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

article,
menu,
nav,
section {
    display: block;
}

p {
    margin: 0px 0px 10px;
    padding: 0px;
}

a {
    transition: all 300ms linear;
    text-decoration: none;
}

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

.navbar .navbar-brand {
    height: 80px;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

* {
    margin: 0px;
    padding: 0px;
}

.mCSB_scrollTools {
    width: 10px !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgb(226, 29, 39) !important;
    width: 10px !important;
    border-radius: 16px !important;
}

#mCSB_1_dragger_vertical {
    height: 100px !important;
}

.mCSB_inside>.mCSB_container {
    margin-right: 5px !important;
}

.pt60 {
    padding-top: 60px;
}

.pb30 {
    padding-bottom: 30px;
}

.form-control,
.is-focused .form-control {
    background-image: linear-gradient(0deg, #2890cf 2px, rgba(156, 39, 176, 0) 0), linear-gradient(0deg, #d2d2d2 1px, hsla(0, 0%, 82%, 0) 0) !important;
}

.is-focused [class*=" bmd-label"],
.is-focused [class^=bmd-label] {
    color: #2890cf;
}

.bmd-form-group label {
    color: #333333;
}


/*-----------Top Header-------------*/

.top-header {
    background: #333;
    padding: 5px 0px;
}

.top-header .h-cont,
.top-header .social {
    width: 100%;
}

.top-header .h-cont {
    padding-top: 1px;
}

.top-header .h-cont ul li,
.top-header .h-cont ul li a {
    color: #fff;
    font-size: 13px;
    padding-right: 10px;
    display: flex;
    align-items: center;
}

.top-header .h-cont ul li {
    position: relative;
    width: 100%;
}


/*
.top-header .h-cont ul li:last-child:before{
  content: '|';
  position: absolute;
  margin-left: -10px;
}
*/

.top-header .h-cont ul li a:hover {
    color: #ff6314;
}

.top-header .social a {
    width: 30px;
    float: right;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    color: #fff;
}

.top-header .social a:hover {
    color: #333;
    background: #2890cf;
    border-color: #2890cf;
}


/*-----------main-header-------------*/

.main-header {}

.main-header .navbar {
    padding: 0px;
    margin-bottom: 0px;
    background: #fff!important
}

.main-header .navbar-brand {
    display: contents;
}

.main-header .navbar-brand .logo {
    display: flex;
    height: 75px;
    width: 135px;
    float: left;
    overflow: hidden;
    align-items: center;
}

.menu ul>li {
    position: relative;
    text-transform: uppercase;
}

.menu ul>li a {
    font-size: 15px !important;
    text-transform: capitalize !important;
    padding: 8px 15px !important;
    border-radius: 0px !important;
    margin: 0px;
    font-weight: 500 !important;
    color: #555;
}

.main-header .navbar-nav li.nav-item.active {
    border-bottom: 2px solid #2890cf;
}

.navbar-nav {
    padding: 0;
}

.menu ul>li a.nav-link {
    padding: 31px 13px!important;
}

.main-header .navbar-nav li a:before {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #2890cf;
    height: 2px;
}

.main-header .navbar-nav li a:hover:before {
    width: 100%;
    transition: all 300ms linear;
}

.has-child .submenu-toogle {
    position: absolute;
    right: 4px;
    top: 0px;
    color: #000;
    background-color: transparent;
    z-index: 900;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
}

.main-header .navbar-nav>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-header .navbar-nav>li .sub-menu {
    background-color: #ffffff;
    border: 1px solid #f4f4f4;
    display: block;
    left: 0;
    top: 103%;
    list-style: none;
    margin: 20px 0 0;
    opacity: 0;
    padding: 0px;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

.main-header .navbar-nav>li .sub-menu li a:hover {
    border-left: 10px solid #2890cf;
}

.main-header .navbar-nav>li .sub-menu li:hover>a {
    color: #333;
    background-color: #f6f6f6;
    margin: 0px;
}

.main-header .navbar-nav>li .sub-menu li a:hover {
    color: #333;
    text-decoration: none;
    border-left: 10px solid #2890cf;
    margin: 0px;
}

.main-header .navbar-nav>li .sub-menu li {
    border-bottom: 1px solid #ddd;
}

.main-header .navbar-nav>li .sub-menu li a {
    color: #333;
    display: block;
    font-size: 14px;
    padding: 14px 20px;
    margin: 0px;
    font-weight: 400;
    border-left: 0px solid transparent;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.main-header .navbar-nav>li .sub-menu li:hover>.sub-menu {
    left: 219px;
    margin: 0px;
    opacity: 1;
    top: -1px;
    visibility: visible;
    max-height: 400px;
    /* overflow: hidden; */
    /* overflow-y: auto; */
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    width: 350px;
}

.main-header .navbar-nav>li .sub-menu li>.sub-menu {
    left: 220px;
    top: 0px;
    margin: 0 0 0 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*************fixed header*************/

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


/*----------Mobile menu---------------*/

.navbar .navbar-toggler {
    width: 50px;
    height: 50px;
    outline: 0;
    cursor: pointer;
    right: 0;
    position: absolute;
    top: 7px;
}

.main-header .navbar-nav .has-child.nav-active>a+.submenu-toogle.fa.fa-angle-right:before {
    content: "\f107";
}


/*-------------slider---------------*/


/*-------------slider---------------*/

#slider .item {
    height: 77vh;
    position: relative;
}

#slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#slider .item .cover {
    padding: 80px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.28);
    display: flex;
    align-items: center;
}

#slider .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
}

#slider .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #2890cf;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

#slider .item .cover .header-content .slider-title {
    font-size: 44px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}

#slider .item .cover .header-content .slider-text {
    margin-top: 35px;
    font-size: 26px;
    color: #fff;
    line-height: 1.2;
}

#slider .owl-item.active .slider-title,
#slider .owl-item.active .slider-text {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

#slider .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

#slider .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
    color: #fff;
}

#slider .owl-nav {
    margin-top: 0px;
}

#slider .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

#slider .owl-nav .owl-prev:focus {
    outline: 0;
}

#slider .owl-nav .owl-prev:hover {
    background: #01305c !important;
}

#slider .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
    color: #fff;
}

#slider .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

#slider .owl-nav .owl-next:focus {
    outline: 0;
}

#slider .owl-nav .owl-next:hover {
    background: #01305c !important;
}

#slider:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

#slider:hover .owl-next {
    right: 0px;
    opacity: 1;
}


/*#slider{
   height: 85vh; 
}
.carousel-inner {
  height: 100%;
}
.carousel-fade .carousel-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background:rgba(0,0,0,.5);
}

.carousel-control-next:hover .fa, .carousel-control-prev:hover .fa{
  color: #333;
  background: #2890cf;
  transition: all 300ms linear 0s; 
}
.carousel-control-next .fa, .carousel-control-prev .fa{
  background: #00000078;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
    transition: all 300ms linear 0s; 
}
.carousel .carousel-caption{
  top: 40%;
  left: 10%;
  padding-top: 0px;
  text-align: left;
  bottom: 0;
  width: 50%;
}
.carousel .carousel-caption .slider-title{
  font-size: 36px;
  font-weight: 600;
  color: #2890cf;
  text-transform: capitalize;
  transition: all 300ms linear 0s;
  line-height: 48px;
}
.carousel .carousel-caption p{
  color: #fff !important;
  font-size:18px;
  font-weight: normal;
  margin-top:15px;
  text-transform: capitalize;
}*/


