
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.heading{
    position: relative;
}
h1{
    font-weight: 600 !important;
    color: #3a3a3a !important;
    padding-top: 20px;
    padding-bottom: 50px;
    font-size: 32px !important;
    text-transform: uppercase;
}
h1::after{
    content: "";
    width: 45px;
    height: 3px;
    background-color: #dd0808;
    position: absolute;
    bottom: 40px;
    left: 0;
}
/* ul{
    margin-bottom: 0px !important;
    padding-left: 0px !important;
    list-style: none;
} */
a{
    text-decoration: none !important;
}
/* top bar */
#top-bar{
    background: #272727;
    border-bottom: 1px solid #9999;
    padding: 11px 0px 0px 0px;
	color: #fff;
}
#top-bar p{
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
}
/* main header */
#header{
	width: 100%;
    /* position: static; */
    /* top: -150px; */
    z-index: 999;
	background: #fff;
    transition: 1s !important;
}
.hstatick{
    position: static;
    top: -150px;
    transition: 0.5s;
}
.hsticky{
    position: sticky;
    top: 0px;
    transition: 0.5s;
    animation: aninav 1500ms ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@keyframes aninav{
    0%{
        transform: scale(0.95) rotateX(10deg) translateY(-15px);
		transform-origin: top;
    }
    30%{
        transform: scale(1);
		transform-origin: top;
    }
	60%{
		transform: scale(0.95) rotateX(-10deg) translateY(-15px);
		transform-origin: top;
	}
	100%{
        transform: scale(1);
		transform-origin: top;
    }
}
#header2{
    position: static;
	width: 100%;
    z-index: 9999;
	background: #fff;
    transition: 1s !important;
}

#logo{
	width: 190px;
	transition: 0.5s;
}

#bar{
	display: none;
	width: 60px;
}

nav{
    width: 100%;
	background: #000;
    padding: 0px 3%;
	z-index: 999;
    /* box-shadow: 0px 0px 20px rgba(153, 153, 153, 0.548); */
}
.navBar{
    display: flex;
    align-items: center;
    justify-content: space-around;

}
.navCall{
	font-size: 24px;
    padding: 5px 7px;
    text-decoration: none;
    color: #555;
}
.navCall i{
	color: #6984C2;
	font-size: 16px;
}
.navCall:hover{
	color: #555;
}
.menu ul{
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 10px 0px;
	margin-top: 18px;
	position: relative;
}
.menu ul li{
    list-style: none;
}
.menu ul li a{
    text-decoration: none;
    color: #222;
    font-weight: 600;
    padding: 26px 12px;
}
.menu ul li a:hover{
    color: #970908;
}
.menu ul .dropdwn li a{
    width: 100%;
    padding: 15px 0px;
}
.menu ul .dropdwn li:hover a{
    color: #970908;
}
.menu ul a{
    text-decoration: none;
    color: #6984C2;
    font-weight: 600;
    padding: 10px 12px;
}
.menu ul a i{
    font-size: 18px;
    transform: rotate(-45deg);
}

.nvicon{
	padding: 0px 0% 0px 8%;
}
.nvicon a{
    color: #970908;
    padding: 5px 10px;
    font-size: 20px;
    transition: .3s;
}
.nvicon a:hover{
    color: #000;
}
.menu ul li:nth-child(3){
	position: relative;
}
.dropdwn{
	text-align: center;
	position: absolute !important;
	display: block !important;
	top: -404px;
	left:0px;
	min-width: 250px;
	min-height: 325px;
	overflow-y: hidden;
	background: #fff;
	z-index: -9;
	padding: 15px 10px !important;
	opacity: 0;

}
.dropdwn li a{
	font-weight: 400 !important;
	line-height: 1.8;
}
.menu ul li:nth-child(3):hover .dropdwn{
	opacity: 1;
	top: 28px;
	left: -80px;
	height: 250px;
	transition: 0.3s;
	box-shadow: 1px 1px 10px ;
	z-index: 1;
}
.blink{
	position: relative;
}
.blink::after{
	content: " ";
	background: #004aad;
	z-index: -1;
	position: absolute;
	top: -5px;
	left: 3px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	animation: anim 2s infinite ease-in-out;
}
@keyframes anim{
	0%,100%{
		transform: scale(1);
		opacity: 1;
	}
	50%{
		transform: scale(1.5);
		opacity: 0;
	}
}
/* Mob Nav css */
#mobNav{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: -100%;
	background: #970908;
	z-index: 9999;
	overflow-x: hidden;
	overflow-y: scroll;
	transition: 0.5s;

}
#mobNav::-webkit-scrollbar {
    width: 5px;
}
/* Track */
#mobNav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #000; 
    border-radius: 10px;
}
   
