/* ========nav section===========  */

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background: #6a6a6a;
    font-family: 'Roboto', sans-serif !important;
}

.container {
    width: 100%;
}

a {
    text-decoration: none;
    font-family: 'Roboto', sans-serif !important;
}

p {
    font-family: 'Roboto', sans-serif !important;
}

h1 {
    font-family: 'Roboto', sans-serif !important;
}

h3 {
    font-family: 'Roboto', sans-serif !important;
}

h4 {
    font-family: 'Roboto', sans-serif !important;
}

h5 {
    font-family: 'Roboto', sans-serif !important;
}

span {
    font-family: 'Roboto', sans-serif !important;
}

ul {
    list-style: none !important;
}


/* =============top nav============ */

.top-nav-bg {
    padding: 10px;
}

.top-nav-bg a span {
    color: #fff;
    font-family: sans-serif;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.top-nav-bg a {
    color: #fff;
    font-size: 14px;
    font-family: sans-serif;
}

.top-nav-bg a:hover {
    color: #fff;
    text-decoration: none;
}

.top-nav-bg a span:hover {
    color: #ea1d24;
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s
}

.fas-right a {
    float: right;
    margin-right: 8px;
}

.fas-right a:hover {
    color: #ca464a;
    transition: ease-in .3s;
}

.top-nav {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 4px;
}

.marg-as {
    margin-top: 7px;
    margin-bottom: 3px;
}

.top-nav i {
    color: #e11b22;
    padding-right: 5px;
}

.top-nav span {
    font-size: 13px;
    color: rgb(0, 0, 0);
    transition: ease-in .3s;
    font-family: sans-serif;
}

.top-nav a:hover {
    text-decoration: none;
}

.top-nav a {
    margin-right: 20px;
}

.top-nav a:hover span {
    color: #e11b22;
    transition: ease-in .3s;
}

.top-nav .fas-fa {
    color: #e11b22;
}

a.close-all {
    line-height: 1;
    font-size: 2.5em;
    position: absolute;
    top: 1%;
    right: 2%;
    z-index: 9999;
    text-decoration: none;
    color: #fff;
}

a.close-all:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}


/* ===========hover list=============  */

.margin-aw {
    margin-top: 65px;
}

.car-s {
    padding: 10px;
    font-size: 12px !important;
    width: 100%;
    margin-bottom: 10px;
    color: #a8a8a8;
    border: 1px solid rgb(221, 218, 218);
}

.drop-cl {
    font-size: 14px;
    padding: 10px;
}


/* ============brochure area=========== */

