body{font-family: 'Poppins', sans-serif;} 
img{max-width: 100%;}
h1, h2, h3, h4 {font-family: 'Carattere', cursive;}
.font-45 {
    font-size: 45px;
}
.font-35 {
    font-size: 45px;
}
p {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
}
  

/*Start...........main-services*/
.icon-text {
    text-align: center;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%); 
    border-bottom: 3px solid #1b1f2e;
    border-radius: 6px 6px 6px 6px;
    padding: 10px;
    margin-top: 25px;
    background: linear-gradient(to right, #ffcc7e,#fdd88e,#ffc775,#fee4a4,#ffc777);
    transition: 0.6s;
}
.icon-text:hover { 
    border-bottom: 3px solid #111; 
}
/*.icon-text img {
    width: 85px;
}*/
.span-color {
    color: #f8c36e;
}
.icon-text h4 {
    font-size: 30px;
    margin: 10px 0;
    color: #111;
}
a.read-more {
    padding: 14px 20px;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.23, -0.29, 0.25, 1) 0s;
    text-decoration: none;
    width: 80%;
    margin: 18px auto;
    display: block;
    color: #fff;
    background-color: #222;
    border-radius: 53px 53px 53px 53px;
}
.icon-text:hover a.read-more{ 
    background: #000;
    color: #ffffff;
}
.same-sp {
    padding: 60px 0;
    background-image: url(../images/back-black.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
a.read-more i {
    color: #f8c36e;
}
/*Start........side-part*/
.bg-7e0001 {
    background: #111;
}
.font-45 {
    font-size: 45px;
}
 
.b-s {
    border: solid 1px #eee;
    box-shadow: 0 4px 8px 4px #f5f5f5;
    border-radius: 15px;
}
.header-menu.bg-white {
    background-image: url(../images/back-black.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/*start.........projects-part*/
.projects-part h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}

.projects-box {
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%); 
    padding: 30px 30px 30px 30px;
    margin-top: 25px;
    transition: 0.5s;
    text-align: left;
    background: linear-gradient(to right, #ffcc7e,#fdd88e,#ffc775,#fee4a4,#ffc777);
}
.projects-box:hover {
    background: #fff;
}
 
.projects-box h4 {
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
 
.projects-box p {
    margin: 0;
}
 

/*start...........articles-part*/
.right-blog {
    box-shadow: 0 0 10px 0 rgb(43 52 59 / 9%);
    background: #fff;
    padding: 20px;
    margin: 0 0 20px 0;
    background: linear-gradient(to right, #ffcc7e,#fdd88e,#ffc775,#fee4a4,#ffc777);
}
.right-blog h2 {
    font-size: 25px;
    margin: 0 0 15px 0;
    font-weight: 600;
    border-bottom: solid 2px #111;
    padding-bottom: 11px;
    color: #111;
}
ul.categories-list {
    padding: 0;
    list-style: none;
}
ul.categories-list li {
    border-bottom: solid 1px #dbdbdb63;
    padding: 8px 0;
}
ul.categories-list  li {
    color: #1b1f2e;
    text-decoration: none;
    font-size: 16px;
    display: block;
}
ul.categories-list  li   i {
    color: #111;
    margin-right: 2px;
}
ul.categories-list  li:hover{
    color: #111;
}
.tag-links a {
    box-shadow: 0px 2px 0px rgb(100 77 82 / 20%);
    background: #f6f5f4;
    font-size: 12px !important;
    color: #1b1f2e;
    text-decoration: none;
    line-height: 2.5;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 0 11px;
    font-weight: 500;
    transition: 0.6s;
}
.tag-links a:hover {
    background: #111;
    color: #fff;
}
.articles-part h3 {
    font-size: 25px;
}


/*Start.......contactpage-css*/
.pages-img{
   background-image: url(../images/pages-banner.webp); 
} 

i.icon-info {
    color:#fedc97;
    font-size: 30px;
    margin-top: 12px;
}
.address-info p strong {
    color: #fedc97;
    font-size: 18px;
}
.address-info p { 
    margin: 0 0;
}
.address-info p a {
    color: #222;
    text-decoration: none;
    font-size: 16px;
}

.form-part .quote {
    background: #eee;
    border: solid 1px #eee;
}

.quote h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.quote p{color: #fff; margin-bottom: 20px;}
form.form-box input {
    background: #fff;
    width: 100%;
    border-radius: 28px;
    padding: 15px 15px;
    margin-bottom: 20px;
    border: solid 1px #dbdbdb;
    outline: none;
}
form.form-box textarea {
    background: #fff;
    width: 100%;
    height: 100px;
    border-radius: 28px;
    padding: 15px 15px;
    margin-bottom: 20px;
    border: solid 1px #dbdbdb;
    outline: none;
}
button.send {
    background: #292f48;
    color: #fff;
    text-decoration: none;
    justify-content: center;
    padding: 11px 35px;
    border-radius: 45px;
    font-size: 19px;
    border: none;
}
.form-part .quote {
    background: #111;
    border: solid 1px #eee;
    padding: 35px 19px;
    border-radius: 10px;
}
#left-align{text-align: left;}


.contact-part {
       background: linear-gradient(to right, #ffcc7e,#fdd88e,#ffc775,#fee4a4,#ffc777);
    padding: 25px;
    border-radius: 8px;
    border: solid 3px #f4cb57;
}
.contact-part h3 {
    color: #111;
    font-size: 35px;
    margin-bottom: 0px;
}
.contact-part   p#white-text {
    color: #222; 
    margin: 0;
}
.contact-part label {
    color: #fff;
    display: none;
}
.contact-part button.submit {
    background: #111;
    padding: 13px 15px;
    color: #fff;
}

.form-control {
    margin-bottom: 20px;
}
textarea#description {
    height: 125px;
}


 .video-part iframe {
    margin-bottom: 25px !important;
} 
.video-part {
    text-align: center;
}
/*Start.......28-01-2023*/

.video-part video {
    margin-bottom: 20px;
}
.main-services h2 {
    font-size: 40px; 
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}
.main-services p{text-align: center;}
.header-part {
    background: #000;
    padding: 10px 0;
    border-bottom: solid 1px #2a2a2a;
}
.header-part p {
    font-size: 14px;
    color: #ffffffcc;
    margin: 2px 0 0 0;
    font-weight: 600;
}
.header-part p i {
    color: #fedc97;
}
.icon-text p {
    color: #111;
}
ul.top-links {
    text-align: right;
    padding: 0;
    margin: 0;
}
ul.top-links li {
    list-style: none;
    display: inline-block;
    padding: 0 5px;
}
li.b-right {
    border-right: solid 1px #ffffff5e;
}
ul.top-links li a {
    font-size: 14px;
    color: #ffffffcc;
    text-decoration: none;
    padding: 0 5px;
    font-family: sans-serif !important;
}
ul.top-links li a i {
    font-size: 17px;
    position: relative;
    top: 2px;
    color: #fedc97;
    margin-right: 3px;
}
.bg-yellow {
/*    background: linear-gradient(to right, #ffcc7e,#fdd88e,#ffc775,#fee4a4,#ffc777);*/
    padding-top: 25px;
}
p.guru-part-2 {
    text-align: center;
    font-size: 23px;
    margin: 10px 0;
    line-height: 1.4;
    font-family: 'Carattere', cursive;
    color: #fff;
}
ul#call {
    position: fixed;
    z-index: 9999;
    padding: 0;
    width: 100%;
    bottom: 10px;
    display: flex;
    bottom: 0;
    margin: 0;
}
ul#call li {
    list-style: none;
    text-align: center;
}
.header-menu ul li {
    padding: 0 3px;
}
 
li.mobile-chats {
    background: #fedc97 !important;
}
li.call-mobile {
    width: 50%;
    background: #111;
    padding: 5px 10px;
}
ul#call a {
    color: #fff;
    text-decoration: none;
}
ul#call img {
    width: 40px;
}
li.call-mobile a span {
    color: #fff !important;
}
 .header-menu ul li a {
    color: #232323 !important;
    font-weight: 600;
    font-size: 16px;
}

.head-line {
    padding: 6px 0;
    position: relative;
    background: linear-gradient(to right, #ffcc7e,#fdd88e,#ffc775,#fee4a4,#ffc777);
}
.icon-om img {
    width: 60px;
    padding: 5px;
    border: dotted 2px #000000;
    border-radius: 100px;
}
.head-line marquee {
    font-size: 17px;
    padding: 12px 0 0 0;
    font-weight: 500;
    color: #000;
}
.head-line marquee strong {
    color: #000000;
    font-weight: 600;
}
.address-info p {
    color: #fff;
}
.address-info p a{
    color: #fff;
}
ul.why-chose-icons { 
    padding: 4px 0 0 0;
    text-align: center;
}
ul.why-chose-icons li {
    list-style: none;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    padding-right: 12px;
    font-weight: 600;
}
ul.why-chose-icons li img {
    width: 50px;
    margin-right: 3px;
}
.about-part h4 {
    color: #fedc97;
}
.about-part  {
    text-align: center;
}
.about-part  h2 {
    color: #fff;
    margin-bottom: 20px;
        font-size: 40px; 
}
.about-part  p {
    color: #fff;
    text-align: justify;
}
.about-part p i {
    color: #f8c36e;
    margin-right: 5px;
}
.footer-part {
    background: #000;
    padding: 55px 0;
}
.footer-part h4 {
    color: #f4cb57;
    margin-bottom: 20px;
}
.footer-title p {
    margin-bottom: 15px;
}
.footer-title p a {
    color: #fff;
    text-decoration: none;
}
.footer-title p a img {
    margin-right: 7px; 
}
.fa-spin{ 
    animation: fa-spin 6s infinite linear;
}
.footer-links p {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}
.footer-part-2 {
    background: #111;
    text-align: center;
    color: #fff;
    padding: 5px 0;
}
.footer-part-2 p {
    margin: 0;
     color: #fff;
}

.testimonial .title {
    font-size: 20px;
    font-weight: bold;
    color: #fedc97;
    text-transform: capitalize;
    margin: 0;
}
.testimonial img {
    width: 85px;
    border-radius: 100px;
    margin: 5px 0;
    border: solid 2px #fedc97;
}
.testimonial .description {
    font-size: 16px;
    color: #222;
    line-height: 26px;
    text-indent: 30px;
    position: relative;
    margin-bottom: 15px;
        background: linear-gradient(to right, #ffcc7e,#fdd88e,#ffc775,#fee4a4,#ffc777);
    padding: 15px;
    border-radius: 20px;
    font-weight: 600;
        width: 98%;
    margin: 20px auto;
}
.owl-theme .owl-controls .owl-page span { 
    background: #ffffff !important;
}
div#insta {
    text-align: right;
}
.heading {
    color: #fedc97;
    font-size: 40px;
    padding: 0 0 10px 0;
}
p.text-size {
    color: #fff;
    font-weight: 600; 
    margin-bottom: 10px;
}
.testimonial .title {
    font-size: 20px;
    font-weight: bold;
    color: #fedc97;
    text-transform: capitalize;
    margin: 0;
}
.testimonial img {
    width: 85px;
    border-radius: 100px;
    margin: 5px 0;
    border: solid 2px #fedc97;
}

div#review {
    text-align: center;
}
.happy-client h3 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}
div#news-slider .owl-page span {
    background: #fff !important;
}
.post-slide {
    padding: 0 8px;
}


