@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);

html {
overflow-x: hidden;
}

body {
background: #fff;
color: #363636;
font-family: Oswald, sans-serif;
font-size: 14px;
overflow-x: hidden
}

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

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

p {
letter-spacing: normal;
margin-bottom: 10px;
line-height: 24px;
font-size: 16px;
color: #363636;
font-family: Roboto, sans-serif
}

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

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

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

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

ol li,
ul li {
letter-spacing: normal;
line-height: 24px;
font-size: 16px;
color: #363636;
font-family: Roboto, sans-serif
}

img {
max-width: 100%
}

img {
height: auto;
width: auto;
}

iframe {
border: 0;
width: 100%
}

blockquote {
padding: 0;
border: 0
}

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

textarea {
height: 100px !important
}

input,
select,
textarea {
height: 40px;
line-height: 40px;
padding: 0 15px;
font-size: 14px !important
}

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

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

.form-control:focus::-moz-placeholder {
color: #0489d1
}

.form-control:focus {
border-color: #0489d1;
box-shadow: none
}

h2 {
font-size: 26px;
font-weight: 700;
margin: 0 0 15px
}

h3 {
font-size: 20px;
margin: 0 0 15px;
font-weight: 700
}

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

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

h5 {
text-transform: capitalize
}

.topbar {
float: left;
width: 100%;
height: auto;
background: #0489d1;
margin: 0;
padding: 5px 0;
position: relative;
}

.topbar ul.social li a {
background: 0 0 !important;
padding-top: 5px
}

.topMenu {
float: left;
width: 100%;
display: flex;
align-items: center
}

.topMenu ul {
margin: 0;
padding: 0;
display: flex;
align-items: center;
width: 100%;
justify-content: end
}

.topMenu ul li {
list-style: none;
font-family: Oswald, sans-serif
}

.topMenu ul li a {
padding: 5px 20px;
color: #fff
}

.topMenu ul li:last-child a {
padding-right: 0
}

.topMenu ul li a:focus,
.topMenu ul li a:hover {
color: #0489d1
}

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

.headerRight {
padding: 5px 0;
padding-right: 30px;
z-index: 1;
position: relative;
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
flex-wrap: wrap
}

.topContact {
width: auto;
margin: 0;
padding: 0;
text-align: right
}

.topContact li {
list-style: none;
display: inline-block;
padding-right: 12px;
font-family: Roboto, sans-serif;
position: relative
}

.topContact li a {
font-size: 16px;
font-weight: 600;
padding: 0;
margin: 0;
color: #fff
}

.topContact li a:hover,
.top_contact li a:focus {
color: #0489d1
}

.whatsappBtn svg {
width: 18px;
height: 18px;
color: #25d366
}

ul.social {
float: left;
margin: 0;
list-style: none;
padding: 0;
width: auto
}

ul.social li {
margin: 0 0 0 3px;
display: inline-block
}

ul.social li a {
transition: background .4s ease-in-out;
text-align: center;
width: 30px;
height: 30px;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
background: #231573
}

ul.social li a svg {
color: #fff;
width: 16px;
height: 16px;
margin: 0;
padding: 0
}

ul.social li.facebook a {
background: #3c5b9b
}

ul.social li.twitter a {
background: #359bed
}

ul.social li.linkedin a {
background: #027ba5
}

ul.social li.youtube a {
background: #f70000
}

ul.social li.instagram a {
background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)
}

.menubar {
float: right;
width: 100%;
position: relative;
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
background: #fff
}

.menubar.stricky-fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
animation-name: fadeInDown;
animation-duration: 1s;
animation-fill-mode: both
}

@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0)
}

to {
opacity: 1;
transform: none
}
}

.menubar .logo {
float: left;
width: auto;
padding: 0
}

.menubar .logo a {
background: #fff;
position: relative;
z-index: 999;
padding: 1px 5px 5px;
text-align: center
}

.menubar .logo a img {
position: relative;
display: inline-block;
z-index: 999;
max-width: 200px;
}

.menubar.stricky-fixed .logo a {
background: #fff;
position: relative;
z-index: 999;
text-align: center;
border-radius: 100%
}

.menubar.stricky-fixed .logo a img {
width: 150px
}

.navigation .nav-header {
display: none;
padding: 12px 20px
}

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

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

.navigation .navbar button span:first-child {
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:first-child {
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: block
}

.navigation .menu ul {
float: left;
width: 100%;
margin: 0;
padding: 0;
text-align: right;
display: flex;
align-items: center;
justify-content: end;
}

.navigation .menu ul li {
display: inline-block;
position: relative;
font-family: Oswald, sans-serif
}

.navigation .menu ul li a {
padding: 20px 16px;
display: block;
color: #333;
text-transform: uppercase;
transition: all .3s ease;
font-size: 14px;
background: 0 0;
font-weight: 400;
letter-spacing: 0.5px;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
color: #0489d1;
background: 0 0
}

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

.navigation .menu ul li:nth-child(9) ul.cs-dropdown {
right: 0;
left: auto
}

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

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

.navigation .menu ul li ul.cs-dropdown {
position: absolute;
width: 285px;
display: none;
z-index: 99999;
box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .4);
background: #fff;
margin: 0;
padding: 0;
transition: all .3s ease;
}

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

.navigation .menu ul li:hover ul.cs-dropdown li ul.cs-dropdown {
display: none;
transition: all .3s ease;
width: 250px
}

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

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

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

.navigation .menu ul li ul.cs-dropdown li:last-child a:after {
display: none
}

.navigation .menu ul li ul.cs-dropdown li a:hover {
color: #fff;
background: #0489d1
}

