@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&amp;display=swap");

/*===GENERAL===*/

.site-text-primary {
    color: #ffc107;
}

.site-text-black {
    color: #000;
}

.site-text-gray {
    color: #e7e7e7;
}

.site-text-gray-light {
    color: #f9f9f9;
}

.site-text-white {
    color: #fff;
}

.site-bg-primary {
    background-color: #5f1f8d;
}

.site-bg-black {
    background-color: #000;
}

.site-bg-gray {
    background-color: #e7e7e7;
}

.site-bg-gray-light {
    background-color: #f9f9f9;
}

.site-bg-white {
    background-color: #fff;
}

body {
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    color: #1e1e1e;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    font-size: 15px;
}

.page-wraper {
    position: relative;
}

.page-wraper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg.jpg);
    top: 0px;
    z-index: -1;
    opacity: 0.5;
}

a {
    color: #1e1e1e;
    outline: 0px none;
    text-decoration: none;
}

a:hover,
a:focus {
    outline: 0px none;
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    color: inherit;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}


/*Float clearfix*/

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.wt-icon-box-wraper:after {
    content: "";
    display: table;
    clear: both;
}

ol.commentlist li:after {
    content: "";
    display: table;
    clear: both;
}

section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
    display: block;
}

ul {
    padding: 0px;
}

::selection {
    background: #484848;
    color: #fff;
}


/*===Heading & Title====*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Saira', sans-serif;
    line-height: 1.2;
    color: #000;
}

h1 {
    font-size: 72px;
    font-weight: 700;
}

h2 {
    font-size: 60px;
    font-weight: 700;
}

h3 {
    font-size: 30px;
    font-weight: 700;
}

h4 {
    font-size: 20px;
    font-weight: 700;
}

h5 {
    font-size: 18px;
    font-weight: 600;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}


/*---Text align--- */

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}


/*===Listing Style===*/

dl,
ul,
ol {
    list-style-position: outside;
    padding: 0px;
}

ul,
ol {
    margin-bottom: 24px;
}

ul li {
    padding: 0px;
}

ol li {
    padding: 0px;
}

.list-simple li {
    margin-bottom: 10px;
}

.list-simple li ul {
    margin-left: 15px;
    margin-top: 10px;
}

.list-simple.list-unstyled li ul {
    margin-left: 30px;
    margin-top: 10px;
}

.list-circle,
.list-angle-right,
.list-arrow,
.list-check,
.list-checked,
.list-check-circle,
.list-chevron-circle,
.list-arrow-circle,
.list-times-circle {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    list-style: none;
}

.list-circle li,
.list-angle-right li,
.list-arrow li,
.list-check li,
.list-checked li,
.list-check-circle li,
.list-chevron-circle li,
.list-arrow-circle li,
.list-times-circle li {
    padding: 5px 5px 5px 20px;
    position: relative;
}

.list-circle li:before,
.list-angle-right li:before,
.list-arrow li:before,
.list-check li:before,
.list-checked li:before,
.list-check-circle li:before,
.list-chevron-circle li:before,
.list-arrow-circle li:before,
.list-times-circle li:before {
    font-family: "FontAwesome";
    position: absolute;
    left: 0px;
    top: 3px;
    display: block;
    font-size: 15px;
    color: #000;
}

.list-circle li:before {
    top: 6px;
    font-size: 10px;
    content: "\f111";
}

.list-angle-right li:before {
    content: "\f105";
}

.list-arrow li:before {
    content: "\f0da";
}

.list-check li:before {
    content: "\f00c";
}

.list-checked li:before {
    content: "\f046";
}

.list-check-circle li:before {
    content: "\f058";
}

.list-chevron-circle li:before {
    content: "\f138";
}

.list-arrow-circle li:before {
    content: "\f0a9";
}

.list-times-circle li:before {
    content: "\f057";
}


/*---Padding (around)---*/

.p-a0 {
    padding: 0px;
}

.p-a5 {
    padding: 5px;
}

.p-a10 {
    padding: 10px;
}

.p-a15 {
    padding: 15px;
}

.p-a20 {
    padding: 20px;
}

.p-a25 {
    padding: 25px;
}

.p-a30 {
    padding: 30px;
}

.p-a40 {
    padding: 40px;
}

.p-a50 {
    padding: 50px;
}

.p-a60 {
    padding: 60px;
}

.p-a70 {
    padding: 70px;
}

.p-a80 {
    padding: 80px;
}

.p-a90 {
    padding: 90px;
}

.p-a100 {
    padding: 100px;
}

.p-a110 {
    padding: 110px;
}

.p-a120 {
    padding: 120px;
}

.p-a130 {
    padding: 130px;
}

.p-a140 {
    padding: 140px;
}

.p-a150 {
    padding: 150px;
}


/*---Padding (top)---*/

.p-t0 {
    padding-top: 0px;
}

.p-t5 {
    padding-top: 5px;
}

.p-t10 {
    padding-top: 10px;
}

.p-t15 {
    padding-top: 15px;
}

.p-t20 {
    padding-top: 20px;
}

.p-t30 {
    padding-top: 30px;
}

.p-t40 {
    padding-top: 40px;
}

.p-t50 {
    padding-top: 50px;
}

.p-t60 {
    padding-top: 60px;
}

.p-t70 {
    padding-top: 70px;
}

.p-t80 {
    padding-top: 80px;
}

.p-t90 {
    padding-top: 90px;
}

.p-t100 {
    padding-top: 100px;
}

.p-t110 {
    padding-top: 110px;
}

.p-t120 {
    padding-top: 120px;
}

.p-t130 {
    padding-top: 130px;
}

.p-t140 {
    padding-top: 140px;
}

.p-t150 {
    padding-top: 150px;
}


/*---Padding (bottom)---*/

.p-b0 {
    padding-bottom: 0px;
}

.p-b5 {
    padding-bottom: 5px;
}

.p-b10 {
    padding-bottom: 10px;
}

.p-b15 {
    padding-bottom: 15px;
}

.p-b20 {
    padding-bottom: 20px;
}

.p-b30 {
    padding-bottom: 30px;
}

.p-b40 {
    padding-bottom: 40px;
}

.p-b50 {
    padding-bottom: 50px;
}

.p-b60 {
    padding-bottom: 60px;
}

.p-b70 {
    padding-bottom: 70px;
}

.p-b80 {
    padding-bottom: 80px;
}

.p-b90 {
    padding-bottom: 90px;
}

.p-b100 {
    padding-bottom: 100px;
}

.p-b110 {
    padding-bottom: 110px;
}

.p-b120 {
    padding-bottom: 120px;
}

.p-b130 {
    padding-bottom: 130px;
}

.p-b140 {
    padding-bottom: 140px;
}

.p-b150 {
    padding-bottom: 150px;
}


/*---Padding (left)---*/

.p-l0 {
    padding-left: 0px;
}

.p-l5 {
    padding-left: 5px;
}

.p-l10 {
    padding-left: 10px;
}

.p-l15 {
    padding-left: 15px;
}

.p-l20 {
    padding-left: 20px;
}

.p-l30 {
    padding-left: 30px;
}

.p-l40 {
    padding-left: 40px;
}

.p-l50 {
    padding-left: 50px;
}

.p-l60 {
    padding-left: 60px;
}

.p-l70 {
    padding-left: 70px;
}

.p-l80 {
    padding-left: 80px;
}

.p-l90 {
    padding-left: 90px;
}

.p-l100 {
    padding-left: 100px;
}

.p-l110 {
    padding-left: 110px;
}

.p-l120 {
    padding-left: 120px;
}

.p-l130 {
    padding-left: 130px;
}

.p-l140 {
    padding-left: 140px;
}

.p-l150 {
    padding-left: 150px;
}


/*---Padding (right)---*/

.p-r0 {
    padding-right: 0px;
}

.p-r5 {
    padding-right: 5px;
}

.p-r10 {
    padding-right: 10px;
}

.p-r15 {
    padding-right: 15px;
}

.p-r20 {
    padding-right: 20px;
}

.p-r30 {
    padding-right: 30px;
}

.p-r40 {
    padding-right: 40px;
}

.p-r50 {
    padding-right: 50px;
}

.p-r60 {
    padding-right: 60px;
}

.p-r70 {
    padding-right: 70px;
}

.p-r80 {
    padding-right: 80px;
}

.p-r90 {
    padding-right: 90px;
}

.p-r100 {
    padding-right: 100px;
}

.p-r110 {
    padding-right: 110px;
}

.p-r120 {
    padding-right: 120px;
}

.p-r130 {
    padding-right: 130px;
}

.p-r140 {
    padding-right: 140px;
}

.p-r150 {
    padding-right: 150px;
}


/*---Padding (left right)---*/

.p-lr0 {
    padding-left: 0px;
    padding-right: 0px;
}

.p-lr5 {
    padding-left: 5px;
    padding-right: 5px;
}

.p-lr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p-lr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.p-lr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.p-lr30 {
    padding-left: 30px;
    padding-right: 30px;
}

.p-lr40 {
    padding-left: 40px;
    padding-right: 40px;
}

.p-lr50 {
    padding-left: 50px;
    padding-right: 50px;
}

.p-lr60 {
    padding-left: 60px;
    padding-right: 60px;
}

.p-lr70 {
    padding-left: 70px;
    padding-right: 70px;
}

.p-lr80 {
    padding-left: 80px;
    padding-right: 80px;
}

.p-lr90 {
    padding-left: 90px;
    padding-right: 90px;
}

.p-lr100 {
    padding-left: 100px;
    padding-right: 100px;
}

.p-lr120 {
    padding-left: 120px;
    padding-right: 120px;
}

.p-lr150 {
    padding-left: 150px;
    padding-right: 150px;
}


/*---Padding (top bottom)---*/

.p-tb0 {
    padding-bottom: 0px;
    padding-top: 0px;
}

.p-tb5 {
    padding-bottom: 5px;
    padding-top: 5px;
}

.p-tb10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.p-tb15 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.p-tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.p-tb30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.p-tb40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.p-tb50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.p-tb60 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.p-tb70 {
    padding-bottom: 70px;
    padding-top: 70px;
}

.p-tb80 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.p-tb90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

.p-tb100 {
    padding-bottom: 100px;
    padding-top: 100px;
}

.p-tb120 {
    padding-bottom: 120px;
    padding-top: 120px;
}

.p-tb150 {
    padding-bottom: 150px;
    padding-top: 150px;
}


/*----Margin (around)----*/

.m-a-1 {
    margin: -1px;
}

.m-a0 {
    margin: 0px;
}

.m-a5 {
    margin: 5px;
}

.m-a10 {
    margin: 10px;
}

.m-a15 {
    margin: 15px;
}

.m-a20 {
    margin: 20px;
}

.m-a30 {
    margin: 30px;
}

.m-a40 {
    margin: 40px;
}

.m-a50 {
    margin: 50px;
}

.m-a60 {
    margin: 60px;
}

.m-a70 {
    margin: 70px;
}

.m-a80 {
    margin: 80px;
}

.m-a90 {
    margin: 90px;
}

.m-a100 {
    margin: 100px;
}

.m-a110 {
    margin: 110px;
}

.m-a120 {
    margin: 120px;
}

.m-a130 {
    margin: 130px;
}

.m-a140 {
    margin: 140px;
}

.m-a150 {
    margin: 150px;
}


/*---Marging (top)----*/

.m-t0 {
    margin-top: 0px;
}

.m-t5 {
    margin-top: 5px;
}

.m-t10 {
    margin-top: 10px;
}

.m-t15 {
    margin-top: 15px;
}

.m-t20 {
    margin-top: 20px;
}

.m-t30 {
    margin-top: 30px;
}

.m-t40 {
    margin-top: 40px;
}

.m-t50 {
    margin-top: 50px;
}

.m-t60 {
    margin-top: 60px;
}

.m-t70 {
    margin-top: 70px;
}

.m-t80 {
    margin-top: 80px;
}

.m-t90 {
    margin-top: 90px;
}

.m-t100 {
    margin-top: 100px;
}

.m-t110 {
    margin-top: 110px;
}

.m-t120 {
    margin-top: 120px;
}

.m-t130 {
    margin-top: 130px;
}

.m-t140 {
    margin-top: 140px;
}

.m-t150 {
    margin-top: 150px;
}


/*---Marging (bottom)---*/

.m-b0 {
    margin-bottom: 0px;
}

.m-b5 {
    margin-bottom: 5px;
}

.m-b10 {
    margin-bottom: 10px;
}

.m-b15 {
    margin-bottom: 15px;
}

.m-b20 {
    margin-bottom: 20px;
}

.m-b30 {
    margin-bottom: 30px;
}

.m-b40 {
    margin-bottom: 40px;
}

.m-b50 {
    margin-bottom: 50px;
}

.m-b60 {
    margin-bottom: 60px;
}

.m-b70 {
    margin-bottom: 70px;
}

.m-b80 {
    margin-bottom: 80px;
}

.m-b90 {
    margin-bottom: 90px;
}

.m-b100 {
    margin-bottom: 100px;
}

.m-b110 {
    margin-bottom: 110px;
}

.m-b120 {
    margin-bottom: 120px;
}

.m-b130 {
    margin-bottom: 130px;
}

.m-b140 {
    margin-bottom: 140px;
}

.m-b150 {
    margin-bottom: 150px;
}


/*---Marging (left)---*/

.m-l0 {
    margin-left: 0px;
}

.m-l5 {
    margin-left: 5px;
}

.m-l10 {
    margin-left: 10px;
}

.m-l15 {
    margin-left: 15px;
}

.m-l20 {
    margin-left: 20px;
}

.m-l30 {
    margin-left: 30px;
}

.m-l40 {
    margin-left: 40px;
}

.m-l50 {
    margin-left: 50px;
}

.m-l60 {
    margin-left: 60px;
}

.m-l70 {
    margin-left: 70px;
}

.m-l80 {
    margin-left: 80px;
}

.m-l90 {
    margin-left: 90px;
}

.m-l100 {
    margin-left: 100px;
}

.m-l110 {
    margin-left: 110px;
}

.m-l120 {
    margin-left: 120px;
}

.m-l130 {
    margin-left: 130px;
}

.m-l140 {
    margin-left: 140px;
}

.m-l150 {
    margin-left: 150px;
}


/*---Marging (right)---*/

.m-r0 {
    margin-right: 0px;
}

.m-r5 {
    margin-right: 5px;
}

.m-r10 {
    margin-right: 10px;
}

.m-r15 {
    margin-right: 15px;
}

.m-r20 {
    margin-right: 20px;
}

.m-r30 {
    margin-right: 30px;
}

.m-r40 {
    margin-right: 40px;
}

.m-r50 {
    margin-right: 50px;
}

.m-r60 {
    margin-right: 60px;
}

.m-r70 {
    margin-right: 70px;
}

.m-r80 {
    margin-right: 80px;
}

.m-r90 {
    margin-right: 90px;
}

.m-r100 {
    margin-right: 100px;
}

.m-r110 {
    margin-right: 110px;
}

.m-r120 {
    margin-right: 120px;
}

.m-r130 {
    margin-right: 130px;
}

.m-r140 {
    margin-right: 140px;
}

.m-r150 {
    margin-right: 150px;
}


/*---Marging (left right)---*/

.m-lr0 {
    margin-left: 0px;
    margin-right: 0px;
}

.m-lr5 {
    margin-left: 5px;
    margin-right: 5px;
}

.m-lr10 {
    margin-left: 10px;
    margin-right: 10px;
}

.m-lr15 {
    margin-left: 15px;
    margin-right: 15px;
}

.m-lr20 {
    margin-left: 20px;
    margin-right: 20px;
}

.m-lr30 {
    margin-left: 30px;
    margin-right: 30px;
}

.m-lr40 {
    margin-left: 40px;
    margin-right: 40px;
}

.m-lr50 {
    margin-left: 50px;
    margin-right: 50px;
}

.m-lr60 {
    margin-left: 60px;
    margin-right: 60px;
}

.m-lr70 {
    margin-left: 70px;
    margin-right: 70px;
}

.m-lr80 {
    margin-left: 80px;
    margin-right: 80px;
}

.m-lr90 {
    margin-left: 90px;
    margin-right: 90px;
}

.m-lr100 {
    margin-left: 100px;
    margin-right: 100px;
}

.m-lr120 {
    margin-left: 120px;
    margin-right: 120px;
}

.m-lr150 {
    margin-left: 150px;
    margin-right: 150px;
}


/*---Marging (top bottom)---*/

.m-tb0 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.m-tb5 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.m-tb10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.m-tb15 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.m-tb20 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.m-tb30 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.m-tb40 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.m-tb50 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.m-tb60 {
    margin-bottom: 60px;
    margin-top: 60px;
}

.m-tb70 {
    margin-bottom: 70px;
    margin-top: 70px;
}

.m-tb80 {
    margin-bottom: 80px;
    margin-top: 80px;
}

.m-tb90 {
    margin-bottom: 90px;
    margin-top: 90px;
}

.m-tb100 {
    margin-bottom: 100px;
    margin-top: 100px;
}

.m-tb120 {
    margin-bottom: 120px;
    margin-top: 120px;
}

.m-tb150 {
    margin-bottom: 150px;
    margin-top: 150px;
}


/*---Colum gap less---*/

.no-col-gap [class*="col-xs-"],
.no-col-gap [class*="col-sm-"],
.no-col-gap [class*="col-md-"],
.no-col-gap [class*="col-lg-"] {
    padding-left: 0px;
    padding-right: 0px;
}


/*===Background Effect===*/

.bg-center {
    background-position: center;
}

.bg-top-left {
    background-position: top left;
}

.bg-top-right {
    background-position: top right;
}

.bg-top-center {
    background-position: top center;
}

.bg-bottom-left {
    background-position: bottom left;
}

.bg-bottom-right {
    background-position: bottom right;
}

.bg-bottom-center {
    background-position: bottom center;
}

.bg-left-center {
    background-position: left;
}

.bg-right-center {
    background-position: left;
}

.bg-auto {
    background-size: auto;
}

.bg-contain {
    background-size: contain;
}

.bg-cover {
    background-size: cover;
}

.bg-full-width {
    background-size: 100% auto;
}

.bg-full-height {
    background-size: auto 100%;
}

.bg-repeat {
    background-repeat: repeat;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-repeat-x {
    background-repeat: repeat-x;
}

.bg-repeat-y {
    background-repeat: repeat-y;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-scroll {
    background-attachment: scroll;
}


/*===Overlay ( transparient box style)===*/

.overlay-wraper {
    position: relative;
}

.overlay-main {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.opacity-01 {
    opacity: 0.1;
}

.opacity-02 {
    opacity: 0.2;
}

.opacity-03 {
    opacity: 0.3;
}

.opacity-04 {
    opacity: 0.4;
}

.opacity-05 {
    opacity: 0.5;
}

.opacity-06 {
    opacity: 0.6;
}

.opacity-07 {
    opacity: 0.7;
}

.opacity-08 {
    opacity: 0.8;
}

.opacity-09 {
    opacity: 0.9;
}

.overlay-light .overlay-main {
    opacity: 0.3;
}

.overlay-dark .overlay-main {
    opacity: 0.9;
}

.overlay-wraper>.container,
.overlay-wraper>.container-fluid,
.overlay-wraper>.wt-icon-box-wraper,
.overlay-wraper>.wt-left-part,
.overlay-wraper>.wt-right-part {
    position: relative;
    z-index: 1;
}


/*===Boxes Css===*/

.rounded-bx,
.wt-box,
.wt-icon-box,
.wt-icon-box-small,
.wt-thum-bx,
.wt-post-thum {
    position: relative;
}


/*---Box content----*/

.wt-box {
    position: relative;
}

.wt-box.no-margin {
    margin-bottom: 0;
}


/*---For icons with box---*/

.wt-icon-box-xld {
    width: 180px;
    height: 180px;
    display: inline-block;
    text-align: center;
}

.wt-icon-box-xld i {
    font-size: 100px;
}

.wt-icon-box-xld img {
    height: 90px;
}

.wt-icon-box-xl {
    width: 150px;
    height: 150px;
    display: inline-block;
    text-align: center;
}

.wt-icon-box-xl i {
    font-size: 80px;
}

.wt-icon-box-xl img {
    height: 80px;
}

.wt-icon-box-lg {
    width: 120px;
    height: 120px;
    display: inline-block;
    text-align: center;
}

.wt-icon-box-lg i {
    font-size: 60px;
}

.wt-icon-box-lg img {
    height: 55px;
}

.wt-icon-box-md {
    width: 100px;
    height: 100px;
    display: inline-block;
    text-align: center;
}

.wt-icon-box-md i {
    font-size: 45px;
}

.wt-icon-box-md img {
    height: 40px;
}

.wt-icon-box-sm {
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
}

.wt-icon-box-sm i {
    font-size: 30px;
}

.wt-icon-box-sm img {
    height: 30px;
}

.wt-icon-box-xs {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
}

.wt-icon-box-xs i {
    font-size: 20px;
}

.wt-icon-box-xs img {
    height: 20px;
}

.wt-icon-box-xld.radius,
.wt-icon-box-xl.radius,
.wt-icon-box-lg.radius,
.wt-icon-box-md.radius,
.wt-icon-box-sm.radius,
.wt-icon-box-xs.radius {
    border-radius: 100%;
}

.wt-icon-box-xld i,
.wt-icon-box-xl i,
.wt-icon-box-lg i,
.wt-icon-box-md i,
.wt-icon-box-sm i,
.wt-icon-box-xs i {
    vertical-align: middle;
}

.wt-icon-box-xld img,
.wt-icon-box-xl img,
.wt-icon-box-lg img,
.wt-icon-box-md img,
.wt-icon-box-sm img,
.wt-icon-box-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}


/*----For only icons---*/

.icon-xld,
.icon-xl,
.icon-lg,
.icon-md,
.icon-sm,
.icon-xs {
    display: inline-block;
    text-align: center;
}

.icon-xld i,
.icon-xl i,
.icon-lg i,
.icon-md i,
.icon-sm i,
.icon-xs i {
    vertical-align: middle;
}

.icon-xld img,
.icon-xl img,
.icon-lg img,
.icon-md img,
.icon-sm img,
.icon-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}

.icon-xld {
    width: 120px;
}

.icon-xld i {
    font-size: 100px;
    line-height: 100px;
}

.icon-xld.inline-icon {
    width: auto;
    text-align: left !important;
}

.icon-xld img {
    height: 90px;
}

.icon-xld.inline-icon {
    width: auto;
}

.icon-xl {
    width: 100px;
}

.icon-xl i {
    font-size: 80px;
    line-height: 80px;
}

.icon-xl.inline-icon {
    width: auto;
    text-align: left !important;
}

.icon-xl img {
    height: 80px;
}

.icon-xl.inline-icon {
    width: auto;
}

.icon-lg {
    width: 80px;
}

.icon-lg i {
    font-size: 60px;
    line-height: 60px;
}

.icon-lg.inline-icon {
    width: auto;
    text-align: left !important;
}

.icon-lg img {
    height: 70px;
}

.icon-lg.inline-icon {
    width: auto;
}

.icon-md {
    width: 60px;
}

.icon-md i {}

.icon-md.icon-color i {
    position: relative;
}

.icon-md.inline-icon {
    width: auto;
    text-align: left !important;
}

.icon-md img {
    height: 50px;
}

.icon-md.inline-icon {
    width: auto;
}

.icon-sm {
    width: 40px;
}

.icon-sm i {
    font-size: 30px;
    line-height: 30px;
}

.icon-sm.inline-icon {
    width: auto;
    text-align: left !important;
}

.icon-sm img {
    height: 30px;
}

.icon-sm.inline-icon {
    width: auto;
}

.icon-xs {
    width: 30px;
}

.icon-xs i {
    font-size: 20px;
    line-height: 20px;
}

.icon-xs.inline-icon {
    width: auto;
    text-align: left !important;
}

.icon-xs img {
    height: 20px;
}

.icon-xs.inline-icon {
    width: auto;
}


/*---Place icon with box---*/

.wt-icon-box-wraper {
    position: relative;
}

.wt-icon-box-wraper .wt-tilte {
    margin-top: 0;
    color: #c30b72;
}

.wt-icon-box-wraper .after-titile-line {
    margin-bottom: 10px;
}

.wt-icon-box-wraper p:last-child {
    margin: 0px;
}

.icon-content {
    overflow: hidden;
}

.wt-icon-box-xld,
.wt-icon-box-xl,
.wt-icon-box-lg,
.wt-icon-box-md,
.wt-icon-box-sm,
.wt-icon-box-xs {
    display: table;
}

.wt-icon-box-xld .icon-cell,
.wt-icon-box-xl .icon-cell,
.wt-icon-box-lg .icon-cell,
.wt-icon-box-md .icon-cell,
.wt-icon-box-sm .icon-cell,
.wt-icon-box-xs .icon-cell {
    display: table-cell;
    vertical-align: middle;
}


/*---Icon box left align---*/

.wt-icon-box-wraper.left .wt-icon-box-xld,
.wt-icon-box-wraper.left .wt-icon-box-xl,
.wt-icon-box-wraper.left .wt-icon-box-lg,
.wt-icon-box-wraper.left .wt-icon-box-md,
.wt-icon-box-wraper.left .wt-icon-box-sm,
.wt-icon-box-wraper.left .wt-icon-box-xs {
    float: left;
    margin-right: 10px;
}

.wt-icon-box-wraper.left .icon-xld,
.wt-icon-box-wraper.left .icon-xl,
.wt-icon-box-wraper.left .icon-lg,
.wt-icon-box-wraper.left .icon-md,
.wt-icon-box-wraper.left .icon-sm,
.wt-icon-box-wraper.left .icon-xs {}


/*---Icon box right align---*/

.wt-icon-box-wraper.right {
    text-align: right;
}

.wt-icon-box-wraper.right .wt-icon-box-xld,
.wt-icon-box-wraper.right .wt-icon-box-xl,
.wt-icon-box-wraper.right .wt-icon-box-lg,
.wt-icon-box-wraper.right .wt-icon-box-md,
.wt-icon-box-wraper.right .wt-icon-box-sm,
.wt-icon-box-wraper.right .wt-icon-box-xs {
    float: right;
    display: table;
    margin-left: 20px;
}

.wt-icon-box-wraper.right .icon-xld,
.wt-icon-box-wraper.right .icon-xl,
.wt-icon-box-wraper.right .icon-lg,
.wt-icon-box-wraper.right .icon-md,
.wt-icon-box-wraper.right .icon-sm,
.wt-icon-box-wraper.right .icon-xs {
    float: right;
    margin-left: 20px;
}


/*---Icon box center align---*/

.wt-icon-box-wraper.center {
    text-align: center;
}

.wt-icon-box-wraper.center .wt-icon-box-xld,
.wt-icon-box-wraper.center .wt-icon-box-xl,
.wt-icon-box-wraper.center .wt-icon-box-lg,
.wt-icon-box-wraper.center .wt-icon-box-md,
.wt-icon-box-wraper.center .wt-icon-box-sm,
.wt-icon-box-wraper.center .wt-icon-box-xs {
    margin-left: auto;
    margin-right: auto;
}

.wt-icon-box-wraper.bx-style-1 {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}

.wt-icon-box-wraper.bx-style-2 {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}

.wt-icon-box-wraper.bx-style-2.center [class*="wt-icon-box-"] {
    position: absolute;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%);
}

.wt-icon-box-wraper.bx-style-2.left [class*="wt-icon-box-"] {
    position: absolute;
}

.wt-icon-box-wraper.bx-style-2.right [class*="wt-icon-box-"] {
    position: absolute;
}


/*---Buttons--- */

.site-button-link {
    position: relative;
    font-weight: 600;
    color: #ea130e;
    font-size: 16px;
    z-index: 1;
    /*hover block section*/
}

.site-button-link i {
    transition: 0.5s all ease;
    font-size: 14px;
}

.site-button-link:hover {
    color: #fff;
}

.site-button-link:hover i {
    margin-left: 10px;
}

.site-button-link:after {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    background-color: #ea130e;
    transition: 0.5s all ease;
}

.site-button-link:hover:after {
    width: 100%;
    left: 0;
    transition: width 0.3s ease;
    z-index: -1;
}


/* Theme default button */

.site-button {
    color: #191919 !important;
    padding: 9px 13px;
    position: relative;
    cursor: pointer;
    display: inline-table;
    background-color: transparent;
    font-weight: 500;
    transition: 0.5s all ease;
    border: 1px solid #6bb3b0;
    font-size: 19px;
}

.site-button.sb-bdr-dark {
    border-right:6px solid #6bb3b0;
}

.site-button:active,
.site-button:focus,
.site-button:visited {
    background-color: #6bb3b0;
    color: #fff;
}

.site-button:hover {
    background-color: #e7e7e7;
    color: #000;
}

.site-button-secondry {
    color: #fff;
    padding: 15px 40px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    background-color: #000;
    border: none;
    font-size: 15px;
    font-weight: 700;
}

.site-button-secondry.sb-bdr-light {
    border-right: 6px solid #fff;
}

.site-button-secondry:active,
.site-button-secondry:focus,
.site-button-secondry:visited {
    background-color: #000;
    color: #fff;
}

.site-button-secondry:hover {
    background-color: #e7e7e7;
    color: #000;
}


/*====Button Effect====*/

.site-btn-effect {
    color: rgba(0, 0, 0, 0) !important;
    transition: all .3s ease !important;
}

.site-button.site-btn-effect {
    text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
}

.site-button.site-btn-effect:hover {
    text-shadow: -400px 0 0 #000, 0 0 0 #000;
}

.site-button-secondry.site-btn-effect {
    text-shadow: 0 0 0 #fff, 400px 0 0 #fff;
}

.site-button-secondry:hover.site-btn-effect {
    text-shadow: -400px 0 0 #fff, 0 0 0 #fff;
}

.mfp-video.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    margin: -25px;
    color: #fff;
    display: block;
    z-index: 10;
    font-size: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.mfp-video.video-play-btn:hover {
    background-color: #0f1221;
    color: #fff;
    border: 2px solid transparent;
}

.mfp-video.video-play-btn i {
    margin-right: -5px;
}


/*Button text uppercase */

.site-button.text-uppercase {
    text-transform: uppercase;
}


/*Button size */

.button-sm {
    padding: 5px 10px;
    font-size: 12px;
}

.button-lg {
    padding: 15px 30px;
    font-size: 16px;
}

.button-xl {
    padding: 30px 50px;
    font-size: 24px;
}


/*Button rounded */

.radius-no {
    border-radius: 0px;
}

.radius-sm {
    border-radius: 10px;
}

.radius-md {
    border-radius: 20px;
}

.radius-xl {
    border-radius: 100px;
}

.radius-bx {
    border-radius: 100%;
}


/*===Owl Slider===*/

.owl-carousel .owl-nav {
    margin-top: 40px;
    text-align: center;
}

.owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}


/*---Owl dots button---*/

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
    display: block;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 5px 7px;
    background: #db251b;
    border: 2px solid transparent;
    display: block;
    border-radius: 50%;
    transition: opacity 200ms ease;
}