/*---------------home about----------------------*/

.habout {
    background: #c1c1c112;
}

.video-section-full-v2 {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}

.video-section-full-v2 .video-section-full {
    padding: 150px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    bottom: 0px;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-size: cover;
}



.video-section-inner:after {
    width: 30px;
    height: 2px;
    right: 20px;
    bottom: 20px;
}


.video-section-full:hover:before {
    height: 100%;
}

.video-section-full:hover:after {
    width: 100%;
}

.video-section-full:hover .video-section-inner:after {
    width: 100%;
}

.video-section-full:hover .video-section-inner:before {
    height: 100%;
}

.video-section-full .overlay-main {
    z-index: -1;
}

.opacity-04 {
    opacity: 0.4;
}

.overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.bg-black {
    background-color: #000;
}

.video-section-inner:before {
    width: 2px;
    height: 30px;
    right: 20px;
    bottom: 20px;
}

.video-section-content {
    display: table;
    padding: 30px 0px;
    width: 100%;
}

.video-section-left {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 120px;
}

.video-section-left .play-now {
    position: absolute;
    left: 10%;
    top: 50%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    width: 60px;
    height: 60px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
}

.play-now .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #fff;
    color: #2890cf;
    z-index: 1;
    font-size: 28px;
    padding-left: 5px;
    display: block;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    -ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    -o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
}


@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.ripple {
    position: relative;
    top: 50%;
    left: 50%;
}

.heading {}

.heading h1 {
    font-size: 29px;
    font-family: 'Roboto', sans-serif;
    margin-top: 0px;
    font-weight: bold;
    color: #2890cf;
    line-height: 40px;
}

.testimonial-info small {
    font-size: 13px
}

.heading p {
    font-size: 26px;
    font-weight: 600;
    color: #333;
    line-height: 36px;
}

.para p {
    text-align: justify;
    line-height: 30px;
    font-size: 16px;
}

.para h2,
.para h3 {
    font-size: 21px;
    margin: 0px;
    padding: 0px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 600;
    color: #2890cf;
    margin-top: 10px;
}

.para ul li {
    margin-bottom: 10px;
}

.para ul li:before {
    content: '\f046';
    font-family: 'fontAwesome';
    color: #d49f07;
    margin-right: 5px;
}

.habout .rm {
    margin-top: 20px;
}

.site-button {
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    margin-left: -1px;
    text-decoration: none !important;
    background: #2890cf;
    color: #fff;
    margin: 0 8px;
}

.site-button:hover {
    color: #fff;
    background: #f25125;
}

.btn-effect {
    position: relative;
    text-transform: capitalize;
}

.btn-effect:before,
.btn-effect:after {
    border-color: transparent;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 24px;
    position: absolute;
    width: 24px;
}

.btn-effect:before {
    border-color: #2890cf;
    border-left-width: 2px;
    border-top-width: 2px;
    left: -5px;
    top: -5px;
}

.btn-effect:after {
    border-bottom-width: 2px;
    border-color: #2890cf;
    border-right-width: 2px;
    bottom: -5px;
    right: -5px;
}

.btn-effect:hover:before,
.btn-effect:hover:after {
    height: 100%;
    width: 100%;
    border-color: #f25125;
}


/*********************services*******************/

.services {
    background-image: url(../img/bg-dotted.png);
    padding-top: 60px;
    padding-bottom: 30px;
}

.sec-title {
    margin-bottom: 30px;
}

.sec-title span {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    position: relative;
    text-transform: capitalize;
}

.sec-title span:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #2890cf;
    margin-top: 10px;
}

.mt-icon-box-wraper {
    position: relative;
}

.m-b30 {
    margin-bottom: 30px;
}

.half-blocks .half-block-content {
    position: relative;
    z-index: 1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
}

.icon-count-2 {
    position: relative;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.p-tb50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.icon-count-2 span.icon-count-number {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 120px;
    font-weight: 800;
    color: #f5be23;
    opacity: 0;
    line-height: 120px;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.mt-icon-box-wraper .mt-icon-box {
    margin-left: auto;
    margin-right: auto;
}

.mt-icon-box-wraper.center .mt-icon-box {
    margin-left: auto;
    margin-right: auto;
}

.mt-icon-box.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.mt-icon-box {
    display: table !important;
}

.mt-icon-box {
    width: 120px;
    height: 120px;
}

.mt-icon-box {
    display: inline-block;
    text-align: center;
}

.bg-gray {
    background-color: #f6f7f8;
}

.mt-icon-box {
    display: inline-block;
    text-align: center;
}

.mt-icon-box img {
    height: 75px;
}

.mt-icon-box img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}

.m-b20 {
    margin-bottom: 20px;
}

.mt-icon-box-wraper .mt-tilte {
    margin-top: 0;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #1a1a1a;
    margin-bottom: 15px;
    color: #fff;
}

.half-blocks:hover .half-block-content {
    background-color: #f6f7f8;
    color: #333;
}

.icon-count-2:hover span.icon-count-number {
    color: rgba(177, 177, 177, 0.7);
    opacity: 0;
}

.mt-icon-box .icon-cell {
    display: table-cell;
    vertical-align: middle;
}

.half-blocks-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-position: center;
}

.half-blocks:hover .half-block-content .mt-tilte {
    color: #333 !important;
}

.mt-icon-box-wraper:hover .scale-in-center {
    -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}


/*************************/

.call-to-action-sec {
    background-image: url(../img/pg_hd.jpg);
    width: 100%;
    padding: 100px 0px;
    position: relative;
    background-repeat: repeat;
    background-position: center center;
    
}

.call-to-action-overlay {
    background-color: #000000de;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.call-to-action-text {
    color: #fff;
}

.call-to-action-text {
    text-align: left;
}

.call-to-action-text h2 {
    text-transform: capitalize!important;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.call-to-action-text p {
    margin-bottom: 0;
}

.call-to-action-text .site-button {
    margin-top: 45px;
    font-size: 18px;
}

.ser-slider .card:hover .main-img {
    border: 2px solid #2890cf4d
}

.blur-img,
.main-img {
    width: 100%;
    position: absolute;
    left: 0px;
    padding: 0px;
    top: 0px;
    bottom: 0px;
    background: #fff;
    
}

.site-button:focus {
    color: #fff
}

.blur-img img {
    width: 100%!important;
    height: 100%!important;
    padding: 0px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.ss-img {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 300px;
}

.ser-img {
    width: 225px;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 225px;
}

.modal_img {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 500px;
    border: 1px solid #c2c2c2;
}

.ss-img img,
.blog-img img,
.ser-img img,
.cat-pdt-img img,
.blog-list li .img-holder img,
.cer-img img,
.modal_img img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto!important;
    max-height: 100%;
}

.ser .card {
    transition: all 0.3s linear;
}

.ser .card:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    transition: all 0.3s linear;
}

