/* Reset Code */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --theme-color-1: #555294;
    --theme-color-2: #ff9c00;
    --main-bg-color: #f9f9f9;
    --title-color: #2a2926;
    --para-color: #67696f;
  }
  div#blog {
    display: none;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
}
html {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
  }
body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: "Poppins", serif;
  font-optical-sizing: auto;
}

body a,
body button {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
	 cursor: pointer !important;
}

body a:hover,
body button:hover {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	 cursor: pointer !important;
}

html {
    scroll-behavior: smooth;
}

body a:focus,
a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

input[type="button"]:hover,
input[type="submit"]:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "Poppins", serif;
}

p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #212529;
     font-family: "Poppins", serif;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}

.btn-orange{
    background: var(--theme-color-2);
    color: #fff;
}
.btn-orange:hover{
 
    box-shadow: 0 0 0 0.2rem rgb(255 156 0 / 46%);
    color: #fff;
}
.btn-purple{
    background: var(--theme-color-1);
    color: #fff;
}
.btn-purple:hover{
 
    box-shadow: 0 0 0 0.2rem rgb(255 156 0 / 46%);
    color: #fff;
}

/* top header */
.dog-top-header .top-header-2 {
    background: var(--theme-color-1);
    padding: 10px 0;
  }
  
 
  
  .dog-top-header .top-headers li {
    display: inline-block;
  }
  
  .dog-top-header .top-headers li a,
  .dog-top-header .top-headers li,
  .dog-top-header .social-icons-top a span {
    color: #fff;
    font-size: 15px;
  }
  
  .dog-top-header .top-headers li span {
    margin-right: 4px;
  }
  
  .dog-top-header .top-headers li {
    margin-right: 1em;
  }
  
  .dog-top-header .top-headers li:last-child {
    margin-right: 0em;
  }
  
  .dog-top-header .social-icons-top a span {
    margin: 0 4px;
  }
  
  /* //top header */

  .navBarArea {
    position: relative;
}
  .navBarArea .navbar-brand img {
    width: 100px;
    object-fit: cover;
}

.navBarArea .navbar-nav li {margin: 0 20px;}


.navBarArea .navbar-nav li.nav-item.active  a.nav-link{
    color: var(--theme-color-1);
    font-weight: 400;
    font-size: 17px;
    line-height: 60px;
}

.navBarArea .navbar-nav li a.nav-link{
    color: var(--title-color);
    font-weight: 400;
    font-size: 17px;
    line-height: 60px;
}
.navBarArea .navbar-nav li.current-menu-item a.nav-link{
    color: #555294;
    font-weight: 400;
    font-size: 17px;
    line-height: 60px;
}
.menu-item-has-children:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 48%;
    right: -6px;
    opacity: 0.8;
}
.navBarArea button.sub-menu-toggle {
    display: none;
}

.sub-menu {
    list-style: none;
}

ul.sub-menu {
    position: absolute;
    width: 100%;
    background: #ffffff;
    z-index: -99;
    min-width: 270px;
    left: 0;
    top: 67px;
    box-shadow: 14px 14px 50px -20px rgba(0, 0, 0, 0.95);
    transform: translateY(27px);
    opacity: 0;
    transition: 0.9s;
}

.sub-menu a.nav-link {
    padding: 14px 0 !important;
    margin: 0 !important;
    line-height: normal !important;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children:hover ul.sub-menu{
    z-index: 999;
    transform: translateY(0px);
    opacity: 1;
}

.navBarArea .navbar-nav li a.nav-link:hover {
    color: var(--theme-color-2)
}
.item.hm_bn_silder_title_1 .cover {
    display: none;
}


.bannerSlider .item {
    height: 90vh;
    position: relative;
  }
/*   .bannerSlider .owl-item.bannerSlide1 .cover {*/
/*    display: none;*/
/*}*/
 .bannerSlider .owl-item.bannerSlide2 img {
    display: none;
}
  .bannerSlider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bannerSlider .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
  }
  .bannerSlider .item .cover .bannerSlider-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
  }
  .bannerSlider .item .cover .bannerSlider-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  }
  .bannerSlider .item .cover .bannerSlider-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
  }
  .bannerSlider .item .cover .bannerSlider-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
  }
  .bannerSlider .item .cover .bannerSlider-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
  }
  .bannerSlider .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  .bannerSlider .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  .bannerSlider .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
  }
  .bannerSlider .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  .bannerSlider .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
  }
  .bannerSlider .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
  }
  .bannerSlider .owl-nav .owl-prev:focus {
    outline: 0;
  }
  .bannerSlider .owl-nav .owl-prev:hover {
    background: #000 !important;
  }
  .bannerSlider .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
  }
  .bannerSlider .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
  }
  .bannerSlider .owl-nav .owl-next:focus {
    outline: 0;
  }
  .bannerSlider .owl-nav .owl-next:hover {
    background: #000 !important;
  }
  .bannerSlider:hover .owl-prev {
    left: 0px;
    opacity: 1;
  }
  .bannerSlider:hover .owl-next {
    right: 0px;
    opacity: 1;
  }


  .anoutArea{
    text-align: center;
  }
