.details img {
    border: 1px solid #eee;
}
.head-span{
    position: absolute;
    left: 17px;
    bottom: 80px;
    font-size: 19px;
    text-transform: capitalize;
    right: 0px;
}
p.active.first-prd {
    display: block !important;
}
.imgBlock img {
    margin-top: 20px;
    margin-right: 20px;
}

header,
section,
article,
aside,
nav,
footer,
p,
h1,
h2,
h3,
h4,
h5,
ul,
li details,
figcaption,
figure,
footer,
hgroup,
main,
summary {
    margin: 0;
    padding: 0;
    display: block;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

a {
    text-decoration: none;
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {}

body {
    margin: 0;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

h6 {
    font-size: .67em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl,
menu,
ol,
ul {
    margin: 0 0;
}

dd {
    margin: 0 0 0 0px
}

menu,
ol,
ul {
    padding: 0 0 0 0px
}

nav ul,
nav ol,
li {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal;
    border: none;
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid,
textarea:valid {}

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {



    /* display: none; <- Crashes Chrome on hover */



    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
button,
input,
select,
textarea {
    color: #FFF;
}

html {
    font-size: 1em;
    line-height: 1.4;
}



::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
ul.prd-part li {
    font-size:24px !important;
    color: #fff;
	font-weight: 500;

}
ul.company-part li {
    font-size: 24px !important;
    color: #fff;
	font-weight: 500;
}
ul.company-part span {
    float: left;
    margin-right: 13px;
}
ul.prd-part span {
    margin-right: 12px;
}
html,
body,
form {
    width: 100%;
    height: 100%;
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
    font-size: 14px;
}

html,
body,
form {
    width: 100%;
    height: 100%;
}

html {
    overflow-y: scroll;
}

body {
    margin: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

a {
    text-decoration: none;
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:-moz-placeholder {
    color: transparent;
}

a {
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.container {
    width: 100%;
    height: auto;
    max-width: 1300px;
}

.header-top {
    position: relative;
    font-size: 13px;
    padding: 7px 0px;
    background: #6a0934;
    color: #ffffff;
    border-bottom: 1px solid #482f20;
}

.header-top .links-nav li a {
    position: relative;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: .5s;
    transition: .5s;
}

.header-top {
    font-size: 13px;
    color: #ffffff;
}

.header-top .social-links a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.top-menu {
    width: 100%;
    float: left;
    height: auto;
    background: rgba(255, 255, 255, 1);
    height: 120px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

/* ----------------- Navigation ----------------- */
#up {
    border-bottom: 0px solid transparent;
    box-shadow: 0 0 transparent;
    background: transparent;
}

#navbarSupportedContent li {
    margin: 0px 10px;
}

#navbarSupportedContent li a {
    color: #153f7f;
    font-size: 17px;
    text-transform: uppercase;
    padding: 40px 7px 45px 7px;
}

#navbarSupportedContent li a:hover {
    color: #8e1023;
}

#up h2 {
    color: #00c851 !important;
    font-size: 1.3rem;
    cursor: pointer;
}

/* header*/

nav ul li:hover a {
    color: #333;
}

header {
    will-change: transform;
    transition: background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s;
    transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

header {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    z-index: 9999;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}


header nav ul li a {
    display: block;
    font-size: 17px;
    text-transform: uppercase;
}

header.is-sticky {
    position: fixed;
    z-index: 99999;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

header.is-sticky .logo-sec {
    height: 50px;
}

header.is-sticky nav ul li a {
    font-size: 15px;
    font-weight: 500px;
    padding: 10px 15px;
}

header.is-sticky .header-top {
    display: none;
}


header.is-sticky .img-fluid {
    width: 70%;
}

.logo img {
    width: 70%;
}

header.is-sticky .top-menu {
    height: auto;
}







.drop-menu {
    width: 800px !important;
    top: 85px;
    background: #98194e;
    height: auto;
    float: none;
    position: absolute;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    padding: 10px 10px;
    -webkit-transform: translateY(85px);
    -moz-transform: translateY(85px);
    -ms-transform: translateY(85px);
    -o-transform: translateY(85px);
    transform: translateY(85px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}


nav ul>li:hover .drop-menu {
    visibility: visible;
    opacity: 1;
    top: 110px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    text-align: left;
}

.drop-menu li {
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
    padding: 15px 10px 15px 10px;
    color: #FFF;
}

.drop-menu li a ul {
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
    padding: 0
}

.drop-menu li a ul li {
    width: 100% !important;
    float: left;
    height: auto;
    overflow: hidden;
}

.menu-left ul li a {
    color: #FFF !important;
    padding: 0px 0px !important;
    font-size: 13px !important;
    text-decoration: none;
}

.menu-left ul li a .drop-menu .menu-left {
    width: 70% !important;
    float: left;
    height: auto;
}

.menu-left ul {
    width: 35%;
    float: left;
    height: auto;
}

.menu-right {
    width: 30%;
    float: left;
    height: auto;
}

.drop-menu li:hover {
    background: #6a0934;
}


nav ul>li:hover .drop-media {
    visibility: visible;
    opacity: 1;
    top: 110px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    text-align: left;
}

.drop-media li a {
    color: #FFF !important;
    padding: 10px 10px !important;
    font-size: 13px !important;
    text-decoration: none;
}

.drop-media {
    width: 300px !important;
    top: 85px;
    background: #98194e;
    height: auto;
    float: none;
    position: absolute;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
    -webkit-transform: translateY(85px);
    -moz-transform: translateY(85px);
    -ms-transform: translateY(85px);
    -o-transform: translateY(85px);
    transform: translateY(85px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.drop-media li:hover {
    background: #6a0934;
}








.banner-text {
    width: 100%;
    float: left;
    height: auto;
    position: absolute;
    bottom: 80px;
}

.banner-text h1 {
    width: 100%;
    float: left;
    height: auto;
    font-size: 80px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
}

.banner-text p {
    width: 100%;
    float: left;
    height: auto;
    font-size: 17px;
    line-height: 32px;
    color: #FFF;
    font-weight: 100;
    margin-top: 15px;
}

.home-slider {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
}
.title{
    position: absolute;
    left: 0;
    width: 100%;
    top: 40%;
    z-index: 9;
    color: #FFF;
}
.title h1{
    font-size: 10rem;
    font-weight: 600;
line-height: 10rem;
}
.title h3{
    font-size: 3rem; 
}
.banner-slider .slick-prev,
.banner-slider .slick-next {
    z-index: 9999;
    width: 130px;
    height: 20px;
    margin: 0px 0 0 45px;
    top: inherit;
    top: 45%;
}

.banner-slider .slick-prev {
    background: url(../images/banner-arrow1.png) no-repeat left top;
    left: -75px;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.banner-slider .slick-next {
    margin: 0 45px 0 0px;
    background: url(../images/banner-arrow2.png) no-repeat right -30px top;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.banner-slider .slick-prev:hover {
    left: -45px;
}

.banner-slider .slick-next:hover {
    background: url(../images/banner-arrow2.png) no-repeat right 0px top;
}

.home-about {
    width: 100%;
    float: left;
    height: auto;
    padding:5rem 0;
    position: relative;
  background:url(../images/about-bg.png) no-repeat right bottom;
}

.home-about h2 {
    width: 100%;
    height: auto;
    font-size: 22px;
    color: #232323;
    line-height: 40px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}
.home-about h2::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 50px;
    height: 5px;
    background: #232323;
}
.home-about h1{
    width: 100%;
    height: auto;
    font-size:6rem; 
    font-weight: 600;
    color: #8b0c1e;
}

.abt-right p {
    width: 100%;
    float: left;
    height: auto;
    font-size: 20px;
    color: #333;
    line-height: 35px;
    text-align: justify;
}
.abt-left p {
    width: 100%;
    float: left;
    height: auto;
    font-size: 2rem;
    color: #113e7d;
    line-height: 35px;
    text-align: justify;
}

.abt-left {
   
 
    padding-top: 100px;
    padding-bottom: 100px;

    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
}

.abt-left-cont{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}


.abt-right {
    padding-top: 100px;
    padding-bottom: 100px;

}


.service {
    width: 100%;
    float: left;
    height: auto;
    padding:10rem 0;
 background: #e4e4e4;
}

.serv-home{
width: 100%;
display: flex;
flex-wrap: wrap;
padding: 0 4rem;
}

.home-subhead {
    width: 100%;
    float: left;
    height: auto;
  

}
.btn-more{
    width: 100%;
    display: flex;
    padding-top: 2rem;
}
.btn-more a{
    padding: 1rem 3rem;
    font-size: 1rem;
    border: 1px solid #232323;
    text-transform: uppercase;
    color: #232323;
    position: relative;
}
.btn-more ::after{
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    background: #232323;
    left: 0;
    top: 0;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}


.home-subhead h2 {
    width: 100%;
    float: left;
    height: auto;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 45px;
    color: rgb(36, 36, 36);
}

.home-subhead p {
    width: 100%;
    float: left;
    height: auto;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    color: #000;
    padding-top: 25px;
}

.service-info {
    position: absolute;
    bottom: 0px;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
}

.service-info h5 {
    font-size: 21px;
    color: #FFF;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.service-info p {
    color: white;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 10px;
}
.service-info h2{
    font-size: 1.5rem;
    line-height: 2rem;
    color: white;
}
.service .card {
    border: none;
    margin-left: 0px;
    margin-right: 0px;
}

.service-slder li {
    margin-right: 20px;
}

.service-slder li img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.service-slder li img {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.service-slder li img:hover {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
    overflow: hidden;
}

.service-slder li:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
    overflow: hidden;
}

.service-slder li {
    overflow: hidden;
}

.service-slder li:hover .overlay {
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 21%, rgba(0, 0, 0, 0.01) 0%, rgba(4, 4, 4, 0.64) 99%, rgba(0, 0, 0, 0.65) 100%);
    z-index: 9;
}

.service-info {
    z-index: 9999;
  
}

.overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 21%, rgba(0, 0, 0, 0.01) 22%, rgba(0, 0, 0, 0.64) 99%, rgba(0, 0, 0, 0.65) 100%);
    position: absolute;
    z-index: 99;
    transition: 2s;
}

.service img {
    border-radius: 0px;
}

.service-slder {
    width: 100%;
    float: left;
    height: auto;
    display: block;
}

.service-slder .slick-prev,
.service-slder .slick-next {
    z-index: 9999;
    width: 106px;
    height: 154px;
    margin: 0px 0 0 -10px;
    top: inherit;
    top: 35%;
    background-size: 50%;
}

.service-slder .slick-prev {
    background: url(../images/icon-left.png) no-repeat left top;
    left: -40px;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    background-size: 50%;
}

.service-slder .slick-next {
    margin: 0 20px 0 0px;
    background: url(../images/icon-right.png) no-repeat right -10px top;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    background-size: 50%;
}

.message-sec{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 13rem 0;
    position: relative;
}
.message-sec::after{
 position: absolute;
 content: '';
 width:25%;
 height: 100%;
 left: 0;
 background: #113e7d;
 top: 0;
 z-index: -1;
 border-bottom-right-radius: 8rem;
}
.message{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.message::after{
    content: '';
    position: absolute;
    left: -40px;
    top: -80px;
    width: 70px;
    height: 70px;
    background: url(../images/msg.png) no-repeat;
}
.message-sec h3{
    font-size: 2rem;
    color: #113e7d;
    padding-top: 2rem;
}
.message-sec p{
    font-size: 1.2rem;
    line-height: 2rem;
    color: #0b3979;
	    text-align: justify;
}
.insta{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 4rem 0;
    justify-content: center;
    background: #ececec;
}
.insta h2{
    padding:0 0 2rem 0;
    text-align: center;
}
.instalist{
    width: 100%;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.instalist li{
    position: relative;
    background: #8e0d1e;
    transition: 6s;
}
.instalist li:hover img{
    opacity: 0.2;
}
.instalist li:hover i{
    font-size: 5rem;
}
.instalist li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: white;
}
.instalist li a i{
    position: absolute;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    color: white;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.instalist img{
    width: 100%;
    position: relative;
    opacity: 0.8;
}


footer {
    width: 100%;
    height: auto;
    background: #0f131e;
    float: left;
    color: #FFF;
}

.copy-right {
    width: 100%;
    float: left;
    height: auto;
    padding: 25px 0;
}

.copy-right p {
    color: #b6b6b6;
    width: 100%;
    float: left;
    height: auto;
}

.footer-sec {
    width: 100%;
    float: left;
    height: auto;
}

.footer-sec h3 {
    width: 100%;
    float: left;
    height: auto;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 60px 0 40px 0;
}

.footer-sec p {
    width: 100%;
    float: left;
    height: auto;
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: 100;
}

.footer-sec a {
    color: #81d5ff;
}

.media {
    width: 100%;
    float: left;
    height: auto;
    padding-top: 15px;
    margin-bottom: 70px;
    flex-wrap: wrap;
}

.media li {
    width: auto;
    float: left;
    font-size: 30px;
    padding-right: 20px;
}

.media li a {
    color: #FFF;
}

.slider-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #000;
    float: left;
    color: #FFF;
    padding: 65px 0px;
}

.slider-right {
    width: 50%;
    float: left;
    height: auto;
}

.slider-left {
    width: 50%;
    float: left;
    height: auto;
    background: #141414;
    color: #FFF;
    padding: 80px 50px 30px 40px;
}

.slider-for {
    width: 100%;
    float: left;
    height: auto;
}

.content {
    width: 100%;
    float: left;
    height: auto;
}

.slider-box h2 {
    width: 100%;
    float: left;
    height: auto;
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    padding-bottom: 30px;
}

.slider-box h3 {
    width: 100%;
    float: left;
    height: auto;
    font-size: 25px;
    padding-bottom: 20px;
}

.slider-box p {
    width: 100%;
    float: left;
    height: auto;
    font-size: 16px;
    line-height: 30px;
}

.slider-box a {
    color: #fff;
    font-size: 16px;
    width: 100%;
    float: right;
    height: auto;
    text-decoration: underline;
    margin-top: 55px;
}

.attraction-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}

.btn-more {
    width: 100%;
    float: right;
    height: auto;
}

.slider-nav .slick-prev,
.slider-nav .slick-next {
    z-index: 9999;
    width: 30px;
    height: 20px;
    top: -45px;
    right: 0px;
}

.slider-nav .slick-prev {
    background: url(../images/arrow-left.png) no-repeat left top;
    left: inherit;
    right: 50px;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.slider-nav .slick-next {
    background: url(../images/arrow-right.png) no-repeat right 0px top;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}


.customer-sec {
    width: 100%;
    float: left;
    height: auto;
    background: #DDD;
    padding: 80px 0px;
}

.customer-sec-list {
    width: 100%;
    float: left;
    height: auto;
    display: flex;
    margin-top: 30px;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.customer-sec-list:hover {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

.customer-sec-list h2 {
    width: 100%;
    float: left;
    height: 60px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #dd4284;
    position: relative;
}

.customer-sec h2:after {
    content: '';
    width: 100px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    margin: 0 0 -10px 0px;
    background: #0480be;
}

.customer-sec-part {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 30px;
}

.customer-sec-list p {
    width: 100%;
    float: left;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    padding-top: 20px;
    color: #0480be;
    padding-bottom: 20px;
}

.customer-sec-part :hover .customer-sec-list {
    -webkit-box-shadow: 0px 0px 58px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 58px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 58px -15px rgba(0, 0, 0, 0.75);
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.customer-sec h1 {
    width: 100%;
    height: auto;
    float: left;
    color: #333;
    text-align: center;
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 45px;
}

/* ----------- Contact -----------*/

.contact {
    width: 100%;
    color: #fff;
    text-align: left;
    z-index: 99999;
    background-clip: border-box, border-box;
    background: url("../images/footer.jpg");
    background-repeat: no-repeat;
    float: left;
    height: auto;
    margin: 0 0 0;
    background-size: cover;
}

.contact:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
}

.section-padding {
    width: 100%;
    float: left;
    height: auto;
    padding: 70px 0 0 0px;
}

.contact .section-title {
    color: #fff;
}

.contact a {
    color: #8c8c8c;
}

.contact h2 {
    width: 100%;
    height: auto;
    float: left;
    color: #333;
    text-align: center;
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 35px;
    text-transform: uppercase;
    line-height: 45px;
}

.contact .item-icon {
    background-color: transparent;
    color: #fff;
    font-size: 50px;
    max-height: 100px;
    line-height: 105px;
    padding-right: 20px;
    position: relative;
}

.contact .item-icon:before {
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    position: absolute;
}

.contact .item-details {
    padding-left: 0px;
    float: left;
}

.contact .item-title {
    color: #fff;
    font-size: 24px;
    padding: 17px 0;
    text-transform: uppercase;
}

.contact .item-details span,
.contact .item-details a {
    color: #FFF;
    font-size: 16px;
    line-height: 28px;
}

.item-details span:nth-child(1) {
    margin-bottom: 20px;
    float: left;
}




/* ----------- Innerpages -----------*/
.page-wrap {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 auto;
    padding: 100px 0;
}

.page-wrap h2 {
    width: 100%;
    float: left;
    height: auto;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    padding-bottom: 30px;
}

.page-wrap p {
    width: 100%;
    float: left;
    height: auto;
    font-size: 16px;
    line-height: 28px;
    color: #222;
}

/* ----------- Innerpages banners -----------*/
.inner-banner {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    background: linear-gradient(321deg, rgb(3, 66, 109) 0%, rgb(15, 126, 200) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b61a59', endColorstr='#521b2e', GradientType=0);
}

.banner-images {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
}

.banner-title {
    width: 100%;
    float: left;
    height: auto;
    position: absolute;
    bottom: 35%;
    text-align: center;
}

.banner-title h2 {
    width: 100%;
    float: left;
    height: auto;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 80px;
    color: #FFF;
}

.banner-title p {
    width: 100%;
    float: left;
    height: auto;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 300;
    line-height: 50px;
    color: #FFF;
}

.banner1 {
    width: 100%;
    float: left;
    height: auto;
    background: url(../images/banner/inner-banner1.jpg) no-repeat;
    min-height: 500px;
    background-size: cover;
}

.banner2 {
    width: 100%;
    float: left;
    height: auto;
    background: url(../images/banner/inner-banner2.jpg) no-repeat;
    min-height: 500px;
    background-size: cover;
}

.banner3 {
    width: 100%;
    float: left;
    height: auto;
    background: url(../images/banner/inner-banner3.jpg) no-repeat;
    min-height: 500px;
    background-size: cover;
}


/* ----------- Innerpage About -----------*/
.about-company {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 auto;
    padding: 120px 0;
    background: #95152c;
}

.about-company p {
    width: 100%;
    float: left;
    height: auto;
    color: #FFF;
    text-align: justify;
    padding-right: 30px;
    font-size: 15px;
    line-height: 30px;
}

.about-company h2 {
    width: 100%;
    float: left;
    height: auto;
    font-size: 48px;
    line-height: 55px;
    padding-bottom: 25px;
    color: #FFF;
    text-transform: uppercase;
}

.about-company h3 {
    width: 100%;
    float: left;
    height: auto;
    font-size: 24px;
    line-height: 35px;
    padding-bottom: 30px;
    color: #FFF;
    font-weight: 500;
    text-align: justify;
}

.about {
    width: 100%;
    height: auto;
    float: left;
}

.about h2 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 30px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.about p {
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    line-height: 30px;
    color: 000;
}

.mission-sec {
    width: 100%;
    float: left;
    height: auto;
    padding: 100px 0 0 0;
    background: #dcf8ff;
}

.mission-sec h3 {
    width: 100%;
    float: left;
    height: auto;
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    color: #e0398a;
}

.mission-sec h2 {
    color: #444;
}

.mission-sec p {
    color: #6b6b6b;
    padding-top: 10px;
}

.company-detail {
    width: 100%;
    float: left;
    height: auto;
    padding: 130px 0;
    background: url(../images/about-bg.png) no-repeat;
    background-attachment: fixed;
}

.about-right-btm {
    width: 100%;
    float: left;
    height: auto;
}

.img-part-1 {
    width: auto;
    float: right;
    height: auto;
    position: absolute;
    right: 0px;
    top: 35%;
    z-index: 9;
}

.img-part-2 {
    width: auto;
    float: left;
    height: auto;
    position: absolute;
    right: 35%;
    top: 10%;
    z-index: 1;
}

.img-part-3 {
    width: auto;
    float: left;
    height: auto;
    position: absolute;
    left: 18%;
    top: 33%;
}

.mission-img {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    top: -30%;
}

/* ----------- Innerpage Contact us -----------*/


.contact-sec {
    width: 100%;
    float: left;
    height: auto;
    padding: 8rem 0;
  }
  
  .contact-list {
    width: 100%;
    float: left;
    height: auto;
    display: flex;
      flex-wrap: wrap;
     
      margin-bottom: 30px;
  }
  
  .location-list{
      width:100%;
      float: left;
      height: auto;
      background: #0b4686;
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      padding: 50px;
  }
  
  .location-list p{
      width: 100%;
      float: left;
      height: auto;
      font-size: 18px;
      line-height: 26px;
    padding-bottom: 10px;
    color: #FFF;
  }
  
  .cont-list li a{color: #FFF;}
  
  .contact-list h3 {
    font-size: 26px;
    width: 100%;
    float: left;
    height: auto;
    padding-bottom: 20px;
    font-weight: 600;
    color: #FFF;
  }
  
  .contact-list i {
    width: 100%;
    fill: #FFF;
    height: auto;
    float: left;
    padding: 0px 0 20px 0px;
  }
  
  .contact-list i svg {
    width: 20%;
    height: auto;
    float: none;
    display: inline-block;
  }
  
  .map {
    width: 100%;
    float: left;
    height: auto;

  
  }
  
  .serv-img .service-info{
    background: #0b4686;
    padding: 1.5rem 1rem;
    width: 100%;
  }
  
  .contact-list li:hover {
    transition: 1s;
    background: #0b4686;
    color: #FFF;
  }
  
  .contact-list li:hover a {
    color: #FFF;
    transition: 1s;
  }
  
  .contact-list li:hover svg {
    fill: #FFF;
    transition: 1s;
  }
  
  
  
  .contact-list li:nth-child(2) svg {
    fill: #FFF;
  }
  
  .cont-list{width: 100%;
      float: left;
    height: auto;
    color: #FFF;
  }
  
  .cont-list li{width: 100%;
      float: left;
      height: auto;
      background: inherit;
      padding:0 0 10px 0;
      margin-right: 0px;
      font-size: 18px;
    line-height: 26px;
    color: #FFF;
  }
  .cont-list li:nth-child(2) {
    background: inherit;
    color: inherit;
  }
  

/* ----------- Innerpage carrer -----------*/
.career-sec {
    width: 100%;
    float: left;
    height: auto;
    padding: 100px 0;
}

.career-form {
    width: 100%;
    float: left;
    height: auto;
}

.career-form ul {
    margin: 0px;
    list-style: none;
    float: left;
    width: 100%;
}

.career-form ul li {
    list-style: none;
    float: left;
    width: auto;
    text-align: left;
    width: 48%;
    margin-right: 20px;
    margin-bottom: 30px;
}

.field-text_rental {
    color: #000;
    float: right;
    font-size: 15px;
    height: auto;
    padding: 0 0 6px;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
}

.txtfield {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 1px;
    color: #000;
    float: left;
    font-size: 16px;
    height: auto;
    padding: 16px 0 16px 19px;
    width: 100%;
    -webkit-appearance: none;
}

.file-drop-area {
    border: 1px dashed #989898;
    float: left;
    border-radius: 3px;
    background: #ebebeb;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    padding: 21px 15px;
    position: relative;
}

.sbt-btn {
    width: auto;
    height: auto;
    padding: 15px 55px;
    background: #b11c5b;
    margin-top: 30px;
    transition: 1s;
}

.sbt-btn:hover {
    background: #e84b94
}

/* ----------- Innerpage divisions -----------*/
.divisions-sec {
    width: 100%;
    float: left;
    height: auto;
    padding: 100px 0;
}

.division-list {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 50px;
}

.division-list li {
    width: 100%;
    float: left;
    height: auto;
    list-style: none;
    padding: 0 0 20px 0;
}

.divisions-sec h2 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 44px;
    line-height: 55px;
    font-weight: 700;
    padding-bottom: 30px;
    color: #97174e;
    text-transform: uppercase;
}

.divisions-sec p {
    width: 100%;
    float: left;
    height: auto;
    color: #222;
    text-align: justify;
    padding-right: 30px;
    font-size: 15px;
    line-height: 30px;
}

.division-list li span {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 2px solid #ad1e5b;
    padding: 10px;
    float: left;
    font-weight: 500;
    text-align: center;
    font-size: 15px;
}

.list-name {
    float: left;
    height: auto;
    padding-left: 20px;
}

.list-name p {
    width: 100%;
    float: left;
    height: auto;
    font-size: 22px;
    line-height: 45px;
    font-weight: 500;
    color: #444;
}

.divsion-thumb {
    width: 100%;
    float: left;
    height: auto;
}

.divsion-thumb img {
    width: 90%;
}

.division-list li:hover span {
    background: #ad1e5b;
    color: #FFF;
    transition: 1s;
}

.divisions-part {
    width: 100%;
    float: left;
    height: auto;
}

.divisions-list-order {
    width: 100%;
    float: left;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 100px 0;
    grid-gap: 1rem;
}

.divisions-list-order li {

    overflow: hidden;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 21%, rgba(0, 0, 0, 0.01) 22%, rgba(0, 0, 0, 0.64) 99%, rgba(0, 0, 0, 0.65) 100%);
}

.divisions-list-order li:nth-child(4) {
    margin-right: 0px;
}

.divisions-list-order li:nth-child(8) {
    margin-right: 0px;
}

.divisions-list-order li img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.divisions-list-order li img {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.divisions-list-order li:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
    overflow: hidden;
}

.divisions-list-order li:hover .overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) -7%, rgba(0, 0, 0, 0.01) 0%, rgb(0, 0, 0) 101%, rgba(0, 0, 0, -0.35) 100%);
}

.divisions-list-order li h5 {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    font-size: 1rem;
    color: #ff4f4f;
}

.divisions-list-order li:hover h5 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}


.surgical-thummp {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    margin-top: 80px;
    padding: 40px 0px;
}

.surgical-slide {
    width: 100%;
    float: left;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.surgical-slide li {
    width: calc(95%/4);
    float: left;
    height: auto;
    background: #FFF;
    margin-right: 20px;
}

.surgical-slide li:nth-child(4) {
    margin-right: 0px;
}

.surgical-slide li figure {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
}

.surgical-slide li figcaption {
    width: auto;
    float: left;
    height: auto;
    background: #FFF;
    position: relative;
    bottom: 0;
    padding: 20px 30px;
}

.surgical-slide li figcaption h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 30px;
}

.surgical-thummp:after {
    width: 100%;
    right: 0px;
    background: white;
    height: 100%;
    content: '';
    position: absolute;
    bottom: 0px;
    z-index: -1;
}

.box-cont p span {
    float: left;
    width: 50%;
}

.contact-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    float: left;
}

.contact-line p {
    width: 100%;
    float: none;
    text-align: center;
}

.box-cont p span:nth-child(1) {
    text-align: right;
    padding-right: 10px;
}

.box-cont p span:nth-child(2) {
    text-align: left;
}

.you-tube i {
    font-size: 30px;
    cursor: pointer;
}

.you-tube li a {
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
}

.you-tube li span {
    padding: 5px 10px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    left: -41px;
    transition: 1s;
    top: -5px;
}

.you-tube:hover span {
    visibility: visible;
    opacity: 1;
    left: 0;
    top: -5px;
}


ul.company-part label {
    float: left;
    width: 95%;
}

.partner-hom {
    border-right: 1px solid #222;
}
section.insta button.slick-next {
    display: none !important;
}
.card.serv-img.inst-sec {
    padding: 0px !important;
    margin: 0px;
}
li.slick-slide.slick- {
    margin: 0px !important;
    padding: 0px;
}
.inst-sec {
    position: relative;
    background: #8e0d1e;
    transition: 6s;
}

@media (max-width: 767px){
	ul.company-part li {
    font-size: 20px !important;
    color: #fff;
    font-weight: 100;
}
ul.prd-part li{
	    font-size: 20px !important;
    color: #fff;
    font-weight: 100;
	
}
	ul.prd-part label {
    float: left;
    width: 86%;
    margin-left: 17px;
}
ul.prd-part span {
    margin-right: 12px;
    float: left;
}
ul.company-part label {
    float: left;
    width: 88%;
}
}