.download-brouchure {
    z-index: 0;
    -webkit-transform: rotate(-90deg) translate(50%, -100%);
    transform: rotate(-90deg) translate(50%, -100%);
    padding: 5px 20px;
    background: #e11b22;
    color: #fff;
    padding: 10px;
    outline: none;
    letter-spacing: 1px;
    font-weight: 300;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.download-brouchure:hover {
    background: #fff;
    color: #ca464a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.boxed-btn {
    display: inline-block;
    color: #fff;
    border-radius: 23px;
    padding: 11px 28px;
    z-index: 99999;
    position: fixed;
    left: -2px;
    bottom: 14%;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


/* ============brouchure area============= */


/* ===========top nav===========  */

nav {
    width: 100%;
    height: 80px;
    position: fixed;
    padding: 0px 50px;
    box-sizing: border-box;
    transition: .3s;
    z-index: 1;
}

.blogNav {
    background-color: rgba(255, 255, 255, 1);
}

.logo img {
    margin-top: 2px;
}

.menu {
    /* margin-top: 8px; */
}

.sticky {
    position: fixed !important;
    top: 0px !important;
}

nav.black {
    background-color: rgba(255, 255, 255, 1);
    height: 80px;
    box-shadow: 0 0px 20px 0px #bababa;
    padding: 0px 50px;
    top: 0;
    z-index: 99;
}

nav.black .dropbtn {
    font-size: 14px;
    color: #FFF;
}

nav.black li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

nav.black .logo img {
    margin-top: 2px;
}

nav.black li a:hover,
nav.black li.active a {
    color: #e11b22;
}

nav.black .top-nav i {
    color: #e11b22;
}

nav.black .top-nav .my-float {
    color: #fff;
}

nav.black .top-nav span {
    color: #000;
}

nav.black .top-nav span:hover {
    color: #ca464a;
}

.responsive {
    float: right;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 3px;
    font-size: 1.2em;
    margin-top: 7px;
    display: none;
}

.responsive a {
    color: #fff;
}

nav .logo {
    float: left;
}

nav .logo a {
    text-decoration: none;
    color: #fff;
}

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

nav li {
    float: left;
}

nav li a {
    padding: 10px 15px;
    line-height: 80px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.9px;
    -webkit-transition: all .5s;
    transition: all .5s
}

nav li a:hover,
nav li.active a {
    color: #ca464a;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
}

.cover h1.title {
    padding: 40px;
    font-size: 5em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
}

.cover p {
    padding: 10px;
    font-size: 1.5em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8)
}

.cover .button {
    padding: 10px;
    font-size: 1em;
    font-weight: bold;
    color: #555;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    margin-top: 20px;
}


/* =======drowp down button=======  */

.dropbtn {
    color: #fff;
    background: none;
    padding: 10px 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: 0.9px;
    line-height: 45px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    left: 10px;
    background-color: #f9f9f9;
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #f8f9fa;
    padding: 0px 12px;
    line-height: 45px;
    background-color: #000;
    letter-spacing: 0.9px;
    font-size: 13px;
    border-bottom: 1px solid #6a6a6a;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}


/* drowp down button  */


/* =====nav section========  */


/* ========= Main CSS ======== */

.img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
}

.img-fill img {
    min-height: 100%;
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}

.Grid1k {
    padding: 0 15px;
    max-width: 1200px;
    margin: auto;
}

.blocks-box,
.slick-slider {
    margin: 0;
    padding: 0!important;
}

.slick-slide {
    float: left
    /* If RTL Make This Right */
    ;
    padding: 0;
}


/* ======== Slider Style ======== */

.Modern-Slider .item .img-fill {
    height: 100vh;
    background: #000;
}

.Modern-Slider .item .img-fill .info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    line-height: 80vh;
    text-align: center;
}

.Modern-Slider .item .img-fill img {
    /* filter:blur(5px); */
}

.Modern-Slider .item .info>div {
    display: inline-block!important;
    vertical-align: middle;
}

.Modern-Slider .NextArrow {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, .50);
    border: 0 none;
    margin-top: -22.5px;
    cursor: pointer;
    text-align: center;
    font: 20px/45px FontAwesome;
    color: #FFF;
    z-index: -1;
    transition: .3s ease-in-out;
}

.Modern-Slider .NextArrow:hover {
    background-color: #ca464a;
    transition: .3s ease-in-out;
}

.Modern-Slider .NextArrow:before {
    content: '\f105';
}

.Modern-Slider .PrevArrow {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 45px;
    cursor: pointer;
    height: 45px;
    background: rgba(0, 0, 0, .50);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 20px/45px FontAwesome;
    color: #FFF;
    transition: .3s ease-in-out;
    z-index: -1;
}

.Modern-Slider .PrevArrow:hover {
    background-color: #ca464a;
    transition: .3s ease-in-out;
}

.Modern-Slider .PrevArrow:before {
    content: '\f104';
}