.navigation .menu ul li ul.cs-dropdown li:hover a {
color: #fff;
background: #0489d1
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a {
background: #fff;
color: #333
}

.navigation .menu ul li ul.cs-dropdown li:hover ul.cs-dropdown li a:hover {
color: #fff;
background: #0489d1
}

.navigation .menu ul li ul.cs-dropdown li a {
color: #333;
font-size: 13px;
padding: 9px 15px;
line-height: normal;
position: relative;
display: block;
text-transform: capitalize;
font-weight: 400;
font-weight: 400;
background: #fff;
transition: all .3s ease;
line-height: 1.6;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

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

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

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

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

.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: #fff
}

.navigation .navbar {
display: none;
padding: 12px 0;
margin: 0
}

.home_slider2 .slick-next {
right: 30px
}

.home_slider2 .slick-prev {
left: 30px
}

.home_slider2 .banner-img {
position: relative
}

.home_slider2 .banner-img img {
width: 100%
}

.home_slider2 .slide-caption {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 10;
max-width: 1100px;
padding: 0 20px;
width: 100%;
color: #fff
}

.home_slider2 .slide-caption .title {
font-size: 35px;
font-weight: 600;
margin-bottom: 10px;
color: #0489d1;
text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
opacity: 0
}

.home_slider2 .slide-caption p {
font-size: 18px;
font-weight: 500;
margin-bottom: 0;
color: #fff;
text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
max-width: 550px;
opacity: 0
}

.home_slider2 .slick-slide:nth-child(3n+1).slick-active .slide-caption .title {
text-align: left;
opacity: 1;
-webkit-animation-duration: 1.2s;
animation-duration: 1.2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: bounceInLeft;
animation-delay: .4s
}

.home_slider2 .slick-slide:nth-child(3n+2).slick-active .slide-caption .title {
text-align: center;
opacity: 1;
-webkit-animation-duration: 1.2s;
animation-duration: 1.2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: bounceInDown;
animation-delay: .4s
}

.home_slider2 .slick-slide:nth-child(3n+3).slick-active .slide-caption .title {
text-align: right;
opacity: 1;
-webkit-animation-duration: 1.2s;
animation-duration: 1.2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: bounceInRight;
animation-delay: .4s
}

.home_slider2 .slick-slide:nth-child(3n+1).slick-active .slide-caption p {
text-align: left;
opacity: 1;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: bounceInLeft;
animation-delay: .9s
}

.home_slider2 .slick-slide:nth-child(3n+2).slick-active .slide-caption p {
text-align: center;
opacity: 1;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: bounceInUp;
animation-delay: .9s;
margin: 0 auto
}

.home_slider2 .slick-slide:nth-child(3n+3).slick-active .slide-caption p {
text-align: right;
opacity: 1;
margin-left: auto;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: bounceInRight;
animation-delay: .9s
}

.read_more_1 {
border: 1px solid #fff;
border-radius: 50px;
text-transform: uppercase;
letter-spacing: .1em;
text-align: center;
position: relative;
overflow: hidden;
display: inline-block;
z-index: 1;
background-color: transparent;
color: #fff;
font-size: 14px;
padding: 10px 30px 10px 30px;
transition: .8s ease;
font-family: Roboto, sans-serif;
font-weight: 600;
text-decoration: none;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease
}

.read_more_1:hover {
border: solid 1px #fff
}

.read_more_1 span {
position: absolute;
width: 25%;
height: 100%;
background-color: #fff;
transform: translateY(150%);
border-radius: 50%;
transition: .5s;
z-index: -1
}

.read_more_1:hover {
color: #1c1c27
}

.read_more_1:hover span {
transform: translateY(0) scale(3.15)
}

.read_more_1 span:first-child {
left: calc((1 - 1) * 25%);
transition-delay: calc((1 - 1) * 0.1s)
}

.read_more_1 span:nth-child(2) {
left: calc((2 - 1) * 25%);
transition-delay: calc((2 - 1) * 0.1s)
}

.read_more_1 span:nth-child(3) {
left: calc((3 - 1) * 25%);
transition-delay: calc((3 - 1) * 0.1s)
}

.read_more_1 span:nth-child(4) {
left: calc((4 - 1) * 25%);
transition-delay: calc((4 - 1) * 0.1s)
}

.read_more_1 span:nth-child(5) {
left: calc((5 - 1) * 25%);
transition-delay: calc((5 - 1) * 0.1s)
}

.about-sec {
float: left;
width: 100%;
margin: 0;
padding: 50px 0;
background: #fff
}

.about-sec p {
text-align: justify
}

/*.about-sec .img-bx .img-1 {*/
/*max-width:500px;*/
/*float:left;*/
/*}*/

.about-sec .about-bx .img-1 {
max-width:500px;
float:left;
    margin: 18px 41px 33px 0;
}

.about-sec .img-bx .img-2 {
width: 70%;
bottom: -100px;
position: absolute;
padding: 15px;
background-color: #fff;
z-index: 1
}

.about-sec .about-bx .mini-title {
padding-left: 70px;
display: inline-block;
font-size: 18px;
position: relative;
margin-bottom: 10px;
color: #0489d1
}

.about-sec .about-bx .mini-title:before {
content: "";
height: 2px;
width: 50px;
position: absolute;
left: 0;
bottom: 8px;
background: #0489d1
}

.about-sec .about-bx .mini-title:after {
position: absolute;
content: "";
height: 2px;
width: 50px;
background: #0489d1;
left: 10px;
bottom: 12px
}

.about-sec .about-bx .title {
margin-bottom: 15px;
font-size: 33px;
font-weight: 700
}

.about-sec .about-bx .title span {
color: #0489d1
}

.bg_btn_1 {
background: #0489d1;
border-color: #0489d1
}

.bg_btn_1:hover {
color: #0489d1;
border-color: #0489d1
}

.introduce_content_style_2 p {
color: #333;
line-height: 24px;
margin: 0 0 15px
}

.background_color_1 {
background: #e8be6c !important
}

.background_color_2 {
background: #1c1c27 !important
}

.background_color_3 {
background: #e8be6c !important
}

.background_color_4 {
background: #1c1c27 !important
}

@keyframes rotate-icon {
0% {
-moz-transform: rotate(0);
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0)
}

100% {
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}

@keyframes scale-icon {
0% {
-moz-transform: scale(3);
-webkit-transform: scale(3);
-ms-transform: scale(3);
-o-transform: scale(3);
transform: scale(3)
}

100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
}

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

.h2_title {
font-weight: 600;
margin-bottom: 60px;
position: relative;
text-transform: uppercase;
text-align: center;
color: #0489d1;
font-size: 28px
}

.h2_title:after {
background: #1c1c27 none repeat scroll 0 0;
bottom: -10px;
content: "";
height: 1px;
left: 50%;
left: 0;
right: 0;
margin: 0 auto;
position: absolute;
width: 50px
}

.services_margin {
display: block;
transition: all .3s ease;
box-shadow: 0 0 10px rgba(0, 0, 0, .15);
border-radius: 12px;
overflow: hidden;
margin-right: 10px;
margin-top: 15px;
margin-left: 10px;
margin-bottom: 20px
}

.services_block figure {
float: left;
width: 100%;
margin-bottom: 0;
overflow: hidden;
position: relative
}

.services_block figure .image {
position: relative;
height: 362px;
overflow: hidden
}

.services_block figure:before {
content: '';
position: absolute;
left: 0;
bottom: 0;
border-bottom: 65px solid #fff;
border-right: 100px solid transparent;
z-index: 2
}

.services_block figure:after {
content: '';
position: absolute;
right: 0;
bottom: 0;
z-index: 2;
border-bottom: 54px solid #fff;
border-left: 358px solid transparent
}

.services_block figure figcaption {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
text-align: center;
opacity: 0
}

.services_block figure figcaption:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 0%;
height: 100%;
background-color: #191919;
opacity: 0;
border-radius: 0 200% 0 0
}