.owl-carousel .owl-dots .owl-dot:hover span {
    background: #ea130e;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: none;
    border: 2px solid #000;
    margin: 2px;
    height: 12px;
    width: 12px;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #fff;
}


/*---Owl button top to center---*/

.owl-btn-top-center .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
}

.owl-btn-top-left .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
}

.owl-btn-top-right .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
}

.owl-btn-top-center .owl-stage-outer {
    padding-top: 60px;
}

.owl-btn-top-left .owl-stage-outer {
    padding-top: 60px;
}

.owl-btn-top-right .owl-stage-outer {
    padding-top: 60px;
}

.owl-btn-top-center .owl-nav {
    text-align: center;
}


/*---Owl button top to left---*/

.owl-btn-top-left .owl-nav {
    text-align: left;
}


/*---Owl button top to right---*/

.owl-btn-top-right .owl-nav {
    text-align: right;
}


/*---Owl button bottom to center [it is default position ]---*/

.owl-btn-bottom-center .owl-nav {
    text-align: center;
}


/*---Owl button bottom to left---*/

.owl-btn-bottom-left .owl-nav {
    text-align: left;
}


/*Owl button bottom to right*/

.owl-btn-bottom-right .owl-nav {
    text-align: right;
}


/*---Owl button vertical to center--*/

.owl-btn-vertical-center .owl-nav {
    margin: 0px;
}

.owl-btn-vertical-center .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    margin: -15px 0;
    left: 0;
}

.owl-btn-vertical-center .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin: -15px 0;
    right: 0;
}


/*---Owl button show on hover---*/

.owl-btn-hover .owl-nav {
    opacity: 0;
}

.owl-btn-hover:hover .owl-nav {
    opacity: 1;
}

.owl-carousel .owl-item img {
    transform-style: inherit;
}


/*---Owl slider button---*/

.owl-prev {
    background-color: #ea130e;
    border-color: #000;
    color: #fff;
    padding: 8px 12px;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
    border-radius: 0px;
    opacity: 1;
    margin-right: 5px;
    font-weight: 700;
}

.owl-prev:hover {
    background-color: #ea130e;
    border-color: #ea130e;
    color: #fff;
    opacity: 0.9;
}

.owl-prev:active {
    background-color: #ea130e;
    border-color: #ea130e;
    color: #fff;
    opacity: 0.9;
}

.owl-prev:focus {
    background-color: #ea130e;
    border-color: #ea130e;
    color: #fff;
    opacity: 0.9;
}

.owl-next {
    background-color: #ea130e;
    border-color: #000;
    color: #fff;
    padding: 8px 12px;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
    border-radius: 0px;
    opacity: 1;
    margin-right: 5px;
    font-weight: 700;
}

.owl-next:hover {
    background-color: #ea130e;
    border-color: #ea130e;
    color: #fff;
    opacity: 0.9;
}

.owl-next:active {
    background-color: #ea130e;
    border-color: #ea130e;
    color: #fff;
    opacity: 0.9;
}

.owl-next:focus {
    background-color: #ea130e;
    border-color: #ea130e;
    color: #fff;
    opacity: 0.9;
}


/*---Owl dots nav position---*/

.owl-dots-bottom-left .owl-dots {
    bottom: 0px;
    padding: 15px 20px;
    position: absolute;
    width: 100%;
    text-align: left;
}

.owl-dots-bottom-right .owl-dots {
    bottom: 0px;
    padding: 15px 20px;
    position: absolute;
    width: 100%;
    text-align: right;
}

.owl-dots-bottom-center .owl-dots {
    bottom: 0px;
    padding: 15px 20px;
    position: absolute;
    width: 100%;
}

.slides {
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 80vh;
}

.slide1 {
    background-image: url(../img/slider/banner1.jpg);
}

.slide2 {
    background-image: url(../img/slider/banner2.jpg);
}

.slide3 {
    background-image: url(../img/slider/banner3.jpg);
}

.slide4 {
    background-image: url(../img/slider/banner4.jpg);
}
.slide5 {
    background-image: url(../images/slider/5.jpg);
}
.banner_slider .owl-dots {
    position: absolute;
    width: 200px;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 20px;
}

.banner_slider .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    background: #fff;
    border: 2px solid #2f3388;
}

.banner_slider .owl-dots .owl-dot.active span {
    background: #db251b;
    border: 2px solid #2f3388;
    width: 16px;
    height: 16px;
    margin: 5px 7px;
}


/*======================================
THEMEFOREST REQUIRED CLASSES
======================================*/


/*-------------------------------------
	Text meant only for screen readers
-------------------------------------*/

.sticky {
    clear: both;
}

.gallery-caption {
    clear: both;
}

.bypostauthor {
    clear: both;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/*-------------------------------------
	Tabs
-------------------------------------*/


/*Tabs style 1 [ default ] */

.wt-tabs .tab-pane {
    padding: 20px 0;
}

.wt-tabs .nav-tabs {
    border: 0px;
}

.wt-tabs .nav-tabs>li {
    border: 1px solid #ebebeb;
}

.wt-tabs .nav-tabs>li>a {
    color: #000;
    font-size: 12px;
    padding: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    border: 0px;
    display: block;
}

.wt-tabs .nav-tabs>li>a i {
    margin-right: 5px;
}

.wt-tabs .nav-tabs>li a.active {
    background-color: #ea130e;
    color: #000;
}

.wt-tabs .nav-tabs>li a.active:focus {
    background-color: #ea130e;
    color: #000;
}

.wt-tabs .nav-tabs>li a.active:hover {
    background-color: #ea130e;
    color: #000;
}

.wt-tabs .nav>li>a:focus {
    background-color: transparent;
    border: 0px;
}

.wt-tabs .nav>li>a:hover {
    background-color: transparent;
    border: 0px;
}

.wt-tabs .nav li a:hover {
    border: 1px;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .wt-tabs.tabs-default .tabs-default-nav .nav-tabs {
        justify-content: flex-start;
    }
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs>li>a {
    color: #000;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs>li>a span {
    display: block;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs>li>a span i {
    font-weight: normal;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs>li>a.active {
    color: #fff;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs>li.active>a {
    color: #000;
    border-color: #ddd #ddd #fff;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs>li.active>a:focus {
    color: #000;
    border-color: #ddd #ddd #fff;
}

.wt-tabs.tabs-default .tabs-default-nav .nav-tabs>li.active>a:hover {
    color: #000;
    border-color: #ddd #ddd #fff;
}

.wt-tabs.tabs-default .tab-pane {
    color: #fff;
}

@media (max-width: 991px) {
    .wt-tabs.tabs-default .tab-pane {
        padding: 0px;
    }
}

.header-style-1 {
    position: relative;
    /*--is fixed---*/
    /*====Mobile Side =======*/
    /*---when header is sticky---*/
    /*---when header is sticky---*/
    /*---header id Fixed---*/
}

.header-style-1 .top-bar {
    /*---Top bar---*/
    border-bottom: 1px solid #dcdcdc;
}

@media (max-width: 767px) {
    .header-style-1 .top-bar .container {
        max-width: 100%;
    }
}

.header-style-1 .top-bar .wt-topbar-left-info {
    margin: 0px;
}
.wt-topbar-left-info span{
    color:#e63224 !important;
}
.wt-topbar-left-info a{
    color: #fff;
    font-weight: bold;
}
.header-style-1 .top-bar .wt-topbar-left-info li {
    display: inline-block;
    color: #000;
    padding: 0px 15px;
    border-right: 1px solid #dcdcdc;
    line-height: 40px;
}

@media (max-width: 991px) {
    .header-style-1 .top-bar .wt-topbar-left-info li {
        padding: 0px 10px;
        font-size: 14px;
    }
}

@media (max-width: 540px) {
    .header-style-1 .top-bar .wt-topbar-left-info li {
        padding: 0;
        width: 100%;
        border: 0px;
    }
}

.header-style-1 .top-bar .wt-topbar-left-info li:first-child {
    padding-left: 0px;
}

.header-style-1 .top-bar .wt-topbar-left-info li:last-child {
    border-right: 0px;
}

.header-style-1 .top-bar .wt-topbar-left-info li i {
    color: #ea130e;
    padding-right: 15px;
    font-size: 18px;
}

.header-style-1 .top-bar .wt-topbar-left-info li span {
    font-weight: 600;
}

.header-style-1 .top-bar .wt-topbar-right-info {
    margin: 0px;
}

@media (max-width: 767px) {
    .header-style-1 .top-bar .wt-topbar-right-info {
        display: none;
    }
}

.header-style-1 .top-bar .wt-topbar-right-info ul {
    margin-bottom: 0px;
    display: flex;
    border-right: 1px solid #dcdcdc;
    list-style: none;
}

.header-style-1 .top-bar .wt-topbar-right-info ul li a {
    list-style: none;
    display: block;
    position: relative;
    width: 40px;
    height: 42px;
    line-height: 42px;
    border-left: 1px solid #dcdcdc;
    text-align: center;
}

.header-style-1 .top-bar .wt-topbar-right-info ul li a:hover {
    background-color: #ea130e;
    color: #fff;
}

.header-style-1 .extra-nav {
    /*---Extra Nav---*/
    display: table;
    float: right;
    height: 70px;
    position: relative;
    z-index: 13;
}

.header-style-1 .extra-nav .extra-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-style-1 .extra-nav .extra-cell.one {
    border-left: 1px solid #dcdcdc;
}

.header-style-1 .extra-nav .extra-cell:first-child {
    padding-left: 0px;
}

.header-style-1 .extra-nav .extra-cell .header-search .header-search-icon {
    padding: 34px 20px;
}

.header-style-1 .extra-nav .extra-cell .header-search .header-search-icon:hover i {
    color: #ea130e;
}

.header-style-1 .logo-header {
    /*--logo for header---*/
    display: table;
    float: left;
    width: 215px;
    height: 70px;
    vertical-align: middle;
    padding: 0px;
    font-size: 36px;
    color: #000;
    margin: 0px;
    position: relative;
    z-index: 11;
}

@media (max-width: 1200px) {
    .header-style-1 .logo-header {
        width: 150px;
    }
}

@media (max-width: 360px) {
    .header-style-1 .logo-header {
        width: 120px;
    }
}

.header-style-1 .logo-header .logo-header-inner {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.header-style-1 .logo-header .logo-header-inner img {
    max-width: 100%;
    max-height: 100%;
}

.top_wrapper {
    position: relative;
    height: 80vh;
}

.header-style-1.site-header {
    position: relative;
    z-index: 999;
}

.header-style-1.site-header ul,
.header-style-1.site-header ol {
    margin-bottom: 0px;
}

.header-style-1 .main-bar {
    /*--main-bar--*/
    position: relative;
    width: 100%;
    transition: all 0.5s ease;
    background: #fff;
}

.header-style-1 .main-bar .container,
.header-style-1 .main-bar .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 991px) {
    .header-style-1 .main-bar .container,
    .header-style-1 .main-bar .container-fluid {
        display: block;
    }
}

.header-style-1 .main-bar:after,
.header-style-1 .main-bar:after {
    clear: both;
    content: "";
    display: table;
}

.header-style-1 .navbar-toggler {
    /*--Navbar Toggler---*/
    border: none;
    margin: 24px 0px 24px 5px;
    padding: 12px 0px 12px 10px;
}

@media (max-width: 991px) {
    .header-style-1 .navbar-toggler {
        display: block;
        margin-top: 14px;
        margin-bottom: 14px;
        float: right;
        outline: none !important;
    }
}

@media (max-width: 540px) {
    .header-style-1 .navbar-toggler {
        margin: 24px 0px 24px 5px;
    }
}

.header-style-1 .navbar-toggler .icon-bar {
    background: #000;
    height: 3px;
    border-radius: 0px;
    display: block;
    width: 22px;
}

.header-style-1 .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (max-width: 991px) {
    .header-style-1 .navbar-toggler {
        margin-top: 14px;
        margin-bottom: 14px;
    }
}

@media (max-width: 420px) {
    .header-style-1 .navbar-toggler {
        margin-left: 10px;
    }
}

@media (max-width: 540px) {
    .header-style-1 .is-fixed .navbar-toggler {
        margin-bottom: 0px;
    }
}

.header-style-1 .is-fixed.mobile-sider-drawer-menu .header-nav .nav {
    height: 100vh !important;
    width: 100%;
}

.header-style-1 .is-fixed.mobile-sider-drawer-menu .header-nav .nav>li>a {
    padding: 12px 15px !important;
}

.header-style-1 .header-nav {
    position: relative;
    padding: 0px;
    z-index: 10;
    /*-- Submenu direction---*/
}

@media (max-width: 991px) {
    .header-style-1 .header-nav {
        clear: both;
        margin: 0px -15px;
        border-bottom: 1px solid #E9E9E9;
    }
    .header-style-1 .header-nav.navbar-collapse {
        align-items: start;
    }
}

.header-style-1 .header-nav .nav {
    display: flex;
    justify-content: flex-end;
    flex-direction: inherit;
}

@media (max-width: 991px) {
    .header-style-1 .header-nav .nav {
        float: none;
        margin: 0px;
        background: #fff;
        display: block;
        width: 100%;
        left: 0px;
    }
}

@media (max-width: 991px) {
    .header-style-1 .header-nav .nav li {
        float: none;
    }
}

@media (max-width: 991px) {
    .header-style-1 .header-nav .nav li.has-child.nav-active>a {
        color: #ea130e;
    }
}

.header-style-1 .header-nav .nav li i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
    opacity: 0.7;
}

@media (max-width: 991px) {
    .header-style-1 .header-nav .nav li i {
        float: right;
    }
}

.header-style-1 .header-nav .nav>li {
    position: relative;
    margin: -10px 0px;
    padding: 10px 0px;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) {
    .header-style-1 .header-nav .nav>li ul {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: #f9f9f9;
    }
}

.header-style-1 .header-nav .nav>li>a {
    color: #000;
    font-size: 16px;
    padding: 33px 15px;
    cursor: pointer;
    margin: -10px 0px;
    font-weight: 600;
    display: block;
}

@media (max-width: 1200px) {
    .header-style-1 .header-nav .nav>li>a {
        padding: 12px 10px;
    }
}

.header-style-1 .header-nav .nav>li>a:hover {
    background-color: transparent;
    color: #000;
}

.header-style-1 .header-nav .nav>li>a:active,
.header-style-1 .header-nav .nav>li>a:focus {
    background-color: transparent;
}

@media (max-width: 991px) {
    .header-style-1 .header-nav .nav>li.active>a,
    .header-style-1 .header-nav .nav>li.current-menu-item>a {
        color: #000;
    }
}

@media (max-width: 991px) {
    .header-style-1 .header-nav .nav>li>a:hover,
    .header-style-1 .header-nav .nav>li>a:active,
    .header-style-1 .header-nav .nav>li>a:focus {
        background-color: #f0f0f0;
        text-decoration: none;
    }
}

.header-style-1 .header-nav .nav>li.active>a,
.header-style-1 .header-nav .nav>li.current-menu-item>a {
    background-color: transparent;
    color: #000;
}

.header-style-1 .header-nav .nav>li:hover>a {
    color: #000;
}

.header-style-1 .header-nav .nav>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    transition: all 0.3s ease;
}

.header-style-1 .header-nav .nav>li .sub-menu {
    background-color: #fff;
    display: block;
    left: 0px;
    top: 100%;
    list-style: none;
    margin: 20px 0 0;
    opacity: 0;
    padding: 0px;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10;
}

@media (max-width: 991px) {
    .header-style-1 .header-nav .nav>li .sub-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: #f9f9f9;
        opacity: 1;
        margin: 0px !important;
    }
}

.header-style-1 .header-nav .nav>li .sub-menu li {
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    text-transform: none;
}

.header-style-1 .header-nav .nav>li .sub-menu li a {
    color: #000;
    display: block;
    font-size: 13px;
    padding: 10px 20px;
    font-weight: 600;
}

.header-style-1 .header-nav .nav>li .sub-menu li a:hover {
    color: #000;
    text-decoration: none;
}

.header-style-1 .header-nav .nav>li .sub-menu li:hover>a {
    color: #ea130e;
}

.header-style-1 .header-nav .nav>li .sub-menu li:last-child {
    border-bottom: 0px;
}

.header-style-1 .header-nav .nav>li .sub-menu li .fa {
    color: #000;
    display: block;
    float: right;
    position: absolute;
    right: 10px;
    top: 2px;
}

.header-style-1 .header-nav .nav>li .sub-menu li>.sub-menu {
    left: 220px;
    margin: 0px 0px 0px 20px;
    transition: all 0.1s ease;
}

@media (max-width: 991px) {
    .header-style-1 .header-nav .nav>li .sub-menu li>.sub-menu>li {
        float: none;
        display: block;
        width: auto;
    }
}

@media (max-width: 991px) {
    .header-style-1 .header-nav .nav>li .sub-menu li>.sub-menu>li a {
        padding-left: 30px;
    }
}

.header-style-1 .header-nav .nav>li .sub-menu li:hover>.sub-menu {
    left: 220px;
    margin: 0px;
    opacity: 1;
    top: 0px;
    visibility: visible;
}

.header-style-1 .header-nav .nav>li .sub-menu li:hover>.sub-menu:before {
    background-color: transparent;
    bottom: 0px;
    content: '';
    display: block;
    height: 100%;
    left: -6px;
    position: absolute;
    top: 0px;
    width: 6px;
}

.header-style-1 .header-nav .submenu-direction .sub-menu {
    left: auto;
    right: 0px;
}

.header-style-1 .header-nav .submenu-direction .sub-menu li>.sub-menu {
    left: auto;
    right: 220px;
    margin: 0px 20px 0px 0px;
}

.header-style-1 .header-nav .submenu-direction .sub-menu li:hover>.sub-menu {
    left: auto;
    right: 220px;
    margin: 0px 0px 0px 0px;
}

.header-style-1 .header-nav.nav-animation .nav>li>ul.sub-menu li>a {
    transition: all 0.5s ease-out;
    position: relative;
    z-index: 1;
}

.header-style-1 .header-nav.nav-animation .nav>li>ul.sub-menu li>a:before {
    position: absolute;
    content: "\f101";
    font-family: 'Flaticon';
    font-size: 10px;
    color: #000;
    left: 5px;
    opacity: 0;
    transition: all 0.5s ease-out;
    top: 13px;
}

@media (max-width: 991px) {
    .header-style-1 .header-nav.nav-animation .nav>li>ul.sub-menu li>a:before {
        opacity: 1;
        position: inherit;
        left: auto;
        top: auto;
        padding-right: 5px;
    }
}

.header-style-1 .header-nav.nav-animation .nav>li>ul.sub-menu li>a:hover:before {
    opacity: 1;
    left: 20px;
}

@media (max-width: 991px) {
    .header-style-1 .header-nav.nav-animation .nav>li>ul.sub-menu li>a:hover:before {
        left: 0;
    }
}

.header-style-1 .header-nav.nav-animation .nav>li:hover>ul.sub-menu li:hover>a {
    padding-left: 40px;
}

@media (max-width: 991px) {
    .header-style-1 .header-nav.nav-animation .nav>li:hover>ul.sub-menu li:hover>a {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .header-style-1 .has-child {
        position: relative;
    }
}

.header-style-1 .has-child .submenu-toogle {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #000;
    background-color: transparent;
    z-index: 900;
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    display: none;
}

@media (max-width: 991px) {
    .header-style-1 .has-child .submenu-toogle {
        display: block;
    }
}

.header-style-1 .has-child li .submenu-toogle {
    opacity: 0.9;
}

.header-style-1 .has-child.nav-active>a+.submenu-toogle.glyphicon-chevron-right:before {
    content: "\e114";
}

.header-style-1 .has-child.nav-active>a+.submenu-toogle.glyphicon-plus::before {
    content: "\2212";
}

@media (max-width: 991px) {
    .header-style-1 .has-child.nav-active>a+.submenu-toogle.fa.fa-angle-right::before {
        content: "\f107";
    }
}

@media (max-width: 991px) {
    .header-style-1 .mobile-full-width-menu .header-nav .nav {
        position: inherit;
    }
}

@media (max-width: 991px) {
    .header-style-1.mobile-sider-drawer-menu .header-nav {
        position: fixed;
        width: 250px !important;
        z-index: 999;
        height: 100vh !important;
        overflow-y: inherit !important;
        left: -250px;
        top: 0px;
        transition: all 0.5s linear;
        background-color: #fff;
    }
    .header-style-1.mobile-sider-drawer-menu .header-nav .nav>li:hover>.sub-menu {
        animation: none !important;
    }
    .header-style-1.mobile-sider-drawer-menu .header-nav .nav>li .sub-menu li:hover>.sub-menu {
        animation: none !important;
    }
    .header-style-1.mobile-sider-drawer-menu.active .header-nav {
        left: 15px;
    }
    .header-style-1.mobile-sider-drawer-menu .icon-bar {
        transition: all 0.5s linear;
        position: relative;
    }
    .header-style-1.mobile-sider-drawer-menu #mobile-side-drawer {
        min-height: 41px;
        position: relative;
    }
    .header-style-1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
        transform: rotate(45deg) translateX(3px) translateY(2px);
    }
    .header-style-1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
        transform: rotate(-45deg) translateX(3px) translateY(-2px);
    }
    .header-style-1.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
        position: relative;
        right: 0%;
    }
    .header-style-1.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
        position: absolute;
        right: 100px;
        opacity: 0;
    }
    .header-style-1.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
        overflow: auto;
        max-height: 100%;
    }
    .header-style-1.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
        overflow: auto;
        max-height: 100%;
    }
}

.header-style-1 .sticky-no .main-bar {
    position: static !important;
}

.header-style-1 .is-fixed .main-bar {
    position: fixed;
    top: 0px;
    left: 0px;
}

.header-style-1 .is-fixed.color-fill .header-nav .nav>li {
    margin: 0px;
    padding: 0px;
}

@media (max-width: 991px) {
    .header-style-1 .header-nav .nav>li {
        margin: 0px;
        padding: 0px;
    }
    .header-style-1 .header-nav .nav>li>a {
        margin: 0px;
        padding: 10px 12px;
    }
    .header-style-1 .is-fixed.color-fill .header-nav .nav>li {
        margin: 0px;
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .header-style-1 .main-bar {
        padding: 0px;
    }
    .header-style-1 .main-bar .container {
        max-width: 100%;
    }
    .header-style-1 .is-fixed .main-bar {
        padding: 0px;
    }
    .header-style-1 .is-fixed.color-fill .main-bar {
        padding: 0px;
    }
}

.ap-btn {
    position: relative;
    padding: 30px 20px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .ap-btn {
        font-size: 14px;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .ap-btn {
        font-size: 0px;
    }
}

.ap-btn:hover,
.ap-btn:visited {
    color: white;
}

.ap-btn i {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ea130e;
    color: #fff;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .ap-btn i {
        font-size: 14px;
        margin: 0px;
    }
}

.slide-right {
    animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
}

@keyframes slide-right {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(5px);
    }
}

.header-style-2 {
    position: relative;
    /*--is fixed---*/
    /*====Mobile Side =======*/
    /*---when header is sticky---*/
    /*---when header is sticky---*/
    /*---header id Fixed---*/
}

.header-style-2 .top-bar {
    /*---Top bar---*/
}

.header-style-2 .top-bar .container-fluid {
    padding-right: 0px;
}

@media (max-width: 480px) {
    .header-style-2 .top-bar .container-fluid {
        padding-right: 15px;
    }
}

@media (max-width: 480px) {
    .header-style-2 .top-bar .wt-topbar-outer {
        display: block !important;
    }
}

@media (max-width: 480px) {
    .header-style-2 .top-bar .wt-topbar-right {
        display: block !important;
    }
}

.header-style-2 .top-bar .wt-topbar-left-info {
    margin: 0px;
}

.header-style-2 .top-bar .wt-topbar-left-info li {
    display: inline-block;
    color: #fff;
    padding: 0px 15px;
    border-right: 1px solid #dcdcdc;
    line-height: 40px;
}

.header-style-2 .top-bar .wt-topbar-left-info li:first-child {
    padding-left: 0px;
}

.header-style-2 .top-bar .wt-topbar-left-info li:last-child {
    border-right: 0px;
}

.header-style-2 .top-bar .wt-topbar-left-info li i {
    color: #ea130e;
    padding-right: 15px;
    font-size: 18px;
}

.header-style-2 .top-bar .wt-topbar-left-info li span {
    font-weight: 600;
}

@media (max-width: 991px) {
    .header-style-2 .top-bar .wt-topbar-left-info li {
        display: block;
        border: 0px;
        padding-left: 0px;
    }
}

.header-style-2 .top-bar .wt-topbar-right-info {
    margin: 0px;
    display: flex;
}

@media (max-width: 991px) {
    .header-style-2 .top-bar .wt-topbar-right-info {
        display: block;
    }
}

@media (max-width: 480px) {
    .header-style-2 .top-bar .wt-topbar-right-info {
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
    }
}

.header-style-2 .top-bar .wt-topbar-right-info ul {
    margin-bottom: 0px;
    display: flex;
    border-right: 1px solid #dcdcdc;
    list-style: none;
}

@media (max-width: 480px) {
    .header-style-2 .top-bar .wt-topbar-right-info ul {
        border: 1px solid #dcdcdc;
    }
}

.header-style-2 .top-bar .wt-topbar-right-info ul li a {
    list-style: none;
    display: block;
    position: relative;
    width: 40px;
    height: 42px;
    line-height: 42px;
    border-left: 1px solid #dcdcdc;
    text-align: center;
    color: #fff;
}

.header-style-2 .top-bar .wt-topbar-right-info ul li a:hover {
    background-color: #ea130e;
    color: #fff;
}

.header-style-2 .extra-nav {
    /*---Extra Nav---*/
    display: table;
    float: right;
    height: 70px;
    position: relative;
    z-index: 13;
}

@media (max-width: 991px) {
    .header-style-2 .extra-nav {
        border-right: 1px solid #dcdcdc;
    }
}

.header-style-2 .extra-nav .extra-cell {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #dcdcdc;
}

.header-style-2 .extra-nav .extra-cell:first-child {
    padding-left: 0px;
}

.header-style-2 .extra-nav .extra-cell .header-search .header-search-icon {
    padding: 34px 15px 34px 20px;
}

@media (max-width: 991px) {
    .header-style-2 .extra-nav .extra-cell .header-search .header-search-icon {
        padding: 34px 20px 34px 20px;
    }
}

.header-style-2 .extra-nav .extra-cell .header-search .header-search-icon:hover i {
    color: #ea130e;
}

.header-style-2 .extra-nav .extra-cell .header-line-btn .header-line-icon {
    padding: 26px 15px;
    display: block;
}

@media (max-width: 991px) {
    .header-style-2 .extra-nav .extra-cell .header-line-btn .header-line-icon {
        padding: 20px 15px;
    }
}

.header-style-2 .extra-nav .extra-cell .header-line-btn .header-line-icon:hover i {
    color: #ea130e;
}

.header-style-2 .extra-nav .extra-cell .header-line-icon .icon-line {
    width: 30px;
    height: 2px;
    display: block;
    background-color: #000;
    margin: 8px 0px;
    transition: 0.5s all ease;
}

.header-style-2 .extra-nav .extra-cell .header-line-icon .icon-line.icon-bar-two {
    width: 20px;
    margin-left: 10px;
}

.header-style-2 .extra-nav .extra-cell .header-line-icon:hover .icon-line {
    width: 20px;
}

.header-style-2 .logo-header {
    /*--logo for header---*/
    display: table;
    float: left;
    width: 215px;
    height: 70px;
    vertical-align: middle;
    padding: 0px;
    font-size: 36px;
    color: #000;
    margin: 0px;
    position: relative;
    z-index: 11;
}

@media (max-width: 640px) {
    .header-style-2 .logo-header {
        width: 120px;
    }
}

@media (max-width: 360px) {
    .header-style-2 .logo-header {
        width: 120px;
    }
}

.header-style-2 .logo-header .logo-header-inner {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.header-style-2 .logo-header .logo-header-inner img {
    max-width: 100%;
    max-height: 100%;
}

.header-style-2.site-header {
    position: relative;
    z-index: 999;
}

.header-style-2.site-header ul,
.header-style-2.site-header ol {
    margin-bottom: 0px;
}

.header-style-2 .main-bar {
    /*--main-bar--*/
    position: relative;
    width: 100%;
    transition: all 0.5s ease;
    background: #fff;
}

.header-style-2 .main-bar .container,
.header-style-2 .main-bar .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 991px) {
    .header-style-2 .main-bar .container,
    .header-style-2 .main-bar .container-fluid {
        display: block;
    }
}

.header-style-2 .main-bar:after,
.header-style-2 .main-bar:after {
    clear: both;
    content: "";
    display: table;
}

.header-style-2 .navbar-toggler {
    /*--Navbar Toggler---*/
    border: none;
    margin: 24px 0px 24px 15px;
    padding: 12px 10px;
}

@media (max-width: 991px) {
    .header-style-2 .navbar-toggler {
        display: block;
        margin-top: 14px;
        margin-bottom: 14px;
        float: right;
        outline: none !important;
        padding: 12px 0px;
    }
}

.header-style-2 .navbar-toggler .icon-bar {
    background: #000;
    height: 3px;
    border-radius: 0px;
    display: block;
    width: 22px;
}

.header-style-2 .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (max-width: 991px) {
    .header-style-2 .navbar-toggler {
        margin-top: 14px;
        margin-bottom: 14px;
    }
}

@media (max-width: 420px) {
    .header-style-2 .navbar-toggler {
        margin-left: 15px;
    }
}

@media (max-width: 540px) {
    .header-style-2 .is-fixed .navbar-toggler {
        margin-bottom: 0px;
    }
}

.header-style-2 .is-fixed.mobile-sider-drawer-menu .header-nav .nav {
    height: 100vh !important;
    width: 100%;
}

.header-style-2 .is-fixed.mobile-sider-drawer-menu .header-nav .nav>li>a {
    padding: 12px 15px !important;
}

.header-style-2 .header-nav {
    position: relative;
    padding: 0px;
    z-index: 10;
    /*-- Submenu direction---*/
}

@media (max-width: 991px) {
    .header-style-2 .header-nav {
        clear: both;
        margin: 0px -15px;
        border-bottom: 1px solid #E9E9E9;
    }
    .header-style-2 .header-nav.navbar-collapse {
        align-items: start;
    }
}

.header-style-2 .header-nav .nav {
    display: flex;
    justify-content: flex-end;
    flex-direction: inherit;
}

@media (max-width: 991px) {
    .header-style-2 .header-nav .nav {
        float: none;
        margin: 0px;
        background: #fff;
        display: block;
        width: 100%;
        left: 0px;
    }
}

@media (max-width: 991px) {
    .header-style-2 .header-nav .nav li {
        float: none;
    }
}

.header-style-2 .header-nav .nav li i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
    opacity: 0.7;
}

@media (max-width: 991px) {
    .header-style-2 .header-nav .nav li i {
        float: right;
    }
}

