@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700');
/* font-family: 'Poppins', sans-serif; */

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

img {
    border: none;
}

h1, h2, h3, h4, h5, h6, p, strong {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif !important;
}

p {
    font-family: poppins, sans-serif;
    line-height: 1.929;
    font-size: 16px;
    margin-bottom: 0;
    color: #4c4c4c;
    font-weight: 300;
}

a {
    text-decoration: none;
}

body {
    font-size: 14px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif !important;
}
.title-decor {
	color: #d83f2e;
	font-size: 18px;
	position: relative;
	display: inline-block;
	margin: 0;
}
.m-0{
    margin: 0 !important;
}
/* top navigation section starts here */

section.top-nav {
    background-color: #06163a;
    position: relative;
    z-index: 1;
}

.top-cont-wrp {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-items: center;
}

.contact-wrp {
	position: relative;
	text-align: left;
	padding-left: 26px;
	margin-right: 45px;
	display: flex;
	align-content: center;
}
.contact-wrp:nth-of-type(3) {
	margin-left: auto;
}
.contact-wrp i {
    font-size: 14px;
    color: #d83f2e;
    position: absolute;
    left: 0;
    top: 4px;
}


.contact-wrp p {
	color: #a9b2c7;
	margin: 0;
	line-height: inherit;
	display: inline-block;
	vertical-align: middle;
}
.contact-wrp p a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.contact-wrp .ind_btn_2 {
	height: 40px;
	min-width: 170px;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	line-height: 40px;
	position: relative;
	margin-top: 0;
	text-decoration: none;
}

.contact-wrp .ind_btn_2::after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #d83f2e;
	content: '';
	transform: skew(-30deg);
	z-index: -1;
}

/* navigation section starts here */

.navigation-sec .navbar-default {
    margin-bottom: 0;
    border: 0;
    background-color: #fff;
}

.navbar-default>.container {
    display:flex;
    justify-content: space-between;
    align-items:center;
    padding:0;
}
.navbar-default .navbar-header .navbar-brand {
    height:auto;
    padding:5px;
}
.navbar-default .navbar-header .navbar-brand img {
	max-height: 80px;
}

.navigation-sec .navbar-default #myNavbar .navbar-nav {
    float: none;
    text-align: center
}

.navigation-sec .navbar-default #myNavbar .navbar-nav li {
    float: none;
}

.navigation-sec .navbar-default #myNavbar .navbar-nav li a {
    text-transform: uppercase;
    font-weight: 600;
}
.navigation-sec .navbar-default #myNavbar .navbar-nav li.active>a {
    color:#d83f2e;
    background: transparent;
    border-bottom:2px solid #d83f2e;
}

#myNavbar .navbar-nav li {
    list-style: none;
    display: inline-block;
    line-height: .8;
    margin-right: 15px;
    position: relative;
}
#myNavbar .dropdown-menu li {
    display: block;
    margin-right: 0;
}
#myNavbar li.dropdown:hover ul.dropdown-menu {
    display: block;
}
/* carousel section starts here */
#myCarousel .item .slider-wrap{
    position: relative;
}
#myCarousel .item .slider-wrap>img{
    width:100%;
    max-height: 500px;
}
#myCarousel .machine_first_slide{
    position: absolute;
    top:40%;
    right:30%;
    max-width:350px;
    animation-delay: 1s;
    animation-duration: 1.5s;
    z-index:2
}
#myCarousel .machine_sec_slide {
	position: absolute;
	top: 20%;
	right: 10%;
	max-width: 500px;
	animation-delay: 1s;
	animation-duration: 1.5s;
	z-index: 2;
}
#myCarousel .machine2_first_slide {
	position: absolute;
	top: 28%;
	right: 15%;
	max-width: 350px;
	animation-delay: 2s;
	animation-duration: 1.5s;
	z-index: 1;
}
#myCarousel .slide_1_caption {
	position: absolute;
	top: 20%;
    left: 10%;
    z-index: 3;
}
#myCarousel .slide_1_caption h2{
    color:#fff;
    margin: 0;
    background-color: #D83F2E;
    padding: 15px 10px;
    font-size: 45px;
    display: inline-block;
}
#myCarousel .slide_1_caption p{
    color:#fff;
    margin: 0;
    font-size: 25px;
    margin-top: 25px;
}
#myCarousel .slide_1_caption p.text-gray{
    color:#888;
}
#myCarousel .slide_1_caption .button{
    color:#fff;
    display: inline-block;
    background-color: #d83f2e;
    font-size: 18px;
    padding: 12px 10px;
    text-decoration: none;
    border-radius: 30px;
    margin-top:25px;
    position: relative;
    padding-right: 45px;
}
#myCarousel .slide_1_caption .button:after{
    position: absolute;
    content:'';
    background:url('../images/icons/arrow.svg');
    background-size: 20px;
    width:24px;
    height:24px;
    background-position: center;
    background-repeat: no-repeat;
    right:10px;
    top:50%;
    transform:translate(0,-50%);
}

