/*******************************/
/********* General CSS *********/
/*******************************/
@font-face {
    font-family: 'Conv_Mont-HeavyDEMO';
    src: url('../fonts/Mont-HeavyDEMO.eot');
    src: local('Ã¢ËœÂº'), url('../fonts/Mont-HeavyDEMO.woff') format('woff'), url('../fonts/Mont-HeavyDEMO.ttf') format('truetype'), url('../fonts/Mont-HeavyDEMO.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*html, body {
    overflow-x: hidden;
}*/
body {
    color: #797979;
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #000;
    font-family: "Conv_Mont-HeavyDEMO";
}

a {
    color: #454545;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #F7CAC9;
    outline: none;
    text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.container-fluid {
    max-width: 1366px;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #1a246a;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
    color: #fff;
}

.back-to-top:hover {
    background: #343148;
}


.back-to-top i {
    padding-top: 10px;
}

/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.navbar .navbar-brand {
    margin: 0;
    color: #ffffff;
    font-size: 45px;
    line-height: 0px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: .5s;
    padding: 0;
    
}

.navbar .navbar-brand span {
    color: #343148;
    text-transform: lowercase;
    transition: .5s;
}

.navbar.nav-sticky .navbar-brand span {
    color: #ffffff;
}

.navbar .navbar-brand img {
    max-width: 100px;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {

		margin: 0px 5px 0px 5px;
    color: #343148;
    font-weight: 700;
    padding: 0px 5px 8px;
    padding-bottom: 0px;
}
/* .navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {

		margin: 0px 5px 0px 5px;
    color: #343148;
    font-weight: 700;
    padding: 0px 5px 8px;
    padding-bottom: 0px;
} */

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    transition: none;
    
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

@media (min-width: 992px) {
    .navbar {
        position: absolute;
        width: 100%;
        top: 0px;
        padding: 7px 60px;
        background: transparent; 
        z-index: 9;
    }
    
    
    
    .navbar.nav-sticky {
        padding: 7px 0px;
        background: #1a246a !important;
    }
    
    .navbar a.nav-link {
        padding: 8px 15px;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
}

@media (max-width: 991.98px) {   
    .navbar {
        padding: 15px;
        background: #1a246a !important;
    }
    
    .navbar .navbar-brand span {
        color: #ffffff;
    }
    
    .navbar a.nav-link {
        padding: 5px;
    }
    
    .navbar .dropdown-menu {
        box-shadow: none;
    }
}


/*******************************/
/********** Hero CSS ***********/
/*******************************/
.hero {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
    padding: 90px 0;
    overflow: hidden;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 150px !important;
    padding-bottom: 150px !important;
    /* background-image: url(../images/service-tech/Rize-Website-hero-01.jpg); */
    background-image: url(../images/service-tech/background-blue.jpg);
    /* background-position: center !important; */
    background-repeat: no-repeat !important;
    /* background-size: cover !important; */
    min-height: calc(100vh - 84px);
    display: flex;
    align-items: center;
}
.hero.hero-two {
    background-image: url(../images/home-banner2.png);
     background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.hero-three {
     background-image: url(../images/service-tech/Rize-Website-hero-02.jpg);
   
    background-position: right center !important;
}

.hero .container-fluid {
    padding: 0;
}

.hero .hero-image {
    position: relative;
    text-align: right;
}

.hero .hero-image img {
    max-width: 80%;
    max-height: 80%;
}

.hero .hero-text {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.hero .hero-text h1 {
    color: #343148;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 50px;
    max-width: 450px;
}

.hero .hero-text h1 span {
    display: block;
}
.technology-top h3 {
    font-size: 40px;
}
.our_services_box h3 {
    font-size: 40px;
    line-height: 40px;
    font-size: 1.75rem;
    line-height: 30px;
}

.text-red {
    color: #ee363f;
}

.hero .hero-text p {
    color: #343148;
    font-size: 18px;
    margin-bottom: 25px;
}

.hero .hero-btn .btn {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #F7CAC9;
    background: #343148;
    border-radius: 0;
    transition: .3s;
}

.hero .hero-btn .btn:hover {
    color: #343148;
    background: #ffffff;
}

.hero .hero-btn .btn:first-child {
    margin-right: 10px;
}
 .carousel-control-next-icon, span.carousel-control-prev-icon {   
    /* filter: brightness(0); */
}
.carousel-control-next-icon, .carousel-control-prev-icon {   
    width: 20px;
    height: 20px;
    
}

@media (max-width: 991.98px) {
    .hero .hero-text {
        padding: 0 15px;
    }
    
    .hero .hero-text h1 {
        font-size: 35px;
    }
    
    .hero .hero-text p {
        font-size: 16px;
    }
    
    .hero .hero-text .btn {
        padding: 12px 30px;
        letter-spacing: 1px;
    }
}

@media (max-width: 767.98px) {
    .hero .hero-text h1 {
        font-size: 30px;
        font-weight: 600;
    }
    
    .hero .hero-text p {
        font-size: 14px;
    }
    
    .hero .hero-text .btn {
        padding: 10px 15px;
        font-weight: 400;
        letter-spacing: 1px;
    }
}

@media (max-width: 575.98px) {
    .hero .hero-text h1 {
        font-size: 25px;
        font-weight: 600;
    }
    
    .hero .hero-text p {
        font-size: 14px;
    }
    
    .hero .hero-text .btn {
        padding: 8px 10px;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0;
    }
}


/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 150px 0 90px 0;
    text-align: center;
    background: #F7CAC9;
}

.page-header h2 {
    position: relative;
    color: #343148;
    font-size: 60px;
    font-weight: 700;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #343148;
}

.page-header a:hover {
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #343148;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 767.98px) {
    .page-header h2 {
        font-size: 35px;
    }
    
    .page-header a {
        font-size: 18px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 45px;
    text-align: center;
}
.about-inner-page-right .section-header{
    margin: 0px
}
.section-header p {
    display: inline-block;
    margin: 0 30px;
    margin-bottom: 5px;
    padding: 0 10px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    font-size: 1.75rem;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.about .about-img {
    position: relative;
    height: 100%;
}

.about .about-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .about-text p {
    font-size: 16px;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #F7CAC9;
    background: #343148;
    border-radius: 0;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #343148;
    background: #F7CAC9;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .07);
    transition: .3s;
}

.service .service-item:hover,
.service .service-item.active {
    background: #343148;
    color: #ffffff;
}

.service .service-icon {
    position: relative;
    margin: 0 auto 25px auto;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service .service-icon i {
    position: relative;
    font-size: 50px;
    color: #343148;
    z-index: 3;
}

.service .service-icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #F7CAC9;
    border-radius: 50%;
    animation: pulse-border 2000ms ease-out infinite;
}

.service .service-icon:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #F7CAC9;
    border-radius: 50%;
    transition: all 200ms;
}

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

.service .service-item h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    transition: .3s;
}

.service .service-item:hover h3,
.service .service-item.active h3 {
    color: #F7CAC9;
}

.service .service-item p {
    margin: 0;
    font-size: 16px;
}



/*******************************/
/********** Class CSS **********/
/*******************************/
.class {
    position: relative;
    padding: 45px 0 15px 0;
}

.class #class-filter {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.class #class-filter li {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 6px 12px;
    color: #343148;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    background: none;
    border: 1px solid #343148;
    transition: .3s;
}

.class #class-filter li:hover,
.class #class-filter li.filter-active {
    background: #343148;
    color: #F7CAC9;
}

.class .class-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .3s;
}

.class .class-wrap {
    position: relative;
    width: 100%;
}

.class .class-img {
    position: relative;
}

.class .class-img img {
    position: relative;
    width: 100%; 
    height: 100%; 
    object-fit: cover;
}

.class .class-text {
    position: relative;
    padding: 30px 30px 25px 30px;
    border-right: 1px solid rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    border-left: 1px solid rgba(0, 0, 0, .07);
}

.class .class-text h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.class .class-teacher {
    position: relative;
    height: 40px;
    margin-top: -50px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 40px;
}

.class .class-teacher img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #F7CAC9;
}

.class .class-teacher h3 {
    width: calc(100% - 95px);
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 0 15px;
    white-space: nowrap;
    overflow: hidden;
}

.class .class-teacher a {
    width: 40px;
    height: 40px;
    padding: 0 0 3px 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 100;
    color: #343148;
    background: #F7CAC9;
    border-radius: 40px;
    transition: .3s;
}

.class .class-wrap:hover .class-teacher a {
    color: #F7CAC9;
    background: #343148;
}

.class .class-meta {
    position: relative;
    display: flex;
    align-items: center;
}

.class .class-meta p {
    margin: 0;
    font-size: 14px;
}

.class .class-meta p i {
    margin-right: 5px;
    color: #343148;
}

.class .class-meta p:first-child {
    margin-right: 10px;
}



/*******************************/
/********* Pricing CSS *********/
/*******************************/
.discount {
    position: relative;
    width: 100%;
    margin: 45px 0;
    padding: 90px 0;
    background: linear-gradient(rgba(247, 202, 201, .7), rgba(247, 202, 201, .7)), url(../img/discount-bg.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.discount .container {
    max-width: 750px;
    text-align: center;
}

.discount .section-header {
    margin-bottom: 20px;
}

.discount .section-header p {
    color: #343148;
    background: transparent;
}

.discount .section-header p::after {
    display: none;
}

.discount .section-header h2 span {
    color: #F32B56;
    font-size: 50px;
}

.discount .discount-text p {
    color: #454545;
}

.discount .discount-text .btn {
    margin-top: 10px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #F7CAC9;
    background: #343148;
    border-radius: 0;
    transition: .3s;
}

.discount .discount-text .btn:hover {
    color: #343148;
    background: #ffffff;
}


/*******************************/
/********* Pricing CSS *********/
/*******************************/
.price {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

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

.price .price-header,
.price .price-body,
.price .price-footer {
    position: relative;
    width: 100%;
    text-align: center;
    background: #ffffff;
    overflow: hidden;
}

.price .price-header {
    padding: 30px;
    background: #F7CAC9;
    color: #343148;
}

.price .price-item.featured-item .price-header {
    background: #343148;
    color: #F7CAC9;
}

.price .price-status {
    margin-top: -30px;
    text-align: right;
}

.price .price-status span {
    position: relative;
    display: inline-block;
    height: 30px;
    right: -30px;
    padding: 7px 10px;
    text-align: center;
    color: #343148;
    font-size: 14px;
    line-height: 14px;
    background: #F7CAC9;
}

.price .price-title h2 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.price .price-prices h2 {
    font-size: 45px;
    font-weight: 700;
    margin-left: 10px;
}

.price .price-prices h2 small {
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    margin-top: 9px;
    margin-left: -12px;
}

.price .price-prices h2 span {
    margin-left: 1px;
    font-size: 18px;
    font-weight: 400;
}

.price .price-item.featured-item h2 {
    color: #F7CAC9;
}

.price .price-body {
    padding: 25px 0 20px 0;
    border: 1px solid rgba(0, 0, 0, .07);
    border-bottom: none;
}

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

.price .price-description ul li {
    padding: 7px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.price .price-description ul li:last-child {
    border: none;
}

.price .price-action {
    border: 1px solid rgba(0, 0, 0, .07);
    border-top: none;
}

.price .price-action a.btn {
    margin-bottom: 30px;
    padding: 12px 20px;
    color: #343148;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0;
    background: #F7CAC9;
    transition: .3s;
}

.price .price-action a:hover,
.price .price-item.featured-item .price-action a {
    color: #F7CAC9;
    background: #343148;
}

.price .price-item.featured-item .price-action a:hover {
    color: #343148;
    background: #F7CAC9;
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    padding: 15px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
}

.team .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-img img {
    position: relative;
    width: 100%;
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    color: #F7CAC9;
    background: #343148;
    opacity: 0;
}

.team .team-social a:hover {
    color: #343148;
    background: #F7CAC9;
}


.team .team-item:hover .team-social {
    background: rgba(256, 256, 256, .5);
}

.team .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
}

.team .team-text {
    position: relative;
    padding: 25px 15px 10px 15px;
    text-align: center;
    background: #ffffff;
}

.team .team-text h2 {
    font-size: 18px;
    font-weight: 600;
}

.team .team-text p {
    margin: 0;
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    padding: 45px 0;
}

.testimonial .container {
    padding: 0;
}

.testimonial .testimonial-item {
    position: relative;
    margin: 0 15px;
    text-align: center;
}

.testimonial .testimonial-img {
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}

.testimonial .testimonial-item img {
    margin: 0 auto;
    width: 120px;
    padding: 13px;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, .07);
    background: #ffffff;
    transition: .5s;
}

.testimonial .testimonial-text {
    position: relative;
    margin-top: -70px;
    padding: 75px 25px 25px 25px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
}

.testimonial .testimonial-item p {
    font-size: 16px;
    color: #666666;
}

.testimonial .testimonial-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.testimonial .testimonial-text h4 {
    color: #666666;
    font-size: 14px;
    margin-bottom: 0;
}

.testimonial .owl-item.center img {
    border-color: transparent;
}

.testimonial .owl-item.center .testimonial-text {
    background: #343148;
}

.testimonial .owl-item.center .testimonial-text h3 {
    color: #F7CAC9;
}

.testimonial .owl-item.center .testimonial-text p,
.testimonial .owl-item.center .testimonial-text h4 {
    color: #ffffff;
}

.testimonial .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.testimonial .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #F7CAC9;
}

.testimonial .owl-dot.active {
    background: #343148;
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.blog .blog-carousel {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}

.blog .blog-item {
    position: relative;
    margin: 0 15px;
}

.blog .blog-page .blog-item {
    margin: 0 0 30px 0;
}

.blog .blog-img {
    position: relative;
    width: 100%;
}

.blog .blog-img img {
    width: 100%;
    position: relative;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: 1;
    background: center center no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.blog .blog-img:hover img{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.blog .blog-img h4{
    text-align: center;
    font-size: 20px;
    margin: 20px 0px;
}

.blog .blog-meta {
    position: relative;
    display: flex;
    margin-bottom: 15px;
}

.blog .blog-meta p {
    margin: 0 10px 0 0;
    font-size: 13px;
}

.blog .blog-meta i {
    margin-right: 5px;
}

.blog .blog-meta p:last-child {
    margin: 0;
}

.blog .owl-nav {
    width: 100%;
    margin: 0;
    display: flex;
    position: absolute;
    top: 0;
    height: 100%;
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
    margin-left: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0,0,0,0.7);
    font-size: 22px;
    transition: .3s;
    top: 35%;
    position: absolute;
    border-radius: 50%;
    left: 20px;
}

.blog .owl-nav .owl-next {
    right: 20px;
    left: auto;
}

.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
    color: #fff;
    background: #000;
}

.blog .pagination .page-link {
    color: #343148;
    border-radius: 0;
    border-color: #343148;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #F7CAC9;
    background: #343148;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}

.blog .owl-carousel .owl-stage-outer {
    margin-left: 20px;
}


/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
    position: relative;
    padding: 45px 0 15px 0;
}

.portfolio #portfolio-filter {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-filter li {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 6px 12px;
    color: #343148;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    background: none;
    border: 1px solid #343148;
    transition: .3s;
}

.portfolio #portfolio-filter li:hover,
.portfolio #portfolio-filter li.filter-active {
    background: #343148;
    color: #F7CAC9;
}

.portfolio .portfolio-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .3s;
}

