@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Philosopher:wght@400;700&family=Poppins:wght@300;400;500&display=swap');

:root {
    --primary-color: #fe3b00;
    --highlight-color: #ff9a27;
    --s_backgound-color: #f1f5fa;
    --secondary-color: #ffffff;
    --text-color: #202020;
    --p-color: #696969;
    font-family: 'Lato', sans-serif;
    font-family: 'Philosopher', sans-serif;
    font-family: 'Poppins', sans-serif;
}

p {
    font-size: 16px;
}


#top_bar {
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: #212427;
    z-index: 999 !important;
}

.top_phone_mail {
    padding: 0;
    margin: 0;
    text-align: right !important;
}

.top_phone_mail li {
    display: inline-block;
    color: var(--secondary-color);
    padding-right: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
    transition: all 0.3s ease-in;
}

.top_phone_mail li a i {
    color: var(--secondary-color);
    padding-right: 6px;
    transition: all 0.3s ease-in;
}

.top_phone_mail li:hover {
    transition: all 0.3s ease-in;
    color: var(--secondary-color);
}

.mobile_icon {
    transform: rotate(-30deg);
}

.top_social {
    padding: 0;
    margin: 0;
}

.top_social li {
    display: inline-block;
    color: var(--secondary-color);
    padding: 0px 12px;
    transition: all 0.3s ease-in;
}

.top_social li :hover {
    color: var(--primary-color);
    transition: all 0.3s ease-in;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none !important;
}

.goog-te-gadget {
    font-size: 0 !important;
}

.goog-te-gadget .goog-te-combo {
    padding: 4px 10px;
    margin: 0 !important;
    color: var(--text-color);
}

/* navbar  */

#header {
    position: sticky;
    top: 0;
    z-index: 999 !important;
    box-shadow: 0px 3px 6px 0px rgba(5, 37, 95, 0.2);
    background: var(--secondary-color);
}

.navbar-brand {
    padding: 0px 15px;
}

.navbar {
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 0 !important;
}

#header-skew:after{
    content: "";
    width: 10%;
    height: 140%;
    background-color: var(--primary-color);
    position: absolute;
    top: -17px;
    left: 50px;
    z-index: -1;
    transform: skew(-30deg);
    /* z-index: 9999 !important; */
}
#header-skew:before, .header-skew:after {
    content: "";
    width: 10%;
    height: 140%;
    background-color: var(--primary-color);
    position: absolute;
    top: -17px;
    left: 0;
    z-index: -1;
}

#logo {
    z-index: 9999 !important;
    padding-top: 5px;
}

.logo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: -0.5px;
    padding-top: 7px !important;
    font-size: 32px;
}

.navbar .navbar-nav>li>a {
    padding: 12px 20px;
    color: var(--text-color);
    font-size: 16px;
    letter-spacing: 0.15px;
    font-weight: 500;
    margin: 18px 5px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}

.navbar .navbar-nav>li>a:hover {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-color) !important;
    background: var(--primary-color) !important;
    transition: all 0.3s ease;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    font-size: 16px;
    font-weight: 400;
    color: var(--secondary-color) !important;
    background: var(--primary-color) !important;
    transition: all 0.3s ease;
}

/* end navbar  */


/* slider start  */

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
    transition: all .5s;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 2s;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    transition: all 2s;
}

.carousel-fade .carousel-control {
    z-index: 1;
    transition: all 2s;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: all 2s;
    }

    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: all 2s;
    }

    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: all 2s;
    }
}

.left_products-control {
    position: absolute;
    top: 45%;
    left: 1%;
    font-size: 26px;
    color: var(--secondary_color) !important;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: 1;
    padding: 7px 10px !important;
    border-radius: 50%;
}
.left_products-control .glyphicon{
    color: var(--secondary-color) !important;
}
.right_products-control .glyphicon{
    color: var(--secondary-color) !important;
}

.right_products-control {
    position: absolute;
    top: 45%;
    right: 1%;
    font-size: 26px;
    padding: 7px 10px !important;
    color: var(--secondary_color) !important;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: 1;
    border-radius: 50%;
}

.left_products-control:hover {
    color: var(--secondary_color) !important;
}
.right_products-control:hover {
    color: var(--secondary_color) !important;
}


#slider_image_z {
    /* animation-name: img_slider_animation_z; */
    animation-iteration-count: 1;
    animation-duration: 2s;
    transition: all 1s;
}

@-webkit-keyframes img_slider_animation_z {
    0% {
        right: -30%;
        opacity: 0;
    }

    40% {
        right: -30%;
        opacity: 0;
    }

    100% {
        right: 0;
        opacity: 1;
    }
}

#slider_caption {
    position: absolute;
    top: 210px;
    width: 50%;
    text-align: left;
    padding: 10px 15px;
    left: 120px;
    animation-name: img_slider_animation_text;
    animation-iteration-count: 1;
    animation-duration: 2.5s;
    transition: all 1s;
}

