/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */


/*=== MEDIA QUERY ===*/


/* @import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap"); */


/* @import url("https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet"); */

@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,900');
html {
    overflow-x: hidden;
}

body {
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    font-family: 'Poppins';
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    /*font-family: "Exo", sans-serif;*/
    font-weight: 700;
    color: #3b3386;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 44px;
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.3rem;
    line-height: 30px;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

p {
    line-height: 30px;
}

.navbar-toggle .icon-bar {
    background: #223a66;
}

input[type=email],
input[type=password],
input[type=text],
input[type=tel] {
    box-shadow: none;
    height: 45px;
    outline: none;
    font-size: 14px;
}

input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=tel]:focus {
    box-shadow: none;
    border: 1px solid #223a66;
}

.form-control {
    box-shadow: none;
    border-radius: 0;
}

.form-row .btn {
    padding: 10px 0px 8px 0;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #223a66;
}

.py-7 {
    padding: 7rem 0px;
}

.btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    padding: 0.75rem 1rem;
    font-family: 'Poppins';
    text-transform: uppercase;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: all 0.35s ease;
}

.btn.btn-icon i {
    border-left: 1px solid rgba(255, 255, 255, 0.09);
    padding-left: 0px;
}

.btn:focus {
    outline: 0px;
    box-shadow: none;
}

.btn-main {
    background: #f6699e;
    color: #fff;
    border-color: #f6699e;
}

.btn-main:hover {
    background: #f6699e;
    border-color: #f6699e;
    color: #fff;
}

.btn-main-2 {
    background: #f6699e;
    color: #fff;
    /* border-color: #ef6699e; */
}

.btn-main-2:hover {
    background: #3b3386;
    color: #fff;
    border-color: #3b3386;
}

.btn-solid-border {
    border: 2px solid #3b3386;
    background: transparent;
    color: #3b3386;
}

.btn-solid-border:hover {
    border: 2px solid #3b3386;
    color: #fff;
    background: #3b3386;
}

.btn-solid-border:hover.btn-icon i {
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.btn-solid-border.btn-icon i {
    border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.btn-transparent {
    background: transparent;
    color: #222;
    border-color: #6F8BA4;
}

.btn-transparent:hover {
    background: #6F8BA4;
    color: #fff;
}

.btn-white {
    background: #fff;
    border-color: #fff;
    color: #222;
}

.btn-white:hover {
    background: #223a66;
    color: #fff;
    border-color: #223a66;
}

.btn-solid-white {
    border-color: #fff;
    color: #fff;
}

.btn-solid-white:hover {
    background: #fff;
    color: #222;
}

.btn-round {
    border-radius: 4px;
}

.btn-round-full {
    border-radius: 10px;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.bg-gray {
    background: #eff0f3;
}

.bg-primary {
    background: #223a66;
}

.bg-primary-dark {
    background: #152440;
}

.bg-primary-darker {
    background: #090f1a;
}

.bg-dark {
    background: #222;
}

.bg-gradient {
    background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
    background-repeat: repeat-x;
}

.section {
    padding: 100px 0;
}

.section-sm {
    padding: 70px 0;
}

.section-bottom {
    padding-bottom: 100px;
}

.subtitle {
    color: #223a66;
    font-size: 14px;
    letter-spacing: 1px;
}

.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    /* background: #223a66; */
}

.overly-2 {
    position: relative;
}

.overly-2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.text-sm {
    font-size: 14px;
}

.text-md {
    font-size: 2.25rem;
}

.text-lg {
    font-size: 3.75rem;
}

.no-spacing {
    letter-spacing: 0px;
}


/* Links */

a {
    color: #222;
    text-decoration: none;
    transition: all 0.35s ease;
}

a:focus,
a:hover {
    color: #e12454;
    text-decoration: none;
}

a:focus {
    outline: none;
}

.content-title {
    font-size: 40px;
    line-height: 50px;
}

.page-title {
    padding: 250px 0px 70px 0px;
    position: relative;
    margin-top: -138px;
}

.page-title .block h1 {
    color: #fff;
}

.page-title .block p {
    color: #fff;
}

.page-title .breadcumb-nav {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus,
.slick-slide a {
    outline: none;
}

@media (max-width: 480px) {
    h2,
    .h2 {
        font-size: 1.3rem;
        line-height: 36px;
    }
}

.title-color {
    color: #223a66;
}

.secondary-bg {
    background: #223a66;
}

.section-title {
    margin-bottom: 70px;
}

.section-title h2 {
    color: #223a66;
}

.text-lg {
    font-size: 50px;
}

.gray-bg {
    background: #fff6f9;
}

@media (max-width: 480px) {
    .text-lg {
        font-size: 28px;
    }
}

@media (max-width: 400px) {
    .text-lg {
        font-size: 28px;
    }
}

#navbarmain .nav-link {
    font-weight: 600;
    padding: 15px 15px;
    color: #fff;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.25s ease;
}

#navbarmain .nav-link:hover,
#navbarmain .active .nav-link {
    color: #f6699e;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-brand {
    margin-top: 10px;
    margin-right: 5rem !important;
}

.header-top-bar {
    background: #3b3386;
    font-size: 14px;
    padding: 10px 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
}

.top-bar-info li a {
    color: #fff;
    font-size: 14px;
    margin-right: 0px;
}

.chat-section ul.top-bar-info1 li a {
    padding-left: 30px;
}

.chat-section ul.top-bar-info2 li a {
    padding-right: 0px;
}

.top-right-bar a span {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    vertical-align: middle;
}

.top-right-bar a i {
    color: #fff;
    margin-right: 10px;
}

@media (max-width: 992px) {
    .navigation {
        text-align: center;
    }
}

.navigation .dropdown-menu {
    padding: 0px;
    border: 0px;
    border-top: 5px solid #e12454;
    background: #fff;
    border-radius: 0px;
}

@media (max-width: 992px) {
    .navigation .dropdown-menu {
        text-align: center;
        float: left !important;
        width: 100%;
        margin: 0;
    }
}

.navigation .dropdown-toggle::after {
    display: none;
}

.navigation .dropleft .dropdown-menu,
.navigation .dropright .dropdown-menu {
    margin: 0;
}

.navigation .dropleft .dropdown-toggle::before,
.navigation .dropright .dropdown-toggle::after {
    font-weight: bold;
    font-size: 14px;
    border: 0;
    display: inline-block;
    font-family: IcoFont !important;
    vertical-align: 1px;
}

.navigation .dropleft .dropdown-toggle::before {
    content: "\eac9";
    margin-right: 5px;
}

.navigation .dropright .dropdown-toggle::after {
    content: "\eaca";
    margin-left: 5px;
}

.navigation .dropdown-item {
    padding: 13px 20px;
    background: transparent;
    font-weight: 400;
    color: #555;
    border-bottom: 1px solid #eee;
}

.navigation li:last-child .dropdown-item {
    border-bottom: 0;
}

.navigation .dropdown-submenu.active>.dropdown-toggle,
.navigation .dropdown-submenu:hover>.dropdown-item,
.navigation .dropdown-item.active,
.navigation .dropdown-item:hover {
    background: rgba(225, 36, 84, 0.05);
    color: #e12454;
}

.navigation button:focus {
    outline: 0;
}

@media (min-width: 992px) {
    .navigation .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
        display: block;
        visibility: hidden;
        opacity: 0;
        min-width: 200px;
        transform: translateY(10px);
    }
    .navigation .dropleft .dropdown-menu,
    .navigation .dropright .dropdown-menu {
        margin-top: -5px;
    }
    .navigation .dropdown:hover>.dropdown-menu {
        visibility: visible;
        transition: all 0.3s ease 0s;
        opacity: 1;
        transform: translateY(0);
    }
}