.portfolio .portfolio-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.portfolio img {
    position: relative;
    width: 100%; 
    height: 100%; 
    object-fit: cover;
    transition: .5s;
}

.portfolio .portfolio-wrap:hover img {
    transform: rotate(5deg) scale(1.12);
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.contact .container {
    max-width: 900px;
}

.contact .contact-item {
    text-align: center;
    margin-bottom: 30px;
}

.contact .contact-item i {
    width: 50px;
    height: 50px;
    padding: 12px 0;
    font-size: 25px;
    color: #343148;
    margin-bottom: 15px;
    border: 1px solid #F7CAC9;
    border-radius: 50px;
}

.contact .contact-item h2 {
    font-size: 25px;
    font-weight: 700;
}

.contact .contact-form {
    position: relative;
}

.contact .contact-form input {
    height: 45px;
    padding: 15px;
    background: none;
    border-radius: 0;
}

.contact .contact-form textarea {
    height: 150px;
    padding: 15px;
    background: none;
    border-radius: 0;
}

.contact .contact-form .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #F7CAC9;
    background: #343148;
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: #343148;
    background: #F7CAC9;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}



/*******************************/
/******* Single Post CSS *******/
/*******************************/
.single {
    position: relative;
    padding: 45px 0;
}

.single .single-content {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.single .single-content img {
    margin-bottom: 20px;
    width: 100%;
}

.single .single-tags {
    margin: -5px -5px 41px -5px;
    font-size: 0;
}

.single .single-tags a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .single-tags a:hover {
    color: #F7CAC9;
    background: #343148;
}

.single .single-bio {
    margin-bottom: 45px;
    padding: 30px;
    background: #f3f6ff;
    display: flex;
}

.single .single-bio-img {
    width: 100%;
    max-width: 100px;
}

.single .single-bio-img img {
    width: 100%;
}

.single .single-bio-text {
    padding-left: 30px;
}

.single .single-bio-text h3 {
    font-size: 20px;
    font-weight: 700;
}

.single .single-bio-text p {
    margin: 0;
}

.single .single-related {
    margin-bottom: 45px;
}

.single .single-related h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .related-slider {
    position: relative;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.single .related-slider .post-item {
    margin: 0 15px;
}

.single .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.single .post-item .post-img {
    width: 100%;
    max-width: 80px;
}

.single .post-item .post-img img {
    width: 100%;
}

.single .post-item .post-text {
    padding-left: 15px;
}

.single .post-item .post-text a {
    font-size: 16px;
    font-weight: 400;
}

.single .post-item .post-meta {
    display: flex;
    margin-top: 8px;
}

.single .post-item .post-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.single .post-item .post-meta p a {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}

.single .related-slider .owl-nav {
    position: absolute;
    width: 90px;
    top: -55px;
    right: 15px;
    display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #343148;
    background: #F7CAC9;
    font-size: 16px;
    transition: .3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
    color: #F7CAC9;
    background: #343148;
}

.single .single-comment {
    position: relative;
    margin-bottom: 45px;
}

.single .single-comment h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-list {
    list-style: none;
    padding: 0;
}

.single .comment-child {
    list-style: none;
}

.single .comment-body {
    display: flex;
    margin-bottom: 30px;
}

.single .comment-img {
    width: 60px;
}

.single .comment-img img {
    width: 100%;
}

.single .comment-text {
    padding-left: 15px;
    width: calc(100% - 60px);
}

.single .comment-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.single .comment-text span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

.single .comment-text .btn {
    padding: 3px 10px;
    font-size: 14px;
    color: #343148;
    background: #dddddd;
    border-radius: 0;
}

.single .comment-text .btn:hover {
    background: #F7CAC9;
}

.single .comment-form {
    position: relative;
}

.single .comment-form h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-form form {
    padding: 30px;
    background: #f3f6ff;
}

.single .comment-form form .form-group:last-child {
    margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
    border-radius: 0;
}

.single .comment-form .btn {
    padding: 15px 30px;
    color: #F7CAC9;
    background: #343148;
}

.single .comment-form .btn:hover {
    color: #343148;
    background: #F7CAC9;
}


/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
    position: relative;
    width: 100%;
}

@media(max-width: 991.98px) {
    .sidebar {
        margin-top: 45px;
    }
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
}

.sidebar .sidebar-widget .widget-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #F7CAC9;
}

.sidebar .sidebar-widget .search-widget {
    position: relative;
}

.sidebar .search-widget input {
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 0;
}

.sidebar .search-widget input:focus {
    box-shadow: none;
}

.sidebar .search-widget .btn {
    position: absolute;
    top: 6px;
    right: 15px;
    height: 40px;
    padding: 0;
    font-size: 25px;
    color: #F7CAC9;
    background: none;
    border-radius: 0;
    border: none;
    transition: .3s;
}

.sidebar .search-widget .btn:hover {
    color: #343148;
}

.sidebar .sidebar-widget .recent-post {
    position: relative;
}

.sidebar .sidebar-widget .tab-post {
    position: relative;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
    color: #F7CAC9;
    background: #343148;
    border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
    color: #343148;
    background: #F7CAC9;
}

.sidebar .tab-post .tab-content {
    padding: 15px 0 0 0;
    background: transparent;
}

.sidebar .tab-post .tab-content .container {
    padding: 0;
}

.sidebar .sidebar-widget .category-widget {
    position: relative;
}

.sidebar .category-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .category-widget ul li {
    margin: 0 0 12px 22px; 
}

.sidebar .category-widget ul li:last-child {
    margin-bottom: 0; 
}

.sidebar .category-widget ul li a {
    display: inline-block;
    line-height: 23px;
}

.sidebar .category-widget ul li::before {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #F7CAC9;
    left: 1px;
}

.sidebar .category-widget ul li span {
    display: inline-block;
    float: right;
}

.sidebar .sidebar-widget .tag-widget {
    position: relative;
    margin: -5px -5px;
}

.single .tag-widget a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .tag-widget a:hover {
    color: #F7CAC9;
    background: #343148;
}

.sidebar .image-widget {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar .image-widget img {
    max-width: 100%;
    transition: .3s;
}

.sidebar .image-widget img:hover {
    transform: scale(1.1);
}



/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    background: #000000;
}

.footer .container-fluid {
    padding: 90px 0 0 0;
    background: linear-gradient(rgba(52, 49, 72, .9), rgba(52, 49, 72, .9)), url(../img/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer .footer-info {
    position: relative;
    width: 100%;
    text-align: center;
}

.footer .footer-info .footer-logo {
    display: inline-block;
    color: #F7CAC9;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 45px;
}

.footer .footer-info .footer-logo span {
    color: #ffffff;
    text-transform: lowercase;
}

.footer .footer-info h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.footer .footer-menu {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer .footer-menu p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 10px;
    border-right: 1px solid #ffffff;
}

.footer .footer-menu p:last-child {
    border: none;
}

.footer .footer-social {
    position: relative;
    margin-top: 5px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 20px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #F7CAC9;
}

.footer .copyright {
    margin-top: 60px;
    padding: 0 30px;
}

.footer .copyright .row {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright p {
    margin: 0;
    color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #ffffff;
    font-weight: 600;
}

.footer .copyright p a:hover {
    color: #F7CAC9;
}

@media (max-width: 767.98px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}

/*new css*/
.header_main_action {
    float: right;
    margin-top: -4px;
    margin-left: 35px;
    text-align: center;
    font-size: 0;
}
.header_main_action ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header_main_action ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.header_main_action ul > li i {
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 17px;
    color: #454545;
}
.header_main_action ul > li.header-cart-bar > .header-cart-bar-icon {
    position: relative;
    display: block;
    margin-right: 6px;
}
.wraper_header.style-two .header_main_action ul > li.header-cart-bar i {
    color: #454545;
}
.header_main_action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count {
    position: absolute;
    top: -8px;
    left: -13px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    line-height: 18px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: #ee363f;
    display: none;
}
.blog.featured-work-home {
    padding: 60px 0 60px 0;
}
.logo-white {
    display: none;
}
.nav-sticky .logo-blue {
    display: none;
}
.nav-sticky .logo-white {
    display: block;
}
.nav-sticky.navbar-dark .navbar-nav .nav-link, .nav-sticky.navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
}
.nav-sticky.navbar-dark .navbar-nav .nav-link:hover, .nav-sticky.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}
.nav-sticky .header_main_action ul > li i {
    color: #fff;
}

/*about us css*/
.about-list-row {
    text-align: center;
}
.box-icon {
    margin-bottom: 30px;
}
.box-icon i{
    font-size: 60px;
    color: #ff1053;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.about-list-box h3 {
    font-size: 18px;
    color: #333334;
    line-height: 24px;
    font-weight: 500;
    margin: 0px;
}
.about-list-box p {
    font-size: 14px;
    color: #333334;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
    padding-top: 5px;
    margin: 0px 0 3px;
}
.about-list-box p strong {
    font-weight: 500;
}
/*texhnolgy css */
.technology {
    padding: 60px 0px;
}
.technology-left img {
    width: 100%;
}
.technology-small {
    font-size: 18px;
    color: #ee363f;
    line-height: 28px;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}
.technology-right h2 {
    font-size: 40px;
    color: #030712;
    line-height: 29px;
    margin-bottom: 20px;
    font-size: 1.75rem;
}
.technology-bold {
    font-size: 14px;
    color: #030712;
    line-height: 28px;
    margin-bottom: 20px;
}
.technology-light {
    margin-bottom: 20px;
    color: #000;
    font-size: 14px;

}
.technology-light span {
    display: block;
}

/* website css*/
.website {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden;
    padding-top: 105px;
    padding-bottom: 145px;
    background-image: url(../images/Creative-Agency-Specialize-Background-Image.png?id=7858) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.website h3{
    font-size: 1.75rem;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
}
.website p {
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 30px;
}
.form-in input.contact-btn, .contact-btn {
    /* border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    padding-top: 10px;
    padding-right: 35px;
    padding-bottom: 10px;
    padding-left: 35px;
    background-color: #f86061;
    border-left-color: #f86061;
    border-left-style: solid;
    border-right-color: #f86061;
    border-right-style: solid;
    border-top-color: #f86061;
    border-top-style: solid;
    border-bottom-color: #f86061;
    border-bottom-style: solid;
    border-radius: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff; */
    background-color: #f86061;
    border-left-color: #f86061;
    border-left-style: solid;
    border-right-color: #f86061;
    border-right-style: solid;
    border-top-color: #f86061;
    border-top-style: solid;
    border-bottom-color: #f86061;
    border-bottom-style: solid;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 8px 25px 7px;
    font-size: 12px;
    font-family: "Conv_Mont-HeavyDEMO";
    font-weight: normal;
    letter-spacing: 1px;
		width: auto;
		height: auto;
		border-width: 2px;
}
.form-in input.contact-btn:hover, .contact-btn:hover {
    background-color: rgba(255,255,255,0.01);
    border-top-color: #f86061;
    border-right-color: #f86061;
    border-bottom-color: #f86061;
    border-left-color: #f86061;
    color: #f86061;
		border-width: 2px;
}
.form-in input.contact-btn:focus, .contact-btn:focus {
    outline: 0;
}
/* client css */
.client-logo {
    padding: 60px 0px 60px;
}
.client-logo .owl-nav .owl-prev, .client-logo .owl-nav .owl-next {
    margin-left: 0;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: .3s;
    top: 35%;
    position: absolute;
    border-radius: 50%;
    left: 0;
    background: transparent;
    color: #8a8787;
}
.client-logo .owl-nav .owl-next {
    right: 0px;
    left: auto;
}
.client-logo .owl-nav .owl-prev:hover, .client-logo .owl-nav .owl-next:hover {
    color: #000;
    background: transparent;
}

/* contact css */
.contact-row .section-header{
    margin-left: 0px;
    margin-bottom: 10px;
}
.contact-left {
    padding-top: 90px;
    padding-right: 70px;
    padding-bottom: 90px;
    padding-left: 70px;
}
.contact-row.contact_top_gap .contact-left {
    padding: 0;

}
.contact-cnt p{
    font-size: 18px;
    color: #030712;
    line-height: 28px;
    font-weight: 600;
}
.contact-cnt ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-cnt ul li {
    position: relative;
    margin-bottom: 12px;
    display: flex;
}
.contact-cnt ul li span:first-child {
    width: 30px;
    margin-right: 10px;
    text-align: center;
}
.contact-cnt ul li span:first-child  i {
    color: #ee363f;
    font-size: 20px;
}
.contact-cnt ul li span:last-child {
    width: calc(100% - 40px);
}
.contact-cnt2 {
    margin-top: 30px;
}
.contact-cnt2 p {
    color: #030712;
    margin-bottom: 10px;
}
.contact-cnt2 span {
    display: block;
}
.contact-form {
    background-color: #e8e8e8;
    padding-top: 90px;
    padding-right: 30px;
    padding-bottom: 90px;
    padding-left: 30px;
}
.radiant-contact-form {
    max-width: 490px;
    margin: 0 auto;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
    padding-top: 35px;
    padding-right: 35px;
    padding-bottom: 40px;
    padding-left: 35px;
    background: #fff;
}
.form-in {
    margin-bottom: 10px;
}
.form-in input {
    color: #252525;
    background-color: #ffffff;  
    height: 50px;
    border: 0px;
    border-bottom: 1px solid #000001;
    width: 100%;
}
.form-in textarea {
    color: #252525;
    background-color: #ffffff;  
    border: 0px;
    border-bottom: 1px solid #000001;
    width: 100%;
    height: 125px;
}
.form-in input:focus, .form-in textarea:focus{
    outline: 0;
}
.footer-row {
    background-color: #090d29;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../images/Footer-Background-Image.png);
    background-size: cover;
}
.footer-row > .container {
    padding-top: 30px;
    padding-bottom: 0px;
}
.footer_main_item {
    margin-bottom: 10px;
}
.footer_main_item .widget-title {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}
.footer_main_item p {
    margin-bottom: 20px;
    color: #eaeef3;
    line-height: 25px;
}
.footer_main_item ul {
    padding: 0px;
    margin: 0px;
}
.footer_main_item ul li {
    margin-bottom: 5px;
    color: #eaeef3;
    line-height: 25px;
    list-style: none;
    padding: 0px;
}
.footer_main_item ul li a {
    color: #eaeef3;
}
.footer_main_item p strong {
    font-weight: 500;
    color: #fff;
}
.footer_main_item p {
    margin-bottom: 20px;
    color: #eaeef3;
    line-height: 25px;
    max-width: 400px;
}
.footer_copyright_item ul{
    margin: 0px;
    padding: 0px;
}
.footer_copyright_item ul.menu li {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    margin-bottom: 0px;
    font-size: 13px;
    color: #fff;
    line-height: 24px;
}
.footer_copyright_item ul.menu li a {
    color: inherit;
    font-size: 14px;
}
.footer_copyright_item p {
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    color: #fff;
    line-height: 24px;
		text-align: center;
}
.wraper_footer_copyright {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 20px 0px;
}
.footer-logo {
    max-width: 90px;
}
/* holder css */
/* .creating {
    background: #f4f4f4;
    padding: 60px 0px;
}
.holder {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.pic img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(24,24,24,0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.overlay .table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
}
.overlay .table .table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.overlay .table .table-cell .btn {
    width: 50px;
    height: 50px;
    margin-left: 7px;
    margin-right: 7px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 80%);
    font-size: 22px;
    color: #252525;
    line-height: 35px;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.holder:hover .overlay{
    opacity: 1;
    visibility: visible;
}
.holder:hover .overlay .btn{
    transform: translateY(0);
    -webkit-transform: translateY(0);
} */

.bold {
    font-weight: bold;
    font-family: "Conv_Mont-HeavyDEMO";
}
.carousel-control-next, .carousel-control-prev {
    width: 10%;
}
.navbar .nav-item.dropdown:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    /* bottom:-10px; */
		bottom:0px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all ease-in-out 0.3s;
    z-index: 999999;
}
.navbar .nav-item.dropdown:hover:before {
    
    opacity: 1;
}
.navbar .dropdown-menu {
    box-shadow: 0 0 3px #ccc;
    overflow: hidden;
    border: 1px solid #ccc;
}
.about-inner-page-left img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    width: 100%;
   

}
.about-inner-page-right-bg {
    background: #f2f2f2;
}
.about-inner-page-right-bg-new {
	background: #0c0d0f;
}
.about-inner-page .col-sm-6 {
    padding: 0;
}
.about-inner-page {
    padding-top: 18px;
}
.about-inner-page-right{
    padding: 100px 80px;
}
.about-inner-page-right .section-header {
    text-align: left;
}
.about-inner-page-right .section-header p{
    text-align: left;
    padding-left:  0;
    margin-left:  0;
    color: #000;
}

.bottom-box {
    position: absolute;
    right: 0;
    max-width: 58%;
    bottom: 0;
    /* background: rgba(255,16,83,0.8); */
		background: rgba(6,183,199,0.8);
    color: #fff;
    padding:60px 35px 60px 35px;
}
.technology-expert .col-sm-7 {
    padding: 0;
}
.technology-expert .bottom-box {
    position: absolute;
    right: 0;
    max-width: 58%;
    bottom: 0;
    /* background: rgb(57 61 249 / 80%); */
		background: rgb(115 164 184 / 80%);
    color: #fff;
}
.services-list-row.recent-works {
    padding-top: 50px;
}

.bottom-box h4 {
    color: #fff;
    font-size: 18px;
}

.bottom-box h5 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 0;
    margin-top: 10px;
}
.our_services_box p {
    color: #000;
}

