body{ 
  margin:0; 
  padding:0;
  font-family: ' Lato', sans-serif;
  color:#656565;
  background: #fff;
  overflow-x: hidden;
}
body.open {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
*{
  margin:0; 
  padding:0; 
  box-sizing: border-box;
}
img{ 
   border:none; 
   outline:none;
   width: 100%;
}
a{ 
  text-decoration:none !important;
  font-family: 'Lato', sans-serif;
  
}
li{ 
  list-style:none;
}
.container {
    max-width: 1400px;
    margin: auto;
}

input, textarea, select{
  outline:none;
  font-family: 'Lato', sans-serif;
}

input:focus {
  box-shadow: none !important;
  border: 1px solid #d3d3d3 !important;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #747373;
}
button:focus{
  outline: none;
}
.scrollToTop img {
  max-width: 60px;
}

.scrollToTop {
  position: fixed;
  right: 20px;
  bottom: 0;
}
.title {
  font-size: 44px;
  color: #000;
  margin-bottom: 30px;
  font-weight: 700;
}

.more_btn {
  border-radius: 40px;
  background: #E36D17;
  color: #fff;
  font-size: 20px;
  padding: 10px 34px;
  display: inline-block;
}
.more_btn:hover {
    background:#f1914b;
}


.last_update {
  position: fixed;
  bottom: 10%;
  right: 3%;
  background: #FFB21D;
  color: #000;
  padding: 12px;
  border-radius: 8px;
}

/* Global Css */

/* Header Sec */
.top-contact-header{
  background:#fff;
  border-bottom:1px solid #ececec;
  padding:12px 0;
  position:relative;
  overflow:hidden;
}

/* Left Decorative Pattern */
.top-contact-header::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:180px;
  height:100%;
  background:
  radial-gradient(circle at left center,
  rgba(210,170,80,.15) 2px,
  transparent 3px);
  background-size:26px 26px;
  opacity:.6;
}

/* Layout */
.top-contact-header .container{
  display:flex;
  justify-content:space-between;
  align-items:center;
  position:relative;
  z-index:2;
}

/* Logo */
.top-contact-header .header-logo {
    width: 80px;
}
.top-contact-header .header-logo {
    width: 80px;
}
/* Buttons */
.top-contact-header .header-actions{
  display:flex;
  align-items:center;
  gap:15px;
}
.top-contact-header .header-actions a{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  padding:14px 28px;
  border-radius:10px;
  font-size:17px;
  font-weight:600;
  transition:.3s ease;
  min-width:220px;
  justify-content:center;
}

/* Call Button */
.top-contact-header .call-btn{
  background:linear-gradient(180deg,#E9C168,#C28A27);
  color:#111;
  box-shadow:0 8px 18px rgba(194,138,39,.25);
}
.top-contact-header .call-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 22px rgba(194,138,39,.35);
}
.top-contact-header .call-btn i{
  font-size:22px;
}

/* WhatsApp */
.top-contact-header .whatsapp-btn{
  background:#18B843;
  color:#fff;
  box-shadow:0 8px 18px rgba(24,184,67,.25);
}
.top-contact-header .whatsapp-btn:hover{
  background:#119B36;
  transform:translateY(-3px);
}
.top-contact-header .whatsapp-btn i{
  font-size:24px;
}



/* Header Sec */


.bottom_menu {
  display: none;
}



.floating-contact{
    position:fixed;
    right:22px;
    bottom:25px;
    display:flex;
    flex-direction:column;
    gap:14px;
    z-index:99999;
}

/* Common Button */

.floating-contact .float-btn{
    width:68px;
    height:68px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#fff;
    font-size:28px;
    box-shadow:0 10px 25px rgba(0,0,0,.22);
    transition:.35s ease;
    position:relative;
}

/* Gold Call Button */

.floating-contact .call-btn{
    background:#B97A1E;
}

/* WhatsApp Green */

.floating-contact .whatsapp-btn{
    background:#16C45B;
}

/* Hover Effect */

.floating-contact .float-btn:hover{
    transform:translateY(-5px) scale(1.08);
    color:#fff;
}

/* Pulse Animation */

.floating-contact .float-btn::after{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    border-radius:50%;
    border:2px solid currentColor;
    opacity:.35;
    animation:pulse 2s infinite;
}

.floating-contact .call-btn::after{
    color:#B97A1E;
}

.floating-contact .whatsapp-btn::after{
    color:#16C45B;
}

@keyframes pulse{
    0%{
        transform:scale(1);
        opacity:.35;
    }
    70%{
        transform:scale(1.45);
        opacity:0;
    }
    100%{
        transform:scale(1.45);
        opacity:0;
    }
}


/*****===== Home Page =====*****/

/* Banner Section */
.banner-sec {
    position: relative;
    overflow: hidden;
}
.banner-sec .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    max-width: 100%;
}
/* IMAGE */



/* FORM */
.banner-sec .consultation-form {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 25px 45px rgba(0,0,0,.35);
    width: 27%;
    float: right;
}
.banner-sec  .consultation-form .form-title {
  display:flex;
  gap:15px;
  margin-bottom:25px;
}
.banner-sec  .consultation-form .icon-box {
  width:60px;
  height:60px;
  background:#F6E8C4;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#B67B15;
  font-size:24px;
}
.banner-sec  .consultation-form .form-title h3 {
  font-size:30px;
  color:#1A2142;
  margin-bottom:5px;
  font-family:'Cormorant Garamond',serif;
}
.banner-sec  .consultation-form .form-title p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 0;
}
/* INPUT */
.banner-sec  .consultation-form .input-group {
  position:relative;
  margin-bottom:18px;
}

.banner-sec  .consultation-form .input-group i {
  position:absolute;
  left:18px;
  top:50%;
  transform:translateY(-50%);
  color:#B67B15;
  font-size:18px;
}

.banner-sec  .consultation-form .input-group input,
.banner-sec  .consultation-form .input-group select,
.banner-sec  .consultation-form .input-group textarea {
  width:100%;
  padding:16px 18px 16px 52px;
  border:1px solid #D9DFEC;
  border-radius:12px;
  font-size:15px;
  outline:none;
  transition:.3s;
}

.banner-sec  .consultation-form .input-group textarea {
  padding-top:18px;
  resize:none;
}

.banner-sec  .consultation-form .input-group input:focus,
.banner-sec  .consultation-form .input-group select:focus,
.banner-sec  .consultation-form .input-group textarea:focus {
  border-color:#D39A2A;
  box-shadow:0 0 0 4px rgba(211,154,42,.12);

}

/* BUTTON */

.banner-sec  .consultation-form .submit-btn {
  width:100%;
  padding:17px;
  border:none;
  border-radius:12px;
  background:linear-gradient(90deg,#D59A27,#9C6509);
  color:#fff;
  font-size:18px;
  font-weight:600;
  cursor:pointer;
  transition:.35s;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
}
.banner-sec .consultation-form .submit-btn:hover {
  transform:translateY(-2px);
  box-shadow:0 15px 35px rgba(213,154,39,.35);
}

/* FLOAT */

/* Banner Section */


/* Achievement Section */
.achievement-section {
  position: relative;
  background: #FDFBF7;
  overflow: hidden;
  padding: 40px 0;
}
.achievement-section .achievement-container {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}

.achievement-section .achievement-card{
  text-align:center;
  padding:20px 22px;
  position:relative;
  transition:.35s ease;
}

.achievement-section .achievement-card:not(:last-child){
  border-right:1px solid #eddcc6;
}

/* Hover */
.achievement-section .achievement-card:hover{
  background:#fff8ef;
  transform:translateY(-6px);
}

/* Icon */
.achievement-section .icon{
  color:#c88a2b;
  font-size:50px;
  margin-bottom:18px;
  position:relative;
  display:inline-block;
}

.achievement-section .icon span{
  position:absolute;
  top:42%;
  left:50%;
  transform:translate(-50%,-50%);
  font-size:18px;
  font-weight:700;
  color:#c88a2b;
}

/* Heading */
.achievement-section .achievement-card .achievement_title{
  font-family:'Cinzel',serif;
  color:#14274f;
  font-size:24px;
  line-height:1.35;
  margin-bottom:12px;
  font-weight:700;
}

/* Paragraph */
.achievement-section .achievement-card p{
  color:#45556f;
  font-size:18px;
  line-height:1.6;
  font-weight:500;
}

/* Animation */
.achievement-section .achievement-card.show{
  transform:translateY(0);
}

.achievement-section .achievement-card{
  transform:translateY(30px);
}
/* Achievement Section */


/* Services Section */
.services-section{
position:relative;
padding:80px 20px;
background:#fffdf9;
overflow:hidden;
}

/* Decorative Pattern */

.bg-pattern{
position:absolute;
left:-70px;
top:20px;
width:240px;
height:240px;
background:url("images/pattern.png") no-repeat center;
background-size:contain;
opacity:.06;
pointer-events:none;
}



/* Heading */

.services-section .services-heading {
    text-align: center;
}

.services-section .subtitle{
display:block;
font-size:15px;
letter-spacing:4px;
font-weight:600;
color:#C88A2B;
margin-bottom:10px;
}

.services-section .services-heading h2{
font-family:'Cinzel',serif;
font-size:52px;
color:#112B59;
font-weight:700;
line-height:1.1;
}

.services-section .right-heading {
  max-width: 700px;
  font-size: 18px;
  line-height: 1.8;
  color: #384963;
  font-weight: 500;
  margin: auto;
}

/* Grid */

.services-section .services-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

/* Card */

.services-section .service-card{
background:#fff;
border-radius:18px;
overflow:hidden;
border:1px solid #EFE5D6;
box-shadow:0 8px 20px rgba(0,0,0,.05);
transition:.35s ease;
transform:translateY(50px);
}

.services-section .service-card.active{
opacity:1;
transform:translateY(0);
}

.services-section .service-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,.12);
}

/* Image */

.services-section .service-card img{
width:100%;
height:190px;
object-fit:cover;
display:block;
}

/* Content */

.services-section .content{
padding:22px;
}

.services-section .content h3{
font-family:'Cinzel',serif;
font-size:28px;
color:#112B59;
margin-bottom:12px;
font-weight:700;
}

.services-section .content p{
font-size:16px;
line-height:1.7;
color:#49586F;
margin-bottom:20px;
}

/* List */

.services-section .content ul{
list-style:none;
padding:0;
margin:0;
}

.services-section .content ul li{
display:flex;
align-items:flex-start;
gap:12px;
margin-bottom:14px;
font-size:16px;
color:#233650;
font-weight:500;
line-height:1.5;
}

.services-section .content ul li::before{
content:"✔";
width:26px;
height:26px;
min-width:26px;
display:flex;
align-items:center;
justify-content:center;
background:#C88A2B;
color:#fff;
font-size:13px;
border-radius:50%;
margin-top:2px;
}
/* Services Section */

/* Testimonial Section */
.testimonial-section {
    padding:80px 0;
    background:#fff;
}

/* Header */

.testimonial-section .section-header {
    margin-bottom: 45px;
    text-align: center;
}

.testimonial-section .heading h2{
    font-size:48px;
    font-weight:700;
    color:#13254B;
    font-family:'Cormorant Garamond',serif;
}

.testimonial-section .heading p{
    margin-top:8px;
    font-size:17px;
    color:#55627A;
}

/* Youtube Button */


/* Grid */

.testimonial-section .video-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:22px;
}

/* Card */

.testimonial-section .video-card{
    transition:.35s;
    cursor:pointer;
}

.testimonial-section .video-card:hover{
    transform:translateY(-8px);
}

.testimonial-section .video-thumbnail{
    position:relative;
    border-radius:16px;
    overflow:hidden;
}