.header-style-2 .header-nav .nav>li {
    position: relative;
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) {
    .header-style-2 .header-nav .nav>li ul {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: #f9f9f9;
    }
}

.header-style-2 .header-nav .nav>li>a {
    color: #000;
    font-size: 16px;
    padding: 33px 15px;
    cursor: pointer;
    margin: 0px 0px;
    font-weight: 600;
    display: block;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
    /*hover block section*/
}

@media (max-width: 991px) {
    .header-style-2 .header-nav .nav>li>a {
        padding: 12px 15px;
        border-top: 1px solid #E9E9E9;
        color: #000;
    }
}

.header-style-2 .header-nav .nav>li>a:hover {
    background-color: transparent;
    color: #fff;
}

.header-style-2 .header-nav .nav>li>a:active,
.header-style-2 .header-nav .nav>li>a:focus {
    background-color: transparent;
}

.header-style-2 .header-nav .nav>li>a:after {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    background-color: #ea130e;
    transition: 0.5s all ease;
}

.header-style-2 .header-nav .nav>li>a:hover:after {
    width: 100%;
    left: 0;
    transition: width 0.3s ease;
    z-index: -1;
}

@media (max-width: 991px) {
    .header-style-2 .header-nav .nav>li.active>a,
    .header-style-2 .header-nav .nav>li.current-menu-item>a {
        color: #000;
    }
}

.header-style-2 .header-nav .nav>li.active>a,
.header-style-2 .header-nav .nav>li.current-menu-item>a {
    background-color: transparent;
}

@media (max-width: 991px) {
    .header-style-2 .header-nav .nav>li>a:hover,
    .header-style-2 .header-nav .nav>li>a:active,
    .header-style-2 .header-nav .nav>li>a:focus {
        background-color: #f0f0f0;
        text-decoration: none;
    }
}

.header-style-2 .header-nav .nav>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    transition: all 0.3s ease;
}

.header-style-2 .header-nav .nav>li .sub-menu {
    background-color: #fff;
    display: block;
    left: 0px;
    top: 100%;
    list-style: none;
    margin: 20px 0 0;
    opacity: 0;
    padding: 0px;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10;
}

@media (max-width: 991px) {
    .header-style-2 .header-nav .nav>li .sub-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: #f9f9f9;
        opacity: 1;
        margin: 0px !important;
    }
}

.header-style-2 .header-nav .nav>li .sub-menu li {
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    text-transform: none;
}

.header-style-2 .header-nav .nav>li .sub-menu li a {
    color: #000;
    display: block;
    font-size: 13px;
    padding: 10px 20px;
    font-weight: 600;
}

.header-style-2 .header-nav .nav>li .sub-menu li a:hover {
    color: #000;
    text-decoration: none;
}

.header-style-2 .header-nav .nav>li .sub-menu li:hover>a {
    color: #ea130e;
}

.header-style-2 .header-nav .nav>li .sub-menu li:last-child {
    border-bottom: 0px;
}

.header-style-2 .header-nav .nav>li .sub-menu li .fa {
    color: #000;
    display: block;
    float: right;
    position: absolute;
    right: 10px;
    top: 2px;
}

.header-style-2 .header-nav .nav>li .sub-menu li>.sub-menu {
    left: 220px;
    margin: 0px 0px 0px 20px;
    transition: all 0.1s ease;
}

@media (max-width: 991px) {
    .header-style-2 .header-nav .nav>li .sub-menu li>.sub-menu>li {
        float: none;
        display: block;
        width: auto;
    }
}

@media (max-width: 991px) {
    .header-style-2 .header-nav .nav>li .sub-menu li>.sub-menu>li a {
        padding-left: 30px;
    }
}

.header-style-2 .header-nav .nav>li .sub-menu li:hover>.sub-menu {
    left: 220px;
    margin: 0px;
    opacity: 1;
    top: 0px;
    visibility: visible;
}

.header-style-2 .header-nav .nav>li .sub-menu li:hover>.sub-menu:before {
    background-color: transparent;
    bottom: 0px;
    content: '';
    display: block;
    height: 100%;
    left: -6px;
    position: absolute;
    top: 0px;
    width: 6px;
}

.header-style-2 .header-nav .submenu-direction .sub-menu {
    left: auto;
    right: 0px;
}

.header-style-2 .header-nav .submenu-direction .sub-menu li>.sub-menu {
    left: auto;
    right: 220px;
    margin: 0px 20px 0px 0px;
}

.header-style-2 .header-nav .submenu-direction .sub-menu li:hover>.sub-menu {
    left: auto;
    right: 220px;
    margin: 0px 0px 0px 0px;
}

.header-style-2 .header-nav.nav-animation .nav>li>ul.sub-menu li>a {
    transition: all 0.5s ease-out;
    position: relative;
    z-index: 1;
}

.header-style-2 .header-nav.nav-animation .nav>li>ul.sub-menu li>a:before {
    position: absolute;
    content: "\f101";
    font-family: 'Flaticon';
    font-size: 10px;
    color: #000;
    left: 5px;
    opacity: 0;
    transition: all 0.5s ease-out;
    top: 13px;
}

@media (max-width: 991px) {
    .header-style-2 .header-nav.nav-animation .nav>li>ul.sub-menu li>a:before {
        opacity: 1;
        position: inherit;
        left: auto;
        top: auto;
        padding-right: 5px;
    }
}

.header-style-2 .header-nav.nav-animation .nav>li>ul.sub-menu li>a:hover:before {
    opacity: 1;
    left: 20px;
}

@media (max-width: 991px) {
    .header-style-2 .header-nav.nav-animation .nav>li>ul.sub-menu li>a:hover:before {
        left: 0;
    }
}

.header-style-2 .header-nav.nav-animation .nav>li:hover>ul.sub-menu li:hover>a {
    padding-left: 40px;
}

@media (max-width: 991px) {
    .header-style-2 .header-nav.nav-animation .nav>li:hover>ul.sub-menu li:hover>a {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .header-style-2 .has-child {
        position: relative;
    }
}

.header-style-2 .has-child .submenu-toogle {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #000;
    background-color: transparent;
    z-index: 900;
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    display: none;
}

@media (max-width: 991px) {
    .header-style-2 .has-child .submenu-toogle {
        display: block;
    }
}

.header-style-2 .has-child li .submenu-toogle {
    opacity: 0.9;
}

.header-style-2 .has-child.nav-active>a+.submenu-toogle.glyphicon-chevron-right:before {
    content: "\e114";
}

.header-style-2 .has-child.nav-active>a+.submenu-toogle.glyphicon-plus::before {
    content: "\2212";
}

@media (max-width: 991px) {
    .header-style-2 .has-child.nav-active>a+.submenu-toogle.fa.fa-angle-right::before {
        content: "\f107";
    }
}

@media (max-width: 991px) {
    .header-style-2 .mobile-full-width-menu .header-nav .nav {
        position: inherit;
    }
}

@media (max-width: 991px) {
    .header-style-2.mobile-sider-drawer-menu .header-nav {
        position: fixed;
        width: 250px !important;
        z-index: 999;
        height: 100vh !important;
        overflow-y: inherit !important;
        left: -250px;
        top: 0px;
        transition: all 0.5s linear;
        background-color: #fff;
    }
    .header-style-2.mobile-sider-drawer-menu .header-nav .nav>li:hover>.sub-menu {
        animation: none !important;
    }
    .header-style-2.mobile-sider-drawer-menu .header-nav .nav>li .sub-menu li:hover>.sub-menu {
        animation: none !important;
    }
    .header-style-2.mobile-sider-drawer-menu.active .header-nav {
        left: 15px;
    }
    .header-style-2.mobile-sider-drawer-menu .icon-bar {
        transition: all 0.5s linear;
        position: relative;
    }
    .header-style-2.mobile-sider-drawer-menu #mobile-side-drawer {
        min-height: 50px;
        position: relative;
    }
    .header-style-2.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
        transform: rotate(45deg) translateX(3px) translateY(2px);
    }
    .header-style-2.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
        transform: rotate(-45deg) translateX(3px) translateY(-2px);
    }
    .header-style-2.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
        position: relative;
        right: 0%;
    }
    .header-style-2.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
        position: absolute;
        right: 100px;
        opacity: 0;
    }
    .header-style-2.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
        overflow: auto;
        max-height: 100%;
    }
    .header-style-2.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
        overflow: auto;
        max-height: 100%;
    }
}

.header-style-2 .sticky-no .main-bar {
    position: static !important;
}

.header-style-2 .is-fixed .main-bar {
    position: fixed;
    top: 0px;
    left: 0px;
}

.header-style-2 .is-fixed.color-fill .header-nav .nav>li {
    margin: 0px;
    padding: 0px;
}

@media (max-width: 991px) {
    .header-style-2 .header-nav .nav>li {
        margin: 0px;
        padding: 0px;
    }
    .header-style-2 .header-nav .nav>li>a {
        margin: 0px;
        padding: 10px 12px;
    }
    .header-style-2 .is-fixed.color-fill .header-nav .nav>li {
        margin: 0px;
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .header-style-2 .main-bar {
        padding: 0px;
    }
    .header-style-2 .is-fixed .main-bar {
        padding: 0px;
    }
    .header-style-2 .is-fixed.color-fill .main-bar {
        padding: 0px;
    }
}

.header-style-2 .ap-btn2 {
    position: relative;
    padding: 0px 15px;
    color: #fff;
    cursor: pointer;
    background-color: #ea130e;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 42px;
}

@media (max-width: 480px) {
    .header-style-2 .ap-btn2 {
        font-size: 0px;
        padding: 0px;
        display: block;
        line-height: 0px;
    }
}

.header-style-2 .ap-btn2:hover {
    color: white;
}

.header-style-2 .ap-btn2 i {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ea130e;
    color: #fff;
    margin-left: 0px;
}

@media (max-width: 480px) {
    .header-style-2 .ap-btn2 i {
        font-size: 18px;
        margin: 0px;
        line-height: 42px;
        height: 42px;
        width: 42px;
        border-radius: 0px;
        background: none;
    }
}

.header-style-2 .slide-right {
    animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
}

@keyframes slide-right {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(5px);
    }
}

.header-style-3 {
    position: relative;
    /*--is fixed---*/
    /*====Mobile Side =======*/
    /*---when header is sticky---*/
    /*---when header is sticky---*/
    /*---header id Fixed---*/
}

.header-style-3 .top-bar {
    /*---Top bar---*/
}

.header-style-3 .top-bar .container-fluid {
    padding-right: 0px;
}

@media (max-width: 480px) {
    .header-style-3 .top-bar .container-fluid {
        padding-right: 15px;
    }
}

@media (max-width: 480px) {
    .header-style-3 .top-bar .wt-topbar-outer {
        display: block !important;
    }
}

@media (max-width: 480px) {
    .header-style-3 .top-bar .wt-topbar-right {
        display: block !important;
    }
}

.container {
    position: relative;
    max-width: 1200px;
}

.header-style-3 .top-bar .wt-topbar-left-info {
    margin: 0px;
    position: absolute;
    right: 270px;
    top: 19px;
    z-index: 99;
    border-radius: 30px;
}

.header-style-3 .top-bar .wt-topbar-left-info li {
    display: inline-flex;
    color: #000000;
    padding: 9px 15px;
    border-right: 1px solid #7d7a7a;
    line-height: 30px;
    font-size: 14px;
}

.header-style-3 .top-bar .wt-topbar-left-info li:first-child {
    /* padding-left: 0px; */
}

.header-style-3 .top-bar .wt-topbar-left-info li:last-child {
    border-right: 0px;
}

.header-style-3 .top-bar .wt-topbar-left-info li i {
    color: #fff;
    margin-right: 10px;
}

.header-style-3 .top-bar .wt-topbar-left-info li span {
    font-weight: 600;
    color: #545353;
}

@media (max-width: 991px) {
    .header-style-3 .top-bar .wt-topbar-left-info li {
        display: block;
        border: 0px;
        padding-left: 0px;
    }
}

.header-style-3 .top-bar .wt-topbar-right-info {
    margin: 0px;
    display: initial;
    position: absolute;
    right: 0;
    top: 23px;
    z-index: 99;
}

@media (max-width: 991px) {
    .header-style-3 .top-bar .wt-topbar-right-info {
        display: block;
    }
}

@media (max-width: 480px) {
    .header-style-3 .top-bar .wt-topbar-right-info {
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
    }
}

.header-style-3 .top-bar .wt-topbar-right-info ul {
    margin: 0px 19px 0px 0px;
    display: inline-block;
    list-style: none;
}

.header-style-3 .top-bar .wt-topbar-right-info ul li {
    display: inline-block;
}

.ap-btn-outer {
    display: inline-block;
}

@media (max-width: 480px) {
    .header-style-3 .top-bar .wt-topbar-right-info ul {
        border: 1px solid #dcdcdc;
    }
}

.header-style-3 .top-bar .wt-topbar-right-info ul li a {
    list-style: none;
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid;
    text-align: center;
    color: #404040;
    font-size: 19px;
    border-radius: 50%;
    margin: 0 3px;
}

.header-style-3 .top-bar .wt-topbar-right-info ul li a:hover {
    background-color: #40887d;
    color: #fff;
}

.header-style-3 .extra-nav {
    /*---Extra Nav---*/
    display: table;
    float: right;
    height: 70px;
    position: relative;
    z-index: 13;
}

@media (max-width: 991px) {
    .header-style-3 .extra-nav {
        border-right: 1px solid #dcdcdc;
    }
}

.header-style-3 .extra-nav .extra-cell {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #dcdcdc;
}

.header-style-3 .extra-nav .extra-cell:first-child {
    padding-left: 0px;
}

.header-style-3 .extra-nav .extra-cell .header-search .header-search-icon {
    padding: 34px 15px 34px 20px;
    color: #fff;
}

@media (max-width: 991px) {
    .header-style-3 .extra-nav .extra-cell .header-search .header-search-icon {
        padding: 34px 20px 34px 20px;
    }
}

.header-style-3 .extra-nav .extra-cell .header-search .header-search-icon:hover i {
    color: #ea130e;
}

.header-style-3 .extra-nav .extra-cell .header-line-btn .header-line-icon {
    padding: 26px 15px;
    display: block;
}

@media (max-width: 991px) {
    .header-style-3 .extra-nav .extra-cell .header-line-btn .header-line-icon {
        padding: 20px 15px;
    }
}

.header-style-3 .extra-nav .extra-cell .header-line-btn .header-line-icon:hover i {
    color: #ea130e;
}

.header-style-3 .extra-nav .extra-cell .header-line-icon .icon-line {
    width: 30px;
    height: 2px;
    display: block;
    background-color: #fff;
    margin: 8px 0px;
    transition: 0.5s all ease;
}

.header-style-3 .extra-nav .extra-cell .header-line-icon .icon-line.icon-bar-two {
    width: 20px;
    margin-left: 10px;
}

.header-style-3 .extra-nav .extra-cell .header-line-icon:hover .icon-line {
    width: 20px;
}

.header-style-3 .logo-header {
    /*--logo for header---*/
    /*! display: table; */
    padding: 0px;
    color: #000;
    margin: 0px;
    position: absolute;
    z-index: 11;
    left: 76px;
    top: 23px;
    width: 340px;
}

@media (max-width: 640px) {
    .header-style-3 .logo-header {
        width: 120px;
    }
}

@media (max-width: 360px) {
    .header-style-3 .logo-header {
        width: 166px;
        left: 0;
    }
}

.header-style-3 .logo-header .logo-header-inner {
    height: auto;
}

.header-style-3 .logo-header .logo-header-inner img {
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 5px;
    padding: 6px 6px;
    background: #fff;
}

.header-style-3.site-header {
    position: absolute;
    z-index: 999;
    background: transparent;
    display: initial;
    width: 100%;
}

.header-style-3.site-header ul,
.header-style-3.site-header ol {
    margin-bottom: 0px;
}

.header-style-3 .main-bar {
    /*--main-bar--*/
    position: absolute;
    width: 100%;
    transition: all 0.5s ease;
    top: 51px;
}

.header-style-3 .main-bar .container,
.header-style-3 .main-bar .container-fluid {
    display: block;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header-style-3 .main-bar .container {
    max-width: 1311px;
}

.top-bar .container {
    max-width: 1242px;
}

@media (max-width: 991px) {
    .header-style-3 .main-bar .container,
    .header-style-3 .main-bar .container-fluid {
        display: block;
    }
}

.header-style-3 .main-bar:after,
.header-style-3 .main-bar:after {
    clear: both;
    content: "";
    display: table;
}

.header-style-3 .is-fixed.color-fill .main-bar {
    background-color: #fff;
    top: 0;
    box-shadow: 0px 0px 10px;
    height: 73px;
    z-index: 99999;
}

.header-style-3 .navbar-toggler {
    /*--Navbar Toggler---*/
    border: none;
    margin: 24px 0px 24px 15px;
    padding: 12px 10px;
}

@media (max-width: 991px) {
    .header-style-3 .navbar-toggler {
        display: block;
        margin-top: 14px;
        margin-bottom: 14px;
        float: right;
        outline: none !important;
        padding: 12px 0px;
    }
}

.header-style-3 .navbar-toggler .icon-bar {
    background: #fff;
    height: 3px;
    border-radius: 0px;
    display: block;
    width: 22px;
}

.header-style-3 .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (max-width: 991px) {
    .header-style-3 .navbar-toggler {
        margin-top: 14px;
        margin-bottom: 14px;
    }
}

@media (max-width: 420px) {
    .header-style-3 .navbar-toggler {
        margin-left: 15px;
    }
}

@media (max-width: 540px) {
    .header-style-3 .is-fixed .navbar-toggler {
        margin-bottom: 0px;
    }
}

.header-style-3 .is-fixed.mobile-sider-drawer-menu .header-nav .nav {
    height: 100vh !important;
    width: 100%;
}

.header-style-3 .is-fixed.mobile-sider-drawer-menu .header-nav .nav>li>a {
    padding: 12px 15px !important;
}

.header-style-3 .header-nav {
    position: relative;
    padding: 0px;
    /*-- Submenu direction---*/
    text-align: right;
    display: block !important;
}

@media (max-width: 991px) {
    .header-style-3 .header-nav {
        clear: both;
        margin: 0px -15px;
        border-bottom: 1px solid #E9E9E9;
    }
    .header-style-3 .header-nav.navbar-collapse {
        align-items: start;
    }
}

.header-style-3 .header-nav .nav {
    display: inline-block;
    justify-content: initial;
    flex-direction: inherit;
    position: relative;
    top: 61px;
    margin-right: 0;
    background:#27aca7;
    border-radius: 999px 0 0 999px;
    padding-left: 20px;
}

.header-style-3 .header-nav .nav::before {
    content: "";
    position: absolute;
    background-color:#27aca7;
    width: 100%;
    height: 51px;
    right: -300px;
    z-index: -1;
}

.header-style-3 .is-fixed.color-fill .main-bar .header-nav .nav {
    top: 8px;
}

@media (max-width: 991px) {
    .header-style-3 .header-nav .nav {
        float: none;
        margin: 0px;
        background: #fff;
        display: block;
        width: 100%;
        left: 0px;
    }
}

@media (max-width: 991px) {
    .header-style-3 .header-nav .nav li {
        float: none;
    }
}

.header-style-3 .header-nav .nav li i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
    opacity: 0.7;
}

@media (max-width: 991px) {
    .header-style-3 .header-nav .nav li i {
        float: right;
    }
}

.header-style-3 .header-nav .nav>li {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

@media (max-width: 991px) {
    .header-style-3 .header-nav .nav>li ul {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: #f9f9f9;
    }
}

.header-style-3 .header-nav .nav>li>a {
    color: #fff;
    font-size: 14px;
    padding: 15px 10px;
    cursor: pointer;
    margin: 0px 0px;
    font-weight: 500;
    display: block;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
    /*hover block section*/
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .header-style-3 .header-nav .nav>li>a {
        padding: 12px 15px;
        border-top: 1px solid #E9E9E9;
        color: #000;
    }
}

.header-style-3 .header-nav .nav>li>a:hover {
    background-color: transparent;
}

.header-style-3 .header-nav .nav>li>a:active,
.header-style-3 .header-nav .nav>li>a:focus {
    background-color: transparent;
}

.header-style-3 .header-nav .nav>li>a:after {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    /* background-color: #ea130e; */
    transition: 0.5s all ease;
}

.header-style-3 .header-nav .nav>li>a:hover:after {
    width: 100%;
    left: 0;
    transition: width 0.3s ease;
    z-index: -1;
}

@media (max-width: 991px) {
    .header-style-3 .header-nav .nav>li.active>a,
    .header-style-3 .header-nav .nav>li.current-menu-item>a {
        color: #000;
    }
}

.header-style-3 .header-nav .nav>li.active>a,
.header-style-3 .header-nav .nav>li.current-menu-item>a {
    background-color: transparent;
}

@media (max-width: 991px) {
    .header-style-3 .header-nav .nav>li>a:hover,
    .header-style-3 .header-nav .nav>li>a:active,
    .header-style-3 .header-nav .nav>li>a:focus {
        background-color: #f0f0f0;
        text-decoration: none;
    }
}

.header-style-3 .header-nav .nav>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    transition: all 0.3s ease;
}

.header-style-3 .header-nav .nav>li .sub-menu {
    background-color:#21b89f;
    display: block;
    left: 0px;
    top: 100%;
    list-style: none;
    margin: 20px 0 0;
    opacity: 0;
    padding: 0px;
    position: absolute;
    visibility: hidden;
    width: 300px;
    z-index: 10;
    text-align: left;
}

@media (max-width: 991px) {
    .header-style-3 .header-nav .nav>li .sub-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: #f9f9f9;
        opacity: 1;
        margin: 0px !important;
    }
}

.header-style-3 .header-nav .nav>li .sub-menu li {
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    text-transform: none;
}

.header-style-3 .header-nav .nav>li .sub-menu li a {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 7px 20px;
    font-weight: 54;
}

.header-style-3 .header-nav .nav>li .sub-menu li a:hover {
    text-decoration: none;
}

.header-style-3 .header-nav .nav>li .sub-menu li:hover>a {
    color: #fff;
}

.header-style-3 .header-nav .nav>li .sub-menu li:last-child {
    border-bottom: 0px;
}

.header-style-3 .header-nav .nav>li .sub-menu li .fa {
    color: #fff;
    display: block;
    float: right;
    position: absolute;
    right: 10px;
    top: 2px;
}

.header-style-3 .header-nav .nav>li .sub-menu li>.sub-menu {
    left: 203px !important;
    top: 3px !important;
    margin: 0px 0px 0px 20px;
    transition: all 0.1s ease;
    width: 450px;
}

@media (max-width: 991px) {
    .header-style-3 .header-nav .nav>li .sub-menu li>.sub-menu>li {
        float: none;
        display: block;
        width: auto;
    }
}

@media (max-width: 991px) {
    .header-style-3 .header-nav .nav>li .sub-menu li>.sub-menu>li a {
        padding-left: 30px;
    }
}

.header-style-3 .header-nav .nav>li .sub-menu li:hover>.sub-menu {
    left: 220px;
    margin: 0px;
    opacity: 1;
    top: 0px;
    visibility: visible;
}

.header-style-3 .header-nav .nav>li .sub-menu li:hover>.sub-menu:before {
    background-color: transparent;
    bottom: 0px;
    content: '';
    display: block;
    height: 100%;
    left: -6px;
    position: absolute;
    top: 0px;
    width: 6px;
}

.header-style-3 .header-nav .submenu-direction .sub-menu {
    left: auto;
    right: 0px;
}

.header-style-3 .header-nav .submenu-direction .sub-menu li>.sub-menu {
    left: auto;
    right: 220px;
    margin: 0px 20px 0px 0px;
}

.header-style-3 .header-nav .submenu-direction .sub-menu li:hover>.sub-menu {
    left: auto;
    right: 220px;
    margin: 0px 0px 0px 0px;
}

.header-style-3 .header-nav.nav-animation .nav>li>ul.sub-menu li>a {
    transition: all 0.5s ease-out;
    position: relative;
    z-index: 1;
    font-weight: 400;
    text-transform: capitalize;
}

.header-style-3 .header-nav.nav-animation .nav>li>ul.sub-menu li>a:before {
    position: absolute;
    content: "\f101";
    font-family: 'Flaticon';
    font-size: 10px;
    color: #f9f9f9;
    left: 5px;
    opacity: 0;
    transition: all 0.5s ease-out;
    top: 9px;
}

@media (max-width: 991px) {
    .header-style-3 .header-nav.nav-animation .nav>li>ul.sub-menu li>a:before {
        opacity: 1;
        position: inherit;
        left: auto;
        top: auto;
        padding-right: 5px;
    }
}

.header-style-3 .header-nav.nav-animation .nav>li>ul.sub-menu li>a:hover:before {
    opacity: 1;
    left: 20px;
}

@media (max-width: 991px) {
    .header-style-3 .header-nav.nav-animation .nav>li>ul.sub-menu li>a:hover:before {
        left: 0;
    }
}

.header-style-3 .header-nav.nav-animation .nav>li:hover>ul.sub-menu li:hover>a {
    padding-left: 40px;
}

@media (max-width: 991px) {
    .header-style-3 .header-nav.nav-animation .nav>li:hover>ul.sub-menu li:hover>a {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .header-style-3 .has-child {
        position: relative;
    }
}

.header-style-3 .has-child .submenu-toogle {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #000;
    background-color: transparent;
    z-index: 900;
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    display: none;
}

@media (max-width: 991px) {
    .header-style-3 .has-child .submenu-toogle {
        display: block;
    }
}

.header-style-3 .has-child li .submenu-toogle {
    opacity: 0.9;
}

.header-style-3 .has-child.nav-active>a+.submenu-toogle.glyphicon-chevron-right:before {
    content: "\e114";
}

.header-style-3 .has-child.nav-active>a+.submenu-toogle.glyphicon-plus::before {
    content: "\2212";
}

@media (max-width: 991px) {
    .header-style-3 .has-child.nav-active>a+.submenu-toogle.fa.fa-angle-right::before {
        content: "\f107";
    }
}

@media (max-width: 991px) {
    .header-style-3 .mobile-full-width-menu .header-nav .nav {
        position: inherit;
    }
}

@media (max-width: 991px) {
    .header-style-3.mobile-sider-drawer-menu .header-nav {
        position: fixed;
        width: 250px !important;
        z-index: 999;
        height: 100vh !important;
        overflow-y: inherit !important;
        left: -250px;
        top: 0px;
        transition: all 0.5s linear;
        background-color: #fff;
    }
    .header-style-3.mobile-sider-drawer-menu .header-nav .nav>li:hover>.sub-menu {
        animation: none !important;
    }
    .header-style-3.mobile-sider-drawer-menu .header-nav .nav>li .sub-menu li:hover>.sub-menu {
        animation: none !important;
    }
    .header-style-3.mobile-sider-drawer-menu.active .header-nav {
        left: 15px;
    }
    .header-style-3.mobile-sider-drawer-menu .icon-bar {
        transition: all 0.5s linear;
        position: relative;
        background: #000;
    }
    .header-style-3.mobile-sider-drawer-menu #mobile-side-drawer {
        min-height: 50px;
        position: relative;
    }
    .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
        transform: rotate(45deg) translateX(3px) translateY(2px);
    }
    .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
        transform: rotate(-45deg) translateX(3px) translateY(-2px);
    }
    .header-style-3.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
        position: relative;
        right: 0%;
    }
    .header-style-3.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
        position: absolute;
        right: 100px;
        opacity: 0;
    }
    .header-style-3.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
        /* overflow: auto; */
        max-height: 100%;
    }
    .header-style-3.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
        overflow: auto;
        max-height: 100%;
    }
}

.header-style-3 .sticky-no .main-bar {
    position: static !important;
}

.header-style-3 .is-fixed .main-bar {
    position: absolute;
    top: 19px;
    left: 0px;
}

.header-style-3 .is-fixed.color-fill .header-nav .nav>li {
    margin: 0px;
    padding: 0px;
}

@media (max-width: 991px) {
    .header-style-3 .header-nav .nav>li {
        margin: 0px;
        padding: 0px;
    }
    .header-style-3 .header-nav .nav>li>a {
        margin: 0px;
        padding: 10px 12px;
    }
    .header-style-3 .is-fixed.color-fill .header-nav .nav>li {
        margin: 0px;
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .header-style-3 .main-bar {
        padding: 0px;
    }
    .header-style-3 .is-fixed .main-bar {
        padding: 0px;
    }
    .header-style-3 .is-fixed.color-fill .main-bar {
        padding: 0px;
    }
}

.header-style-3 .ap-btn2 {
    position: relative;
    padding: 0px 15px;
    color: #fff;
    cursor: pointer;
    /* background-color:#21b89f; */
    background-color:#ee4421;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    .header-style-3 .ap-btn2 {
        font-size: 0px;
        padding: 0px;
        display: block;
        line-height: 0px;
    }
}

.header-style-3 .ap-btn2:hover {
    color: white;
}

.header-style-3 .ap-btn2 i {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #26abb1;
    color: #fff;
    margin-left: 0px;
}

@media (max-width: 480px) {
    .header-style-3 .ap-btn2 i {
        font-size: 18px;
        margin: 0px;
        line-height: 42px;
        height: 42px;
        width: 42px;
        border-radius: 0px;
        background: none;
    }
}

.header-style-3 .slide-right {
    animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
}

@keyframes slide-right {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(5px);
    }
}

.header-style-4 {
    position: relative;
    /*--is fixed---*/
    /*====Mobile Side =======*/
    /*---when header is sticky---*/
    /*---when header is sticky---*/
    /*---header id Fixed---*/
}

.header-style-4 .top-bar {
    /*---Top bar---*/
}

.header-style-4 .top-bar .container-fluid {
    padding-right: 0px;
}

@media (max-width: 480px) {
    .header-style-4 .top-bar .container-fluid {
        padding-right: 15px;
    }
}

@media (max-width: 480px) {
    .header-style-4 .top-bar .wt-topbar-outer {
        display: block !important;
    }
}

@media (max-width: 480px) {
    .header-style-4 .top-bar .wt-topbar-right {
        display: block !important;
    }
}

.header-style-4 .top-bar .wt-topbar-left-info {
    margin: 0px;
}

.header-style-4 .top-bar .wt-topbar-left-info li {
    display: inline-block;
    color: #000;
    padding: 0px 15px;
    border-right: 1px solid #dcdcdc;
    line-height: 40px;
    font-size: 14px;
}

.header-style-4 .top-bar .wt-topbar-left-info li:first-child {
    padding-left: 0px;
}

.header-style-4 .top-bar .wt-topbar-left-info li:last-child {
    border-right: 0px;
    padding-right: 0px;
}

.header-style-4 .top-bar .wt-topbar-left-info li i {
    color: #a8aaad;
    padding-right: 15px;
    font-size: 18px;
}

.header-style-4 .top-bar .wt-topbar-left-info li span {
    font-weight: 600;
}

@media (max-width: 991px) {
    .header-style-4 .top-bar .wt-topbar-left-info li {
        border: 0px;
        padding-left: 0px;
    }
}