.our_services_box p span {
    display: block;
}
.content_service {
    display: flex;
}

.content_service i {
        font-size: 55px;
    margin-right: 10px;
    color: #ff1053;
    line-height: 47px;
}
.content_service i.las.la-cloud-sun {
    line-height: 39px;
}

.content_service h3 {
    text-transform: uppercase;
    font-size: 18px;
}

.content_service {color: #000;}
.our_services_box_right img {
    width: 100%;
}
.our_services_box h5 {
    font-size: 18px;
    color: #ee363f;
    line-height: 28px;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.technology.service_main {
    padding-top: 60px;

}
.technology-top {
    padding-bottom: 50px;
}
.technology-expert .col-sm-8 {
    padding: 0;
}
.technology-expert .col-sm-8 {
    padding: 0;
    /*background: url(../images/about-image2.jpg);
    background-size: cover;
    background-attachment: fixed;*/
}
/*.technology-expert .col-sm-8 img{
    display: none;
}*/

.technology-expert .about-inner-page-right {
    padding: 50px 50px;
}

.technology-expert  .panel.panel-default {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 10px 0;
    margin-bottom: 15px;
}
.technology-expert  .panel.panel-default a{
color: #000;
 }
 .technology-expert {
    color: #000;
    padding-bottom: 0;
    background: #000;
 }
.technology-expert h4.panel-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
    position: relative;
    /* border-top: 1px solid #ccc; */
    /* border-bottom: 1px solid #ccc; */
}
 .technology-expert .panel-body {
    padding-top: 10px;
}
.about-inner-page-left {
    height: 100%;
    position: relative;
}
.technology-top h3, .technology-top p {
    color: #fff;
}
.technology-expert {
    color: #000;
    padding-bottom: 0;
    background: #364084;
}
.technology-expert .about-inner-page {
    padding-top: 0;
}
.about_new {
    padding-bottom: 0;
    background: #fff;
}
.technology-expert .panel.panel-default a:before {
    content: "\f107";
    position: absolute;
    width: 15px;
    height: 15px;    
    right: 0;
    font-family: "Font Awesome 5 Free";   
   font-size: 20px;
  
}
.technology-expert .panel.panel-default a[aria-expanded="true"]:before{
  content: "\f106";
}
.technology-top {
    background-color: #000;
    background-image: url(https://image.freepik.com/free-vector/blue-copy-space-digital-background_23-2148821698.jpg);
    background-size: cover;
    padding-top: 50px;
    background-position: left bottom;
    position: relative;
}
.technology-top p {
    margin-bottom: 0;
}
.about.technology-expert {
    padding-top: 0;
}
.technology-top:before {content: "";position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,0.2);top: 0;}

.technology-top .container {
    position: relative;
}


/*services_page*/

/*body.services .navbar {
    background:#1a246a !important;
}
.services .navbar-dark .navbar-nav .nav-link{
    color: #fff;
}
.services .header_main_action ul>li i{
        color: #fff;
}*/
.services_business {
    padding: 110px 0px;
    margin-top: 77px;
    background: #007fc4;
}

.services_info {
    display: flex;
}

.services_content {
    align-self: center;
}

.services_content p {
    background: #06b7c7;
    width: fit-content;
    color: #fff;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    padding: 5px 14px;
    font-size: 25px;
}

.services_content p:nth-child(2) {
    margin:0 auto 100px;
    letter-spacing: 6px;
}

.services_business h3 {
    font-size: 35px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
        line-height: 35px;
        font-size: 1.75rem;
    line-height: 30px;
}
.services_business span {
    display: block;
    color: #fff;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 28px;
    font-size: 16px;
}
.services_make h3{
       font-size: 40px;
    color: #fff;
    margin-top: 0;
    color: #000;
    margin-bottom: 5px; 
    font-size: 1.75rem;
    line-height: 30px;
}
.services_make span{
    display: block;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 26px;
    font-size: 18px;
}
.services_business p {
    color: #fff;
    margin-bottom: 20px;
}

.services-btn {
    margin-top: 20px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    padding-top: 10px;
    padding-right: 35px;
    padding-bottom: 10px;
    padding-left: 35px;
    background-color: transparent;
    border-left-color: #fff;
    border-left-style: solid;
    border-right-color: #fff;
    border-right-style: solid;
    border-top-color: #fff;
    border-top-style: solid;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-radius: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

.services-btn:focus {
    outline: none;
}

.services-btn:hover {
    background-color: #fff;
    border-color: #fff;    
    color: #f86061;
}
.services-left img {
    width: 100%;
    max-width: 80%;
}
.services-make-btn {
    margin-top: 20px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    padding-top: 10px;
    padding-right: 35px;
    padding-bottom: 10px;
    padding-left: 35px;
    background-color: transparent;
    border-left-color: #007fc4;
    border-left-style: solid;
    border-right-color: #007fc4;
    border-right-style: solid;
    border-top-color: #007fc4;
    border-top-style: solid;
    border-bottom-color: #007fc4;
    border-bottom-style: solid;
    border-radius: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #007fc4;
}

.services_fullstack {
    background-color:#f5f5f5;
    padding: 50px 0px;
    display: flex;
}

.services_develop {
    background: #fff;
    border-radius: 3px;
}

.services_develop .col-sm-3 img {
    width: 100%;
}

.appct-inner {
    background: #fff;
    padding: 15px;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    border: 1px solid #eee;
    /*box-shadow: 0 0 20px 5px #eee;*/
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    min-height: 120px;
    margin-bottom: 12px;
}

.appct-inner img {
    width: 90px;
    margin: 0 10px 0 0;
}

.appct-inner p {
    font-size: 16px;
    line-height: 29px;
    text-align: left;
    margin: 0;
    color: #151515;
    width: calc(100% - 90px);
    font-weight: 700;
}
.appct-inner p span {
    font-weight: 400;
    display: block;
    font-size: 15px;
}
.services_list {
    align-self: center;
}

.appct-inner:hover {
    transform: scale(1.035);
}

.services_budget .col-sm-6 {
    padding: 0;
}

.services-inner-page-right-bg {
    display: flex;
    background: #09b4cd url(../images/infinite-curve.png) no-repeat;
    padding: 0;
    position: relative;
    min-height: 435px;
    background-size: 100%;
}

.services_budget {
    display: flex;
}

.services-inner-page-right {
    align-self: center;
    padding: 0 77px 0 220px;
}

.services-section-header h3 {
    font-size: 35px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 35px;
    font-size: 1.75rem;
    line-height: 30px;

}
.services-section-header span {
    display: block;
    color: #fff;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 23px;
    font-size: 22px;
}
.services-left h3{
    font-size: 35px;
    color: #000;
    margin-top: 0;
    margin-bottom: 5px; 
    font-size: 1.75rem;
    line-height: 30px;
}
.services-left span {
    display: block;
    color: #000;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 23px;
    font-size: 22px;
}
.section-header-info {
    text-align: center;
}
.section-header-info h3{
    font-size: 44px;
    color: #0a0a0a;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.75rem;
    line-height: 30px;
}
.section-header-info span {
    display: block;
    color: #000;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 23px;
    font-size: 16px;
}
.services-section-header p {
    color: #eee;
}

.service_Strategy {
    padding: 60px 0;
    background: #f4f4f4;
}

.service_Strategy h2 {
    margin-bottom: 5px;
}

.service_Strategy h6 {
    margin-bottom: 20px;
}

.services-list-box {
    background: #fff;
    border-bottom: 4px solid #41b5cd;
}

.service-box-icon img {
    width: 100%;
}

.services-list-box p {
    padding: 10px 13px;
    margin: 0;
		color: #000;
}
.services-list-box p.date-text {
	font-size: 13px;
	font-weight: 600;
	color: #9b9999;
}
.services-list-box p a {
    color: #0ab4cd;
    margin-right: 10px;
    cursor: initial;
}

.services-list-box p a i {
    font-size: 25px;
}

.services-list-box p i {
    border: 1px solid #41b5cd;
    border-radius: 50%;
    padding: 8px 10px;
    text-align: center;
    color: #41b5cd;
}

.services_make {
    padding: 0 0px;
    display: flex;
}

.services_make .col-md-7 {
    align-self: center;
}

.services_make .col-md-5 {
    justify-content: center;
    display: flex;
}

.services_make h5 {
    margin-bottom: 25px;
}

.services_logo {
    background: #f4f4f4;
}

.services_footer {
    background: #09b4cd url(../images/infinite-curve.png);
    padding: 50px 0px;
    background-position: 50%;
}

.services_contact h6,
.services_contact h5 {
    color: #fff;
		word-break: break-all;
}

.social-icons i {
    font-size: 16px;
    padding: 8px 11px;
    color: #fff;
}

i.fab.fa-facebook-f {
    background: #305e9c;
    border-radius: 50%;
}

i.fab.fa-instagram {
    background: #7744a3;
    border-radius: 50%;
}

i.fab.fa-linkedin-in {
    background: #017cc9;
    border-radius: 50%;
}

i.fab.fa-twitter {
    background: #259df3;
    border-radius: 50%;
}
span.services-bold {
    display: block;
    font-family: 'Raleway', sans-serif;
}
.services-points{
    margin-bottom:0;
}
.services-points ul {
    list-style: none;
    padding: 0px;
}
.services-points p {

    font-size: 16px;
    color: #000;
    font-weight: 800;
}
.services-points ul li {
    font-size: 16px;
    padding: 5px 0;
    color: #000;
}
.services-points ul li span {
    font-weight: 700;
    color: #000;
}
.blog-img p {
    text-align: center;
}

.services-make-btn:hover {
    background: #007fc4;
    color: #fff;
}
.services_logo .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
}

.services_logo.service_logo_new .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 60px;
    margin: 0 auto;
    filter: grayscale(1);
    opacity: 0.8;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .services_business {
        margin-top: 0px;
        padding: 40px 0px;
    }
    .services_budget {
        display: initial;
    }
    .services-inner-page-right {
        align-self: center;
        padding: 40px 40px;
    }
    .services-inner-page-left img {
        width: 100%;
    }
    .services-list-box {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .services_business {
        margin-top: 0px;
        padding: 40px 0px;
    }
    .services_content p:nth-child(2) {
        margin-left: 0px;
        letter-spacing: 17px;
    }
    .services_content p {
        font-size: 20px;
    }
    .appct-inner p {
        font-size: 15px;
    }
    .services_budget {
        display: initial;
    }
    .services-inner-page-right-bg {
        background-color: #0ab4cd;
        display: flex;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .services-inner-page-right {
        padding: 60px 77px;
    }
}


.our-work {
    text-align: center;
    color: #000;
    padding-bottom: 60px;
    padding-top: 60px;
    background-color: #f2f2f2;
}

.our-work h3 {
    font-size: 45px;
    max-width: 530px;
    margin: 0 auto 5px;
    line-height: 50px
}
.our-work p {
    font-size: 18px;
}

.our-work-box {
    position: relative;
}

.conet_block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(72,79,95,0.8);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    opacity: 0;   
    transform: scale(1);
    transition: all ease-in-out 0.5s;
}
.our-work-box:hover .conet_block {
    opacity: 1;
    transform: scale(0.9);
}

.our-work-box {
    width: 100%;
    margin-bottom: 30px;
    cursor: pointer;
}

.our-work-box img {
    width: 100%;
}

.conet_block h5 {
    color: #fff;
}
.conet_block button {
    background-color: #3367d6;
    color: #fff;
    border: none;
    padding: 5px 25px;
    border-radius: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    outline: none;
}
.conet_block h5 {
    font-weight: normal;
    font-family: "Conv_Mont-HeavyDEMO";
    margin-top: 10px;
}
.get-in-touch {
    background: #fff;
    padding: 60px 0;
    text-align: center;
}
.form {
    max-width: 800px;
    margin: 0 auto;
}
.form input {
    width: 100%;
    padding: 7px 15px;
}
.form textarea {
    width: 100%;
    padding: 5px 15px;
    height: 120px;
}
.form-group .meetup-btn {
    padding: 7px 25px;
    border-radius: 25px;
    background: #1a246a;
    color: #fff;
    border: none;
    margin: 0 auto;
		width: auto;
		font-family: "Conv_Mont-HeavyDEMO";
    letter-spacing: 1px;
		border: 2px solid #1a246a;
		font-size: 12px;
}
.form-group .meetup-btn:hover {
	border: 2px solid #1a246a;
	background: #fff;
	color: #1a246a;
}

.form .form-group {
    width: 100%;
}
.get-in-touch h5 {
    font-size: 18px;
    color: #ee363f;
    line-height: 28px;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.get-in-touch h5 {
    font-size: 18px;
    color: #ee363f;
    line-height: 28px;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.get-in-touch h3 {
    font-size: 40px;
    color: #0c121f;
    line-height: 50px;
    text-align: center;
    margin-bottom: 15px;
}

.get-in-touch p {
    margin-bottom: 50px;
}

.get-in-touch.contact_gap {
    padding-top: 150px;
    /* background: #f2f2f2; */
    text-align: left;
}

.get-in-touch.contact_gap h3 {
    text-align: left;
}
.contact_top_gap {
    margin-top: 77px;
}
.contact_top_gap .contact-left {
        background: url(../images/map.png);
    background-size: cover;
    
}

.contact-row.contact_top_gap .col-md-6 {
    padding: 0;
    
}
.contact-row.contact_top_gap .col-md-6:first-child {
    padding: 0;
    background: url(../images/feature/contact-bg.png);
    background-size: cover;
}
.contact-row.contact_top_gap  .contact-form{
    height: 100%;
}

.contact_top_gap span.technology-small {
    color: #fff;
}

.contact_top_gap .section-header h2 {
    color: #fff;
}

.contact_top_gap .contact-cnt p {
    color: #fff;
}

.contact_top_gap .contact-cnt ul li span:first-child i {
    color: #fff;
}

.contact_top_gap .contact-cnt ul li span:last-child {
    color: #fff;
}

.contact_top_gap .contact-cnt2 p {
    color: #fff;
}

.contact_top_gap .contact-cnt2 {
    color: #fff;
}
.contact_map img {
    width: 100%;
    /*max-height: 430px;*/
    object-fit: cover;
        filter: grayscale(1);
    
}
.address_box {
    display: flex;
    padding:30px  50px;
}

.address_box ul {
    list-style: none;
    color: #000;
}
.address_box ul:first-child {
    border-right: 1px solid #cacaca;
    padding-right: 40px;
}

.address_box ul h5 {
    font-size: 15px;
    text-transform: uppercase;
}
span.block_new_home {
    display: block;
    font-weight: 600;
    }
    .header_main_action ul > li i span {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 15px;
    font-weight: 600;
    vertical-align: middle;
    padding-left: 6px;
		position: relative;
    top: -2px;
}
.website-new {
    background-image: url(../images/Creative-Agency-Specialize-Background-Image2.png) !important;
    min-height: calc(100vh - 80px);
    padding: 80px 0;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .hero {
    
    overflow: hidden;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 70px !important;
    padding-bottom: 75px !important;
    min-height: initial;
}
.website.wow.fadeInUp {
    background-position: right;
}
.website .col-md-7 {
    max-width: 100%;
    flex:  0 0 100%;
    -ms-flex: 0 0 100%;
}
.contact-left {
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 90px;
    padding-left: 30px;
}
.navbar .navbar-brand img.logo-blue {
    display: none;
}
.navbar .navbar-brand img.logo-white {
    display: block;
}
.header_main_action ul > li i {
    color: #fff;
}
.about.about_new.wow.zoomIn {
    padding-top: 0;
}

.about.about_new .about-inner-page {
    padding-top: 0;
}
.about.about_new .col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.our_missions .col-sm-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.our_missions .col-sm-4:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.technology-expert .col-sm-8 {
 -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.technology-expert .col-sm-4 {
 -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #fff;
    font-weight: 700;
}
.header_main_action {
    margin-left: 10px;
}
.services_business .col-md-5.services_info, .services_business .col-md-7.services_plat{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.services_business .services_content {
    align-self: center;
    justify-content: center;
    /* margin: 0 auto 30px; */
		margin: 0 auto 0px;
}
.services-list-row .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
}
}

@media (max-width:  767px) {
    .hero {
   
    padding-top: 30px !important;
    padding-bottom: 30px !important;
   
   
    /* min-height: 170px; */
		min-height: 435px;
   
}
.navbar .navbar-brand img.logo-blue {
    display: none;
}
.navbar .navbar-brand img.logo-white {
    display: block;
}
.hero .hero-text h1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.hero-text h4 {
    font-size: 16px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 20px;
    height: 20px;
}
.section-header h2 {
    font-size: 25px;
}
.technology-right h2 {
    font-size: 25px;    
    line-height: 30px;   
}
.blog .owl-carousel .owl-stage-outer {
    margin-left: 10px;
   
}
.client-logo {
    padding: 0px 0;
    background: #f2f2f2;
}
.technology {
    padding: 0 0 60px 0px;
}
.website h3 {
    font-size: 25px;
    
    line-height: 30px;
   
}
.website {
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: right;
}
.header_main_action ul > li i {
    color: #fff;
}
.about-inner-page-right {
    padding: 30px 30px 0;
}
.about-inner-page {
    padding-top: 0;
}
.about.about_new {
    padding-top: 0;
}
.our_services_box h3 {
    font-size: 25px;
    line-height: 30px;
}
.technology-top h3 {
    font-size: 25px;
}
.technology-head h3 {
    font-size: 25px;
}
.bottom-box {
    position: absolute;
    right: 0;
    max-width: 300px;
    bottom: 0;
    color: #fff;
    padding: 30px 25px 30px 25px;
		width: 100%;
}
.bottom-box h5 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 0;
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #fff;
    font-weight: 700;
}
.header_main_action {
    margin-left: 10px;
}
.hero-three {
    background-size: 50% !important;
    background-color: #f2f2f2;
}
.services_business h3 {
    font-size: 25px;
}
.services_content p:nth-child(2) {
    letter-spacing: 6px;
    margin: 0 auto 30px;
}
.services-left h3 {
    font-size: 25px;
}
.appct-inner p {
    font-size: 16px;
    line-height: 22px;
  
    
}
.services-left {
    margin-bottom: 30px;
}
.services-section-header h3 {
    font-size: 25px;
}
.section-header-info h3 {
    font-size: 30px;
   
    margin-bottom: 15px;
}
.services_make h3 {
    font-size: 25px;
        margin-bottom: 15px;
}
.services_make span{
    font-size: 20px;
}
.services_logo .client-logo {
    background: #fff;
    padding-bottom: 20px;
}
.services_logo .client-logo .section-header-info h3 {
    font-size: 25px;
    margin-bottom: 15px;
}
.our-work h3 {
    font-size: 25px;
    max-width: 530px;
    margin: 0 auto;
    line-height: 30px;
}
.get-in-touch h3 {
    font-size: 25px;
}
.contact_top_gap {
    margin-top: 0;
}
.address_box {
    display: flex;
    padding: 30px 0;
    flex-wrap: wrap;
}
.address_box ul:first-child {
    border-right: 0;
}
.contact-left {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
}



div#myTypewriter {
    position: relative;
    top: -15px;
}
.typewriter h1 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  
  animation: 
  typing 3.5s steps(40, end),
  blink-caret .75s step-end infinite;
}




/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: blue; }
}