@media (max-width:1024px) {
.font-45 {
    font-size: 35px;
}
.banner-text { 
    width: 100%; 
}
.form-banner {
    width: 100%; 
}
.banner-text p br {
    display: none;
}
.copyright p { 
    font-size: 15px;
}
.main-services h2 {
    font-size: 30px; 
}
.happy-client h3 {
    font-size: 30px; 
}
ul.top-links li a {
    font-size: 11px; 
}

}

@media (max-width:991px) {
    .f-part {
    margin-bottom: 40px;
}
button.navbar-toggler {
    background: #111;
}
.header-logo {
    width: 170px;
}
.navbar-light .navbar-toggler-icon {
      background-image: url(../images/icon-toggler.png) !important;
}
div#navbarScroll {
    text-align: center;
}
ul#nav-links li {
    padding: 7px 10px;
    border-bottom: solid 1px #3239564d;
}
div#navbarScroll  .d-flex { 
    justify-content: center;
}
.m-br br{display: none;}
.projects-part h2 {
    font-size: 30px; 
}
.dis-none{display: none;}
ul.link-page { 
    margin: 0 0 20px 0;
}
.form-part .quote {
    margin-top: 30px;
}
.header-part p {
    font-size: 11px;
}
ul.top-links li a {
    font-size: 9px;
}
p.guru-part-2 {
    font-size: 18px;
}
.about-part  h2 { 
    font-size: 27px; 
} 
.about-part p{font-size: 15px;}
ul.why-chose-icons li img {
    width: 22px; 
}
ul.why-chose-icons li { 
    font-size: 7px; 
}
p.guru-part-2 {
    font-size: 11px; 
    margin: 4px 0; 
}
.icon-om img {
    width: 100px; 
}
.footer-part h4 { 
    margin-top: 25px;
}
.footer-part { 
    padding: 55px 0 20px 0;
}
ul.top-links li a i {
    font-size: 10px; 
    margin-right: 0px;
}

}


