@import url('https://fonts.googleapis.com/css2?family=Abel&family=Dela+Gothic+One&family=Poppins:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Corben:wght@400;700&family=Roboto+Condensed:wght@400;700&family=Roboto+Slab:wght@400;600;700;800&display=swap');
 /*   font-family: 'Abel', sans-serif;

    font-family: 'Dela Gothic One', cursive;

    font-family: 'Poppins', sans-serif;
        font-family: 'Corben', cursive;

    font-family: 'Roboto Condensed', sans-serif;

    font-family: 'Roboto Slab', serif;*/

body{
	font-family: 'Poppins', sans-serif;
}
p{
    font-size: 14px;
}
.btn{
    font-size: 14px;
}
header{
	position: relative;
	z-index: 999;
	padding: 10px 20px 10px 20px;
}
.logo{
    background: #fff;
    color: #fff;
    position: absolute;
    width: 100%;
    top: -10px;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0 2px 8px rgba(0,0,0, 0.2);
}
.logo h1{
	margin-bottom: 0px;
	font-family: 'Dela Gothic One', cursive;
}
.logo p{
	margin: 0;
	font-family: 'Poppins', sans-serif;
	color: #222;
}
.top-phn {
	margin-top: 17px;
}
.top-phn i{
	float: left;
    margin-right: 10px;
    color: #df2328;
    font-size: 23px;
    margin-top: 3px;
}
.top-phn p{
	margin : 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
}
.top-link{
	margin-top: 11px;
}
.top-link ul{
	padding:0px;
	margin: 0;
}
.top-link ul li{
	list-style: none;
	display: inline-block;
}
.top-link ul li i{
	color: #fff;
	background:  #df2126;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-right: 5px;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgb(223, 32, 37);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(223, 32, 37);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
    font-family: 'Poppins', sans-serif;
    margin-right: 25px;
    position: relative;
    display: block;
}
.navbar-light .navbar-nav  > li:hover > a::before, .navbar-light .navbar-nav  > li.current > a::before {
    width: 15px;
    height: 30px;
}
.navbar-light .navbar-nav  > li > a::before {
    position: absolute;
    content: '';
    top: 8px;
    left: 0px;
    width: 0px;
    bottom: 30px;
    z-index: -1;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background-color: #eef2ed;
}
.navbar-light .navbar-nav  > li:hover > a, .navbar-light .navbar-nav  > li > a, .navbar-light .navbar-nav  > li:hover > a, .navbar-light .navbar-nav  > li > a {
    opacity: 1;
    color: #599b47;
}
.navbar-light .navbar-nav  > li > a {
    position: relative;
    display: block;
    color: #262626;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 700;
    font-size: 14px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
     background-color: #f8f9fa;
}
.dropdown-item {
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0px;
    opacity: 1;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
.dropdown-menu {
    left: 300px;
}
 .dropdown-item:hover {
    color: rgb(223, 32, 37);
    text-decoration: none;
     background-color: #f8f9fa;
}
.carousel-caption {
	right: 47%;
	text-align: left;
	top: 25%;
}
.carousel-caption  h1{
	
    font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 55px;
}
/*.carousel-caption  h1::before{
    position: absolute;
    left: -6px;
    top: 0px;
    content: '';
    width: 135px;
    height: 90px;
    z-index: -1;
    background-color:#df2126;
}*/
.carousel-caption p{
	font-family: 'Poppins', sans-serif;
	color: #222;
	line-height: 28px;
	color: #fff;
}
.carousel-caption .btn{
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px;
	border-radius: 0px;
    transition: all .3s;
}
.carousel-caption .btn:hover{
    background-color:#df2126;
    color: #fff;
    border: 1px solid #df2126;
}

.sec-1{
	padding: 40px 0px;

}
.sec1-head h1{
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    color: #000;
}

.sec1-head h1::before{
    position: absolute;
    content: '';
    left: 20px;
    top: -18px;
    width: 85px;
    height: 70px;
    z-index: -1;
    border: 10px solid #eef2ed;
    -webkit-transform: perspective(400px) rotateY(40deg);
    -ms-transform: perspective(400px) rotateY(40deg);
    -o-transform: perspective(400px) rotateY(40deg);
    -moz-transform: perspective(400px) rotateY(40deg);
    transform: perspective(400px) rotateY(40deg);
}

.main-head h1{
	 font-family: 'Roboto Slab', serif;
	font-weight: 600;
    color: #df2126;
    font-size: 35px;
}

.main-head h1::before{
    position: absolute;
    content: '';
    left: 20px;
    top: -18px;
    width: 85px;
    height: 70px;
    z-index: -1;
    border: 10px solid #eef2ed;
    -webkit-transform: perspective(400px) rotateY(40deg);
    -ms-transform: perspective(400px) rotateY(40deg);
    -o-transform: perspective(400px) rotateY(40deg);
    -moz-transform: perspective(400px) rotateY(40deg);
    transform: perspective(400px) rotateY(40deg);
}

.sec1-side{
	background-image: url(../images/sec1-side.png);
	position: absolute;
    right: -104px;
    top: -140px;
    width: 100%;
    z-index: 1;
    max-width: 750px;
    background-color: #df2126;
    padding: 30px;
}
.sec1-side p{
    color: #fff;
    font-size: 18px;
}
.sec1-side img{
	width: 60px;
	height: 60px;
	background: #fff;
	line-height: 60px;
	border-radius: 50%;
	padding: 5px;
}
.sec1-side h3{
	font-family: 'Roboto Slab', serif;
	color: #fff;
    margin: 10px 0px;
}
.sec-2{
	padding: 40px 0px;
}.sec2-side h2{
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-size: 40px;
}
.sec-2 p{
	font-family: 'Poppins', sans-serif;
	color: #666;
	line-height: 28px;
}
.sec2-side span{
    color: #df2126;
}
.sec2-side p span{
	color:#df2126;
	font-weight: 600;
}
.sec2-side .btn{
   background: #df2126;
   color: #fff;
   padding: 10px 30px;
   border-radius: 0px;
   transition: all .3s;
}
.sec2-side .btn:hover{
    background: #000;
    color: #fff;
}
.sec2-img::before{
    position: absolute;
    content: '';
    right: 0px;
    top: 15px;
    left: -43px;
    bottom: 0px;
    z-index: -1;
    border: 8px solid #eef2ed;
    transform: skew(-0deg, -8deg);
    width: 100%;
}
.sec-3{
	padding: 40px 0px;
}
.sec3-img img{
	width: 95%;
}
.sec-3 h1{
	margin-bottom: 30px;
}
.sec-4{
	padding: 40px 0px;
	position: relative;
}
.sec-4 p{
    font-family: 'Poppins', sans-serif;
    color: #666;
    line-height: 28px;
}
.sec4-box{
	position: relative;
	padding: 20px;
    text-align: center;
}
.sec4-box h4{
    font-family: 'Roboto Slab', serif;
    margin-top: 10px;
    color: #df2126;
    font-size: 20px;
}
.box-main{
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    padding: 20px;
    position: absolute;
    left: -232px;
    background: #fff;
}
.sec-5{
    padding: 40px 0px;
}
.sec-5 h1{
    margin-bottom: 30px; 
}
.pro-img img{
    width: 95%;

}
.map{
    padding: 0;
    line-height: 0;
}
footer{
    background: #222;
    color: #fff;
    padding: 40px 0px;
}
.ab-list li {
   display: inline-block;
}
.ab-list li i{
   display: inline-block;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   border: 1px solid #fff;
   line-height: 40px;
   text-align: center;
   margin-right: 10px;
}
.ab-list li a{
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ab-list li a:hover{
    color: #df2126;
}
footer h3{
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    font-size: 25px;
}
footer h3::before{
    position: absolute;
    content: '';
    background:#df2126;
    width: 20px;
    height: 2px;
    bottom: 0px;
    left: 0;
    z-index: 999;
}
footer h3::after{
    position: absolute;
    content: '';
    background: #fff;
    width: 100px;
    height: 1px;
    bottom: 0;
    left: 0;
}
footer p{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    color: #b7b7b7;
}
footer ul{
    padding: 0px;
}
footer ul li{
    list-style: none;
}
footer ul li a{
    color: #b7b7b7;
    font-size: 14px;
    line-height: 28px;
     transition: all .3s;
}
footer ul li a:hover{
    color: #df2126;
    text-decoration: none;
}
.con i{
    font-size: 15px;
    color: #df2126;
    margin-right: 10px;
    float: left;
    margin-top: 8px;
}
.con p{
    margin-left: 22px;
}
.f-list i{
    color: #df2126;
    margin-right: 10px;
}
                     /*inner-pages*/

.inner-ban {
    background-image: url(../images/inr-ban.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px;
    text-align: center;
}

.ban-text h1{
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.ban-text ul{
    padding: 0;
}
.ban-text ul li{
    list-style: none;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}
.ban-text ul li i{
    color: rgb(223, 32, 37);
}
.ban-text ul li a{
    color: #fff;
    font-size: 14px;
}
.ban-text ul li a:hover{
     color: rgb(223, 32, 37);
     text-decoration: none;
}
.inner-text {
    padding: 40px 0px;
}
.inner-text h1{
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    color: rgb(223, 32, 37);
    position: relative;

}
.inner-text h1::before{
   position: absolute;
content: '';
background: #000;
width: 100px;
height: 1px;
bottom: 17px;
left: 130px;
}
.inner-text span{
    color: #cacaca;
     font-family: 'Poppins', sans-serif;
}
.inner-text h2{
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    color: rgb(223, 32, 37);
    position: relative;
}
.inner-text h2::before{
   position: absolute;
content: '';
background: #000;
width: 100px;
height: 2px;
bottom: -7px;
left: 0px;
}
.inner-text h2::after{
    position: absolute;
content: '';
background: #e52126;
width: 100px;
height: 4px;
bottom: -4px;
left: 0px;
}
.inner-text h4{
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    color: rgb(223, 32, 37);
}
.inner-text p{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    color: #777;
}
.quality-list {
    padding: 0;
}
.quality-list li{
    list-style: none;
    color: #777;
    line-height: 28px;
    font-size: 14px;
}
.quality-list li i{
    color: rgb(223, 32, 37);
    margin-right: 5px;
}
.index-pro{
      position: relative;
    margin-top: 20px;
    border: 1px solid #c9c9c9;
    padding: 5px;
    overflow: hidden;

}

.index-pro .thumb {
    display: block;
    position: relative;
    overflow: hidden;
    }

   .index-pro .img-thumbnail {
    padding: 0px;
    border: 0px solid #ddd;
    border-radius: 0px;
}
 .index-pro img {
    transition: all 0.9s ease 0s;
    }

.index-pro a{
  text-decoration: none;
  color: #333;

}

.index-pro i{

  background-color:#df2126;
  color: #fff;
  padding: 10px;
  position: absolute;
  top: 100px;
  left: 100px; 
}


.index-pro .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.9s ease 0s;
    }


.index-pro  .pr-name p {
  font-size: 14px;
    font-family: 'Poppins', sans-serif;
    background-color: #df2126;
    color: #fff;
    font-weight: 500;
    position: relative;
    text-align: center;
    height: 40px;
    vertical-align: middle;
    display: table-cell;
    width: 300px;
    padding: 0 4px;
    line-height: 1;
}



.index-pro:hover .pr-overlay {
    opacity: 0.7;
    transform: translatey(0);
  }
.pr-overlay{
  position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transform: translatey(-110%);
    background: #000;
    opacity: 0;
    transition: all 0.9s ease 0s;
}
.map{
    padding: 0;
}
.con-box{
   border:1px solid #e8e8e8;
   padding:30px 10px 0px 10px;
   text-align: center;
   margin-top: 20px;
   height:230px;
   box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
.con-box h4{
    color: rgb(0, 0, 0);
    margin-top: 15px;
}
.con-box i{
    background: #df2126;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
}
.con-form{
    font-family: 'Poppins', sans-serif;
    margin-top: 25px;
}

.con-form i {
    position: absolute;
    font-size: 16px;
    color:#cacaca;
    padding: 13px;
}
.con-form input {
    height: 45px;
    border-radius: 0px;
    margin-bottom: 30px;
    padding-left: 40px;
    border: 1px solid #ececec;
    font-size: 14px;
}
.con-form textarea {
    border-radius: 0px;
    padding-left: 40px;
    padding-top: 10px;
    margin-bottom: 30px;
    border: 1px solid #ececec;
    font-size: 14px;
}
.con-form select {
    height: 45px;
    border-radius: 0px;
    padding-left: 40px;
    padding-top: 10px;
    margin-bottom: 30px;
    border: 1px solid #ececec;
    font-size: 14px;
}
.sendbtn {
    background: #df2126;
    color: #fff;
    padding: 0 20px;
    height: 40px;
    border: 0;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    width: 100%;
    font-size: 14px;
}
                      /*Responsive code*/


 @media only screen and (min-width: 300px) and  (max-width:599px) {
p{
    font-size: 13px;
}
.logo{
    background: #fff;
    padding-top: 10px;
    border-radius: 0px;
    box-shadow: none;
    text-align: center;
    position: relative;
    width: 100%;
}
.logo img{
    display: inline-block;
    width: 60%;
}
.nav{
    background: #000;
}
.navbar-light .navbar-toggler {
    color: #fff;
    border-color: rgb(223, 32, 37);
    background: #df2025;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-light .navbar-nav > li > a {
    text-align: left;
    font-size: 13px;
}
.carousel-caption {
    right: 30%;
    top: 18%;
}
.carousel-caption h1 {
    font-size: 20px;
}
.carousel-caption p {
    display: none;
}
.carousel-caption .btn {
   padding: 5px 10px;
   font-size: 13px;
}
.top-phn{
    margin-top: 15px;
}
.top-phn i {
    font-size: 18px;
}
.top-phn p {
    font-size: 14px;
}
.top-link ul li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}
.main-head h1 {
    font-size: 25px;
}
.main-head h1::before {
    left: -2px;
    top: -16px;
}
.sec1-side {
    position:initial;
    width: 100%;
}
.sec1-side img {
    width: 50px;
    height: 50px;
    line-height: 50px;

}
 .sec1-side h3 {
    font-size: 20px;
 }
 .sec2-img {
    width:80%;
    margin-left: 30px;
}
.sec2-img::before {
    left: 15px;
    width: 90%;
}
.sec-2 h2 {
    font-size: 30px;
    margin-top: 30px;
}
.sec2-side {
    margin-top: 10px;
}
.sec-4 h2 {
    font-size: 30px;
}
.box-main {
    position: initial;
}
.sec4-box {
    padding: 10px;
}
.sec4-box img{
    width: 35%;
}
.sec4-box h4{
    font-size: 15px;
}
footer h3 {
    font-size: 23px;
}
footer ul li a {
    font-size: 13px;
}
footer p {
    font-size: 13px;
  }
}