/* slider number 121 122 123 124 125 126 css start===================================== */
html{
    box-sizing: border-box;
    font-size: 100%;
}

.touroxyCard {
    border-right-style: solid;
    border-left-width: 2px;
    border-right-color: #c0c0c0c0;
}

.touroxyCard:nth-child(3) {
    border: none;
}

.touroxyCard:nth-last-child(3) {
    border: none;
}


/* 2. Elements Styling */

body.has-loading-screen .pace {
    visibility: visible;
}

body.has-loading-screen .page-wrapper {
    position: relative;
    overflow: hidden;
}

body.has-loading-screen .page-wrapper:after {
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    height: 100%;
    width: 100%;
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
}

body.has-loading-screen .page-wrapper.hide-loading-screen:after {
    display: none;
}

body.has-loading-screen.pace-done .page-wrapper:after {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

body .pace {
    visibility: hidden;
}

body .page-wrapper {
    position: relative;
    overflow: hidden;
}



a.arrow {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

a.arrow:after {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'ElegantIcons';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    content: "$";
    position: absolute;
    font-size: 14px;
    right: -15px;
}

a.icon i {
    margin-left: 4px;
    margin-right: 4px;
}

img {
    max-width: 100%;
}

blockquote {
    padding: 0;
    font-size: 22px;
    border-left: none;
    margin: 10px 0;
    padding-left: 60px;
}

blockquote p {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    line-height: 30px;
    position: relative;
}

blockquote p:before {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'ElegantIcons';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    content: "\{";
    font-size: 80px;
    position: absolute;
    left: -80px;
    bottom: -40px;
}

blockquote footer {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: inherit;
}

blockquote footer figure {
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
    margin-left: 13px;
}

dl {
    margin-bottom: 0;
}

dl dt {
    font-weight: 700;
    float: left;
    padding: 2px 0;
}

dl dd {
    text-align: right;
    padding: 2px 0;
}

/* h1 {
    font-size: 72px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 40px;
}

h2 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 60px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

h4 {
    font-size: 14px;
} */

h1.framed,
h2.framed,
h3.framed,
h4.framed,
h5.framed,
h6.framed,
a.framed {
    display: inline-block;
}

hr {
    border-top: 1px solid #e4e4e4;
    margin-top: 25px;
    margin-bottom: 25px;
}

html,
body {
    height: 100%;
}

/* p,
address {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    line-height: 20px;
} */

ul {
    padding-left: 12px;
    margin: 25px 0;
    line-height: 30px;
}

ul.check-marks {
    list-style: none;
    padding-left: 0;
    margin-left: 30px;
}

ul.check-marks li:before {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'ElegantIcons';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    content: "\e052";
    left: -15px;
    position: relative;
    margin-left: -15px;
}


/* 3. Universal classes */

.background-is-dark {
    color: #fff;
}

.background-is-dark a {
    color: #fff;
}

.background-is-dark a:hover,
.background-is-dark a:active,
.background-is-dark a:focus {
    color: #fff;
}

.background-is-dark a.btn-default {
    color: #000;
}

.background-is-dark hr {
    border-top-color: #fff;
}

.background-is-dark .owl-dots .owl-dot span {
    background-color: #fff;
}

.background-is-dark .panel-group {
    margin-top: 25px;
}

.background-is-dark .panel-group .panel {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.background-is-dark .panel-group .panel .panel-heading:after {
    color: #fff;
}

.background-is-dark .stage {
    position: relative;
}

.background-is-dark .stage .icon {
    background-color: #fff;
    color: #000;
}

.background-is-dark .framed {
    border-color: rgba(255, 255, 255, 0.2);
}

.background-is-dark .pricing-boxes .price-box .values figure {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.background-is-dark .pricing-boxes .price-box.framed .price-box-footer {
    background-color: rgba(255, 255, 255, 0.2);
}

.background-is-dark .pricing-boxes .price-box.promoted {
    background-color: rgba(255, 255, 255, 0.1);
}

.background-is-dark .pricing-boxes .price-box.promoted.framed {
    border: 15px solid rgba(255, 255, 255, 0.4);
}

.background-is-dark .pricing-boxes .price-box.promoted.framed .price-box-footer {
    background-color: rgba(255, 255, 255, 0.4);
}

.background-is-dark .pricing-table thead {
    border-bottom: 2px solid #fff;
}

.background-is-dark .pricing-table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.background-is-dark .time-line .time-line-item:before {
    background-color: rgba(255, 255, 255, 0.2);
}

.background-is-dark .time-line .time-line-item .date:before {
    border: 5px solid #333333;
    background-color: #000;
}

.background-is-dark .read-more {
    position: relative;
}

.background-is-dark .read-more:after {
    background: -moz-linear-gradient(top, transparent 0%, black 100%);
    background: -webkit-linear-gradient(top, transparent 0%, black 100%);
    background: linear-gradient(to bottom, transparent 0%, black 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.background-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

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

.background-wrapper .map {
    height: 100%;
}

.background-wrapper .background-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.background-wrapper .background-color.background-color-white {
    background-color: #fff;
}

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

.bg-transfer {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    /* z-index: -1; */
    width: 100%;
}



.bg-transfer.bg-fixed {
    background-attachment: fixed;
    background-size: 100%;
    background-position: top center;
}

.box {
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    padding: 20px;
    position: relative;
}

.center {
    text-align: center;
}

/* .container .block {
    padding: 40px;
} */

.framed {
    border: 15px solid rgba(0, 0, 0, 0.05);
    padding: 25px;
}

.has-overlay {
    position: relative;
}

.has-overlay:after {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
}

.separator {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    background-color: black;
    display: block;
    height: 2px;
    width: 25px;
    margin: 10px 0;
}

.font-color-white {
    color: #fff;
}

.font-color-black {
    color: #000;
}

.font-color-dark {
    color: #1f1f1f;
}

.no-margin {
    margin: 0;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

.no-top-margin {
    margin-top: 0;
}

.note {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    font-size: 12px;
    margin: 5px 0;
}

.half-bottom-margin {
    margin-bottom: 30px;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters>[class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.stick-to-footer {
    margin-bottom: -60px;
}

.opacity-90 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
}

.opacity-80 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.opacity-70 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}

.opacity-60 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
}

.opacity-50 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

.opacity-40 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.opacity-30 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
}

.opacity-20 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

.opacity-19 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=19);
    opacity: 0.19;
}

.opacity-18 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=18);
    opacity: 0.18;
}

.opacity-17 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=17);
    opacity: 0.17;
}

.opacity-16 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=16);
    opacity: 0.16;
}

.opacity-15 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=15);
    opacity: 0.15;
}

.opacity-14 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=14);
    opacity: 0.14;
}

.opacity-13 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=13);
    opacity: 0.13;
}

.opacity-12 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=12);
    opacity: 0.12;
}

.opacity-11 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=11);
    opacity: 0.11;
}

.opacity-10 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 0.1;
}

.opacity-9 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=9);
    opacity: 0.09;
}

.opacity-8 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=8);
    opacity: 0.08;
}

.opacity-7 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=7);
    opacity: 0.07;
}

.opacity-6 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=6);
    opacity: 0.06;
}

.opacity-5 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=5);
    opacity: 0.05;
}

.opacity-4 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=4);
    opacity: 0.04;
}

.opacity-3 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=3);
    opacity: 0.03;
}

.opacity-2 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=2);
    opacity: 0.02;
}

.opacity-1 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=1);
    opacity: 0.01;
}

.opacity-0 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.text-color-white {
    color: #fff !important;
}

.text-color-white a {
    color: #fff;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.underline {
    text-decoration: underline;
}

.width-10 {
    width: 10%;
}

.width-20 {
    width: 20%;
}

.width-25 {
    width: 25%;
}

.width-30 {
    width: 30%;
}