/* Handle */
#mobNav::-webkit-scrollbar-thumb {
    background:#c7c7c7; 
    border-radius: 10px;
    transition: .3s;
}
  
/* Handle on hover */
#mobNav::-webkit-scrollbar-thumb:hover {
    background: #c7c7c7; 
}
#mobNav ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}
#mobNav ul li{
	padding: 10px 0px;
}

#mobNav ul li a{
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
}
#close{
	padding: 15px 15px 5px 15px;
	color: #fff;
}
#close img{
	width: 45px;
	padding: 15px;
}
#dropdwn2{
	width: 100%;
	height: 100%;
	position: absolute;
	top: -10px;
	right: -100%;
	background: #970908;
	transition: 0.5s;
	z-index: 9;
}
#dropdwn2 li span{
	font-size: 22px;
	font-weight: 500;
	position: relative;
	top: 28px;
    color: #fff;
}

#dropdwn2 li span i{
	color: #fff;
}
/* banner */
.carousel{
	z-index: 0;
}
.bnrContent{
	position: absolute;
	bottom: 60px;
	left: 0px;
	padding: 25px 10%;
	color: #fff;
	animation-name: animate;
	animation-duration: 3s;
	animation-iteration-count: 1;
	animation-timing-function:ease-in-out;
}
@keyframes animate {
	0%{
		opacity: 0;
		bottom: -15px;
	}
	100%{
		opacity: 1;
		bottom: 60px;
	}	
}



@media screen and (max-width: 1204px){
	.tp1 div div:nth-child(2){
		display: none;
	}
}

@media screen and (max-width: 1141px){
	 .tp2{
		display: block;
	}
	.tp1{
		display: none;
	}

}
@media screen and (max-width: 906px){
	.menu{
		display: none;
	}
	#bar{
		display: block;
        width: 40px;
	}
	.nvicon{
		display: none;
	}
	.navBar{
		justify-content:space-between;
	}
    #header{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 767px){
    .service{
        padding: 50px 0px 80px 0px !important;
    }
    .gallery-section{
        padding: 50px 0px 80px 0px !important;
    }
}
@media screen and (max-width: 575px){
	.tp2{
		display: none;
	}
	.bnrContent{
		display: none;
	}
}

/* About */
.about-section{
    padding: 70px 0px 100px 0px;
    /* background-color: #F5F4F4; */
}
.about-section .about-left{
    padding-right: 90px;
    animation: left 2s 1;
} 
@keyframes left{
    0%{
        transform: translatex(-100%);
        opacity: 0;
    }
    50%{
        transform: translatex(5%);
        opacity: 0.7;
    }
    100%{
        transform: translatex(0%);
        opacity: 1;
    }
}
/* @keyframes pandu{
    0%, 100%{
        transform: rotate(2deg);
    }
    50%{
        transform: rotate(-2deg);
    }
} */
.about-section .about-right{
    animation: right 2s 1;
    /* animation: pandu 2s infinite; */
}
@keyframes right{ 
    0%{
        transform: translatex(100%);
        opacity: 0;
    }
    50%{
        transform: translatex(-5%);
        opacity: 0.7;
    }
    100%{
        transform: translatex(0%);
        opacity: 1;
    }
}
.about-section .about-left p{
    font-size: 15px;
    line-height: 1.8;
    text-transform: lowercase;
}
.about-section .about-left h4{ 
    margin-bottom: 20px;
}
.about-section .about-left a{
    padding: 5px 30px;
    border: 1px solid #cfcfd0;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    background-color: transparent;
    transition: .3s;
}
.about-section .about-left .about-btn{
    margin-top: 40px;
    text-align: center;
}
.about-section .about-left a:hover{
    background-color: #970908;
    color: #fff;
    border: 1px solid #970908;
}
/* .about-section .about-image{
    position: relative;
} */
.about-section .about-image img{
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgb(17 26 57 / 10%);
    position: relative;
}
/* .about-section .about-image img::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background-color:red;
    filter: blur(50px);
} */
.sertificate {
    padding: 70px 0px 100px 0px;
}
.sertificate .ser-image img{
    width: 90%;
    box-shadow: 0px 0px 20px rgb(17 26 57 / 10%);
}