.services_block figure figcaption a {
width: 52px;
height: 52px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #fff;
border-radius: 3px;
position: absolute;
left: 50%;
top: 50%;
color: #fff;
margin: -34px 0 0 -22px;
-webkit-transition: all .6s cubic-bezier(.68, -2, .265, 2.1);
-moz-transition: all .6s cubic-bezier(.68, -2, .265, 2.1);
-ms-transition: all .6s cubic-bezier(.68, -2, .265, 2.1);
-o-transition: all .6s cubic-bezier(.68, -2, .265, 2.1);
transition: all .6s cubic-bezier(.68, -2, .265, 2.1)
}

.services_block figure figcaption a svg {
width: 25px;
height: 25px
}

.services_block figure figcaption {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
text-align: center;
opacity: 0
}

.services_block:hover figure figcaption {
opacity: 1
}

.services_block figure figcaption:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 0%;
height: 100%;
background-color: #1c1c27;
opacity: 0;
border-radius: 0 200% 0 0
}

.services_block:hover figure figcaption:before {
opacity: .9;
width: 100%;
border-radius: 0
}

.services_block .service_info {
float: left;
width: 100%;
background-color: #fff;
padding: 15px 20px 22px 20px;
position: relative
}

.services_block .service_info .h3_title {
text-transform: uppercase;
font-weight: 600;
margin-bottom: 15px;
line-height: .8;
font-size: 18px;
text-align: left
}

.services_block .service_info .h3_title a {
color: #333
}

.services_block:hover .service_info .h3_title a {
color: #0489d1
}

.services_block .service_info p {
font-size: 16px;
font-weight: 400;
line-height: 24px;
color: #333;
text-align: left;
padding-right: 40px;
height: 125px;
}

.home_service .slick-next,
.home_service .slick-prev {
background: #0489d1
}

.home_service .slick-prev {
left: -20px
}

.home_service .slick-next {
right: -20px
}

.home_service .slick-next:focus,
.home_service .slick-next:hover,
.home_service .slick-prev:focus,
.home_service .slick-prev:hover {
outline: 0;
background: #1c1c27
}

.home_slider2 .slick-next:focus,
.home_slider2 .slick-next:hover,
.home_slider2 .slick-prev:focus,
.home_slider2 .slick-prev:hover {
outline: 0;
background: #1c1c27
}

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

.h-100 {
height: 100%;
position: relative
}

.whychooseus3 {
position: relative;
background-size: cover;
overflow: hidden;
background-position: center;
background-repeat: no-repeat;
height: 100% !important
}

.whychooseus3:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
background: rgba(0, 42, 92, .76);
background: linear-gradient(-90deg, transparent, #1c1c27 65%);
opacity: .9
}

.padding_50 {
padding: 70px 70px;
position: relative;
z-index: 99
}

.title_style2 span {
color: #fff;
position: relative;
display: inline-block;
font-size: 18px;
line-height: 26px;
margin-bottom: 12px;
padding-top: 28px;
z-index: 1;
font-weight: 600
}

.title_style2 span:before {
position: absolute;
content: '';
background: rgba(74, 131, 253, .09);
width: 50px;
height: 50px;
left: -25px;
top: 8px;
z-index: -1
}

.title_style2 span:after {
position: absolute;
content: '';
background: rgba(74, 131, 253, .09);
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
width: 24px;
height: 24px;
left: 9px;
top: 0;
z-index: -1
}

.title_style2.white span:after,
.title_style2.white span:before {
background: #33557d;
border-left: 2px solid #002a5c;
border-bottom: 2px solid #002a5c
}

.h2_title_2 {
font-weight: 600;
font-size: 24px;
color: #fff;
margin: 0 0 10px;
padding: 0
}

.whychooseus3 p {
font-size: 16px;
color: #fff;
margin-bottom: 15px
}

.whychooseus3 ul {
float: left;
width: 100%;
margin: 0 0 20px;
padding: 0
}

.whychooseus3 ul li {
list-style: none;
float: left;
width: 50%;
color: #fff;
margin-bottom: 5px;
font-size: 16px
}

.whychooseus3 ul li svg {
margin-right: 10px;
color: #0489d1;
width: 20px;
height: 20px
}

.whychooseus3 .bg_btn_1 {
background: #0489d1;
border-color: #0489d1
}

.whychooseus3 .bg_btn_1:hover {
border-color: #fff;
color: #0489d1
}

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

.service_inner_box {
position: relative;
padding: 0 20px 30px;
margin-bottom: 25px
}

.service_inner_box:before {
position: absolute;
content: '';
left: 0;
top: 30px;
right: 0;
bottom: 0;
border-radius: 10px;
background-color: #fff;
box-shadow: 0 0 15px rgba(0, 0, 0, .12)
}

.service_inner_box .image {
position: relative;
border-radius: 8px;
overflow: hidden
}

.service_inner_box .image img {
position: relative;
width: 100%;
display: block
}

.service_inner_box .overlay-box {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(34, 34, 34, .9);
transition: -webkit-transform .4s ease;
transition: transform .4s ease;
transition: transform .4s ease, -webkit-transform .4s ease;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
-webkit-transform-origin: left center;
-ms-transform-origin: left center;
transform-origin: left center
}

.service_inner_box .overlay-box .overlay-inner {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: table;
vertical-align: middle;
padding: 10px 30px
}

.service_inner_box .overlay-box .overlay-inner .content {
position: relative;
display: table-cell;
vertical-align: middle
}

.service_inner_box:hover .overlay-box {
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
transform: scale(1, 1);
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center
}

.service_inner_box .overlay-box .text {
position: relative;
color: #fff;
font-size: 16px;
line-height: 24px;
margin-bottom: 25px;
font-family: Roboto, sans-serif
}

.service_inner_box .lower-box {
position: relative;
margin-top: -25px;
padding-top: 15px;
padding-left: 0
}

.service_inner_box .lower-box .box-inner {
position: relative;
padding: 30px 10px 0 10px
}

.service_inner_box .lower-box .icon {
position: absolute;
left: 0;
top: 0;
width: 60px;
height: 60px;
color: #fff;
font-size: 34px;
line-height: 60px;
border-radius: 4px;
text-align: center;
display: inline-block;
background-color: #554c86
}

.service_inner_box .lower-box .head {
margin: 0
}

.service_inner_box .lower-box .head a {
position: relative;
color: #222;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
font-size: 18px;
font-weight: 400;
text-align: center
}

.service_inner_box:hover .lower-box .head a {
color: #0489d1
}

.testimonials_four {
float: left;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
background: #fff;
position: relative;
background-color: #f8f9fa
}

.testimonials_four .title_style2 {
margin-bottom: 30px
}