.header-style-4 .top-bar .wt-topbar-right-info {
    margin: 0px;
    display: flex;
}

@media (max-width: 991px) {
    .header-style-4 .top-bar .wt-topbar-right-info {
        display: block;
    }
}

@media (max-width: 767px) {
    .header-style-4 .top-bar .wt-topbar-right-info {
        padding-top: 10px;
    }
}

@media (max-width: 480px) {
    .header-style-4 .top-bar .wt-topbar-right-info {
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
    }
}

.header-style-4 .top-bar .wt-topbar-right-info ul {
    margin-bottom: 0px;
    display: flex;
    border-right: 1px solid #dcdcdc;
    list-style: none;
}

@media (max-width: 767px) {
    .header-style-4 .top-bar .wt-topbar-right-info ul {
        border-bottom: 1px solid #dcdcdc;
    }
}

@media (max-width: 480px) {
    .header-style-4 .top-bar .wt-topbar-right-info ul {
        border: 1px solid #dcdcdc;
    }
}

.header-style-4 .top-bar .wt-topbar-right-info ul li a {
    list-style: none;
    display: block;
    position: relative;
    width: 40px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    border-left: 1px solid #dcdcdc;
    text-align: center;
    color: #a8aaad;
}

.header-style-4 .top-bar .wt-topbar-right-info ul li a:hover {
    background-color: #ea130e;
    color: #fff;
}

@media (max-width: 767px) {
    .header-style-4 .top-bar .wt-topbar-outer {
        display: block !important;
    }
}

.header-style-4 .extra-nav {
    /*---Extra Nav---*/
    display: table;
    float: right;
    height: 70px;
    position: relative;
    z-index: 13;
}

@media (max-width: 991px) {
    .header-style-4 .extra-nav {
        border-right: 1px solid #dcdcdc;
    }
}

.header-style-4 .extra-nav .extra-cell {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #dcdcdc;
}

.header-style-4 .extra-nav .extra-cell:first-child {
    padding-left: 0px;
}

.header-style-4 .extra-nav .extra-cell .header-search .header-search-icon {
    padding: 36px 20px 36px 20px;
    background-color: #ea130e;
    color: #fff;
}

@media (max-width: 991px) {
    .header-style-4 .extra-nav .extra-cell .header-search .header-search-icon {
        padding: 30px 20px 30px 20px;
    }
}

.header-style-4 .extra-nav .extra-cell .header-search .header-search-icon:hover i {
    color: #000;
}

.header-style-4 .extra-nav .extra-cell .header-line-btn .header-line-icon {
    padding: 26px 15px;
    display: block;
}

@media (max-width: 991px) {
    .header-style-4 .extra-nav .extra-cell .header-line-btn .header-line-icon {
        padding: 20px 15px;
    }
}

.header-style-4 .extra-nav .extra-cell .header-line-btn .header-line-icon:hover i {
    color: #ea130e;
}

.header-style-4 .extra-nav .extra-cell .header-line-icon .icon-line {
    width: 30px;
    height: 2px;
    display: block;
    background-color: #000;
    margin: 8px 0px;
    transition: 0.5s all ease;
}

.header-style-4 .extra-nav .extra-cell .header-line-icon .icon-line.icon-bar-two {
    width: 20px;
    margin-left: 10px;
}

.header-style-4 .extra-nav .extra-cell .header-line-icon:hover .icon-line {
    width: 20px;
}

.header-style-4 .logo-header {
    /*--logo for header---*/
    display: table;
    float: left;
    width: 215px;
    height: 70px;
    vertical-align: middle;
    padding: 0px;
    font-size: 36px;
    color: #000;
    margin: 0px;
    position: relative;
    z-index: 11;
}

@media (max-width: 640px) {
    .header-style-4 .logo-header {
        width: 120px;
    }
}

@media (max-width: 360px) {
    .header-style-4 .logo-header {
        width: 120px;
    }
}

.header-style-4 .logo-header .logo-header-inner {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.header-style-4 .logo-header .logo-header-inner img {
    max-width: 100%;
    max-height: 100%;
}

.header-style-4.site-header {
    position: relative;
    z-index: 999;
}

.header-style-4.site-header ul,
.header-style-4.site-header ol {
    margin-bottom: 0px;
}

.header-style-4 .main-bar {
    /*--main-bar--*/
    position: relative;
    width: 100%;
    transition: all 0.5s ease;
    background: #fff;
}

.header-style-4 .main-bar .container,
.header-style-4 .main-bar .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 991px) {
    .header-style-4 .main-bar .container,
    .header-style-4 .main-bar .container-fluid {
        display: block;
    }
}

.header-style-4 .main-bar:after,
.header-style-4 .main-bar:after {
    clear: both;
    content: "";
    display: table;
}

.header-style-4 .navbar-toggler {
    /*--Navbar Toggler---*/
    border: none;
    margin: 24px 0px 24px 15px;
    padding: 12px 10px;
}

@media (max-width: 991px) {
    .header-style-4 .navbar-toggler {
        display: block;
        margin-top: 14px;
        margin-bottom: 14px;
        float: right;
        outline: none !important;
        padding: 12px 0px;
    }
}

.header-style-4 .navbar-toggler .icon-bar {
    background: #000;
    height: 3px;
    border-radius: 0px;
    display: block;
    width: 22px;
}

.header-style-4 .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (max-width: 991px) {
    .header-style-4 .navbar-toggler {
        margin-top: 14px;
        margin-bottom: 14px;
    }
}

@media (max-width: 420px) {
    .header-style-4 .navbar-toggler {
        margin-left: 15px;
    }
}

@media (max-width: 540px) {
    .header-style-4 .is-fixed .navbar-toggler {
        margin-bottom: 0px;
    }
}

.header-style-4 .is-fixed.mobile-sider-drawer-menu .header-nav .nav {
    height: 100vh !important;
    width: 100%;
}

.header-style-4 .is-fixed.mobile-sider-drawer-menu .header-nav .nav>li>a {
    padding: 12px 15px !important;
}

.header-style-4 .header-nav {
    position: relative;
    padding: 0px;
    z-index: 10;
    /*-- Submenu direction---*/
}

@media (max-width: 991px) {
    .header-style-4 .header-nav {
        clear: both;
        margin: 0px -15px;
        border-bottom: 1px solid #E9E9E9;
    }
    .header-style-4 .header-nav.navbar-collapse {
        align-items: start;
    }
}

.header-style-4 .header-nav .nav {
    display: flex;
    justify-content: flex-end;
    flex-direction: inherit;
}

@media (max-width: 991px) {
    .header-style-4 .header-nav .nav {
        float: none;
        margin: 0px;
        background: #fff;
        display: block;
        width: 100%;
        left: 0px;
    }
}

@media (max-width: 991px) {
    .header-style-4 .header-nav .nav li {
        float: none;
    }
}

.header-style-4 .header-nav .nav li i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
    opacity: 0.7;
}

@media (max-width: 991px) {
    .header-style-4 .header-nav .nav li i {
        float: right;
    }
}

.header-style-4 .header-nav .nav>li {
    position: relative;
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 991px) {
    .header-style-4 .header-nav .nav>li ul {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: #f9f9f9;
    }
}

.header-style-4 .header-nav .nav>li>a {
    color: #000;
    font-size: 16px;
    padding: 33px 15px;
    cursor: pointer;
    margin: 0px 0px;
    font-weight: 600;
    display: block;
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
    /*hover block section*/
}

@media (max-width: 991px) {
    .header-style-4 .header-nav .nav>li>a {
        padding: 12px 15px;
        border-top: 1px solid #E9E9E9;
        color: #000;
    }
}

.header-style-4 .header-nav .nav>li>a:hover {
    background-color: transparent;
    color: #777;
}

.header-style-4 .header-nav .nav>li>a:active,
.header-style-4 .header-nav .nav>li>a:focus {
    background-color: transparent;
}

.header-style-4 .header-nav .nav>li>a:after {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0px;
    top: auto;
    height: 3px;
    width: 0px;
    z-index: -1;
    background-color: #ea130e;
    transition: 0.5s all ease;
}

.header-style-4 .header-nav .nav>li>a:hover:after {
    width: 100%;
    left: 0;
    transition: width 0.3s ease;
    z-index: -1;
}

@media (max-width: 991px) {
    .header-style-4 .header-nav .nav>li.active>a,
    .header-style-4 .header-nav .nav>li.current-menu-item>a {
        color: #000;
    }
}

.header-style-4 .header-nav .nav>li.active>a,
.header-style-4 .header-nav .nav>li.current-menu-item>a {
    background-color: transparent;
}

@media (max-width: 991px) {
    .header-style-4 .header-nav .nav>li>a:hover,
    .header-style-4 .header-nav .nav>li>a:active,
    .header-style-4 .header-nav .nav>li>a:focus {
        background-color: #f0f0f0;
        text-decoration: none;
    }
}

.header-style-4 .header-nav .nav>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    transition: all 0.3s ease;
}

.header-style-4 .header-nav .nav>li .sub-menu {
    background-color: #fff;
    display: block;
    left: 0px;
    top: 100%;
    list-style: none;
    margin: 20px 0 0;
    opacity: 0;
    padding: 0px;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10;
}

@media (max-width: 991px) {
    .header-style-4 .header-nav .nav>li .sub-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: #f9f9f9;
        opacity: 1;
        margin: 0px !important;
    }
}

.header-style-4 .header-nav .nav>li .sub-menu li {
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    text-transform: none;
}

.header-style-4 .header-nav .nav>li .sub-menu li a {
    color: #000;
    display: block;
    font-size: 13px;
    padding: 10px 20px;
    font-weight: 600;
}

.header-style-4 .header-nav .nav>li .sub-menu li a:hover {
    color: #000;
    text-decoration: none;
}

.header-style-4 .header-nav .nav>li .sub-menu li:hover>a {
    color: #ea130e;
}

.header-style-4 .header-nav .nav>li .sub-menu li:last-child {
    border-bottom: 0px;
}

.header-style-4 .header-nav .nav>li .sub-menu li .fa {
    color: #000;
    display: block;
    float: right;
    position: absolute;
    right: 10px;
    top: 2px;
}

.header-style-4 .header-nav .nav>li .sub-menu li>.sub-menu {
    left: 220px;
    margin: 0px 0px 0px 20px;
    transition: all 0.1s ease;
}

@media (max-width: 991px) {
    .header-style-4 .header-nav .nav>li .sub-menu li>.sub-menu>li {
        float: none;
        display: block;
        width: auto;
    }
}

@media (max-width: 991px) {
    .header-style-4 .header-nav .nav>li .sub-menu li>.sub-menu>li a {
        padding-left: 30px;
    }
}

.header-style-4 .header-nav .nav>li .sub-menu li:hover>.sub-menu {
    left: 220px;
    margin: 0px;
    opacity: 1;
    top: 0px;
    visibility: visible;
}

.header-style-4 .header-nav .nav>li .sub-menu li:hover>.sub-menu:before {
    background-color: transparent;
    bottom: 0px;
    content: '';
    display: block;
    height: 100%;
    left: -6px;
    position: absolute;
    top: 0px;
    width: 6px;
}

.header-style-4 .header-nav .submenu-direction .sub-menu {
    left: auto;
    right: 0px;
}

.header-style-4 .header-nav .submenu-direction .sub-menu li>.sub-menu {
    left: auto;
    right: 220px;
    margin: 0px 20px 0px 0px;
}

.header-style-4 .header-nav .submenu-direction .sub-menu li:hover>.sub-menu {
    left: auto;
    right: 220px;
    margin: 0px 0px 0px 0px;
}

.header-style-4 .header-nav.nav-animation .nav>li>ul.sub-menu li>a {
    transition: all 0.5s ease-out;
    position: relative;
    z-index: 1;
}

.header-style-4 .header-nav.nav-animation .nav>li>ul.sub-menu li>a:before {
    position: absolute;
    content: "\f101";
    font-family: 'Flaticon';
    font-size: 10px;
    color: #000;
    left: 5px;
    opacity: 0;
    transition: all 0.5s ease-out;
    top: 13px;
}

@media (max-width: 991px) {
    .header-style-4 .header-nav.nav-animation .nav>li>ul.sub-menu li>a:before {
        opacity: 1;
        position: inherit;
        left: auto;
        top: auto;
        padding-right: 5px;
    }
}

.header-style-4 .header-nav.nav-animation .nav>li>ul.sub-menu li>a:hover:before {
    opacity: 1;
    left: 20px;
}

@media (max-width: 991px) {
    .header-style-4 .header-nav.nav-animation .nav>li>ul.sub-menu li>a:hover:before {
        left: 0;
    }
}

.header-style-4 .header-nav.nav-animation .nav>li:hover>ul.sub-menu li:hover>a {
    padding-left: 40px;
}

@media (max-width: 991px) {
    .header-style-4 .header-nav.nav-animation .nav>li:hover>ul.sub-menu li:hover>a {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .header-style-4 .has-child {
        position: relative;
    }
}

.header-style-4 .has-child .submenu-toogle {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #000;
    background-color: transparent;
    z-index: 900;
    cursor: pointer;
    padding: 10px;
    font-size: 14px;
    display: none;
}

@media (max-width: 991px) {
    .header-style-4 .has-child .submenu-toogle {
        display: block;
    }
}

.header-style-4 .has-child li .submenu-toogle {
    opacity: 0.9;
}

.header-style-4 .has-child.nav-active>a+.submenu-toogle.glyphicon-chevron-right:before {
    content: "\e114";
}

.header-style-4 .has-child.nav-active>a+.submenu-toogle.glyphicon-plus::before {
    content: "\2212";
}

@media (max-width: 991px) {
    .header-style-4 .has-child.nav-active>a+.submenu-toogle.fa.fa-angle-right::before {
        content: "\f107";
    }
}

@media (max-width: 991px) {
    .header-style-4 .mobile-full-width-menu .header-nav .nav {
        position: inherit;
    }
}

@media (max-width: 991px) {
    .header-style-4.mobile-sider-drawer-menu .header-nav {
        position: fixed;
        width: 250px !important;
        z-index: 999;
        height: 100vh !important;
        overflow-y: inherit !important;
        left: -250px;
        top: 0px;
        transition: all 0.5s linear;
        background-color: #fff;
    }
    .header-style-4.mobile-sider-drawer-menu .header-nav .nav>li:hover>.sub-menu {
        animation: none !important;
    }
    .header-style-4.mobile-sider-drawer-menu .header-nav .nav>li .sub-menu li:hover>.sub-menu {
        animation: none !important;
    }
    .header-style-4.mobile-sider-drawer-menu.active .header-nav {
        left: 15px;
    }
    .header-style-4.mobile-sider-drawer-menu .icon-bar {
        transition: all 0.5s linear;
        position: relative;
    }
    .header-style-4.mobile-sider-drawer-menu #mobile-side-drawer {
        min-height: 50px;
        position: relative;
    }
    .header-style-4.mobile-sider-drawer-menu.active .icon-bar.icon-bar-first {
        transform: rotate(45deg) translateX(3px) translateY(2px);
    }
    .header-style-4.mobile-sider-drawer-menu.active .icon-bar.icon-bar-three {
        transform: rotate(-45deg) translateX(3px) translateY(-2px);
    }
    .header-style-4.mobile-sider-drawer-menu .icon-bar.icon-bar-two {
        position: relative;
        right: 0%;
    }
    .header-style-4.mobile-sider-drawer-menu.active .icon-bar.icon-bar-two {
        position: absolute;
        right: 100px;
        opacity: 0;
    }
    .header-style-4.mobile-sider-drawer-menu .is-fixed .header-nav .nav {
        overflow: auto;
        max-height: 100%;
    }
    .header-style-4.mobile-sider-drawer-menu .header-fixed .header-nav .nav {
        overflow: auto;
        max-height: 100%;
    }
}

.header-style-4 .sticky-no .main-bar {
    position: static !important;
}

.header-style-4 .is-fixed .main-bar {
    position: fixed;
    top: 0px;
    left: 0px;
}

.header-style-4 .is-fixed.color-fill .header-nav .nav>li {
    margin: 0px;
    padding: 0px;
}

@media (max-width: 991px) {
    .header-style-4 .header-nav .nav>li {
        margin: 0px;
        padding: 0px;
    }
    .header-style-4 .header-nav .nav>li>a {
        margin: 0px;
        padding: 10px 12px;
    }
    .header-style-4 .is-fixed.color-fill .header-nav .nav>li {
        margin: 0px;
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .header-style-4 .main-bar {
        padding: 0px;
    }
    .header-style-4 .is-fixed .main-bar {
        padding: 0px;
    }
    .header-style-4 .is-fixed.color-fill .main-bar {
        padding: 0px;
    }
}

.header-style-4 .ap-btn2 {
    position: relative;
    padding: 0px 15px;
    color: #fff;
    cursor: pointer;
    background-color: #ea130e;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 42px;
}

@media (max-width: 480px) {
    .header-style-4 .ap-btn2 {
        font-size: 0px;
        padding: 0px;
        display: block;
        line-height: 0px;
    }
}

.header-style-4 .ap-btn2:hover {
    color: white;
}

.header-style-4 .ap-btn2 i {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ea130e;
    color: #fff;
    margin-left: 0px;
}

@media (max-width: 480px) {
    .header-style-4 .ap-btn2 i {
        font-size: 18px;
        margin: 0px;
        line-height: 42px;
        height: 42px;
        width: 42px;
        border-radius: 0px;
        background: none;
    }
}

.header-style-4 .slide-right {
    animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
}

@keyframes slide-right {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(5px);
    }
}


/*Title separators*/

.wt-separator-two-part {
    padding-bottom: 70px;
}

@media (max-width: 991px) {
    .wt-separator-two-part {
        padding-bottom: 30px;
    }
}

.wt-separator-two-part.when-bg-dark .section-head .wt-title {
    color: #fff;
}

.wt-separator-two-part.when-bg-dark .section-head.left.wt-small-separator-outer .wt-small-separator {
    color: #000;
}

.wt-separator-two-part.when-bg-dark .section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:before {
    background-color: #000;
}

.wt-separator-two-part.when-bg-dark .section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:after {
    background-color: #000;
}

.wt-separator-two-part.when-bg-dark .wt-separator-two-part-right .p_discription {
    color: #fff;
}

.wt-separator-two-part-row {
    display: flex;
    align-items: center;
}

.wt-separator-two-part-row .wt-separator-two-part-left .section-head {
    margin-bottom: 0px;
}

.wt-separator-two-part-row .wt-separator-two-part-right {
    margin-bottom: 0px;
}

.wt-separator-two-part-row .wt-separator-two-part-right p {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .wt-separator-two-part-row .wt-separator-two-part-right {
        text-align: left !important;
        margin-top: 30px;
    }
}

.wt-small-separator {
    letter-spacing: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    font-weight: 400;
    color:#ee3b24;
}

.wt-small-separator.white {
    color: #fff;
}

@media (max-width: 767px) {
    .wt-small-separator {
        font-size: 14px;
        margin-bottom: 10px;
        letter-spacing: 0px;
    }
}

.section-head {
    position: relative;
    margin-bottom: 25px;
}

.section-head.when-bg-dark .wt-title {
    color: #fff;
}

.section-head.when-bg-dark p {
    color: #c1c1c1;
}


/*Center-title*/

.section-head.left.wt-small-separator-outer {
    text-align: left;
}

.section-head.left.wt-small-separator-outer h2 {
    margin-bottom: 5px;
    font-size: 35px;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .section-head.left.wt-small-separator-outer h2 {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    .section-head.left.wt-small-separator-outer h2 {
        font-size: 30px;
    }
}

.section-head.left.wt-small-separator-outer p {
    margin-bottom: 40px;
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left {
    position: relative;
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:before,
.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:after {
    position: absolute;
    content: '';
    background-color: #ea130e;
    height: 22px;
    bottom: 0px;
    top: 0px;
    transform: skew(-20deg);
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left.white:before,
.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left.white:after {
    background-color: #fff;
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:before {
    right: -20px;
    width: 10px;
}

.section-head.left.wt-small-separator-outer .wt-small-separator div.sep-leaf-left:after {
    right: -27px;
    width: 4px;
}

.section-head.left.wt-small-separator-outer.white .wt-small-separator div.sep-leaf-left:before,
.section-head.left.wt-small-separator-outer.white .wt-small-separator div.sep-leaf-left:after {
    background-color: #fff;
}

.section-head.left.wt-small-separator-outer.white .wt-small-separator div {
    color: #fff;
}

.section-head.center.wt-small-separator-outer {
    margin-bottom: 30px;
    text-align: center;
}

.section-head.center.wt-small-separator-outer h2 {
    max-width: 630px;
    margin: 0px auto;
    font-size: 30px;
    color: #2da9a7;
}

@media (max-width: 1200px) {
    .section-head.center.wt-small-separator-outer h2 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .section-head.center.wt-small-separator-outer h2 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .section-head.center.wt-small-separator-outer h2 {
        font-size: 30px;
    }
}

.section-head.center .wt-small-separator div.sep-leaf-left {
    position: relative;
}

.section-head.center .wt-small-separator div.sep-leaf-left:before,
.section-head.center .wt-small-separator div.sep-leaf-left:after {
    position: absolute;
    content: '';
    background-color: #ea130e;
    height: 22px;
    bottom: 0px;
    top: 0px;
    transform: skew(-20deg);
}

.section-head.center .wt-small-separator div.sep-leaf-left:before {
    right: -20px;
    width: 10px;
}

.section-head.center .wt-small-separator div.sep-leaf-left:after {
    right: -27px;
    width: 4px;
}

.about-section-two-right {
    text-align: center;
    margin-bottom: 22px;
    position: relative;
}

.section-head h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 40px;
    position: relative;
    color: #2da9a7;
}

.about_head h1 {
    text-transform: uppercase;
    color: #033677;
    font-weight: 800;
    font-size: 60px;
    margin: 0;
}

.about_head h3 {
    color: #fff;
    font-weight: 400;
    font-size: 27px;
    font-family: inherit;
    padding: 5px 20px;
    position: relative;
    text-transform: uppercase;
    width: fit-content;
    border-radius: 999px;
    margin: auto;
    background: #6bb3b0;
}

.tream_img {
    position: relative;
    max-width: 896px;
    display: block;
    margin: 36px auto 0;
    z-index: 1;
}

.tream_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 56%;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(50 123 103));
}

.team_t {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 24px;
    font-weight: 300;
}

.tream_img i {
    position: absolute;
    bottom: 49px;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 24px;
    font-weight: 300;
    width: 50px;
    height: 50px;
    margin: auto;
    background: #e68a3e;
    border-radius: 50%;
    line-height: 49px;
    box-shadow: 0px 0px 0px 10px rgb(255 204 162 / 78%);
}

._mvvicons {
    position: relative;
    padding: 0 24px;
    margin-bottom: 16px;
}

._mvvicons .ico_mv {
    display: inline-block;
    font-size: 52px;
    text-align: center;
}

._mvvicons .icon-content h4 {
    text-transform: uppercase;
    color: #45a390;
    font-size: 32px;
    margin-bottom: 0;
}
.icon-content span{
    color: #d9231a !important;
}
.icon-content a{
    color: #002c83 !important;
}
._mvvicons .icon-content h4 {
    border-right: 5px solid;
    padding-right: 10px;
}

.ab-two-icon-section .col-md-6:nth-child(2) ._mvvicons .icon-content h4 {
    border-left: 5px solid;
    border-right: 0;
    padding-right: 0;
    padding-left: 10px;
}

.ab-two-icon-section .col-md-6:nth-child(1) {
    border-right: 1px solid #ccc;
    text-align: right;
}

.ab-two-icon-section .col-md-6:nth-child(2) {
    text-align: left;
}

.add_seetness_to_life {
    text-align: center;
    position: relative;
    padding: 0px 0 20px;
}

.add_stol {
    padding: 19px 0;
    background: #e68a3e;
    border-radius: 13px;
    color: #fff;
}

.add_seetness_to_life h2 {
    font-weight: 500;
    font-size: 29px;
    text-transform: uppercase;
    color: inherit;
}


/*About one Section*/

.about-max-one {
    position: relative;
    z-index: 1;
    padding-right: 50px;
}

@media (max-width: 991px) {
    .about-max-one {
        padding-right: 0px;
    }
}

.about-max-one:after {
    background-color: #ea130e;
    content: '';
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 45%;
}

.about-max-one .about-max-one-media {
    padding: 40px 0px 40px 40px;
}

.about-max-one .about-max-one-media img {
    width: 100%;
}

.about_section {
    position: relative;
    padding: 50px 0px 80px;
	/* background:#f1f1f1; */
}


/* 
.about_section::before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 1110px;
    height: 74%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    border: 10px solid #eee;
} */


/*About two Section*/

.about-max-two {
    position: relative;
    z-index: 1;
    padding-right: 50px;
}

@media (max-width: 420px) {
    .about-max-two {
        padding-right: 0px;
    }
}

.about-max-two:after {
    background-image: url(../images/background/bg-dott2.png);
    content: '';
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 45%;
}

.about-max-two .about-max-two-media {
    padding: 40px 0px 40px 40px;
}

.about-max-two .about-max-two-media img {
    width: 100%;
}

.about-section-two-right .section-head {
    width: fit-content;
    margin: auto;
    margin-bottom: 20px;
    background: #fff;
    padding: 10px 60px;
}

.about-section-two-right .ab-two-info p.abt_text {
    line-height: 31px;
    padding: 0;
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
}


/* services styles */

.service_tabs_slicer {
    position: relative;
    text-align: center;
}

.mobile_ser_imag_icon {
    display: none;
}

.service_tabs_slicer .carousel-indicators {
    position: relative;
    padding: 0px;
    list-style: none;
    display: block;
    margin: 0;
    z-index: 5;
}

.service_tabs_slicer .carousel-indicators li {
    display: inline-block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 7px;
    position: relative;
    opacity: 1;
    padding: 0;
    border: 4px solid #ccc;
}

.service_tabs_slicer .carousel-indicators li::before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 41%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.service_tabs_slicer .carousel-indicators li.active::before {
    display: block;
    background: rgb(102 19 160 / 66%);
}

.service_tabs_slicer .carousel-indicators li img {
    display: block;
}

.service_carosal_inner {
    position: relative;
    margin-top: -61px;
}

.service_carosal_inner .carousel-item {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

.service_carosal_inner .carousel-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 43%), #232323);
    left: 0;
    bottom: 0;
}


/* 
.service_carosal_inner .carousel-item:nth-child(1) {
    background-image: url(../images/services/thyriod_big.jpg);
}

.service_carosal_inner .carousel-item:nth-child(2) {
    background-image: url(../images/services/hormonaldisoders_-big.jpg);
}

.service_carosal_inner .carousel-item:nth-child(3) {
    background-image: url(../images/services/obecity_big.jpg);
}

.service_carosal_inner .carousel-item:nth-child(4) {
    background-image: url(../images/services/cholesterol_bigl.jpg);
}

.service_carosal_inner .carousel-item:nth-child(5) {
    background-image: url(../images/services/diabetesheart_big.jpg);
}

.service_carosal_inner .carousel-item:nth-child(6) {
    background-image: url(../images/services/diabeteeyes_big.jpg);
}

.service_carosal_inner .carousel-item:nth-child(7) {
    background-image: url(../images/services/polycysticovarysyndrome_big.jpg);
} */

.service_carosal_inner .services_info {
    max-width: 781px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), #621f92);
    padding: 30px 51px;
}

.service_carosal_inner .services_info h2 {
    position: relative;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 46px;
}

.service_carosal_inner .services_info p {
    position: relative;
    color: #eee;
}

.service_carosal_inner .services_info a {
    display: inline-block;
    position: relative;
    color: #eee;
    border: 1px solid;
    padding: 5px 13px;
    border-radius: 30px;
}

.service_section {
    position: relative;
    padding: 117px 0 99px;
    margin-top: -157px;
}

.service_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(44 117 97 / 92%);
    top: 0px;
    transform: skew(0deg, -4deg);
}

.service_section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/ser_bg.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
    z-index: -1;
    transform: skew( 0deg, -4deg);
}

.ser_row_l .col-md-3 {
    border-right: 1px solid #629283;
    border-bottom: 1px solid #629283;
    padding: 79px 0 48px;
}

.ser_row_l .col-md-3:nth-child(4),
.ser_row_l .col-md-3:nth-child(8) {
    border-right: 0px;
}

.ser_row_l .col-md-3:nth-child(5),
.ser_row_l .col-md-3:nth-child(6),
.ser_row_l .col-md-3:nth-child(7),
.ser_row_l .col-md-3:nth-child(8) {
    border-bottom: 0px;
}

.ser_sec_herad span {
    color: #f1b88a;
    font-size: 22px;
    display: block;
    margin-top: 97px;
}

.ser_sec_herad h2 {
    color: #fff;
    margin-bottom: 29px;
    font-size: 48px;
}

.ser_sec_herad h2::before,
.ser_sec_herad h2::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 2px;
    border-bottom: 1px dashed #fff;
    left: 10%;
    top: 25px;
}

.ser_sec_herad h2::after {
    left: initial;
    right: 10%;
}

.services_list_ {
    text-align: center;
}

.ser_images_l {
    display: inline-block;
    position: relative;
    width: 134px;
    height: 134px;
    line-height: 120px;
    z-index: 1;
}

.ser_images_l::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    border: 1px dashed #eee;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    transition: all ease-in-out .6s;
}

.ser_images_l::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    background-color: #333;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    transition: all ease-in-out .6s;
    opacity: 0;
    visibility: hidden;
    transform: rotate(45deg);
    z-index: -1;
}

.services_list_:hover .ser_images_l::after {
    opacity: 1;
    visibility: visible;
}

.services_list_:hover .ser_images_l::before {
    transform: rotate(0deg);
}

.ser_images_l img {
    width: 70px;
}

.ser_list_title_info {
    position: relative;
}

.ser_list_title_info h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 19px;
    margin-top: 46px;
    min-height: 44px;
}

.ser_list_title_info p {
    display: block;
    color: #e0dede;
}

.ser_list_title_info a {
    display: inline-block;
    color: #ececec;
    border: 1px solid;
    padding: 5px 17px;
    border-radius: 30px;
    transition: all ease-in-out .5s;
}

.services_list_:hover .ser_list_title_info a {
    color: #fbc561;
}

.facilities_section {
    position: relative;
    padding: 140px 0px 36px;
}

.fac_blocks {
    position: relative;
    height: 398px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 14px;
}

.fac_blocks::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 43%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), #232323);
    bottom: 0;
}

.fac_row .col-md-4 {
    padding: 0 7px;
}

.fac_row .col-md-4:nth-child(1) .fac_blocks {
    background-image: url(../images/facilities/pharamcy.html);
}

.fac_row .col-md-4:nth-child(2) .fac_blocks:nth-child(1) {
    background-image: url(../images/facilities/Emergency--Critical-care.html);
}

.fac_row .col-md-4:nth-child(2) .fac_blocks:nth-child(2) {
    background-image: url(../images/facilities/ctscan.html);
}