.ser-slider .card .card-header {
    padding: 0px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .2), 0 13px 24px -11px rgba(255, 230, 230, 0.6);
}

.ser-slider .card-body h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.ser-slider .card-body h3 a {
    color: #000;
}

.ser-slider .card-body h3 a:hover {
    color: #000;
}

.ser-slider .owl-nav {
    position: absolute;
    top: -18%;
    right: 0;
}

.ser-slider .owl-nav button {
    background-color: #2890cf !important;
    width: 40px;
    height: 40px;
    font-size: 18px !important;
    color: #fff!important;
}

.ser-slider .owl-nav button:hover {
    background-color: #f56d23 !important;
}


/*******************************************/

.testimonial {
    background-image: url(../img/bg-dotted.png);
    padding-top: 60px;
    padding-bottom: 30px;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.testimonial-info {
    margin-bottom: 70px;
}

.testi-wrapper {
    background-color: #f2f2f2;
    padding: 30px 20px 0 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.testimonial-avatar {
    margin-bottom: 15px;
}

.testimonial-slider .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    -webkit-transform-style: preserve-3d;
}

.testimonial-avatar img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.testimonial-slider {
    text-align: center;
}

.testimonial-slider h4 {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 20px;
    color: #2890cf;
    font-weight: bold;
}

.testimonial-slider .desc {
    background-color: #e76d24;
}

.testimonial-slider .desc {
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 22px 25px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
}

.testimonial-slider .desc:before {
    content: '';
    border: 17px solid transparent;
    border-bottom-color: #e76d24;
    position: absolute;
    top: -34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.testimonial-slider .owl-nav {
    position: absolute;
    top: -20%;
    right: 0;
}

.testimonial-slider .owl-nav button {
    background-color: #2890cf !important;
    width: 40px;
    height: 40px;
    font-size: 18px !important;
}


/************************************/

.blog {
    background: #eee;
    padding: 60px 0px;
    padding-bottom: 30px;
}

.blog-post {
    position: relative;
    margin-bottom: 40px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.latest-blog-1 .wt-post-media,
.date-style-3 .wt-post-media {
    border-color: #ef7222;
}

.date-style-3 .wt-post-media {
    border-bottom: 3px solid #ef7222;
}

.wt-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
}

.blog-img {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 210px;
}

.bdetails {
    height: 400px !important;
}

.date-style-3 .wt-post-info {
    position: relative;
    padding: 0 15px;
}

.bg-white {
    background-color: #FFF;
}

.wt-post-title {
    margin-bottom: 10px;
}

.wt-post-meta {
    margin-bottom: 10px;
}

.wt-post-meta ul {
    margin: 0 -4px;
}

.date-style-3 .post-date {
    background-color: #273447;
    text-transform: uppercase;
    position: absolute;
    padding: 6px 15px;
    color: #fff;
    top: -59px;
    left: 0;
    height: 36px;
    z-index: 1;
}

.date-style-3.date-skew .post-date:before {
    content: "";
    position: absolute;
    background-color: #273447;
    right: -12px;
    top: 0px;
    height: 100%;
    width: 25px;
    z-index: 1;
    display: block;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
}

.date-style-3.date-skew .post-date i {
    margin-right: 35px;
}

.date-style-3 .post-date i {
    position: relative;
    background: #ef7222;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 37px;
    line-height: 36px;
    margin-top: -8px;
    margin-left: -15px;
    margin-right: 15px;
}

.date-style-3.date-skew .post-date i::after {
    background-color: #ef7222;
    content: "";
    height: 100%;
    position: absolute;
    right: -12px;
    width: 25px;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
}

.date-style-3 .post-date strong {
    color: #ef7222;
    margin-right: 2px;
}

.wt-post-meta i {
    color: #7b7b7b;
    margin: 0 5px;
}

.wt-post-meta li {
    padding: 0;
    display: inline-block;
    font-size: 13px;
}

.wt-post-text {
    margin-bottom: 15px;
    display: inline-block;
}

.wt-post-text p {
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 15px;
}

.wt-post-title h3 {
    font-size: 16px;
    font-weight: 500;
}

.wt-post-title h3 a {
    color: #2890cf;
    font-size: 20px;
    font-weight: bold;
}


/*-----------------Footer-----------------------*/
footer {
    background: #2890cf;
    border-top: 4px solid #f25125;
    padding: 35px 0 0;
    margin: 0;
    color: #beaaaa;
    font-style: normal;
}

footer .main-footer {
    padding: 60px 0 30px 0;
}

.f-title h5 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    text-align: left;
}

.f-title h5:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #ffffff;
    margin-top: 12px;
}

.footer-para,
.fc-list,
.footer-links {
    padding: 10px 0;
}

.fs-links a {
    width: 40px;
    float: left;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    color: #fff;
}


/*.fs-links a:hover {
    background: #2890cf;
    color: #333;
    text-decoration: none;
    border: 1px solid #2890cf;
}*/

.fc-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    text-align: left;
}

.fc-list li a {
    color: #fff;
    padding: 0px;
    text-transform: unset;
    font-weight: 400;
    font-size: 14px;
}

.fc-list li a:hover {
    text-decoration: none;
    color: #eef7f6;
}

.fc-list li i {
    color: #ffffff;
    width: 0;
}

.fc-list li span {
    position: relative;
    left: 20px;
}

.footer-links li {
    margin-bottom: 10px;
    display: flex;
}

.footer-links li a {
    color: #fff;
    padding: 0px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer-links li a:hover,
.footer-links li a:hover:before {
    text-decoration: none;
    padding-left: 4px;
    color: #eef7f6;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer-links li:before {
    content: '\f101';
    font-family: 'fontAwesome';
    color: #ffffff;
    margin-right: 5px;
}

.footer-links li a:hover:before {
    color: #ffffff;
}

.footer-para p {
    color: #fff;
    text-align: justify;
}

.main-footer . fc-list li i{
    color: #fff;
}

.copyright {
    border-top: 2px solid #fff;
    width: 100%;
    margin-top: 30px;
    padding-top: 20px;
}

.copyright p {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
}

.copyright a {
    color: #ffffff;
}

.copyright a:hover {
    text-decoration: none;
}


/***********************/

.support {
    background: #2890cf;
    width: 56px !important;
    height: 56px !important;
    color: #333;
    font-size: 20px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.support:hover {
    cursor: pointer;
}

.support img {
    transition: all 300ms ease-in-out;
    width: 60%;
}

.returntotop {
    background: #2890cf;
    width: 56px !important;
    height: 56px !important;
    color: #333;
    font-size: 20px;
    position: fixed;
    right: 15px !important;
    bottom: 80px !important;
    cursor: pointer;
    z-index: 999;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.inner-fabs a {
    background: #f75d07;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    z-index: 99;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease-in-out;
}

.inner-fabs.show a {
    width: 45px !important;
    height: 45px !important;
    right: 22px !important;
    transition: all 300ms ease-in-out;
}

.inner-fabs.show a:nth-child(1) {
    bottom: 80px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
    background: #3fa732;
}

.inner-fabs.show a:nth-child(2) {
    bottom: 130px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.inner-fabs.show a:nth-child(3) {
    bottom: 180px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
    background: #2c3d83;
}

.inner-fabs.show a:nth-child(4) {
    bottom: 230px !important;
}

a#returntotop {
    background: #f25125;
}

a#returntotop:hover {
    background: #2890cf;
}


/***********************************/

#inner-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0px;
    position: relative;
    width: 100%;
    z-index: 2;
    text-align: left;
}

#inner-banner::before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

#inner-banner span {
    color: #fff;
    font-size: 34px;
    margin: 0px 0 40px 0;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-flex;
}