.testimonials_four .title_style2 span {
color: #0489d1;
position: relative;
display: inline-block;
font-size: 16px;
line-height: 26px;
margin-bottom: 12px;
padding-top: 28px;
z-index: 1;
font-weight: 600
}

.testimonials_four .title_style2 .tit {
font-size: 26px;
font-weight: 700;
margin: 0 0 15px;
color: #333
}

.padding_40 {
padding: 50px 0
}

.bg_img {
padding-top: 50px;
padding-bottom: 50px;
position: relative !important;
background-size: cover !important;
overflow: hidden !important;
background-position: center !important;
background-repeat: no-repeat !important;
overflow: visible !important;
height: 100% !important;
width: 50vw
}

.bg_img:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
background: #000;
opacity: 0
}

.left-negative-margin {
margin-left: -6.5rem;
margin-top: 3.5rem
}

.testimonials_four .media {
background: #fff;
z-index: 1;
position: relative;
max-width: 360px;
padding-top: 1rem;
padding-bottom: 1rem;
padding-right: 1.5rem;
padding-left: 1.5rem;
border-radius: .25rem;
padding-left: 1rem;
margin-bottom: 0;
}

.icon-box {
position: relative;
padding: 10px 0 0 22px;
font-size: 46px;
line-height: 1;
width: 100px;
margin-bottom: 0;
float: left;
color: #0489d1
}

.icon-box .box-circle {
left: 0;
bottom: 0;
width: 1.07em;
height: 1.07em;
position: absolute;
z-index: 0;
-webkit-transition: all .8s ease-in-out;
-moz-transition: all .8s ease-in-out;
-o-transition: all .8s ease-in-out;
-ms-transition: all .8s ease-in-out;
transition: all .8s ease-in-out;
background: rgba(74, 131, 253, .09);
top: 0
}

.icon-box svg {
width: 40px;
height: 40px
}

.icon-box.last svg {
width: 45px;
height: 45px
}

.media .media-body .countup {
font-weight: 600;
color: #0489d1;
font-size: 24px;
margin: 0 0 15px;
text-transform: capitalize;
font-family: Oswald, sans-serif
}

.web-media-testimonials {
width: 90%
}

.web-media-testimonials .home_testimonial p {
font-size: 15px;
margin-bottom: 15px
}

.home_testimonial_block {
position: relative;
z-index: 1;
margin-bottom: 30px;
margin-top: 30px
}

.home_testimonial_block .inner-box {
position: relative;
padding: 40px 45px;
border-radius: 10px;
background-color: #fff;
box-shadow: 0 0 15px rgba(0, 0, 0, .15);
margin-left: 15px;
margin-right: 15px
}

.home_testimonial_block .inner-box:before {
position: absolute;
content: '';
left: 30px;
right: 30px;
bottom: -10px;
height: 50px;
z-index: -1;
border-radius: 50px;
box-shadow: 0 0 15px rgba(0, 0, 0, .1);
-webkit-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
background-color: #0489d1
}

.home_testimonial_block .inner-box:hover:before {
background-color: #0489d1
}

.home_testimonial_block .inner-box .quote-icon {
position: absolute;
right: 60px;
bottom: 60px;
color: #e5e5e5;
font-size: 60px;
right: 20px
}

.home_testimonial_block .inner-box .author-image-outer {
position: relative
}

.home_testimonial_block .inner-box .author-image-outer .author-image {
position: absolute;
right: 0;
top: -65px;
width: 80px;
height: 80px;
border-radius: 100%;
overflow: hidden;
background: #fff;
border: 3px solid #ddd
}

.home_testimonial_block .inner-box .author-image-outer .author-image img {
width: 100%
}

.home_testimonial_block .inner-box .author-image-outer .authorName {
position: relative;
color: #222;
font-size: 18px;
font-weight: 700;
line-height: 1.3em;
text-transform: capitalize
}

.home_testimonial_block .inner-box .author-image-outer .designation {
position: relative;
color: #0489d1;
font-size: 14px;
margin-top: 8px
}

.home_testimonial_block .inner-box .author-image-outer .quote-icon {
position: absolute;
right: 0;
top: 5px;
color: #dbdbdb;
line-height: 1em;
font-size: 40px
}

.home_testimonial_block .inner-box .text {
position: relative;
color: #555;
font-size: 16px;
line-height: 24px;
margin-top: 20px;
padding-right: 40px
}

.home_partner {
float: left;
width: 100%;
padding: 80px 0;
position: relative;
background: #1c1c27 url("../images/ZNTi83gowzYJ.svg") no-repeat;
background-size: cover !important;
background-position: center !important
}

.home_partner .h2_title {
color: #fff;
margin-bottom: 35px;
padding-bottom: 15px
}

.home_partner .h2_title:after {
background: #0489d1
}

.ht-110 {
height: 70px
}

.pertner_flexio {
background: #fff;
border-radius: .2rem;
margin: .4rem;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 1rem 1.8rem;
height: 80px;
position: relative;
width: 160px
}

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

.pertner_flexio h5 {
margin: 0
}

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

.single-post2 {
overflow: hidden;
margin-bottom: 15px
}

.blog-thumb2 {
overflow: hidden;
width: 100%
}

.blog-thumb2 img {
max-width: 100%;
transition: all .3s ease-out 0s
}

.blog-content2 {
background: #fff;
padding: 30px;
position: relative;
z-index: 1;
box-shadow: 2.5px 4.33px 15px 0 rgb(0 0 0 / 9%);
width: 90%;
margin: auto;
margin-top: -115px;
margin-bottom: 15px
}

.blog-content2 .b-meta {
margin-bottom: 10px;
font-size: 14px
}

.blog-content2 .b-meta ul {
margin: 0;
padding: 0;
padding-left: 0 !important
}

.b-meta ul li {
display: inline-block;
margin-right: 8px;
border-right: 2px solid #f5f5f5;
padding-right: 8px
}

.b-meta svg {
margin-right: 5px;
color: #0489d1
}

.b-meta ul li:last-child {
margin-right: 0;
padding-right: 0;
border: none
}

.blog-content2 .title_h5 {
font-size: 20px;
margin-bottom: 10px;
line-height: normal;
height: 55px;
position: relative;
font-weight: 400
}

.blog-content2 .title_h5 a {
text-decoration: none;
line-height: 26px;
color: #333;
}

.blog-content2 .title_h5 a:hover {
color: #0489d1
}

.blog-content2 h5 span {
position: absolute;
top: 50%;
left: 50%;
max-width: 100%;
transform: translate(-50%, -50%);
width: 100%;
max-height: 100%;
line-height: 25px
}