.fac_row .col-md-4:nth-child(2) .fac_blocks:nth-child(1),
.fac_row .col-md-4:nth-child(2) .fac_blocks:nth-child(2) {
    height: 280px;
}

.fac_row .col-md-4:nth-child(3) .fac_blocks {
    background-image: url(../images/facilities/Laminar-air-flow-OT.html);
}

.fac_title {
    position: absolute;
    bottom: 18px;
    color: #fff;
    border-left: 2px solid;
    left: 10px;
    padding-left: 10px;
    font-size: 18px;
}

.facilities_head {
    position: relative;
    text-align: center;
    background: #e0e0e0;
    padding: 37px 31px;
    margin-bottom: 14px;
}

.facilities_head h2 {
    text-transform: uppercase;
    font-size: 31px;
    color: #e67d27;
}

.facilities_head p {
    font-size: 14px;
    margin: 0;
}

.facilite_last_head {
    position: relative;
    text-align: center;
    background: #e0e0e0;
    padding: 35px 31px;
}

.facilite_last_head p {
    font-size: 22px;
}

.facilite_last_head a {
    display: inline-block;
    background: #ec9345;
    color: #fff;
    font-size: 20px;
    padding: 6px 19px;
    border-radius: 30px;
}

.testimonials {
    position: relative;
    padding: 30px 0;
}

.pricingTable {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 18px;
    padding: 20px;
    background: #2da9a7;
    border: 10px solid #fff;
    box-shadow: 0px 0px 10px #ccc;
    height: 270px;
}

.testimonila_img {
    position: relative;
    display: inline-block;
    box-shadow: 0px 0px 0px 10px #d6f1e8;
    border-radius: 50%;
}


/* 
.pricingTable:before, .pricingTable:after {
    content: '';
    background: linear-gradient(to right, #a52d76, #a52d76);
    height: calc(100% - 45px);
    width: 80%;
    border-radius: 0 0 200px 200px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 16px;
    z-index: -1;
} */

.pricingTable:after {
    background: #f0fffa;
    width: calc(80% - 10px);
    height: calc(100% - 51px);
}

.pricingTable .pricingTable-header {
    color: #222;
    margin: 0 0 8px 0;
}

.pricingTable .title {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 9px 10px;
    margin: 0 0 25px;
    border-radius: 50px;
}

.pricingTable .price-value .amount {
    font-size: 50px;
    font-weight: 700;
    display: block;
}

.pricingTable .price-value .duration {
    font-size: 16px;
    display: block;
}

.pricingTable .pricing-content {
    text-align: center;
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: inline-block;
}

.pricingTable .pricing-content li {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 15px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.pricingTable .pricing-content li:last-child {
    margin: 0;
}


/* 
.pricingTable .pricing-content li:before {
    content: "\f10d";
    color: rgb(165 45 118);
    font-family: "FontAwesome";
    font-size: 37px;
    text-align: center;
    line-height: 61px;
    width: 62px;
    height: 62px;
    border-radius: 50px;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
} */

.pricingTable .pricing-content li.disable:before {
    content: "\f00d";
    background: #ed4444;
    padding-right: 1px;
}

.pricingTable .pricingTable-signup a {
    color: #2da9a7;
    background: #f1f1f1;
    font-size: 29px;
    font-weight: 600;
    text-transform: capitalize;
    width: 62px;
    height: 62px;
    padding: 0;
    margin: 0 auto;
    line-height: 64px;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: block;
    transition: all 0.5s;
}

.pricingTable .pricingTable-signup a:hover {
    text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.15);
}

.pricingTable.blue:before,
.pricingTable.blue .title {
    background: linear-gradient(to right, #896BEF, #60CEE7);
}

.pricingTable.blue .pricingTable-signup a {
    background: linear-gradient(-135deg, #896BEF, #60CEE7);
}

.pricingTable.green:before,
.pricingTable.green .title {
    background: linear-gradient(to right, #30CEBF, #47AA40);
}

.pricingTable.green .pricingTable-signup a {
    background: linear-gradient(-135deg, #30CEBF, #47AA40);
}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin-bottom: 40px;
    }
}

.leaveyourfeedback_btn {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-bottom: 40px;
    text-align: center;
}

.leaveyourfeedback_btn a {
    display: inline-block;
    color: #fff;
    border: 2px solid #ee3b24;
    padding: 7px 15px;
    font-size: 21px;
    border-radius: 30px;
	background:#ee3b24;
}

.leaveyourfeedback_btn a:hover {
    color: #fff;
    background-color: #2da9a7;
	border-color:#2da9a7;
}

.whytirumala_section {
    position: relative;
    padding: 80px 0px;
}


/* 
.whytirumala_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(32 32 32 / 88%);
    top: 0px;
    transform: skew(0deg, 4deg);
}

.whytirumala_section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/why_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
    z-index: -1;
    transform: skew(0deg, 4deg);
} */

.why_head.section-head {
    /* padding: 0 369px; */
    margin-bottom: -200px;
    display: inline-block;
	width:100%;
}

.why_head .wt-small {
    color: orange;
}

.why_head h2 {
    color: #e9c10f;
    font-size: 35px;

}

.why_head h1 {
    color: #e9c10f;
    font-size: 25px;
    font-weight: normal;
}

.why_head p {
    color: #000;
    font-size: 17px;
}

._why_row .col-md-4:nth-child(1) {
    /* margin-top: 50px; */
}

._why_row .col-md-4:nth-child(2) {
    /* margin-top: 100px; */
}

._why_row .col-md-4:nth-child(3) {
    /* margin-top: 150px; */
}

._why_row .col-md-4:nth-child(4) {
    /* margin-top: -100px; */
}

._why_row .col-md-4:nth-child(5) {
    /* margin-top: -50px; */
}

._why_row .col-md-4:nth-child(6) {
    /* margin-top: 0px; */
}

._why_row .paediatrics .col-md-4:nth-child(6) {
    /* margin-top: -100px; */
}

._why_row .paediatrics .col-md-4:nth-child(5) {
    /* margin-top: -50px; */
}

._why_row .paediatrics .col-md-4:nth-child(4) {
    /* margin-top: 0px; */
}

._why_row .paediatrics .col-md-4:nth-child(3) {
    /* margin-top: 50px; */
}

._why_row .paediatrics .col-md-4:nth-child(2) {
    /* margin-top: 100px; */
}

._why_row .paediatrics .col-md-4:nth-child(1) {
    /* margin-top: 150px; */
}

._why_row .col-md-4 {
    padding: 2px;
}

._why_list_block {
    position: relative;
    background: #2f3388;
    text-align: center;
}

._why_icon_image {
    display: inline-block;
}

._why_icon_image img {}

._why_title_in {
    color: #000;
    text-transform: uppercase;
    font-size: 19px;
}

.appointment_section {
    padding: 0 0 90px;
}

.approw .col-md-6 {
    padding: 0px;
}

.approw .col-md-6:nth-child(1) {}

.approw .col-md-6:nth-child(2) {
    right: 96px;
    margin-top: 69px;
}

.appointmentimage {
    position: relative;
}

.appointmentimage::before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 41%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.app_header {
    display: block;
    padding: 0px;
    border: none;
}

.app_header h4 {
    text-transform: uppercase;
}

.app_header .close {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    opacity: 1;
    background: #db251b;
    color: #fff;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.app_header .close:hover {
    opacity: 1;
}

.appoitnment-section {
    background-color: #2f3388;
    text-align: center;
    padding: 35px 29px;
    position: relative;
}

.appoitnment-section::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    border: 1px dashed #eee;
    left: 0px;
    right: 0px;
    margin: auto;
}

.appointment_block {
    max-width: 1000px;
    margin: auto;
}

.appoitnment-section::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    width: 96%;
    height: 96%;
}

.app-title {
    position: relative;
}

.app-title h2 {

    text-transform: uppercase;
    font-size: 29px;
    color: #fff;
    margin: 15px 0;
    font-weight: 500;
}

.app-title p {
    font-size: 16px;
    color: #eee;
    max-width: 500px;
    margin: auto;
    margin-bottom: 25px;
}

.app-form .form-control {
    height: 50px;
    background-color: transparent;
    border: none;
    border-bottom: 1px dashed #ccc;
    color: #fff;
    border-radius: 0px;
    font-size: 17px;
}

.app-form .form-control::placeholder {
    color: #fff;
}

.app-form textarea.form-control {
    height: 80px;
}

.app-form .form-group {
    margin-bottom: 12px;
}

.app-form .btn {
    width: 200px;
    font-weight: 500;
    background: #ffffff;
    padding: 12px 0;
    margin-top: 31px;
    border: none;
    color: #000;
    font-size: 20px;
}

.blog_section {
    padding: 50px 0 50px;
}

._blogrow .col-md-4:nth-child(1),
._blogrow .col-md-4:nth-child(3) {}

.blogs {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 29px;
    margin: 0;
    margin-bottom: 28px;
}

.blogs:nth-child(3) {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: right;
}

.blogs::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
}

.blo_img img {
    box-shadow: 0px 0px 10px #ccc;
    padding: 5px;
}

._blog_info {
    display: block;
    position: relative;
    bottom: 0;
    left: 0px;
    right: 0px;
    padding: 5px 0 0;
}

._blog_info h3 {
    font-size: 23px;
    color: #2f3388;
    font-weight: 500;
}

._blog_info a {
    display: inline-block;
    color: #a52d76;
    border: 1px solid;
    padding: 2px 12px;
    border-radius: 30px;
    margin-top: 10px;
}

.blog_date {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    background: #92c245;
    padding: 2px 11px;
    width: 130px;
    left: 0;
    margin: auto;
}

.faq_row {
    position: relative;
    margin: 0px;
    background: #2f3388;
}

.faq_row::before {
    content: "\f29c";
    position: absolute;
    font-family: 'FontAwesome';
    z-index: 1;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #ffffff;
    color: #000;
    font-size: 32px;
    border-radius: 50%;
    line-height: 51px;
    left: 0;
    right: 0;
    margin: auto;
    top: 43%;
}

.faq_row .col-md-6 {
    padding: 33px 10px;
}

.faq_row .col-md-6:nth-child(1),
.faq_row .col-md-6:nth-child(3) {
    border-right: 1px dashed #ccc;
    background: #ee3b24;
}

.faq_row .col-md-6:nth-child(1),
.faq_row .col-md-6:nth-child(2) {
    background: #ee3b24;
    border-bottom: 1px dashed #ccc;
}

.faq_row .col-md-6:nth-child(1),
.faq_row .col-md-6:nth-child(4) {
    background-color: #2da9a7;
}

.fa_q_b.one{background:#0e8182;}
.fa_q_b.two{background:#dd82aa;}
.fa_q_b.three{background:#d75140;}

.fa_q_b.one h3{
	border-bottom:1px dotted #26a2a5;
	padding-bottom:10px;
	margin-bottom:15px;
}
.fa_q_b.two h3{
	border-bottom:1px dotted #f5a6c9;
	padding-bottom:10px;
	margin-bottom:15px;
}
.fa_q_b.three h3{
	border-bottom:1px dotted #f97463;
	padding-bottom:10px;
	margin-bottom:15px;
}
.fa_q_b {
    text-align: center;
	
	padding:25px 10px;
	height:230px;
}

.fa_q_b h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.fa_q_b h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
	margin-top:110px;
}
.fa_q_b h4 a{
	background:#ee3b24;
	padding:5px 15px;
	color:#fff;
}

.fa_q_b p {
    font-size: 14px;
    margin: 0;
    padding: 0 8px;
    color: #fff;
	line-height:24px;
}


/*Counter Style One*/

.c-section-two {
    margin-top: 0;
    position: relative;
    z-index: 2;
}

.c-section-two .counter-block-half {
    padding: 0;
    position: relative;
}

.c-section-two .wt-icon-box-wraper {
    padding: 29px 0;
    transition: 0.5s all ease;
    text-align: center;
    box-shadow: 0px 0px 10px #ccc;
    background: #f5f5f5;
}

.c-section-two .wt-icon-box-wraper .icon-md,
.c-section-two .wt-icon-box-wraper .counter,
.c-section-two .wt-icon-box-wraper .icon-content {
    color: #000;
}

.c-section-two .icon-content-info {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #848484;
}

.c-section-two .counter {
    font-size: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 50px;
}

.wt-icon-box-wraper.left .icon-md {
    display: table;
    margin: auto;
    width: 80px;
    height: 80px;
    background: #fff;
    border: 9px solid #fcecfb;
    font-size: 38px;
    color: #5a5a5a;
    line-height: 27px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px;
    margin-bottom: 15px;
    margin-top: -71px;
}

@media (max-width: 767px) {
    .c-section-two .counter {
        font-size: 36px;
        line-height: 36px;
    }
}

@media (max-width: 575px) {
    .c-section-two .counter {
        font-size: 26px;
        line-height: 26px;
    }
}

@media (max-width: 991px) {
    .c-section-two.example-2 {
        padding-bottom: 30px;
    }
}


/*Team Style One*/

.wt-team-1 {
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
}

.wt-team-1 .wt-media img {
    width: 100%;
}

.wt-team-1 .wt-info {
    margin: 0px 20px;
}

.wt-team-1 .wt-info .team-detail {
    padding: 20px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    margin-top: -60px;
    position: relative;
}

.wt-team-1 .wt-info .team-detail .team-position {
    font-family: "Heebo", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #ea130e;
    display: block;
    margin-bottom: 10px;
}

.wt-team-1 .wt-info .team-detail .team-name {
    color: #000;
}

.wt-team-1 .wt-info .team-detail .team-social-center {
    transition: 0.5s all ease;
}

.wt-team-1 .wt-info .team-detail .team-social-center ul {
    margin: 0px;
    padding-top: 5px;
}

.wt-team-1 .wt-info .team-detail .team-social-center ul li {
    display: inline-block;
    width: 24px;
    text-align: center;
}

.wt-team-1 .wt-info .team-detail .team-social-center ul li a {
    color: #000;
    font-size: 14px;
}

.wt-team-1 .wt-info .team-detail .team-social-center ul li a:hover {
    color: #ea130e;
}

.wt-team-1 .wt-info .team-detail:after {
    content: '';
    position: absolute;
    bottom: 0px;
    background-color: #ea130e;
    height: 3px;
    z-index: 1;
    width: 0%;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s all ease;
}

.wt-team-1 .wt-info .team-detail:hover:after {
    width: 80%;
}


/*Team-box-single*/

.team-box-single .team-detail {
    padding: 40px 25px;
}

.team-box-single .team-detail .team-position {
    font-family: "Heebo", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #ea130e;
    display: block;
    margin-bottom: 10px;
}

.team-box-single .team-detail .team-name {
    margin-bottom: 30px;
}

.team-box-single .team-detail .team-name a {
    color: #000;
}

.team-box-single .team-detail .team-detail-list {
    list-style: none;
}

.team-box-single .team-detail .team-detail-list li {
    padding-bottom: 15px;
    border-bottom: 1px solid #dedfe1;
    margin-bottom: 15px;
}

.team-box-single .team-detail .team-detail-list li .team-list-title {
    color: #777777;
    margin-right: 10px;
}

.team-box-single .team-detail .team-detail-social ul {
    list-style: none;
    margin-bottom: 0px;
}

.team-box-single .team-detail .team-detail-social ul li {
    display: inline-block;
}

.team-box-single .team-detail .team-detail-social ul li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    border: 1px solid #000;
    background-color: #ea130e;
    color: #fff;
}

.team-box-single .team-detail .team-detail-social ul li a:hover {
    color: #fff;
    background-color: #000;
}


/*Year section*/

.year-section {
    position: relative;
    padding: 100px 0px;
}

@media (max-width: 991px) {
    .year-section {
        padding: 30px 0px;
    }
}

.year-section .row {
    display: flex;
    align-items: flex-end;
}

.year-section .wt-title {
    position: relative;
    color: #fff;
}

@media (max-width: 767px) {
    .year-section .wt-title {
        font-size: 44px;
        letter-spacing: 2px;
    }
}

@media (max-width: 575px) {
    .year-section .wt-title {
        font-size: 30px;
        letter-spacing: 1px;
    }
}

.year-section .wt-media {
    text-align: right;
}

.year-section:after {
    background-color: #ff6a01;
    max-width: 400px;
    height: 100%;
    content: '';
    margin-left: auto;
    position: absolute;
    top: 0px;
    right: 140px;
    z-index: -1;
    width: 100%;
}

@media (max-width: 767px) {
    .year-section:after {
        display: none;
    }
}


/*project style one*/

@media (max-width: 575px) {
    .project-box-style1-outer [class*="col-"] {
        margin-bottom: 30px;
    }
    .project-box-style1-outer [class*="col-"]:last-child {
        margin-bottom: 0px;
    }
}

.project-box-style1 {
    position: relative;
    overflow: hidden;
}

.project-box-style1:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    background-color: #000;
    transform-origin: 0 0;
    transform: scaleY(0);
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
}

.project-box-style1:hover:after {
    opacity: 0.5;
    transform: scaleY(1);
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
}

.project-box-style1 .project-content {
    padding: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
}

.project-box-style1 .project-content .project-title {
    margin-bottom: 15px;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 12px;
    background-color: #ea130e;
    padding: 8px 16px;
    color: #fff;
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
    transition: transform .4s, opacity .2s;
}

.project-box-style1 .project-content .project-title-large {
    margin-bottom: 0px;
    position: relative;
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    transition: transform .4s, opacity .2s;
}

.project-box-style1 .project-content .project-title-large a {
    color: #fff;
    transition: 0.5s all ease;
}

.project-box-style1 .project-content .project-title-large a:hover {
    color: #ea130e;
}

.project-box-style1 .project-view {
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 0;
    transform-origin: 0 0;
    transform: scaleY(0);
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
}

.project-box-style1 .project-view .project-view-btn {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
}

.project-box-style1 .project-view .project-view-btn i {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #ea130e;
    position: relative;
}

.project-box-style1 .project-view .project-view-btn i:after,
.project-box-style1 .project-view .project-view-btn i:before {
    content: '';
    background-color: #fff;
    position: absolute;
}

.project-box-style1 .project-view .project-view-btn i:after {
    width: 1px;
    height: 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.project-box-style1 .project-view .project-view-btn i:before {
    width: 24px;
    height: 1px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.project-box-style1:hover .project-view {
    opacity: 1;
    z-index: 3;
    transform: scaleY(1);
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
}

.project-box-style1:hover .project-title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
}

.project-box-style1:hover .project-title-large {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
}

.project-box-style1 .project-media img {
    width: 100%;
}


/*Video Section*/

.video-section-first {
    position: relative;
    height: 220px;
    margin-top: 30px;
}

.video-with-content .video-left-content {
    padding-top: 90px;
    position: relative;
}

@media (max-width: 991px) {
    .video-with-content .video-left-content {
        padding-top: 38px;
    }
}

.video-with-content .video-left-content .wt-title {
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
}

.video-with-content .video-left-content .wt-title:after {
    content: "";
    height: 4px;
    width: 50%;
    background-color: #000;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.video-with-content .video-left-content p {
    font-size: 30px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #fff;
}

@media (max-width: 575px) {
    .video-with-content .video-left-content p {
        font-size: 20px;
    }
}

.video-with-content .video-left-content i {
    color: #fff;
    font-size: 130px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0.3;
    line-height: 100px;
}

.video-with-content .video-section-two {
    position: relative;
    height: 380px;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .video-with-content .video-section-two {
        margin-top: 38px;
    }
}


/*--Play button--*/

.play-now-video .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #fff;
    color: #ea130e;
    z-index: 1;
    font-size: 20px;
    padding-left: 5px;
    display: block;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.5);
}

.play-now-video .ripple,
.play-now-video .ripple:before,
.play-now-video .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    box-shadow: 0 0 0 0 white;
    animation: ripple-video 3s infinite;
    z-index: 1;
}