.inner-breadcrumb ul {
    padding: 0px;
    margin: 0px;
    margin-top: -18px;
}

.inner-breadcrumb ul li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 14px;
}

.inner-breadcrumb ul li a {
    color: #fff;
    font-weight: 500;
}

.inner-breadcrumb ul li::before {
    color: #fff;
    content: "/ ";
    font-size: 12px;
    font-weight: 500;
    left: -10px;
    line-height: normal;
    margin-top: -7px;
    position: absolute;
    top: 50%;
}

.inner-breadcrumb ul li:first-child::before {
    display: none;
}


/*************Category******************/

.cat-img {
    float: right;
    width: 400px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.about-item .cat-img {
    float: right;
    width: 500px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.about-item .video-section-full-v2 .video-section-full {
    margin-left: 0px;
    margin-right: 40px
}

.about-item .video-section-full-v2:after {
    left: auto;
    right: 0px
}

.cat-img .cat-pdt-img {
    border: 1px solid #eee;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.modal-dialog .modal-body {
    padding: 10px 24px 16px;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 22px;
    font-weight: bold;
}

span.catName {
    color: #c51922;
}

.about-item .cat-img .cat-pdt-img {
    border: 1px solid #eee;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.cat-title h1 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-top: 0px;
    margin-bottom: 18px;
}

.cat-title h1:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #2890cf;
    margin-top: 10px;
}

.rpdt .card .card-body .site-button {
    margin: 0 8px;
}


/**************blog********************/

.lblog .card-header {
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(60deg, #2890cf, #2890cf);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2), 0 13px 24px -11px rgba(255, 152, 0, .6) !important;
    color: #fff;
}

.blist {
    margin-top: 20px;
}

.blog-list li {
    padding: 10px 10px;
    display: inherit;
    border-bottom: 1px dashed #2890cf;
    ;
}

.blog-list li:last-child {
    border-bottom: none;
}

.blog-list li .img-holder {
    overflow: hidden;
    position: absolute;
    background: #f2f2f2;
    width: 70px;
    height: 70px;
    border: 1px solid #2890cf;
}

.blog-list li .title-holder {
    padding-left: 80px;
}

.blog-list li .title-holder .post-title {
    color: #333 !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 7px;
    transition: all 500ms ease;
    min-height: 45px;
    display: flex;
    align-items: center;
}

.blog-list li .title-holder .post-date {
    display: block;
    transition: all 500ms ease;
    font-size: 13px;
    color: #333 !important;
}

.blog-list li .title-holder .post-date span {
    padding-right: 5px;
    color: #2890cf;
}


/*********************************/

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


/*********************************/

.section-about {
    width: 100%;
    background-color: #fff;
    padding-bottom: 70px;
    padding-top: 45px;
    background-image: url(../img/bg-dotted.png);
}

.about-item .text {
    margin-top: 0px;
    margin-bottom: 20px;
}

.about-item .text h1 {
    line-height: 30px;
    font-size: 25px;
    color: #333333;
    margin-bottom: 20px;
    background: none;
    padding: 0px;
    font-style: normal;
    font-weight: 600;
    margin-top: 0px;
}

.about-item .text h1:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #2890cf;
    margin-top: 10px;
}

.factsheet {
    width: 100%;
    float: left;
    padding: 10px 10px;
    background: #ffffff;
    box-shadow: 0px 0px 10px #bbbbbb;
    margin-bottom: 15px;
    min-height: 100px;
    display: flex;
    align-items: center;
    border-radius: 4px;
}

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

.factsheet .info h4 {
    margin: 0px;
    padding: 2px 0px;
    font-size: 18px;
    font-weight: 600;
    color: #2890cf;
    text-align: left;
    text-transform: inherit;
}

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

.mb-10 {
    margin-bottom: 30px
}

.address-area ul {
    border: 1px solid #eee;
    margin-top: 15px;
    list-style: none;
    padding: 0;
}

.address-area ul>li {
    
    border-bottom: 1px solid #eee;
    padding: 16px 0 7px 57px;
    position: relative;
}

.address-area p {
    padding-right: 27px;
}

.address-area ul>li:last-child {
    border: none;
}

.address-area ul>li i {
    color: #f25125;
    font-size: 24px;
    position: absolute;
    left: 30px;
    top: 35px;
    z-index: 1;
}

.address-area ul>li h3 {
    color: #333333;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: capitalize;
}

.address-area li .contact-social {
    border: medium none;
    margin-bottom: 10px;
}

.address-area ul li .contact-social li {
    border: medium none;
    display: inline;
    margin-right: 5px;
    padding: 0;
}

.address-area ul li .contact-social li a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #333;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.5s ease-out 0s;
    width: 30px;
}

.address-area ul li .contact-social li a:hover {
    background: #f25125;
    color: #fff;
    border: 1px solid #f25125;
}

.address-area ul li .contact-social li a i {
    color: #fff;
    font-size: 18px;
    position: inherit;
    transition: 0.5s all ease 0s;
}


/*.address-area ul li .contact-social li a i:hover {
    color: #fff;
}*/

.address-area a {
    color: #333;
}

.address-area a:hover {
    color: #2890cf;
}

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

.cbtn {
    margin-top: 15px;
    margin-left: 5px;
}

.map iframe {
    margin-bottom: -10px;
}

#pdtModal .form-group {
    margin-bottom: 10px;
}

#pdtModal .bmd-form-group {
    padding-top: 20px;
}

.modal .modal-dialog {
    margin-top: 30px;
}

.ma-list ul li {
    width: 24%;
    float: left;
    background: #fff;
    border: 1px dotted #333;
    margin: 1px;
}

.ma-list ul li a {
    color: #333;
    padding: 8px 15px;
    width: 100%;
    display: block
}


/*
.ma-list ul li:before {
    content: '\f101';
    font-family: 'fontAwesome';
    margin-right: 5px;
    color: #f4bf23;
}
*/

