@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'PoppiNs', sans-serif;
    scroll-behavior: smooth;
}


*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	margin: 0;
	padding: 0;	
}

body {
	margin:0;
	padding:0;
    font-family: 'Poppins', sans-serif;
}



/*--------------------------------------------------------------
welcome icon animation
--------------------------------------------------------------*/


.welcome_img{
    border-radius: 12px;
}


.welcome_img_main{
    position: relative;
    display: inline-block;
}

.img-card-wrapper.image-one {
    position: absolute;
    top: 55px;
    left: -40px;
    border-radius: 6px;
    width:120px;
    height:120px;
    animation: MoveUpDown 2s linear infinite alternate;
}

.img_wel {
    width: 100%;
    margin: 0 auto!important;
    float: none!important;
}


@-webkit-keyframes MoveUpDown {
0% {
    transform: translateY(0);
}
100% {
    transform: translateY(-40px);
}
}
    


/*--------------------------------------------------------------
text hover
--------------------------------------------------------------*/

.animate-charcter{
    text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #db2b14 0%,
    #cf210b 29%,
    #0154a2 67%,
    #024a8d 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  text-align: center;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}













.clear{
	clear:both;
}
.img{
	width:100%;
	display:block;
}
.v_a_img{
	vertical-align:middle;
}
.top_bg {
    background-image: url(../images/top-bg.jpg);
    background-size: 100% 100%;
}

.cal_email {
    width: 410px;
    float: right;
    padding: 2.5% 1% 1%;
}
.cal_email p {
    color: #fff;
    font-size: 14px;
    font-family : 'Poppins', sans-serif;
}

.top_right2 {
    width: 650px;
    float: right;
}


.top_bgnew {
    background-size: 100% 100%;
	background-image:url(../images/top_bgnew.jpg);
}


/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.top_main{
	width:100%;
}
.top{
	width:90%;
	margin:0 auto;
	max-width:1600px;
}

.top2{
	width:90%;
	margin:0 auto;
	max-width:1600px;
}


.logo{
	width:284px;
	float:left;
    margin: 2% 1%;
}

.logo img{
	display:block;
}

.navbarr{
	width:320px;
	float: right;
	margin:1.8% 1% 1%;
}

.flw{
	width:90px;
	float:left;
	margin:0.5% 1.5%;
}
.flw .fa {
    color: #fff;
    font-size: 17px;
    text-align: center;
}

.login_regi{
	width:520px;
	float:right;
	margin:0.5%;
}

.login_regi p{
	color:#fff;
	font-family: 'PoppiNs', sans-serif;
	font-size:14px;
	font-weight:600;
	line-height:150%;
	margin:0px;
}

.call{
    width:185px;
    float: left;
}

.email{
    width:325px;
    float: left;
}

.col_em_clr{
	color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.fix_nav{
	/*position: fixed;*/
	z-index:99999999999999999999999999999999;
	background-color:#FFFFFF;
	border-top:none;
	border-bottom:1px solid #f7f7f7;
}



.mi_vi{
    width: 48%;
    border: 1px solid #efefef;
    margin:1% 1%;
    float: left;
    background-color:rgba(277, 277, 277, 50%);
}

.mi_sm8{
    width:70%;
    float: left;
    margin: 1%;
}

.mi_sm88{
    width:24%;
    float: left;
    margin: 1%;
    text-align: center;
}

.mi_vi_txt{
    padding: 10px;
}

.mi_vi_txt h1{
    font-family:'PoppiNs', sans-serif;
    color: #000;
    font-size:22px;
    padding: 0%;
    text-align: justify;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin:1% 0% 0.5% !important;
}

.mi_vi_txt p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: justify;
    padding:0%;
    font-family: 'PoppiNs', sans-serif;
    line-height: 145%;
}


.mi_vi_txt h2{
    font-family:'PoppiNs', sans-serif;
    color: #DB2B14;
    font-style: italic;
    font-size:40px;
    padding: 10% 1%;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin:1% 0% 0.5% !important;
}


.height_min{
    height: 190px;
}



.miss_vis_txt h1{
    font-family:'PoppiNs', sans-serif;
    color: #fff;
    font-size:20px;
    padding:  1.2% 4% ;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    background-color: #db2b14;
    display: inline-block;
    border-radius: 25px;
}

.miss_vis_txt p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: justify;
    padding: 0.5% 1% 0.5%;
    font-family: 'PoppiNs', sans-serif;
    line-height: 145%;
}



/*--------------------------------------------------------------
Zoom img
--------------------------------------------------------------*/
.column {
    display: inline-block;
    text-align: center;
}


.column img {
    display: block;
    height: auto;
} 

.column#zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.column#zoomIn:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
} 
.gallery h1{
   font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-family:'PoppiNs', sans-serif;
    line-height: 160%;
    background-color: #000;
    text-transform: capitalize;
    padding: 2% 0%; 
    margin-top: -1%; 
}


/*--------------------------------------------------------------
Front Page
--------------------------------------------------------------*/
.banner{
	width:100%;
	position:relative;
}