.bg-1 {
    background: url("images/bg/22.jpg") no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}

.banner {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("images/bg/slider-bg-1.jpg") no-repeat;
    background-size: cover;
    /* min-height: 550px; */
    z-index: 0;
    /* background-position: center!important; */
}

.about_us_section {
    /* position: relative; */
    /* overflow: hidden; */
    background: #fff;
    background: url("images/bg/about_us_banner.png") no-repeat;
    background-size: cover;
    min-height: 600px;
    margin-top: -239px;
}

.webdevelopment {
    background: url("images/about/devbg.jpg") no-repeat!important;
    background: #fff;
    min-height: 600px;
    background-position: center!important;
    background-size: cover;
}

.digitalmarketing {
    background: url("images/about/digibg.jpg") no-repeat!important;
    background: #fff;
    min-height: 600px;
    background-position: center!important;
    background-size: cover;
}

.videoanimation {
    background: url("images/about/vanimationbg.jpg") no-repeat!important;
    background: #fff;
    min-height: 600px;
    background-position: center!important;
    background-size: cover;
}

.contentwriting {
    background: url("images/about/cwritingbg.jpg") no-repeat!important;
    background: #fff;
    min-height: 600px;
    background-position: center!important;
    background-size: cover;
}

.cwriting_inner_section {
    padding-top: 60px;
    padding-bottom: 500px;
}

.easteoffer {
    background: url("images/about/eofferbg.jpg") no-repeat!important;
    background: #fff;
    min-height: 800px;
    background-position: center!important;
    background-size: cover;
    margin-top: -97px;
}

.formsection {
    background: url("images/about/formbg.jpg") no-repeat!important;
    background: #fff;
    min-height: 1100px;
    background-position: center!important;
    background-size: cover;
    margin-bottom: -250px;
}

.form_divider {
    background-color: #3b3386;
    color: #fff;
    width: 500px;
    border-radius: 15px;
}

.form_section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form_divider h3 {
    color: #fff;
    text-align: center;
}

.about_us_inner_section {
    padding-top: 220px;
}

.web_dev_inner_section {
    padding-top: 121px;
}

.about_us_section h4.title-color {
    font-size: 25px;
}

.banner .block {
    padding: 80px 0px 160px;
}

.banner .block h1 {
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -1.2px;
    text-transform: capitalize;
    color: #ffffff;
}

.letter-spacing {
    letter-spacing: 2px;
}

.text-color {
    color: #223a66;
}

.text-color-2 {
    color: #e12454;
}

.divider {
    width: 40px;
    height: 5px;
    background: #e12454;
}

@media (max-width: 480px) {
    .banner .block h1 {
        font-size: 38px;
        line-height: 50px;
    }
    .banner {
        min-height: 450px;
        /* background: #fff !important; */
    }
}

@media (max-width: 400px) {
    .banner .block h1 {
        font-size: 28px;
        line-height: 40px;
    }
    .banner {
        min-height: 450px;
        /* background: #fff !important; */
    }
}

@media (max-width: 768px) {
    .banner .block h1 {
        font-size: 56px;
        line-height: 70px;
    }
}

@media (max-width: 992px) {}

.award-img {
    height: 120px;
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #eff0f3;
}

.appoinment-content {
    position: relative;
}

.appoinment-content img {
    width: 85%;
}

.appoinment-content .emergency {
    position: absolute;
    content: "";
    right: 10px;
    bottom: 20px;
    background: #223a66;
    padding: 48px;
}

.appoinment-content .emergency h2 {
    color: #fff;
}

.appoinment-content .emergency i {
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.7);
}

.appoinment-form {
    margin-top: 40px;
}

.appoinment-form .form-control {
    background: #f4f9fc;
    height: 55px;
    border-color: rgba(0, 0, 0, 0.05);
}

.appoinment-form textarea.form-control {
    height: auto;
}

.client-thumb {
    text-align: center;
}

.features {
    margin-top: -70px;
}

.feature-item {
    flex-basis: 33.33%;
    margin: 0px 10px;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}

.feature-item .feature-icon i {
    font-size: 50px;
    color: #223a66;
}

.feature-item h4 {
    color: #223a66;
}

.feature-item p {
    font-size: 14px;
}

.feature-section.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.w-hours li {
    padding: 6px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.counter-stat {
    text-align: center;
    padding: 20px 0px 20px 0px;
    position: relative;
}

.counter-stat i {
    display: block;
    color: rgba(255, 255, 255, 0.06);
    font-size: 70px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    transform: translateY(25px);
}

.counter-stat span {
    font-size: 35px;
    color: #1a1546;
}

.counter-stat p {
    margin-bottom: 0px;
    color: rgb(26 21 70);
}

.mb--80 {
    margin-bottom: -80px;
}

.service {
    padding-top: 0px;
}

.service .service-item {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}

.service .icon {
    float: left;
    margin-bottom: 10px;
}

.service i {
    color: #e12454;
}

.service h4 {
    padding-left: 0px;
}

.service .content {
    clear: both;
}

.service-block {
    padding: 20px;
    margin-top: 40px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 38px rgba(21, 40, 82, 0.07);
}

.service-block img {
    width: 100%;
    margin-top: -60px;
    border: 5px solid #fff;
}

.department-service {
    margin-bottom: 40px;
}

.department-service li {
    margin-bottom: 10px;
}

.department-service li i {
    color: #e12454;
}

.doctors .btn-group .btn {
    border-radius: 0px;
    margin: 0px 2px;
    text-transform: capitalize;
    font-size: 16px;
    padding: 0.6rem 1.5rem;
    cursor: pointer;
}

.doctors .btn-group .btn.active {
    box-shadow: none !important;
    border-color: transparent;
    background: #e12454;
    color: #fff;
}

.doctors .btn-group .btn.focus {
    box-shadow: none !important;
    border-color: transparent;
}

.doctors .btn-group .btn:focus {
    box-shadow: none !important;
    border-color: transparent;
    background: #e12454;
    color: #fff;
}

.doctors .btn-group .btn:hover {
    box-shadow: none !important;
    border-color: transparent;
    background: #e12454;
    color: #fff;
}

.doctors .btn-group>.btn-group:not(:last-child)>.btn,
.doctors .btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.doctors .btn-group>.btn:not(:first-child) {
    border-radius: 3px;
}

.doctor-inner-box {
    overflow: hidden;
}

.doctor-inner-box .doctor-profile {
    overflow: hidden;
    position: relative;
    box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
}

.doctor-inner-box .doctor-profile .doctor-img {
    transition: all 0.35s ease;
}

.doctor-inner-box .doctor-profile .doctor-img:hover {
    transform: scale(1.1);
}

.lh-35 {
    line-height: 35px;
}

.doctor-info li {
    margin-bottom: 10px;
    color: #222;
}

.doctor-info li i {
    margin-right: 20px;
    color: #e12454;
}

.read-more {
    color: #223a66;
}

@media (max-width: 480px) {
    .doctors .btn-group {
        display: block;
    }
    .doctors .btn-group .btn {
        margin: 8px 3px;
    }
}

@media (max-width: 400px) {
    .doctors .btn-group {
        display: block;
    }
    .doctors .btn-group .btn {
        margin: 8px 3px;
    }
}

@media (max-width: 768px) {
    .doctors .btn-group {
        display: block;
    }
    .doctors .btn-group .btn {
        margin: 8px 3px;
    }
}

.cta {
    background: url("images/bg/bg-4.jpg") no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}

.cta:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(34, 58, 102, 0.95);
}

