body {
    background: #fff;
    color: #363636;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #0c0c0c;
    margin: 0 0 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #0c0c0c;
}

p a {
    color: #363636;
    width: auto;
    display: inline-block;
}

p a:hover {
    text-decoration: underline;
    outline: none;
}

p {
    letter-spacing: normal;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 15px;
    color: #363636;
}

a {
    color: #7f7f7f;
    text-decoration: none;
    outline: none;
    display: block;
}

a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

iframe {
    border: 0;
    width: 100%;
}

blockquote {
    padding: 0;
    border: 0;
}

label {
    color: #f35050;
    display: block;
    font-weight: 400;
    margin: 0;
}

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


/*.form-control::-moz-placeholder{color:#555;}*/

.form-group .form-control {
    height: 40px;
    font-size: 14px;
}

.form-group textarea.form-control {
    height: 100px;
}

.form-control:focus::-moz-placeholder {
    color: #167cc4;
}

.form-control:focus {
    border-color: #167cc4;
    box-shadow: none;
}

h2 {
    font-size: 26px;
    font-weight: bold;
}

h3 {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: bold;
    overflow: hidden;
}

h3 span {
    padding: 0 10px 0 0;
    position: relative;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
    padding: 15px 0;
    color: #fff;
}

h5 {
    text-transform: capitalize;
}


/* Header*/

.header {
    float: left;
    width: 100%;
}

.header .topbar {
    background: #fff;
}

.header .topbar .container {
    width: 100%;
    max-width: 97%;
}

.header .topbar .top_left {
    float: left;
    padding: 0;
    margin-bottom: 0;
}

.header .topbar .top_left>li {
    display: inline-block;
    padding: 3px 15px;
    margin: 0;
    position: relative;
    list-style: none;
    line-height: 30px;
    color: #333;
    font-size: 14px;
}

.header .topbar .top_left>li a {
    color: #167cc4;
    font-weight: 600;
}

.header .topbar .top_left>li::before,
.header .topbar .top_left>li:first-child::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    /*border-right:1px solid #eee;*/
    right: 0;
}

.header .topbar .top_left>li:first-child::after {
    border-right: 0;
    /*border-left:1px solid #eee;*/
    left: 0;
}

.header .topbar .top_left>li:first-child {
    margin: 0;
}

.header .topbar .top_left>li:first-child::before {
    content: "";
}

.header .topbar .top_right {
    float: right;
    padding: 0;
    margin-bottom: 0;
}

.header .topbar .top_right>li {
    float: left;
    padding: 0px;
    margin: 3px 0 0 5px;
    position: relative;
    list-style: none;
    color: #fff;
    font-size: 14px;
}

.header .topbar .top_right>li a {
    width: 30px;
    text-align: center;
    color: #333;
    line-height: 28px;
    border: 1px solid #ccc;
}


/*.header .topbar .top_right > li a:hover{color: #b30c00;}*/

.header .topbar .top_right>li a.facebook:hover {
    background: #3c5899;
    color: #fff;
    border-color: #3c5899;
}

.header .topbar .top_right>li a.twitter:hover {
    background: #5ea9dd;
    color: #fff;
    border-color: #5ea9dd;
}

.header .topbar .top_right>li a.linkedin:hover {
    background: #0077B5;
    color: #fff;
    border-color: #0077B5;
}

.header .topbar .top_right>li a.instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: #fff;
    border-color: #fd5949;
}

.header.social-icons .youtube:hover {
    background: #ee1c1b;
}

.header .social-icons .pinterest:hover {
    background: #ee1c1b;
}

.search-form {
    float: left;
    width: 65%;
    margin: 3px 0;
    padding: 0;
    position: relative;
}

.search-input {
    width: 100%;
    line-height: 30px;
    background: #eee!important;
    border: 0;
    font-size: 13px;
    height: 30px!important;
    padding: 0 12px;
}

.btn-search {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    border: 0;
    line-height: 30px;
    padding: 0 15px;
    background: #167cc4;
    color: #fff;
}

.btn-search:hover,
.btn-search:focus {
    background: #ffe93d;
    color: #167cc4;
}


/*Header Menu*/

.navigation_bar {
    background: #167cc4;
    width: 100%;
}

.navigation_bar .container {
    width: 100%;
    max-width: 97%;
}

.navigation {
    float: right;
    width: 100%;
    position: relative;
}

.navigation_bar.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #167cc4;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

.header .logo {
    padding: 5px 0;
    display: inline-block;
}

.logo {
    padding: 0px;
    margin-top: -1px;
    position: relative;
    z-index: 999;
    padding-left: 5px;
    padding-right: 5px;
    width: 130px;
    height: 54px;
    background: #fff;
}

.logo img {
    margin-top: -36px;
    width: 95px;
}

.logo:before {
    position: absolute;
    top: 0px;
    left: -54px;
    content: '';
    border-style: solid;
    border-width: 27px;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: #fff;
    border-top-color: #fff;
}

.logo:after {
    position: absolute;
    top: 0px;
    right: -54px;
    content: '';
    border-style: solid;
    border-width: 27px;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-left-color: #fff;
    border-top-color: #ffff;
}

.navigation_bar.stricky-fixed .logo {
    padding: 0px;
    margin-top: -1px;
    position: relative;
    z-index: 999;
    padding-left: 5px;
    padding-right: 5px;
    width: 130px;
    height: 54px;
}

.navigation_bar.stricky-fixed .logo img {
    width: 100px;
    margin-top: 2px;
    background: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.navigation_bar.stricky-fixed .logo:before {
    position: absolute;
    top: 0px;
    left: -56px;
    content: '';
    border-style: solid;
    border-width: 35px;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: #fff;
    border-top-color: #fff;
}

.navigation_bar.stricky-fixed .logo::after {
    position: absolute;
    top: 0px;
    right: -55px;
    content: '';
    border-style: solid;
    border-width: 35px;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-left-color: #fff;
    border-top-color: #ffff;
}

.navigation {
    float: left;
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
    background: transparent;
}

.navigation .navbar {
    display: none;
}

.navigation .navbar button {
    float: right;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 99;
    padding: 0;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navigation .navbar button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
    top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
    top: 18px;
}

.navigation .navbar button span:nth-child(4) {
    top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
    transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .menu {
    display: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
}

.navigation .menu ul {
    padding: 0;
    width: 45%;
    margin: 0;
}

.navigation .menu ul.pull-right {
    text-align: right;
    justify-content: flex-end;
}

.navigation .menu ul li {
    display: inline-block;
    position: relative;
}

.navigation .menu ul li a {
    display: block;
    color: #fff;
    background: transparent;
    position: relative;
    transition: 0.5s;
    padding: 16px 8px;
    transition: all .3s ease;
    font-size: 15px;
    font-weight: 500;
}

.navigation .menu ul li:last-child a {
    border: none;
    padding-right: 0;
}

.navigation .menu ul li:hover a,
.navigation .menu ul li.active a {
    color: #ffe93d;
    background: none;
}

.navigation .menu ul li ul.cs-dropdown {
    top: 100%;
    left: 0;
    text-align: left;
    position: absolute;
    width: 250px;
    display: none;
    z-index: 99999;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.4);
    background: #fff;
    margin: 0;
    padding: 0;
}

.navigation .menu ul li ul.cs-dropdown li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.navigation .menu ul li ul.cs-dropdown li:last-child a {
    border-bottom: 0;
}

.navigation .menu ul li ul.cs-dropdown li a {
    color: #333;
    font-size: 13px;
    padding: 8px 15px;
    font-weight: normal;
    position: relative;
    display: block;
    text-transform: capitalize;
}

.navigation .menu ul li ul.cs-dropdown li a:hover {
    color: #167cc4;
    background: transparent;
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    display: none;
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    display: none;
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    left: 100%;
    top: 0;
}

.navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    left: -100%;
}

.navigation .menu ul li:hover ul.cs-dropdown {
    display: block;
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown {
    display: block;
}

.navigation ul li.cs-submenu a button {
    border: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    margin: 0 0 0 3px;
    color: #fff;
}

.navigation ul li.cs-submenu a button svg {
    width: 13px;
    height: 13px;
}

.navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(180deg);
    color: #ffe93d;
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg {
    color: #333
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button {
    float: right;
    color: #333;
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
    transform: rotateZ(-90deg);
}

.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover svg {
    color: #167cc4;
}

.navigation .menu ul.pull-left li:last-child ul.cs-dropdown {
    width: 450px;
}

.navigation .menu ul.pull-left li:last-child ul.cs-dropdown li {
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    height: 50px;
}

.navigation .menu ul.pull-left li:last-child ul.cs-dropdown li a {
    width: 100%;
}

.navigation .menu ul.pull-left li:last-child ul.cs-dropdown li:nth-child(even) {
    border-left: 1px solid #eee;
}

.home_slider {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative
}

.home_slider #slider {
    overflow: hidden;
    width: 100%
}

.slide {
    position: relative;
    display: block;
    z-index: 6;
    width: 100%;
    height: 100%
}

#slider .slide img {
    width: 100%
}