#myCarousel .carousel-control{background:none;}
/* our speciality section */

.our_speciality {
    margin-top: -60px;
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
}
.our_speciality .container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.our-speciality-part {
	background-color: #fff;
	width: calc(100% / 3 - 20px);
	position: relative;
	padding: 30px 30px;
	border-radius: 8px;
}

.our-speciality-part img {
	position: absolute;
	left: 30px;
	top: 30px;
	max-height: 60px;
	padding: 5px;
	background-color: #f5f5f5;
	border-radius: 5px;
	width: 60px;
}

.single_special_text {
    padding-left: 85px;
}

.single_special_text h3 {
	font-weight: 600;
	margin-bottom: 24px;
	margin-top: 0;
	line-height: 30px;
}
/* about section starts */

.abt-sec {
	padding: 210px 0 50px;
	background-color: #f5f5f5;
}

.abt-sec .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: center;
}

.about_part_text h2 {
    color: #010101;
    font-weight: 600;
    margin-bottom: 27px;
    font-size: 48px;
    line-height: 39px;
}
.about_img {
    position: relative;
    z-index: 1;
}
.about_img::before {
	content: '';
	position: absolute;
	z-index: 0;
	height: 130px;
	width: 85px;
	background-color: #1C7ED6;
	top: -30px;
	left: -30px;
	border-radius: 8px;
	z-index: -1;
}
.about_img img {
	border-radius: 8px;
}
.about_img h3 {
	background-color: #d83f2e;
	display: inline-block;
	padding: 10px;
	color: #fff;
	position: absolute;
	bottom: 10px;
	right: -40px;
	width: 150px;
	border-radius: 8px;
}
.about_img h3 span{
	display:block;
}
.btn_1 {
    display: inline-block;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 45px;
}

.btn_1 span {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #1C7ED6;
    display: inline-block;
    margin-left: 20px;
}

/* our product section starts here */

.our-products-sec {
    padding: 50px 0;
    position: relative;
}
#our-prod-hm .container .row {
	display: flex;
	justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.our-products-sec .section_tittle {
    margin-bottom: 50px;
}