div#myTypewriter h1 {
    color: #fff;
    /* font-size: 30px; */
		font-size: 20px;
    margin-bottom: 0;
		line-height: 30px;
}
div#myTypewriter h1 span {
    color: #fff;
    font-size: 20px;
		line-height: 30px;
}

.nav-sticky.navbar-dark .navbar-nav .nav-link.active:before, .navbar-dark .navbar-nav .nav-link.active:before {
	/* content: ""; */
	position: absolute;
	width: 100%;
	height: 2px;
	background: #06b7c7;
	bottom: 0;
	left: 0;
	border-radius: 5px;
	transform: initial;
}
.nav-sticky.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link {
    position: relative;
		border-bottom: 2px solid transparent;
}
.navbar-dark .navbar-nav .nav-link:before {
	/* content: ''; */
	display: block;
	height: 2px;
	width: 0;
	border-radius: 3px;
	background: rgba(57, 193, 184, 0.3);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.2s cubic-bezier(0, 0.6, 0.7, 1);
}
.navbar-dark .navbar-nav .nav-link:hover:before {
	width: 100%;
}

.navbar.navbar-expand-lg.navbar-dark.blue-header {
    background: #1a246a;
}
.navbar.home-header {
    padding: 5px 0;
}
.blue-header .logo-white {
    display: block;
}
.blue-header img.logo-blue {
    display: none;
}
.navbar-dark.blue-header .navbar-nav .nav-link, .navbar-dark.blue-header .navbar-nav .nav-link:focus, 
.navbar-dark.blue-header .navbar-nav .nav-link:hover, .navbar-dark.blue-header .navbar-nav .nav-link.active {
    color: #fff !important;
}
.blue-header .header_main_action ul > li i{
    color: #fff;
}