.play-now-video .ripple:before {
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.play-now-video .ripple:after {
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@keyframes ripple-video {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}


/*Testimonial Style One*/

.testimonial-title-large {
    text-align: right;
}

.testimonial-title-large span {
    font-family: "Poppins", sans-serif;
    font-size: 80px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: 700;
    color: #f4f4f4;
    position: relative;
    bottom: -20px;
    right: 20px;
}

@media (max-width: 991px) {
    .testimonial-title-large span {
        font-size: 40px;
        letter-spacing: 0px;
        bottom: 0px;
        right: 0px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .testimonial-title-large span {
        display: none;
    }
}

.testimonial-1-content {
    position: relative;
    margin: 0px -15px 30px -15px;
    width: auto;
}

.testimonial-1-content .testimonial-1 {
    position: relative;
    padding: 40px 40px 40px 40px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    margin: 15px;
}

@media (max-width: 420px) {
    .testimonial-1-content .testimonial-1 {
        padding: 20px;
    }
}

.testimonial-1-content .testimonial-1 .testimonial-pic {
    background: #fff;
    margin-bottom: 20px;
    width: 90px;
    height: 90px;
    position: relative;
    display: inline-block;
}

.testimonial-1-content .testimonial-1 .testimonial-pic.radius {
    border-radius: 100%;
}

.testimonial-1-content .testimonial-1 .testimonial-pic img {
    width: 100%;
    border-radius: 100%;
}

.testimonial-1-content .testimonial-1 .testimonial-info {
    padding: 0px;
}

.testimonial-1-content .testimonial-1 .testimonial-info .testimonial-name {
    display: block;
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.testimonial-1-content .testimonial-1 .testimonial-info .testimonial-name:after {
    display: none;
}

@media (max-width: 991px) {
    .testimonial-1-content .testimonial-1 .testimonial-info .testimonial-name {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 2px;
    }
}

.testimonial-1-content .testimonial-1 .testimonial-info .testimonial-position {
    display: block;
    font-size: 15px;
    font-weight: 600;
    font-family: "Heebo", sans-serif;
    color: #ea130e;
}

.testimonial-1-content .testimonial-1 .testimonial-text {
    padding: 30px 0px 0px 0px;
    position: relative;
    z-index: 1;
}

.testimonial-1-content .testimonial-1 .testimonial-text p {
    margin-bottom: 30px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    line-height: 28px;
}

.testimonial-1-content .testimonial-1 .testimonial-text i {
    font-size: 30px;
    line-height: 30px;
    color: #ea130e;
}

@media (max-width: 640px) {
    .testimonial-1-content .testimonial-1 .testimonial-text i {
        font-size: 48px;
        top: -40px;
    }
}

.testimonial-1-content .testimonial-1 .testimonial-detail {
    padding: 0px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
}

@media (max-width: 640px) {
    .testimonial-1-content .testimonial-1 .testimonial-detail {
        display: block;
    }
}

.testimonial-2-content {
    position: relative;
}

.testimonial-2-content .testimonial-2 {
    position: relative;
    z-index: 1;
    padding: 30px 0px 30px 30px;
    overflow: hidden;
}

.testimonial-2-content .testimonial-2:before {
    content: '';
    position: absolute;
    z-index: -1;
    background-color: #ea130e;
    width: 25%;
    top: 0px;
    left: 0px;
    bottom: 0px;
}

.testimonial-2-content .testimonial-2 .testimonial-content {
    padding: 30px;
    background-color: #fff;
}

.testimonial-2-content .testimonial-2 .testimonial-content .testimonial-pic-block {
    width: 90px;
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 420px) {
    .testimonial-2-content .testimonial-2 .testimonial-content .testimonial-pic-block {
        display: block;
    }
}

.testimonial-2-content .testimonial-2 .testimonial-content .testimonial-pic-block .testimonial-pic {
    background: #fff;
    margin-right: 20px;
    width: 90px;
    height: 90px;
    position: relative;
    display: inline-block;
}

.testimonial-2-content .testimonial-2 .testimonial-content .testimonial-pic-block .testimonial-pic.radius {
    border-radius: 100%;
}

.testimonial-2-content .testimonial-2 .testimonial-content .testimonial-pic-block .testimonial-pic img {
    width: 100%;
    border-radius: 100%;
}

.testimonial-2-content .testimonial-2 .testimonial-content .testimonial-info {
    padding: 0px;
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 420px) {
    .testimonial-2-content .testimonial-2 .testimonial-content .testimonial-info {
        display: block;
    }
}

.testimonial-2-content .testimonial-2 .testimonial-content .testimonial-info .testimonial-name {
    display: block;
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.testimonial-2-content .testimonial-2 .testimonial-content .testimonial-info .testimonial-name:after {
    display: none;
}

.testimonial-2-content .testimonial-2 .testimonial-content .testimonial-info .testimonial-position {
    display: block;
    font-size: 15px;
    font-weight: 600;
    font-family: "Heebo", sans-serif;
    color: #ea130e;
}

.testimonial-2-content .testimonial-2 .testimonial-content .testimonial-text {
    padding: 30px 0px 0px 0px;
    position: relative;
    z-index: 1;
}

.testimonial-2-content .testimonial-2 .testimonial-content .testimonial-text p {
    margin-bottom: 30px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    line-height: 28px;
}

.testimonial-2-content .testimonial-2 .testimonial-content .testimonial-text i {
    font-size: 54px;
    line-height: 30px;
    color: #ea130e;
}

@media (max-width: 640px) {
    .testimonial-2-content .testimonial-2 .testimonial-content .testimonial-text i {
        font-size: 48px;
        top: -40px;
    }
}

.testimonial-2-content .testimonial-2 .testimonial-content .testimonial-detail {
    padding: 0px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
    display: table;
    width: 100%;
}

@media (max-width: 420px) {
    .testimonial-2-content .testimonial-2 .testimonial-content .testimonial-detail {
        display: block;
    }
}


/*Client Logo 1*/

.home-client-outer {
    position: relative;
}

@media (max-width: 991px) {
    .home-client-outer .section-head.left.wt-small-separator-outer {
        text-align: center;
    }
}

.home-client-carousel {
    padding: 0px;
}

.home-client-carousel .client-logo img {
    width: auto;
    height: 100px;
    margin: auto;
}


/*Footer dark version css*/

.footer-dark {
    background-color: transparent;
    color: #aeaeae;
}

.footer-dark .footer-top {
    padding: 37px 0px 0px 0px;
}

.footer-dark .widget-title {
    color: #ee3b24;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.footer-dark .widget-title:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color:#ee3b24;
    width: 70px;
    height: 2px;
}

.widget_about {
    text-align: center;
    margin-top: 0;
}

.footer-dark .social-icons {
    margin: 0;
    position: relative;
    top: 25px;
    left: 0;
}

.footer-dark .social-icons li {
    display: inline-block;
    margin: 0 4px;
    line-height: 25px;
}

.footer-dark .social-icons li a {
    width: 30px;
    height: 30px;
    line-height: 31px;
    padding: 0px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

.f_logo {
    text-align: center;
    margin-top: 20px;
}

.f_logo img {
    width: 240px;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}

.footer-dark .social-icons li:nth-child(2) a {
    /* color: #eb3939; */
}

.footer-dark .social-icons li:nth-child(3) a {
    /* color: #17a2b8; */
}

.footer-dark .social-icons li:nth-child(4) a {
    /* color: #e24fd7; */
}

.footer-dark .social-icons li a:hover {
    background: rgb(60 144 127);
    color: #fff;
}

.f_map {
    position: relative;
    display: block;
    margin-top: 31px;
    padding: 4px;
    box-shadow: crimson;
}


/* 
.f_map::before {
    content: "";
    position: absolute;
    background: #a52d76;
    width: 50px;
    height: 100%;
    right: 0;
} */

.f_map span {
    position: absolute;
    right: -70px;
    color: #fff;
    transform: rotate(-90deg);
    font-size: 23px;
    text-transform: uppercase;
    top: 95px;
}

.footer-dark .footer-bottom {
    background-color: transparent;
    padding: 0px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 400;
}

.footer-dark .footer-bottom .footer-bottom-info {
    display: flex;
    padding: 20px 0px;
    justify-content: center;
    align-items: center;
    background: #2da9a7;
}

@media (max-width: 991px) {
    .footer-dark .footer-bottom .footer-bottom-info {
        display: block;
        text-align: center;
    }
}

.footer-dark .footer-bottom .footer-copy-right .copyrights-text {
    color: #fff;
    font-size: 15px;
}

.emergency_section {
    position: relative;
    text-align: center;
}

.emer_block_sec {
    position: relative;
    padding: 30px 50px;
    box-shadow: 0px 0px 10px #a5a5a5;
    border-radius: 107px;
    background: #a52d76;
    z-index: 1;
}

.emer_block_sec h3 {
    font-size: 26px;
    margin-bottom: 13px;
    font-family: inherit;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.emer_block_sec a {
    display: inline-block;
    background: #2f3388;
    color: #fff;
    padding: 11px 28px;
    border-radius: 30px;
    margin: 0 7px;
    font-size: 18px;
    cursor: pointer;
}

.emer_block_sec a:nth-child(3) {
    background: #feffff;
    color: #000;
}

.emer_block_sec a:hover {
    background: #3C8F7F;
}


/*Footer_Block*/

.footertop {
    /* background-color: #3a907f; */
    padding: 55px 0 116px;
    position: relative;
}

.footertop::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -53px;
    /* background:#f0c102; */
    background:#ee3b24;
    transform: skew(0deg, -2deg);
}

.footer_blocks {
    padding: 0;
}

@media (max-width: 767px) {
    .footer_blocks {
        padding: 0px 0px 20px 0px;
        border: 0px;
    }
}

.footer_blocks .block-content {
    margin-bottom: 0;
    color: #fff;
    display: block;
    text-align: center;
    padding: 0 19px;
}

.footer_blocks .block-content .wt-tilte {
    color: #fff;
}

.footer_blocks .block-content .icon-content {
    padding-top: 15px;
}

.footer_blocks .block-content .icon-content p {
    margin-bottom: 0px;
    color: #fff;
}

@media (max-width: 991px) {
    .footer_blocks .block-content {
        justify-content: left;
    }
    .footer_blocks .block-content .wt-icon-box-sm {
        width: 40px;
    }
    .footer_blocks .block-content .wt-icon-box-sm [class^="flaticon-"]:before {
        font-size: 20px;
    }
    .footer_blocks .block-content .icon-content .wt-tilte {
        font-size: 16px;
    }
    .footer_blocks .block-content .icon-content p {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .footer_blocks .block-content {
        margin-bottom: 10px;
    }
}

.footer_add_row .col-md-4:nth-child(1),
.footer_add_row .col-md-4:nth-child(2) {
    border-right: 1px dashed #eee;
}

.footer_icon_f .foo_add_icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 30px;
    /* background: #404040; */
    color: #fff;
    font-weight: 400;
    line-height: 53px;
    border: 2px solid #fff;
    border-radius: 8px;
}

.widget {
    margin-bottom: 40px;
}

.widget_team .widget-media img {
    width: 100%;
}

.widget_team .team-social-center {
    transition: 0.5s all ease;
}

.widget_team .team-social-center ul {
    margin: 0px;
    padding-top: 5px;
}

.widget_team .team-social-center ul li {
    display: inline-block;
    width: 24px;
    text-align: center;
}

.widget_team .team-social-center ul li a {
    color: #000;
    font-size: 14px;
}

.widget_team .team-social-center ul li a:hover {
    color: #ea130e;
}

.widget_address {
    list-style: none;
    margin-bottom: 0px;
}

.widget_address li {
    margin-bottom: 24px;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #aeaeae;
}

.widget_address li i {
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 18px;
    color: #ea130e;
}

.widget_address li:last-child {
    margin-bottom: 0px;
}

.widget_newsletter p {
    font-size: 17px;
    font-weight: 400;
    color: #1f1f1f;
}

.widget_newsletter .form-control {
    background-color: #000;
    color: #fff;
    padding: 10px 40px 10px 20px;
    border-radius: 0px;
}

.widget_newsletter .form-control::placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.widget_newsletter .form-control:focus {
    background-color: #5f1f8c;
}

.widget_newsletter .newsletter-bx {
    margin-top: 18px;
}

.widget_newsletter .newsletter-bx .site-button {
    background-color: #ea37b9;
    position: absolute;
    right: 0px;
    padding: 10px 15px;
    font-size: 20px;
    color: #fff !important;
    z-index: 10;
    border: none;
}

.widget_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.widget_services ul li {
    display: block;
    width: 100%;
    padding: 2px 0px;
    border: 0px;
    overflow: hidden;
}

.widget_services ul li a {
    color: #1f1f1f;
    font-weight: 400;
    position: relative;
    padding: 2px 0px 0px 20px;
    display: block;
    margin-left: 0px;
    transition: 0.5s all ease;
    font-size: 15px;
}

.widget_services ul li a:hover {
    margin-left: 10px;
    color: #2f3388;
}

.widget_services ul li a:before {
    content: "\f04b";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    font-size: 8px;
    top: 6px;
    color:#502c76;
}

.widget_about p {
    font-weight: 400;
    font-size: 14px;
}


/*scroll top btn css*/

button.scroltop {
    height: 40px;
    width: 40px;
    background: #1d1b18;
    border: none;
    position: fixed;
    right: 15px;
    bottom: 15px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: none;
    text-align: center;
    z-index: 999;
    color: #fff;
}

button.scroltop span {
    display: block;
    font-size: 24px;
    line-height: 24px;
}


/*Revolution slider*/


/*revolution slider dotts style Start*/

.bullet-bar.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
}

.bullet-bar .tp-bullet {
    width: 3px;
    height: 30px;
    position: absolute;
    background: #fff;
    cursor: pointer;
}

.bullet-bar .tp-bullet:hover,
.bullet-bar .tp-bullet.selected {
    background: #ea130e !important;
}


/*Revolution Slider Button*/

.rev-btn .site-button {
    outline: none;
    color: #fff;
    padding: 15px 40px !important;
    letter-spacing: 1px !important;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    background-color: #ea130e;
    border: none;
    font-size: 15px;
    font-weight: 500;
    line-height: normal !important;
}

.rev-btn .site-button-secondry {
    outline: none;
    color: #fff;
    padding: 15px 40px !important;
    letter-spacing: 1px !important;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    background-color: #000;
    border: none;
    font-size: 15px;
    font-weight: 500;
    line-height: normal !important;
}

.slider-block {
    border-radius: 50%;
    background-color: #000;
    position: relative;
    margin: 40px !important;
}

.slider-block:after {
    position: absolute;
    content: '';
    left: -40px;
    right: -40px;
    top: -40px;
    bottom: -40px;
    border: 1px solid #000;
    border-radius: 50%;
}

.slider-block-2 {
    border-radius: 50%;
    background-color: #ea130e;
    position: relative;
    margin: 40px !important;
}

.slider-block-2:after {
    position: absolute;
    content: '';
    left: -40px;
    right: -40px;
    top: -40px;
    bottom: -40px;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 0.4;
}

.slider-block-2:before {
    position: absolute;
    content: '';
    left: -40px;
    right: -40px;
    top: -40px;
    bottom: -40px;
    border-radius: 50%;
    border: 40px solid #fff;
    opacity: 0.2;
}


/*Counter Style two*/

.c-section-one [class*='col-'] {
    border: 1px solid #484848;
}

.c-section-one .wt-icon-box-wraper {
    padding: 20px;
    transition: 0.5s all ease;
}

.c-section-one .wt-icon-box-wraper .icon-md,
.c-section-one .wt-icon-box-wraper .icon-content {
    color: #000;
}

.c-section-one .counter {
    font-size: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 50px;
}

@media (max-width: 767px) {
    .c-section-one .counter {
        font-size: 40px;
        line-height: 40px;
    }
}

.c-section-one .icon-content-info {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}


/*Team Style two*/

.wt-team-2 {
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
}

.wt-team-2 .wt-media img {
    width: 100%;
}

.wt-team-2 .wt-info {
    margin: 0px;
}

.wt-team-2 .wt-info .team-detail {
    padding: 20px 0px 20px 0px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    position: relative;
}

.wt-team-2 .wt-info .team-detail .team-position {
    font-family: "Heebo", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #ea130e;
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .wt-team-2 .wt-info .team-detail .team-position {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1px;
    }
}

.wt-team-2 .wt-info .team-detail .team-name {
    color: #000;
}

.wt-team-2 .wt-info .team-detail .team-social-center {
    transition: 0.5s all ease;
}

.wt-team-2 .wt-info .team-detail .team-social-center ul {
    margin: 0px;
    padding-top: 5px;
    position: relative;
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    transition: transform .4s, opacity .2s;
}

.wt-team-2 .wt-info .team-detail .team-social-center ul li {
    display: inline-block;
    width: 24px;
    text-align: center;
}

.wt-team-2 .wt-info .team-detail .team-social-center ul li a {
    color: #000;
    font-size: 14px;
}

.wt-team-2 .wt-info .team-detail .team-social-center ul li a:hover {
    color: #ea130e;
}

.wt-team-2 .wt-info .team-detail:after {
    content: '';
    position: absolute;
    bottom: 0px;
    background-color: #ea130e;
    height: 3px;
    z-index: 1;
    width: 0%;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s all ease;
}

.wt-team-2 .wt-info .team-detail.white {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wt-team-2 .wt-info .team-detail.white .team-name a {
    color: #fff;
}

.wt-team-2 .wt-info .team-detail.white .team-social-center ul li a {
    color: #fff;
}

.wt-team-2 .wt-info .team-detail.white .team-social-center ul li a:hover {
    color: #ea130e;
}

.wt-team-2:hover .team-detail:after {
    width: 100%;
}

.wt-team-2:hover .wt-info .team-detail .team-social-center ul {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
}


/*Blog Style 2*/

.blog-post-style-2 {
    position: relative;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.blog-post-style-2 .blog-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    opacity: 0;
    transition: 0.5s all ease;
}

.blog-post-style-2 .wt-post-info {
    margin: 25px;
}

.blog-post-style-2 .wt-post-info .wt-post-title {
    margin-bottom: 0px;
}

.blog-post-style-2 .wt-post-info .wt-post-title .post-title {
    margin-bottom: 15px;
}

.blog-post-style-2 .wt-post-info .wt-post-discription p {
    font-family: "Heebo", sans-serif;
    margin-bottom: 0px;
}

.blog-post-style-2 .wt-post-media {
    position: relative;
}

.blog-post-style-2 .wt-post-media a img {
    width: 100%;
}

.blog-post-style-2 .wt-post-media .wt-post-category {
    position: absolute;
    left: 20px;
    top: 0px;
}

.blog-post-style-2 .wt-post-media .wt-post-category a {
    color: #fff;
    background-color: #ea130e;
    display: inline-block;
    padding: 10px 10px 7px 10px;
}

.blog-post-style-2 .wt-post-bottom {
    border-top: 1px solid #dbdbdb;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 25px;
}

@media (max-width: 400px) {
    .blog-post-style-2 .wt-post-bottom {
        flex-wrap: wrap-reverse;
    }
}

.blog-post-style-2 .wt-post-bottom .wt-post-meta {
    font-family: "Poppins", sans-serif;
}

.blog-post-style-2 .wt-post-bottom .wt-post-meta ul {
    margin: 0px;
    list-style: none;
}

.blog-post-style-2 .wt-post-bottom .wt-post-meta ul li {
    padding: 0;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.blog-post-style-2 .wt-post-bottom .wt-post-meta ul li i {
    margin-right: 5px;
}

.blog-post-style-2 .wt-post-bottom .wt-post-readmore {
    margin-bottom: 0px;
}


/*Revolution slider play btn*/

.tp-caption .rev-img-circle {
    position: relative;
    z-index: 1;
}

.tp-caption .rev-img-circle:after {
    position: absolute;
    content: '';
    background-color: #ea130e;
    left: 0px;
    top: -40px;
    bottom: -40px;
    right: -60px;
    z-index: -1;
    padding: 40px;
    border-radius: 50%;
}

@media (max-width: 800px) {
    .tp-caption .rev-img-circle:after {
        left: -10px;
        right: -10px;
        top: -10px;
        bottom: -10px;
    }
}


/*Pricing Table*/

.pricing-block-outer {
    position: relative;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #000;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .pricing-block-outer {
        border: 0px;
    }
    .pricing-block-outer .row {
        margin-left: -15px;
        margin-right: -15px;
        display: flex;
        justify-content: center;
    }
    .pricing-block-outer .row [class*='col-'] {
        padding: 1px;
    }
}

@media (max-width: 767px) {
    .pricing-block-outer {
        padding: 0px 15px;
    }
}

.pricing-table-1 {
    position: relative;
    padding: 30px 30px 30px 50px;
    border-right: 1px solid #000;
}

@media (max-width: 991px) {
    .pricing-table-1 {
        border: 1px solid #000;
    }
}

.pricing-table-1 .p-table-title {
    position: absolute;
    top: 0px;
    left: 10px;
    bottom: 0px;
    width: 30px;
}

.pricing-table-1 .p-table-title .wt-title {
    position: absolute;
    left: 0%;
    bottom: 0px;
    white-space: nowrap;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    font-size: 16px;
    text-transform: uppercase;
}

.pricing-table-1 .p-table-list {
    padding-top: 20px;
}

.pricing-table-1 .p-table-list ul {
    list-style: none;
}

.pricing-table-1 .p-table-list ul li {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.pricing-table-1 .p-table-price {
    margin-bottom: 20px;
}

.pricing-table-1 .p-table-price span {
    font-family: "Poppins", sans-serif;
    font-size: 66px;
    line-height: 56px;
    font-weight: 300;
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .pricing-table-1 .p-table-price span {
        font-size: 36px;
        line-height: 26px;
    }
}

.pricing-table-1 .p-table-price p {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}


/*Team Style three*/

.wt-team-3 {
    overflow: hidden;
    position: relative;
    border: 1px solid #e7e7e7;
}

.wt-team-3 .wt-media {
    transition: 0.5s all ease;
    position: relative;
}

.wt-team-3 .team-detail {
    padding-top: 15px;
    text-align: center;
}

.wt-team-3 .team-detail .team-position {
    font-family: "Heebo", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #ea130e;
    display: block;
    margin-bottom: 10px;
}

.wt-team-3 .team-detail .team-name a {
    color: #000;
}

.wt-team-3 .team-social-center {
    position: absolute;
    bottom: 80px;
    left: -100%;
    transition: 0.5s all ease;
}

.wt-team-3 .team-social-center ul {
    margin: 0px;
}

.wt-team-3 .team-social-center ul li {
    display: block;
    margin-bottom: 1px;
}

.wt-team-3 .team-social-center ul li a {
    color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ea130e;
}

.wt-team-3 .team-social-center ul li a:hover {
    color: #fff;
    background-color: #000;
}

.wt-team-3:hover .team-social-center {
    left: 0px;
    z-index: 1;
}


/*Footer Light version css*/

.footer-light {
    background-color: #ececec;
    color: #000;
    /*Footer_Block*/
}

.footer-light .footer-top {
    padding: 80px 0px 0px 0px;
}

.footer-light .widget-title {
    font-family: "Poppins", sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}

.footer-light .widget-title:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #ea130e;
    width: 70px;
    height: 2px;
}

.footer-light .social-icons {
    margin: 20px 0px 0px 0px;
}

.footer-light .social-icons li {
    display: inline-block;
}

.footer-light .social-icons li a {
    height: 30px;
    line-height: 30px;
    padding: 0px;
    color: #ea130e;
    font-size: 14px;
    padding-right: 15px;
}

.footer-light .social-icons li a:hover {
    color: #000;
}

.footer-light .footer-bottom {
    background-color: #0c0c0c;
    padding: 0px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 400;
}

.footer-light .footer-bottom .footer-bottom-info {
    display: flex;
    padding: 20px 0px;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    .footer-light .footer-bottom .footer-bottom-info {
        display: block;
        text-align: center;
    }
}

.footer-light .footer-bottom .footer-copy-right .copyrights-text {
    color: #fff;
    font-size: 14px;
}

.footer-light .widget_services ul li a {
    color: #000;
}

.footer-light .footer_blocks .block-content {
    color: #000;
}

.footer-light .footer_blocks .block-content .wt-tilte {
    color: #000;
}

.footer-light .footer_blocks .block-content .icon-content p {
    color: #000;
}


/*--inner page banner --*/

.wt-bnr-inr {
    height: 380px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
}

.wt-bnr-inr .container {
    display: table;
    height: 100%;
}

.wt-bnr-inr-entry {
    display: table-cell;
    vertical-align: bottom;
    text-align: left;
    padding-bottom: 60px;
}

.wt-bnr-inr-entry .banner-title-outer {
    position: relative;
}

.wt-bnr-inr-entry .banner-title-outer .wt-title {
    margin-bottom: 0px;
    position: relative;
}

@media (max-width: 767px) {
    .wt-bnr-inr-entry .banner-title-outer .wt-title {
        font-size: 40px;
    }
}

.wt-bnr-inr-entry .banner-title-outer .banner-title-name {
    display: inline-block;
    margin-bottom: 15px;
    border-left: 12px solid #ea130e;
    padding-left: 20px;
}

.wt-bnr-inr-entry .banner-title-outer .banner-title-name .wt-title {
    color: #fff;
}

.banner-inner-row h1,
.banner-inner-row h2,
.banner-inner-row h3,
.banner-inner-row h4,
.banner-inner-row h5,
.banner-inner-row h6 {
    color: #fff;
}


/*--Breadcrumb --*/

.wt-breadcrumb {
    margin: 0;
    list-style: none;
}

.wt-breadcrumb li {
    padding-right: 20px;
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.wt-breadcrumb li a {
    color: #fff;
}

.wt-breadcrumb li a:hover {
    color: #ea130e;
}

.wt-breadcrumb li:after {
    content: '\f101';
    font-family: Flaticon;
    position: absolute;
    right: 1px;
    top: 3px;
    color: #ea130e;
    font-size: 12px;
    font-weight: 600;
}

.wt-breadcrumb li:last-child {
    color: #ea130e;
    padding-right: 0px;
}

.wt-breadcrumb li:last-child:after {
    display: none;
}

.wt-breadcrumb li:first-child a i {
    font-size: 18px;
    vertical-align: text-top;
}


/* filter buttons css */

.filter-wrap {
    border-bottom: 2px solid #efefef;
    margin-bottom: 40px;
    text-align: center;
}

@media (max-width: 640px) {
    .filter-wrap {
        text-align: left;
    }
}

.filter-wrap .masonry-filter {
    display: inline-block;
    margin-bottom: 0;
}

.filter-wrap .masonry-filter>li {
    display: inline-block;
}

.filter-wrap .masonry-filter>li:last-child {
    margin-right: 0px;
}

.filter-wrap .masonry-filter>li.active a {
    color: #fff;
}

.filter-wrap .masonry-filter li {
    position: relative;
    z-index: 1;
}

.filter-wrap .masonry-filter li:before {
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    bottom: 0px;
    position: absolute;
    background: #ea130e;
    z-index: -1;
    transition: 0.5s all ease;
}

.filter-wrap .masonry-filter li.active:before {
    width: 100%;
}

.filter-wrap .masonry-filter li:hover:before {
    width: 100%;
}

.filter-wrap .masonry-filter li a {
    color: #000;
    font-size: 14px;
    position: relative;
    z-index: 1;
    display: block;
    margin: 1px 0px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 10px 10px;
    transition: 0.5s all ease;
}

.filter-wrap .masonry-filter li a:hover,
.filter-wrap .masonry-filter li a:active {
    color: #fff;
}

@media (max-width: 767px) {
    .filter-wrap .masonry-filter li {
        margin-bottom: 5px;
    }
}

.project-outer2 {
    position: relative;
    padding-bottom: 60px;
}

.project-outer2 .project-style-2 {
    position: relative;
    background-color: #000;
}

.project-outer2 .project-style-2 .pic-long {
    display: block;
}

.project-outer2 .project-style-2 .pic-small {
    display: block;
}

.project-outer2 .project-style-2 img {
    opacity: 1;
    transition: 0.5s all ease;
    width: 100%;
}

.project-outer2 .project-style-2 .wt-info {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%);
    display: flex;
    opacity: 0;
    transition: 0.5s all ease;
}

.project-outer2 .project-style-2 .wt-info a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ea130e;
    color: #fff;
    transition: 0.5s all ease;
    margin-right: 2px;
}

.project-outer2 .project-style-2 .wt-info a i {
    font-size: 14px;
}

.project-outer2 .project-style-2:hover img {
    opacity: 0.3;
}

.project-outer2 .project-style-2:hover .wt-info {
    opacity: 1;
    top: 50%;
    transform: translate(-50%, -50%);
}

.project-outer2 .project-style-2:hover .wt-info a:hover {
    background-color: #fff;
    color: #000;
}

.project-outer2 .project-content {
    padding: 20px;
    position: absolute;
    left: 30px;
    bottom: 0px;
    right: 0px;
    background-color: #d30d67;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.project-outer2 .project-content .project-category {
    font-family: "Heebo", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #ea130e;
    display: block;
    margin-bottom: 10px;
}


/*Gallery single*/

.project-img-effect-1 {
    position: relative;
}

.project-img-effect-1 .wt-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 30px;
    max-width: 540px;
}

@media (max-width: 768px) {
    .project-img-effect-1 .wt-info {
        position: inherit;
        left: auto;
        bottom: 0px;
        padding: 30px 0px 0px 0px;
        max-width: 100%;
    }
}

.project-img-effect-1 .wt-info .project-title {
    margin-bottom: 15px;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 12px;
    background-color: #ea130e;
    padding: 8px 16px;
    color: #fff;
}

.project-img-effect-1 .wt-info .project-title-large {
    color: #000;
}

.project-img-effect-1 .wt-info .project-title-large:hover {
    color: #ea130e;
}

.arrow-list-1 {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.arrow-list-1 li {
    display: block;
    width: 100%;
    padding: 2px 0px;
    border: 0px;
    overflow: hidden;
}

.arrow-list-1 li strong {
    color: #000;
    position: relative;
    padding: 2px 30px 0px 0px;
    display: block;
    margin-left: 0px;
    transition: 0.5s all ease;
    font-size: 16px;
}

.project-single-sibar-info {
    padding: 20px;
    background-color: #e7e7e7;
}

.project-single-sibar-info .wt-tilte {
    margin-bottom: 15px;
}

.project-single-sibar-info .info-list-1 {
    list-style: none;
    margin-bottom: 0px;
}

.project-single-sibar-info .info-list-1 li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #4a4a4a;
    display: flex;
    font-size: 14px;
}

.project-single-sibar-info .info-list-1 li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.project-single-sibar-info .info-list-1 li .title {
    display: inline-block;
    width: 50%;
    margin-bottom: 0px;
    color: #000;
    font-size: 14px;
}

.project-single-sibar-info .info-list-1 li span {
    display: inline-block;
    width: 50%;
    text-align: right;
}


/*Pricing Table 2*/

.pricing-block-outer2 {
    position: relative;
}

.pricing-table-2 {
    position: relative;
    padding: 30px;
    text-align: center;
    background-color: #000;
}

.pricing-table-2 .p-table-title .wt-title {
    color: #fff;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .pricing-table-2 .p-table-title .wt-title {
        font-size: 24px;
    }
}

.pricing-table-2 .p-table-list {
    padding-top: 20px;
}

.pricing-table-2 .p-table-list ul {
    list-style: none;
}

.pricing-table-2 .p-table-list ul li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #fff;
}

.pricing-table-2 .p-table-price {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-table-2 .p-table-price span {
    font-family: "Poppins", sans-serif;
    color: #ea130e;
    font-size: 44px;
    line-height: 34px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

.pricing-table-2 .p-table-price p {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}


/*Google map*/

@media (max-width: 991px) {
    .gmap-outline {
        padding-bottom: 40px;
    }
}

.google-map {
    width: 100%;
    height: 460px;
}


/*Contact Form*/

.contact-one .contact-info {
    margin-left: -50px;
    padding: 60px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .contact-one .contact-info {
        margin-left: 15px;
        padding: 60px 30px 30px 30px;
    }
}

.contact-one .contact-info:after {
    content: '';
    position: absolute;
    left: -15px;
    top: -15px;
    width: 50px;
    height: 50px;
    background-color: #ea130e;
    z-index: -1;
}

.contact-one .contact-info:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    border-style: solid;
    border-width: 0px 2px 2px 0px;
    border-color: #fff;
    z-index: -1;
}

.contact-one .contact-info-section {
    position: relative;
}

.contact-one .contact-info-section .c-info-column {
    padding: 20px 0px 20px 30px;
    color: #fff;
}

.contact-one .contact-info-section .c-info-column span {
    font-weight: 600;
    font-size: 18px;
    display: block;
}

.contact-one .contact-info-section .c-info-column p {
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .contact-one {
        margin-bottom: 20px;
    }
}

.contact-form-outer {
    padding: 50px 100px 50px 50px;
}

@media (max-width: 991px) {
    .contact-form-outer {
        padding: 50px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .contact-form-outer {
        padding: 20px;
    }
}

.cons-contact-form .form-control {
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #000;
    height: 52px;
    padding: 10px 0px;
    background-color: transparent;
}

.cons-contact-form .form-control:focus {
    box-shadow: none;
    background-color: transparent;
}

.cons-contact-form textarea.form-control {
    padding-top: 15px;
    height: 100px;
    margin-bottom: 40px;
}


/*Accordians*/

.wt-accordion .wt-panel {
    background-color: #f9f9f9;
    border: none;
    margin-bottom: 10px;
    border-radius: 0;
    box-shadow: none;
}

.wt-accordion .wt-panel .acod-content {
    padding: 20px 20px 20px 60px;
}

.acod-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
}

.acod-title a {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.acod-head {
    position: relative;
    /*Accodian open close indicator css*/
}

.acod-head a {
    display: block;
    padding: 20px 20px 18px 60px;
}

.acod-head a.collapsed {
    color: #1e1e1e;
}

.acod-head .fa {
    margin-right: 5px;
}

.acod-head a,
.acod-head:hover,
.acod-head:active,
.acod-head:focus {
    color: #0f1221;
}

.acod-head .indicator {
    padding: 15px;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    font-size: 12px;
    border: 1px solid #000;
}

.acod-head .indicator .fa {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.acod-head.acc-actives .indicator .fa:before {
    content: "\f067";
    font-family: 'FontAwesome';
}

.acod-head [aria-expanded="false"] .indicator .fa:before {
    content: "\f067";
    font-family: 'FontAwesome';
}

.acod-head.acc-actives .indicator .fa:before {
    font-family: 'FontAwesome';
    content: "\f068";
}

.acod-head [aria-expanded="true"] .indicator .fa:before {
    font-family: 'FontAwesome';
    content: "\f068";
}

.acod-head .collapsed .indicator .fa:before {
    content: "\f067";
    font-family: 'FontAwesome';
}

.acod-head .collapsed [aria-expanded="false"] .indicator .fa:before {
    content: "\f067";
    font-family: 'FontAwesome';
}

.acod-head .indicator .fa:before {
    font-family: 'FontAwesome';
    content: "\f068";
}

.acod-head [aria-expanded="true"] .indicator .fa:before {
    font-family: 'FontAwesome';
    content: "\f068";
}

.faq-help-form .form-control {
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #000;
    height: 52px;
    padding: 10px 0px;
    background-color: transparent;
}

.faq-help-form .form-control:focus {
    box-shadow: none;
}

.faq-help-form textarea.form-control {
    height: 115px;
}

.form-control {
    height: 50px;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 12px;
    border-radius: 0px;
    border: none;
}

.form-control:focus {
    box-shadow: none;
    background-color: transparent;
}


/*Error Page*/

.page-notfound-outer .container-fluid {
    padding: 0px;
}

.page-notfound {
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 0px 30px;
}

.page-notfound:after {
    content: '';
    position: absolute;
    height: 200px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #f4f4f4;
    z-index: -1;
}

.page-notfound strong {
    font-family: "Poppins", sans-serif;
    font-size: 300px;
    line-height: 240px;
    color: #ea130e;
    display: block;
}

.page-notfound .error-title {
    color: #000;
}

.page-notfound .error-comment {
    color: #000;
}

.page-notfound .page-notfound-content {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.page-notfound .page-notfound-content p {
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    .page-notfound strong {
        font-size: 100px;
        line-height: 120px;
    }
}

@media (max-width: 991px) {
    .page-notfound {
        text-align: center;
    }
    .page-notfound .page-notfound-content {
        margin-bottom: 30px;
    }
    .page-notfound .page-notfound-media {
        margin-bottom: 30px;
        text-align: center !important;
    }
}


/*iconfont*/

.icon-font-block {
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 10px;
}

.icon-font-block .flat-icon {
    padding: 10px 0px;
    display: block;
    font-size: 64px;
    line-height: 1;
}


/*Pagination Style*/

@media (max-width: 991px) {
    .pagination-outer {
        margin-bottom: 30px;
    }
}

.pagination-outer .pagination-style1 {
    position: relative;
    display: inline-block;
}

.pagination-outer .pagination-style1 ul {
    list-style: none;
    margin-bottom: 0px;
}

.pagination-outer .pagination-style1 ul li {
    position: relative;
    margin: 0px 1px 0px;
    display: inline-block;
}

.pagination-outer .pagination-style1 ul li.prev a {
    width: 70px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    transition: 0.5s all ease;
    letter-spacing: 1px;
}

@media (max-width: 420px) {
    .pagination-outer .pagination-style1 ul li.prev a {
        width: 60px;
    }
}

.pagination-outer .pagination-style1 ul li.next a {
    width: 70px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    transition: 0.5s all ease;
    letter-spacing: 1px;
}

@media (max-width: 420px) {
    .pagination-outer .pagination-style1 ul li.next a {
        width: 60px;
    }
}

.pagination-outer .pagination-style1 ul li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    transition: 0.5s all ease;
    font-family: "Poppins", sans-serif;
    background-color: #000;
}

.pagination-outer .pagination-style1 ul li:hover a {
    background-color: #ea130e;
}


/*Blog Side Bar*/

.side-bar .widget {
    padding: 35px 25px 35px 25px;
    border: 2px solid #e7e7e7;
    overflow: hidden;
}

@media (max-width: 991px) {
    .side-bar .widget:last-child {
        margin-bottom: 0px;
    }
}

@media (max-width: 480px) {
    .side-bar .widget {
        padding: 20px 20px 20px 20px;
    }
}

.side-bar .widget .form-control {
    background-color: #f9f9f9;
}

.side-bar .search-bx .input-group-btn .btn {
    background-color: #ea130e;
    color: #fff;
    border-radius: 0px;
    height: 50px;
    padding: 0px 20px;
}

.side-bar .widget-insta-post ul {
    margin: -3px -3px 0px -3px;
    display: flex;
    flex-wrap: wrap;
}

.side-bar .widget-insta-post ul li {
    display: inline-block;
    margin: 3px;
}

@media (max-width: 575px) {
    .side-bar .widget-insta-post ul li {
        margin: 0.5%;
        width: 24%;
    }
}

.side-bar .widget-insta-post ul li:hover a:before {
    opacity: .6;
}

.side-bar .widget-insta-post ul li a {
    position: relative;
    display: block;
    width: 94px;
}

@media (max-width: 1199px) {
    .side-bar .widget-insta-post ul li a {
        width: 74px;
    }
}

@media (max-width: 991px) {
    .side-bar .widget-insta-post ul li a {
        width: 85px;
    }
}

@media (max-width: 575px) {
    .side-bar .widget-insta-post ul li a {
        width: 100%;
    }
}

.side-bar .widget-insta-post ul li a img {
    width: 100%;
}

.side-bar .widget-insta-post ul li a:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: #ea130e;
    opacity: 0;
    transition: 0.5s all ease;
}

.side-bar .widget_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    background-color: #fff;
}

.side-bar .widget_services ul li {
    position: relative;
    padding: 10px 0px;
    line-height: 20px;
    font-size: 14px;
}

.side-bar .widget_services ul li:last-child {
    padding-bottom: 0px;
}

.side-bar .widget_services ul li a {
    color: #000;
    margin-left: 0px;
    padding: 0px;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.side-bar .widget_services ul li a:hover {
    color: #ea130e;
}

.side-bar .widget_services ul li a i {
    padding-right: 5px;
}

.side-bar .widget_services ul li a:before {
    display: none;
}

.side-bar .widget_services ul li .badge {
    background: none;
    color: #ea130e;
    font-size: 14px;
    font-weight: 600;
}

.side-bar .recent-posts-entry .widget-post {
    margin-bottom: 20px;
}

.side-bar .recent-posts-entry .widget-post:last-child {
    border: none;
    margin-bottom: 0px;
}

.side-bar .recent-posts-entry .wt-post-media {
    width: 80px;
    float: left;
}

.side-bar .recent-posts-entry .wt-post-media img {
    border-radius: 0px;
}

.side-bar .recent-posts-entry .wt-post-info {
    margin-left: 95px;
}

.side-bar .recent-posts-entry .wt-post-info .post-date {
    margin-top: 0px;
    color: #ea130e;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    display: block;
}

.side-bar .recent-posts-entry .wt-post-info .post-title {
    margin-top: 0px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.side-bar .widget_tag_cloud a {
    padding: 6px 15px;
    margin-bottom: 3px;
    display: inline-block;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #f9f9f9;
}

.side-bar .widget_tag_cloud a:hover {
    background-color: #000;
    color: #fff;
}


/*Blog post single*/

.blog-post-style-2.blog-post-single .wt-post-discription p {
    margin-bottom: 20px;
}

.blog-post-style-2.blog-post-single .wt-post-discription p:last-child {
    margin-bottom: 0px;
}

.blog-post-style-2.blog-post-single .wt-post-meta {
    margin-bottom: 5px;
}

.blog-post-style-2.blog-post-single .wt-post-meta ul {
    margin-bottom: 0px;
}

.blog-post-style-2.blog-post-single .wt-post-meta ul li {
    padding-right: 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    position: relative;
}

.blog-post-style-2.blog-post-single .wt-post-meta ul li:after {
    position: absolute;
    content: '|';
    right: 0px;
    top: 0px;
}

.blog-post-style-2.blog-post-single .wt-post-meta ul li:last-child:after {
    display: none;
}

.blog-post-style-2.blog-post-single .wt-post-meta ul li a:hover {
    color: #ea130e;
}

.blog-post-style-2.blog-post-single blockquote {
    padding: 50px;
    margin: 30px 0px 30px 0px;
    font-style: normal;
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #000;
    border-left: 10px solid #e7e7e7;
}

.blog-post-style-2.blog-post-single blockquote .fa-quote-left {
    position: absolute;
    font-size: 50px;
    left: auto;
    right: 30px;
    top: auto;
    opacity: 0.3;
    color: #ea130e;
    line-height: 50px;
    z-index: -1;
}


/*--Comment list--*/

.comments-area {
    padding: 0;
}

.comments-area .comments-title {
    font-size: 24px;
    margin-bottom: 20px;
}

ol.comment-list {
    list-style: none;
}

ol.comment-list li.comment {
    position: relative;
    padding: 0;
}

ol.comment-list li.comment .comment-body {
    padding: 0px 0px 30px 120px;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 2px solid #e7e7e7;
    overflow: hidden;
}

@media (max-width: 480px) {
    ol.comment-list li.comment .comment-body {
        padding: 0px 0px 60px 0px;
    }
}

ol.comment-list li.comment .comment-author {
    display: inline-block;
    margin-bottom: 10px;
}

ol.comment-list li.comment .comment-author .avatar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
    transition: all .5s ease-in-out;
}

@media (max-width: 480px) {
    ol.comment-list li.comment .comment-author .avatar {
        position: inherit;
        margin-bottom: 20px;
    }
}

ol.comment-list li.comment .comment-author .fn {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
}

@media (max-width: 480px) {
    ol.comment-list li.comment .comment-author .fn {
        display: block;
    }
}

ol.comment-list li.comment .comment-meta {
    margin-bottom: 5px;
    display: inline-block;
}

ol.comment-list li.comment .comment-meta a {
    color: #ea130e;
    font-weight: 600;
    font-size: 14px;
}

ol.comment-list li.comment .comment-meta:before {
    font-family: "FontAwesome";
    font-size: 16px;
    vertical-align: top;
}

ol.comment-list li.comment .reply {
    position: absolute;
    right: 0px;
    top: 0px;
}

@media (max-width: 480px) {
    ol.comment-list li.comment .reply {
        top: auto;
        right: auto;
        bottom: 20px;
        left: 0px;
    }
}

ol.comment-list li.comment .reply .comment-reply-link {
    position: relative;
    color: #fff;
    background-color: #ea130e;
    padding: 4px 12px;
    font-size: 14px;
    display: inline-block;
}

ol.comment-list li.comment .reply .comment-reply-link:hover {
    color: #fff;
    background-color: #000;
}

ol.comment-list li.comment p {
    margin: 0 0 5px;
    font-weight: 400;
}

ol.comment-list li .children {
    list-style: none;
    margin-left: 40px;
}

ol.comment-list li .children li {
    padding: 0;
}


/*comment form*/

.comment-respond {
    padding: 0px 11px;
}

@media (max-width: 480px) {
    .comment-respond {
        padding: 0px;
    }
}

.comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.comment-respond .form-submit .site-button {
    position: relative;
}

.comments-area .comment-form {
    margin: 0 -15px;
}

@media (max-width: 480px) {
    .comments-area .comment-form {
        margin: 0 -5px;
    }
}

.comments-area .comment-form .comment-notes {
    display: none;
}

.comments-area .comment-form p {
    width: 50%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 600;
}

@media (max-width: 767px) {
    .comments-area .comment-form p {
        width: 100%;
    }
}

.comments-area .comment-form p label {
    display: none;
    line-height: 18px;
    margin-bottom: 10px;
}

.comments-area .comment-form p input[type="text"] {
    width: 100%;
    height: 60px;
    padding: 20px;
    border: none;
    background-color: #f9f9f9;
}

.comments-area .comment-form p input[type="text"].form-control:focus {
    box-shadow: none;
}

.comments-area .comment-form p textarea {
    width: 100%;
    height: 50px;
    padding: 20px;
    border: none;
    height: 120px;
    resize: none;
    padding: 15px;
    background-color: #f9f9f9;
}

.comments-area .comment-form p textarea.form-control:focus {
    box-shadow: none;
}

.comments-area .comment-form p.comment-form-url {
    width: 100%;
    display: block;
    clear: both;
}

.comments-area .comment-form p.form-allowed-tags {
    width: 100%;
}

.comments-area .comment-form p.comment-form-comment {
    width: 100%;
    display: block;
    clear: both;
}

.comments-area .comment-form p.form-submit {
    clear: both;
    float: none;
    width: 100%;
    margin: 0px;
}

ol.comment-list li.comment .comment-respond .comment-form p {
    padding: 0px 15px !important;
}

.comment-form .form-control:-webkit-input-placeholder {
    color: #777;
    font-size: 14px;
}


/*Single Blog Post*/

.blog-post-single-outer .blog-post-single.blog-post-style-2 {
    box-shadow: none;
}

.blog-post-single-outer .blog-post-single.blog-post-style-2 .wt-post-info {
    margin: 0px;
    padding: 30px 0px 0px 0px;
}

.related_posts .wt-title {
    margin-bottom: 20px;
}

.related_posts .related-posts-carousel .blog-post-4-outer .wt-post-info {
    box-shadow: none;
    background-color: #fff;
}

@media (max-width: 991px) {
    .section-full.p-t120,
    .section-full.p-b90,
    .section-full.p-tb120 {
        padding-top: 38px;
        padding-bottom: 10px;
    }
}


/*Loading*/

.loading-area {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    overflow: hidden;
}

.loading-area .loading-box {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 9999;
}

.loading-area .loading-pic {
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 99999;
    text-align: center;
    transform: translateY(-50%);
}

.cssload-spinner {
    position: absolute;
    width: 51px;
    height: 51px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

.cssload-spinner:after {
    position: absolute;
    content: "";
    border: 4px solid #ea130e;
    width: 48px;
    height: 48px;
    margin-left: -24px;
    margin-top: -1px;
    animation: cssload-spinner1 2.88s linear infinite;
}

.cssload-spinner:before {
    position: absolute;
    content: "";
    border: 2px solid #000;
    width: 66px;
    height: 66px;
    margin-left: -32px;
    margin-top: -8px;
    animation: cssload-spinner2 2.88s linear infinite;
}


/*Loading Animation Start*/

@keyframes cssload-spinner1 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes cssload-spinner2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

@keyframes cssload-animation1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes cssload-animation2 {
    0% {
        transform: scale(0.2);
        left: 0%;
    }
    50% {
        transform: scale(1);
        left: 50%;
    }
    100% {
        transform: scale(0.2);
        left: 100%;
    }
}


/*Loading Animation End*/

@media (max-width: 991px) {
    h3 {
        font-size: 24px;
        font-weight: 600;
    }
    h5 {
        font-size: 18px;
        font-weight: 600;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
    h2.wt-tilte,
    h2.wt-title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    h2.wt-tilte,
    h2.wt-title {
        font-size: 30px;
    }
}


/*About Year*/

.about-one .about-year {
    padding: 30px 0px;
}

@media (max-width: 1200px) {
    .about-one .about-year {
        padding: 20px 0px 0px 0px;
    }
}

@media (max-width: 991px) {
    .about-one .about-year {
        padding: 30px 0px;
    }
}

@media (max-width: 480px) {
    .about-one .about-year {
        padding: 20px 0px 10px 0px;
    }
}

.about-one .about-year .about-year-info {
    float: left;
    padding: 20px;
    margin-right: 40px;
    background-image: url(../images/background/bg-dott2.png);
    background-repeat: repeat;
}

@media (max-width: 480px) {
    .about-one .about-year .about-year-info {
        float: none;
        margin-right: 0px;
        margin-bottom: 30px;
    }
}

.about-one .about-year .about-year-info span {
    display: block;
    font-size: 80px;
    line-height: 80px;
    color: #ea130e;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.about-one .about-year .about-year-info p {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0px;
}

.about-one .about-year p {
    overflow: hidden;
}

.about-one .about-year:after {
    content: '';
    display: table;
    clear: both;
}


/*About Year*/

.about-two .about-year {
    padding: 0px;
}

.about-two .about-year .about-year-info {
    padding: 30px;
    margin-right: 40px;
    background-color: #e7e7e7;
    text-align: center;
    position: absolute;
    max-width: 240px;
    right: -40px;
    bottom: 0px;
    z-index: 1;
    border-bottom: 5px solid #ea130e;
}

.about-two .about-year .about-year-info span {
    display: block;
    font-size: 80px;
    line-height: 80px;
    color: #ea130e;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.about-two .about-year .about-year-info p {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0px;
}

@media (max-width: 420px) {
    .about-two .about-year .about-year-info {
        position: inherit;
        width: 100%;
        max-width: 100%;
    }
}


/*Section Overlay*/

.overlay-wraper {
    position: relative;
}

.overlay-wraper .overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.opacity-01 {
    opacity: 0.1;
}

.opacity-02 {
    opacity: 0.2;
}

.opacity-03 {
    opacity: 0.3;
}

.opacity-04 {
    opacity: 0.4;
}

.opacity-05 {
    opacity: 0.5;
}

.opacity-06 {
    opacity: 0.6;
}

.opacity-07 {
    opacity: 0.7;
}

.opacity-08 {
    opacity: 0.8;
}

.opacity-09 {
    opacity: 0.9;
}

.overlay-wraper>.container {
    position: relative;
    z-index: 1;
}

.overlay-wraper>.container-fluid {
    position: relative;
    z-index: 1;
}


/*Help Block*/

@media (max-width: 767px) {
    .help-blocks {
        margin-bottom: 0px;
    }
}

.help-blocks .help-block-content {
    padding: 40px 30px;
}

@media (max-width: 991px) {
    .help-blocks .help-block-content {
        padding: 20px;
    }
}

.help-blocks .help-block-content.white {
    color: #fff;
}

.help-blocks .help-block-content.white .wt-tilte {
    color: #fff;
}

.help-blocks .help-block-content .icon-content p {
    margin-bottom: 0px;
}


/*Service Box One*/

.half-section-outer-1 {
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .half-section-outer-1 {
        padding-top: 0px;
        padding-bottom: 10px;
    }
}

.half-section-top {
    padding-bottom: 200px;
}

@media (max-width: 991px) {
    .half-section-top {
        padding-top: 40px;
    }
}

.half-section-bottom {
    margin-top: -210px;
}


/*Blog Half Box */

.half-section-top2 {
    padding-bottom: 257px;
}

@media (max-width: 1200px) {
    .half-section-top2 {
        padding-bottom: 213px;
    }
}

@media (max-width: 991px) {
    .half-section-top2 {
        padding-top: 38px;
    }
}

.half-section-bottom2 {
    margin-top: -257px;
}

@media (max-width: 1200px) {
    .half-section-bottom2 {
        margin-top: -213px;
    }
}

.service-slider-one {
    margin: 0px -20px 30px -20px;
    width: auto;
}

.service-icon-box-one {
    position: relative;
    padding: 40px 40px 40px 40px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    margin: 20px;
}

.service-icon-box-one .wt-icon-box-wraper {
    margin-bottom: 30px;
}

.service-icon-box-one .service-icon-box-title .wt-title {
    margin-bottom: 30px;
    padding-right: 40px;
}

.service-icon-box-one .service-icon-box-content p {
    margin-bottom: 30px;
}

.service-icon-box-two {
    position: relative;
    padding: 40px 40px 40px 40px;
    border: 1px solid #e7e7e7;
}

.service-icon-box-two .wt-icon-box-wraper {
    margin-bottom: 30px;
}

.service-icon-box-two .service-icon-box-title .wt-title {
    margin-bottom: 30px;
    padding-right: 60px;
}

@media (max-width: 767px) {
    .service-icon-box-two .service-icon-box-title .wt-title {
        padding-right: 0px;
    }
}

.service-icon-box-two .service-icon-box-content p {
    margin-bottom: 30px;
}

.service-icon-box-two.text-center .service-icon-box-title .wt-title {
    padding-right: inherit;
}

.service-icon-box-two.text-center .service-icon-box-content p {
    margin-bottom: 0px;
}

.service-icon-box-two.site-bg-black .service-icon-box-title .wt-title a {
    color: #fff;
}

.service-icon-box-two.site-bg-black .service-icon-box-content p {
    color: #fff;
}

.blog-post-4-outer {
    background-color: #fff;
}

.blog-post-4-outer .wt-post-info {
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.blog-post-4-outer .wt-post-info .wt-post-meta {
    margin-bottom: 20px;
    position: relative;
}

.blog-post-4-outer .wt-post-info .wt-post-meta ul {
    list-style: none;
    margin-bottom: 0px;
}

.blog-post-4-outer .wt-post-info .wt-post-meta ul li.post-date {
    background-color: #ea130e;
    color: #fff;
    display: inline-table;
    font-size: 14px;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    position: absolute;
    left: -30px;
    top: -126px;
}

.blog-post-4-outer .wt-post-info .wt-post-meta ul li.post-date span {
    display: block;
    font-size: 30px;
    font-weight: 700;
}

.blog-post-4-outer .wt-post-info .wt-post-meta ul li.post-category {
    font-size: 14px;
    font-weight: 600;
    color: #ea130e;
}

.blog-post-4-outer .wt-post-info .wt-post-title .post-title {
    margin-bottom: 20px;
}


/*future section*/

@media (max-width: 991px) {
    .future-section-outer {
        padding: 0px 15px;
    }
}

@media (max-width: 991px) {
    .future-section-outer .future-section-left {
        height: 500px;
    }
}

.future-section-outer .future-section-right {
    position: relative;
}

.future-section-outer .future-section-right .future-sec-right-content {
    margin: 90px -15px 90px -90px;
    background-color: #fff;
    padding: 50px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .future-section-outer .future-section-right .future-sec-right-content {
        margin: 40px 0px;
        padding: 30px;
    }
}

.future-section-outer .future-section-right .future-sec-right-content .future-right-inner {
    max-width: 820px;
}

@media (max-width: 991px) {
    .future-section-outer .future-section-right .future-sec-right-content .future-right-inner {
        max-width: 100%;
    }
}

.future-section-outer .future-section-right .our-future {
    padding-top: 50px;
}


/*Progress Bar*/

.progressText b {
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}

.progress {
    position: relative;
    overflow: visible;
    background-color: #ebebeb;
    border-radius: 0px;
    height: 6px;
    margin: 20px 0px;
}

@media (max-width: 991px) {
    .progress {
        margin: 20px 0px;
    }
}

.progress .progress-bar {
    position: relative;
    height: 6px;
}

.progress span {
    position: absolute;
    right: 0px;
    top: -45px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
}


/*-----All Services------*/

.all_services {
    background-color: #f9f9f9;
}

.all_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.all_services ul li {
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    font-size: 16px;
}

.all_services ul li:last-child {
    border-bottom: 0px;
}

.all_services ul li a {
    transition: 0.5s all ease;
    position: relative;
    padding: 20px 35px 20px 30px;
    display: block;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.all_services ul li a:after {
    content: "\f101";
    position: absolute;
    right: 20px;
    top: 24px;
    font-size: 8px;
    font-weight: 700;
    font-family: Flaticon;
}

.all_services ul li a:hover {
    color: #ea130e;
}

.all_services ul li a.active {
    color: #ea130e;
    background-color: #fff;
}

blockquote {
    color: #fff;
    clear: both;
    border: none;
    position: relative;
    text-align: left;
}

@media (max-width: 575px) {
    blockquote.p-a50 {
        padding: 20px;
    }
}

blockquote .fa-quote-left {
    position: absolute;
    font-size: 50px;
    left: 20px;
    top: 30px;
    color: #ea130e;
    line-height: 50px;
}

@media (max-width: 575px) {
    blockquote .fa-quote-left {
        font-size: 30px;
        top: 18px;
    }
}

blockquote p {
    font-size: 20px;
    line-height: 26px;
    padding-left: 50px;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 575px) {
    blockquote p {
        font-size: 16px;
    }
}

blockquote strong {
    font-size: 14px;
    padding-right: 10px;
    letter-spacing: 1px;
}

.service-side-btn a.btn-block {
    background-color: #fff;
    border-radius: 300px;
}

.service-side-btn a.btn-block:hover {
    background-color: #000;
}

@media (max-width: 991px) {
    .service-full-info {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .service-full-info .service-provide .list-angle-right {
        padding-top: 30px;
        margin-bottom: 0px;
    }
}

.project-single-side-btn a.btn-block {
    background-color: #000;
    color: #fff;
    border-radius: 300px;
    transition: 0.5s all ease;
    padding: 20px 30px;
}

.project-single-side-btn a.btn-block:hover {
    background-color: #f9f9f9;
    color: #000;
}


/*contact Popup*/

.contact-slide-hide {
    position: fixed;
    right: -500px;
    top: 0px;
    height: 100%;
    max-width: 3000px;
    z-index: 50;
    overflow-x: hidden;
}

.contact-nav {
    display: table;
    width: 100%;
    height: 100%;
}

.contact-nav .wt-title {
    color: #ea130e;
}

.contact-nav .contact-nav-form {
    padding-top: 60px;
    display: table-cell;
    vertical-align: middle;
}

.contact-nav .contact_close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 100%;
    border: none;
    text-align: right;
    font-size: 36px;
}


/*Top Part Search Bar*/

.site-search-btn {
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    width: 40px;
    display: inline-block;
    text-align: center;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.5s ease-in-out;
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 999;
    display: block;
}

#search form {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 50%;
    margin-left: 25%;
    color: #fff;
    border: 1px solid #fff;
    font-size: 30px;
    font-weight: 300;
    text-align: left;
    outline: none;
    padding: 10px;
    border-radius: 0px;
}

@media (max-width: 640px) {
    #search form {
        width: 90%;
        margin-left: 5%;
    }
}

#search input[type="search"] {
    background: none;
    border: none;
    padding: 0px 12px;
    outline: none;
    color: #fff;
}

#search .search-btn {
    border: none;
    background: none;
    padding: 0px 30px;
    outline: none;
}

#search .search-btn i {
    font-size: 36px;
    color: #ea130e;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
    width: 30px;
    height: 30px;
}

#search .close:after,
#search .close:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 32px;
    background-color: #fff;
    right: 20px;
    top: 0px;
}

#search .close:after {
    transform: rotate(45deg);
}

#search .close:before {
    transform: rotate(-45deg);
}