.width-33 {
    width: 33%;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-60 {
    width: 60%;
}

.width-70 {
    width: 70%;
}

.width-80 {
    width: 80%;
}

.width-90 {
    width: 90%;
}

.height-10 {
    height: 10%;
}

.height-20 {
    height: 20%;
}

.height-30 {
    height: 30%;
}

.height-40 {
    height: 40%;
}

.height-50 {
    height: 50%;
}

.height-60 {
    height: 60%;
}

.height-70 {
    height: 70%;
}

.height-80 {
    height: 80%;
}

.height-90 {
    height: 90%;
}

.height-100 {
    height: 100%;
}

.height-200px {
    height: 200px !important;
}

.height-250px {
    height: 250px !important;
}

.height-300px {
    height: 300px !important;
}

.height-350px {
    height: 350px !important;
}

.height-400px {
    height: 400px !important;
}

.height-450px {
    height: 450px !important;
}

.height-500px {
    height: 500px !important;
}

.height-550px {
    height: 550px !important;
}

.height-600px {
    height: 600px !important;
}

.height-650px {
    height: 650px !important;
}

.height-700px {
    height: 700px !important;
}

.height-750px {
    height: 750px !important;
}

.height-800px {
    height: 800px !important;
}

.height-850px {
    height: 850px !important;
}

.height-900px {
    height: 900px !important;
}

.height-950px {
    height: 950px !important;
}

.height-1000px {
    height: 1000px !important;
}

.space {
    height: 60px;
}

.vertical-aligned-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.vertical-aligned-wrapper .vertical-aligned-element {
    display: table-cell;
}

.vertical-aligned-wrapper .vertical-aligned-element.top {
    vertical-align: top;
}

.vertical-aligned-wrapper .vertical-aligned-element.middle {
    vertical-align: middle;
}

.vertical-aligned-wrapper .vertical-aligned-element.bottom {
    vertical-align: bottom;
}


/* 4. Classes */

.animate {
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.animate.show {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.big-gallery .slide .description {
    text-align: left;
}

.big-gallery .slide .description h3 {
    margin-top: -60px;
    margin-bottom: 0px;
    padding-top: 80px;
    padding-right: 80px;
    margin-left: 20px;
}

.big-gallery .slide img {
    width: 100%;
}

.blog-post {
    border-bottom: 1px solid #f6f6f4;
    margin-bottom: 60px;
    padding-bottom: 30px;
}

.blog-post iframe {
    margin-bottom: 20px;
}

.blog-post img {
    max-width: 100%;
}

.blog-post header h2 {
    border: none;
    font-size: 36px;
    margin: 20px 0;
    padding-bottom: 0;
}

.blog-post p {
    margin-bottom: 20px;
}

.blog-post ul {
    padding-left: 25px;
}

.blog-post .meta {
    display: table;
    width: 100%;
    margin: 20px 0;
}

.blog-post .meta .link-icon:first-child .fa {
    margin-left: 0;
}

.blog-post .meta .tags {
    display: inline-block;
    float: right;
}

.blog-post .meta .tags .tag {
    margin-left: 5px;
}

#sidebar aside {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-item {
    margin-bottom: 30px;
}

.blog-item img {
    height: 100%;
}

.blog-item .image {
    position: relative;
    height: 140px;
    display: block;
    overflow: hidden;
}

.blog-item .image:after {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.blog-item .image h3 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    margin: 0;
    z-index: 1;
}

.detail {
    margin-bottom: 80px;
}

.detail:last-child {
    margin-bottom: 30px;
}

.detail.left-align .gallery {
    padding-left: 70px;
}

.detail.left-align .title {
    text-align: left;
}

.detail.left-align .title .framed {
    padding-right: 100px;
}

.detail.right-align .gallery {
    padding-right: 70px;
}

.detail.right-align .title {
    text-align: right;
}

.detail.right-align .title .framed {
    padding-left: 100px;
}

.detail .description h4 {
    margin-top: 0;
}

.detail .description p {
    margin-bottom: 40px;
}

.detail .title {
    z-index: 2;
    position: relative;
}

.detail .title h3 {
    margin-top: 0px;
    margin-bottom: -80px;
}

.detail .title .framed {
    padding-bottom: 100px;
}

.feature {
    position: relative;
    margin-bottom: 30px;
}

.feature h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

/* .feature p {
    margin-top: 15px;
    margin-bottom: 25px;
} */

.feature.has-icon i {
    position: absolute;
    top: 0;
    left: 0;
}

.feature.has-icon .description {
    padding-left: 50px;
    padding-top: 20px;
}

.feature.has-image img {
    max-width: 100%;
}

.floor-selector {
    margin-bottom: 30px;
}

.floor-selector h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.floor-selector .right {
    float: right;
}

.floor-selector .left {
    float: left;
}

.floor-selector .description {
    margin-bottom: 7px;
    display: table;
    width: 100%;
}

.floor-selector .floor {
    background-color: rgba(255, 255, 255, 0.9);
    display: table;
    width: 100%;
    padding: 5px 10px;
    color: #000;
    font-size: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.floor-selector .floor:hover {
    color: #000;
    background-color: white;
}

.floor-selector .floor.disabled {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    pointer-events: none;
}

.floor-selector .floor .left {
    font-weight: bold;
}

.floor-selector .floor .right {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

.floor-selector .floor.hover-effect span {
    display: block;
}

.floor-selector .floor.hover-effect span .hover-element:nth-child(2) {
    width: 100%;
}

.floor-selector .building {
    display: table-cell;
    vertical-align: bottom;
}

.floor-selector .floor-selector-wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

hr {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 0.1;
    border-top: 2px dotted #000;
}

.gallery .gallery-item {
    height: 220px;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery .gallery-item:hover:after {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -webkit-transform: scale(5);
    transform: scale(5);
}

.gallery .gallery-item:hover:before {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: scale(1) rotate(90deg);
    -ms-transform: scale(1) rotate(90deg);
    -webkit-transform: scale(1) rotate(90deg);
    transform: scale(1) rotate(90deg);
}

.gallery .gallery-item:before {
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'ElegantIcons';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -moz-transform: scale(1.5) rotate(0deg);
    -ms-transform: scale(1.5) rotate(0deg);
    -webkit-transform: scale(1.5) rotate(0deg);
    transform: scale(1.5) rotate(0deg);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    content: "\P";
    position: absolute;
    font-size: 48px;
    color: #fff;
    height: 50px;
    width: 50px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.gallery .gallery-item:after {
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
}

.gallery .gallery-item img {
    max-width: 100%;
}

.hover-effect:hover span .hover-element {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.hover-effect:hover span .hover-element:nth-child(2) {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.hover-effect span {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
}

.hover-effect span .hover-element {
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    position: relative;
    overflow: hidden;
    /*padding: 2px 0; */
}

.hover-effect span .hover-element:nth-child(2) {
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .hover-effect span {
        top: 0;
    }
}

.hover-effect.underline span .hover-element {
    text-decoration: underline;
}

.owl-dots {
    margin-top: 5px;
}

.owl-dots .owl-dot {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    display: inline-block;
}

.owl-dots .owl-dot.active {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.owl-dots .owl-dot span {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background-color: #000;
    width: 5px;
    height: 5px;
    margin: 3px 5px;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.owl-nav-wrapper {
    position: relative;
}

.owl-nav-wrapper #big-gallery-nav {
    position: absolute;
    right: 0;
    top: -65px;
    z-index: 1;
}

.owl-nav-wrapper #big-gallery-nav .owl-next,
.owl-nav-wrapper #big-gallery-nav .owl-prev {
    display: inline-block !important;
    cursor: pointer;
    padding: 3px;
    height: 30px;
    width: 30px;
}

.logos .owl-carousel .owl-item img {
    max-width: 100%;
    width: inherit;
}

.logos .logo {
    padding-left: 20px;
}

.logos .logo a {
    display: inline-block;
}

.logos .owl-controls {
    position: absolute;
    width: 100%;
    bottom: 0px;
    margin: auto;
    height: 25px;
    top: 0px;
    z-index: -1;
}

.marketing-banner h2 {
    margin: 15px 0;
}

.mfp-bg {
    z-index: 1051;
}

.mfp-wrap {
    z-index: 1052;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}


/*  that is css for the service card  */

.touroxyCard {
    border: none !important;
}

.touroxyCard:hover {
    background: #ebe8e8;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal.apartment-selector .modal-dialog {
    width: 780px;
}

.modal.apartment-selector .modal-dialog .close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.modal.apartment-selector .modal-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
}

.modal.apartment-selector .modal-content .modal-header {
    display: table;
    width: 100%;
    padding: 0;
    border: none;
}

.modal.apartment-selector .modal-content .modal-header h1 {
    font-size: 30px;
    margin: 0;
}

.modal.apartment-selector .modal-content .modal-header h2 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    font-size: 18px;
    margin: 0;
}

.modal.apartment-selector .modal-content .modal-header h3 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    font-size: 16px;
    margin: 0;
}

.modal.apartment-selector .modal-content .modal-header h4 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    font-weight: bold;
    margin: 0;
    margin-bottom: 4px;
    font-size: 10px;
    text-transform: uppercase;
}

.modal.apartment-selector .modal-content .modal-header .title {
    padding: 30px;
}

.modal.apartment-selector .modal-body {
    padding: 0;
    padding-bottom: 30px;
}

.modal.apartment-selector .modal-body h3 {
    margin-bottom: 15px;
    margin-top: 30px;
}

.modal.apartment-selector .modal-body h3:first-child {
    margin-top: 8px;
}

.modal.apartment-selector .modal-body img {
    max-width: 100%;
}

.modal.apartment-selector .modal-body .left,
.modal.apartment-selector .modal-body .right {
    display: inline-block;
    height: 100%;
    width: 60%;
    vertical-align: top;
    padding: 10px 15px 0px 30px;
}

.modal.apartment-selector .modal-body .right {
    width: 38%;
}

.modal.apartment-selector .modal-body dl {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
}

.modal.apartment-selector .modal-body dl dt {
    font-weight: normal;
}

.modal.apartment-selector .modal-body dl dd {
    font-weight: bold;
}

.modal.apartment-selector .modal-body .tab-content {
    padding-top: 20px;
}

.modal.apartment-selector .nav-tabs {
    border: none;
    margin-top: 0;
}

.modal.apartment-selector .nav-tabs li {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    margin-right: 5px;
    background-color: transparent;
}

.modal.apartment-selector .nav-tabs li.active {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    border-bottom: 2px solid #000;
}

.modal.apartment-selector .nav-tabs li.active a {
    color: #000;
}

.modal.apartment-selector .nav-tabs>li>a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    margin-right: 0;
    border: none;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 5px;
}

.modal.apartment-selector .nav-tabs>li>a:hover,
.modal.apartment-selector .nav-tabs>li>a:focus,
.modal.apartment-selector .nav-tabs>li>a:active {
    border: none;
    background-color: transparent;
}

.modal.apartment-selector .selector {
    background-color: rgba(0, 0, 0, 0.06);
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    padding: 40px 30px;
    text-align: right;
}

.modal.apartment-selector .play-icon {
    color: #000;
    font-size: 18px;
    height: 40px;
    width: 40px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal.apartment-selector .play-icon:before {
    border: 3px solid #000;
    padding: 8px;
}

.number {
    position: relative;
}

.number:last-child:after {
    display: none;
}

.number:after {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
    width: 5px;
    height: 5px;
    background-color: #fff;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
}

.number figure {
    font-size: 36px;
}

.number p {
    font-size: 14px;
    margin-bottom: 0;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 200px;
    overflow: hidden;
}

.pace .pace-progress {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 200px;
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #fff;
}

.pace.pace-inactive {
    display: none;
}

#page-footer {
    padding: 50px 0px;
    position: relative;
}

#page-footer.background-is-dark:after {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    background: -moz-linear-gradient(top, transparent 0%, black 100%);
    background: -webkit-linear-gradient(top, transparent 0%, black 100%);
    background: linear-gradient(to bottom, transparent 0%, black 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

#page-footer:after {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    width: 100%;
    height: 150px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    z-index: -1;
}

#page-footer h2 {
    font-size: 24px;
    margin: 20px 0;
}

#page-footer .brand {
    margin-bottom: 20px;
    display: block;
}

#page-footer .numbers {
    margin-top: 250px;
}

#page-footer .number figure {
    font-size: 30px;
}

#page-footer .to-top {
    position: relative;
}

#page-footer .to-top span {
    display: none;
}

#page-footer .to-top .arrow-up {
    position: absolute;
    bottom: 0;
    right: 0;
}

#page-footer .to-top .arrow-up i {
    font-size: 24px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 25px;
    width: 24px;
}

.panel-group {
    margin-bottom: 0;
}