.title_2 {
padding: 0 0 0;
font-size: 30px;
margin: 0;
float: left;
width: 100%;
text-transform: initial;
color: #1c1c27;
margin-bottom: 25px;
position: relative;
overflow: visible;
font-weight: 500;
line-height: 45px;
}

/*.title_2:after {*/
/*    background: #0489d1;*/
/*    bottom: -10px;*/
/*    content: "";*/
/*    height: 2px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: 0 auto;*/
/*    position: absolute;*/
/*    width: 50px*/
/*}*/

.title_3 {
overflow: visible;
padding: 0 0 0;
font-size: 24px;
margin: 0;
float: left;
width: 100%;
text-transform: uppercase;
color: #1c1c27;
margin-bottom: 25px;
position: relative;
font-weight: 400
}

.title_3:after {
background: #0489d1;
bottom: -10px;
content: "";
height: 2px;
left: 0;
right: 0;
margin: 0;
position: absolute;
width: 50px
}

.title_5 {
text-align: center;
overflow: visible;
padding: 0 0 0;
font-size: 24px;
margin: 0;
float: left;
width: 100%;
text-transform: uppercase;
color: #fff;
margin-bottom: 25px;
position: relative
}

.title_5:after {
background: #0489d1;
bottom: -10px;
content: "";
height: 2px;
left: 0;
right: 0;
margin: 0 auto;
position: absolute;
width: 50px
}

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

.accordion-item {
margin-bottom: 15px;
border-radius: 16px !important;
overflow: hidden
}

.accordion-header {
padding: 0 !important;
margin: 0 !important;
text-transform: initial
}

.accordion-item:not(:first-of-type) {
border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-button {
padding: 12px 15px;
font-size: 18px;
font-weight: 400
}

.accordion-button:not(.collapsed) {
color: #fff;
background: #0489d1;
font-weight: 400
}

.accordion-button:not(.collapsed):after {
background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
transform: rotate(0)
}

.accordion-button:focus,
.accordion-button:hover {
color: #fff;
background: #0489d1
}

.accordion-button:hover:after {
background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/></svg>");
transform: rotate(-180deg)
}

.accordion-body p {
font-size: 16px;
line-height: 24px
}

.footer_wrap {
float: left;
width: 100%;
margin: 0;
padding: 50px 0;
background: #1c1c27
}

.footer_wrap .footer-top .footer-widget .footer-widget-title {
margin: 0 0 20px
}

.footer_wrap .footer-top .footer-widget .footer-widget-title h5 {
padding-left: 12px;
line-height: 27px;
position: relative;
color: #fff;
text-transform: uppercase
}

.footer_wrap .footer-top .footer-widget .footer-widget-title h5:before {
position: absolute;
top: 0;
left: 0;
content: "";
width: 3px;
height: 100%;
background-color: #0489d1
}

.footer_wrap a, .footer_wrap p {
color: #fff;
line-height: 1.7;
text-align: justify;
font-size: 15px;
}

.footer_wrap .footer-top .footer-widget .com-address-item {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
margin: 0 0 15px
}

.footer_wrap .footer-top .footer-widget .com-address-item .com-address-icon {
width: 48px;
height: 48px;
background: #0489d1;
text-align: center;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center
}

.footer_wrap .footer-top .footer-widget .com-address-item .com-address-icon svg {
color: #fff;
width: 25px;
height: 25px
}

.footer_wrap .footer-top .footer-widget .com-address-item .comp-address-info {
width: calc(100% - 60px)
}

.footer_wrap .footer-top .footer-widget .com-address-item .comp-address-info span {
color: #fff
}

.footer_wrap .footer-top .footer-widget .com-address-item .comp-address-info p {
margin: 0;
font-size: 15px;
line-height: 23px;
color: #fff
}

.footer_wrap .footer-top .footer-widget .com-address-item .comp-address-info a {
font-size: 16px;
line-height: 26px;
font-weight: 600;
color: #0489d1;
display: inline-block
}

.footer_wrap .footer-top .footer-widget .read_more_1 {
color: #fff
}

.footer_wrap .footer-top .footer-widget .read_more_1:hover {
color: #0489d1
}

.footer-menu ul {
float: left;
width: 100%;
margin: 0;
padding: 0
}

.footer-menu ul li {
padding-bottom: 10px;
display: block
}

.footer-menu ul li a {
display: inline-block;
text-transform: capitalize;
position: relative;
text-decoration: none;
color: #fff;
font-family: Roboto, sans-serif;
font-size:14px
}

.footer-menu ul li a:after {
position: absolute;
bottom: -5px;
left: 0;
width: 0;
height: 2px;
content: "";
background-color: #0489d1;
-webkit-transition: .3s;
transition: .3s
}

.footer-menu ul li a:hover {
color: #0489d1
}

.footer-menu ul li a:hover:after {
width: 100%
}

.comp-location {
text-align: center;
padding: 20px 10px;
margin: 0 0 25px;
background: #fff
}

.comp-location .loc-icon {
width: 48px;
height: 48px;
border-radius: 5px;
margin: 0 auto 15px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: #fce7e8
}

.comp-location .loc-icon i {
font-size: 22px;
color: #554c86
}

.comp-location h6 {
text-transform: uppercase;
font-weight: 600
}

.comp-location span {
font-size: 14px;
line-height: 25px;
margin: 0 0 5px;
display: block
}

.comp-location p {
margin-bottom: 0;
font-size: 15px;
line-height: 23px;
color: #fff;
font-family: Roboto, sans-serif
}

.wps_copy {
float: left;
width: 100%;
background: #14141c;
line-height: 40px;
color: #dedede;
font-family: Roboto, sans-serif;
font-size: 14px
}

.wps_copy a {
color: #fff;
display: inline-block
}

.wps_copy a:hover {
color: #e8be6c
}

.text-right {
text-align: right
}

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

#web-media-scroll-up svg {
width: 20px;
height: 20px
}

#web-media-scroll-up:hover {
background: #333
}

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

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

.whatapp_btn:focus,
.whatapp_btn:hover {
background: #01e675;
color: #fff
}

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

.send_enquiry {
background: #0489d1;
border-radius: 40px;
bottom: 30px;
color: #fff;
display: table;
height: 50px;
left: 15px;
min-width: 50px;
position: fixed;
text-align: center;
z-index: 9999;
transition: all .2s linear;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 3px 10px rgba(0, 0, 0, .16), 0 3px 10px rgba(0, 0, 0, .16)
}

.send_enquiry svg {
width: 24px;
height: 24px;
line-height: 50px
}

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

.send_enquiry:focus {
color: #fff
}

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

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

.modal-content {
border-radius: 0
}

.modal-header {
padding: 0 15px;
background: #1c1c27;
color: #fff;
border-radius: 0
}

.modal-header h5 {
text-align: left;
font-size: 18px;
line-height: 18px;
color: #fff
}