#search .close:hover:after,
#search .close:hover:before {
    cursor: pointer;
}


/*full navigation*/


/* OPEN / CLOSE BTNS */

.menu-btn {
    position: relative;
    z-index: 999;
}


/* OVERLAY */

.full-menu {
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 99;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
}

.full-menu-close {
    float: right;
    position: relative;
    z-index: 1;
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    margin-top: 25px;
    margin-right: 25px;
    outline: 0px !important;
}

.full-menu-close:after,
.full-menu-close:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 30px;
    right: 18px;
    top: 5px;
    background-color: #000;
}

.full-menu-close:after {
    transform: rotate(-45deg);
}

.full-menu-close:before {
    transform: rotate(45deg);
}

.vertical-content-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: auto;
}

.vertical-centered {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    max-width: 640px;
    margin: 0px auto;
}

.vertical-centered .contact-form-outer {
    display: table-cell;
    vertical-align: middle;
}

.project-single-img-column {
    margin-bottom: 0px;
}

.project-single-img-column [class*='col-'] {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .project-single-img-column {
        margin-bottom: 0px;
    }
}


/*About three Section*/

.about-section-three .about-max-three {
    position: relative;
    z-index: 1;
    padding-right: 50px;
}

@media (max-width: 420px) {
    .about-section-three .about-max-three {
        padding-right: 0px;
    }
}

.about-section-three .about-max-three:after {
    background-image: url(../images/background/bg-dott2.png);
    content: '';
    position: absolute;
    z-index: -1;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 70%;
}

.about-section-three .about-max-three .about-max-three-media {
    padding: 40px 0px 40px 40px;
}

.about-section-three .about-max-three .about-max-three-media img {
    width: 100%;
}

.about-section-three .about-max-three .about-three .about-year {
    padding: 0px;
}

.about-section-three .about-max-three .about-three .about-year .about-year-info {
    padding: 30px;
    max-width: 70%;
    background-color: #f8f5f0;
    position: absolute;
    left: 0px;
    bottom: 70px;
    z-index: 1;
    border-left: 5px solid #ea130e;
    display: flex;
    align-items: center;
}

.about-section-three .about-max-three .about-three .about-year .about-year-info span {
    display: block;
    font-size: 80px;
    line-height: 60px;
    color: #ea130e;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    padding-right: 20px;
}

.about-section-three .about-max-three .about-three .about-year .about-year-info p {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0px;
}

@media (max-width: 420px) {
    .about-section-three .about-max-three .about-three .about-year .about-year-info {
        position: inherit;
        width: 100%;
        max-width: 100%;
    }
}

.about-section-three .about-section-three-right .section-head {
    margin-bottom: 40px;
}

.about-section-three .about-section-three-right .ab-three-info p {
    margin-bottom: 30px;
}


/*site button round*/

.site-button-round {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    display: block;
    color: #fff;
}


/*Services three*/

.service-box-three {
    position: relative;
    border: 3px solid #9cc623;
    background-color: #f8f5f0;
    margin-bottom: 30px;
    transition: 0.5s all ease;
}

.service-box-three .wt-icon-box-wraper {
    margin-bottom: 30px;
}

.service-box-three .service-box-title {
    padding: 40px 40px 0px 40px;
}

.service-box-three .service-box-title .wt-title {
    margin-bottom: 30px;
    padding-right: 60px;
}

@media (max-width: 767px) {
    .service-box-three .service-box-title .wt-title {
        padding-right: 0px;
    }
}

.service-box-three .service-box-content {
    padding: 0px 40px 40px 40px;
}

.service-box-three .service-box-content p {
    margin-bottom: 0px;
}

.service-box-three .service-box-media {
    position: relative;
    margin: -3px;
}

.service-box-three .service-box-media img {
    width: 100%;
}

.service-box-three .site-button-round {
    position: absolute;
    bottom: -20px;
    left: 0%;
    transition: 0.5s all ease;
    opacity: 0;
}

.service-box-three:hover .site-button-round {
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}


/*Counter Style One*/

@media (max-width: 991px) {
    .c-section-three-wrapper {
        padding-bottom: 0px !important;
        background-position: left center;
    }
}