/* .risponsive  */
@media screen and (max-width:991px){
    .about-section .about-left{
        padding-right: 20px;
    }
    .about-section .about-right .about-image{
        padding-top: 60px;
    }
}
@media screen and (max-width:767px){
    .about-section{
        padding: 50px 0px 80px 0px;
    }
    .about-section  .about-flip{
        flex-direction: column-reverse;
    }
    .about-section .about-left{
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    .about-section .about-right .about-image{
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .sertificate {
        padding: 50px 0px 80px 0px;
    }
}
/* About-End  */

/* Service  */
/* Service  */
.service{
    padding: 90px 0px;
    background-color: #f5f5f5;
}
.service h4{
    font-size: 25px;
    line-height: 33px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 2px 0;
    margin-bottom: 8px;
    color: #2a334e !important;
    text-align: center;
}
.service-box{
    padding: 40px 35px 45px;
    background-color: #fff;
    min-height: 260px;
    position: relative;
}
.service-box::after{
    content: "";
    position: absolute;
    top: 25%;
    left: 0;
    width: 3px;
    height: 50%;
    background-color: #970908;
    transition: .3s;
}
.serv-bx:hover .service-box::after{
    top: 0;
    height: 100%;
} 
.service img{
    width: 25%;
}

@media screen and (max-width:1199px){
    .service h4{
        font-size: 20px;
    }
}


/* Gallery-Section  */
.gallery-section{
    padding: 70px 0px 100px 0px;
    /* background-color: #F5F4F4; */
}
.gallery-section .gallery-image{
    box-shadow: 0px 0px 20px rgb(17 26 57 / 10%);
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.gallery-section .gallery-image:hover img{
    transform: scale(1.1);
}
.gallery-section .gallery-image img{
    width: 100%;
    transition: .3s;
}
.gallery-section .gallery-image .zoom{
    width: 40px;
    height: 40px;
    background-color: #970908;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    top: -20%;
    opacity: 0;
    left: 45%;
    cursor: pointer;
    transition:.3s;
    /* transform:scale(15.5); */
}
.gallery-section .gallery-image:hover .zoom{
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:.3s;
    top: 40%;
    left: 45%;
    opacity: 1;
    /* transform:scale(1); */
}
.gallery-section .gallery-image .zoom:hover{
    background-color: #9f9f9f;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.gallery-section .gallery-cont{
    background-color: #323232;
    padding: 10px;
    position: absolute;
    bottom: -20%;
    width: 100%;
    color: #fff;
    text-align: center;
    opacity: 0;
    transform:scale(15.5);
}
.gallery-section .gallery-image:hover .gallery-cont{
    bottom: 0%;
    transition:.3s;
    opacity: 1;
    transform:scale(1);
}
.gallery-section .gallery-cont p{
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
/* Gallery-Section-End  */

/* Footer  */
.owl-carousel .owl-item img{
    display: inline !important;
}
.owl-theme .owl-nav{
    display: none !important;
}
.owl-carousel .owl-dots{
    padding-top: 20px;
}
footer{
    position: relative;
    overflow: hidden;
    background-color: #222222;
}
footer ul{
    padding: 0px !important;
    list-style: none;
}
footer h4{
    font-size: 15px !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
    font-family: 'Cinzel', serif !important;
    color: #fff;
}
footer h3{
    color: #fff !important;
    font-size: 15px !important;
    margin-bottom: 15px !important;
}
footer p{
    color: #6A6A6A;
}
footer a{
    text-decoration: none !important;
}
footer .footer-top{
    border-bottom: 2px solid #5B5B5B;
    padding-top: 50px;
    padding-bottom: 50px;
    align-items: center;
}
footer .footer-top .foot-top-dit{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    min-height: 115px;
}
footer .footer-top .foot-top-dit i{
    color: #fff;
    width: 50px;
    height: 50px;
    background-color: #970908;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
}
footer .footer-top .foot-top-dit a{
    color: #b8b8b8;
    font-size: 14px;
    transition: .3s;
}
footer .footer-top .foot-top-dit:hover a{
    color: #fff;
}
footer .footer-logo img{
    width: 6%;
}

footer .footer-main{
    padding-top: 50px;
    padding-bottom: 50px;
}
footer .footer-main li{
    display: flex;
    padding-bottom: 13px;
}
.footer-links{
    display:flex;
    justify-content: center;
}
footer .footer-main span{
    font-size: 14px;
    font-family: 'Mulish', sans-serif !important;
    color: #6A6A6A;
    font-weight: 700;
}
footer .footer-main a{
    font-size: 14px;
    color: #6A6A6A;
    transition: .3s;
    font-weight: 700;
}
footer .footer-main li:hover a{
    color: #fff;
}
footer .footer-padding {
    padding-left: 40px;
}
footer .footer-info form input{
    width: 100%;
    font-size: 12px;
    padding: 5px 10px;
    outline: none;
    position: relative;
}
footer .footer-info form{
    position: relative;
}
footer .footer-info li:first-child{
    padding-bottom: 2px;
}
footer .footer-links ul{
    display: flex;
}
footer .footer-links li{
    padding: 0px !important;
    position: relative;
}
footer .footer-main button{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(50%,-50%);
    border: 1px solid #fff;
    background-color: #fff;
}
footer .footer-main button i{
    color: #970908;
    font-size: 25px;
}
footer .footer-links li a{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid #6A6A6A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    box-shadow: 0px 0px 4px rgb(17 26 57 / 10%);
    transition: .3s;
}
@keyframes float{
    0%{
        transform: translateY(-20px);
    }
}
footer .footer-links li:hover a{
    animation: float .3s linear 1;
}
footer .footer-links li:last-child a{
    margin-right: 0px;
}
footer .footer-links i{
    margin: 0px !important;
    font-size: 20px !important;
    color: #6A6A6A;
}

.footer-end{
    padding: 20px;
    background-color: #272727;
}
.footer-end p{
    margin: 0px !important;
    font-size: 13px;
    color: #6A6A6A;
}
.footer-end span{
    color: #970908;
    font-weight:700;
}
.footer-end a{
    color: #970908;
    transition: .3s;
    font-weight:700;
}
.footer-end a:hover{
    color: #fff;
}
/* .carousel{
    width: 60% !important;
    margin-left: 105px !important;
} */

@media screen and (max-width:1199px){
    footer .footer-logo img{
        width: 20%;
    }
    /* .carousel{
        margin-left: 70px !important;
    } */
}
@media screen and (max-width:991px){
    .footer-padding{
        padding-left: 0px !important;
    }
    footer .footer-links{
        align-items: center;
        justify-content: center;
    }
    .footer-end{
        padding-bottom: 20px !important;
    }
    /* .carousel{
        margin: 0px !important;
    } */
    footer .footer-info{
        align-items: start;
        text-align: start;
    }
    .footer-links{
        justify-content: start;
    }
}
@media screen and (max-width:767px){
    footer .footer-logo img{
        width: 20%;
    }
    footer .footer-top{
        flex-direction: column;
        padding-bottom: 30px;
    }
    .foot-top-dit{
        margin-bottom: 30px;
        min-height: 0px !important;
    }
    footer .footer-top .foot-top-dit i{
        width: 35px;
        height: 35px;
        font-size: 15px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:575px){
    footer .footer-logo img{
        width: 30%;
    }
    .footer-btn{
        display: none;
    }
}
#back-top {
    height: 43px;
    width: 43px;
    font-size: 23px;
    line-height: 40px;
    font-weight: 900;
    position: fixed;
    text-align: center;
    right: 34px;
    bottom: 17px;
    border-radius: 50px;
    transition: all .2s ease-in-out;
    background-color: #970908;
    z-index: 5 !important;
}
#back-top i {
    color: #fff;
    font-size: 18px;
}
.float-icons {
    position: fixed;
    left: 34px;
    bottom: 17px;
    z-index: 5;
}
.float-icons a {
    display: block;
    height: 43px;
    width: 43px;
    font-size: 23px;
    line-height: 40px;
    font-weight: 900;
    text-align: center;
    border-radius: 50px;
    transition: all .2s ease-in-out;
    background-color: #25D366;
    margin-bottom: 10px;
}
.float-icons a:last-child{
    margin-bottom: 0px;
}
.float-icons a:last-child i{
    font-size: 18px;
}
.float-icons i {
    color: #fff;
    font-size: 14px;
}
@media screen and (max-width: 767px){
    #back-top {
        right: 10px;
        bottom: 10px;
    }
}

@media screen and (max-width: 767px){
    .float-icons {
        left: 10px;
        bottom: 10px;
    }
}



 /********************************* about section start *********************/


.about h2{
	color: #8f1426;
	text-decoration: underline;
}
.text-cherry{
		color: #8f1426;
	
}

.about .col-lg-12 img{
	 width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.bnr ol{
	position: absolute;
top: 150px;
left: 130px;
}
.bnr{
	position: relative;
}
.bnr ol li a{
	color: #ebf5ff;
	font-size: 24px;
	text-decoration: none;
	font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before{
	
font-size: 24px;
 font-weight: 600;
}



.bnr .content {

  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.3); /* Black background with 0.5 opacity */
  color: #ffff; /* Grey text */
  width: 100%; /* Full width */

}

@media screen and (max-width: 998px){
	.bnr ol {
  position: absolute;
  top: 88px;
  left: 84px;
font-size: 15px;
}
}

@media screen and (max-width: 768px){
	.bnr ol {
  position: absolute;
  top: 60px;
  left: 34px;
font-size: 12px;
}
}
@media screen and (max-width: 767px){
	.bnr ol {
display: none;
}
}
@media screen and (max-width: 767px){
.abt-flex{
        display: flex;
		flex-direction: column-reverse;
	
}

}
/*********************************service section start********************/
.service-sec h2{
		color: #222;
	text-decoration: underline;
	
}
.service-pera{

  text-align: start;
  table-layout: ;
  line-height: 27px;
}
.service-pera a{
	background-color: #222;
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
}
.service-pera a:hover{
	background-color: #8f1426;
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
}
/********************************* service section end ********************/ /******************************* contact section start *********************/
.contact-us{
	background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.9)),url(../image/other2.jpg);
    background-position: top;
    background-attachment: fixed;
    min-height: 300px;
	position: relative;
}
.contact-form{
	width: 85%;
	display: flex;
	justify-content: center;
	background: #ffff;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
		
	
}
.contact-form > *{
	width: 80%;
}
.contact-form .first-container{
	
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact-form .first-container .info-container div{
	margin: 24px 0;
}
.contact-form .first-container .info-container div h3{
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	padding-bottom: 10px;
}
.contact-form .first-container .info-container div p{
	font-size: 16px;
	line-height: 1.6;
	color: #3E4093;
}
.bx-shdw {

  box-shadow: 2px 2px 10px #999;
}
.contact-form .second-container{
	padding: 30px;
}
.contact-form .second-container form{
	display: flex;
	flex-direction: column;
	
}
.contact-form .second-container h2{
	font-size: 30px;
	font-weight: 400;
	color: #ccc;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
}
.contact-form .second-container form .form-group{
	display: flex;
	
}
.contact-form .second-container form .form-group *{
min-height: 55px;
	border: 1px solid #ccc;
	padding: 0 20px;
	resize: none;
}
.contact-form .second-container form .form-group label{
	display: flex;
	align-items: center;
	width: 100%;
	border: 1px solid gray;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	margin-top: -1px;
	
}
.contact-form .second-container form .form-group:first-of-type input{
	width: 100%;
}
.contact-form .second-container form .form-group input{
	width: 100%;
	font-size: 15px;
	margin-top: -2px;
}
.text-blk{
	color: #cccb;
}
.contact-form .second-container form .form-group text-area{
	width: 100%;
	min-height: 80px;
	resize: none;
	margin-top: -1px;
}
.form-group text-area{
	width: 100%;
}
.second-container{
	background-color: #f8f9fa;
}
.contact-form .second-container form a{
	  width: 200px;
  background-color: #8f1426;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  margin: auto;
}
.contact h2{
	color: #8f1426;
	text-align: center;
	padding-top: 20px;
}
.contact h3{
	color: #000;
	text-align: center;
}

.contact-form .second-container form a:hover{
	background-color: #fff;
	color: #8f1426;
	border: 1px solid #8f1426;
}

.info-container a{
	color: #fff;
font-size: 18px;
font-weight: 400;
line-height: 1.2;
	
}
.info-container a i{
	padding-right: 15px;
}
.info-container p {
  padding-top: 12px;
 padding-left: 35px;
}

.breadcrumb-center {
  margin: auto;
  justify-content: center;
  display: flex;
  padding-top: 40px;
  font-size: 20px;
}
/*media for contact*/


@media screen and (min-device-width: 300px) and (max-device-width: 450px){
	.content .breadcrumb{
		top: 25px;
		left: 13px;
		letter-spacing: normal;
		
	}
	.content .breadcrumb li a{
		font-size: 15px;
	}
} 

@media screen and (min-device-width: 450px) and (max-device-width: 768px){
	.content .breadcrumb{
		top: 45px;
		left: 40px;
		letter-spacing: normal;
		
	}
	.content .breadcrumb li a{
		font-size: 18px;
	}
}

@media screen and (max-width:768px){
	.container .contact-form{
		width: 100%;
	}
	.contact-form{
		flex-direction: column;
}
}
@media screen and (max-width:767px){
.contact-form .second-container form .form-group {
  display: block !important;
}

.contact-form > * {
  width: 100%;
}

.contact-form {
  width: 100%;
  display: block;
}
.contact-form{
		flex-direction: column;
		
	}
	.second-container form .form-msg textarea{
		width: 100%;
		
	}
	.container .contact-form > *{
		width: 100%;
	}
	.container .contact-form .first-container{
		padding: 40px 0;
	}
}
@media screen and (min-width:320px) {
	.second-container form .form-msg textarea{
		width: 100%;
	}
}
 @media screen and (min-width:320px) {
	.contact .second-container h2{
		font-size: 16px;
		color: gray;
	}
} 
/******************************* contact section end *********************/
/******************************* contact section end *********************/

/* modal box css start */
.modal-body h4{
	color: #8f1426;
	font-size: 30px;
	text-align: center;
}
.modal-body .second-container input{
	width: 100%;
	padding: 5px;
}
.m-btn{
	background-color: #8f1426;
	color: #fff;
	padding: 8px 35px;
	  margin: 0 auto;
  justify-content: center;
  text-align: center;
  display: flex;
}
.m-btn:hover{
	background-color: #fff;
	color: #8f1426;
	border: 1px solid #8f1426;
}
/* modal box css end */