.testimonial-section .video-thumbnail img{
    width:100%;
    height:185px;
    object-fit:cover;
    transition:.35s;
}

.testimonial-section .video-card:hover img{
    transform:scale(1.08);
}

/* Overlay */


/* Play Button */

.testimonial-section .play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:72px;
    height:72px;
    border-radius:50%;
    border:3px solid rgba(255,255,255,.9);
    background:rgba(255,255,255,.2);
    backdrop-filter:blur(10px);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    font-size:26px;
    z-index:2;
    transition:.35s;
}

.testimonial-section .video-card:hover .play-btn{
    background:#C68C2D;
    border-color:#C68C2D;
    transform:translate(-50%,-50%) scale(1.1);
}

/* Content */

.testimonial-section .video-content{
    padding:15px 5px 0;
}

.testimonial-section .video-content h3{
    font-size:19px;
    line-height:1.5;
    color:#13254B;
    margin-bottom:8px;
    font-weight:600;
}

.testimonial-section .video-content span{
    font-size:14px;
    color:#777;
}
/* Testimonial Section */


/* How Works Section */
.how-works-section {
    position: relative;
    background: #FFFEFC;
    overflow: hidden;
}

/* Background Pattern */
.how-works-section .mandala-left,
.how-works-section .mandala-right{
  position:absolute;
  width:260px;
  height:260px;
  opacity:.06;
  background:url("images/mandala-pattern.png") center/contain no-repeat;
  pointer-events:none;
}
.how-works-section .mandala-left{
  left:-80px;
  top:10px;
}
.how-works-section .mandala-right{
  right:-70px;
  top:25px;
  transform:rotate(180deg);
}

/* Heading */
.how-works-section .section-title {
    margin-bottom: 40px;
    text-align: center;
}
.how-works-section .section-title span{
  display:block;
  color:#C88A2B;
  letter-spacing:4px;
  font-size:15px;
  font-weight:700;
  margin-bottom:10px;
}
.how-works-section .section-title h2{
  font-family:'Cinzel',serif;
  color:#112B59;
  font-size:54px;
  font-weight:700;
}

/* Steps */
.how-works-section .steps-wrapper{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}

/* Step Card */
.how-works-section .step-card {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 300px;
  transition: .8s ease;
}
.how-works-section .step-card.active{
  opacity:1;
  transform:translateY(0);
}

/* Icon Circle */
.how-works-section .icon-circle {
    width: 80px;
    height: 80px;
    border: 2px solid #C88A2B;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    flex-shrink: 0;
}

.how-works-section .icon-circle i {
    font-size: 28px;
    color: #112B59;
}

/* Number Badge */
.how-works-section .step-number {
    position: absolute;
    top: -5px;
    left: -6px;
    width: 30px;
    height: 30px;
    background: #C88A2B;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 8px 20px rgba(200,138,43,.35);
}

/* Content */
.how-works-section .step-content h3 {
    color: #112B59;
    font-size: 26px;
    margin-bottom: 10px;
    font-family: 'Cinzel',serif;
    font-weight: 700;
}
.how-works-section .step-content p {
    color: #4E5D73;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

/* Arrow */
.how-works-section .step-arrow {
  color:#C88A2B;
  font-size:36px;
  padding:0 5px;
  animation:moveArrow 1.5s infinite;
}

@keyframes moveArrow {
  0%,100%{
      transform:translateX(0);
  }
  50%{
      transform:translateX(8px);
  }
}

/* Hover */
.how-works-section .step-card:hover .icon-circle {
  background:#FFF8EC;
  transform:translateY(-6px);
  transition:.4s;
}
.how-works-section .step-card:hover i {
  color:#C88A2B;
}
/*  */



/*  */
.consult-banner{

position:relative;
overflow:hidden;

padding:18px 35px;
border-radius:22px;
margin:40px auto;
max-width:1600px;

/* Dark Blue Background */

background:
radial-gradient(circle at top left,#15396d 0%,#07162d 45%,#020a15 100%);

}

/* Golden Glow */

.consult-banner::before{

content:"";

position:absolute;
inset:0;

background:
radial-gradient(circle at 15% 10%,rgba(255,188,66,.20),transparent 30%),
radial-gradient(circle at 90% 20%,rgba(255,188,66,.18),transparent 28%),
radial-gradient(circle at 60% 80%,rgba(255,188,66,.10),transparent 35%);

pointer-events:none;

}

/* Small Stars */

.star{

position:absolute;
width:4px;
height:4px;

background:#FFD77A;
border-radius:50%;

animation:twinkle 2.5s infinite ease-in-out;

}

.s1{top:20px;left:120px;}
.s2{top:55px;right:250px;animation-delay:1s;}
.s3{bottom:30px;left:45%;animation-delay:.5s;}
.s4{top:35%;right:8%;animation-delay:1.5s;}

@keyframes twinkle{

0%,100%{opacity:.3;transform:scale(1);}
50%{opacity:1;transform:scale(2);}

}

/* Layout */

/* .consult-container{

position:relative;
z-index:2;

display:grid;
grid-template-columns:2.1fr 1px 1.4fr 1fr;
align-items:center;
gap:28px;

} */
 .consult-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 2fr 1px 1fr;
    align-items: center;
    gap: 28px;
    justify-content: center;
    align-items: center;
}

/* Left */

.consult-left{

display:flex;
align-items:center;
gap:20px;

}

.icon-box{

width:90px;
height:90px;

border:2px solid #D39A38;
border-radius:18px;

display:flex;
align-items:center;
justify-content:center;

color:#D39A38;
font-size:46px;

box-shadow:0 0 25px rgba(211,154,56,.15);

}

.text-box h2{

font-size:34px;
font-weight:700;
letter-spacing:1px;
color:#D39A38;
margin-bottom:8px;

}

.text-box p{

font-size:20px;
color:#ffffff;
line-height:1.5;

}

/* Divider */

.divider{

height:110px;
background:rgba(211,154,56,.45);
width:1px;

}

/* Phone */

.consult-center{

display:flex;
align-items:center;
gap:18px;

}

.phone-icon{

width:85px;
height:85px;
border-radius:50%;

background:#D39A38;
color:#061325;

display:flex;
justify-content:center;
align-items:center;

font-size:36px;

animation:pulse 2s infinite;

}

@keyframes pulse{

0%{
box-shadow:0 0 0 0 rgba(211,154,56,.5);
}

70%{
box-shadow:0 0 0 18px rgba(211,154,56,0);
}

100%{
box-shadow:0 0 0 0 rgba(211,154,56,0);
}

}

.phone-details small{

display:block;
font-size:18px;
color:#ffffff;
margin-bottom:10px;
font-weight:600;

}

/* CTA */

.call-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(#F3C76C,#D39A38);
  padding: 16px 26px;
  border-radius: 12px;
  text-decoration: none;
  color: #111;
  font-weight: 700;
  font-size: 28px;
  box-shadow: 0 10px 25px rgba(211,154,56,.35);
  transition: .35s;
}

.call-btn:hover{

transform:translateY(-3px);
background:linear-gradient(#FFD88A,#C88424);

}

/* Right */

.consult-right{

display:flex;
align-items:center;
justify-content:flex-end;
gap:18px;

}

/* Mobile Frame */

.mobile-frame{

width:110px;
height:180px;

background:#111;
border-radius:26px;
padding:6px;

box-shadow:0 10px 25px rgba(0,0,0,.4);

transform:rotate(10deg);

}

.mobile-frame img{

width:100%;
height:100%;
object-fit:cover;
border-radius:20px;

}

/* Script Font */

/* Floating Animation */

.mobile-frame{
animation:float 3s ease-in-out infinite;
}

@keyframes float{

0%,100%{
transform:rotate(10deg) translateY(0);
}

50%{
transform:rotate(10deg) translateY(-8px);
}

}
/*  */


/*  */
.faq-section{
    position:relative;
    padding:80px 0;
    background:#fff;
    overflow:hidden;
}

/* Astrology Pattern */

.faq-section::before{
    content:"✶ ✷ ✦ ✶ ✷ ✦ ✶ ✷";
    position:absolute;
    left:-30px;
    top:40px;
    font-size:28px;
    line-height:42px;
    color:rgba(194,143,54,.08);
    writing-mode:vertical-rl;
    letter-spacing:12px;
}

/* Heading */

.faq-heading {
    margin-bottom: 40px;
    text-align: center;
}

.faq-heading h2{
    font-size:46px;
    font-weight:700;
    color:#112A59;
    font-family:'Cormorant Garamond',serif;
}

/* Grid */

.faq-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:26px;
}

/* FAQ Item */

.faq-item{
    background:#fff;
    border:1px solid #E5EAF3;
    border-radius:12px;
    margin-bottom:18px;
    overflow:hidden;
    transition:.3s ease;
}

.faq-item:hover{
    border-color:#C28F36;
    box-shadow:0 10px 25px rgba(194,143,54,.08);
}

/* Question */

.faq-question{
    width:100%;
    padding:18px 22px;
    background:#fff;
    border:none;
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-align:left;
    cursor:pointer;
    font-size:17px;
    font-weight:600;
    color:#13254B;
}

.faq-question i{
    color:#13254B;
    transition:.3s;
    font-size:18px;
}

/* Answer */

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease;
    background:#FBFCFE;
}

.faq-answer p{
    padding:0 22px 20px;
    color:#666;
    line-height:1.8;
    font-size:15px;
}

/* Active */

.faq-item.active{
    border-color:#C28F36;
}

.faq-item.active .faq-answer{
    max-height:220px;
}

.faq-item.active .faq-question i{
    transform:rotate(45deg);
    color:#C28F36;
}

/*  */




/* Footer Sec */
/* Footer */

.astrology-footer{
    background:linear-gradient(90deg,#010E2B,#021C49,#010E2B);
    color:#fff;
    position:relative;
    overflow:hidden;
}

/* Background Glow */

.astrology-footer::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at 20% 50%, rgba(212,165,61,.08), transparent 35%),
    radial-gradient(circle at 80% 30%, rgba(212,165,61,.05), transparent 30%);
    pointer-events:none;
}

/* Top */

.footer-top {
    display: flex;
    grid-template-columns: 260px 1fr 1fr;
    gap: 55px;
    align-items: center;
    padding: 40px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
    justify-content: center;
    align-items: center;
}

/* Logo */

.footer-top .footer-logo {
    width: 70px;
    border-radius: 8px;
    overflow: hidden;
}

/* Office + Email */

.footer-info{
    display:flex;
    align-items:flex-start;
    gap:16px;
    position:relative;
}

.footer-info::before{
    content:"";
    position:absolute;
    left:-18px;
    top:5px;
    width:1px;
    height:60px;
    background:rgba(255,255,255,.12);
}

.footer-info:first-of-type::before{
    display:none;
}

.footer-info i{
    font-size:28px;
    color:#D4A53D;
    margin-top:2px;
}

.footer-info h4{
    color:#fff;
    font-size:18px;
    margin-bottom:6px;
    font-weight:600;
}

.footer-info p {
    color: #D8E1F3;
    line-height: 1.7;
    font-size: 15px;
    margin: 0;
}

/* Quote */

/* .footer-quote{
    text-align:right;
    font-family:"Cormorant Garamond",serif;
    font-size:34px;
    color:#E4B24F;
    font-style:italic;
    line-height:1.3;
} */

/* Bottom */

.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:22px 0;
    flex-wrap:wrap;
    gap:15px;
}

.footer-bottom p {
    color: #D4D8E8;
    font-size: 15px;
    margin: 0;
}
.footer-links{
    display:flex;
    align-items:center;
    gap:15px;
}

.footer-links span{
    color:#D4A53D;
}

.footer-links a{
    text-decoration:none;
    color:#fff;
    font-size:15px;
    transition:.3s;
}