.mb-30 {
    margin-bottom: 30px;
}

.text-color-primary {
    color: #223a66;
}

.cta-section {
    margin-bottom: -80px;
}

.cta-2 {
    background: url("images/bg/cta-bg.png") no-repeat;
    background-position: center center;
}

.cta-page {
    background: url("images/bg/banner.jpg") no-repeat;
    background-size: cover;
    position: relative;
}

.testimonial {
    position: relative;
}

.testimonial:before {
    width: 48%;
    height: 100%;
    top: 0;
    left: 0px;
    position: absolute;
    content: "";
    background: url("images/bg/bg-2.jpg") no-repeat 50% 50%;
}

.testimonial .slick-dots {
    text-align: left;
}

.testimonial-block {
    position: relative;
    margin-bottom: 20px;
}

.testimonial-block p {
    background: #fff;
    font-size: 18px;
}

.testimonial-block .client-info {
    margin-bottom: 20px;
}

.testimonial-block .client-info h4 {
    margin-bottom: 0px;
}

.testimonial-block i {
    font-size: 60px;
    position: absolute;
    right: 46px;
    bottom: 89px;
    opacity: 0.08;
}

.testimonial-block .slick-dots {
    text-align: left;
}

.testimonial-wrap-2 .slick-dots {
    margin-left: -10px;
}

.testimonial-block.style-2 {
    background: #fff;
    padding: 30px;
    margin: 0px 4px;
    margin-bottom: 30px;
}

.testimonial-block.style-2 .testimonial-thumb {
    float: left;
}

.testimonial-block.style-2 .testimonial-thumb img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 20px;
    margin-bottom: 30px;
    border: 5px solid #eff0f3;
    margin-top: -5px;
}

.testimonial-block.style-2 .client-info p {
    clear: both;
    background: transparent;
}

.testimonial-block.style-2 i {
    bottom: -20px;
    color: #e12454;
    opacity: 0.3;
}

@media (max-width: 480px) {
    .testimonial-wrap {
        margin-left: 0px;
    }
    .testimonial::before {
        display: none;
    }
}

@media (max-width: 400px) {
    .testimonial-wrap {
        margin-left: 0px;
    }
    .testimonial::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .testimonial-wrap {
        margin-left: 0px;
    }
    .testimonial::before {
        display: none;
    }
}

@media (max-width: 992px) {
    .testimonial-wrap {
        margin-left: 0px;
    }
    .testimonial::before {
        display: none;
    }
}

.contact-form-wrap .form-group {
    margin-bottom: 20px;
}

.contact-form-wrap .form-group .form-control {
    height: 60px;
    border: 1px solid #EEF2F6;
    box-shadow: none;
    width: 100%;
    background: #f4f9fc;
}

.contact-form-wrap .form-group-2 {
    margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
    height: auto;
    border: 1px solid #EEF2F6;
    box-shadow: none;
    background: #f4f9fc;
    width: 100%;
}

.social-icons li {
    margin: 0 6px;
}

.social-icons a {
    margin-right: 10px;
    font-size: 18px;
}

.google-map {
    position: relative;
}

.google-map #map {
    width: 100%;
    height: 500px;
}

.mt-90 {
    margin-top: 90px;
}

.contact-block {
    text-align: center;
    border: 5px solid #EEF2F6;
    padding: 50px 25px;
}

.contact-block i {
    font-size: 50px;
    margin-bottom: 15px;
    display: inline-block;
    color: #e12454;
}

.blog-item-content h2 {
    font-weight: 600;
    font-size: 38px;
}


/*=================================================================
  Single Blog Page
==================================================================*/

.nav-links .page-numbers {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #eee;
    text-align: center;
    padding-top: 13px;
    font-weight: 600;
    margin-right: 10px;
}

.nav-links .page-numbers:hover {
    background: #223a66;
    color: #fff;
}

.nav-links .page-numbers.current {
    background: #223a66;
    color: #fff;
}

.comment-area .comment-thumb {
    margin-right: 20px;
    margin-bottom: 30px;
}

.comment-area h5 {
    font-size: 18px;
    font-weight: 500;
}

.comment-area span {
    font-size: 14px;
}

.posts-nav h6 {
    font-weight: 500;
}

.quote {
    font-size: 22px;
    color: #223a66;
    padding: 40px;
    font-style: italic;
    border-left: 5px solid #e12454;
    margin: 25px 0px;
}

.tag-option a {
    border: 1px solid #eff0f3;
    padding: 6px 12px;
    color: #6F8BA4;
    font-size: 14px;
}

.comment-form .form-control {
    background: #f7f8fb;
    border-radius: 5px;
    border-color: #f7f8fb;
    height: 50px;
}

.comment-form textarea.form-control {
    height: auto;
}

.post.post-single {
    border: none;
}

.post.post-single .post-thumb {
    margin-top: 30px;
}

.post-sub-heading {
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
}

.post-social-share {
    margin-bottom: 50px;
}

.post-comments {
    margin: 30px 0;
}

.post-comments .media {
    margin-top: 20px;
}

.post-comments .media>.pull-left {
    padding-right: 20px;
}

.post-comments .comment-author {
    margin-top: 0;
    margin-bottom: 0px;
    font-weight: 500;
}

.post-comments .comment-author a {
    color: #223a66;
    font-size: 14px;
    text-transform: uppercase;
}

.post-comments time {
    margin: 0 0 5px;
    display: inline-block;
    color: #808080;
    font-size: 12px;
}

.post-comments .comment-button {
    color: #223a66;
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
}

.post-comments .comment-button i {
    margin-right: 5px;
    display: inline-block;
}

.post-comments .comment-button:hover {
    color: #223a66;
}

.post-excerpt {
    margin-bottom: 60px;
}

.post-excerpt h3 a {
    color: #000;
}

.post-excerpt p {
    margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
    margin: 20px 0;
}

.post-excerpt blockquote.quote-post p {
    line-height: 30px;
    font-size: 20px;
    color: #223a66;
}

.comments-section {
    margin-top: 35px;
}

.author-about {
    margin-top: 40px;
}

.post-author {
    margin-right: 20px;
}

.post-author>img {
    border: 1px solid #dedede;
    max-width: 120px;
    padding: 5px;
    width: 100%;
}

.comment-list ul {
    margin-top: 20px;
}

.comment-list ul li {
    margin-bottom: 20px;
}

.comment-wrap {
    border: 1px solid #dedede;
    border-radius: 1px;
    margin-left: 20px;
    padding: 10px;
    position: relative;
}

.comment-wrap .author-avatar {
    margin-right: 10px;
}

.comment-wrap .media .media-heading {
    font-size: 14px;
    margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
    color: #223a66;
    font-size: 13px;
}

.comment-wrap .media .comment-meta {
    font-size: 12px;
    color: #888;
}