.ma-list ul li:hover {
    /*background: linear-gradient(60deg,#2890cf,#2890cf);*/
    border: 1px dotted #000;
    box-shadow: 0 0 18px 2px #f4bf23;
}

.ma-list ul li:hover:before {
    color: #333;
}

.error {
    color: #FB3A3A!important;
}

.modal-header .close {
    padding: 28px 10px 0px 0px;
    margin: -1rem -1rem -1rem auto;
}

.modal-dialog .modal-header {
    border-bottom: none;
    padding: 8px 24px 0;
}

.sitemap {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.s-list ul li,
.s-list ul li ul li,
.s-list ul li ul li ul li {
    margin-bottom: 8px;
}

.s-list ul li:before {
    content: '\f101';
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #f4bf23;
}

.sitemap li a {
    color: #333;
    font-size: 14px;
}

.s-list ul li ul,
.s-list ul li ul li ul {
    margin-top: 10px;
    padding-left: 15px;
}

.s-list ul li a:hover {
    color: #f4bf23;
}

.fb-class {
    background: #3a5897 !important;
    border-color: #3a5897 !important;
}

.twitter-class {
    background: #419deb !important;
    border-color: #419deb !important;
}

.youtube-class {
    background: #d51a07 !important;
    border-color: #d51a07 !important;
}

#msg_display {
    visibility: hidden;
    width: 350px;
    background-color: #333;
    color: #fff;
    border-radius: 2px;
    padding: 5px 10px;
    position: fixed;
    z-index: 1;
    left: 15px;
    bottom: 30px;
    font-size: 14px;
    text-transform: capitalize;
}

#msg_display .icon {
    width: 60px;
    height: 60px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

#msg_display .icon .fa {
    font-size: 28px;
    color: #fff;
}

#msg_display .msg .msg-type {
    font-weight: 600;
}

#msg_display .msg p {
    color: #fff;
    font-weight: 100;
    margin-bottom: 0px;
    font-size: 14px;
}

#msg_display a.cross {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #fff;
    font-size: 15px;
}

#msg_display.show {
    visibility: visible;
    display: flex !important;
    align-items: center;
}

#msg_display.success {
    background: #28a745 !important;
}

#msg_display.error {
    background: #ff0000 !important;
}

#msg_display.warning {
    background: #fcf8e3 !important;
    border: 1px solid #8a6d3b;
    border-radius: 2px;
}

#msg_display.warning .icon .fa,
#msg_display.warning .msg #msg-type,
#msg_display.warning .msg p {
    color: #8a6d3b !important;
}

.bu-search-area .search-area form {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
    display: none;
    padding: 0 20px;
    position: absolute;
    right: -10px;
    top: 100%;
    transition: all 0.25s ease 0s;
    width: 440px;
    z-index: 999;
}

.bu-search-area .search-area .input-holder {
    position: relative;
    overflow: hidden;
}

.bu-search-area .search-area .wrap-input100 {
    margin: 0px;
    padding: 10px 15px 8px;
}

.bu-search-area .search-area .input-holder label {
    position: absolute;
    right: 15px;
    top: 0;
    padding: 14px 10px 10px 16px;
    cursor: pointer;
}

.bu-search-area .search-area .input-holder label span {
    font-size: 18px;
    color: #092666;
}

.bu-search-area .search-area .input-holder input[type="submit"] {
    text-indent: -9999px;
    border: 0;
    background: none;
    display: none;
}

.bu-search-area .fa-search:before {
    content: "\f002";
    font-family: 'fontAwesome';
}

.bu-search-area .fa-times:before {
    content: "\f00d";
    font-family: 'fontAwesome';
    color: #ed3237;
}

li.bu-search-area {
    padding: 27px 10px 26px;
    color: #fff;
    font-size: 15px;
    min-width: 78px;
}

span.bmd-form-group {
    display: block;
    width: 100%;
}

featured-imagebox-gallery {
    position: relative;
}

.featured-imagebox-gallery.style1 .featured-thumbnail img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}

.featured-imagebox-gallery.style1:hover .featured-thumbnail img {
    transform: scale(1.07) rotate(0.5deg);
}

.featured-imagebox-gallery .ttm-box-view-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(18, 29, 39, .86);
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.featured-imagebox-gallery:hover .ttm-box-view-overlay {
    height: 100%;
    opacity: 1;
}

.featured-imagebox-gallery:hover .ttm-media-link {
    top: 43%;
}

.featured-imagebox-gallery .ttm-media-link {
    position: absolute;
    z-index: 5;
    top: 20%;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.ttm-media-link a {
    width: 53px;
    height: 53px;
    line-height: 42px;
    display: inline-block;
    border-radius: 50%;
    font-size: 17px;
    border: 1px solid #fff;
}

.ttm-media-link a i {
    display: block;
    line-height: 50px;
    text-align: center;
}

.featured-imagebox-gallery.style1 .featured-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 12px;
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0) scale(1, 1);
    -moz-transform: translate3d(0, 20px, 0) scale(1, 1);
    -ms-transform: translate3d(0, 20px, 0) scale(1, 1);
    transform: translate3d(0, 20px, 0) scale(1, 1);
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out, -moz-transform 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out, -o-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, -moz-transform 0.25s ease-in-out, -o-transform 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.featured-imagebox-gallery.style1:hover .featured-content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.featured-imagebox-gallery.style1:before,
.featured-imagebox-gallery.style1:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
    transition: opacity 0.55s, transform 0.55s;
    z-index: 1;
}

