
/* @import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap:300,300i,400,400i,500,500i,600,600i,700,700i,900'); */

/* @import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap:300,300i,400,400i,500,500i,600,600i,700,700i,900'); */

@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700');

html,
body {
  /* overflow-x: hidden; */
}

body {
  background-color: #ffffff;
 font-size: 16px;
  font-weight: 500;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  font-family: 'Titillium Web', sans-serif
}

a {
  /* color: #ff7607; */
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

a:hover {
  /* color: #a04800; */
  text-decoration: none;
}

section {
  position: relative;
  /* padding: 100px 0; */
}

img {
  max-width: 100%;
}


p{
	display:block;
	float:left;
	width:100%;
	color:#000;
}

/*-------------------------
     RESET Default Styles
 --------------------------*/
*,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

p{
	display:block;
}

*,
:active,
:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
}

button {
  border: none;
}

button,
button:focus,
.btn.focus,
.btn:focus,
.form-control,
.form-control:focus {
  outline: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

select {
  background-color: transparent;
}

.text-left{
	text-align:left;
}


/*======================================
	Header CSS
========================================*/
.header{
	position:relative;
}
/* Topbar */
.topbar {
    background-color: #227bdc;
    /* padding: 8px 0; */
}
.top-contact {
    padding-top: 8px;
}
.topbar .single-contact {
    display: inline-block;
    margin-right: 25px;
    color: #ccc;
    cursor: pointer;
}
.topbar .single-contact:last-child{
	margin-right:0px;
}
.topbar .single-contact,
.topbar .single-contact a{
    color: #fff;
	font-weight:normal;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	font-size: 15px;
    padding-top: 5px;
}
.topbar .single-contact i {
	color: #ff7128;
	margin-right: 10px;
	font-size: 18px;
	position: relative;
	top: 2px;
}
.topbar .single-contact:hover,
.topbar .single-contact a:hover{
	color:#fff;
}
/* Top right */
.topbar-right {
    position: relative;
    float: right;
}
.topbar-right .button {
    float: left;
    right: 0;
}
.topbar-right .button .bizwheel-btn {
    height: auto;
    text-transform: initial;
    padding: 8px 25px;
    line-height: initial;
   font-size: 16px;
    background: #ff7128;
    color: #fff;
    border: 1px solid transparent;
	font-weight:600;
	margin: 5px 0;
}
.topbar-right .button .bizwheel-btn:hover{
	background:transparent;
	border-color:#fff;
	color:#fff;
}
/* Social Icons */
.topbar .social-icons {
    float: left;
    margin-right: 20px;
    padding-top: 8px;
}
.topbar .social-icons li {
	display: inline-block;
	margin-right: 10px;
}
.topbar .social-icons li:last-child{
	margin:0;
}
.topbar .social-icons li a {
	color: #ccc;
}
.topbar .social-icons li a:hover{
	color:#F3A712;
}

/* Middle header */
.header-inner {
	padding: 20px 0;
	background: #333;
}
.middle-header {
    background: #fff;
    position: relative;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
/* Logo */
.header .logo {
    z-index: 33;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-box-shadow: inherit;
}
.header .img-logo {
    margin-top: 10px;
}
.header .text-logo{
	margin-top:30px;
}
.header .text-logo a,
.header .img-logo a {
    font-size: 26px;
    font-weight: 600;
    display: block;
    z-index: 9999;
    position: relative;
}
.header .menu-area {
    position: relative;
}
.header .navbar {
	padding: 0;
}
/* Main Menu */
.header .nav-inner {
    float: right;
    /* margin-right: 140px; */
    text-align: right;
}
.header .nav li {
    margin-right: 15px;
    position: relative;
    float: none;
    display: inline-block;
}
.header .nav li:last-child{
	margin:0;
}
.header .nav li a {
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 30px 0;
    color: #2E2751;
    font-weight: 600;
    font-size: 14px;
}
.header .nav li.active a,
.header .nav li:hover a{
	color:#ff643f;
}
.header .nav li a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 4px;
	/* background: #179E66; */
	background: #ff643f;
	bottom: -2px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.header .nav li.active a::before,
.header .nav li:hover a::before {
	opacity:1;
	visibility:visible;
    transform: scaleY(1);
	width: 50%;
}
.navbar-expand-lg .navbar-collapse{
	display:block !important;
}
.header .nav li a i {
	margin-left: 6px;
	font-size: 10px;
}
.header .nav li.icon-active a::after {
	content: "\f107";
	position: relative;
	font-family: 'FontAwesome';
	padding-left: 6px;
}
.header .nav li .sub-menu a::after,
.header .nav li.icon-active .sub-menu li.icon-active .sub-menu a::after,
.header .nav li.icon-active .sub-menu li.icon-active .sub-menu li.icon-active .sub-menu a::after{
	display:none;
}
.header .nav li.icon-active .sub-menu li.icon-active a::after, .header .nav li.icon-active .sub-menu li.icon-active .sub-menu li.icon-active a::after {
    display: inline-block;
    float: left;
    content: "\f100";
    padding: 0;
    margin-right: 8px;
}
/* Dropdown Menu */
.header .nav li .sub-menu {
    background: #fff;
    /* width: 255px; */
    width: 217px;
    text-align: left;
    position: absolute;
    top: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    left: -32px;
    margin: 0;
    -webkit-box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25);
    -moz-box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25);
    box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header .nav li:hover .sub-menu{
	opacity:1;
	visibility:visible;
}
.header .nav li .sub-menu li {
    float: none;
    margin: 0;
    display: block;
}
.header .nav li .sub-menu li:last-child{
	border:none;
}
.header .nav li .sub-menu li a {
    padding: 6px 15px;
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    background: transparent;
}
.header .nav li .sub-menu li a:before{
	display:none;
}
.header .nav li .sub-menu li:last-child a{
	border-bottom:0px;
}
.header .nav li .sub-menu li:hover a, .header .nav li .sub-menu li.active a{
	color:#fff;
	background:#ff643f;
}
.header .nav li .sub-menu li a:hover{
	border-color:transparent;
}
.header .nav li .sub-menu li i {
	float: right;
	margin-top: 8px;
	font-size:10px;
	z-index:5;
}
.header .nav li .sub-menu li .sub-menu {
    top: 0;
    left: initial;
    /* right: -122%; */
    /* right: -153%; */
    right: -180%;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px #3333334d;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
	/* width: 250px; */
	width: 300px;
}
.header .nav li .sub-menu li:hover .sub-menu{
	opacity:1;
	visibility:visible;
}
.header .nav li .sub-menu li .sub-menu li a{
	padding: 8px 15px;
	color: #000;
	display: block;
	font-weight: normal;
	text-transform: capitalize;
	background: transparent;
}
.header .nav li .sub-menu li:hover .sub-menu li a{
	background:transparent;
}
.header .nav li .sub-menu li .sub-menu li a:hover, .header .nav li .sub-menu li .sub-menu li.active a{
	color:#fff;
	background:#ff643f;
}
.header .nav li .sub-menu .sub-menu li:last-child a{
	border-bottom:0px solid;
}
.header .nav li .sub-menu li .sub-menu .sub-menu {
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	padding: 10px;
}
.header .nav li .sub-menu li .sub-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}
/* Right Bar */
.right-bar {
    display: inline-block;
    position: absolute;
    right: 0;
    height: 100%;
    line-height: 86px;
    z-index: 3333;
    top: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.right-bar .right-nav{
	z-index: 333;
	position: relative;
}
.right-bar:after {
    content: '';
    position: absolute;
    top: 0;
    left: -21px;
    width: 118px;
    height: 101%;
    transform: skew(-26deg);
    background: #f3a712;
    z-index: -1;
}
.right-bar ul li {
    display: inline-block;
    margin-right: 5px;
}
.right-bar ul li:last-child{
	margin:0;
}
.right-bar .right-nav li a {
    color: #fff;
    text-align: center;
    display: block;
    cursor: pointer;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 100%;
}
.right-bar .right-nav li a:hover {
    color: #F3A712;
    border-color: transparent;
    background: #fff;
}
.cart-items{
	position:relative;
}
.cart-items span {
	position: absolute;
	top: -8px;
	background: #179E66;
	color: #fff;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	border-radius: 100%;
	left: 93%;
	display: table-cell;
}

/* Header Search */
.search-top {
    position: absolute;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 85px;
    width: 350px;
    right: 0;
    line-height: initial;
}
.search-top.active{
	opacity:1;
	visibility:visible;
}
.search-top .search-form {
    position: relative;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.33);
}
.search-top .search-form input {
    height: 50px;
    line-height: 45px;
    padding: 0 45px 0 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: none;
    background: #fff;
    color: #333;
    border-radius: 0px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #ebebeb;
}
.search-top .search-form button {
    position: absolute;
    width: 45px;
    border: none;
    top: 15px;
    line-height: 50px;
    height: 50px;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    right: 16px;
    background: #2E2751;
    color: #fff;
}
.search-top .search-form button:hover{
	color:#fff;
	background:#F3A712;
}
.search-top .search-top.active .search i:before{
	content:"\f00d";
}

