@import url('https://fonts.googleapis.com/css2?family=Bungee+Outline&family=Oswald:wght@200;300;400;500;600;700&display=swap');
body {
   font-family: 'Roboto', sans-serif!important;
    font-weight: 400;
    font-size: 15px;
    color: #505050;
    line-height: 1.8;
    word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #242424;
    font-weight: 600;
}

.xzopro-post-thumb img {
    width: 75%;
}
.xzopro-post-thumb{text-align: center;}

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

img {
    max-width: 100%;
    height: auto;
}

/*=========================** Common Css========================*/

.site {
    overflow: hidden;
}

a,
a:hover,
.header-menu-area .menu li:before,
.slider-promo-box-wrapper li:before,
.about-box-bg,
.about-box-content,
.about-box-link,
a.text-btn:before,
.single-service-box h4,
.single-service-box.service-box-style-2 .service-box-icon,
.service-box-style-3,
.choose-us-box-icon,
.testimonial-wrapper .owl-nav div,
.single-pricing-table,
.project-bg:before,
.footer-top-area .widget.widget_nav_menu li a:hover:before,
.search-wrapper,
.project-bg,
.single-blog-post,
.post-thumb,
.post-thumb-wrapper:after,
.post-content h4,
.project-gallery-wrap .owl-nav div,
.project-box h4,
button[type="submit"],
input[type="submit"],
.team-carousel-wrap .owl-nav div,
.work-filter-btn li,
.blog-carousel-items .owl-nav div,
.search-trigger,
.single-team-member,
.project-content,
.image-popup-link i,
.isotpo-mobile-title,
.header-style-2 .header-menu-area:before {
    transition: .5s;
    -webkit-transition: .5s;
}


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

.social-icons li {
    display: inline-block;
}

.social-icons li a {
    display: inline-block;
    padding: 5px;
    line-height: 1;
    font-size: 18px;
}

.social-icons li:last-child a {
    padding-right: 0;
}

.xzopro-btn {
    display: inline-block;
    padding: 7px 20px;
    text-transform: uppercase;
    border-radius: 5px;
}

a.text-btn {
    display: inline-block;
    font-size: 16px;
    margin-top: 0px;
    position: relative;
    line-height: 1;
}

a.text-btn:before {
    position: absolute;
    content: '\f178';
    font-family: fontawesome;
    right: -15px;
    top: 0px;
    opacity: 0;
    visibility: visible;
}

a.text-btn:hover:before {
    right: -25px;
    opacity: 1;
    visibility: visible;
}

.full-bg,
.enable-overlay {
    background-size: cover;
    background-position: center;
}

.enable-overlay {
    position: relative;
}

.enable-overlay:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000000;
    opacity: .6;
}

.section-padding {
    padding: 92px 0 70px 0;
}

.section-right-bg {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}

.section-left-bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 150px bottom;
}

input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=search],
input[type=tel],
textarea {
    border: 1px solid #19bbcc;
        padding: 10px;
    margin-bottom: 15px;
    width: 100%;
        border-radius: 0px;
    padding: 15px 30px;
    outline: none;
}


.width_form01 input[type=text],
.width_form01 input[type=email],
.width_form01 input[type=password],
.width_form01 input[type=url],
.width_form01 input[type=search],
.width_form01 input[type=tel],
.width_form01 textarea {
    border: 1px solid #fff;

    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
        padding: 10px;
    margin-bottom: 25px;
    width: 100%;
        border-radius: 50px;
    padding: 15px 30px;
    outline: none;
}


input[type=submit] {
    border: none;
    padding: 11px 20px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
}

button[type=submit] {
    color: #ffffff;
}

.mb40 {
    margin-bottom: 40px;
}