#slider .owl-prev,
#slider .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #333;
    border: 0;
    outline: 0;
    background: #fff;
    border-radius: 100%;
    z-index: 9
}

#slider .owl-nav .owl-prev {
    left: 40px;
}

#slider .owl-nav .owl-next {
    right: 40px;
}

#slider .owl-prev:hover,
#slider .owl-next:hover {
    background: #167cc4;
    color: #fff;
    border-color: #167cc4
}

#slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.home_about {
    padding: 50px 0px 50px;
    width: 100%;
    float: left;
}

.heading {
    letter-spacing: 1px;
    line-height: 40px;
    padding-bottom: 20px;
}

.heading p {
    font-size: 24px;
    color: #333;
    font-weight: 500;
}

.heading h1 {
    font-weight: 600;
    font-size: 34px;
    color: #167cc4;
    text-transform: inherit;
    padding-bottom: 10px;
    margin: 0px;
}

.heading h1 span {
    color: #333;
}

.heading-p {
    font-size: 22px;
    line-height: 33px;
}

.light {
    position: absolute;
    color: rgb(158, 157, 157);
    right: 0px;
    font-size: 70px;
    top: -7px;
    text-transform: uppercase;
    font-weight: 800;
    opacity: .1;
}

.img-1 {
    position: absolute;
    top: 72px;
    z-index: -1;
    right: 0;
    width: 62%;
}

.img-2 {
    width: 60%;
}

.about-inner {
    width: 100%;
    float: left;
    padding: 10px 0px;
    position: relative;
    overflow: hidden;
}

.about-inner::before {
    content: "WELCOME";
    /* width: 300px; */
    /* height: 200px; */
    color: rgba(68, 68, 68, 0.17);
    position: absolute;
    bottom: -21px;
    left: 0px;
    font-size: 110px;
    /*z-index: -2;*/
    font-weight: 800;
}

.about-inner:after {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0px;
    background: #d5e3ec;
}

.about-content {
    padding: 0px 40px 0 10px;
}

.about-content h3 {
    color: #005b7f;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 100;
    line-height: 40px;
}

.abt-ph,
.about-content p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 100;
    /* padding: 0px 20px; */
    font-weight: normal;
    text-align: justify;
}

.span {
    font-style: italic;
    color: #167cc4;
}

.abt-list {
    padding-left: 16px;
}

.abt-list li {
    line-height: 30px;
    color: #333;
    padding-left: 7px;
}

.text-abt-page {
    padding-top: 30px;
}

.wy-ch {
    width: 100%;
    float: left;
    padding-top: 24px;
}

.read_more01 {
    background: #167cc4;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 0 30px;
    line-height: 45px;
    transition: all 300ms linear 0ms;
    border-radius: 30px;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 600;
    outline: none;
    white-space: nowrap;
}

.read_more01:hover,
.read_more01:focus,
.read_more01:active {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #ffe93d;
}

.read_more01:before,
.read_more01:after {
    background: #1d72ae;
    content: "";
    height: 100%;
    left: -110%;
    opacity: 0.1;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    transform: skewX(25deg);
    width: 100%;
    z-index: -1;
}

.read_more01:hover:before,
.read_more01:focus:before,
.read_more01:active:before {
    left: -10%;
    transition: all 0.3s ease 0s;
}

.read_more01:hover:after,
.read_more01:focus:after,
.read_more01:active:after {
    left: -20%;
}

.home_services {
    float: left;
    width: 100%;
    padding: 50px 0;
    margin: 0;
    background: #167cc4;
}

.sec-title {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.sec-title div {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 0;
    padding: 0px 0px 15px;
    display: block;
    text-transform: uppercase;
}

.sec-title div span {
    color: #ffe93d;
}

.sec-title.light h3 {
    color: #ffffff;
}

.sec-title p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

.sec-title .separator {
    position: relative;
    width: 75px;
}

.sec-title .separator:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 75px;
    height: 2px;
    background-color: #ffe93d;
}

.sec-title .separator:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 2px;
    width: 25px;
    height: 4px;
    background-color: #ffe93d;
}

.sec-title .separator.centered::after {
    margin-left: 25px;
}

.sec-title.centered .separator {
    margin: 0 auto 15px;
}

.sec-title.centered .separator::after {
    left: 50%;
    margin-left: -12px;
}

.single-service-style-one {
    float: left;
    width: 100%;
    margin-bottom: 70px;
    position: relative;
}

.single-service-style-one .image-block {
    position: relative;
    height: 276px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-service-style-one .image-block .overlay-block {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;
}

.single-service-style-one .image-block .overlay-block:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
    background: rgba(255, 233, 61, 0.9);
}

.single-service-style-one .image-block .overlay-block:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
    background: rgba(255, 233, 61, 0.9);
}

.single-service-style-one .main-content {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, 50%);
    width: calc(100% - 30px);
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.1);
    transition: all .4s ease;
}

.single-service-style-one .main-content .icon-block,
.single-service-style-one .main-content .text-block {
    display: table-cell;
    vertical-align: middle;
}

.single-service-style-one .main-content .icon-block .inner-box {
    width: 65px;
    height: 65px;
    background: #ffe93d;
    text-align: center;
}

.single-service-style-one .main-content .icon-block .inner-box i {
    font-size: 28px;
    color: #167cc4;
    line-height: 65px;
}

.single-service-style-one .main-content .text-block {
    padding: 0 10px;
}

.single-service-style-one .main-content .text-block h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
}

.single-service-style-one .main-content .text-block h4 a {
    color: #2E2E2E;
    transition: all .4s ease .2s;
}

.single-service-style-one .hover-content {
    position: absolute;
    background: #fff;
    position: absolute;
    bottom: -32.5px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) translateY(-30%);
    width: calc(100% - 60px);
    text-align: center;
    z-index: 10;
    padding: 33px 25px;
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.1);
    transition: all .4s ease;
}

.single-service-style-one .hover-content h3 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}

.single-service-style-one .hover-content p {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    color: #83888D;
    margin-bottom: 15px;
}

.single-service-style-one .hover-content h3 a {
    color: #333;
}

.single-service-style-one:hover .hover-content h3 a {
    color: #167cc4;
}

.single-service-style-one .hover-content a.read-more {
    text-transform: uppercase;
    color: #005b7f;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    line-height: 21px;
    position: relative;
    z-index: 11;
    transition: all .4s ease;
}

.single-service-style-one .hover-content a.read-more i {
    font-size: 18px;
    line-height: 26px;
    margin-left: 6px;
}

.single-service-style-one .hover-content a.read-more:hover {
    transform: translateX(10px);
    color: #167cc4;
}

.single-service-style-one:hover .main-content {
    opacity: 0;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

.single-service-style-one:hover .hover-content {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}

.single-service-style-one:hover .overlay-block {
    opacity: 1;
}

.single-service-style-one:hover .image-block .overlay-block:before {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;
}

.single-service-style-one:hover .image-block .overlay-block:after {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;
}

.feature_section {
    float: left;
    width: 100%;
    background-image: url(../images/bg-parallax4.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0 77px;
    position: relative;
}

.feature_section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.88);
}

.feature_section .container {
    position: relative;
}

.section-title {
    margin: 0 auto 62px;
    padding: 0;
    position: relative;
    text-align: center;
}

.section-title h4 {
    color: #9b9a9a;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 4px;
    margin-bottom: 12px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.section-title h2 {
    color: #167cc4;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 0.9;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.section-title h5 {
    color: #167cc4;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 0.9;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.section-title p {
    color: #333;
    font-size: 16px;
    line-height: 26px;
    margin: 0 auto;
    max-width: 600px;
}

.feature-item {
    background: rgba(22, 124, 196, 0.90);
    color: #fff;
    padding: 20px 20px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.feature-item:hover {
    background-color: rgba(22, 124, 196, 0.98);
}

.feature-item .icon-box {
    display: inline-block;
    line-height: 1;
}

.feature-item .icon-box img {
    width: 60px;
}

.feature-item .icon-box i {
    color: #167cc4;
    font-size: 50px;
}

.feature-item .content h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #ffe93d;
}

.feature-item .content h4 span {
    color: #167cc4;
}

.feature-item .content p {
    color: #f8f8f8;
    font-size: 16px;
    line-height: 28px;
}

.home_theater {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 70px 0;
}

.home_theater:after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    background: url(../images/bg-parallax5.jpg) no-repeat scroll 0 0/cover;
    z-index: -1;
}

.home_theater:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: 0.8;
}

.home_theater .container {
    position: relative;
}

.single-theater {
    position: relative;
}

.single-theater img {
    width: 100%;
    border-radius: 5px;
    position: relative
}


/* .single-theater:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000 none repeat scroll 0 0;
    opacity: 0.2;
} */

.single-theater a.play-video {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 40px;
    background: #167cc4 none repeat scroll 0 0;
    border-radius: 10px;
    top: 54%;
    left: 50%;
    margin: -30px 0 0 -30px;
    z-index: 3;
    font-size: 17px;
    color: #fff;
    transition: 0.4s ease;
    transform: scale(1);
    opacity: 1;
}