.footer-links a:hover{
    color:#D4A53D;
}

/* Footer Sec */


/* About Section */
.about_sec {
  position: relative;
  background: url(../images/about_bg.webp);
  background-repeat: no-repeat;
  padding: 160px 0 100px;
  background-size: 10%;
}
.about_sec .about_bg {
  width: auto;
  height: 310px;
}

.about_sec  .about_bg_one {
  width: 30px;
  position: absolute;
  top: 0;
  left: 10%;
  -webkit-animation:spin 4s linear infinite;
  -moz-animation:spin 4s linear infinite;
  animation:spin 4s linear infinite;
}

.about_sec  .about_bg_two {
  width: 16px;
  position: absolute;
  right: 20%;
  top: 3%;
  -webkit-animation:spin 4s linear infinite;
  -moz-animation:spin 4s linear infinite;
  animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 
  100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
  100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
  100% { 
      -webkit-transform: rotate(360deg); 
      transform:rotate(360deg); 
  } 
}
.about_sec  .container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}


.about_sec  .about_photo {
  flex: 0 0 40%;
  width: 40%;
  margin-right: 60px;
}

.about_sec .text_contain {
  width: 54%;
}
.about_sec .text_contain .title span {
  display: block;
  color: #092CFF;
  font-size: 34px;
  position: relative;
  margin-bottom: 30px;
}

.about_sec .text_contain .title span:after {
  width: 10%;
  position: absolute;
  content: "";
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgb(26,85,237);
  background: linear-gradient(90deg, rgba(26, 85, 237, 1) 0%, rgb(215 92 23 / 48%) 100%);
  left: 22%;
}
.about_sec .text_contain .des {
  margin-bottom: 20px;
  color: #767676;
  line-height: 1.8;
}
/* About Section */