@-webkit-keyframes img_slider_animation_text {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.slider_h {
    font-size: 35px;
    letter-spacing: 1px;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

.slider_p {
    color: var(--secondary_color);
    font-family: 'Philosopher', sans-serif;
    line-height: 28px;
    padding-top: 10px;
    font-size: 15px;
    letter-spacing: 0.4px;
}

/* slider end */

#about{
    width: 100%;
    height: auto;
    padding: 100px 0;
}
.abt_h{
    font-family: 'Philosopher', sans-serif;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #111111;
    text-align: center;
    line-height: 1.2;
}
.abt_sh{
    font-family: 'Philosopher', sans-serif;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #111111;
    line-height: 1.2;
}
.abt_p{
    font-family: 'Lato', sans-serif;
    line-height: 33px;
    font-weight: 400;
    color: var(--p-color);
    padding-top: 12px !important;
}
.abt_e_p{
    display: inline-block;
    padding-top: 10px !important;
}
.exp_num{
    font-family: 'Philosopher', sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: var(--primary-color);
}
.exp_text{
    font-family: 'Philosopher', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #111111;
}
.exp_text span{
    font-family: 'Philosopher', sans-serif;
    font-size: 18px;
}
.abt_btn{
    background: var(--primary-color);
    padding: 12px 40px;
    border-radius: 50px;
    color: var(--secondary-color);
    border: none;
    margin-left: 30px;
    font-family: 'Philosopher', sans-serif;
    font-size: 16px;
}

#services{
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: var(--secondary-color);
}
.services_design_top{
    background: url(../../images/design.png);
    background-position: center;
    height: 100px;
    transform: scale(-1,1);
}
.services_design_bottom{
    background: url(../../images/design_bottom.png);
    background-position: center;
    height: 100px;
    transform: scale(-1,1);
}
.ser_box{
    border: 3px solid transparent;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2);
    transition: all 0.3s ease-in;
    margin-top: 40px;
}
.ser_box_inner{
    border: 3px solid transparent;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .2);
    transition: all 0.3s ease-in;
    margin-top: 40px;
    padding: 25px 15px;
}
.ser_inner{
    padding: 30px 10px;
    background: var(--secondary-color);
    text-align: center;
    transition: all 0.3s ease-in;
}
.ser_box:hover{
    border: 3px solid var(--highlight-color);
    transition: all 0.3s ease-in;
}
.ser_box:hover .ser_inner{
    background: var(--highlight-color);
    transition: all 0.3s ease-in;
}
.ser_sh{
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #111111;
    transition: all 0.3s ease-in;
}
.ser_p{
    font-family: 'Lato', sans-serif;
    line-height: 28px;
    font-weight: 400;
    color: var(--p-color);
    padding-top: 10px !important;
    transition: all 0.3s ease-in;
}
.ser_box:hover .ser_sh{
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}
.ser_box:hover .ser_p{
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}
.ser_btn{
    background: var(--primary-color);
    border-radius: 50px;
    margin-top: 15px;
    color: var(--secondary-color);
    border: none;
    padding: 12px 30px;
}

#why_us{
    width: 100%;
    height: auto;
    padding: 60px 0;
}
.why_h{
    font-family: 'Philosopher', sans-serif;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #111111;
    line-height: 1.2;
}
.why_sh{
    margin-top: 30px !important;
    font-family: 'Philosopher', sans-serif;
    color: var(--text-color);
    font-weight: 700;
}
.why_sh i{
    color: var(--highlight-color);
    margin-right: 10px !important;
}

#dosh{
    width: 100%;
    height: auto;
    padding: 30px 0;
    padding-bottom: 60px;
    background: var(--highlight-color);
}
.dosh_box{
    margin-top: 30px;
}
.dosha_h{
    font-family: 'Philosopher', sans-serif;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #111111;
    line-height: 1.2;
    padding-top: 55% !important;
}
.dosh_sh{
    margin-top: 15px !important;
    font-family: 'Philosopher', sans-serif;
    color: #111111;
    font-weight: 700;
    font-size: 21px;
    text-align: center;
}
.dosh_btn{
    background: transparent;
    border: 2px solid #111111;
    padding: 6px 30px;
    display: block;
    margin: auto;
    border-radius: 50px;
    margin-top: 12px;
    font-family: 'Philosopher', sans-serif;
    color: #111111;
    font-weight: 700;
    font-size: 16px;
}
#dosh_img{
    border-radius: 10px;
}

.rechability_box{
    margin-top: 40px;
}
#map{
    margin-top: 25px;
}

#certificates{
    width: 100%;
    height: auto;
    padding: 60px 0;
}