.comment-wrap .media p {
    margin-top: 15px;
}

.comment-reply-form {
    margin-top: 80px;
}

.comment-reply-form input,
.comment-reply-form textarea {
    height: 35px;
    border-radius: 0;
    box-shadow: none;
}

.comment-reply-form input:focus,
.comment-reply-form textarea:focus {
    box-shadow: none;
    border: 1px solid #223a66;
}

.comment-reply-form textarea,
.comment-reply-form .btn-main {
    height: auto;
}

.sidebar-widget {
    margin-bottom: 30px;
    padding-bottom: 35px;
}

.sidebar-widget h5 {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.sidebar-widget h5:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 35px;
    height: 3px;
    background: #e12454;
}

.sidebar-widget.latest-post .media img {
    border-radius: 7px;
}

.sidebar-widget.latest-post .media h6 {
    font-weight: 500;
    line-height: 1.4;
}

.sidebar-widget.latest-post .media p {
    font-size: 12px;
}

.sidebar-widget.category ul li {
    margin-bottom: 10px;
}

.sidebar-widget.category ul li a {
    color: #222;
    transition: all 0.3s ease;
}

.sidebar-widget.category ul li a:hover {
    color: #223a66;
    padding-left: 5px;
}

.sidebar-widget.category ul li span {
    margin-left: 10px;
}

.sidebar-widget.tags a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    line-height: 41px;
    height: 41px;
    font-weight: 500;
    border-radius: 20px;
    color: #666;
    display: inline-block;
    background-color: #eff0f3;
    margin: 0 7px 10px 0;
    padding: 0 25px;
    transition: all 0.2s ease;
}

.sidebar-widget.tags a:hover {
    color: #fff;
    background: #223a66;
}

.sidebar-widget.schedule-widget {
    background: #f4f9fc;
    padding: 25px;
}

.sidebar-widget.schedule-widget ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

.search-form {
    position: relative;
}

.search-form i {
    position: absolute;
    right: 15px;
    top: 35%;
}

.footer {
    padding-bottom: 10px;
}

.footer .copyright a {
    font-weight: 600;
}

.lh-35 {
    line-height: 35px;
}

.logo {
    font-weight: 600;
    letter-spacing: 1px;
}

.logo h3 {
    color: #223a66;
}

.logo span {
    color: #223a66;
}

.widget .divider {
    height: 3px;
}

.widget h4 {
    color: #223a66;
}

.widget .footer-menu a {
    color: #6F8BA4;
}

.widget .footer-menu a:hover {
    color: #e12454;
}

.footer-contact-block span {
    font-weight: 400;
    color: #6F8BA4;
}

.footer-contact-block i {
    font-size: 20px;
}

.footer-btm {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-socials li a {
    width: 45px;
    height: 45px;
    background: #6F8BA4;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    padding-top: 12px;
}

.widget-contact h6 {
    font-weight: 500;
    margin-bottom: 18px;
}

.widget-contact h6 i {
    color: #e12454;
}

.subscribe {
    position: relative;
}

.subscribe .form-control {
    border-radius: 50px;
    height: 60px;
    padding-left: 25px;
    border-color: #eee;
}

.subscribe .btn {
    position: absolute;
    right: 6px;
    top: 6px;
}

.backtop {
    position: fixed;
    background: #223a66;
    z-index: 9999;
    display: inline-block;
    right: 55px;
    width: 50px;
    height: 50px;
    bottom: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 50px;
    transition: 0.3s;
}

@media (max-width: 992px) {
    .backtop {
        bottom: 40px;
        right: 15px;
    }
}

@media (max-width: 768px) {
    .backtop {
        width: 45px;
        height: 45px;
    }
}

.backtop:hover {
    background-color: #e12454;
}

.backtop i {
    color: #fff;
    font-size: 20px;
}

.reveal {
    transition: all 0.3s;
    cursor: pointer;
    opacity: 1;
}


/*# sourceMappingURL=style.css.map */

span#inputGroupPrepend2 {
    border-radius: 10px 0px 0px 10px;
}

.form-section {
    background-color: #fff;
    border-radius: 20px 20px 0px 0px;
    position: relative;
    border: 3px solid #f6689d;
}

.form-section_inner {
    background-color: #130f4a;
    border-radius: 20px 20px 0px 0px;
    position: relative;
    margin-top: -1px;
}

.chat-section {
    background-color: #ffffff;
    border-radius: 0px 0px 20px 20px;
    /* width: 1140px; */
    border: 1px solid #486ff8;
    padding: 10px;
    position: relative;
}


/* services */

.heading-1 {
    margin: 80px 0 0 0;
    color: #3b3386;
    text-align: center;
    font-size: 45px;
    /* max-width: 600px; */
    position: relative;
}

.services_icon {
    max-width: 60px;
}

.services_block_row {
    border-radius: 30px;
    border: 0px solid #f6699e;
}

.service ul.mt-5 {
    padding-left: 0;
}


/* .services_block_two {
    border-left: 4px solid #fff6f9;
    border-bottom: 12px solid #fff6f9;
    border-right: 4px solid #fff6f9;
} */

.services_block_one {
    border-bottom: 1px solid #dfdfdf;
}

.services_block_three {
    border-bottom: 1px solid #dfdfdf;
}


/* professional  help*/

.heading-2 {
    margin-top: 120px;
    color: #3b3386;
    font-size: 25px;
    max-width: 600px;
    position: relative;
}

.heading-2:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #f6699e;
    /* right: 0; */
    top: 72%;
    position: absolute;
    left: 333px!important;
}

.guaranteed {
    background-color: #3b3386;
}

img.pro_writing {
    position: absolute;
    top: -194px;
    max-width: 570px;
}

.guaranteed-title {
    padding-top: 30px;
    padding-bottom: 34px;
}

.heading-3 {
    margin: 70px auto;
    color: #3b3386;
    text-align: center;
    font-size: 20px;
    max-width: 600px;
    position: relative;
}

.our_success {
    position: relative;
    overflow: hidden;
    background: url("images/bg/our_success_bg.jpg") no-repeat;
    background-size: cover;
    min-height: 300px;
}

.heading-33 {
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    margin-top: 50px;
}

.heading-33:before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #ffffff;
    top: 39%;
    position: absolute;
    left: 318px!important;
}

.heading-33:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #ffffff;
    top: 39%;
    position: absolute;
    right: 318px!important;
}

.circle1 {
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 50px;
}

.circle2 {
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 50px;
}

.circle3 {
    width: 90px;
    height: 90px;
    background-color: #fff;
    border-radius: 50px;
}

.heading-4 {
    color: #3b3386;
    font-size: 30px;
    text-align: center;
    margin-top: 50px;
}

.heading-4:before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #f6699e;
    top: 70%;
    position: absolute;
    left: 411px!important;
}

.heading-4:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #f6699e;
    top: 70%;
    position: absolute;
    right: 411px!important;
}

.section_how_it_work {
    position: relative;
    overflow: hidden;
    background: url("images/bg/how_it_work_banner.jpg") no-repeat;
    background-size: cover;
    /* min-height: 300px; */
    /* height: 900px */
}

.testimonial_bg {
    /* position: relative; */
    overflow: hidden;
    background: url("images/bg/testimonials_bg.jpg") no-repeat;
    background-size: cover;
    min-height: 450px;
}