.c-section-three .counter-block-half {
    max-width: 350px;
    padding: 30px 0px;
    margin-left: auto;
    background-color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

@media (max-width: 460px) {
    .c-section-three .counter-block-half {
        max-width: 100%;
    }
}

.c-section-three .wt-icon-box-wraper {
    padding: 15px;
    transition: 0.5s all ease;
}

.c-section-three .wt-icon-box-wraper .counter,
.c-section-three .wt-icon-box-wraper .icon-content {
    color: #000;
}

.c-section-three .icon-content-info {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.c-section-three .counter {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 30px;
}

@media (max-width: 767px) {
    .c-section-three .counter {
        font-size: 36px;
        line-height: 36px;
    }
}

@media (max-width: 575px) {
    .c-section-three .counter {
        font-size: 26px;
        line-height: 26px;
    }
}

@media (max-width: 991px) {
    .c-section-three.example-2 {
        padding-bottom: 30px;
    }
}

.testimonial-3-content {
    position: relative;
}

.testimonial-3-content .testimonial-3 {
    position: relative;
    z-index: 1;
    padding: 30px 30px 30px 30px;
    overflow: hidden;
}

.testimonial-3-content .testimonial-3:before {
    content: '';
    position: absolute;
    z-index: -1;
    background-color: #5f1f8d;
    width: 100%;
    top: 50%;
    left: 0px;
    bottom: 0px;
}

.testimonial-3-content .testimonial-3 .testimonial-content {
    padding: 30px;
    background-color: #f8f5f0;
}

.testimonial-3-content .testimonial-3 .testimonial-content .testimonial-pic-block {
    width: 90px;
    display: block;
    margin: 0px auto;
}

@media (max-width: 420px) {
    .testimonial-3-content .testimonial-3 .testimonial-content .testimonial-pic-block {
        display: block;
    }
}

.testimonial-3-content .testimonial-3 .testimonial-content .testimonial-pic-block .testimonial-pic {
    background: #fff;
    margin-right: 20px;
    width: 90px;
    height: 90px;
    position: relative;
    display: block;
    border-radius: 100%;
}

.testimonial-3-content .testimonial-3 .testimonial-content .testimonial-pic-block .testimonial-pic.radius {
    border-radius: 100%;
}

.testimonial-3-content .testimonial-3 .testimonial-content .testimonial-pic-block .testimonial-pic img {
    width: 100%;
    border-radius: 100%;
}

.testimonial-3-content .testimonial-3 .testimonial-content .testimonial-info {
    padding: 0px;
    display: block;
}

@media (max-width: 420px) {
    .testimonial-3-content .testimonial-3 .testimonial-content .testimonial-info {
        display: block;
    }
}

.testimonial-3-content .testimonial-3 .testimonial-content .testimonial-info .testimonial-name {
    display: block;
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.testimonial-3-content .testimonial-3 .testimonial-content .testimonial-info .testimonial-name:after {
    display: none;
}

.testimonial-3-content .testimonial-3 .testimonial-content .testimonial-info .testimonial-position {
    display: block;
    font-size: 15px;
    font-weight: 600;
    font-family: "Heebo", sans-serif;
    color: #ea130e;
}

.testimonial-3-content .testimonial-3 .testimonial-content .testimonial-text {
    padding: 30px 0px 0px 0px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.testimonial-3-content .testimonial-3 .testimonial-content .testimonial-text p {
    margin-bottom: 30px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    line-height: 28px;
}

.testimonial-3-content .testimonial-3 .testimonial-content .testimonial-text i {
    font-size: 54px;
    line-height: 30px;
    color: #ea130e;
}

@media (max-width: 640px) {
    .testimonial-3-content .testimonial-3 .testimonial-content .testimonial-text i {
        font-size: 48px;
        top: -40px;
    }
}

.testimonial-3-content .testimonial-3 .testimonial-content .testimonial-detail {
    padding: 0px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
    display: block;
    text-align: center;
}

@media (max-width: 420px) {
    .testimonial-3-content .testimonial-3 .testimonial-content .testimonial-detail {
        display: block;
    }
}


/*Hover Box Style 1*/

.hover-box-style-1 {
    position: relative;
    overflow: hidden;
}

.hover-box-style-1 img {
    position: relative;
    transition: 0.5s all ease;
}

.hover-box-style-1 .hover-box-content {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    top: 100%;
    transition: 0.5s all ease;
}

.hover-box-style-1 .hover-box-content .wt-icon-box-wraper {
    padding: 50px 30px;
}

.hover-box-style-1 .hover-box-content .wt-icon-box-wraper.white {
    color: #fff;
}

.hover-box-style-1 .hover-box-content .wt-icon-box-wraper.white .wt-tilte {
    color: #fff;
}

.hover-box-style-1 .hover-box-content .wt-icon-box-wraper.white .site-button-link {
    color: #fff;
}

.hover-box-style-1:hover .hover-box-content {
    top: 0%;
}

.hover-box-style-1:hover img {
    transform: translateY(20px);
}


/*Half Section Bg plat*/

.half-section-outer {
    position: relative;
    z-index: 1;
}

.half-section-outer .half-section-bg-plat {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 52%;
    height: 100%;
    background-color: #e7e7e7;
    background-image: url(../images/background/bg11.html);
    z-index: -1;
}


/*Counter Style two*/

.c-section-four .wt-icon-box-wraper {
    padding: 20px;
    transition: 0.5s all ease;
}

.c-section-four .wt-icon-box-wraper .icon-md,
.c-section-four .wt-icon-box-wraper .icon-content {
    color: #000;
}

.c-section-four .counter {
    font-size: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 50px;
}

@media (max-width: 767px) {
    .c-section-four .counter {
        font-size: 40px;
        line-height: 40px;
    }
}

.c-section-four .icon-content-info {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.video-section-three {
    position: relative;
    height: 600px;
}

.video-section-four {
    position: relative;
}


/*About three section*/

.about-section-three-right .section-head {
    margin-bottom: 40px;
}

.about-section-three-right .ab-three-info p {
    margin-bottom: 30px;
}

.about-max-four {
    position: relative;
    z-index: 1;
    padding-right: 50px;
}

@media (max-width: 420px) {
    .about-max-four {
        padding-right: 0px;
    }
}

.about-max-four:after {
    background-image: url(../images/background/bg-dott2.png);
    content: '';
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 45%;
}

.about-max-four .about-max-four-media {
    padding: 40px 0px 40px 40px;
}

.about-max-four .about-max-four-media img {
    width: 100%;
}

.about-max-four .about-four .about-year {
    padding: 0px;
}

.about-max-four .about-four .about-year .about-year-info {
    padding: 30px;
    margin-right: 40px;
    background-color: #e7e7e7;
    text-align: center;
    position: absolute;
    max-width: 240px;
    right: -40px;
    bottom: 0px;
    z-index: 1;
}

.about-max-four .about-four .about-year .about-year-info span {
    display: block;
    font-size: 80px;
    line-height: 80px;
    color: #ea130e;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.about-max-four .about-four .about-year .about-year-info p {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0px;
}

@media (max-width: 420px) {
    .about-max-four .about-four .about-year .about-year-info {
        position: inherit;
        width: 100%;
        max-width: 100%;
    }
}


/*Team Style two*/

.wt-team-4 {
    position: relative;
    transition: 0.5s all ease;
    z-index: 1;
    background-color: #f9f9f9;
}

.wt-team-4 .wt-media {
    padding: 20px;
}

.wt-team-4 .wt-media img {
    width: 100%;
}

.wt-team-4 .wt-info {
    margin: 0px;
}

.wt-team-4 .wt-info .team-detail {
    padding: 10px 0px 10px 0px;
    width: 100%;
    text-align: center;
    position: relative;
}

.wt-team-4 .wt-info .team-detail .team-position {
    font-family: "Heebo", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #ea130e;
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .wt-team-4 .wt-info .team-detail .team-position {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1px;
    }
}

.wt-team-4 .wt-info .team-detail .team-name {
    color: #000;
}

.wt-team-4 .wt-info .team-social-center {
    position: relative;
}

.wt-team-4 .wt-info .team-social-center ul {
    transform: translateX(-50%);
    position: absolute;
    top: -40px;
    left: 50%;
    background-color: #f9f9f9;
    margin: 0px;
    display: flex;
}

.wt-team-4 .wt-info .team-social-center ul li {
    display: block;
    text-align: center;
}

.wt-team-4 .wt-info .team-social-center ul li a {
    color: #000;
    position: relative;
    z-index: 1;
    display: block;
    padding: 10px 14px;
    transition: 0.5s all ease;
}

.wt-team-4 .wt-info .team-social-center ul li a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    background-color: #ea130e;
    height: 3px;
    z-index: -1;
    width: 0%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s all ease;
}

.wt-team-4 .wt-info .team-social-center ul li a:hover {
    color: #fff;
}

.wt-team-4 .wt-info .team-social-center ul li a:hover:after {
    width: 100%;
}


/*Latest-blog-4*/

.latest-blog-4 {
    position: relative;
}

.latest-blog-4 .wt-post-info {
    padding: 0px;
    position: relative;
}

.latest-blog-4 .wt-post-info .post-date {
    position: absolute;
    left: 20px;
    top: -60px;
    color: #fff;
    padding: 10px 20px;
    background-color: #ea130e;
    font-size: 14px;
    line-height: 24px;
    bottom: auto;
    display: inline-block;
}

.latest-blog-4 .wt-post-meta {
    border-top: 1px solid #edeeef;
    padding: 20px 0px 0px 0px;
}

.latest-blog-4 .wt-post-meta ul {
    display: table;
}

.latest-blog-4 .wt-post-meta ul li {
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: auto;
    padding-right: 10px;
}

.latest-blog-4 .wt-post-meta ul li:first-child {
    text-align: left;
    width: auto;
}

.latest-blog-4 .wt-post-meta ul li:last-child {
    padding-left: 0px;
}

.latest-blog-4 .wt-post-meta .post-author img {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    border-radius: 50%;
}

.icon-content h2 {
    font-size: 46px;
    color: #5a5a5a;
}


/*Testimonial 4*/

.testimonial-4-content {
    position: relative;
    margin: 0px -15px 30px -15px;
    width: auto;
}

.testimonial-4-content .testimonial-4 {
    position: relative;
    padding: 40px 40px 40px 40px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    margin: 15px;
}

@media (max-width: 420px) {
    .testimonial-4-content .testimonial-4 {
        padding: 20px;
    }
}

.testimonial-4-content .testimonial-4 .testimonial-pic {
    background: #fff;
    margin-bottom: 20px;
    width: 90px;
    height: 90px;
    position: relative;
    display: inline-block;
}

.testimonial-4-content .testimonial-4 .testimonial-pic.radius {
    border-radius: 100%;
}

.testimonial-4-content .testimonial-4 .testimonial-pic img {
    width: 100%;
    border-radius: 100%;
}

.testimonial-4-content .testimonial-4 .testimonial-info {
    padding: 0px;
}

.testimonial-4-content .testimonial-4 .testimonial-info .testimonial-name {
    display: block;
    font-family: "Poppins", sans-serif;
    margin-bottom: 5px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.testimonial-4-content .testimonial-4 .testimonial-info .testimonial-name:after {
    display: none;
}

@media (max-width: 991px) {
    .testimonial-4-content .testimonial-4 .testimonial-info .testimonial-name {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 2px;
    }
}

.testimonial-4-content .testimonial-4 .testimonial-info .testimonial-position {
    display: block;
    font-size: 15px;
    font-weight: 600;
    font-family: "Heebo", sans-serif;
    color: #ea130e;
}

.testimonial-4-content .testimonial-4 .testimonial-text {
    padding: 30px 0px 0px 0px;
    position: relative;
    z-index: 1;
}

.testimonial-4-content .testimonial-4 .testimonial-text p {
    margin-bottom: 30px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    line-height: 28px;
}

.testimonial-4-content .testimonial-4 .testimonial-text i {
    font-size: 30px;
    line-height: 30px;
    color: #ea130e;
}

@media (max-width: 640px) {
    .testimonial-4-content .testimonial-4 .testimonial-text i {
        font-size: 48px;
        top: -40px;
    }
}

.testimonial-4-content .testimonial-4 .testimonial-detail {
    padding: 0px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
}

@media (max-width: 640px) {
    .testimonial-4-content .testimonial-4 .testimonial-detail {
        display: block;
    }
}

.heading-ad {
    font-size: 44px;
    font-weight: 500;
}

.test {
    margin-bottom: 20px !important;
}

.page-content {
    /* background: url('../images/bg-back.jpg') repeat; */
}

@media screen and (max-width: 767px) {
    .header-style-3 .top-bar .wt-topbar-left-info {
        margin: 0px auto;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

.breadcrumb {
    padding: 190px 0 40px;
    text-align: center;
    background-color: transparent;
}

.breadcrumb .bread-head {
    text-transform: uppercase;
    color: #40887d;
    line-height: 30px;
    margin-bottom: 0;
    font-size: 35px;
}

.breadcrumb .bread-links {
    width: fit-content;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 999px;
    margin-top: 15px;
}

.breadcrumb .bread-links li {
    display: inline;
    padding: 0px 15px;
    border-radius: 50px;
    line-height: 30px;
}

.breadcrumb .bread-links i {
    color: #e68a3e;
}

.breadcrumb .bread-links li a {
    color: #043571;
}

.inner-pages {
    padding: 20px 0 50px;
}
.inner-pages1 {
    padding: 50px 0 50px;
	background:#fceae7;
}
.inner-pages2 {
    padding: 50px 0 50px;
	background:#d5f6f6;
}
.inner-pages3 {
    padding: 50px 0 50px;
	background:#fceae7;
}
.inner-pages4 {
    padding: 50px 0 150px;
	background:#d5f6f6;
}

.contact-form {
    background: #f1f1f1;
    border: 10px solid #3c907f;
}

.contact-form .app-title h2 {
    color: #3c907f;
}

.contact-form .form-control::placeholder {
    color: #000;
}

.contact-details h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #40887d;
    border-bottom: 3px solid #e68a3e;
    width: fit-content;
    margin: auto;
    margin-bottom: 20px;
}

.contact-details h6 {
    font-size: 25px;
    font-weight: 600;
    color: #e68a3e;
}

.contact-details h6 span {
    color: #34a390;
    font-size: 35px;
}

.contact-details {
    text-align: center;
    padding: 10px;
    border: 2px solid #cfcece;
    padding-top: 20px;
    box-shadow: 0px 0px 0 10px #eee;
}

.contact-form .app-form .btn {
    background-color: #e86914;
    color: #fff;
}

.contact-form::before {
    content: none;
}

.contact-details iframe {
    width: 100%;
    height: 145px;
    outline: 2px dashed #e86914;
    padding: 5px;
}

.services-page p {
    text-align: justify;
}

.services-page h2 {
    font-size: 25px;
    text-transform: uppercase;
    color: #3c907f;
    border-bottom: 2px solid #e86914;
    width: fit-content;
    margin: 10px 0;
}

.services-page .list-tyle {
    padding-left: 20px;
}

.services-page .list-tyle li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin: 10px 0;
}

.services-page .list-tyle li:before {
    content: "\f04b";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    font-size: 15px;
    top: 0;
    color: #e86914;
}

.about-hospital {
    text-align: center;
}

.about-hospital h2 {
    font-size: 50px;
    color: #3c907f;
    margin-bottom: 0;
}

.about-hospital h5 {
    font-size: 30px;
    color: #e86914;
    margin-bottom: 20px;
}

.about-hospital h6 {
    font-size: 23px;
    color: #272727;
}

.chairman {
    margin-top: 20px;
    background-color: #3c907f;
    padding: 30px;
    text-align: justify;
    color: #fff;
}

.ch-img img {
    width: 100%;
    box-shadow: 0px 0px 10px #000;
    border: 2px solid #fff;
    border-radius: 10px;
}

.ch-img {
    position: relative;
}

.ch-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #e86914;
    left: 5%;
    top: -5%;
}

.chairman h3 {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
}

.wish {
    text-align: center;
    padding: 10px;
    background: #e86914;
    border-radius: 999px;
}

.chairman h4 {
    color: #fff;
    margin: 5px 0;
}

.chairman h2 {
    text-align: right;
    font-size: 40px;
    margin: 20px 0 0;
    color: #fff;
}

.vi {
    text-align: center;
    margin-top: 30px;
    padding: 20px;
    border-radius: 100px 0 100px;
    padding-bottom: 0;
    border: 10px solid #eeebeb;
    min-height: 195px;
    box-shadow: 0px 0px 10px #9fa09f;
}

.box {
    background: #34a390;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.box img {
    width: 100%;
    height: auto;
    transform-origin: top right;
    transition: all 0.5s ease 0s;
}

.box:hover img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
    transform: scale(0.7) translate(-20px, 20px);
}

.box .box-content {
    text-align: right;
    width: 100%;
    padding: 10px;
    transform: scale(0);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}

.box:hover .box-content {
    transform: scale(1);
}

.box .title {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 1px;
    text-shadow: 0 0 2px #555;
}

.box .post {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: block;
    text-shadow: 0 0 2px #555;
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: scale(0);
    position: absolute;
    left: 10px;
    top: 10px;
    transition: all 0.3s ease 0s;
}

.box:hover .icon {
    opacity: 1;
    transform: scale(1);
}

.box .icon li {
    margin: 0 0 5px;
}

.box .icon li a {
    color: #333;
    background: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    height: auto;
    padding: 10px 0;
    width: 30px;
    border-radius: 999px;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

.box .icon li a:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
}

@media only screen and (max-width:990px) {
    .box {
        margin: 0 0 30px;
    }
}

.social-icons {
    position: absolute;
    z-index: 9;
    top: 96.5vh;
    left: 20px;
}

.social-icons li {
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 100%;
    width: 40px;
    background:#ee3b24;
    height: 40px;
    text-align: center;
    line-height: 33px;
    font-size: 18px;
	list-style:none;
}

.header-style-3 .header-nav .nav>li .sub-menu.custome-width {
    width: 300px;
}

.social-icons li a {
    color: #fff;
}

.social-icons::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100px;
    background-color: #f1f1f1;
    top: -113px;
    right: 0;
    left: 0;
    margin: auto;
}

.doc-img {
/*    margin-top: -233px;*/
    position: relative;
}

.doc-img::before {
    content: "";
    position: absolute;
    width: 100%;
    right: -33px;
    z-index: -1;
    top: 33px;
    height: 100%;
    border: 3px solid #f1e4ff;
}

.paediatrics .doc-img::before {
    left: -33px;
    right: auto;
}

/* .doc-img::after { */
    /* background:#f1c500; */
    /* content: ""; */
    /* position: absolute; */
    /* width: 50%; */
    /* left: -33px; */
    /* z-index: -1; */
    /* bottom: 33px; */
    /* height: 100%; */
/* } */

.doc-img img {
    width: 100%;
}

.doc-dtls {
    position: absolute;
    right: -228px;
    color: #fff;
    float: right;
    width: 100%;
    bottom: -50px;
    text-align: center;
    padding: 10px;
    background: #2f3388;
}

.doc-dtls::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #c1c1c1;
    left: 35px;
    bottom: -30px;
    z-index: -1;
}

.doc-dtls h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

.doc-dtls h2 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.doc-dtls h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}

._why_list_block ._why_icon_image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all ease-in-out .6s;
    bottom: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), #502c76);
}

._why_list_block:hover ._why_icon_image::before {
    background: linear-gradient(45deg, transparent, #f0c102);
    transition: all ease-in-out .6s;
}

._why_list_block ._why_title_in {
    position: absolute;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.2em;
    font-weight: 500;
    color: #fff;
    bottom: 15px;
    left: 0;
    right: 0;
    padding: 0 8px;
}

._why_list_block .read-more {
    position: absolute;
    padding: 10px;
    border-radius: 100%;
    top: 4px;
    color: #fff;
    background: #db251b;
    width: 40px;
    height: 40px;
    line-height: 20px;
    left: 5px;
    transition: all ease-in-out .6s;
    visibility: hidden;
    opacity: 0;
}

._why_list_block:hover .read-more {
    visibility: visible;
    opacity: 1;
}

.paediatrics ._why_list_block .read-more {
    background: #2f3388;
}

.paediatrics .doc-img::after {
    right: -33px;
    left: auto;
    background: #a52d76;
}

.paediatrics .doc-dtls {
    position: absolute;
    left: -228px;
    color: #fff;
    float: right;
    width: 100%;
    bottom: -50px;
    text-align: center;
    padding: 10px;
    background: #a52d76;
}

.paediatrics .doc-dtls::before {
    right: 35px;
    left: auto;
}


/* 
.paediatrics ._why_list_block ._why_icon_image::before {
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), #721e51);
} */

.about-section-two-right::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 90%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -35px;
    border: 10px solid #f9f7f7;
    z-index: -1;
}

.app-form {
    padding: 20px;
    background: #2f3388;
    text-align: center;
    border: 10px solid #fff;
    box-shadow: 0px 0px 10px #eee;
}

.app-form .appointment-title {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #fff;
    width: fit-content;
    margin: 10px auto;
}

.app-form .btn-style-one {
    background-color: #a52d76;
    width: 100%;
    padding: 10px;
    margin: 10px 0 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    border: none;
    border-radius: 999px;
}

.app-form .form-control option {
    color: #000;
}

.footer-dark .social-icons::before {
    content: none;
}

.footer-dark p {
    color: #000;
    margin-bottom: 0;
}

.f_map iframe {
    width: 100%;
    height: 200px;
}

.modal-body .app-form {
    border: none;
    box-shadow: none;
}

.opening-hrs {
    padding: 10px;
    background: #2da9a7;
    margin: 20px 0;
    border: 5px solid #fff;
    text-align: center;
    box-shadow: 0px 0px 10px #ccc;
}

.opening-hrs h6 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.opening-hrs p {
    margin: 0;
    color: #fff;
}

.sunday {}

.page-header {
    text-align: center;
    padding: 50px 0;
    /* padding-top: 0px; */
    /* padding-bottom: 50px; */
    position: relative;
	/* background:#502c76; */
	background:#2aaca6;
}

.breadcrumb {
    position: relative;
    margin: auto;
    width: inherit;
    left: 0;
    right: 0;
    text-align: center;
    background: transparent;
    padding: 0px 1px 0px;
    z-index: 1;
    display: inline-block;
    flex-wrap: initial;
    border: 2px solid #cccc;
    border-radius: 34px;
    box-shadow: 0px 0px 0px 5px #ecebeb;
}

.breadcrumb li:first-child {
    background: transparent;
    border: transparent;
    border-radius: 0px;
    /* box-shadow: 0px 0px 10px #ccc; */
}

.breadcrumb li {
    float: left;
    padding: 5px 23px;
    background: none;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    /* font-weight: bold; */
    position: relative;
}

.breadcrumb li a {
    font-size: 14px;
    font-weight: 600;
    color:#f1c500;
}

.breadcrumb .bread-link::after {
    position: absolute;
    right: -9px;
    top: 5px;
    font-size: 12px;
    line-height: 20px;
    color: #f1c500;
    font-weight: 900;
    content: "\f04b";
    font-family: 'FontAwesome';
}

.breadcrumb li:last-child {
    background: transparent;
    border-radius: 0px;
    border: transparent;
}

.breadcrumb li:last-child {
    font-weight: 500;
    color: #fff;
}

.inner-pages {
    padding: 50px 0 100px;
    min-height: 50vh;
}

.contact-app {
	background: #2da9a7;
	padding: 20x;
    border: 5px solid #fff;
    text-align: center;
    box-shadow: 0px 0px 10px #ccc;
}

.contact-app .app-title {
    margin-bottom: 10px;
}

.contact-app .app-form textarea.form-control {
    height: 50px;
}

.contact-app .app-form {
    background: transparent;
    border: none;
    box-shadow: none;
}

.contact-details .contact-icon {
    color: #2aaca6;
    width: fit-content;
    padding: 0 5px;
    font-size: 50px;
    /* box-shadow: 0px 0px 10px #c1c1c1c4; */
    margin: auto;
    margin-bottom: 20px;
    border: 3px solid #f0eeee;
}

.map iframe {
    width: 100%;
    height: 100px;
    border: 2px solid #2aaca6;
}

.page-header h1 {
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color:#fff;
}

.service-page h2 {
    font-size: 2.5vw;
    color:#002c83;
     font-stretch: expanded;
}

.pricingTable .pricing-content a {
    color: yellow;
}

.service-page h3 {
    font-size: 20px;
    color: #2f3388;
}

.service-page p {
     font-size: 16px;
    text-align: justify;
}

.ser-img img {
    padding: 10px;
    border: 2px solid #db251b;
}

.about-page .section-head {
    width: fit-content;
    margin: auto;
    margin-bottom: 20px;
    background: #fff;
    padding: 10px 60px;
    border-radius: 999px;
    box-shadow: 0px 0px 0 10px #f9f7f7;
    border: 2px solid #d7d5d5;
}

.about-page .about_head h3 {
    background: transparent;
    color:#21b89f;
    font-weight: 500;
}

.service-page a {
    color: #db251b;
}

.list-style {
    padding-left: 20px;
}

.list-style li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    margin: 10px 0;
}

.list-style li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    line-height: 20px;
    color: #002c83;
    font-weight: 900;
    content: "\f04b";
    font-family: 'FontAwesome';
}

.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.main-timeline .timeline {
    width: calc(50% + 52px);
    padding: 27px 93px 27px 0;
    margin: 0 5px 0 0;
    float: left;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content1 {
    background: #db251b !important;
}
.main-timeline .timeline:nth-child(even) .timeline-content1 {
    padding: 15px 97px;
    border-radius: 0 10px 10px 0;
}
.main-timeline .timeline-content1 {
    color: #fff;
    background: #db251b;
    text-align: center;
    padding: 20px 75px 20px 20px;
    border-radius: 10px 0 0 10px;
    display: block;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline-content1:before {
    content: "";
    background: #db251b;
    width: 150px;
    height: 150px;
    border-radius: 0 30px 0 0;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: -73px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content1:before {
    background: linear-gradient(45deg, transparent 50%, #db251b 50%);
}
.main-timeline .timeline:nth-child(even) .timeline-content1:before {
    transform: translateY(-50%) rotate(-135deg);
    right: auto;
    left: -75px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-icon1 {
    background: #2f3388;
}
.main-timeline .timeline:nth-child(even) .timeline-icon1 {
    right: auto;
    left: -60px;
}
.main-timeline .timeline-icon1 {
    background: #fff;
    background: #2f3388;
    font-size: 55px;
    line-height: 100px;
    width: 120px;
    height: 120px;
    border: 12px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -60px;
}
.main-timeline .timeline-content {
    color: #fff;
    background: linear-gradient(to right, #e17466, #ee3b24);
    text-align: center;
    padding: 20px 75px 20px 20px;
    border-radius: 10px 0 0 10px;
    display: block;
    position: relative;
    z-index: 1;
}

.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.main-timeline .timeline-content:before {
    content: "";
    background: linear-gradient(45deg, transparent 50%, #ed3f29 50%);
    width: 150px;
    height: 150px;
    border-radius: 0 30px 0 0;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: -73px;
}

.main-timeline .timeline-icon {
    background: #fff;
    background:linear-gradient(to right, #21b89f, #2eae96);
    font-size: 55px;
    line-height: 100px;
    width: 120px;
    height: 120px;
    border: 12px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -60px;
}

.main-timeline .title {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 8px;
}

.main-timeline .description {
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.main-timeline .timeline:nth-child(even) {
    padding: 27px 0 27px 93px;
    margin: 0 0 0 5px;
    float: right;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 50px 66px;
    border-radius: 0 10px 10px 0;
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
    transform: translateY(-50%) rotate(-135deg);
    right: auto;
    left: -75px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    right: auto;
    left: -60px;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-content {
    background:#21b89f;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-icon {
    background: #ed3f29;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-content:before {
    background: linear-gradient(45deg, transparent 50%, #21b89f 50%);
}

.main-timeline .timeline:nth-child(4n+3) .timeline-content {
    padding: 50px 0;
}

.main-timeline .timeline:nth-child(4n+3) .timeline-content,
.main-timeline .timeline:nth-child(4n+3) .timeline-icon {
    /* background: linear-gradient(to right, #E61E93, #BA117A); */
}

.main-timeline .timeline:nth-child(4n+3) .timeline-content:before {
    /* background: linear-gradient(45deg, transparent 50%, #E61E93 50%); */
}

.main-timeline .timeline:nth-child(4n+4) .timeline-content,
.main-timeline .timeline:nth-child(4n+4) .timeline-icon {
    background: linear-gradient(to right, #0eaf97, #36c9b5);
}

.main-timeline .timeline:nth-child(4n+4) .timeline-content:before {
    background: linear-gradient(45deg, transparent 50%, #36c9b5 50%);
}

@media screen and (max-width:767px) {
    .main-timeline .timeline {
        width: 100%;
    }
}

@media screen and (max-width:479px) {
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        padding: 93px 0 0 0;
        margin: 0 0 30px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 75px 20px 20px;
        border-radius: 0 0 10px 10px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        transform: translateX(-50%) translateY(0) rotate(-45deg);
        top: -75px;
        right: auto;
        left: 50%;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon {
        transform: translateX(-50%) translateY(0);
        top: -60px;
        left: 50%;
        right: auto;
    }
    .main-timeline .title {
        font-size: 22px;
    }
}

.footer_blocks .block-content .icon-content a {
    color: #fff!important;
}

.email-signature {
    background: transparent;
    padding: 20px 20px 20px 39%;
    margin: 8px;
    box-shadow: 0 0 20px -8px #c1c1c1;
    position: relative;
    border: 5px solid #f9f9f9;
}

.email-signature .signature-icon {
    background-color:#21b89f;
    width: 400px;
    height: 400px;
    padding: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5) inset;
    transform: translateX(-0%);
    transform: translate(10px, 10px);
    position: absolute;
    top: 5%;
    left: 20px;
}

.email-signature .signature-icon img {
    width: 100%;
    height: auto;
}

.email-signature .signature-content {
    padding: 15px;
}

.email-signature .signature-details {
    color: #fff;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.email-signature .signature-details span{
    border-bottom: 1px solid#ddd;
}
.email-signature .signature-details h2{
    font-size: 25px;
    color:#383838;
}
.email-signature .signature-details  h3{
    border-bottom: 1px solid#ddd;
    font-size: 25px;
    color:#383838;
}
.email-signature .signature-details p{
   font-size: 16px;
    color: #444;
    text-align: justify;
    line-height: 30px;
}

.email-signature .title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color:#21b89f;
    margin-bottom: 7px;
}

.email-signature .post {
    color: #a52d76;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.email-signature .inner-content {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}

.email-signature .inner-content li {
    color: #000;
    font-size: 15px;
    margin: 0 0 3px;
    display: inline-flex;
}

.email-signature .inner-content li i {
    font-size: 12px;
    margin-right: 5px;
    line-height: 22px;
    color: #a52d76;
}

.email-signature .inner-content li:last-child {
    margin-bottom: 0;
}

.email-signature .social-icon {
    padding: 0;
    margin: 0;
    list-style: none;
}

.email-signature .social-icon li {
    display: inline-block;
    margin-right: 10px;
}

.email-signature .social-icon li a {
    color: #fc523c;
    font-size: 14px;
    text-align: center;
    line-height: 27px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    display: block;
    transition: all 0.3s ease 0s;
}

.email-signature .social-icon li a:hover {
    color: #222;
    background-color: #fff;
}

@media screen and (max-width:576px) {
    .email-signature {
        padding: 190px 20px 20px;
        text-align: center;
    }
    .email-signature .signature-icon {
        transform: translateY(0) translateX(-50%);
        left: 50%;
        top: 20px;
    }
    .email-signature .social-icon li {
        margin: 0 5px;
    }
}

.signature-content h5 {
    color: #000;
    font-size: 20px;
}

.email-signature .inner-content.experti li {
    padding: 5px;
    background: #2f3388;
    color: #fff;
    border: 2px solid #fff;
}

.email-signature .inner-content.experti li i {
    color: #fff;
}

.casereports {
    text-align: center;
}

.casereports h5 {
    text-transform: uppercase;
    font-size: 40px;
    margin: 40px 0px 40px;
}

.caserows .box {
    background: linear-gradient(to top right, #4a626e 0.3%, #1e2130 90.2%);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    height: 200px;
    margin-top: 16px;
}

.caserows .box:hover {
    filter: drop-shadow(5px 5px 10px #808080);
}

.caserows .box:before {
    content: "";
    width: 50px;
    height: 50px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform-origin: top right;
    transform: scale(0);
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all 0.4s ease;
}

.caserows .box:hover:before {
    transform: scale(1);
}

.caserows .box img {
    width: 100%;
    height: auto;
    transition: all 0.4s ease;
}

.caserows .box:hover img {
    opacity: 0.2;
}

.caserows .box .box-content {
    color: #fff;
    opacity: 0;
    position: absolute;
    bottom: 15px;
    left: 15px;
    transition: all 0.4s ease;
}

.caserows .box:hover .box-content {
    opacity: 1;
    transition-delay: 0.25s;
}

.caserows .box .title {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
    margin: 0 0 3px;
}

.caserows .box .post {
    font-size: 13px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);
    display: block;
}

.caserows .box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translateX(-50%) translateY(-50%) scale(0) rotate(0);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.4s ease;
}

.caserows .box:hover .icon {
    transform: translateX(-50%) translateY(-50%) scale(1) rotate(360deg);
}

.caserows .box .icon li {
    margin: 0 4px;
    display: inline-block;
}

.caserows.box .icon li a {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 33px;
    height: 35px;
    width: 35px;
    border: 1px solid #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
    display: block;
    transition: all 0.3s;
}

.caserows .box .icon li a:hover {
    border-radius: 0 10px;
    background: #f24688;
}

@media only screen and (max-width:990px) {
    .caserows .box {
        margin: 0 0 30px;
    }
}
.whytirumala_section1{
    padding: 100px 0 80px;
}
.abt-detail{
    padding-left: 45px;
}
.abt-detail span{
    letter-spacing: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 400;
    color: #202020;
}
.abt-detail h1{
   font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: #2da9a7;
    margin-bottom: 7px;
}
.abt-detail h2{
    color:#ee3b24;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}
.abt-detail h4{
    color:#282828;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.abt-detail h4 span{
	color:#ee3b24;
    font-weight: 600;
}
.abt-detail h3{
    color: #282828;
    font-size: 25px;
    font-weight: 600;
    border-bottom: 1px solid#ddd;
    text-transform: capitalize;
}
.abt-detail p{
    font-size: 16px;
    color: #444;
    text-align: justify;
    line-height: 30px;
}
.footer-copy-right img{
    width: 20px;
    height: 20px;
}
.doctor1{
    height: ;
    background: #e9fffb;
    padding: 50px 0;
}
.heading1{
    text-align: center;
}
.heading1 span{
        letter-spacing: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    font-weight: 400;
    color: #40403f;
}
.heading1 h1{
        color: #2f3388;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 500;
}
.doc1{
    height: 500px;
    text-align: center;
    padding: 10px;
    background:#fff;
}
.doc1 h1{
    margin: 10px 0;
    color: #21b89f;
    font-size: 22px;
}
.doc1 h2{
    color: #444;
    font-size: 15px;
}
.doc1 h3{
    color: #444;
    font-size: 16px;
}

.img1 img{
    width: 500px;
}
.comming-soon{
    text-align: center;
    padding: 50px 0;
}

/**************************************************************
Gallery Section
**************************************************************/

.gallery_inner{
	padding:50px 0 120px;
}

.gallery_inner .btn:focus, .gallery_inner .btn:active, .gallery_inner button:focus, .gallery_inner button:active {
  outline: none !important;
  box-shadow: none !important;
}

.gallery_inner #image-gallery .modal-footer{
  display: block;
}

.gallery_inner .thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}



/**************************************************************
Service Section
**************************************************************/



/* Services */

.serv_form{padding-top:40px;}

.tour-area{
	padding:50px 0;
	background:#f8f8f8;
}
.pb-70 {
    padding-bottom: 70px;
}
.section-title {
    text-align: center;
    margin-bottom: 45px;
}
.section-title span {
    font-size: 20px;
    color: #ee3b24;
    font-weight: 600;
    font-family: "Sacramento", cursive;
}
.section-title h2 {
    font-size: 45px;
    margin-top: 15px;
    margin-bottom: 0;
	color:#2da9a7;
}
.single-tour {
    /* background-color: #fdeee9; */
    /* background-color: #ffbdda; */
    padding: 45px 30px 30px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
}
.single-tour.one{background-color: #ffbdda;}
.single-tour.two{background-color: #bee5e4;}
.single-tour.three{background-color: #f39f95;}
.single-tour.four{background-color: #b1eba7;}

.single-tour h3 {
    display: inline-block;
    margin-bottom: 0;
    background-color: #2da9a7;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    padding: 10px 35px;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-tour .image {
    margin-top: 25px;
    margin-bottom: 25px;
}
.single-tour .image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.single-tour span {
    color: #282727;
    font-weight: 500;
}
.single-tour p {
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 0;
}
p:last-child {
    margin-bottom: 0;
}

/**************************************************************
Header Section
**************************************************************/

/* .bottomhead{background:#77ba84;} */
.logo{
	padding:0 30px;
}
.logo img{
	width:100%;
	/* border:5px solid #ddd; */
}
.logo_right{text-align:right;padding-top:20px;}
.logo_right ul{margin:0px;}
.logo_right ul li{
	display:inline-block;
	font-size:17px;
	color:#f1f1f1;
	margin:0 5px;
	padding:5px 22px;
	background:#0e8182;
	border-radius:35px;
}
.logo_right ul li a{
	color:#f1f1f1;
}
.logo_right ul li i{
	color:#f1f1f1;
	/* padding-right:8px; */
	/* border-right:1px solid #77ba84; */
}

/**************************************************************
Menu Section
**************************************************************/
.menubar{float:right;padding:20px 0;}
.navbar-dark .navbar-nav .nav-link{color:#282828;font-size:16px;font-weight:500;padding:10px 12px;}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{color: rgb(241 110 33);}


/**************************************************************
Marque header Section
**************************************************************/
.marque_header{
	padding-top:7px;
	display:inline-block;
	background:#0e8182;
	border-radius:25px 0 0 25px;
}
.marque_header marquee{color:#fff;}



/**************************************************************
School Facilities Section
**************************************************************/

.junior__welcome__area{
	background:url(../img/facility_bg.jpg) no-repeat;
	background-size:100% 100%;
	padding:50px 0;
}
.section__title h2.title__line {
    color: #444;
    font-size: 40px;
    line-height: 33px;
    position: relative;
}
.jn__welcome__wrapper {
    margin-top: 50px;
    padding: 0 77px;
}
.padd-b {
    padding-bottom: 1.5rem;
}
.welcome__juniro__inner {
    text-align: center;
}
.jn__welcome__wrapper .welcome__juniro__inner h3 {
    color: #444;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 13px;
}
.jn__welcome__wrapper .welcome__juniro__inner h3 span.theme-color {
    color: #2da9a7;
}
.jn__welcome__wrapper .welcome__juniro__inner h3 span {
    color: #ee3b24;
}
.jn__welcome__wrapper .welcome__juniro__inner p {
    color: #666;
    line-height: 23px;
}
.welcome__juniro__inner p {
    font-size: 17px;
}
.mens {
    min-height: 333px;
}
.main-img {
    position: absolute;
    top: 0%;
    left: 15%;
}
.welcome__juniro__inner {
    text-align: center;
}
.mar {
    margin-top: -65px;
}




.home_cnt{padding:50px 0;}