.section_tittle h2 {
    color: #010101;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 48px;
    line-height: 39px;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.section_tittle p {
    color: #4c4c4c;
    font-size: 16px;
    margin-bottom: 7px;
}

.our-products-sec .swiper-container .swiper-button-prev, .our-products-sec .swiper-container .swiper-button-next {
    top: 10%;
}

.our-products-sec .swiper-container .swiper-button-prev {
    left: auto;
    right: 84px;
}
.product-features-hm {
	background-color: #06163a;
	color: #fff;
	padding: 40px 0;
}
.product-features-hm h2{
	margin: 20px 0;
}
.product-features-hm .row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}
.product-features-hm .row .col-md-6{
	align-self: center;
}
.prod-features .custom-ul li{
    color:#fff;
}
/* counter sec starts here */
.counter-sec {
    padding: 60px 0;
    background-color: #f5f5f5;
}
.counter-sec .container .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.counter-sec .container .counter {
	background-color: #06163a;
	width: calc(100% / 2 - 10px);
	margin-bottom: 25px;
	border-radius: 8px;
	padding: 10px;
	box-sizing: border-box;
    color: #fff;
    position: relative;
}
.counter-sec .container .counter:nth-of-type(3), .counter-sec .container .counter:nth-of-type(4) {
	margin: 0;
}
.counter-sec .container .wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.count-text {
	font-weight: 600;
    margin-left: 60px;
    color: #fff;
}
.timer.count-title.count-number {
	color: #d83f2e;
	font-weight: bold;
	margin-top: 0;
	margin-left: 60px;
	line-height: 42px;
}
.counter i {
	position: absolute;
	top: 10px;
	left: 10px;
}

/* clientele starts here */
.clientele {
	margin: 20px 0;
}

/* Get in touch section home */
.get_in_touch {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.get_in_touch>div {
	width: 50%;
}
.contact-frm-hm {
	background-color: rgb(6, 22, 58,0.3);
	display: flex;
	align-items: center;
	padding-left: 60px;
	padding-right: 60px;
}
.contact-frm-hm h2{
	color: #010101;
    font-weight: 600;
    margin-bottom: 27px;
    font-size: 48px;
    line-height: 39px;
}
/* contact us section */

.contact-us-sec {
    position: relative;
    z-index: 2;
}

.contact_us_iner {
    background-color: #efa271;
    padding: 60px 0;
}

.contact_us_iner .row {
    display: flex;
    justify-content: space-around
}

.contact_us_left_text h4 {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 27px;
    margin-top: 0;
}

.contact_us_left_text span {
    font-size: 14px;
    float: right;
}

.contact_us_left_text p {
    margin-bottom: 25px;
}

.contact_us_right_text h5 {
    font-size: 16px;
    font-weight: 600;
}

.contact_us_right_text h2 {
    font-size: 36px;
    margin-bottom: 34px;
}

.contact_us_right_text span {
    margin-bottom: 30px;
    display: inline-block;
}

.contact_us_iner p {
    color: #000;
}

/* map section starts here */

.map-sec iframe {
    position: relative;
    z-index: 1;
    margin-top: -225px;
}

/* gallery section starts here */

.gallery-sec {
    margin: 20px 0;
}

.gallery-wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-box {
    width: calc(100% / 4 - 25px);
    margin: 10px;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}
.gallery-box .overlay{display: none;}
.gallery-box:hover .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(6, 22, 58, .5);
    content: '';
    left: 0;
    top: 0;
    z-index: 2;
    animation-name: slideInLeft;
    animation-duration: 1s;
    display: block;
    animation-fill-mode: both;
}

.gallery-box:hover .overlay i {
    left: 50%;
}

.gallery-box .overlay i{
    top: 50%;
    left: -50%;
    position: absolute;
    font-size: 25px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
}
.gallery-box .overlay h4 {
	font-size: 25px;
	color: #fff;
	padding: 0;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	left: 50%;
}
.gallery-box img {
    max-height: 156px;
    width: 100%;
    height: 100%;
}

/* inner banner starts here */

.inner-banner {
    position: relative;
}

.inner-banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 60px;
    letter-spacing: 14px;
    margin: 0;
}
/* breadcrumb and title section starts here */
.breadcrumb_title_sec {
	background-color: #06163a;
	margin-bottom: 20px;
	color: #fff;
	border-bottom: 8px solid #ddd;
}
.breadcrumb_title_sec .breadcrumb {
    padding: 8px 15px;
    padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
}
.breadcrumb_title_sec .breadcrumb li a{
    color:#fff;
    text-decoration: none;
}
.breadcrumb_title_sec .breadcrumb li.active{
    color:#ddd;
    text-transform: capitalize;
}
.bread-title {
	margin: 0;
	padding: 10px 0;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
.bread-title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -8px;
    height: 8px;
    width:100%;
    background-color: #d83f2e;
}