.mt40 {
    margin-top: 40px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt15 {
    margin-top: 15px;
}

button {
    cursor: pointer;
}

input:focus,
button:focus {
    box-shadow: none;
    outline: none;
}

.home-2.counter-area.enable-overlay:before {
    opacity: .9;
}

blockquote {
    padding-left: 20px;
    position: relative;
    font-style: italic;
    font-size: 16px;
}

blockquote:before {
    position: absolute;
    height: 100%;
    width: 5px;
    content: '';
    left: 0;
    top: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-right-bg {
        background-size: 550px;
    }
    .section-left-bg {
        background-position: 95px bottom;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding {
        padding: 60px 0 35px 0;
    }
    a.text-btn {
        font-size: 16px;
    }
}

/*=========================** Header Css========================*/

/*=== Header Top ===*/

.header-top-area {
    padding: 10px 0;
}

.header-top-left {
    margin-top: 2px;
}

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

.header-top-left li {
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
    padding-left: 25px;
}

.header-top-left li:before {
    position: absolute;
    content: '';
    height: 20px;
    width: 2px;
    right: 0;
    top: 50%;
    margin-top: -10px;
    opacity: .8;
}

.header-top-left li:last-child:before {
    height: 0;
    width: 0;
}

.header-top-left li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.header-top-left li span {
    display: inline-block;
}

.header-top-left li i {
    position: absolute;
    left: 0;
    top: -3px;
}

/*== Site Branding / Logo Css ==*/

.site-branding {
    height: 60px;
    display: table;
    width: 100%;
}

.logo-wrap {
    display: table-cell;
    vertical-align: middle;
}

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

/*== Header Middle == */

.middle-right-section li {
    display: inline-block;
    position: relative;
    padding-left: 50px;
    margin-right: 30px;
    text-align: left;
    margin-top: 2px;
}

.middle-right-section li:last-child {
    margin-right: 0;
}

.middle-right-section li i {
    position: absolute;
    left: 0;
    top: -10px;
    display: inline-block;
}

.middle-right-section li i,
.middle-right-section li i:before {
    font-size: 40px;
}

.middle-right-section li span {
    display: block;
}

span.bold-text {
    font-weight: 700;
    color: #242424;
}

span.normal-text {
    font-size: 14px;
    margin-top: -2px;
}

.middle-right-section li i.flaticon-signs {
    left: 5px;
}

.header-middle-area {
    padding: 10px 0;
}

.middle-right-section {
    text-align: right;
    margin-top: 3px;
}

/*== Menu Area ==*/

.header-menu-area {
    padding: 15px 0;
    position: relative;
    background: transparent;
}

.header-menu-area::before {
    position: absolute;
    height: 100%;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
}

.header-menu-area .menu {
    text-align: right;
}

.header-menu-area .menu li {
    display: inline-block;
    position: relative;
}

.header-menu-area .menu li:before {
    position: absolute;
    content: '';
    opacity: 0;
    visibility: hidden;
    top: 2px;
    display: inline-block;
    width: 30px;
    left: 50%;
    margin-left: -15px;
    height: 3px;
    background: #ffffff;
}

.header-menu-area .menu li:hover:before,
.header-menu-area .menu li.current-menu-item:before {
    opacity: 1;
    visibility: visible;
}

.header-menu-area .menu li a {
    display: inline-block;
    padding: 12px 15px;
    color: #ffffff;
}

/* Drop Down Menu */

.header-menu-area .menu .sub-menu {
    padding-top: 15px;
    position: absolute;
    z-index: 10;
    background: #302e4e;
    width: 250px;
    text-align: left;
    top: 150px;
    opacity: 0;
    visibility: hidden;
}

.header-menu-area .menu li:hover>.sub-menu {
    top: 50px;
    opacity: 1;
    visibility: visible;
}

.header-menu-area .menu .sub-menu .sub-menu {
    left: 250px;
    top: 100px;
    padding-top: 0;
}

.header-menu-area .menu li .sub-menu li:hover>.sub-menu {
    top: 0;
}

.sub-menu {
    transition: .5s;
}

.menu .sub-menu li {
    display: block;
}

.header-menu-area .menu .sub-menu li:before {
    height: 0;
    width: 0;
}

.header-menu-area .menu .sub-menu li a {
    display: block;
}

.header-menu-area .menu .sub-menu li a:hover {
    background: #000;
}

/* Mobile Menu */

.slicknav_menu {
    background: transparent;
    padding: 5px 0;
}

.slicknav_btn {
    margin: 5px 0px 6px;
    float: left;
}

.mbl-menu-container {
    position: absolute;
    width: 100%;
    top: 8px;
    z-index: 11;
    display: none;
}

.slicknav_nav {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    overflow: scroll;
    max-height: 400px;
}

.no-list-style .slicknav_nav ul {
    margin-left: 20px;
}

.slicknav_nav .current-menu-item a {
    border-radius: 5px;
}

/* Menu Right Area Css */

.menu-right-area {
    position: relative;
    z-index: 12;
    overflow: hidden;
}


.search-trigger,
.search-trigger i {
    display: inline-block;
}



.search-trigger i {
    cursor: pointer;
    padding: 0 5px;
}


.top-btn {
    text-align: right;
    width: 180px;
    float: right;
}

.top-btn .fill-btn {
    border: 0px solid;
}

/** Header Style 2 Css **/

.header-style-2 .header-top-area,
.header-style-2 .header-top-area a {
    color: #ffffff;
}

.header-style-2 nav.site-navigation {
    margin-top: 5px;
}

.header-style-2 .header-menu-area .menu .sub-menu {
    padding-top: 0px;
}

.header-style-2 .menu-right-area {
    margin-top: 5px;
}

.header-style-2 .header-menu-area:before {
    opacity: .6;
}

.header-style-2 .header-menu-area.scrolled:before {
    opacity: 1;
}

.header-style-2 .header-menu-area {
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.sticky-wrapper {
    position: relative;
    width: 100%;
    z-index: 10;
    background: transparent
}

.header-style-2 .sticky-wrapper {
    position: absolute;
}

.header-style-2 .header-menu-area {
    padding-bottom: 0;
}

.header-style-2 .header-menu-area .menu li a {
    padding-bottom: 30px;
}

.header-style-2 .header-menu-area .menu .sub-menu li a {
    padding-bottom: 12px;
}

.header-style-2 .header-menu-area .menu .sub-menu {
    margin-top: 6px;
}

.header-style-2 .header-menu-area .menu li:hover>.sub-menu {
    top: 63px;
}

/** Header Responsive Css **/

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-style-2 .top-btn {
        width: 135px;
    }
    .header-style-2 .top-btn .xzopro-btn {
        display: inline-block;
        padding: 10px 20px;
        font-size: 14px;
    }
    .header-style-2 .menu-right-area {
        margin-top: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mbl-menu-container {
        display: block;
    }
    .header-top-left li {
        margin-right: 10px;
        padding-right: 15px;
        font-size: 14px;
        padding-left: 20px;
    }
    .header-top-left li i::before {
        font-size: 15px;
    }
    .header-top-left li i {
        top: 0;
    }
    .header-top-area .social-icons li a {
        font-size: 16px;
        margin-top: 2px;
    }
    .header-top-left li::before {
        height: 16px;
        margin-top: -8px;
    }
    .middle-right-section li i,
    .middle-right-section li i::before {
        font-size: 22px;
    }
    .bold-text {
        font-size: 13px;
    }
    span.normal-text {
        font-size: 12px;
    }
    .middle-right-section {
        text-align: left;
        margin-top: 7px;
    }
    .middle-right-section li {
        padding-left: 30px;
        margin-right: 13px;
    }
    .middle-right-section li i {
        top: 3px;
    }
    .site-navigation.navigation,
    .search-trigger:before {
        display: none;
    }
    .xzopro-btn {
        font-size: 14px;
        padding: 10px 20px;
    }
    .header-menu-area {
        padding: 10px 0;
    }
    .top-btn .fill-btn,
    .search-trigger {
        margin-top: 0;
    }
    .search-trigger {
        margin-right: 0;
        margin-left: 25px;
    }
    .header-style-2 .slicknav_btn {
        float: right;
        margin: 15px 0px 6px;
    }
    .header-style-2 .site-branding {
        position: relative;
        z-index: 12;
    }
    .header-style-2 .menu-right-area {
        margin-top: 8px;
    }
    .header-style-2 .header-menu-area {
        padding-bottom: 13px;
    }
    .header-style-2 .slicknav_nav {
        padding-top: 15px !important;
        margin-top: 68px !important;
    }
}

@media only screen and (max-width: 767px) {
    .header-style-2 .header-menu-area {
        padding-bottom: 8px;
    }
    .header-top-left li {
        display: block;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
        font-size: 13px;
    }
    .header-top-left {
        text-align: center;
    }
    .header-top-left li i,
    .header-top-left li:before,
    .middle-right-section {
        display: none;
    }
    .header-top-right {
        text-align: center;
        margin-top: 5px;
    }
    .logo-wrap {
        text-align: left;
    }
    .header-middle-area {
        padding: 5px 0;
    }
    .mbl-menu-container {
        display: block;
    }
    .site-navigation.navigation,
    .search-trigger:before {
        display: none;
    }
    .xzopro-btn {
        font-size: 12px;
        padding: 5px 15px;
    }
    .header-menu-area {
        padding: 10px 0;
    }
    .nav>li {
        text-align: center;
    }
    .search-trigger {
        width: auto;
        float: none;
        margin-right: 0;
    }
    .top-btn {
        width: 120px;
    }
    .search-trigger {
        margin-top: 6px;
        line-height: 1;
        margin-left: 10px;
    }
    .mbl-menu-container {
        top: 4px;
    }
    .header-style-2 .top-btn {
        width: 0;
        display: none;
    }
    .header-style-2 .slicknav_btn {
        float: right;
        margin: 17px 0px 6px;
    }
    .header-style-2 .site-branding {
        position: relative;
        z-index: 12;
    }
    .header-style-2 .menu-right-area {
        margin-top: 11px;
    }
    .header-style-2 .menu-right-area {
        overflow: visible;
    }
    .header-style-2 .search-trigger {
        margin-top: 8px;
        margin-left: -20px;
    }
    .header-style-2 .slicknav_nav {
        padding-top: 15px !important;
        margin-top: 68px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .search-trigger {
        margin-left: 120px;
    }
}

/*=========================** Slider Css========================*/

.slider-main-wrapper {
    position: relative;
}

.slide-item-1 {
    background-image: url("../images/slide-bg-1.jpg");
}

.slide-item-2 {
    background-image: url("../images/slide-bg-2.jpg");
}

.slide-item-3 {
    background-image: url("../images/slide-bg-3.jpg");
}

.single-slide-item {
    height: 750px;
    display: table;
    width: 100%;
    position: relative;
}

.slide-content-wrapper {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.slider-wrapper .owl-nav div {
    position: absolute;
    height: 50px;
    width: 50px;
    color: #fff;
    top: 50%;
    margin-top: -25px;
    line-height: 47px;
    font-size: 35px;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}

.slider-wrapper .owl-nav div:after {
    position: absolute;
    content: '';
    background: #000000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: .6;
}

.slider-wrapper .owl-nav div i {
    position: relative;
    z-index: 1;
}

.slider-wrapper .owl-nav div.owl-prev {
    left: 0px;
}

.slider-wrapper .owl-nav div.owl-next {
    left: auto;
    right: 0px;
}

.slider-main-wrapper:hover div.owl-next {
    right: 30px;
}

.slider-main-wrapper:hover div.owl-prev {
    left: 30px;
}

.slider-main-wrapper:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.slider-main-wrapper .owl-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 50px;
}

.slider-main-wrapper .owl-dots .owl-dot {
    height: 7px;
    width: 40px;
    background: #fff;
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
}

.slider-main-wrapper.slider-style-1 .owl-dots .owl-dot {
    display: none;
}

.slider-main-wrapper.slider-style-2 .owl-dots .owl-dot {
    display: inline-block;
}

.slide-title {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #ffffff;
}

.bold-title {
    font-size: 59px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

.slide-content-wrapper p {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.slide-content-wrapper .slider-btn {
    margin-right: 30px;
    text-align: center;
    margin-top: 20px;
}

.slide-content-wrapper .slider-btn:last-child,
.slider-promo-box-wrapper li:last-child {
    margin-right: 0px;
}
.text_center01{text-align:center;}

.slider-promo-box-wrapper li {
float: left;
    width: calc(100% /3);
    padding-left: 15px;
    padding-bottom: 13px;
    padding-right: 15px;
    text-align: center;
        margin-top:20px;
}

.slider-promo-box-wrapper li a{

    display: inline-block;
    position: relative;
    background: #ffffff;
    padding: 20px 15px;
    padding-left: 65px;
    text-align: left;
}

.slider-promo-box-wrapper li i {
    font-size: 35px;
    position: absolute;
    left: 15px;
    top: 7px;
}

.slider-promo-box-wrapper  ul{
    margin-top:30px;
    padding-left: 0;
    list-style: none;
    z-index: 1;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}


.slider-promo-box-wrapper li i:before {
    font-size: 35px;
}

.slider-promo-box-wrapper li i.fa {
    top: 27px;
}

.slider-promo-box-wrapper h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.slider-promo-box-wrapper p {
    margin-bottom: 0;
}



.slider-promo-box-wrapper li a,
.slider-promo-box-wrapper li a:hover {
    color: #242424;
}

.slider-promo-box-wrapper li a:before {
        transition: .5s;
    -webkit-transition: .5s;
    position: absolute;
    height: 5px;
    width: 0%;
    top: 0px;
        background-color: #19bbcc;
    content: '';
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.slider-promo-box-wrapper li a:hover:before {
        transition: .5s;
    -webkit-transition: .5s;
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.slider-promo-box-wrapper li a,
.slider-promo-box-wrapper li span {
    display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .slider-promo-box-wrapper li {
        padding: 18px 10px;
        padding-left: 50px;
        margin-right: 10px;
    }
    .slider-promo-box-wrapper li i {
        left: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .copyright{text-align: center;}
        .slider-promo-box-wrapper li {
            width: calc(100% /2);
        margin-bottom: 30px;
    }
    .single-slide-item {
        height: 500px;
    }
    .header-style-2 .single-slide-item {
        height: 650px;
    }
    .slider-promo-box-wrapper {
        display: none;
    }
    .slide-title {
        font-size: 40px;
    }
    .bold-title {
        font-size: 45px;
        margin-top: 10px;
    }
    .choose-us-container.section-right-bg,
    .form-wrapper.section-left-bg {
        background-image: none;
    }
    .testimonial-wrapper .owl-nav div,
    .blog-carousel-items .owl-nav div {
        display: none;
    }

       .copyright-menu ul{padding:0px; list-style:none; text-align: center!important;}
    .Copyright1{text-align: center!important;}
}

@media only screen and (max-width: 767px) {
    .copyright-menu ul{padding:0px; list-style:none; text-align: center!important;}
    .Copyright1{text-align: center!important;}
    .slider-promo-box-wrapper {
        position: relative;
        bottom: auto;
        margin-top: 60px;
    }
    .slide-title {
        font-size: 18px;
    }
    .bold-title {
        font-size: 22px;
        margin-bottom: 7px;
        margin-top: 10px;
    }
    .slide-content-wrapper p {
        font-size: 15px;
    }
    .slide-content-wrapper .slider-btn {
        margin-right: 15px;
        margin-top: 15px;
    }
    .single-slide-item {
      
        padding: 80px 0;
    }
    .header-style-2 .single-slide-item {
        padding: 140px 0 80px;
    }
    .slider-wrapper .owl-nav div {
        height: 35px;
        width: 35px;
        margin-top: -17.5px;
        line-height: 33px;
        font-size: 25px;
    }
    .slider-promo-box-wrapper li {
            width: calc(100% /1);
        margin-bottom: 0px;
    }
    .slider-promo-box-wrapper li:last-child {
        margin-bottom: 0;
    }
    .slider-main-wrapper {
        margin-top: -1px;
    }
    .slider-main-wrapper.slider-style-2 .owl-dots {
        bottom: 20px;
    }
}

/*=========================** Section Title Css========================*/

.section-title {
    font-size: 36px;
    margin-bottom: 5px;
}

ul.title-shape {
    display: inline-block;
    margin-bottom: 15px;
}

ul.title-shape li {
    height: 3px;
    display: inline-block;
    width: 36px;
    margin-right: 2px;
}

ul.title-shape li:last-child {
    width: 9px;
}

ul.title-shape li:nth-child(2) {
    width: 18px;
}

@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 25px;
        font-weight: 700;
    }
}

/*=========================** About Box Css========================*/

.about-box-bg-1,
.about-box-bg-2,
.about-box-bg-3 {
    background-image: url("../images/about-hover-bg.jpg");
}

.about-box-wrapper {
    margin-top: 25px;
}

.about-box-content {
    text-align: center;
    border: 1px solid #f2f2f2;
    padding: 12px 15px 30px 15px
}

.about-box-top-icon i,
.about-box-top-icon i:before {
    font-size: 40px;
}

.about-box-content h5 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-box-link {
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    margin-top: 5px;
    font-size: 30px;
}

.single-about-box-wrap:hover .about-box-link {
    background: #ffffff;
}

.single-about-box-wrap:hover .about-box-link:hover {
    color: #ffffff;
}

.single-about-box-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.about-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.single-about-box-wrap:hover .about-box-bg {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.single-about-box-wrap:hover .about-box-content {
    Color: #dedede;
}

.single-about-box-wrap:hover .about-box-content h5 {
    color: #ffffff;
}

.about-box-bg:before {
    position: absolute;
    background: #000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    opacity: .85;
}

/*=========================** Service Css========================*/

.home-1.service-section.section-padding {
    padding-bottom: 43px;
}

.home-2.service-section.section-padding {
    padding-bottom: 85px;
}

.service-page-1.service-section.section-padding {
    padding: 70px 0 45px 0;
}

.service-page-2.service-section.section-padding {
    padding: 60px 0 85px 0;
}

.home-1.service-section {
    background-image: url("../images/home-1-service-bg.jpg");
}

.service-section {
    background: #f7f7f7;
}

.service-box-wrapper {
    margin-top: 25px;
}

.home-1.service-section.enable-overlay:before {
    opacity: .9;
}

.single-service-box {
    margin-bottom: 50px;
}

.service-content-wrapper .service-box-icon i,
.service-content-wrapper .service-box-icon i:before {
    position: absolute;
    font-size: 40px;
    left: 0;
    top: -5px;
}

.service-box-content a {
    display: inline-block;
}

.service-box-content h4 {
    margin-bottom: 10px;
}

.service-box-style-1 .service-content-wrapper {
    position: relative;
    padding-left: 55px;
}

.service-box-content p:last-of-type {
    margin-bottom: 15px;
    font-size:14px;
}

.single-service-box.service-box-style-2 {
    padding: 15px;
    margin-bottom: 0;
}

.single-service-box.service-box-style-2 .service-content-wrapper {
    border: 1px solid #dddddd;
    padding: 25px 15px 21px 40px;
    background: #ffffff;
    border-radius: 5px;
}

.single-service-box.service-box-style-2 .service-box-icon {
    position: absolute;
    height: 55px;
    width: 55px;
    text-align: center;
    border-radius: 50%;
    background: #ffffff;
    line-height: 55px;
    left: 0;
    border: 1px solid #dddddd;
}

.single-service-box.service-box-style-2 .service-box-icon,
.single-service-box.service-box-style-2 .service-box-icon i:before {
    font-size: 30px;
}

.service-box-style-2 .service-content-wrapper .service-box-icon i,
.service-box-style-2 .service-content-wrapper .service-box-icon i:before {
    position: relative;
}

.service-box-style-2 .service-content-wrapper .service-box-icon i,
.service-box-style-2 .service-content-wrapper .service-box-icon i:before {
    top: -1px;
}

.service-box-style-3 {
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
}

.service-box-style-3 .service-content-wrapper .service-box-icon i,
.service-box-style-3 .service-content-wrapper .service-box-icon i:before {
    position: relative;
}

.service-box-style-3 .service-box-icon {
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 5px;
}

.home-1.service-section .title-shape li {
    background: #ffffff;
}

.home-1.service-section .section-title-wrapper,
.home-1.service-section .service-content-wrapper {
    Color: #dedede;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose_us-box-content h4,
    .service-box-style-2 .service-box-content h4 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .service-page-1.service-section.section-padding {
        padding: 40px 0 10px 0;
    }
    .service-page-2.service-section.section-padding {
        padding: 25px 0 50px 0;
    }
    .single-service-box {
        margin-bottom: 30px;
    }
    .service-box-content h4 {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .home-1.service-section.section-padding {
        padding-bottom: 30px;
    }
    .single-service-box.service-box-style-2 .service-box-icon {
        height: 50px;
        width: 50px;
        line-height: 50px;
        left: 10px;
    }
    .single-service-box.service-box-style-2 .service-box-icon i::before {
        font-size: 25px;
    }
    .service-box-style-2 .service-content-wrapper .service-box-icon i,
    .service-box-style-2 .service-content-wrapper .service-box-icon i::before {
        top: -3px;
    }
    .home-2.service-section.section-padding {
        padding-bottom: 50px;
    }
}

/*=========================** Why Choose Us Css========================*/

.single-choose-us-box {
    position: relative;
    padding-left: 80px;
    margin-bottom: 30px;
}

.choose-us-box-icon {
    position: absolute;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    box-shadow: 0px 1px 10px 0px #e5e0e0;
    left: 0;
    top: 5px;
}

.choose-us-box-icon i:before {
    font-size: 35px;
}

.single-choose-us-box:hover .choose-us-box-icon {
    color: #ffffff;
    box-shadow: none;
}

.why-choose-us-wrapper.section-padding {
    padding-bottom: 0px;
}

.section-right-bg {
    background-image: url("../images/section-right-img-1.png");
}

.choose-us-container.section-right-bg {
    padding-bottom: 63px;
}

.choose-us-container {
    margin-top: 70px;
}

@media only screen and (max-width: 767px) {
    .choose-us-container {
        margin-top: 30px;
    }
    .choose_us-box-content h4 {
        font-size: 20px;
    }
    .choose-us-box-icon {
        left: 10px;
    }
    .choose-us-container.section-right-bg {
        padding-bottom: 30px;
        background-image: none;
    }
}

/*=========================** Testimonial Css========================*/

.testimonial-area {
    background-image: url("../images/slide-bg-3.jpg");
}

.testimonial-area.enable-overlay:before {
    opacity: .8;
}

.testimonial-area .section-title {
    color: #ffffff;
}

.testimonial-area .title-shape li {
    background: #ffffff;
}

.testimonial-area .section-title-wrapper {
    color: #dedede;
}

.padd_top {
    padding-top: 40px;
}

.author-image.author-image-1 {
    background-image: url("../images/testimonial-1.png");
}

.author-image.author-image-2 {
    background-image: url("../images/testimonial-2.png");
}

.author-image.author-image-3 {
    background-image: url("../images/testimonial-3.png");
}

.single-testimonial {
    padding: 30px;
    background: #ffffff;
    border-radius: 5px;
    color: #505050;
    min-height: 351px;
}

.testimonial-content {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 22px;
}

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

.testimonial-quote i {
    color: #ededed;
    display: inline-block;
    margin: 0 auto;
    font-size: 35px;
}

.author-details {
    position: relative;
    padding-left: 60px;
}

.author-image {
    height: 50px;
    width: 50px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.author-details {
    position: relative;
    padding-left: 60px;
}

.author-details h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.author-position {
    font-size: 13px;
    color: #8f8f8f;
}

.testimonial-main-wrap {
    margin: 30px 0;
}

.testimonial-wrapper .owl-nav div {
    color: #fff;
    font-size: 30px;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: -100px;
    line-height: 45px;
    border: 1px solid #ffffff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.testimonial-wrapper .owl-nav div.owl-next {
    left: auto;
    right: -100px;
}

.testimonial-area:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
    left: -80px;
}

.testimonial-area:hover .owl-nav div.owl-next {
    right: -80px;
    left: auto;
}

.testimonial-main-wrap .owl-dots div {
    height: 15px;
    width: 15px;
    display: inline-block;
    background: #fff;
    margin-right: 10px;
    border-radius: 50%;
}

.testimonial-main-wrap .owl-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -70px;
    left: 0;
    display: none;
}

/*=========================** Pricing Table Css========================*/

.pricing-table-wrapper {
    margin-top: 30px;
}

.single-pricing-table {
    text-align: center;
    box-shadow: 0 0 10px -2px #ddd;
    color: #505050;
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.single-pricing-table:hover {
    box-shadow: 0 2px 15px 5px #ddd;
}

.pricing-table-wrapper i {
    font-size: 60px;
    display: inline-block;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 25px;
}

.pricing-table-wrapper i:before {
    font-size: 60px;
}

.pricing-table-wrapper h2 {
    color: #242424;
    margin-top: 10px;
    margin-bottom: 15px;
}

.single-pricing-table ul {
    margin-right: -30px;
    margin-left: -30px;
}

.single-pricing-table ul li {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0;
}

.single-pricing-table ul li:last-child {
    border-bottom: 1px solid transparent;
}

.price {
    font-size: 50px;
    font-weight: 500;
}

span.price-unit {
    font-size: 35px;
}

.xzopro-btn.fill-btn.pricing-btn {
    padding: 10px 29px;
    margin-top: 15px;
    margin-bottom: 30px !important;
}

.table-tag {
    font-size: 18px;
    position: absolute;
    padding: 10px 25px;
    right: 0;
    top: 20px;
    line-height: 1;
    color: #fff;
    margin-right: -5px;
}

.table-tag:before {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    border-right: 0 solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 20px solid transparent;
    border-top: 18px solid transparent;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 767px) {
    .pricing-table-wrapper h2 {
        font-size: 25px;
    }
    .price {
        font-size: 30px;
    }
    span.price-unit {
        font-size: 25px;
    }
    .xzopro-btn.fill-btn.pricing-btn {
        padding: 8px 18px;
        font-size: 12px;
    }
}

/*=========================** Cta Css========================*/

.cta-area,
.cta-area h4 {
    color: #fff;
}

.cta-area p:last-child,
.cta-area h4 {
    margin-bottom: 0;
}

.cta-area p:last-child,
.cta-btn-wrap {
    margin-top: 10px;
}

.cta-btn-wrap {
    text-align: right;
}

.cta-area {
    padding: 50px 0 48px;
}

@media only screen and (max-width: 767px) {
    .cta-area h4 {
        font-size: 22px;
        line-height: 1.6;
    }
    .cta-area,
    .cta-btn-wrap {
        text-align: center;
    }
    .cta-btn-wrap {
        margin-top: 30px;
    }
}

/*=========================** Projects Css========================*/

.project-wrapper {
    margin-top: 15px;
}

.project-bg-1 {
    background-image: url("../images/work-img-1.jpg");
}

.project-bg-2 {
    background-image: url("../images/work-img-2.jpg");
}

.project-bg-3 {
    background-image: url("../images/work-img-3.jpg");
}

.project-bg-4 {
    background-image: url("../images/work-img-4.jpg");
}

.project-bg-5 {
    background-image: url("../images/work-img-5.jpg");
}

.project-bg-6 {
    background-image: url("../images/work-img-6.jpg");
}

.project-bg-7 {
    background-image: url("../images/work-img-7.jpg");
}

.project-bg-8 {
    background-image: url("../images/work-img-8.jpg");
}

.project-bg-9 {
    background-image: url("../images/work-img-9.jpg");
}

.project-bg-10 {
    background-image: url("../images/work-img-10.jpg");
}

.project-box {
    height: 250px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.project-box:hover .project-bg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.project-bg:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .75;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.project-box:hover .project-bg:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

.project-bg,
.project-content,
.project-table {
    height: 100%;
    width: 100%;
}

.project-bg {
    background-size: cover;
    background-position: center;
}

.project-content {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.project-box:hover .project-content {
    opacity: 1;
    visibility: visible;
}

.project-table {
    display: table;
    text-align: center;
}

.project-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.project-box h4 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
    display: inline-block;
    color: #ffffff;
}

.comma-project-cat {
    text-transform: capitalize;
    margin-bottom: 5px;
}

.project-box,
.project-box a {
    color: #fff;
}

.image-popup-link {
    font-size: 30px;
}

.image-popup-link:active,
.image-popup-link:focus {
    outline: 0;
    box-shadow: none;
}

.isotpo-mobile-title {
    font-size: 18px;
    text-transform: capitalize;
    display: none;
}

ul.work-filter-btn {
    margin-bottom: 40px;
}

.work-filter-btn li {
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
    cursor: pointer;
    margin-right: 30px;
}

.work-filter-btn li.active {
    cursor: default;
}

.xzopro-project-page-nav {
    margin: 30px 0;
}

.xzopro-project-page-nav .page-numbers {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 5px;
    color: #505050;
    border: 1px solid;
}

.xzopro-project-page-nav a.prev,
.xzopro-project-page-nav a.next {
    padding: 9px 15px;
}

@media only screen and (min-width: 1200px) {
    .masonry-enable .project-box {
        height: 210px;
    }
    .project-item-wrapper.masonry-enable .single-project-item:nth-child(10) {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .project-item-wrapper.masonry-enable .single-project-item:nth-child(8) .project-box {
        height: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .work-filter-btn {
        display: none;
    }
    .work-filter-btn li:hover,
    .isotpo-mobile-title:hover,
    .work-filter-btn li.active {
        background: #000;
    }
    .work-filter-btn li.active {
        color: #ffffff;
    }
    .isotpo-mobile-title,
    .work-filter-btn li {
        background: #000;
    }
    .isotpo-mobile-title {
        display: block;
        padding: 10px 15px;
        text-align: center;
        position: relative;
        cursor: pointer;
        text-transform: uppercase;
        color: #ffffff;
        margin-bottom: 30px;
    }
    .isotpo-mobile-title::before {
        background: transparent;
        border-bottom: 2px solid;
        border-right: 2px solid;
        content: "";
        height: 15px;
        position: absolute;
        right: 25px;
        top: 16px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 15px;
        border-color: #ffffff;
    }
    .isotpo-mobile-title.active::before {
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 25px;
    }
    .work-filter-btn li {
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
        padding: 5px 15px;
    }
    .work-filter-btn li,
    .work-filter-btn li.active,
    .work-filter-btn li:hover {
        color: #ffffff;
    }
    .xzopro-project-page-nav {
        margin-top: 10px;
    }
    .xzopro-project-page-nav a.prev,
    .xzopro-project-page-nav a.next,
    .xzopro-project-page-nav .page-numbers {
        padding: 8px 13px;
    }
    .xzopro-project-page-nav .page-numbers {
        font-size: 12px;
    }
}

/*=========================** Counter Css========================*/

.counter-area {
    background-image: url("../images/counter-bg-1.jpg");
    padding: 50px 0;
}

.counter-area.enable-overlay:before {
    opacity: .8;
}

.counter-box-table {
    height: 100px;
    display: table;
    width: 100%;
    text-align: center;
}

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

.count-icon {
    font-size: 50px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -28px;
    opacity: .9;
}

.count-icon i:before {
    font-size: 50px;
}

.count-number,
.count-content span {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
}

.count-content span {
    margin-left: 5px;
}

.count-text {
    margin-top: -10px;
    opacity: .9;
}

.single-counter-box {
    display: inline-block;
    padding-left: 70px;
    position: relative;
    text-align: left;
    color: #ffffff;
}

@media only screen and (max-width: 991px) {
    .p_120 {
        padding-left: 40px !important;
        padding-right: 40px;
        margin-bottom: 40px;
    }
    div.right_bar ul {
        text-align: center !important;
    }
}

@media only screen and (max-width: 767px) {
    .counter-box-table {
        text-align: left;
    }
}

/*==============================** Recent Post / Blog Post  Css===============================*/

.entry-content h3{font-size:20px; margin-top:30px;}

.xzopro-post-thumb img{width:100%;}

.single-blog-post {
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-bottom: 30px;
        transition: transform 0.3s ease;
        min-height:510px;
}

.post-thumb-wrapper {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 93%);
    position: relative;
    height: 220px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.single-blog-post:hover{
    transform: translateY(-10px);
    transition: transform 0.3s ease;
}

.post-thumb {

    height: 220px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 5px 5px 0 0;
    background-size: cover;
    background-position: center;
}

.single-blog-post:hover .post-thumb {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.post-thumb-link {
    position: absolute;
    width: 100%;
    height: 100%;
}

.post-link-tbl {
    display: table;
    width: 100%;
    height: 100%;
}

.post-link-tbl-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.post-thumb-wrapper:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: #000000;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.single-blog-post:hover .post-thumb-wrapper:after {
    opacity: .7;
    visibility: visible;
}

.post-link-tbl-cell a {
    color: #fff;
    position: relative;
    z-index: 2;
    height: 60px;
    width: 60px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
    font-size: 35px;
    visibility: hidden;
    opacity: 0;
}

.single-blog-post:hover .post-link-tbl-cell a {
    opacity: 1;
    visibility: visible;
}

.post-header-meta ul li {
    display: inline-block;
}

.blog-items-wrapper {
    margin-top: 25px;
}

.post-header-meta ul li:last-child,
.single-blog-post .post-footer p.text-right {
    float: right;
}

.post-content {
    padding: 15px;
}

.post-content h4 {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 10px;
}

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

.single-blog-post .post-footer p {
    display: inline-block;
}

.post-header-meta li i {
    margin-right: 10px;
}

.post-header-meta li a {
    color: #505050;
}

.post-header-meta li i {
    margin-right: 10px;
}

.post-header-meta li a {
    color: #505050;
}

.post-footer p {
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 15px;
}

.post-footer .comment-count {
    font-size: 18px;
}

.post-footer .comment-count i {
    margin-right: 8px;
}

.blog-carousel-items {
    position: relative;
}

.blog-carousel-items .owl-nav div {
    position: absolute;
    height: 50px;
    width: 50px;
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    top: 50%;
    margin-top: -25px;
    left: -200px;
}

.blog-carousel-items .owl-nav div.owl-next {
    left: auto;
    right: -200px;
}

.blog-items-wrapper:hover .blog-carousel-items .owl-nav div {
    left: -70px;
}

.blog-items-wrapper:hover .blog-carousel-items .owl-nav div.owl-next {
    left: auto;
    right: -70px;
}

/*=========================== ** Client / Brand logos Css ===========================*/

.client-logo-area {
    background-color: #f4f4f4;
    padding: 50px 0;
}

.owl-carousel .owl-item .single-brand-logo img {
    max-width: 100%;
    width: auto;
    display: inline-block;
}

.single-logo-box {
    display: table;
    width: 100%;
    height: 100px;
}

.single-brand-logo {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/*=========================== ** Contact Css ===========================*/

.contact-form-area {
    margin-top: 40px!important;
}

.contact-area.section-padding {
    padding-bottom: 0;
}

.home-2.contact-area.section-padding {
    padding-bottom: 100px;
}

.form-wrapper.section-left-bg {
    padding-bottom: 100px;
}

.xzopro-contact-form-1 textarea {
    height: 100px;
}

.form-wrapper.section-left-bg {
    background-image: url("../images/man.png");
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .form-wrapper.section-left-bg {
        background-image: none;
    }
}

@media only screen and (max-width: 767px) {
    .form-wrapper.section-left-bg {
        padding-bottom: 65px;
        background-image: none;
    }
    input[type="submit"] {
        padding: 8px 15px;
        font-size: 12px;
    }
    .home-2.contact-area.section-padding {
        padding-bottom: 65px;
    }
}

/*=========================== ** Google Map Css ===========================*/

#googleMap {
    height: 450px;
    width: 100%;
}

#googleMap.googlemap-2 {
    height: 579px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #googleMap.googlemap-2 {
        height: 600px;
    }
    #googleMap {
        height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    #googleMap,
    #googleMap.googlemap-2 {
        height: 250px;
    }
    #googleMap.googlemap-2 {
        margin-top: 60px;
    }
}

/*=========================== ** Footer Css ===========================*/

.site-footer {
    line-height: 1.5;
}

.footer-top-area {
    background-color: #181616;
    background-size: cover;
    background-position: center;
    padding: 80px 0 40px;
}

.footer-top-area .widget {
    margin-bottom: 40px;
}

.site-footer,
.site-footer a {
    color: #dedede;
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer .widget-title {
    font-size: 24px;
    margin-bottom: 15px;
}

a.footer-widget-logo {
    display: inline-block;
    margin-bottom: 15px;
}

.site-footer .widget-title {
    font-size: 24px;
    margin-bottom: 15px;
    color: #dedede;
    font-weight: 700;
}

a.footer-widget-logo {
    display: inline-block;
    margin-bottom: 15px;
}

.widget .social-icons li {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    margin-bottom: 10px;
}

.widget .social-icons li a {
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow:0px 0px 5px #000;
}

.widget .social-icons li:last-child a {
    padding-right: 5px;
}

.widget .social-icons a.facebook {
    color: #4267b1;
}

.widget .social-icons a.facebook:hover {
    background: #4267b1;
}

.widget .social-icons a.twitter {
    color: #1da0f2;
}

.widget .social-icons a.twitter:hover {
    background: #1da0f2;
}

.widget .social-icons a.gplus {
    color: #dd5043;
}

.widget .social-icons a.gplus:hover {
    background: #dd5043;
}

.widget .social-icons a.linkedin {
    color: #0177b5;
}

.widget .social-icons a.linkedin:hover {
    background: #0177b5;
}

.widget .social-icons a.pinterest {
    color: #bd081c;
}

.widget .social-icons a.pinterest:hover {
    background: #bd081c;
}

.widget .social-icons a.instagram {
    color: #d32e85;
}

.widget .social-icons a.instagram:hover {
    background: #d32e85;
}

.widget .social-icons a.facebook:hover,
.widget .social-icons a.twitter:hover,
.widget .social-icons a.gplus:hover,
.widget .social-icons a.linkedin:hover,
.widget .social-icons a.pinterest:hover,
.widget .social-icons a.instagram:hover {
    color: #ffffff;
}

.p_120 {
    padding-left: 120px;
}

.full_images {
    width: 100%;
}

.footer-top-area .widget.widget_nav_menu li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
    border-bottom: 1px solid #cccccc36;
    padding-bottom: 8px;
}

.pd_0 {
    padding: 0px !important;
}

.footer-top-area .widget.widget_nav_menu li:last-child {
    border: 0px;
}

.footer-top-area .widget.widget_nav_menu li a {
    font-weight: 500;
    color: #dedede;
    font-size: 15px;
}

.footer-top-area .widget.widget_nav_menu li a:before {
    position: absolute;
    content: '\f105';
    font-family: fontawesome;
    left: 0;
    top: -1px;
}

.site-footer li a,
.footer-top-area .widget.widget_nav_menu li:before {
    -webkit-transition: .5s;
    transition: .5s;
}

.site-footer li a:hover {
    text-decoration: none;
}

.recent-post-widget-thumb {
    height: 60px;
    width: 60px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
}

.recent-post-widget-thumb-1 {
    background-image: url("../images/post-thumb-1.jpg");
}

.recent-post-widget-thumb-2 {
    background-image: url("../images/post-thumb-2.jpg");
}

.recent-post-widget-thumb-3 {
    background-image: url("../images/post-thumb-3.jpg");
}

.recent-news-widget li {
    position: relative;
    padding-left: 75px;
    min-height: 60px;
    margin-bottom: 15px;
}

.recent-news-widget li:last-child,
.footer-top-area .widget.widget_nav_menu li:last-child {
    margin-bottom: 0;
}

.widget .social-icons li:last-child {
    margin-right: 0;
}

ul.recent-news-widget h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}

.recent-widget-date {
    font-size: 12px;
    margin-top: -10px;
}

/*@media only screen and (min-width: 992px) {	.footer-top-area .widget.col-lg-3:nth-child(1) {		max-width: 25%;		flex: 0 0 25%;	}	.footer-top-area .widget.col-lg-3:nth-child(2) {		max-width: 16.666667%;		flex: 0 0 16.666667%;	}	.footer-top-area .widget.col-lg-3:nth-child(3) {		max-width: 31.333333%;		flex: 0 0 31.333333%;	}	.footer-top-area .widget.col-lg-3:nth-child(4) {		max-width: 27%;		flex: 0 0 27%;	}}*/

.address-widget-list li {
    position: relative;
    padding-left: 30px;
}

.address-widget-list i {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.address-widget-list i.fa-map-marker {
    font-size: 30px;
}

.address-widget-list .footer-mail-address i {
    top: 3px;
}

.address-widget-list i.fa-phone {
    top: 4px;
    left: 7px;
}

.footer-subscribe-form {
    position: relative;
    margin-top: 30px;
}

.footer-subscribe-form input[type="submit"] {
    position: absolute;
    right: 5px;
    top: 5px;
}

.footer-subscribe-form input[type="email"] {
    padding: 15px 10px;
    border-radius: 5px;
    margin-bottom: 0;
}

.footer-bottom-menu-container li {
    display: inline-block;
    margin-right: 10px;
}

.footer-bottom-menu-container li:last-child {
    margin-right: 0;
}

.footer-bottom-menu-container li a {
    display: block;
    padding: 5px;
}

.footer-bottom-menu-container li:last-child a {
    padding-right: 0;
}

.site-info {
    margin-top: 5px;
    text-align: center;
}

.footer-bottom-area {
    padding: 15px 0;
    background: #151414;
}

.footer-bottom-menu-container {
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .site-info,
    .footer-bottom-menu-container {
        text-align: center;
    }
    .site-info {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-top-area {
        padding: 65px 0 5px;
    }
    .footer-subscribe-form input[type="email"] {
        padding: 10px;
    }
    .footer-bottom-menu-container li a {
        padding: 2px;
        font-size: 13px;
    }
    .site-info {
        font-size: 13px;
    }
    .site-footer .widget-title {
        font-size: 22px;
        font-weight: 600;
    }
}

/*======================================** Border Image and Text Css======================================*/

.border-image-and-text-area.section-padding {
    padding: 100px 0 65px 0;
}

.border-image-wrap {
    padding: 30px 0 30px 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}

.border-image-wrap-border {
    position: absolute;
    content: '';
    height: 1000px;
    width: 70%;
    top: 0;
    z-index: 1;
    left: 0;
    -ms-transform: skewy(-110deg);
    -webkit-transform: skewy(-110deg);
    transform: skewy(-110deg);
}

.border-image-wrap img {
    position: relative;
    z-index: 2;
}

.twbi-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 40px;
    font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .twbi-text h1 {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .border-image-wrap {
        padding: 15px 0 15px 15px;
    }
    .twbi-text h2 {
        font-size: 28px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .border-image-wrap {
        padding: 15px 0 15px 15px;
        margin-bottom: 15px;
    }
    .twbi-text h2 {
        font-size: 25px;
        margin-top: 15px;
    }
    .border-image-and-text-area.section-padding {
        padding: 65px 0 45px 0;
    }
}

/*====================================   Team Member Css=====================================*/

.team-area.section-padding {
    padding-bottom: 100px;
}

.team-wrapper {
    margin-top: 30px;
}

.single-team-member {
    box-shadow: 0 0 35px -4px #efefef;
    border-radius: 5px;
    padding: 27px;
    border: 1px solid #efefef;
}

.member-image {
    height: 200px;
    width: 200px;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 15px;
}

.member-icons li {
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
}

.member-content h4 {
    margin-bottom: 5px;
}

.member-content p {
    margin-bottom: 0;
}

.member-icons {
    border-top: 1px solid #efefef;
    margin-right: -30px;
    margin-left: -30px;
    padding: 20px 30px 0;
    line-height: 1;
    margin-top: 20px;
}

.member-icons li:last-child {
    margin-right: 0;
}

.team-carousel-wrap .owl-nav div {
    position: absolute;
    height: 50px;
    width: 50px;
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    top: 50%;
    margin-top: -25px;
    left: -200px;
}

.team-carousel-wrap .owl-nav div.owl-next {
    left: auto;
    right: -200px;
}

.team-wrapper:hover .team-carousel-wrap .owl-nav div {
    left: -60px;
}

.team-wrapper:hover .team-carousel-wrap .owl-nav div.owl-next {
    left: auto;
    right: -60px;
}

@media only screen and (max-width: 991px) {
    .member-image {
        height: 150px;
        width: 150px;
    }
    .member-content h4 {
        font-size: 18px;
    }
    .team-wrapper:hover .team-carousel-wrap .owl-nav div {
        left: 0;
    }
    .team-wrapper:hover .team-carousel-wrap .owl-nav div.owl-next {
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .team-area.section-padding {
        padding-bottom: 65px;
    }
}

/*====================================   Search Css=====================================*/

.search-wrapper {
    background: #202121f5;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: table;
    opacity: 0;
    visibility: hidden;
}

.search-wrapper.show {
    opacity: 1;
    visibility: visible;
}

.search-form-content {
    display: table;
    margin: auto !important;
    height: 100%;
}

.search-form-content .container {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

form.search-form {
    position: relative;
}

form.search-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    border: 1px solid #ffffff
}

form.search-form input[type=search] {
    margin-bottom: 0;
    background: transparent;
    color: #ffffff;
}

.search-wrapper input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-size: 16px;
    color: #ffffff;
}

.search-wrapper input::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 16px;
    opacity: 1;
    color: #ffffff;
}

.search-wrapper::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 16px;
    opacity: 1;
    color: #ffffff;
}

.search-wrapper input::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 16px;
    color: #ffffff;
}

.search-wrapper input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
}

/*======================    Pre Loader Css ======================*/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    overflow: hidden;
    background-color: #000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffffff;
    -webkit-animation: spin 1.7s linear infinite;
    animation: spin 1.7s linear infinite;
    z-index: 11;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffffff;
    -webkit-animation: spin-reverse 0.6s linear infinite;
    animation: spin-reverse 0.6s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffffff;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

#loader-wrapper .loader-section {
    display: none;
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #c34759;
    z-index: 10;
    .cookie {
        background: #2c3e50;
        color: #ecf0f1;
        padding: 1rem 10%;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
        position: fixed;
        width: 100%;
    }
    @media (max-width: 32rem) {
        .cookie {
            text-align: center;
        }
    }
    .cookie .cookie__message {
        padding: 0.2rem 0;
        margin: 0;
        display: inline-block;
    }
    @media (max-width: 64rem) {
        .cookie .cookie__message {
            width: 100%;
        }
    }
    .cookie .cookie__accept,
    .cookie .cookie__decline,
    .cookie .cookie__link {
        padding: 0.2rem 0.8rem;
        border: 0;
        background: white;
        margin: 0 0.5rem;
        -webkit-transition: background 150ms ease;
        transition: background 150ms ease;
        text-decoration: none;
        cursor: pointer;
        display: inline-block;
    }
    .cookie .cookie__accept:focus,
    .cookie .cookie__decline:focus,
    .cookie .cookie__link:focus {
        outline: none;
    }
    @media (max-width: 64rem) {
        .cookie .cookie__accept,
        .cookie .cookie__decline,
        .cookie .cookie__link {
            margin: 0.5rem 1rem 0.5rem 0;
        }
    }
    @media (max-width: 32rem) {
        .cookie .cookie__accept,
        .cookie .cookie__decline,
        .cookie .cookie__link {
            width: 100%;
        }
    }
    .cookie .cookie__accept {
        background: #3498db;
        color: #ecf0f1;
    }
    .cookie .cookie__accept:hover,
    .cookie .cookie__accept:focus {
        background: #57aae1;
    }
    .cookie .cookie__accept:active {
        background: #68b2e4;
    }
    .cookie .cookie__decline {
        background: #1e2a36;
        color: #ecf0f1;
    }
    .cookie .cookie__decline:hover,
    .cookie .cookie__decline:focus {
        background: #233140;
    }
    .cookie .cookie__decline:active {
        background: #1e2a36;
    }
    .cookie .cookie__link {
        color: #3498db;
        background: none;
        padding: 0.2rem 0;
        margin: 0;
    }
    @media (max-width: 64rem) {
        .cookie .cookie__link {
            margin: 0.5rem 0;
        }
    }
    .cookie .cookie__link:hover,
    .cookie .cookie__link:focus {
        text-decoration: underline;
    }
    @media (max-width: 32rem) {
        .cookie .cookie__link {
            width: 100%;
            text-align: center;
        }
    }
}

#loader-wrapper .loader-section.section-left {
    display: none;
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    display: none;
    right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

/*====================== 	** Banner Css ======================*/

.banner-area {
    background-image: url("../images/banner.jpg");
    text-align: center;
    padding: 100px 0;
}

.banner-area02{
  background-image: url("../images/banner0555.jpg")!important;

}

.header-style-2 .banner-area {
    padding: 190px 0 120px;
}

.banner-area.enable-overlay:before {
    opacity: .8;
}

.banner-area h1 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-item {
        display: inline;
    }
    nav .breadcrumb {
        text-align: center;
        display: inline-block;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area {
        margin-top: -1px;
        padding: 70px 0;
    }
    .header-style-2 .banner-area {
        padding: 150px 0 100px;
    }
    .banner-area h2 {
        font-size: 25px;
    }
    .breadcrumb-item {
        display: inline;
    }
    nav .breadcrumb {
        text-align: center;
        display: inline-block;
        font-size: 16px;
    }
}

/*=========================== 	** Progress Bar Area Css ===========================*/

.progress-bar-area {
    background-image: url("../images/progress-area-bg.jpg");
}

.progress-bar-area.enable-overlay:before {
    opacity: .9;
}

.twb-wrapper h4 {
    margin-bottom: 5px;
    font-style: italic;
    font-weight: 700;
}

.twb-wrapper h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #ffffff;
}

.twb-wrapper {
    color: #dedede;
}

.twb-btn {
    margin: 35px 0;
}

.progress-bar-area.section-padding {
    padding: 95px 0 65px 0;
}

.skill-wrapper {
    margin-bottom: 20px;
    color: #ebeaeb;
}

.skillbar {
    padding: 2px;
    border-radius: 10px;
    border: 1px solid #ebeaeb;
    background: transparent;
}

.skill-title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 6px;
}

.progress-fill-bar {
    height: 10px;
    width: 0px;
    border-radius: 10px;
    overflow: visible !important;
    position: relative;
}

.skill-percent-count-wrap {
    position: absolute;
    right: 0;
    line-height: 1;
    top: -35px;
    font-size: 18px;
    font-weight: 600;
}



@media only screen and (max-width: 1199px) {
ul.navbar-nav>li>a {
    color: #fff;
    padding: 12px 5px!important; min-width:unset!important;}



}
@media only screen and (max-width: 767px) {
      .bg_color_who_werw {
    clip-path: unset!important;}
    .search-form-content {
        width: 100% !important;
    }
    .progress-bar-area.section-padding {
        padding: 60px 0 60px 0;
    }
    .twb-wrapper h2 {
        font-size: 25px;
    }
}

/*==============================** Popup Video Css================================*/

.popup-video-area {
    background-image: url("../images/video-bg.jpg");
}

.popup-video-area.enable-overlay:before {
    opacity: .9;
}

.popup-video-area.section-padding {
    padding: 80px 0 78px 0;
}

.video-play-button {
    display: inline-block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    position: relative;
    margin: 40px 0;
}

.video-play-button:focus,
.video-play-button:active {
    outline: none;
    box-shadow: none;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button i {
    color: #ffffff;
    z-index: 2;
    position: absolute;
    font-size: 45px;
    left: 10px;
    top: 0;
}

.popup-video-area p {
    font-size: 19px;
    line-height: 1.5;
    color: #dedede;
}

.popup-video-area h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@media only screen and (max-width: 767px) {
    .popup-video-area h2 {
        font-size: 25px;
    }
    .popup-video-area p {
        font-size: 15px;
    }
    .popup-video-area.section-padding {
        padding: 45px 0 45px 0;
    }
}

/*==============================** Single Service Page Css================================*/

.text-with-title-wrap h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

.single-service-image-wrap {
    margin-bottom: 40px;
}

.text-with-title-wrap h4 {
    font-weight: 700;
}

.iconic-list li {
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
    padding-left: 35px;
}

.iconic-list li::before {
    position: absolute;
    content: '\f105';
    font-family: fontawesome;
    height: 25px;
    width: 25px;
    border: 2px solid;
    border-radius: 50%;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
    left: 0;
    top: 2px;
}

.iconic-list-wrap {
    margin-top: 30px;
}

.text-with-bg-color h4 {
    font-weight: 700;
    color: #ffffff;
    font-style: normal;
}

.text-with-bg-color {
    color: #ffffff;
    padding: 30px;
    font-style: italic;
    margin-top: 35px;
    margin-bottom: 10px;
}

.image-iconic-list h4 {
    font-weight: 700;
}

.image-iconic-list li {
    font-weight: 600;
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}

.image-iconic-list li:before {
    position: absolute;
    content: '';
    height: 27px;
    width: 27px;
    background-image: url(../images/img-icon.png);
    background-size: cover;
    background-position: center;
    left: 0;
    top: 5px;
}

.text-with-image-and-list {
    margin-top: 30px;
}

.related-services-wrap {
    margin-top: 40px;
}

.image-iconic-list {
    margin-top: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .twial-image-wrap {
        margin-bottom: 35px;
        text-align: center;
    }
    .twial-image-wrap img {
        display: inline-block;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .text-with-title-wrap h2 {
        font-size: 25px;
    }
    .twial-image-wrap {
        margin-bottom: 35px;
    }
    .iconic-list li::before {
        top: 5px;
    }
    .text-with-bg-color h4,
    .image-iconic-list h4 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {}

/*==============================** Single Project Page Css================================*/

.single-project-page.section-padding {
    padding: 100px 0;
}

.single-gallery-image {
    height: 380px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.project-gallery-image-1 {
    background-image: url("../images/gal-1.jpg");
}

.project-gallery-image-2 {
    background-image: url("../images/work-img-9.jpg");
}

.project-gallery-image-3 {
    background-image: url("../images/gal-2.jpg");
}

.project-gallery-image-4 {
    background-image: url("../images/gal-3.jpg");
}

.project-gallery-wrap {
    position: relative;
    overflow: hidden;
}

.project-gallery-wrap .owl-nav div {
    position: absolute;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    left: -100px;
    opacity: 0;
    visibility: hidden;
}

.project-gallery-wrap .owl-nav div.owl-next {
    left: auto;
    right: -100px;
}

.project-gallery-wrap:hover .owl-nav div {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.project-gallery-wrap:hover .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

.project-gallery-details-box {
    height: 380px;
    display: table;
    width: 100%;
    padding: 50px;
    background-color: #f8f8f8;
}

.project-gallery-details-content {
    display: table-cell;
    vertical-align: middle;
}

.project-gallery-details-content h4 {
    margin-bottom: 20px;
}

.project-gallery-details-content li h6 {
    display: inline-block;
}

.tab-content {
    background: #f8f8f8;
    padding: 30px;
    padding-bottom: 10px;
    border: 1px solid #dee2e6;
    border-top: 0;
}

.nav-tabs .nav-link {
    padding: 10px 25px;
}

.nav-tabs .nav-item {
    margin-right: 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .project-gallery-details-box {
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .single-project-page.section-padding {
        padding: 65px 0;
    }
    .single-gallery-image {
        height: 250px;
    }
    .project-gallery-details-box {
        height: auto;
        padding: 30px;
    }
    .project-details-tab .text-with-title-wrap h4 {
        font-size: 20px;
    }
    .nav-tabs .nav-link {
        padding: 5px 10px;
    }
    .tab-content {
        padding: 15px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {}

/*======================================** Blog Page Css======================================*/

.blog-page.section-padding {
    padding: 100px 0;
}

.xzopro-posts {
    margin-bottom: 70px;
}

.xzopro-posts:last-of-type {
    margin-bottom: 0;
}

.xzopro-post-thumb {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}

.blog-title {
    margin-bottom: 20px;
}

.blog-title a {
    color: #242424;
}

.xzopro-posts-meta {
    margin-bottom: 20px;
}

.xzopro-posts-meta li {
    display: inline-block;
    margin-right: 15px;
}

.xzopro-posts-meta li i {
    font-size: 18px;
    margin-right: 5px;
}

.xzopro-post-read-more {
    margin-top: 30px;
}

.blog-page-nav .xzopro-project-page-nav {
    margin: 0;
}

.blog-full .blog-page-nav .xzopro-project-page-nav {
    margin-top: 50px;
}

/* Widget Css */

aside.sidebar-widget-area .widget-title {
    border-bottom: 1px solid;
    margin-right: -30px;
    margin-left: -30px;
    padding-left: 30px;
    margin-bottom: 26px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

aside.sidebar-widget-area .widget {
    padding-left: 30px;
    margin-bottom: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.widget.widget_categories li a,
.widget.widget_recent_comments li {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    color: #505050;
}

.widget.widget_categories li a:before,
.widget.widget_recent_comments li:before {
    position: absolute;
    content: '\f105';
    font-family: fontawesome;
    left: 0;
    top: -8px;
    font-size: 20px;
}

.widget.widget_recent_comments li:before {
    top: -4px;
}

aside.sidebar-widget-area .widget_xzopro-latest-post a {
    color: #505050;
}

aside.sidebar-widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget.widget_recent_comments li span {
    margin-right: 10px;
}

.widget.widget_recent_comments li a {
    color: #505050;
    font-weight: 600;
    margin-left: 5px;
}

aside.sidebar-widget-area .widget_recent_comments li {
    margin-bottom: 8px;
}

/* Single Blog Post css */

.single-blog-page.section-padding {
    padding: 100px 0;
}

.entry-footer {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

.entry-footer .post-tags {
    font-weight: 700;
    font-size: 18px;
}

.entry-footer .post-tags a {
    font-size: 15px;
    font-weight: normal;
    color: #242424;
}

.comments-area ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.children li {
    padding-left: 30px;
}

.comment-author.vcard b.fn a,
.comment-metadata time {
    color: #505050;
}

.comment-metadata time {
    font-weight: 400;
}

.comment .comment-body {
    margin-top: 30px;
    padding: 15px 15px 20px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.comment-meta {
    position: relative;
    padding-left: 100px;
    margin-bottom: 30px;
}

.comment-meta img.avatar {
    position: absolute;
    left: 0;
    top: -10px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.reply {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 5px;
}

.reply:before {
    position: absolute;
    content: '\f112';
    font-family: fontawesome;
    top: 3px;
    left: -10px;
    color: #242424;
}

.reply a {
    display: inline-block;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: #242424;
}

#comments,
.comment-respond {
    margin-top: 60px;
}

.comments-title {
    margin-bottom: 25px;
    margin-top: 10px;
    font-size: 28px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.comments-heading {
    margin-bottom: 0;
}

.comment-form-wrap {
    margin-top: 30px;
}

.comment-form-wrap input[type=text],
.comment-form-wrap input[type=email],
.comment-form-wrap input[type=url],
.comment-form-wrap textarea {
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-page-nav .xzopro-project-page-nav,
    .blog-left-sidebar aside.sidebar-widget-area .widget:last-child {
        margin-bottom: 50px;
    }
    .blog-left-sidebar .blog-page-nav .xzopro-project-page-nav,
    .blog-full .blog-page-nav .xzopro-project-page-nav {
        margin-bottom: 0;
    }
    .single-blog-page .sidebar-widget-area {
        margin-top: 65px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-page.section-padding {
        padding: 65px 0;
    }
    .blog-title {
        font-size: 20px;
    }
    .blog-page-nav .xzopro-project-page-nav {
        margin-bottom: 50px;
    }
    aside.sidebar-widget-area .widget-title {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 20px;
    }
    .blog-left-sidebar .blog-page-nav .xzopro-project-page-nav,
    .blog-full .blog-page-nav .xzopro-project-page-nav {
        margin-bottom: 0;
    }
    .blog-left-sidebar aside.sidebar-widget-area .widget:last-child {
        margin-bottom: 50px;
    }
    .blog-full .blog-page-nav .xzopro-project-page-nav {
        margin-top: 30px;
    }
    .single-blog-page .sidebar-widget-area {
        margin-top: 65px;
    }
    .reply {
        bottom: 5px;
        top: auto;
    }
    .single-blog-page.section-padding {
        padding: 65px 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {}

/*==============================** Contact Page Css============================*/

.contact-page.section-padding {
    padding: 92px 0 100px 0;
}

.contact-info-box {
    padding: 30px;
    min-height: 395px;
    display: table;
    width: 100%;
    background: #eff2f6;
}

.contact-info-content {
    display: table-cell;
    vertical-align: middle;
    color: #dedede;
}

.contact-info-content li {
    position: relative;
    padding-left: 30px;
    border-bottom: 1px solid #454547;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
}

.contact-info-content li:last-child {
    padding-bottom: 20px;
    border-bottom: 0;
}

.contact-info-content li i {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 8px;
}

.contact-info-content li span {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .navbar-collapse {
        background-color: #151414 !important;
    }
    .mobile_menu {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
    }
    div .pull-right {
        float: unset !important;
    }
    .contact-page.section-padding {
        padding: 55px 0 65px 0;
    }
    .contact-info-box {
        margin-bottom: 40px;
    }
}

/*===============================  **Color Css================================*/

.header-style-1 .header-top-area {
    background-color: #303038;
}

.header-style-1 .header-top-area,
.header-style-1 .header-top-right .social-icons a {
    color: #bebec0;
}

.header-style-1 .header-top-right .social-icons a:hover,
.search-trigger {
    color: #ffffff;
}

.header-top-left li:before {
    background: #ffffff;
}

.middle-right-section i,
.slider-main-wrapper .owl-dots .owl-dot.active,
.slider-promo-box-wrapper li i,
.single-about-box-wrap:hover .about-box-link,
a.text-btn,
a.text-btn:before,
.single-service-box:hover h4,
.service-box-style-2 .service-box-icon,
.service-box-style-3 .service-content-wrapper .service-box-icon i,
.service-box-style-3 .service-content-wrapper .service-box-icon i:before,
.entry-footer .post-tags a:hover,
.home-1.service-section .single-service-box.service-box-style-1:hover a h4,
span.price-unit,
.contact-info-content li span,
.contact-info-content li i,
.single-pricing-table i,
.project-box h4:hover,
.recent-widget-date,
.iconic-list li::before,
.work-filter-btn li.active,
.single-blog-post:hover .post-content h4,
.twb-wrapper h4,
.work-filter-btn li:hover,
.image-popup-link i:hover,
.single-project-item .text-btn:hover,
.footer-bottom-area a:hover,
.search-trigger:hover,
.breadcrumb-item.active,
.breadcrumb a:hover,
.site-footer li a:hover,
.footer-top-area .widget.widget_nav_menu li a:hover,
.footer-top-area .widget.widget_nav_menu li a:hover:before,
.recent-widget-date,
.footer-top-area .address-widget-list i,
.member-icons a,
.blog-title a:hover,
.comment-author.vcard b.fn a:hover,
aside .widget li a:hover,
aside.sidebar-widget-area .widget_xzopro-latest-post a,
.xzopro-posts-meta li i {
    color: #19bbcc
}

.fill-btn,
.slider-main-wrapper .owl-dots .owl-dot.active,
ul.title-shape li,
.about-box-link,
.single-about-box-wrap:hover .about-box-link:hover,
.single-service-box.service-box-style-2:hover .service-box-icon,
.single-choose-us-box:hover .choose-us-box-icon,
.testimonial-main-wrap .owl-dots div.active,
.table-tag,
.cta-area,
.post-link-tbl-cell a,
.blog-carousel-items .owl-nav div,
button[type="submit"],
input[type="submit"],
.slicknav_btn,
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover,
.team-carousel-wrap .owl-nav div,
.header-style-2 .header-top-area,
.sub-menu .current-menu-item a,
.border-image-wrap-border,
.nav-tabs .nav-link,
.progress-fill-bar,
.video-play-button:before,
.video-play-button:after,
.project-gallery-wrap .owl-nav div,
.xzopro-project-page-nav .page-numbers:hover,
.xzopro-project-page-nav .page-numbers.current,
blockquote:before,
aside.sidebar-widget-area .widget-title,
.text-with-bg-color {
    background-color: #19bbcc;
}

.fill-btn,
.service-box-style-3:hover,
.single-service-box.service-box-style-2:hover .service-box-icon,
.xzopro-contact-form-1 input:focus,
.iconic-list li::before,
a.page-numbers:hover,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active,
.xzopro-contact-form-1 textarea:focus,
aside.sidebar-widget-area form.search-form button,
aside.sidebar-widget-area .widget {
    border: 1px solid #19bbcc;
}

.fill-btn,
.fill-btn:hover,
.bordered-btn:hover,
.service-box-style-2:hover .service-box-icon,
.slicknav_nav a:hover,
.nav-tabs .nav-link,
.bordered-btn,
.nav-tabs .nav-link.active,
.breadcrumb a,
.breadcrumb-item+.breadcrumb-item:before,
.xzopro-project-page-nav .page-numbers:hover,
.xzopro-project-page-nav .page-numbers.current,
.home-1.service-section .section-title,
.home-1.service-section .service-box-content a h4 {
    color: #ffffff;
}

.fill-btn:hover,
.bordered-btn:hover,
.slider-promo-box-wrapper li:hover:before,
.nav-tabs .nav-link.active,
.blog-carousel-items .owl-nav div:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
.nav-tabs .nav-link:hover,
.home-2.counter-area.enable-overlay:before {
    background-color: #131212;
}

.bordered-btn:hover,
.fill-btn:hover {
    border: 1px solid #131212;
}

.top-btn .fill-btn:hover {
    border: 0;
}

.bordered-btn {
    border: 1px solid #ffffff;
}

/* ------------ top menu --------------  */

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-toggle {
    margin: 7px;
    color: #fff
}

.navbar {
    margin: 0;
    z-index: 999;
}

ul.navbar-nav>li>a {
    color: #fff;
    padding: 12px 12px;
    line-height: 30px;
    transition: all ease 0.5s;
    z-index: 99;
    min-width: 96px;
    text-align: center;
    text-transform: uppercase;
}

ul.navbar-nav>li a:hover,
ul.navbar-nav>li.active,
ul.nav .open>a:focus,
ul.nav li>a:focus {
    color:#19bbcc;
    transition: all ease 0.5s;
     background-color:transparent;
}

/* when clicked */

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
 background-color:transparent;
     color:#19bbcc;
}

/* submenu style */

.navbar .dropdown-menu {
    z-index: 999;
    min-width: 100%;
    border: 0;
    background-color: #000;
    padding: 15px 10px;
}

.navbar .dropdown-menu li a {
    text-align: left;
    padding: 7px 20px;
    color: #fff;
    font-size: 16px;
}

/*  mega menu */

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    z-index: 999999;
    padding: 20px 0px;
    width: 100%;
    -webkit-box-shadow: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #000 !important;
}

.mega-dropdown-menu ul {
    margin: 0;
    padding: 0
}

.mega-dropdown-menu li {
    color: #fff;
    list-style: outside none
}

.mega-dropdown-menu li a {
    padding: 5px !important;
    display: block !important;
    text-transform: uppercase;
}

.mega-dropdown-menu li a:hover {
    background-color:transparent!important;
}

a.title-submenu {
    font-weight: bold;
    color: rgba(0, 0, 0, .5);
}

/* search form  */

.searchform {
    padding: 10px 15px;
    float: right
}

.searchform .btn {
    color: rgba(200, 200, 200, .5);
    border: 1px solid transparent;
    background-color: #830F27;
}

.searchform .form-control {
    border: 0;
    color: #fff;
    background-color: rgba(200, 200, 200, .1);
    width: 120px !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.searchform .form-control:hover,
.searchform .form-control:focus {
    width: 170px !important;
}

.rsOverflow {
    height: 700px !important;
    margin-bottom: 80px;
}

#slider-with-blocks-1 {
    width: 100%;
}

.rsContent {
    color: #FFF;
    font-size: 24px;
    line-height: 32px;
    float: left;
}

.rsBullet {
    display: none !important;
}

.bContainer {
    position: relative;
}

.rsABlock {
    position: relative;
    display: block;
    left: auto;
    top: auto;
}

.rsABlock {
    position: unset !important;
}

.blockHeadline {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 15px;
}

.fill-btn {
    font-size: 16px !important;
}

.center_btn01 {
    text-align: center;
    margin-top: 20px;
}

.blockSubHeadline {
    font-size: 50px;
    line-height: 40px margin-bottom:15px;
}

.width01 {
    width: 50% !important;
    margin: auto !important;
}

.txtCent {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.title01 {
    font-size: 35px !important;
}

.slide01 {
    background-image: url(../images/slide-bg-1.jpg);
    background-size: cover;
    background-position: center;
}

.slide02 {
    background-image: url(../images/slide-bg-2.jpg);
    background-size: cover;
    background-position: center;
}

.slide03 {
    background-image: url(../images/slide-bg-3.jpg);
    background-size: cover;
    background-position: center;
}

.slide04 {
    background-image: url(../images/slide-bg-1.jpg);
    background-size: cover;
    background-position: center;
}

.slide1 .bContainer {
    top: 36%;
}

.slide2 {
    background: #ffbc11;
    color: #000;
}

.slide2 .bContainer {
    top: 24px;
}

.slide2 .txtCent {
    line-height: 44px;
}

.slide2 .blockHeadline {
    line-height: 66px;
}

.slide3 {
    background: #45aab8;
    color: #FFF;
}

.slide3 .bContainer {
    top: 24px;
}

.slide3 span {
    line-height: 44px;
}

.slide4 .bContainer {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    top: 24px;
}

.photoCopy {
    position: absolute;
    line-height: 24px;
    font-size: 12px;
    background: black;
    color: white;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 0px 10px;
    position: absolute;
    left: 12px;
    bottom: 12px;
    top: auto;
    border-radius: 2px;
    z-index: 25;
}

.photoCopy a {
    color: #FFF;
}

.palmImg {
    left: 0;
    top: auto;
    bottom: -60px;
    position: absolute;
}



@media screen and (min-width: 0px) and (max-width: 1199px) {
    .box_dalis012 {
    text-align: center;}
    .contact-form h3 {
    text-align:center!important;}

    .box_dalis012{ padding-bottom:50px!important;}
.box_li_contact01 {
    padding: 50px 49px 20px 49px!important;}

.dk-footer-box-info{position:unset!important;}
  .Message_conra01:before{clip-path: none!important; width:100%!important;}

}





@media screen and (min-width: 0px) and (max-width: 960px) {
    .xzopro-subscribe-form{width:90%;}
    .contact-form .btnContact{width:85%;     padding: 2.5%;}
    .contact-form form{padding-left:10px!important; padding-right:10px!important;}
    .box_dalis012{padding-top:0px!important; padding-bottom:50px!important;}
    .box_li_contact01 {
   padding:0px!important;}

    .box_li_contact01 li{
        width: calc(100% /1)!important;
    }
    .Message_conra01:before{clip-path: none!important; width:100%!important;}
    .dk-footer .contact-us{padding-left:0px!important;}
    .dk-footer .contact-us{margin-top:30px!important;}
    .footer-left-widget{padding-left:0px!important;}
    .dk-footer .contact-us.contact-us-last{margin-left:0px!important;}
    .dk-footer-box-info{
        position:unset!important;
    }

    .bg_back01 .modal-body {
    padding: 30px 35px;}
    .width01 {
        width: 90% !important;
    }
    .rsContent {
        font-size: 40px;
        line-height: 28px;
    }
    .title01 {
        font-size: 16px !important;
    }
    .txtCent {
        margin-bottom: 0px;
    }
    .blockHeadline {
        font-size: 50px;
        line-height: 40px;
        font-weight: 600;
    }
    .blockSubHeadline {
        font-size: 40px;
        line-height: 32px
    }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .table-bordered {
        overflow-x: scroll;
        display: block;
    }
    .royalSlider,
    .rsOverflow {
        height: 330px !important;
    }
    .rsContent {
        font-size: 12px;
        line-height: 26px;
    }
    .blockHeadline {
        font-size: 20px;
        line-height: 32px;
    }
    .blockSubHeadline {
        font-size: 22px;
        line-height: 32px
    }
}

.Message_conra01 {
    background-image: url(../images/images_conta001.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.contact0001 h4{background-color:#ccc; padding:53px; margin-bottom:0px;position:relative; padding-left:90px;}
.contact0001 h4 i{     position: absolute;
    top: -5px;
    left: -60px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 48px;
    font-size: 23px;}


.top_padd {
    padding-top: 80px !important;
}

.contact-form .form-control {
    border-radius:0px;
    border: 1px solid #19bbcc;
      background-color:transparent;
    height:auto;
}

/*.box_li_contact01 ::placeholder{color:#fff!important;}*/


.contact-form form {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.contact-form form .row {
    margin-bottom: -7%;
}

.main_box01 .single-service-box.service-box-style-2 {
    padding: 0px;
}

.main_box01 .service-box-content p {
    font-size: 16px;
    margin-bottom: 0px;
}

.contact-form h3 {
    text-align: left;
    color: #19bbcc;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
    font-size: 29px;
    font-family: 'Bungee', cursive!important;
}

.messa044 li{color:#fff;}
.contact-form .form-group input{margin-bottom:10px!important;}

.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 50px;
    padding: 1.5%;
    background:#19bbcc;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.social-icons01 ul{padding:0px!important;}

.btnContactSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

.iconic-list {
    padding: 0px;
    list-style: none;
}

.title_h2 h2 {
    font-size: 20px !important;
}

.bg01 {
    background-color: #008290;
}

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

.site-info ul li {
    font-size: 15px;
    display: inline-block;
}

.right_bar ul {
    text-align: right !important;
}

.social-icons01 ul li i {
    position: unset !important;
    color: unset;
}
.messa044{padding:0px!important; list-style:none; margin:0px; margin-bottom:0px;}

.social-icons01 p {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
}
.wpcf7-textarea{height:100px;}
div.wpcf7 input[type="file"]{
    border: 1px solid #19bbcc;
    padding: 10px;
    margin-bottom: 30px;
    width: 100%;
    box-shadow: none;
    outline: none;
}
}

.social-icons01 li {
    border: 0px !important;
    padding-left: 0px !important;
}

.main_box01 .single-service-box.service-box-style-2 .service-box-icon {
    top: 0px;
    right: 0px;
    left: unset;
    position: unset;
    margin: auto;
}

.main_box01 .service-content-wrapper {
    position: relative;
}

.main_box01 .service-box-content {
    text-align: center;
    margin-top: 30px;
}

.main_box01 .single-service-box.service-box-style-2 .service-content-wrapper {
    padding: 25px 20px 30px 20px;
}

.table-bordered {
    background-color: #fff;
}

.table-bordered tbody {
    background-color: #1296a5;
}
.table-bordered tbody tr{
	 transition:0.4s;
}
.table-bordered tbody tr:hover{
	 transition:0.4s;
	background-color:#1dbccd;
}


.table-bordered tbody td {
    color: #fff;
    transition:0.4s;
}


.table-bordered tbody td a {
    color: #ffffffad;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #dddddd54;
}

.jab li {
    display: inline-block;
    margin-right: 20px;
}

.jab li:last-child {
    margin-right: 0px;
}

.Careers_Details .mar_0 {
    margin-top: 0px !important;
}

.comment-form-wrap label {
    display: none;
}

.mag055 {
    margin-top: 40px;
}

.color_table01 th {
    color: #fff !important;
}

.comment-message label {
    display: none;
}

.choose-us-box-icon {
    color: #19bbcc !important;
}

.choose_us-content-wrapper:hover .choose-us-box-icon {
    color: #fff !important;
}

.home-2 {
    padding-bottom: 60px;
}

.modal {
    z-index: 9999
}


.tel_number01 {
    color: #fff !important;
    display: block;
    text-align: center;
    font-size: 16px;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    display: block;
    cursor: pointer !important;
    color: #fff;
    padding: 1rem 1.25rem !important;
    background: #000 !important;
    border-radius: 50% !important;
    outline: none;
    opacity: 1;
    transition: 0.4s;
    z-index: 9;
}

.close01_modal {
    top: 0px !important;
    right: 0px !important;
}

.course-box-2 {
    width: 100%;
    float: left;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
    border-radius: 3px;
    overflow: hidden;
}

.course-box-2:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
}

.course-thumb {
    position: relative;
    overflow: hidden;
}

.course-grid-box .course-thumb:after,
.course-box-2 .course-thumb:after {
    background: rgba(0, 0, 0, .20);
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    opacity: 0;
}

.course-grid-box .course-thumb:before,
.course-box-2 .course-thumb:before {
    background: rgba(0, 0, 0, .20);
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    opacity: 0;
}

.course-grid-box:hover .course-thumb:after,
.course-box-2:hover .course-thumb:after {
    height: 100%;
    opacity: 1;
}

.course-grid-box:hover .course-thumb:before,
.course-box-2:hover .course-thumb:before {
    height: 100%;
    opacity: 1;
}

.course-grid-box:hover .course-thumb a,
.course-box-2:hover .course-thumb a {
    left: 0;
    opacity: 1;
}

.course-thumb a {
    width: 36px;
    height: 36px;
    background: #fff;
    color: #18254a;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    line-height: 36px;
    border-radius: 3px;
    z-index: 99;
    left: -150px;
    opacity: 0;
}

.course-thumb .cdeprt {
    position: absolute;
    left: 0;
    top: 0;
    background: #19bbcca8;
    color: #fff;
    text-transform: uppercase;
    line-height: 29px;
    font-size: 12px;
    font-weight: 600;
    padding: 0 10px;
    z-index: 1;
}

.course-box-2 .course-excerpt {
    text-align: center;
}

.course-box-2 ul.course-meta {
    background: #f5f5f5;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.course-box-2 .course-meta li {
    display: inline-block;
    line-height: 50px;
    border-right: 1px solid #e8e8e8;
    padding: 0 15px;
    color: #666666;
}

.course-box-2 .course-meta li i {
    color: #fa394a;
    margin-right: 5px;
}

.course-box-2 .course-meta li:last-child {
    border: 0px;
}

.course-box-2 .ctxt {
    padding: 30px;
}

.course-box-2 .ctxt strong {
    text-transform: uppercase;
    font-size: 12px;
    color: #fa394a;
    font-weight: 600;
}

.course-box-2 .course-excerpt h4 {
    margin: 9px 0 12px;
    line-height: 30px;
}

.course-box-2 .course-excerpt h4 a {
    color: #222;
}

.course-box-2:hover .course-excerpt h4 a {
    color: #fa394a;
}

.course-box-2 .course-excerpt p {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}

.fc-rating {
    color: #f5a623;
}

.cdetail {
    display: inline-block;
    border: 1px solid #e6e6e6;
    color: #18254a;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 3px;
    margin-top: 20px;
}

.course-thumb a:hover,
.course-box-2:hover .cdetail {
    background: #fa394a;
    border-color: #fa394a;
    color: #fff;
}

.course-grid-box {
    box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
    overflow: hidden;
    margin-bottom: 30px;
    min-height:500px;
}

.course-grid-box .course-excerpt {
    text-align: center;
    padding: 25px 20px;
}

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

.course-grid-box ul.course-meta {
    text-align: center;
    border-top: 1px solid #e6e6e6;
}

.course-grid-box ul.course-meta li {
    display: inline-block;
    line-height: 49px;
    border-right: 1px solid #e6e6e6;
    padding: 0 10px;
    color: #666666;
}

.course-grid-box ul.course-meta li:last-child {
    border: 0px;
}

.course-grid-box ul.course-meta li i {
    color: #fa394a;
}

.course-grid-box .fc-rating {
    font-size: 12px;
    margin-bottom: 10px;
}

.col3 .course-grid-box h4 {
    padding: 0 25px;
}

.course-grid-box h4 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
}

.course-grid-box h4 a {
    color: #333;
    line-height: 30px;
}

.course-grid-box h4 a:hover {
    color: #18254a;
}

.course-grid-box p {
    font-size: 14px;
    margin-bottom: 12px;
}

.course-grid-box a.cdetail {
    display: inline-block;
    border: 0px;
    color: #fff;
    background: #222;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
    padding: 0 25px;
    border-radius: 0px;
    margin: 0px;
    font-size: 14px;
}

.course-grid-box:hover a.cdetail {
    background: #19bbcc;
    color: #000;
}

.course-grid-box:hover h4 a {
    color: #19bbcc;
}

.course-grid-box.cgb-2 .course-excerpt {
    text-align: left;
    padding: 25px;
    overflow: hidden;
    height: 168px;
}

.course-grid-box.cgb-2 .fc-rating span {
    display: block;
    color: #888888;
    text-align: center;
    font-size: 14px;
}

.course-grid-box.cgb-2 .cprice {
    color: #fa394a;
    font-size: 18px;
    font-weight: 300;
}



.course-listing .course-grid-box .course-excerpt {

    padding: 24px 25px 0 25px;
    text-align: left;
}



.course-listing.full .course-grid-box .course-thumb {
    width: 100%;
 
}

.course-listing.full .course-grid-box .course-excerpt {
    width: 100%;
    padding: 20px 25px 0 25px;
}

.course-thumb img {
    width: 100% !important;
}

.course-listing.full .course-grid-box ul.course-meta li {
    padding: 0 8px;
    line-height: 48px;
}

.title_bar_search {
        padding-top: 30px;
    padding-left: 24px;
    background-color: #188591;
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: center;
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);


}

.title_bar_search h3 {
    font-weight: 600;
    color:#fff;
}
.title_bar_search p{color:#fff!important; margin: 0px;
    font-size: 16px}

.fl-pagination .pagination>li>a,
.fl-pagination .pagination>li>span {
    position: relative;
    float: left;
    line-height: 28px;
    color: #999999;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}

.fl-pagination ul li a {
    width: 40px;
    height: 40px;
    border: 1px solid #0e0e0e;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    background-color: #000;
    color: #fff;
}

.fl-pagination .pagination>li.active a,
.fl-pagination .pagination>li>a:hover,
.fl-pagination .pagination>li>span:hover {
    background: #19bbcc;
    color: #fff;
    border: 1px solid #19bbcc;
}

}

.fl-pagination .pagination {
    margin: 20px 0 0;
}

.fl-pagination {
    margin-bottom: 50px !important;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 50px !important;
}

.fl-pagination .pagination {
    display: inline-block !important;
}

.fl-pagination .pagination li {
    display: inline !important;
}

.p_right_0 {
    padding-right: 0px !important;
}

.p_left_0 {
    padding-left: 0px !important;
}

/**add new css**/

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: #1dbccd;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #fff;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #EEEEEE;
}

/*/sandeep start*/

.Careers_Details h3 {
    color: #85cebd !important;
    font-size: 20px !important;
}

.customdetailtable,
.customdetailtable th,
.customdetailtable td {
    border: 1px solid black !important;
    border-collapse: collapse !important;
}

.customdetailtable th,
.customdetailtable td {
    padding: 15px !important;
}

.uplaodresuem {
    display: block !important;
}


.Message_conra01:before{
    position: absolute;
    content: '';
    top: 0;
   left:0px;
    height: 100%;
    width: 65%;
    background: #11818de8;
    clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
    z-index: 1;
}


.Message_conra01:after{
    position: absolute;
    content: '';
    top: 0;
   left:0px;
   right:0px;
    height: 100%;
    width: 100%;
    background: #00000087;
}
.box_dalis012{padding-top:100px;    position: relative;
    z-index: 1;}


.main_box01 .single-service-box.service-box-style-2:hover{
	    background-color: #19bbcc;
	    transition:0.4s;
}



/*/sandeep end*/




/******************************************
Page 404 Start
******************************************/
.page-404-wrap {
  background: url(../images/slide-bg-3.jpg) no-repeat center top;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position:relative;
}
.title-404 {
  color: #fff;
  font-size: 180px;
  font-weight: 700;
  display: block;
  line-height: 130px;
  margin-bottom: 30px;
}
.page-404-wrap h2 {
  margin-bottom: 10px;
  color: #cccccc;
}
.page-404-wrap .not-found {
  color:#19bbcc;
  font-size: 26px;

  margin-bottom: 10px;
  display: block;
}
.page-404-wrap p {
  color: #fff;

  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}
.search-404 {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 30px;
}
.search-404 input {
  width: 100%;
  border: 0px;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.search-404 button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 0;
  background: #19bbcc;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
a.back2home {
  background: #19bbcc;
  display: inline-block;
  color: #fff;
  line-height: 50px;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 500;
}
a.back2home i {
  margin-right: 5px;
}
.search-404 button:hover, a.back2home:hover {
  background: #19bbcc;
  color: #fff;
}
.text-404 {
  margin-top:120px;
}

.page-404-wrap:before{
      content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000c7;
}
/******************************************
Page 404 End
******************************************/


.list_ul001 ul{list-style:none;}
.list_ul001 ul li{position:relative;     line-height: 26px;}
.list_ul001 ul li:before{
	    position: absolute;
    content: '\f0a4';
    font-family: fontawesome;
    text-align: center;
   left: -25px;
    top: -1px;

}

.intl-tel-input{
	margin-bottom:15px!important;
}

.no-list-style01 li:before{
    content:"";
    display:none!important;
}





/**new css rahul**/
.bg_back01{
    background-image: url(../images/images005_modal.jpg);
    background-size:cover;
     background-repeat:no-repeat;
     position:relative;
}

.bg_back01:before{
    content:"";
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
    width:100%;
    height:100%;
    background-color:#000;
        opacity: 0.8;
}

.bg_back01 .modal-body {
    padding: 30px 60px;}


.bg_back01 input[type=text], input[type=email], input[type=password], input[type=url], input[type=search], input[type=tel], textarea{
background-color:transparent!important;
color:#505050!important;
}

.footer-section:before {
    content: "";
    position: absolute;
    left: 0px;
    opacity: 0.2;
    right: 0px;
    height: 100%;
    width: 102%;
    background-image: url(../images/smoke.png);
    background-size: cover;
    background-repeat: no-repeat;}
.footer-section{
    position:relative;
}



 .animation_left {
        -webkit-animation: animation_left 4s ease-in-out infinite;
        animation: animation_left 4s ease-in-out infinite
    }
    .animation_left-slow {
        -webkit-animation: animation_left 6s ease-in-out infinite;
        animation: animation_left 6s ease-in-out infinite
    }

    .footer-section:before {
        -webkit-animation: animation_left 6s ease-in-out infinite;
        animation: animation_left 6s ease-in-out infinite
    }

    @-webkit-keyframes animation_left {
        from,
        to {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0)
        }
        50% {
            -webkit-transform: translate(-1rem, 0);
            -ms-transform: translate(-1rem, 0);
            transform: translate(-1rem, 0)
        }
    }
    @keyframes animation_left {
        from,
        to {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0)
        }
        50% {
            -webkit-transform: translate(-1rem, 0);
            -ms-transform: translate(-1rem, 0);
            transform: translate(-1rem, 0)
        }
    }






/*footer css*/

.footer-widget p {
    margin-bottom: 27px;
}

.contact-info p {
    font-size: 13px;
}

.animate-border {
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    background: #19bbcc;
}

.copyright span,
.copyright a:hover {
    text-decoration: none;
    transition: 0.4s;
    color: #19bbcc;
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.animate-border.border-white:after {
    border-color: #fff;
}

.animate-border.border-yellow:after {
    border-color: #F5B02E;
}

.animate-border.border-orange:after {
    border-right-color: #007bff;
    border-left-color: #007bff;
}

.animate-border.border-ash:after {
    border-right-color: #EEF0EF;
    border-left-color: #EEF0EF;
}

.animate-border.border-offwhite:after {
    border-right-color: #F7F9F8;
    border-left-color: #F7F9F8;
}


/* Animated heading border */

@keyframes primary-short {
    0% {
        width: 15%;
    }
    50% {
        width: 90%;
    }
    100% {
        width: 10%;
    }
}

@keyframes primary-long {
    0% {
        width: 80%;
    }
    50% {
        width: 0%;
    }
    100% {
        width: 80%;
    }
}

.dk-footer {
    padding: 75px 0 0;
    background-color: #151414;
    position: relative;
    z-index: 2;
}

.dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px;
}

.dk-footer .contact-us .contact-info {
    margin-left: 50px;
}

.dk-footer .contact-us.contact-us-last {
    margin-left: -80px;
}

.dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color: #19bbcc;
}

.dk-footer-box-info {
    position: absolute;
    top: -75px;
    background: #202020;
    padding: 40px;
    z-index: 2;
}

.dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dk-footer-box-info .footer-social-link li {
    display: inline-block;
}

.dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff;
}

.dk-footer-box-info .footer-social-link a i.fa-facebook {
    background-color: #3B5998;
}

.dk-footer-box-info .footer-social-link a i.fa-twitter {
    background-color: #55ACEE;
}

.dk-footer-box-info .footer-social-link a i.fa-google-plus {
    background-color: #DD4B39;
}

.dk-footer-box-info .footer-social-link a i.fa-linkedin {
    background-color: #0976B4;
}

.dk-footer-box-info .footer-social-link a i.fa-instagram {
    background-color: #B7242A;
}

.dk-footer-box-info .footer-social-link a i.fa-youtube{
     background-color: #FF0000!important;
}


.dk-footer-box-info .footer-social-link a i.fa-skype{
     background-color: #00aff0!important;
}


.footer-info-text {
    margin: 23px 0 25px;
    color: #fff;
}

.footer-left-widget {
    padding-left: 80px;
}

.footer-widget .section-heading {
    margin-bottom: 35px;
}

.footer-widget h3 {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}



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

.footer-widget li {
    margin-bottom: 5px;
}

.footer-widget p {
    margin-bottom: 27px;
    color: #fff;
}

.footer-widget a {
    color: #878787;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-widget a:hover {
    color: #19bbcc;
}

.footer-widget:after {
    content: "";
    display: block;
    clear: both;
}

.dk-footer-form {
    position: relative;
}

.dk-footer-form input[type=email] {
    padding: 25px 28px;
    border-radius: 50px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px;
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px;
}

.dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 11px 24px 11px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #19bbcc;
    background: #19bbcc;
    color: #fff;
}

.dk-footer-form button:hover {
    cursor: pointer;
}

.dk-footer-form button:focus {
    cursor: pointer;
    outline: unset!important;
    box-shadow: unset!important;
}

.footer-widget a:hover {
    text-decoration: none;
    color: #19bbcc;
    transition: 0.4s;
}



.copyright {
    padding: 28px 0;
    margin-top: 55px;
    background-color: #202020;
}

.copyright span,
.copyright a {
    color: #878787;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.copyright-menu ul {
    text-align: right;
    margin: 0;
}

.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}

.scrollTop {
    position: fixed;
    right: 2%;
    bottom: 1px;
    background-color: #a5a836;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 50%;
    padding: 15px 17px;
}

.scrollTop a {
    font-size: 18px;
    color: #fff;
}

.logofooter {
    text-align: center;
}


.cust_footer01 h3{    color: #fff;
    font-size: 24px;
    margin-bottom: 23px;
    margin-top: 23px;}
.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-icon {
    position: absolute;
}

.contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #007bff;
}

.contact-info {
    margin-left: 75px;
    color: #fff;
}

.contact-info h3 {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
}


.pa01{padding:0px!important;}
.main_box01 .single-service-box.service-box-style-2 .service-content-wrapper{
        background: #11818D;
        border:0px!important;
        border-radius:0px!important;
}

.main_active_box .service-content-wrapper{
    background-color:#14abbb!important;
        min-height: 315px;
    margin-top: -30px;
    cursor:pointer;
}
.main_box01 .single-service-box.service-box-style-2:hover .service-box-content a h4{color:#fff!important;}
.main_box01 .service-box-content p{color:#fff!important;}

.contact-form{
	      box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	    margin-top:-145px;
	    background-color:#fff;
}

.box_li_contact01 .form-control{
	    background-color: #f2f2f4!important;
	        border: 1px solid #f2f2f4!important;
}

.box_li_contact01{
	padding:0px;
    list-style: none;
    z-index: 1;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;}


.box_li_contact01 li{
    float: left;
    width: calc(100% /2);
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.contact0001 h4 span{position:relative;}
.full_li_width{width:100%!important;}






.bs-slider{
    overflow: hidden;
    max-height: 800px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 35%;
     right:0px;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.width_box{width:60%;}
.slide_style_center .width_box{margin:auto!important;}
.slide_style_right .width_box{margin-left:auto!important;}

.slide-text h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 55px;
    font-style: normal;
    line-height: 60px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text a.btn-default{
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    background-color:#19bbcc;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text a:hover,
.slide-text a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}












/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .images_full01{display:none;}
            .single-slide-item {
        height: 550px;
        padding: 80px 0;
    }
    .width_box{width:80%!important;}
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
	.contact-form{margin-top:0px!important;}
    .bg010conta01{padding-bottom:40px!important;}
    .images_full01{display:none;}
        .single-slide-item {
        height: 450px;
        padding: 80px 0;
    }
    .form001 h1 {
    font-size: 20px;
}
    .bg_back01 .modal-body {
    padding: 30px 30px;}
    .slide-text{top:35%;}

    .width_box{width:100%!important;}
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 580px) {
    .single-slide-item {
        height: 300px;
        padding: 80px 0;
    }
    #bootstrap-touch-slider .item img{height:300px!important;}
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text a.btn-default, 
    .slide-text a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line .carousel-indicators{
        display: none;
    }

}

.bg010conta01{
    background-color:#f7f7f7;
}
.box_form_shadow{
        box-shadow: 0px 0px 15px #0000003b;
    padding: 20px;
}

.images_full01 img{width:100%;}
.comment-form-wrap input{background-color:transparent!important;     border-top: 0px;
    border-left: 0px;
    border-right: 0px;transition:0.4s;}

.comment-form-wrap input:focus{
	border-bottom:1px solid #000!important;
	transition:0.4s;
}

.file-613 input{
	border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}
div.wpcf7 input[type="file"]{
		border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}


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

.bgbanner002{
    background: url(../images/banner-techday-2018.jpg)!important;

}

.bg0006{
    position: relative;
    background: url(../images/banerrsection003.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    overflow: hidden;
    margin-bottom:40px;
}

.bg0006:before{
        position: absolute;
    content: '';
    top: 0;
    left: -12%;
    height: 100%;
    width: 65%;
    background: #fff;
    transform: skew(15deg);
}

.bg_who_we_are{
    background-image: url(../images/who-we-are-banner.jpg)!important;
}


.bucket-list .bucket-content{
  padding: 85px 0 0px;

}


.bucket-list .hovereffect-bucket:hover .bucket-image{
  overflow: hidden;
  transition: all ease-in-out 0.3s;
}

.bucket-list .hovereffect-bucket:hover .bucket-image img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5); 
  transition: all ease-in-out 0.3s;
}

.bucket-list .bucket-item {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    transition: all ease-in-out 0.3s;
}
.padd04{padding-left:40px;}
.warp_main_section .bg0006:before {
    position: absolute;
    content: '';
    top: 0;
    left: -12%;
    height: 100%;
    width: 75%!important;
    background: #fff;
    transform: skew(15deg);
}

.bucket-item-content p{font-size:14px;}

.bucket-list .bucket-item:before {
    content: '';
    background: #19bbcc;
    height: 100%;
    width: 100%;
    bottom: -5px;
    right: 0px;
    position: absolute;
}

.bucket-list .bucket-image {
    width:20%;
    position: relative;
}

.bucket-list .bucket-item-content {
  width:80%;
    padding: 20px 20px 0 20px;
    background: #fff;
    position: relative;
}

.bucket-list .bucket-item-content h3 a {
    color: #444;
}

.bucket-list .bucket-item-content span {
    font-weight: 600;
    color: #005294;
    padding-right: 10px;
}

.bucket-list .bucket-item-content span.old-price {
    text-decoration: line-through;
    color: #ffc63f;
}

@media(max-width: 991px){
  .bucket-list .bucket-item-content{padding-bottom: 20px;}

  .bucket-list .bucket-image{width: 72%;}
}

@media(max-width: 767px){
    .bucket-list .bucket-item-content{width:100%;}
    .bucket-list .bucket-item{
        display:unset;
    }
.bg0006:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0%;
    height: 100%;
    width: 100%!important;
    background: #fff;
    transform: skew(0deg);}

.warp_main_section .bg0006:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0%;
    height: 100%;
    width: 100%!important;
    background: #fff;
    transform: skew(0deg);} 

  .bucket-list .bucket-image{width: 20%;}
}

@media(max-width: 567px){
  .bucket-list .bucket-image{width: 100%;}
}


.width_form01{width:80%; margin:auto;}
.img_trangle{
	clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);

}

.progress-bar-area{

	    clip-path: polygon(0 3.5%, 2% 3%,7.5% 3.5%, 8% 3.7%, 8.5% 4%, 11.5% 3.1%,12% 3%,12.5% 3.1%, 15% 4%,17.7% 2.1%,18% 2%, 19.5% 2.5%,23% 3%, 28% 3%,29% 3.5%, 31% 4%,32% 5%,34.5% 3.2%,35% 3%,36% 3.3%,39% 5%, 48% 0,50% 1%,52.5% 1%,53% 1.1%,58% 5%, 60% 4.7%,63.5% 3%,64% 3.1%,64.5% 3%,65% 3.2%, 66% 3.1%,69% 4%,70% 4.3%,73% 5%,75% 4.6%,77% 4.3%,77.6% 4.1%,78% 4%,79% 4.6%,80% 5%,80.5% 4.8%,83% 3%,85% 3.7%,86% 3.5%,87% 3.7%,88% 3%,93% 3.7%, 94% 2.7%, 95% 3%,96% 2.9%,100% 3.5%, 100% 100%,98% 98%, 90% 100%, 88% 98%,83% 100%, 80% 99%,78% 100%,75% 97%,69% 99%,62% 100%,60% 100%,53% 95%,51% 95%,49% 93%,39% 100%,35% 97%,32% 96%,28% 98%,18% 98%,15% 99%,12% 98%,8% 97%,0 100%,0 100%);
}

.bg_color_who_werw{
	    clip-path: polygon(8% 8%, 100% 0%, 100% 100%, 0% 100%);
    background-color: #fff8f8;
}
.teams01 .border-image-wrap img{    clip-path: polygon(50% 0%, 100% 0, 100% 60%, 75% 100%, 24% 94%, 0% 60%, 2% 3%);}
.Careers011 img{
	    border-radius: 100px 20px;
    background: white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}
.bg000603:before{
	background-color:#ffffffa8!important;
}

.bg000603{
background: url(../images/natoma-services-banner.png)!important;
background-repeat:no-repeat!important;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin-bottom:0px!important;

}


.padd04 ul{padding:0px!important;}

.bg010002{
	    background-color: #f9f9f9;
}
.mar00077{margin-top:60px;}


.section_title {
  margin-bottom: 40px;
}

.section_title h2 {
  color: #333333;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.brand_border .fa.fa-minus {
    color: #fff;
    font-size: 8px;
    height: 2px;
        background: #F8C01B none repeat scroll 0 0;
    width: 100px;
}
.brand_border .fas.fa-handshake {
    font-size: 14px;
        color:#000000;
}


.section_title p {
  color: #333333;
  font-size: 14px;
  line-height: 25px;
  padding: 14px 0;
}

.choose_us .section_title {
    margin-top: 45px;
}
#service .single_service {
  padding:2px;
  margin-top: 50px;

}


#service .icon {
  border: 1px solid #19bbcc;
  border-radius: 50px;
  color: #fff;
  font-size: 35px;
  line-height: 65px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  width: 70px;
  background-color:#19bbcc;
}

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

.single_service-heading {
	padding-bottom:10px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color:#333;
}

.single_service-body p {
  font-size: 13px;
  color:#fff;
  margin-bottom:0px;
}
.color_white{color:#fff!important;}
.mar_3000{margin-top:0px!important}
.single_service-heading{
	position:relative;
}

.single_service-heading:before{
	content:"";
	position: absolute;
	bottom:0px;
	left:0px;
	width:70px;
	height: 2px;
	background-color:#19bbcc;
}
.single_service-left {
  display: table-cell;
  vertical-align: top;
}
.single_service-body {
  color: #333333;
  display: table-cell;
  vertical-align: top;
}
.hvr-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}

/**end of new css rahul**/



@keyframes slide {
from{background-position:0 0}
to{background-position:1920px 0}
}
@-webkit-keyframes slide {
from{background-position:0 0}
to{background-position:1920px 0}
}
.service-block-one a {text-decoration:none}

@keyframes slide {
from{background-position:0 0}
to{background-position:1920px 0}
}
@-webkit-keyframes slide {
from{background-position:0 0}
to{background-position:1920px 0}
}
.service-block-one .inner-box{position:relative;display:block;overflow:hidden;
	text-align:center;background:#353535;padding:50px 20px 36px;min-height: 330px; margin-top:50px;}
.service-block-one .inner-box:before{position:absolute;content:'';width:100%;height:0;left:0;bottom:0;right:0;transition:all 500ms ease}
.service-block-one .inner-box:hover:before{height:100%;top:0}
.service-block-one .inner-box .icon-box{position:relative;display:inline-block;font-size:100px;line-height:100px;margin-bottom:8px;z-index:1;transition:all 500ms ease}
.service-block-one .inner-box .icon-box:before{position:absolute;content:'';background:#303030;width:72px;height:72px;border-radius:50%;left:-9px;top:-13px;z-index:-1;transition:all 500ms ease}
.service-block-one .inner-box:hover .icon-box:before{background:#1a8792}
.service-block-one .inner-box:hover .icon-box{transform:rotateY(360deg);color:#fff}
.service-block-one .inner-box h3{position:relative;display:block;font-size:22px;line-height:30px;color:#fff;font-weight:800;margin-bottom:9px}
.service-block-one .inner-box h3 a{display:inline-block;color:#fff}
.service-block-one .inner-box p{;position:relative;color:#fff;margin-top:20px; font-size:18px;}
.service-block-one .inner-box .theme-btn{padding:12px 25px}
.service-block-one .inner-box:hover .theme-btn{background:#108b98}
.service-section .sec-title{margin-bottom:70px}
.service-section .sec-title span{margin-bottom:21px}
.service-block-one .inner-box .icon-box{color:#19bbcc}
.service-block-one .inner-box:before{background:#19bbcc}
.theme-btn{position:relative;display:inline-block;font-size:15px;background:#19bbcc;line-height:26px;font-weight:700;font-family:'Rubik',sans-serif;color:#fff!important;text-align:center;cursor:pointer;border-radius:5px;z-index:1;transition:all 500ms ease}
.theme-btn:before{position:absolute;content:'';background:#1c1d1f;width:100%;height:100%;border-radius:5px;z-index:-1;top:0;left:0;right:0;bottom:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.theme-btn:hover:before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(.52,1.64,.37,.66);transition-timing-function:cubic-bezier(.52,1.64,.37,.66)}
.theme-btn i{position:relative;top:2px;font-size:20px;margin-left:40px;}
@media(max-width:1024px) {
  .service-block-one .inner-box{padding:30px}
  .service-block-one{margin-bottom:15px}
  .theme-btn{padding:10px 20px}
}


.no_pad{padding:0px!important;}
.bgg055{
/*
	background: url(../images/135.jpg)!important;
    background-repeat: no-repeat!important;
    background-size: cover;
    background-position: center;*/
    padding: 120px 0 163px 0!important;
    margin-bottom: 0px!important;
    clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%);
}
.bgg055 h2{
color:#fff!important;
}

.bgg055 p{
	font-size:20px;
color:#fff!important;
}

.images_blog{    background-color: aliceblue;
    padding: 80px 0px;}
.line_bar_top{
	background-color:#11818D;
    padding: 20px 0px;
}

.social-icons0103 ul{padding:0px; list-style:none; margin:0px;}
.social-icons0103 ul li{display:inline-block; margin-right:10px;}
.social-icons0103 ul li a{color:#fff!important;  font-size: 18px; transition:0.4s;}
.social-icons0103 ul li a:hover{
	transition:0.4s;
	color:#23e2f7!important;
}

.bgg055{position:relative;}
.bgg055:before{
	content:"";
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	width: 100%;
	height:100%;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgb(27 53 56) 0%, rgb(29 188 205) 35%, rgba(0,212,255,1) 100%);}
.Global01_office ul{padding:0px; list-style:none; margin:0px;}
.Global01_office ul li{padding-left:80px; position:relative;     padding-bottom: 20px;}
  .Global01_office ul li:last-child{padding-bottom:0px!important;}
.Global01_office ul li:before{
content: "\f041";
position: absolute;
top: 0px;
font-family: "FontAwesome";
left: 0px;
font-size: 20px;
color: #fff;
clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
background-color:#19bbcc;
width: 65px;
height: 65px;
padding: 15px;
text-align: center;
z-index: 2;

}
 .Global01_office ul h3{    font-size: 21px;
    color: #129aa9;
    font-weight: 700;
    margin-bottom: 5px;}

.Global01_office ul li:after{
content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    left: 31px;
    right: 0px;
    bottom: 0px;
    opacity: 0.2;
    background-color: #222;
    z-index: 1;
}
.main_box_conta01 h3{font-size:30px; margin-bottom:0px;}
.no-list-style01{padding:0px!important;}
.main_box_conta01 {
	    padding: 50px 0px;
}
.Global01_office{padding-top:30px;}

.Global01_office ul li:last-child:after{
 content: '';
 display:none;
}

.comment-count{display:none!important;}
.shadow01{
	    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	        padding: 40px;
}
.images01_auto img{
clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}

.new_cust01{
        box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    margin: 30px;
        border-radius: 100px 20px;
}

.images_blog h2{
        color: #19bbcc!important;
        font-size: 30px!important;
}


.slide-text h2 {
    padding: 0;
    color: #ffffff;
    font-size: 55px;
    font-style: normal;
    line-height: 60px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}