.serviceHeadingBloks {
    padding: 30px;
    background: #eee;
    border-bottom: 4px solid #ff9c00;
}

.serviceHeadingBloks h2 {
    color: #555294;
}
.BridgingArea .serv_bottom h3 {
    margin-top: 1rem !important;
}

  .bottom-gd img {
    border-radius: 50%;
    box-shadow: 14px 14px 50px -20px rgba(0, 0, 0, 0.95);
    width: 165px;
    height: 165px;
    object-fit: fill;
}


.stats {
    background: url(../images/dog-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.stats .row{
    justify-content: center;
}
.text-wh{
    color: #fff;
}
p.counter {
    color: #fff;
    font-size: 3.5em;
    font-style: italic;
    font-weight: 700;
}
.para-text-dogls{
    color: var(--theme-color-2);
    font-size: 20px;
    font-weight: 700;
}
 
.serviceListArea {background: #f5f6f9;}
.serviceListArea .textBlock p {
    text-align: justify;
}
.serviceListArea .row {
    justify-content: center;
}
.srviceHeading {

    text-align: center;

    margin-bottom: 2rem;

}



.serv_bottom .my-3{

    margin-top: 2rem!important;

}

.cardBlock img {
    width: 100%;
    height: 200px;
    object-fit: fill;
}

.cardBlock {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: 8px;
    text-align: center;
    margin: 20px 0;
    border-radius: 10px;
}

.textBlock {
    margin: 8px 0 20px 0;
    min-height: 257px;
}

.textBlock p {
    font-size: 14px;
    line-height: 24px;
}

.textBlock h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 1rem 0;

}

.textBlock h4 strong {
    color: var(--theme-color-2)
}

p.title-sub-2 {
    font-size: 18px;
}

.bottom-gd-icon h4 {
    font-size: 3em;
    color: var(--theme-color-1);
}
.ExpertiseArae{
    text-align:center;
}
.bottom-gd-ser {
   position: relative;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-align: center;
}
.bottom-gd-ser h4 {
    position: absolute;
    width: 100%;
    top: 40%;
}
.ExpertiseArae .link {
     color: var(--theme-color-1);
}


.bottom-gd-ser img {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.bottom-gd-ser:hover img {
    filter: drop-shadow(2px 4px 6px black);
}

.bottom-gd-ser:hover,
.bottom-gd2-active {
  
    border-radius: 4px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.bottom-gd-ser:hover h4,
.bottom-gd2-active h4,.ExpertiseArae .link:hover {
    color: var(--theme-color-2);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.bottom-gd-ser:hover p,
.bottom-gd2-active p {
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/*--/testimonials--*/
.clientTestimonial .cusrtomer-layout {
    background: url('../images/whiteDogBG.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 0;
    position: relative;
    align-items: center;
    background-size: cover;
    z-index: 0;
    position: relative;
    background-attachment: fixed;
}
.clientTestimonial h3{
    position: relative;
    z-index: 99;
}

.clientTestimonial .cusrtomer-layout:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000b8;
    position: absolute;
    left: 0;
    top: 0;
}
.clientTestimonial .cusrtomer-layout::before {
    content: "";
    background: var(--layer-1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.testimonial-content img {
    width: 76px !important;
    margin: auto;
    margin-bottom: 20px;
}
.clientTestimonial .testimonial {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.clientTestimonial .testimonial-width {
    margin: auto;
}

.clientTestimonial .testimonial {
    display: block;
    padding: 30px 20px;
    position: relative;
    max-width: 900px;
    margin: 0 auto 2em;
}

.clientTestimonial blockquote q {
    font-style: italic;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
}

.clientTestimonial blockquote q::before {
    display: none;
}

.clientTestimonial .testimonial blockquote {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    margin-bottom: 1.5em;
}

.clientTestimonial .testimonial i.fas.fa-quote-left {
    color: #fff;
    font-size: 50px;
    display: block;
    margin-bottom: 16px;
}

.clientTestimonial .testimonial .peopl {
    margin: 0;
    display: flex;
    text-align: center;
    justify-content: center;
}

.clientTestimonial .testimonial .peopl h3 {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.clientTestimonial p.indentity {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    margin-bottom: 0;
    text-align: left;
    opacity: 0.8;
    margin-left: 10px;
}

.clientTestimonial .owl-carousel .owl-nav {
    display: none;
}

.clientTestimonial .owl-carousel .owl-dots {
    margin: 0 auto;
    left: 0px;
    right: 0px;
    text-align: center;
    bottom: -20px;
    display: block;
}

.clientTestimonial .owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.clientTestimonial .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 1px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    position: relative;
    border-radius: 50%;
    opacity: 0.5;
}

.clientTestimonial .owl-theme .owl-dots .owl-dot.active span,
.clientTestimonial .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary-color);
    opacity: 1;
}



/* blog */
.blog-title-in {
    color: var(--theme-color-1);
    font-size: 21px;
    display: inline-block;
    font-weight: 600;
}

.blog-title-in:hover {
    color: #ff9900;
}

a.button-style-3 {
    color: #ff9900;
    font-weight: 600;
    padding: 0;
}

.right-blog-wthree {
    padding: 2em 1.5em 3em;
    box-shadow: 0px 3px 10px 1px rgba(45, 45, 45, 0.08);
}

/* //blog */




/* footer */
footer {
    /* background: #17181b; */
    background: #555294;
}

.footerMenu a{

    color: #ebebeb;

    padding-left: 0;

}
.footerMenu a:hover{

    background: transparent;
   
    color: #ff9900;
   
   }
footer #menu-service-menu {
    list-style: none;
}

footer #menu-service-menu a {
    padding-left: 0;
}
.footerMenu a{
    color: #dcd2d2;
}
.footerMenu a:hover{
 background: transparent;
 color: #cc832c;
}

h3.footer-title,
h2.footer-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.foot-icon-dog i {
    color: #fff;
    font-size: 20px;
}

/* newsletter */
.subscribe_form input[type="email"] {
    width: 70%;
    float: left;
    padding: 9px !important;
    font-size: 14px;
    color: #000;
    outline: none;
    background: #fff;
    border: none;
    letter-spacing: 1px;
    border-radius: 0;

}
.subscribe_form {
    position: relative;
}



.subscribe_form  input[type="button"], input[type="submit"] {
    font-size: 16px !important;
    outline: none !important;
    letter-spacing: 1px !important;
    padding: 8px 20px !important;
    border: none !important;
    background: #ff9900 !important;
    border-radius: 0 !important;
    -webkit-transition: 0.5s all !important;
    -moz-transition: 0.5s all !important;
    -o-transition: 0.5s all !important;
    -ms-transition: 0.5s all !important;
    transition: 0.5s all !important;
    opacity: 1 !important;
    position: absolute !important;
    top: 9px !important;
    right: 11px !important;
    color: #fff !important;
    width: auto !important;
    margin: 0 !important;
    line-height: normal !important;
    font-weight: 600 !important;
}
.subscribe_form button {
    font-size: 15px;
    outline: none;
    letter-spacing: 1px;
    padding: 13px 20px;
    border: none;
    background: #ff9900;
    border-radius: 0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
	opacity:0.7;
}

.subscribe_form button:hover {
    background: #ff9900;	
	opacity:1;	
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

/* //newsletter */

/* social icons */
.agileits_social_list li {
    display: inline-block;
}

.agileits_social_list li a {
    width: 36px;
    height: 36px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    line-height: 2.8;
}

a.dog_agile_facebook {
    background: #3b5998;
    border-color: #3b5998;
}

a.agile_twitter {
    background: #1da1f2;
    border-color: #1da1f2;
}

a.dog_agile_dribble {
    background: #ea4c89;
    border-color: #ea4c89;
}

a.dog_agile_google {
    background: #F44336;
    border-color: #F44336;
}
a.dog_agile_linkedin {
    background: #0a66c2;
    border-color: #0a66c2;
}
/* //social-icons */

/* contact address */
.contact-info h4 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #ff9900;
    font-weight: 700;
}

.footer-text p,
.contact-info p a,
.contact-info p,
.footer-grid_section_1its p {
    /* color: #727377; */
    color: #ebebeb;

    font-size: 15px;
}

.footer-title h3 {
    font-size: 24px;
    color: #f3f3f3;
    letter-spacing: 1px;
}

/* //contact address */
/* //footer */

/* copyright */
.cpy-right {
    background: #1c1d21;
}

.cpy-right p {
    letter-spacing: 2px;
    font-size: 14px;
        color: #ffffff87;
}

.cpy-right p a {
    color: #eee;
}

.cpy-right p a:hover {
    color: #ff6b6b;
}

/* //copyright */
h2.dogtop-title {
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 10px;
}

ul.breadcrumbs-custom-path {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
}

.breadcrumbs-custom-path {
    background: transparent;
}

ul.breadcrumbs-custom-path a {
    opacity: 0.9;
    color: var(--secondary-color);
}

ul.breadcrumbs-custom-path a:hover {
    opacity: 1;
}


.title-small a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    color: #7e7d7d;
}

.breadcrumb-bg {
    background-image:url(../images/banner3.webp);
    background-size: cover;
    position: relative;
    background-position-y: -263px;
}

.breadcrumb-bg:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000a1;
    position: absolute;
    top: 0;
    left: 0;
}

.dogbreadcrumb-gids.text-center {
    position: relative;
    z-index: 9;
}




/* contact */
.agileinfo_mail_grid_right,
.comment-bottom {
    background: #f7f7f7;
    padding: 2em;
    box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
}

.agileinfo_mail_grid_right input[type="text"],
.agileinfo_mail_grid_right input[type="email"],
.agileinfo_mail_grid_right textarea {
    outline: none;
    padding: 12px;
    font-size: 16px;
    color: #555;
    width: 100%;
    border: 1px solid #E6E6E6;
}

.agileinfo_mail_grid_right textarea {
    min-height: 180px;
    width: 100% !important;
    resize: none;
}

.agileinfo_mail_grid_right button {
    outline: none;
    padding: 11px 0;
    font-size: 16px;
    color: #fff;
    background: #ff9900;
    width: 100%;
    border: none;
    letter-spacing: 2px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
	opacity:0.7;
}

.agileinfo_mail_grid_right button:hover {
    background: #ff9900;
	opacity:1;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.contact-left-dogls span {
    font-size: 2em;
    color: var(--theme-color-1);
}

.contact-left-dogls h4 {
    color: #000;
    font-size: 1.3em;
    margin-bottom: .5em;
}

.contact-left-dogls p a {
    color: #8d8d8d;
}

.contact-left-dogls p a:hover {
    color: #efb312;
}

.contact-left-dogls h3 {
    font-size: 30px;
    color: #ff9900;
    margin-bottom: 1.5em;
}
.map{
margin-top: 30px;
}
.map iframe {
    width: 100%;
    min-height: 400px;
    margin-bottom: -6px;
}

/* //contact */

.agileinfo_mail_grid_right button {
    background: var(--theme-color-2) !important;
}

.contactPage ul li {
    position: relative;
    margin: 0 0 10px;
}

.contactPage ul li strong {
    color: var(--theme-color-2);
    list-style: none;
}

.contactPage ul{
    list-style:none
}

.page-id-213 .serviceListArea {display:block !important; background:transparent;    padding-bottom: 0 !important;}
.serviceV1 h3 {
    font-weight: 700;
}

.serviceServing h3 {
    font-weight: 700;
}

.servicePageArea .section-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.5rem;
    font-weight: bold;
}
.servicePageArea .section-description {
    text-align: center;
  
    font-size: 1.2rem;
}
 
.servicePageArea .service-list-box {
    margin-bottom: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1);
    padding: 10px;
    min-height: 300px;
    min-height: 338px;
    display: flex;
    align-items: center;
}
.servicePageArea .service-item {
    margin-bottom: 15px;
}
.servicePageArea .card {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.servicePageArea .card-img-top {
    height: 250px;
    object-fit: cover;
}
.servicePageArea .cta-button {
    background-color: #28a745;
    color: white;
    font-weight: bold;
    padding: 12px 25px;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
}
.servicePageArea .cta-button:hover {
    background-color: #218838;
}

.servicePageArea img{
    width: 100%;
}

.servicePageArea .row {
    align-items: center;
}
.servicePageArea .serviceListArea .row{
    align-items: flex-start
}
.serviceV1 {
    margin: 0 0 40px;
}

.serviceV1 .service-list li {
    position: relative;
    margin: 0 0 10px;
    width: 100%;
}
.serviceV1 .service-list li  strong {
    color: var(--theme-color-2);
    list-style: none;
}

.serviceV1 ul{
    list-style:none
}

.servicePageArea {
    
    background: #f8f9fa;
    padding: 20px 0;

}

.serviceServing ul {
    list-style: none;
}

.serviceServing ul li {
    width: 24%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: pink;
    margin: 0 0 15px;
    text-align: center;
}

.serviceServing ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}


.enrollToday {
    background: url(../images/banner1.webp);
    padding: 75px 51px;
    background-size: cover;
    background-position-y: -169px;
    position: relative;
}

.enrollToday p {
    margin: 10px 0  72px;
    color: #fff;
}
.enrollToday:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000b0;
    position: absolute;
    left: 0;
    top: 0;
}

.enrollToday div {
    position: relative;
    z-index: 999;
    top: 23px;
}

div#blog .card-img-bottom{
    max-height: 176px;
    object-fit: cover;
}
.post-259 header.entry-header.alignwide {
    display: none;
}


 