/* about us page */
.custom-ul {
	line-height: 1.929;
	font-size: 16px;
	margin-bottom: 0;
	color: #4c4c4c;
	font-weight: 300;
}
.expertise li {
	position: relative;
}
.expertise li::before {
	content: '\f1b2';
	font-family: FontAwesome;
	color: #d83f2e;
	margin-right: 10px;
	font-size: 12px;
	vertical-align: middle;
	display: inline-block;
}
.contact-frm-hm.contact-pg {
	background-color: transparent;
	flex-wrap: wrap;
	padding: 0;
}
.contact-frm-hm.contact-pg .form-wrp {
	margin-bottom: 25px;
}
.contact-frm-hm.contact-pg .btn.btn-default {
	text-align: center;
	margin: auto;
	width: 120px;
}
.contact-details-wrp h3 {
	font-size: 20px;
	border-left: 4px solid #d83f2e;
	line-height: 20px;
	padding-left: 10px;
	font-weight: bold;
	color: #333;
}
.contact-details-wrp address {
	margin-bottom: 0;
	line-height: 1.8em;
	position: relative;
	padding-left: 25px;
}
.contact-details-wrp address::before {
	content: '\f041';
	font-family: FontAwesome;
	margin-right: 18px;
	font-size: 16px;
	position: absolute;
	left: 0;
}
.contact-details-wrp span {
	color: #06163a;
	margin-right: 10px;
	text-align: center;
}
.contact-details-wrp p {
	margin-bottom: 0;
}
.contact-details-wrp p a {
	text-decoration: none;
	color: #333;
}
.branches-wrp {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.branches-wrp .contact-details-wrp {
	width: calc(50% - 10px);
}
/* product page starts here */
.inner-pg-content.product-pg-content {
	margin-top: 40px;
}
.prod-img-wrp {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 20px;
	box-sizing: border-box;
}
.product_title {
	color: #555;
	font-size: 2em;
	margin-bottom: 20px;
	margin-top: 10px;
	line-height: 35px;
}
.spec-title {
	color: #555;
	margin-bottom: 15px;
	padding-left: 10px;
	border-left: 4px solid #d83f2e;
	font-size: 22px;
}
.inner-pg-content {
	margin-bottom: 30px;
}
h2.contact-title {
	font-size: 30px;
	margin-bottom: 10px;
	color: #010101;
	font-weight: 600;
    line-height: 39px;
}
/* footer-sec starts here */

.footer-sec {
    background-color: #06163a;
    padding: 50px 0;
    padding-bottom: 20px;
}

.footer-sec h4 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}
.footer-sec h4 span{
    font-size: 15px;
    font-weight:400;
}

.footer-sec .contact_info p {
    margin-bottom: 10px;
}

.footer-sec p {
    color: #999;
    font-size: 15px;
    line-height: 1.8;
}

.footer-sec .contact_info p span {
    color: #fff;
    font-size: 16px;
}

.form-wrp form .custom-field {
    max-width: 100%;
    width: 49%;
    display: inline-block
}

.form-wrp form .custom-field:first-child {
    margin-right: 1%;
}

.form-wrp form button {
    background-color: #d83f2e;
    border-color: #d83f2e;
    color: #fff;
}

.post-footer {
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid #c7c7c7;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.post-footer p {
    margin: 0;
}
.post-footer a {
	color: #999;
	font-size: 15px;
    line-height: 1.8;
    text-decoration: none;
}
.post-footer a:hover {
    color: #fff;
    text-decoration: none;
    
}
/* responsive css starts here */