.panel-group .panel {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.panel-group .panel .panel-heading {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
}

.panel-group .panel .panel-heading:after {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'ElegantIcons';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    content: "L";
    position: absolute;
    right: 0;
    font-size: 18px;
    height: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.panel-group .panel .panel-heading h4 {
    font-size: 13px;
}

.panel-group .panel .panel-heading h4 a {
    display: block;
    padding: 10px 0;
    padding-right: 20px;
}

.panel-group .panel .panel-heading h4 a:hover {
    padding-left: 5px;
}

.panel-group .panel .panel-heading h4 a.hover-effect:hover {
    padding-left: 0;
}

.panel-group.background-solid .panel {
    border-bottom: none;
    margin-bottom: 10px;
}

.panel-group.background-solid .panel:last-child {
    margin-bottom: 0;
}

.panel-group.background-solid .panel .panel-heading:after {
    right: 10px;
}

.panel-group.background-solid .panel .panel-heading h4 a {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 15px;
    padding-right: 30px;
}

.panel-group.background-solid .panel .panel-heading h4 a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    padding-left: 20px;
}

.panel-group.background-solid .panel .panel-heading h4 a.hover-effect:hover {
    padding-left: 15px;
}

.panel-group.background-solid .panel .panel-collapse {
    background-color: rgba(0, 0, 0, 0.05);
}

.panel-group .panel+.panel {
    margin-top: 0;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border: none;
}

.person {
    margin-bottom: 30px;
}

.person .image-wrapper {
    text-align: center;
}

.person .image {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.person img {
    width: 100%;
}

.person h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.person .contact-data {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    margin: 25px 0;
}

.person .social {
    margin-top: 10px;
}

.person .social a {
    display: inline-block;
    padding: 3px;
}

.person .social a i {
    font-size: 18px;
    vertical-align: middle;
}

.pagination li a {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: transparent;
    border: none;
    border-color: transparent;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
    margin-left: 5px;
    margin-right: 5px;
}

.pagination li a:hover {
    color: rgba(0, 0, 0, 0.5);
}

.pagination li.active a {
    pointer-events: none;
    background-color: #1f1f1f;
    color: #fff;
}

.pagination li.previous a,
.pagination li.next a {
    -moz-border-radius-topleft: 100%;
    -webkit-border-top-left-radius: 100%;
    border-top-left-radius: 100%;
    -moz-border-radius-topright: 100%;
    -webkit-border-top-right-radius: 100%;
    border-top-right-radius: 100%;
    -moz-border-radius-bottomleft: 100%;
    -webkit-border-bottom-left-radius: 100%;
    border-bottom-left-radius: 100%;
    -moz-border-radius-bottomright: 100%;
    -webkit-border-bottom-right-radius: 100%;
    border-bottom-right-radius: 100%;
    background-color: #f6f6f4;
    color: inherit;
    padding: 7px 10px;
}

.pricing-boxes .price-box {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.pricing-boxes .price-box h3 {
    font-size: 24px;
}

.pricing-boxes .price-box .price {
    font-size: 18px;
}

.pricing-boxes .price-box .price.old {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    text-decoration: line-through;
    font-size: 12px;
}

.pricing-boxes .price-box .values {
    margin: 20px 0;
}

.pricing-boxes .price-box .values figure {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 4px 0;
}

.pricing-boxes .price-box .values figure:last-child {
    border-bottom: none;
}

.pricing-boxes .price-box .values figure i {
    font-size: 18px;
}

.pricing-boxes .price-box .values figure.not-available {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

.pricing-boxes .price-box .values figure.available {
    color: #50aa8d;
}

.pricing-boxes .price-box .price-box-footer {
    padding-top: 25px;
    padding-bottom: 10px;
}

.pricing-boxes .price-box.framed .price-box-footer {
    background-color: rgba(0, 0, 0, 0.05);
    margin: 20px -25px -25px -25px;
}

.pricing-boxes .price-box.promoted {
    background-color: rgba(0, 0, 0, 0.05);
}

.pricing-boxes .price-box.promoted.framed {
    background-color: transparent;
    border: 15px solid rgba(0, 0, 0, 0.2);
}

.pricing-boxes .price-box.promoted.framed .price-box-footer {
    background-color: rgba(0, 0, 0, 0.2);
    margin: 20px -25px -25px -25px;
}

.pricing-boxes .price-box .promotion-title {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
}

.pricing-boxes .price-box .promotion-title span {
    font-size: 11px;
    color: #fff;
    background-color: #50aa8d;
    padding: 8px 10px;
}

.pricing-boxes .price-box.description {
    text-align: left;
    padding-top: 40px;
}

.pricing-table {
    width: 100%;
}

.pricing-table thead {
    border-bottom: 2px solid #000;
    font-size: 14px;
}

.pricing-table thead th {
    padding-bottom: 15px;
}

.pricing-table tbody tr {
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-table tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.pricing-table tbody tr.not-available {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    pointer-events: none;
}

.pricing-table tbody tr td {
    padding: 10px 0;
}

.pricing-table tbody tr td:last-child {
    text-align: right;
}

.post-author {
    border: 2px solid rgba(0, 0, 0, 0.1);
    display: table;
    margin-bottom: 60px;
    padding: 20px;
    position: relative;
    width: 100%;
}

.post-author img {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
}

.post-author header {
    color: #1f1f1f;
    margin-bottom: 10px;
}

.post-author .wrapper {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.read-more {
    position: relative;
}

.read-more:after {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.read-more-btn {
    text-align: center;
}

.read-more-btn a {
    margin: 10px 0;
}

.shortcode-title {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    margin-top: 100px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: normal;
}

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

.stage.in-progress .icon {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.stage.not-completed .icon {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 0.1;
}

.stage.not-completed .description {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.stage .icon {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 75px;
    position: absolute;
    left: 0;
    top: 0;
}

.stage .icon i {
    font-size: 28px;
}

.stage .description {
    padding-left: 70px;
}

.stage .description h3 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
}

.stage .description h2 {
    font-size: 20px;
    margin-bottom: 3px;
}

.stage .description figure {
    font-size: 14px;
}

.tag {
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    padding: 3px 6px;
    display: inline-block;
}

.time-line .time-line-item {
    position: relative;
    padding-bottom: 10px;
}

.time-line .time-line-item:last-child:before {
    display: none;
}

.time-line .time-line-item:before {
    height: 100%;
    width: 2px;
    left: 7px;
    top: 13px;
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
}

.time-line .time-line-item .date {
    font-size: 14px;
    font-weight: bold;
    padding-left: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.time-line .time-line-item .date:before {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    width: 16px;
    height: 16px;
    border: 5px solid #e5e5e5;
    left: 0px;
    top: 2px;
    position: absolute;
}

.time-line .time-line-item .description {
    margin-left: 150px;
}

.time-line .time-line-item .additional-info {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    font-size: 10px;
    margin-top: 15px;
}

.time-line .time-line-item .additional-info i {
    margin-right: 10px;
}

.time-line .time-line-item .additional-info .text-uppercase {
    font-weight: bold;
}

.time-line .time-line-item .new-window-link {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px;
}

.time-line .time-line-item .new-window-link:before {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    content: "\f24d";
    font-size: 12px;
}

.time-line .time-line-item .new-window-link:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.version-selector .logo {
    text-align: center;
    margin: 60px 0;
}

.version-selector h3 {
    margin-bottom: 0;
}

.version-selector h1 {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}

.version-selector .description {
    margin-left: 25px;
    padding-bottom: 5px;
}

.version-selector .versions {
    padding: 40px 0;
    display: table;
}

.version-selector .version {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    display: inline-block;
    margin-bottom: 60px;
    padding: 15px 5px;
}

.version-selector .version:hover {
    background-color: #f0f0f0;
}

.version-selector .version[href="shortcodes.html"] .description {
    margin-left: 0;
}

.video-player {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.video-player:hover .has-overlay:after {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}

.video-player .has-overlay:after {
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.video-player .play-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.video-background,
.fluid-width-video-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-background iframe,
.fluid-width-video-wrapper iframe {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
}

.play-icon {
    color: #fff;
    font-size: 64px;
    height: 90px;
    width: 90px;
    display: inline-block;
    vertical-align: middle;
}

.play-icon:before {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    border: 3px solid #fff;
    padding: 10px;
}

.testimonials .owl-controls {
    text-align: center;
    margin-bottom: -10px;
}


/* btn css */

/* .btn {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border-width: 2px;
    border-style: solid;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
} */

.btn:hover,
.btn:active,
.btn:active:hover,
.btn:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-primary {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:active:hover,
.btn.btn-primary:focus {
    background-color: #000;
}

.btn.btn-primary.btn-framed {
    color: #000;
}

.btn.btn-primary.btn-framed:hover,
.btn.btn-primary.btn-framed:active,
.btn.btn-primary.btn-framed:active:hover,
.btn.btn-primary.btn-framed:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.btn.btn-primary.btn-framed.btn-light-frame {
    border-color: rgba(0, 0, 0, 0.2);
}

.btn.btn-primary.btn-framed.btn-light-frame:hover,
.btn.btn-primary.btn-framed.btn-light-frame:active,
.btn.btn-primary.btn-framed.btn-light-frame:active:hover,
.btn.btn-primary.btn-framed.btn-light-frame:focus {
    border-color: rgba(0, 0, 0, 0.5);
    background-color: transparent;
}

.btn.btn-default {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:active:hover,
.btn.btn-default:focus {
    background-color: #fff;
}

.btn.btn-default.btn-framed {
    color: #fff;
}

.btn.btn-default.btn-framed:hover,
.btn.btn-default.btn-framed:active,
.btn.btn-default.btn-framed:active:hover,
.btn.btn-default.btn-framed:focus {
    background-color: rgba(255, 255, 255, 0.1);
}

.btn.btn-default.btn-framed.btn-light-frame {
    border-color: rgba(255, 255, 255, 0.4);
}

.btn.btn-default.btn-framed.btn-light-frame:hover,
.btn.btn-default.btn-framed.btn-light-frame:active,
.btn.btn-default.btn-framed.btn-light-frame:active:hover,
.btn.btn-default.btn-framed.btn-light-frame:focus {
    border-color: rgba(255, 255, 255, 0.6);
    background-color: transparent;
}

.btn.btn-rounded {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    /* margin-top: 10px; */
}

.btn.btn-framed {
    background-color: transparent;
}

padding-right: 30px;

}
.btn.arrow:after {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'ElegantIcons';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    content: "$";
    position: absolute;
    font-size: 14px;
    right: 10px;
}
.btn.roll-effect {
    padding-bottom: 4px;
}

/* 6. Responsive */
@media (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 12px;
    }
    
    h1 {
        font-size: 64px;
    }
    
    h2 {
        font-size: 26px;
        margin-bottom: 40px;
    }
    
    h3 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    h4 {
        font-size: 20px;
        color: white;
    }
    
    p {
        line-height: 18px;
    }
    
    .block {
        padding: 60px 0;
    }
    
    .feature h3 {
        font-size: 16px;
    }
    
    .framed {
        padding: 20px;
    }
    
    .stage .description h2 {
        font-size: 18px;
    }
    
    .stage .description h3 {
        font-size: 11px;
    }
    
    .stage .description figure {
        font-size: 12px;
    }
    
    .pricing-boxes .price-box h3 {
        font-size: 20px;
    }
    
    .pricing-boxes .price-box .price {
        font-size: 16px;
    }
    
    .pricing-boxes .price-box.framed .price-box-footer,
    .pricing-boxes .price-box.promoted.framed .price-box-footer {
        margin: 20px -20px -20px -20px;
    }
    
    .contact .person .image {
        width: 120px;
        height: 120px;
    }
    
    .person .image {
        width: 140px;
        height: 140px;
    }
    
    .person.framed {
        padding: 20px 5px;
    }
    
    .blog-item .image {
        height: 100px;
    }
    
    .count-down .countdown-row .countdown-amount {
        font-size: 100px;
        margin-bottom: -10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 11px;
    }
    
    blockquote {
        font-size: 18px;
    }
    
    blockquote p {
        line-height: 22px;
    }
    
    h1 {
        font-size: 48px;
    }
    
    h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    
    h3 {
        font-size: 12px;
        margin-bottom: 15px;
    }
    
    h4 {
        font-size: 12px;
    }
    
    p {
        line-height: 16px;
    }
    
    .block {
        padding: 40px 0;
    }
    
    .count-down .countdown-row .countdown-amount {
        font-size: 80px;
        margin-bottom: -10px;
    }
    
    .detail {
        margin-bottom: 40px;
    }
    
    .detail.left-align .gallery {
        padding-left: 50px;
    }
    
    .detail.left-align .title .framed {
        padding-right: 70px;
    }
    
    .detail.right-align .gallery {
        padding-right: 50px;
    }
    
    .detail.right-align .title .framed {
        padding-left: 70px;
    }
    
    .feature h3 {
        font-size: 14px;
    }
    
    .framed {
        padding: 20px;
    }
    
    .logos .logo {
        padding-left: 0px;
    }
    
    .stage .icon {
        width: 50px;
        height: 50px;
        line-height: 60px;
    }
    
    .stage .icon i {
        font-size: 20px;
    }
    
    .stage .description {
        padding-left: 60px;
    }
    
    .stage .description h2 {
        font-size: 13px;
    }
    
    .stage .description h3 {
        font-size: 10px;
    }
    
    .stage .description figure {
        font-size: 11px;
    }
    
    .panel-group .panel .panel-heading h4 {
        font-size: 11px;
    }
    
    .pricing-boxes .price-box h3 {
        font-size: 20px;
    }
    
    .pricing-boxes .price-box .price {
        font-size: 16px;
    }
    
    .pricing-boxes .price-box.framed .price-box-footer,
    .pricing-boxes .price-box.promoted.framed .price-box-footer {
        margin: 20px -20px -20px -20px;
    }
    
    .contact .person .image {
        width: 100px;
        height: 100px;
    }
    
    .person .image {
        width: 140px;
        height: 140px;
    }
    
    .person.framed {
        padding: 20px 5px;
    }
    
    .blog-item .image {
        height: 100px;
    }
    
    .marketing-banner h2 {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    body {
        font-size: 12px;
    }
    
    blockquote {
        padding-left: 0;
    }
    
    blockquote p:before {
        display: none;
    }
    
    h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    h3 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    h4 {
        font-size: 13px;
    }
    
    p {
        line-height: 18px;
    }
    
    ul {
        line-height: 20px;
    }
    
    ul li {
        margin-bottom: 10px;
    }
    
    .block {
        padding: 30px 0;
    }
    
    .big-gallery .slide {
        width: 100%;
    }
    
    .big-gallery .slide .container {
        padding: 0;
        margin: 0;
    }
    
    .big-gallery .slide .description h3 {
        margin-top: -80px;
        margin-bottom: 0px;
        padding-top: 80px;
        padding-right: 40px;
        margin-left: 10px;
    }
    
    .count-down .countdown-row .countdown-section:after {
        display: none;
    }
    
    .count-down .countdown-row .countdown-amount {
        font-size: 22px;
        margin-bottom: 0px;
    }
    
    .count-down .countdown-row .countdown-period {
        font-size: 9px;
    }
    
    .owl-nav-wrapper #big-gallery-nav {
        top: -55px;
    }
    
    .detail {
        margin-bottom: 40px;
    }
    
    .detail .title {
        margin-bottom: 40px;
    }
    
    .detail.left-align .gallery {
        margin-bottom: 30px;
        padding-left: 0px;
    }
    
    .detail.left-align .title .framed {
        padding: 10px;
    }
    
    .detail.right-align .gallery {
        padding-right: 0px;
    }
    
    .detail.right-align .title {
        text-align: left;
    }
    
    .detail.right-align .title .framed {
        padding: 10px;
    }
    
    #page-footer .contact-data {
        text-align: left;
    }
    
    #page-footer .numbers {
        margin-top: 40px;
    }
    
    .feature.has-icon .description {
        padding-left: 30px;
    }
    
    .panel-group.background-solid .panel:last-child {
        margin-bottom: 20px;
    }
    
    .pricing-boxes .price-box.framed .price-box-footer,
    .pricing-boxes .price-box.promoted.framed .price-box-footer {
        margin: 20px -20px -20px -20px;
    }
    
    .framed {
        padding: 20px;
    }
    
    .stage {
        margin-bottom: 40px;
    }
    
    .stage .description h2 {
        font-size: 16px;
    }
    
    .stage .description h3 {
        font-size: 11px;
    }
    
    .stage .description figure {
        font-size: 12px;
    }
    
    thead th {
        padding-left: 8px;
        padding-right: 8px;
    }
    
    tbody tr td,
    .pricing-table tbody tr td {
        padding: 10px 8px;
    }
    
    .logos .owl-stage .owl-item .logo,
    .logos .owl-stage .owl-item {
        display: inline-block;
    }
    
    .logos .logo {
        padding-left: 0px;
    }
    
    .time-line .time-line-item .description {
        margin-left: 30px;
    }
    
    .time-line .time-line-item .date {
        position: relative;
    }
    
    .navigation.nav-btn-only .right .navigation-links {
        top: 50px;
        text-align: right;
    }
    
    .navigation.nav-btn-only .right .navigation-links li {
        display: block;
        padding: 10px 0px;
        margin-bottom: 0;
        font-size: 28px;
        padding: 0;
    }
    
    .navigation.nav-btn-only .right .navigation-links li a {
        padding: 5px 0px;
    }
    
    .navigation.nav-btn-only .right .navigation-links li a.hover-effect {
        padding: 0;
    }
    
    .navigation .nav-btn {
        display: block;
    }
    
    .navigation .right .navigation-links {
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -moz-transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        visibility: hidden;
    }
    
    .navigation .right .navigation-links li {
        display: block;
        padding: 10px 0px;
        margin-bottom: 0;
        font-size: 28px;
    }
    
    .navigation .right .navigation-links li a {
        padding: 5px 0px;
    }
    
    .navigation .wrapper {
        padding: 20px 0;
        position: relative;
    }
    
    .navigation .left {
        display: block;
    }
    
    .navigation .right {
        display: block;
        position: initial;
    }
    
    .navigation-links {
        position: absolute;
        right: 5px;
        width: 100%;
        margin-top: 10px !important;
    }
    
    .floor-selector h2 {
        font-size: 14px;
    }
    
    .floor-selector .description {
        font-size: 9px;
    }
    
    .floor-selector .floor {
        padding: 3px 5px;
        font-size: 9px;
    }
    
    .hero-section .video-player,
    .hero-section .gallery {
        margin-top: 20px;
    }
    
    .hero-section p {
        font-size: 12px;
        line-height: 18px;
    }
    
    .hero-section form {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .number {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .owl-nav-wrapper {
        position: absolute;
        width: 100%;
        right: 5px;
    }
    
    .navigation .right .navigation-links li a.roll-effect {
        padding: 0;
    }
    
    .roll-effect span figure {
        padding: 5px 0;
    }
    
    .navigation.nav-btn-only .right .navigation-links li a.roll-effect {
        padding: 0;
    }
    
    .navigation.nav-btn-only .right .navigation-links li a.roll-effect span figure {
        padding: 5px 0;
    }
    
    .width-10 {
        width: 100%;
    }
    
    .width-20 {
        width: 100%;
    }
    
    .width-25 {
        width: 100%;
    }
    
    .width-30 {
        width: 100%;
    }
    
    .width-33 {
        width: 100%;
    }
    
    .width-40 {
        width: 100%;
    }
    
    .width-50 {
        width: 100%;
    }
    
    .width-60 {
        width: 100%;
    }
    
    .width-70 {
        width: 100%;
    }
    
    .width-80 {
        width: 100%;
    }
    
    .width-90 {
        width: 100%;
    }
    
    .version-selector .version {
        text-align: center;
        display: block;
    }
    
    .version-selector .version .description {
        margin-left: 0;
    }
}
/* slider number 121 122 123 124 125 126 css end===================================== */










/* slider number 126 127 css start  */
.hoverCardMiddleImage:hover {
    background-color: #c0c0c097 !important;
    width: 100%;
    height: auto;
}
/* slider number 126 127 css end  */








/* slider number 128 129 135 136 css start=========================================================== */
.readMoreAsBtn:hover .readMoreContainer {
    height: auto;
    padding: 5px;
}
.readMoreAsBtn {
    width: 95%;
    padding: 5px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    text-align: center;
}
.readMoreAsBtn:hover {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, 0.313);
}
.readMoreContainer {
    height: 0px;
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
}
.readMoreAsBtn:hover .readMoreBtn {
    display: none;
}
.readMoreBtn {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    outline: 0;
    border: 0;
    cursor: pointer;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 14px;
    height: 38px;
    padding: 8px 24px;
    border-radius: 50px;
    background-image: linear-gradient(180deg, #7c8aff, #3c4fe0);
    box-shadow: 0 4px 11px 0 rgb(37 44 97 / 15%), 0 1px 3px 0 rgb(93 100 148 / 20%);
    transition: all .2s ease-out;
}
.readMoreBtn:hover {
    box-shadow: 0 8px 22px 0 rgb(37 44 97 / 15%), 0 4px 6px 0 rgb(93 100 148 / 20%);
}
.containerMore {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    cursor: pointer;
    background-image: linear-gradient(130deg, #43CEA2 0%, #185A9D 100%);
    position: relative;
    border-radius: 20px;
}
@media only screen and (max-width:653px) {
    .containerMore {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
}
.tabset>input[type="radio"] {
    position: absolute;
    left: -200vw;
}
.tabset .tab-panel {
    display: none;
}
.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
    display: block;
}
.tabset>label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
}
.tabset>label::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 22px;
    height: 4px;
    background: #8d8d8d;
}
.tabset>label:hover,
.tabset>input:focus+label {
    color: #06c;
}
.tabset>label:hover::after,
.tabset>input:focus+label::after,
.tabset>input:checked+label::after {
    background: #06c;
}
.tabset>input:checked+label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}
.tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
}
.tabset {
    max-width: 65em;
}

/* slider number 128 129 135 136 css end=========================================================== */













/* slider number 130 132 css start ====================================================================*/
.imageVerticalCard .imageVerticalChildren {
    float: left;
}
.imageVerticalCard {
    /* background-color: #c0c0c0;  */
    
    overflow: hidden;
    border-radius: 5px;
    border-right: 5px solid yellow !important;
    box-shadow: rgba(149, 157, 165, 0.3) 0px 12px 48px 0px
}
.imageVerticalCard:hover {
    cursor: pointer;
    background-color: gray;
}

/* slider number 130 132 css end ====================================================================*/






/* slider number 131 css start ====================================================================== */
.marquee-container {
    overflow: hidden;
    height: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
    /* / line-height: 150px; / */
}
.marquee {
    top: 0;
    left: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
}
.marquee2 {
    animation-delay: 15s;
}
.marquee2:hover {
    animation-play-state: paused;
}
.marquee-container:hover .marquee2 {
    animation-play-state: paused;
}
.marquee-container:hover .marquee {
    animation-play-state: paused;
}
@keyframes marquee {
    0% {
        left: 100%;
    }
    
    100% {
        left: -100%;
    }
}
.marquee:hover {
    animation-play-state: paused;
}
@media only screen and (max-width:675px) {
    .marquee-container {
        overflow: hidden;
        height: 100px !important;
        margin-bottom: 5px;
        margin-top: 5px;
    }
}

/* slider number 131 css end ====================================================================== */









/* slider number 133 css start============================================ */
.ModelProductsCard {
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.3) 0px 12px 48px 0px;
    /* / box-shadow:inset -6px 0px 10px -9px #8c8c8c,inset 6px 0px 10px -9px #8c8c8c; / */
}
.ModelProductsCard_innerTopCon {
    position: relative;
}
.ModelProductsCard__btn {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: 45px;
    font-weight: bold;
    background-color: white;
    margin-top: 3px;
    margin-bottom: 3px;
    border: 3px solid black;
}
.ModalPRoductsCardTitle_strikePrice {
    padding: 2px 4px 2px 4px;
    background-color: rgba(177, 14, 14, 0.619);
    color: white;
}
.ModalPRoductsCardTitle__Price {
    padding: 2px 4px 2px 4px;
    background-color: black;
    color: white;
    margin-left: 12px;
}
.deatiltDescribitonProducts {
    font-weight: bold;
}
.ModelProductsCard__btn:hover {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: 45px;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: 3px solid rgba(0, 0, 0, 0);
}
.ModelProductsCard_innerTopCon_categorie {
    position: absolute;
    top: 0px;
    font-style: italic;
    padding: 2px 6px 2px 6px;
    background: rgb(226, 226, 17);
    right: 0px;
    cursor: pointer;
}

/* slider number 133 css end============================================ */









/* slider number 134 css start=============================================== */
.imageHoverAndBorderRadiusW30 {
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.3) 0px 12px 48px 0px;
    transition: all, 0.8s ease-in-out;
}
.imageHoverAndBorderRadiusW30:hover {
    box-shadow: 0px 0px 18px -6px rgb(0 0 0 / 50%);
    transform: scale(1.02);
}

/* slider number 134 css end=============================================== */














/* slider number 141 css start not working======================================*/
.servicePlates:hover {
    background-color: skyblue;
    box-shadow: 0 25.6px 57.6px 0 rgb(0 0 0 / 22%), 0 4.8px 14.4px 0 rgb(0 0 0 / 18%);
}

/* slider number 141 css end======================================*/









/* slider number 142 css start========================================================= */
.service_box {
    display: flex !important;
    grid-gap: 0px;
}
.container {
    max-width: 1320px;
}
section {
    overflow: hidden;
}
.section-bg {
    background: #f5f8fd;
}
.section-header h3 {
    font-size: 36px;
    color: #413e66;
    text-align: center;
    font-weight: 700;
    position: relative;
    font-family: "Montserrat", sans-serif;
}
.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #535074;
    width: 50%;
}
@media (max-width: 767px) {
    .section-header p {
        width: 100%;
    }
}
#services {
    padding: 60px 0 40px 0;
}
#services .box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    text-align: center;
}
#services .box:hover {
    transform: scale(1.1);
}
#services .icon {
    margin: 0 auto 15px auto;
    padding-top: 12px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
#services .icon .service-icon {
       margin-top: -22px;
    margin-left: -12px;
    font-size: 36px;
    line-height: 1;
}
#services .service_title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
#services .service_title a {
    color: #111;
}
#services .box:hover .service_title a {
    color: #c59c35;
}
#services .box:hover .service_title a:hover {
    text-decoration: none;
}
#services .service_description {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: left;
}

