@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
body{
	font-family: 'Poppins';
	font-size: 15px;
	color: #000;
}
ul{
	margin: 0px;
	padding: 0px;
}
.theme-bg{
	background: linear-gradient(359deg, #0a7bbd, rgb(65 109 255));
	color: #fff;
    transition: all .35s ease-in-out;
}
.theme-bg:hover{
	background: linear-gradient(359deg, rgb(65 109 255), #0a7bbd);
	color: #fff;
    transition: all .35s ease-in-out;
}
.heading-md {
    font-size:28px;
    color: #0a7bbd;
    font-weight: 600;
}
.heading-md a{
    color: #0a7bbd;
}
.heading-md span{
    font-size: 20px;
}
header.header {
    background: #4d4d4d;
}
header.header.sticky {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
}
.header .navbar{
    padding: 2px 0px;
}
.header .menu li {
    display: inline-block;
    position: relative;
}
.header .menu li a {
    font-size: 14px;
    text-decoration: none;
    padding: 20px 20px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color: #fff;
}
.action_btn {
    margin-left: 20px;
}
.action_btn .btn{
    background: #eb8d00;
    color: #fff;
}
.action_btn .btn:hover{
    background: #cd7d04;
    color: #fff;
}
.first-home-list {
    padding: 0;
}
.frst-box {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background:#eb8d00;
    float: left;
    transition: all ease 0.3s;
}
.frst-box:hover{
    background: #4d4d4d;
    transition: all ease 0.3s;
}
.brdr {
    border-right: 1px solid #fff;
}
.sec-box {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fbh {
    min-height: 146px;
}
.common-box .icon-box, .rght-head-info .content {
    display: table-cell;
    vertical-align: middle;
}
.common-box .icon-box .inner-box {
    width: 38px;
    height: 38px;
    border: 1px solid #E1E1E1;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    margin-right: 15px;
    color: #fff;
}
.sec-box .content-box h3 {
    font-size: 21px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: normal;
    margin: 0;
    margin-bottom: 15px;
    font-family: sans-serif;
    text-align: left;
}
.sec-box .content-box p {
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
}

.gray-bg{
	background-color: #f5f5f5;
}
.product-section{
	width: 100%;
	padding:50px 0;
	position: relative;
	overflow: hidden;
}
.coverimg-left{
	width: 50%;
	height: 100%;
	display: inline-block;
	background-position: 50% 50%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}
.coverimg-right{
	width: 50%;
	height: 100%;
	display: inline-block;
	background-position: 50% 50%;
    bottom: 0;
    right: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}
.coverimg-left img, .coverimg-right img{
	width: 100%;
}
.content-left {
    padding: 0px 20px 0px 10px;
}
.content-right {
    padding: 0px 10px 0px 20px;
}
.background-img {
    position: relative;
    width: 100%;
    padding: 25px 0px;
    background-size: cover;
    background-position: bottom;
    background: #eb8d00;
}
/*.background-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(359deg, #002191de, rgb(65 109 255 / 63%));
}*/
.solid-white-btn {
    background: #ffffff;
    border-color: #ffffff;
    color: #0a7bbd;
    transition: all .35s ease-in-out;
}
.solid-white-btn:hover {
    background: transparent;
    color: #ffffff;
}
.counter-section {
    width: 100%;
    padding: 7px 0px;
    background: #eb8d00;
}
.icon-size-lg {
    font-size: 46px;
}
.contact-us-section {
    padding: 60px 0px;
    background: linear-gradient(327deg, #eb8d00, #767474);
}
.contact-us-form {
    background: #f5f5f5;
    padding: 25px 25px;
}
.contact-us-content h2, .contact-us-content p{
	color: #fff;
}
.contact-info-list{
	margin-top: 30px;
	color: #fff;
}
.contact-info-list li .contact-icon span {
    border: 1px solid #fff;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    border-radius: 50%;
}
.contact-info-list li a{
	color: #fff;
}
.list{
    margin-bottom: 20px;
}
.list li{
    padding-left: 30px;
    list-style: none;
    position: relative;
}
.list li:before {
    content: "\f0a4";
    font: normal normal normal 14px/1 FontAwesome;
    color: #eb8d00;
    position: absolute;
    left: 0px;
    top: 5px;
}

.site-footer {
    padding: 30px 0px 20px;
    background: #4d4d4d;
}
.site-footer h5{
	margin-bottom: 15px;
}
.site-footer h5 a{
    color: #fff;
}
.copyright-info p{
    color: #fff;
    margin-bottom: 0px;
}
.contact_img img{
    width: 100%;
}
/*slide start */
.accordion{
        height:75vh;
        margin:0px auto;
        background:#fff;
        padding:0 0px;
        text-align:left;
    }

.accordion ul li,.accordion ul li div a{
    height:100%;
    vertical-align:bottom;
    position:relative;
}
.accordion ul{
    width:100%;
    display:table;
    table-layout:fixed;
    margin:0;
    padding:0;
    height:100%;
}
.accordion ul li{
    display:table-cell;
    width:33.33%;
    background-repeat:no-repeat;
    background-position:center center;
    transition:all 1s;
    -moz-transition:all 1s;
    -webkit-transition:all 1s;
    -ms-transition:all 1s;
    -o-transition:all 1s;background-size:cover;cursor:pointer;}
.accordion ul li div{
    display:block;
    overflow:hidden;
    width:100%;
}
.accordion ul li div a {
    display: none;
    width: 100%;
    z-index: 3;
    padding: 15px 20px 7px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    -moz-transition: height .6s;
    -webkit-transition: height .6s;
    -ms-transition: height .6s;
    -o-transition: height .6s;
    transition: height .6s;
    background: linear-gradient(359deg, rgb(65 109 255), #0a7bbd);
    border-right: 1px solid #2f6899;
    text-align: center;
}
.accordion ul li div a *{
    opacity:1;
    margin:0;width:100%;text-overflow:ellipsis;position:relative;z-index:5;white-space:nowrap;overflow:hidden;-webkit-transition:all .4s;transition:all .4s}
.accordion ul li div a h4{
    font-size:20px;margin-bottom:10px;letter-spacing:1px;font-weight:400;}
.accordion ul li div a p{
    font-size:15px;top:160px;
    opacity:0;
    visibility:hidden;
}
.accordion ul li:nth-child(1){
    background-image:url("../images/slide-1.jpg");
}
.accordion ul li:nth-child(2){
    background-image:url("../images/slide-2.jpg");
}
.accordion ul li:nth-child(3){
    background-image:url("../images/slide-3.jpg");
}
.accordion ul li:nth-child(4){
    background-image:url("../images/slide-4.jpg");
}


.accordion ul:hover li{
    width:10%
}
.accordion ul:hover li:hover{
    width:40%
}
.accordion ul:hover li:hover a *{
    opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}
.accordion ul:hover li:hover h4{
    font-size:22px;line-height:25px;}

.accordion ul:hover li:hover p{top:0;
    opacity:1;
    visibility:visible;
}
.section{
    float:left;
    width:100%;
    position:relative;
}


.parallax-image{height:auto;
    position:relative;
}

.parallax-image .scrolling_parallax{
    position:relative;
    top:0;
    left:0;
    width:100%;
    height:auto;
}

.parallax-image iframe{
    position:relative;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.speciafication{
    width: 100%;
    padding: 50px 0px;
}
.top-table-head-bottom {
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    text-align: justify;
    padding-left: 10px;
}
.top-table-head-bottom{
    background-color: #6589b6;
}
.about_section {
    padding: 50px 0px;
}
.radius20{
    border-radius: 20px;
}
.section-padding30 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.single-project {
    margin-bottom: 30px;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-project:hover {
    opacity: .7;
}
@media screen and (max-width:991px){
.navbar-brand{
    width: 70%;
}
.navbar-toggler {
    color: #fff;
}
.navbar-toggler:focus{
    outline: 0px;
}
.action_btn{
    display: none;
}
.frst-box{
    border-right: 0px;
    border-bottom: 1px solid #4d4d4d;
    padding-top: 10px;
}
.product-section{
    padding: 40px 0;
}
.product-section .mb-5{
margin-bottom: 1rem!important;
}
.header .menu li a{
    padding: 8px 12px;
}
    .accordion{
    /*height:auto;*/
}
.accordion ul{
    /*width:100%;
    display:block;*/
}
.accordion ul li{
    /*display:block;
    width:100%;*/
}
.accordion ul li.hidemobile{
    display: none;
}
.accordion ul li div{
    display:block;
    overflow:hidden;
    width:100%;
    position:absolute;
    left:0;
    bottom:0px;
}
.accordion ul:hover li{
    /*width:100%;*/
}
.accordion ul:hover li:hover{
    width:100%
}
.accordion ul:hover li:hover a *{
    opacity:1;
}
.accordion ul:hover li:hover h4{
    line-height:16px;
}
.accordion ul:hover li:hover p{
    visibility:hidden;
}
.coverimg-left, .coverimg-right {
    position: static;
    width: 100%;
    height: auto;
    padding: 0px 15px;
}
.content-right,.content-left {
    padding: 0px;
}

}
@media (max-width: 767px){
    .heading-md {
        font-size: 28px;
    }
    .accordion ul li div a h4{
        font-size: 14px;
    }
    .accordion ul:hover li:hover h4 {
        font-size: 14px;
    }
}