.featured-imagebox-gallery.style1:hover:before,
.featured-imagebox-gallery.style1:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.featured-imagebox-gallery.style1:before {
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.featured-imagebox-gallery.style1:after {
    border-right: 1px dashed #fff;
    border-left: 1px dashed #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.featured-imagebox-gallery.style2 {
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px #ddd;
}

.featured-imagebox-gallery.style2 .featured-content {
    padding: 15px;
    position: relative;
    transition: all 0.3s;
    text-align: center;
}

.featured-imagebox-gallery-inner {
    position: relative;
    overflow: hidden;
}

.featured-imagebox-gallery.style2 .featured-content:after {
    position: absolute;
    bottom: 100%;
    transform: translateX(-50%);
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #fff transparent;
    z-index: 1;
    top: -14px;
    left: 42px;
    transition: all 0.3s;
}

.gallery {
    padding-top: 60px;
    padding-bottom: 30px;
}

.featured-imagebox-gallery.style2 .ttm-media-link {
    top: 40%;
}

.featured-imagebox-gallery.style2:hover .ttm-media-link {
    top: 50%;
}

.featured-imagebox-gallery:hover .featured-content {
    background: #2890cf
}

.featured-title h5 {
    font-size: 20px
}

.featured-imagebox-gallery:hover .featured-title h5 {
    color: #fff
}

.featured-imagebox-gallery:hover .featured-content:after {
    border-color: transparent transparent #f4969b transparent;
}

.featured-imagebox-gallery:hover .ttm-media-link a {
    background: #2890cf;
    border: 1px solid #2890cf
}

.featured-imagebox-gallery:hover .ttm-media-link a i {
    color: #fff
}

.timelines {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}

.timeline {
    position: relative;
}

.timeline:before {
    top: 15px;
    bottom: 110px;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #f65d07;
    left: 50%;
    margin-left: -1.5px;
}

.timeline:after {
    content: '';
    width: 36px;
    height: 36px;
    top: 14px;
    left: 50%;
    bottom: 10px;
    text-align: center;
    position: absolute;
    margin-left: -18px;
    background-color: #fff;
    border: 10px solid #f75d07;
    z-index: 99;
    border-radius: 50%;
}

.timeline>li {
    margin-bottom: -128px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 38.2%;
    float: left;
    border-radius: 2px;
    position: relative;
    -webkit-box-shadow: 0 0 30px 0 #906d3f33;
    -moz-box-shadow: 0 0 30px 0 #906d3f33;
    box-shadow: 0 0 30px 0 #906d3f33;
    margin-bottom: 20px
}

.timeline>li>.timeline-panel:after {
    content: '';
    width: 100px;
    height: 3px;
    background-color: #f75d07;
    position: absolute;
    top: 33px;
    right: -100px;
    display: inline-block;
}

.timeline>li>.timeline-badge {
    width: 36px;
    height: 36px;
    top: 14px;
    left: 50%;
    text-align: center;
    position: absolute;
    margin-left: -18px;
    background-color: #fff;
    border: 10px solid #f65d07;
    z-index: 99;
    border-radius: 50%;
}

.timeline>li>.timeline-pointer-more {
    width: 36px;
    height: 36px;
    line-height: 36px;
    top: 14px;
    left: 50%;
    text-align: center;
    position: absolute;
    margin-left: -18px;
    border-radius: 50%;
    z-index: 99;
    color: #fff;
    background-color: #2890cf;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -100px;
    right: auto;
}

.timeline>li .timeline-panel .timeline-date {
    font-size: 18px;
    color: #ffffff;
    padding: 24px 15px 27px 15px;
    background-color: #c12c3c;
    font-family: "Poppins", sans-serif;
    margin: 0px;
}

.timeline>li .timeline-panel .timeline-content {
    padding: 34px 35px 46px 35px;
    background-color: #ffffff;
}

.timeline>li .timeline-panel .timeline-content .timeline-heading {
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    color: #2890cf;
    margin-bottom: 14px;
}

\.mission-vision-section {
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .mission-vision-section {
        padding-bottom: 35px;
    }
}

@media (max-width: 767px) {
    .mission-vision-section {
        padding-bottom: 25px;
    }
}

.mission-vision-section .mission-vision-grids {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .mission-vision-section .mission-vision-grids {
        margin: 0 -7.5px;
    }
}

.mission-vision-section .mission-vision-grids .grid {
    width: 100%;
    float: left;
    margin: 0 15px 50px;
    padding: 20px;
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .mission-vision-section .mission-vision-grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .mission-vision-section .mission-vision-grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 50px;
    }
}

@media (max-width: 600px) {
    .mission-vision-section .mission-vision-grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
}

.mission-vision-section .title-area {
    text-align: center;
    margin-bottom: 50px;
}

.mission-vision-section .title-area h2 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4em;
    margin: -0.38em 0 0;
}

@media (max-width: 991px) {
    .mission-vision-section .title-area h2 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.mission-vision-section .grid h3 {
    font-size: 30px;
    margin: 0 0 0.4em;
    color: #2890cf;
    font-weight: bold;
}

@media (max-width: 991px) {
    .mission-vision-section .grid h3 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.mission-vision-section .grid p {
    margin-bottom: 0;
    min-height: 105px;
    line-height: 32px;
}

.img-holder img {
    width: 100%
}

.attorney-item {
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    /*display: inline-block;*/
    border: 1px solid #ddd
}

.attorney-item .attorney-img img {}

.attorney-item:hover>.attorney-img img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.attorney-item .attorney-text {
    position: relative;
    margin-top: -60px;
    background: #f7f8fc;
    transform: translateY(70px);
    transition: all .3s;
}

.attorney-item .attorney-text p.text-blue {
    opacity: 1;
    color: #273f7d;
    font-size: 15px;
}

.attorney-item:hover .attorney-text {
    transform: translateY(0px);
}

.attorney-item .attorney-text h6 {
    color: #2890cf;
    font-size: 20px;
    font-weight: bold;
}

.attorney-item .attorney-text p {}

.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);
    padding-top: -2px;
}

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

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

.video_gallery h2 {
    font-size: 20px;
    color: #27457b;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    height: 45px;
    display: flex;
    align-items: center;
}

.video_gallery h2 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;
}

.video-width video {
    width: 100%;
    height: 322px;
    border: 0
}

.video-width {
    width: 100%
}

.product-details-content ul li {
    padding-left: 22px;
    line-height: 30px;
    font-size: 15px;
}

.product-details-content ul li:before {
    content: '\f14a';
    position: absolute;
    left: 0px;
    font-family: 'FontAwesome';
    padding-left: 15px;
    color: #2890cf
}

.product-details-content h2 {
    color: #2890cf;
    font-size: 23px;
    margin: 0 0 10px;
    line-height: 1;
    text-align: left;
    font-weight: bold;
}

a#Zoom-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    border: 1px solid #ddd;
}

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

.gallery_category .gallery_image {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 540px;
    border: 1px solid #ccc;
}

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

.heading01 h3 {
    color: #e02f2f;
}

#whatsapp .modal-body {
    padding: 0;
    min-height: 230px;
    overflow: hidden;
}

#whatsapp .modal-dialog {
    margin: 10% auto;
}

#whatsapp .close {
    float: right;
    font-size: 21px;
    font-weight: normal;
    line-height: 2;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    right: -15px;
    z-index: 999;
    top: -13px;
    background: #e6aa1e;
    width: 30px;
    height: 30px;
    border-radius: 75%;
    line-height: 30px;
}

#whatsapp .close:hover {
    background: #c72125;
}

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

#whatsapp .modal-body {
    padding: 0;
    min-height: 230px;
    overflow: hidden;
}

#whatsapp .modal-body .modal_left {
    float: left;
    width: 40%;
    background: #187728;
    color: #fff;
    padding: 30px 25px;
    font-size: 15px;
}

#whatsapp .modal-body .modal_left i.fa.fa-whatsapp {
    font-size: 150px;
}

#whatsapp .modal-body .modal_left p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 40px;
}

#whatsapp .modal-body .modal_left {
    height: 100%;
    min-height: 353px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#whatsapp .modal-body .modal_left p {
    margin-bottom: 0;
}

#whatsapp .modal-body .modal_right {
    float: left;
    width: 60%;
    padding: 11px 35px 16px;
    position: relative;
    background: #fff;
}

.top-header .h-cont ul li a i.fa.fa-whatsapp {
    width: 28px;
    float: left;
    height: 28px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    color: #fff;
    background: #279c18 !important;
    border-color: #279c18 !important;
}