.heading-5 {
    color: #fafafa;
    font-size: 30px;
    text-align: left;
    /* margin-top: 50px; */
}

.heading-5:after {
    content: "";
    display: block;
    width: 44px;
    height: 2px;
    background: #f6699e;
    top: 42%;
    position: absolute;
    right: 241px!important;
}

.faq {
    background-color: #f6699e;
    border-radius: 30px;
}

.heading-6 {
    color: #fafafa;
    font-size: 30px;
    text-align: left;
    /* margin-top: 50px; */
    padding-top: 30px;
    padding-left: 20px;
    height: 100px;
}

.section-faq_p {
    padding-top: 40px;
}

.accordion .card-header button:after {
    content: "-";
    border: unset;
}

.accordion .card-header button.collapsed:after {
    content: "+";
    border: unset;
}

.btn-circle {
    width: 30px;
    height: 30px;
    border-radius: 60px;
    font-size: 19px;
    background: #3b3386;
    text-align: center;
    color: white;
    padding-top: 2px;
    padding-left: 9px;
    border: unset;
}

.card {
    border: unset;
}

.card-header {
    border: unset;
    margin-top: 14px;
    background: #d8dded;
    color: #3c3c3c;
    border-radius: 10px!important;
}

.card-title {
    border: unset;
    margin-bottom: auto;
}

.footer-bg {
    background-color: #3b3386;
}

.footer_bottom {
    background-color: #2d276c;
}

.footer_form2 {
    background-color: #486ff8;
    position: absolute;
    /* width: 2681px; */
    height: 510px;
    z-index: 1;
    margin-top: -48px;
}

.footer_form {
    z-index: 1!important;
    position: relative;
}


/* slick slider */

.t-block1 {
    background-color: white;
    width: 218px!important;
    height: 300px;
    border-radius: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.client-title h6 {
    margin-bottom: 15px!important;
    padding-right: 12px;
    font-size: 12px;
}

p.testi_desig {
    padding-left: 65px;
    margin-top: -18px;
    color: #f6699e;
}

.client-title {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.testimonial-thumb img {
    border-radius: 60px;
    width: 46px;
    margin-top: 28px;
    margin-right: 25px;
    border: 1px solid #3b3386;
}

.t-content {
    line-height: 21px;
    font-size: 14px;
    width: auto;
    margin: 0 14px;
    top: -6px;
    position: relative;
}

.icofont-quote-left:before {
    font-size: 40px;
    content: "\efcd";
    padding-left: 12px;
    color: #ffe4ee;
    top: -17px;
    position: relative;
}


/* .button.slick-prev.slick-arrow {
    top: 340px!important;
} */

.slick-prev {
    left: 7px!important;
    top: 348px!important;
    position: relative;
}

.slick-next {
    right: 663px;
    top: 348px;
}


/* sevices block effect */

.services_block_one {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    box-sizing: border-box;
}

.services_block_two {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    box-sizing: border-box;
}

.services_block_three {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    box-sizing: border-box;
}

.services_block_four {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    box-sizing: border-box;
}

.services_block_five {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    box-sizing: border-box;
}

.services_block_six {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    box-sizing: border-box;
}

.services_block_one_column:hover .services_block_one {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    /* background: rgb(59, 51, 134);
    background: linear-gradient(90deg, rgba(59, 51, 134, 1) 0%, rgba(0, 0, 0, 1) 35%, rgba(227, 99, 155, 1) 100%); */
    color: white;
    cursor: pointer;
    background: #3b3386;
}

.services_block_one_column:hover .services_block_one h4 {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    color: white;
}

.services_block_two_column:hover .services_block_two {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    background: #df629a;
    color: white;
    cursor: pointer;
}

.services_block_two_column:hover .services_block_two h4 {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    color: white;
}

.services_block_three_column:hover .services_block_three {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    background: #3b3386;
    color: white;
    cursor: pointer;
}

.services_block_three_column:hover .services_block_three h4 {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    color: white;
}

.services_block_four_column:hover .services_block_four {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    background: #df629a;
    color: white;
    cursor: pointer;
}

.services_block_four_column:hover .services_block_four h4 {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    color: white;
}

.services_block_five_column:hover .services_block_five {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    background: #3b3386;
    color: white;
    cursor: pointer;
}

.services_block_five_column:hover .services_block_five h4 {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    color: white;
}

.services_block_six_column:hover .services_block_six {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    background: #df629a;
    color: white;
    cursor: pointer;
}

.services_block_six_column:hover .services_block_six h4 {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    color: white;
}


/* slick slider */

@media (max-width: 1199px) {
    ul li a.nav-link {
        font-size: 11px!important;
    }
    .banner {
        position: relative;
        overflow: hidden;
        background: #fff;
        background: url("images/bg/slider-bg-1024.jpg") no-repeat;
        background-size: cover;
        min-height: 550px;
        z-index: 0;
    }
    .testimonial_bg {
        overflow: hidden;
        background: url(images/bg/testimonials_bg_1024.jpg) no-repeat;
        background-size: cover;
        height: 200px;
    }
    .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
        font-size: 9px;
    }
    .slick-prev {
        /* left: auto; */
        position: relative;
        z-index: 99;
    }
    .slick-next {
        z-index: 99;
        /* position: relative; */
        left: 50px;
    }
    .footer_form2 {
        height: 633px;
    }
}

.testimonial_bg_responsive {
    display: none;
}

.project_deliver_mobile {
    display: none;
}

ul.banner-form-contact.list-inline-item.pl-0.mb-0 {
    display: flex!important;
    justify-content: center!important;
}

.banner-form-contact li a {
    font-size: 12px!important;
}

@media (max-width: 1024px) {
    ul li a.nav-link {
        font-size: 11px!important;
    }
    .banner {
        position: relative;
        overflow: hidden;
        background: #fff;
        background: url("images/bg/slider-bg-1024.jpg") no-repeat;
        background-size: cover;
        min-height: 550px;
        z-index: 0;
    }
    .testimonial_bg {
        overflow: hidden;
        background: url(images/bg/testimonials_bg_1024.jpg) no-repeat;
        background-size: cover;
        height: 200px;
    }
    .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
        font-size: 9px;
        padding: 12px;
    }
    .slick-prev {
        /* left: auto; */
        position: relative;
        z-index: 99;
    }
    .slick-next {
        z-index: 99;
        /* position: relative; */
        left: 36px;
    }
    .footer_form2 {
        height: 651px;
    }
    .heading-4:after {
        display: none;
    }
    .heading-4:before {
        display: none;
    }
    img.banner_bottom_images1 {
        width: 73px;
    }
    img.banner_bottom_images2 {
        width: 110px;
    }
    img.banner_bottom_images3 {
        width: 100px;
    }
    p.text-uppercase.pt-1.pl-3.text-white.great {
        font-size: 18px;
    }
    .circle3 {
        width: 111px;
    }
    .heading-33:before {
        display: none;
    }
    .heading-33:after {
        display: none;
    }
    .heading-5:after {
        display: none;
    }
}

@media (max-width: 992px) {
    .center_br {
        display: none;
    }
    .footer_form2 {
        display: none;
    }
}