.theater-left {
    display: table;
    height: 100%;
    width: 100%;
    padding: 20% 0;
}

.single-theater iframe {
    position: relative;
    width: 100%;
    height: 420px;
    z-index: 99;
}

.theater-box {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.theater-text h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
    text-transform: uppercase;
    margin-bottom: 0px
}

.theater-text h4 span {
    color: #ffe93d;
    display: block;
}

.theater-text h4 {
    font-size: 24px;
    color: #167cc4;
    margin-bottom: 0px;
    text-align: left;
}

.theater-text h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
    text-transform: uppercase;
    margin-bottom: 0px
}

.theater-text h5 span {
    color: #ffe93d;
}

.theater-text h5 {
    font-size: 35px;
    color: #167cc4;
    margin-bottom: 0px;
    text-align: left;
}

.theater-text p {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 28px;
}

.hotAboutt {
    margin: 15px 0px;
}

.hotProductBox {
    border: 1px solid #d1d1dd;
    transition: all .2s linear;
}

.hotProductBox img {
    border-radius: 0px;
}

.hotProductTitle {
    background-color: #167cc4;
    text-align: center;
    padding: 8px 0px;
}

.hotProductTitle div {
    font-size: 14px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}

.products_heading h4 {
    color: #000;
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
}

.products_heading h4 span {
    color: #167cc4;
}


/* Featured Services */

.webpulse_home_featured {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #f0f7fc;
}

.products_heading {
    float: left;
    width: 100%;
    text-align: center;
}

.products_heading h2 {
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
}

.products_heading h2 span {
    color: #167cc4;
}

.separator {
    line-height: 0.5;
    text-align: center;
    margin: 10px 0 50px 0;
}

.separator span {
    display: inline-block;
    position: relative;
}

.separatorss span:before,
.separatorss span:after {
    content: "";
    position: absolute;
    border-bottom: 5px solid #167cc4;
    top: 0px;
    width: 30px;
}

.separator span:before {
    right: 100%;
}

.separator span:after {
    left: 100%;
}

.feature_item .item {
    background: #fff;
    margin: 0;
    padding: 0;
    border: 1px solid #deeffb;
}

.feature_item .feature_image {
    position: relative;
    padding: 0px;
    text-align: center;
    min-height: 210px;
    overflow: hidden;
}

.feature_item .feature_image .image {
    position: relative;
    padding: 0px;
    margin-bottom: 15px;
    text-align: center;
    min-height: 285px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.feature_item .image img {
    position: absolute;
    margin: auto;
    padding: 0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: auto;
    max-height: 100%;
}

.feature_item:hover .feature_image .image {
    transform: scale(1.1)
}

#products {
    margin-bottom: 20px;
}

#products .owl-prev,
#products .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #4a4a4a;
    border: 0;
    outline: 0;
    background: #fff;
    border-radius: 100%;
    z-index: 50;
    border: 1px solid #e5e5e5;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

#products .owl-nav .owl-prev {
    left: -50px;
    top: 48%;
}

#products .owl-nav .owl-next {
    right: -50px;
    top: 48%;
}

#products .owl-nav .owl-prev:hover,
#products .owl-nav .owl-next:hover {
    background: #dc3135;
    color: #fff;
    border-color: #dc3135;
}

.feature_sec h5 {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    float: inherit;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-transform: none;
    margin-bottom: 5px;
    line-height: 23px;
    text-transform: capitalize;
}

.feature_sec h5 a {
    color: #fff;
}

.feature_item .item:hover .feature_sec {
    background: #ffe93d;
    color: #fff
}

.feature_item .item:hover .feature_sec h5 a {
    color: #167cc4;
}

.feature_sec {
    display: block;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    background: #167cc4
}

.feature_sec h3 {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    float: inherit;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-transform: none;
    margin-bottom: 5px;
    line-height: 23px;
    text-transform: capitalize;
}

.feature_sec h3 a {
    color: #fff;
}

.feature_item .item:hover .feature_sec {
    background: #ffe93d;
    color: #fff
}

.feature_item .item:hover .feature_sec h3 a {
    color: #167cc4;
}

.feature_sec p a {
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    float: inherit;
    font-weight: 400;
    font-size: 15px;
    color: #167cc4;
}