@media screen and (max-width:1024px) {

    body p{font-size: 14px;}
    .contact-wrp p a {
        font-size: 14px;
    }
    .navigation-sec .navbar-default .navbar-header {
        max-width: 180px;
    }
    .navigation-sec .navbar-default #myNavbar{padding:0}
    .navigation-sec .navbar-default #myNavbar .navbar-nav li a {
        padding: 5px;
    }
    #myCarousel .slide_1_caption h2 {
        padding: 12px 10px;
        font-size: 35px;
    }
    #myCarousel .machine_first_slide {
        right: 25%;
        max-width: 300px;
    }
    #myCarousel .machine2_first_slide {
        top: 28%;
        right: 10%;
        max-width: 300px;;
    }
    #myCarousel .machine_sec_slide {
        top: 20%;
        right: 10%;
        max-width: 400px;
    }
    #myCarousel .slide_1_caption p {
        font-size: 23px;
    }
    .single_special_text h3 {
        font-size: 20px;
    }
    .custom-ul {font-size: 14px;}
}
@media screen and (max-width:768px) {
    .top-cont-wrp {justify-content: space-around;min-height:40px}
    .contact-wrp {padding-left: 26px;margin-right: 10px;}
    .contact-wrp:nth-of-type(3) {margin-left: 0;}
    .contact-wrp:nth-of-type(4) {display: none;}
    .navigation-sec .navbar-default .navbar-header {
        max-width: 150px;
    }
    #myNavbar {
        width: 80%;
    }
    #myNavbar .navbar-nav li {
        margin-right: 8px;
    }
    .navigation-sec .navbar-default #myNavbar .navbar-nav li a {
        padding: 0;
    }
    .navigation-sec .navbar-default #myNavbar .navbar-nav li a {
        text-transform: capitalize;
        font-weight: 400;
    }
    .navigation-sec .navbar-default #myNavbar .navbar-nav li.dropdown >.dropdown-menu >li >a {
        padding: 5px;
    }
    #myCarousel .slide_1_caption h2 {
        font-size: 25px;
    }
    #myCarousel .slide_1_caption p {
        font-size: 18px;margin-top: 15px;
    }
    #myCarousel .slide_1_caption .button {
        font-size: 15px;
        padding: 10px;
        margin-top: 15px;
        padding-right: 45px;
    }
    #myCarousel .machine_first_slide {
        right: 20%;
        max-width: 200px;
        top: 35%;
    }
    #myCarousel .machine2_first_slide {
        top: 26%;
        right: 5%;
        max-width: 200px;
    }
    #myCarousel .machine_sec_slide {
        max-width: 250px;
    }
    .our-speciality-part {
        padding: 10px;
    }
    .our-speciality-part img {
        left: 10px;
        top: 10px;
    }
    .single_special_text {
        padding-left: 70px;
    }
    .single_special_text h3 {
        font-size: 17px;margin-bottom: 15px;
    }
    .abt-sec {
        padding: 120px 0 50px;
    }
    .about_part_text h2 {
        font-size: 38px;
    }
    .btn_1 {
        margin-top: 20px;
    }
    #abt-hm .container .row .col-lg-5:nth-child(2) {
        margin: auto;
        padding-top: 50px;
    }
    .count-text {
        margin-left: 0px;
    }
    .section_tittle h2 {
        font-size: 38px;
        line-height: 39px;
    }
    .contact-frm-hm h2 {
        font-size: 38px;
        line-height: 39px;
    }
    #footer-contact .container .row {
        display: flex;
        flex-wrap: wrap;
    }
    #footer-contact .container .row .col-md-3 {
        width: 50%;
        margin-bottom: 25px;
    }
    #footer-contact .container .row .col-md-3:nth-child(3),#footer-contact .container .row .col-md-3:nth-child(4) {
        margin-bottom: 0;
    }
    .footer-sec h4 {
        margin-bottom: 20px;
    }
}
@media screen and (max-width:767px){
    .navbar-default .navbar-toggle {
        border-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #d83f2e;
    }
    .top-cont-wrp {
        min-height: 50px;
    }
    .navigation-sec .navbar-default .navbar-header {
        max-width: 100%;
        width: 100%;
    }
    .navbar-default .navbar-toggle {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translate(0,-50%);
        margin: 0;
    }
    .navbar-default .navbar-header .navbar-brand img {
        max-height: 70px;
    }
    #myNavbar {
        position: absolute;
        top: 80px;
        left: 15px;
        width: 100%;
        background-color: #fff;
        z-index: 999;
        padding: 10px;
    }
    #myNavbar .navbar-nav li {
        display: block;
    }
    .navigation-sec .navbar-default #myNavbar .navbar-nav,#myNavbar .navbar-nav li {
        margin: 0;
    }
    .navigation-sec .navbar-default #myNavbar .navbar-nav li a {
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }
    #myCarousel .slide_1_caption {
        top: 10%;
        left: 10%;
    }
    #myCarousel .slide_1_caption h2 {
        font-size: 12px;
    }
    #myCarousel .slide_1_caption p,#myCarousel .slide_1_caption .button {
        font-size: 10px;
        margin-top: 5px;
    }
    #myCarousel .machine_first_slide {
        max-width: 100px;
    }
    #myCarousel .machine2_first_slide {
        max-width: 100px;
    }
    #myCarousel .machine_sec_slide {
        max-width: 150px;
    }
    .our_speciality .container {
        display: flex;
        flex-wrap: wrap;
    }
    .our-speciality-part {
        background-color: #fff;
        width: 100%;
        position: relative;
        border-radius: 8px;
        margin-bottom: 10px;
    }
    .our_speciality {
        margin-top: 0;
        padding: 25px 0;
        background-color: #f5f5f5;
        position: static;
    }
    .single_special_text ~ p {
        padding-left: 70px;
        margin-top: -18px;
        line-height: 22px;
    }
    .abt-sec {
        padding: 0px 0 50px;
    }
    .about_img h3 {
        bottom: -25px;
        right: -10px;
    }
    .about_img::before {
        content: '';
        position: absolute;
        z-index: 0;
        height: 110px;
        width: 70px;
        background-color: #1C7ED6;
        top: -30px;
        left: -10px;
        border-radius: 8px;
        z-index: -1;
    }
    .our-products-sec {
        padding: 30px 0;
    }
    #our-prod-hm .container .row {
        flex-wrap: wrap;
        flex-direction: row;
    }
    #our-prod-hm .container .row .col-sm-6{
        width: 100%;
    }
    .section_tittle h2 {
        margin-bottom:20px;
    }
    .product-features-hm {
        padding: 30px 0;
    }
    .counter-sec {
        padding: 30px 0;
    }
    .counter-sec .container .row {
        display: flex;
        flex-wrap: wrap;
    }
    .counter-sec .container .wrapper {
        margin-bottom: 20px;
    }
    .get_in_touch {
        display: flex;
        flex-wrap: wrap;
    }
    .get_in_touch > div {
        width: 100%;
    }
    .contact-frm-hm {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }
    .footer-sec {
        padding: 30px 0;
    }
    #footer-contact .container .row .col-md-3 {
        width: 100%;
        margin-bottom: 18px;
    }
    .footer-sec h4 {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .footer-sec .contact_info p span {
        font-size: 12px;
    }
    .footer-sec p {
        font-size: 12px;
    }
    .footer-sec .contact_info p {
        margin-bottom: 5px;
    }
    h2.contact-title {
        font-size: 25px;
        line-height: 25px;
    }
    .branches-wrp .contact-details-wrp {
        width: 100%;
    }
    .bread-title {
        font-size: 20px;
    }
    .product_title {
        font-size: 20px;
        line-height: 22px;
    }
    .spec-title {
        font-size: 17px;
    }
    .post-footer{padding:15px 10px 0}
    .post-footer a{font-size: 12px;}
}