/* Sidebar Popup */
.sidebar-popup {
    position: fixed;
    width: 300px;
    height: 100%;
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    overflow: auto;
    transform: translateX(100%);
    top: 0;
	border-left:3px solid #F3A712;
    background: #fff;
    /* z-index: 6000; */
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    z-index: 999999;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 30px 25px;
}
.sidebar-popup.active{
	opacity:1;
	visibility:visible;
	transform:translateX(0%);
	right:0;
}
.sidebar-popup .cross {
    position: absolute;
    right: 5px;
    top: 5px;
}
.sidebar-popup .cross .btn {
	width: 40px;
	height: 40px;
	line-height: 37px;
	padding: 0;
	margin: 0;
	font-size: 16px;
	cursor: pointer;
	color: #fff;
	border-radius: 100%;
	background: #2E2751;
}
.sidebar-popup .cross .btn:hover{
	background:#F3A712;
	color:#fff;
}
.sidebar-popup .logo {
    margin: 0;
    padding: 0;
    float: none;
    margin-bottom: 10px;
    background: transparent;
    position: relative;
    padding: 0;
    box-shadow: none;
    line-height: initial;
    height: auto;
}
.sidebar-popup .logo a{
	display:inline-block;
}
.sidebar-popup .single-content {
    margin-bottom: 40px;
}
.sidebar-popup .single-content:last-child{
	margin:0;
	border:none;
}
.sidebar-popup .single-content h4 {
    position: relative;
    font-size: 18px;
    text-transform: capitalize;
    color: #2E2751;
    line-height: initial;
    margin-bottom: 11px;
}
.sidebar-popup .single-content .social {
    margin-top: 20px;
}
.sidebar-popup .single-content p {
	font-size: 14px;
}
/* Social */
.sidebar-popup .social li{
	display:inline-block;
	margin-right:5px;
}
.sidebar-popup .social li:last-child{
	margin-right:0px;
}
.sidebar-popup .social li a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #666;
    background: transparent;
    border: 1px solid rgba(204, 204, 204, 0.66);
    border-radius: 100%;
    display: block;
}
.sidebar-popup .social li a:hover,
.sidebar-popup .social li.active a{
	background:#179E66;
	border-color:transparent;
	color:#fff;
	border-radius:100%;
}
/* Links */
.sidebar-popup .links li{
	display:block;
	margin-bottom:6px;
	border-bottom:1px solid #eee;
}
.sidebar-popup .links li:last-child{
	border:none;
}
.sidebar-popup .links li a{
	text-transform:capitalize;
	color: #333;
	line-height: 35px;
}
.sidebar-popup .links li a:hover{
	color:#179E66;
}



.banner{
	background:url("images/banner.png")no-repeat;
	background-size:100%;
	height:500px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}





/*----- Homepage about us ---------*/
section.main-service-content {
    /* background-color: #2b2e51; */
    background: url("images/bg1.jpg")no-repeat;
	background-size:100%;
	padding-bottom:20px;
	/* margin-bottom:20px; */
}

.inner {
    padding-top: 60px;
    padding-bottom: 60px;
}
.main-service-content h2 {
    /* font-family: 'Raleway', sans-serif; */
    font-weight: 800;
    font-size: 30px;
    color: #1d1462;
    text-transform: uppercase;
    position: relative;
    text-align: right;
    line-height: 40px;
    padding-right: 24px;
    margin-top: 20px;
}
.main-service-content h2:before {
    content: '';
    width: 4px;
    height: 120px;
    background: #000;
    position: absolute;
    letter-spacing: 1px;
    right: -16px;
    top: -26px;
}
.main-service-content .main-service-heading p {
    /* font-family: 'Open Sans', sans-serif; */
    /* font-style: italic; */
    font-size: 17px;
    color: #000;
    padding-left: 30px;
    line-height: 26px;
	padding-top:20px;
	font-weight:600;
}

.read a {
    color: #161364;
    font-weight: 800;
    font-size: 17px;
}

.read a:hover {
	color:#ff7128
}

/*-----./ Homepage about us ---------*/







/*----- why us -------*


.offer-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 0 0px;
	margin:3em 0;
	background-image: url(images/whyus-bg.jpg);
	background-size:100%;
	height:580px;
}

.offer-section:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 200px;
	width: 100%;
	background-color: #ffffff;
	content: "";
}

.offer-section .content-column{
	position: relative;
	margin-bottom: 50px;
}


.offer-section .content-column .title{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	color: #ff8a00;
	font-weight: 600;
	margin-bottom: 20px;
}

.offer-section .content-column h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 1.2em;
	color: #f2f2f2;
	font-weight: 700;
	font-family: "Arimo", sans-serif;
	margin-bottom: 30px;
}

.offer-section .content-column h2 span{
	text-transform: uppercase;
}


.offer-section .content-column .discount{
	position: relative;
	display: block;
	font-size: 84px;
	line-height: 1em;
	color: #ff8a00;
	font-weight: 800;
	font-style: italic;
	margin-bottom: 40px;
}


.offer-section .content-column .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #f2f2f2;
	font-weight: 400;
}

.offer-section .form-column{
	position: relative;
	z-index: 9;
}

.offer-section .form-column .inner-column{
	position: relative;
	margin-left: -15px;
}

.discount-form{
	position: relative;
	background-color: #f7f7f7;
	padding: 55px 50px 35px;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.discount-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.discount-form .form-group input[type="text"],
.discount-form .form-group input[type="email"],
.discount-form .form-group input[type="url"],
.discount-form .form-group textarea,
.discount-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #777777;
    line-height: 30px;
    padding: 14px 25px;
    background-color: #ffffff;
    height: 60px;
    border: 1px solid #bbbbbb;
    font-weight: 400;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.discount-form .form-group input:focus,
.discount-form .form-group select:focus,
.discount-form .form-group textarea:focus{
	border-color:#ff8a00;
}

.discount-form .form-group textarea{
	height: 220px;
	resize: none;
	margin-bottom: 10px;
}

.discount-form .form-group button{
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 45px;
	line-height: 30px;
}

.whyus-lists ul li{
	line-height:50px;
}


/*-----./ why us -------*/



/*----- why us new -------*/
.bg-primary-color {
   background: #FF7906; 
    /* background: url("images/bg-img.jpg")no-repeat; */
        background-image: none;
		margin-bottom:3em;
		height: 360px;
}
.text-divider {
    background: #fff;
    padding: 60px 20px;
    margin-top: -70px;
    box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.08);
}
.text-divider .large-text {
    font-size: 36px;
    line-height: 1.2;
	margin-bottom:20px;
    /* text-transform: uppercase; */
}

.section-content{
	margin-bottom:3em;
}

.whyus-lists ul li{
	line-height:40px;
	font-weight:600;
	background:url("images/checked.png")no-repeat;
	background-position:left;
	padding-left:30px;
	background-size: 18px;
}
/*-----./ why us new -------*/


/***========  Homepage product slider Services Section  ====***/