.testi {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

.news_section .sec-title div {
    color: #333;
    font-size: 26px;
    font-weight: bold;
}

.news_section {
    float: left;
    width: 100%;
    position: relative;
    padding: 50px 0px 50px;
    background: #fff;
}

.news_section .sec-title {
    margin-bottom: 20px;
}

.news_section .sec-title h2 {
    color: #333;
}

.news_section .sec-title p {
    color: #333;
}

.news_section .events-full-box {
    margin-bottom: 50px;
}

.news_section .events-full-box:last-child {
    margin-bottom: 0px;
}

.news_section .events-single-box {
    min-height: 280px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out;
    background: #fff;
}

.news_section .events-single-box img {
    width: 100%;
    height: 100%;
}

.news_section .events-single-box:hover {
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
}

.news_section .events-single-box:hover .event-info h3,
.news_section .events-single-box:hover a {
    transition: all 0.3s ease-in-out;
}

.news_section .event-info {
    padding: 20px 15px;
}

.news_section .event-info h6 {
    transition: all 0.3s ease-in-out;
    padding-bottom: 15px;
    margin: 0;
    color: #005b7f;
}

.news_section .event-info h6 a {
    color: #167cc4;
    font-size: 20px;
    text-transform: capitalize;
}

.news_section .event-info:hover h6 a {
    color: #333;
}

.news_section .event-info h3 {
    transition: all 0.3s ease-in-out;
    padding-bottom: 15px;
    margin: 0;
    color: #005b7f;
}

.news_section .event-info h3 a {
    color: #167cc4;
    font-size: 20px;
    text-transform: capitalize;
}

.news_section .event-info:hover h3 a {
    color: #333;
}

.news_section .event-info .events-time span {
    color: #666666;
    font-size: 14px;
    margin-right: 25px;
}

.news_section .event-info .events-time span .event-icon {
    padding-right: 2px;
}

.news_section .event-info p {
    margin: 0;
    font-size: 15px;
    color: #333;
    padding-bottom: 15px;
}

.news_section .event-info a {
    color: #167cc4;
    margin: 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.news_section .event-info a .events-btn-icon {
    padding-left: 5px;
}

.footer-area {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    background: #167cc4;
    padding-top: 50px;
    padding-bottom: 30px;
}

.footer-area:after {
    content: "";
    background: url(../images/footer.png) no-repeat;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    top: -80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}

.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-footer-widget .title {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 15px;
}

.single-footer-widget .title div {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-footer-widget .title div span {
    color: #ffe93d;
}

.single-footer-widget .company-info-text {
    position: relative;
    display: block;
}

.single-footer-widget .company-info-text .text-box {
    display: block;
    padding-bottom: 21px;
}

.single-footer-widget .company-info-text .text-box p {
    color: #fff;
    line-height: 24px;
    margin: 0;
}

.call-officers {
    position: relative;
    display: block;
    width: 270px;
    height: 85px;
    background: #2d9eee;
    border-radius: 5px;
    padding: 15px 13px 14px;
}

.call-officers .icon {
    width: 70px;
    position: relative;
}

.call-officers .icon:before {
    content: "\f0da";
    font-family: FontAwesome;
    color: #ffe93d;
    font-size: 30px;
    position: absolute;
    top: 5px;
    right: 12px;
}

.call-officers .icon span:before {
    width: 50px;
    height: 50px;
    background: #ffe93d;
    text-align: center;
    border-radius: 50%;
    color: #167cc4;
    font-size: 23px;
    line-height: 50px;
    display: block;
}

.call-officers .icon,
.call-officers .text {
    display: table-cell;
    vertical-align: middle;
}

.call-officers .text {
    padding-left: 5px;
    color: #fff;
}

.call-officers .text span {
    font-size: 18px;
}

.call-officers .text h6 {
    font-size: 18px;
    margin: 2px 0 0;
    color: #ffe93d;
}

.single-footer-widget .solutions-links {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.single-footer-widget .solutions-links li {
    line-height: 24px;
    margin-bottom: 10px;
    list-style: none;
}

.single-footer-widget .solutions-links li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .solutions-links li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    transition: all 500ms ease;
}

.single-footer-widget .solutions-links li a:hover {
    padding-left: 25px;
    color: #ffe93d;
}

.single-footer-widget .solutions-links li a:before {
    position: absolute;
    top: -1px;
    left: 0;
    content: "\f105";
    font-family: FontAwesome;
    color: #ddd;
    font-size: 18px;
    transition: all 0.3s ease-in-out 0.1s;
}

.single-footer-widget .solutions-links li a:hover:before {
    left: 5px;
    color: #ffe93d;
}

footer .footer_contact {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

footer .footer_contact li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px;
    color: #fff
}

footer .footer_contact li a {
    color: #fff;
    display: inline-block;
}

footer .footer_contact li a:hover {
    color: #ffe93d
}

footer .footer_contact li a:focus {
    color: #ffe93d
}

footer .footer_contact li i {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 22px;
    width: 30px;
    height: 30px;
    line-height: 30px
}

footer .footer_contact li strong {
    display: block;
    text-transform: uppercase
}

footer .footer_contact li i {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 22px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ffe93d
}

.sociallinks-style-two {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.footer-social-links p {
    color: #ffe93d;
    text-transform: uppercase;
}

.sociallinks-style-two li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.sociallinks-style-two li:last-child {
    margin-right: 0px;
}

.sociallinks-style-two li a i {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #2d9eee;
    border: 1px solid #2d9eee;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    transition: all 500ms ease 0s;
}

.sociallinks-style-two li a:hover i {
    background: #ffe93d;
    border-color: #ffe93d;
    color: #167cc4;
}

.copy {
    float: left;
    width: 100%;
    background: #0c63a2;
    line-height: 40px;
    color: #fff;
}

.copy a {
    color: #ffe93d;
    display: inline-block;
}

.copy a:hover {
    color: #ffe93d;
}

.clr1 a {
    color: #ffe93d
}

.copy i {
    color: #ffe93d;
}

.send_enquiry {
    background: #ffffff;
    border-radius: 40px;
    bottom: 20px;
    color: #ffffff;
    display: table;
    height: 50px;
    left: 15px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    transition: all 0.2s linear;
    background: linear-gradient(to bottom, #10456a 0%, #167cc4 100%);
}

.send_enquiry i {
    font-size: 22px;
    line-height: 50px;
}

.send_enquiry:hover {
    color: #ffe93d;
    padding: 0 20px;
}

.send_enquiry:focus {
    color: #ffe93d;
}

.send_enquiry span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    text-transform: uppercase;
}

.send_enquiry:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.whatapp_btn {
    background: #01e675;
    width: 50px;
    height: 50px;
    color: #fff;
    position: fixed;
    left: 15px;
    bottom: 80px;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0 3px 10px rgb(0 0 0 / 16%), 0px 3px 10px rgb(0 0 0 / 16%);
}

.whatapp_btn svg {
    width: 28px;
    height: 28px;
}

.whatapp_btn:hover {
    color: #fff;
}

#web-pulse-scroll-up {
    position: fixed;
    z-index: 8030;
    bottom: 65px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #167cc4;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s;
    display: none;
    background: #ffe93d;
}

#web-pulse-scroll-up:hover {
    background: #333;
    color: #fff;
}

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


/* Send Enquire */

.enquiry {
    position: fixed;
    z-index: 1000;
    bottom: 28px;
    left: 25px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.enquiry i {
    float: left;
    z-index: 999;
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: #167cc4;
    transition: 0.5s;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}

.enquiry strong {
    background: #333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0 30px 30px 0;
    height: 45px;
    float: left;
    font-size: 15px;
    margin-top: 3px;
    margin-left: 35px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.enquiry i:hover {
    color: #fff;
    background: #167cc4;
}

.enquiry strong:hover {
    color: #167cc4;
    background: #eee;
}


/* Modal Form*/

#whatsapp .modal-dialog {
    margin-top: 12%;
}

#enquiry_form .modal-dialog {
    margin-top: 5%;
}

.modal-content {
    border-radius: 0;
    border: 0;
}

.modal-header {
    background: #167cc4;
    color: #fff;
    text-align: left;
    border-radius: 0;
    padding: 10px 15px;
}

.modal-header .modal-title {
    color: #fff;
    padding: 0px;
    margin: 0;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}

.btn-close {
    width: 1em;
    height: 1em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    outline: 0;
}

.btn-close:focus {
    box-shadow: none;
}

.submit_btn {
    width: auto;
    background: #167cc4;
    padding: 8px 25px;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

.submit_btn:hover,
.submit_btn:focus {
    background: #ffe93d;
    color: #167cc4;
}

.send_p {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

.modal-body input[type="text"],
.modal-body select,
.modal-body input[type="number"] {
    width: 100%;
    padding: 5px 12px;
    border-radius: 0px;
}

.modal-body textarea {
    width: 100%;
    height: 120px;
    padding: 5px 12px;
    border-radius: 0px;
}

.modal-body select {
    width: 100%;
}

.pac-container {
    z-index: 100000;
}

.g-recaptcha {
    transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}


/* Home Testimonials */

.home_testimonials_webpulse {
    float: left;
    width: 100%;
    margin-bottom: 78px;
    color: #fff;
    padding: 50px 0 30px;
    background: url(../images/testimonial.jpg);
    text-align: left;
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
}

.home_testimonials_webpulse:before {
    background-color: rgba(17, 17, 17, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.home_testimonials_webpulse h3 {
    float: left;
    width: 100%;
    font-size: 24px;
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}

.web-pulse-testimonials {
    float: left;
    width: 100%;
}

.testimonials-item {
    padding: 40px 30px;
    font-size: 15px;
    font-style: italic;
    background: #eee;
    border-radius: 4px;
    line-height: 24px;
    color: #333;
}

.dont-know {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 999;
}

.web-pulse-testimonials .testimonial-info {
    font-size: 16px;
    padding: 0 15px;
    margin-top: 18px;
}

.web-pulse-testimonials .testimonial-info span {
    float: left;
    top: 3px;
    font-weight: 600;
    position: relative;
    color: #fff;
}

.web-pulse-testimonials .testimonial-info p {
    color: #fff;
    display: block;
    font-size: 13px;
    margin-top: 10px;
}

.web-pulse-testimonials .testimonial-info img {
    width: 80px;
    float: left;
    height: 80px;
    padding: 2px;
    margin-right: 15px;
    border: solid 1px #ccc;
}

.web-pulse-testimonials .testimonial-author {
    overflow: hidden;
}

.testimonials-item {
    position: relative;
}

.testimonials-item:after,
.testimonials-item:before {
    left: 80px;
    bottom: -20px;
}

.testimonials-item:after {
    border-top: 22px solid;
    border-left: 0 solid transparent;
    border-right: 22px solid transparent;
}

.testimonials-item:after {
    width: 0;
    height: 0;
    content: " ";
    display: block;
    position: absolute;
    border-top-color: #eee;
    border-left-style: inset;
    border-right-style: inset;
}

.rounded-x {
    border-radius: 50%;
}

.global {
    float: left;
    width: 100%;
}

.global p {
    text-align: left;
    color: #fff;
    font-size: 15px;
}

.global_image {
    float: right;
    padding: 0 0 15px 15px;
}


/* Home Clients */

.webpulse_home_clients {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0 100px;
}

.webpulse_home_clients .sec-title h3 {
    color: #333;
}

.webpulse_home_clients .clients {
    border: solid 1px #d8d8d8;
    max-width: 100%;
    background: #fff;
    margin-bottom: 26px;
    position: static;
    opacity: 1;
    margin: 0 10px 20px;
    transition: opacity 0.3s ease;
    top: 0;
    left: 0
}

.webpulse_home_clients .item .image {
    position: relative;
    padding: 15px 10px 0px;
    text-align: center;
    min-height: 124px;
    max-height: 124px;
    overflow: hidden;
}

.webpulse_home_clients .item .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}


/* Home About */

.home_about-web-pulse {
    float: left;
    width: 100%;
    color: #fff;
    padding: 80px 0;
    background: url(../../index.html) no-repeat fixed;
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
    overflow: hidden;
}

.home_about-web-pulse {
    padding: 0;
}

.home_about-web-pulse .features-image {
    width: calc(75% - 210px);
    float: left;
    display: block;
}

.home_about-web-pulse .web-pulse-features-area {
    width: -webkit-calc(25% + 210px);
    width: calc(25% + 210px);
    float: left;
    position: relative;
}

.home_about-web-pulse .web-pulse-features-area::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(152, 180, 70, 0.5);
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}

.home_about-web-pulse .web-pulse-features-area .features {
    max-width: 460px;
    position: relative;
    z-index: 2;
}

.home_about-web-pulse:before {
    background-color: rgba(17, 17, 17, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.home_about-web-pulse h3 {
    color: #fff;
    font-size: 30px;
    font-style: italic;
}

.home_about-web-pulse h3 span {
    color: #167cc4;
    font-weight: 700;
}

.home_about_text {
    margin-bottom: 20px;
}

.home_about-web-pulse .home_about_text p {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    padding: 0 0%;
    font-weight: 500;
    line-height: 24px;
}

.home_about-web-pulse .home_about_text p a {
    color: #fff;
}

.read_more {
    position: relative;
    padding: 10px 25px 10px 25px;
    background: #167cc4;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    margin-top: 20px;
}

.read_more:before,
.read_more:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    border-radius: 0;
    z-index: -1;
    height: 100%;
    background: #333;
    will-change: transform;
    transform: skew(-45deg) scaleX(0);
    transition: transform .3s ease-in-out;
}

.read_more:before {
    right: 75%;
    margin-right: -1px;
    transform-origin: 0% 0%;
}

.read_more:after {
    width: 70%;
    left: 75%;
    margin-left: -1px;
    transform-origin: 100% 0%;
}

.read_more:hover:before,
.read_more:hover:after {
    transform: skew(-45deg) scaleX(1.5);
}

.read_more:hover {
    color: #fff;
    background: #167cc4;
}

.webpulse_welcome_list {
    padding: 40px 0px 40px 30px;
    z-index: 9
}

.webpulse_welcome_col {
    padding: 40px 20px 40px 90px;
    z-index: 5
}

.webpulse_welcome_list img {
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 15px;
}

.webpulse_welcome_list p {
    color: #fff;
    letter-spacing: 0.1px;
    margin: 0px 0px 15px;
}

.home_video {
    width: 100%;
    height: 330px;
}

.wps-factsheet {
    width: 100%;
    float: left;
    padding: 10px 0;
    background: #f6f6f6;
    border: 1px solid #eaeaea;
    box-shadow: 0 8px 4px -4px #555;
    margin-bottom: 15px;
    min-height: 80px;
}

.wps-factsheet .icon {
    height: 55px;
    float: left;
}

.wps-factsheet .icon img {
    float: left;
    width: 60px;
    padding-left: 5px;
    padding-right: 10px;
}

.wps-factsheet .info {
    padding-top: 2px;
    text-align: left;
}

.wps-factsheet .info h4 {
    margin: 0px;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: left;
    text-transform: inherit;
}

.wps-factsheet .info p {
    font-size: 12px;
    margin: 0;
    line-height: 18px;
    color: #666;
}

.wps-factsheet .info h3 {
    margin: 0px;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: left;
    text-transform: inherit;
}


/* Inner Heading Banner*/

.heading_banner {
    float: left;
    width: 100%;
    position: relative;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 95px 0;
    margin: 0;
}

.heading_banner:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
}

.heading_banner .container {
    position: relative;
}

.heading_banner h1 {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner h2 {
    margin: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner .cat_title {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}

.heading_banner .cat_title2 {
    margin: 0;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    text-align: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: auto;
    padding: 10px 20px;
}


/* Breadcrumb*/

.inner_breadcrumb {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    margin: 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.inner_breadcrumb .breadcrumb {
    background: none;
    border-radius: 0;
    border: none;
    list-style: none;
    padding: 0;
    float: left;
    display: inline-block;
    text-transform: capitalize;
    margin: 0;
}

.inner_breadcrumb .breadcrumb li {
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    float: left;
    display: inline-block;
    line-height: 55px;
}

.inner_breadcrumb .breadcrumb li a {
    float: left;
    padding: 0;
    color: #666;
    letter-spacing: 0.3px;
}

.inner_breadcrumb .breadcrumb li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    padding: 0 14px;
    color: #fff;
    display: inline-block;
}

.inner_breadcrumb .breadcrumb li.active {
    color: #167cc4;
}

.inner_breadcrumb .breadcrumb li+li:before {
    content: "\f105";
    color: #fff;
    padding: 0 14px;
}

.inner_breadcrumb .breadcrumb li+li:before {
    float: left;
    padding: 20px 10px;
    color: #bfbfbf;
}


/* About Us */

.about_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
    position: relative;
}

.left_sidebar {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.left_sidebar .left_title {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #167cc4;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.left_sidebar form {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 10px 10px;
}

.left_image {
    float: left;
    width: 340px;
    margin: 0px 15px 15px 0;
    text-align: center;
}

.left_image .left_centered {
    width: 100%;
    position: relative;
    padding: 0px;
    min-height: 260px;
    overflow: hidden;
    border: 1px solid #eee;
}

.left_image .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 260px;
    transition: transform .5s ease;
}

.left_image .left_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.left_image:hover .left_centered .image {
    transform: scale(1.1);
}

.right_image1 {
    float: right;
    width: 340px;
    margin: 0px 0px 15px 15px;
    text-align: center;
}

.right_image1 .left_centered {
    width: 100%;
    position: relative;
    padding: 0px;
    min-height: 260px;
    overflow: hidden;
    border: 1px solid #eee;
}

.right_image1 .left_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 260px;
    transition: transform .5s ease;
}

.right_image1 .left_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.right_image1:hover .left_centered .image {
    transform: scale(1.1);
}

.client_satisfaction {
    float: left;
    width: 200px;
    margin: 0px 15px 15px 0;
    text-align: center;
}

.client_satisfaction .client_centered {
    width: 100%;
    position: relative;
    padding: 0px;
    min-height: 200px;
    overflow: hidden;
    border: 1px solid #eee;
}

.client_satisfaction .client_centered .image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 200px;
    transition: transform .5s ease;
}

.client_satisfaction .client_centered .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.client_satisfaction:hover .client_centered .image {
    transform: scale(1.1);
}


/* left menu */

.left_sidebar ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #333;
}

.left_sidebar ul li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #444;
    list-style: none;
}

.left_sidebar ul li a {
    color: #FFF;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
}

.left_sidebar ul li a:hover,
.left_sidebar ul li a:focus,
.left_sidebar ul li a.active {
    background: #167cc4;
    color: #fff;
}

.left_sidebar ul li ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}