@media (max-width: 991px) {
    img.pro_writing {
        top: -175px;
    }
    .justify-content-end {
        -ms-flex-pack: end!important;
        /* justify-content: flex-end!important; */
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .heading-5 {
        font-size: 19px;
    }
    .testimonial_bg_responsive {
        overflow: hidden;
        background: url(none);
        background-color: #3b3386;
        background-size: cover;
        height: 800px!important;
    }
    .testimonial_bg_responsive {
        display: block;
    }
    .testimonial_bg {
        display: none;
    }
    .heading-5:after {
        right: 605px!important;
    }
}

@media (max-width: 768px) {
    .banner {
        background: url("images/bg/slider-bg-768.jpg") no-repeat;
    }
    .chat-section ul.top-bar-info1 li a {
        padding-left: 0px;
    }
    .chat-section ul.top-bar-info2 li a {
        padding-right: 0px;
    }
    .font-weight-bold {
        font-size: 12px;
    }
    .heading-1:before {
        left: 92px!important;
    }
    .heading-1:after {
        right: 92px!important;
    }
    .t-block1.t-block1_hidden.slick-slide.slick-cloned {
        display: none;
    }
    h3.heading-6.font-weight-bold.text-uppercase {
        font-size: 30px;
    }
    img.banner_bottom_images1 {
        width: unset;
    }
    img.banner_bottom_images2 {
        width: unset;
    }
    img.banner_bottom_images3 {
        width: unset;
    }
    .justify-content-end {
        flex-direction: initial;
    }
    img.pro_writing {
        top: -195px;
    }
    .guaranteed {
        line-height: 1.2;
    }
    .heading-2:after {
        left: 177px!important;
    }
    .circle1 {
        height: 61px;
        width: 61px;
    }
    .circle2 {
        height: 61px;
        width: 61px;
    }
    .circle3 {
        height: 61px;
        width: 61px;
    }
    .circle1 p {
        font-size: 25px!important;
        padding-top: 18px!important;
    }
    .circle2 p {
        font-size: 25px!important;
        padding-top: 18px!important;
    }
    .circle3 p {
        font-size: 25px!important;
        padding-top: 18px!important;
    }
    .heading-33:before {
        display: none;
    }
    .heading-33:after {
        display: none;
    }
    .our_success .justify-content-end {
        flex-direction: column;
    }
}

@media (max-width: 540px) {
    .banner-form-contact li a {
        font-size: 16px!important;
        position: relative;
    }
    .easteoffer {
        margin-top: -271px!important;
    }
    .footer-bg img.img-fluid {
        width: 250px;
    }
    .center_border {
        /* display: none; */
    }
    .heading-2:after {
        display: none;
    }
    img.pro_writing {
        position: relative;
        top: 0;
    }
    .t-block1 {
        /* width: 139px!important; */
        width: 160px!important;
        margin-left: 1px;
        margin-right: 1px;
        height: 358px;
    }
    .client-title h6 {
        margin-bottom: 10px!important;
        padding-right: 0px;
        font-size: 11px;
        padding-left: 14px;
    }
    p.testi_desig {
        padding-left: 14px;
        margin-top: -11px;
    }
    .t-content {
        line-height: 18px;
        font-size: 11px;
        margin-left: 7px;
        top: -13px;
    }
    .slick-next {
        top: 399px;
    }
    .slick-prev {
        top: 399px!important;
    }
    .faq .font-weight-bold {
        font-size: 30px;
    }
    .section-faq_p {
        padding-top: 0px;
    }
    .ml-5,
    .mx-5 {
        margin-left: 0rem!important;
    }
    .testimonial_bg_responsive {
        height: 901px!important;
    }
    .heading-1:before {
        left: 56px!important;
        top: 6px;
    }
    .heading-1:after {
        right: 60px!important;
        top: 6px;
    }
    .row.align-items-center.chat-section.z-99 {
        display: flex;
        align-items: baseline;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    /* .form-section .col-md-2 {
        display: none;
    } */
    .col-md-2 {
        display: none;
    }
    ul.top-bar-info.list-inline-item.pl-0.mb-0.d-flex.justify-content-end.justify-content {
        /* float: right; */
    }
    .form-section .font-weight-bold {
        font-size: 10px!important;
    }
    ul.top-bar-info.list-inline-item.pl-0.mb-0.d-flex.justify-content-left.justify-content {
        /* margin-left: -89px; */
    }
    .about_us_inner_section {
        padding-top: 164px;
    }
    ul.pl-0.mb-0 {
        /* display: flex; */
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .heading-2 {
        margin-top: 27px;
    }
    .heading-33:before {
        display: none;
    }
    .heading-33:after {
        display: none;
    }
    h3.heading-33.font-weight-bold.text-uppercase {
        font-size: 19px;
    }
    .our_success .row {
        display: flex;
        flex-wrap: nowrap;
    }
    h3.heading-4.font-weight-bold.text-uppercase {
        font-size: 20px!important;
    }
    .project_delivery {
        display: none;
    }
    .project_deliver_mobile {
        display: block;
    }
    .section_how_it_work .justify-content-end {
        flex-direction: column;
    }
    .section_how_it_work .d-flex.justify-content-left.justify-content.pt-4 {
        display: flex;
        flex-direction: row-reverse;
    }
    .section_how_it_work .d-flex.justify-content-left.justify-content.pt-5 {
        display: flex;
        flex-direction: row-reverse;
    }
    .header-top-bar .align-items-center {
        -ms-flex-align: center!important;
        align-items: center;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }
    img.banner_bottom_images3 {
        margin-left: -6px;
        margin-top: -26px;
    }
    p.text-uppercase.pt-1.pl-3.text-white.great {
        font-size: 18px;
    }
    .our_success .justify-content-end {
        flex-direction: column;
    }
    .circle1 {
        width: 63px;
    }
    .circle2 {
        width: 63px;
    }
    .circle3 {
        width: 63px;
    }
    .service ul.mt-5 {
        padding-left: 0;
    }
    .service ul.mt-1 {
        padding-left: 0;
    }
    .header-top-bar .text-lg-right.top-right-bar.mt-2.mt-lg-0 {
        margin-left: 40px;
    }
    .top-bar-info li a {
        color: #fff;
        font-size: 13px!important;
        margin-right: 20px;
    }
}

@media (max-width: 414px) {
    /* .banner {
        background: url("images/bg/slider-bg-414.jpg") no-repeat;
    } */
    .navbar-brand {
        margin-left: 61px;
    }
    .navbar-collapse {
        margin-left: 31px;
    }
    .form-section_inner {
        height: 100px;
    }
    .banner .block {
        padding: 33px 0px 2px;
    }
    .easteoffer {
        margin-top: -310px!important;
    }
    a.btn.btn-main-2.btn-round-full.btn-icon {
        margin-left: 21px;
    }
    .form_divider {
        width: 100%;
    }
    .web_dev_inner_section {
        padding-top: 25px;
    }
    .banner .block h1 {
        font-size: 29px;
        line-height: 0px;
        padding-top: 19px
    }
    .header-top-bar .text-lg-right.top-right-bar.mt-2.mt-lg-0 {
        margin-left: -20px;
    }
    span.text-md.letter-spacing.text-white {
        font-size: 22px;
    }
    /* .font-weight-bold {
        font-size: 16px;
    } */
    .card-title {
        border: unset;
        font-size: 13px;
        padding-top: 7px;
    }
    .heading-1:before {
        left: -14px!important;
        top: 7px;
    }
    .heading-1:after {
        right: -14px!important;
        top: 7px;
    }
    .faq .font-weight-bold {
        font-size: 30px;
    }
    .heading-2 {
        margin-top: 5px;
    }
    .header-top-bar {
        font-size: 11px;
    }
    .about-content .list-inline-item:not(:last-child) {
        margin-top: 15px;
    }
    .about-content ul.pl-0.mb-0 {
        display: inline-block;
        margin-left: -21px;
    }
}

@media (max-width: 375px) {
    .t-block1.t-block1_hidden.slick-slide.slick-cloned {
        display: none;
    }
    a.btn.btn-main-2.btn-round-full.btn-icon {
        margin-left: 30px;
    }
    .easteoffer {
        margin-top: -330px!important;
    }
    .top-bar-info li a {
        color: #fff;
        margin-right: 0px;
        font-size: 11px;
    }
    ul.top-bar-info.list-inline-item.pl-0.mb-0.d-flex.justify-content-left.justify-content {
        margin-left: 0px;
    }
    .about-content ul.pl-0.mb-0 {
        display: inline-block;
        margin-left: -35px;
    }
    .about-content .btn:not(:disabled):not(.disabled) {
        font-size: 11px;
        padding: 11px;
        margin-left: 11px;
    }
    .service ul.mt-5 {
        padding-left: 0px;
    }
    .service ul.mt-1 {
        padding-left: 0px;
    }
    p.pl-2.pt-3 {
        font-size: 12px;
        line-height: 1.5;
    }
    .guaranteed-title ul.pl-0.mb-0 {
        display: inline-grid;
    }
    .guaranteed-title li.list-inline-item.font-weight-bold {
        margin-top: 9px;
    }
    .heading-1:before {
        display: none;
    }
    .heading-1:after {
        display: none;
    }
}

@media (max-width: 360px) {
    .header-top-bar .text-lg-right.top-right-bar.mt-2.mt-lg-0 {
        margin-left: 0px;
    }
    .t-block1 {
        /* width: 139px!important; */
        width: 150px!important;
    }
    .about-content ul.pl-0.mb-0 {
        display: inline-block;
        margin-left: -47px;
    }
}

@media (max-width: 320px) {
    .header-top-bar .text-lg-right.top-right-bar.mt-2.mt-lg-0 {
        margin-left: -25px!important;
    }
    .t-block1 {
        /* width: 139px!important; */
        width: 130px!important;
    }
    .about-content ul.pl-0.mb-0 {
        display: inline-block;
        margin-left: -51px;
    }
    .about-content .btn:not(:disabled):not(.disabled) {
        font-size: 7px;
        padding: 7px;
        margin-left: 11px;
    }
}


/* About Us Page  */

.about_counter_section {
    position: relative;
    overflow: hidden;
    background: url("images/bg/abountbg1.jpg") no-repeat;
    background-size: cover;
    min-height: 350px;
    z-index: 0;
}

.about_counter {
    background-color: #fff;
    border-radius: 5px;
    /* color: #000!important; */
}

.vision_mission_section {
    margin-top: -122px;
    position: relative;
}

.vision {
    background-color: #f6699e;
    height: 425px;
    border-radius: 20px 0px 0px 20px;
    padding: 40px;
}

.mision {
    background-color: #486ff8;
    height: 425px;
    border-radius: 0px 20px 20px 0px;
    padding: 40px;
}

.vision-logo {
    display: flex;
    align-items: center;
}

.vision-logo h1 {
    padding-left: 15px;
    padding-top: 12px;
}

.mission-logo {
    display: flex;
    align-items: center;
}

.mission-logo h1 {
    padding-left: 10px;
    padding-top: 10px;
}

@media (max-width: 991px) {
    .vision_mission_section {
        margin-top: 0px;
    }
    .vision_mission_section p {
        line-height: 22px;
        font-size: 13px;
    }
    .heading-1:before {
        display: none;
    }
    .heading-1:after {
        display: none;
    }
}

@media (max-width: 786px) {
    .vision_mission_section {
        margin-top: 12px;
    }
    .vision {
        border-radius: 0px 00px 00px 0px;
        margin-top: 12px;
    }
    .mision {
        border-radius: 0px 00px 00px 0px;
        margin-top: 12px;
    }
}

@media (max-width: 540px) {
    .about_counter_section {
        height: 647px;
    }
    .vision_mission_section p {
        line-height: 25px;
        font-size: 16px;
    }
}


/* About Us Page End */


/* Blog Us Page  */

.blog_banner {
    background: url(images/bg/blogbanner.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}

.blog_section1 .img-thumbnail {
    border: unset;
    border-radius: 12px;
}

.bg-image img {
    padding-left: 0px!important;
}

.blog_section1 a {
    color: #f6699e;
}

.blog_banner_two {
    background: url(images/blog/blogbannertwo.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    /* min-height: 500px; */
    border-radius: 20px;
}

.blog_banner_two a {
    color: #f6699e;
    width: 270px;
}

.bloggridimage1 .img-thumbnail {
    border: unset;
    border-radius: 12px;
}

.bloggridimage2 .img-thumbnail {
    border: unset;
    border-radius: 12px;
}

.bloggridimage3 .img-thumbnail {
    border: unset;
    border-radius: 12px;
}

.blog_section4 .img-thumbnail {
    border: unset;
    border-radius: 24px;
}

.section3 a {
    color: #f6699e;
    width: 270px;
}

.img-thumbnail {
    border: unset;
}

.blog_section4 a {
    color: #f6699e;
    width: 270px;
}

@media (max-width: 1024px) {}

@media (max-width: 991px) {
    .blog_section1 p {
        font-size: 12px;
    }
    .blog_section1 ul {
        font-size: 12px;
    }
    .section3 p {
        font-size: 12px;
    }
    .section3 ul {
        font-size: 12px;
    }
    .blog_section4 p {
        font-size: 12px;
    }
    .blog_section4 ul {
        font-size: 12px;
    }
}

@media (max-width: 786px) {}


/* contact page  */

.contact_banner {
    background: url(images/bg/contactbanner.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    /* min-height: 500px; */
}

.contact_inner {
    border-radius: 20px;
    border: 1px solid #e12454;
}

.divider2 {
    width: 40px;
    height: 3px;
    background: #e12454;
}

.col-block-left {
    background: #3b3386;
    border-radius: 19px 0 0px 19px;
}

.col-block-left-inner {
    padding: 50px 50px 50px 30px;
}

.contact_form {
    padding: 50px 50px 50px 0px;
}

.contact-form-wrap-for-page .form-group .form-control {
    height: 60px;
    border: 1px solid #EEF2F6;
    box-shadow: none;
    width: 100%;
    background: #e4e4e4;
}

.contact-form-wrap-for-page textarea.form-control {
    background: #e4e4e4;
}

.talk_expert {
    display: flex;
    align-items: center;
}

.talk_number_h {
    color: #f6699e;
}

.talk_number {
    color: #fff;
}

.talk_number a {
    color: #fff;
}

.talk_number a:hover {
    color: #f6699e;
}


/* end contact page  */


/* Mobile app development */

.webdevelopmentbanner {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("images/bg/webdevelopmentbanner.jpg") no-repeat;
    background-size: cover;
    min-height: 550px;
}

.heading-mobile-app:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #f6699e;
    margin-top: 12px;
    margin-left: 12px;
}

.mobile_app_second_section_inner {
    background-color: #3b3386;
    border-radius: 12px;
    padding: 50px;
    /* max-height: 450px; */
}

.heading-mobile-app2:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #f6699e;
    margin-top: -15px;
    margin-left: 371px;
}

.mobile_app_second_section .img-thumbnail {
    background-color: unset;
}

.heading-mobile-app2 {
    margin-top: 90px;
}

.mobile_app_portfolio_section {
    background-color: #486ff8;
    /* height: 2000px; */
    margin-top: 100px;
}

h3.porflio_h {
    font-size: 30px;
    text-align: center;
    padding-top: 70px;
}

.porflio_h:before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #f6699e;
    top: 82%;
    position: absolute;
    left: 386px!important;
}

.porflio_h:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #f6699e;
    top: 82%;
    position: absolute;
    right: 387px!important;
}


/* portfolio section
 */


/* 
.myBtnContainer {
    text-align: center;
} */

.mobile_app_portfolio_section h1 {
    font-size: 50px;
    word-break: break-all;
}

.mobile_app_portfolio_section .row {
    margin: 10px -16px;
}


/* Add padding BETWEEN each column */

.mobile_app_portfolio_section .row,
.row>.column {
    padding: 8px;
}


/* Create three equal columns that floats next to each other */

.mobile_app_portfolio_section .column {
    float: left;
    width: 33.33%;
    display: none;
    /* Hide all elements by default */
}

@media (max-width: 786px) {
    .mobile_app_portfolio_section .column {
        width: 100%;
    }
}


/* Clear floats after rows */

.mobile_app_portfolio_section .row:after {
    content: "";
    display: table;
    clear: both;
}


/* Content */

.mobile_app_portfolio_section .content {
    /* background-color: white; */
    padding: 10px;
}


/* The "show" class is added to the filtered elements */

.mobile_app_portfolio_section .show {
    display: block;
}


/* Style the buttons */

.mobile_app_portfolio_section .btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #3b3386;
    cursor: pointer;
    border-radius: 50px;
    color: #fff;
}

.mobile_app_portfolio_section .btn:hover {
    background-color: #f6699e;
    color: #fff;
}

.mobile_app_third_section_inner {
    text-align: center;
}

@media (max-width: 1024px) {
    .porflio_h:before {
        display: none;
    }
    .porflio_h:after {
        display: none;
    }
}


/* mobile app develoment end  */


/* web develoment start end  */

.web_developmentbanner {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("images/bg/webdevbanner.jpg") no-repeat;
    background-size: cover;
    min-height: 550px;
    z-index: 0;
}

.mobile_sec_two_col_2 ul {
    list-style: none;
}

li.ul_list.font-weight-bold {
    font-size: 15px;
}

ul li.ul_list::before {
    content: "\2022";
    color: #f6699e;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}

.mobile_sec_two_col_22 ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}


/* web develoment end  */


/* video animation start  */

.videoanimationbanner {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("images/bg/videoanimationbanner.jpg") no-repeat;
    background-size: cover;
    min-height: 550px;
    z-index: 0;
}


/* video animation end  */


/* graphic design start  */

.graphicdesignbanner {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("images/bg/graphicdesignerbanner.jpg") no-repeat;
    background-size: cover;
    min-height: 550px;
    z-index: 0;
}


/* graphic design end  */


/* content start  */

.contentbanner {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("images/bg/contentbanner.jpg") no-repeat;
    background-size: cover;
    min-height: 550px;
    z-index: 0;
}


/* content design end  */


/* Services start  */

.servicesbanner {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url("images/bg/servicesbanner.jpg") no-repeat;
    background-size: cover;
    min-height: 550px;
    z-index: 0;
}

section.services_section3 {
    background: #fff6f9;
}

.services_heading-1 {
    color: #3b3386;
    text-align: center;
    font-size: 28px;
    /* max-width: 600px; */
    position: relative;
    padding-top: 70px;
}

.services_heading-1:before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #f6699e;
    left: 0;
    top: 84%;
    position: absolute;
    left: 330px!important;
}