.services-section{
	position: relative;
}

.services-section .upper-box{
	position: relative;
	padding: 60px 0 270px;
}

.services-section .upper-box:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000d9;
	content: "";
	opacity: .85;
}

.services-section .services-box{
	position: relative;
	margin-top: -270px;
	padding-bottom: 100px;
}

.services-section .services-box .auto-container{
	padding: 0;
}

.services-carousel{
	position: relative;
	padding-bottom: 75px;
}

.service-block{
	position: relative;
	padding: 0 15px 15px;
}

.service-block .inner-box{
	position: relative;
	 background: #2377e1;
}

.service-block .image-box{
	position: relative;
}

.service-block .image-box .image{
	position: relative;
	background-color: #222222;
	margin-bottom: 0;
	overflow: hidden;
}

.service-block .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .inner-box:hover .image-box .image img{
	opacity: .70;
	-webkit-transform: scale(1.2) rotate(-5deg);
	-moz-transform: scale(1.2) rotate(-5deg);
	-ms-transform: scale(1.2) rotate(-5deg);
	-o-transform: scale(1.2) rotate(-5deg);
	transform: scale(1.2) rotate(-5deg);
}

.service-block .lower-content{
	position: relative;
	/* padding: 35px 25px; */
	padding: 25px 0;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .inner-box:hover .lower-content{
	-webkit-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
	-o-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
	box-shadow: 0 8px 15px rgba(0,0,0,0.10);
}

.service-block .lower-content h3{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #222222;
	font-weight: 500;
	/* margin-bottom: 18px; */
}

.service-block .lower-content h3 a{
	color: #fff;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .lower-content h3 a:hover{
	color: #ff8a22;
}

.service-block .lower-content .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 27px;
}

.service-block .lower-content .link-box{
	position: relative;
}

.service-block .lower-content .link-box a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 1.2em;
	color: #000;
	font-weight: 600;
	/* font-family: "Rubik", sans-serif; */
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .lower-content .link-box a i{
	margin-left: 5px;
}

.service-block .lower-content .link-box a:hover{
	color: #ff8a22;
}

.services-carousel .owl-nav{
	display: none;
}

.services-carousel .owl-dots{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.services-carousel .owl-dot{
	position: relative;
	display: inline-block;
	height: 16px;
	width: 4px;
	margin: 0 5px;
	background-color: #b6b6b6;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 7px;
}

.services-carousel .owl-dot:hover,
.services-carousel .owl-dot.active{
	height: 30px;
	margin-bottom: 0;
	background-color: #ff8a00;
}


.text-white {
    color: #fff;
	font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
}
/***======== ./ Homepage product slider Services Section  ====***/


/***========  Homepage  Services Section  ====***

.section-space--inner--120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.industry-icon__container {
    padding-top: 30px;
    margin-top: -30px;
}
.swiper-container {
    margin: 0 auto;
        margin-top: 0px;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
        padding-top: 0px;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.industry-icon__single-slide {
    text-align: center;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.single-industry-icon--style2 {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding-left: 0;
    padding-right: 0;
}
.single-industry-icon--style2 {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding-left: 0;
    padding-right: 0;
}
.single-industry-icon {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    padding-top: 110px;
}
.single-industry-icon__image {
    margin-bottom: 30px;
    width: 110px;
    height: 110px;
    border: 5px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.single-industry-icon__content {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.single-industry-icon--style2 .single-industry-icon__content .text-wrapper {
    padding: 0 30px 40px;
}
.single-industry-icon--style2 .single-industry-icon__content .title {
    color: #05103B;
}
.single-industry-icon__content .text {
    margin-top: 15px;
}
.see-more-link::after {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #F6732E;
}


/***======== ./ Homepage  Services Section  ====***/


/***========  Homepage  Services Section  ====***/


.process-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding:0 60px;
}

.process-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	/* background: #222222; */
	opacity: 0.85;
	content: "";
}

.process-section .sec-title{
	/*margin-bottom: 90px;*/
    margin-bottom: 60px;
}

.sec-title h2{
	font-size:36px;
	}

.process-block{
	position: relative;
	margin-bottom: 80px;
}

.process-block .inner-box{
	position: relative;
	/*padding: 75px 30px 30px;*/
    padding:40px 30px 30px;
	background-color: #fff;
	border: 1px dashed #bbbbbb;
	border-radius: 0 0 0 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	/*min-height:342px;*/
    min-height:285px;
}

.process-block .inner-box:hover{
	border-color: #2377e1;
		-webkit-box-shadow: 0 10px 50px -12px rgba(171,171,171,.9);
	-moz-box-shadow: 0 10px 50px -12px rgba(171,171,171,.9);
-ms-box-shadow: 0 10px 50px -12px rgba(171,171,171,.9);
-o-box-shadow: 0 10px 50px -12px rgba(171,171,171,.9);
box-shadow: 0 10px 50px -12px rgba(171,171,171,.9);
}