.left_sidebar ul li ul li {
    border-bottom: 1px dashed #CCC;
    list-style-type: none;
    position: relative;
}

.left_sidebar ul li ul li a {
    display: block;
    font-weight: 500;
    color: #000;
    text-align: left;
    font-size: 12px;
    padding: 4px 15px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 24px;
}

.left_sidebar ul li ul li a:hover,
.left_sidebar ul li ul li a:focus,
.left_sidebar ul li ul li a.active {
    background: #167cc4;
    color: #fff;
}

.left_sidebar ul li ul li a i {
    float: right;
    line-height: 24px;
}

.left_sidebar ul li ul li ul {
    display: none;
    transition: all 2s;
    position: absolute;
    left: 98%;
    top: 0px;
    z-index: 200;
    background: #fff;
    width: 200px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.left_sidebar ul li ul li:hover ul {
    display: block;
    transition: all 2s;
}

.left_sidebar ul li ul li ul li a {
    display: block;
    font-weight: 400;
    color: #333;
    text-align: left;
    font-size: 13px;
    padding: 4px 15px;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 24px;
}

.left_sidebar ul li ul li ul li a:hover,
.left_sidebar ul li ul li ul li a:focus,
.left_sidebar ul li ul li ul li a.active {
    background: #fe0000;
    color: #fff;
}


/* About Right*/

.right_side h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #167cc4;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.right_side h2 {
    padding: 0px;
    margin: 20px 0 5px;
    line-height: 30px;
    font-size: 22px;
    color: #333;
    font-weight: 600;
}

.right_side h3 {
    padding: 0px;
    margin: 10px 0 5px;
    line-height: 30px;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.wps_right {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.right_side p {
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
    font-size: 15px;
    font-weight: normal
}

.right_side .about_b {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 230px;
    margin-bottom: 15px;
}

.right_side .about_image {
    position: relative;
    padding: 0px;
    text-align: center;
    min-height: 230px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    border: 1px solid #eee;
}

.right_side .about_b:hover .about_image {
    transform: scale(1.1);
}

.right_side .about_image img {
    position: absolute;
    margin: auto;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 100%;
    max-height: 100%;
}

.right_side .factsheet .info h4 {
    font-size: 16px;
}

.right_side .factsheet .info p {
    font-size: 13px;
}

.right_side ul {
    margin: 0 0 25px;
    padding: 0;
}

.right_side ul li {
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.right_side ul li::before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
}


/* About Team*/

.team {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
    position: relative;
}

.team_box {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
}

.team_box .team_image {
    background: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 280px;
    border: 1px solid #ccc;
}

.team_box .team_image img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.team_box .team_content {
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 2px solid #ccc;
    margin: 3px 0 0;
}

.team_box .team_content h4 {
    color: #167cc4;
    margin: 0;
    padding: 0;
    font-size: 17px;
}

.team_box .team_content p {
    letter-spacing: 0.3px;
    color: #333;
    margin: 0;
}

.category_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #eee;
}

.category_page h1 {
    padding: 8px 10px;
    margin: 0;
    line-height: 30px;
    background: #167cc4;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.category_page .wps_right ul {
    margin: 0 0 25px;
    padding: 0;
}

.category_page .wps_right ul li {
    display: block;
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 16px;
    font-weight: normal;
}

.category_page .wps_right ul li:before {
    margin-right: 5px;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='currentColor' viewBox='0 0 16 16'><path d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/></svg>");
}

.product_right_image {
    float: right;
    width: 400px;
    margin: 0px 0 25px 15px;
    text-align: center;
}

.product_right_image .detail_image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 400px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.product_right_image .detail_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.product_right_image .product_dimage {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 400px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.wps_right p {
    margin-bottom: 20px;
    font-size: 15px;
}

.wps_right h2 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
    color: #167cc4;
}

.wps_right h3 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
    color: #167cc4
}

.categoryCTA {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0
}

.categoryCTA .vs-btn {
    background: #613228;
    color: #fff;
    font-size: 18px;
}