.shdw {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}


		
/*--------------------------------------------------------------
Welcome 
--------------------------------------------------------------*/

.welcome h1{
	font-family: 'PoppiNs', sans-serif;
    color: #000;
    font-size: 31px;
    padding: 0% 1% 0.5% 1%;
    text-align: left;
	line-height:130%;
    font-weight: 800;
    margin: 0;
}

.welcome h1 span{
    font-size: 31px;
    font-weight: 500;
}

.welcome h3 {
    font-family: 'PoppiNs', sans-serif;
    color: #dc2a1b;
    font-size:17px;
    padding: 1%;
    text-align: justify;
    font-weight: 600;
    margin: 0;
	line-height:140%;
}


.welcome h4 {
    font-family: 'PoppiNs', sans-serif;
    color: #db2b14;
    font-size:20px;
    padding: 1%;
    text-align: justify;
    font-weight: 600;
    margin: 0;
}

.welcome p{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: justify;
    padding:1%;
    font-family: 'PoppiNs', sans-serif;
    line-height: 160%;
}


.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
     max-width: none!important; 
    height: auto;
}

/*--------------------------------------------------------------
Services
--------------------------------------------------------------*/
.srv2_bg {
    background: url(../images/counter_bg.jpg);
    background-size: cover;
    padding: 2% 0%;
}

.shdw {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    padding: 1%;
}

.srv_bg{
	background-color: #f5f5f5;
	padding: 3% 0%;
}


.services h1{
	font-size:30px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding:0% 0% 1% 1%;
    font-family: 'PoppiNs', sans-serif;
    text-transform: uppercase;
	margin:0px;
}

.services p{
	font-size:16px;
    font-weight: 600;
    color: #fff;
    text-align: justify;
    padding:0% 0% 1% 0%;
    text-align: center;
    font-family: 'PoppiNs', sans-serif;
    line-height: 160%;
}

.srv_text{
	background-color: #fff;
	padding: 2%;
}

.srv_text p{
	font-size:14px;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding:1% 1% 1% 1%;
    font-family: 'PoppiNs', sans-serif;
    line-height: 160%;
	margin:0px;
}


.srv_text h1{
	font-size:17px;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding:1.5% 0% 1% 0%;
    font-family: 'PoppiNs', sans-serif;
    line-height: 125%;
	margin:0px;
	min-height:50px;
}

.srv_brd2{
	background-color: #fff;
	padding:0.5%;
}

.srv_view_all2 {
    width: 100px;
    float: none;
    margin: 0% auto 7%;
}

.srv_btn2 {
    width: 100%;
    padding: 8% 2% 8% 5%;
    font-size: 14px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    background-color: #0094da;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid #f5f5f5;
}

.srv_btn2:hover{
	background-color: #017ab3;
	color: #fff;
}

.btn3_link{
	text-decoration: none!important;
}



/*--------------------------------------------------------------
products home page
--------------------------------------------------------------*/

.brd{
	border: 1px solid #e1e3e2;
	padding:4%;
}


/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/
.contener{
	width:90%;
	margin:0 auto;
	max-width:1600px;
}

.col_sm1{
	width:100%;
	margin:0 auto;
}

.col_sm2{
	width:48%;
	margin:1%;
	float:left;
}

.col_sm3{
	width: 31%;
	float: left;
	margin: 1%; 
}

.col_sm4{
	width: 23%;
	float: left;
	margin: 1%;
}

.col_sm5{
	width:18%;
	float: left;
	margin: 1%;
}

.col_sm8{
	width:30%;
	float: left;
	margin: 1%;
}
.col_sm88{
	width:65%;
	float: left;
	margin: 1%;
}


.col_sm9{
	width:32%;
	float: left;
	margin: 1%;
}
.col_sm99{
	width:63%;
	float: left;
	margin: 1%;
}



.col_sm9_b{
	width:41%;
	float: left;
	margin: 1%;
}
.col_sm99_b{
	width:55%;
	float: left;
	margin: 1%;
}


/*--------------------------------------------------------------
link
--------------------------------------------------------------*/
a.link:link {
	color:#fff;
	text-decoration:none;
}
a.link:visited {
	color:#fff;
	text-decoration:none;
}
a.link:hover {
	color:#fff;
	text-decoration:none;
}
a.link:active {
	color:#fff;
	text-decoration:none;
}



a.link2:link {
	color:#fff;
	text-decoration:none;
}
a.link2:visited {
	color:#fff;
	text-decoration:none;
}
a.link2:hover {
	color:#fff;
	text-decoration:none;
}
a.link2:active {
	color:#f15757;
	text-decoration:none;
}





/*--------------------------------------------------------------
Extra
--------------------------------------------------------------*/
.bg_clr{
	background-color:#db2b14;
}

.bg_clr3{
	background-color:#DB2B14;
}

.bg_clr4{
	background-color:#32323b;
	padding:2%;
	border:2px solid #188ece;
}

.bg_clr5 {
    background: rgba(255, 255, 255, 0.9);
	margin:1%;
}


.bg_clr7{
	background-color:#f5f5f5;
}