#problem_solved{
    width: 100%;
    height: auto;
    padding: 40px 0;
    background: var(--highlight-color);
}
.ps_box{
    margin-top: 40px;
    border: 5px solid var(--secondary-color);
}
.ps_h{
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    color: var(--secondary-color);
}
.ps_h i{
    width: 100px;
    height: 55px;
    background: var(--secondary-color);
    color: var(--highlight-color);
    font-size: 36px;
    padding-top: 10px;
    text-align: center;
    margin-right: 20px;
}
.ps_p{
    font-family: 'Philosopher', sans-serif;
    font-weight: 500;
    color: var(--secondary-color);
    padding-top: 10px !important;
    font-size: 20px;
    letter-spacing: 0.35px;
}

#footer{
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: var(--highlight-color);
}

.abt_e_p{
    display: inline-block;
    padding-top: 10px !important;
}
.footer_icon{
    font-size: 30px;
    color: var(--secondary-color);
    margin-right: 5px;
}
.footer_text{
    font-family: 'Philosopher', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--secondary-color);
    letter-spacing: 0.3px;
}
.footer_text span{
    font-family: 'Philosopher', sans-serif;
    font-size: 15px;
    color: var(--secondary-color);
    letter-spacing: 0.3px;
}
.fd_box{
    position: relative;
    width: 100%;
}
.footer_sh{
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    color: var(--secondary-color);
    letter-spacing: 0.35px;
    margin-top: 20px !important;
}
.footer_p{
    font-family: 'Philosopher', sans-serif;
    font-size: 17px;
    letter-spacing: 0.3px;
    color: var(--secondary-color);
    padding-top: 12px !important;
}

#pujas{
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: var(--secondary-color);
}
.puja_box{
    margin-top: 40px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
}
.puja_h{
    padding: 20px !important;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    color: var(--primary-color);
}

#gallery{
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.p-5{
    padding: 5px !important;
}

.owl-carousel .owl-next {
    background: var(--primary-color) !important;
    position: absolute !important;
    color: #fff !important;
    bottom: 45%;
    border-radius: 5px;
    font-size: 25px;
    padding: 8px !important;
    right: 10px;
    transition: all 0.5s;
    width: 30px !important;
    height: 30px !important;
}

.owl-nav button span {
    font-size: 28px;
    line-height: 24px;
}

.owl-carousel .owl-prev {
    background: var(--primary-color) !important;
    position: absolute !important;
    color: #fff !important;
    bottom: 45%;
    border-radius: 5px;
    font-size: 25px;
    padding: 8px !important;
    left: 10px;
    transition: all 0.5s;
    width: 30px !important;
    height: 30px !important;
}

.owl-carousel,
.owl-carousel .owl-dots {
    display: none;
}

#p_img{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.p_box{
    padding: 10px 5px;
}


#copyrights {
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: var(--highlight-color);
}

.copy_p {
    font-family: 'Poppins', sans-serif;
    color: var(--secondary-color);
    font-weight: 400;
    letter-spacing: 0.35px;
    text-align: center;
}

.copy_p a {
    font-weight: inherit;
    color: inherit;
}



#fixed_icons {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 9999;
}

.fixed_icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fixed_icons li {
    display: block;
    padding: 10px 10px;
    padding-left: 15px;
    color: var(--secondary-color);
    font-size: 17px;
}

.fixed_icons li a {
    display: block;
}

.whatsapp {
    background: #4ac959;
}

.phone {
    background: #34b7f1;
}

.facebook {
    background: #4267B2;
}

.youtube {
    background: #CD201F;
}

.twitter {
    background: #00acee;
}

.instagram {
    background: #d62976;
}


#innerpages{
    width: 100%;
    height: auto;
    padding: 80px 0;
}
.branches_box{
    margin-top: 40px;
}
.branch_h{
    font-family: 'Philosopher', sans-serif;
    color: var(--highlight-color);
}
.branch_p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--p-color);
    padding-top: 10px !important;
}


#contact_form{
    width: 100%;
    height: auto;
    padding: 40px 25px;
    background: var(--s_backgound-color);
    border-radius: 10px;
    margin-top: 40px;
}
#form_map{
    margin-top: 40px;
}
.c_form{
    height: auto;
    padding: 13px 20px;
    border: 1px solid #444444;
    border-radius: 5px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #444444;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.3px;
}
::placeholder{
    color: #444444;
}
.contact_btn{
    font-family: 'Philosopher', sans-serif;
    padding: 10px 30px;
    border-radius: 0;
    background: var(--highlight-color);
    color: var(--secondary-color);
    border: none;
    font-size: 17px;
    letter-spacing: 0.3px;
    font-weight: 400;
    margin: auto;
    left: 0;
    right: 0;
    display: block;
    border-radius: 25px;
}

.video{
    margin-top: 30px;
}

/* #logo{
    filter: drop-shadow(2px 2px 2px #111);
} */