/*-----font-face------*/

@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/Poppins-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Poppins-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Poppins-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Poppins-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Poppins-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/Poppins-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Poppins-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Poppins-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a, a:link, a:visited, a:active, a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
a {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.clearfix{
    clear: both;
    display: block;}


/*------------------------------------------------------*/
/*-global css---
/*------------------------------------------------------*/

body{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:normal;
	color:#373737;
    background: #fff;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-family: 'Poppins-Regular';
}
h1,h2,h3,h4,h5,h6,ul{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
   font-family: 'Poppins-Bold';
}
p{
  font-family: 'Poppins-Regular';
  line-height: 24px;
}
a{ text-decoration:none !important; color: #57bed6;}
img{ vertical-align:middle;}

.bg-color{ background:#f1f1f1;}
.bg-color-1{background:#fff;}


.no-padding{ padding:0 !important;}
.no-margin{ margin: 0 !important;}

.padding-t-10{ padding-top:10px;}
.padding-b-10{ padding-bottom:10px;}
.padding-t-20{ padding-top:20px;}
.padding-b-20{ padding-bottom:20px;}
.padding-t-30{ padding-top:30px;}
.padding-b-30{ padding-bottom:30px;}
.padding-t-40{ padding-top:40px;}
.padding-b-40{ padding-bottom:40px;}

.margin-t-10{ margin-top:10px;}
.margin-b-10{ margin-bottom:10px;}
.margin-t-20{ margin-top:20px;}
.margin-b-20{ margin-bottom:20px;}
.margin-t-30{ margin-top:30px;}
.margin-b-30{ margin-bottom:30px;}
.margin-t-40{ margin-top:40px;}
.margin-b-40{ margin-bottom:40px;}
.margin-b-30{ margin-bottom:30px;}

.margin-l-37{
    margin-left: 37%;
}

/*============================= Main-Css-START =====================================*/

/*------------------*/
/*header-part
/*----------------------*/
header{
    margin: 0;
    padding:10px 0;
    background: ;
}
header p{
    color: #bf1301;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    padding: 8px 0;
    margin: 0;
}


/* ---------------- For sticky header: class="float-panel"  ------------------*/
.float-panel {
    width:100%;background:white;z-index:3000;padding:10px 0;transform: translateZ(0);
    transition:all 0.5s; /* Effect for switching from .fixed to static */
}
.float-panel .content-area {margin:10px auto;}
.float-panel a {font-size:16px;text-decoration:none;color:#444;display:inline-block;}
.float-panel .fa-gg {color:#F0595C;font-size:30px;vertical-align:middle;transition:all 1s;}
/* when class="float-panel fixed" */
.fixed {box-shadow:0 2px 6px rgba(0,0,0,0.2);padding:5px 0;animation:slide-down 0.7s;}
.fixed .fa-gg {transform: rotate(360deg); }
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

/*---------------------------------------*/
/*auto scroll part
/*-----------------------------------------------------*/
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%; 
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding: 0px;
    cursor:pointer;
    position:relative;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}



/*------------------*/
/*banner-part
/*----------------------*/
.banner{
    position: relative;
    margin: 0 0 20px;
}


/*-----------------------*/
/*about-us part
/*----------------------------*/
.about-pt{
    margin: 5px 0;
    padding: 0;
}
.about-pt h1{
    font-size: 36px;
    padding: 0;
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #1F80BD;
}
.about-pt h1 span{
    color: #0d3f89;
}
.about-pt i{
    color: #ff0000;
}


/*===============================*/
/*products part
/*=========================*/

.product-pt{
    padding: 5px 0;
    margin: 0;
}




.product-pt h1{
    font-size: 36px;
    padding: 0;
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #1F80BD;
    text-align: center;
}
.product-pt ul{
    margin: 0;
    padding: 0;
    display: inline-block;
}
.product-pt ul li{
    list-style: none;
    margin: 0 1% 20px;
    padding: 0;
    width: 23%;
    min-height: 48px;
    float: left;
    display: table;
    border: 1px solid #fff;
    color: #fff;
    vertical-align: middle;
}

.pro-box{
    border: 5px solid #ccccca;
    padding: 5px;
    margin: 0 0 20px;
}
.pro-box img{
    margin: 0;
    width: 100%;
}
.pro-box h6{
    font-family: 'Poppins-Bold';
    color: #222f55;
    font-size:20px;
    padding-top:10px;
    text-align: center;
}
.pro-box p{
    color: #222f55;
    font-size:16px;
    padding-bottom:10px;
    text-align: center;
}
.pro-box a{
    transform: skewX(25deg);
    background: #525f83;
    color: #fff;
    text-align: center;
    padding:5px 12px;
    font-size: 14px;
    margin:0 auto;
}
.pro-item{
    position: relative;
    margin-bottom: 20px;
}
.pro-item img{
    width: 100%;
}
.pro-item p{
    padding: 7px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}
.pro-item .bg-blue{
    background: #035587;
}
.pro-item .bg-grey{
    background: #61616d;
}
/*===============================*/
/*footer part
/*=========================*/
footer{
	background:;
	margin:0;
	padding:15px 0 10px;
    color: black;
    box-shadow: -8px 0px 10px 0px #868484;
}
.footer-block {
    padding: 0px;
}
.logo-footer {
    margin-top: -7px;
    margin-bottom:20px;
}
.f_text {
    padding-bottom:25px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.footer-share i {
    padding: 5px 7px;
    border-radius: 3px;
    font-size: 15px;
    background: #fff;
    margin-left: 5px;
    color: #000;
}
.footer-block {
    position: relative;
    width: 100%;
	color:black;
	margin-bottom:-10px;
    display: inline-block;
}
.footer-block h3 {
    padding-bottom: 5px;
	color:black;
	font-size:24px;
}
.footer-block a{
	color:#fff;
}
.tags-b { 
	position: relative; 
	float: left; 
	margin: 0px 10px 10px 0px; 
	background: #282e3a; 
	border-radius: 30px; 
	padding: 12px 15px; 
	font-size: 13px; 
	line-height: 12px; 
	font-weight: 500; 
	text-transform: capitalize; 
	z-index: 0;
}
.tags-b:before {
	content: ''; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	background: #1f80bd; 
	border-radius: 30px;
	transform: scale(0);
	 z-index: -1; 
	 -moz-transform: scale(0);
	 -ms-transform: scale(0);
	 -webkit-transform: scale(0);
	 transition:all 0.3s ease-in;
	 -webkit-transition:all 0.3s ease-in;
	 -moz-transition:all 0.3s ease-in;
	 -o-transition:all 0.3s ease-in;
	 -ms-transition:all 0.3s ease-in;
}
.tags-b:hover:before {
	transform: scale(1); 
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
}
.contact-line {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
	position:relative;
}
.contact-line img {
    vertical-align: middle;
	position:absolute;
	top:2px;
}
.contact-line p{
	padding-left:30px;
}

/*===============================*/
/*footer-last part
/*=========================*/

.footer-last{
    border-top: 1px solid #54575d;
    background: #469ef1;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 0 0;
}
.footer-last p span{
    color: #8fc941;
}

.service-pt .list-pt{
    background: #ffffff;
    padding: 15px;
    min-height: 100px;
    display: table;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.service-pt .list-pt p{
    color: #1f80bd;
    font-size: 20px;
    text-align: center;
    margin: 0 0 0 20px;
    display: inline-block;
    vertical-align: middle;
}

/*===============================*/
/*about part
/*=========================*/

.about-inner {
    padding:50px 0;
    margin: 0;
}
.about-inner h2{
    color:#f43737;
    font-size: 36px;
    padding-bottom: 20px;
}
.about-inner .pro-img{
    margin-top: 20px;
}
.about-inner ul {
    margin: 0;
    padding: 0;
}
.about-inner ul li {
    position: relative;
    display: block;
    padding-left: 25px;
    margin-bottom: 5px;
    color: #373737;
}
.about-inner ul li:before {
    font-family: 'themify';
    position: absolute;
    content: '\e64d';
    font-size: 12px;
    color: #f43737;
    left: 0;
    top: 5px;
}



/*===============================*/
/*footer-last part
/*=========================*/

.footer-last{
    border-top: 1px solid #54575d;
    background: #469ef1;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 0 0;
}
.footer-last p span{
    color: #8fc941;
}


/*===============================*/
/*product part
/*=========================*/
.product-part{
    padding: 20px 5px;
    margin-bottom: 20px;
    background: #f1f1f1;
    color: #000;
    width: 100%;
    display: inline-block;
}
.product-part:nth-child(odd){
    background: #d8d8d8;
}
.product-part h3{
    margin-bottom: 10px;
}
.product-part img{
    width: 100%;
}
.product-part p{
    margin-bottom: 20px;
}

/*===============================*/
/*contact us part
/*=========================*/

.contact-pt {
    padding:50px 0;
    margin: 0;
}
.contact-us h4{
	margin-top:0px;
	margin-bottom:0px;
	font-size:20px;
	color:#f43737;
	position:relative;
	display:inline-block;
}
.contact-us i{
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    padding: 8px;
    text-align: center;
    margin-right: 5px;
    background: #222f55;
}
.contact-us .form-control{
	margin-bottom:10px;
}
.contact-us p{
    padding-left: 40px;
}



/*---------------------------------------------------------*/
/*---------------------responsive part---------------------*/
/*---------------------------------------------------------*/

@media(max-width:768px){
    header .img-pt{
        text-align: center;
        margin: 0 auto;
    }
    header .bg-color{
        background: #bf1301;
    }
    .top-part {
        transform: none; 
    }
    .top-part li{
        margin-left: 10px;
        transform: none;
    }
    .product-pt {
        padding: 30px 10px;
        background-size: cover;
    }
    .product-pt ul li {
        list-style: none;
        margin: 0 4% 10px;
        width: 92%;
        min-height: auto;
    }
    .address-pt ul {
        text-align: center;
    }
    .address-pt ul li {
        margin: 0;
        padding: 15px 0 0 35px;
        font-size: 18px;
    }
    .nav-pt {
        position: relative;
    }
    #cssmenu {
        transform: skewX(0deg);
        background: #222f55;
    }
    .about-sec {
        background: #fff;
        padding: 40px 20px;
    }
    .about-btn {
        margin: 0 0 30px 20px;
        float: left;
    }
}