.product_listing {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0px 3px 5px 0px rgba(210, 210, 210, 0.75);
    transition: all 0.35s ease-in-out;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #eee;
}

.product_listing .product {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
    border-right: 1px solid #eee;
    display: inline-block;
}

.product_listing .product .image1 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 267px;
    transition: all 0.4s ease-in-out;
}

.product_listing .product .image1 img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.product_listing .product p {
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px;
}

.padding0 {
    padding: 0;
}

.right-content {
    position: relative;
    padding-right: 15px;
}

.right-content h3 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
}

.right-content h4 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
}

.right-content p {
    font-size: 15px;
}

.blue-line1 {
    width: 100%;
    display: block;
    height: 1.1px;
    background: #eee;
    position: relative;
    margin-bottom: 10px;
    padding: 0 15px;
}

.read_more_product {
    background: #333;
    padding: 8px 20px;
    font-size: 14px;
    color: #fff;
    margin: 0 0px 10px 0px;
    display: inline-block;
    width: auto;
    border-radius: 3px;
}

.read_more_product i {
    margin-left: 10px;
}

.read_more_product:hover,
.read_more_product:focus {
    color: #fff;
    background: #167cc4;
}

.product_listing:hover .right-content h3 a {
    color: #167cc4;
}

.product_listing:hover .right-content h4 a {
    color: #167cc4;
}

.right-content .table-responsive {
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 230px;
    overflow: auto;
    padding-right: 5px;
}

.right-content table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 14px;
    line-height: normal;
    text-align: left;
}

.right-content table tbody tr td {
    border: 1px solid #eaeaea;
    width: 60%;
}

.right-content table tbody tr td:first-child {
    color: #167cc4;
    font-weight: 500;
    width: 40%;
}


/* Products Poup */

.product_popup {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.product_popup_image {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    height: 300px;
}

.product_popup_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: 100%;
    margin: auto;
}

.product_popup h4 {
    color: #167cc4;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: left;
    padding: 0;
}

.product_popup p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: left;
    margin-bottom: 15px;
}

#product_enquiry label.error {
    color: #FB3A3A;
    font-weight: normal;
}


/* Product Sub Listing */

.product_right_image {
    float: right;
    width: 400px;
    margin: 0px 0 15px 15px;
    text-align: center;
}

.product_right_image iframe {
    width: 100%;
    height: 315px;
}

.product_right_image .detail_image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 400px;
}

.product_right_image .detail_image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.cat_info p {
    font-size: 14px;
    line-height: 24px;
    color: #423f3f;
    text-align: justify;
    margin-bottom: 15px;
}

.product_right_image .detail_enq_btn {
    width: auto;
    background: #333;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 8px 20px;
    margin: 0;
    display: inline-block!important;
    border: 0;
    border-radius: 4px;
}

.product_right_image .detail_enq_btn:hover,
.product_right_image .detail_enq_btn:focus {
    background-color: #167cc4;
    color: #fff;
}

.product_right_image:hover .detail_enq_btn {
    background-color: #167cc4!important;
    color: #fff;
}

.product_right_image .product_dimage {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 300px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.product_right_image .product_dimage .detail_image {
    transition: transform .5s ease;
    transform-origin: center center;
}

.product_right_image:hover .product_dimage .detail_image {
    transform: scale(1.2);
}


/* You May Also Like  */

.you_may {
    float: left;
    width: 100%;
    padding: 7px 10px;
    margin: 0 0 8px;
    line-height: 30px;
    background: #167cc4;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.product_more {
    float: left;
    width: 100%;
    border: solid 1px #eee;
    max-width: 100%;
    background: #fff;
    padding-bottom: 11px;
    margin: 0 0px 30px;
    text-align: center;
}

.product_more .may_image {
    margin-bottom: 13px;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
}

.product_more .may_image .image {
    transition: transform .5s ease;
    transform-origin: center center;
}

.product_more:hover .may_image .image {
    transform: scale(1.1);
}

.product_more .may_image .image {
    position: relative;
    padding: 10px 10px 0px;
    text-align: center;
    min-height: 200px;
    overflow: hidden;
}

.product_more .may_image .image img {
    margin: 10px auto 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    max-height: 100%;
}

.product_more h4 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    font-weight: 600;
    font-size: 18px;
    color: #167cc4;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 24px;
    margin: 0;
}

.product_more span {
    float: left;
    width: 100%;
    padding: 5px 0 10px;
    color: #423f3f;
    font-size: 13px;
    font-weight: 400;
}

.may_btn {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 8px 20px;
    width: auto;
    margin: auto;
    transition: 0.5s;
    border: 0;
    border-radius: 4px;
}

.may_btn:hover {
    background: #167cc4;
}

.product_more:hover .may_btn {
    background: #167cc4;
}


/* Gallery Page */

.gallery_category {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.gallery_category:before {
    position: absolute;
    content: "";
    right: 20px;
    bottom: 20px;
    border: 2px solid rgba(255, 255, 255, 0.90);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.4);
    opacity: 0;
    top: 20px;
    left: 20px;
    z-index: 1;
    transition: all .4s ease
}

.gallery_category:before {
    opacity: 1
}

.gallery_category .gallery_image {
    transform: scale(1.5) translateY(0);
    transition: all .4s ease-in-out
}

.gallery_category:hover .gallery_image {
    transform: scale(1.5) translateY(-12px)
}

.gallery_category .gallery_image {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 285px;
}

.gallery_category .gallery_image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
}

.gallery_category .caption {
    position: absolute;
    bottom: calc(50% - 30px);
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    z-index: 10;
    text-align: center;
    width: 100%
}

.gallery_category:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity .3s ease-in-out;
    opacity: 0;
    top: 0
}

.gallery_category:hover:after {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.8);
}

.gallery_category:after {
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.gallery_category .caption h3 {
    color: #fff;
    margin-bottom: 10px;
    transform: translateY(20px);
    transition: all .5s ease-in-out;
    opacity: 0
}

.gallery_category .caption p {
    transform: translateY(50px);
    color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    transition: all .5s ease-in-out
}


/*.gallery_category:hover .caption h3,.gallery_category:hover .caption p{opacity:1;transform:translateY(0px)}*/

.gallery_category .caption h3,
.gallery_category .caption p {
    opacity: 1;
    transform: translateY(0px)
}

.gallery_category:hover .caption h3 {
    color: #167cc4;
}

.gallery_category .link-wrap {
    position: absolute;
    top: calc(50% - 30px);
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: 10
}

.gallery_category .link-wrap i {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    transition: all .5s ease-in-out
}


/*.gallery_category .link-wrap a:first-child{transform:translateY(-30px);margin-right:5px}
.gallery_category .link-wrap a:last-child{transform:translateY(-60px)}*/


/*.gallery_category:hover .link-wrap a{opacity:1;transform:translateY(0px)}*/

.gallery_category .link-wrap i {
    opacity: 1;
    transform: translateY(0px)
}

.gallery_category .link-wrap i:hover {
    background-color: rgba(255, 255, 255, 0.4)
}

.gallery_video iframe {
    width: 100%;
    height: 185px!important;
    margin-bottom: 5px;
}


/* Gallery Details */

.gallery_details {
    position: relative;
    overflow: hidden;
    background: #222;
    margin-bottom: 20px;
}

.gallery_details .gdetails_image {
    width: 100%;
    transition: all .4s ease-in-out;
    opacity: 0.9;
}

.gallery_details:hover .gdetails_image {
    transform: scale(1.1);
    filter: blur(4px);
}

.gallery_details .gdetails_image {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 190px;
}

.gallery_details .gdetails_image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: 100%;
}

.gallery_details .caption {
    position: absolute;
    bottom: calc(50% - 30px);
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    z-index: 10;
    text-align: center;
    width: 100%;
}

.gallery_details:before,
.gallery_details:after {
    position: absolute;
    content: '';
    height: 0px;
    width: 0px;
    background-color: transparent;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.gallery_details:before {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.gallery_details:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    bottom: 20px;
    right: 20px;
}

.gallery_details:hover:before,
.gallery_details:hover:after {
    height: 40px;
    width: 40px;
    opacity: 1;
}

.gallery_details .link-wrap {
    position: absolute;
    top: calc(55% - 25px);
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: 10;
}

.gallery_details .link-wrap i {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    transition: all .5s ease-in-out
}

.gallery_details:hover .link-wrap i {
    opacity: 1;
    transform: translateY(0px);
}

.gallery_details .link-wrap i:hover {
    background-color: rgba(152, 180, 70, 0.76);
}


/* Video Gallery */

.video_gallery {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    transition: all .3s ease-in-out
}

.video_gallery:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
}

.video_gallery i {
    line-height: inherit;
    color: #ff9900;
    font-size: 20px;
}

.video_gallery iframe {
    width: 100%;
    height: 300px;
    margin-bottom: 5px;
}

