@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
header {
    position: absolute;
    left: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", sans-serif;
    line-height: 1;
    color: #1e1c54;
}

a {
    color: rgb(30 28 84);
}

header {
    top: 0;
    width: 100%;
    z-index: 99;
    position: relative;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
    padding-top: 15px;
}

.header .stiky_logo {
    visibility: hidden;
    display: none
}

.sticky {
    position: fixed!important;
    background: #dbdbdb;
    background: -moz-linear-gradient(top, #dbdbdb 0, #fefefe 0, #f3f3f3 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #dbdbdb), color-stop(0, #fefefe), color-stop(100%, #f3f3f3));
    background: -webkit-linear-gradient(top, #dbdbdb 0, #fefefe 0, #f3f3f3 100%);
    background: -o-linear-gradient(top, #dbdbdb 0, #fefefe 0, #f3f3f3 100%);
    background: -ms-linear-gradient(top, #dbdbdb 0, #fefefe 0, #f3f3f3 100%);
    background: linear-gradient(to bottom, #dbdbdb 0, #fefefe 0, #f3f3f3 100%);
    left: 0;
    top: 0;
    -ms-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    width: 100%;
    padding: 10px 0
}

.header.sticky .stiky_logo {
    visibility: visible;
    display: block
}

nav {
    /* position: fixed; */
    z-index: 99;
    width: 100%;
    /* background: #ffffff; */
    float: right;
}

nav .wrapper {
    position: relative;
    padding: 0px 0;
    height: 70px;
    line-height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: right;
}

.wrapper .logo a {
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

.wrapper .nav-links {
    display: inline-flex;
}

.nav-links li {
    list-style: none;
}

.nav-links li a {
    color: #1e1c54;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.nav-links li a:hover {
    background: #1e1c54;
    color: #fff;
}

.row .mega-links li a:hover,
.nav-links li .drop-menu li a:hover {
    background: #ffffff !important;
    color: #1e1c54 !important;
}

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #ffffff;
    width: 350px;
    line-height: 54px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
    background: #fff;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 15px 15px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content {
    background: #ffffff;
    padding: 25px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
    width: calc(25% - 30px);
    line-height: 45px;
}

.content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .row header {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
}

.content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
    padding: 0 5px;
    width: 50%;
    float: left;
    line-height: 56px;
    font-weight: normal;
}

.row .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: #000000;
    font-size: 17px;
    display: block;
}

.row .mega-links li a:hover {
    color: #1e1c54;
}

.mega-links li img,
.nav-links .drop-menu li img {
    margin-right: 5px;
}

.wrapper .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 10px;
    top: 0px;
    color: #1e1c54;
    font-size: 30px;
}

.head_social {
    float: right;
    width: 100%;
    text-align: right;
    margin-right: -9px;
    margin-bottom: 5px;
}

.head_social span a {
    margin-left: 15px;
    color: #1e1c54 !important;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.mobnum {
    padding: 5px 20px 5px 3px;
    border-radius: 25px;
    margin-left: 8px;
    font-size: 14px;
    background: #1e1c54;
    box-shadow: -15px 9px 22px -24px rgba(255, 255, 255, .1);
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    position: relative;
}

.head_social span.mobnum a {
    color: #fff !important;
}

nav input {
    display: none;
}

.mob_phone,
.mob_rqstqut,
.mob_whatsaap,
.owl-pagination {
    display: none;
}

.inner_page .mainframe .breadcrumb {
    font-weight: 400;
    margin-bottom: 15px !important;
}

.mainframe .breadcrumb {
    /* position: absolute; */
    z-index: 50;
    /* top: 420px; */
    font-weight: 700;
    color: #fff;
    background: 0 0;
    border: 0;
    display: flex;
    flex-wrap: wrap;
}

.mainframe .breadcrumb>.active {
    color: #ccc;
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
    font-size: 11px;
}

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

.inner_mainbanner {
    padding: 80px 0;
}

.inner_mainbanner h1 {
    font-size: 60px;
    color: #000;
    font-weight: 700;
}

p {
    font-size: 18px;
    color: #1d1e22;
    font-weight: 400;
}

footer {
    padding-top: 50px;
    width: 100%;
    float: left;
    border-top: 1px solid #dbdbdb;
    margin-top: 0;
}

.box.address ul {
    margin-top: 8px !important;
}

footer .box>ul>li,
footer .box>ul>li>a {
    color: #3e3e3d;
    display: block;
    font-size: 16px;
    line-height: 34px;
}

footer .box.link li {
    padding-bottom: 6px;
}

.box.address p strong,
.box.address ul strong {
    text-transform: uppercase;
    font-size: 16px;
}

a {
    text-decoration: none;
}

ol,
ul {
    margin: 0 !important;
    padding: 0 !important;
}

li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mrg_t_30 {
    margin-top: 30px
}

.footer_bdr_lft {
    border-left: 1px solid #efeeee;
    padding-left: 30px;
}

.footer_bdr_top {
    border-top: 1px solid #efeeee;
}

footer h2 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

footer .box.address h3 {
    font-size: 38px !important;
    font-weight: 700;
    margin-top: 0;
    color: #232255;
}

footer .box.address hr {
    width: 100px;
    margin: 10px 0;
    border-top: 2px solid #566eb5;
    opacity: 1;
}

footer p {
    color: #3e3e3d;
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
}

.footer_product ul li,
.footer_service ul li {
    border-bottom: 0 !important;
    line-height: 34px;
}

.apply-bt {
    background: #5570b6;
    padding: 10px 21px;
    color: #fff;
    border-radius: 30px;
    margin-top: 5px;
    display: inline-block;
    -moz-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
    cursor: pointer;
}

.footer_service ul:nth-child(2) {
    width: 52%;
}

.footer_service ul {
    width: 44%;
    float: left;
}

footer .bottom {
    background: #5670b5;
    border-top: 1px solid #ececec;
    margin-top: 60px;
    padding: 20px 0;
    width: 100%;
}

footer .box.address .social>li>a>i {
    border: 1px solid #3e3e3d;
    border-radius: 100px;
    color: #3e3e3d;
    display: inline-block;
    font-size: 18px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    width: 39px;
}

footer .box.address .social>li>a>i:hover {
    color: #fff;
    background: #566fb5;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}

.box.address ul li span i,
.head_social span a i {
    margin-right: 10px;
}

.box.address .social>li {
    display: inline-block;
    margin-right: 5px;
}

footer .box>ul>li>a span {
    text-indent: -999999999px;
    display: none;
}

footer .bottom p,
footer .bottom p>a {
    color: #fff;
    margin: 0;
}

.ft-bottom-link {
    position: relative;
    text-align: right;
}

.ft-bottom-link a {
    color: #fff;
    margin-right: 10px;
    font-size: 13px;
}

.media-left {
    float: left;
    margin-right: 35px;
    margin-bottom: 15px;
}

.light_gray {
    padding: 80px 0;
    background: #f9f9f9;
}

.light_gray h2 {
    font-size: 40px;
    margin: 0;
    color: #1d1e22;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.wordpress_services .Services_box {
    padding: 25px 0;
    border-bottom: 1px solid #dfe3f7;
}

.wordpress_services .Services_box h3 {
    margin-left: 10px;
    font-size: 24px;
    color: #1d1e22;
    line-height: 34px;
}

li.requst .btn {
    width: 100% !important;
    border: 0;
    padding: 10px 15px !important;
    border-radius: 0;
    color: #fff;
    font-size: 16px !important;
    margin-top: 12px;
    margin-left: 10px !important;
    display: block;
}

li.requst:last-child>a.btn,
li.requst:last-child>span.btn {
    margin-right: 0;
    background: #566fb5;
    color: #fff !important;
}

svg {
    width: 37.502px;
    height: 43.75px;
    color: #566fb5 !important;
    fill: #566fb5 !important;
}

.svg_blue {
    fill: #566fb5;
}

.support {
    display: none;
}

.whatsapp1 {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    outline: transparent;
    width: auto;
    height: auto;
    margin-right: 28px;
    margin-left: 20px;
    border-radius: 20px;
    padding: 4px;
    z-index: 9999999;
    right: 0;
    left: auto;
    position: fixed;
    bottom: 20%;
}

.whatapp_icon {
    width: 44px;
    height: 43px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 48px;
    color: #4fce5d;
    background: #fff;
    border-radius: 100px;
    box-shadow: #000 0 3px 12px;
}

.whatapptxt {
    line-height: 20px;
    font-size: 15px;
    font-weight: 700;
    margin-left: 2px;
    display: none;
}

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

.accordion-button {
    font-size: 1.2rem;
    font-weight: 600;
}

.faq .accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    margin-bottom: 7px;
    border: 1px solid #edeaea;
    padding: 8px;
}

.faq .accordion-item:not(:first-of-type) {
    border-top: 1px solid #edeaea;
}

.faq .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #052c65;
}

.faq .accordion-body {
    font-size: 18px;
}

.cta-section-2 {
    background-image: linear-gradient(96deg, #0a075c 5%, #5b85f1 72%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 90px;
    padding-bottom: 90px;
}

.cta-section-2 .cta-wrap-2 .cta-content .title {
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    text-transform: capitalize;
}

#cssmenu.align-right ul ul,
.cta-section-2 .cta-wrap-2 .cta-btn {
    text-align: right;
}

.cta-section-2 .cta-wrap-2 .cta-btn .btn {
    display: inline-block;
    overflow: hidden;
    background-color: #27dd78;
    border-color: transparent !important;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    height: 60px;
    line-height: 56px;
    padding: 0 30px;
    border: 2px solid #005de0;
    box-shadow: none;
    transition: .3s 0;
    cursor: pointer;
    z-index: 1;
    position: relative;
    margin-right: 25px;
}

.cta-section-2 .cta-wrap-2 .cta-btn .btn i {
    margin-right: 5px;
}

.cta-section-2 .cta-wrap-2 .cta-btn .btn-white {
    background-color: #fff;
    border-color: transparent !important;
    box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, .15);
    color: #005de0;
    margin-right: 0;
}

footer .box>ul>li i,
footer .box>ul>li>a i footer .box.address ul li span i,
footer .head_social span a i {
    margin-right: 10px;
}

.portfolio_btn {
    display: none;
    visibility: hidden;
}


/********************************************************************************home*******************************************************/

.carousel-caption {}

.carousel-caption {
    bottom: 40% !important;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

.carousel-caption h1 {
    color: #000;
    font-size: 60px;
    line-height: 75px;
    font-weight: 700;
    margin-bottom: 20px;
}

.carousel-caption p {
    line-height: 30px;
    font-size: 16px;
}

.carousel-caption .btn,
.carousel-caption .btn2 {
    width: 250px;
    height: 50px;
    padding: 13px 15px;
    margin-top: 10px;
    margin-right: 10px;
    color: #1e1c54;
}

.carousel-caption .btn {
    border: 1px solid #566fb5;
    border-radius: 0;
    font-size: 18px;
}

.carousel-caption .btn2 {
    background: #566fb5;
    line-height: 22px !important;
    text-align: center;
    border: 1px solid #566fb5;
    border-radius: 0;
    font-size: 18px;
    color: #fff;
}

.hvr-bounce-to-right-01,
.hvr-bounce-to-right2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.welcome {
    padding: 100px 0 70px;
    position: relative;
    width: 100%;
    text-align: center;
    background: #1e1c54;
}

.welcome .main-titile h2 {
    font-size: 44px;
    line-height: 51px;
    color: #fff;
    margin-bottom: 20px;
}

.welcom_txt {
    width: 72%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}

.welcome p {
    margin-bottom: 20px;
    text-transform: initial;
    word-spacing: 1px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.75;
    color: #fff;
}

.welcome p a {
    color: #fff;
}

.text-bt {
    color: #fff;
    position: relative;
    transition: .3s;
}

.text-bt::after {
    content: '';
    width: auto;
    height: 1px;
    background-color: #ffff;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    transition: .3s;
}

.services {
    padding: 100px 20px 70px;
    position: relative;
    width: 100%;
}

.agency-section h3,
.services h3 {
    text-align: center !important;
    font-size: 40px;
    /* font-weight: 700 !important; */
    margin-bottom: 5px;
}

.agency-section h3 {
    text-align: left !important;
}

.services .inner-box {
    text-align: center;
    background: #fff;
    padding: 50px 38px 32px;
    -webkit-box-shadow: 0 0 14px #0003;
    box-shadow: 0 0 14px #0003;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    border-radius: 20px;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.services .inner-box .box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.services .box p,
.site_lock .box p {
    line-height: 24px !important;
    font-size: 16px;
    color: #1d1e22;
    margin-bottom: 10px;
}

.services .inner-box a.servis_link {
    color: #232255;
    text-decoration: underline;
    font-weight: 500;
}

.icon-tem {
    display: inline-block;
    line-height: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #818a91;
    font-size: 48px;
    text-align: center;
    width: 54px;
    height: 50px;
    background: #e5eaf5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.blog-service .icon,
.services .box .icon {
    display: inline-block;
    height: auto;
    position: relative;
    width: auto;
    -webkit-border-radius: 90px 90px 90px 90px;
    border-radius: 90px;
}

.icon-box-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    margin-bottom: 20px;
    align-items: center;
}

.icon-box-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.blog-service .icon svg,
.services .box .icon svg {
    display: inline-block;
    height: 36px;
    position: relative;
    width: 46px;
    margin-top: -12px;
}

.icon-box-icon {
    font-size: 70px;
    line-height: 78px;
    margin-bottom: 0;
    color: #5570b6;
}

.icon-box-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    padding: 0;
    margin-right: 20px;
    margin-top: 0;
}

.box h4 {
    color: #232255;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    line-height: 1.4rem;
    text-transform: uppercase;
}

.box h4 a {
    color: rgb(30 28 84);
}

.services .main-titile p {
    text-align: center;
}

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

.services .col-xs-12.col-md-3.col-sm-6 {
    margin-bottom: 20px;
}

.agency-section {
    position: relative;
    background: #f7f7f7;
    display: inline-block;
    width: 100%;
    padding: 108px 0;
}

.elementor-shape-top {
    top: -1px;
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    z-index: 2;
}

.elementor-shape-top svg {
    width: calc(100% + 1.3px);
    height: 72px;
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg);
}

.elementor-shape-bottom {
    bottom: -1px;
}

.elementor-shape-bottom svg {
    height: 44px;
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

.agency-section img {
    mix-blend-mode: darken;
}

.main-titile h2,
.main-titile h2 span.smalltxt {
    text-align: center !important;
    /* font-weight: 700 !important; */
    margin-bottom: 5px;
}

.clients {
    margin: 0;
    float: left !important;
    width: 100% !important;
    position: relative;
    height: auto !important;
    padding: 70px 30px 50px;
}

.clients ul li {
    padding: 20px;
    text-align: center;
    width: 20% !important;
    float: left;
    margin-right: 0;
    height: 155px;
    list-style: none;
}

.clients ul li:first-child,
.clients ul li:nth-child(2),
.clients ul li:nth-child(3),
.clients ul li:nth-child(4) {
    border-right: 1px solid #dcdada;
    border-bottom: 1px solid #dcdada;
}

.clients ul li:nth-child(5) {
    border-right: 0 solid #dcdada;
    border-bottom: 1px solid #dcdada;
}

.clients ul li:nth-child(16),
.clients ul li:nth-child(17),
.clients ul li:nth-child(18),
.clients ul li:nth-child(19),
.clients ul li:nth-child(21),
.clients ul li:nth-child(22),
.clients ul li:nth-child(23),
.clients ul li:nth-child(24),
.clients ul li:nth-child(26),
.clients ul li:nth-child(27),
.clients ul li:nth-child(28),
.clients ul li:nth-child(29),
.clients ul li:nth-child(31),
.clients ul li:nth-child(32),
.clients ul li:nth-child(33),
.clients ul li:nth-child(34),
.clients ul li:nth-child(36),
.clients ul li:nth-child(37),
.clients ul li:nth-child(38),
.clients ul li:nth-child(39),
.clients ul li:nth-child(41),
.clients ul li:nth-child(42),
.clients ul li:nth-child(43),
.clients ul li:nth-child(44),
.clients ul li:nth-child(46),
.clients ul li:nth-child(47),
.clients ul li:nth-child(48),
.clients ul li:nth-child(49),
.clients ul li:nth-child(51),
.clients ul li:nth-child(52),
.clients ul li:nth-child(53),
.clients ul li:nth-child(54),
.clients ul li:nth-child(56),
.clients ul li:nth-child(57),
.clients ul li:nth-child(58),
.clients ul li:nth-child(59),
.clients ul li:nth-child(6),
.clients ul li:nth-child(61),
.clients ul li:nth-child(62),
.clients ul li:nth-child(63),
.clients ul li:nth-child(64),
.clients ul li:nth-child(66),
.clients ul li:nth-child(67),
.clients ul li:nth-child(68),
.clients ul li:nth-child(69),
.clients ul li:nth-child(7),
.clients ul li:nth-child(71),
.clients ul li:nth-child(72),
.clients ul li:nth-child(73),
.clients ul li:nth-child(74),
.clients ul li:nth-child(76),
.clients ul li:nth-child(77),
.clients ul li:nth-child(78),
.clients ul li:nth-child(79),
.clients ul li:nth-child(8),
.clients ul li:nth-child(9) {
    border-right: 1px solid #dcdada;
    border-bottom: 1px solid #d7d7d7;
}

.clients ul li:nth-child(10),
.clients ul li:nth-child(20),
.clients ul li:nth-child(25),
.clients ul li:nth-child(30),
.clients ul li:nth-child(35),
.clients ul li:nth-child(40),
.clients ul li:nth-child(45),
.clients ul li:nth-child(50) {
    border-right: 0 solid #8f8f8f;
    border-bottom: 1px solid #d7d7d7;
}

.clients ul li:nth-child(11),
.clients ul li:nth-child(12),
.clients ul li:nth-child(13),
.clients ul li:nth-child(14) {
    border-right: 1px solid #dcdada;
    border-bottom: 0;
}

.btn-main {
    width: 300px;
    height: 50px;
    border: 1px solid #000;
    padding: 10px 15px;
    border-radius: 0;
    color: #000;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}

.home-blog {
    padding: 125px 0;
    background: #f9faff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.home-blog h3 {
    color: #0a075c;
    margin-bottom: 20px;
    font-size: 46px;
}

.home-blog p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 35px;
    color: #000;
}

.home-blog .date {
    font-size: 15px;
    color: #777;
    margin-bottom: 15px;
}

.home-blog .entry-title {
    line-height: 27px;
}

.blog-content p {
    font-size: 17px;
    line-height: 26px;
}

.home-blog .title-right {
    position: absolute;
    top: 80px;
    right: 103px;
    font-size: 105px;
    color: rgba(246, 246, 246, 0.11);
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

.blog-preview {
    position: absolute;
    height: 0;
    width: 12%;
    top: 0;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
    border-top: 541px solid #3d599d;
    border-left: 600px solid transparent;
    right: 0;
    overflow: hidden;
    display: block;
    border-left-width: 600px;
    border-top-width: 754px;
}

.mfp-image-holder .mfp-content,
img {
    max-width: 100%;
}

.home-blog .entry-title a {
    color: #232255;
    font-size: 23px;
    line-height: 30px;
}

.footertoppopup .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.footertoppopup .modal-body,
.pding_40 {
    padding: 40px;
}

.enquiry_box label {
    line-height: 18px;
    font-size: 14px;
    width: 100%;
    text-align: left;
}

.modal-body .red {
    color: red;
}

.enquiry_box .form-control {
    border-width: 0 0 1px;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
    border-color: #566fb5;
    padding: .575rem .75rem !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.footertoppopup .btn.btn-success {
    font-size: 15px;
    text-transform: uppercase;
    width: 150px;
    padding: 15px;
    background: #566eb5;
    border: 1px solid #566db5;
    border-radius: 0;
    float: left;
}

.footertoppopup h3 {
    text-align: center;
    color: #fff;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #566fb5;
    border-radius: 0;
}

.button {
    display: inline-block;
    padding: 1rem 3rem;
    border-radius: 10rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.carousel-caption .btn2:after,
.button:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #566fb5;
    border-radius: 10rem;
    z-index: -2;
}

.carousel-caption .btn2:after {
    border-radius: 0;
}

.carousel-caption .btn2:before,
.button:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #1e1c54;
    transition: all 0.3s;
    border-radius: 10rem;
    z-index: -1;
}

.carousel-caption .btn2:before {
    border-radius: 0;
}

.carousel-caption .btn2:hover,
.button:hover {
    color: #fff;
}

.carousel-caption .btn2:hover:before,
.button:hover:before {
    width: 100%;
}

.carousel-caption .btn {
    display: inline-block;
    padding: 1rem 3rem;
    border-radius: 0;
    color: #1e1c54;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    border: 1px solid #1e1c54;
    z-index: 1;
}

.btn-main {
    border-radius: 0;
    color: #1e1c54;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.15rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    border: 1px solid #1e1c54;
    z-index: 1;
}

.btn-main:after,
.carousel-caption .btn:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #566fb500;
    border-radius: 0;
    z-index: -2;
}

.btn-main:before,
.carousel-caption .btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #1e1c54;
    transition: all 0.3s;
    border-radius: 0;
    z-index: -1;
}

.btn-main:hover,
.carousel-caption .btn:hover {
    color: #fff;
}

.btn-main:hover:before,
.carousel-caption .btn:hover:before {
    width: 100%;
}


/********************************************************************************home*******************************************************/

.modal-dialog {
    max-width: 600px !important;
    margin: 30px auto;
}

.nav-links li a i {
    font-size: 10px;
}

.enquiry_box .modal-footer,
.enquiry_box .modal-header {
    border-radius: 0;
    background: #566fb5;
}

.enquiry_box .modal-title {
    color: #fff;
    font-size: 18px;
}

.btn-close {
    background: url(../images/close.svg) center no-repeat #fff;
    width: 2px;
    height: 0;
    border: 5px solid #fff !important;
}

.enquiry_box .modal-footer .btn {
    width: 200px;
    float: none;
    background: #7191ea;
    color: #fff;
    text-transform: uppercase;
    box-shadow: inset 0 1px 5px #000;
    margin: 0 auto;
}

ul.listone li {
    margin-bottom: 10px;
}

.webprocess {
    padding: 80px 0;
}

.inner_page h3 {
    font-size: 40px;
    margin: 0;
    color: #1d1e22;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 10px;
}

ol.process-chart {
    color: #000;
    counter-reset: item;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 15px !important;
    padding: 0;
}

.process-chart h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #000;
}