.bg_img2 {
    background-image: url('../images/bg_img2.png');
    background-size: 100% ;
    background-position: center;
    background-repeat: no-repeat;
}

.bg_img3 {
    background-image: url('../images/bg_img1.jpg');
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
        padding: 2% 0%;
}


.btn2 {
    width: 100%;
    padding: 10%;
    font-size: 13px;
    text-align: center;
    font-family: 'PoppiNs', sans-serif;
    background-color: #188ece;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
	border-radius: 5px;
	border-radius:5px;
    text-transform: capitalize;
}



/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.ftr_clr{
	background: #0085ca;
	padding: 2% 0%;
}

/*-------------
footer
---------------*/

.f_txt{
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.f_txt2{
	font-weight: 600;
	letter-spacing:0px;
}

.ftr_hed h3{
	font-family: 'PoppiNs', sans-serif;
	font-size:20px;
	text-align:left;
	padding:2% 0% 2%;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
}
.ftr_icn_txt{
	width:100%;
	margin-top:5.5%;
}
.ftr_icon{
	width:32px;
	float:left;
	margin-top:1%;
}
.ftr_txt p {
    width: 85%;
    float: left;
    margin-left: 1%;
    font-family:'PoppiNs', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 150%;
    padding: 0% 1% 0%;
}

.ftr_link ul li a {
    font-family: 'PoppiNs', sans-serif;
    color: #fff;
    text-decoration: none;
    line-height: 200%;
    font-size: 15px;
}

.ftr_col_sm2{
	width:50%;
	margin:0%;
	float:left;
}

.ftr_txt1{
	font-family: 'PoppiNs', sans-serif;
	color: #fff;
	font-size: 14px;
	text-align:left;
	font-weight:400;
	padding:2% 2%;
}
.ftr_txt2{
	text-align:right;
}

.col_sm33 {
    width: 29%;
    float: left;
    margin: 1% 2%;
}

.ftr_txt1{
	color:#fff;
	font-size: 15px;
	padding:1% 1%;
	font-family: 'PoppiNs', sans-serif;
	margin:0px;
}

.ftr_txt2{
	float: right;
}

.ftr_clr2{
	background-color: #0154a2;
}



/* ------------------------------------------------------
top arrow
------------------------------------------------------ */
.top_arrow{
	width:25px;
	height:33px;
	position:fixed;
	right:2%;
	bottom:15%;
	display:none;
	transition-duration: 1s;
	background-image:url('../images/top-b.png');
	cursor:pointer;
	background-repeat:no-repeat;
	z-index: 999;
}
.top_arrow:hover{
	width:25px;
	height:33px;
	position:fixed;
	right:2%;
	transition-duration: 1s;
	bottom:15%;
	cursor:pointer;
	background-image:url('../images/top-b.png');
	display:none;
}



@media only screen and (max-width:1125px){
.top{
	width:100%;
    float: none;
    margin: 0% auto;
}
.top2{
	width:98%;
    float: none;
    margin: 1% auto;
}

.logo img{
	width:100%;
}
.contener{
	width:100%;
}
}


@media only screen and (max-width:1015px){

.ftr_hed .col_sm3:nth-child(2){
	/*margin:8px 3% 0px;*/
}


}



@media only screen and (max-width:900px){
.col_sm99_b {
    width:98%;
    float: none;
    margin: 1% auto;
}

.col_sm9_b {
    width:98%;
    float: none;
    margin: 1% auto;
}

.col_sm8 {
    width:70%;
}

.col_sm88 {
    width: 98%;
}


.col_sm4{
	width: 48%;
}
}



@media only screen and (max-width:850px){
.navbarr {
    width:100%;
	background-color:#dc2a1b;
	margin:0 auto;
}

.logo{
	float:none;
	margin:1.5% auto;
}
}


@media only screen and (max-width:800px){

.mi_vi {
    width:98%;
}


.col_sm2{
	width:100%;
}

.flw {
    display: none;
    padding: 2% 1% 1.1%;
}


.col_sm8 {
    width:98%;
}

.col_sm9 {
    width:98%;
}
.col_sm99 {
    width:98%;
}

.col_sm33 {
    width: 98%;
    float: left;
    margin: 1% 2%;
}

.ftr_icn_txt {
    width: 100%;
    margin-top: 0.0%;
}
.ftr_hed h3 {
    padding:0%;
}


}



@media only screen and (max-width:700px){
.col_sm3{
	width:98%;
}
}


@media only screen and (max-width:600px){

.height_min {
    height: auto;
}


.col_sm4{
	width: 98%;
}


.ftr_col_sm2{
	width:98%;
}

.ftr_txt2{
	float: left;
}

.ic.menu{
	top: 34px !important;
}

}


@media only screen and (max-width:550px){
.logo {
    margin: 3% auto;
    float: none;
}

.login_regi {
    width: 98%;
    float: left;
    margin: 0% 1%;
}
.login_regi p {
    font-size: 14px;
}
}

@media only screen and (max-width:460px){

.mi_sm8 {
    width: 97%;
}

.mi_sm88 {
    width: 45%;
}
}