.home-page-carousel .carousel-control-next, .home-page-carousel .carousel-control-prev {
    width: 10%;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}
p.feture-head-margin {
    margin-top: 0;
}


.blog.featured-work-home .blog-item {
    position: relative;
    margin: 0 15px;
    background: #f2f2f2;
    text-align: center;
}
.blog.featured-work-home .blog-item img{
    max-width: 200px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 60px;
    opacity: 0.5;
}
.blog.featured-work-home .blog-item img:hover{
    opacity: 1;
}
.blog.featured-work-home .owl-nav .owl-prev, .blog.featured-work-home .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    top: 42%;
    margin: 0;
    background: transparent;
    color: #000;
    opacity: 0.5;
}
.blog.featured-work-home .owl-nav .owl-prev:hover, .blog.featured-work-home .owl-nav .owl-next:hover {
    background: transparent;
    opacity: 1;
}
.blog.featured-work-home .owl-nav .owl-prev {
    left:0;
    left: inherit;
}
.blog.featured-work-home .owl-nav .owl-next {
    right: -35px;
    left: inherit;
}

.client-logo-home .owl-carousel .owl-item img {
    max-width: 100px;
    margin: 0 auto;
    opacity: 0.8;
    transition: all ease-in-out 0.3s;
}
.client-logo-home .owl-carousel .owl-item img:hover {
    transform: translateY(-10px);
}
.contact-cnt2 span i.la-calendar {
    font-size: 30px;
}
.contact-left-image {
    width: 100%;
}