@media (min-width: 767px){
ul#call {
    display: none;
}

}

@media (max-width:767px) {
 ul.top-links li a i {
    font-size: 17px; 
    margin-right: 3px;
}   
.bg-yellow { 
    padding-top: 9px;
}    
ul.top-links {
    text-align: center;
}
ul.top-links li a { 
    font-size: 14px;
}
ul.top-links li { 
    padding-right: 5px; 
}
ul.social-share {
    margin: 12px 0 0 0; 
    text-align: center;
}
.banner-text { 
    margin-top: 45px;
}
.font-45 {
    font-size: 30px;
}
.form-banner span#basic-addon2 { 
    padding: 3px 11px;
}
.form-banner input {
    padding: 12px 17px; 
}
.projects-box { 
    margin-top: 15px; 

}
.projects-box p {
    font-size: 14px;
}
.you-video {
    margin-top: 20px;
}
.you-video iframe {
    height: 290px;
}
.selectpicker { 
    width: 65%; 
}
form.form-box textarea {
    height: 150px;
}
.projects-box .col-3 {
    padding: 0 5px;
}
.projects-box h4 {
    font-size: 23px; 
}
.header-part p {
    font-size: 12px;
    text-align: center;
}
ul.top-links {
    margin-top: 7px;
}
ul.top-links li a {
    font-size: 12px;
}
p.guru-part-2 {
    font-size: 14px;
}
 
.header-part p i.fa.fa-star {
    display: none;
}
.header-menu .col-sm-2.text-center {
    display: none;
}
.icon-om img {
    width: 262px;
}
ul.why-chose-icons li {
    font-size: 15px;
}
ul.why-chose-icons li img {
    width: 35px;
}
li.d-m-none {
    display: none !important;
}
section.footer-part-2 {
    padding-bottom: 60px;
}
.footer-part-2 p {
    font-size: 14px;
    margin-top: 10px;
}
ul.top-links li.instagram a {
    font-size: 16px;
    display: block;
    margin: 6px 0 3px 0;
}

}

@media (max-width:355px) {
ul.top-links li a {
    font-size: 10px;
}
ul.why-chose-icons li {
    font-size: 12px;
}
p.guru-part-2 {
    font-size: 13px;
}

}