.stepPageContainer {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  
  .stepPageContainer p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #555;
  }
  
  .stepPageContainer input[type="text"], input[type="date"] {
    width: 100%;
    padding: 12px;
    margin: 10px 0 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
  }
  
  .stepPageContainer input[type="text"]:focus, input[type="date"]:focus {
    border-color: var(--theme-color-2);
    outline: none;
    box-shadow: 0 0 5px rgba(37, 41, 37, 0.4);
  }
  
  .stepPageContainer button {
  
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    width: 100px;
    transition: background-color 0.3s ease;
  }
  
 
  
 
  
  .stepPageContainer .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  .stepPageContainer .option {
    background-color: #f9f9f9;
    border: 2px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    cursor: pointer;
  }
  
  .stepPageContainer .option:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  
  .stepPageContainer .option.disabled {
    background-color: #e0e0e0;
    border-color: #ccc;
    cursor: not-allowed;
  }
  
  .stepPageContainer .option.disabled:hover {
    transform: none;
    box-shadow: none;
  }
  
  #selectedServiceText {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--theme-color-1);
  }
  .hidden {
    display: none;
}






/* Blog Section */
.blog-detail-sec {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
   
}

/* Post Title */
.blog-detail-sec .entry-title {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

/* Post Thumbnail */
.blog-detail-sec .post-thumbnail {
    width: 100%;
    max-width: 350px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}

/* Post Content */
.blog-detail-sec .entry-content {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 20px;
}

.blog-detail-sec .entry-content p {
    margin-bottom: 15px;
}

/* Post Footer */
.blog-detail-sec .entry-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #eee;
    padding: 10px;
}