.services_business.services_business-new{
    padding: 0;
}

.services_business.services_business-new .row {
    align-items: center;
}

.services_business.services_business-new .services_content img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    object-position: top right;
}

.services_business.services_business-new .services_content {
    width: 100%;
}
.services_business.services_business-new  .col-md-6.services_plat {
    padding: 40px 80px;
}

@media (max-width:  767px) {
    .header_main_action ul > li i span {
        display: none;
    }
    .blog .owl-carousel .owl-stage-outer {
    margin-left: 0;
}
.blog.featured-work-home .owl-nav .owl-next {
    right: 25px;
    left: inherit;
}
.contact-left {
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
}
.about-inner-page-left img {   
    min-height: 300px;
    object-position: 0 0;
}
.technology-expert .bottom-box {
    width: 100%;
    max-width: 100%;
    padding: 30px 35px 30px 35px;
}
.services_business.services_business-new .col-md-6.services_plat {
    padding: 30px 30px;
}
.services-btn {
    margin-top: 0px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    padding-top: 7px;
    padding-right: 25px;
    padding-bottom: 7px;
    padding-left: 25px;
    background-color: transparent;
    border-left-color: #fff;
    border-left-style: solid;
    border-right-color: #fff;
    border-right-style: solid;
    border-top-color: #fff;
    border-top-style: solid;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-radius: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
}
.services_business.services_business-new .services_content img {
    width: 100%;
    min-height: inherit;
    
}

}