/* slider number 142 css end =================================================================*/






/* slider number 146 css start===================================== */
.about_container {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    bottom: 5px;
    padding: 60px;
    text-align: center;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    
    50% {
        background-position: 100% 50%;
    }
    
    100% {
        background-position: 0% 50%;
    }
}
.button {
    background-color: dodgerblue;
    color: white;
    padding: 12px;
    font-size: 18px;
    border: 1px solid dodgerblue;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
}

/* slider number 146 css end===================================== */











/* slider number 150 151 css start============================================ */
.realSateCardBtnEffectOnHover {
    transition: all, 0.4s ease-in-out;
}
.realSateCardBtnEffectOnHover:hover {
    transform: scale(0.95);
}
.realStateService_card {
    cursor: pointer;
    transition: all, 0.4s ease-in-out;
    border-radius: 10px;
}
.realStateService_card:hover {
    background-color: orange;
    color: white;
    border-radius: 10px !important;
}
.servcieShowAnimatedRealState:hover {
    border-bottom: 3px solid orange;
}
.realStateServices {
    border-left: 3.4px solid orange;
}
.realStateReverslider {
    display: flex;
    flex-direction: row;
}
.realStateBoxInReverseMode {
    flex: 50%;
}
@media only screen and (max-width:598px) {
    .realStateReverslider {
        flex: 100% !important;
        flex-direction: column-reverse;
    }
}

/* slider number 150 151 css end============================================ */








/* slider number 153 css start=============================== */
.service-details {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    width: 460px;
    height: 250px;
    /*height: 230px;*/
    
    overflow: hidden;
    position: relative;
}
.service-details img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: inherit;
    width: auto;
    height: 100%;
    float: left;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
}
.service-details:hover img {
    /*opacity: 0.4 !important;*/
}
.service-details .service-hover-text h3 {
    padding: 0px;
    margin: 0px;
    font-size: 25px;
    font-weight: 300;
    font-family: "Open Sans";
}
.service-details .service-hover-text h4 {
    padding: 0px;
    padding-bottom: 13px;
    margin: 0px;
    font-size: 14px;
    letter-spacing: 3px;
    width: 90%;
    font-family: "Open Sans";
    text-transform: uppercase;
    border-bottom: 2px solid #000;
}
.service-details .service-hover-text p {
    padding-top: 13px;
    font-size: 14px;
    line-height: 20px;
    font-family: "Open Sans";
}
.service-details .service-hover-text {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    padding: 3% 4%;
    background: #D90E0E;
    color: rgba(255, 255, 255, 1);
    /*	display: none;*/
    
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.4s;
}
.service-details:hover .service-hover-text {
    display: block !important;
    color: rgba(255, 255, 255, 1);
    background: rgba(217, 14, 14, 0.85);
    left: 0px;
    top: 0px;
}
.service-details .service-text {
    width: 50%;
    height: inherit;
    background: #000;
    float: left;
    position: absolute;
    left: 50%;
}
.service-details .service-text p {
    padding: 100px 0px 0px 20px;
    font-size: 24px;
    font-family: "Open Sans";
    font-weight: 700;
    color: #fff;
}
.service-details .service-text p span {
    font-family: "Open Sans" !important;
}
/* .service-details .service-text a,
.service-white .service-text {
    padding: 0px 0px 0px 20px;
    font-size: 14px !important;
    color: #FF5A22 !important;
    font-family: "Open Sans" !important;
    text-decoration: none !important;
} */
.service-details .service-text {
    float: left;
}
.service-white {
    background: #eee !important;
    width: 50% !important;
    height: inherit !important;
}
.service-white p {
    color: #000 !important;
}

/* slider number 153 css end ===============================*/







/* slider number 154 css start================================== */
.service-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.service-icon {
    width: 100%;
    height: 220px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
}
.service-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 220px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    background-color: #22c1c3;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
}
.service-box .service-icon .front-content {
    position: relative;
    top: 80px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.service-box .service-icon .front-content i {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}
.service-box .service-icon .front-content h3 {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.service-box .service-content h3 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.service-box .service-content p {
    font-size: 13px;
    color: white;
    margin: 0;
}
.yellow {
    background-color: #2788e9;
}

/* .orange{background-color: #fc7f0c;} */

/* .red{background-color: #e84b3a;} */
.service-box:hover .service-icon {
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg);
}
.service-box:hover .service-content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}

/* slider number 154 css end============================================= */










/* slider number 155 156 css start================== */
.c-services {
    margin: "10px";
    width: 100%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 20px;
    background-color: white;
    color: black;
    font-size: 15px;
    font-weight: 700;
    /* letter-spacing: -0.04em; */
    
    text-align: center;
    border-bottom: 5px solid green;
}
.c-services:hover {
    background-color: orange;
    border-bottom: 5px solid blueviolet;
}

/* slider number 155 156 css end================== */







/* slider number 158 css start======================================= */
.about_detail {
    background-color: black;
    color: white;
    border-bottom-left-radius: 70px;
    border-top-right-radius: 70px;
}

/* slider number 158 css end ========================================*/












/* slider number 159 160 css start================================================ */
.containerBanner {
    height: 60vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='2100' height='400' preserveAspectRatio='none' viewBox='0 0 2100 400'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1430%26quot%3b)' fill='none'%3e%3crect width='2100' height='400' x='0' y='0' fill='url(%23SvgjsLinearGradient1431)'%3e%3c/rect%3e%3cpath d='M 0%2c134 C 140%2c115 420%2c27.2 700%2c39 C 980%2c50.8 1120%2c199.6 1400%2c193 C 1680%2c186.4 1960%2c43.4 2100%2c6L2100 400L0 400z' fill='rgba(165%2c 7%2c 7%2c 1)'%3e%3c/path%3e%3cpath d='M 0%2c238 C 105%2c250.6 315%2c306 525%2c301 C 735%2c296 840%2c199.6 1050%2c213 C 1260%2c226.4 1365%2c354.4 1575%2c368 C 1785%2c381.6 1995%2c298.4 2100%2c281L2100 400L0 400z' fill='rgba(255%2c 43%2c 43%2c 1)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1430'%3e%3crect width='2100' height='400' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='50%25' y1='100%25' x2='50%25' y2='0%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1431'%3e%3cstop stop-color='%230e2a47' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(255%2c 255%2c 255%2c 0)' offset='0.97'%3e%3c/stop%3e%3cstop stop-color='rgba(255%2c 255%2c 255%2c 0)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}