.blog-detail-sec .posted-by {
    font-size: 1rem;
    color: #333;
}

.blog-detail-sec .entry-date {
    font-weight: bold;
}

.blog-detail-sec .byline a {
    color: #007bff;
    text-decoration: none;
}

.blog-detail-sec .byline a:hover {
    text-decoration: underline;
}

.blog-detail-sec .post-taxonomies {
    font-size: 1rem;
    color: #333;
}

.blog-detail-sec .cat-links a {
    color: #ff9c00;
    text-decoration: none;
}

.blog-detail-sec .cat-links a:hover {
    text-decoration: underline;
}

/* Comments Section */
.comments-area {
    margin-top: 40px;
}

.comments-area .comment-respond {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.comments-area .comment-reply-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.comments-area .comment-form-comment {
    margin-bottom: 15px;
}

.comments-area .comment-form-comment textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    resize: vertical;
}

.comments-area .comment-form-comment label {
    font-size: 1.1rem;
    color: #333;
}

.comments-area .form-submit input {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.comments-area .form-submit input:hover {
    background-color: #0056b3;
}

/* Post Navigation */
.post-navigation {
    margin-top: 40px;
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px;
    flex-wrap: wrap;
}

.post-navigation .nav-previous, .post-navigation .nav-next {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
    text-decoration: none;
    color: #ff9c00;
    font-size: 1rem;
}

.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
    text-decoration: none;
}

