@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



body {
  background:#fff;
  font-family: 'Poppins', sans-serif;
}
img{
    max-width: 100%;
}
.section-padding{
	padding: 3rem 0rem;
}
.section-heading p{
	line-height: 1px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
}
.sec-head h3 {
    font-weight: 400;
    font-size: 35px;
    letter-spacing: 2px;
    color: #fff;
    font-family: 'Anton', sans-serif;
}


.section-padding .text-content{
	font-size: 12px;
	line-height: 16px;
	color: #000;
}
/*..........................
		header
...........................*/
.navbar-brand{
    width: 200px;
}
.top-header .header-social{
    grid-gap: 15px;
    float: right;
}
.header-bottom .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{
    position: relative;
}
.header-bottom .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before,
.header-bottom .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #ffffff;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 1;
}

.header-bottom .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before,
.header-bottom .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
    position: absolute;
    width: 1px;
    height: 2px;
    background-color: #000;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
}

.header-bottom .navbar .navbar-collapse .navbar-nav .nav-item .active>.nav-link:before {
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #000;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 1;
}
.header{
	position: relative;
}
.header-contact-wrap
{
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 10px 0;
}
.header-contact-wrap::before{
    position: absolute;
    content: '';
    clear: both;
    left: -21px;
    top: 0;
    height: 100%;
    width: 6%;
    background: #fff;
    transform: skewX(30deg);
}
/*.header-contact-wrap::after{
    position: absolute;
    content: '';
    clear: both;
    right: 0;
    top: 0;
    height: 100%;
    width: 30%;
    background: #ff7f26;
}*/
.header-contact-wrap .gq-bg{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30%;
    background:#ff7f26 ;
}
.header-contact-wrap .gq-bg::before{
    position: absolute;
    content: '';
    clear: both;
    left: -25px;
    top: 0;
    height: 100%;
    width: 17%;
    background: #ff7f26;
    transform: skewX(30deg);
}
.header-contact-wrap .contact-box{
    padding: 0 20px;
    align-items: center;
    position: relative;
    z-index: 9;
}
.header-contact-wrap .contact-box a
{
    text-decoration: none;
    color: #000;
    font-size: 16px;
}
.header-contact-wrap .contact-box .special{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.header-contact-wrap .contact-box p{
    padding-bottom: 0;
    margin-bottom: 0;
}
.header-contact-wrap .contact-box img{
    width: 8%;
    height: 100%;
    margin-right: 10px;
}
.header .top-header .email{
    margin-left: 12px;
}

.contact-icon img{    background: #fff;
    padding: 9px;
    border-radius: 55%;}
.contact-icon i{
    background: #fff;
    color: #2eb34b;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    line-height: 40px;
}
.contact-detail{line-height: 2px; margin-left: 5px;}
.contact-detail h2{font-size: 14px; line-height: 16px; color: #fff;margin-top: 3px;}
.contact-detail a{font-size: 16px; line-height:2px; text-decoration: none; color: #fff;} 
.top-header{padding: 13px 0px;}  

.header-bottom{
	padding: 1rem 0rem;
    background-color: #272626;
}
.header-bottom .logo img{
	width: 70%;
}
.navbar .nav-item{
    margin-left: 50px;
    font-size: 15px;
    font-weight: 600;
}
.header-bottom .navbar-nav .nav-item .nav-link{
    color: #fff;
    text-decoration: none;
}
.header-bottom .navbar-nav{
    margin-top: 60px;
}
/*.......................
		slider
.........................*/

.main-slider {
    position: relative;
/*    background: #232323;*/
    padding: 0;
}
.main-slider .sl-bg
{
    position: absolute;
    right: 0;
    top: 4px;
    text-align: right;
}
.main-slider .sl-bg img{
    width: 49%;
}
.main-slider .desktop-banner{
    position: relative;
    z-index: 1;
}
.main-slider .banner-content {
    position: absolute;
    top: 50%;
    left: 76%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.main-slider .banner-content h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}
.main-slider .banner-content h2 span{
    display: block;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}
.main-slider .banner-content p{
    color: #fff;
    font-size: 13px;
}
.main-slider .banner-content .more{
       display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #ff7f26;
    padding: 12px 30px;
    font-size: 15px;
    transition: 0.4s;
}
.main-slider .banner-content .more:hover{
    background-color: #fff;
    color: #000;
}
.main-slider .carousel-inner{
    padding-bottom: 25px;
}
.main-slider .carousel-caption {
    position: relative;
    right: 0;
    bottom: 0px;
    left: inherit;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: right;
    top: 0;
    width: 100%;
}
.main-slider .carousel-caption .banner1 {
    width: 64%;
    float: left;
    padding: 3px;
    margin-left: 73px;
}
.main-slider .carousel-caption .banner1 img{
    width: 100%;/*
    -webkit-box-shadow: 0px 10px 20px 0px rgb(35 31 32 / 52%);
    -moz-box-shadow: 0px 10px 20px 0px rgba(35,31,32,0.52);
    box-shadow: 0px 10px 20px 0px rgb(35 31 32 / 52%);*/
}
.main-slider .carousel-caption .banner2 {
        width: 55%;
    float: right;
    margin-top: -58%;
    padding: 3px;
    position: relative;
    z-index: -1;
    margin-right: -3px;
}
.main-slider .carousel-caption .banner2 img {
    width: 100%;
    /*-webkit-box-shadow: 0px 10px 20px 0px rgb(35 31 32 / 52%);
    -moz-box-shadow: 0px 10px 20px 0px rgba(35,31,32,0.52);
    box-shadow: 0px 10px 20px 0px rgb(35 31 32 / 52%);*/
}
.main-slider .carousel-control-next, 
.main-slider .carousel-control-prev {
    position: absolute;
    top: initial;
    bottom: 33px;
    z-index: 99;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10%;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    height: auto;
}
.main-slider .carousel-control-next {
    left: initial;
    right: 103%;
    top: 65%;
    bottom: initial;
}
.main-slider .carousel-control-prev {
   left: initial;
    right: 109%;
    top: 65%;
    bottom: initial;
}



/*.......................
        service
........................*/
.service{
    padding: 40px 0;
/*    background: #232323;*/
}
.service .service-button a
{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #ff7f26;
    padding: 12px 30px;
    font-size: 15px;
    transition: 0.4s;
}
.service .service-wrap{
    margin-top: 60px;
}
.service .service-wrap .service-wrap-box h4
{
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    text-align: center;
    margin: 30px 0;
}
.service .service-wrap .service-wrap-box p
{
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: 300;
}


/*......................
        about
.......................*/
.about{
    padding: 58px 0;
/*    background: #232323;*/
    position: relative;
}
.about .about-wrap{
    position: relative;
    z-index: 99;
}
.about .about-bg-span{
    position: absolute;
    left: 0;
    top: 0;
}
.about .about-right-span {
    position: absolute;
    right: 0%;
    top: -10%;
    text-align: right;
}
.about .about-right-span img{
    width: 50%;
}
.about .about-bg-span img{
    width: 90%;
}
.about .about-wrap p
{
    color: #fff;
    font-size: 13px;
    text-align: left;
    font-weight: 300;
        margin-top: 30px;
}
.about .about-wrap a
{   
    text-decoration: none;
    background: #ff7f26;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    margin-top: 50px;


}



/*...........................
        contact
............................*/
.contact-us{
    padding-top: 140px;
    padding-bottom: 50px;
}

.appointment .section-head h3{
    font-size: 40px;
    color: #000;
    font-weight: 600;
    }

.form-sec {
    padding: 15px 15px 25px;
    text-align: left;
}



.form-title h3 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
}

.form-title h3 span {
    color: #105878;
}

/*.rd-mailform1 {
    margin-top: 30px;
}*/
.rd-mailform1 .form-control:focus{
    outline-style: none;
    box-shadow: none;
}
.rd-mailform1 .form-control {
    background-color: #fff;
    border-radius: 0;
    height: 45px;
    width: 100%;
    border:0;
    font-size: 18px;
    padding-left: 25px;
    position: relative;
}
.rd-mailform1 input::before{
    position: absolute !important;
    clear: both !important;
    content: '';
    background-color: #000 !important;
    right: 0 !important;
    top: 0 !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    width: 60% !important;
    height: 100% !important;
    z-index: 999 !important;
}

.rd-mailform1 .form-control::placeholder{
     color: #6e7065;
     font-size: 14px;
     opacity: 68%;
}
.rd-mailform1 textarea {
    border-radius: 0 !important;
    border:0;
    height: 170px !important;
    background-color: #fff !important;
}

 .appointment .contact_submit_btn{
    margin-top: 25px;
    border:0;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    background: #ff7f26;
    padding: 10px 40px;
    }


.contact-item {
    box-shadow: 0 0 5px 0 rgba(208, 208, 208, 1.00);
    display: inline-block;
    margin-bottom: 7px;
    padding: 12px 14px;
    width: 100%;
    background: #fff;
}

.contact-item .content {
    float: left;
}

.contact-item h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
}

.contact-item p {
    color: #838383;
    margin: 0;
    padding: 0;
    line-height: 20px;
}

.contact-item .icon {
    color: #793d5e;
    float: right;
    font-size: 44px;
}

.form-group{
  margin-bottom: 1.5rem;
}   





.breadcrumb-wrapper {
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
    background-image: url(../images/inner-bg.jpg);
    background-size: cover;
    background-position:center;
    height: 400px;
    position: relative;
}
.breadcrumb-wrapper::after{
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 127 38 / 23%);
}
.breadcrumb-wrapper .shell,
.breadcrumb-wrapper1 .shell,
.breadcrumb-wrapper2 .shell {
    position: absolute;
    clear: both;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.breadcrumb-wrapper .shell h2,
.breadcrumb-wrapper1 .shell h2,
.breadcrumb-wrapper2 .shell h2 {
    font-size: 60px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0px;
}

/*......................
        footer
........................*/
.site-footer.inner{
    background: #272626;
}
.footer-contact-wrap{
    border-bottom: 1px solid #fff;}
/*.site-footer{
    background-color: #0d5179;
}*/
.site-footer .footer-logo{
    text-align: center;
    margin-bottom: 10px;
}
.site-footer .footer-logo img{
    width: 15%;
}
.site-footer .footer-top{
    padding: 40px 0px 6px 0px;
/*    background-color: #232323;*/
}
.site-footer .footer-contact {
    margin-bottom: 0px;
    list-style: none;
    justify-content: center;
    display: flex;
    padding-left: 0;

}
.site-footer .footer-contact li{
    float: left;
}

.site-footer .footer-contact img{
    width: 50px;
}
.site-footer .footer-contact i {
       color: #48487f;
    background: #fff;
    padding-right: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 40px;
    text-align: center;
    font-size: 23px;
}
.site-footer .footer-contact .content{
    padding-left: 10px;
    color: #fff;
    width: 300px;
}
.site-footer .footer-contact a {
    color: #fff;
    text-decoration: none;
    padding-left: 0px;
    font-size: 16px;
    margin-top: 8px;

}
.site-footer .footer-contact .heading {
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: -3px;
}
.site-footer .footer-contact p {
       color: #fff;
    padding-left: 0px;
    margin-bottom: 35px;
    font-size: 16px;
    margin-top: -5px;
    font-family: 'Poppins';

}
.site-footer .footer-contact p span{
    font-weight: 600;
    font-size: 16px;
    font-family: 'Poppins';
}
.site-footer .footer-bottom{
    padding: 0;
    text-align: center;
/*    background-color: #232323;*/
}
.site-footer .footer-bottom .footer-nav {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-top: 15px;
    grid-gap: 15px;
}
.site-footer .footer-bottom .footer-nav li {
    padding: 0px 0px 25px 0px;
}
.site-footer .footer-bottom .footer-nav li a{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.site-footer .footer-bottom .copyright {
    margin-top: 20px;
}
.site-footer .footer-bottom .copyright p{
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    padding: 20px 0px;
    text-align: left;
}
.site-footer .footer-bottom .copyright p a{
    text-decoration: none;
    color: #fff;
}
.site-footer .footer-social {
    color: #fff;
    font-size: 14px;
    margin: 0;
    display: flex;
    justify-content: end;
}
.site-footer .footer-social {
   
}
.site-footer .footer-social a {
    color: #fff;
}
.site-footer .footer-social i {
    color: #fff;
    background: transparent;
    margin: 0 5px;
    font-size: 19px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    border: 1px solid #fff;
}




/*..........................
        body-bg
...........................*/

.body-bg{
    background-image: url(../images/body-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*.........................
    service-inner
..........................*/
.service-offered-wrap {
    padding: 60px 0 20px 0;
    background-color: #fff;
}
.service-offered-wrap .content{
    margin-bottom: 40px;
}
.service-offered-wrap .content .content-img {
    width: 100%;
}
.service-offered-wrap .content .content-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
}
.service-offered-wrap .content .content-bx {
    width: 100%;
    border: 1px solid transparent;
    -webkit-box-shadow: 2px 2px 8px 0px rgb(176 176 176 / 80%);
    -moz-box-shadow: 2px 2px 8px 0px rgba(176,176,176,0.8);
    box-shadow: 2px 2px 8px 0px rgb(176 176 176 / 80%);
    padding: 10px 20px 25px 15px;
    min-height: auto;
    text-align: center;
}
.service-offered-wrap .content .content-bx h4 {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}
.service-offered-wrap .content .content-bx p{
    font-weight: 600;
    font-size: 14px;
}
.service-offered-wrap .content .content-bx .more {
    background-color: #ff7f26;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    transition: 0.4s;
}
.service-offered-wrap .content .content-bx .more:hover{
    background: rgb(0,0,0);
    color: #fff;
}


/*...........................
        about-inner
...........................*/
.about.inner .about-wrap .about-wrap-cont p{
    color: #000;
    margin-top: 0;
}
.about.inner .about-wrap img{
    float: right;
    width: 40%;
    margin-left: 25px;
}






/*...........................
        contact-inner
............................*/
.appointment{
    padding: 60px 0;
}
.appointment .section-head h2{
    color: #fff;
}

.form-sec {
    padding: 15px 15px 25px;
    text-align: left;
}



.form-title h3 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
}

.form-title h3 span {
    color: #105878;
}


.rd-mailform1 .form-control:focus{
    outline: none;
}
.rd-mailform1 .form-control {
    background-color: #fff;
    border-radius: 0;
    height: 55px;
    width: 100%;
    font-size: 18px;
    padding-left: 25px;
    font-family: 'Poppins';
}

.rd-mailform1 textarea {
    border-radius: 0 !important;
    border: 1px solid #d2d2d2 !important;
    height: 200px !important;
    background-color: #fff !important;
}

 .appointment .contact_submit_btn{
    background: #ff7f26;
    text-decoration: none;
    color: #fff;
    padding: 12px 40px;
    display: inline-block;
    border: none;
    }


.contact-item {
    box-shadow: 0 0 5px 0 rgba(208, 208, 208, 1.00);
    display: inline-block;
    margin-bottom: 7px;
    padding: 12px 14px;
    width: 100%;
    background: #fff;
}

.contact-item .content {
    float: left;
}

.contact-item h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
}

.contact-item p {
    color: #838383;
    margin: 0;
    padding: 0;
    line-height: 20px;
}

.contact-item .icon {
    color: #ff7f26;
    float: right;
    font-size: 44px;
}

.form-group{
  margin-bottom: 1.5rem;
}
.inner_page_wrap .form-header {
    text-align: center;
    position:relative;
}
.inner_page_wrap .form-header h2 {
    color: #fff;
    font-weight: 700;
    text-shadow: 6px 3px 7px #ffffff40;
}
.inner_page_wrap .contact-form {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    position: relative;
}
.inner_page_wrap .contact-form::before{
    position: absolute;
    content: '';
    clear: both;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ff7f26a6;
}

.inner_page_wrap .contact-form .rd-mailform1 button{
        font-size: 18px;
    color: #000;
    font-weight: 500;
    background: #ece4dd;
    display: inline-block;
    border-radius: 32px;
    padding: 10px 8px 10px 25px;
    margin-top: 20px;
    border: 0;
    box-shadow: 0px 0px 4px 1px #00000033;
    position: relative;
}
.inner_page_wrap .contact-form .rd-mailform1 button i
{
    height: 40px;
    width: 40px;
    background: #ff7f26;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    margin-left: 25px;
}

.sbbtn .contact_submit_btn{
	    position: relative;
    padding: 10px 35px;
    background-color: #272626;
    color: #fff;
    border: none;
    outline: none;
}

.appointment .wpcf7 form.invalid .wpcf7-response-output{
	color: #fff;
}