.modal-header h6 {
text-align: left;
font-size: 18px;
line-height: 18px;
color: #fff
}

.modal-header .modal-title {
text-align: left;
font-size: 18px;
line-height: 18px;
color: #fff;
padding: 15px 0;
text-transform: initial;
letter-spacing: .2px
}

.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
}
 .enquiry_form_link {
            
        }
        
        .enquiry_form_link .modal-content {
            border-radius: 10px;
            overflow: hidden;
            border: none;
        }
        
        .enquiry_form_link .form-image {
            background: url('https://via.placeholder.com/400x500') center/cover no-repeat;
            min-height: 400px;
        }
        
         
        
        .enquiry_form_link .modal-header {
            border-bottom: none;
            padding-bottom: 0;
        }
        
        .enquiry_form_link .modal-title {
            font-weight: 600;
       
            font-size: 24px;
        }
        
        .enquiry_form_link .form-control {
            border-radius: 5px;
            padding: 12px 15px;
            margin-bottom: 0px;
            border: 1px solid #ddd;
            height: 42px;
        }
        
        .enquiry_form_link .form-control:focus {
            box-shadow: none;
            border-color: #4e73df;
        }  
                .form-check-input[type=checkbox]{
                   padding: 0px;
               }
        .enquiry_form_link textarea.form-control {
            min-height: 100px;
            width: 100%;
        }
       .enquiry_form_link .modal-header{
           background: #accc2a;
       }
        
        .enquiry_form_link .submit-btn {
            background: #4e73df;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 5px;
            width: 100%;
            font-weight: 600;
            transition: all 0.3s;
        }
        
        .enquiry_form_link .submit-btn:hover {
            background: #3a5ccc;
        }
        
        .enquiry_form_link .input-group {
            margin-bottom: 15px;
        }
        
        .enquiry_form_link .input-group select {
            flex: 0 0 120px;
        }
        
        .enquiry_form_link .agreement-label {
            font-size: 14px;
            margin-left: 5px;
        }
        
        /* New styles for side-by-side fields */
        .enquiry_form_link .form-row {
            display: flex;
            flex-wrap: wrap;
            margin-right: -5px;
            margin-left: -5px;
        }
        
        .enquiry_form_link .form-col {
            padding-right: 5px;
            padding-left: 5px;
            flex: 0 0 50%;
            max-width: 50%;
        }   
        .enquiry_form_link.modal.show .modal-dialog{
                max-width: 600px!important;
        }
        
        @media (max-width: 576px) {     
            .enquiry_form_link .form-col {
                flex: 0 0 100%;
                max-width: 100%;
            }
        }

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

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

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

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

.heading_banner .container {
position: relative;
z-index: 9
}

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

.heading_banner h2 {
margin: 0;
letter-spacing: 0;
text-transform: capitalize;
font-size: 18px;
font-weight: 400;
color: #eee;
text-align: center;
text-align: center;
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;
display: inline-block;
width: auto;
padding: 0
}

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

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

.inner_breadcrumb .breadcrumb {
background: 0 0;
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: 700;
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: .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: #0489d1
}

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

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

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

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

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

.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: #0489d1;
font-size: 24px;
color: #fff;
font-weight: 600
}

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

.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;
padding: 10px;
font-weight: 500;
line-height: 20px;
font-size: 14px
}

.left_sidebar ul li a.active,
.left_sidebar ul li a:focus,
.left_sidebar ul li a:hover {
background: #0489d1;
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: #333;
text-align: left;
font-size: 14px;
padding: 4px 15px;
text-decoration: none;
line-height: 24px
}

.left_sidebar ul li ul li a.active,
.left_sidebar ul li ul li a:focus,
.left_sidebar ul li ul li a:hover {
background: #0489d1;
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: 0;
z-index: 200;
background: #fff;
width: 200px;
box-shadow: 0 2px 5px 0 rgba(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: initial;
line-height: 24px
}

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

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

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

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

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

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

.wps_right p {
line-height: 24px;
margin-bottom: 10px;
text-align: justify;
font-size: 16px;
font-weight: 400
}

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

.wps_right ul li {
line-height: 28px;
font-size: 16px;
margin: 0;
vertical-align: middle;
text-align: left;
padding: 0;
display: flex;
align-items: center
}

.wps_right ul li:before {
width: 20px;
height: 20px;
color: #4e4e4e;
font-weight: 400;
margin-top: 0;
margin-right: 5px;
float: left;
content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>")
}

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

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

.left_image .left_centered .image {
width: 100%;
text-align: center;
overflow: hidden;
position: relative;
height: 338px;
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%
}

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

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

.right_image1 .left_centered .image {
width: 100%;
text-align: center;
overflow: hidden;
position: relative;
height: 338px;
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%
}

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

.category_page h1 {
padding: 8px 10px;
margin: 0;
line-height: 30px;
background: #0489d1;
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: 400
}

.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;
max-width: 500px;
width: 100%;
margin: 0 0 25px 15px;
text-align: center
}

.product_right_image .detail_image {
width: 100%;
text-align: center;
overflow: hidden;
position: relative;
height: 500px;
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
}

.more_images {
float: left;
position: relative;
width: 100%;
margin-bottom: 15px
}

#thumbs {
padding-top: 10px;
overflow: hidden;
text-align: center
}

#largeImage,
#thumbs img {
padding: 0;
cursor: pointer;
border: 1px solid #eee
}

#thumbs img {
display: inline-block;
margin-right: 6px;
width: 70px
}

#thumbs img.active {
border-color: #0489d1
}

.wps_right h2 {
font-size: 22px;
line-height: normal;
margin-bottom: 10px;
color: #0489d1
}

.wps_right h3,
.wps_right h4 {
font-size: 18px;
line-height: normal;
margin-bottom: 10px;
color: #0489d1
}

.wps_right table {
margin: 0
}

.wps_right table tbody tr td {
vertical-align: middle;
padding: 6px 10px;
font-size: 16px;
line-height: normal;
text-align: left;
font-family: Roboto, sans-serif
}

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

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

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

.interested_section .interested_btn {
font-size: 18px;
color: #fff;
background: #0489d1;
border: 1px solid #c88122;
border-radius: 3px;
padding: 12px 0;
width: 258px;
display: inline-block;
text-transform: uppercase;
cursor: pointer
}

.interested_section .interested_btn svg {
margin-right: 5px;
width: 20px;
height: 20px
}

.interested_section .interested_btn:hover {
background: #0489d1;
color: #fff;
border: 1px solid #0489d1
}

.product_listing {
float: left;
width: 100%;
margin-bottom: 25px;
box-shadow: 0 3px 5px 0 rgba(210, 210, 210, .75);
transition: all .35s ease-in-out;
border-style: solid;
border-width: 1px 1px 0 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: 374px;
transition: all .4s ease-in-out;
margin-bottom: 10px
}