/* Service Section */
.service_sec {
  position: relative;
}
.service_sec .title.service_title {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.service_sec .title.service_title:after {
  content: "";
  width: 8%;
  position: absolute;
  content: "";
  height: 2px;
  bottom: 0;
  margin: auto;
  background: linear-gradient(90deg, rgba(26, 85, 237, 1) 0%, rgb(215 92 23 / 48%) 100%);
  left: 0;
  right: 0;
}

.service_sec .service_title_photo {
  width: 26%;
  margin: 0 auto 40px;
  display: block;
}
.service_sec .service_main_content {
  background: url(../images/service_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.service_sec .service_main_content .row {
  justify-content: center;
}
.service_sec .service_main_content .service_border_top {
  height: 200px;
}
.service_sec .service_main_content .service_border_top {
  height: 200px;
}

.service_sec .service_main_content .service_content_main {
  background: #092CFF;
  border: 1px solid #556DFD;
  margin: 15px;
  /* width: 80%; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.service_sec .service_main_content .service_content_main .service_icon {
  position: relative;
  top: 0;
  width: 60px;
  margin: 0 auto 28px;
  position: relative;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  opacity: 1;
}

.service_sec .service_main_content .service_content {
  background: #092CFF;
  display: flex;
  margin: 0px;
  height: 100%;
}

.service_sec .service_main_content .service_content_main .text_contain {
  text-align: center;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  position: relative;
  top: 0;
}

.service_sec .service_main_content .service_content_main .text_contain .title {
  font-size: 24px;
  color: #fff;
  margin: 0 auto 18px;
}

.service_sec .service_main_content .service_content_main .text_contain .des {
  color: #fff;
  font-size: 16px;
  margin: 0;
  line-height: 1.8;
}

.service_sec .service_main_content .service_content_main .service_icon img {
  width: 41px;
  margin: auto;
  display: block;
}

.service_sec .service_main_content .container {
  max-width: 1000px;
  margin: 100px auto;
}
.service_sec .service_main_content .service_content_main .service_icon:after {
  content: "";
  background: #4A64FF;
  height: 51px;
  position: absolute;
  width: 45px;
  top: 0;
  z-index: 0;
  border-radius: 50px 20px  40px;
}
.service_sec .service_main_content .service_content_main .service_icon span {
  position: relative;
  z-index: 2;
}
.service_sec .service_main_content .service_content.smo {
  background: linear-gradient(180deg, rgba(191,9,255,1) 0%, rgba(122,0,165,1) 100%);
}

.service_sec .service_main_content .service_content.smo .service_content_main {
  background: none;
  border-color: #ff4186;
}

.service_sec .service_main_content .service_content.smo .service_content_main .service_icon:after {
  background: #C728FF;
}


.service_sec .service_main_content .service_content.paid {
  background: rgb(210,93,7);
  background: linear-gradient(14deg, rgba(210,93,7,1) 0%, rgba(227,109,23,1) 100%);
}

.service_sec .service_main_content .service_content.paid .service_content_main {
  background: none;
  border-color: #FF89B4;
}

.service_sec .service_main_content .service_content.paid .service_content_main .service_icon:after {
  background: #F5812D;
}


.service_sec .service_main_content .service_content.content {
  background: rgb(19,94,7);
  background: linear-gradient(14deg, rgba(19,94,7,1) 0%, rgba(41,203,14,1) 100%);
}

.service_sec .service_main_content .service_content.content .service_content_main {
  background: none;
  border-color: #95FE83;
}

.service_sec .service_main_content .service_content.content .service_content_main .service_icon:after {
  background: #37D21D;
}


.service_sec .service_main_content .service_content.design {
  background: rgb(8,97,125);
  background: linear-gradient(14deg, rgba(8,97,125,1) 0%, rgba(9,196,255,1) 100%);
}

.service_sec .service_main_content .service_content.design .service_content_main {
  background: none;
  border-color: #7DD4F0;
}

.service_sec .service_main_content .service_content.design .service_content_main .service_icon:after {
  background: #1FC0F2;
}
.service_sec .service_main_content .service_content_main:hover .service_icon {
  top: 50px;
  opacity: 0;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.service_sec .service_main_content .service_content_main:hover .text_contain {
  top: -40px;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.servce_bottom_photo {
  width: 20%;
  position: absolute;
  bottom: 1%;
  right: 3%;
  -webkit-animation: action 1s infinite  alternate;
  animation: action 1s infinite  alternate;
}
@-webkit-keyframes action {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}

@keyframes action {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}
.service_sec.development_service {
  padding: 170px 0;
}
.service_sec.development_service .service_main_content {
  background: none;
}

/* Service Section */


/* Why Choose Section */
.why_choose_sec {
  background: url(../images/why_choose_bg.webp);
}
.why_choose_sec .why_choose_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.why_choose_sec .why_choose_content .why_content {
  width: 34%;
  flex: 0 0 34%;
  margin-bottom: 50px;
}

.why_choose_sec .why_choose_content .why_content .title_sec {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}


.why_choose_sec .title {
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
  padding-bottom: 20px;
  position: relative;
}

.why_choose_sec .title:after {
  content: "";
  background: #fff;
  position: absolute;
  width: 8%;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.why_choose_sec .why_choose_content .why_content .title_sec .icon {
  background: #E36D17;
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #FFB580;
  margin-right: 18px;
}

.why_choose_sec .why_choose_content .why_content .title_sec .icon img {
  width: 30px;
}

.why_choose_sec .why_choose_content .why_content  .Choose_title {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.why_choose_sec .why_choose_content .why_content .text_content .des {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.8;
}
.why_choose_sec .why_choose_bottom_photo {
  width: 60%;
  margin: 80px auto 0;
}

.why_choose_sec .choose_rocket_sec {
  position: absolute;
  left: 0;
  right: 0;
  top: 22%;
  margin: auto;
  width: 350px;
  text-align: center;
  height: 350px;
  background: #1f1fe3;
  border-radius: 50%;
  /* animation: blink 1s infinite; */
  animation: mymove 5s infinite;
  border: 10px solid #1e1ec7;
}


@keyframes mymove {
  50% {box-shadow: 0 10px 30px rgb(0 0 0 / 26%);}
}


.why_choose_sec .choose_rocket_sec .rocket_photo {
  width: 37%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  bottom: 0;
  -webkit-animation: action 1s infinite  alternate;
  animation: action 1s infinite  alternate;
}
@-webkit-keyframes action {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}

@keyframes action {
  0% { transform: translateY(0); }
  100% { transform: translateY(-10px); }
}

.why_choose_sec .container {
  position: relative;
}
/* Why Choose Section */


/* Process Work Section */
.process_work_sec {
  background: url(../images/process_work_bg.webp);
  background-repeat: no-repeat;
  background-position: top;
  padding: 120px 0 0;
  overflow: hidden;
}

.process_work_sec .title {
  text-align: center;
}

.process_work_sec .title_photo {
  width: 30%;
  margin: 0 auto 40px;
  display: block;
}
.process_work_sec .process_main_content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.process_work_sec .process_main_content:before {
  content: "";
  position: absolute;
  left: 28px;
  right: 0;
  width: 97%;
  height: 55px;
  top: 45%;
  border-bottom: 2px dashed #F4420A;
  border-radius: 0 0 30px 0;
  border-right: 2px dashed #F4420A;
}

.process_work_sec .process_main_content .process_content {
  width: 33%;
  padding: 50px 20px;
  border: 2px dashed #F4420A;
  border-radius: 30px;
  margin-bottom: 100px;
}

.process_work_sec .process_main_content .process_content.analysis {
  border-bottom: none;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.process_work_sec .process_main_content .process_content.analysis:after {
  content: "";
  background: #fff;
  left: -2px;
  position: absolute;
  width: 4px;
  height: 20%;
  bottom: 0px;
}
.process_work_sec .process_main_content .process_content.possibilities {
  border-top: none;
  border-right: none;
  border-radius: 0 0 30px 30px;
  border-left: none;
  position: relative;
}
.process_work_sec .process_main_content .process_content.possibilities:after {
  content: "";
  background: #fff;
  left: -2px;
  position: absolute;
  width: 4px;
  height: 28px;
  bottom: -2px;
}
.process_work_sec .process_main_content .process_content.planning {
  border-bottom: none;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.process_work_sec .process_main_content .process_content.planning:after {
  content: "";
  background: #fff;
  left: -2px;
  position: absolute;
  width: 4px;
  height: 28px;
  bottom: -2px;
}
.process_work_sec .process_main_content .process_content.goals {
  border-top: none;
  border-right: none;
  position: relative;
  border-radius: 0 0 30px 30px;
}
.process_work_sec .process_main_content .process_content.goals:before {
  content: "";
  position: absolute;
  top: -44px;
  left: -2px;
  height: 46px;
  width: 35px;
  border-left: 2px dashed #F4420A;
  border-radius: 30px 0 0;
}
.process_work_sec .process_main_content .process_content.monitoring {
  border-bottom: none;
  border-radius: 30px 30px 0 0;
  border-right: none;
  position: relative;
}
.process_work_sec .process_main_content .process_content.monitoring:after {
  content: "";
  background: #fff;
  left: -2px;
  position: absolute;
  width: 4px;
  height: 28px;
  bottom: -2px;
}

.process_work_sec .process_main_content .process_content.execution {
  border-top: none;
  border-radius: 0 0 30px  30px;
  position: relative;
}
.process_work_sec .process_main_content .process_content.execution::before {
  content: "";
  background: #fff;
  left: -2px;
  position: absolute;
  width: 4px;
  height: 28px;
  top: 0;
}
.process_work_sec .process_main_content .process_content.execution:after {
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  background: #fff;
  height: 40%;
  width: 12px;
}


.process_work_sec .process_main_content .process_content .process_wrapp {
  position: relative;
}
.process_work_sec .process_main_content .process_content .process_wrapp .text-content {
  background: #2420FE;
  padding: 0 20px;
  border-radius: 0 0 50px 50px;
  position: relative;
  z-index: 0;
  margin-top: -140px;
}

.process_work_sec .process_main_content .process_content .process_wrapp .text-content .text-content-wrapp {
  background: #ffffff;
  border-radius: 0 0 180px 180px;
  padding: 120px 40px 120px;
  text-align: center;
  position: relative;
  z-index: -2;
  box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.3);
  height: 100%;
  min-height: 490px;
}

.process_work_sec .process_main_content .process_content .process_icon_sec {
  background: #2420FE;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process_work_sec .process_main_content .process_content .process_icon_sec .process_icon {
  background: #2858FF;
  width: 170px;
  height: 170px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.process_work_sec .process_main_content .process_content .process_icon_sec .process_icon img {
  width: 80px;
}

.process_work_sec .process_main_content .process_content .process_wrapp .text-content .text-content-wrapp .number {
  font-size: 54px;
  color: #2420FE;
  line-height: 64px;
  font-weight: 600;
}

.process_work_sec .process_main_content .process_content .process_wrapp .text-content .text-content-wrapp .title {
  color: #2858FF;
  font-size: 24px;
  font-weight: 700;
}

.process_work_sec .process_main_content .process_content .process_wrapp .text-content .text-content-wrapp .des {
  color: #000;
  font-size: 16px;
  line-height: 1.8;
}


.process_work_sec .process_main_content .process_content.possibilities .process_wrapp .process_icon_sec {
  background: #FE7D20;
}

.process_work_sec .process_main_content .process_content.possibilities .process_wrapp .process_icon_sec .process_icon {
  background: #F5771D;
}
.process_work_sec .process_main_content .process_content.possibilities .process_wrapp .text-content{
  background: #FE7D20;
}
.process_work_sec .process_main_content .process_content.possibilities .process_wrapp .text-content .number {
  color: #FE7D20;
}
.process_work_sec .process_main_content .process_content.possibilities .process_wrapp .text-content .title {
  color: #FE7D20;
}



.process_work_sec .process_main_content .process_content.planning .process_wrapp .process_icon_sec {
  background: #4816D6;
}
.process_work_sec .process_main_content .process_content.planning .process_wrapp .process_icon_sec .process_icon {
  background: #6C3DF0;
}
.process_work_sec .process_main_content .process_content.planning .process_wrapp .text-content{
  background: #4816D6;
}
.process_work_sec .process_main_content .process_content.planning .process_wrapp .text-content .number {
  color: #4816D6;
}
.process_work_sec .process_main_content .process_content.planning .process_wrapp .text-content .title {
  color: #4816D6;
}


.process_work_sec .process_main_content .process_content.goals .process_wrapp .process_icon_sec {
  background: #B720FE;
}
.process_work_sec .process_main_content .process_content.goals .process_wrapp .process_icon_sec .process_icon {
  background: #A614EA;
}
.process_work_sec .process_main_content .process_content.goals .process_wrapp .text-content{
  background: #B720FE;
}
.process_work_sec .process_main_content .process_content.goals .process_wrapp .text-content .number {
  color: #A614EA;
}
.process_work_sec .process_main_content .process_content.goals .process_wrapp .text-content .title {
  color: #A614EA;
}



.process_work_sec .process_main_content .process_content.monitoring .process_wrapp .process_icon_sec {
  background: #FE3A20;
}
.process_work_sec .process_main_content .process_content.monitoring .process_wrapp .process_icon_sec .process_icon {
  background: #DE240B;
}
.process_work_sec .process_main_content .process_content.monitoring .process_wrapp .text-content{
  background: #FE3A20;
}
.process_work_sec .process_main_content .process_content.monitoring .process_wrapp .text-content .number {
  color: #FE3A20;
}
.process_work_sec .process_main_content .process_content.monitoring .process_wrapp .text-content .title {
  color: #FE3A20;
}


.process_work_sec .process_work_photo_one {
  width: 26%;
  float: left;
}

.process_work_sec .process_work_photo_two {
  width: 16%;
  float: right;
}
/* Process Work Section */

/* Count Sec */
.count_sec {
  position: relative;
}
.count_sec .count_photo {
  width: 30%;
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -48%;
}

.count_sec .count_content {
  background: url(../images/count_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
}

.count_sec .count_content .container {
  display: flex;
  overflow: hidden;
  justify-content: center;
}

.count_sec .count_content .count_main_content {
  text-align: center;
  padding: 0 61px;
  border-right: 1px solid #4444af;
}

.count_sec .count_content .count_main_content .number {
  color: #fff;
  font-size: 74px;
  margin-bottom: 0;
}

.count_sec .count_content .count_main_content .des {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
/* Count Sec */



.client_sec .client_photo {
  width: 30%;
  margin: auto;
}

.client_sec .client_content.container {
  background: url(../images/client_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 40px;
  border-radius: 40px;
}

.client_sec .client_content .title {
  text-align: center;
  color: #fff;
}
.client_sec .client_content.container .client_slider {
  margin: 0;
}
.client_sec .client_content.container .client_slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.client_sec .client_content.container .client_slider .slick-dots li button {
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f3c372;
  text-indent: 20px;
  overflow: hidden;
  margin: 0 4px;
}

.client_sec .client_content.container .client_slider .slick-dots li.slick-active button {
  background: #ffe8c1;
}
.client_sec .client_content.container .client_slider .slick-dots li.slick-active button {
  background: #ffe8c1;
}
.client_sec .client_content.container .client_slider .slick-dots li button:before {
  display: none;
}

.client_sec .client_content.container .client_slider .client_icon {
  background: #fff;
  border-radius: 15px;
}

.client_sec .client_content.container .client_slider .client_icon img {
  /* width: 100%; */
  height: 100%;
  display: block;
}

.client_sec .client_content.container .client_slider .slick-slide {
  margin: 0 10px;
}


/* Testimonials Sec */
.testimonials_sec {
  margin: 140px 0;
}
.testimonials_sec .testimonials_title_photo {
  width: 26%;
  margin: 0 auto 40px;
}

.testimonials_sec .testimonials_content_sec {
  background: url(../images/testimonial_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 0 40px;
  background-size: 30%;
}

.testimonials_sec .testimonials_content_sec .title {
  text-align: center;
  margin-bottom: 50px;
}
.testimonials_sec .testimonials_content_sec .testimonials_content .testimonials_photo {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  margin: 0 auto 30px;
}

.testimonials_sec .testimonials_content_sec .testimonials_content .testimonials_photo img {
  height: 100%;
}

.testimonials_sec .testimonials_content_sec .testimonials_content .text_content {
  text-align: center;
}

.testimonials_sec .testimonials_content_sec .testimonials_content .text_content span {
  width: 30px;
  display: inline-block;
  margin-right: 20px;
}
.testimonials_sec .testimonials_content_sec .testimonials_slider {
  width: 60%;
  margin: auto;
}

.testimonials_sec .testimonials_content_sec .testimonials_content .text_content .des {
  color: #000000;
}
.testimonials_sec .testimonials_content_sec .testimonials_content .text_content .bottom_sec .name {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}

.testimonials_sec .testimonials_content_sec .testimonials_content .text_content .bottom_sec  .designation {
  color: #000;
  font-weight: 700;
}
.testimonials_sec .testimonials_content_sec .testimonials_slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.testimonials_sec .testimonials_content_sec .testimonials_slider .slick-dots li button {
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f3c372;
  text-indent: 20px;
  overflow: hidden;
  margin: 0 4px;
}

.testimonials_sec .testimonials_content_sec .testimonials_slider .slick-dots li.slick-active button {
  background: #ffe8c1;
}
.banner_sec .banner_slider .slick-dots li.slick-active button {
  background: #ffe8c1;
}
.testimonials_sec .testimonials_content_sec .testimonials_slider .slick-dots li button:before {
  display: none;
}
/* Testimonials Sec */



/* Contact  Sec */
.contact_sec .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact_sec  .contact_photo {
  width: 40%;
  margin-right: 80px;
}
.contact_sec .contact_from_sec {
  width: 30%;
  background: #fff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin: 0 0 100px;
}

.contact_sec .contact_from_sec .contact_title {
  margin: 0;
  background: #1F65ED;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.contact_sec .contact_from_sec .from_sec {
  padding: 20px;
}

.contact_sec .contact_from_sec .from_sec .form_group {
  margin-bottom: 18px;
}

.contact_sec .contact_from_sec .from_sec .form_group input {
  height: 44px;
  font-size: 16px;
}

.contact_sec .contact_from_sec .from_sec .contact_btn {
  width: 100%;
  border: none;
  background: #E36D17;
  color: #fff;
  padding: 10px;
  border-radius: 7px;
  font-size: 20px;
}
/* Contact  Sec */



/* Footer Sec */
.footer_sec {
  background: url(../images/f_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0 0;
  position: relative;
}

.footer_sec .f_about_sec a {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
}

.footer_sec .f_character_sec {
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: absolute;
  top: -44px;
  left: 0;
  right: 0;
  width: 70%;
  margin: auto;
}
.footer_sec .f_character_sec .f_character_photo_two {
  width: 10%;
}

/* Footer Categories */
.footer_sec .footer_categories {
  border-bottom: 1px solid #262626;
  padding: 40px 0;
  display: none;
}
.footer_sec .footer_categories .f_list a:last-child {
  margin-bottom: 0;
}
.footer_sec .footer_categories .f_title {
  color: #FAFF01;
  font-size: 24px;
}
.footer_sec .footer_categories .f_list a {
  display: block;
  color: #5E5E5E;
  margin: 16px auto;
}

.footer_sec .footer_categories .f_list a span {
  color: #B8B8B8;
  margin-right: 10px;
}

/* Footer Categories */


.footer_sec .about_sec .f_logo {
  display: block;
  width: 144px;
  margin-bottom: 16px;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.footer_sec .footer_top {
  padding: 60px 40px 30px;
  background: #02126A;
}
.footer_sec .footer_top .des {
  color: #e7e7e7;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  width: 74%;
  text-align: justify;
}

.footer_sec .footer_top .f_social{
  display: flex;
}

.footer_sec .footer_top .f_social a {
  padding: 6px 15px  0 0;
  width: auto;
}
.footer_sec .footer_top .f_social a img {
  width: 100%;
  margin: 0;
}
.footer_sec .footer_top .f_about .f_title {
  font-size: 18px;
  text-transform: none;
  margin-bottom: 20px;
}

.footer_sec .footer_top .f_about .f_title span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin-top: 7px;
}
.footer_sec .footer_top .latest_update {
  font-size: 22px;
  color: #fff;
  margin: 20px auto 0;
}

.f_contact .office_address .office_title {
  color: #fff;
  font-size: 18px;
  font-weight: 00;
  display: flex;
  align-items: center;
}

.f_contact .office_address .office_title img {
  width: 12px;
  margin-right: 7px;
}
.f_contact .contact {
  display: flex;
  color: #fff;
  align-items: center;
  margin-bottom: 20px;
}

.f_contact .contact img {
  width: auto;
  height: 15px;
  margin-right: 10px;
}


.footer_sec .f_title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer_sec .f_list {
  margin-bottom: 0;
  padding: 0;
}

.footer_sec .f_list li a {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
}
.footer_sec .f_list li a img {
  width: 5px;
  height: auto;
  margin-right: 10px;
}
.footer_sec .f_list li a:hover {
  color: #ffb21d;
}

.footer_sec .f_payment .payment_icon {
  width: 40%;
  margin: 15px auto;
  display: block;
}

.footer_sec .footer_bottom {
  background: #071666;
  border-top: 1px solid #1b2d91;
}
.footer_sec .footer_bottom .copy_right {
  margin: 0;
  color: #fff;
  text-align: center;
}

.footer_sec .footer_bottom .container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  flex-wrap: wrap;
}

.footer_sec .footer_bottom .container a {
  color: #ffffff;
  border-left: 1px solid #e7e7e7;
  padding: 0 15px;
  line-height: 10px;
  height: 14px;
  font-size: 18px;
  border-right: 1px solid #e7e7e7;
  margin: 0 15px;
}
.footer_sec .footer_bottom .container a:hover {
  color: #ff7d04;
}
.footer_sec .f_nav.f_contact .f_list li img {
  width: 15px;
}

.footer_sec .f_list li.address {
  display: flex;
  align-items: self-start;
  color: #ffff;
  font-size: 16px;
}
.footer_sec .f_list li.address img {
  margin-right: 10px;
}

.footer_sec .f_character_sec .f_character_photo {
    width: 130px;
}
.footer_sec .footer_top .f_contact .f_social_sec {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.footer_sec .footer_top .f_contact .f_social_sec a {
  margin-right: 12px;
  width: 18px;
}
.footer_sec .footer_top .f_contact .f_social_sec a.fb_icon {
  width: auto;
}
.footer_sec .footer_top .f_contact .f_social_sec a.fb_icon img {
  width: auto;
  height: 24px;
}

.footer_sec .footer_top .f_contact .f_list {
    margin-bottom: 10px;
}

/* Footer Sec */




/*****=====  About Page  =====*****/
.about_page .about_banner_sec {
  margin-top: 154px;
  height: 530px;
  overflow: hidden;
  position: relative;
}
.about_page .about_sec .container {
  max-width: 100%;
  padding: 0;
}
.about_page .about_banner_sec img {
  height: 530px;
}

.about_page .about_banner_sec .container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  bottom: 0;
  align-items: center;
}

.about_page .about_banner_sec .banner_photo {
  width: 470px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.about_page .about_banner_sec .banner_photo img {
  height: auto;
}

.about_page .about_banner_sec .banner_title {
  color: #fff;
  font-size: 84px;
}

.about_page .about_sec {
  background: url(../images/about_us_bg2.webp);
  background-repeat: no-repeat;
  padding-bottom: 0;
}
.about_page .about_sec .about_photo {
  background: url(../images/about_marketin_photo.webp);
  background-repeat: no-repeat;
  padding: 60px 70px 70px 120px;
  border-radius: 0 200px 200px 0;
  width: 30%;
  flex: 0 0 30%;
  background-size: cover;
}
.about_page .about_sec .about_photo .title {
  font-size: 60px;
  color: #fff;
  margin: 0;
}
.about_page .bottom_photo {
  width: 12%;
  margin-left: auto;
}

/* Mission Vission */
.mission_vission {
  background: url(../images/mission_bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 0 0 90px;
}

.mission_vission .title_photo {
  width: 20%;
  margin: -100px auto 20px;
  position: relative;
}

.mission_vission .title {
  text-align: center;
  color: #fff;
  font-size: 48px;
  text-transform: capitalize;
}

.mission_vission .mission_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 70px;
}
.mission_vission .mission_wrapper .mission_photo {
  width: 14%;
  flex: 0 0 14%;
  margin: 0 60px;
  -webkit-animation: action 1s infinite  alternate;
  animation: action 1s infinite  alternate;
}

.mission_vission .mission_wrapper .text_contain {
  width: 38%;
  flex: 0 0 38%;
}

.mission_vission .mission_wrapper .text_contain .des {
  color: #fff;
}
.mission_vission .mission_wrapper .text_contain .title {
  text-align: left;
  font-size: 40px;
}

/* Mission Vission */

/* Team Sec */
.team_sec {
  padding: 130px 0;
}
.team_sec .title_photo {
  width: 20%;
  margin: auto;
}

.team_sec .title {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.team_sec .title:after {
  content: "";
  width: 8%;
  position: absolute;
  content: "";
  height: 2px;
  bottom: 0;
  margin: auto;
  background: linear-gradient(90deg, rgba(26, 85, 237, 1) 0%, rgb(215 92 23 / 48%) 100%);
  left: 0;
  right: 0;
}
.team_sec .team_content {
  background: #fff;
  box-shadow: 0 7px 15px 0 rgb(191 191 191 / 30%);
}
.team_sec .team_wrapper {
  margin-top: 60px;
}
.team_sec .team_content .team_photo {
  height: 430px;
  overflow: hidden;
}

.team_sec .team_content .team_photo img {
  height: 100%;
}

.team_sec .team_content .text_contain {
  text-align: center;
  padding: 20px;
}

.team_sec .team_content .text_contain .team_name {
  font-size: 28px;
  color: #000;
  font-weight: 700;
}

.team_sec .team_content .text_contain .designation {
  color: #747474;
  font-size: 18px;
}

.team_sec .team_content .text_contain .tam_social {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.team_sec .team_content .text_contain .tam_social a {
  margin: 0 7px;
}
/* Team Sec */



/*****=====  About Page  =====*****/

/*****=====  Contact Page  =====*****/
.contact_sec_content .title {
  font-size: 24px;
  margin-bottom: 10px;
}
.contact_us_sec .container {
  max-width: 1000px;
  margin: 140px auto;
}
.contact_sec_content .des {
  font-size: 16px;
}

.contact_sec_content .contact_content {
  background: #fff;
  box-shadow: 0 30px 20px 0 rgb(227 227 227 / 50%);
  display: flex;
  padding: 15px;
  margin-bottom: 30px;
}

.contact_sec_content .contact_content .icon {
  width: 30px;
  flex: 0 0 30px;
  margin-right: 30px;
}
.contact_sec_content .contact_content .social_list {
  display: flex;
}
.contact_sec_content .contact_content .text_content {
  width: 100%;
}

.contact_sec_content .contact_content .text_content a {
  color: #4F4949;
}
.contact_sec_content .contact_content.email .text_content a {
  color: #E36D17;
}
.contact_sec_content .contact_content .social_list a {
  margin-right: 10px;
}


.contact_us_sec .contact_from_sec .top_sec {
  background: #F6F6F6;
  color: #515151;
  font-size: 16px;
  padding: 20px;
  text-align: center;
  margin: 0;
  margin: 20px 20px 10px;
}

.contact_us_sec .contact_from_sec .top_sec .des {
  margin: 0;
}

.contact_us_sec .contact_from_sec {
  background: #fff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin: 0 0 100px;
}

.contact_us_sec .contact_from_sec .contact_title {
  margin: 0;
  background: #1F65ED;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.contact_us_sec .contact_from_sec .from_sec {
  padding: 20px;
}

.contact_us_sec .contact_from_sec .from_sec .form_group {
  margin-bottom: 18px;
}

.contact_us_sec .contact_from_sec .from_sec .form_group input {
  height: 44px;
  font-size: 16px;
}

.contact_us_sec .contact_from_sec .from_sec .contact_btn {
  width: 100%;
  border: none;
  background: #E36D17;
  color: #fff;
  padding: 10px;
  border-radius: 7px;
  font-size: 20px;
}
.contact_us_sec .contact_from_sec .from_sec .form_group select:focus {
  box-shadow: none;
  border-color: #d7d7d7;
}
.contact_us_sec .contact_from_sec .from_sec .form_group textarea:focus {
  box-shadow: none;
  border-color: #d7d7d7;
}
/*****=====  Contact Page  =====*****/


/*****=====  Careers Page  =====*****/
.about_page .careers_sec {
  padding: 120px 0;
}
.about_page .careers_sec .careers_contain .title {
  font-size: 20px;
  margin-bottom: 20px;
}

.about_page .careers_sec .careers_contain .des {
  margin-bottom: 15px;
  line-height: 1.8;
  font-size: 17px;
}

.about_page .careers_sec .careers_contain .des span {
  font-weight: 700;
  color: #000;
}
.about_page .careers_sec .careers_contain {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin-bottom: 40px;
}
.about_page .careers_sec .des a {
  color: #E36D17;
}
.about_page .careers_sec .des a:hover {
  color: #e99b63;
}
/*****=====  Careers Page  =====*****/


/*****=====  Digital Marketing Page  =====*****/

.digital_marketing_sec {
  background: url(../images/about_us_bg2.webp);
  padding: 130px 0;
  background-repeat: no-repeat;
}
.digital_marketing_sec .digital_content {
  background: #092CFF;
  padding: 15px;
  height: 100%;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.digital_marketing_sec .digital_content:hover {
  padding: 0;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.digital_marketing_sec .digital_content .digital_content_wrapp {
  border: 1px solid #556DFD;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.digital_marketing_sec .digital_content .digital_content_wrapp .degital_title {
  color: #FFFFFF;
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  display: block;
  margin: auto;
  padding: 30px 40px 20px;
  line-height: 34px;
}

.digital_marketing_sec .digital_content .digital_content_wrapp .degital_list {
  margin: 14px 20px 30px;
  padding: 0;
}

.digital_marketing_sec .digital_content .degital_list li {
  display: flex;
  color: #fff;
  font-size: 16px;
  align-items: center;
  margin-bottom: 13px;
}

.digital_marketing_sec .digital_content .degital_list li img {
    width: auto;
    height: 12px;
    margin-right: 13px;
}
.digital_marketing_sec .digital_content .read_more {
  display: flex;
  color: #fff;
  align-items: center;
  font-size: 18px;
  padding-bottom: 30px;
  padding-left: 20px;
}



.digital_marketing_sec .digital_content .read_more:hover {
  opacity: 0.5;
}

.digital_marketing_sec .digital_content .read_more img {
  width: auto;
  height: 10px;
  padding-left: 8px;
  margin-top: 5px;
}
.digital_marketing_sec .digital_content .marketing_icon {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #2241FD;
  width: 98px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90% 0 0 0;
  padding: 20px 0 0 23px;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.digital_marketing_sec .digital_content .digital_content_wrapp:hover .marketing_icon{
  right: -24%;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

.digital_marketing_sec .digital_content .marketing_icon img {
    width: 50px;
}

.digital_marketing_sec .digital_content.optimization {
  background: rgb(122,0,165);
  background: linear-gradient(0deg, rgba(122,0,165,1) 0%, rgba(191,9,255,1) 100%);
}
.digital_marketing_sec .digital_content.optimization .digital_content_wrapp {
  border: 1px solid #FF89B4;
}
.digital_marketing_sec .digital_content.optimization .marketing_icon {
  background: #aa1cdb;
}


.digital_marketing_sec .digital_content.social {
  background: rgb(210,93,7);
  background: linear-gradient(0deg, rgba(210,93,7,1) 0%, rgba(227,109,23,1) 100%);
}
.digital_marketing_sec .digital_content.social .digital_content_wrapp {
  border: 1px solid #FF89B4;
}
.digital_marketing_sec .digital_content.social .marketing_icon {
  background: #EF7A25;
}


.digital_marketing_sec .digital_content.conversion {
  background: rgb(19,94,7);
  background: linear-gradient(0deg, rgba(19,94,7,1) 0%, rgba(41,203,14,1) 100%);
}
.digital_marketing_sec .digital_content.conversion .digital_content_wrapp {
  border: 1px solid #95FE83;
}
.digital_marketing_sec .digital_content.conversion .marketing_icon {
  background: #21A40C;
}

.digital_bottom_photo {
  width: 40%;
  margin: auto;
}
/*****=====  Digital Marketing Page  =====*****/


/*****=====  SEO Page  =====*****/

/* Banner Sec */
.about_page .about_banner_sec.seo_banner .text_contain .banner_title {
  text-transform: capitalize;
  font-size: 70px;
  color: #fff;
}
.about_page .about_banner_sec.seo_banner .text_contain .banner_title span {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  display: block;
}
.about_page .about_banner_sec.seo_banner .text_contain .des {
  font-size: 28px;
  color: #fff;
  width: 90%;
}

.about_page .about_banner_sec.seo_banner .container {
  align-items: center;
}

.about_page .about_banner_sec.seo_banner .banner_photo {
  position: relative;
  width: 60%;
}
/* Banner Sec */

/* Seo Sec */
.seo_about_sec {
  padding: 150px 0 200px;
  background: url(../images/seo_about_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.seo_about_sec .title {
  font-size: 48px;
  margin-bottom: 60px;
}
.seo_about_sec .seo_about_content {
  display: flex;
  align-items: center;
}

.seo_about_sec .seo_about_content .seo_about_photo {
  width: 44%;
  flex: 0 0 44%;
}

.seo_about_sec .seo_about_content .text_contain .des {
  line-height: 1.8;
}
/* Seo Sec */

/* Journey Sec */
.journey_sec {
  padding: 120px 0;
  background: url(../images/journey_seo_bg.png);
  background-repeat: no-repeat;
}

.journey_sec .title_photo {
  width: 30%;
  margin: 0 auto 30px;
}

.journey_sec .title {
  text-align: center;
}

.journey_sec .journey_wrapper {
  display: flex;
}

.journey_sec .journey_wrapper .journey_photo {
  width: 40%;
  flex: 0 0 40%;
  margin-right: 100px;
}

.journey_sec .journey_wrapper .text_contain {
  margin-top: 70px;
}

.journey_sec .journey_wrapper .text_contain .title {
  text-align: left;
  font-size: 34px;
}

.journey_sec .journey_wrapper .text_contain .des {
  line-height: 1.8;
}
/* Journey Sec */


/* Seo Brand Sec */
.seo_brand_sec {
  background: #4EAAFF;
}
.seo_brand_sec .container {
  max-width: 100%;
  display: flex;
  padding: 0 40px;
  justify-content: space-between;
  align-items: center;
}

.seo_brand_sec .text_contain {
  width: 40%;
}

.seo_brand_sec .text_contain .title {
  color: #fff;
  text-transform: capitalize;
  font-size: 48px;
}

.seo_brand_sec .text_contain .des {
  color: #fff;
  font-size: 20px;
}

.seo_brand_sec .seo_brand_photo {
  width: 40%;
  position: relative;
}
/* Seo Brand Sec */


/* On Page SEO */
.on_seo_sec {
  background: url(../images/seo_bg.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  position: relative;
}
.on_seo_sec .title_photo {
  width: 20%;
  margin: auto;
}

.on_seo_sec .title {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 70px;
}

.on_seo_sec .seo_content {
  background: #fff;
  box-shadow: 0 0px 22px 0 rgb(219 219 219 / 82%);
  -moz-box-shadow: 0 0px 22px 0 rgb(219 219 219 / 82%);
  -webkit-box-shadow: 0 0px 22px 0 rgb(219 219 219 / 82%);
  display: block;
  padding: 15px;
  height: 100%;
  min-height: 600px;
  position: relative;
  z-index: 1;
}

.on_seo_sec .seo_content .service_icon {
  width: 50%;
  margin: auto;
  height: 280px;
  display: flex;
  align-items: center;
}

.on_seo_sec .seo_content .text_contain {
  text-align: center;
}

.on_seo_sec .seo_content .text_contain .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.on_seo_sec .seo_content .text_contain .des {
  font-size: 18px;
  line-height: 1.9;
}
.on_seo_sec .seo_rocket {
  width: 10%;
  position: absolute;
  bottom: 7%;
  right: 6%;
  z-index: 0;
}
.on_seo_sec .seo_cloud {
  width: 100%;
}
/* On Page SEO */


/* Seo Process */
.process_work_sec.seo_process {
  background: url(../images/seo_process_bg.png);
  background-repeat: no-repeat;
  background-position: center right;
}
/* Seo Process */

/* Trustworthiness Sec */
.trustworthiness_sec {
  text-align: center;
}

.trustworthiness_sec .title_photo {
  width: 50%;
  margin-bottom: 50px;
}

.trustworthiness_sec .des {
  width: 80%;
  margin: 0 auto 70px;
  line-height: 1.9;
}

.trustworthiness_sec .trustworthiness_wrapper {
  background: #2068F5;
  border-radius: 20px;
  display: flex;
}

.trustworthiness_sec .trustworthiness_wrapper .trustworthiness_content {
  margin: 60px 30px;
}

.trustworthiness_sec .trustworthiness_wrapper .trustworthiness_content .trustworthiness_icon {
  background: #FFFFFF;
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #4882F2;
  margin-bottom: 30px;
}

.trustworthiness_sec .trustworthiness_wrapper .trustworthiness_content .trustworthiness_icon img {
  width: 28px;
}

.trustworthiness_sec .trustworthiness_wrapper .trustworthiness_content .text_content .trust_title {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
}

.trustworthiness_sec .trustworthiness_wrapper .trustworthiness_content .text_content .des {
  width: auto;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.trustworthiness_sec .trustworthiness_wrapper .border {
  border: none !important;
  border-left: 3px solid #6599FF !important;
  margin: 50px 0;
  position: relative;
}

.trustworthiness_sec .trustworthiness_wrapper .border:before {
    content: "";
    position: absolute;
    background: #FDD95A;
    height: 40px;
    width: 5px;
    left: -4px;
    /* right: 0; */
    margin: auto;
    top: 10%;
}

.trustworthiness_sec .trustworthiness_wrapper .border.border_two:before {
    top: auto;
    bottom: 10%;
}
/* Trustworthiness Sec */


/* Tools Utilized Sec */
.tools_utilized_sec {
  text-align: center;
  padding: 190px 0;
  background: url(../images/tools_utilized_bg.png);
  background-repeat: no-repeat;
}

.tools_utilized_sec .title_photo {
  width: 23%;
}

.tools_utilized_sec .title {
  margin-bottom: 70px;
}

.tools_utilized_sec .tools_utilized_content {
  background: #fff;
  box-shadow: 0 0px 22px 0 rgb(219 219 219 / 82%);
  -moz-box-shadow: 0 0px 22px 0 rgb(219 219 219 / 82%);
  -webkit-box-shadow: 0 0px 22px 0 rgb(219 219 219 / 82%);
  display: block;
  padding: 15px;
  height: 100%;
  /* min-height: 310px; */
  position: relative;
  z-index: 1;
}

.tools_utilized_sec .tools_utilized_content .tools_icon {
  width: 60%;
  margin: 0 auto 30px;
  height: 220px;
  display: flex;
  align-items: center;
}

.tools_utilized_sec .tools_utilized_content .tools_title {
  color: #2068F5;
  font-size: 24px;
  font-weight: 700;
}

.tools_utilized_sec .row {
  justify-content: center;
}
/* Tools Utilized Sec */

.free_consultation_sec .free_consultation_photo {
  width: 60%;
  margin: auto;
}
.free_consultation_sec .free_consultation_sec {
  background: url(../images/free_consultation_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  position: relative;
}

.free_consultation_sec .free_consultation_sec .consultation_title {
  color: #fff;
  font-size: 44px;
  margin-bottom: 40px;
  font-weight: 700;
}

.free_consultation_sec .free_consultation_sec .btn_sec {
  display: flex;
}

.free_consultation_sec .free_consultation_sec .btn_sec .consultation_btn {
  display: flex;
  color: #FDFDFD;
  font-size: 20px;
  align-items: center;
  background: #1170FF;
  border: 1px solid #fff;
  padding: 8px 20px;
  border-radius: 5px;
  margin-right: 20px;
}

.free_consultation_sec .free_consultation_sec .btn_sec .consultation_btn img {
  width: 18px;
  margin-right: 10px;
}

.free_consultation_sec .free_consultation_sec:after {
  content: "";
  background: url(../images/free_consultation_photo.png);
  width: 38%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
}



.contact_faq_sec {
  padding: 170px 0;
  background: url(../images/faq_bg.png);
}
.contact_faq_sec .title {
  text-align: center;
  margin-bottom: 90px;
}

.contact_faq_sec .faq_wrapper {
  display: flex;
  justify-content: space-between;
}

.contact_faq_sec .faq_wrapper .faq_content {
  width: 54%;
}

.contact_faq_sec .faq_wrapper .faq_photo {
  width: 28%;
}



.contact_faq_sec .faq_wrapper .faq_content .accordion .accordion-item {
  background: #0E60FF;
  margin-bottom: 30px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
}

.contact_faq_sec .faq_wrapper .faq_content .accordion .accordion-item .accordion-body {
  color: #D4C5FF;
  font-weight: 400;
}

.contact_faq_sec .faq_wrapper .faq_content .accordion .accordion-item .accordion-button {
  background: #1F65ED;
  color: #fff;
  border-bottom: 1px solid #c1cddb;
  box-shadow: none;
}


.contact_faq_sec .faq_wrapper .faq_content .accordion .accordion-item .accordion-body .des {
  color: #ded4fd;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}
.contact_faq_sec .faq_wrapper .faq_content .accordion .accordion-item .accordion-button:after {
  background-color: #b0c9f9;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  background-size: 16px;
  background-position: center;
}
/*****=====  SEO Page  =====*****/


/*****=====  Social Page  =====*****/


/* Social Banner */
.about_page .about_banner_sec.social_banner {
    height: 890px;
}

.about_page .about_banner_sec.social_banner img {
    height: 100%;
}

.about_page .about_banner_sec.social_banner .container {
    align-items: start;
    top: 14%;
}

.about_page .about_banner_sec.social_banner .container .text_contain {
    width: 64%;
}
.about_page .about_banner_sec.social_banner .container .text_contain .banner_title span {
    color: #fff;
    font-size: 44px;
    margin-bottom: 20px;
}

.about_page .about_banner_sec.social_banner .container .text_contain .des {
    color: #fff;
    width: 68%;
}

.about_page .about_banner_sec.social_banner .banner_photo {
    bottom: auto;
    width: 44%;
    right: 0;
}
/* Social Banner */

/* Smo Sec */
.smo_sec {
  background: url(../images/seo_bg.png);
  background-repeat: no-repeat;
  background-position: 0 12%;
  position: relative;
  padding: 110px 0;
  background-repeat: no-repeat;
  background-size: 10%;
}

.smo_sec:after {
  content: "";
  position: absolute;
  background: url(../images/smo_checks_bg.png);
  right: 0;
  width: 30%;
  top: 0;
  bottom: 0;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center right;
}

.smo_sec .text_contain {
  width: 54%;
}
.smo_sec .smo_list {
  padding: 0;
}
.smo_list li {
  background: url(../images/smo_arrow.png);
  background-repeat: no-repeat;
  padding-left: 40px;
  margin-bottom: 30px;
  font-size: 20px;
  color: #4F4C4C;
  background-position: 0 15%;
  background-size: 3%;
}
/* Smo Sec */

/* Social Marketing Sec */
.social_marketing_sec {
  position: relative;
}
.social_marketing_sec .title_photo {
    width: 30%;
    margin: auto;
}

.social_marketing_sec .title {
    text-align: center;
    margin-bottom: 70px;
}
.social_marketing_sec .social_marketing_content .social_marketing {
    background: #fff;
    box-shadow: 0 0px 22px 0 rgb(219 219 219 / 82%);
    -moz-box-shadow: 0 0px 22px 0 rgb(219 219 219 / 82%);
    -webkit-box-shadow: 0 0px 22px 0 rgb(219 219 219 / 82%);
    display: block;
    padding: 15px;
    height: 100%;
    /* min-height: 600px; */
    position: relative;
    z-index: 1;
}

.social_marketing_sec .social_marketing_content .social_marketing .text_contain .title {
    margin: 0;
    font-size: 24px;
    line-height: 1.5;
}

.social_marketing_sec .social_marketing_content .row {
    justify-content: center;
}

.social_marketing_sec .seo_rocket {
  width: 10%;
  position: absolute;
  bottom: 7%;
  right: 6%;
  z-index: 0;
}
.social_marketing_sec .social_marketing_cloud {
  width: 100%;
}
/* Social Marketing Sec */


/* Exploration Sec */
.exploration_sec .title_photo {
  width: 40%;
  margin: 0 auto 30px;
}
.exploration_sec .exploration_content .row {
  justify-content: center;
}

.exploration_sec .title {
  text-align: center;
}

.exploration_sec .exploration_content .exploration {
  background: #fff;
  box-shadow: 0 0px 22px 0 rgb(219 219 219 / 82%);
  -moz-box-shadow: 0 0px 22px 0 rgb(219 219 219 / 82%);
  -webkit-box-shadow: 0 0px 22px 0 rgb(219 219 219 / 82%);
  display: block;
  padding: 15px 60px;
  height: 100%;
}

.exploration_sec .exploration_content .exploration .marketing_icon {
  height: 300px;
}

.exploration_sec .exploration_content .exploration .marketing_icon img {
  height: 100%;
  object-fit: contain;
  margin: auto;
  display: block;
}
.exploration_sec .exploration_content .exploration .text_contain .des {
  margin: 0;
  text-align: center;
  color: #4F4C4C;
  line-height: 1.8;
}
/* Exploration Sec */

/* Social Features */
.social_features {
  padding: 120px 0;
}

.social_features {
  background: #F4FBFF;
}

.social_features .title {
  text-align: center;
  margin-bottom: 60px;
}

.social_features .feature_wrapp {
  padding: 0 100px;
}

.social_features .feature_wrapp .feature_content {
  background: #fff;
  display: flex;
  box-shadow: 0 9px 30px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
  padding: 15px;
  /* align-items: center; */
  position: relative;
}
.social_features .feature_wrapp .feature_content:after {
  position: absolute;
  right: -9%;
  content: "";
  background: url(../images/social_feature_r_arrow.png);
  height: 60%;
  width: 9%;
  bottom: -180px;
  background-repeat: no-repeat;
}
.social_features .feature_wrapp .feature_content:nth-child(2n + 2):after {
  position: absolute;
  right: auto;
  left: -10%;
  content: "";
  background: url(../images/social_feature_l_arrow.png);
  height: 60%;
  width: 10%;
  bottom: -180px;
  background-repeat: no-repeat;
}
.social_features .feature_wrapp .feature_content:last-child:after {
  display: none;
}
.social_features .feature_wrapp .feature_content .feature_photo {
  width: 40%;
  flex: 0 0 40%;
}

.social_features .feature_wrapp .feature_content .text_content {
  margin-top: 20px;
}

.social_features .feature_wrapp .feature_content .text_content .features_title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}

.social_features .feature_wrapp .feature_content .text_content .des {
  line-height: 1.8;
  color: #000;
}

.social_features .feature_wrapp .feature_content:nth-child(2n + 2) {
  flex-direction: row-reverse;
}
/* Social Features */


/* Branding Business */
.branding_business {
  padding: 120px 0;
}

.branding_business .container {
  display: flex;
}

.branding_business .title {
  text-transform: capitalize;
  font-size: 34px;
  line-height: 1.5;
}

.branding_business .branding_list {
  padding: 0;
  margin: 0;
}

.branding_business .branding_list li {
  background: url(../images/smo_arrow.png);
  background-repeat: no-repeat;
  padding-left: 40px;
  margin-bottom: 30px;
  font-size: 20px;
  color: #4F4C4C;
  background-position: 0 15%;
  background-size: 3%;
}
.branding_business .text_content {
  width: 44%;
  flex: 0 0 44%;
}

.branding_business .branding_photo {
  width: 48%;
  flex: 0 0 48%;
}
/* Branding Business */


/*****=====  Social Page  =====*****/


/*****=====  Development Page  =====*****/

.seo_about_sec.about_development_sec .seo_about_content {
  align-items: self-start;
}
.seo_about_sec.about_development_sec .seo_about_content .development_slider_sec {
    width: 30%;
}

.seo_about_sec.about_development_sec .seo_about_content .development_slider_sec {
    border: 1px solid #E9E8E8;
    border-radius: 18px;
    width: 30%;
    margin-right: 70px;
    margin: 0 30px;
}


.benefits_sec {
  text-align: center;
}

.benefits_sec .title_photo {
  width: 34%;
  margin: 0 auto 40px;
}

.benefits_sec .benefit_content {
  background: #fff;
  box-shadow: 0 0px 22px 0 rgb(219 219 219 / 82%);
  -moz-box-shadow: 0 0px 22px 0 rgb(219 219 219 / 82%);
  -webkit-box-shadow: 0 0px 22px 0 rgb(219 219 219 / 82%);
  display: block;
  padding: 15px;
  height: 100%;
  text-align: center;
}

.benefits_sec .benefit_content .benefit_icon {
  background: #FF0000;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #fff;
  box-shadow: 0 0px 22px 0 rgb(157 153 153 / 82%);
  -moz-box-shadow: 0 0px 22px 0 rgb(157 153 153 / 82%);
  -webkit-box-shadow: 0 0px 22px 0 rgb(157 153 153 / 82%);
}

.benefits_sec .benefit_content .benefit_icon img {
  width: auto;
  height: 40px;
}

.benefits_sec .benefit_content .text_contain .title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.benefits_sec .benefit_content.application .benefit_icon {
  background: #0057FF;
}
.benefits_sec .benefit_content.saving .benefit_icon {
  background: #FF6B00;
}
.benefits_sec .benefit_content.support .benefit_icon {
  background: #A316E5;
}


/* Expertise Sec */
.expertise_sec {
  padding: 120px 0;
}

.expertise_sec .title_photo {
  width: 40%;
  margin: 0 auto 40px;
  display: block;
}

.expertise_sec .title {
  text-align: center;
  margin: 0 auto 90px;
}

.expertise_sec .expertise_content {
  background: #2044FE;
  display: block;
  padding: 30px;
  height: 100%;
}

.expertise_sec .expertise_content .expertise_icon {
  width: 90px;
  height: 90px;
  border: 3px solid #fff;
  background: #3455FF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.expertise_sec .expertise_content .expertise_icon img {
  width: 40px;
}

.expertise_sec .expertise_content .text_contain .title {
  text-align: left;
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}

.expertise_sec .expertise_content .text_contain  .des {
  color: #FFFFFF;
  margin: 0;
  line-height: 1.8;
}

.expertise_sec .expertise_content.two {
  background: #FE7D20;
}

.expertise_sec .expertise_content.two .expertise_icon {
  background: #FE7D20;
}

.expertise_sec .expertise_content.three {
  background: #B720FE;
}

.expertise_sec .expertise_content.three .expertise_icon {
  background: #B720FE;
}

.expertise_sec .expertise_content.four {
  background: #FF4D35;
}

.expertise_sec .expertise_content.four .expertise_icon {
  background: #FF4D35;
}
/* Expertise Sec */


/* Discuss Project */

.about_banner_sec.development_banner .text_contain {
  width: 60%;
}
.about_banner_sec.development_banner .text_contain .banner_title {
  color: #fff;
  font-size: 74px;
}
.seo_about_sec.about_development_sec .development_slider_sec .development_slider .slick-prev.slick-arrow {
  background: url(../images/development_l_arrow.png);
  left: -10%;
}
.seo_about_sec.about_development_sec .development_slider_sec .development_slider .slick-next.slick-arrow {
  background: url(../images/development_r_arrow.png);
  right: -10%;
}
.seo_about_sec.about_development_sec .development_slider_sec .development_slider .slick-arrow {
  height: 40px;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
}
.seo_about_sec.about_development_sec .development_slider_sec .development_slider .slick-arrow:before {
  display: none;
}

.about_banner_sec.development_banner .text_contain .banner_title span {
  color: #fff;
  font-size: 54px;
}

.about_banner_sec.development_banner .text_contain .des {
  color: #fff;
  margin-bottom: 60px;
}
.discuss_project {
  margin-bottom: 120px;
}
.discuss_project .container {
  background: url(../images/discuss_project_bg.png);
  text-align: center;
  padding: 80px 30px;
  background-repeat: no-repeat;
  background-size: cover;
}
.seo_about_sec.about_development_sec .seo_about_content .text_contain {
    margin-left: 70px;
}

.discuss_project .text_content .title {
  display: inline-block;
  color: #fff;
  font-size: 38px;
}

.discuss_project .text_content  .des {
  width: 70%;
  margin: 0 auto 30px;
  color: #fff;
  font-size: 24px;
  line-height: 1.8;
}
/* Discuss Project */


.trustworthiness_sec.development_trustworthiness_sec {
  margin-bottom: 120px;
}




/*****=====  Development Page  =====*****/


.discuss_project .container {
  background: url(../images/discuss_project_bg.png);
  text-align: center;
}





/*****=====  Content Writing Page  =====*****/

.about_page .about_banner_sec.content_banner .text_contain {
  width: 64%;
}

.about_page .about_banner_sec.content_banner .text_contain .banner_title {
  font-size: 54px;
}

.about_page .about_banner_sec.content_banner .text_contain  .des {
  color: #fff;
  width: 80%;
  line-height: 1.8;
  margin-bottom: 40px;
}
.seo_about_sec.about_content_writing .seo_about_content {
  align-items: self-start;
}

.seo_about_sec.about_content_writing .seo_about_content .content_writing {
  width: 34%;
  flex: 0 0 34%;
  margin-right: 40px;
  overflow: hidden;
}

.seo_about_sec.about_content_writing .seo_about_content .content_writing img {
  width: 770px;
  object-fit: contain;
  object-position: -160px;
}

.content_request_sec {
  background: url(../images/content_request_bg.png);
  background-repeat: no-repeat;
  padding: 110px 0;
  background-size: cover;
  margin: 100px auto 120px;
}
.content_request_sec .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content_request_sec .container .request_photo {
  width: 20%;
  flex: 0 0 20%;
  margin-right: 70px;
}
.content_request_sec .text_contain {
  width: 70%;
}
.content_request_sec .text_contain .des {
  color: #fff;
  line-height: 1.9;
  margin-bottom: 50px;
}

.business_content_sec {
  margin-bottom: 120px;
}

.business_content_sec .title {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.business_content_sec .business_content {
  display: flex;
  flex-wrap: wrap;
}

.business_content_sec .business_content .request_photo {
  width: 38%;
  flex: 0 0 38%;
  overflow: hidden;
}

.business_content_sec .business_content 
.text_contain {
  width: 60%;
}

.business_content_sec .business_content .request_photo img {
  width: 640px;
}

.business_content_sec .business_content .text_contain .content_list {
  padding: 0;
  margin-top: 40px;
  text-align: left;
}

.business_content_sec .business_content .text_contain .content_list li {
  display: flex;
  align-items: self-start;
  margin-bottom: 20px;
}

.business_content_sec .business_content .text_contain .content_list li img {
  width: 24px;
  margin-top: 8px;
  margin-right: 11px;
}

.business_content_sec .business_content .text_contain .content_list li .des {
  margin-bottom: 0;
  line-height: 1.8;
}
.title_des {
  margin-bottom: 70px;
}

.title_des .des {
  line-height: 1.8;
}

.business_content_sec.benefits_sec .business_content .request_photo {
  width: 32%;
  flex: 0 0 32%;
  margin-right: 60px;
}

.business_content_sec.benefits_sec .business_content .request_photo img {
  width: 100%;
}
.discuss_project.content_gency .container {
  background-size: cover;
}

.discuss_project.content_gency .container .des {
  width: 100%;
  margin: 0;
}
.on_seo_sec.content_services .row {
  justify-content: center;
}
/*****=====  Content Writing Page  =====*****/


/*****=====  Local Seo Page  =====*****/
.about_page.local_seo_page .about_banner_sec .container {
  justify-content: space-between;
}
.about_page.local_seo_page .about_banner_sec .text_contain {
  width: 48%;
}

.about_page.local_seo_page .about_banner_sec .text_contain .banner_title {
  font-size: 44px;
  margin-bottom: 20px;
}

.about_page.local_seo_page .about_banner_sec .text_contain .des {
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.8;
}

.about_page.local_seo_page .about_banner_sec .banner_photo {
  width: 40%;
  position: relative;
}
.about_page.local_seo_page .seo_about_sec .seo_about_content {
  justify-content: space-between;
}

.about_page.local_seo_page .seo_about_sec .seo_about_content .text_contain {
  width: 58%;
}
.about_page.local_seo_page .seo_about_sec .seo_about_content .content_writing {
  width: 34%;
  flex: 0 0 34%;
}

.about_page.local_seo_page .benefits_sec .benefit_content {
  float: left;
  width: 80%;
}

.about_page.local_seo_page .benefits_sec .techniques_arrow {
    width: 16%;
    float: left;
    margin: 70px 0 0 14px;
}
.about_page.local_seo_page .benefits_sec .container {
  max-width: 1200px;
}
.about_page.local_seo_page .benefits_sec .title {
  margin-bottom: 60px;
}
.about_page.local_seo_page .business_content_sec.benefits_sec {
  margin-top: 120px;
}
.about_page.local_seo_page .process_work_sec .process_main_content .process_content .process_icon_sec .process_icon {
  background: #fff;
  border: 10px solid #2f4cd7;
}
.about_page.local_seo_page .process_work_sec .process_main_content .process_content.possibilities .process_wrapp .process_icon_sec .process_icon {
  border-color: #ef6b0b;
}
.about_page.local_seo_page .process_work_sec .process_main_content .process_content.goals .process_wrapp .process_icon_sec .process_icon {
  border-color: #c549ff;
}
.about_page.local_seo_page  .process_work_sec .process_main_content .process_content.monitoring .process_wrapp .process_icon_sec .process_icon {
  border-color: #ff5b5b !important;
}
.about_page.local_seo_page .process_work_sec.seo_process .title_photo {
  width: 40%;
}

.about_page.local_seo_page .process_work_sec.seo_process  .title {
    margin-bottom: 110px;
}

.about_page.local_seo_page .process_work_sec.seo_process {
    padding-top: 0;
}
.about_page.local_seo_page .process_work_sec .process_main_content .process_content .process_wrapp .text-content .text-content-wrapp .title {
  margin-bottom: 40px;
}
/*****=====  Local Seo Page  =====*****/

 
 /*=============== Start Responsive css ===============*/

 
/* 1900px */
@media screen and (max-width: 1900px) {

  /****==== Home Page ====****/
 .banner-sec  .consultation-form .icon-box {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
  .banner-sec  .consultation-form .form-title h3 {
    font-size: 24px;
  }
   /****==== Home Page ====****/
}

/* 1800px */
@media screen and (max-width: 1800px) {

  /****==== Home Page ====****/
  .banner-sec {
    height: 610px;
  }
  .banner-sec img {
    height: 100%;
    object-fit: cover;
  }
  .banner-sec  .consultation-form .input-group textarea {
    height: 90px;
  }
  .banner-sec .consultation-form {
      width: 29%;
      float: right;
  }
  .services-section .services-heading h2,.testimonial-section .heading h2, .how-works-section .section-title h2, .faq-heading h2 {
    font-size: 44px;
  }
  .consult-banner {
    max-width: 1400px;
  }
  .faq-section {
    padding: 0 0 40px;
  }
   /****==== Home Page ====****/
}


/* 1600px */
@media screen and (max-width: 1600px) {

  .container {
      max-width: 1300px;
  }


  /****==== Home Page ====****/
  .banner-sec {
    height: 560px;
  }
  .banner-sec .consultation-form {
    width: 24%;
    float: right;
  }
  .banner-sec .consultation-form {
      width: 27%;
      float: right;
  }
  .banner-sec .consultation-form .input-group input {
    height: 40px;
    padding: 10px 16px 10px 44px;
  }
  .banner-sec  .consultation-form .submit-btn {
    width: 100%;
    padding: 12px;
    border-radius: 7px;
    font-size: 16px;
  }
  .services-section .services-heading h2, .testimonial-section .heading h2, .how-works-section .section-title h2, .faq-heading h2 {
    font-size: 40px;
  }
  .consult-banner {
    max-width: 1300px;
  }
  .text-box h2 {
    font-size: 28px;
  }
  .call-btn {
    padding: 12px 18px;
    font-size: 24px;
  }
  .phone-icon {
    width: 65px;
    height: 65px;
    font-size: 26px;
  }
  .icon-box {
    width: 80px;
    height: 80px;
    font-size: 36px;
  }
  /****==== Home Page ====****/


 
}



/* 1400px */
@media screen and (max-width: 1400px) {

  .container {
    max-width: 1100px;
  }

  .top-contact-header .header-actions a {
    padding: 11px 17px;
    font-size: 17px;
    min-width: 180px;
  }

  /****==== Home Page ====****/
  .banner-sec  .consultation-form .form-title h3 {
    font-size: 22px;
  }
  .banner-sec  .consultation-form .form-title p {
    font-size: 12px;
  }
  .banner-sec  .consultation-form .icon-box {
    width: 48px;
    height: 46px;
    font-size: 18px;
    border-radius: 8px;
  }
  .banner-sec .consultation-form .input-group input {
    height: 37px;
    padding: 10px 16px 10px 44px;
    border-radius: 10px;
  }
  .banner-sec {
    height: 490px;
  }
  .banner-sec  .consultation-form .input-group i {
    font-size: 15px;
  }
  .banner-sec  .consultation-form .submit-btn {
    padding: 10px;
    border-radius: 7px;
    font-size: 16px;
  }
  .banner-sec  .consultation-form .input-group textarea {
    height: 60px;
    padding-top: 10px;
  }
  .achievement-section .achievement-card .achievement_title {
    font-size: 22px;
  }
  .services-section .content h3 {
    font-size: 24px;
  }
  .services-section .content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .services-section .content ul li {
    font-size: 16px;
    font-size: 14px;
  }
  .services-section .content ul li::before {
    width: 20px;
    height: 20px;
    min-width: 20px;
    font-size: 10px;
  }
  .testimonial-section {
    padding: 30px 0;
  }
  .testimonial-section .video-grid {
    grid-template-columns: repeat(3,1fr);
  }
  .testimonial-section .video-thumbnail {
    border-radius: 12px;
    height: 210px;
  }
  .how-works-section .step-content h3 {
    font-size: 22px;
  }
  .services-section .services-heading h2, .testimonial-section .heading h2, .how-works-section .section-title h2, .faq-heading h2 {
    font-size: 34px;
  }
  .how-works-section .section-title {
    margin-bottom: 10px;
    text-align: center;
  }
  .consult-banner {
    max-width: 1100px;
  }
  .text-box h2 {
    font-size: 27px;
  }
  .call-btn {
    padding: 12px 18px;
    font-size: 22px;
  }
  /****==== Home Page ====****/
  

}


/* 1200px */
@media screen and (max-width: 1200px) {
  .container {
    max-width: 990px;
  }
  
  /*****===== Home Page =====*****/
  .banner-sec  .consultation-form .form-title p {
    font-size: 11px;
  } 
 .banner-sec  .consultation-form .icon-box {
    width: 44px;
    height: 38px;
    font-size: 16px;
    border-radius: 8px;
  }
 
  .banner-sec  .consultation-form .input-group input, .banner-sec  .consultation-form .input-group select, .banner-sec  .consultation-form .input-group textarea {
    padding: 4px 16px 4px 44px;
    border-radius: 10px;
    font-size: 15px;
    height: 30px;
  }
  .banner-sec  .consultation-form .form-title h3 {
    font-size: 19px;
  }
  .banner-sec {
      height: 418px;
  }
  /****==== Home Page ====****/


}

/* 991px */
@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
  }

  .top-contact-header .header-logo {
    width: 60px;
  }
 

  
  /*****===== Home Page =====*****/
  .banner-sec {
    height: auto;
  }
  .banner-sec .container {
    position: relative;
    top: -19px;
    justify-content: center;
  }
  .banner-sec .consultation-form {
    width: 70%;
    float: none;
    margin: auto;
  }
  .banner-sec  .consultation-form .input-group textarea {
    height: 90px !important;
  }
  .achievement-section .achievement-container {
    grid-template-columns: repeat(2,1fr);
  }
  .services-section .services-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .testimonial-section .video-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .consult-container {
    flex-direction: column;
    display: flex;
  }
  .divider {
      display: none;
  }

 
  /*****===== Home Page =====*****/

}


/* 767px */
@media screen and (max-width: 767px) {
  .top-contact-header .header-actions {
    gap: 7px;
  }
  .top-contact-header .header-logo {
    width: 40px;
  }
  .top-contact-header .header-actions a {
    padding: 8px 12px;
    font-size: 12px;
    min-width: 110px;
  }
  .top-contact-header .call-btn i {
    font-size: 15px;
  }
  .top-contact-header .whatsapp-btn i {
      font-size: 20px;
  }
  /*****===== Home Page =====*****/
  .achievement-section .achievement-card .achievement_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .achievement-section .achievement-card p {
    font-size: 16px;
    margin: 0;
  }
  .services-section .services-grid {
    grid-template-columns: repeat(1,1fr);
  }
  .testimonial-section .video-grid {
    grid-template-columns: repeat(1,1fr);
  }
  .how-works-section .step-arrow {
    display: none;
  }
  .how-works-section .step-card {
    flex-direction: column;
  }
  .how-works-section .step-content {
    text-align: center;
  }
  .text-box h2 {
    font-size: 20px;
  }
  .text-box p {
    font-size: 16px;
  }
  .icon-box {
    width: 100px;
    height: 70px;
    font-size: 26px;
  }
  .faq-grid {
    grid-template-columns: repeat(1,1fr);
    gap: 26px;
  }
  /*****===== Home Page =====*****/

  .floating-contact{
    right:15px;
    bottom:18px;
  }

  .floating-contact .float-btn{
    width:58px;
    height:58px;
    font-size:24px;
  }

  .footer-top {
    flex-direction: column;
  }
  .footer-top {
    gap: 10px;
    flex-direction: column;
  }
  .footer-info::before {
   display: none;
  }
  .footer-top {
    gap: 10px;
    flex-direction: column;
    align-items: self-start;
    padding: 20px 0;
  }
  .footer-bottom {
    justify-content: center;
    align-items: center;
    padding: 13px 0;
    gap: 5px;
  }
}
/* 480px */
@media screen and (max-width: 480px) {
  .banner-sec .consultation-form {
      width: 100%;
  }
  .banner-sec  .consultation-form .icon-box {
    width: 34px;
    height: 38px;
    font-size: 16px;
    border-radius: 8px;
    flex: 0 0 34px;
  }
  .services-section {
    padding: 30px 20px;
  }
  .achievement-section {
    overflow: visible;
    padding: 0px 0;
  }
  .text-box h2 {
    font-size: 18px;
  }
  .icon-box {
    width: 100px;
    height: 70px;
    font-size: 26px;
    flex: 0 0 60px;
  }
  .text-box h2 {
    font-size: 17px;
  }
  .call-btn {
    padding: 12px 18px;
    font-size: 18px;
  }
  .phone-details small {
    font-size: 17px;
  }
  .services-section .services-heading h2, .testimonial-section .heading h2, .how-works-section .section-title h2, .faq-heading h2 {
    font-size: 28px;
  }
  .faq-heading {
    margin-bottom: 20px;
    text-align: center;
  }
}