.section-header-info p.red-head {
    font-size: 18px;
    color: #ee363f;
    line-height: 28px;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
}
.section-header-info {
    text-align: center;
    max-width: 714px;
    margin: 0 auto;
}
.about-inner-page-right {
    padding: 60px 60px;
		height: 100%;
    display: flex;
    align-items: center;
}
.about-inner-page-right .section-header {
    margin-bottom: 0;
}
.blog.featured-work-home .owl-nav {
    z-index: -1;
}
.client-logo.client-logo-home h3 {
    text-align: center;
    margin-bottom: 30px;
}
ul.menu.rt-mega-menu-transition-slide.social-icons {
    display: flex;
}
ul.menu.rt-mega-menu-transition-slide.social-icons i {
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 0 5px;
    line-height: 25px;
    font-size: 20px;
    transition: all ease-in-out 0.3s;
}
ul.menu.rt-mega-menu-transition-slide.social-icons i:hover {
    background: #fff;
    color: #000;
}
.hero.first-banner_new .first_text_new {
    /* background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(216,48,124,1) 0%, rgba(236,161,64,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
}
.hero.first-banner_new .hero-text h1 {
    max-width: 490px;
}
.hero.first-banner_new .hero-text h1 span + span {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.hero.hero-three.first-banner_new .hero-text h1 span + span{
    font-size: 20px;
    line-height: 30px;
}
.recent-works h3 {
    margin-bottom: 25px;
    text-align: center;
}
.col-sm-6.about-inner-page-right-bg .section-header h2 {
    margin: 0;
    position: relative;
    font-size: 25px;
    font-weight: 700;
}
.contact_map {
    position: relative;
}

/*.contact_map:before {
        content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1;
}*/

.list_icons_new_box {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 100px;
}

ul.invest_banner_list {
    list-style: none;
    padding: 0;
    display: flex;
    max-width: 600px;
    margin-bottom: 0;
    position: relative;
    bottom: 0;
    margin-top: 60px;
}

ul.invest_banner_list li {
    display: flex;
    flex-wrap: wrap;
    /* background: #fff; */
    margin-right: 20px;
    font-size: 11px;
    padding: 5px;
    color: #1a246a;
    border-radius: 5px;
    max-width: 160px;
}

ul.invest_banner_list li span {
    width: 100%;
}

ul.invest_banner_list li i {
    font-size: 25px;
    vertical-align: middle;
    margin-right: 5px;
}
ul.invest_banner_list li strong {
    /* font-size: 25px; */
		font-size: 16px;
    vertical-align: middle;
    display: block;
    line-height: 21px;
    margin-bottom: 5px;
    /* color: #000; */
		color: #fff;
    font-family: "Conv_Mont-HeavyDEMO";
}
ul.invest_banner_list figure {
    margin: 0;
}

ul.invest_banner_list figure img {
    max-width: 30px;
    position: relative;
    left: 0;
    margin-bottom: 10px;
		filter:  brightness(0) invert(1);
}
span.contetnt-icons {
   
    padding-left: 10px;
}

ul.invest_banner_list li font {
    padding-left: 0;
    /* color: #000; */
		color: #fff;
    font-size: 13px;
    line-height: 13px;
}
.about.wow.technology-expert .about-inner-page-left {
    background: #26508b;
}

.about.wow.technology-expert .about-inner-page-left img {
    max-width: 80%;
    margin: 0 auto;
    display: table;
    object-fit: contain;
}
@media (max-width:  767px) {
    .hero.first-banner_new .hero-text h1 span + span {
    font-size: 16px;
}
.hero.first-banner_new .hero-text h1 {
    max-width: 190px;
}
.blog.featured-work-home .owl-nav .owl-prev {
    left: -15px;
    z-index: 999;
}
.blog.featured-work-home .owl-nav .owl-next {
    right: -15px;
    left: inherit;
    z-index: 999;
}
.client-logo.client-logo-home {
    padding: 50px 0;
}
ul.invest_banner_list { 
display: none;
}
.bottom-box h4 {
    color: #fff;
    font-size: 13px;
}
}


.navbar.navbar-expand-lg.navbar-dark .dropdown-menu {
    max-height: 0;
    overflow: hidden !important;
    max-width: 400px;
    padding: 0;
    transition: all ease-in-out 0.3s;    
    opacity: 0;
    height: 0;
    display: block;
    top: 30px;
    
}
.navbar.navbar-expand-lg.navbar-dark  .nav-item.dropdown:hover .dropdown-menu {
    max-height: 500px;
    max-width: 400px;
    opacity: 1;
    min-width: 180px;
    height: auto;
}
.navbar .dropdown-menu {
    border: none;
    top: 47px;
    border-radius: 5px;
    padding: 0;
        box-shadow: 0 15px 40px rgb(0 0 0 / 10%), 0 0 20px rgb(0 0 0 / 15%);
}

.navbar .dropdown-item {
    display: block;
    width: 100%;
    
    padding: 7px 25px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: #fff;
    border: 0;
    border-bottom: none;
    text-transform: uppercase;
    font-weight: 600;
}
.navbar .dropdown-item:hover {
    color: #ff1053;
}
.navbar .dropdown-menu a:first-child  {
    padding-top: 25px;
}
.navbar .dropdown-menu a:last-child  {
    padding-bottom: 25px;
}

.navbar .dropdown-item i {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -2px;
    color: #ff1053;
    
}
.content-data-eng {
    margin-top: 15px;
    list-style: circle;
}
.content-data-eng p{
    color: #000;
    margin-bottom: 8px;
}
.content-data-eng p.mb5 {
    margin-bottom: 5px;
}
.service_Strategy h3.margin-botom-20 {
    margin-bottom: 20px;
}
.data-clients {
    background: #fff;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #343148;
}
span.mini_head {
    display: block;
    font-weight: bold;
    /* font-size: 20px; */
    margin-bottom: 2px;
    text-decoration: underline;
}
span.red_border {
    border-left: 3px solid #ff1053;
    padding-left: 7px;
}
.content-data-eng p {
    color: #000;
    margin-bottom: 15px;
}
.content-data-eng h3 {
    margin-bottom: 20px;
}

.talent-services .our_services_box_right {
    background: #f6f6f6;
    padding: 25px 23px;
    border-radius: 15px;
}
.talent-services .our_services_box_right h3 {
    color: #000;
}
.talent_who_content p {
    color: #000;
}
.talent-service-box p {
    color: #000;
}
.margin-top-35 {
    margin-top: 30px;
}
.margin-top-75 {
    margin-top: 70px;
}
.talent-services-new-bottom h3 {
        margin-bottom: 30px;
}
.talent-service-box h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
.about.about_new.wow.talent-service-about-new.animated .about-inner-page-left img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top right;
    width: 100%;
    max-height: 350px;
}
.about.about_new.wow.talent-service-about-new .bottom-box {
    
    padding: 20px 30px;
}
.about-inner-page-left.black-chain_banner img {
    object-position: top;
}
@media (max-width:  767px) {
    .hero.first-banner_new .first_text_new {
    
    font-size: 16px;
    line-height: 20px;
}
.hero.hero-three.first-banner_new .hero-text h1 span + span {
    font-size: 16px;
    line-height: 18px;
}
.hero.first-banner_new .hero-text h1 span + span {
    font-size: 16px;
    line-height: 20px;
}
div#myTypewriter h1 {
    color: #fff;
    font-size: 16px;
}
.hero.hero-three.first-banner_new {
    background-size: cover !important;
}
div#myTypewriter h1 span {
    font-size: 16px;
}
.navbar .nav-item.dropdown:before {
    display: none;
}
.margin-top-35 {
    margin-top: 20px;
}
.margin-top-75 {
    margin-top: 20px;
}
.about.about_new.wow.talent-service-about-new.animated .about-inner-page-left img {
    min-height: 300px;
    object-position: center right;
}
}

.talk_to_us {
        /* background: linear-gradient( 
90deg, rgba(2,0,36,1) 0%, rgba(216,48,124,1) 0%, rgba(236,161,64,1) 100%); */
    color: #fff;
    border: none;
    padding: 9px 25px 7px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Conv_Mont-HeavyDEMO";
    font-weight: normal;
    letter-spacing: 1px;
		background: #012C7A;
    border: 1px solid #fff;
}
.talk_to_us:hover {
	color: #06b7c7;
}
.talk_to_us:focus {
	outline: 0;
}
.talk_to_us img {
	transform: rotate(315deg);
	max-width: 12px;
	margin-left: 5px;
	object-fit: cover;
	position: relative;
	top: -1px;
}
.arrow-teal {
	display: none;
}
.talk_to_us:hover .arrow-white{
	display: none;
}
.talk_to_us:hover .arrow-teal{
	display: inline-block;
}
.home-header {
    position: relative;
}
.technology.wow.tech_new_align .technology-left img {
    max-height: 500px;
    object-fit: contain;
}
.technology.wow.tech_new_align .row {
    align-items: center;
}
.service_main_talent .content_service ul {
    padding-left: 17px;
}
.service_main_talent .content_service i{
    font-size: 20px;
    vertical-align: top ;
    margin-top: 0;
    line-height: inherit !important;
}
.service_main_talent .content_service i {
    font-size: 40px;
    vertical-align: top;
    margin-top: 0;
    line-height: 40px !important;
}
.talent_who_content {
    margin-top: 25px;
    max-width: 1000px;
}
span.contetnt-icons{
    position: relative;
}
span.contetnt-icons:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    left:0;
     background: #fff; 
    /* background: linear-gradient( 
180deg, rgba(2,0,36,1) 0%, rgba(216,48,124,1) 0%, rgba(236,161,64,1) 100%); */
}
.contact-form.contact_page_contact {
    padding: 50px 0;
}

@media (min-width:  1300px) {
    .header_main_action {
    position: absolute;
    right: 0;
}
div#navbarCollapse {
    padding-right: 150px;
}
}
@media (max-width:  767px) {
    .talk_to_us{
        font-size: 10px;
    }
    .navbar.blue-header {
    padding: 6px 15px !important;
}
}

.our_services_box_right img {
    width: 100%;
    max-width: 50%;
}
span.red_border.dark_blue_border {
    border-left: 3px solid #1a246a;
}
span.red_border.dark_blue_border2 {
    border-left: 3px solid #39ffd1;
}
span.red_border.green_border {
    border-left: 3px solid #00627c;
}
span.orange_border {
    border-left: 3px solid #ff9b10;
   
}
span.red_border.green_border {
    border-left: 3px solid #1209dd;
}
span.red_border.green_border2 {
    border-left: 3px solid #70E370;
}
span.red_border.gray_border {
    border-left: 3px solid #777572;
}

.about.about_350 .about-inner-page-left img {
    max-height: 380px;
}