.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 .small {
padding-top: 10px;
overflow: hidden;
text-align: center;
display: flex;
justify-content: center
}

.product_listing .product .largeImage img,
.product_listing .product .small img {
padding: 0;
cursor: pointer;
border: 1px solid #eee
}

.product_listing .product .small .item {
display: inline-block;
margin-right: 6px;
width: 60px;
cursor: pointer
}

.product_listing .product .small .item:last-child {
margin: 0
}

.product_listing .product .small .item.active {
border-color: #0489d1
}

.product_listing .product .small .item.youtube {
width: 60px;
height: 60px;
background: #f70000;
color: #fff;
display: flex;
align-items: center;
justify-content: center
}

.product_listing .product .small .item.youtube a {
color: #fff;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center
}

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

.product_listing .product .read_more {
margin-top: 0
}

.product_listing .right-content .read_more_1 {
margin-top: 10px
}

.padding0 {
padding: 0
}

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

.right-content .head {
line-height: 24px;
padding: 10px 0;
text-align: left;
margin: 0;
font-size: 20px;
font-weight: 600
}

.right-content .head a {
color: #333
}

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

.right-content p {
font-size: 16px;
margin-bottom: 10px
}

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

.product_listing:hover .right-content .head a {
color: #0489d1
}

.product_listing:hover .right-content h4 a {
color: #0489d1
}

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

.right-content table {
margin-bottom: 15px
}

.right-content table tbody tr td {
vertical-align: middle;
padding: 6px 10px;
font-size: 16px;
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: #0489d1;
width: 40%
}

.you_may {
float: left;
width: 100%;
padding: 0 0 10px;
margin: 0 0 15px;
line-height: 30px;
color: #0489d1;
font-size: 22px;
font-weight: 600;
border-bottom: 1px solid #eee
}

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

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

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


.more_info{
overflow: auto;
max-height: 300px;

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

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

.team_info h3 small {
display: block;
color: #333;
font-weight: 600;
font-size: 14px
}

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

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

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

.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: 16px;
line-height: 24px;
text-align: justify
}

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

.testimonial_author .media-left img {
border: 1px solid #554c86;
border-radius: 4px
}

.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: 18px;
color: #554c86;
text-align: left;
line-height: 20px;
margin: 0 0 5px;
padding: 0
}

.testimonial_author .loc {
color: #0489d1;
line-height: 20px;
margin: 0
}

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

.gallery_page .gallery_item {
border-radius: 2px;
background-color: #fff;
box-shadow: 0 1px .98px .02px rgba(0, 0, 0, .1);
margin-bottom: 25px
}

.gallery_page .gallery_item img {
display: block;
width: 100%;
height: auto;
border-radius: 2px
}

.gallery_item_info {
text-align: center;
padding: 15px
}

.gallery_item_info h4 {
font-size: 18px;
color: #333;
margin: 0;
padding: 0
}

.gallery_item_info p {
font-size: 13px;
margin: 0;
margin-top: 4px;
color: #333;
max-width: 100%
}

.hover_effect {
display: block;
position: relative;
background: 0 0;
overflow: hidden;
-webkit-transition: all .3s ease-out;
transition: all .3s ease-out;
height: 376px
}

.hover_effect:after {
color: #fff;
position: absolute;
font-size: 1.6em;
text-align: center;
line-height: 40px;
width: 40px;
height: 40px;
left: 50%;
top: 50%;
margin-left: -20px;
margin-top: -20px;
-webkit-transition: all .3s ease-out;
transition: all .3s ease-out;
-webkit-transform: scale(.1, .1);
transform: scale(.1, .1);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0
}

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

.hover_effect:hover:after {
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
-moz-opacity: .6;
-khtml-opacity: .6;
opacity: .6
}

.hover_effect:hover img {
-moz-opacity: 0.4;
-khtml-opacity: 0.4;
opacity: .4
}

.hover_effect:hover {
background: #0489d1
}

.hover_effect:after {
content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='white' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/><path d='M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z'/><path fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z'/></svg>")
}

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

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

.blog_page .blog_b {
margin-bottom: 20px;
position: relative
}

.left_title1 {
float: left;
width: 100%;
padding: 8px 10px;
margin: 0 0 10px;
line-height: 30px;
background: #0489d1;
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:last-child {
margin-bottom: 0
}

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

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

.right_news .title_h4 {
padding: 10px;
line-height: 18px;
font-size: 15px;
margin: 0;
text-align: left
}

.right_news .title_h4 a {
color: #333
}

.right_news:hover .title_h4 a {
color: #0489d1
}

.blog_details {
float: left;
width: 100%;
background: #fff
}

.blog_details ul {
display: inline-block;
margin: 0 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: #333;
transition: all .5s ease-out
}

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

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

.blog_details1 img {
margin-bottom: 15px
}

.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
}

.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 #e59509
}

.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 {
line-height: 28px;
font-size: 16px;
margin: 0;
vertical-align: middle;
text-align: left;
padding: 0;
display: flex;
align-items: center
}

.blog_details1 ul li:before {
width: 20px;
height: 20px;
color: #4e4e4e;
font-weight: 400;
margin-top: 0;
margin-right: 5px;
float: left;
content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='currentColor' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>")
}

.fb-comments {
width: 100%
}

.blogdetails img {
width: 100%
}

.blog_news .content_details {
float: left;
width: 100%;
background: #eee;
padding: 20px 20px 20px
}

.blog_news .content_details h2 {
text-transform: capitalize;
line-height: 30px;
font-size: 20px;
margin: 0 0 10px
}

.blog_news .content_details h2 a {
color: #333;
transition: all .5s ease-out
}

.blog_news .content_details ul {
display: inline;
margin: 0
}

.blog_news .content_details ul li {
display: inline-block;
margin-right: 15px
}

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

.blog_news .content_details ul li i {
margin-right: 5px
}

.blog_news .block-quote {
padding: 30px 40px;
margin-bottom: 20px;
background: #fdfdfd;
border-left: 3px solid #e59509
}

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

.blog_news .content_details ol {
width: 100%;
margin: 0 0 25px;
padding: 0
}

.blog_news .content_details ol li {
list-style: none;
line-height: 24px;
color: #423f3f;
font-size: 15px;
font-weight: 400
}

.blog_news .content_details ol li::before {
content: "\f0da";
font-family: FontAwesome;
margin-right: 5px
}

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

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

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

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

.pac-container {
z-index: 100000
}

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

.contact_form_grid1 {
float: left;
width: 100%;
margin-bottom: 0;
margin-top: 0;
border-radius: 4px;
overflow: hidden
}

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

.contact_details p {
color: #333;
margin-bottom: 20px;
font-size: 16px
}

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