ol.process-chart>li,
ol.process-chart>li>div {
    position: relative;
}

ol.process-chart>li {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, transparent 25%);
    background-color: #fff;
    counter-increment: item;
    flex-basis: 0;
    flex-grow: 1;
    margin: 1em 1em 1em -1em;
    min-width: 11.25em;
    padding: 1em 1em 1em 2em;
}

ol.process-chart>li:before,
ol.process-chart>li>div:before {
    color: rgba(0, 0, 0, 0.75);
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

ol.process-chart>li:before {
    content: 'Step';
    display: inline-block;
    font-weight: 300;
    left: 2em;
    letter-spacing: 0.1em;
    position: absolute;
    top: 1em;
    transform: rotate(90deg);
    transform-origin: 25% 50%;
}

ol.process-chart>li:after {
    border-bottom: 1em solid transparent;
    border-left: 1em solid #fff;
    border-right: 0 solid transparent;
    border-top: 1em solid transparent;
    content: '';
    height: 100%;
    position: absolute;
    right: -1em;
    top: 0;
    width: 0;
    z-index: 1;
}

ol.process-chart>li>div {
    padding: 0 0 0 1em;
}

ol.process-chart>li>div:before {
    content: counter(item, decimal-leading-zero);
    font-size: 3em;
    font-weight: 500;
    line-height: 1;
}


/*** PRIMARY ***/

ol.process-chart>li:nth-of-type(6n+1) {
    background-color: #a2ed56;
}

ol.process-chart>li:nth-of-type(6n+1):after {
    border-left-color: #a2ed56;
}


/*** SECONDARY ***/

ol.process-chart>li:nth-of-type(6n+2) {
    background-color: #83e4e2;
}

ol.process-chart>li:nth-of-type(6n+2):after {
    border-left-color: #83e4e2;
}


/*** TERTIARY ***/

ol.process-chart>li:nth-of-type(6n+3) {
    background-color: #fd6470;
}

ol.process-chart>li:nth-of-type(6n+3):after {
    border-left-color: #fd6470;
}


/*** QUATERNARY ***/

ol.process-chart>li:nth-of-type(6n+4) {
    background-color: #fca858;
}

ol.process-chart>li:nth-of-type(6n+4):after {
    border-left-color: #fca858;
}


/*** QUINARY ***/

ol.process-chart>li:nth-of-type(6n+5) {
    background-color: #fddc32;
}

ol.process-chart>li:nth-of-type(6n+5):after {
    border-left-color: #fddc32;
}


/*** MEDIA QUERIES ***/

@media only screen and ( max-width: 40em) {
    ol.process-chart {
        margin: 1em 0 0 0;
        padding: 1em 0 0 0;
    }
    ol.process-chart>li {
        background: linear-gradient(rgba(0, 0, 0, 0.25) 0%, transparent 25%);
        flex-basis: inherit;
        margin: -1em 0 1em 0;
        min-width: inherit;
        padding: 1em 1em 0 1em;
    }
    ol.process-chart>li:before {
        left: 1em;
        top: 2em;
    }
    ol.process-chart>li:after {
        border-bottom: 0 solid transparent;
        border-left: 1em solid transparent!important;
        border-right: 1em solid transparent;
        border-top: 1em solid #fff;
        bottom: -1em;
        height: 0;
        left: 0;
        right: inherit;
        top: inherit;
        width: 100%;
    }
    ol.process-chart>li>div {
        padding: 1em 1em 0 1em;
    }
    /*** PRIMARY ***/
    ol.process-chart>li:nth-of-type(6n+1):after {
        border-top-color: #a2ed56;
    }
    /*** SECONDARY ***/
    ol.process-chart>li:nth-of-type(6n+2):after {
        border-top-color: #83e4e2;
    }
    /*** TERTIARY ***/
    ol.process-chart>li:nth-of-type(6n+3):after {
        border-top-color: #fd6470;
    }
    /*** QUATERNARY ***/
    ol.process-chart>li:nth-of-type(6n+4):after {
        border-top-color: #fca858;
    }
    /*** QUINARY ***/
    ol.process-chart>li:nth-of-type(6n+5):after {
        border-top-color: #fddc32;
    }
}

.web-design-matters {
    background: #f9f9f9;
    padding: 80px 0;
}

.webdesigntab_section {
    padding: 80px 0;
}

.webdevelop_tab {
    max-height: 600px;
    overflow-y: auto;
    padding: 0 30px;
    border-left: 1px solid #a8abac;
    overflow-x: hidden;
}


/* width */

.webdevelop_tab::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.webdevelop_tab::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.webdevelop_tab::-webkit-scrollbar-thumb {
    background: #1e1c54;
}


/* Handle on hover */

.webdevelop_tab::-webkit-scrollbar-thumb:hover {
    background: #1e1c54;
}

.webdesigntab_section .servisbox {
    padding: 25px 0;
    border-bottom: 1px solid #a8abac;
    margin-bottom: 15px;
}

.webdesigntab_section .servisbox:last-child {
    border: none !important;
}

.webdesigntab_section .servisbox .icon-box-wrapper,
.webdesigntab_section .servisbox p {
    margin-bottom: 10px;
}

.webdesigntab_section .servisbox svg {
    width: 45.502px;
    height: 45.75px;
}

.light_blue {
    background: #f4f7ff;
}

.listing li {
    list-style-position: inside;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 7px;
}

.servisbox .listing li::before {
    font-family: FontAwesome;
    content: "\f111" !important;
    font-size: 9px;
    color: #9C27B0 !important;
    margin-right: 5px;
    margin-top: -5px;
    top: -2px;
    /* padding: initial; */
    position: relative;
}

.servicetab .approach_web .media.col-md-6 {
    width: 48%;
    margin: .5%;
}

.servicetab .approach_web .media {
    padding: 30px 40px;
}

.approach_web .media {
    background-image: linear-gradient(96deg, #0a075c 5%, #5b85f1 72%);
    margin-bottom: 15px;
    border-radius: 50px;
    width: 100%;
    float: left;
    padding: 30px 20px;
}

.approach_web .media h3 {
    color: #fff !important;
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 28px;
}

.tab_section.servicetab .media p {
    color: #fff !important;
    text-align: left;
}

.approach_web .media:nth-child(2) {
    background-image: linear-gradient(96deg, #0a075c 5%, #8a43f9 72%);
}

.approach_web .media:nth-child(3) {
    background-image: linear-gradient(96deg, #0a075c 5%, #ed5d71 72%);
}

.approach_web .media:nth-child(4) {
    background-image: linear-gradient(96deg, #0a075c 5%, #9be69d 72%);
}

.approach_web .media:nth-child(5) {
    background-image: linear-gradient(96deg, #0a075c 5%, #008be6 72%);
}

.tab_section.servicetab .media p {
    color: #fff !important;
    text-align: left;
}

.tab_section.servicetab svg {
    float: left;
    width: auto !important;
    width: 100px;
    height: 100px;
}

.e-agency {
    padding: 50px 0;
}

.mainaera-padding,
.servicetab {
    padding-top: 80px;
    padding-bottom: 80px;
}

.framework-section {
    background-color: #f9f9f9;
    padding-top: 80px;
    padding-bottom: 80px;
}

.framework-section .hdingone {
    margin-bottom: 20px;
}

ul.listing-style-three {
    margin-bottom: 20px !important;
    position: relative;
}

.framework-section .media ul.listing-style-three li {
    list-style-position: outside;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    padding-left: -2px;
    padding-top: 6px;
    padding-bottom: 5px;
    list-style: disc;
    padding-left: 0;
    margin-left: 0;
    list-style-position: inside;
}

ul.listing-style-three li {
    list-style-position: inside;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
    padding-left: 22px;
    padding-top: 6px;
    padding-bottom: 5px;
}

.blogmain {
    width: 100%;
    display: flex;
    gap: 50px;
}

.blog-content {
    /* margin-right: 50px; */
    width: 34%;
}

.blog-content .blog-pic img {
    width: 100%;
    margin-bottom: 10px;
}

@media (min-width: 1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1467px;
    }
}

@media screen and (max-width: 1399px) {
    .nav-links li a {
        color: #1e1c54;
        text-decoration: none;
        font-size: 17px;
        font-weight: 400;
        padding: 9px 11px;
        border-radius: 5px;
        transition: all 0.3s ease;
    }
}

@media screen and (max-width: 1199px) {
    .services .col-md-3 {
        width: 50% !important;
    }
    .nav-links li a {
        color: #1e1c54;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        padding: 9px 8px;
        border-radius: 5px;
        transition: all 0.3s ease;
    }
    li.requst .btn {
        width: 100% !important;
        border: 0;
        padding: 8px 10px !important;
        border-radius: 0;
        color: #fff;
        font-size: 16px !important;
        margin-top: 14px;
        margin-left: 10px !important;
        display: block;
    }
    .whatsapp_mob {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        user-select: none;
        outline: transparent;
        margin-bottom: 10px;
        width: auto;
        height: auto;
        margin-right: 3px;
        margin-left: 20px;
        border-radius: 20px;
        padding: 4px 15px;
        z-index: 9999999;
        right: 0;
        left: auto;
        position: fixed;
        bottom: 14%;
    }
    .cta-section-2 .cta-wrap-2 .cta-btn .btn {
        display: inline-block;
        border-color: transparent !important;
        border-radius: 5px;
        font-size: 18px;
        font-weight: 700;
        height: 60px;
        line-height: 56px;
        padding: 0 15px;
        border: 2px solid #005de0;
        box-shadow: none;
        transition: .3s 0;
        cursor: pointer;
        z-index: 1;
        position: relative;
        margin-right: 10px;
    }
    .clients ul li {
        padding: 20px;
        text-align: center;
        width: 20% !important;
        float: left;
        margin-right: 0;
        height: auto;
        list-style: none;
    }
    .carousel-caption h1 {
        color: #000;
        font-size: 50px !important;
        line-height: 57px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .carousel-caption {
        bottom: 30% !important;
    }
}

@media screen and (max-width: 991px) {
    .mobile-item i {
        float: right;
        font-size: 16px;
        padding: 17px;
    }
    .portfolio_btn {
        display: block;
        visibility: visible;
    }
    .nav-links li.portfolio_btn {
        margin: 1px 10px;
    }
    .home-blog .entry-title a {
        color: #232255;
        font-size: 20px;
        line-height: 22px;
    }
    .blog-preview {
        position: absolute;
        height: 0;
        width: 7%;
        top: 0;
        -webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
        transform: skew(0deg);
        border-top: 300px solid #3d599d;
        border-left: 604px solid transparent;
        right: 0;
        overflow: hidden;
        display: block;
        border-left-width: 322px;
        /* border-top-width: 840px; */
    }
    .home-blog .title-right {
        position: absolute;
        top: 80px;
        right: 21px;
        font-size: 55px;
        color: rgba(246, 246, 246, 0.11);
        text-transform: uppercase;
        font-weight: 700;
        display: block;
    }
    .menu-btn {
        /*position: absolute;
        top: -65px;
        right: 0;*/
        margin: 0;
        cursor: pointer;
        display: block;
        padding: 0;
        border: 0;
    }
    .wrapper .btn {
        display: block;
    }
    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 100%;
        top: 0;
        left: -100%;
        background: #fff;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
        padding-top: 50px !important;
        z-index: 5;
    }
    /* custom scroll bar */
     ::-webkit-scrollbar {
        width: 10px;
    }
     ::-webkit-scrollbar-track {
        background: #242526;
    }
     ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }
    #menu-btn:checked~.nav-links {
        left: 0%;
    }
    #menu-btn:checked~.btn.menu-btn {
        display: none;
    }
    #close-btn:checked~.btn.menu-btn {
        display: block;
    }
    .nav-links li {
        margin: 15px 10px;
    }
    .nav-links li a {
        padding: 0 20px 4px;
        display: block;
        font-size: 24px;
        /* line-height: 44px; */
        /* background: #1e1c54; */
    }
    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }
    #showDrop:checked~.drop-menu,
    #showMega:checked~.mega-box {
        max-height: 100%;
    }
    .nav-links .desktop-item {
        display: none;
    }
    .nav-links .mobile-item {
        display: block;
        color: #1e1c54;
        font-size: 24px;
        font-weight: normal;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }
    .nav-links .mobile-item:hover {
        background: #1e1c54;
        color: #ffffff;
    }
    .drop-menu li {
        margin: 0;
    }
    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }
    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }
    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }
    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }
    .row .mega-links li {
        margin: 0;
    }
    .content .row header {
        font-size: 19px;
    }
    .inner_mainbanner h1 {
        font-size: 50px;
        color: #000;
        font-weight: 700;
    }
    .light_gray h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .wordpress_services .Services_box h3 {
        margin-left: 10px;
        font-size: 22px;
        color: #1d1e22;
        line-height: 26px;
    }
    footer img {
        width: 100%;
    }
    .footer_service ul:nth-child(2) {
        width: 100%;
    }
    .footer_service ul {
        width: 100%;
        float: left;
    }
    .cta-section-2 .cta-wrap-2 .cta-btn {
        text-align: right;
        display: flex;
    }
    .cta-section-2 .cta-wrap-2 .cta-content .title {
        font-size: 28px;
        line-height: 40px;
        color: #fff;
        text-transform: capitalize;
        text-align: center;
    }
    .cta-section-2 .cta-wrap-2 .cta-btn .btn {
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        height: 50px;
        line-height: 46px;
        padding: 0 8px;
        border: 2px solid #005de0;
        box-shadow: none;
        transition: .3s 0;
        cursor: pointer;
        z-index: 1;
        position: relative;
        margin-right: 8px;
        width: 100%;
    }
    .welcome .main-titile h2 {
        font-size: 40px;
        line-height: 44px;
        color: #fff;
        margin-bottom: 20px;
    }
    .welcom_txt {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 20px;
    }
    .tab-hide {
        display: none;
        visibility: hidden;
    }
    nav .wrapper {
        position: relative;
        padding: 0px 0;
        height: 50px;
        line-height: 59px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        float: right;
    }
    .portfolio_btn {
        text-align: center;
        color: #fff !important;
        margin-bottom: 2px;
        border-bottom: 1px solid #f3f3f3;
        background: #5670b5;
        background: linear-gradient(49deg, #5670b5 0, #232255 100%);
    }
    .nav-links li.portfolio_btn a {
        color: #fff;
    }
    .nav-links li.portfolio_btn a:hover {
        background: #1e1c54;
        background: linear-gradient(49deg, #232255 0, #4646a1 100%);
    }
    .row .mega-links li a:hover {
        color: #fff;
        background: #1e1c54;
    }
    .mega-box {
        box-shadow: none;
    }
    .nav-links li a:hover {
        background: #1e1c54;
        color: #fff;
    }
}

@media screen and (max-width: 767px) {
    .carousel-caption .btn2 {
        margin: 0 !important;
        padding: 8px 25px !important;
        letter-spacing: 0;
        font-weight: 400;
        height: auto !important;
        width: auto !important;
        font-size: 16px !important;
    }
    .banner-area {
        margin-top: 147px !important;
    }
    header {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        height: 136px;
        background: #fff;
        position: fixed;
    }
    .carousel-caption {
        bottom: 15% !important;
    }
    .slide .carousel-inner .vh-100 {
        height: 45vh !important;
        object-fit: cover;
    }
    .carousel-caption {
        right: 0;
        bottom: 18% !important;
        width: 84%;
        text-align: center;
        margin: 0 auto;
        left: 0;
    }
    .carousel-caption p {
        display: none;
    }
    .carousel-caption h2 {
        font-size: 16px;
        display: none;
    }
    .modal-dialog {
        max-width: 95% !important;
        margin: 30px auto;
    }
    .row .mega-links li {
        padding: 0 5px;
        width: 100%;
        float: left;
        line-height: 56px;
        font-weight: normal;
    }
    .carousel-caption {
        bottom: 25% !important;
    }
    .blog-preview {
        display: none !important;
    }
    .mob_hide {
        display: none !important;
        visibility: hidden;
    }
    .clients ul li:nth-child(2),
    .clients ul li:nth-child(4),
    .clients ul li:nth-child(6),
    .clients ul li:nth-child(8) {
        border-right: 0;
        border-bottom: 1px solid #dcdada;
    }
    .clients ul li:nth-child(5),
    .clients ul li:nth-child(7) {
        border-right: 1px solid #dcdada;
        border-bottom: 1px solid #dcdada;
    }
    .clients ul li:nth-child(5),
    .clients ul li:nth-child(7) {
        border-right: 1px solid #dcdada;
        border-bottom: 1px solid #dcdada;
    }
    .clients ul li:nth-child(11) {
        border-right: 1px solid #dcdada !important;
        border-bottom: 1px solid #d7d7d7 !important;
    }
    .clients ul li {
        padding: 10px 0;
        float: left;
        margin-right: 0;
        height: auto;
    }
    .bg_gradnt .clients ul li:nth-child(15),
    .clients ul li {
        width: 50% !important;
    }
    .agency-section {
        display: none !important;
    }
    .services .inner-box {
        padding: 20px;
    }
    .popup,
    .services .col-md-3 {
        width: 100% !important;
    }
    footer .bottom p {
        text-align: center;
    }
    .ft-bottom-link {
        position: relative;
        text-align: center;
    }
    footer img {
        width: auto;
    }
    .footer_bdr_lft {
        border-left: 1px solid #efeeee;
        padding-left: 15px;
    }
    .head_social {
        display: none;
    }
    .menu-btn {
        position: absolute;
        top: -65px;
        right: 0;
        margin: 0;
        cursor: pointer;
        display: block;
        padding: 0;
    }
    .mob_phone,
    .mob_rqstqut,
    .mob_whatsaap {
        display: block;
        padding: 10px 5px !important;
        font-size: 24px;
        float: left;
        text-align: center;
    }
    .mob_rqstqut {
        width: 33%;
        background: #f2f2f2;
        color: #566fb5;
    }
    .mob_whatsaap {
        width: 34%;
        background: #ececec;
        color: #70d77b;
    }
    .mob_phone {
        width: 33%;
        background: #e4e4e4;
        color: #566fb5;
    }
    .mob_phone i,
    .mob_rqstqut i,
    .mob_whatsaap i {
        width: 100%;
        float: left;
    }
    .mob_phone span,
    .mob_rqstqut span,
    .mob_whatsaap span {
        font-size: 14px;
        line-height: 22px;
        width: 100%;
        float: left;
        color: #333;
        letter-spacing: 0;
    }
    nav .wrapper {
        height: auto;
    }
    .support {
        width: 100%;
        background: #f2f2f2;
        display: block;
    }
    .inner_mainbanner {
        padding: 100px 0;
    }
    .inner_mainbanner h1 {
        font-size: 36px;
        color: #000;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 41px;
    }
    .media-left {
        float: left;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .cta-section-2 .cta-wrap-2 .cta-btn {
        text-align: right;
        display: flex;
    }
    .cta-section-2 .cta-wrap-2 .cta-content .title {
        font-size: 28px;
        line-height: 40px;
        color: #fff;
        text-transform: capitalize;
        text-align: center;
    }
    .cta-section-2 .cta-wrap-2 .cta-btn .btn {
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        height: 50px;
        line-height: 46px;
        padding: 0 8px;
        border: 2px solid #005de0;
        box-shadow: none;
        transition: .3s 0;
        cursor: pointer;
        z-index: 1;
        position: relative;
        margin-right: 8px;
        width: 100%;
    }
    .carousel-caption h1 {
        color: #000;
        font-size: 40px !important;
        line-height: 44px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .welcome .main-titile h2 {
        font-size: 35px;
        line-height: 42px;
        color: #fff;
        margin-bottom: 20px;
    }
    .agency-section h3,
    .services h3 {
        text-align: center !important;
        font-size: 35px;
    }
    .services {
        padding: 70px 20px 60px;
        position: relative;
        width: 100%;
    }
    .home-blog h3 {
        font-size: 35px;
    }
    nav .wrapper {
        position: relative;
        padding: 0px 0;
        height: auto;
        line-height: 50px;
        padding-bottom: 5px;
    }
    .inner_page h3 {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 33px;
    }
    ol.process-chart {
        margin: 0 0 !important;
    }
    .light_gray,
    .webprocess {
        padding: 50px 0;
    }
    .webdevelop_tab {
        max-height: 100% !important;
        overflow-y: inherit;
        padding: 0 15px;
        border-left: 0;
        overflow-x: inherit;
    }
    .servicetab .approach_web .media.col-md-6 {
        width: 95%;
        margin: 2% auto;
    }
    .servicetab .approach_web .media .media-left {
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .blogmain {
        width: 100%;
        display: block;
    }
    .blog-content {
        /* margin-right: 50px; */
        width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 620px) {
    .home-blog .date {
        margin-top: 0;
    }
    .welcome p {
        line-height: 26px;
    }
    .clients {
        padding: 15px 0 50px;
    }
    .clients ul li {
        padding: 10px 15px;
    }
    .services {
        padding: 60px 0 30px;
        position: relative;
        width: 100%;
    }
    .welcome .main-titile h2 {
        font-size: 28px;
        line-height: 32px;
        color: #fff;
        margin-bottom: 20px;
    }
    .carousel-caption p {
        line-height: 30px;
        font-size: 16px;
        margin-bottom: 8px;
    }
    .carousel-caption {
        right: 0;
        bottom: 18% !important;
        width: 84%;
        text-align: center;
        margin: 0 auto;
        left: 0;
    }
    .carousel-caption h1 {
        color: #000;
        font-size: 30px !important;
        line-height: 33px;
        font-weight: 700;
        margin-bottom: 15px;
    }
}