.enquire_btn3 {
    right: 0px;
    top: 80px;
    z-index: 99;
    position: fixed;
    background: -moz-linear-gradient(0deg, rgba(240, 120, 0, 1) 0%, rgba(226, 29, 39, 1) 51%, rgba(226, 29, 39, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(240, 120, 0, 1)), color-stop(51%, rgba(226, 29, 39, 1)), color-stop(100%, rgba(226, 29, 39, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(240, 120, 0, 1) 0%, rgba(226, 29, 39, 1) 51%, rgba(226, 29, 39, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(240, 120, 0, 1) 0%, rgba(226, 29, 39, 1) 51%, rgba(226, 29, 39, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(240, 120, 0, 1) 0%, rgba(226, 29, 39, 1) 51%, rgba(226, 29, 39, 1) 100%);
    /* ie10+ */
    background: linear-gradient(90deg, rgba(240, 120, 0, 1) 0%, rgba(226, 29, 39, 1) 51%, rgba(226, 29, 39, 1) 100%);
    /* w3c */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#F07800', endColorstr='#2890cf', GradientType=1);
    /* ie6-9 */
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transform: rotate(-90deg);
    transform-origin: right bottom;
    padding: 0 15px;
    line-height: 33px;
    margin-left: 35px;
    margin-top: 120px;
}

.box_heading .number {
    font-size: 80px;
    font-weight: 700;
    color: #f0f0f0;
    position: absolute;
    z-index: -1;
    top: 0;
    line-height: 70px;
}

.separator.left-align {
    margin: 0;
    width: 80px;
    position: relative;
    padding: 0px
}

.separator ul {
    padding: 0px;
    margin: 0px;
}

.separator li {
    background: #2890cf;
}

.separator.left-align ul li {
    display: inline-block;
    width: 3px;
    height: 7px;
    margin: 0px 2px;
    padding: 0px;
}

.separator.left-align ul::after {
    content: '';
    width: 40px;
    height: 1px;
    background: #c9c9c9;
    right: 0;
    top: 63%;
    position: absolute;
}

.box_heading {
    margin-bottom: 20px;
}

.featured-imagebox-gallery-inner {
    height: 232px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#detail-sider .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
    color: #fff;
}

#detail-sider .owl-nav {
    margin-top: 0px;
}

#detail-sider .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

#detail-sider .owl-nav .owl-prev:focus {
    outline: 0;
}

#detail-sider .owl-nav .owl-prev:hover {
    background: #01305c !important;
}

#detail-sider .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
    color: #fff;
}

#detail-sider .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

#detail-sider .owl-nav .owl-next:focus {
    outline: 0;
}

#detail-sider .owl-nav .owl-next:hover {
    background: #01305c !important;
}

#detail-sider:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

#detail-sider:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.para ol li {
    line-height: 28px;
    font-size: 16px;
}

.para strong {
    color: #000000;
    font-weight: 600;
}

.para ol {
    padding-left: 17px;
}

.para ol li strong {
    color: #2890cf
}

.video-home {
    float: left;
    width: 600px;
    margin-right: 15px
}

.gcat {
    position: absolute;
    bottom: 9px;
    left: 15px;
}

.gcat span {
    display: block;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
    background: #2890cf;
    color: #fff;
    font-size: 16px;
    padding: 10px 24px;
    border-radius: 0px;
    box-shadow: 0 0 5px #808080;
    min-width: 321px;
    text-align: center;
}

.lelf_menu {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    /* background: #eee; */
    box-shadow: 0px 0px 10px #ddd;
}

.lelf_menu h2 {
    background: #2890cf;
    margin: 0;
    padding: 10px 10px;
    color: #fff!important;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
}

.open-title {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 24px;
    background: #e8e8e8;
    font-size: 14px !important;
    border-bottom: 1px solid #2890cf;
}

.open-title a {
    float: left;
    width: 100%;
    color: #000;
    text-transform: capitalize;
    padding: 5px 12px;
}

.open-title a:hover {
    background: #ab1c23;
    color: #fff;
}

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

.left_menu li {
    float: left;
    width: 100%;
    color: #423f3f;
    list-style: none;
    list-style: 24px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.left_menu li a {
    color: #423f3f;
    text-transform: capitalize;
}

.left_menu li a:before {
    float: left;
    content: "\f105";
    font-family: "FontAwesome";
    margin-right: 5px;
}

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

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


/*-----------Comment-----------*/

.box_border {
    margin: 5px 0px;
    float: left;
    width: 100%;
    border-top: 1px solid #cccccc;
    padding: 20px 0px;
}

.box_border .details-img-custom {
    width: 100%;
    border: 1px solid #d4d4d4;
    margin: auto;
    position: relative;
    margin-bottom: 15px;
}

.box_border .single-product-image {
    height: 348px;
    margin-bottom: 0px;
    width: 100%;
    background: #f5f5f5;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.box_border .single-product-image img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
}

.box_border .blur-img {
    width: 100%;
    position: absolute;
    left: 0px;
    padding: 0px;
    top: 0px;
    bottom: 0px;
}

.box_border .blur-img img {
    width: 100%;
    height: 100%;
    padding: 0px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.box_border .main-img {
    background: rgba(255, 255, 255, 1);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    z-index: 1;
    border: 0px;
}

.box_h2 {
    font-size: 22px !important;
    font-family: arial !important;
    text-transform: none !important;
    color: #2890cf !important;
}

.box_content p {
    font-size: 18px;
    margin-bottom: 2px;
    font-family: arial;
}

.box_table {
    margin-bottom: 15px;
}

.box_table table>tbody>tr>td:first-child {
    border: 1px solid #dfdfdf;
    color: #111 !important;
    width: 40%;
    font-weight: normal;
    background: #f1f1f1;
}

.box_table table>tbody>tr>td {
    border: 1px solid #ccc;
    width: 50%;
    font-size: 14px;
    line-height: 20px;
    font-family: arial;
    color: #000 !important;
    font-weight: 600;
}

.box_table table>tbody>tr>td:hover {
    background: #ccc;
}

.box_table table {
    width: 100%;
}

table tr td {
    padding: 4px 5px;
}

.product_image {
    width: 100%;
    height: 290px;
    position: relative;
    border: 1px solid #ccc;
}

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

#moretext {
    display: none;
    margin-bottom: 20px;
    margin-top: 10px;
}

#readmore_show {
    font-family: 'Poppins';
    color: #333;
    font-size: 14px;
    border: none;
    padding: 0;
    font-weight: 600;
    background: transparent;
    border: 0;
    outline: 0;
    display: block;
    margin-top: 10px;
    position: relative;
    width: 100%;
    text-align: left;
}

.btn_mt {
    margin-top: 10px;
}

.box_toggle:hover {
    color: #ed3237 !important;
}

.box_cnt {
    margin-top: 0;
}

.box_content h2 a {
    cursor: unset !important;
}