.contact_details .address_list li {
clear: both;
list-style: none;
color: #333;
margin-bottom: 15px;
font-size: 16px;
display: flex;
}

.contact_details .address_list li svg {
min-width: 25px;
height: 25px;
margin-right: 5px
}

.contact_details .address_list li a {
color: #333;
display: flex;
line-height: 24px;
font-size: 16px;
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;
}

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

.contact_details .address_list li a:focus,
.contact_details .address_list li a:hover {
color: #0489d1
}

.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: #0489d1;
border: 1px solid #0489d1
}

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

.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: #0489d1;
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/uSvrvr4729qb.png) no-repeat scroll 0 9px;
padding: 0 0 0 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: #0489d1
}

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

.market_area h1 {
font-size: 24px;
font-weight: 700;
margin-bottom: 10px;
color: #554c86
}

.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: #0489d1;
color: #333 !important
}

.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: 430px
}

#callback .product_popup_image {
height: 176px
}

.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: #554c86;
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: 400
}

.product_right_image .read_more {
margin-top: 0
}

.logob {
border-radius: 14px;
padding: 5px 5px;
background-color: #fff
}

.video_section iframe {
width: 100%;
height: 415px
}

.latest {
font-size: 26px;
font-weight: 700;
font-family: Manrope, sans-serif;
color: #0c0c0c;
margin: 0 0 20px
}

.webmdedia-home_blog h6 span {
color: #0489d1
}

.webmdedia-home_blog h6 {
text-transform: uppercase
}

.feature_height {
display: block;
overflow: hidden;
padding: 15px;
text-align: center;
height: 140px
}

.thumb {
text-align: center;
width: 100%;
display: inline-block;
padding: 0
}

.fadeImg {
animation-name: fadeimg;
animation-duration: 2s
}

@keyframes fadeimg {
from {
opacity: 0
}

to {
opacity: 1
}
}

.carousel-control-next,
.carousel-control-prev {
z-index: 9999;
}

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

.carousel-control-next-icon,
.carousel-control-prev-icon {
height: 18px;
width: 18px;
}

.carousel-control-prev {
left: 80px;
}

.carousel-control-next {
right: 80px;
}

ul.top_contact {
list-style: none;
display: flex;
align-items: center;
margin: 0;
padding: 0;
}

ul.top_contact li + li {
margin-left: 15px;
}
ul.top_contact.topRight {
justify-content: end;
}

ul.top_contact a {
color: #ffffff;
font-weight: 400;
font-size: 14px;
}

.about-bx P {
line-height: 28px;
}

.value-wrabox span{
font-size:30px;
font-weight:600;
display:inline-block;
margin-bottom:10px;
}

.value-wrabox p{
text-align:justify;
font-sizE:16px;
line-height:26px;
}

.log-img {
display: flex;
align-items: center;
list-style: none;
justify-content: space-around;
margin-top: 15px;
margin-bottom: 0;
}

.log-img img {
max-width: 220px;
display: block;
margin: auto;
}

.ourbrandwrapper {
text-align: center;
font-size: 30px;
font-weight: 500;
padding: 40px 30px;
color: #ffffff;
}


.float{
position: fixed;
width: 60px;
height: 60px;
bottom: 0px;
left: 20px;
background-color: #25d366;
color: #FFF;
border-radius: 50px;
text-align: center;
font-size: 30px;
box-shadow: 2px 2px 3px #999;
z-index: 100;
bottom: 80px;
}

.my-float{
margin-top:16px;
}

.adgmobilesicky{display:none;position:fixed;width:100%;left:0;z-index:1001;padding:10px 0;bottom:0;background-color:#fff;box-shadow:0 0 5px #6666665d}.adgmobilesicky,.adgmobilesicky a{font-size:11px;color:#444;margin-bottom: 0px;}.stikybadge{position:absolute;top:-5px;font-size:10px;display:none;left:50%;background-color:red;color:#fff;border-radius:50%;width:16px;z-index:2;height:16px}body #wh-widget-send-button{display:none;right:50%!important;bottom:0!important;margin-right:-45px!important}.adgmobilesicky .fa{font-size:20px;color:#0f75bc}a.movetoenqury.wh .fa{font-size:30px;background:#1cb824;color:#fff;border-radius:50%;padding:8px 11px;position:absolute;top:-4px;right:5px}@media (max-width: 991px){.adgmobilesicky,body #wh-widget-send-button{display:block}}@-webkit-keyframes ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}20%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes ring{0%{-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);-ms-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);-ms-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);-ms-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);-ms-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)}20%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.faa-ring.animated,.faa-ring.animated-hover:hover,.faa-parent.animated-hover:hover > .faa-ring{-webkit-animation:ring 2s ease infinite;animation:ring 2s ease infinite;transform-origin-x:50%;transform-origin-y:0;transform-origin-z:initial}

@media only screen and (max-width: 600px){
.send_enquiry {
background: #0489d1;
border-radius: 40px;
bottom: 30px;
color: #fff;
display: table;
height: 50px;
left: 15px;
min-width: 50px;
position: fixed;
text-align: center;
z-index: 9999;
transition: all .2s linear;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 3px 10px rgba(0, 0, 0, .16), 0 3px 10px rgba(0, 0, 0, .16);
display: none;
}}


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


.foundersection{background-color: #24a9f0; padding: 55px 4px 0;}
.foundersection .h2_title{color:#fff;}
.foundersection .h2_title:after{background: #ffffff none repeat scroll 0 0}
.foundersection .container{padding: 255px 0 65px 0;}
.team-card{background: white; border-radius: 15px; text-align: center; padding: 60px 20px 20px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); position: relative; z-index: 1; transition: transform 0.3s ease;}
.team-card .profile-img{width: 325px; height: 325px; object-fit: cover; border-radius: 15px; border: 4px solid white; position: absolute; top:-267px; left: 50%; transform: translateX(-50%); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);}
.team-card h5{margin-top: 15px; font-weight: bold;}
.team-card p{color: #112645; margin-top: 9px; margin-bottom: 10px;}
.social-icons a{color: #333; margin: 0 10px; font-size: 18px; text-decoration: none;}
.circle-img{width: 150px; height: 150px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 0 10px white;}
.circle-img img{width: 100%; height: 100%; object-fit: cover;} 

@media(max-width: 768px) {
.circle-img{width: 100px; height: 100px; box-shadow: 0 0 0 6px white;}



}
.certication{float: left; display: block; width: 100%; padding: 50px 0px;}
.certificate-card{background: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.2s ease; }
.certificate-card:hover{transform: translateY(-5px); }
.certificate-card img{width: 100%; height: auto; object-fit: cover; }
.certificate-title{padding: 15px; font-size: 16px; font-weight: 600; text-align: center; }