.bannerToptextInOulineBorder {
    color: #A50707;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
@media only screen and (max-width:600px) {
    .containerBanner {
        height: 60vh;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='600' height='350' preserveAspectRatio='none' viewBox='0 0 600 350'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1382%26quot%3b)' fill='none'%3e%3crect width='600' height='350' x='0' y='0' fill='url(%23SvgjsLinearGradient1383)'%3e%3c/rect%3e%3cpath d='M 0%2c26 C 30%2c39.8 90%2c93.2 150%2c95 C 210%2c96.8 240%2c30.2 300%2c35 C 360%2c39.8 390%2c121.6 450%2c119 C 510%2c116.4 570%2c41.4 600%2c22L600 350L0 350z' fill='rgba(165%2c 7%2c 7%2c 1)'%3e%3c/path%3e%3cpath d='M 0%2c324 C 40%2c303.2 120%2c225.8 200%2c220 C 280%2c214.2 320%2c291.2 400%2c295 C 480%2c298.8 560%2c250.2 600%2c239L600 350L0 350z' fill='rgba(255%2c 43%2c 43%2c 1)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1382'%3e%3crect width='600' height='350' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='50%25' y1='100%25' x2='50%25' y2='0%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1383'%3e%3cstop stop-color='%230e2a47' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(255%2c 255%2c 255%2c 0)' offset='0.97'%3e%3c/stop%3e%3cstop stop-color='rgba(255%2c 255%2c 255%2c 0)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
    }
}
.bannerSecond15Parent {}
.bannerSecond15 {
    height: 60vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='2400' height='600' preserveAspectRatio='none' viewBox='0 0 2400 600'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1756%26quot%3b)' fill='none'%3e%3crect width='2400' height='600' x='0' y='0' fill='url(%23SvgjsLinearGradient1757)'%3e%3c/rect%3e%3cpath d='M 0%2c0 C 160%2c30.2 480%2c147.2 800%2c151 C 1120%2c154.8 1280%2c29 1600%2c19 C 1920%2c9 2240%2c84.6 2400%2c101L2400 600L0 600z' fill='rgba(98%2c 106%2c 183%2c 1)'%3e%3c/path%3e%3cpath d='M 0%2c248 C 96%2c258.6 288%2c297.8 480%2c301 C 672%2c304.2 768%2c249 960%2c264 C 1152%2c279 1248%2c387.6 1440%2c376 C 1632%2c364.4 1728%2c204.2 1920%2c206 C 2112%2c207.8 2304%2c349.2 2400%2c385L2400 600L0 600z' fill='rgba(86%2c 103%2c 173%2c 1)'%3e%3c/path%3e%3cpath d='M 0%2c444 C 120%2c470.4 360%2c570.8 600%2c576 C 840%2c581.2 960%2c479 1200%2c470 C 1440%2c461 1560%2c525.2 1800%2c531 C 2040%2c536.8 2280%2c505.4 2400%2c499L2400 600L0 600z' fill='rgba(117%2c 111%2c 226%2c 1)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1756'%3e%3crect width='2400' height='600' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='50%25' y1='100%25' x2='50%25' y2='0%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1757'%3e%3cstop stop-color='%230e2a47' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(255%2c 255%2c 255%2c 0)' offset='0.97'%3e%3c/stop%3e%3cstop stop-color='rgba(255%2c 255%2c 255%2c 0)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}
.bannerSecond15 div {
    padding: 5% 25% 3% 25%;
}
.bannerSecondToptextInOulineBorder {
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    color: rgba(98, 106, 183, 1);
}
@media only screen and (max-width:660px) {
    .bannerSecond15 div {
        padding: 5% 10% 3% 10%;
    }
    
    .bannerSecondToptextInOulineBorder {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='679' height='400' preserveAspectRatio='none' viewBox='0 0 679 400'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1950%26quot%3b)' fill='none'%3e%3crect width='679' height='400' x='0' y='0' fill='url(%23SvgjsLinearGradient1951)'%3e%3c/rect%3e%3cpath d='M 0%2c86 C 45.4%2c77 136.2%2c32 227%2c41 C 317.8%2c50 363.6%2c127.6 454%2c131 C 544.4%2c134.4 634%2c72.6 679%2c58L679 400L0 400z' fill='rgba(98%2c 106%2c 183%2c 1)'%3e%3c/path%3e%3cpath d='M 0%2c188 C 27.2%2c198 81.6%2c240.2 136%2c238 C 190.4%2c235.8 217.6%2c181.4 272%2c177 C 326.4%2c172.6 353.6%2c216.8 408%2c216 C 462.4%2c215.2 489.8%2c162.8 544%2c173 C 598.2%2c183.2 652%2c248.2 679%2c267L679 400L0 400z' fill='rgba(86%2c 103%2c 173%2c 1)'%3e%3c/path%3e%3cpath d='M 0%2c268 C 68%2c285.4 204.2%2c355 340%2c355 C 475.8%2c355 611.2%2c285.4 679%2c268L679 400L0 400z' fill='rgba(117%2c 111%2c 226%2c 1)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1950'%3e%3crect width='679' height='400' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='50%25' y1='100%25' x2='50%25' y2='0%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1951'%3e%3cstop stop-color='%230e2a47' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(255%2c 255%2c 255%2c 0)' offset='0.97'%3e%3c/stop%3e%3cstop stop-color='rgba(255%2c 255%2c 255%2c 0)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
    }
}

/* slider number 159 160 css end================================================ */









/* slider number 162 css start ======================================== */
.thirdbanner15svgbgHolder {
    height: 300px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='2200' height='360' preserveAspectRatio='none' viewBox='0 0 2200 360'%3e%3cg mask='url(%26quot%3b%23SvgjsMask2111%26quot%3b)' fill='none'%3e%3crect width='2200' height='360' x='0' y='0' fill='url(%23SvgjsLinearGradient2112)'%3e%3c/rect%3e%3cpath d='M 0%2c198 C 440%2c163.8 1760%2c61.2 2200%2c27L2200 360L0 360z' fill='rgba(98%2c 106%2c 183%2c 1)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask2111'%3e%3crect width='2200' height='360' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='50%25' y1='100%25' x2='50%25' y2='0%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient2112'%3e%3cstop stop-color='%230e2a47' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(255%2c 255%2c 255%2c 0)' offset='0.97'%3e%3c/stop%3e%3cstop stop-color='rgba(255%2c 255%2c 255%2c 0)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}
.bannerThird15InnerBody div {
    padding: 5% 25% 3% 25%;
}
.bannerThird15InnerBody {
    margin-bottom: -220px !important;
}
@media only screen and (max-width:660px) {
    .bannerThird15InnerBody div {
        padding: 5% 10% 3% 10%;
    }
}

/* slider number 162 css end ======================================== */









/* slider number 163 css start ================================================= */
.employee-container {
    margin-top: 80px;
}
.employee {
    box-shadow: 7px 7px 15px #bbcfda, -4px -4px 13px #fff, inset 4px 4px 8px rgba(209, 217, 230, 0.2), inset -8px -8px 8px rgba(255, 255, 255, 0.2) !important;
    width: 100%;
    background-color: black;
    margin: 10px auto;
    display: block;
    overflow: hidden;
    height: 400px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
}
.employee:hover>.employee-image {
    margin-top: -100px;
}
.employee-image {
    background-color: #fff;
    height: 400px;
    width: 100%;
    transition: 0.5s;
}
.employee-image img {
    height: 100%;
}
.employee-name {
    color: #fff;
    font-weight: bold;
    padding: 5px;
}
.employee-name h1 {
    font-size: 20px;
}
.employee-name h2 {
    font-size: 15px;
    color: yellow;
    width: 100%;
    /* padding:0px; */
    
    text-align: center;
    margin-bottom: 30px !important;
}
.employee-social-link ul li {
    position: relative;
    bottom: -120px;
}
.employee-social-link ul {
    text-align: center;
    list-style: none;
}
.employee-social-link ul li {
    display: inline-block;
    margin: 7px;
    background-color: #000;
    padding: 10px;
    border-radius: 50%;
    line-height: 0.1;
    margin-left: -5px;
}
.employee-social-link i {
    font-size: 15px;
    color: #fff;
    animation-name: rotate-icon;
}
.employee-social-link ul li:nth-child(1) {
    transition: 1.0s;
}
.employee-social-link ul li:nth-child(2) {
    transition: 1.3s;
}
.employee-social-link ul li:nth-child(3) {
    transition: 1.6s;
}
.employee-social-link ul li:nth-child(4) {
    transition: 1.9s;
}
.employee-social-link ul li:nth-child(5) {
    transition: 2.2s;
}
.employee:hover>.employee-details .employee-social-link ul li {
    bottom: 250px;
}

/* slider number 163 css end ================================================= */










/* slider number 164 css start ================================================= */
.task_card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    perspective: 800px;
    transform-style: preserve-3d;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.abstract,
.card_details {
    width: 100%;
    padding: 15px 30px;
    position: relative;
    background: #Aaf0d1;
}
.task_card:hover .abstract,
.task_card:hover .card_details {
    background: #F5f5dc;
}
.abstract {
    transition: 0.3s ease all;
}
.card_details {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    transform: rotateX(-180deg);
    transform-origin: top center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.3s transform ease;
}
.card_details:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: grey;
}
.task_card:hover .card_details {
    max-height: none;
    overflow: visible;
    visibility: visible;
    transform: rotateX(0deg);
}
.details__inner {
    padding: 15px 30px;
}

/* slider number 164 css end ================================================= */








/* slider number 165 css start ================================================= */
.content_card {
    border-bottom: 5px solid black;
}
.content_card:hover {
    border-bottom: 5px solid yellow;
}

/* slider number 165 css end ================================================= */







/* slider number 166 167 css start====================================== */
.cardLinearAffect_agian {
    border-width: 3px;
    margin-top: 70px;
    cursor: pointer;
    transition: background, 0.4s ease-in-out;
    box-shadow: 0 25.6px 57.6px 0 rgb(0 0 0 / 22%), 0 4.8px 14.4px 0 rgb(0 0 0 / 18%);
}
.cardLinearAffect_agian:hover {
    background: linear-gradient(36deg, rgba(214, 204, 126, 1) 0%, rgba(136, 201, 198, 1) 40%, rgba(161, 177, 204, 1) 100%);
}
.cardLinearAffect {
    border-width: 3px;
    margin-top: 70px;
    cursor: pointer;
    transition: background, 0.4s ease-in-out;
    box-shadow: 0 25.6px 57.6px 0 rgb(0 0 0 / 22%), 0 4.8px 14.4px 0 rgb(0 0 0 / 18%);
}
.cardLinearAffect:hover {
    background: linear-gradient(0deg, rgba(49, 96, 195, 1) 7%, rgba(253, 45, 196, 1) 100%);
    color: white;
}
.cardLinearAffect:hover {
    box-shadow: 0 25.6px 57.6px 0 rgba(0, 0, 0, 0.095), 0 4.8px 14.4px 0 rgba(0, 0, 0, 0.081);
}

/* slider number 166 167 css end====================================== */








/* slider number 168 css start============================== */
.our-team-main {
    width: 100%;
    height: auto;
    border-bottom: 7px #8B0000 solid;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    margin-bottom: 28px
}

.our-team-main img {
    border-radius: 50%;
    margin-bottom: 20px;
    width: 90px
}

.our-team-main h3 {
    font-size: 20px;
    font-weight: 700
}

.our-team-main p {
    margin-bottom: 0
}

.team-back {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 15px 0 15px;
    text-align: left;
    background: #fff
}

.team-front {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 15px;
    bottom: 0px;
    transition: all 0.5s ease
}

.our-team-main:hover .team-front {
    bottom: -210px;
    transition: all 0.5s ease
}

.our-team-main:hover {
    border-color: #FF0000;
    transition: 0.5s;
}

/* slider number 168 css end============================== */










/* slider number 169 170 171 css start=========================================== */

.card_container{
  border-top: 10px solid red;
  border-radius: 30px;
  padding: 10px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.card_container:hover{
background-color: #C0c0c0;
transition:1.5s;
padding: 10px;
box-shadow: 0px 13px 27px -5px rgba(50,50,93,0.25) , 0px 8px 16px -8px rgba(0,0,0,0.3) , 0px -6px 16px -6px rgba(0,0,0,0.025);
}

img.center {
    display: block;
    margin: 0 auto;
}


.Again_card_container{
    padding: 10px;
      box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.Again_card_container:hover{
background-color: #Ffb347;
box-shadow: 0px 13px 27px -5px rgba(50,50,93,0.25) , 0px 8px 16px -8px rgba(0,0,0,0.3) , 0px -6px 16px -6px rgba(0,0,0,0.025);

}

    /* slider number 169 170 171 css end=========================================== */









    
/* slider number 173 css start====================================================== */
.social_card {
    margin-top: 80px;
    margin-bottom: 80px
}

.social_card .col-md-4 {
    display: flex;
    align-items: center;
    justify-content: center
}

.social_card .card::before {
    content: "";
    position: absolute;
    top: -50px;
    height: 0;
    width: 150%;
    background-color: #1369ce;
    z-index: -1;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    transition: all 0.5s ease-in-out
}

.social_card .card {
    width:100%;
    height:430px;
    overflow: hidden;
    z-index: 3;
    transition: all 0.5s ease-in-out;
    border: none;
    box-shadow: 5px 5px 10px #1f1f1fa8, -5px -5px 10px #1f1f1fa8
}

.social_card .card:hover::before {
    height: 150px
}

.social_card .card .img-container {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out
}

.social_card .card:hover .img-container {
    border: 10px solid #1369ce
}

.social_card .card .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s ease-in-out
}

.social_card .card:hover .img-container img {
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.8)
}

.social_card .card .h3 {
    margin-bottom: 5px !important;
    font-weight: 600;
    pointer-events: none
}

.social_card .card .designation {
    font-size: 0.85rem;
    letter-spacing: 2px;
    pointer-events: none
}

