@import url('https://fonts.googleapis.com/css?family=Nunito:400,700|Poppins:400,700&display=swap');

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Nunito', sans-serif;
}

html,
body {
    width: 100vw;
    overflow-x: hidden;
}

img {
    width: 100%;
        height: 90% ; 
    border-radius: 30px;
}

.bg {
    /* background:linear-gradient(90deg,#f55f8d 0,#f8ae56 51%,#f55f8d); */
    background-image: url('../images/pic_1.jpg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 950px;
}

.bg2 {
    position: relative;
    background-image: url('../images/bnr2.jpg');
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    /* margin-bottom: 30px; */
}

.bg3,
.bg2 {
    background-image: none !important;
    height: unset;
}

.bg2 .bg-section,
.bg2 .bg_bottom2 {
    display: none;
}

.bg2::before {
    content: "";
    background: linear-gradient(90deg, #f55f8d 0, #f8ae56 51%, #f55f8d);
    opacity: 0.8;
    background-size: 200%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bg_bottom {
    margin-top: -225px;
    z-index: 99;
}

.header {
    font-weight: 900;
    transition: all 0.4s;
}

.black {
    background: #fff;
    box-shadow: 0 0 12px 2px #333;
    border-radius: 5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    animation: jump 1s ease-in-out;
}

img.logo_top {
    width: 150px;
    height: 60px;
}

.logo_top2 {
    display: none;
    width: 150px;
    height: 60px;
}

.bg .nav-link,
.bg2 .nav-link {
    color: #fff;
}

.bg2 .bg-section {
    text-align: center;
}

.bg_bottom2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

h2.bread_heading {
    font-size: 60px;
    color: #fff;
    font-weight: 900;
}

h5.bread_bottom {
    color: #fff;
}

.header_top .row {
    border-bottom: 2px solid #fff;
}

.upper_mail_section {
    padding: 10px 0;
}

.header .nav-link {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}

.header .nav-link:hover {
    transform: scale(1.1);
}

.header .nav-link::before {
    content: "";
    width: 0px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s ease all;
}

.header .nav-link:hover::before {
    width: 100%;
}

.upper_mail_section a {
    color: #fff;
    margin-right: 20px;
}

.social_header {
    text-align: right;
}

.social-icon li {
    list-style: none;
    display: inline-block;
    padding: 5px;
    margin-top: 5px;
    margin-right: 10px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 22px;
}

.social-icon a {
    color: inherit;
}

@keyframes jump {
    0% {
        top: -10px;
    }

    50% {
        top: 5px;
    }

    100% {
        top: 0;
    }
}

.black .nav-link {
    color: #000;
}

.bg-section {
    padding: 50px 0;
    position: relative;
}

.title {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 52px;
    color: #fff;
}

.bg-content-section {
    padding-top: 30px;
    padding-right: 30px;
}

.bg-content-section p {
    padding: 20px 0;
    font-size: 18px;
    /*line-height: 30px;*/
    color: #fff;
}

.btn1,
.btn2 {
    display: inline-block;
    padding-right: 20px;
    padding-top: 20px;
}

.btn1 a {
    text-decoration: none;
    color: #f5767d;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 30px;
    background: #fff;
    display: inline-block;
    border-radius: 30px;
    transition: 0.3s all;
}

.btn2 a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 14px 30px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 30px;
    transition: 0.3s all;
}

.btn1 a:hover {
    background: #f5767d;
    color: #fff;
    box-shadow: 0 0 10px 1px #676767;
}

.btn2 a:hover {
    color: #f5767d;
    background: #fff;
    box-shadow: 0 0 10px 1px #676767;
}

.pattern_2 {
    position: absolute;
    right: 160px;
    bottom: -50px;
    animation: aname 5s linear infinite;
}

@keyframes aname {
    0% {
        right: 160px;
        bottom: -50px;
    }

    25% {
        right: 165px;
        bottom: -50px;
    }

    50% {
        right: 165px;
        bottom: -45px;
    }

    75% {
        right: 160px;
        bottom: -45px;
    }

    100% {
        right: 160px;
        bottom: -50px;
    }
}

.services-section {
    padding: 80px 0;
}

.main-heading {
    padding-bottom: 5px;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 700;
}

.center {
    text-align: center;
}

h4.top_main_heading {
    color: #ffffff !important;
    background: rgb(245 95 141) !important;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.main-heading+p {
    padding-bottom: 50px;
}

.service-image {
    padding: 100px 0;
}

.service-box {
    background: url('../images/p2.png');
    background-size: 62px;
    background-repeat: no-repeat;
    background-position: -9px 25px;
    padding: 30px 0;
}

.single-service {
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    transition: all .5s;
    overflow: hidden;
    z-index: 9;
    margin-bottom: 45px;
}

.wraper-effect {
    border-radius: 50%;
    position: absolute;
    transition: all .5s;
    height: 350px;
    width: 350px;
    background-color: hsla(0, 0%, 100%, .2);
    right: -100%;
    bottom: -100%;
    z-index: -1;
}

.wraper-effect:before {
    background-color: hsla(0, 0%, 100%, .2);
    height: 250px;
    width: 250px;
}

.wraper-effect:after,
.wraper-effect:before {
    content: "";
    border-radius: 50%;
    position: absolute;
    transition: all .5s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.wraper-effect:after {
    background-color: #f55f8d;
    height: 150px;
    width: 150px;
}

.single-service i {
    color: #f7618e;
    font-size: 32px;
    padding: 15px 0;
}

.single-service:hover,
.active1 {
    box-shadow: 0 0 10px 3px #ddd;
    background-size: 200%;
    background: linear-gradient(90deg, #f55f8d 0, #f8ae56 51%, #f55f8d);
}

.single-service:hover .wraper-effect,
.active1 .wraper-effect {
    right: -150px;
    bottom: -150px;
}

.single-service:hover .service-box,
.active1 {
    color: #fff;
}

.single-service:hover.single-service i,
.active1 i {
    color: #fff;
}

.about-us-section {
    background-color: #DEEEFC;
    padding: 50px 0;
}

.single-about {
    background: #fff;
    padding: 30px 15px;
}

.single-about i {
    color: #4285f4;
    ;
    font-size: 28px;
    padding: 15px;
}

.counter-section {
    background-image: url('../images/bg2.jpg');
    background-attachment: fixed;
    color: #fff;
    margin-top: 50px;
}

.count-text {
    font-weight: bold;
    font-size: 24px;
}

.counter-section .overlay {
    background: linear-gradient(90deg, rgba(245, 95, 141, 0.9) 0, rgba(248, 174, 86, 0.9) 51%, rgba(245, 95, 141, 0.9));
    padding: 100px 0;
}

.counter-section:hover .overlay {
    background: linear-gradient(90deg, rgba(245, 95, 141, 0.95) 0, rgba(248, 174, 86, 0.95) 51%, rgba(245, 95, 141, 0.95));
}

.counter-section i {
    font-size: 60px;
}

.count-number {
    font-size: 60px;
    font-weight: 900;
}

.why_img {
    border-radius: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0px;
    margin-top: 10px;
}

.no_pad {
    padding: 0 !important;
}

.why_text {
    padding: 0;
    font-size: 16px;
}

.why-us .main-heading {
    margin-bottom: 10px;
}

.team-section .nav-pills {
    margin: 40px auto;
    width: 80%;
}

/* .team-section .nav-pills li {
    width:16%;
	text-align: center;
}

.team-section .nav-pills li a {
    color:#21212f;
    font-weight:700;
}
.team-section .nav-pills li .show {
    color:#f7618e;
    border-bottom:2px solid #f7618e;
} */
.owlt {
    margin-top: 200px;
}

.owlt .owl-dots {
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
}

.owlt .owl-dots .owl-dot {
    border: 4px solid #f5628b;
    margin-right: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-size: 100%;
    padding-top: 0px !important;
    transition: 0.3s ease all;
}

.owlt .owl-dots .owl-dot.active {
    padding-top: 30px !important;
    transition: 0.3s ease all;
    position: relative;
}

.owlt .owl-dots .owl-dot.active::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #f5628b;
    position: absolute;
    border-radius: 10px;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
}

.owlt .owl-dots .owl-dot.active::after {
    content: "";
    width: 30px;
    height: 30px;
    background: #f5628b;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
}

.owlt .owl-dots span {
    opacity: 0;
}

.owlt .owl-dots .owl-dot:first-child {
    background-image: url('../images/pic11.jpg');
}

.owlt .owl-dots .owl-dot:nth-child(2) {
    background-image: url('../images/pic2.jpg');
}

.owlt .owl-dots .owl-dot:nth-child(3) {
    background-image: url('../images/pic3.jpg');
}

.owl-nav {
    display: none !important;
}

.blog_inside {
    padding: 30px;
    text-align: center;
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
    margin: 20px 100px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
}

h2.t_name {
    font-size: 22px;
    font-weight: 700;
}

h4.t_post {
    font-size: 20px;
    color: #e76b8e;
    margin-bottom: 40px;
}

span.right_icon {
    float: right;
    font-size: 95px;
    position: absolute;
    right: 20px;
    top: 0;
    color: #f5628b;
}

.team-section {
    padding: 60px 0 90px;
    text-align: center;
}

.single-team {
    color: #fff;
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
    margin-bottom: 50px;
    box-shadow: 0 0 10px 1px #666;
    border-radius: 30px;
    overflow: hidden;
}

.single-team:hover {
    border-radius: 40px;
}

.single-team img {
    height: 200px;
}

.img_cover {
    object-fit: cover;
}

/* .single-team{
    height:270px;
} */
.single-team .gradient_button {
    margin-top: 120px
}

.img_ses {
    overflow: hidden;
}

.team-section h5 {
    padding: 10px 0;
    background: linear-gradient(90deg, #f55f8d 0, #f8ae56 51%, #f55f8d);
}

.plans {
    padding-top: 80px;
    padding-bottom: 40px;
}

.pricingtable {
    box-shadow: 0 0 10px rgb(31 66 135 / 30%);
    border-radius: 10px;
    overflow: hidden;
    transition: all .5s;
    background-color: #fff;
    padding: 30px;
    min-height: 765px;
    transform: scale(1);
}

.pricingtable:hover,
.pricingtable.actives {
    background: linear-gradient(90deg, #f55f8d 0, #f8ae56 51%, #f55f8d);
    color: #fff;
    background-size: 200%;
}

h3.pricingtable_title {
    font-size: 32px;
    font-weight: 700;
}

.icon_box {
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 10px auto;
    font-size: 40px;
    line-height: 2;
    background-color: #feeff3;
    border-radius: 50%;
    color: #f55f8d;
}

.pricingtable:hover .icon_box,
.actives .icon_box {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .5);
}

h2.pricingtable-price {
    font-size: 42px;
    margin: 10px 0;
}

ul.pricingtable-features {
    padding: 0;
    list-style: none;
}

ul.pricingtable-features li {
    padding: 5px 0;
}

.pricingtable_footer {
    text-align: center;
}

.gradient_button {
    padding: 12px 35px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    border-radius: 30px;
    color: #fff;
    background: linear-gradient(90deg, #f55f8d 0, #f8ae56 51%, #f55f8d);
    transition: all .5s;
    font-weight: 700;
    background-size: 200%;
    border: none;
    text-decoration: none !important;
}

.gradient_button:hover {
    color: #000;
}

.gradient_button a {
    text-decoration: none !important;
}

.pricingtable:hover .gradient_button,
.actives .gradient_button {
    background: #fff;
    color: #f55f8d;
}

.single_blog {
    padding: 10px;
}

.single_blog img {
    border-radius: 30px
}

h3.blog_heading {
    color: #000;
    font-weight: 700;
}

h3.blog_heading:hover {
    color: #f55f8c;
}

a.blog_link {
    position: relative;
    padding: 10px;
    color: #f55f8c;
}

.blog_link:before {
    content: "";
    position: absolute;
    height: 35px;
    width: 35px;
    left: 0;
    top: 0;
    border-radius: 50px;
    background-color: rgba(245, 95, 141, .1);
}

h5.caterg {
    color: #f55f8d;
    text-transform: uppercase;
    font-size: 16px;
    padding: 25px 0 15px;
    margin: 0;
}

.testimonials {
    padding: 70px 0;
    scroll-margin-top: 20px;
}

.work_section {
    padding: 50px 0;
}

.owl2 img {
    padding: 20px;
    height: 120px;
    object-fit: contain;
}

.owl2 .owl-dots {
    display: none;
}

.single_ind {
    text-align: center;
    color: #f56a85;
    font-weight: 700;
    margin-bottom: 20px;
}

.single_ind img {
    width: 33%;
    margin: 10px 33%;
}

.newsetters {
    padding: 60px;
    background-color: #fff;
    z-index: 99;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
    background-image: url(../images/p3.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 60%;
    margin: 0 20%;
    margin-bottom: -165px;
}

.f_title {
    font-weight: 700;
    color: #262626;
    font-size: 36px;
}

.cuinput {
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
    padding: 10px 20px;
    border-radius: 24px;
    border-right: none;
}

.ing {
    position: relative;
}

.gradient_bnt {
    position: absolute;
    right: 0;
    top: 7px;
    width: 45px;
    border: none;
    bottom: 0px;
    color: #fff;
    background: linear-gradient(90deg, #f55f8d 0, #f8ae56 51%, #f55f8d);
    height: 45px;
    border-radius: 50%;
}

.footer_logo {
    width: 130px;
    margin-bottom: 30px;
    margin-left: 35px;
    margin-top: 10px;
}

.footer {
    padding: 250px 0 0;
    color: #fff;
}

.footer_top {
    margin-bottom: -135px;
}

.footer-heading {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    margin: 0 0 30px;
    /*margin:30px;*/
    position: relative;
    color: #fff;
    line-height: 1.2;
}

.footer-heading:after,
.footer-heading:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    border-radius: 20px;
    background-color: #fff;
}

.footer-heading:before {
    width: 15px;
}

.footer-heading:after {
    width: 45px;
    left: 20px;
}

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

.footer a {
    color: #fff;
    text-decoration: none;
    transition: .4s all linear;
}

.footer p,
.footer a,
.footer li {
    font-size: 15px;
}

.social-icon li {
    display: inline-block;
    font-size: 14px;
    padding: 6px;
    width: 30px;
    line-height: 20px;
    border-radius: 50%;
    margin-right: 5px;
    text-align: center;
    background: #fff;
    color: #f55f8d;
}

.social-icon li:hover {
    color: #fff;
    background: linear-gradient(90deg, #f55f8d 0, #f8ae56 51%, #f55f8d);
}

.copyright {
    color: #fff;
    background-color: #1f343b;
    padding: 10px 0;
}

.copyright p {
    margin: 0;
}

.social-icon {
    text-align: right;
    margin: 0;
    padding: 0;
}

.footer a:hover {
    padding-left: 4px;
}

input,
textarea {
    margin: 2%;
    width: 96%;
    padding: 2%;
}

.footer li {
    padding: 8px 0;
    transition: 0.3s linear all;
}

.footer li:hover {
    padding-left: 10px;
}

ul.footer_add i {
    background: linear-gradient(90deg, #f55f8d 0, #f8ae56 51%, #f55f8d);
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    vertical-align: top;
}

ul.footer_add li span {
    width: 80%;
    display: inline-block;
}

.footer {
    background-image: url('../images/f2.png');
    background-position: 50%;
    background-color: #0e1b1f;
}

.single_main_section {
    padding: 30px;
    box-shadow: 0 0 10px rgb(31 66 135 / 30%);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 0;
}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 10px;
    background: linear-gradient(90deg, #f55f8d 0, #f8ae56 51%, #f55f8d);
    background-size: 200%;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 30px;
    text-decoration: none;
}

#back2Top:hover {
    background-color: #000;
    color: #fff;
}

.service-box img {
    width: 40px;
    margin-bottom: 20px;
}

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

.single_header {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.single_body .gradient_button {
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.single_header li {
    display: inline-block;
    margin-right: 10px;
}

.img_section {
    height: 200px;
}

.img_section img {
    object-fit: contain;
    height: 200px;
    transform: scale(1);
    transition: 0.3s ease-in-out all;
}

.paddingsss .single_main_section:hover .img_section img {
    transform: scale(1.2);
}

.single_header li i {
    padding-right: 5px;
    color: #6b5f62;
}

.top_header_section {
    position: relative;
}

span.ratesssss {
    position: absolute;
    bottom: 0px;
    left: 7px;
    padding: 7px;
    color: #fff;
    background: #f67180;
}

.megamenu_row {
    width: 700px;
    position: absolute;
    left: -350px;
    right: 0px;
    top: 32px;
}



.mg_small {
    top: 32px;
}

 .megamenu_row .dropdown-item,
.mg_small .dropdown-item {
    padding: 8px;
    color: #fff;
    font-size: 15px;
}

.megamenu_company {
    background: linear-gradient(90deg,  #F89793 50%,  #F89793 100%);
    background-size: 200%;
}

.mg_small {
    background: linear-gradient(90deg, #f9b47f 50%, #fab97c 100%);
    background-size: 200%;
    padding: 20px;
}

.megamenu_company .dropdown-item,
.mg_small .dropdown-item {
    color:white;
    font-weight: 700;
    transition: 0.5s ease-in-out all;
    box-shadow: 0 0 0px 0px #ddd inset;
}

.megamenu_company .dropdown-item:hover,
.dropdown-item:focus,
.mg_small .dropdown-item:hover {
    background: transparent;
    box-shadow: 0 -3px 3px rgba(0, 0. 0, 0.2) inset;
    transform: scale(1.1);
    border-radius: 10px;
}
/* End */

.megamenu_row {
    background: linear-gradient(90deg,  #F89793 50%,  #F89793 100%);
    /*background: linear-gradient(90deg, rgba(245, 95, 141, 1) 0, rgba(248, 174, 86, 1) 51%, rgba(245, 95, 141, 1));*/
    background-size: 200%;
    /*filter: drop-shadow(2px 4px 6px black);*/
    padding: 40px 20px;
}

.mg_small {
    /*background: linear-gradient(90deg, rgba(245, 95, 141, 1) 0, rgba(248, 174, 86, 1) 51%, rgba(245, 95, 141, 1));*/
    background: linear-gradient(90deg, #f9b47f 50%, #fab97c 100%);
    background-size: 200%;
    /*filter: drop-shadow(2px 4px 6px black);*/
    padding: 20px;
}

 .megamenu_row .dropdown-item,
.mg_small .dropdown-item {
    /* color:#f5608d; */
    font-weight: 700;
    transition: 0.5s ease-in-out all;
    box-shadow: 0 0 0px 0px #ddd inset;
}

 .megamenu_row .dropdown-item:hover,
.dropdown-item:focus,
.mg_small .dropdown-item:hover {
    background: transparent;
    box-shadow: 0 -3px 3px rgba(0, 0. 0, 0.2) inset;
    transform: scale(1.1);
    border-radius: 10px;
}

.contact_section,
.more_section,
.ab_section {

    background-image: url('../images/bg4.png');
    background-repeat: no-repeat;
}

.more_section,
.ab_section {
    background-image: url('../images/f2.png');
}

.more_section .main-heading+p {
    padding-bottom: 30px;
}

.dlab-media {
    overflow: hidden;
    position: relative;
}

.dlab-media.style-1,
.dlab-media.style-2,
.dlab-media.style-3 {
    border-radius: 50%;
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
    border: 10px solid #fff;
}

.dlab-media.style-1 {
    width: 335px;
    height: 335px;
}

.quote-media .style-2 {
    float: right;
    margin: -100px 0 0;
}

.dlab-media.style-2 {
    width: 250px;
    height: 250px;
}

.dlab-media.style-3 {
    width: 215px;
    height: 215px;
}

.move-1 {
    animation: move1 5s infinite;
}

.move-2 {
    animation: move2 5s infinite;
}

.move-3 {
    animation: move3 5s infinite;
}

.contact_section .input-group {
    margin-bottom: 20px;
}

.contact_section .form-control {
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
    height: 45px;
    border-radius: 1.5rem !important;
    padding: 10px 20px;
    position: relative;
    font-size: 15px;
}

.contact_section textarea {
    height: 120px !important;

    resize: none;
}

.contact_section .custom-file-label {
    box-shadow: 0 0 10px 4px rgb(31 66 135 / 10%);
    height: 45px;
    border-radius: 30px !important;
    padding: 10px 20px;
    font-size: 15px;
    border-color: transparent;
}

.contact_section .custom-file-label::after {
    opacity: 0;
}

.checked {
    color: #f55f8d;
}

.control-label {
    margin: 0 2%;
    width: 96%;
}

.rating {
    border: none;
    float: left;
}

.myratings {
    font-size: 85px;
    color: #f55f8d
}

input[type="radio"] {
    width: unset;
}

.rating>[id^="star"] {
    display: none
}

.rating>label:before {
    margin: 5px;
    font-size: 2.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005"
}

.rating>.half:before {
    content: "\f089";
    position: absolute
}

.rating>label {
    color: #ddd;
    float: right
}

.rating>[id^="star"]:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #FFD700
}

.rating>[id^="star"]:checked+label:hover,
.rating>[id^="star"]:checked~label:hover,
.rating>label:hover~[id^="star"]:checked~label,
.rating>[id^="star"]:checked~label:hover~label {
    color: #FFED85
}

.clone_review {
    padding: 80px 0;
}

.clone_review .blog_inside {
    margin: 0;
    margin-bottom: 20px
}

.review_section {
    position: sticky;
    top: 100px;
}

.clone_review .main-heading {
    font-size: 30px;
}

.clone_section {
    background: #fff;
    padding: 50px 30px;
    border-radius: 20px;
}

.clone_section ul {
    list-style: none;
}

.posdown span,
.posup span {
    display: none;
}

.posup,
.posdown {
    padding: 10px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    position: fixed;
    left: 20px;
    text-align: center;
}

.posup {
    bottom: 100px;
}

.posdown {
    bottom: 30px;
}

.main_p {
    color: #f7618e;
    background: rgba(245, 95, 141, .1);
    padding: 10px 30px;
    padding-bottom: 10px !important;
}

button.accordion-button {
    margin-top: 40px;
    width: 100%;
    text-align: left;
    background: rgba(245, 95, 141, .1);
    border: 0px;
    font-size: 20px;
    padding: 10px;
    color: #f66b85;
}

.clone_details {
    padding: 50px 0;
}

.clone_review span.right_icon {
    font-size: 55px;
}

.top_pad {
    padding-top: 40px;
    padding-bottom: 70px;
}

.pad_sections {
    padding: 50px 0;
}

.new_section2,
.section_new {
    padding: 40px 0;
}

.small_imgs {
    margin-left: 25%;
    width: 50%;
}

.paddingsss {
    padding: 50px;
}

.paddingsss h4 {
    font-size: 20px;
    padding-top: 10px;
    height: 32px;
    overflow: hidden;
}

.paddingsss .single_main_section {
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f7618e;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f7618e;
    cursor: pointer;
}

.fiters h4.top_main_heading {
    font-size: 16px;
    display: block;
}

.search_box {
    position: relative;
}

.search_box button {
    position: absolute;
    right: 0;
    top: 1px;
    bottom: 1px;
    border: none;
    background: #fff;
}

.rates {
    display: inline-block;
    width: 48%;
}

.ratessmall {
    width: 32%;
    display: inline-block;
}

.fiters {
    position: sticky;
    top: 100px;
}

.tabulation_section {
    padding: 20px 0;
    margin-bottom: 50px;
}

.tabulation_section .tab-content {
    padding: 20px;
    /* background: #e9e9e9; */
}

.more_section .main-heading {
    margin: 0;
    font-size: 25px;
}

.more_section .main-heading+p {
    margin: 0;
    padding: 10px;
}

.more_section .why_img {
    padding-top: 60px;
}

.txts {
    padding: 40px 0 70px;
}

.indus_section {
    padding: 40px 0;
}

.st h4 {
    padding-top: 20px;
}

.tabulation_section .nav {
    margin-bottom: 10px;
}

.tabulation_section .nav li,
.team-section .nav li {
    margin-right: 20px;
}

.tabulation_section .nav li a,
.team-section .nav li a {
    color: #f56f81;
    display: inline-block;
    padding: 10px 20px;
    background: rgba(245 111 129 / 0.1);
}

.tabulation_section .nav li .active,
.team-section .nav li .active {
    background: #f56f81;
    color: #fff;
}

.highlight li:before {
    content: '✓';
    color: #f56f81;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 700;
}

.highlight {
    list-style: none;
    ;
}

.review1 {
    margin: 20px;
    padding: 10px;
}

.review1 span.right_icon {
    font-size: 50px;
}

.review1 h4.t_post {
    margin-bottom: 20px;
}

.ac_new h5:before {
    content: '✓';
    color: #f56f81;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 700;
}

.service_top {
    padding: 40px 0;
}

.ex_sec {
    padding: 40px 0;
}

.service_top ul,
.service_top li {
    list-style: none;
}

.service_top li:before {
    content: '✓';
    color: #f56f81;
    padding-right: 15px;
    font-size: 20px;
    font-weight: 700;
}

.ac_new .rotate-icon {
    position: absolute;
    padding: 14px;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    box-shadow: 2px 1px 5px 1px #ddd;
}

.ac_new h5 {
    color: #f56f81;
    font-weight: 700;
    font-size: 15px;
}

.ac_new .card-body {
    font-size: 14px;
    color: #777;
    padding: 0;
    padding-top: 10px;
}

.clone_details img.clone_img {
    height: 500px;
    object-fit: contain;
    margin-top: 30px;
}

.ac_new .card-header {
    background: #fff;
    border-radius: 20px;
    border: none;
    padding: 0;
}

.ac_new .card-header a {
    text-decoration: none;
}

.ac_new .card {
    margin-bottom: 10px;
    border: none;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px 1px #ddd;
    padding: 12px 15px;
}

.ac_new .md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

form.reply_form {
    width: 80%;
    margin-left: 10%;
    display: none;
}

.reply_form .seach_bar {
    border: none;
    border-bottom: 2px solid #f5628b;
    border-radius: 0;
}

.reply_form .symt {
    background: #f5628b;
    color: #fff;
    right: -13px;
}

.single_project .owl-dots {
    display: none;
    ;
}

.single_project img {
    height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
    transition: 0.3s all;
    transform: scale(1);
}

.single_project:hover img {
    transform: scale(1.1);
    filter: brightness(0.8)
}

.mobile_app_page .single_project img {
    height: 200px;
    object-fit: contain;
}

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

ul.mob_li li {
    display: inline-block;
    padding: 10px;
    background: rgb(248 163 94 / 0.2);
    border-radius: 10px;
    color: rgb(248 163 94);
    margin-right: 10px;
}

.single_project h4 {
    color: #f66b85;
    font-size: 20px;
    background: rgb(246 107 133 / 0.11);
    padding: 10px;
}

.single_project {
    box-shadow: 0 0 10px 1px #ccc;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.single_project:hover {
    box-shadow: 0 0 10px 1px #aaa;
}

.mob_li li:hover {
    color: #fff;
    background: #f56688;
}

p.reply {
    margin: 0 auto;
    display: inline-block;
    background: #f5628b;
    color: #fff;
    padding: 6px;
}

.portfolio .single-team img {
    transform: scale(1);
    transition: 0.3s ease-in;
}

.more_app_section .single-team img {
    height: 260px;
    object-fit: cover;
    margin-bottom: 20px;
}

.portfolio .single-team:hover img {
    transform: scale(1.2);
}

.project_heading {
    color: #f2355f !important;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    margin-top: 10px;
    transition: 0.3s ease all;
}
.project_heading a {
  color: #f2355f !important;
}

.project_heading a.btn {
  color: white !important;
}

a.more_icon {
    padding: 6px;
    background-color: rgba(245, 95, 141, .1);
    border-radius: 5px;
    font-size: 25px;
    color: #f86c96;
    font-weight: 900;
}

.portfolio .single-team:hover .project_heading {
    border-bottom: 2px solid #f2355f;
}

.more_app_section .single-team h4 {
    text-align: center;
    width: 100%;
}

.bl img {
    width: 25%;
    margin-bottom: 20px;
}

.contact_heading {
    color: #f13259;
    font-size: 30px;
}

.sr_heading {
    background-image: -webkit-linear-gradient(left, #D64793 0%, #F6B02D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.big_btn {
    width: 100%;
}

.input-group select {
    width: 96%;
    margin: 0 2%;
    height: 45px;
}

.plans .pricingtable:hover {
    transform: scale(1.03);
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 15%);
}

li.pay_btn {
    width: 80px;
    border-radius: 10px;
}

.portfolio .single-team {
    box-shadow: none;
    overflow: hidden;
    border-radius: 0;
}

.singlets {
    margin-bottom: 20px;
}

.singlets .top_main_heading {
    display: block;
    border-radius: 0;
    font-size: 14px;
}

.top_img_sect {
    padding: 30px 0;
}

.top_img {
    margin: 0 auto;
    width: 60%;
}

div#offermodal .modal-dialog {
    max-width: 600px;
    margin-top: 0;
}

div#offermodal .modal-content {
    background: transparent;
    border: none;
}

div#offermodal .close {
    color: #000;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    padding: 10px 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 12px;
    z-index: 9;
    font-size: 40px;
    box-shadow: 0 0 10px 2px #888;
    width: 100px;
    height: 100px;
}

div#offermodal .modal-header {
    border-bottom: none;
}

/* background:url('../images/chrismas.jpg'); */
/* background:url('../images/merry_christmas.gif'); */
div#offermodal .modal-body {
    background: url('../images/newyear2.gif');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 20px;
    border-radius: 50px;
}

.modal_main {
    padding: 80px 20px 40px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}

h2.modal_hg {
    font-size: 22px;
    margin-top: -30px;
    font-weight: 900;
}

p#democl {
    font-size: 45px;
}

.sale_msg {
    margin: 0;
    margin-top: 150px;
}

div#offermodal .gradient_button {
    color: #000;
    background: #fff;
}

.modal_hg {
    position: relative;
}

.modal_hg img {
    width: 80px;
    position: absolute;
    top: -30px;
    left: 70%;
    transform: translateY(-50%);
    animation: cap 3s linear infinite;
    transform: rotate(0deg);
}

.modal_hg img.left {
    left: 15%;
}

@keyframes cap {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}

/* .cu_table{
    text-align:center;
}
.cu_table thead {
     background:linear-gradient(90deg,#f55f8d 0,#f8ae56 51%,#f55f8d);
     font-size:20px;
     color:#fff;;
     background-size:200%
}
.cu_table .fa-check{
    color:#f66a86;
    font-size:22px;
}
.cu_table .fa-times{
    color:#f8a85a;
    font-size:22px
}
.cu_table tbody td:first-child {
    color:#f5608c;
    font-size:16px;
    font-weight:700;
    }
    .km{
        text-align: center;
    }
    .cu_table thead th{
        transform:scale(1);
        transition:0.3s ease all;
    }
    .cu_table thead th:nth-child(3){
        transform:scale(1.1);
    }
    .cu_table thead th:hover{
        transform:scale(1.2);
    }
.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
    background:rgba(245 111 129 / 0.2);
 } */
.cu_modal .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    width: 30px;
    height: 48px;
}

.cu_modal .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23009be1' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    width: 30px;
    height: 48px;
}

.cu_modal .modal-dialog {
    max-width: 90vw;
}

.cu_modal img.img-size {
    width: 100%;
    height: 600px;
}

.top_mail {
    text-align: right;
    padding: 10px;
    list-style: none;
}

.smt_big {
    display: inline-block;
    margin-left: 10px;
}

.top_mail i {
    background: linear-gradient(90deg, #f55f8d 0, #f8ae56 51%, #f55f8d);
    padding: 10px;
    background-size: 200%;
    border-radius: 20%;
    color: #fff;
}

.smt {
    color: #000;
}

.tcenter {
    text-align: center;
}

.promise_section {
    padding-top: 60px;
}

.single_cards {
    padding: 15px 12px;
    text-align: justify;
    transition: 0.5s ease all;
}

.single_cards .cudesign {
    color: #e93f61;
    font-size: 40px;
    margin-bottom: 20px
}

.singlesss_heading {
    font-size: 18px;
    font-weight: 700;
}

.single_cards p {
    color: #777;
}

.single_cards:hover {
    color: #e93f61;
}

.single_cards:hover p {
    color: #000;
}

.single_cards:hover .cudesign {
    color: #2c8fce;
}

.single_cards:hover {
    box-shadow: 0 0 10px 2px #ddd;
    border-radius: 20px;
}

.valueimg {
    padding: 40px;
}

.clients_sections {
    padding: 50px 0 80px;
}

.img_f_box {
    background: #d7d7d7;
    padding: 40px 0;
    border-radius: 50%;
    margin-left: 10%;
    width: 80%;
    height: 80%;
    margin-top: 10%;
    margin-bottom: 10%;
    position: relative;
    text-align: center;
}

.img_f_box img {
    padding: 20px;
}

.img_f_box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    right: 0;
    transform: translateX(100%);
    background: linear-gradient(90deg, #f55f8d 0, #f8ae56 51%, #f55f8d);
    background-size: 200%;
    transition: 0.5s linear all;
    opacity: 0;
    border-radius: 50%;
    z-index: -1;
}

.img_f_box:hover::before {
    transform: translateX(0) scale(1.1);
    opacity: 1;
    top: 0;
}

.owlb .center .img_f_box::before,
.owlteams .center .img_f_box::before {
    transform: translateX(0) scale(1.1);
    opacity: 1;
    top: 0;
}

.owlb .owl-dots,
.owlteams .owl-dots {
    display: none;
}

.owlb .owl-nav,
.owlteams .owl-nav {
    display: block !important;
}

.owlb .owl-nav button span,
.owlteams .owl-nav button span {
    font-size: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    line-height: 40px;
    box-shadow: 0 0 10px 2px #ccc;
    position: absolute;
    top: 30%;
    color: #f55f8d !important;
    transform: translateX(-50%);
}

.names {
    color: #e83b5d;
    font-size: 20px;
    text-align: center;
}

.locations {
    text-align: center;
}

.owlb .owl-nav .owl-prev span,
.owlteams .owl-nav .owl-prev span {
    left: -20px;
}

.owlb .owl-nav .owl-next span,
.owlteams .owl-nav .owl-next span {
    right: -60px;
}

.ab_sect {
    padding: 30px;
    padding-right: 80px;
}

p.sP {
    font-size: 18px;
    margin-top: 30px;
}

img.ab_top_is {
    width: 70%;
    margin-left: 15%;
}

.dark_section {
    background: #ed375c;
    padding: 20px;
    color: #fff;
}

.top_img_section {
    position: relative;
    width: 400px;
    height: 300px;
}

img.board {
    z-index: 1;
    position: absolute;
    left: 20px;
    width: 400px;
    transition: 0.3s ease-in-out all;
}

.top_img_section:hover .board {
    left: 10px;
}

img.man1 {
    z-index: 2;
    position: absolute;
    top: 120px;
    z-index: 2;
    width: 90px;
    left: 10px;
    transition: 0.3s ease all;
}

.top_img_section:hover img.man1 {
    left: 5px;
}

img.man3 {
    z-index: 3;
    width: 120px;
    position: absolute;
    top: 120px;
    left: 90px;
}

img.man4 {
    z-index: 3;
    width: 80px;
    position: absolute;
    top: 80px;
    right: 50px;
}

img.man2 {
    position: absolute;
    bottom: 0;
    left: 190px;
    z-index: 5;
    width: 100px;
}

.service_imgsfw {
    margin-top: 40%;
}

.servicce_bigs_section .row {
    margin-bottom: 30px;
}

.servicce_bigs_section .row p {
    padding-bottom: 0;
}

img.sm_img {
    width: 80%;
    margin-left: 10%;
}

.team_pagessss .img_f_box {
    padding: 0;
    height: 180px;
}

.blog_container {
    padding-top: 50px;
    padding-bottom: 50px;
}

h1.blog_title {
    font-size: 36px;
    color: #f783a2;
}

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

ul.blog_additional li {
    display: inline-block;
    background: #e7e7e7;
    border-radius: 8px;
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 15px;
}

.blog_text {
    padding: 20px 0;
}

.single_recent_section {
    display: flex;
}

.r_img {
    width: 33%;
}

.r_detail {
    width: 66%;
    padding-left: 10px;
}

h5.r_heading {
    font-size: 16px;
}

ul.r_blog_additional {
    padding: 0;
    list-style: none;
    color: #f783a2;
}

ul.r_blog_additional li {
    display: inline-block;
    font-size: 14px;
    padding-right: 10px;
}

h3.blog_sub_heading {
    border-bottom: 4px solid #f781a2;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 21px;
}

.recent_section {
    position: sticky;
    top: 120px;
}

.blog_imgs {
    border-radius: 20px;
    overflow: hidden;
}

.top_blog {
    padding: 50px 0;
}

.filt {
    padding-top: 40px;
}

.single_blog img {
    height: 300px;
    object-fit: cover;
}

span.certi {
    margin-left: 30px;
    background: #f57081;
    padding: 10px;
}

.mob_li {
    display: inline-block;
    width: 70%
}

.paddingsss .api_row h4 {
    font-size: 18px;
}

.paddingsss .api_row .gradient_button {
    font-size: 12px;
    padding: 8px 8px;
    width: 50%;
    float: right;
}

.rpa_section .service-box {
    background: none;
}

.rpa_section .single-service:hover,
.rpa_section .active1 {
    background: linear-gradient(90deg, #f5628b8a 0, #f8ae56 51%, #f55f8d);
}

.cu_col {
    width: 20%;
    text-align: center;
}

.center_section {
    margin: 0 auto;
    width: 80%;
    text-align: center;
}

.rpa_section {
    padding: 0 0;
}

.hire_sec {
    padding: 50px 0;
    margin: 0 auto;
}

.ex_section {
    padding: 0;
    text-align: center;
}

.ex_section img {
    max-width: 200px;
}

.cu_col img,
.cu_col svg {
    width: 70px;
    height: 70px;
    object-fit: scale-down;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 10px 2px #5bccd775;
    transition: 0.3s ease all;
}

.cu_col:hover img,
.cu_col:hover svg {
    box-shadow: 0 0 10px 2px #0bb4c4;
}

@keyframes move1 {
    0% {
        transform: rotate(-1deg) translate(-2px, -2px);
    }

    50% {
        transform: rotate(1deg) translate(2px, 2px);
    }

    to {
        transform: rotate(-1deg) translate(-2px, -2px)
    }
}

@keyframes move2 {
    0% {
        transform: rotate(1deg) translate(2px, 2px);
    }

    50% {
        transform: rotate(-1deg) translate(-2px, -2px);
    }

    to {
        transform: rotate(1deg) translate(2px, 2px);
    }
}

@keyframes move3 {
    0% {
        transform: translate(0)
    }

    20% {
        transform: translate(5px)
    }

    40% {
        transform: translate(5px, 5px)
    }

    65% {
        transform: translateY(5px)
    }

    65% {
        transform: translate(5px)
    }

    to {
        transform: translate(0)
    }
}

.project_section {
    position: sticky;
    top: 150px;
}

.project_names {
    padding-top: 20px;
}

.project_heading {
    margin: 0;
    background: #feeff3;
    display: inline-block;
    margin-bottom: 10px;
    width: auto;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 15px;
}

.single_projectsss h4 {
    margin-top: 20px;
    color: #ed335a;
    font-weight: 700;
}

.top_heading {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
}

.sec_heading {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.how_we_work {
    padding: 40px 0;
}

.how_we_work .sec_heading {
    padding-bottom: 30px;
}

.how_we_work .s_heading {
    font-size: 32px;
    font-weight: 700;
    padding-top: 20px;
}

.how_we_work .col-sm-4 {
    padding: 0 30px;
}

.how_we_work .col-sm-8 {
    padding: 0 40px;
    padding-top: 20px;
}

.blues_section {
    background: #007bff;
    padding: 80px 50px;
    border-radius: 20px;
    color: #fff;
    margin: 50px 0
}
.blues_section1 {
    background: #cc3ba6;
    padding: 80px 50px;
    border-radius: 20px;
    color: #fff;
    margin: 50px 0;
}

.blues_section h4 {
    font-size: 40px;
    font-weight: 700;
}

.expert_section {
    padding: 30px 0;
}

.expert_card {
    padding: 20px;
    box-shadow: 0 0 9px 1px rgb(65 65 65 / 20%);
    margin-bottom: 35px;
}

.expert_card img {
    width: 100px;
    margin-bottom: 20px;
}

.expert_card h4 {
    font-weight: 700;
}

.flat_ul {
    padding: 0;
    list-style: none;
    text-align: center;
}

.flat_ul li {
    display: inline-block;
    padding-right: 10px;
    padding-top: 9px;
}

.flat_ul a {
    color: #fff;
    font-size: 14px;
}

.copyright p {
    font-size: 14px;
    padding-top: 10px;
}

ul.logo_ul li {
    display: inline-block;
    width: 30%;
    text-align: center;
}

ul.logo_ul img {
    width: 80%;
}

.contact_section .panel-title a {
    color: #f56f81;
    font-weight: 700;
    font-size: 15px;
}

.contact_section .panel {
    margin-bottom: 10px;
    border: none;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px 1px #ddd;
    padding: 12px 15px;
}

.culi {
    list-style: none;
    padding: 10px;
    box-shadow: 0 0 10px 0 #aaa;
    margin-bottom: 15px;
    margin-right: 15px;
    border-radius: 15px;
    color: #e8395c;
    font-weight: 700;
    display: inline-block;
}

.contact_section .panel-title a i {
    right: 30px;
    position: absolute;
    top: 5px
}

.contact_section .panel-title {
    position: relative;
}

@media(max-width:991px) {

    .main-heading+p {
        padding-bottom: 10px;
    }

    h5 {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .bg-content-section {
        padding-top: 0;
    }

    .title {
        font-size: 24px;
        margin-bottom: 0;
    }

    .title+p {
        font-size: 14px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .bg-content-section p {
        padding-top: 0;
    }

    .btn1,
    .btn2 {
        padding-right: 10px;
    }

    .btn1 a {
        font-size: 15px;
        padding: 12px 15px;
    }

    .btn2 a {
        font-size: 15px;
        padding: 12px 15px;
    }
}

@media(max-width:575px) {
    .bg {
        height: 650px;
    }

    span.certi {
        margin-top: 10px;
        margin-left: 0;
        display: inline-block;
    }

    .cu_col {
        width: 50%;
    }

    .bg_bottom {
        margin-top: -62px;
    }

    .upper_mail_section a {
        margin-right: 5px;
    }

    .bg-section {
        padding: 20px 0;
    }

    .pattern_2 {
        right: 10px;
        bottom: -30px
    }

    div#offermodal .modal-body {
        background-size: 100% 100%;
    }

    .modal_hg img {
        display: none;
    }

    .sale_msg {
        margin-top: 150px;
    }

    h2.modal_hg {
        margin-top: -100px;
    }

    .modal_main {
        padding: 130px 0 20px;
    }

    .top_img_section {
        width: 320px;
    }

    img.board {
        width: 100%;
    }

    img.man3 {
        left: 70px;
    }

    .service_imgsfw {
        display: none;
    }

    @keyframes aname {
        0% {
            right: 10px;
            bottom: -30px;
        }

        25% {
            right: 5px;
            bottom: -30px;
        }

        50% {
            right: 5px;
            bottom: -25px;
        }

        75% {
            right: 10px;
            bottom: -25px;
        }

        100% {
            right: 10px;
            bottom: -30px;
        }
    }

    .navbar-toggler-icon {
        color: #fff;
        font-size: 30px;
        margin-top: 15px;
    }

    .black .navbar-toggler-icon {
        color: #000
    }

    .top_main_heading {
        margin-top: 20px;
    }

    h2.main-heading {
        font-size: 26px;
    }

    .team-section .nav-pills {
        width: 100%;
    }

    .tabulation_section .nav li,
    .team-section .nav li {
        margin-right: 0;
    }

    .tabulation_section .nav li a,
    .team-section .nav li a {
        padding: 10px 10px;
    }

    .pricingtable {
        min-height: unset;
    }

    .counter-section i {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .blog_inside {
        margin: 10px 0;
    }

    .count-number {
        font-size: 40px;
    }

    .owlt .owl-dots {
        width: 100%;
    }

    .newsetters {
        width: 90%;
        margin: 0 5%;
        padding: 20px;
    }

    .footer_top {
        margin-bottom: -42px;
    }

    .footer {
        padding-top: 50px;
    }

    .counter {
        padding: 20px;
    }

    .team-section {
        padding-bottom: 10px;
    }

    span.right_icon {
        font-size: 50px;
    }

    .sm_mb .col-sm-3 {
        width: 50%;
    }

    .megamenu_row  {
        width: 100%;
        left: unset;
        right: unset;
        padding: 10px 10px;
    }

    .mg_small {
        padding: 10px 10px;
    }

    .navbar-collapse.show {
        height: 600px;
        overflow: auto;
        margin-left: -30px;
        margin-right: -30px;
        padding: 30px;
        z-index: 99;
        background: #fff;
        background-size: 200%;
    }

    .navbar-collapse.show .nav-link {
        color: #000;
    }

    .black {
        background: #fff;
        box-shadow: 0 0 12px 2px #333;
        border-radius: 5px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        animation: jump 1s ease-in-out;
    }

    .paddingsss {
        padding: 20px
    }

    .rev {
        flex-direction: column-reverse;
    }

    .fiters {
        padding-bottom: 20px;
    }

    h2.bread_heading {
        font-size: 35px;
    }

    .clone_details .gradient_button {
        padding: 12px 15px;
    }

    .posup,
    .posdown {
        z-index: 999;
        text-align: center;
    }

    h4.main-heading {
        font-size: 20px;
    }

    .header_top .row {
        border-bottom: none;
    }

    .img_f_box {
        width: 60%;
        margin-left: 20%;
    }

    .team_pagessss .img_f_box {
        padding: 0;
        height: 180px;
    }

    .owlb .owl-nav .owl-prev span,
    .owlteams .owl-nav .owl-prev span {
        left: 20px
    }

    .owlb .owl-nav .owl-next span,
    .owlteams .owl-nav .owl-next span {
        right: -20px;
    }
}

.light_section {
    padding: 60px 10px;
}

.light_section .counter {
    padding: 20px 0;
}

.light_section .count-number {
    font-size: 30px;
    color: #ed375c;
}

.light_section .count-text {
    font-size: 18px;
}

.light_section .counter span {
    font-size: 25px;
    color: #ed375c;
    float: right;
    position: relative;
    top: -45px;
    right: 50px;
    font-weight: 700;
}

.team_pagessss img {
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

img.why_cl {
    width: 80%;
    margin-left: 10%;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}

.whatsapp {
    position: fixed;
    bottom: 10px;
    left: 20px;
    z-index: 100;
    border-radius: 50px;
    cursor: pointer;
    width: 50px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.whatsapp img{
    width: inherit;
    color: lightgreen;
}

/*-----------UI and UX Design Page---------------*/

.inner {
  padding: 30px;
}

.mySlides {
  margin: 10px;
  position: relative;
  border-radius: 8px;
  box-shadow: 5px 5px 12px #2c2c2c;
  margin-bottom: 40px;
  padding-bottom: 30px;
  padding-top: 10px;
   background: linear-gradient(90deg, #f55f8d 0, #f8ae56 51%, #f55f8d);
}

.fade:not(.show) {
  opacity: 5 !important;
}

.mySlides h2 {
  color: white;
  text-align: center;
}

.img1 {
  width: 100%;
  height: 82%;
  border-radius: 8px;
  border: 2px solid white;
  cursor: pointer;
  transition: 0.3s;
}

.img1:hover {
  opacity: 0.7;
}

.img2 {
  width: 50%;
  height: 82%;
  border-radius: 8px;
  border: 2px solid white;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  left: 25%;
}

.img2:hover {
  opacity: 0.7;
}

.searchIcon {
  position: absolute;
  bottom: 43%;
}

.searchIcon i {
  color: white;
  width: 90vh;
  cursor: pointer;
}

.searchIcon i:hover {
  color: white;
  width: 90vh;
  font-size: 30px;
  cursor: pointer;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.modalV {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 25px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.modal-contentV {
  margin: auto;
  display: block;
  width: 22%!important;
  height: 95%;
  max-width: 700px;
  animation-name: zoom;
  animation-duration: 0.6s;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0.1)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
  .modal-contentV {
    width: 100%;
  }
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev {
  background-color: #000;
  padding: 5px 5px 10px 5px;
  text-decoration: none;
  left: 28%;
}

.next {
  background-color: #000;
  padding: 5px 5px 10px 5px;
  text-decoration: none;
  right: 28%;
}

/*------------------------UI and UX design page closed------------------------*/