.post-navigation .nav-previous .meta-nav, .post-navigation .nav-next .meta-nav {
    font-size: 0.9rem;
    color: #777;
    display: flex;
    align-items: center;
}
.post-navigation .nav-next .meta-nav {
    justify-content:flex-end
}
.post-navigation .nav-previous .post-title, .post-navigation .nav-next .post-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #555294;
}
.post-navigation .nav-previous .post-title:hover, .nav-next .post-title:hover{
    color: #ff9c00;
}
/* Responsive Design */
@media (max-width: 768px) {
    .blog-detail-sec .entry-title {
        font-size: 1.5rem;
    }

    .blog-detail-sec .entry-content {
        font-size: 1rem;
    }

    .post-thumbnail {
        max-width: 100%;
    }

    .comments-area, .post-navigation {
        margin-top: 20px;
    }
    .post-navigation .nav-previous, .post-navigation .nav-next {
    width: 100%;
}
}



.blog-detail-sec .posted-by span {
    margin: 0 8px 0 0;
    color: #555294;
}

.blog-detail-sec .posted-by a {
    margin: 0 8px 0 0;
    color: #ff9c00;
}


.superstarArea {
    position: relative;
    padding: 50px 0;
}

.superstarArea .title-dog {
    text-align: center;
    margin: 0 0 30px;
    font-weight: 700;
}