.process-block .inner-box .count{
	position: absolute;
	right: 40px;
	top: -40px;
	height: 80px;
	width: 80px;
	background-color: #777777;
	border-radius: 0 10px 0 0;
	font-size: 30px;
	line-height: 80px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.process-block .inner-box:hover .count{
	background-color: #2377e1;
}

.process-block h4{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.process-block h4 a{
	color: #000;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
    font-size: 17px;
}

.process-block h4 a:hover{
	color: ##377e1;
}

.process-block .text{
	display: block;
	font-size: 16px;
    line-height: 24px;
    color: #333;
    font-weight: 500;
	margin-bottom: 15px;
	text-align:justify;
}

.process-block .link-box{
	position: relative;
}

.process-block .link-box a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	color: #2377e1;
	font-weight: 700;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.process-block .link-box a:hover{
	color: #000;
}



/***======== ./ Homepage  Services Section  ====***/



/***========  Homepage  Section  ====***/


.whyChoose_container {
	background:#fb6e06;
	position:relative;
	margin-bottom:50px;
	}
.whyChoose_container::before {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	border-top:50px solid #fff;
	border-bottom:50px solid #fff;
	content:'';
	}

.whyChoose_table {
	display:table;
	}
	
.wc_text {
	padding-top:100px;
	padding-bottom:100px;
	}
.wc_text a {
	color:#fff;
	font-weight:700;
	font-size: 18px;
	}
.wc_text a:hover {
	color:#1a5a8f;
	}
.wc_img {
	position:relative;
	overflow:visible;
	}
.whyChoose_table p {
	color:#fff;
	 font-weight: 600;
	 margin-bottom: 10px;
	}

.wcImg_holder {
	width:auto;
	height:100%;
	display:block;
	position:absolute;
	top:0px;
	left:40px;
	right:15px;
	margin-right:0px;
	background:no-repeat center center #f6f6f6;
	background-size:cover;
	box-shadow: -2px 4px 8px 4px #ccc;
	background-image:url(images/why-us.jpg);
	height: 350px;
	}

.title.whiteColor {
    margin-bottom: 10px;
}



/***======== ./ Homepage  Section  ====***/






/***========  Homepage Top Footer  ====***/

.section.overlap-bottom {
    position: relative;
    z-index: 100;
    /* margin-bottom: -200px; */
    margin-bottom: -130px;
	padding: 15px 0;
}
.box-icon-4 {
    margin-bottom: 20px;
    padding: 30px 30px 30px 30px;
    background-color: #eff3f6;
    border: 1px solid #dcdde1;
    text-align: center;
    height: 145px;
    position: relative;
    overflow: hidden;
}
.box-icon-4 .icon {
    display: inline-block;
    color: rgba(255, 255, 255, 0.2);
    font-size: 100px;
    position: absolute;
    right: -40px;
    bottom: -20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.box-icon-4 .icon {
    display: inline-block;
    color: rgba(255, 255, 255, 0.2);
    font-size: 100px;
    position: absolute;
    right: -40px;
    bottom: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.box-icon-4 .body-content .heading {
    color: #2377e1;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
	transform-scale:0.6s ease-in;
}
.box-icon-4:hover .body-content .heading{
	color:#fff;
}



.box-icon-4 {
    margin-bottom: 20px;
    padding: 30px 30px 30px 30px;
    background-color: #eff3f6;
    border: 1px solid #dcdde1;
    text-align: center;
    height: 145px;
    position: relative;
    overflow: hidden;
	color: #000;
}


.section.overlap-bottom > .container {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 0;
}

.box-icon-4:hover {
    background-color: #ff673d;
}

.box-icon-4:hover .icon {
    right: 0;
}

.body-content {
    font-weight: 600;
}


/***========./  Homepage Top Footer  ====***/





/***========  Homepage Footer  ====***/


.main-footer{
	position:relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
	padding: 70px 0 0;
}

.main-footer:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background:#000000;
	content: "";
	opacity: 0.90;
}

.main-footer .widgets-section{
	position:relative;
	/* padding: 220px 0 35px; */
	margin-top: -100px;
}

.main-footer.alternate .widgets-section{
	margin-top: 0;
	/* padding-top: 95px; */
}

.main-footer.alternate .widgets-section-1{
	margin-top: 0;
	padding-top: 0;
}

.main-footer .footer-column{
	position:relative;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:40px;
}

.main-footer .footer-column .widget-title{
	position: relative;
	font-size:18px;
	font-weight:600;
	color:#ffffff;
	line-height: 30px;
	padding-left: 25px;
	margin-bottom:30px;
	/* font-family: 'Rubik', sans-serif; */
}

.main-footer .footer-column .widget-title:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	line-height: 30px;
	color: #e39c05;
	font-weight: 400;
	content: "\f141";
	font-family: "FontAwesome";
	transform: rotate(90deg);
}

.main-footer .about-widget{
	position: relative;
	padding-right: 20px;
}

.main-footer .footer-logo{
	position:relative;
	margin-bottom: 15px;
}

.main-footer .footer-logo figure{
	margin: 0;
	margin-top: -20px;
}

.main-footer .footer-logo img{
	display:block;
	max-width:100%;
}

.main-footer .about-widget .text{
	position: relative;
	font-size: 15px;
	line-height: 23px;
	color: #bababa;
	font-weight: 400;
	/*! text-align: justify; */
}

/*Recent Posts*/

.recent-posts{
	position: relative;
}

.recent-posts .post{
	position: relative;
	min-height: 70px;
	padding-left: 105px;
	margin-bottom: 30px;
}

.recent-posts .post .thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 70px;
	width: 80px;
	overflow: hidden;
}

.recent-posts .post .thumb a{
	display: block;
}

.recent-posts .post .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.recent-posts .post h4{
	position: relative;
	font-size: 18px;
	color: #f4f4f4;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 3px;
}

.recent-posts .post h4 a{
	color:#f4f4f4;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.recent-posts .post h4 a:hover{
	color: #ff8a00;
}

.recent-posts .post .info{
	position: relative;
	display: block;
}

.recent-posts .post .info li{
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	color: #f4f4f4;
	font-weight: 400;
	padding-right: 3px;
	margin-right: 3px;
}

.recent-posts .post .info li:before{
	position: absolute;
	right: -4px;
	top: 0;
	font-size: 12px;
	line-height: 20px;
	color: #f4f4f4;
	font-weight: 400;
	content: "/";
}

.recent-posts .post .info li:last-child:before{
	display: none;
}

/*=== links Widget ===*/

.main-footer .links-widget{
	position: relative;
}

.main-footer .links-widget .list li{
	position:relative;
	display: block;
	padding-left: 20px;
	margin-bottom: 16px;
}

.main-footer .links-widget .list li:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #ccc;
	font-weight: 400;
	content: "\f101";
	font-family: "FontAwesome";
}