.services_heading-1:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #f6699e;
    right: 0;
    top: 84%;
    position: absolute;
    right: 330px!important;
}

.services_inner_h {
    color: #3b3386;
    font-size: 20px;
}

@media (max-width: 1024px) {
    .services_heading-1:before {
        display: none;
    }
    .services_heading-1:after {
        display: none;
    }
}

@media (max-width: 786px) {
    section.services_section4 {
        margin-top: 30px;
    }
    .services_reverse {
        display: flex;
        flex-direction: row-reverse;
    }
}

@media (max-width: 540px) {
    .services_reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}


/* pricing  */

.logodesign {
    text-align: center;
}

section.pricing_section {
    /* height: 982px; */
    background: #e6e9f5;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 0px!important;
}


/* .mobile_app_portfolio_section {
    margin-top: 0px;
} */

h3.pricing_h {
    font-size: 30px;
    /* text-align: center; */
    padding-top: 70px;
    color: #3b3386!important;
    padding-top: 30px;
    padding-bottom: 10px;
}

.pricing_h:before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #f6699e;
    position: absolute;
    left: 522px!important;
    margin-top: 17px!important;
}

.pricing_h:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #f6699e;
    position: absolute;
    right: 522px!important;
    margin-top: 17px!important;
}

.pricing_block {
    height: 600px;
    background-color: #fff;
    margin-top: 0px;
    border-radius: 20px;
    padding: 5px 0px 40px 0;
}