.superstarArea img{width:100%}
.superstarArea .row{align-items:center}

.superstarArea .textBlock {min-height: auto;}




.superstarArea .textBlock p {
    font-size: 1.2rem;
    line-height: 33px;
}

.aboutPageAraes .bottom-gd h3 {
    font-size: 1.6rem;
}
.ceoAreaAbout{
    padding: 50px 0;
}
.ceoAreaAbout .title {
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .ceoAreaAbout .profile-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 3px 10px 1px rgba(45, 45, 45, 0.08);
  }
  .ceoAreaAbout .profile-img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .ceoAreaAbout  h2 {
    font-weight: bold;
    font-size: 1.5rem;
    color: var(--theme-color-1);
    text-align: left;
    margin-top: 15px;
  }
  .ceoAreaAbout .profile-details p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    text-align: justify;
  }
  .ceoAreaAbout .profile-details p.lastLines {
    font-style: italic;
    text-align: right;
    color: var(--theme-color-2);
  }
  
  

.initialCansArea img{ width: 100%;
                   

}
.initialCansArea{
    margin: 100px 0 60px;
}

.initialCansArea ul {
    list-style:none
    
}
.initialCansArea ul li {
   padding:10px;
   background:#fff;
   box-shadow:0px 3px 10px 1px rgba(45, 45, 45, 0.08);
   margin: 10px 0 0;
   border-left: 4px solid #555294;
   font-size: 0.9rem;
}

.initialCansArea ul li:nth-child(even) {
    border-color: #ff9c00;
}
footer .container {
    max-width: 1250px;
}

  .TeamArea {
    background: #f8f9fa;
    padding: 40px 0;
    margin-bottom:40px;
}

.TeamArea .profile-img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  .TeamArea  h2 {
    font-weight: bold;
    font-size: 1.5rem;
    color: var(--theme-color-1);
    text-align: right;
    margin-top: 15px;
  }
  .TeamArea .profile-details p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    text-align: justify;
  }