.main-footer .links-widget .list li a{
	position:relative;
	display: block;
	line-height: 18px;
	font-size: 15px;
	color: #ccc;
	font-weight: 400;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.main-footer .links-widget .list li:hover:before,
.main-footer .links-widget .list li a:hover{
	color:#ff8a00;
}

.main-footer .gallery-widget{
	position: relative;
}

.main-footer .gallery-widget .outer{
	position:relative;
	margin: 0px -7px 0;
}

.main-footer .gallery-widget .outer .image{
	position:relative;
	float:left;
	width:33.3333%;
	padding:0px 7px;
	margin-bottom:14px;
}

.main-footer .gallery-widget .image img{
	display:block;
	width:100%;
}

.main-footer .gallery-widget .image a{
	position: relative;
	display: block;
}

.main-footer .gallery-widget .image a:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #ff8a00 padding-box content-box;
	padding: 5px;
	opacity: .80;
	content: "";
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .gallery-widget .image a:hover:before{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.main-footer .gallery-widget .image a:after{
	position: absolute;
	height: 20px;
	width: 20px;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
    content: "\f0b2";
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #000000;
	font-family: "FontAwesome";
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .gallery-widget .image a:hover:after{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/*=== Footer Bottom ===*/

.main-footer .footer-bottom{
	position:relative;
	border-top: 1px solid #222222;
}

.main-footer .footer-bottom .inner-container{
	position: relative;
}

.main-footer .footer-bottom .inner-container:before{
	position: absolute;
	right: 100%;
	top: 0;
	height: 100%;
	width: 1000%;
	background-color: #ff7925;
	content: "";
}

.main-footer .footer-bottom .copyright-text{
	position: relative;
	float: left;
	padding:20px 0;
	padding-right: 40px;
	background-color: #ff7925;
}

.main-footer .footer-bottom .copyright-text:before{
	position: absolute;
	left: 100%;
	top: 0;
	border-right: 40px solid transparent;
	border-bottom:70px solid #ff7925;
	content: "";
}

.main-footer .footer-bottom .copyright-text p{
	position: relative;
	line-height: 30px;
	font-size: 16px;
	color: #000000;
	font-weight: 700;
	margin: 0;
}

.main-footer .footer-bottom .copyright-text a{
	color: #f2f2f2;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	text-decoration: none;
}

.main-footer .footer-bottom .copyright-text a:hover{
	text-decoration: underline;
	color: #000;
}

.main-footer .footer-bottom .social-links{
	position: relative;
	float: right;
	padding: 20px 0;
	color: #b1b1b1;
    font-size: 15px;
}
.main-footer .footer-bottom .social-links a{
	color: #2377e1;
	font-size: 13px;
}

.social-icon-two{
	position: relative;
}

.social-icon-two li{
	position: relative;
	float: left;
	margin-left: 26px;
}

.social-icon-two li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #f4f4f4;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-two li a:hover{
	color: #ff8a00;
}




/***======== ./ Homepage Footer  ====***/




/***======== About Us   ====***/
.cmt-row.aboutus2-section {
    padding: 60px 0 100px;
}
.cmt-row {
  /*   padding: 40px 0;
    padding-bottom: 40px; */
}
.cmt_single_image-wrapper.border-style1 {
    /* margin-right: 40px; */
}
.cmt_single_image-wrapper.border-style1>img, .cmt_single_image-wrapper.border-style2>img {
    border: 10px solid #fff;
}
.cmt_single_image-wrapper.border-style1:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 98%;
    top: 40px;
    left: 40px;
    border: 5px solid #000;
    z-index: -1;
}
.section-title .title-header {
    position: relative;
    margin-bottom: 20px;
}
.section-title .title-42 {
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #151162;
    font-weight: 800;
    /* font-family: 'Josefin Sans', sans-serif; */
    letter-spacing: -1px;
	padding-left: 40px;
}
.aboutus p, .text {
    font-size: 16px;
    line-height: 34px;
    font-weight: 600;
    color: #555555;
    margin: 0;
}

.aboutus p{
	padding-left:40px;
}


.veticle-features {
    display: table;
    width: 100%;
}
.veticle-features-item {
    margin-bottom: 30px;
}
.veticle-large-features-box {
    display: table-cell;
    float: left;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: .25s ease-in-out;
    font-size: 30px;
    border-radius: 6px;
    color: #ff7128;
    position: relative;
    -webkit-box-shadow: 0 0 12px 0 rgba(71,119,244,0.2);
    box-shadow: 0 0 12px 0 rgba(71,119,244,0.2);
}
.veticle-features-content {
    display: table;
    margin-left: 70px;
}
.veticle-features-content h4 {
    font-weight: 500;
    font-size: 17px;
    margin-top: 10px;
	color: #000;
}

.veticle-features-item:hover .veticle-large-features-box{
	background: #ff7128;
color: #fff;
}


section.why-choose {
    display: block;
    position: relative;
    padding: 60px 0;
}


section.why-choose p{
	font-size:16px;
}

.info {
    margin-bottom: 30px;
	 display: block;
    position: relative;
}

.info p{
	line-height:30px;
	text-align:justify;
	display: block;
	
}


/***========./ About Us   ====***/


/***======== Breadcrumb   ====***/
.header-banner {
    background-image: url(./images/sm-banner.jpg);
}
.about-banner {
    background-image: url(./images/about-banner.jpg);
}
.about-banner1 {
    background-image: url(./images/about-banner1.jpg);
}
.about-banner2 {
    background-image: url(./images/about-banner2.jpg);
}

.finishing-eqmt-banner {
    background-image: url(./images/finishing-eqmt-banner.jpg);
}

.paint-circ-systems-banner {
    background-image: url(./images/paint-circ-systems-banner.jpg);
}

.two-component-paint-systems-banner {
    background-image: url(./images/two-component-paint-systems-banner.jpg);
}

.paint-appl-systems-banner {
    background-image: url(./images/paint-appl-systems-banner.jpg);
}


.die-cast-equip-banner {
    background-image: url(./images/die-cast-equip-banner.jpg);
}


.clr-change-sys-banner {
    background-image: url(./images/clr-change-sys-banner.jpg);
}



.enquiry-banner {
    background-image: url(./images/enquiry-banner.jpg);
}
.service-banner {
    background-image: url(./images/service-banner.jpg);
}
.contact-banner {
    background-image: url(./images/contact-banner.jpg);
}
.client-banner {
    background-image: url(./images/client-banner.jpg);
}
.pumps-banner {
    background-image: url(./images/pumps-banner.jpg);
}
.contractor-banner {
    background-image: url(./images/contractor-banner.jpg);
}
.industrial-banner {
    background-image: url(./images/industrial-banner.jpg);
}

.die-cast-systems-banner {
    background-image: url(./images/die-cast-systems-banner.jpg);
}





.bg-overlay {
    position: relative;
    z-index: 2;
    /* background-position: center center; */
    background-size: cover;
}
.breadcrumb-area {
    position: relative;
    z-index: 1;
    width: 100%;
     height: 250px; 
}
.breadcrumb-content {
    padding: 70px 0;
}



.h-100 {
    height: 100%!important;
}
.breadcrumb-area .breadcrumb-content h1, .breadcrumb-area .breadcrumb-content h2 {
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
}
.breadcrumb-area .breadcrumb-content .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}
.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item.active {
    color: #ff7128;
    font-size: 16px;
    font-weight: 600;
}
.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item::before {
    color: #ffffff;
}


/***========./Breadcrumb   ====***/


/***======== Product Section   ====***/
.w3l-product-wraps {
    display: block;
    position: relative;
    padding: 60px 0;
}

.product-lists ul li, .product-lists ol li{
	line-height:45px;
	border-bottom: 1px dotted #cecece;
	color:#000;
	font-size: 16px;
    font-weight: 600;
}


 .product-lists .fa {
    color: #ff7128;
    padding-right: 20px;
}
p.a-seo-line {
    margin-bottom: 30px;
}
/***========./Product Section   ====***/



/***======== Solution  Section   ====***/
.w3l-solution {
    display: block;
    position: relative;
    padding: 60px 0;
}

.w3l-solution p{
	color:#000;
	margin-bottom:10px;
	text-align: justify;
}



/***========./Solution  Section   ====***/


/***========  Service  Section   ====***/

.welcome-section-outer{
	padding:60px 0;
}

.welcome-section-outer {
    position: relative;
    z-index: 1;
}
.img-colarge-new {
    position: relative;
    height: 100%;
    margin-bottom: 80px;
}
.colarge-1-new {
    position: relative;
    margin: 40px 30px 0px 40px;
    z-index: 1;
}
.colarge-1-new::before{
	border-color: #ff5e15;
}

.colarge-1-new:before {
    position: absolute;
    border: 10px solid #ff5e15;
    content: '';
    width: 60%;
    z-index: -1;
    left: -40px;
    top: -40px;
    bottom: -40px;
	/* background: #ff5e1c; */
}

.colarge-1-new-right {
    position: relative;
    margin: 40px 30px 0px 40px;
    z-index: 1;
}
.colarge-1-new-right::before{
	border-color: #ff5e15;
}

.colarge-1-new-right:before {
    position: absolute;
    border: 10px solid #ff5e15;
    content: '';
    width: 60%;
    z-index: -1;
    right: -40px;
    top: -40px;
    bottom: -40px;
	/* background: #ff5e1c; */
}




.welcom-to-section-new {
    padding-top: 40px;
}

.welcom-to-section-new h2{
	color:#ff5e1c;
	font-weight:600;
}

.left.wt-small-separator-outer {
    text-align: left;
}
.wt-small-separator {
    /* font-family: 'Teko', sans-serif; */
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}
.welcom-to-section-new p {
    margin-bottom: 50px;
    line-height: 28px;
}

/***========./ Service  Section   ====***/


/***======== Request Quote Button ====***/
.quotebtn {
    display: flex;
    justify-content: center;
    float: left;
    width: 100%;
	margin: 40px 0 20px;
}
.quotebtn.text-left {
    justify-content: flex-start;
}

.theme-btn {
    /* background: -webkit-linear-gradient(0deg, #f756a8, #d22d82 67%); */
    background: -webkit-linear-gradient(0deg, #3067e6, #1f4499 50%);
    background: -moz-linear-gradient(0deg, #3067e6, #1f4499 50%);
}

.theme-btn {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    /* font-family: 'Roboto', sans-serif; */
    color: #fff !important;
    padding: 10px 25px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    z-index: 1;
    transition: all 500ms ease;
}
.theme-btn:hover::before {
    width: 100%;
    left: 0px;
}
.theme-btn::before {
    position: absolute;
    content: '';
    background: #ff633a;
    width: 0%;
    height: 100%;
    top: 0px;
    right: 0px;
    border-radius: 5px;
    z-index: -1;
    transition: all 500ms ease;
	background: -webkit-linear-gradient(0deg, #ff7128, #f75603 50%);
	background: -moz-linear-gradient(0deg, #ff7128, #f75603 50%);
}

/***========./ Request Quote Button ====***/



/***======== Contact Us ====***/
.section_mod-c {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-contacts-block {
  /*margin-bottom: 70px;*/
  /* padding: 75px 0; */

}
.section-contacts-block + .section-contacts-block {
  margin-bottom: 40px;
}
.contacts-block__title {
    margin-bottom: 0;
    font-size: 18px;
}
.ui-title-inner {
    margin-top: 0;
    font: 700 16px 'Titillium Web';
        font-size: 16px;
    color: #333;
    text-transform: uppercase;
}
.decor-2::before
{
  background-color: #ff7128;
}
.decor-2::after {
    margin-left: 3px;
    background-color: #333;
}
.decor-2_mod-b::before, .decor-2_mod-b::after {
    width: 10px;
}
.decor-2::before, .decor-2::after {
    display: inline-block;
    width: 12px;
    height: 2px;
    content: '';
    transition: all 0.3s;
}
.contacts-block__description {
    margin-top: 21px;
    margin-bottom: 39px;
    font-weight: 700;
    line-height: 1.57;
    color: #141461;
    text-transform: uppercase;
	font-size:20px;
}
.contacts-block {
    margin-bottom: 17px;
}
.contacts-block .icon {
    float: left;
    margin-top: 5px;
    font-size: 28px;
    color: #333;
}
.flaticon-telephone114::before {
    content: "\e029";
}
.contacts-block__inner {
    display: block;
    padding-left: 50px;
}
.contacts-block__emphasis {
    display: block;
    margin-bottom: 3px;
    font: 16px 'Titillium Web';
}
.map
{
  float: left;
  width: 100%;
}


/***========./ Contact Us ====***/

.w3l-enquiry {
    display: block;
    position: relative;
    margin: 3em 0;
}

#FeedbackForm {
    float: left;
    width: 100%;
}


/***======== Client  ======***/
.agileits {
    padding: 3em 0;
}
.sep .image-hover {
    margin: 20px 20px 20px 0px;
}

.client img{
	box-shadow: 0px 1px 3px 1px #9b9999;
}

.client-text{
	box-shadow: 0px 1px 3px 1px #9b9999;
	padding: 43px;
    text-align: center;
	min-height: 156px;
}


/***========./ Client  ======***/


/***======== New Product css  ======***
.dlab-team1 {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 5px 5px 30px 0 rgb(0 0 0 / 10%);
    transition: all .5s;
	margin-bottom: 30px;
}
.dlab-media, .dlab-post-media {
    background-color: #fff;
    position: relative;
}
.dlab-media {
    overflow: hidden;
    position: relative;
}
.dlab-team1 .dlab-info {

    background: #e3e3e3;
    width: 100%;
    padding: 15px 30px;
    text-align: center;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}
.dlab-info>div:last-child, .dlab-info>p:last-child {
    margin-bottom: 0;
}
.dlab-team1 .dlab-title{
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 14px !important;
    font-weight: normal;
	font-weight: 600;
}
.dlab-team1 .dlab-info:after {
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
}


.dlab-team1:hover .dlab-info {
   
    background: var(--color-primary);
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}



/***========./ New Product css  ======***/


/***======== New Product css  ======***/



/***

====================================================================
			Projects Section
====================================================================

***/

.projects-section{
	position: relative;
	padding: 100px 0 0;
}

.projects-section .inner-container{
	position: relative;
}

.project-block{
	position: relative;
}

.project-block .image-box{
	position: relative;
}

.project-block .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.project-block .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
	
	 -moz-box-shadow:inset 0 0 10px #000000;
   -webkit-box-shadow:inset 0 0 10px #000000;
   box-shadow:inset 0 0 10px #000000;
}

.project-block .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	 height: 80%; 
	/* height: 100%; */
	width: 100%;
}

.project-block .overlay-box h4{
	position: absolute;
	right: 30px;
	top: 30px;
	text-align: right;
	opacity:0;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
   -webkit-transform:scale(0,0);
   -moz-transform:scale(0,0);
   -ms-transform:scale(0,0);
   -o-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: all 400ms ease;
   -moz-transition: all 400ms ease;
   -ms-transition: all 400ms ease;
   -o-transition: all 400ms ease;
   transition: all 400ms ease;
}

.project-block .overlay-box h4 a{
	color: #ffffff;
}

.project-block .image-box:hover .overlay-box h4{
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.project-block .overlay-box:before{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 0%;
	width: 0%;
	opacity: 0;
	overflow:hidden;
	content: "";
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: rgb(0 0 0 / 48%);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	/* background: #227bdc8c; */
}

.project-block .image-box:hover .overlay-box:before{
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	visibility: visible;
	border-radius: 0%;
}

.project-block .overlay-box .btn-box{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	opacity:0;
	margin-top: -15px;
   -webkit-transform:scale(0,0);
   -moz-transform:scale(0,0);
   -ms-transform:scale(0,0);
   -o-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: all 400ms ease;
   -moz-transition: all 400ms ease;
   -ms-transition: all 400ms ease;
   -o-transition: all 400ms ease;
   transition: all 400ms ease;
}

.project-block .overlay-box .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	margin: 0 6px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.project-block .overlay-box .btn-box a:hover{
	color: #ff8a00;
}

.project-block .image-box:hover .overlay-box .btn-box{
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}

.project-block .overlay-box .tag{
	position: absolute;
	left: 30px;
	bottom: 30px;
	text-align: right;
	opacity:0;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
   -webkit-transform:scale(0,0);
   -moz-transform:scale(0,0);
   -ms-transform:scale(0,0);
   -o-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: all 400ms ease;
   -moz-transition: all 400ms ease;
   -ms-transition: all 400ms ease;
   -o-transition: all 400ms ease;
   transition: all 400ms ease;
}

.project-block .image-box:hover .overlay-box .tag{
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.projects-carousel{
	position: relative;
}

.projects-carousel .owl-nav{
	position: absolute;
	left: 0;
	right: 0;
	top: -130px;
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}

.projects-carousel .owl-next,
.projects-carousel .owl-prev{
	position: relative;
	display: inline-block;
	padding-left: 25px;
	font-size: 14px;
	color: #bbbbbb;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 30px;
	padding-top: 6px;
	background-color: #ffffff;
	z-index: 9;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.projects-carousel .owl-next:hover,
.projects-carousel .owl-prev:hover{
	color: #ff8a00;
}

.projects-carousel .owl-next:before,
.projects-carousel .owl-prev:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 60px;
	border: 2px solid #bbbbbb;
	border-right: 0;
	content: "";
	z-index: -1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.projects-carousel .owl-next:hover:before,
.projects-carousel .owl-prev:hover:before{
	border-color: #ff8a00;
}

.projects-carousel .owl-next:before{
	left: auto;
	right: -25px;
	border: 2px solid #bbbbbb;
	border-left: 0;
}

.projects-carousel .owl-next span{
	margin-left: 5px;
}

.projects-carousel .owl-prev span{
	margin-right: 5px;
}

.project-block span.tag {
    text-align: center;
    font-weight: 600;
    display: block;
    padding: 20px 0;
    /* border: 1px solid; */
    overflow: hidden;
    box-shadow: 0px 3px 4px #a1a0a0;
    font-size: 17px;
	border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/*=== Projects Section Alternate ===*/

.projects-section.alternate{
	position: relative;
	padding:60px 0;
}

.mixitup-gallery .filters{
 	margin-bottom:50px;
 	text-align:center;
}

.mixitup-gallery .filters .filter-tabs{
 	position:relative;
 	display: inline-block;
 	border-bottom: 2px solid #777777;
}

.mixitup-gallery .filters li{
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #777777;
	font-weight: 500;
	cursor: pointer;
 	text-transform: capitalize;
 	padding: 0 5px 10px;
 	margin-right: 30px;
 	margin-bottom: -2px;
 	border-bottom: 2px solid transparent;
 	font-family: "Rubik", sans-serif;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition: all 300ms ease;
}

.mixitup-gallery .filters li:last-child{
	margin-right: 0;
}

.mixitup-gallery .filters li.active,
.mixitup-gallery .filters li:hover{
	border-bottom: 2px solid #ff8a00;
}

.project-block.mix{
	/* display: none; */
	margin-bottom: 30px;
}

.projects-section.alternate .styled-pagination{
	margin-top: 50px;
}

.a-seo-line {
    /*! margin-bottom: 30px; */
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
/***========./ New Product css  ======***/

ul.footer-info {
    width: 100%;
    float: left;
    /* margin: 0px 0px 70px; */
    padding: 0px;
    margin: 0;
}
.main-footer .comp-name {
    color: #fff;
    /* padding-left: 30px; */
    padding-bottom: 10px;
}

ul.footer-info li {
    list-style: none;
    font-size: 14px;
    color: #ccc;
    /* padding: 15px 0 0 25px; */
    position: relative;
    /* font-weight: 600; */
	display: inline-flex;
	letter-spacing: 0.3px;
}
/* ul.footer-info li:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 3px;
    left: 0px;
    font-size: 20px !important;
    color: #ff5e1c;
} */

ul.footer-info li .fa{
	padding-right:5px;
	padding-top: 6px;
}

/*------- manu. slider ----------*/

.w3l-slider{
 /* background: #102131; */
}

.slider {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  padding: 20px;
  color: white;
  
}
.slider .parent-slide {
  padding: 15px;
}
.slider img {
  display: block;
  margin: auto;
}

/*  .slider h3 a{
color:#000;
} */

.w3l-slider h3 {

	line-height:30px;
}

.w3l-slider h3 a{
	color:#000;
	font-size:17px;
	font-weight:800;
	
}

.w3l-slider .slide{
	/* margin:0 20px; */
	width: 300px !important;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 50px !important;
}

.slick-prev:before, .slick-next:before {
    color: #191458 !important;
}

.slick-prev, .slick-next {
   top: 35% !important;
}

/*-------./ manu. slider ----------*/

/*---=========== Responsive Query ===========---*/

@media only screen and (max-width: 767px) {
.inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

section.main-service-content{
background-size: cover;	
}

.main-service-content .main-service-heading p{
	padding-left:0;
	text-align:justify;
}

h2.text-white {
    font-size: 24px;
}

.services-section .upper-box {
   padding: 30px 0 270px;
}

.process-section{
	padding:0;
	margin-top:2em;
}
.process-section {
    /* margin-top: 140px; */
    margin-top: 40px;
}	
.process-section .sec-title {
    margin-bottom: 0px;
}


.sec-title h2{
	font-size:30px;
}
.process-block {
    margin-bottom: 0px;
}
.wc_text {
   padding-bottom: 30px;
}

.whyChoose_container {
    /* height: 100%; */
	margin-bottom:0;
}

.wcImg_holder{
/* 	left: 20px;
right: 20px;
height: 270px; */
/* position: relative; */
}
.breadcrumb-content {
    padding: 2px 0;
}
.breadcrumb-area .breadcrumb-content h1 {
   font-size: 18px;
   text-transform: capitalize;
}
.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a {
    font-size: 13px;
}

.breadcrumb-area .breadcrumb-content .breadcrumb{
	margin-top: -30px;
float: right;
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item.active {
    font-size: 13px;
}



.aboutus p {
    padding-left: 0px;
}
.slicknav_nav li a:hover {
    color: #227BDC;
    background: transparent;
}

.info p{
	padding: 0 20px;
}

section.why-choose p {
    padding: 0 10px 10px;
}

section.why-choose {
   padding: 30px 0;
}
.veticle-features {
 padding-left: 10px;
}

.text-divider {
    /* padding: 60px 0px; */
    padding:20px 0px;
}

.process-block .inner-box{
min-height: auto;
margin-top: 30px;	
}

.main-footer .footer-bottom .copyright-text::before {
    left: 95%;
}

.cmt_single_image-wrapper.border-style1::after {
width: 93%;
left: 17px;
}

.cmt-row.aboutus2-section {
    padding: 30px 0;
}

.w3l-product-wraps {
  padding: 30px 0;
}

.w3l-solution {
 padding: 30px 0;
}
.img-colarge-new {
 margin-bottom: 20px;
}
.welcom-to-section-new p {
    margin-bottom: 0px;
}
.welcom-to-section-new {
    padding-top: 30px;
}
.welcome-section-outer {
    padding: 30px 0;
}

/*---------------*/
.main-service-content h2{
font-size: 24px;
text-align: center;
line-height: 30px;	
}

.text-divider .large-text {
    font-size: 24px;
    text-align: center;
}

.bg-overlay{
background-size: cover;
background-repeat: no-repeat;
height: auto;	
}


.bg-primary-color img{
	display:none;
}


.whyChoose_container .wc_text {
   padding-bottom: 70px;
}

.wcImg_holder{
	display:none;
}

	
}


/*---=========== Responsive Query ===========---*/


@media only screen and (min-width: 991px) and (max-width: 1900px) {
/* Header Sticky */
.header.sticky .middle-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300000;
    -webkit-box-shadow: 0px 0px 10px #00000021;
    -moz-box-shadow: 0px 0px 10px #00000021;
    box-shadow: 0px 0px 10px #00000021;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    animation: fadeInDown 1s both 0.2s;
}
.header.style2.sticky .middle-header {
    background: #2E2751;
}

.header.sticky .nav li a {
    padding: 22px 0;
}
.header.sticky .text-logo {
    margin-top: 22px;
}
.header.sticky .right-bar {
    line-height: 72px;
}
.header.sticky .img-logo {
    margin-top: 12px;
}
.header.style2.sticky .middle-inner {
    padding: 0;
}
.header.style2.sticky .text-logo {
    margin-top: 15px;
}
.header.sticky .search-top {
    top: 69px;
}
}


.fancybox-toolbar {
    top: 100px;
}




/*------------- new slider css------------*

.spe-cor {
  position: relative;
  background: #FFF;
}
.spe-cor .carousel-correspondence [class*="cloneditem-"] {
  display: none;
}
.spe-cor .carousel-inner {
  margin-bottom: 20px;
}
.spe-cor h4.title {
  padding-top: 25px;
  padding-bottom: 10px;
}
.spe-cor .thumbnail img {
  border: 1px solid #DDD;
}
.spe-cor .thumbnail {
  margin-bottom: 0;
  border-radius: 0;
  padding: 10px;
  height: auto;
  position: relative;
  border: none;
  overflow: hidden;
}
.spe-cor .thumbnail:hover, .spe-cor .thumbnail:active, .spe-cor .thumbnail:focus {
  background: #FFF;
}
.spe-cor .thumbnail:after {
  content: '';
  background: #005fb1;
  position: absolute;
  height: 5px;
  width: 100%;
  left: calc(100% + 10px);
  bottom: 0;
  -webkit-transition: 0.5s; 
  transition: 0.5s;
  -moz-transition: 0.5s;
}
.spe-cor .thumbnail:hover:after, .spe-cor .thumbnail:active:after, .spe-cor .thumbnail:focus:after {
  left: 0%;
  -webkit-transition: 1s; 
  transition: 1s;
  -moz-transition: 1s;
}
.spe-cor .thumbnail .caption {
  padding: 0;
}
.spe-cor .thumbnail .caption h3 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 0.8;
}
.spe-cor .thumbnail .caption h3 > a {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #555;
  line-height: 0.8;
  text-transform: uppercase;
}
.spe-cor .thumbnail .caption h3 > a:hover, .spe-cor .thumbnail .caption h3 > a:active, .spe-cor .thumbnail .caption h3 > a:focus {
  color: #005fb1;
  text-decoration: none;
}
.spe-cor .thumbnail .caption p.cate-para {
  margin-bottom: 0px;
  text-align: center;
}
.spe-cor .thumbnail .caption p.cate-para > a, .spe-cor .thumbnail .caption p.cate-para > a {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: rgb(102, 102, 102);
  line-height: 1.2;
  text-align: left;
}
.spe-cor .thumbnail .caption p.cate-para > a:hover, .spe-cor .thumbnail .caption p.cate-para > a:focus, .spe-cor .thumbnail .caption p.cate-para > a:active {
  color: #cc0000;
  text-decoration: none;
}
.spe-cor .thumbnail .caption span.date, .spe-cor .thumbnail .caption span.comment {
  margin-bottom: 0;
}
.carousel-correspondence .carousel-control.left, .carousel-correspondence .carousel-control.right, .carousel-video-thumb .carousel-control.left, .carousel-video-thumb .carousel-control.right {
  background-image: none !important;
  color: #c0c0c0;
  height: 35px;
  width: 35px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(224, 224, 224);
  background-color: rgb(245, 245, 245);
  margin: 0;
}
.carousel-correspondence .carousel-control.left:hover, .carousel-correspondence .carousel-control.right:hover, .carousel-video-thumb .carousel-control.left:hover, .carousel-video-thumb .carousel-control.right:hover {
  color: #FFF;
  background: #C00;
}
.carousel-correspondence .controls, .carousel-video-thumb .controls {
  padding: 0;
  margin: 0;
  position: absolute;
  width: 75px;
  padding-right: 15px;
  padding-left: 15px;
  background: none;
  top: 0;
  right: 0;
  margin-top: -40px;
  height: 35px;
}
.carousel-correspondence .carousel-control, .carousel-video-thumb .carousel-control {
  color: #fff;
  padding: 0px;
  padding-top: 3px;
  color: #428BCA;
  bottom: auto;
  width: 35px;
  height: 35px;
  text-shadow: none;
  opacity: 1;
  top: 0;
}
.carousel-correspondence .carousel-control:hover, .carousel-video-thumb .carousel-control:hover {
  color: #d9534f;
}
.carousel-correspondence .carousel-control.left, .carousel-correspondence .carousel-control.right, .carousel-video-thumb .carousel-control.left, .carousel-video-thumb .carousel-control.right {
  background-image: none !important;
}
.carousel-correspondence .carousel-control.right, .carousel-video-thumb .carousel-control.right {
  left: auto;
}
.carousel-correspondence .carousel-control.left, .carousel-video-thumb .carousel-control.left {
  right: auto;
}
.carousel-correspondence .carousel-indicators, .carousel-video-thumb .carousel-indicators {
  bottom: -30px;
}
.carousel-correspondence .carousel-indicators li, .carousel-video-thumb .carousel-indicators li {
  border-radius: 0;
  width: 10px;
  height: 10px;
  background: #ccc;
  border: 1px solid #ccc;
}
.carousel-correspondence .carousel-indicators .active, .carousel-video-thumb .carousel-indicators .active {
  width: 12px;
  height: 12px;
  background: #3276b1;
  border-color: #3276b1;
}

/*================================================*/

/*Correspondece Slider*
@media all and (min-width:768px) {
	.carousel-correspondence .carousel-inner > .active.left, .carousel-correspondence .carousel-inner > .prev {
		left: -50%;
	}
	.carousel-correspondence .carousel-inner > .active.right, .carousel-correspondence .carousel-inner > .next {
		left: 50%;
	}
	.carousel-correspondence .carousel-inner > .left, .carousel-correspondence .carousel-inner > .prev.right, .carousel-correspondence .carousel-inner > .active {
		left: 0;
	}
	.carousel-correspondence .carousel-inner .cloneditem-1, .carousel-correspondence .carousel-inner .cloneditem-2 {
		display: block;
	}
}
@media all and (min-width:768px) and (transform-3d), all and (min-width:768px) and (-webkit-transform-3d) {
	.carousel-correspondence .carousel-inner > .item.active.right, .carousel-correspondence .carousel-inner > .item.next {
		-webkit-transform: translate3d(33.333%, 0, 0);
		transform: translate3d(33.33%, 0, 0);
		left: 0;
	}
	.carousel-correspondence .carousel-inner > .item.active.left, .carousel-correspondence .carousel-inner > .item.prev {
		-webkit-transform: translate3d(-33.333%, 0, 0);
		transform: translate3d(-33.333%, 0, 0);
		left: 0;
	}
	.carousel-correspondence .carousel-inner > .item.left, .carousel-correspondence .carousel-inner > .item.prev.right, .carousel-correspondence .carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}
@media all and (min-width:992px) and (max-width:1200px) {
	.carousel-correspondence .carousel-inner > .active.left, .carousel-correspondence .carousel-inner > .prev {
		left: -25%;
	}
	.carousel-correspondence .carousel-inner > .active.right, .carousel-correspondence .carousel-inner > .next {
		left: 25%;
	}
	.carousel-correspondence .carousel-inner > .left, .carousel-correspondence .carousel-inner > .prev.right, .carousel-correspondence .carousel-inner > .active {
		left: 0;
	}
	.carousel-correspondence .carousel-inner .cloneditem-2, .carousel-correspondence .carousel-inner .cloneditem-3 {
		display: block;
	}
}
@media all and (min-width:992px) and (transform-3d), all and (min-width:992px) and (-webkit-transform-3d) {
	.carousel-correspondence .carousel-inner > .item.active.right, .carousel-correspondence .carousel-inner > .item.next {
		-webkit-transform: translate3d(16.666%, 0, 0);
		transform: translate3d(25%, 0, 0);
		left: 0;
	}
	.carousel-correspondence .carousel-inner > .item.active.left, .carousel-correspondence .carousel-inner > .item.prev {
		-webkit-transform: translate3d(-16.666%, 0, 0);
		transform: translate3d(-25%, 0, 0);
		left: 0;
	}
	.carousel-correspondence .carousel-inner > .item.left, .carousel-correspondence .carousel-inner > .item.prev.right, .carousel-correspondence .carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}
@media all and (min-width:1200px) {
	.carousel-correspondence .carousel-inner > .active.left, .carousel-correspondence .carousel-inner > .prev {
		left: -16.666667%;
	}
	.carousel-correspondence .carousel-inner > .active.right, .carousel-correspondence .carousel-inner > .next {
		left: 16.666667%;
	}
	.carousel-correspondence .carousel-inner > .left, .carousel-correspondence .carousel-inner > .prev.right, .carousel-correspondence .carousel-inner > .active {
		left: 0;
	}
	.carousel-correspondence .carousel-inner .cloneditem-2, .carousel-correspondence .carousel-inner .cloneditem-3, .carousel-correspondence .carousel-inner .cloneditem-4, .carousel-correspondence .carousel-inner .cloneditem-5, .carousel-correspondence .carousel-inner .cloneditem-6 {
		display: block;
	}
}
@media all and (min-width:1200px) and (transform-3d), all and (min-width:1200px) and (-webkit-transform-3d) {
	.carousel-correspondence .carousel-inner > .item.active.right, .carousel-correspondence .carousel-inner > .item.next {
		-webkit-transform: translate3d(16.666667%, 0, 0);
		transform: translate3d(16.666667%, 0, 0);
		left: 0;
	}
	.carousel-correspondence .carousel-inner > .item.active.left, .carousel-correspondence .carousel-inner > .item.prev {
		-webkit-transform: translate3d(-16.666667%, 0, 0);
		transform: translate3d(-16.666667%, 0, 0);
		left: 0;
	}
	.carousel-correspondence .carousel-inner > .item.left, .carousel-correspondence .carousel-inner > .item.prev.right, .carousel-correspondence .carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}
/*-------------./ new slider css------------*/

/*------------- new product  slider css------------*/
.carousel-reviews.broun-block {
    position: relative;
    display: block;
    margin: 70px 0 100px;
}

.carousel-control.left,.carousel-control.right  {background:none;width:25px;}
.carousel-control.left {left:-25px;}
.carousel-control.right {right:-25px;}
.broun-block {
    background: url("http://myinstantcms.ru/images/bg-broun1.jpg") repeat scroll center top rgba(0, 0, 0, 0);
    padding-bottom: 34px;
}
.block-text {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 0 #2c2222;
    color: #626262;
    font-size: 14px;
    margin-top: 27px;
    padding: 15px 18px;
}
.block-text a {
 color: #7d4702;
    font-size: 25px;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.mark {
    padding: 12px 0;background:none;
}
.block-text p {
    color: #585858;
    font-family: Georgia;
    font-style: italic;
    line-height: 20px;
}

.sprite-i-triangle {
    background-position: 0 -1298px;
    height: 44px;
    width: 50px;
}
.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}


.block {
    display: block;
}
.zmin {
    z-index: 1;
}
.ab {
    position: absolute;
}

.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}

.person-text h3{
    background: #2377e1;
	padding:20px 0;
	height: 91px;
}


.person-text a, .person-text h3 {
    color: #fff;
    display: block;
    font-size: 17px;
    margin-top: 3px;
    line-height: 26px;
}
.person-text i {
    color: #fff;
    font-family: Georgia;
    font-size: 13px;
}
.rel {
    position: relative;
}


span.fa.fa-chevron-left {
    position: absolute;
    /* top: 30%; */
    right: 30%;
    color: #000;
    font-size: 50px;
}

span.fa.fa-chevron-right {
    position: absolute;
    /* top: 30%; */
    left: 30%;
    color: #000;
    font-size: 50px;
}

.carousel {
    position: relative;
    margin: 40px 0;
}

/*-------------./ new product  slider css------------*/