.technology.service_main.service_main_full_images .our_services_box_right img {
    width: 100%;
    max-width: 100%;
}
.inner-banner {
	background-image: url(../images/service-tech/background-blue.jpg);
	min-height: 300px;
	background-repeat: no-repeat;
	/* background-size: cover; */
	display: flex;
	align-items: center;
	margin-top: 75px;
}
.page-title h2{
	color: #fff;
	margin-bottom: 0px;
	position: relative;
	padding-left: 20px;
}
.page-title h2:before {
	content: "";
	width: 4px;
	background: #fff;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.banner-right figure{
	margin: 0px;
}
.banner-right figure img {
	width: 100%;
}
.Banner_two {
	background-image: linear-gradient(to right,#007edb,#95e4d4);
  background-repeat: no-repeat;
}
.text-captialize {
	text-transform: capitalize;
}
ul.invest_banner_list.invest_banner_list_new li strong {
	font-size: 18px;
}
.map-section_new canvas {
	background-color: #191a1a;
} 
.text-highlited {
    font-style: normal;
    background: rgba(138, 221, 213, 0.5);
    padding: 0px 5px;
}
.company-img-small {
	position: absolute;
	margin: 0px;
	left: 5%;
	top: 5%;
}
.company-img-small img {
	width: 100%;
	max-width: 120px;
	min-height: initial;
}
.about.wow.technology-expert .about-inner-page-left-new img{
	max-width: 100%;
	object-fit: cover;
	display: initial;
	width: 100%;
	object-position: left;
}
.services_business.services_business-new .services_content-new img {
	object-position: initial;
}
.bottom-box15 {
	right: 15px;
}
.mobile-visible {
		display: none;
} 
.mobile-visible span {
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.g-recaptcha {
    max-width: 305px;
    margin: 0px auto 15px;
    width: 100%;
}
.text-center {
    text-align: center;
}
.partner-row {
	display: inline-block;
	width: 100%;
}
.partner-row ul {
	padding: 0px;
  margin: 0px;
  border: 1px solid #ddd;
  display: table;
}
.partner-row ul li {
	display: inline-block;
    width: calc(14.28% - 0px);
    padding: 20px 5px;
    border-bottom: 1px solid #ddd;
    list-style: none;
    border-collapse: collapse;
    text-align: center;
    float: left;
    min-height: 95px;
}
.partner-row ul li img {
	max-width: 125px;
	width: 100%;
}
.partner-row ul li img.img-small {
    max-width: 105px;
}
.partner-row ul li img.img-big {
    width: 150px;
    max-width: initial;
}
.partner-row ul li:nth-child(1){
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid #ddd;
}
.partner-row ul li:nth-child(2){
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid #ddd;
}
.partner-row ul li:nth-child(3){
	border-top: 1px solid transparent;
	border-left: 1px solid transparentdd;
	border-right: 1px solid #ddd;
}
.partner-row ul li:nth-child(4){
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid #ddd;
}
.partner-row ul li:nth-child(5){
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid #ddd;
}
.partner-row ul li:nth-child(6){
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid #ddd;
}
.partner-row ul li:nth-child(7){
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
.partner-row ul li:nth-child(8){
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid #ddd;
}
.partner-row ul li:nth-child(9){
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid #ddd;
}
.partner-row ul li:nth-child(10){
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid #ddd;
}
.partner-row ul li:nth-child(11){
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid #ddd;
}
.partner-row ul li:nth-child(12){
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid #ddd;
}
.partner-row ul li:nth-child(13){
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid #ddd;
}
.partner-row ul li:nth-child(14){
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
.partner-row ul li:nth-child(15){
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid transparent;
}
.partner-row ul li:nth-child(16){
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid transparent;
}
.partner-row ul li:nth-child(17){
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid transparent;
}
.partner-row ul li:nth-child(18){
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid transparent;
}
.partner-row ul li:nth-child(19){
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid transparent;
}
.partner-row ul li:nth-child(20){
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid transparent;
}
.partner-row ul li:nth-child(21){
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.recent-works-row {
  background: #f4f4f4;
}
.talent-row {
	background: #06b7c7;
	padding: 60px 0px;
}
.talent-row p {
	color: #ffff;
	font-size: 20px;
	text-align: center;
	max-width: 800px;
	margin: 0px auto;
}
.pt0 {
	padding-top: 0px;
}
.success-stories .col-md-6 {
	padding: 0 10px 10px 0;
	/* min-height: 350px; */
}
.success-stories .col-md-6 a{
	position: relative;
	display: block;
}
.success-stories .col-md-6 a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.success-stories .col-md-6 a:hover::before {
	opacity: 0;
}
.success-stories img {
	width: 100%;
}
.box-logo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 40%;
	display: flex;
	max-height: 50%;
	flex-wrap: wrap;
	bottom: 0;
	justify-content: center;
	right: 0;
	margin: auto;
	align-items: center;
}
.box-logo img {
	width: 100%;
	height: auto;
	opacity: 1;
	position: relative;
	display: table-cell;
	top: 0px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	vertical-align: middle;
	filter: brightness(0) invert(1);
}
.success-stories .col-md-6 a:hover .box-logo img {
	opacity: 0;
}
.title-border {
	display: inline-block;
	margin: 1em 0;
	font-size: 1.2rem;
	letter-spacing: -.25px;
	font-weight: 700;
	border: 0;
	color: #1e1e1e;
	text-decoration: none;
	transition: all .3s ease-in-out;
	cursor: pointer;
	background: transparent;
	position: relative;
}
.title-border:before {
	content: "";
	position: absolute;
	width: 36%;
	height: 5px;
	background: #06b7c7;
	bottom: -10px;
	left: 0px;
	transition: all .3s ease-in-out;
}
.title-border:hover:before{
	width: 100%;
}
.shedule-text{
	display: inline-block;
}
.shedule-text:hover {
	color: #ee363f;	
}
.shedule-text strong{
	display: inline-block;
	margin: 1em 0;
	font-size: 1.2rem;
	letter-spacing: -.25px;
	font-weight: 700;
	border: 0;
	color: #1e1e1e;
	text-decoration: none;
	transition: all .3s ease-in-out;
	cursor: pointer;
	background: transparent;
	position: relative;
}
.shedule-text strong:before {
	content: "";
	position: absolute;
	width: 36%;
	height: 5px;
	background: #06b7c7;
	bottom: -10px;
	left: 0px;
	transition: all .3s ease-in-out;
}
.shedule-text:hover strong:before {
	width: 100%;
}
.col-sm-6.about-inner-page-right-bg-new .section-header h2 {
	color: #fff;
	margin-bottom: 10px;
}
.col-sm-6.about-inner-page-right-bg-new .section-header p {
	color: #fff;
}
.success-page {
	background: #0c0d0f;
}
@media (max-width: 991px) {
	.about.about_new {
    padding-top: 0;
	}
	.header_main_action{
		display: none;
	}
	.mobile-visible {
		display: block;
	}
	.about.about_new.pt60 {
		padding-top: 60px;
	}
}
@media (max-width: 767px) {
    .our_services_box_right img {
        width: 100%;
        max-width: 100%;
    }
    .our_services_box_right img {
    width: 100%;
    max-width: 100%;
		}
		.banner-right figure img {
			max-width: 300px;
			margin-top: 30px;
		}
		.text-highlited {
			position: relative;
			top: 5px;
		}
		.about.about_new .col-sm-6 {
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
	}
	.hero .hero-text {
		text-align: center;
    display: block;
	}
	.hero.first-banner_new .hero-text h1 {
		max-width: 210px;
    margin: 0px auto 20px;
	}
	.banner-right figure {
		text-align: center;
	}
	.partner-row ul li {
		min-height: 50px;
		padding: 10px 2px;
	}
	.partner-row ul li img.img-small {
    max-width: 125px;
	}
	.partner-row ul li img.img-big {
    width: 100%; 
    max-width: 125px;
	}
	.success-stories .col-md-6 {
		padding: 0 15px 8px 15px;
	}
}
@media (max-width: 575px) {
	.footer_copyright_item p {	
    text-align: center;
	}
    .about-inner-page-right {
        padding: 60px 30px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
	.address_box ul{
		padding: 10px;
	}
	.address_box ul:first-child {
		padding-right: 20px;
	}
	.address_box {
		padding: 20px 20px;
	}
	.contact-form.contact_page_contact {
		padding: 50px 20px;
	}
	.radiant-contact-form{
		width: 100%;
	}
	.partner-row ul li {
		min-height: 80px;
	}
	.partner-row ul li img.img-big {
		width: 100%;
	}
}
@media (min-width: 1200px) and (max-width: 1300px) {
	.address_box {
		padding-left: 7%;
	}
}
@media (min-width: 1301px) and (max-width: 1399px) {
	.address_box {
		padding-left: 15%;
	}
}
@media (min-width: 1199px) and (max-width: 1366px) {
	.contact-left {
		padding-left: 20%;
	}
}
@media (min-width: 1367px) and (max-width: 1600px) {
	.contact-left {
		padding-left: 30%;
	}
	.address_box {
		padding-left: 21%;
	}
}
@media (min-width: 1601px) and (max-width: 1800px) {
	.contact-left {
		padding-left: 35%;
	}
	.address_box {
		padding-left: 32%;
	}
}
@media (min-width: 1801px) and (max-width: 2000px) {
	.contact-left {
		padding-left: 40%;
	}
	.address_box {
		padding-left: 36%;
	}
}
@media (min-width: 2001px) {
	.contact-left {
		padding-left: 48%;
	}
	.address_box {
		padding-left: 45%;
	}
}
@media (min-width: 1024px) {
.para-height {
    min-height: 188px;
}
}
@media (min-width: 1199px) {
    .para-height {
        min-height: 164px;
    }
}
@media (min-width: 1024px) and (max-width: 1299px) {
	.about.about_350 .about-inner-page-left img {
    max-height: 400px;
	}
}