.blur_width {
    width: 100% !important;
}

.box_cnt h2 {
    margin-top: 0px !important;
}

.details_en {
    position: relative;
    padding: 8px 18px;
    background: #2890cf;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    transition: all .3s;
    border: 0;
    font-weight: 600;
    border: 1px solid #2890cf;
    outline: none
}

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

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

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

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

.details_en:hover {
    color: #2890cf;
    border: 1px dashed #2890cf;
    background: #fff
}


/*#readmore_show.less_hide{display: none;}*/

.right_section ul li {
    color: #333;
    line-height: 24px;
    font-size: 14px;
    list-style: none
}

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

.right_section .links ul {
    margin-top: 12px;
    padding: 0px;
    margin: 0px!important;
}

.right_section .links ul li {
    display: inline-block!important;
    cursor: pointer;
    margin-right: 5px;
}

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

.right_section .links ul li i {
    height: 35px;
    width: 35px;
    background: #cccccc;
    color: #333;
    border-radius: 0;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    border-radius: 50%
}

.right_section .links ul li i.fa-facebook:hover {
    background: #3c5899;
    color: #fff;
}

.right_section .links ul li i.fa-twitter:hover {
    background: #5ea9dd;
    color: #fff;
}

.right_section .links ul li i.fa-youtube:hover {
    background: #ee1c1b;
    color: #fff;
}

.right_section .links ul li i.fa-linkedin:hover {
    background: #0e76a8;
    color: #fff;
}

.right_section .links ul li i.fa-whatsapp:hover {
    background: #01e675;
    color: #fff;
}

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

.warranty_page .form_div {
    width: 100%;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
}

.warranty_page form input,
.warranty_page form select {}


/*.warranty_page form .bmd-form-group{padding-top: 0!important;}*/

.service_panel {
    width: 100%;
    display: none;
}

.warranty_page [class*=" bmd-label"],
[class^="bmd-label"] {
    color: #333!important;
}

.service_panel .form-control {
    color: #666!important;
}

.warranty_page .form-group input[type="file"] {
    z-index: 3;
}

.warranty_page .cat-title h1 {
    text-align: center;
}

.warranty_page .cat-title h1:after {
    margin: 0 auto;
}

.modal_panel {
    display: none;
}

#Oxygen.modal_panel {
    display: block;
}

#Warranty.service_panel {
    display: block;
}

div.stars {
    float: left;
    width: auto;
    display: inline-block;
}

input.star {
    display: none;
}

label.star {
    float: right;
    margin-right: 5px;
    font-size: 20px;
    color: #333;
    transition: all .2s;
    cursor: pointer;
    line-height: 24px;
}

input.star:checked~label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
}

input.star-5:checked~label.star:before {
    color: #FE7;
    text-shadow: 0 0 10px #c4b865;
}

input.star-1:checked~label.star:before {
    color: #F62;
}

input.star-2:checked~label.star:before {
    color: #e09d1b;
}

input.star-3:checked~label.star:before {
    color: #ff9f00;
}

label.star:before {
    content: '\f006';
    font-family: 'FontAwesome';
}

.file_invoice {
    opacity: 1!important;
    position: relative!important;
}
#streaming .close {
    position: absolute;
    right: -8px;
    top: -9px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ed3237;
    opacity: 1;
    border-radius: 100%;
    color: #fff;
    outline: none;
}
#streaming .modal-dialog .modal-body{padding: 15px;}
#streaming .modal-dialog .modal-body img{max-width: 100%;}
.modal-backdrop.show{opacity: 0.5!important}

.header-highlight {
    display: inline-block;
    font-size: 13px;
    text-align: right;
    color: #fff;
    margin: 5px 0px;
}

.footer-highlight {
    font-size: 15px;
    text-align: left;
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px;
    background: #232222;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
}
.social.pull-right {
    display: inline-block;
    width: auto;
}

.content-highlight {
    display: inline-block;
    width: auto;
    text-align: right;
    margin-right: 10px;
}

.header-highlight span {
    color: #fff;
    background: #279c18;
    padding: 1px 7px;
    display: inline-block;
    border-radius: 29px;
    margin: 0 3px;
}

.footer-highlight span {
    color: #fff;
    background: #279c18;
    padding: 1px 7px;
    display: inline-block;
    border-radius: 29px;
    margin: 0 3px;
}

.footer-highlight b {
    font-weight: 500;
}

.header-highlight a,.footer-highlight a{
    color: #fff;
}


.product-sidebar .card-header {
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(60deg, #2890cf, #2890cf);
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%), 0 13px 24px -11px rgb(255 152 0 / 60%) !important;
    color: #fff;
    margin-right: 0;
    margin-left: 0;
}

.product-sidebar .card-body {
    padding: 0px;
}

.nav-side-menu {
  overflow: auto;
  font-size: 12px;
  font-weight: 200;
  background-color: ##2890cf;
  position: relative;
  top: 0px;
  height: 100%;
  color: #ffffff;
}
.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
    border-left: 3px solid #d19b3d;
    background-color: #f25125;
    color: #ffffff
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #ffffff;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #ffffff;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  
    border: none;
    line-height: 28px;
    border-bottom: 1px dashed #ccc;
    margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #ffffff;
  color: #2890cf;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
    padding: 6px 16px;
    border-bottom: 1px dashed #ccc;
    font-size: 16px;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #2890cf;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #ffffff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}

.product-boxs .card-header {
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(60deg, #2890cf, #2890cf);
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%), 0 13px 24px -11px rgb(255 152 0 / 60%) !important;
    color: #fff;
    margin-right: 0;
    margin-left: 0;
}
.ser-category-img{
    width: 100%!important;
}

.about-us-home {
    width: 100%;
    border-radius: 22px;
}
.product-container .card-header{
    position: relative;
    padding: 0px;
    box-shadow: none;
    background: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.product-box-img{
    width:100%;
}

.product-container .card .card-header:not([class*=header-]) {
     box-shadow:none;
     background: none;
 }
 .product-box {
    padding: 10px;
}
 .product-box img {
    width: 100%;
}
.product-container h3{
    margin-top: 0px
}
.product-container .card-body.text-center {
    padding-bottom: 25px;
}
.product-container h3 a {
    color: #000000;
    text-transform: capitalize;
}
.client-slider img{
    border-radius: 8px;
}

.full-contact input[type=text], .full-contact input[type=password], .full-contact input[type=url], .full-contact input[type=tel], .full-contact input[type=search], .full-contact input[type=number], .full-contact input[type*=date], .full-contact input[type=email] {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    
    font-size: 14px;
    height: 42px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    background-image:none!important;
}
.full-contact textarea{
    border: 1px solid #c2c2c2;
    padding: 15px;
}

.contactus {
    background-image: url(../img/bg-dotted.png);
    padding-top: 60px;
    padding-bottom: 30px;
}

.pro-box .product-image{
    border: 1px solid #f0f0f0;
}

.pro-box .enqbtn{
   margin-top: 30px; 
}