.social_card .card ul {
    background-color: #1369ce;
    transition: all 0.5s ease-in-out;
    transform: translateY(100px)
}

.social_card .card:hover ul {
    transform: translateY(40px)
}

.social_card .card ul li {
    padding: 5px 8px;
    transition: all 0.4s
}

.social_card .card ul li a {
    color: #FFF
}

.social_card .card ul li:hover {
    background: #fff
}

.social_card .card ul li:hover a {
    color: #1369ce
}
/* slider number 173 css end====================================================== */













/* slider number 175 css start====================================== */
.card1 .card {
    /* width: 220px; */
    /* width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
    padding: 10px 25px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px
}

.card1 .card .fas.fa-arrow-right {
    position: absolute;
    bottom: -100px;
    background-color: #4e9525;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: gold;
    opacity: 0;
    transform: translateY(50%);
    transition: all 0.5s ease
}

.card1 .card:hover .fas.fa-arrow-right {
    bottom: 0px;
    opacity: 1
}

.card1 .card .envira,
.card1 .fas.fa-cut,
.card1 .fas.fa-people-carry {
    font-size: 40px;
    background-color: #0000000d;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #4e9525
}

.card1 .card:hover .envira,
.card1 .card:hover .fas.fa-cut,
.card1 .card:hover .fas.fa-people-carry {
    color: gold;
    background-color: #4e9525
}

    /* slider number 175 css end====================================== */











    
/* slider number 176 css start==================================================== */

.blur-image-container {
    width: 100%;
    /* height: 250px; */
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.blur-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.blur-image-container .content {
    
    height: 100px;
    width: 95%;
    position: absolute;
    bottom: -150px;
    left: 2.5%;
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: all 1s;
    overflow: hidden
}

.blur-image-container:hover .content {
    bottom: 14px;
}
    /* slider number 176 css end==================================================== */














    


/* slider number 177 css start======================================= */
.snip1527 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    float: left;
    font-family: 'Lato', Arial, sans-serif;
    font-size: 16px;
   
    max-width: 100%;
    min-width: 250px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%
}

  
.snip1527 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease
}

.snip1527 img {
    max-width: 100% !important;
    vertical-align: top;
    position: relative
}

.snip1527 figcaption {
    padding: 25px 20px 25px;
    position: absolute;
    bottom: 0;
    z-index: 1
}

.snip1527 figcaption:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #700877;
    content: '';
    background: -moz-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
    background: -webkit-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
    background: linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
    opacity: 0.8;
    z-index: -1
}

/* .snip1527 .date {
    background-color: #fff;
    border-radius: 50%;
    color: #700877;
    font-size: 18px;
    font-weight: 700;
    min-height: 48px;
    min-width: 48px;
    padding: 10px 0;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: -25px
} */

/* .snip1527 .date span {
    display: block;
    line-height: 14px
}

.snip1527 .date .month {
    font-size: 11px
} */

.snip1527 h3,
.snip1527 p {
    margin: 0;
    padding: 0
}

.snip1527 h3 {
    display: inline-block;
    font-weight: 700;
    letter-spacing: -0.4px;
    margin-bottom: 5px
}

.snip1527 p {
    font-size: 0.8em;
    line-height: 1.6em;
    margin-bottom: 0px
}

.snip1527 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1
}

.snip1527:hover img,
.snip1527.hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.snip1527 img {
    border-radius: 5px
}

/* slider number 177 css end======================================= */











/* slider number 178 css start=========================================== */

.user_profile {
    margin-top:15px;
    position: relative;
    width: 100%;
    height: 350px;
    /* background: url("https://i.imgur.com/sAtgYjl.jpg"); */
    background-size: cover;
    cursor: pointer;
    border: 12px;
    border-top-right-radius: 35px !important;
    border-radius: 6px
}

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 12px;
    cursor: pointer;
    opacity: 0;
    transition: all 1s;
    border-top-right-radius: 35px !important;
    border-radius: 6px
}

.user_profile:hover .overlay {
    opacity: 1
}

.user_social_icons {
    width: 100%;
    display: flex;
    list-style: none;
    bottom: 10px;
    position: absolute;
    text-align: center;
    justify-content: center;
 
}

.user_social_icons li {
    width: 25px;
    height: 25px;
    border: 1px solid #eee;
    padding: 20px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
    transition: all 1s
}

.user_social_icons li:hover {
    background: #fff;
    color: #000
}

.overlay .user_about {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 40%;
    color: #fff;
    flex: column
}
    /* slider number 178 css end=========================================== */









    
/* slider number 179 css start================================================= */

.card23022022 {
  background: linear-gradient(36deg, rgba(214,204,126,1) 5%, rgba(214,204,126,1) 22%, rgba(161,177,204,0.5410539215686274) 100%, rgba(227,1,21,1) 100%);
  margin-top: 1.5rem;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease-in-out;
}

.card23022022 .card-content {
    margin-top: -15px;
  padding: 2rem;
  min-height: 110px;
  padding-bottom: 1rem;
}

.card23022022 .card-image img {
  width: 100%;
  height:200px;
}

/* .card23022022 .card-footer:after {
  content: "";
  width:0% ;
  margin-left:20px;
  height: 6px;
  background: linear-gradient(36deg, rgba(214,204,126,1) 5%, rgba(227,1,21,1) 61%, rgba(161,177,204,1) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s;
} */

.card23022022:hover .card-footer:after, .card23022022:focus .card-footer:after {
  width: 88%;
}
    /* slider number 179 css end================================================= */













    
/* slider number 180 181 css start================================================= */

.animated_card {
  display: grid;
  place-items: center;
  width:100%;
  height: auto;
  aspect-ratio: 0.7;
  margin: auto;
  background: linear-gradient(50deg, darkgreen, Teal);
  position: relative;
  border-radius: 5%;
  overflow: hidden;
  padding: 3px;
}
.animated_card::before {
  content: "";
  background: linear-gradient(45deg, SpringGreen, Aqua);
  width: 400px;
  height: 20px;
  position: absolute;
  transform: rotate(-52deg) translate(0, -180px);
}
.card23_02_22 {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 0.7;
  border-radius: 5%;
  background-color: #111522;
  color: #858585;
  position: relative;
}

.txt230222 {
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: color 1s ease;
}

.txt230222 p::before {
  content: "";
  display: inline-block;
  width: 98%;
  height: 2px;
  background: linear-gradient(45deg, SpringGreen, Aqua);
  transform: scaleX(0);
  transition: transform 1s ease;
}
.animated_card:hover::before {
  animation: effetto 3s infinite;
}
.animated_card:hover .txt230222 p::before {
  transform: scaleX(1);
}

.animated_card:hover .card23_02_22 {
  color: #fff;
}
@keyframes effetto {
  50% {
    transform: rotate(-52deg) translate(0, 180px);
  }
}

    /* slider number 180 181 css end================================================= */














/* slider number 182 183 184 css start===================================*/
.planBtn_22{
    transition: background , 0.3s ease-in-out;
}
.planBtn_22:hover{
    background: #f8452d !important;
    color: white !important;
}
.cardGoverEffect{
transition:box-shadow , 0.4s ease-in-out;
cursor: pointer;
}
.cardGoverEffect:hover{
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;

}


.hoverCurveEffectCard:hover .animationTagToPlay{
    height:240px;
}

.hoverCurveEffectCard:hover{
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;

}
.animationTagToPlay{
    background: linear-gradient(90deg, rgba(131, 58, 180, 0.748) 0%, rgba(253,29,29,0.748) 67%, rgba(252,176,69,0.748) 100%) !important;
    
    height:0px;
    position: absolute;
    bottom: 0px;
    cursor: pointer;
    transition: height , 0.7s ease-in-out;
    z-index: -1;
    width:100%;
    /* border-top-right-radius: 50%;
    border-top-left-radius: 50%; */
}


.animatedSquerCard:hover .sqrBoxAnimated{
    height: 100%;
    width: 5px;
}
.sqrBoxAnimated{
    width: 5px;
    height:0px;
}
.sqrBoxAnimated{
   transition: height, 0.3s ease-in-out;
   background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);
}
/* slider number 182 183 184 css start===================================*/