.overflow-scrolling {
    overflow-y: scroll;
    height: 230px;
}

.overflow-scrolling {
    --scrollbarBG: transparent;
    --thumbBG: #f6699e;
    overflow-y: scroll;
}

.overflow-scrolling::-webkit-scrollbar {
    width: 8px;
}

.overflow-scrolling {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.overflow-scrolling::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

.overflow-scrolling::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
    height: 200px;
}

.pricing_h1 {
    color: #f6699e;
}

.pricing_section .nav-tabs {
    border-bottom: 1px solid transparent;
}

@media (max-width: 1024px) {
    .pricing_h:after {
        display: none;
    }
    .pricing_h:before {
        display: none;
    }
}

.privacy_policy {
    background: url(images/bg/term_condition_banner.png) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    /* min-height: 500px; */
}

.copyright {
    color: #fff !important;
}

.header-top-bar {
    background: transparent;
}

header {
    display: block;
    z-index: 9999;
    position: relative;
}

.banner {
    min-height: 750px;
    z-index: 0;
    padding-top: 200px;
    margin-top: -200px;
}

.iti {
    width: 100%;
}

@media (max-width: 786px) {
    a#heading1 {
        font-size: 18px!important;
    }
    h3.pt-4.text-center.text-uppercase.fw-bold {
        font-size: 15px;
    }
    .form-section_inner h1 {
        font-size: 30px!important;
    }
    .banner-form-contact li a {
        font-size: 7px!important;
    }
    .cwriting_inner_section {
        padding-bottom: 700px;
    }
    .contentwriting {
        text-align: center;
    }
    .easteoffer {
        margin-top: -235px;
    }
    .formsection {
        min-height: 1501px;
        margin-bottom: -455px
    }
}

@media (max-width: 768px) {
    .footer-bg .top-bar-info {
        padding-top: 0px!important
    }
    .footer-bg ul.list-unstyled.footer-menu.lh-35.text-white {
        font-size: 10px!important;
    }
    .footer-bg p.pt-6.text-white {
        font-size: 12px;
    }
}