.video_gallery h3 {
    font-size: 14px;
    color: #333;
    padding: 0;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

.video_gallery h3 i {
    width: 50px;
    height: 50px;
    background: #e02f2f;
    border: 1px solid #ce2626;
    text-align: center;
    line-height: 45px;
    float: left;
    font-size: 30px;
    color: #fff;
    margin-right: 15px;
}


/* Careers Page  */

.careers_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
    position: relative;
}

.careers_right h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #167cc4;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.career_list {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0 0 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.career_list h2 {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 10px;
    padding: 5px 10px;
    background: #eee;
}

.career_list ul {
    display: inline-block;
    margin: 0px 0 10px;
    padding: 0px;
}

.career_list ul li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}

.career_list ul li:before {
    content: none;
    margin: 0;
}

.career_list ul li a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.career_list ul li i {
    margin-right: 5px;
    color: #167cc4;
}

.detail01 {
    padding: 0 10px;
}

.career_list h2 a {
    color: #333;
}

.career_list:hover h2 a {
    color: #167cc4;
}

.career_list:hover .read_more_product {
    background: #167cc4;
    color: #fff;
}

.career_list:hover {
    box-shadow: 0 0 15px #c1c1c1;
    border: 1px solid #eee;
}

.career_box {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    border: 1px solid #ccc;
    padding: 15px 15px;
    background: #eee;
    font-size: 16px;
}

.career_box i {
    color: #167cc4;
    font-size: 20px;
    margin-right: 10px;
}

.upload {
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 10px;
    font-size: 12px!important;
    line-height: normal!important;
}


/* select Option */

.product_add {
    position: relative;
}

.product_add .check_product i {
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 9;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    background: #333;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-weight: 100
}

.product_add .check_product i:hover,
.product_add .check_product i:focus,
.product_add .check_product i.active {
    background: #167cc4;
    color: #fff;
}

.fa-check {
    background: #167cc4!important;
    color: #fff;
}


/* View select products */

.product_header {
    float: left;
    width: 100%;
    /*border: 1px solid #eee;*/
    margin-bottom: 20px;
    padding: 0px;
}


/*.product_header.stricky{position: fixed;top: 56px;right:89px;z-index: 999; width: 870px; background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);}*/

.product_header .container {
    width: 100%;
    padding: 10px;
    border: 1px solid #eee;
}

.product_header.stricky {
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 995;
    width: 100%;
}

.product_header.stricky .container {
    width: 1170px;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

.product_header.stricky .container .col-lg-2 {
    width: 10%;
}

.product_header .image {
    float: left;
    width: 100%;
    position: relative;
    height: 80px;
    text-align: center;
    border: 1px solid #eee;
}

.product_header .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
    margin: auto;
    padding: 10px;
}

.select_close {
    position: absolute;
    z-index: 999;
    right: -5px;
    top: -5px;
    background: #333;
    color: #fff;
    font-size: 13px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 75%;
}

.select_close:hover,
.select_close:focus {
    background: #167cc4;
    color: #fff;
}


/* List and Grid */

.listing_view {
    float: left;
    width: 100%;
    background: #eee;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 15px;
}

.listing_view h3 {
    line-height: 30px;
    padding-left: 5px;
    color: #333;
    font-size: 17px;
    margin: 5px 0;
}

.product_view_btn {
    float: right;
}

.list_btn {
    float: left;
    background: #333;
    color: #fff;
    margin-left: 10px;
    padding: 10px 20px;
}

.list_btn:hover,
.list_btn:focus,
.list_btn.active {
    background: #167cc4;
    color: #fff;
}

.thumbnail {
    margin-bottom: 20px;
    padding: 0;
    border-radius: 0
}

.list_item {
    float: none;
    width: 100%;
    margin-bottom: 10px
}

.list_item .list-group-image {
    margin-right: 10px
}

.list_item .thumbnail {
    margin-bottom: 0
}

.list_item .caption {
    padding: 9px 9px 0 9px
}

.list_item:before,
.list_item:after {
    display: table;
    content: " "
}

.list_item img {
    float: left
}

.list_item:after {
    clear: both
}

.list-group-item-text {
    margin: 0 0 11px
}

.list_item .thumbnail .product_view {
    float: left;
    width: 30%;
    padding: 15px;
    margin-right: 25px;
    border-right: 1px solid #eee;
    background: #fff;
    z-index: 2;
    margin-bottom: 0;
}

.product_view {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    height: 250px;
    padding: 10px;
}

.product_view .image {
    text-align: center;
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    margin: 0;
    transition: transform .5s ease;
}

.product_view .image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
    padding: 10px;
}

.item_view .thumbnail:hover .product_view .image {
    transform: scale(1.1);
}

.item_view .caption {
    text-align: center;
}

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

.item_view .caption h3 {
    padding: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 24px;
    margin: 0;
    height: auto;
}

.list_item .caption h3 {
    text-align: left;
    padding: 10px 0 13px;
}

.item_view .caption h3 a {
    font-weight: 600;
    font-size: 18px;
    color: #167cc4;
}

.item_view .caption h3 {
    height: 65px;
}

.list_item .caption h3 {
    height: auto;
}

.item_view .caption h4 {
    padding: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 24px;
    margin: 0;
}

.list_item .caption h4 {
    text-align: left;
}

.item_view .caption h4 a {
    font-weight: 600;
    font-size: 18px;
    color: #167cc4;
}

.item_view .caption p {
    text-align: center;
    height: 70px;
    overflow: hidden;
    display: none;
}

.list_item .caption p {
    text-align: justify;
    height: auto;
    display: block;
}

.item_view .caption span {
    text-align: center;
    margin-bottom: 10px;
    display: block;
}

.list_item .caption span {
    text-align: justify;
    margin-bottom: 10px;
    display: block;
}

.item_view .caption .may_btn {
    display: inline-block;
}

.item_view .caption .may_btn:hover,
.item_view .caption .may_btn:focus,
.item_view .caption .may_btn.active {
    background: #167cc4;
    color: #fff;
}

.item_view .thumbnail:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
}


/* Client Page */

.client_image {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px;
    overflow: hidden;
    position: relative;
    height: 120px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.client_image .client_logo {
    overflow: hidden;
    position: relative;
    height: 100px;
    transition: transform .5s ease;
}

.client_image:hover .client_logo {
    transform: scale(1.1);
}

.client_image .client_logo img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    max-height: 100%;
    width: auto;
}


/* Blog Page */

.blog_news {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.blog_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
    position: relative;
}

.blog_page .blog_left h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #167cc4;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.feature_blog {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    border: 1px solid #ccc;
    background: #fff;
}

.feature_blog .slick-dots {
    bottom: -35px;
}

.feature_blog .feature_blog_item .image {
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    height: 290px;
}