.Modern-Slider .slick-dots {
    position: absolute;
    height: 5px;
    background: rgba(255, 255, 255, .20);
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.Modern-Slider .slick-dots li button {
    display: none;
}

.Modern-Slider .slick-dots li {
    float: left;
    width: 0px;
    height: 5px;
    background: #e11b22;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.Modern-Slider .slick-dots li.slick-active {
    width: 100%;
    animation: ProgressDots 11s both;
}

.Modern-Slider .item h3 {
    font-weight: 800;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #FFF;
    animation: fadeOutRight 1s both;
    margin: 0;
    padding: 0;
    background: rgba(236, 28, 36, 0.6);
    border-radius: 50px;
    padding: 0px 35px;
}

.Modern-Slider .item h5 {
    margin: 0 23%;
    border-radius: 50px 0px 50px 0px;
    margin-top: 20px;
    font-size: 1.6rem;
    padding: 5px;
    color: #FFF;
    overflow: hidden;
    animation: fadeOutLeft 1s both;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50px;
}

.info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    line-height: 80vh;
    text-align: center;
}

.Modern-Slider .item.slick-active h3 {
    animation: fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5 {
    animation: fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active {
    animation: Slick-FastSwipeIn 1s both;
}

.Modern-Slider {
    background: #000;
}

.karuna_slide_desk {
    display: block !important;
}

.karuna_slide_mobile {
    display: none !important;
}


/* ====== Slider Image Transition ===== */

@keyframes Slick-FastSwipeIn {
    0% {
        transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
    }
    100% {
        transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
    }
}

@-webkit-keyframes ProgressDots {
    from {
        width: 0px;
    }
    to {
        width: 100%;
    }
}

@keyframes ProgressDots {
    from {
        width: 0px;
    }
    to {
        width: 100%;
    }
}


/* ====== Slick Slider ===== */

.slick-slider {
    position: relative;
    top: 80px;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}


/* =======section-1 start==========  */

.section-1 {
    background-color: #f7f7f7;
}

.over-pics {
    margin-top: -100px;
    background-color: #f7f7f7;
}

.over-pics h4 {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.8px;
}

.over-border:hover h4 {
    color: #000;
}

.over-border {
    text-align: center;
    padding: 20px;
    background-color: #e11b22;
    transition: .3s ease-in-out;
}

.over-border:hover {
    color: #ca464a;
    background-color: #fff;
    transition: .3s ease-in-out;
}

.image-wrapper {
    overflow: hidden;
    font-size: 0;
}

img {
    transition: transform 0.3s ease-in-out;
}

.over-pics:hover img {
    transform: scale(1.1);
    opacity: .5;
}

.hover12 {
    background: #e11b22;
}

.hover12 img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


/* =========section end==========  */


/* ========about section==========  */

.section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-img {
    position: relative;
    left: 60px;
    bottom: 20px;
}

.about-done-a {
    position: absolute;
    right: 60px;
    top: 25px;
    background-color: #f7f1f1;
    padding: 20px 0px;
}

.about-done-a {
    background-color: #f7f1f1;
}

.about-done-a p {
    font-size: 15px;
    line-height: 1.7;
    color: #676767;
    text-align: justify;
    margin-bottom: 0px;
    padding: 0px 25px;
    font-family: 'Roboto', sans-serif;
}

.about-done-a h3 {
    margin-top: 30px;
    padding: 0px 25px;
}

.about-pos {
    position: absolute;
    right: 60px;
    top: 25px;
    background-color: #f9f9f9;
    padding: 10px 17px 20px 17px !important;
}

.about-pos p {
    font-size: 14px;
    line-height: 1.7;
    color: #676767;
    text-align: justify;
    margin-top: 10px;
}

.about-pos span {
    color: #e11b22;
    font-weight: 600;
    font-size: 24px;
}

.about-pos a {
    background-color: #e11b22;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.about-pos a:hover {
    background-color: #fff;
    color: #ca464a;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


/* ========about section============  */


/* =========service section home========== */

.section-3 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.ser-head span {
    font-weight: 600;
    color: #e11b22;
    font-size: 24px;
}

.ser-head p {
    margin: 0 20%;
    text-align: justify;
    font-size: 14px;
    color: #676767;
}

.view-all a {
    background-color: #e11b22;
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
    padding: 10px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.view-all a:hover {
    background-color: #fff;
    color: #ca464a;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-image {
    width: 100%;
    height: auto;
    cursor: pointer;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.hero-image .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.hero-image:hover img {
    -ms-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
}

.hero-image p {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 600;
    border-radius: 10px;
}

.hero-image:hover p {
    opacity: 1;
    background-color: #ca464a;
    color: #fff;
    padding: 8px 5px;
    transition: .3s ease-in-out;
}

.hero-icons {
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}


/* ===========service section home============= */


/* ===========testimonial area=============  */

.section-4 {
    padding-bottom: 50px;
}

.section-6 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.image-bg-active {
    background: rgba(0, 0, 0, 0) url(../img/image-fixed-area.jpg) no-repeat fixed center top / cover;
    width: 100%;
    height: 100%;
}

.justify-content-center-s {
    margin-top: 10%;
}

.justify-content-center-s h2 {
    color: #fff;
    margin-bottom: 25px;
}

.justify-content-center-s p {
    color: #f3a4a7;
    font-weight: 600;
    font-size: x-large;
}

.justify-content-center-s a {
    color: #fff;
    background: #e11b22;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.testimonial-image-a {
    text-align: left;
}

.testimonial-image-a h5 {
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.test-main h2 {
    color: #fff;
}

.items {
    margin: 0 30%;
}

.items img {
    border-radius: 50%;
    width: 22% !important;
    margin: 0 auto;
    text-align: center;
}

.items p {
    font-size: 12px;
    color: #cec8c8;
    text-align: center;
}

.items h4 {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 0px !important;
    text-align: center;
    color: #fff;
}


/* =========testimonial  area========  */


/* =======Cancer Treatment area======  */

.logistic-area-a {
    margin-top: 5rem;
}

.logistic-area span {
    color: #e11b22;
    font-weight: 600;
    font-size: 24px;
}

.logistic-area p {
    font-size: 14px;
    color: rgb(119 119 119);
    margin-top: 5px;
    text-align: justify;
    font-weight: 500;
}

.logistic-area-b p {
    margin-bottom: 0px;
}

span.effect-bubba img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

span.effect-bubba:hover img {
    opacity: 0.8;
}

span.effect-bubba figcaption::before,
span.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 40px;
    bottom: 30px;
    left: 40px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

span.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

span.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

span.effect-bubba:hover figcaption::before,
span.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* =======Cancer Treatment Expense area end========  */


/* ========Counter time=======  */

.section-bgr {
    background-color: #eaeaea;
}

.counter {
    padding: 50px 50px;
}

.count-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
    color: #000000;
    text-align: left;
}

.count-text {
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    color: #888888;
    margin-bottom: 0;
    text-align: left;
}


/* ======Counter time========  */


/* ======top button area====== */

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 10px;
}

.scroll {
    position: absolute;
    right: -7px;
    bottom: 80px;
    background: rgba(230, 63, 63, 0.7);
    padding: 10px 13px;
    color: #fff;
    border-radius: 0px 0px 0px 10px;
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll:hover {
    background: rgba(230, 63, 63, 1);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll i {
    font-size: 20px;
}

.scroll:hover i {
    color: #000;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}


/* ======top button area======= */


/* about-inner-area */

.about-banner {
    background-image: url(../img/about-banner.jpg);
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    height: auto;
}

.text-all a {
    color: #cec8c8;
    padding-right: 10px;
    transition: .3s ease-in-out;
}

.text-all i {
    color: #cec8c8;
    font-size: 14px;
    padding-left: 10px;
    transition: .3s ease-in-out;
}

.text-all a:hover {
    color: #fff;
    transition: .3s ease-in-out;
    text-decoration: none;
}

.text-all span {
    color: #e11b22;
}

.about-res h2 {
    padding-bottom: 30px;
}

.about-res h2 {
    text-align: center;
}

.about-res p {
    margin: 0 10%;
}

.about-res span {
    color: #e11b22;
    font-weight: 600;
    font-size: 24px;
}

.abt-awa h2 {
    color: #e11b22;
    font-size: 1.5rem;
    padding-top: 10px;
}

.about-done-a span {
    color: #e11b22;
    font-weight: 600;
    font-size: 24px;
}

.about-done-a h2 {
    padding: 0px 25px;
}

.abt-awa p {
    color: #6f6e6e;
    font-size: 14px;
}

.abt-ul ul {
    list-style: none;
}

.abt-ul h2 {
    color: #e11b22;
    font-size: 1.5rem;
    padding-top: 10px;
}

.abt-ul ul li span {
    color: #6f6e6e;
    font-size: 14px;
}

.abt-ul ul li i {
    color: #6f6e6e;
    margin-right: 8px;
    font-size: 12px;
}

.about-done {
    position: absolute;
    right: 60px;
    top: 30px;
    background-color: #f7f1f1;
    padding: 10px 0px;
}

.about-done p {
    font-size: 14px;
    line-height: 1.7;
    color: #676767;
    padding-top: 60px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
}

.about-done span {
    color: #e11b22;
}

.zoom-effect-container {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.image-card img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.zoom-effect-container:hover .image-card img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.key-area {
    background-color: #f7f1f1;
    padding: 30px 30px;
    text-align: center;
}

.key-area img {
    background-color: #e11b22;
    color: #fff;
    padding: 5px;
    border-radius: 50px;
}

.key-area h3 {
    font-size: 20px;
    margin-top: 1.2rem;
}


/* about-inner-area */


/* service section  */

.service-banner {
    background-image: url(../img/service-banner.jpg);
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    height: auto;
}

.image-hover {
    display: block;
    width: 100%;
    height: auto;
}

.overlay-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #e11b22;
}

.image-hover:hover .overlay-hover {
    opacity: 1;
}

.text-hover {
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    font-family: 'Roboto', sans-serif;
    padding: 10px 10px;
    margin: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.image-hover:hover .text-hover {
    color: #000;
    background-color: #Fff;
    border-radius: 50px;
}


/* service section  */


/* department area section  */

.department-banner {
    background-image: url(../img/department-banner.jpg);
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    height: auto;
}

.depart_all {
    margin-top: 2rem;
}

.department-certain ul li span {
    padding-left: 10px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.department-certain ul li i {
    /* background-color: #e11b22; */
    /* color: #fff; */
    /* padding: 5px 7px; */
    color: #e11b22;
    font-size: 14px;
    border-radius: 50px;
}

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

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

.department-code ul li span {
    font-size: 13px;
    padding-left: 10px;
    font-family: 'Roboto', sans-serif;
}

.department-code ul li:hover span {
    color: #e11b22;
    cursor: pointer;
}

.dpt-text {
    color: #e11b22;
    font-weight: 600;
    font-size: 24px;
}

.dpt-margin {
    margin-top: 1rem !important;
}

.depart-mobile-a {
    margin-top: 3rem !important;
}

.depart-margin-a {
    margin-top: 1.5rem !important;
}

.section-8 {
    padding-bottom: 50px;
}

.depart-border {
    border-bottom: 1px solid #e6e6e6;
}

.depart-top {
    margin-top: 0.8rem;
}

.padding-awar {
    padding-left: 30px;
}


/* ==========department area section ============= */


/* ===============contact section =============== */

.contact-banner {
    background-image: url(../img/contact-banner.jpg);
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 100px;
    height: auto;
    z-index: -1;
}

.read-banner {
    background-image: url(../img/about-banner.jpg);
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    height: auto;
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

.copyright {
    text-align: center;
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

#contact h3 {
    display: block;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

#contact h2 {
    margin-bottom: 30px;
    font-size: 22px;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    margin: 0 0 7px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    padding: 8px 10px;
    font-size: 14px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#view-btn {
    background: none;
    border: 1px solid #cdcdcd;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    margin-top: 22px;
    padding: 7px 15px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 30px;
    transition: all 0.5s;
}

#view-btn:hover {
    box-shadow: inset 155px 0 0 0 #e11b22;
    color: #fff;
    transition: all 0.5s;
}

.contact-a span {
    color: #e11b22;
}

.contact-a ul {
    padding: 0px;
    list-style: none;
}

.contact-a li {
    margin-bottom: 15px;
}

.contact-a h2 {
    font-size: 22px;
    margin-bottom: 30px;
}

.contact-a li p {
    color: #636262;
    margin: 0px 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.8;
}

.contact-a li i {
    position: absolute;
    left: 0px;
    width: 30px;
    height: 30px;
    background-color: #e11b22;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding-top: 8px;
}

.contact-a ul li span a {
    color: #101F2E !important;
    transition: all 0.5s;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}

.contact-a ul li span a:hover {
    color: #ca464a !important;
    transition: all 0.5s;
}

.contact-a li span {
    color: #636262;
    margin: 0px 35px;
    font-size: 14px;
}


/*=========== contact section========== */


/* ===========service read more============ */

.recent-all ul li img {
    float: left;
    margin-right: 20px;
}

.recent-all ul {
    list-style: none;
}

.recent-all ul li h5 {
    font-size: 12px;
}

.blog-we h3 {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.news-we h2 {
    font-size: 22px;
}

.news-we p {
    font-size: 14px;
    color: #8e8888;
}

.flot-bg {
    border-bottom: 1px solid rgb(218, 216, 216);
}

.news-pad p {
    font-size: 14px;
    color: #8e8888;
    padding-top: 20px;
}

span.effect-bub img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

span.effect-bub:hover img {
    opacity: 0.8;
}

span.effect-bub figcaption::before,
span.effect-bub figcaption::after {
    position: absolute;
    top: 25px;
    right: 40px;
    bottom: 135px;
    left: 40px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

span.effect-bub figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

span.effect-bub figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

span.effect-bub:hover figcaption::before,
span.effect-bub:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* span side image */

span.effect-bub-a img {
    border: 1px solid #ccc7c7;
    padding: 7px;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

span.effect-bub-a:hover img {
    opacity: 0.8;
}

span.effect-bub-a figcaption::before,
span.effect-bub-a figcaption::after {
    position: absolute;
    top: 15px;
    right: 20px;
    bottom: 15px;
    left: 20px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

span.effect-bub-a figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

span.effect-bub-a figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

span.effect-bub-a:hover figcaption::before,
span.effect-bub-a:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*=========== span side image ==============*/


/* ============blog more ============== */

.blog-more-banner {
    background-image: url(../img/blog-more-banner.jpg);
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    height: auto;
}


/*============= blog section =========== */

.blog-banner {
    background-image: url(../img/blog-banner.jpg);
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    height: auto;
}

.blog-awa .blog-pad i {
    padding-right: 10px;
    padding-bottom: 20px;
    color: #e11b22;
    font-size: 14px !important;
}

.blog-awa .blog-pad a {
    font-family: 'Roboto', sans-serif;
    color: #707173;
    font-size: 12px !important;
    padding-right: 10px;
}

.blog-awa .blog-pad:hover a {
    color: #707173;
    text-decoration: none;
}

.blog-awa .blog-pad {
    padding: 15px 20px;
    background-color: #fff;
}

.blog-awa .blog-pad h4 {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 12px;
    padding-top: 5px;
    padding-right: 10px;
    letter-spacing: 1.5px;
    color: #e11b22;
    transition: all 0.5s ease;
}

.blog-awa .blog-pad h2 {
    border-top: 1px solid #eaeaea;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
    font-family: 'Roboto', sans-serif !important;
    line-height: 1.5;
    color: #000;
}

.blog-awa .blog-pad:hover h2 {
    color: #ca464a;
}

.blog-awa .blog-pad span {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    padding-left: 8px;
    color: #e11b22;
    border-left: 1px solid #d4d4d4;
}

.blog-awa .blog-pad p {
    font-size: 14px;
    color: #707173;
    text-align: justify;
    letter-spacing: 0.5px;
    margin: 0px;
}

.blog-awa .blog-pad p:hover {
    text-decoration: none;
}

.blog-awa {
    transition: all 0.5s;
    color: #000;
}

.blog-awa:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: all 0.5s;
}

.blog-we p {
    font-size: 12px;
    margin-bottom: 5px;
    color: #707173;
    text-align: justify;
}

.blog-we h2 {
    margin-bottom: 10px;
    font-size: 22px;
}

.blog-we i {
    padding-left: 10px;
}

.blog-we span {
    font-size: 14px;
}

.input-area {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e8e5e5;
    padding: 5px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.news-we span {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.5px;
    color: #e11b22;
}

.blog-awa .blog-pad:hover h4 {
    padding-left: 10px;
    color: #000;
    transition: all 0.5s ease;
}

.blog-awa .flot-bg:hover {
    box-shadow: -3.758px 26.737px 43px 0px rgba(42, 57, 63, 0.15);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

.blog-awa .blog-bg {
    border: 1px solid #eaeaea;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog-awa .blog-bg .hover05 figure img {
    margin-left: 30px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.blog-awa .blog-bg:hover .hover05 figure img {
    margin-left: 0;
}


/*==============blog section =========== */


/* ================
gallery section 
================ */


/* =========== gallery ============== */

.galley-banner {
    background-image: url(../img/banner-gallery.jpg);
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: -1;
}

.magnific-img img {
    width: 100%;
    height: auto;
}

.mfp-bottom-bar,
* {
    font-family: 'Roboto', sans-serif;
}

a.image-popup-vertical-fit {
    cursor: pointer;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-arrow-left:before {
    border-right: none !important;
}

.mfp-arrow-right:before {
    border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
    opacity: 1 !important;
}


/*============= Magnific Popup CSS ============ */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
    cursor: pointer;
    cursor: pointer;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: #e11b22;
    border: 0;
    -webkit-appearance: none;
    border-top-left-radius: 10px;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: rgb(0, 0, 0) !important;
    right: -70px;
    background: #fff !important;
    top: 0px;
    border-radius: inherit;
    border-top-right-radius: 5px !important;
    text-align: right;
    padding-right: 11px;
    width: 7%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 45px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 70px;
    height: 70px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 15px;
    margin-left: 25px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 24px;
}

.mfp-arrow-left:before {
    margin-left: 20px !important;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 30px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/*=============== Main image in popup =============== */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 0px 0 40px;
    margin: 0 auto;
}


/*=============== The shadow behind the image ============= */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    position: absolute;
    top: 93%;
    left: 0;
    background-color: #e11b22;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    line-height: 27px;
    color: #fff;
    word-wrap: break-word;
    padding: 9px 10px;
    font-family: 'Roboto', sans-serif;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.hovereffect {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    /* background-color:rgba(0,0,0,1); */
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.hovereffect img {
    /* display:block; */
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.hovereffect a.info {
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 120px 0 0;
    padding: 7px 14px;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
    -ms-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect:hover h2,
.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}


/*=========== gallery ============  */


/*===============page loading area=========  */

#page-load {
    display: none;
}

#loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 1);
    background-image: url("https://i.stack.imgur.com/FhHRx.gif");
    background-repeat: no-repeat;
    background-position: center;
}


/*============ page loading area=============  */


/* ============our infrastructure ===============  */

.infra-banner {
    background-image: url(../img/infra-banner.jpg);
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    height: auto;
}

.section-5 {
    padding-top: 50px;
}

.ground-cty h3 {
    font-size: 20px;
    margin: 0;
}

.column-infra div {
    position: relative;
}

.column-infra div:first-child {
    margin-left: 0;
}

.column-infra div span {
    position: absolute;
    bottom: -32px !important;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #e11b22;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
}

figure {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

figure:hover+span {
    bottom: -36px;
    opacity: 1;
}


/*============ Zoom In #1 ============= */

.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}


/*============= Zoom In #1 =============== */

.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}


/*============== our infrastructure=============  */


/* form popup box  */

.open-button {
    background-color: #e11b22;
    color: white;
    padding: 10px 10px;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    opacity: 0.8;
    right: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: fixed;
    bottom: 25%;
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.5);
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

.open-button:active {
    border-style: none !important;
    border: none !important;
}


/* Firefox old*/

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* IE */

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Opera and prob css3 final iteration */

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.blink-image {
    -moz-animation: blink normal 2s infinite ease-in-out;
    /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out;
    /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out;
    /* IE */
    animation: blink normal 2s infinite ease-in-out;
    /* Opera and prob css3 final iteration */
}


/* The popup form - hidden by default */

.form-popup {
    display: none;
    position: fixed;
    bottom: 134px;
    right: 0px;
    border: 3px solid #d8d4d4;
    z-index: 99999;
}

.form-container h1 {
    font-size: 22px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
}

.form-container ul li span {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #e2dede;
}

.form-container ul li {
    margin-bottom: 8px;
}

.form-container ul li a {
    color: #fff;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}


/* Add styles to the form container */

.form-container {
    max-width: 360px;
    padding: 20px;
    background-color: #ea1d24;
}


/* Full-width input fields */

.form-container input[type=text],
.form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
}


/* When the inputs get focus, do something */

.form-container input[type=text]:focus,
.form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}


/* Set a style for the submit/login button */

.form-container .btn {
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
}


/* Add a red background color to the cancel button */

.form-container .cancel {
    background-color: #000;
    font-size: 14px;
}


/* Add some hover effects to buttons */

.form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}


/*=============footer area===============*/

.footer-area {
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 80px;
    padding-bottom: 80px;
}

.social-footer {
    margin-top: 30px;
}

.social-footer a {
    color: #fff;
    background-color: #e11b22;
    padding: 7px 12px;
    transition: .3s ease-in-out;
}

.social-footer a:hover {
    color: #e11b22;
    background-color: #fff;
    padding: 7px 12px;
    transition: .3s ease-in-out;
}

.single-widget p {
    color: #c8c9cc;
    font-size: 14px;
    margin-top: 15px;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
}

.single-widget h3 {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.footer-menu {
    padding: 30px 0px;
}

.footer-area .single-widget ul li {
    margin-bottom: 10px;
    color: #fff;
    list-style: none;
    transition: .3s ease-in-out;
}

.footer-area .single-widget ul li:hover {
    padding-left: 10px;
    transition: .3s ease-in-out;
}

.footer-area .single-widget ul li i {
    padding-right: 10px;
    color: #fff;
    transition: .3s ease-in-out;
}

.footer-area .single-widget ul li a {
    color: #fff;
    transition: .3s ease-in-out;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

.footer-area .single-widget ul li a:hover {
    color: #ca464a !important;
    transition: .3s ease-in-out;
}

.single-widget-c h3 {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.footer-contact {
    padding: 30px 0px;
}

.footer-contact .footer-border i {
    color: #fff;
    padding-right: 10px;
}

.footer-contact .footer-border a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

.footer-contact .footer-border a:hover {
    color: #ca464a;
    transition: .3s ease-in-out;
}

.footer-contact li {
    margin-bottom: 10px;
    list-style: none;
}


/*============footer area===========*/

/* additional */
.doct{
    font-size: 18px;
}
.doct-h{
    font-size: 16px;
}


.doctors-name span {
    padding:5px 10px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    float: left;
    padding-left: 35px;
}

.doctors-name i {
    background-color: #e11b22;
    color: #fff;
    padding: 5px 7px;
    font-size: 14px;
    border-radius: 50px;
    float: left;
    margin-right: 10px;
}
.doctors-name h6{
    margin-bottom: 5px;
}

.doctors-name ul li {
    margin-bottom: 10px;
    float: left;
    width: 50% !important;
}