/* slider number 185 css start======================== */
.markQueMsgContainer {
    width: 100%;
    overflow: hidden; 
  }
 
  .markQueMsgContainerwrap {
    width: 100%;
    padding-left: 100%; 
    background-color: #111;
  }
 
  @keyframes ticker {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-200%, 0, 0);
    }
  }
  .markQueMsgContainerwrapmove {
   
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 50s;
  }
  .markQueMsgContainerwrapmove:hover {
    animation-play-state: paused; 
  }
  /* / Items / */
  .markQueMsgContaineritem{
    display: inline-block; 
    padding: 0;
    margin-top: 15px;
  }
  @media only screen and (max-width: 768px) {
    .markQueMsgContainerwrapmove {
      animation-duration: 30s;
    }
   
    @keyframes ticker {
      0% {
        transform: translate3d(0, 0, 0);
      }
      100% {
        transform: translate3d(-150%, 0, 0); 
      }
    }
  }
    /* slider number 185 css end======================== */




    
    /* slider number 186 css start============================ */
    .hoverImageTopAnimation{
    transition:all , 0.3s ease-in-out;
}
.cardHoverEffectCard:hover  .hoverImageTopAnimation{
    transform: scale(0.95);
}
    /* slider number 186 css end============================ */







     /* slider number 187 188 css start========================= */
    .HoverEffectShadow{
        transition:all , 0.3s ease-in-out !important;
}
.cardHoverEffectShadow:hover .HoverEffectShadow{

    box-shadow: rgba(149, 157, 165, 0.3) 0px 12px 48px 0px !important;
}

        /* slider number 1187 188 css end========================= */








         /* slider number 189 css start============================ */

  .cardSvg_animated {
    position: relative;
    background: #333;
   width:100%;
    /* / height: 75vh; / */
    border-radius: 6px;
    padding: 2rem;
    color: #aaa;
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2), 0 0 1rem rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .cardSvg_animated .card__image-container {
    margin: -2rem -2rem 1rem -2rem;
  }
  .cardSvg_animatedcard__line {
    opacity: 0;
    animation: LineFadeIn 0.8s 0.8s forwards ease-in;
  }
  .cardSvg_animatedcard__image {
    opacity: 0;
    animation: ImageFadeIn 0.8s 1.4s forwards;
  }
  .cardSvg_animatedcard__title {
    color: white;
    margin-top: 0;
    font-weight: 800;
    letter-spacing: 0.01em;
  }
  .cardSvg_animatedcard__content {
    margin-top: -1rem;
    opacity: 0;
    animation: ContentFadeIn 0.8s 1.6s forwards;
  }
  .card__svg {
    position: absolute;
    left: 0;
    top: 115px;
  }
  
  @keyframes LineFadeIn {
    0% {
      opacity: 0;
      d: path("M 0 300 Q 0 300 0 300 Q 0 300 0 300 C 0 300 0 300 0 300 Q 0 300 0 300 ");
      stroke: #fff;
    }
    50% {
      opacity: 1;
      d: path("M 0 300 Q 50 300 100 300 Q 250 300 350 300 C 350 300 500 300 650 300 Q 750 300 800 300");
      stroke: #888BFF;
    }
    100% {
      opacity: 1;
      d: path("M -2 100 Q 50 200 100 250 Q 250 400 350 300 C 400 250 550 150 650 300 Q 750 450 802 400");
      stroke: #545581;
    }
  }
  @keyframes ContentFadeIn {
    0% {
      transform: translateY(-1rem);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes ImageFadeIn {
    0% {
      transform: translate(-0.5rem, -0.5rem) scale(1.05);
      opacity: 0;
      filter: blur(2px);
    }
    50% {
      opacity: 1;
      filter: blur(2px);
    }
    100% {
      transform: translateY(0) scale(1);
      opacity: 1;
      filter: blur(0);
    }
  }
            /* slider number 189 css end============================ */









            
/* slider number 192 css start ================================================================ */

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #00a01d;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  /* padding: 67px 40px 64px; */
}

.we-offer-area.text-center .item i {
  background: #00a01d none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}


.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #00a01d none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #00a01d none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

/* slider number 192 css end ================================================================ */











/* slider number 193 194 195 196 css start====================================== */

.choose_us .section_title {
    margin-top: 45px;
}
.service .single_service {
  padding: 32px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

.service .single_service:hover{
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
}

.service .img_icon {
  /* border: 1px solid #666; */
  border-radius: 5%;
  color: #333333;
  font-size: 35px;
  line-height: 65px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  width: 70px;
}

.service .single_service .single_service-left {
  padding-right: 25px;
}

.single_service-heading {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

.single_service-left {
  display: table-cell;
  vertical-align: top;
}
.single_service-body {
  color: #333333;
  display: table-cell;
  vertical-align: top;
}

.service .single_service:hover {
    background: #F8C01B none repeat scroll 0 0;
}

.hvr-curl-top-right-hover{
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.hvr-curl-top-right-hover:hover{
    background-color: #90EE90 !important;
}
    /* slider number 193 194 195 196 css end====================================== */








    
    /* slider number 197 css start ================================================= */
    
    .section-services02 .single-service {
	position: relative;
	margin-top: 30px;
	background-color: #fff;
	border-radius: 10px;
	padding: 40px 30px;
    border: 1px solid black;
	overflow: hidden;
}

.section-services02 .single-service .content {
	position: relative;
	z-index: 20;
}

.section-services02 .single-service .circle-before {
	position: absolute;
	top: 0;
	right: 0px;
	transform: translate(40%, -40%);
	width: 150px;
	height: 150px;
	background-color: #ff4500;
	border: 6px solid #504f93;
	border-radius: 50%;
	opacity: 0.5;
	z-index: 10;
	transition: all 0.6s;
}

.section-services02 .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}

.section-services02 .single-service .icon02 {
	display: inline-block;
	margin-bottom: 26px;
	width: 70px;
	height: 70px;
	background-color: #ff4500;
	border-radius: 5px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	transition: all 0.3s;
}

.section-services02 .single-service:hover .icon02 {
	background-color: #fff;
	color: #ff4500;
}


.section-services02 .single-service:hover .title {
	color: #fff;
}

.section-services02 .single-service:hover .description {
	color:white;
}

/* slider number 197 css start ================================================= */











/* slider number 198 199 200 201 css start========================================================= */


.serviceBox02_02 {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  padding-top: 10px;
}

.serviceBox02_02 .service-icon {
  color: #fff;
  background: #fff;
  font-size: 45px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  border-radius: 50%;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

.serviceBox02_02 .service-icon:before,
.serviceBox02_02 .service-icon:after {
  content: "";
  background: linear-gradient(to right, #f09119 50%, transparent 50%);
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  transition: all ease 0.8s;
}
.serviceBox02_02:hover .service-icon:before,
.serviceBox02_02:hover .service-icon:after {
  transform: rotateZ(180deg);
}
.serviceBox02_02:hover .service-icon {
  box-shadow: -5px 1px 5px rgba(0, 0, 0, 0.2);
}

.serviceBox02_02 .service-icon:after {
  background: #f09119;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}
.serviceBox02_02 {
  border: 1px solid #e5e4e4;
  padding: 40px;
  border-radius: 20px;
  background: #f9f9f9;
  position: relative;
  z-index: 1;
}

.serviceBox02_02.red .service-icon:before {
  background: linear-gradient(to right, #e34a3a 50%, transparent 50%);
}
.serviceBox02_02.red .service-icon:after {
  background: #e34a3a;
}
.serviceBox02_02.red .title {
  color: #e34a3a;
}

.serviceBox02_02.blue .service-icon:before {
  background: linear-gradient(to right, #009cb5 50%, transparent 50%);
}
.serviceBox02_02.blue .service-icon:after {
  background: #009cb5;
}
.serviceBox02_02.blue .title {
  color: #009cb5;
}

.serviceBox02_02.green .service-icon:before {
  background: linear-gradient(to right, #a1c52d 50%, transparent 50%);
}
.serviceBox02_02.green .service-icon:after {
  background: #a1c52d;
}
.serviceBox02_02.green .title {
  color: #a1c52d;
}

@media only screen and (max-width: 990px) {
  .serviceBox02_02 {
    margin: 0 0 30px;
  }
}

/* slider number 198 199 200 201 css end========================================================= */










/* slider number 202 css start====================================================== */

.services-block-three03_03 .snip_24_22 {
    display: block;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    padding: 20px;
    position: relative;
  margin-bottom:30px;

}
.services-block-three03_03 .snip_24_22:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 2px solid #03a9f5;
    border-right: 2px solid #03a9f5;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.services-block-three03_03 .snip_24_22:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 2px solid #03a9f5;
    border-left: 2px solid #03a9f5;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.services-block-three03_03 .snip_24_22:hover {
    opacity: 1;
    border-color: #d5d5d5;
}

.services-block-three03_03 .snip_24_22:hover:before, .services-block-three03_03 .snip_24_22:hover:after {
    width: 95%;
    height: 90%;
  
}
/* slider number 202 css end====================================================== */









/* slider number 203 css start==================================== */
.box_03_03_2022 {
    position: relative;
  width:100%;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-top: 15px;
  overflow: hidden;
  text-align: center;
}

.box_03_03_2022 .icon_03_03_2022 {
  position: relative;
  width: 80px;
  height: 80px;
  color: #fff;
  background-color: #000;

  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 40px;
  font-weight: 700px;
  transition: 1s;
}

 .box_03_03_2022 .icon_03_03_2022 {
  box-shadow: 0 0 0 0 #e91e63;
  background-color: #e91e63;
}

.box_03_03_2022:hover .icon_03_03_2022 {
  box-shadow: 0 0 0 400px #e91e63;
  background-color: #e91e63;
}

 .box_03_03_2022 .content_03_03_2022 {
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

 .box_03_03_2022:hover .content_03_03_2022 {
  color: #fff !important ;
}

 .box_03_03_2022 .content_03_03_2022 h3 {
  font-size: 20px;
  margin: 10px 0;
}

    /* slider number 203 css end==================================== */








    
    /* slider number 204 css start============================================== */
    
 .card_03_03{
    position: relative;
    cursor: pointer;
}

 .card_03_03 .face{
    width: 100%;
    height: 200px;
    transition: 0.5s;
}

 .card_03_03 .face.face1{
    position: relative;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
}

 .card_03_03:hover .face.face1{
background: #ff0057;
    transform: translateY(0);
}

 .card_03_03 .face.face1 .content{
/* opacity: 0.2; */
    transition: 0.5s;
}

 .card_03_03:hover .face.face1 .content{
opacity: 1;
}

 .card_03_03 .face.face1 .content img.center{
max-width: 100px;
display: block;
margin:0 auto;
}

 .card_03_03 .face.face1 .content h3{
margin: 10px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}

 .card_03_03 .face.face2{
position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
    transform: translateY(-100px);
}

 .card_03_03:hover .face.face2{
    transform: translateY(0);
}

/* slider number 204 css end============================================== */









/* slider number 205 206 css start==================================================== */
.box_04_03 {
    position: relative;
    width:100%;
    height: 300px;
    /* margin: 20px; */
    transform-style: preserve-3d;
    perspective: 1000px;
    cursor: pointer
}

 .box_04_03 .body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 0.9s ease
}

 .box_04_03 .body .imgContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d
}

 .box_04_03 .body .imgContainer img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

 .box_04_03 .body .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: rotateY(180deg)
}

 .box_04_03:hover .body {
    transform: rotateY(180deg)
}

 .box_04_03 .body .content div {
    transform-style: preserve-3d;
    /* padding: 20px; */
    /* background: linear-gradient(45deg, #FE0061, #FFEB3B); */
    transform: translateZ(100px)
}

 .box_04_03 .body .content div h3 {
    letter-spacing: 1px;
    /* padding:10px; */
}
    /* slider number 205 206 css end==================================================== */







    
    /* slider number 207 css start========================================= */
    
    .card_04_03 {
  width: 100%;
  height: auto;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  transition: all 0.6s ease;
}
.card_04_03:hover {
  box-shadow: rgba(255, 172, 28, 0.199) -10px 10px,
    rgba(255, 172, 28, 0.19) -20px 20px;
}
.card_04_03 .content {
    margin-top: 0px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  font-weight: 300;
}
.card_04_03 .content h3 {
  width: 200px;
  font-weight: 300;
  font-size: 25px;
  padding-bottom: 5px;
  border-bottom: 4px solid #ffac1c;
}


    /* slider number 207 css end========================================= */








    
 /* slider number 208 css start================================================== */
 
 .cards_04_03 {
    width:100% !important;
  transition: .4s all ease-in;
  border: none;
  margin: 25px auto;
}


 .cards_04_03 .product-detail {
    width: 100%;
    position: absolute;
    height: 68px;
    bottom: 0;
    overflow: hidden;
    padding: 12px;
    background-color: rgba(223, 217, 217, 0.75);
    transition: all 0.35s;
    text-align: center;
    line-height:normal;
    box-sizing: border-box;
 }
 
.cards_04_03 .product-detail h5
{
  font-family: 'Oswald';
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 3px 0;
 
}

.cards_04_03 .product-detail .subheading {
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: rgba(0,0,0,0.6);
}

.cards_04_03 .product-detail .blockquote_24 
{
  padding: 0;
  margin: 0;
  color:"black";
  /* font-style: italic; */
  font-size: 1em;
  
}
.cards_04_03:hover .product-detail {
  height: calc(89%);
  /* padding-top: 100px; */
}
 /* slider number 208 css end================================================== */








 
/* slider number 209 css start---------------------------------------------------------------- */

.cards_07_03 .card {
box-shadow: 0 8px 10px -5px rgb(0 0 0 / 16%), 0 16px 24px 2px rgb(0 0 0 / 11%), 0 6px 30px 5px rgb(0 0 0 / 10%);
    width: 100%;
    height: 250px;
    max-width: 380px;
    overflow: hidden;
    position: relative;
    display: flex;
    cursor: pointer;
    justify-content: center;
    transition: all ease 0.4s
}

.cards_07_03  .card img {
    transition: all ease 0.4s
}

.cards_07_03 .card:hover img {
    margin-top: -80px
}

.cards_07_03 .card .content {
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: -60%;
    margin-left: -8px;
    transition: all ease 0.5s;
    border-radius: 4px;
    box-shadow: 0px -3px 4px rgba(10, 10, 10, 0.09)
}

.cards_07_03 .card:hover .content {
    bottom: 0%
}

/* .buttons button {
    border-radius: 1px;
    margin-bottom: 10px;
    transition: all ease 0.3s
} */

.cards_07_03 .card .content {
    padding: 10px
}
/* slider number 209 css end---------------------------------------------------------------- */










/* slider number 210 css start----------------------------------------------- */

.card_07_03 .card {
    box-shadow: 0px 5px 16px rgba(223, 241, 223, 0.5);
    transition: 0.8s;
    background: #333;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 7px !important
}

.card-header,
.card.card-footer {
    border-radius: 7px !important
}

.card_07_03 .card .layer {
    position: absolute;
    top: calc(100% - 5px);
    width: 100%;
    height: 100%;
    background: linear-gradient(#03a9f4, #e91ee3);
    left: 0;
    z-index: 1;
    transition: 0.5s
}

.card_07_03 .card:hover .layer {
    top: 0
}

.card_07_03 .card .content .img-1 {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid white !important
}

.quotes_07_03 {
    opacity: 0.1;
    filter: alpha(opacity=40)
}

/* slider number 210 css end----------------------------------------------- */









/* slider number 211 css start----------------------------------------  */

.wrap_07_03 {
  /* width: 800px; */
  width: 100%;
  margin: 0 auto;
}

.wrap_07_03 .wrap_07_03_22 {
  position: relative;
  float: left;
  /* width: 350px; */
  width: 100%;
  height: 220px;
  overflow: visible;
  margin: 20px;
  display: block;
  /* background-color: #000; */
  text-decoration: none;
}

.wrap_07_03 .wrap_07_03_22 div {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 218px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  overflow: hidden;

  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);

  -webkit-transform: translate(-20px, -20px);
  -moz-transform: translate(-20px, -20px);
  -ms-transform: translate(-20px, -20px);
  -o-transform: translate(-20px, -20px);
  transform: translate(-20px, -20px);

  -webkit-transition: width 0.2s, height 0.2s, -webkit-transform 0.2s,
    -webkit-box-shadow 0.2s;
  -moz-transition: width 0.2s, height 0.2s, -moz-transform 0.2s, box-shadow 0.2s;
  transition: width 0.2s, height 0.2s, transform 0.2s, box-shadow 0.2s;
}
.wrap_07_03 .wrap_07_03_22 div:before {
  content: "";
  display: block;
  width: 100%;
  height: 400px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 1;
 
   /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.85) 20%,
    rgba(0, 0, 0, 0) 60%
  );
 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.wrap_07_03 .wrap_07_03_22:hover div:before {
  opacity: 0.7;
}

.wrap_07_03 .wrap_07_03_22 span {
  position: absolute;
  display: block;
  overflow: hidden;
  z-index: 20;
  padding:30px;
  bottom: 0px;
  left: 0;
}

.wrap_07_03 .wrap_07_03_22 span h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.wrap_07_03 .wrap_07_03_22 span p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  opacity: 0;
  max-height: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.wrap_07_03 .wrap_07_03_22:hover span p {
  opacity: 1;
  max-height: 200px;
}

    /* slider number 211 css end----------------------------------------  */








    
    /* slider number 212 213 css start--------------------------------------------------------------- */
    
    .card3_07_03 .card:hover .card_hover_07_03 a, .card:hover {
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

.card3_07_03 .card {
  -webkit-box-flex: 300px;
  -ms-flex: 300px;
  flex: 300px;
  margin: 20px;
  border-radius: 10px;
  border: 2px solid #c3c6ce;
  cursor: pointer;
  position: relative;
  transition: 0.5s ease;
}
.card3_07_03 .card:hover {
  border-color: #008bf8;
}
.card3_07_03 .card:hover .card_hover_07_03 {
  opacity: 1;
}
.card3_07_03 .card:hover .card_hover_07_03 a {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  opacity: 1;
}
.card_hover_07_03 {
  padding: 60px 0;
  text-align: center;
  opacity: 0.6;
  transition: 0.25s ease;
}
.card_hover_07_03 h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
.card_hover_07_03 p {
  margin: 10px 0 0;
}
.card_hover_07_03 a {
  -webkit-transform: translate(-50%, 125%);
  -ms-transform: translate(-50%, 125%);
  transform: translate(-50%, 125%);
  border-radius: 20px;
  background-color: #008bf8;
  color: #fff;
  padding: 8px 16px;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  transition: 0.25s ease;
}
.card.card--dark {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  border:none;
}
/* .card.card--dark .card--hover {
  color: #fff;
} */
.card.card--dark a {
  background-color: #7FEFBD;
  color: #1a1a1a;
}



  /* slider number 212 213 css end--------------------------------------------------------------- */








  
/* slider number 214 215 css start============================================ */

.wrap_08_03 .card_08_03 {
  position: relative;
  margin-bottom: 15px;
  padding: 10px;
  /* width: 300px; */
  width:100%;
  height: 360px;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  transform: scale(0.99);
  transition: 0.4s ease-in-out;
  z-index: 0;
}
.wrap_08_03 .card_08_03:hover {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  transform: scale(1);
}
.wrap_08_03 .card_08_03:hover .backdrop {
  top: 65%;
}
.wrap_08_03 .card_08_03 .backdrop {
  position: absolute;
  left: 50%;
  top: 75%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: linear-gradient(180deg, #8B3FD3 0%, #3F28DD 26.52%);
  transform: translateX(-50%);
  transition: top 0.4s ease-in-out;
  z-index: -1;
}
.wrap_08_03 .card_08_03 .content {
  padding: 5px 10px;
}
.wrap_08_03 .card_08_03 .content img {
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 85%;
  transform: translateX(-50%);
}

.wrap_08_03 .card_08_03 .action-buttons {
  position: absolute;
  display: flex;
  bottom: 10px;
}
.wrap_08_03 .card_08_03 .action-buttons .btn {
  margin: 0;
  padding: 8px 11px;
  border-radius: 8px;
  background: #f4f4f4;
  text-decoration: none;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.2);
  transition: color 250ms ease;
}
.wrap_08_03 .card_08_03 .action-buttons .btn:hover {
  background: #f0f0f0;
  color: rgba(0, 0, 0, 0.8);
}
.wrap_08_03 .card_08_03 .action-buttons.action-buttons--left {
  left: 10px;
}
.wrap_08_03 .card_08_03 .action-buttons.action-buttons--left a {
  margin-right: 5px;
}
.wrap_08_03 .card_08_03 .action-buttons.action-buttons--right {
  right: 10px;
}
.wrap_08_03 .card_08_03 .action-buttons.action-buttons--right a {
  margin-left: 5px;
}
/* slider number 214 215 css end============================================ */








/* slider number 216 217 css start============================================ */

.card1_08_03 {
  border: 0;
  border-radius: 15px 0 15px 0;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.75);
}
.card1_08_03 .card-img {
  border-radius: 15px 0 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.card1_08_03 .card-socials {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
  padding: 0 20px;
  z-index: 1;
}
.card1_08_03 .card-socials a {
  display: block;
  border-radius: 15px 0 15px 0;
  width: 40px;
  height: 40px;
  background: #05668D;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  transition: 0.3s;
}
.card1_08_03 .card-socials a:not(:last-of-type) {
  margin-right: 10px;
}
.card1_08_03 .card-socials a:hover {
  background: #028090;
  transform: scale(1.15);
}

.card2_08_03 {
  margin-right: 20px;
  border: 0;
  border-radius: 15px 0 15px 0;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.75);
}
.card2_08_03 .card-img {
  border-radius: 15px 0 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.card2_08_03 .card-socials {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  top: 20px;
  right: -20px;
  z-index: 1;
}
.card2_08_03 .card-socials a {
  display: block;
  border-radius: 15px 0 15px 0;
  width: 40px;
  height: 40px;
  background: #05668D;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  transition: 0.3s;
}
.card2_08_03 .card-socials a:not(:last-of-type) {
  margin-bottom: 10px;
}
.card2_08_03 .card-socials a:hover {
  background: #028090;
  transform: scale(1.15);
}
/* slider number 216 217 css end============================================ */














    
/* slider number 218 to 227 css start===================================*/
.borderBottomInFormControl{
    box-sizing: border-box;
    font-family: inherit;
    font-size: 13px;
    vertical-align: baseline;
    resize: none;
    line-height: 1.29;
    letter-spacing: .16px;
    border-radius: 0;
    font-weight: 550;
    outline:none ;
    outline-offset: -2px;
    width: 100%;
   line-height: 29px;
   margin-bottom: 8px;
    border: none;
    border-bottom: 1.5px solid #8d8d8d;
    background-color: transparent;
   padding: 2px 10px 2px 10px;
   transition: all , 0.4s ease-in-out;
    color: #161616;
}
.borderBottomInFormControl:focus{
    font-weight: 400;
    border-bottom: 1.5px solid rgb(227, 28, 28);
}


.bgFixedClass{
    background-attachment: fixed;
    background-position: center
    ;
    background-repeat: no-repeat;
    background-size:cover;
}

.borderBottomInFormControlFixed{
    box-sizing: border-box !important;
    font-family: inherit !important;
    font-size: 13px !important;
    vertical-align: baseline !important;
color: white !important;
    line-height: 1.29 !important;
    letter-spacing: .16px !important;
    border-radius: 0 !important;
    font-weight: 550 !important;
    outline:none !important;
    outline-offset: -2px !important;
    width: 100% !important;
   line-height: 29px !important;
   margin-bottom: 8px !important;
    border: none !important;
    border-bottom: 1.5px solid #ffffff !important;
    background-color: transparent !important;
   padding: 2px 10px 2px 10px !important;
   transition: all , 0.4s ease-in-out !important;
    resize: none !important;
}
.borderBottomInFormControlFixed::placeholder {
    color: rgb(255, 255, 255) !important;
    opacity: 1; 
  }
.borderBottomInFormControlFixed:focus{
    font-weight: 400 !important;
    border-bottom: 1.5px solid rgb(227, 28, 28) !important;
}
/* slider number 218 to 227 css end===================================*/
























.event_12_03 {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto;
  /* width: 300px; */
  width: 100%;
}

.event_12_03 .content {
  background: #5d431b;
  color: #fff;
  bottom: 0;
  height: 45px;
  left: 0;
  overflow: hidden;
  position: absolute;
  transition: all 0.5s ease;
  width: 100%;
}

.event_12_03 h3 {
  font: bold 1em/1.125em "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  height: 45px;
  margin: 0;
  padding-top: 20px;
  text-transform: uppercase;
}

.event_12_03 .rollover {
  border-top: 1px solid #59E4DF;
  font-size: 0.9375em;
  line-height: 1.4em;
  padding: 18px 20px;
  opacity: 0;
  transition: all 0.5s ease;
}

.event_12_03 .rollover p {
  margin: 0;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.event_12_03:hover .content {
  background: rgba(93, 67, 27, 0.7);
  height: 100%;
}

.event_12_03:hover .rollover {
  opacity: 1;
}


.sidebar_13622{
    background-color: #3c8dc5;
    padding: 20px;
}
.innerSec_13622{
    padding: 50px;
}
.innerSec_13622>h1{
margin: 0px;
    line-height: 1.3;
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
}
.innerSec_13622>h1::after{
    border-bottom: 2px solid #3c8dc5;
        width: 8%;
        content: '';
        display: block;
        margin-bottom: 10px;
}
.innerSec_13622 a{
    text-decoration: none;
    font-size: 17px;
}

.blurHed_13622{
        background-position: center center;
            background-color: #f1f1f1;
            font-family: 'Poppins';
            color: #666;
                height: 190px;
}

.sidebar_13622>h5{
    color: white;
}

.sidebar_13622 .list_13622{
    color: white;
    list-style: none;
    font-weight: 400;
}
.sidebar_13622 .list_13622 li{
color: #ffffff;
    padding: 10px 0;
    text-transform: capitalize;
    border-bottom: 1px rgba(225, 225, 225, 0.3) solid;
    position: relative;
}

.lastList{
    border-bottom: none !important;
}

.sidebar_13622 .list_13622 li::after{
        content: "" !important;
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 0 !important;
        height: 1px !important;
        background: #ffffff !important;
        -webkit-transition: width 0.3s linear !important;
        transition: width 0.3s linear !important;
}
.sidebar_13622 .list_13622 li:hover:after {
    width: 100% !important;
}


/* ====== */
.sidebar-opening-hours {
    background: #444444;
    color: #ffffff;
    padding: 18px 20px;
}

.widget-title {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 2px rgba(225, 225, 225, 0.5) solid;
    padding-bottom: 14px;
    margin: 0 0 10px;
}
 .ulList_13622 {
     margin: 0;
     padding: 0;
     list-style: none;
 }
 .ulList_13622 li span{
    float: right !important;
 }
 .ulList_13622 li{
     padding: 15px 0;
     font-weight: 600;
 }

.evolve_16622 {
    background: rgba(12, 43, 75, 0.3);
    text-align: center;
    padding: 10px 20px 20px;
    margin-bottom: 40px;
    -webkit-transition: all, 0.5s ease-in-out;
    -o-transition: all, 0.5s ease-in-out;
    transition: all, 0.5s ease-in-out;
    cursor: pointer;
}
.evolve_16622>hr{
    color: white !important;
}
.evolve_16622:hover{
    background-color: #0c2b4b;

}
.evolve_16622>span {
    font-size: 50px;
    color: #f3bd00;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 18px;
}

.evolve_16622>h5 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all, 0.3s;
    font-size: 18px;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.evolve_16622>p{
    color: white;
}
.hedSec_16622{
    text-align: center;
}
.hedSec_16622>p{
    color: yellow;
    text-align:center;
}
.hedSec_16622>h1{
    margin-top: -20px;
        color: white;
}
.cmp16622_sec .cmp16622_sechoverchangingEffect {
  background-color: #f5f5f5;
  transition: all, 0.6s ease-in-out;
}

.cmp16622_sec .cmp16622_sechoverchangingEffect:hover {
  background-color: #0c2b4b;
  color: #fff;
}

.cmp16622_sec .cmp16622_sechoverchangingEffect li {
  list-style: none;
  border-bottom: 1.2px solid #c0c0c0;
  line-height: 30px;
  cursor: pointer;
  margin-top: 15px;
}

.cmp16622_sec .cmp16622_sechoverchangingEffect li h3:hover {
  color: #fff;
}

.cmp16622_sec .cmp16622_sechoverchangingEffect li:hover .icon_rightside {
  color: orange;
}

.cmp16622_sec .cmp16622_sechoverchangingEffect li:last-child {
  border-bottom: none;

}

.whoWeAre {
    margin-top: 70px;
}

.whoWeAre h2 {
    font-size: 35px;
    font-weight: 800;
}

.whoWeAre p {
    margin-top: 15px;
    font-size: 17.5px;
    font-weight: 350;
    word-spacing: 3px;
}

.ourVision {

    background-color: #0c2b4b;
    padding: 45px 20px 45px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.ourVision h5 {
    color: #e4c516;
    font-weight: 700;
    font-size: 22px;
}

.ourVision p {
    color: white;
    font-weight: 600;
    font-size: 15px;

}

.ourVisionfirm {
    background-color: #0c2b4b;
    padding: 45px 20px 45px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.ourVisionfirm h5 {
    color: #e4c516;
    font-weight: 700;
    font-size: 22px;
}

.ourVisionfirm p {
    color: white;
    font-weight: 600;
    font-size: 15px;
}

.coreValue {
    background-color: #0c2b4b;
    padding: 17px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.coreValue h4 {
    text-align: center;
    color: #e4c516;
    font-weight: 700;
    font-size: 22px;
}

.coreValue>p>strong {
    color: #e4c516 !important;
    font-weight: 700;
    font-size: 18px;
}

.coreValue p {
    color: white;
    font-size: 15px;
    font-weight: 600;
}

@media only screen and (max-width: 600px) {
    .whoWeAre h2 {
        font-size: 25px;
        font-weight: 800;
        margin-bottom: -10px;
    }
    .ourVisionfirm {
        margin-bottom: 20px;
    }
}

.FormWithDetailTag15622 .innnerContainerHolder {}

.FormWithDetailTag15622 .innnerContainerHolder .enquieryForm {
  width: 100%;
  padding: 20px 10%;


}
.FormWithDetailTag15622 
.bgHolderTop{
  height: 20vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  background-image: url('https://cdn.searchenginejournal.com/wp-content/uploads/2020/02/marketing-automation-data-2-contradictory-elements-we-need-to-discuss-5e38bf9c32730-760x400.png') , linear-gradient(185deg, rgba(16,16,18,0) 0%, rgba(22,22,22,0.7626400902157738) 70%)
}

.FormWithDetailTag15622 
.bgHolderTop
.titleName{
  position: absolute;
  bottom: 5px;
  left: 10px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

.FormWithDetailTag15622 .innnerContainerHolder .enquieryForm .FormInput {
  margin-bottom: 20px;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 4px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
resize: none;

}

.FormWithDetailTag15622 .innnerContainerHolder .enquieryForm input:focus,
textarea:hover {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.FormWithDetailTag15622 .innnerContainerHolder .enquieryForm .submit_15622 {
  border: none;
  padding: 8px 10px;
  width: 100%;
  color: white;
  font-weight: 700;
  background-color: #0c2b4b;
  transition: all , 0.3s ease-in-out;
}
.FormWithDetailTag15622 .innnerContainerHolder .enquieryForm .submit_15622:hover{
  background-color: #0d2a48;
}

/* summery tetx css started here 
 */
.FormWithDetailTag15622 .innnerContainerHolder .tagContainer details {
  transition: all, 0.4s ease-in-out
}

.FormWithDetailTag15622 .innnerContainerHolder .tagContainer details summary {
  color: orange;
  padding: 8px 0px;
}

.FormWithDetailTag15622 .innnerContainerHolder .tagContainer details summary span {
  font-weight: 600;
  color: #212529;
  font-size: 1.3rem;
}