.feature_blog .feature_blog_item .image img {
    position: absolute;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.feature_blog .feature_blog_item .blog_content {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.feature_blog .feature_blog_item .blog_content h2 {
    margin: 10px 0 10px;
    padding: 0;
    font-size: 22px;
    line-height: 30px;
}

.feature_blog .feature_blog_item .blog_content h2 a {
    color: #333;
}

.feature_blog .feature_blog_item:hover .blog_content h2 a {
    color: #167cc4;
}

.feature_blog .feature_blog_item .blog_content .blog_read_more {
    float: left;
    padding: 7px 20px;
    color: #fff;
    background: #333;
    text-decoration: none;
    border-radius: 4px;
}

.feature_blog .feature_blog_item:hover .blog_content .blog_read_more {
    background: #167cc4;
    color: #fff;
}

.blog_grid {
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
}

.blog_grid .image {
    float: left;
    width: 100%;
    margin: 0px;
    position: relative;
    overflow: hidden;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog_grid .image img {
    max-width: 100%;
    margin: auto;
    width: 100%;
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
}

.blog_grid .article_title {
    float: left;
    width: 100%;
    background-color: #fff;
    margin: 0;
    border: 2px solid #ccc;
    padding: 10px;
    padding-top: 15px;
}

.blog_grid .article_title hr.article_line {
    background-color: #167cc4;
    height: 4px;
    margin: 0;
    padding: 0;
    margin: -10px -12px 10px;
    border: none;
    position: relative;
    top: -7px;
}

.blog_grid h4 {
    height: 50px;
    margin-bottom: 0px;
    overflow: hidden;
    text-align: left;
    padding: 0;
    display: flex;
    align-items: center;
}

.blog_grid h4 a {
    color: #333;
}

.blog_grid:hover h4 a {
    color: #167cc4;
}

.blog_grid .article_title .article_category_name {
    position: absolute;
    top: 20px;
    left: 0;
    background: #f2f2f2;
    padding: 5px 10px;
    font-weight: 600;
    color: #333;
}

.blog_grid .article_title .article_category_name a {
    color: #333;
}

.left_title1 {
    float: left;
    width: 100%;
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #167cc4;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.right_news {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    background: #fff;
}

.right_news .image {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;
    height: 200px;
}

.right_news .image img {
    position: relative;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.right_news h5 {
    padding: 10px;
    line-height: 18px;
    font-size: 15px;
    margin: 0px;
}

.right_news h5 a {
    color: #333;
}

.right_news:hover h5 a {
    color: #167cc4;
}

.pager li>a {
    border-radius: 0px;
    color: #167cc4;
}

.pager li>a:hover,
.pager li>a:focus {
    color: #fff;
    background: #167cc4;
    border-color: #167cc4;
}


/* New Blog Details Page */

.blog_details {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
}

.blog_details ul {
    display: inline-block;
    margin: 0px 0 20px;
    padding: 0;
}

.blog_details ul li {
    display: inline-block;
    margin-right: 15px;
    list-style: none;
}

.blog_details ul li:before {
    content: none;
    margin: 0;
}

.blog_details ul li a {
    color: #333333;
    transition: all 0.5s ease-out;
}

.blog_details ul li i {
    margin-right: 5px;
}

.blog_details1 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.blog_details1 img {
    width: 100%;
    margin-bottom: 15px;
}

.blog_details1 p {
    text-align: justify;
    line-height: 24px;
}

.blog_details1 .block-quote {
    padding: 30px 40px;
    margin-bottom: 20px;
    background: #eee;
    border-left: 3px solid #167cc4;
}

.blog_details1 .block-quote p {
    font-size: 15px;
    line-height: 24px;
}

.blog_details1 h3 {
    margin: 0 0 5px;
    padding: 0;
    line-height: 30px;
}

.blog_details1 ul {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
}

.blog_details1 ul li {
    width: 100%;
    display: inline-block;
    list-style: none;
    line-height: 24px;
    color: #423f3f;
    font-size: 15px;
    font-weight: normal;
}

.blog_details1 ul li::before {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
}

.fb-comments {
    width: 100%;
}

.blog_details_img {
    width: 100%;
    text-align: center;
    height: 500px;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog_details_img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto
}


/*  Contact Us   */

.contact_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    position: relative;
}

#contact_form label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

#quick_form label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

#quick_enquiry label.error,
.output {
    color: #FB3A3A;
    font-weight: normal;
    margin-bottom: 15px;
}

.pac-container {
    z-index: 100000;
}

.contact_map {
    float: left;
    width: 100%;
    height: 550px;
}

.contact_form_grid1 {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .5);
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 4px;
    overflow: hidden
}

.contact_details {
    background: #167cc4;
    border-radius: 4px 0 0 4px;
    padding: 40px 40px 50px 30px;
}

.contact_details h4 {
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact_details p {
    color: #ffffff;
    margin-bottom: 20px;
}

.contact_details .address_list {
    clear: both;
    margin: 0 0 20px;
    padding: 0;
}

.contact_details .address_list li {
    clear: both;
    list-style: none;
    color: #fff;
}

.contact_details .address_list li a {
    color: #ffffff;
    display: flex;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.contact_details .address_list li a span {
    font-size: 30px;
    margin-right: 13px;
}

.contact_details .address_list li:first-child {
    display: flex;
    align-items: center;
}

.contact_details .address_list li span {
    font-size: 30px;
    margin-right: 13px;
}

.contact_details .address_list li a:hover,
.contact_details .address_list li a:focus {
    color: #ffe93d;
}

.social_list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.social_list li {
    list-style: none;
    display: inline-block;
}

.social_list li a {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    text-align: center;
    margin-right: 10px;
}

.social_list li a:hover {
    color: #ffe93d;
    border: 1px solid #ffe93d;
}

.contact_form_grid .form_grid {
    background-color: #ffffff;
    padding: 30px;
}

.contact_form_grid1 .form_grid {
    background-color: #ffffff;
    padding: 30px;
}

.form_grid h4 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
    color: #333;
}


/*  Testimonial Page  */

.testimonial_block {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.testimonial_text_box {
    margin: 0 0 10px;
    padding: 32px 20px 35px 0;
    background: #eee;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
    display: table;
    position: relative;
}

.testimonial_text_box .this-quote {
    margin: 0 20px;
    width: 30px;
}

.img-circle {
    border-radius: 50%;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.testimonial_text_box .this-quote img {
    width: auto;
}

.testimonial_text_box:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -25px;
    left: 69px;
    border-top: 25px solid #eee;
    border-right: 25px solid transparent;
}

.testimonial_text_box .this-texts {
    display: table-cell;
    width: calc(100% - 70px);
    vertical-align: top;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.testimonial_author .media-left {
    padding-right: 30px;
}

.testimonial_author .media-left a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.testimonial_author .media-body {
    vertical-align: middle;
}

.testimonial_author .this-title {
    font-size: 17px;
    color: #333;
    text-align: left;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.testimonial_author .loc {
    color: #167cc4;
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
}


/* Sitemap page */

.sitemap_page {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #eee;
    position: relative;
}

.sitemap_right_side h1 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #167cc4;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.sitemap {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li {
    list-style: none !important;
    background: transparent url(../images/sitemap_hr.png) no-repeat scroll 0px 9px;
    padding: 0px 0px 0px 15px;
    margin-bottom: 5px;
}

.sitemap li ul {
    border-left: 1px solid #666;
    padding: 0;
}

.sitemap li a {
    color: #333;
    font-size: 14px;
    padding-bottom: 5px;
    display: block;
}

.sitemap li a:hover {
    color: #167cc4;
}

.market_area h3 {
    float: left;
    display: block;
}

.market-list {
    float: left;
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

.market-list li {
    list-style: none;
    padding-right: 10px;
    line-height: 20px;
    width: 25%;
    float: left;
}

.market-list li:before {
    content: none !important;
    margin-right: 0 !important;
}

.market-list li a {
    width: auto;
    height: auto;
    padding: 10px 0 10px 12px;
    margin: 0 0 9px;
    display: block !important;
    color: #333 !important;
    font-size: 14px;
    background-color: #ddd;
}

.market-list li a:hover {
    background: #167cc4;
    color: #fff !important;
}

.footer_contact p {
    color: #fff;
}

.abouth2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 10px;
}

.right-content h4 {
    line-height: 24px;
    padding: 10px 0;
    text-align: left;
    margin: 0;
}

.wps_right h4 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
    color: #167cc4;
}

.clienth5 {
    color: #333;
    font-size: 26px;
    font-weight: bold;
    text-transform: capitalize;
}

.blog_page .blog_left h2 {
    padding: 8px 10px;
    margin: 0 0 10px;
    line-height: 30px;
    background: #167cc4;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.blog_grid h3 {
    margin: 0px 0 0px;
    line-height: 20px;
    margin-bottom: 0px;
    text-align: left;
    font-size: 16px;
    padding: 0;
}

.blog_grid h3 a {
    color: #333;
}

.blog_grid:hover h3 a {
    color: #167cc4;
}

.right_news h4 {
    padding: 10px;
    line-height: 18px;
    font-size: 15px;
    margin: 0px;
}

.right_news {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    background: #fff;
}

.right_news .image {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;
    height: 200px;
}

.right_news .image img {
    position: relative;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.right_news h4 {
    padding: 10px;
    line-height: 18px;
    font-size: 15px;
    margin: 0px;
}

.right_news h4 a {
    color: #333;
}

.right_news:hover h4 a {
    color: #167cc4;
}

.contact_details h2 {
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact_details h3 {
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact_details h4 {
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.product_left_image {
    float: left;
    width: 450px;
    margin: 0px 0 15px 0px;
    text-align: center;
}

.product_left_image .detail_image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 400px;
}

.product_left_image .detail_image {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 400px;
    border: none;
    margin-bottom: 15px;
}

.product_left_image .detail_image img {
    position: absolute;
    max-width: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    max-height: 100%;
}

.wps_righttt p {
    margin-bottom: 5px!important;
    font-size: 15px;
}

.wps_right {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px;
    border: none!important;
    margin-bottom: 20px;
}

.right_side h2 {
    padding: 10px 10px;
    margin: 0px 0 5px;
    line-height: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    background-color: #167cc4;
}

.right_news h4 {
    padding: 10px;
    line-height: 18px;
    font-size: 15px;
    margin: 0px;
}

.news_section .event-info span {
    transition: all 0.3s ease-in-out;
    padding-bottom: 15px;
    margin: 0;
    color: #005b7f;
}

.news_section .event-info span a {
    line-height: 21px;
    color: #167cc4;
    font-size: 17px;
    text-transform: capitalize;
}

.news_section .event-info {
    padding: 20px 15px;
    height: 310px;
}

.wps_righttt h1 {
    font-weight: 700;
    font-size: 31px;
}

.wps_righttt h1 span {
    color: #167cc4;
}

.wps_right .table-responsive {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.wps_right table {
    margin: 0;
}

.wps_right table tbody tr td {
    vertical-align: middle;
    padding: 6px 10px;
    font-size: 14px;
    line-height: normal;
    text-align: left;
}

.wps_right table tbody tr td p {
    margin: 0;
}

.wps_right table tbody tr td {
    border: 1px solid #eaeaea;
    width: 60%;
}

.wps_right table tbody tr td:first-child {
    color: #167cc4;
    width: 40%;
}

.wps_right table tbody tr td:first-child p {
    color: #167cc4;
}