@charset "utf-8";
/* CSS Document */



* {
    padding: 0;
    margin: 0;
}

:root {
    --linear-gradient: linear-gradient(136deg, #21245b 30%, #aa1b2f 100%) !important;
}

.dmca {
    float: left;
}

.dmca img {
    width: 128px;
    margin-top: -4px;
}

.fa,
.far,
.fas {
    font-family: "FontAwesome";
}

.ds-logo,
.sc-logo {
    width: 80px;
}

.dtails-idv-text a {
    text-decoration: none;
    position: relative;
    color: #0275d8;
}

/*.dtails-idv-text .blog-button::before {
    content: '\f178';
    font-family: FontAwesome;
    position: absolute;
    left: 87px;
    top: -4px;
}*/
.dtails-idv-text .blog-button {
    position: absolute;
    right: 15px;
    bottom: 16px;
}

footer .list-unstyled.socal a svg {
    color: #eee;
    position: relative;
    top: 1px;
    left: 7px;
}

.dtails-idv-text .list-unstyled {
    margin-bottom: 0;
}

.fadeout {
    opacity: 0;
    filter: alpha(opacity=0);
}

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

.loader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.loader-content {
    background-size: 123px 38px;
    display: block;
    position: relative;
    padding-top: 50px;
    top: 45%;

}

li.price-heading {
    height: 150px !important;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.price-heading h3 {
    font-size: 40px !important;
    margin-bottom: 32px !important;
}

li.price-heading h6 {
    font-size: 24px !important;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
    }
}

/* loader css */



body {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #444456;
}

body p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #444456;
    margin-bottom: 10px;
}

body h1 {
    font-weight: 600;
    line-height: 1.2;
    color: #4a4b65;
    font-size: 2rem;
}

body h2 {
    font-weight: 600;
    line-height: 1.2;
    color: #4a4b65;
    font-size: 1.800rem;
}

body h3 {
    font-weight: 600;
    line-height: 1.2;
    color: #4a4b65;
    font-size: 1.175rem;
}

body h4 {
    font-weight: 600;
    line-height: 1.2;
    color: #4a4b65;
    font-size: 1.175rem;
}

body h5 {
    font-weight: 600;
    line-height: 1.2;
    color: #4a4b65;
    font-size: 1.1rem;
}

body h6 {
    font-weight: 400;
    line-height: 1.2;
    color: #4a4b65;
    font-size: 1rem;
}

img {
    max-width: 100%;
}




.top-head {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    background: #212529;
}

.line-bg {
    position: relative;
    top: 17px;
    filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, 3%));
}

.line-bg img {
    width: 100%;

}

.navbar-brand {
    filter: drop-shadow(drop-shadow(0px 11px 0px #000));
    position: relative;
}

.navbar-brand img {
    position: relative;
    z-index: 2;
}

.mn-head {
    background: linear-gradient(179deg, #21245b 10%, #b94152 100%);
}

.navbar {
    padding-bottom: 0;
    border-radius: 8px;
    padding: 0px;
}

.mn-head .nav-link {
    color: #fff !important;
}

.navbar-nav .dropdown-item {
    border-bottom: solid 1px #f1f1f1;
}

.dropdown-menu1 li:last-child a {
    border-bottom: none;
}

.dropdown-menu1 li:first-child a {
    border-radius: 4px 4px 0 0;
}

.dropdown-menu1 li:last-child a {
    border-radius: 0 0 4px 4px;
}

.mn-head .navbar-nav .dropdown-menu1 li {
    padding: 0 0;
}

.mn-head .navbar-nav .dropdown-menu li a {
    font-weight: normal;
    text-transform: capitalize;
    padding: 3px 16px !important;
    font-size: 0.920rem;
}

.navbar-nav .dropdown-item {
    color: #444561 !important;
    background: #fff;
    font-weight: normal;
}

.navbar-nav .dropdown-item:hover {
    color: #fff !important;
    background: #043a64;
    background-image: linear-gradient(179deg, #033363 10%, #2d85dc 100%);

}

.dropdown-menu1 {
    top: 80px;
    opacity: 0;
    transition: top 0.8s ease;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    display: block;


}

.dropdown:hover>.dropdown-menu1 {
    top: 100%;
    height: inherit;
    opacity: inherit;
    opacity: 1;
    visibility: visible;
    padding-top: 0;
    padding-bottom: 0;
}

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



.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
}







.top-head .nav-link {
    color: #212529 !important;
    font-size: 16px;
    transition: all 0.5s;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-weight: 600;

}

.sc-logo {
    display: none;
}

.fixed-menu .ds-logo {
    display: none;
}

.fixed-menu .sc-logo {
    display: block;
}

.fixed-menu .navbar-nav .active {
    background: none;
}

.sec-d-expart .row {
    width: 90%;
    margin: auto;
}

.sec-d-expart .row figure {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 350px;
}

.sec-d-expart .row figure>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.sec-d-expart .row h2 {
    text-transform: capitalize;
    font-weight: 700;
}

.top-head .nav-link:hover {
    color: #b2b74a !important;

}

.service-block .comon-services h6,
.process-block .comon-services h6,
.weserve-block .comon-services h6 {
    color: #fff !important;
    background: var(--linear-gradient) padding-box, var(--linear-gradient) border-box;
    ;
    padding: 7px 0;
    border-radius: 4px;
    width: 108px;
    margin: 0 auto;
}

.service-block .comon-services h6:hover {
    background: linear-gradient(136deg, #033363 10%, #2d85dc 100%);
}

.process-block,
.weserve-block {
    position: relative;
    z-index: 2;
    width: 100%;
    display: inline-block;
    padding: 50px 0;
}

.service-block {
    position: relative;
    z-index: 2;
    width: 100%;
    display: inline-block;
    padding: 50px 0 0;
}

.service-block .comon-services {
    text-decoration: none;
    box-shadow: 0 0px 3px #49759b40;
    background: #fff;
    width: 100%;
    height: 370px;
    display: grid;
    align-content: center;
    padding: 0 15px;
    transition: all 0.5s;
    border-radius: 0 50px 0 50px;
}

.process-block .comon-services {
    text-decoration: none;
    border: 1px solid #eee;
    background: #fff;
    width: 100%;
    height: 312px;
    display: grid;
    align-content: center;
    padding: 0 15px;
    transition: all 0.5s;
}

.weserve-block .comon-services {
    text-decoration: none;
    border: 1px solid #eee;
    background: #fff;
    width: 100%;
    height: 152px;
    display: grid;
    align-content: space-around;
    padding: 30px 15px;
    transition: all 0.5s;
}

.service-block .comon-services figure {
    width: 65px;
    margin: auto;
    margin-bottom: 10px;
    height: 80px;
    overflow: hidden;
    transition: all 0.5s;
}

.process-block .comon-services figure {
    margin: auto;
    margin-bottom: 10px;
    height: 70px;
    overflow: hidden;
    transition: all 0.5s;
}

.dev.process-block .for-grad-img {
    margin-bottom: 10px;
}

.weserve-block .comon-services figure {
    width: 65px;
    margin: auto;
    margin-bottom: 10px;
    height: 57px;
    overflow: hidden;
    transition: all 0.5s;
}

.serviceBox .service-icon{
    color: #fff;
    background: linear-gradient(18deg, #8c1d39 10%, #7e1e3d 100%);
    font-size: 50px;
    line-height: 89px;
    width: 96px;
    height: 96px;
    margin: 0 auto 16px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.serviceBox .service-icon:before {
    content: '';
    background: linear-gradient(291deg, #21245b 10%, #aa1b2f 100%);
    border-radius: 50%;
    position: absolute;
    left: 10px;
    bottom: 10px;
    top: 10px;
    right: 10px;
    z-index: -1;
}

.hover-show {
    top: -150px;
    position: relative;
    transition: all 0.5s;
    filter: grayscale(1);
}

.dissplay-show {
    position: relative;
    top: 0;
    transition: all 0.5s;
}

.process-slid {
    padding-top: 25px;
}

.comon-services:hover .dissplay-show {
    top: -100px;

}

.comon-services:hover .hover-show {
    top: -58px;
}

.comon-services h5,
.comon-services h6 {
    transition: all 0.5s;
    margin-bottom: 15px;
}


.weserve-slid .comon-services h5 {
    color: #161616;
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 8px;
}

.comon-services p {
    transition: all 0.5s;
}

.about-block {
    background: #fff;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 50px 0 40px;
}

.about-block p {
    text-align: justify;
}

.about-svg {

    left: 0;
    right: 0;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: -269px;
}

.about-svg-bt {
    left: 0;
    right: 0;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: -260px;
    z-index: 1;
}

.our-mmison .container {
    position: relative;
    z-index: 2;
}

.about-block figure {
    height: 500px;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
}

.about-block figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-block h2 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
}

.about-block h6,
.why-choose-block h6,
.trust-choose-block h6,
.testimonal-sec h6,
.team-block h6,
.news-sec-div h6,
.client-block h6,
.cm-sub,
.projects-page h6,
.pricing-page h6,
.service-block h6,
.weserve-block h6 {
    color: #f19505;
    font-weight: normal;
}

.team-block .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}

.team-block .owl-prev {
    position: absolute;
    left: -40px;
}

.comon-div-ts span i {
    color: #ffbd01;
}

.team-block .owl-next {
    position: absolute;
    right: -10px;
}

.read-more {
    background: linear-gradient(136deg, #033363 10%, #2d85dc 100%);
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    margin-top: 0;
    z-index: 9;
    position: relative;
    padding: 8px 24px;
    border-radius: 6px;
}

.read-more:hover {
    background: #e53e30;
    color: #fff;
}

.read-more .fas {
    margin-left: 8px;
}

.why-choose-block {
    margin-top: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    background: #f6f8fd;
}

.team-block .container {
    position: relative;
    z-index: 2;
}

.our-work-details {
    background: linear-gradient(136deg, #033363 10%, #2d85dc 100%);
    display: inline-block;
    width: 100%;
    color: #fff;
    position: relative;
    padding: 50px 0;
}

.our-work-details .container {
    margin-top: 0px;
    position: relative;
    z-index: 2;
}

.our-work-bg1 {
    margin-top: 0;
    position: relative;
    bottom: 70px;
}

.testimonal-sec .container {
    position: relative;
    z-index: 2;
}

.our-work-details h2 {
    color: #fff;
}

.development-services h2 {
    color: #fff;
}

.our-work-details p {
    color: #fff;
}

.comon-st-div h5 {
    font-weight: 700;
    font-size: 30px;
}

.comon-st-div h5 span {
    font-weight: 500;
    font-size: 18px;
}

.skill-info {
    display: block;
    margin-bottom: 20px;
}

.why-choose-block ul,
.trust-choose-block ul {
    column-count: 2;
}

.why-choose-block ul li,
.trust-choose-block ul li {
    box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 10%);
    padding: 10px 20px;
    background: #fff;
    display: inline-block;
    border-radius: 8px;
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    width: 100%;
}

.why-choose-block ul li i,
.trust-choose-block ul li i {
    color: #1c5bea;
    margin-right: 5px;
}

.skill-name {
    float: left;
    color: #272727;
    margin-bottom: 5px;
    font-weight: 600;
}

.skill-status {
    float: right;
    color: #00579a;
    font-size: .8em;
    font-weight: 600;

}

.skill-bar {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 10px;
    background: #e3e3e5;
    clear: both;
    margin: 20px 0;
}

.skill-level {
    display: table;
    height: 10px;
}

.communication,
.planning,
.learning,
.programming,
.visual-design,
.ux-design {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5e51b0+0,43c7f2+100 */
    background: linear-gradient(136deg, #033363 10%, #2d85dc 100%);
    /* Old browsers */


}

.communication {
    width: 40%;
    -webkit-animation: communication 1s linear;
    animation: communication 1s linear;
}

.planning {
    width: 15%;
    -webkit-animation: planning 1s linear;
    animation: planning 1s linear;
}

.learning {
    width: 45%;
    -webkit-animation: learning 1s linear;
    animation: learning 1s linear;
}

.programming {
    width: 30%;
    -webkit-animation: programming 1s linear;
    animation: programming 1s linear;
}

.visual-design {
    width: 20%;
    -webkit-animation: visual-design 1s linear;
    animation: visual-design 1s linear;
}

/*-----------------------
	  	Animations 
-------------------------*/
@-webkit-keyframes communication {
    from {
        width: 0%;
    }

    to {
        width: 40%;
    }
}

@keyframes communication {
    from {
        width: 0%;
    }

    to {
        width: 40%;
    }
}

/*-----------------------
	Planning Animation 
-------------------------*/
@-webkit-keyframes planning {
    from {
        width: 0%;
    }

    to {
        width: 15%;
    }
}

@keyframes planning {
    from {
        width: 0%;
    }

    to {
        width: 15%;
    }
}

/*-----------------------
	Learning Animation 
-------------------------*/
@-webkit-keyframes learning {
    from {
        width: 0%;
    }

    to {
        width: 45%;
    }
}

@keyframes learning {
    from {
        width: 0%;
    }

    to {
        width: 45%;
    }
}

/*-----------------------
  Programming Animation 
-------------------------*/
@-webkit-keyframes programming {
    from {
        width: 0%;
    }

    to {
        width: 30%;
    }
}

@keyframes programming {
    from {
        width: 0%;
    }

    to {
        width: 30%;
    }
}

/*-----------------------
Visual-Design Animation  
-------------------------*/
@-webkit-keyframes visual-design {
    from {
        width: 0%;
    }

    to {
        width: 20%;
    }
}

@keyframes visual-design {
    from {
        width: 0%;
    }

    to {
        width: 20%;
    }
}

/*-----------------------
   UX-Design Animation  
-------------------------*/
@-webkit-keyframes ux-design {
    from {
        width: 0%;
    }

    to {
        width: 10%;
    }
}

@keyframes ux-design {
    from {
        width: 0%;
    }

    to {
        width: 10%;
    }
}


/*-----------------------
	  Media queries
-------------------------*/




.news-sec-div h1 {
    font-weight: 700;
}

.testimonal-sec {
    padding: 50px 0 40px;
}

.testimonal-sec .comon-div-ts h5 {
    font-weight: normal;
}

.testimonal-sec .comon-hed {
    color: #fff;
}

.faq-block {
    padding: 40px 0;
    background: #f6f8fd;
}

.faq-block .col {
    margin-top: 26px;
}

.comon-news-part figure {
    width: 100%;
    height: 188px;
    overflow: hidden;

}

.cont-para li {
    font-size: 14px;
}

.cont-para li i {
    margin-right: 5px;
}

.comon-news-part figure {
    position: relative;
    margin-bottom: 0;
}

.comon-news-part figure a {
    height: 100%;
    width: 100%;
    display: inline-block;
}

.comon-news-part figure a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 0.5s;
}

.comon-pic-news {
    height: 195px;
    position: relative;
    width: 100%;
}

.comon-pic-news p {
    display: inline-block;
    padding: 8px 15px;
    background: #b2b74a;
    color: #fff;
    position: absolute;
    bottom: 28px;
    left: 15px;
}

.call-contact {
    background: linear-gradient(136deg, #033363 10%, #2d85dc 100%);
    width: 100%;
    margin-top: -100px;
    padding-bottom: 100px;
    position: relative;
}

.call-svg {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    top: -10px;
}

.call-contact h6,
.call-contact h2,
.call-contact p {
    color: #fff;
}

.client-block {
    padding-top: 20px;
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 0px;
}

.client-logo-cm {
    border: 0px solid #eee;
    width: 100%;
    display: grid;
    align-content: center;
    padding: 16px;
    height: 85px;
    overflow: hidden;
    justify-content: center;
    border-radius: 4px;
    background: #fff;
}

.features-block {
    padding: 20px 0;
    background: #e7e4e4;
}

.get-bn {
    background: #fff;
    color: #00579a;
    font-weight: 600;
}

.subcribe-div {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5e51b0+0,43c7f2+100 */
    background: linear-gradient(136deg, #033363 10%, #2d85dc 100%);
    /* Old browsers */

    position: relative;
    top: -50px;
    padding: 21px 30px;
    color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.call-contact h2 {
    font-weight: 700;
    text-transform: capitalize;
}

.dtails-idv-text p {
    font-size: 15px;
}

.comon-news-part {
    display: inline-block;
    width: 100%;
    margin: 0px 0 0;
    border: 1px solid #cccc;
    padding: 14px;
}

.dtails-idv-text li {
    margin: 0 10px;
}

.dtails-idv-text li:first-child {
    margin-left: 0;
}

.dtails-idv-text li a {
    text-decoration: none;
    color: #000;
    font-size: 17px;
    letter-spacing: .2px;
    line-height: 1.5;
}

.comon-news-part:hover figure img {
    transform: scale(1.2);

}

.dtails-idv-text {
    padding: 0;
}

.dtails-idv-text h5 {
    font-weight: normal;
    text-transform: capitalize;
    line-height: 26px;
    width: 100%;
    margin: 6px 0 11px 0;
    font-size: 20px;
    color: #222;
}

.comon-news-part figcaption {
    background: red;
    padding: 15px;
    border-radius: 7px;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 2;
}

.team-block {
    background: #f6f8fd;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 50px 0;
}

.about-block h1 {
    margin-bottom: 20px;
}

.comon-team-div {
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 10%);
    padding-bottom: 10px;
}

.comon-team-div figure {
    width: 100%;
    height: 270px;
    overflow: hidden;
}

.comon-team-div figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.year-text h1 {
    background: url("../images/p1.html");
    background-position: bottom;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 201px;
    font-weight: 900;
    background-size: 54%;
    background-repeat: no-repeat;
}

.silder-div-text .item .comon-div-ts {
    width: 100%;
    min-height: 209px;
    background: #fff;
    box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 10%);
    border-radius: 8px;
    position: relative;
    display: grid;
    align-content: center;
    padding: 24px;
    margin-top: 23px;
}

.comon-div-ts h5 {
    font-size: 15px;
    line-height: 26px;
}

.year-text p {
    margin-top: -25px;
    font-size: 20px;
    text-transform: capitalize;
}

.silder-div-text figure {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0;
}

.comon-div-ts {
    display: inline-block;
    width: 90%;
    margin: auto;
    padding: 0;
}

.silder-div-text h4 {
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
}

.silder-div-text .owl-theme .owl-nav.disabled+.owl-dots {
    text-align: center;
}

.silder-div-text h4 span {
    font-weight: 300;
    margin-top: 5px;
    font-size: 14px;
}

.silder-div-text .item .comon-div-ts {
    position: relative;
}

.silder-div-text .item .comon-div-ts:before {
    content: "\f10d";
    color: #e7e7e7;
    position: absolute;
    left: 15px;
    top: -27px;
    font-family: 'FontAwesome';
    font-size: 46px;

}

.our-work-details i {
    color: #fff;
    font-size: 56px;
    margin-right: 15px;
}

.silder-div-text .item .comon-div-ts:after {
    position: absolute;
    content: "";
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
    border-top: solid 15px #fff;
    width: 10px;
    height: 10px;
    left: 0;
    bottom: -10px;
}

.search-bn {
    background: #262b2b;
    color: #fff;
    width: 90%;
    text-transform: uppercase;
    height: 50px;
}

.banner-div-content .form-select {
    height: 50px;
}

.signiup {
    border-radius: 50px;
    font-weight: 500;
    background: #fff;
    color: #00579a !important;
    padding: 7px 20px !important;
    font-size: 16px !important;
    display: inline-block;
    border: solid 1px #fff;
    text-decoration: none;
    transition: all 0.5s;

    -webkit-animation: pulsate-bck 1s ease-in-out infinite both;
    animation: pulsate-bck 1s ease-in-out infinite both;
    cursor: pointer;
}

.signiup:hover {
    background: none;
    color: #fff !important;

}

.quick-contact .modal-title {
    font-weight: 700;
}

.quick-contact .form-control {
    border: none;
    background: #f1f1f1;
    height: 45px;
    margin-bottom: 15px;
}

.quick-contact textarea.form-control {
    height: 100px !important;
    resize: none;
}

@-webkit-keyframes pulsate-bck {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulsate-bck {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.fixed-menu .signiup {
    color: #fff !important;
    background: linear-gradient(136deg, #033363 10%, #2d85dc 100%);
    /* Old browsers */
    transition: all 0.5s;

}

.cart {
    position: relative;
    margin-left: 10px;
}

.cart span i {
    color: #b2b74a;
    font-size: 20px;

}

.cart small {
    width: 20px;
    height: 20px;
    border-radius: 30px;
    background: #b2b74a;
    display: inline-grid;
    align-content: center;
    text-align: center;
    position: relative;
    right: 10px;
    color: #fff;
    font-size: 11px;

}

.banner-part {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    top: 0;
    height: 400px;
    background-size: contain, cover;
    padding-top: 0;
    display: grid;
    align-content: center;
}

.top-bar-sec .row a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.top-bar-sec .row>div {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #fff;
}

.top-bar-sec .row>div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    text-transform: capitalize;
    font-weight: 500;
}

.top-bar-sec .row>div:nth-child(2) a {
    margin: 0 7px;
    font-size: 15px;

}

.fixed-menu {
    position: fixed;
    top: 0;
    animation: slide-down 0.7s;
    left: 0;
    right: 0;
    box-shadow: 4px -86px 103px rgba(0, 0, 0, 0.9);
    z-index: 250;

}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner-div-content {
    animation: fadeInleft 0.5s ease-in-out;
    position: relative;
    z-index: 2;
    text-align: left;
    min-height: 409px;
}

.banner-div-content h1 {
    color: #fff;
    font-weight: 700;
    font-size: 45px;

}

.banner-div-content h6 {
    font-size: 20px;
    text-shadow: 4px 2px 2px #ffffff;
}

.consult-bn {
    background: #fff;
    color: #00579a !important;
    display: inline-block;
    margin: 0;
    margin: 0;
    width: 163px;

    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 16px;
    margin-right: 8px;
    padding: 10px 0;
    transition: all 0.5s;
    border: solid 1px #fff;
}

.consult-bn:hover {
    background: none !important;
    color: #fff !important;

}

.contact-bn {
    background: none;
    border: solid 2px #fff;
    color: #fff !important;
}

.consult-bn i {
    color: #fff;
    margin-left: 5px;
}

.contact-bn:hover {
    background: #fff !important;
    color: #00579a !important;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-div-content p {
    color: #fff;
    font-size: 17px;
    margin: 0;

}

.banner-div-content figure {
    margin-top: 90px;
    margin-bottom: 0;

}

.svg-div {
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    bottom: 0;
    position: absolute;
}

.about-div-pic {
    position: relative;
    /* height:520px; */
    overflow: hidden;
}

.pic-1 {
    height: 348px;
    overflow: hidden;
    border-radius: 10px;
    width: 97%;
}

.pic-1 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.pic-2 {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 60%;
    overflow: hidden;
    border-radius: 13px;
    height: 230px;
}

@keyframes fadeInleft {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }

    100% {
        opacity: 2;
        transform: translateX(0px);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

form {
    /* margin-top:15px; */
    width: 100%;
    display: inline-block;
}

.banner-text h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 40px;
    color: #262b2b;
    font-size: 30px;
}

.banner-text h1 span {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.banner-part>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* z-index:1; */
    width: 100%;
}

.sec-d1 {
    margin-top: 60px;
    margin-bottom: 60px;
    width: 100%;
    display: inline-block;
}

.sec-d1 h4 {
    position: relative;
    padding-left: 40px;
    color: #00579a;
}

.read-more-bn {
    background: #262b2b;
    color: #fff;
    font-size: 14px;
}

.read-more-bn:hover {
    background: #00579a;
    color: #fff;
}

.sec-d1 h3 {
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 6%);
    padding: 15px;
    margin-top: 15px;
    color: #00579a;
    border: 1px solid rgb(243 243 243);
    width: auto;
    display: inline-block;
    margin-bottom: 15px;

}

.sec-d1 h4:before {
    content: "";
    background-image: url(../images/barley-cl.html);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
}

.comon-hed {
    position: relative;
    padding-left: 40px;
    color: #262b2b;
    display: inline-block;
    width: auto;
    display: grid;
    justify-content: center;
    margin: auto;
    font-weight: 700;

}

.comon-hed:before {
    content: "";
    background-image: url(../images/barley-cl.html);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
}

.sec-new-add {
    background: #363940 url(../images/ex-bg.jpg);
    padding: 35px 0;
    margin: 88px 0 70px;
    color: #fff;
    background-size: cover;
    height: 362px;
    display: grid;
    align-content: center;
}

.sec-new-add h1 {
    font-family: 'Merriweather', serif;
    font-weight: 900;
    font-size: 30px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 15px;
}

.sec-new-add h1:after,
.sec-project-div h1:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 60px;
    background: #ada66b;
    height: 2px;
    margin: auto;
    display: table;
    bottom: 1px;
}

.sec-new-add i {
    color: #00579a;
    font-size: 56px;
    margin-right: 15px;
}

.sec-new-add h5 span {
    font-size: 17px;
}

.sec-new-add h5 {
    font-size: 30px;
    line-height: 30px;
}

.comon-st-div {
    display: flex;
    align-items: center;
}

.sec-new-add .row>div:nth-child(2) .comon-st-div {
    justify-content: center;
}

.sec-new-add .row>div:nth-child(3) .comon-st-div {
    justify-content: flex-end;
}

.sec-new-add .row>div:nth-child(4) .comon-st-div {
    justify-content: flex-end;
}

.what-project-div {
    background: #262b2b;
    margin: 48px 0;
}

.what-project-div h1,
.testimonal-sec h1 {
    font-family: 'Merriweather', serif;
    font-weight: 900;
    font-size: 30px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 15px;
    color: #fff;
}

.book-sec .form-group {
    margin-bottom: 20px;
}

.book-sec {
    width: 82%;
}

.book-sec .form-control {
    border: none;
    background: #373c3c;
    height: 48px;
}

.awd-sec-div figure {
    width: 100%;
    display: grid;
    border: solid 1px #e7e7e7;
    margin: auto;
    height: 113px;
    align-content: center;
    background: #fff;
    transition: all 0.5s;
    overflow: hidden;
}

.awd-sec-div figure img {
    transition: all 0.5s;
    transform: scale(1);
}

.awd-sec-div figure:hover {
    border: solid 1px #00579a;
}

.awd-sec-div figure:hover img {
    transform: scale(1.1);
}

.book-sec textarea {
    height: 150px !important;
    resize: none;
}

.news-sec-div {
    margin-top: 0;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 50px 0;
}

.sec-project-div h1,
.sec-d4 h1,
.news-sec-div h1 {
    font-family: 'Merriweather', serif;
    font-weight: 900;
    font-size: 30px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 15px;
}

.comon-case {
    text-align: center;
    border: solid 1px #ededed;
    padding: 30px 15px;
    text-decoration: none;
    display: inline-block;
}

.comon-case figure {
    width: 44px;
    display: inline-block;
}

.comon-case h5 {
    font-weight: 700;
    font-size: 16px;
    color: #212529;
    transition: all 0.5s;
}

.comon-case h6 {
    font-weight: 700;
    font-size: 14px;
    color: #b2b74a;
}

.comon-case p {
    font-size: 14px;
    line-height: 24px;
    color: #212529;
}

.comon-case figure img {
    transform: scale(1);
    transition: all 0.5s;

}

.comon-case:hover figure img {
    transform: scale(1.2);

}

.comon-case:hover h5 {
    color: #ada66b;
}

.sec-project-div .row>div {
    padding: 0;
}

.sec-project-div .row>div:nth-child(2) .comon-case,
.sec-project-div .row>div:nth-child(4) .comon-case,
.sec-project-div .row>div:nth-child(5) .comon-case,
.sec-project-div .row>div:nth-child(7) .comon-case {
    background: #f3f3f3;
    border: solid 1px #f3f3f3;
}

.what-project-div .comon-hed {
    justify-content: left;
    color: #fff;
    margin-bottom: 15px;
}

.what-project-div h4 {
    margin-bottom: 25px;
}

.what-project-div h4,
.what-project-div p {
    color: #fff;
    text-align: left;
}

.what-project-div ul {
    list-style-type: none;
    color: #fff;
    margin: 0;
    padding: 0;

}

.what-project-div figure {
    height: 540px;
    margin: 0;
    overflow: hidden;
}

.what-project-div .read-more-bn {
    background: #fff;
    color: #262b2b;
    margin-top: 15px;
}

.what-project-div figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.what-project-div ul li {
    display: flex;

}

.what-project-div ul li h5 {
    font-size: 16px;
    color: #b2b74a;
    font-weight: 700;

}

.what-project-div ul li i {
    font-size: 33px;
    color: #b2b74a;
    margin-right: 10px;
    margin-top: -6px;
}

.from-sec-div {
    background: #fff;
    border-radius: 100px;
    padding: 0 0 0 6px;
    box-shadow: 0 1px 20px 0 rgb(0 0 0 / 20%);
    width: 64%;
    margin: auto;

}

.list-work ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style-type: none;
    flex-wrap: wrap;
}

.list-work ul li {
    padding: 10px 25px;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    background: #f3f3f3;
    border-radius: 30px;
    margin: 0 8px;
}

.each-items {
    overflow: hidden;
    height: 260px;
    margin-bottom: 35px;
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
    padding: 15px;
    position: relative;
}

.each-items figure {
    height: 230px;
    overflow: hidden;
}

.each-items figure>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.each-items .items-hover {
    background: rgba(50, 54, 87, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    display: grid;
    transform: scale(0, 0);
    transition: 0.5s;
    align-content: center;
    color: #fff;
    font-size: 35px;
    justify-content: center;
}

.each-items:hover .items-hover {
    transform: scale(1, 1);
}

.visit-bn {
    background: #fff;
    border-radius: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #323657;
    font-size: 17px;
    padding: 5px 10px;
    margin-left: 20px;
    text-decoration: none;
}

.mixitup-control-active {
    background: #00579a !important;
    color: #fff;
}

.from-sec-div .comon-sec {
    display: flex;
    align-items: center;
    width: 45%;
    position: relative;
}

.from-sec-div .comon-sec i {
    font-size: 18px;
    color: #dc3545;
}

.from-sec-div .comon-sec:nth-child(2):after {
    display: none;
}

.from-sec-div .comon-sec:after {
    width: 1px;
    height: 30px;
    background: #CCC;
    position: absolute;
    right: 0;
    content: "";
}

.from-sec-div .comon-sec .form-control {
    border: none;
}

.btnh-submit {
    font-size: 35px;
    color: #b2b74a;
    width: auto;

}

.how-it-work {
    background: url(../images/feature_image.png) top center no-repeat;
    background-position-y: 20px;
    margin-top: 60px;
}

.sec-d1 h1 {
    font-size: 30px;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 40px;
    font-family: 'Merriweather', serif;
}

/* .sec-d1 h1 span{
	display:block;
	font-size:20px;
	font-weight:400;
	color:#4c4546;
} */

.comon-items {
    text-align: center;
    display: block;
}

.comon-items .icon-fs {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: grid;
    font-size: 25px;
    align-content: center;
    text-align: center;
    color: #fff;
    margin: auto;
    margin-bottom: 15px;
    border: 3px dotted #d2d2d2;
    position: relative;
    background: #fff;
}

.comon-items .icon-fs i {
    color: #fff;
    position: relative;
    z-index: 2;
}

.comon-items .icon-fs:after {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #b2b74a;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: 7px;
    top: 7px;
    z-index: 1;
}

.comon-items h5 {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 25px;
}

.comon-items h5 span {
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}

.sec-d2 {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 70px;
}

.sec-d2 h1 {
    font-size: 36px;
}

.sec-d2 h1 span {
    font-weight: 700;
}

.fl-sr-bn li {
    margin: 0 5px;
}

.fl-sr-bn li a,
.fl-sr-bn li .btn {
    border: solid 1px #eee;
    background: #fff;
    transition: all 0.5s;
}

.cost-bn {
    border: solid 1px #eee;
    background: #fff;
    transition: all 0.5s;
}


.food-list a {
    text-decoration: none;
    color: #212529;
    border: none;
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 6%);
}

.food-list .review-text i {
    color: #FC0;
}

.food-list figure {
    height: 250px;
    overflow: hidden;
    margin: 0;
}

.food-list figure>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.food-list .card-title {
    font-weight: 700;
    color: #212529;
}

.off-text {
    position: absolute;
    left: 10px;
    top: 12px;
    background: #b2b74a;
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    z-index: 1;
}

.food-list .card-footer {
    background-color: #fff;
}

.food-list .card-footer p {
    margin-bottom: 5px;
    font-weight: 700;
    color: #b2b74a;
}

.food-list .card-footer i {
    color: #b2b74a;
}

.food-list .card-footer small {
    color: #000 !important;
}

.card:hover figure img {
    transform: scale(1.2);
}

.sec-d3 {
    display: grid;
    width: 100%;
    padding-top: 50px;
    background: url(../images/bg-banner.jpg) top center no-repeat;
    padding-bottom: 50px;
    align-content: center;
    height: 400px;
}

.sec-d3 h1,
.sec-d3 p {
    color: #fff;
    text-align: center;
}

.sec-d3 p {
    margin-bottom: 0;
    font-size: 17px;
}

.sec-d3 h1 {
    font-weight: 700;
    text-transform: capitalize;
    color: #b2b74a;
}

.sec-d4 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sec-d4 h1 {
    font-weight: 700;
}

.sec-d4 {
    background: #fff;
}

.sec-d4 .comon-hed {
    display: table;
}

.sec-d4 .card {
    border: dashed 1px #eee;
    color: #fff;
    overflow: hidden;
    border-radius: 8px;
    width: 95%;
    padding-top: 20px;
}

.sec-d4 .card figure {
    height: 150px;
    overflow: hidden;
    width: 150px;
    margin: auto;
    border-radius: 50%;
    border: solid 8px rgba(0, 0, 0, 6%);
}

.sec-d4 .card h5 {
    font-weight: 700;
    color: #262b2b;
    text-align: center;
    text-transform: capitalize;

}

.comon-text-sec h5 {
    font-weight: 700;
}

.comon-text-sec figure {
    height: 250px;
    overflow: hidden;
    border-radius: 8px;
    margin: 0;
}

.comon-text-sec figure>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vie-more-bn {
    text-transform: uppercase;
    margin: auto;
    background: #b2b74a;
    color: #fff;
    text-align: center;
    display: table;
    margin-top: 35px;
}

.blog-sec-div .row>div {
    margin-bottom: 40px;
}

.comon-text-sec h5,
.comon-text-sec p {
    padding-left: 25px;
}

.comon-text-sec p {
    font-size: 15px;
}

.comon-text-sec a {
    margin-left: 25px;
    text-transform: capitalize;
}

.sec-d4 .card figure>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.sec-d4 .card-footer {
    background-color: #b50828;
    border: none;
}

.sec-d4 .card-footer p {
    margin-bottom: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.sec-d4 .text-muted {
    color: #fff !important;
}

.sec-d5 {
    margin-top: 50px;
    padding: 50px 0;
}

.sec-d5 h4,
.sec-d6 h4,
.sec-d7 h4 {
    font-weight: 700;
}

.restarn-link {
    display: flex;
    list-style-type: none;
    margin-top: 25px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.restarn-link li {
    margin: 5px;
}

.restarn-link li a {
    text-decoration: none;
    background: #fff;
    color: #212529;
    padding: 10px;
    display: inline-block;
    border: 1px solid rgb(232, 232, 232);
    text-transform: capitalize;
    font-size: 15px;
    transition: all 0.5s;

}

.restarn-link li a:hover,
.restarn-link li a:hover i {
    background: #b2b74a;
    color: #fff;
}

.restarn-link li a i {
    color: #b2b74a;
}

.sec-d6,
.sec-d7 {
    padding: 50px 0;
}

.sec-d7 {
    padding: 30px 0;
    background: #b2b74a;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.sec-d7 h1,
.sec-d7 .read-more-bn {
    position: relative;
    z-index: 2;
}

.sec-d7>row>div:nth-child(2) {
    margin-right: auto;
}

.sec-d7 .read-more-bn {
    font-size: 17px;
}

.sec-d7 img {
    position: absolute;
    left: 0;
    right: 0;
    top: -380px;
    z-index: 1;
    width: 100%;
    opacity: 0.1;

}

.sec-d7 .restarn-link {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    list-style-position: inside;
    display: block;
}

footer p {
    font-size: 13px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 12px;
}

/* footer .container div:last-child > div:nth-child(2){
	display: grid;
    justify-content: center;
} */
.sub-bn {
    background: #b2b74a;
    color: #fff;
    margin-top: 8px;
}

.subcribe-div h2 {
    font-weight: 700;
    font-size: 25px;
}

.subcribe-div .form-control {
    border: none;
    border-radius: 5px 0 0 5px;
    height: 45px;
}

.sec-d7 .restarn-link li a {
    background: #b2b74a;
    color: #fff;
    width: 80%;
}

.subcribe-bn {
    background: #212529;
    color: #fff;
    height: 45px;
    border-radius: 0 5px 5px 0;
}

.socal {
    justify-content: start;
    display: flex;
}

.top-header .iso {
    display: block;
    float: left;
}

.top-header .list-unstyled.socal {
    margin: 0 0 -9px 16px;
    display: inline-block;
}

.top-header .list-unstyled.socal i {
    position: absolute;
    font-size: 14px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}

.socal li a {
    height: 30px;
    width: 30px;
    display: block;
    float: left;
    background: var(--linear-gradient) padding-box, var(--linear-gradient) border-box;
    border-radius: 50%;
    position: relative;
    margin: 0 3px;
    color: #fff;
}

.socal li a:hover {
    background: linear-gradient(320deg, #2b5278 10%, #2d85dc 100%);
}

footer .list-unstyled.socal i {
    position: absolute;
    font-size: 14px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}

.payment-button {
    background: var(--linear-gradient) padding-box, var(--linear-gradient) border-box;
    padding: 0px 22px;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
}

.payment-button:hover {
    background: linear-gradient(179deg, #033363 10%, #2d85dc 100%);
    color: #fff;
}

.paypal-button {
    background: #ffc43a;
    padding: 0px 22px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    height: 32px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 6px;
}

.paypal-button img {
    width: 87px;
    height: 30px;
    text-align: center;
    object-fit: cover;
    margin: auto;
}

.sec-d7 .restarn-link li a:hover,
.sec-d7 .restarn-link li a:hover i {
    background: #212529;
}

.sec-d7 .restarn-link li a i {
    color: #fff;
}

.sec-d7 .form-group {
    border: solid 1px #eee;
    overflow: hidden;
}

.sec-d7 .form-control {
    border: none;
}

.sec-d7 .form-group .btn {
    background: #b2b74a;
    transition: all 0.5s;
    color: #fff;
    border: none;
    border-radius: 0;
}

.sec-d7 .form-group .btn:hover {
    background: #212529;
}

.sec-d7 h5 {
    font-weight: 600;
    text-transform: capitalize;
}

footer {
    padding: 44px 0 0 0;
    display: inline-block;
    width: 100%;
    background: url(../images/footer-strip.webp);
    background-size: 100% 100%;
    margin-top: 0px;
}

/* footer .footer-bottom-div > div:nth-child(3) .comon-footer{
	display: grid;
    justify-content:center;
} */
/* footer .footer-bottom-div > div:nth-child(4) .comon-footer{
	display: grid;
    justify-content: end;
}
footer .footer-bottom-div > div:nth-child(2) .comon-footer{
	display: grid;
    justify-content: center;
}
footer .row > div:nth-child(5) .comon-footer{
	display: grid;
    justify-content: end;
} */
h6 {
    font-weight: normal;
    color: #f19505;
}

.comon-footer h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.comon-footer ul {
    margin: 0;
    padding: 3px 0 0 0px;
    margin-bottom: 15px;
    list-style: disc;
    color: #fff;
}

.comon-footer ul li {
    line-height: 30px;
    list-style: none;
}

.comon-footer ul li a {
    text-decoration: none;
    color: #fff;
    transition: all 0.5s;
}

.comon-footer ul li a:hover {
    color: #fff;
}

.comon-footer .list-unstyled {
    list-style: none !important;
    padding-left: 0;
}

.comon-footer .list-unstyled li a {
    margin: 0 5px;
    font-size: 18px;
}

.sec-d8 {
    padding: 0;
    background: #6349bb;
    height: 294px;
}

.text-apps h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}

.text-apps {
    display: grid;
    align-content: center;
    height: 100%;
}

.text-apps p {
    color: #fff;
}

.sec-d8 figure {
    position: relative;
    top: -20px;
}

.sec-d8 figure>img {
    display: block;
    margin-left: auto;
}

.sec-d8 .row {
    width: 90%;
}

.active-new2 {
    background: #b2b74a !important;
    color: #fff;
}












.range-slider {
    width: 300px;
    text-align: left;
    position: relative;
}

.range-slider .rangeValues {
    display: block;
}

.range-slider input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 300px;
    position: absolute;
    left: 0;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

.range-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #21c1ff;
    margin-top: -4px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.range-slider input[type=range]:focus {
    outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

.range-slider input[type=range]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

.range-slider input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #21c1ff;
}

/*hide the outline behind the border*/
.range-slider input[type=range]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.range-slider input[type=range]::-ms-track {
    width: 300px;
    height: 5px;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;
    /*remove default tick marks*/
    color: transparent;
    z-index: -4;
}

.range-slider input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}

.range-slider input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}

.range-slider input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #21c1ff;
}

.range-slider input[type=range]:focus::-ms-fill-lower {
    background: #888;
}

.range-slider input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}


.owl-prev:after {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    content: "\f053";
    left: 0;
    right: 81px;
    margin: auto;
    font-family: 'FontAwesome';
    color: #fff;
    display: grid;
    background: #212529;
    align-content: center;
}

.owl-prev span {
    display: none;
}

.owl-next span {
    display: none;
}

.owl-next:after {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    content: "\f054";
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'FontAwesome';
    color: #fff;
    display: grid;
    background: #212529;
    align-content: center;
}

/* sub banner section */
/* sub page */
.subpage-banner-section {
    height: 160px;
    background: linear-gradient(136deg, #033363 10%, #2d85dc 100%);
    background-size: cover;
}

.subpage-banner-section h1 {
    font-size: 34px;
    margin-top: 53px;
}

.subpage-banner-section ul li {
    color: #fff;
    margin: 0 15px;
    position: relative;
}

.subpage-banner-section ul li:after {
    position: absolute;
    right: -18px;
    content: "\f105";
    font-family: 'FontAwesome';
}

.subpage-banner-section ul li:last-child:after {
    display: none;
}

.subpage-banner-section ul li a {
    text-decoration: none;
    color: #fff;
}

/* close */

/* sub page */
.subpage-banner {
    height: 260px;
    background: url(../images/banner-pic-subpage.webp) no-repeat;
    background-size: cover;
}

.subpage-banner h1 {
    font-size: 34px;
    margin-top: 53px;
}

.subpage-banner ul li {
    color: #fff;
    margin: 0 15px;
    position: relative;
}

.subpage-banner ul li:after {
    position: absolute;
    right: -18px;
    content: "\f105";
    font-family: 'FontAwesome';
}

.subpage-banner ul li:last-child:after {
    display: none;
}

.subpage-banner ul li a {
    text-decoration: none;
    color: #fff;
}

.call-details-div {
    background: linear-gradient(136deg, #033363 10%, #2d85dc 100%);
    color: #fff;
    height: 290px;
    display: grid;
    align-content: center;
    border-radius: 8px;
}

.call-details-div h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    line-height: 33px;
}

.call-details-div h6 {
    font-weight: 500;
    line-height: 27px;
}

.call-details-div h6 span {
    font-size: 26px;
    margin-top: 10px;
}

.comon-services-pge figure {}

.comon-severice-dl ul {
    column-count: 2;
    column-gap: 20px;
}

.comon-severice-dl h2 {
    font-weight: 700;
    text-transform: capitalize;
}

.comon-severice-dl p {
    font-size: 15px;
}

.aplications-part {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
    background: #f6f8fd;
    position: relative;
}

.aplications-part .container {
    position: relative;
    z-index: 2;
}

/* .service-dl-pic img{
	width: 400px;
} */
.care-text {
    width: 100%;
    display: inline-block;
    position: relative;
}

.comon-severice-dl ul li {
    box-shadow: 2.5px 4.33px 30px 0 rgb(64 87 191 / 10%);
    padding: 10px 20px;
    background: #fff;
    display: inline-block;
    border-radius: 8px;
    margin-bottom: 18px;

    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}

.comon-severice-dl ul li i {
    color: #00579a;
}

.php-part {
    margin-top: 100px;
    display: inline-block;
    width: 100%;
}

.project-menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.project-menu ul li {
    margin: 0 10px;
    cursor: pointer;
    background: #bbb;
    background: #e9e9e9;
    padding: 10px 20px;
    border-radius: 8px;

}

.comon-projets {
    width: 100%;
    display: inline-block;
    box-shadow: 5px 7px 15px 2px rgb(82 90 101 / 12%);
    padding: 15px;
    margin-bottom: 35px;
}

.comon-projets figure {
    height: 250px;
    overflow: hidden;
    margin-bottom: 0;
}

.comon-projets figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.comon-career-bl {
    width: 100%;
    box-shadow: 5px 7px 15px 2px rgb(82 90 101 / 12%);
    padding: 34px;
    height: 360px;
    display: grid;
    align-content: center;
}

.comon-career-bl h2 {
    font-size: 22px;
}

.comon-career-bl ul li {
    margin: 0 0 8px 0;
}

.comon-career-bl p {
    font-size: 14px;
    line-height: 22px;
}

.comon-career-bl ul li span {
    color: #00579a;
    font-weight: 600;
    margin-right: 8px;
}

.view-details,
.apy-bn,
.job-ap {
    background: #00579a;
    color: #fff;
    font-weight: 600;
    transition: all 0.5s;
    border: solid 2px #00579a;
}

.view-details:hover,
.apy-bn:hover,
.job-ap:hover {
    background: none;
    color: #00579a;
    border: solid 2px #00579a;
}

.cm-text-n h6 {
    color: #00579a;
}

.cm-text-n ul li {
    margin-bottom: 20px;
}

.cm-text-n ul li .icon-c {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
    display: grid;
    align-content: center;
    background: linear-gradient(136deg, #033363 10%, #2d85dc 100%);
    color: #fff;
    justify-content: center;
    font-size: 18px;

}

.text-c {
    font-weight: 600;
    font-size: 20px;
    margin-left: 15px;

}

.text-c small {
    font-weight: 600 !important;
    font-size: 19px;
    color: #005799;
}

.cr-details {
    margin-top: 20px;
}

.cr-details h5 {
    font-weight: 600;
}

.cr-details p {
    font-size: 15px;
}

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

.comon-career-bl ul li:first-child {
    margin-left: 0;
}

.conatct-form-div {
    display: inline-block;
    width: 100%;
    padding: 20px;
    box-shadow: 5px 7px 15px 2px rgb(82 90 101 / 12%);
}

/* pricing page */

.basic .pricing-header {
    background-color: #4b7bec;
}

.basic .price-circle {
    border: 10px solid #4b7bec;
    transition: all 0.4s;
}

.basic:hover .price-circle {
    border-width: 5px;
}

.basic .buy-now:hover {
    background-image: none !important;
    background-color: #4b7bec !important;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}

.eco .pricing-header {
    background-color: #f7b731;
}

.eco .price-circle {
    border: 10px solid #f7b731;
    transition: all 0.4s;
}

.eco:hover .price-circle {
    border-width: 5px;
}

.eco .buy-now:hover {
    background-image: none !important;
    background-color: #f7b731 !important;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}

.pro .pricing-header {
    background-color: #26de81;
}

.pro .price-circle {
    border: 10px solid #26de81;
    transition: all 0.4s;
}

.pro:hover .price-circle {
    border-width: 5px;
}

.pro .buy-now:hover {
    background-image: none !important;
    background-color: #26de81 !important;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}

.business .pricing-header {
    background-color: #a55eea;
}

.business .price-circle {
    border: 10px solid #a55eea;
    transition: all 0.4s;
}

.business:hover .price-circle {
    border-width: 5px;
}

.business .buy-now:hover {
    background-image: none !important;
    background-color: #a55eea !important;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.4);
}




.column {
    flex: 25%;
    padding: 10px;
    width: calc(33.3% - 30px);
    box-sizing: border-box;
}



.pricing-card {
    -webkit-transition: 0.4s background-color ease;
    -ms-transition: 0.4s background-color ease;
    transition: 0.4s background-color ease;
    height: 600px;
    background-color: white;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    transition: all 0.4s;
    box-shadow: 5px 7px 15px 2px rgb(82 90 101 / 12%);
}

.pricing-card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
    transform: scale(1.05);
}

.pricing-card .popular {
    position: absolute;
    top: 0;
    right: 5%;
    width: auto;
    padding: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #eb3b5a;
    color: white;
    font-size: 12px;
    z-index: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.pricing-card .badge-box {
    padding: 0 40px;
    margin-top: 80px;
}

.pricing-card .badge-box span {
    display: inline-block;
    border: 1px solid #4b7bec;
    padding: 4px 12px;
    border-radius: 25px;
    overflow: hidden;
    color: #4b7bec;
}

.pricing-card .pricing-header {
    width: 100%;
    height: 150px;
    position: relative;
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    /*border-bottom: 20px solid $primary;*/
    /*
	border-radius: $radius $radius 150px 150px;
	-webkit-border-radius: $radius $radius 150px 150px;
	-moz-border-radius: $radius $radius 150px 150px;
	*/
}

.pricing-card .pricing-header .plan-title {
    font-size: 24px;
    color: white;
    position: relative;
    top: 25%;
}

.pricing-card .pricing-header .price-circle {
    width: calc(33.3% - 30px);
    width: 120px;
    height: 120px;
    border-radius: 100%;
    left: calc(50% - 60px);
    top: 60%;
    background-color: white;
    position: absolute;
}

.pricing-card .pricing-header .price-circle .info {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: gray;
}

.pricing-card .pricing-header .price-circle .price-title {
    display: block;
    font-size: 28px;
    padding: 28px 0 0;
    font-weight: bold;
}

.pricing-card .pricing-header .price-circle .price-title small {
    font-size: 18px;
}

.pricing-card .pricing-header h2 {
    position: relative;
    top: 40%;
    color: #fff;
}

.pricing-card ul {
    margin: 10px 0 0 0;
    padding: 0;
}

.pricing-card ul li {
    list-style-type: none;
    display: block;
    padding: 15px 0 15px 0;
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
}

.pricing-card .buy-button-box {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.pricing-card .buy-button-box .buy-now {
    text-decoration: none;
    color: white;
    padding: 10px 30px;
    border-radius: 20px;
    background-image: linear-gradient(to left, #a55eea, #45aaf2);
    margin-top: 20px;
}

/* blog details */
.blog-post {
    border-bottom: solid 1px #f3f3f3;
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
}

.blog-post figure {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.blog-post figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.blog-post .share-div {
    border-bottom: solid 1px #f3f3f3;
    margin-bottom: 15px;
}

.blog-post ul li {
    margin: 0 10px;
}

.blog-post h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.comon-com-div {
    border-bottom: solid 1px #f3f3f3;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

.comon-com-div figure {
    width: 63px;
    height: 63px;
    overflow: hidden;
    border-radius: 50%;
}

.comon-com-div figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.comment-text {
    width: 89%;
}

.comment-text span {
    font-size: 13px;
    font-weight: 600;
    color: #00579a;
}

.comment-text p {
    font-size: 14px;
    margin-top: 7px;
}

.comment-sec-part h2,
.leave-sec-part h2,
.category-div h2,
.recent-post-div h2,
.tag-div h2 {
    font-size: 25px;
    font-weight: 700;
}

.leave-sec-part {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    box-shadow: 5px 7px 15px 2px rgb(82 90 101 / 12%);
    margin: 30px 0;
    padding-bottom: 20px;
}

.leave-sec-part .form-group {
    margin-top: 20px;
}

.leave-sec-part .form-control,
.conatct-form-div .form-control {
    border: none;
    background: #f1f1f1;
    height: 45px;
}

.conatct-form-div .form-control {
    margin-bottom: 20px;
}

.leave-sec-part textarea,
.conatct-form-div textarea {
    height: 100px !important;
    resize: none;
}

.leave-sec-part .subimt-comment,
.subimt-message,
.quick-contact .subimt-comment {
    background: linear-gradient(136deg, #033363 10%, #2d85dc 100%);
    color: #fff;
    font-weight: 600;

}

.subimt-message {
    width: 90px;
    text-transform: uppercase;
}

.comment-sec-part>div:last-child {
    border-bottom: none;
}

.cv-upload-div .form-control,
.cv-upload-div .form-select {
    border: none;
    background-color: #f1f1f1;
    height: 45px;
    margin-bottom: 15px;
}

.cv-up h5 {
    font-weight: 700;
}

.category-div,
.job-ds-div {
    background: #f1f1f1;
    padding: 30px;
    display: inline-block;
    width: 100%;
}

.comon-jobs-div {
    margin-top: 20px;
    border-bottom: solid 1px #fff;
    padding-bottom: 20px;
}

.job-ds-div>div:last-child {
    border: none;
}

.job-ds-div h5 {
    color: #00579a;
    margin-bottom: 8px;
}

.category-div ul li {
    border-bottom: solid 1px #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.category-div ul li:last-child {
    border-bottom: none;
}

.category-div ul li a {
    text-decoration: none;
    color: #212529;
    font-weight: 600;
    transition: all 0.5s;
    text-transform: capitalize;
}

.tag-div ul {
    display: flex;
    flex-wrap: wrap;

}

.tag-div ul li {
    margin: 0 10px;
}

.tag-div ul li a {
    text-decoration: none;
    color: #212529;
    margin-top: 15px;
    transition: all 0.5s;
    font-weight: 600;
    text-transform: capitalize;
}

.tag-div ul li a:hover {
    color: #00579a;
}

.category-div ul li a:hover {
    color: #00579a;
    font-size: 700;
}

.recent-post-div-insiide a {
    text-decoration: none;
    border-bottom: solid 1px #fff;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.recent-post-div-insiide a:hover figure img {
    transform: scale(1.1);
}

.recent-post-div-insiide a:hover h5 {
    color: #00579a;
}

.recent-post-div-insiide a:last-child {
    border: none;
    margin: 0;
}

.recent-post-div,
.tag-div {
    background: #f1f1f1;
    padding: 30px;
    display: inline-block;
    width: 100%;
}

.recent-post-div figure {
    width: 90px;
    height: 60px;
    overflow: hidden;
    margin: 0;
    transform: scale(1);
    margin-right: 10px;

}

.recent-post-div figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.recent-post-div h5 {
    width: 60%;
    color: #212529;
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    transition: all 0.5s;
}

.about-mn-pic {
    position: relative;
    height: 550px;
}

.about-mn-pic figure:last-child {
    height: 350px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    width: 70%;
    left: -20px;
    border-radius: 8px;

}

.about-mn-pic figure:first-child {
    height: 480px;
    overflow: hidden;
    border-radius: 8px;
}

.about-mn-pic figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.about-page h2 {
    font-weight: 700;

}

.our-mmison {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #f6f8fd;
    margin-top: 125px;
}

.our-mmison ul,
.our-gols ul {
    column-count: 1;
    column-gap: 15px;
}

.our-mmison ul li,
.our-gols ul li {
    padding: 0px 20px;
    margin-bottom: 18px;
}

.our-mmison ul li i,
.our-gols ul li i {
    color: #1c5bea;
    margin-right: 5px;

}

.our-gols {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 160px;
}

.our-work-svg {
    position: relative;
    top: 70px;
}



.trusted-customers-slid {
    margin-top: 0px;
}

.accordion-item {
    margin-bottom: 20px;
}

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

.accordion-body {
    font-size: 14px;
    line-height: 24px;
    padding: 0 15px 5px;
    margin-top: -7px;
}

i.fa.fa-question {
    background: linear-gradient(136deg, #033363 10%, #2d85dc 100%);
    padding: 6px 9px;
    border-radius: 45px;
    color: #fff;
    margin-right: 10px;
    font-size: 11px;
}

.accordion-button:not(.collapsed) {
    color: #4a4b65 !important;
}

.accordion-button:focus {
    border-color: #fff !important;
    box-shadow: 0 0 0 0.25rem rgb(246 248 256 / 25%) !important;
}

.why-choose-block #v-pills-tab {
    width: 35% !important;
    max-width: 100%;
}

.why-choose-block #v-pills-tabContent {
    width: 100%;
    background: #ffffff;
    padding: 0px 15px;
    height: 247px;
    overflow: hidden;
    overflow-y: auto;
    border: 1px solid #eee;
}

.why-choose-block .v-pills__tabContent {
    height: 229px !important;
}

.why-choose-block #v-pills-tabContent::-webkit-scrollbar {
    width: 5px;
    border-radius: 30px;
}

.why-choose-block:hover #v-pills-tabContent::-webkit-scrollbar-thumb {
    background: #033363;
}


.why-choose-block .nav-pills .nav-link.active,
.why-choose-block .nav-pills .show>.nav-link {
    color: #fff;
    background: linear-gradient(112deg, #033363 10%, #2d85dc 100%);
}

.why-choose-block .nav-pills .nav-link.active:hover {
    color: #fff;
    background: linear-gradient(112deg, #033363 10%, #2d85dc 100%) !important;
}

.why-choose-block .nav-pills .nav-link.active:before {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    background: linear-gradient(315deg, #033363 10%, #2d85dc 100%);
    top: 32%;
    right: -10px;
    transform: rotate(-45deg);
}

.why-choose-block .nav-pills .nav-link {
    position: relative;
    border-radius: 0;
    display: block;
    width: 100%;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: -1px;
    padding: 8px 8px;
    color: #4a4b65;
    background: #fff;
}

.why-choose-block .nav-pills .nav-link:hover {
    background: #f6f8fd !important;
}



.case-study-slid .client-result {
    width: 670px;
}

.case-study-slid .row.g-0 {
    border: 1px solid #eee;
    border-radius: 11px;
    background: #fff;
}

.case-study-slid .client-logoimg {
    width: 135px !important;
}



.inner-contact {
    background-color: #fff;
    border-radius: 15px;
    padding: 7px;
    box-shadow: 3px 4px 8px 1px #ddd;
    margin-top: 30px;
    padding-right: 20px;
}

.side-contents-contact {
    background: linear-gradient(136deg, #21245b 10%, #921d37 100%);
    padding: 30px;
    border-radius: 20px;
    padding-bottom: 80px;
    overflow: hidden;
    position: relative;
}

.side-contents-contact:before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: #46b170;
    border-radius: 210px;
    right: -140px;
    bottom: -160px;
}

.side-contents-contact h3 {
    font-size: 27px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

ul.contact-social {
    margin: 0;
    padding: 0;
    z-index: 1;
    position: relative;
}

ul.contact-social li {
    display: block;
    margin-bottom: 8px;
}

li.office-heading {
    color: #f19505;
    font-size: 21px;
    margin-bottom: 10px !important;
    font-weight: 500;
}

span.w_80 {
    width: 100%;
    line-height: 25px;
}

ul.contact-social li a {
    display: flex;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

ul.contact-social li i {
    width: 30px;
    font-size: 21px !important;
    position: relative;
    top: -1px;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #f19505;
    margin-right: 5px;
}

.margin_30 {
    margin-top: 30px;
}

ol.social-media {
    margin: 0;
    padding: 0;
}

ol.social-media {
    position: absolute;
    bottom: 5vh;
}

.side-contents-contact:after {
    content: '';
    position: absolute;
    background-color: #ed8104;
    width: 100px;
    height: 100px;
    border-radius: 210px;
    opacity: .8;
    right: 90px;
    bottom: 50px;
}

ol.social-media li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

ol.social-media li a {
    background-color: #f27d00;
    width: 30px;
    display: block;
    height: 30px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    border-radius: 40px;
    transition: all .3s ease;
}

.contact-inner-formm {
    padding-top: 20px;
}

.contact-inner-formm input,
.contact-inner-formm select {
    width: 100%;
    padding: 11px 9px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 17px;
    transition: all .3s ease;
    margin-bottom: 13px;
}

.text-danger {
    color: #dc3545 !important;
    font-size: 14px;
}

.contact-inner-formm textarea {
    width: 100%;
    padding: 11px 9px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 17px;
    height: 160px;
    transition: all .3s ease;
}

button.sand-enq {
    margin-top: 30px;
}

button.sand-enq {
    width: 35%;
    margin: 0 auto;
    border: none;
    background: linear-gradient(136deg, #033363 10%, #2d85dc 100%) !important;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 400;
    transition: .5s;
    cursor: pointer;
}


.top-header {
    display: block;
    background: linear-gradient(136deg, #2d3065 10%, #aa1b2f 100%) !important;
    padding: 8px 0;
}

.top-header .top-links {
    padding: 0;
    display: inline-flex;
    list-style: none;
    margin: 0;
}

.top-header .top-links li {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.top-header .top-links a {
    text-decoration: none;
    color: #fff;
    padding: 0 6px;
    border-right: 1px solid #eee;
    font-size: 14px;
}

.top-header .top-links li:last-child {
    padding: 0 0px 0 8px;
    line-height: 2;
}

.top-header .top-links li:last-child a {
    padding: 0 0px 0 0px;
    border-right: 0px solid #eee;
}

.top-right .top-links {
    padding-left: 108px;
}

.top-header .top-links li:nth-child(2) a {
    border-right: 0px solid #eee;
}

.iso img {
    margin-right: 8px;
}

.bottom_header.top-bar-gradient {
    background: #fff;
    padding: 13px 0;
}

.mn-head .navbar-nav:before {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    content: '';
    display: block;
    border: 1px solid rgba(255, 255, 255, .25);
    z-index: -1;
}

.menu-list {
    position: relative;
    z-index: 1;
}

.mn-head .navbar-nav li {
    position: relative;
    padding: 12px 0;
}

.mn-head .navbar-nav li>a {
    border-right: 1px dashed rgba(255, 255, 255, .4);
}

.mn-head .navbar-nav li a {
    font-weight: 500;
    display: block;
    text-transform: capitalize;
    padding: 0 16px !important;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.navbar-nav li.nav-item.dropdown:last-child a {
    border-right: 0;
}

.menu-list {
    margin: 0 auto;
}

.contact-info {
    margin-top: 10px;
}

.contact-info .info-box {
    position: relative;
    float: left;
    margin-left: 60px;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    padding: 0 0 0 70px;
    width: 40%;
}

.contact-info .icon-box {
    position: absolute;
    left: 0;
    top: 2px;
    color: #122e5b;
    font-size: 30px;
    line-height: 44px;
    width: 48px;
    height: 48px;
    text-align: center;
    border: 1px dashed #122e5b;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.contact-info .info-box ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.contact-info .info-box ul li span {
    font-weight: 700;
    font-size: 15px;
    color: #333;
    font-family: sans-serif;
}

.contact-info .info-box ul li a {
    font-family: sans-serif;
    font-weight: 700;
    color: #74b41b;
    text-decoration: none;
}

.copyright {
    background: #13171c;
    margin-top: 14px !important;
    width: 100%;
    padding: 9px 15px;
}

.featured-itemm {
    background-color: #f19505;
    color: #fff;
    padding: 15px 25px;
    border-radius: 30px;
    transition: all .3s ease;
}

.featured-itemm:hover {
    background: linear-gradient(250deg, #033363 10%, #2d85dc 100%);
}

.featured-itemm a {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
}

.featured-itemm a span {
    float: right;
    font-size: 31px;
    transition: all .2s ease;
    background-color: #f19505;
    height: 40px;
    width: 40px;
    text-align: center;
    margin-top: -3px;
    line-height: 38px;
    border-radius: 30px;
}

.about-content {
    margin: 0;
}

.trust-choose-block {
    background: #fff;
    padding: 50px 0;
}

.trust-choose-block img {
    width: 100%;
}

.wvelabs .col-md-3 span img {
    max-width: 70px;
}

.wvelabs h3.titles {
    font-size: 16px;
    color: #515151;
    letter-spacing: .48px;
    font-weight: normal;
    margin: 10px 0 0;
}

.wvelabs .col-md-3 {
    padding: 0;
}

.trust-choose-block .row-cols-1 {
    margin: 0 0;
}

.wvelabs a {
    text-decoration: none;
}

.other-website {
    padding: 9px 31px 9px !important;
    display: block;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background: #46b170;
}

button.sied-submit-btn i {
    border-left: 2px #fff solid;
    padding-left: 10px;
    margin-left: 10px;
}

.other-website:before {
    content: '';
    width: 130px;
    height: 101%;
    position: absolute;
    top: 0;
    right: 11px;
    transform: skew(-25deg);
    background: #46b170;
    z-index: -1;
}


.other-website:hover,
.other-website:hover:before {
    background: linear-gradient(320deg, #2b5278 10%, #2d85dc 100%);
}

ul.other-links {
    padding: 23px 0 23px 59px;
    margin: 0;
}

ul.other-links li {
    display: inline;
    padding: 0;
}

.row.other-links-section {
    padding-right: 0;
}

.other-links li a {
    padding: 0 9px;
    text-decoration: none;
    color: #033464;
    font-weight: 500;
    font-size: 14px;
}

.other-links li a:hover {
    color: #f19505;
}

.call-to-action a {
    background: var(--linear-gradient) padding-box, var(--linear-gradient) border-box;
    color: #fff !important;
    padding: 10px 15px !important;
    margin-left: 22px;
    border-radius: 5px;
    font-size: 16px !important;
}

.call-to-action a:hover {
    background: linear-gradient(179deg, #033363 10%, #2d85dc 100%);
}


.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1260px;
}

.dev.process-block .servebox:hover {
    height: auto;
}

.dev.process-block .servebox:hover p.desc {
    -webkit-line-clamp: inherit;
}

.dev.process-block .servebox:hover p.desc {
    overflow-y: auto;
}

.dev.process-block .servebox p.desc {
    max-height: 195px;
    overflow: hidden;
}

.dev.process-block .servebox:hover p.desc {
    overflow-y: auto;
}

.dev.process-block .servebox:hover p.desc::-webkit-scrollbar {
    width: 5px;
}

.dev.process-block .servebox:hover p.desc::-webkit-scrollbar-thumb {
    background-image: linear-gradient(-144deg, #37517e 0%, #426aaf 50%, #193667 100%) !important;
    border-radius: 5px
}

/* ========================================================================================================================
SEO Services 
======================================================================================================================== */
/*.high-qua-sec h2 {
	font-size: 30px;
	margin-bottom: 15px;
	color: #3d3d3d;
	letter-spacing: -.5px;
	font-weight: 500;
  }*/

.high-qua-sec p {
    width: 92%;
}

img#imgg-float {
    float: right;
    width: 500px;
    height: 360px;
    object-fit: contain;
    margin-left: 20px;
}

.header-content h1 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    padding: 42px 0px;
}

.bradcm-two {
    background-color: #f3f3f3;
    padding: 3px;
}

.bradcm-two p {
    margin: 0;
}

.bradcm-two p a {
    color: #000;
    font-weight: 400;
    transition: all .3s ease;
    text-decoration: none;
}

/* .servebox p.desc {
    display:-webkit-box;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
} */
section.total-body {
    padding-top: 50px;
}

.innerpages.total-body {
    padding-bottom: 50px;
}

section.services-section {
    background-color: #f9f9f9 !important;
    padding: 50px 0 50px;
}

.heading-content {
    text-align: center;
}

.services-section h3 {
    font-size: 34px;
    color: #3d3d3d;
    letter-spacing: .68px;
}

.servebox .serveboxcontent {
    text-align: center;
    padding: 15px 20px 30px;
    margin-top: -80px;
    border-radius: 25px;
    background-color: #fff;
    position: relative;
    transition: all .3s;
    height: 350px;
}

.servebox {
    color: #606060;
    padding: 0 10px 60px;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin: 110px 0 0;
    position: relative;
    height: 282px;
    transition: all .5s ease;
    background-image: linear-gradient(-144deg, #37517e 0%, #426aaf 50%, #193667 100%) !important;
}

.for-hgt {
    height: 440px;
    width: 100%;
    margin: 0 auto;
}

.row.for-hgt .col-md-4 {
    padding: 0 25px;
}

.servebox .read-more {
    display: block;
    width: 60%;
    font-size: 15px;
    text-align: center;
    color: #fff !important;
    padding: 10px;
    background-image: linear-gradient(-134deg, #00a0e3 0%, #0F7CC4 50%, #224B9A 100%);
    border-radius: 15px;
    transform: translateX(-50%);
    transition: all .3s ease 0s;
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: flow-root;
    transition: all .5s ease;
    opacity: 0;
}

.servebox:hover {
    height: 325px;
    transition: all .5s ease;
}

.servebox:hover .serveboxcontent::after {
    bottom: -50px;
    transition: all .5s ease;
}

.servebox .serveboxcontent::after {
    content: '';
    height: 50px;
    width: 50px;
    border: 25px solid transparent;
    border-top: 25px solid #fff;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all .5s ease 0s;
}

.servebox.green .read-more {
    background-image: linear-gradient(-134deg, #00a0e3 0%, #0F7CC4 50%, #224B9A 100%);
}

.servebox .read-more a {
    color: #fff;
    text-decoration: none;
}

.servebox:hover .read-more {
    opacity: 1;
    transition: all .7s ease;
}

.award {
    background: linear-gradient(136deg, #033363 10%, #2d85dc 100%) !important;
}

.tools-teck {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.service-cont h3,
.with-us h3,
.tools-teck h3,
.services-section h3,
.faqs-form h3 {
    font-size: 34px;
    color: #3d3d3d;
    letter-spacing: -.68px;
}

.tools-teck h3,
.services-section h3,
.faqs-form h3 {
    text-align: center;
}

.award h3 {
    color: #fff !important;
}

.tools-teck h1,
.tools-teck p {
    text-align: center;
}

.award p {
    color: #fff;
}

.tools-teck p {
    margin-bottom: 40px;
}

.owl-carousel.client-logo .owl-item img {
    display: block;
    width: auto;
}

.servebox .serveboxcontent:hover {
    box-shadow: 0 0 20px -5px #000;
}

.servebox .desc {
    line-height: 24px;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.php_acc .accordion-item {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    width: 100%;
    margin-bottom: 13px;
    text-align: left;
    border: none;
    outline: none;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 4px 6px 9px 4px #ddd;
    border-radius: 15px;
}

.php_acc .accordion-header {
    height: 69px;
    overflow: hidden;
    border-radius: 5px !important;
    position: relative;
}

span.material-icons.drop {
    position: absolute;
    top: 50%;
    color: #37517e;
    right: 15px;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 24px;
}

section.high-qua-sec {
    padding: 50px 0;
}

.accordion-button:not(.collapsed)::after {
    display: none;
}

.accordion-button::after {
    display: none;
}

.php_acc .accordion-button:not(.collapsed) {
    background: none;
    box-shadow: none;
    height: 69px;
}

.php_acc .accordion-button {
    height: 69px;
    font-size: 18px;
    font-weight: 500;
    color: #4a4b65;
    padding-right: 40px;
}

.serveboxicon img {
    width: 23% !important;
}

.for-grad-img {
    text-align: center;
}

.tech_logo .owl-item .item {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 25px 35px rgba(0 0 0 / 15%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech_logo .owl-item .item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

/* ========================================================================================================================
  SEO Services 
  ======================================================================================================================== */


/* =======================================================================================================================
  portfolio
  ======================================================================================================================== */



.gallery-wrap,
#portfolio_gallery {
    overflow: hidden;
    padding: 16px 0;

}

/* #gallery{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap:20px;
  } */
#filters {
    margin: 1%;
    padding: 0 25px;
    list-style: none;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

#filters li {
    float: left;
}

.portfolio-item {
    float: left;
    width: 33.33%;
    position: relative;
    z-index: 10;
    padding-bottom: 20px;
    display: none;
}

.portfolio-item .inside {
    width: 94%;
    margin: 0 auto;
    padding: 10px;
    min-height: 355px;
    border-radius: 10px;
    overflow: hidden;
    overflow: hidden;
    -webkit-transition: -webkit-box-shadow .3s linear;
    transition: -webkit-box-shadow .3s linear;
    transition: box-shadow .3s linear;
    transition: box-shadow .3s linear, -webkit-box-shadow .3s linear;
    -webkit-box-shadow: 0 0 10px 4px #f1f1f1;
    box-shadow: 0 0 10px 4px #f1f1f1;
}

.portfolio_section {
    padding: 50px 0;
}

.portfolio_section h1 {
    text-align: center;
    font-size: 45px;
}

ul#filters li span {
    list-style: none;
    display: inline-block;
    padding: 10px 30px;
    cursor: pointer;
    position: relative;
    color: #999;
    font-size: 20px;
}

ul#filters li {
    position: relative;
}

ul#filters li:after {
    content: '';
    display: block;
    left: 0;
    bottom: 0px;
    position: absolute;
    height: 2px;
    background: #333;
    -webkit-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}

ul#filters li.activee:after {
    width: 100%;
    left: 0;
    bottom: 10px;
}

.portfolio-item h2 {
    font-size: 24px;
    padding-bottom: 15px;
    color: #252525;
    /* transition: 0.5s; */
    margin-bottom: 0px;
}

.portfolio-item h2:hover {
    color: #135291;
}

.portfolio-item p {
    font-size: 16px;
    color: #252525;
    margin-bottom: 0px;
    line-height: 1.2;
}

.portfolio-item .text {
    padding: 16px 0px;
}

.portfolio-item {
    text-decoration: none;
    text-align: center;
}

ul#filters li span.active {
    color: #252525;
}

/*   
  #filters li span {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #666;
	cursor: pointer;
	text-transform: uppercase;
	transition: all ease-in-out 0.25s;
  }
  
  #filters li:hover span {
	color: #000;
  }
  
  #filters li span.active {
	background: #1fbae7;
	color: #fff;
  }
  
  .portfolio-item {
	float: left;
	width: 33.333%;
	padding: 10px;
	position: relative;
	z-index: 10;
	display: none;
  }
  
  .inside {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
  }
  
  .details,
  .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
  }
  
  .details {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	transition: all 0.3s ease-in-out;
  }
  .details h2 {
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	margin: 0;
  }
  .details p {
	color: #fff;
	font-size: 1em;
	letter-spacing: 2px;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
  }
  
  .inside img {
	float: left;
	width: 100%;
  }
  
  .overlay {
	background: rgba(31, 186, 231, 0.8);
	z-index: 1;
	transition: all 0.7s ease-in-out;
  }
  
  .portfolio-item:hover .details,
  .portfolio-item:hover .overlay {
	opacity: 1;
  }
   */



/* =======================================================================================================================
  portfolio
  ======================================================================================================================== */


.process-block {
    background: #f6f8fd;
    margin-top: 50px;
}

.process-block .comon-services {
    padding: 40px 25px;
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1);
}

.process-slid.owl-carousel .owl-stage {
    padding-bottom: 22px;
}

.weserve-block {
    background: #f6f8fd;
}

.weserve-block .comon-services {
    padding: 22px 25px;
    border-radius: 15px;
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1);
    border: none;
}

.weserve-block .owl-carousel .owl-stage {}

.weserve-block .owl-carousel .owl-stage-outer .owl-item {
    padding: 0 23px 25px 0;
}

.process-slid .owl-item {
    padding-right: 23px;
}

/* ============================== packages css ========================== */
ul.card-body-ul.heading-ull.new-tab-system li.add_network_list {
    height: inherit;
}

ul.card-body-ul.new-tab-side li.add_network_list {
    height: inherit;
}

.add_network {
    padding: 10px;
    background: #fff;
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
}

.add_network img {
    height: 48px;
}

h6.pkg_heading {
    color: #fff;
}

p.hedear_text_price {
    line-height: 1.2 !important;
}

span.cost {
    display: block;
    font-size: 22px;
    font-weight: 600;
    padding-top: 3px;
}

ul.card-body-ul.new-tab-side li.price_li p {
    line-height: 1.2;
}

span.price {
    display: block;
    font-size: 22px;
    font-weight: 600;
    padding-top: 3px;
}

section.packages-section {
    padding: 50px 0;
}

section.packages-section h2 {
    color: #fff;
}

section.packages-section .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #37517e;
    /* border-bottom: 1px solid #fff */
}

section.packages-section button.btn.btn-link.btn-block.text-left {
    padding: 0;
    text-align: center !important
}

section.packages-section button.btn.btn-link.btn-block.text-left {
    color: #fff !important;
    font-size: 17px;
    text-decoration: none;
    list-style: none;
    width: 100%;
    font-weight: 500
}

section.packages-section button.btn.btn-link.btn-block.text-left.collapsed {
    color: #fff !important;
    text-decoration: none;
    list-style: none
}

section.packages-section .card button:before {
    position: absolute;
    right: 0;
    color: #fff;
    font-family: fontawesome
}

section.packages-section .card button {
    position: relative
}

section.packages-section button.btn.btn-link.btn-block.text-left:before {
    content: '\f068'
}

section.packages-section button.btn.btn-link.btn-block.text-left.collapsed:before {
    content: '\f067'
}

section.packages-section .card-body {
    padding: 0
}

section.packages-section ul.card-body-ul li {
    list-style: none;
    padding: 6px;
    background-color: #f1f0f0;
    line-height: 1;
    border: 1px solid #ddd
}

section.packages-section ul.card-body-ul {
    margin: 0;
    padding: 0
}

section.packages-section .box-table-price .col-md-3:last-child {
    padding-right: 12px !important
}

section.packages-section .box-table-price .col-md-3 {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center
}

section.packages-section .box-table-price .col-md-4 {
    padding-right: 0
}

ul.card-body-ul.bg-1 li {
    background-color: #eaeaea !important
}

ul.card-body-ul.bg-2 li {
    background-color: #f08401 !important
}

ul.card-body-ul li i {
    width: 30px;
    height: 30px;
    background-color: #37517e;
    color: #fff;
    border-radius: 40px;
    line-height: 30px;
    font-size: 14px
}

ul.card-body-ul li {
    height: 45px;
    line-height: 33px
}

ul.card-body-ul li p {
    margin: 0 !important;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
}

ul.card-body-ul.heading-ull li {
    padding-left: 20px !important;
    font-weight: 500;
    color: #37517e;
    font-size: 16px;
}

.tab {
    background-color: transparent;
    width: 80%;
    margin: 0 auto;
    transition: all .3s ease;
    height: 80px;
    vertical-align: bottom
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: .3s;
    font-size: 17px
}

.tab button:hover {
    background-color: #ddd
}

.tab button.active {
    background-color: #ccc
}

.tabcontent {
    display: none
}

.topright {
    float: right;
    cursor: pointer;
    font-size: 28px
}

.topright:hover {
    color: red
}

.packages-section .tab {
    display: flex
}

.packages-section .tab button {
    flex: 1;
    background-color: #aa1b2f;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 30px 30px 0 0;
    height: 60px;
    display: inline-block;
    transition: all .3s ease;
    position: relative;
    bottom: -20px;
}

.packages-section .tab button.active{
    background-color: #e5e5e5;
    font-size: 22px;
    height: 80px;
    top: 0;
    transition: all .3s ease;
    color: #37517e;
    font-weight: 600;
}

p.hedear_text {
    font-size: 26px !important;
    font-weight: 600 !important;
    color: #37517e !important;
}

.packages-section .col-md-3:last-child {
    padding-right: 15px !important
}

.box-table-price ul.card-body-ul li p {
    font-weight: 400 !important;
    font-size: 16px !important;
}

.cmp-package .box-table-price ul.card-body-ul li p {
    font-weight: 400;
}

ul.card-body-ul.heading-ull.new-tab-system li h6 {
    color: #fff;
}

.packages-section .col-md-3 {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center
}

.packages-section .col-md-4 {
    padding-right: 0
}

ul.card-body-ul.heading-ull.new-tab-system li{
    background-color: #aa1b2f;
    color: #fff;
    text-align: center;
    height: 70px;
}

ul.card-body-ul.new-tab-side li {
    background-color: #1d1b2f !important;
    height: 70px;
    color: #fff;
}

ul.card-body-ul.heading-ull.new-tab-system li p {
    color: #fff;
    line-height: 67px
}

ul.card-body-ul.heading-ull.new-tab-system li h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 65px
}

ul.card-body-ul.new-tab-side li h3 sub {
    font-size: 20px
}

ul.card-body-ul.new-tab-side li h3 {
    font-size: 28px;
    margin-bottom: 3px;
    font-weight: 600;
    margin-top: 0;
    color: #fff;
}

ul.card-body-ul.new-tab-side li p {
    font-size: 16px;
    color: #fff;
    line-height: 60px
}

ul.card-body-ul.new-tab-side li button:hover {
    background-color: #37517e;
    transition: all .3s ease;
    color: #fff
}

ul.card-body-ul.new-tab-side h6 {
    font-size: 18px;
    font-weight: 500;
    color: #ffbd11;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

ul.card-body-ul.new-tab-side li button {
    background-color: #fff;
    border: none;
    padding: 7px 29px;
    border-radius: 40px;
    font-weight: 600;
    color: #1d3456;
    margin-top: 7%;
    transition: all .3s ease
}

.packages-section .col-md-8 .col-md-4:last-child {
    padding-right: 11px
}

.packages-section .col-md-8 .col-md-4 {
    padding: 0;
    text-align: center
}

.accordion ul.card-body-ul li p {
    font-size: 14px;
    line-height: 27px;
}

.job_type:hover .position_count {
    color: #fff;
}

span.badge.theme-color.py-2.px-3:hover {
    background: linear-gradient(136deg, #2d85dc 10%, #033363 100%);
}

ul.card-body-ul.heading-ull.new-tab-system {
    border-top-left-radius: 25px !important;
    overflow: hidden
}

.packages-section .col-md-8 .col-md-3:last-child ul.card-body-ul.new-tab-side {
    border-top-right-radius: 25px !important;
    overflow: hidden
}

.packages-section .col-md-8 .col-md-4:last-child ul.card-body-ul.new-tab-side {
    border-top-right-radius: 25px !important;
    overflow: hidden
}

ul.card-body-ul.bg-2 {
    box-shadow: 3px 6px 12px 4px #00000026;
    position: relative;
    z-index: 1
}

.col-md-3.special-li {
    position: relative;
    z-index: 1;
    box-shadow: 3px 6px 12px 4px #00000026
}

.bottom-button-packages li {
    height: 70px !important
}

.bottom-button-packages button.buy-tab-btnn {
    padding: 12px 36px;
    border-radius: 80px;
    border: none;
    background-color: #fff;
    font-weight: 600;
    margin-top: 7px;
    color: #333;
    transition: all .3s ease
}

.bottom-button-packages button.buy-tab-btnn:hover {
    background-color: #37517e;
    color: #fff;
    transition: all .3s ease
}

.for-head3-only h3 {
    line-height: 2
}

.oops {
    padding-top: 50px;
    color: #000
}

.not-found {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0
}

.notf {
    margin: -31px 0 0
}

.not-found span {
    font-size: 171px;
    font-weight: bolder;
    color: #000;
    padding: 0 13px
}

.error .btn-info {
    color: #fff;
    background-color: #f08401;
    border-color: #f08401;
    color: #000;
    padding: 10px 28px;
    margin: 0 9px;
    box-shadow: 0 0 8px #bab6b6;
    border-radius: 5px;
    font-size: 21px
}

.error .btn-info:hover {
    background-color: #00b170 !important;
    border-color: #00b170 !important
}

.error p {
    margin: 0;
    padding: 14px 0;
    color: #000;
    font-size: 22px
}

ul.card-body-ul.heading-ull.new-tab-system.ppc-page h6 {
    line-height: 50px;
    font-size: 20px
}

ul.card-body-ul.heading-ull.new-tab-system.bg-3-cc {
    border-radius: 0 !important
}

.cmp-package ul.card-body-ul li p {
    margin: 0 !important;
    padding: 0;
    font-size: 16px;
    line-height: 14.2px;
    font-weight: 700
}

ul.card-body-ul.heading-ull.new-tab-system.bg-3-cc.last-child-head {
    border-top-right-radius: 25px !important
}

ul.card-body-ul.heading-ull.new-tab-system.bg-3-cc.last-child-head li {
    background-color: #f08401
}

section.packages-section.cmp-package ul.card-body-ul.heading-ull.new-tab-system p {
    font-size: 25px;
    line-height: 2.5 !important
}

.midd-btnn button.tablinks.active {
    background-color: #f08401;
    font-size: 30px;
    height: 80px;
    top: 0;
    transition: all .3s ease;
    color: #37517e;
    font-weight: 700;
    border-radius: 30px 30px 0 0;
    border: none;
    padding: 10px 80px;
    margin: 0 auto
}

.midd-btnn {
    text-align: center
}

ul.card-body-ul.heading-ull.new-tab-system h6 {
    margin-top: 10px
}

ul.card-body-ul.heading-ull.new-tab-system li span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2
}

.award {
    background: #37517e !important
}

.award h3 {
    color: #fff !important
}

.award p {
    color: #fff
}

.award img {
    border-radius: 5px
}

.blog {
    padding: 50px 0
}

.our_blog_head {
    padding-bottom: 40px
}

h3.blog_title {
    margin: 15px 0
}

.blog_title a {
    color: #222
}

.blog_title a:hover {
    color: #f68400
}

.card_box {
    border: 1px solid #cccc;
    padding: 14px
}

.blog_readmore_btn {
    position: relative
}

.blog_readmore_btn::before {
    content: '\f178';
    font-family: FontAwesome;
    position: absolute;
    left: 87px;
    top: -4px
}

.payment_details {
    padding: 40px;
    background: #fff;
    box-shadow: 0 2px 6px rgb(0 0 0/15%)
}

.payment_details .form-group {
    width: 100%
}

.payment_details .form-group input {
    width: 100%;
    border-radius: 0
}

.payment_btn {
    background: #00b170 !important
}

.payment_btn:hover {
    background: #37517e !important
}

.reasons .panel-title {
    margin-top: 15px
}

.form_style {
    font-size: 17px !important;
    height: 46px !important;
    border: 2px solid #e9e7e7
}

.form-row {
    padding: 0
}

/* ============================== packages css ========================== */

.package-geading h2 {
    font-size: 56px;
    text-align: right;
    margin-bottom: 0px;
    line-height: 20px;
}

.package-geading h2+h6 {
    font-size: 28px;
    color: #233f50;
    text-align: right;
    padding-right: 0px;
    padding-top: 6px;
    position: relative;
    font-weight: 600;
}

.arrow-sign {
    position: absolute;
}

input[type="submit"].wpcf7-form-control {
    width: auto;
    background: linear-gradient(136deg, #033363 10%, #2d85dc 100%);
    border: none;
    padding: 10px 40px;
    color: #fff;
    border-radius: 25px;
    transition: 0.5s;
    margin: 0 auto;
}

input[type="submit"].wpcf7-form-control:hover {
    background: var(--linear-gradient) padding-box, var(--linear-gradient) border-box;
}

div#enquireFormss p {
    text-align: center;
}

/* ======================================== Career ============================================= */
.career_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
    padding-bottom: 30px;
}

.job_type {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    overflow: hidden;
    border-radius: 0.875rem !important;
}

/* .with-ease {
    transition: all 1s cubic-bezier(0.550,0.085,0.000,0.990);
} */


span.badge.theme-color.py-2.px-3 {
    background: rgb(241 149 5);
    color: #fff;
}

span.badge.theme-color.py-2.px-3 a {
    color: #fff;
}

.job_type h3 {
    font-size: 1.125rem;
}

.job_type p {
    font-size: 0.95rem;
    line-height: 23px;
}

.job_type:hover .bg-white {
    background: linear-gradient(136deg, #033363 10%, #2d85dc 100%) !important;
}

.job_type:hover h3 {
    color: #fff;
}

.job_type:hover p {
    color: #fff;
}

span.badge.theme-color.py-2.px-3 a {
    text-decoration: none;
}

h2.job_section_title {
    font-size: 2.5rem;
    font-weight: 600;
}

.container.cr_container {
    background: url(../images/career-2.svg) no-repeat top left 100px / auto 100%;
    z-index: 1;
    position: relative;
}




section.career_section {
    padding: 50px 0;
}

/* ======================================== Career ============================================= */
ul.card-body-ul li i.fa-times {
    color: #d41818;
    background: #fff;
}

div#pack3 .inner-contact {
    box-shadow: none;
    margin-top: 16px;
}



ul.line_height_normal li p {
    line-height: normal !important;
}

ul.card-body-ul.eq_height li {
    height: 70px;
}

.upload-pdff input {
    display: none;

}

.contact-sectionn {
    padding: 50px 0;
}

.upload-pdff {
    display: flex;
    justify-content: end;
}

.upload-pdff label {
    border: 1px solid #fff;
    width: 170px;
    padding: 7px 20px;
    border-radius: 5px;
    float: right;
    text-align: right;
    transition: 0.5s;
    background: #46b170 !important;
    position: relative;
    color: #fff;
}

.upload-pdff:hover label {
    border-color: #000;
    color: #000;
    background: none !important;
}

.upload-pdff label:before {
    content: '\f093';
    position: absolute;
    width: 20px;
    font-size: 26px;
    left: 20px;
    font-family: fontawesome;
    line-height: 26px;
}

ul.ppc_list li b {
    /* font-size: 20px; */
    color: #f19505;
}

ul.ppc_list li {
    color: #121212;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
}

ul.ppc_list {
    width: 100%;
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    padding-top: 20px;
}

span.arrow_imo {
    padding-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
}


.heading-content P {
    margin-bottom: 3px;
}

.process-block a.comon-services {
    transition: 0.5s;
}

.process-block a.comon-services p {
    overflow: hidden;
    overflow-y: auto;
    max-height: 120px;
}

.process-block a.comon-services p::-webkit-scrollbar {
    width: 5px;
}

.process-block a.comon-services:hover p::-webkit-scrollbar-thumb {
    background: #033363;
}

.process-block a.comon-services {
    padding: 25px 14px;
}

.Procces_desc {
    /* font-size:14px; */
    text-align: center;
}

section.faqs-form {
    padding: 50px 0;
}

section.ppc_list {
    background: linear-gradient(136deg, #033363 10%, #2d85dc 100%);
    color: #fff;
    padding: 30px 0;
}


section.ppc_list h3 {
    text-align: center;
}


.service_box_slide {
    padding: 0 20px;
    padding-bottom: 20px;
}

.serveboxicon img {
    margin: 0 auto;
}

.service_box_slide .title {
    padding-top: 8px;
}

.item.service_box_slide p.desc {
    overflow: hidden;
    transition: 0.5s;
    max-height: 192px;
    overflow-y: auto;
}

.item.service_box_slide p.desc::-webkit-scrollbar {
    width: 5px;
}

.item.service_box_slide:hover p.desc::-webkit-scrollbar-thumb {
    background: #033363;
}

.item.service_box_slide .servebox:hover {
    height: auto;
}

.item.service_box_slide .servebox:hover .serveboxcontent {
    height: auto;
}


.why-choose-block.seo_page {
    background: linear-gradient(136deg, #033363 10%, #2d85dc 100%);
}

.why-choose-block.seo_page ul.seo_list li {
    box-shadow: none;
    margin-bottom: 0;
    padding: 0;
    display: block;
}

ul.seo_list {
    column-count: inherit;
}

.why-choose-block.seo_page .nav-pills .nav-link {
    border: none;
}

.why-choose-block.seo_page #v-pills-tabContent {
    border: none;
    border-radius: 4px;
}

.why-choose-block.seo_page #v-pills-tab {
    border: none;
    border-radius: 5px;
}

.why-choose-block.seo_page .nav-pills .nav-link:nth-child(1) {
    border-radius: 5px 5px 0 0;
}

.why-choose-block.seo_page .nav-pills .nav-link:nth-child(3) {
    border-radius: 0 0 5px 5px;
}

.seo_tab_title {
    font-size: 20px;
}

ul.angular_list {
    list-style: none;
    padding-left: 15px;
    padding-top: 20px;
    background: #37517e0a;
    padding-bottom: 15px;
    margin-top: 8px;
}

ul.angular_list li i {
    font-weight: 600 !important;
    font-size: 19px;
    width: 20px;
    height: 20px;
    /* border: 1px solid #f19505; */
    position: absolute;
    display: flex;
    align-items: center;
    color: #f19505;
    top: 2px;
    left: 0;
    justify-content: center;
    border-radius: 50%;
}

ul.angular_list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}

section.services-section.padding_bottom {
    padding-bottom: 30px;
}

.seo_list_items.one {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding-top: 20px;
}

.seo_list_items.two {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding-top: 20px;
}

.seo_list_items.three {
    padding-top: 20px;
}

.seo_list_items.three .angular_list {
    padding-bottom: 0px;
}

.seo_list_items.three .angular_list+p+p {
    margin-bottom: 0px;
}

.seo_list_items .angular_list+p {
    margin-bottom: 0px;
}




.about-block .container,
.our-work-details .container {
    width: 100%;
}

.trust-choose-block .about-content {
    padding: 0;
}

.pd-0 {
    padding: 0;
}

.service-block .row .col {
    padding: 0 8px;
    margin-bottom: 50px;
}



/* ============== seo result =============== */
.seo_result {
    padding: 50px 0;
}

table.seo_result_table thead:first-child {
    background: linear-gradient(179deg, #033363 10%, #2d85dc 100%);
    text-align: center;
    color: #fff;
}

table.seo_result_table thead:first-child th {
    padding: 7px 0px;
    font-weight: normal;
}

table.seo_result_table thead:nth-child(2) {
    background: #f19505;
    color: #212121;
    font-size: 14px;
}


table.seo_result_table thead:nth-child(2) th {
    padding: 8px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}

table.seo_result_table tbody td {
    text-align: center;
    padding: 8px;
    background: #0000000d;
    font-size: 15px;
}

table.seo_result_table {
    width: 100%;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

table.seo_result_table tr th:nth-child(1) {
    width: 15%;
}

table.seo_result_table tr th:nth-child(2) {
    width: 36%;
    text-align: left;
}

table.seo_result_table tr th:nth-child(3) {
    width: 25%;
}

table.seo_result_table tr th:nth-child(4) {
    width: 24%;
}

table.seo_result_table tr td:nth-child(1) {
    width: 15%;
}

table.seo_result_table tr td:nth-child(2) {
    width: 36%;
    text-align: left;
}

table.seo_result_table tr td:nth-child(3) {
    width: 25%;
}

table.seo_result_table tr td:nth-child(4) {
    width: 24%;
}

table.seo_result_table tr:nth-child(2n) td {
    background: #ede2e2;
}

.orange_heading {
    color: #f19505 !important;
}


/* ============== seo result =============== */

/* ============ box ============= */
.row.for-hgt.height_row_2 .servebox:hover p.desc {
    overflow-y: auto;
}

.row.for-hgt.height_row_2 .servebox:hover p.desc::-webkit-scrollbar {
    width: 5px;
}

.row.for-hgt.height_row_2 .servebox:hover p.desc::-webkit-scrollbar-thumb {
    background-image: linear-gradient(-144deg, #37517e 0%, #426aaf 50%, #193667 100%) !important;
    border-radius: 5px
}

.row.for-hgt.height_row_2 .servebox p.desc {
    max-height: 123px;
    overflow: hidden;
}

.row.for-hgt.height_row_2 {
    height: auto;
}

.row.for-hgt.height_row_2 .servebox {
    height: 295px;
    margin-bottom: 25px;
}

.row.for-hgt.height_row_2 {
    width: 100%;
}

.row.for-hgt.height_row_2 .servebox .serveboxcontent::after {
    bottom: -50px;
}

.row.for-hgt.height_row_2 .servebox .read-more {
    opacity: 1;
}

.row.for-hgt.height_row_2 .servebox .serveboxcontent {
    height: 310px;
}

.row.for-hgt.height_row_2 .servebox .serveboxcontent .title {
    padding-top: 20px;
    padding-bottom: 10px;
}

/* ============ box ============= */
.mobile {
    display: none;
}

button.navbar-toggler .navbar-toggler-icon {
    background-image: url("../images/menu-icon.png");
}

span.testi_social_icons img {
    height: 20px;
    width: auto !important;
    margin-left: 188px;
}

.testmonial_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.testimonial_item {
    height: 230px;
    border-radius: 8px;
    overflow: hidden;
}

.testimonial_item iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.video_carousel {
    padding: 50px 0;
    background: #F5F8FD;
}

.testimonial_item {
    height: 230px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 10px 15px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1);
}

.vtmnl_carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}

.vtmnl_carousel .owl-prev {
    position: absolute;
    left: -40px;
}

.vtmnl_carousel .owl-next {
    position: absolute;
    right: -10px;
}

span.testi_social_icons img {
    height: 20px;
    margin-left: 188px;
}

.career_container button {
    transform: translate(-50%, -50%);
    background: rgb(70, 70, 130);
    color: #fff;
    font-size: 18px;
    padding: 15px 25px;
    outline: none;
    border: none;
    border-radius: 30px;
    cursor: pointer;
}

.career_container .modal_content {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: center;
    background: rgb(70, 70, 130);
    color: #fff;
    padding: 25px;
    border-radius: 30px;
}

.career_container .modal_content .modal_title h2 {
    margin-bottom: 30px;
    margin-top: 20px;
}

.career_container .modal_content .close_btn p {
    text-align: right;
    cursor: pointer;
    font-size: 24px;
}

.career_container .modal_content .close_btn i {
    display: flex;
    justify-content: flex-end;
    font-size: 30px;
    cursor: pointer;
}

.readm a {
    color: #fff;
    text-decoration: none;
    background: green;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 14px;
}

.sendcv a {
    color: #fff;
    background: #f19505;
    text-decoration: none;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 14px;
}

.d-flex.justify-content-between {
    padding-top: 15px;
}

.readm a:hover,
.sendcv a:hover {
    background: linear-gradient(136deg, #2d85dc 10%, #033363 100%);
}

ul.portfolio_category {
    list-style: none;
    margin-bottom: 0px;
    padding: 0;
}

ul.portfolio_category li {
    display: inline-block;
    font-size: 15px;
    color: #0e0e0e;
    border-right: 2px solid #cfcfcf;
    padding: 0 5px;
    line-height: 16px;
}

ul.portfolio_category li:last-child {
    border-right: 0px solid #a19696;
    padding: 0 0px;
}

span.filter.all:after {
    width: 100%;
    border: 10px;
    left: 0;
}

span.invalid-feedback {
    display: block;
    margin-top: -7px;
    margin-bottom: 13px;
}

@media screen and (max-width: 768px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .modal-content {
        margin-left: auto !important;
    }
}

@media screen and (max-width: 955px) {
    .skillset {
        padding: 20px;
    }

    .skill-lockup {
        max-width: 700px;
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .skill-bar {
        max-width: 700px;
        width: 100%;
    }
}

@media screen and (max-width: 980px) {
    .column {
        flex: 50%;
        display: block;
    }
}

@media (max-width: 30em) {
    .wrap {
        padding-left: 1em;
        padding-right: 1em;
    }

    .portfolio-item {
        float: none;
        width: 100%;
    }
}

@media (min-width:1400px) {
    .about-svg {
        bottom: -330px;
    }

    .aplications-part {
        margin-top: 130px;
    }

    .php-part {
        margin-top: 260px;
    }

}

@media (min-width:1850px) {
    .svg-div {
        position: absolute;
        bottom: 300px;
    }

    .subpage-banner {
        height: 260px;
    }

    .about-svg {

        top: -420px;
    }

   

    .our-work-svg {
        top: -10px;
        position: relative;
    }

    .our-work-bg1 {
        bottom: -1px;
        position: relative;
    }

    .call-svg {
        top: -10px;
        position: relative;
    }

    /*.about-block {*/
    /*    margin-top: 250px;*/
    /*}*/

    .news-sec-div {
        margin-top: 240px;
    }
}

@media (min-width:1900px) {
    .svg-div {
        position: absolute;
        bottom: 300px;
    }
}

@media (max-width:1080px) {
    .about-svg {
        top: -230px;
    }

    .svg-div {
        bottom: 420px;
    }

    .team-block .about-svg-bt {
        bottom: -239px;
    }

    .mn-head .nav-link {
        margin: 0 3px;
    }

    .mainn-head {
        margin-top: 80px !important;
    }

    .banner-div-content h1 {
        font-size: 38px;
    }

    .comon-st-div h5 span {
        font-weight: 500;
        font-size: 15px;
    }

    .about-svg-bt {
        margin-top: 0;
        position: absolute;
        bottom: -179px;
    }

    .project-menu ul li {
        margin: 0 6px;
    }

    .recent-post-div h5 {
        width: 50%;
        font-size: 13px;
        line-height: 18px;
    }
}

@media (max-width:1024px) {
    .what-project-div figure {
        height: 664px;
    }

    .aplications-part {
        margin-top: 120px;
    }

    .svg-div {
        bottom: 150px;
    }

    .about-svg {
        margin-top: 0;
        top: 0;
        bottom: -170px;
    }

    .aplications-part .about-svg {
        bottom: inherit;
        top: -220px;
    }

    .comon-pic-news figure>a {
        height: 100%;
    }

    .comon-pic-news figure>a>img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .sec-d7 img {
        top: -50px;
    }

    .project-menu ul li {
        margin: 0 6px;
    }

}

@media (max-width: 900px) {
    .mn-head {
        background: #fff;
    }

    .aplications-part {
        margin-top: 90px;
    }

    .aplications-part .about-svg {
        bottom: inherit;
        top: -189px;
    }

    .subcribe-div h2 {
        margin-bottom: 10px !important;
    }

    .subcribe-bn {
        margin-top: 25px !important;
    }

    .recent-post-div h5 {
        width: 62%;
    }

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

    .ds-logo {
        display: none;
    }

    .sc-logo {
        display: block;
    }

    .about-svg {
        margin-top: 0;
        top: -180px;
    }

    .comon-st-div {
        justify-content: center;
        margin-bottom: 40px;
    }

    .about-svg-bt {
        top: inherit;
        bottom: -160px;
    }

    .team-block .about-svg-bt {
        bottom: -179px;
    }

    .dropdown-menu1 {
        visibility: inherit;
        display: none;
    }

    .signiup {
        background: linear-gradient(136deg, #033363 10%, #2d85dc 100%) !important;
        color: #fff !important;
    }

    .subpage-banner {
        height: 260px;
    }

    .svg-div {
        position: relative;
        margin-top: 0;
        top: -130px;
    }

    .pricing-card {
        margin-bottom: 25px;
    }
}

@media (max-width: 851px) {
    .mobile-comon-animation {
        overflow-x: hidden;
    }
}

@media (max-width: 812px) {
    header {
        position: relative;
    }

    .menu-mobile .offcanvas-body .nav-link {
        padding-left: 10px;
    }

    .dropdown-menu1 {
        visibility: inherit;
        display: none;
    }

    .navbar-nav .nav-link {
        border-bottom: solid 1px #e7e7e7;
    }

    .offcanvas-body ul li:last-child a,
    .offcanvas-body ul li:nth-child(8) a {
        border-bottom: none;
    }

    .menu-mobile .offcanvas-body .nav-link:hover {
        background-image: linear-gradient(179deg, #033363 10%, #2d85dc 100%);
        color: #fff !important;
    }

    .dropdown-toggle::after {
        position: absolute;
        right: 0;
        top: 18px;
    }

    .ds-logo {
        display: none;
    }

    .sc-logo {
        display: block !important;
    }

    .mn-head .nav-link {
        color: #1e1e1e !important;
    }

    .signiup {
        background: linear-gradient(136deg, #033363 10%, #2d85dc 100%) !important;
        color: #fff !important;
    }

    .our-work-bg1 {
        position: relative;
        top: inherit;
        margin-top: 0;
        bottom: -10px;
    }

    .testimonal-sec {
        margin-top: 10px;
    }

    .about-svg {
        margin-top: -170px;
    }

    .our-work-details i {
        margin-bottom: 10px;
    }

    .comon-st-div {
        margin-bottom: 20px;
    }

    .about-svg-bt {
        bottom: -160px;
        margin-top: 0;
        top: inherit !important;
    }

    .svg-div {
        position: relative;
        margin-top: -140px;
    }

    .banner-part figure {
        margin: auto;
        width: 74%;
        margin-top: 10px;
    }

    .search-bn {
        width: 100%;
        margin-top: 15px;
    }

    .about-div-pic {
        margin-top: 50px;
    }

    .comon-st-div {
        display: block;
        text-align: center;
    }

    .list-work ul {
        flex-direction: column;
    }

    .list-work ul li {
        margin-bottom: 15px;
    }

    .what-project-div {
        padding-bottom: 20px;
    }

    .recent-post-div h5 {
        width: 70%;
    }

    .comon-text-sec h5,
    .comon-text-sec p {
        padding-left: 0;
        margin-top: 10px;
    }

    .comon-text-sec a {
        margin-left: 0;
    }

    .year-text h1 {
        background-size: 100%;
    }

    .sec-d7 .read-more-bn {
        margin: auto;
        text-align: center;
        display: table;
    }

    .comon-text-sec figure {
        height: 430px;
    }

    footer .row>div:nth-child(2) {
        justify-content: left;
    }

    footer .row>div:nth-child(3) .comon-footer,
    footer .row>div:nth-child(4) .comon-footer {
        justify-content: left;
    }

    .socal {
        justify-content: start;
    }

    .sec-d1 h1 {
        margin-top: 30px;
    }

    .banner-div-content h1 {
        font-size: 38px;
    }

    .top-bar-sec {
        text-align: center;
    }

    .what-project-div figure {
        height: 540px;
    }

    .call-svg {
        position: relative;
        top: -10px;
    }

    .subpage-banner {
        height: 207px !important;
        min-height: inherit !important;
    }

    .subpage-banner h1 {
        margin-top: 0;
    }

    .project-menu ul {
        flex-direction: column;
    }

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

    .column {
        flex: 0 0 49%;
        display: block;
        width: 20%;
        margin-bottom: 45px;
    }

    .dropdown:hover>.dropdown-menu1 {
        position: relative !important;
        display: none;
    }

    ul.show {
        display: block !important;
        transform: none !important;
    }



}

@media (max-width: 768px) {
    .banner-part {
    height: 200px;
}
.row.other-links-section {
        width: 100% !important;
       }
    .column {
        flex: 0 0 49%;
        display: block;
        width: 20%;
        margin-bottom: 28px;
    }

    .aplications-part .about-svg {
        bottom: inherit;
        top: -170px;
    }

    .project-menu ul {
        flex-direction: row;
    }

    .svg-div {
        margin-top: 0;

    }

    .about-svg {
        margin-top: 0;
        top: -170px;
    }

    .search-bn {
        width: 100%;
        margin-top: 15px;
    }

    .about-div-pic {
        margin-top: 50px;
    }

    .comon-st-div {
        display: block;
        text-align: center;
    }

    .list-work ul {
        flex-direction: column;
    }

    .list-work ul li {
        margin-bottom: 15px;
    }

    .what-project-div {
        padding-bottom: 20px;
    }

    .comon-text-sec h5,
    .comon-text-sec p {
        padding-left: 0;
        margin-top: 10px;
    }

    .comon-text-sec a {
        margin-left: 0;
    }

    .year-text h1 {
        background-size: 100%;
    }

    .sec-d7 .read-more-bn {
        margin: auto;
        text-align: center;
        display: table;
    }

    .comon-text-sec figure {
        height: 430px;
    }

    footer .row>div:nth-child(2) {
        justify-content: left;
    }

    footer .row>div:nth-child(3) .comon-footer,
    footer .row>div:nth-child(4) .comon-footer {
        justify-content: left;
    }

    .socal {
        justify-content: start;
    }

    .sec-d1 h1 {
        margin-top: 30px;
    }

    .banner-div-content h1 {
        font-size: 38px;
    }

    .top-bar-sec {
        text-align: center;
    }

    .what-project-div figure {
        height: 540px;
    }
}

@media (max-width: 668px) {

    /* website style */
    .project-menu ul {
        flex-direction: column;
    }

    .column {
        flex: 0 0 100%;
        display: block;
        width: 100%;
        margin-bottom: 28px;
    }

    .mn-head {
        background: #fff;
    }

    .sc-logo {
        display: block;
    }

    .ds-logo {
        display: none !important;
    }

    .team-block .owl-next {
        right: 30px;
    }

    .team-block .owl-prev {
        left: 0;
    }

    .svg-div {

        margin-top: 0;
        top: -118px;

    }

    .banner-div-content .row {
        flex-direction: column-reverse;
    }

    .banner-div-content figure {
        margin-top: 20px;
        margin-bottom: 45px;
    }

    /*  website style ends */
    .search-bn {
        width: 100%;
        margin-top: 15px;
    }

    .about-div-pic {
        margin-top: 50px;
    }

    .comon-st-div {
        display: block;
        text-align: center;
    }

    .list-work ul {
        flex-direction: column;
    }

    .list-work ul li {
        margin-bottom: 15px;
    }

    .what-project-div {
        padding-bottom: 20px;
    }

    .comon-text-sec h5,
    .comon-text-sec p {
        padding-left: 0;
        margin-top: 10px;
    }

    .comon-text-sec a {
        margin-left: 0;
    }

    .year-text h1 {
        background-size: 100%;
    }

    .sec-d7 .read-more-bn {
        margin: auto;
        text-align: center;
        display: table;
    }

    footer .row>div:nth-child(2) {
        justify-content: left;
    }

    footer .row>div:nth-child(3) .comon-footer,
    footer .row>div:nth-child(4) .comon-footer {
        justify-content: left;
    }

    .socal {
        justify-content: start;
    }

    .sec-d1 h1 {
        margin-top: 30px;
    }

    .banner-div-content h1 {
        font-size: 38px;
    }

    .about-block figure {
        margin-bottom: 25px;
    }

    .skillset {
        padding: 0;
    }

    .about-svg-bt {
        margin-top: 0;
        position: relative;
        bottom: -80px;
    }

    .about-page .about-svg-bt {
        bottom: -80px;
    }

    .about-block {
        margin-top: 50px;
    }

    .our-mmison ul,
    .our-gols ul,
    .comon-severice-dl ul {
        column-count: 1;
        column-gap: 15px;
    }

    .subcribe-div h2 {
        margin-bottom: 1.5rem !important;
    }

    .subcribe-bn {
        margin-top: 1.5rem !important;
    }

    .blog-post ul li {
        margin: 0 4px;
    }

    .recent-post-div h5 {
        width: 62%;
    }

    .subcribe-bn,
    .subcribe-div .form-control {
        border-radius: 5px;
    }

    .our-mmison ul li,
    .our-gols ul li,
    .comon-severice-dl ul li {
        width: 100%;
    }

    .about-svg {
        margin-top: 0;
        position: relative;
        top: -80px;
    }

    .why-choose-block ul,
    .trust-choose-block ul {
        column-count: 1;
    }

    .why-choose-block {
        flex-direction: column-reverse;
    }

    .subpage-banner {
        height: 207px !important;
        min-height: inherit !important;
    }
}

@media (max-width: 480px) {

    /* website style */

    .aplications-part .about-svg {
        bottom: inherit;
        top: -80px;
    }

    .client-logo-cm {
        margin-bottom: 0;
    }

    .svg-div {
        margin-top: 0;
        top: -78px;
    }

    .mainn-head {
        margin-top: 0 !important;
    }

    .our-work-svg {
        position: relative;
        top: -10px;
    }

    .our-work-bg1 {
        margin-top: 0;
        position: relative;
        top: 10px;
    }

    .testimonal-sec {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    /*  website style ends */
    h1 {
        font-size: 20px;
    }

    p {
        font-size: 14px;
    }

    .banner-part .carousel-caption h1,
    .banner-part .carousel-caption p {
        text-align: center;
    }

    header {
        height: auto;
        position: relative;
    }

    .top-head {
        position: absolute;
    }

    .top-bar-sec {
        text-align: center;
    }

    .top-bar-sec .row>div:nth-child(2) {
        justify-content: center;
    }

    .fixed-menu {
        /*top:40px;*/
        /* padding-top: 20px; */
    }

    .search-bn {
        width: 100%;
        margin-top: 15px;
    }

    .banner-div-content h1 {
        font-size: 29px;
    }

    .about-div-pic {
        margin-top: 50px;
    }

    .call-contact {
        margin-top: 0;
        padding-bottom: 40px;
    }

    .call-svg {
        position: relative;
        top: -10px;
    }

    .comon-st-div {
        display: block;
        text-align: center;
        margin-bottom: 50px;
    }

    .our-work-details i {
        margin-bottom: 10px;
    }

    .list-work ul {
        flex-direction: column;
    }

    .list-work ul li {
        margin-bottom: 15px;
    }

    .what-project-div {
        padding-bottom: 20px;
    }

    .comon-text-sec h5,
    .comon-text-sec p {
        padding-left: 0;
        margin-top: 10px;
    }

    .comon-text-sec a {
        margin-left: 0;
    }

    .sec-d-expart .row {
        width: 100%;
    }

    .year-text h1 {
        background-size: 100%;
    }

    .sec-d7 .read-more-bn {
        margin: auto;
        text-align: center;
        display: table;
    }

    footer .row>div:nth-child(2) {
        justify-content: left;
    }

    .socal {
        justify-content: start;
    }

    .banner-part .carousel-inner>div:nth-child(1) .order-now,
    .banner-part .carousel-inner>div:nth-child(3) .order-now,
    .banner-part .carousel-inner>div:nth-child(2) h1,
    .banner-part .carousel-inner>div:nth-child(3) h1,
    .banner-part .carousel-inner>div:nth-child(2) .order-now,
    .banner-part .carousel-inner>div:nth-child(3) .order-now {
        text-align: center;
        font-size: 10px;
        margin: auto;
    }

    .about-mn-pic figure:last-child {
        height: 220px;
        width: 70%;
        left: 0;
        bottom: 0;
    }

    .subcribe-div h2 {
        font-weight: 700;
        font-size: 23px;
    }

    .about-mn-pic {
        height: 400px;
    }

    .subpage-banner {
        height: 207px !important;
        min-height: inherit !important;
        padding-bottom: 0;
    }

    .subpage-banner h1 {
        margin-top: 0;
    }

    .carousel-caption {
        margin: 10px 0;
        display: inline-block;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .how-it-work {
        background: none;
    }

    #fil-group-bn,
    .cost-bn {
        text-align: center;
        display: table;
        margin: auto;

    }

    .sec-d4 .card {
        width: 100%;
    }

    .sec-d7 .restarn-link {
        columns: 1;
        -webkit-columns: 1;
        text-align: center;
    }

    .banner-part .carousel-inner>div:nth-child(2) .order-now {
        float: none;
    }

    .cart {
        margin-left: 0;
    }

    footer .row>div:nth-child(3) .comon-footer,
    footer .row>div:nth-child(4) .comon-footer,
    footer .row>div:nth-child(5) .comon-footer {
        justify-content: flex-start;
    }

    .sec-d7 .w-50 {
        width: 100% !important;
    }

    .sec-d8 figure {
        display: none;
    }

    .sec-d8 {
        padding-top: 15px;
        height: 254px;
    }

    .text-apps {
        text-align: center;
    }

    .about-mn-pic figure:first-child {
        height: 310px;
    }
}

.menu-mobile .offcanvas-body .nav-link {
    color: #1e1e1e !important;
    font-weight: 600;
    font-size: 17px;
}

.menu-mobile {
    width: 80%;
}

@media (max-width: 375px) {
    .svg-div {
        margin-top: 0;
        top: -69px;
    }
}


.weserve-block .service__block {
    text-decoration: none;
    box-shadow: 0 0px 3px #49759b40;
    background: #fff;
    width: 100%;
    height: 330px;
    display: grid;
    align-content: center;
    padding: 0 15px;
    transition: all 0.5s;
    border-radius: 15px;
    text-align: center;
}


.service__block .service-icon {
    color: #fff;
    background: var(--linear-gradient);
    line-height: 89px;
    width: 96px;
    height: 96px;
    margin: 0 auto 16px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.service__block .service-icon img {
    width: 54px;
}

.service__block .service-icon::before {
    content: '';
    background: #f2f2f2;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    bottom: 10px;
    top: 10px;
    right: 10px;
    z-index: -1;
}

.service__block p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service__block h5 a {
    color: #f19505;
}







/*my responsive start here*/


@media only screen and (min-width:320px) and (max-width:767px) {
    body {
        font-size: 0.9rem;
        line-height: 1.5;
        color: #444456;
    }

    body p {
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.5;
    }

    body h1 {
        font-weight: 600;
        line-height: 1.2;
        color: #4a4b65;
        font-size: 1.4rem;
    }

    body h2 {
        font-weight: 600;
        line-height: 1.2;
        color: #4a4b65;
        font-size: 1.3rem;
    }

    body h3 {
        font-weight: 600;
        line-height: 1.2;
        color: #4a4b65;
        font-size: 1.2rem;
    }

    body h4 {
        font-weight: 600;
        line-height: 1.2;
        color: #4a4b65;
        font-size: 1.1rem;
    }

    body h5 {
        font-weight: 600;
        line-height: 1.2;
        color: #4a4b65;
        font-size: 1rem;
    }

    body h6 {
        font-weight: 400;
        line-height: 1.2;
        color: #4a4b65;
        font-size: .9rem;
    }

    .about-block .container,
    .our-work-details .container,
    .total-body .container {
        width: 100%;
    }

    .top-links.iso {
        display: none;
    }

    .col-md-6.logo {
        height: 75px;
    }

    a.navbar-brand {
        padding: 0;
        font-size: 2px;
    }

    .ds-logo,
    .sc-logo {
        display: block !important;
        width: 60px;
        margin: 0 auto;
    }

    .other-website {
        padding: 9px 31px 9px !important;
        display: block;
        border-radius: 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9;
        background: #46b170;
    }

    .top-header .top-links a {
        border-right: 0px solid #eee;
        font-size: 11px;
    }

    a.signiup {
        margin-top: 11px;
        width: 100%;
        text-align: center;
    }

    .top-header .list-unstyled.socal {
        width: 184px;
        margin: 0 auto;
        display: none;
    }

    .top-right .top-links {
        padding-left: 0;
    }

    .col-md-6.text-right.top-right {
        text-align: center;
    }

    ul.other-links {
        padding: 0;
        margin: 0;
    }

    ul.other-links li {
        display: none;
        padding: 0;
    }

    ul.other-links li.call-to-action {
        display: block;
    }

    button.navbar-toggler {
        position: absolute;
        bottom: 8px;
        border-color: #fff !important;
        color: #fff !important;
        border: 0;
        z-index: 99;
    }

    .bottom_header.top-bar-gradient {
        background: #fff;
        padding: 13px 0 0;
    }

    .call-to-action a {
        background: linear-gradient(179deg, #1e2159 10%, #aa172b 100%);
        width: 100%;
        display: block;
        margin-left: 0;
        border-radius: 0px;
        text-align: right;
        background-size: 100% 100%;
        padding: 17px 40px !important;
        text-transform: uppercase;
    }

    .call-to-action {
        position: relative;
    }

    .call-to-action:before {
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        content: '';
        display: block;
        border: 1px solid rgba(255, 255, 255, .25);
        z-index: 9;
    }

    .call-to-action a:before {
        content: '';
        width: 140px;
        height: 100%;
        position: absolute;
        top: 0;
        left: -32px;
        transform: skew(-45deg);
                background: #aa1b2f;
        transition: all .3s ease;
    }

    footer {
        padding: 44px 0 0 0;
        background: #1c212b;
    }

    .banner-part {
        height: 168px;
    }

    .client-logo-cm {
        margin-top: 0;
        height: 60px;
    }

    .about-block {
        margin-top: 0;
        padding: 40px 0 30px;
    }

    .our-work-details {
        padding: 40px 0;
    }

    .featured-itemm {
        padding: 7px 25px;
        margin: 0 0 10px;
    }

    .our-work-details .mb-5 {
        margin-bottom: 25px !important;
    }

    .featured-itemm a {
        font-size: 0.9rem;
    }

    .featured-itemm a span {
        font-size: 25px;
        height: 26px;
        width: 26px;
        line-height: 23px;
    }

    .service-block .comon-services {
        height: 305px;
        border-radius: 0 0px 0 0px;
    }

    .service-block {
        padding: 40px 0 0;
    }

    .service-block .mb-5 {
        margin-bottom: 30px !important;
    }

    .service-block .row .col {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .why-choose-block {
        padding: 40px 0;
    }

    .why-choose-block .mb-5 {
        margin-bottom: 30px !important;
    }

    .d-flex.align-items-start {
        flex-direction: column;
    }

    .why-choose-block #v-pills-tab {
        width: 100% !important;
    }

    .why-choose-block .nav-pills .nav-link.active:before {
        content: none;
    }

    .trust-choose-block {
        padding: 40px 0;
    }

    .trust-choose-block .mb-5 {
        margin-bottom: 30px !important;
    }

    .wvelabs .col-md-3 {
        width: 33%;
        border-bottom: 1px solid #eee;
        margin: 0px 0 4px;
        padding-bottom: 15px;
    }

    .wvelabs .col-md-3 span img {
        max-width: 47px;
    }

    .wvelabs h3.titles {
        font-size: 14px;
    }

    .process-block {
        padding: 40px 0 30px;
    }

    .weserve-block {
        padding: 40px 0 20px;
    }

    .process-block .mb-5,
    .weserve-block .mb-5 {
        margin-bottom: 30px !important;
    }

    .testimonal-sec {
        padding: 40px 0 30px;
    }

    .justify-content-between.d-flex span:first-child {
        width: 92px;
    }

    span.testi_social_icons img {
        margin-left: 0;
    }

    .team-block {
        padding: 40px 0;
    }

    .news-sec-div {
        padding: 40px 0;
    }

    section.faqs-form {
        padding: 40px 0;
    }

    .container.text-control-1 {
        padding: 0;
    }

    button.accordion-button {
        font-size: 13px;
        padding: 0 40px 0 8px;
    }

    .header-content h1 {
        font-size: 22px;
        padding: 35px 0px;
        margin-bottom: 0;
    }

    section.total-body {
        padding-top: 40px;
    }

    .our-mmison {
        margin-top: 54px;
    }

    .our-gols {
        margin-top: 110px;
    }

    .testmonial_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    img#imgg-float {
        float: none;
        width: 100%;
        height: auto;
        object-fit: cover;
        margin: 20px 0;
    }

    ul.angular_list {
        padding-left: 10px;
        padding-right: 10px;
    }

    .process-block {
        margin-top: 30px;
    }

    .process-slid {
        margin: 0;
    }

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

    .servebox .serveboxcontent {
        height: auto;
    }

    .tools-teck {
        padding: 40px 0;
    }

    .award p {
        margin-bottom: 25px !important;
    }

    .faqs-form p {
        margin-bottom: 20px !important;
    }

    .contact-sectionn {
        padding: 40px 0 40px;
    }

    .inner-contact {
        padding: 6px 6px 33px;
        margin-top: 10px;
    }

    .for-hgt {
        height: auto;
    }

    .tech_logo .owl-item .item {
        padding: 7px;
    }

    .weserve-block .owl-carousel .owl-stage-outer .owl-item {
        padding: 0 25px 25px 25px;
    }

    .innerpages.total-body {
        padding-bottom: 30px;
    }

    .results-table {
        padding-bottom: 40px;
    }

    .seo_result {
        padding: 40px 0;
    }

    .career_container {
        grid-template-columns: repeat(1, 1fr);
    }

    #filters {
        margin: 0%;
        padding: 0 0px;
        display: flex;
    }

    ul#filters li span {
        padding: 10px 10px;
        font-size: 13px;
    }

    .portfolio-item .inside {
        min-height: auto;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .about-block .container,
    .our-work-details .container,
    .total-body .container {
        width: 100%;
        max-width: 100%;
    }
}

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

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

/*---------------Sidebar Contact Css*****************/
.sidebar-contact {
    position: fixed;
    top: 50%;
    right: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 0;
    background: #fff;
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .2);
    box-sizing: border-box;
    transition: .5s;
    z-index: 999;
}

.toggle {
    position: absolute;
    height: 46px;
    width: auto;
    text-align: center;
    cursor: pointer;
    background: var(--linear-gradient) padding-box, var(--linear-gradient) border-box;
    top: 170px;
    right: 274px;
    line-height: 46px;
    transform: rotate(90deg);
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    color: #fff;
    padding: 0 25px;
    border-radius: 0 0 4px 4px;
}

.toggle:hover {
    background: linear-gradient(136deg, #033363 10%, #2d85dc 100%);
}

.toggle:before {
    content: '\f003';
    font-family: fontAwesome;
    font-size: 18px;
    color: #fff;
    padding-right: 10px;
}

.scroll {
    padding: 25px 18px;
}

.sidebar-contact.active {
    right: 0;
}

.sidebar-contact h2 {
    margin: 0 0 0px;
    padding: 8px;
    text-align: center;
    background: #f19505;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
}

.form__groupInput {
    position: relative;
    margin-bottom: 10px;
}

.scroll input,
.scroll textarea {
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    margin: 10px 0px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
button#sendcontact {
    margin-top: 10px !important;
}

.form__groupInput input,
.form__groupInput textarea {
    padding-left: 40px;
}

.form__groupInput .form__icon {
    position: absolute;
    top: 6px;
    left: 12px;
    font-size: 18px;
}

.col-md-6.form__groupInput .form__icon {
    position: absolute;
    top: 10px;
    left: 28px;
    font-size: 18px;
}

.col-md-12.form__groupInput .form__icon {
    position: absolute;
    top: 10px;
    left: 28px;
    font-size: 18px;
}

.form__groupInput .form__icon i {
    color: #00000075;
}

button.sied-submit-btn {
    background: var(--linear-gradient);
    color: #fff;
    border: 0;
    width: 80%;
    height: 45px;
    margin-top: 12px;
    border-radius: 22px;
}

button.sied-submit-btn:hover {
    background: linear-gradient(136deg, #033363 10%, #2d85dc 100%);
}

.toggle.active:before {
    content: '\f00d';
    padding-right: 10px;
}

div#cookieNotice a {
    color: #d35400;
    font-weight: 700;
}

/*.sidebar-contact {
	display: none !important;
}*/

/* thank you  */
section.thankyou_page_section {
    background: #f7f7f7;
}

/* section.thankyou_page_section .inner-contact {
    box-shadow: none;
    padding: 0;
}

section.thankyou_page_section .inner-contact .side-contents-contact {
    border-radius: 0px;
}
.thank-form_area {
    position: relative;
	z-index: 1;
}

.thank-form_area:after {
    width: 50%;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    background: linear-gradient(136deg,#033363 10%,#2d85dc 100%);
}

section.thankyou_page_section .inner-contact {
    box-shadow: none;
    padding: 0;
    background: none;
    border-radius: 0px;
}
section.thankyou_page_section .contact-inner-formm {
    padding-right: 40px;
    padding-bottom: 40px;
}
section.thankyou_page_section .contact-inner-formm input, section.thankyou_page_section .contact-inner-formm select, section.thankyou_page_section .contact-inner-formm textarea {
    background: none;
    border: 1px solid #2678c9;
    border-radius: 0px;
}

section.thankyou_page_section .contact-inner-formm input::placeholder, section.thankyou_page_section .contact-inner-formm select, section.thankyou_page_section .contact-inner-formm textarea::placeholder {
	color:#a59b9b;
}
section.thankyou_page_section .upload-pdff label{
	border-color:transparent;
}
section.thankyou_page_section .upload-pdff:hover label {
	border-color:#fff;
	color:#fff;
}
.contact_info {
    padding-left: 40px;
}

.contact_info .contact_info_links h2 {
    font-size: 50px;
    font-weight: 900;
}

.contact_info .contact_info_links a {
    color: #4a4b65;
}

.contact_info .contact_info_links h4 {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 24px;
}

.contact_info .contact_info_links p, .contact_info .contact_info_links strong {
    font-size: 18px;
}

ul.status_list {
    padding-left: 0px;
    margin-top: 34px;
}

ul.status_list li {
    font-size: 26px;
    padding-left: 80px;
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    height: 70px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
}
ul.status_list li b{
	padding-right: 10px;
}
ul.status_list li .list_icon {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    text-align: center;
    padding: 10px;
    display: flex;
    background: linear-gradient(136deg,#033363 10%,#2d85dc 100%);
    border-radius: 8px;
}

ul.status_list li .list_icon img {
    width: 100%;
} */
/* thank you  */


/* ------------------------- payment page design -------------------- */
.reasons.transaction_section {
    padding: 50px 0;
}

.transaction_detial {
    background: #f3f3f3;
}

.transaction_detial .panel-title {
    text-align: center;
    margin: 0;
    padding: 10px;
    background: #37517e;
    color: #fff;
}

.transaction_detial .panel-body {
    padding: 20px;
}

.transaction_detial .panel-body .control-label {
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 600;
}

.transaction_detial .panel-body .form-control {
    width: 100%;
    border-radius: 0;
    border: 1px solid #ccc;
    font-size: 16px;
}

.transaction_detial .panel-body select {
    width: 100%;
    border-radius: 0;
    border: 1px solid #ccc;
    font-size: 16px;
}

.transaction_detial .panel-body .from_box {
    margin-bottom: 13px;
}

.transaction_detial .panel-body .billing_information_title {
    text-align: center;
    padding: 10px;
    background: #f08401;
    color: #fff;
    margin-bottom: 23px !important;
    font-size: 22px;
    margin-top: 10px;
}

.transaction_detial .panel-body input[type=text]:focus:not([readonly]),
.transaction_detial .panel-body input[type=email]:focus:not([readonly]),
.transaction_detial .panel-body input[type=number]:focus:not([readonly]),
.transaction_detial .panel-body textarea:focus,
.transaction_detial .panel-body select:focus {
    border-bottom: 1px solid #f7b202;
    box-shadow: 0 1px 0 0 #f7b202;
}

.transaction_detial .panel-body .finalsubmit {
    background-color: #f08401;
    color: #fff;
    border-color: #f08401;
    border-radius: 0px;
    transition: 0.5s;
}

.transaction_detial .panel-body .finalsubmit:hover {
    background: linear-gradient(179deg, #033363 10%, #2d85dc 100%);
    border: 1px solid transparent
}

/* ------------------------- payment page design -------------------- */


/* ------------- seo packages page ---------------- */
.SEOP_title {
    margin-bottom: 24px;
}

.SEOP_content p {
    text-align: justify;
    line-height: 1.8;
}

.seo_packages_top_section #imgg-float {
    mix-blend-mode: multiply;
}

.seo_packages_top_section {
    background: #f6f6f6;
}

/* ------------- seo packages page ---------------- */

/* -------------- paersonal --------------- */

.results-wrap .content-col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.results-wrap .content-col .main-card {
    background: white;
    border-radius: 6px;
    box-shadow: 0px 12px 17px -6px #dedede;
    padding: 20px;
    border: 1px solid #e0dede;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
}

.results-wrap .content-col .main-card:hover {
    border-bottom: 4px solid #114e8b;
}

.content-col .main-card .img-top {
    width: 20%;
}

.content-col .main-card .card-content {
    width: 80%;
    padding: 0 10px;
}

.content-col .main-card .img-top img {
    width: 100%;
}

.content-col .main-card .card-content p {
    margin-bottom: 0;
    line-height: 24px;
    color: #534f4f;
    font-size: 18px;
    text-transform: capitalize;
}

.content-col .main-card .card-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 5px;
}

.results-wrap .head-title {
    margin-bottom: 40px;
}

/* ===============seo result section============ */





/* ===============proposal section============ */

section.proposal {
    background: #153749;
    background-image: url(../../../404.html);
    background-position: center;
    background-size: cover;
}

.proposal-wrap .proposal-container .head-col .head-title {
    color: white;
    font-weight: 400;
    font-size: 36px;
}

.proposal-container .head-col .head-title span {
    color: #f19505;
    font-weight: 700;
}

.proposal-wrap .proposal-container .proposal-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.proposal-container .proposal-box input.proposal-input {
    padding: 15px;
    width: 40%;
    border: none;
    font-size: 18px;
    border-radius: 30px 0 0 30px;
    cursor: pointer;
}

.proposal-container .proposal-box input.proposal-input:focus {
    border: none;
    outline: none;
}

.proposal-container .proposal-box .proposal-btn {
    padding: 15px 50px;
    border: none;
    background-color: #f19505;
    color: white;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0px 30px 30px 0px;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.proposal-container .proposal-box .proposal-btn::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 0%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #c07e04;
    transition: 0.4s;
    z-index: -1;
}

.proposal-container .proposal-box .proposal-btn:hover:before {
    width: 100%;
    height: 100%;
}

/* -------------- paersonal --------------- */

/* ===============local_packages section============ */
.package-wrap .package-row {
    position: relative;
    margin-top: 30px;
}

.package-wrap .package-container .col-md-4 .package-box {
    transition: 0.4s;
}

.package-wrap .package-container .col-md-4 .package-box:hover {
    transform: translateY(-20px);
}

.col-md-4.col-middle .package-box {
    margin-left: -30px;
    margin-right: -30px;
    position: relative;
    top: -30px;
    z-index: 29;
    background: #fff;
}

.package-wrap .package-box {
    box-shadow: 0px 0px 17px -8px grey;
}

.package-wrap .package-box .package-head {
    background: #f6f6f6;
    padding: 1.5rem 2rem;
    line-height: 1;
}

.package-wrap .package-box .package-head h3 {
    font-weight: 700;
    color: #153749;
}

.package-wrap .package-box .package-head h2 {
    font-weight: 800;
}

.package-wrap .col-middle .package-box .package-head {
    background: #f19505;
}

.package-wrap .package-box .package-content {
    padding: 1.5rem 2rem;
}

.package-wrap .package-box .package-content ul {
    padding: 0;
    list-style: none;
    line-height: 23px;
}

.package-wrap .package-box .package-content ul li {
    margin-bottom: 20px;
    border-bottom: 2px dotted orange;
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
}

.package-wrap .package-box .package-content ul li i {
    color: #f19505;
    padding-right: 5px;
    position: absolute;
    left: 0;
    top: 4px;
}

.package-wrap .package-box .package-content ul li i:before {
    font-weight: 400;
}

.package-wrap .package-box .package-content ul li span {
    font-size: 18px;
    font-weight: 600;
    padding: 0 5px;
    color: #153749;
    text-transform: capitalize;
}

/* --------------- need help --------------- */
/* ===============help section============ */
section.help {
    background-color: #153749;
    /* opacity: 0.9; */
}

.help .help-wrap .head-title {
    color: white;
    margin: 10px;
}

.help-wrap .help-container .head-col {
    color: white;
    text-align: center;
    margin-bottom: 30px;
}

.help-wrap .help-container .content-col .help-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-container .content-col .help-box .tel-btn {
    text-decoration: none;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding: 10px;
    width: 25%;
    border: 2px solid #f19505;
    border-radius: 30px;
    z-index: 1;
    overflow: hidden;
    background: none;
}

.help-row p {
    color: #FFF;
}

.help-container .content-col .help-box .tel-btn:hover {
    background: #f19505;
}

.help-container .content-col .help-box .help-btn {
    background: #f19505;
    text-decoration: none;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    color: #153749;
    width: 25%;
    padding: 10px;
    border-radius: 26px;
    transition: 0.5s;
    z-index: 1;
    overflow: hidden;
    border: 2px solid #f19505;
}

.help-container .content-col .help-box .help-btn:hover {
    background: none;
    color: #fff;
}

.help-container .content-col .help-box p {
    color: white;
    font-size: 23px;
    margin: 0;
    padding: 0 20px;
    font-weight: 500;
}

/* --------------- need help --------------- */

section.grow {
    background: #f6f6f6;
}

.grow-wrap .grow-container .content-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.grow-wrap .grow-container .col-md-12 .grow-card {
    display: flex;
    justify-content: space-between;
    background: aliceblue;
    /* border: 1px solid #c1d0f9; */
    overflow: hidden;
    border-radius: 5px;
}

.grow-container .col-md-12 .grow-card .grow-img {
    width: 40%;
    height: 100%;
    overflow: hidden;
}

.grow-container .col-md-12 .grow-card .grow-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grow-container .col-md-12 .grow-card .grow-content {
    text-align: end;
    padding: 10px 2rem;
    width: 60%;
}

.grow-container .col-md-12 .grow-card .grow-content h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #f19505;
    text-align: center;
}

.grow-container .col-md-12 .grow-card .grow-content h3 {
    font-size: 2rem;
    font-weight: 800;
    color: #153749;
    margin-bottom: 4px;
}

.grow-container .col-md-12 .grow-card .card-content span {
    color: white;
    font-size: 18px;
}

.grow-container .grow-card .grow-subcontent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.grow-card .grow-subcontent .subcontent-1 {
    position: relative;
}

.grow-card .grow-subcontent .subcontent-1::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #f19505;
    left: 127%;
    transform: translateX(-50%);
    bottom: 0;
}

/* ===============free consultation section============ */

.consult-wrap .consult-row .consult-img img {
    width: 100%;
}

.consult-wrap .consult-row .col-right .seo-lead-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px;
}

.consult-row .col-right .seo-lead-box .lead-content {
    font-size: 20px;
    width: 34%;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.consult-row .col-right .seo-lead-box .lead-content p {
    white-space: nowrap;
    margin-bottom: 0;
}

.consult-row .col-right .seo-lead-box .lead-content i {
    padding-right: 10px;
    font-size: 30px;
    color: orange;
}

.consult-row .col-right .consult-btn {
    border: none;
    background-color: #ffa500;
    color: white;
    font-size: 18px;
    font-weight: 600;
    border-radius: 25px;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    padding: 10px 25px;
    overflow: hidden;
}

.consult-row .col-right .seo-lead-box .lead-content img {
    width: 32px;
    margin-right: 14px;
}

.consult-row .col-right .consult-btn:hover {
    background: linear-gradient(179deg, #033363 10%, #2d85dc 100%);
}

.consult-row .col-right .seo-lead-box .lead-content p {
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
}

.industry_Se .weserve-block .comon-services {
    height: 165px;
    border: 1px solid #deefff;
}

.testimonial_section {
    background: #f6f6f6;
    padding-bottom: 10px;
}

.modal-content {
    height: 450px !important;
}

.modal-content .modal-body {
    overflow-y: scroll;
}

.modal-content .modal-body li {
    margin-bottom: 15px;
}

.modal-dialog {
    max-width: 700px !important;
}

.modal-content .modal-body::-webkit-scrollbar {
    width: 5px;
}

.modal-content .modal-body::-webkit-scrollbar-thumb {
    background: orange;
    border-radius: 5px;
}

/* =================seo results section=============== */
section.seo-results {
    padding: 50px 0;
}

.recent-carousel .recent-slider-card {
    /* border: 1px solid #e0dede; */
    padding: 15px;

    /* margin: 10px 20px; */
}

.recent-carousel .recent-slider-head h2 {
    padding-top: 12px;
    padding-bottom: 13px;
}

.result_br {
    background: #fff;
}

.recent-carousel {
    box-shadow: 0px 0px 16px -3px #d1cbcb;
    background: #f6f8fd;
}

.recent-slider-head h2 {
    text-align: center;
}

.recent-carousel .owl-nav {
    position: absolute;
    top: -50px;
    right: 0px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 5px !important;
}

.recent-carousel .owl-nav button.owl-next,
.recent-carousel .owl-nav button.owl-prev {
    position: relative;
    width: 30px;
    height: 30px;
}

.recent-carousel .owl-nav .owl-prev:after,
.recent-carousel .owl-nav .owl-next:after {
    top: 0;
}

.recent-carousel .owl-nav button.owl-next i,
.recent-carousel .owl-nav button.owl-prev i {
    display: none;
}


/* ===============real section============ */

section.real {
    background: linear-gradient(136deg, #033363 10%, #2d85dc 100%);
    padding: 50px 0;
}

.our-work-details {

    display: inline-block;
    width: 100%;
    color: #fff;
    position: relative;
    padding: 0;
}

.our-work-details.see-result {
    padding: 50px 0 !important;
}

.featured-itemm {
    background: var(--linear-gradient) padding-box, var(--linear-gradient) border-box;
    color: #fff;
    padding: 15px 25px;
    border-radius: 30px;
    transition: all .3s ease;
}

.featured-itemm:hover {
    background: linear-gradient(250deg, #033363 10%, #2d85dc 100%);
}

.featured-itemm a {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
}

.featured-itemm a span {
    float: right;
    font-size: 31px;
    transition: all .2s ease;
    background: var(--linear-gradient) padding-box, var(--linear-gradient) border-box;
    height: 40px;
    width: 40px;
    text-align: center;
    margin-top: -3px;
    line-height: 38px;
    border-radius: 30px;
}

/* ===============why section============ */
section.why {
    padding: 50px 0;
}

section.why .why-row .col-md-4.head-col h2 {
    text-align: left !important;
}

section.why .why-row .col-md-4.head-col .why-img img {
    width: 100%;
}

section.why .why-row .col-md-8.col-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.why-row .col-md-8.col-right .why-card {
    border: 1px solid #dad3d3;
    padding: 15px;
    display: flex;
    border-radius: 5px;
    box-shadow: 0px 10px 19px -10px #b2b0b0;
}

.col-md-8.col-right .why-card .why-content {
    padding: 0 10px;
}

.col-md-8.col-right .why-card .why-content p {
    margin: 0;
}

.why-row .col-md-8.col-right .why-card .why-top-img {
    width: 32px;
}

/* ===============what section============ */
section.what {
    background: #f6f8fd;
}

section.what .what-container .what-head-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    padding: 0;
}

.what-container .what-head-grid .what-main-box {
    padding: 20px 30px;
    background: #f6f8fd;
    border-radius: 50px 50px 0 0;
    box-shadow: 0px -4px 23px -11px #a49e9e;
    transition: 0.4s;
}

.what-container .what-head-grid .what-main-box.active {
    background: white;
}

.what-container .what-head-grid .top-img img {
    width: 100%;
}

.what-head-grid .what-main-box .what-top-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.what-container .what-head-grid .top-img {
    width: 80px;
    height: 80px;
    background: white;
    padding: 16px;
    box-shadow: 0px 3px 12px -2px #aba7a7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -49px;
}

.what-container .what-head-grid .what-content {
    text-align: center;
}

.what-head-grid .what-content h3 {
    margin: 10px 0;
    color: orange;
    font-weight: 700;
}


.what_accordian.col-md-12 {
    background: #fff;
    padding: 30px;
}

.what_accordian {
    display: none;
}

.what_accordian.active {
    display: block;
}



/* ==============services section============= */

.services-wrapper {
    background: #f7f9ff;
    padding-top: 57px;
    padding-bottom: 100px;
}

.services-container .services-head-text {
    text-align: center;
}

.services-container .services-head-text p {
    position: relative;
    color: orange;
    font-size: 17px;
}

.services-container .services-head-text p::after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    width: 7%;
    height: 1px;
    background: #dadada;
}

.services-container .services-head-text p:nth-child(2):after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 3%;
    height: 1px;
    background: #dadada;
}

.services-container .services-head-text h2 {
    margin-top: 35px;
}

/* service read-card */
.services-container .services-row {
    margin-top: 85px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    row-gap: 110px;
}

.services-container .services-row-2 {
    margin-top: 100px;
}

.services-read-card .read-card-text h5 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 10px;
}

.services-read-card .read-card-text p {
    color: grey;
    padding: 0 5px;
}

.services-read-card {
    background: white;
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 70px 12px 10px 12px;
    border-radius: 10px;
    box-shadow: 0px -6px 15px -4px #f7f7f7;
    ;
    z-index: 1;
}

.inner-read-card {
    width: fit-content;
    position: absolute;
    padding: 8px;
    border-radius: 50%;
    background: white;
    top: -54px;
    box-shadow: 0px -6px 15px -4px #bfbfbf;
}

.read-card-icon {
    background: #326986;
    padding: 20px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-row .services-main-read-card {
    position: relative;
}

.services-row .services-main-read-card::after {
    content: "";
    position: absolute;
    background: #0b2e42;
    width: 107%;
    height: 55%;
    top: 146px;
    left: -10px;
    border-radius: 10px;
    transition: 0.4s;
}

.services-row .services-main-read-card:hover:after {
    top: -12px;
    height: 113%;
}

.services-row .services-main-read-card .service-button-card {
    text-align: center;
    margin-top: 7%;
}

.services-row .services-main-read-card .service-button-card .read-btn {
    background: #0e4867;
    color: white;
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding: 14px 52px;
    border-radius: 30px;
    transition: 0.3s;
}

.services-row .services-main-read-card .service-button-card .read-btn img {
    margin-left: 5px;
}

.services-row .services-main-read-card .service-button-card .read-btn:hover {
    background: orange;
}

/*-- ===========seo award section=========== --*/
.toolkit.award-section {
    background: #f6f6f6;
}

.toolkit.award-section .toolkit-img {
    padding: 60px;
}

.toolkit.award-section .toolkit-img img {
    width: 100%;
}

/*-- ===========seo toolkit section=========== --*/

section.toolkit {
    padding: 50px 0;
}

section.toolkit .toolkit-grid-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.toolkit-gridbox {
    height: 120px;
    width: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 14px -6px #ada5a5;
    background: white;
}

/*-- ===========blog and faq section=========== --*/
.col-md-6.blog-col .blog-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background: white;
    border-radius: 20px;
    box-shadow: 4px 6px 9px 4px #ddd;
    margin-bottom: 15px;
}

.col-md-6.blog-col .blog-img {
    width: 40%;

    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
}

.col-md-6.blog-col .blog-content {
    width: 60%;
    padding: 0 20px;
}

.success-story-review-sec .succ-story-card {
	display: flex;
	justify-content: space-around;
	background: 0 0 !important;
	box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
	padding: 15px;
	margin-bottom: 14px;
	border-radius: 20px;
}

.success-story-review-sec .succ-story-card figure {
	width: 50%;
	margin: 0;
}

.success-story-review-sec .succ-story-card figure img {
	height: 200px;
	object-fit: cover;
	width: 100%;
    border-radius: 12px 0px 0px 12px;
}

.success-story-review-sec .succ-story-card .caption-content {
	width: 60%;
	background: #37517e;
	border-radius: 0 12px 12px 0;
	padding: 14px 15px;
	margin-left: -15px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.caption-content_dec {
    overflow-y: auto;
    height: 144px;
    margin-bottom: 0;
    color: #fff;
}

.success-story-review-sec h3 {
    color: #fff;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}





































/*  seo page devices css vise */
@media(max-width:767px) {
    .top-header .top-links li:last-child a {
        display: none;
    }

    .row.other-links-section {
        display: contents;
    }

    .paddingY {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    section.seo-results {
        padding: 30px 0;
    }

    .results-wrap .content-col {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .proposal-wrap .proposal-container .head-col .head-title {
        font-size: 20px;
    }

    .proposal-wrap .proposal-container .proposal-box {
        flex-direction: column;

    }

    .proposal-wrap .proposal-container .proposal-box input {
        width: 100%;
        border-radius: 30px;
        margin-bottom: 14px;
        text-align: center;
        padding: 6px 5px;
        font-size: 20px;
    }

    .proposal-wrap .proposal-container .proposal-box button {
        width: 100%;
        border-radius: 30px;
        padding: 6px 5px;
        font-size: 20px;
    }

    .package-wrap .package-row {
        margin-top: 0px;
    }

    .col-md-4.col-middle .package-box {
        position: relative;
        top: 0;
        z-index: 29;
        background: #fff;
        margin: 14px 0px;
    }

    .SEOP_title {
        margin-bottom: 10px;
    }

    .services-container .services-row {
        margin-top: 85px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
        row-gap: 110px;
    }

    .grow-wrap .grow-container .content-col {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .grow-container .col-md-12 .grow-card .grow-content {
        text-align: center;
        padding: 10px 0;
    }

    .grow-container .col-md-12 .grow-card .grow-content h2 {
        font-size: 1.5rem;
    }

    .grow-container .col-md-12 .grow-card .grow-content h3 {
        font-size: 1.25rem;
    }

    .grow-card .grow-subcontent .subcontent-1::after {
        left: 100%;
    }

    .arrow-sign {
        position: absolute;
        top: -10px;
        left: 20px;
    }

    .help-wrap .help-container .head-col {
        margin-bottom: 15px;
    }

    .help-wrap .help-container .content-col .help-box {
        display: block;
    }

    .help-container .content-col .help-box .tel-btn,
    .help-container .content-col .help-box .help-btn {
        display: block;
        padding: 6px 5px;
        width: 100%;
        font-size: 20px;
    }

    .help-container .content-col .help-box p {
        font-size: 18px;
        text-align: center;
        margin: 5px 0;
    }

    .consult-wrap .consult-row .col-right .seo-lead-box {
        display: block;
        margin-top: 15px;
    }

    .featured-itemm {
        padding: 12px 20px
    }

    .featured-itemm a {
        font-size: 20px;
    }

    section.real {
        padding: 30px 0;
    }

    section.why .why-row .col-md-4.head-col h2 {
        text-align: center !important;
    }

    section.why .why-row .col-md-8.col-right {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 20px;
    }

    section.what .what-container .what-head-grid {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 40px;
        row-gap: 45px;
    }

    .recent-carousel .recent-slider-card {
        padding: 0px;
    }

    .what_accordian.col-md-12 {
        margin-top: 30px;
        padding: 0px;
    }

    .services-read-card {
        width: 95%;
        margin: 0 auto;
    }

    .services-row .services-main-read-card::after {
        width: 100%;
        top: 137px;
        left: 0px;
    }

    .services-wrapper {
        padding-top: 30px;
        padding-bottom: 65px;
    }

    .what-container .row.what-row {
        width: 100%;
        margin: 0 auto;
    }

    section.toolkit {
        padding: 30px 0 !important;
    }

    section.toolkit .toolkit-grid-container {
        gap: 7px;
    }

    .toolkit-gridbox {
        height: 65px;
        width: 32%;
    }

    .toolkit.award-section .toolkit-img {
        padding: 9px;
    }

    .toolkit .toolkit-img {
        padding: 6px;
    }

    section.toolkit .toolkit-grid-container {
        margin-top: 15px;
    }

    .container.text-control-1 {
        padding: 0;
        margin-top: 30px;
    }

    #accordionExample.accordion.php_acc {
        margin-top: 20px;
    }

    footer .footer-bottom-div {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    button.accordion-button {
        font-size: 14px;
        padding: 0 40px 0 16px;
    }

    .col-md-6.blog-col .blog-content {
        padding: 0 8px;
    }

    .packages-section .col-md-12 {
        overflow: scroll;
    }

    #cookieNotice {
        width: 100% !important;
    }
}

/*  seo page devices css vise */

/*  seo page devices css vise tablet*/

@media (min-width:768px) and (max-width:992px) {
    h5.offcanvas-title img {
        width: 180px;
    }

    .top-header .container .col-md-12 .row .col-md-6:first-child {
        width: 42%;
    }

    .mn-head .navbar.navbar-expand-lg {
        margin-bottom: 18px;
    }

    .mn-head .navbar-toggler-icon {
        width: 25px;
        height: 27px;
    }

    .mn-head .navbar .navbar-toggler {
        background: orange;
    }

    .other-website:before {
        width: 140px;
        height: 100%;
        right: 23px;
        transform: skew(-33deg);
    }

    .packages-section .container .row:first-child {
        justify-content: center;
    }

    .packages-section .arrow-sign {
        position: absolute;
        top: -19px;
        left: -45px;
    }

    .other-website {
        padding: 23px 31px 21px !important;
        display: block;
    }

    .top-right .top-links {
        padding-left: 0;
        line-height: 28px;
        display: block;
    }

    .navbar-brand .ds-logo {
        display: block;
    }

    ul.other-links {
        padding: 23px 0 23px 0px;
        margin: 0;
    }

    .col-md-6.logo {
        width: 28%;
        display: flex;
        align-items: center;
    }

    .faq-sec .text-control-1 {
        margin-top: 40px;
    }

    #accordionExample.accordion.php_acc .row .col-md-12 {
        width: 50%;
        margin-top: 10px !important;
    }

    .row.other-links-section {
        width: 72%;
        display: block;
    }

    .bottom_header.top-bar-gradient .col-md-12 .row {
        justify-content: space-between;
        margin: 0;
    }

    .call-to-action a {
        padding: 15px 24px !important;
    }

    img#imgg-float {
        height: auto;
        width: 300px;
    }

    .results-wrap .content-col {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .package-wrap .package-box .package-head {
        padding: 1.5rem 1rem;
    }

    .package-wrap .col-middle .package-box .package-head {
        text-align: center;
    }

    .package-wrap .col-right .package-box .package-head {
        text-align: end;
    }

    .package-wrap .package-box .package-content {
        padding: 1.5rem 1rem;
    }

    .grow-container .col-md-12 .grow-card .grow-content h2 {
        font-size: 1.75rem;
    }

    .grow-wrap .grow-container .content-col {
        gap: 15px;
    }

    .grow-container .col-md-12 .grow-card .grow-content h3 {
        font-size: 1.5rem;
    }

    .grow-container .col-md-12 .grow-card .grow-content {
        padding: 10px 0rem;
    }

    .grow-container .grow-card .grow-subcontent {
        text-align: center;
    }

    .grow-card .grow-subcontent .subcontent-1::after {
        left: 100%;
    }

    .packages-section .tab button {
        height: 68px;
        bottom: -12px;
    }

    .packages-section .tab button.active {
        background-color: #f08401;
        font-size: 22px;
    }

    .packages-section .col-md-3:last-child {
        padding-right: px !important;
    }

    .price-heading h3 {
        font-size: 20px !important;
        margin-bottom: 17px !important;
    }

    li.price-heading h6 {
        font-size: 16px !important;
    }

    .bottom-button-packages button.buy-tab-btnn {
        padding: 10px 16px;
    }

    .help-container .content-col .help-box .tel-btn,
    .help-container .content-col .help-box .help-btn {
        width: 40%;
    }

    .consult-container .consult-row {
        flex-direction: column;
        margin: auto;
    }

    .consult-container .consult-row .col-left,
    .consult-container .consult-row .col-right {
        width: 100%;
    }

    .consult-container .consult-img {
        width: 500px;
        height: 235px;
        margin: 0 auto 20px;
    }

    .consult-container .consult-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;

    }

    .consult-wrap .consult-row .col-right .seo-lead-box {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .consult-row .col-right .seo-lead-box .lead-content {
        margin-right: 46px;
    }

    .weserve-block .comon-services {
        padding: 18px 15px;
    }

    .silder-div-text .item .comon-div-ts {
        padding: 18px;
    }

    .testimonal-sec .testmonial_grid .comon-div-ts span {
        display: flex;
        align-items: center;
    }

    .testimonal-sec .testmonial_grid span.testi_social_icons img {
        margin-left: 0;
    }

    .our-work-details .row.row-cols-1.row-cols-lg-4 .col {
        width: 50%;
        margin-bottom: 12px;
    }

    section.why .why-row .col-md-8.col-right {
        grid-template-columns: repeat(1, 1fr);
    }

    section.what .what-container .what-head-grid {
        padding: 0px 11px;
    }

    .what_accordian.col-md-12 {
        background: #fff;
        padding: 11px;
    }

    .services-container .services-row {
        margin-top: 32px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        row-gap: 100px;
    }

    .services-row .services-main-read-card::after {
        width: 100%;
        left: 0px;
    }

    .services-read-card {
        width: 93%;
        margin: 0 auto;
        z-index: 1;
    }

    .toolkit.award-section .toolkit-img {
        padding: 10px;
    }

    .toolkit-img {
        padding: 10px;
    }

    .faqs-form .row .col-md-6 {
        width: 100%;
    }

    .py-60.faq-sec .container.text-control-1 {
        padding: 0;
    }

    #accordionExample.accordion.php_acc .row .col-md-12 {
        width: 50%;
        margin-top: 40px;
    }

    .what_accordian .row .col-md-12 {
        width: 100% !important;
        margin-top: 0 !important;
    }
}

/*  seo page devices css vise tablet*/

/* ==========payment-success========== */
section.payment .payment-container .payment-content {
    padding: 40px 50px;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 3px 20px -10px #b7b6b6;
}

.payment-container .payment-content .success-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/succes-bg.png);
    background-size: cover;
}

.payment-container .payment-content .success-icon-box .succuess-bg {
    width: 103px;
    height: 104px;
    background: #a0d18182;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.payment-content .success-icon-box .success-icon {
    height: 90px;
    width: 90px;
    background: green;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 55px;
    border-radius: 50%;
}

.payment-container .payment-content .payment-title {
    color: green;
    font-size: 2.5rem;
}

.payment-container .payment-content p {
    margin-bottom: 0;
}

.payment-container .payment-content .trans-num {
    color: orange;
    font-size: 17px;
    padding: 20px 0 10px;
}

.payment-container .payment-content .pay-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d9d7d7;
    padding: 10px 15px 5px;
    margin-bottom: 10px;
    color: grey;
}

.payment-container .payment-content .pay-box p {
    margin-bottom: 0;
}


/* --------------- transaction form --------------------- */
.transaction_form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.transaction_form input.razorpay-payment-button {
    padding: 10px 20px;
    color: #fff;
    background: #f19505;
    border: 1px solid #f19505;
    box-shadow: 2px 3px 6px rgba(0 0 0 / 15%);
    transition: 0.5s;
}

.transaction_form input.razorpay-payment-button:hover {
    background: none;
    color: #f19505;
}

ul.transaction_list {
    padding-left: 0px;
    list-style: none;
}

ul.transaction_list li {
    margin-bottom: 6px;
}

@media(max-width:767px) {
    .transaction_form {
        flex-direction: column;
    }

    .transaction_form .form-group {
        width: 100%;
    }

    section.payment .payment-container .payment-content {
        padding: 20px;
        text-align: center;
        width: 100%;
    }

    .payment-container .payment-content .payment-title {
        color: green;
        font-size: 1.8rem;
    }
}

.payment_success {
    padding: 50px 0px;
}

@media(min-width:768px) and (max-width:992px) {
    section.payment .payment-container .payment-content {
        width: 90%;
    }
}

/* --------------- transaction form --------------------- */


/* ================ website maintinance ============== */
.theme_button {
    background: #f19505;
    color: #fff !important;
    padding: 15px 40px !important;
    border-radius: 5px;
}

.buttons .theme_button:first-child {
    background-color: #fff !important;
    margin-right: 25px;
    color: #000 !important;
}

.theme_button:hover {
    background: #000 !important;
}

.buttons .theme_button:first-child:hover {
    color: #fff !important;
}

.buttons {
    margin-top: 30px;
}

.website-maintinance_hero_ {
    padding: 50px 0;
    background: linear-gradient(136deg, #033363 10%, #2d85dc 100%) !important;
}

.wmh_content h1 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
}

.best {
    margin: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    padding: 10px;
    border-radius: 25px;
    background: #ffbe9d;
    margin-bottom: 30px;
}

.best li:first-child {
    padding: 6px 20px;
    margin-right: 22px;
    background: #f97d3d;
    line-height: 1;
    border-radius: 25px;
    color: #fff;
}

.best li {
    font-size: 14px;
}

.best li:last-child {
    margin-right: 22px;
}

.subtitle {
    font-size: 24px;
    margin-bottom: 0;
    color: #fff;
}

.wmh_content {
    margin-right: 30px;
}

.wmh_content p {
    color: #eceff1;
    font-size: 18px;
}


.maintinance_seciton {
    padding: 60px 0 0;
}

.maintinance_heading_box.text-center {
    margin-bottom: 40px;
}

.maintenance_package_cards {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.mainti_card {
    background: linear-gradient(-144deg, #37517e 0%, #426aaf 50%, #193667 100%) !important;
    padding: 20px;
    color: #fff;
    border-radius: 8px;
    text-align: center;
}

.Micon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Mtitle {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.M_subTitle {
    color: #fff;
    margin: 10px 0;
    font-weight: normal;
    font-size: 16px;
}

.M_subTitle b {
    font-size: 20px;
}

.mainti_card p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 14px;
}

.mainti_card .theme_button {
    display: inline-block;
}

.support_maintenance {
    margin-top: 60px;
}

.support_maintenance {
    margin-top: 60px;
}

.support_maintenance_img {
    float: right;
    margin-left: 40px;
}

.support_maintenance p {
    text-align: justify;
    line-height: 30px;
}

.support_maintenance h2 {
    margin-bottom: 30px;
}

.maintenenace_price .for-head3-only h3 {
    line-height: 26px;
    margin-bottom: 28px !important;
}

.total-body p a {
    color: #f19505;
    text-transform: capitalize;
}

.total-body li a {
    color: #f19505;
    text-transform: capitalize;
}

/* ================ website maintinance ============== */
.bookacall.call-to-action a {
    background: linear-gradient(112deg, #21245b 10%, #b02b3e 100%);
    padding: 10px 30px !important;
    border-radius: 30px;
    box-shadow: inset -6px -7px 3px rgba(0 0 0 / 15%);
    transition: 0.5s;
}

.bookacall.call-to-action a:hover {
    background: linear-gradient(112deg, #2d85dc 10%, #033363 100%);
    box-shadow: inset -6px 6px 3px rgba(0 0 0 / 15%);
}

.subdropDown-menu {
    padding: 0;
    list-style: none;
    margin: 0;
    position: absolute;
    right: -200px;
    max-width: 280px;
    background: #fff;
    top: 22px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    box-shadow: -6px 10px 60px 0px rgba(0, 0, 0, 0.09);
    z-index: 9;
}

.subdropDown-menu li a {
    border-bottom: 1px solid #f1f1f1;
    color: #454661;
}

.subdropDown-menu li a:hover {
    color: #fff !important;
    background: #043a64;
    background-image: linear-gradient(179deg, #033363 10%, #2d85dc 100%);
}

.subdropDown-menu:after {
    content: '';
    left: -12px;
    top: 2px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 13px solid #fff;
    position: absolute;
    transition: 0.5s;
    z-index: -1;
}

.subdropDown:hover .subdropDown-menu {
    visibility: visible;
    opacity: 1;
    top: 0px;
}

/* ========================== innner page blog and faqs section css code ==================== */
.blog_item {
    background: #fff;
    padding: 20px;
    margin-bottom: 14px;
    box-shadow: 4px 6px 9px 4px #ddd;
    border-radius: 5px;
}

.blog_item .blog_meta {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 6px;
}

.blog_item .blog_meta li {
    font-size: 14px;
}

.blog_item .blog_title {
    font-size: 18px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.blog_desc a {
    color: #444456;
    text-decoration: underline;
    font-weight: bold;
}

.blog_btn {
    display: inline-block;
    padding: 4px 15px;
    font-size: 15px;
    background: var(--linear-gradient) padding-box, var(--linear-gradient) border-box;
    color: #fff;
    border-radius: 4px;
    margin-left: auto;
    font-weight: 600;
    border-radius: 25px;
}

.blog_btn:hover {
    background: linear-gradient(136deg, #033363 10%, #2d85dc 100%);
    color: #fff;
}

.inner_pagefaqs {
    max-height: 584px;
    overflow: hidden;
    overflow-y: auto;
}

.inner_pagefaqs::-webkit-scrollbar {
    display: none;
}

.php_acc.inner_pagefaqs .accordion-header .accordion-button {
    background: #37517e;
    color: #fff !important;
}

.php_acc.inner_pagefaqs .accordion-header {
    margin-bottom: 14px;
}

.php_acc.inner_pagefaqs .accordion-header .accordion-button[aria-expanded="true"] {
    background: var(--linear-gradient) padding-box, var(--linear-gradient) border-box;
}

.php_acc.inner_pagefaqs .accordion-item {
    box-shadow: none;
    background: none;
    margin-bottom: 0px;
}

.php_acc.inner_pagefaqs .accordion-collapse {
    background: none;
}

.php_acc.inner_pagefaqs .accordion-header .accordion-button .fa {
    color: #fff;
    transition: 0.5s;
}

.blog_item .blog_meta li .fa {
    margin-right: 5px;
    font-size: 12px;
    color: #f19505;
    transform: translateY(-1px);

}

.php_acc.inner_pagefaqs .accordion-header .accordion-button[aria-expanded="true"] .fa {
    transform: rotate(180deg);
}

@media(max-width:767px) {
    .inner_page_blog_sec {
        margin-bottom: 40px;
    }

    .inner_pagefaqs {
        height: auto;
    }

    .php_acc .accordion-button {
        font-size: 16px;
    }
}


.partner_india li {
    margin-bottom: 10px;
    font-weight: 600;
    padding: 20px;
    text-align: center;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(21 10 82 / 20%);
    box-shadow: 0px 5px 15px 0px rgb(21 10 82 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: var(--linear-gradient) padding-box, var(--linear-gradient) border-box;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.partner_india li:hover {
    transform: translateY(-8px);
}

.partner_list_india {
    margin-top: 20px;
}

.partner_india {
    padding-left: 0;
    list-style: none;
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    width: 100%;
}

.partner_india li:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 2px;
    background: #fff;
    position: absolute;
    z-index: -1;
}

h5.content_creation {
    font-size: 20px;
}

.total-body h3 {
    font-size: 20px;
}

@media (max-width:992px) {
    h5.offcanvas-title img {
        width: 180px;
    }
}

@media (max-width: 768px) {
    .package-geading h2+h6 {
        font-size: 28px;
        text-align: center;
        padding-left: 50px;
        padding-top: 0;
    }

    .packages-section .tab button.active {
        font-size: 18px;
    }

    .packages-section .tab button {
        font-size: 12px;
    }

    .packages-section .col-md-4 {
        padding-right: calc(var(--bs-gutter-x)* .5);
    }

    .packages-section .col-md-3 {
        padding-right: calc(var(--bs-gutter-x)* .5) !important;
        padding-left: calc(var(--bs-gutter-x)* .5) !important;
        margin-top: var(--bs-gutter-y);
        text-align: center;
    }

    .arrow-sign {
        position: absolute;
        top: -10px;
        left: 0px;
    }

    section.packages-section .box-table-price .col-md-3 {
        padding-right: calc(var(--bs-gutter-x)* .5) !important;
        padding-left: calc(var(--bs-gutter-x)* .5) !important;
        text-align: center;
    }
}

/* ========================== innner page blog and faqs section css code ==================== */

.hrcardblueribbon {
    background: linear-gradient(to right, #2999bc, #136692);
    width: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.hrworkcardhover h2 {
    font-size: 18px;
}

.hrworkcardhover p {
    font-size: 16px;
    margin-bottom: 16px;
}

.pre-lunch-ul ul {
    padding-left: 20px;
    list-style: none;
}

.w_100_li>li {
    width: 100%;
    float: left;
    display: flex;
}

.pre-lunch-icon {
    width: 18%;
}

.icon-css-pre {
    width: 100px;
    height: 100px;
    box-shadow: 0px 0px 5px 5px #ddd;
    border-radius: 50%;
    line-height: 100px;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

.icon-css-pre img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.pre-lunch-content {
    width: 82%;
}

.pre-lunch-content p {
    margin-bottom: 25px;
}

.pre_lunch_ul .pre-lunch-content p {
    margin-bottom: 0px;
}

.pre_lunch_ul .w_100_li>li {
    margin-bottom: 25px;
}

.our-seo-bannerImage img {
    width: 100%;
    height: 410px;
    object-fit: contain;
}

.our-seo-bannerImage.our-seo__bannerImage img {
    height: 458px;
}

.section_constituents-seo {
    padding: 50px 0px;
    background: #f9f9f9;
}

section.services-section.section__services {
    background: #fff !important;
}

section.services-section.section__services .servebox .serveboxcontent {
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
}

section.section_what-seo {
    background: #f9f9f9;
    padding: 50px 0px;
}

section.section_what-seo h2 {
    text-align: center;
}

section.section_what-seo li a {
    color: #f19505;
    text-transform: capitalize;
}

section.section_what-seo p a {
    color: #f19505;
    text-transform: capitalize;
}

section.section_our-guiding {
    padding: 50px 0px;
}

section.services-section.dev.process-block.mt-0.bg-transparent {
    background: transparent !important;
}

section.services-section.dev.process-block.mt-0.bg-transparent .servebox .serveboxcontent {
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
}

/* -------------- //// ------------- */
section.what__we-do-new {
    padding: 50px 0px;
    background: #f9f9f9;
}

.what__we-do-new .dev__wrap {
    background: #fff;
    border-radius: 1px;
    padding: 20px 30px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    border: none;
    border-radius: 22px;
}

.what__we-do-new .dev__wrap h3 {
    font-size: 25px;
    font-weight: 700;
    padding: 5px 0;
}

.what__we-do-new .dev__wrap ul.backend2_ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    justify-content: space-around;
    align-items: center;
}

.what__we-do-new .dev__wrap ul.backend2_ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}

.what__we-do-new .dev__wrap ul.backend2_ul figure img {
    width: 50px;
}

.what__we-do-new .dev__wrap ul.backend2_ul li p {
    font-size: 15px;
    line-height: 14px;
    padding: 0;
    margin: 0;
}

section.service-section_we-do-new {
    padding: 50px 0px;
}

.service-section_we-do-new .mobile-app-ser-box {
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    border-radius: 22px;
    padding: 20px;
    align-items: center;
    background: #fff;
    margin: 0;
    margin-bottom: 20px;
}

.service-section_we-do-new .mobile-app-ser-box h3 {
    font-size: 22px;
}

.mobile-app-ser-box .left__wrapper-item ul.technologies_logos-ul {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.mobile-app-ser-box .left__wrapper-item ul.technologies_logos-ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    gap: 10px;
    padding: 4px;
    flex-wrap: wrap;
    width: 116px;
}

.mobile-app-ser-box .left__wrapper-item ul.technologies_logos-ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #444456;
}

.mobile-app-ser-box .left__wrapper-item ul.technologies_logos-ul li a:hover {
    color: #f19505;
}

.mobile-app-ser-box .left__wrapper-item ul.technologies_logos-ul li img {
    width: 44px;
    height: 44px;
}

.mobile-app-ser-box .left__wrapper-item ul.technologies_logos-ul li span {
    font-size: 14px;
}

.mobile-app-ser-box .right__wrapper-item ul.list__text-item {
    margin: 0;
    padding: 0;
}

.mobile-app-ser-box .right__wrapper-item ul.list__text-item li {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.mobile-app-ser-box .right__wrapper-item ul.list__text-item li img {
    width: 20px;
    margin-right: 4px;
}

.mobile-app-ser-box .right__wrapper-item ul.list__text-item li span {
    font-size: 18px;
}

.moretext {
    display: none;
}

section.service-section_we-do-new .mobile-app-ser-box:last-child {
    margin-bottom: 0px;
}

section.whyez_section {
    padding: 50px 0px;
}

section.whyez_section .page-heading h2 {
    margin: 0;
    font-size: 2.28rem;
    text-transform: uppercase;
    line-height: 1.3 !important;
    font-weight: 700;
    padding-bottom: 30px;
}

.whyez_section .servicescardview_group {
    padding: 28px 40px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    height: 100%;
    width: 100%;
    transition: all 0.4s;
}

.whyez_section .servicescardview_icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.whyez_section .servicescardview_icon img {
    width: 60px;
}

.whyez_section .servicescardview_icon h2 {
    margin-right: 30px;
    font-size: 25px;
}

.whyez_section .servicescardview_conts p {
    margin-bottom: 0;
}

.whyez_section .servicescardview_group:hover {
    background: #008CBA;
}

.whyez_section .servicescardview_group:hover .servicescardview_icon h2 {
    color: #fff;
}

.whyez_section .servicescardview_group:hover .servicescardview_conts p {
    color: #fff;
}

.whyez_section .servicescardview_group:hover .servicescardview_icon img {
    filter: brightness(0) invert(1);
}

.whyez_section .servicescardview_group:hover .servicescardview_conts p a.moreless-button {
    color: #ffb239;
}

/* --------------------- */
.workprocess_section {
    background: #f9f9f9;
    padding: 60px 0;
}

.work_proccessPanelItem {
    padding: 30px;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    border-radius: 12px;
    overflow: hidden;
    display: none;
}

.work_proccessPanelItem.active {
    display: block;
}

.work_processList {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}

.work_processList:after {
    content: '';
    width: 90%;
    height: 5px;
    background: linear-gradient(-144deg, #37517e 0%, #426aaf 50%, #193667 100%) !important;
    position: absolute;
    bottom: 58px;
    z-index: -1;
    transform: translateX(-50%);
    left: 50%;
}

.workProccessList {
    border-radius: 64px;
    background: linear-gradient(-144deg, #37517e 0%, #426aaf 50%, #193667 100%) !important;
    width: 126px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}

.workProccessList:after {
    content: '';
    width: 40px;
    height: 27px;
    background: linear-gradient(4deg, #0068a6 38.32%, #033363 75.38%, #033363 100.88%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}

.workProccessList.active:after {
    bottom: -23px;
}

.work_proccessPanelItem p {
    margin-bottom: 0;
}

.workProccessList {
    border-radius: 64px;
    background: red;
    width: 126px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.workProccessList:last-child {
    margin-right: 0;
}

.workProccessList p {
    width: 126px;
    height: 126px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    padding: 20px;
    text-align: center;
    font-weight: 500;
    background: linear-gradient(118deg, #0068a6 32.32%, #033363 52.38%, #033363 100.88%);
}

.workProccessList p:after {
    content: '';
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

.workProccessList span {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 20px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 1;
}

.workProccessList span b {
    font-size: 24px;
}

section.traits-section-new {
    padding: 50px 0px;
    background: #f9f9f9;
}

.traits-section-new .box__design {
    position: relative;
    min-height: 180px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    border-radius: 22px;
}

.traits-section-new .box__design img {
    width: 71px;
    padding-bottom: 20px;
}

.box__design img {
    display: block;
    width: 100%;
    height: auto;
}

.box__design .overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    border-radius: 22px;
}

.box__design:hover .overlay {
    bottom: 0;
    height: 100%;
}

.overlay p {
    color: white;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 15px;
    transform: translate(0%, -50%);
    text-align: left;
}

section.poerfolio-section-new {
    padding: 50px 0px;
}

.poerfolio-section-new .box__design2 {
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    padding: 30px 20px;
    border-radius: 22px;
    text-align: center;
}

.button-flex {
    display: flex;
}

.button-flex .btns.btn-back a button {
    padding: 10px 35px;
    border-radius: 32px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid transparent;
    background: var(--linear-gradient) padding-box, var(--linear-gradient) border-box;
}

.button-flex .btns.btn-back a span {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}

.button-flex .btns.btn-back a button:hover {
    background: none;
    background: linear-gradient(94.99deg, #ffffff 9.28%, #ffffff 93.61%) padding-box, var(--linear-gradient) border-box;
}

.button-flex .btns.btn-back a button:hover span {
    background: var(--linear-gradient) border-box;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

/* --------------- */
section.what-make-diffrent {
    padding: 50px 0px;
    background: #f9f9f9;
}

section.what-make-diffrent .col {
    background: #fff;
    margin: 12px;
    margin-bottom: 11px !important;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    border-radius: 22px;
    border-right: none;
    transition: .4s;
    text-align: center;
    padding: 30px 15px;
}

section.what-make-diffrent .col i {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background: var(--linear-gradient);
    border-radius: 63% 37% 30% 70%/50% 45% 55% 50%;
    position: relative;
    z-index: 1;
    padding: 16px;
    display: flex;
    align-items: center;
    color: #fff;
    box-shadow: 0 10px 30px 0 #338c6d59;
    margin: 0 auto 20px;
}

section.what-make-diffrent .col p {
    margin-bottom: 0px;
}

section.what-make-diffrent .col img {
    object-fit: contain;
    filter: brightness(0) invert(1);
    width: 52px !important;
}

/* ----------------- */
section.industries-we-serve {
    padding: 50px 0px;
}

.industries-we-serve ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0;
    margin: 0;
}

.industries-we-serve ul li {
    width: 100%;
    list-style: none;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 22px;
    transform: scale(1);
    transition: .3s;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    position: relative;
}

.industries-we-serve ul li .box__design {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 20px;
    text-align: left;
}

.industries-we-serve ul li .overlay-industry {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    height: 122px;
    overflow: hidden;
    overflow: auto;
    background: #008CBA;
    transition: 0.5s;
    transform: scale(0);
    border-radius: 22px;
}

.industries-we-serve ul li .overlay-industry p {
    color: #fff;
    font-size: 15px;
}

.industries-we-serve ul li .overlay-industry::-webkit-scrollbar {
    width: 4px;
}

.industries-we-serve ul li .overlay-industry::-webkit-scrollbar-thumb {
    background: #005799;
}

.industries-we-serve ul li:hover .overlay-industry {
    transform: scale(1);
}

.industries-we-serve ul li .box__design .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #008CBA;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border-radius: 22px;
}

.industries-we-serve ul li .box__design figure {
    background-image: linear-gradient(136deg, #033363 10%, #2d85dc 100%);
    width: 80px;
    height: 80px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

.industries-we-serve ul li .box__design img {
    width: 50px;
    filter: brightness(0) invert(1);
}

.industries-we-serve ul li .box__design h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0px;
    width: calc(100% - 80px);
}

.why-choose-block .nav-pills .nav-link.nav__link {
    font-size: 19px;
    padding: 14px 22px;
    line-height: 27px;
}

.why-choose-block .nav-pills .nav-link.nav__link.active:before {
    content: '';
    height: 23px;
    width: 23px;
    position: absolute;
    background: linear-gradient(315deg, #033363 10%, #2d85dc 100%);
    top: 32%;
    right: -12px;
    transform: rotate(-45deg);
}

.why-choose-block .tab-content.websiteDevelopmentVPT {
    height: 224px !important;
}

.technologylist__view ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.technologylist__view ul li {
    list-style: none;
    display: inline-block;
    background: #fff;
    padding: 8px;
    height: 80px;
    max-height: 67px;
    width: 111px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.technologylist__view ul li img {
    padding: 4px;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

section.industries-we-serve.industries__we-serve {
    background: #f9f9f9;
}

section.whyez_section.whyez_section__bg {
    background: #f9f9f9;
}

section.whyez_section.about-whyez_section {
    background: #f9f9f9;
    margin-top: 45px;
}

section.smo-service-follow {
    padding: 60px 0px;
}

section.smo-service-follow .thing-box {
    color: #fff;
    position: relative;
    padding: 25px;
    margin-top: 50px;
    min-height: 338px;
    margin-bottom: 40px;
    border: none;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    position: relative;
    border-radius: 22px;
}

section.smo-service-follow .top-grid {
    position: absolute;
    border-radius: 29px;
    top: -32px;
    height: 67px;
    width: 508px;
    text-align: center;
}

section.smo-service-follow .top-grid p {
    line-height: 65px;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
}

section.smo-service-follow .smo-grid a,
section.smo-service-follow .top-grid {
    transform: translateX(-50%);
    left: 50%;
}

section.smo-service-follow .top-grid-green {
    background: var(--linear-gradient);
}

section.smo-service-follow .top-grid-red {
    background: linear-gradient(136deg, #033363 30%, #e01010 100%);
}

section.smo-service-follow .thing-box ul {
    list-style: none;
    padding-left: 16px;
    margin-top: 58px;
}

section.smo-service-follow .thing-box ul li {
    display: flex;
    align-items: center;
    margin: 7px 0;
    color: #4a4b65;
}

section.smo-service-follow .thing-box ul li i {
    margin-right: 10px;
    line-height: 24px;
    font-size: 18px;
}

section.smo-service-follow .thing-box ul li i.fa.fa-times {
    color: #e01010;
}

section.introduction-ls-section {
    padding: 50px 0px;
    background: #f9f9f9;
}

/* -----------tab----------- */
.introduction-ls-section .wrapper {
    margin-top: 20px;
}

.introduction-ls-section .tab-wrapper {
    display: block;
}

.introduction-ls-section .tabs {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    gap: 20px;
    list-style: none;
}

.introduction-ls-section .tab-link {
    margin-right: 0;
    width: 19%;
}

.introduction-ls-section .tab-link {
    box-shadow: rgb(0 0 0 / 10%) 0 4px 12px;
    text-align: center;
    line-height: 25px;
    padding: 8px 16px;
    font-size: 15px;
    font-weight: 600;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    cursor: pointer;
    color: #4a4b65;
    background: #fff;
    border: solid 1px #e6e6e6;
    border-bottom: transparent;
}

.introduction-ls-section .tab-link:hover {
    color: #fff;
    background: var(--linear-gradient);
    border-top: none;
}


.introduction-ls-section .tab-link.active {
    background: var(--linear-gradient);
    color: #fff;
    border-top: none;
}

.introduction-ls-section .content-wrapper {
    padding: 25px;
    border: 1px solid #e6e6e6;
    margin-top: -1px;
    background: #fff;
}

.introduction-ls-section .tab-content {
    display: none;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}

.introduction-ls-section .descriptionPara {
    color: var(--text-color);
    font-size: 16px;
    text-align: left;
}

.introduction-ls-section .tab-content.active {
    display: block;
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

section.ppc-packeage-about-section {
    padding: 50px 0px;
}

.ppc-packeage-about-section .right-about-wrap ul {
    padding: 0;
}

.ppc-packeage-about-section .right-about-wrap ul li {
    list-style: none;
    box-shadow: rgb(100 100 111 / 20%) 0 7px 29px 0;
    padding: 30px;
    border-radius: 22px;
    margin-bottom: 20px;
}

.ppc-packeage-about-section .right-about-wrap ul li p {
    margin-bottom: 0;
}

section.grow-your-lead-section {
    padding: 60px 0px;
    background: #f9f9f9;
}

.grow-your-lead-section .right-content h3 {
    font-size: 25px;
}

.grow-your-lead-section .right-content ul {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    padding-bottom: 10px;
}

.grow-your-lead-section .right-content ul li img.image {
    width: 35px;
}

.grow-your-lead-section .top-bottom {
    margin-top: 30px;
}

section.success-story-review-section {
    padding: 60px 0px;
    background: #f9f9f9;
}

.success-story-review-section .succ-story-card {
    padding: 15px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0 4px 12px;
    border-radius: 22px;
}

.success-story-review-section .succ-story-card img {
    border-radius: 8px;
    width: 100%;
    object-fit: cover;
}

.success-story-review-section .succ-story-card h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 13px;
    background: #f19505;
    text-align: center;
    margin: -22px 0px 10px 0px;
    border-radius: 0px 0px 8px 8px;
}

.success-story-review-section .succ-story-card .caption_content ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    justify-content: inherit;
}

.success-story-review-section .succ-story-card .caption_content ul li {
    list-style: none;
    background: #f4fff4;
    font-size: 14px;
    padding: 1px 19px;
    border-radius: 50px;
    margin-bottom: 0;
    color: #000;
    border: 1px solid #eee;
    padding-bottom: 0;
}

.success-story-review-section .succ-story-card .caption_content .result_percentage {
    display: flex !important;
    justify-content: normal;
    margin-top: 0;
    padding: 24px 0;
}

.success-story-review-section .succ-story-card .left {
    border-radius: 7px;
    padding: 5px 0;
    position: relative;
    width: 50%;
}

.success-story-review-section .succ-story-card .right {
    border-radius: 2px;
    padding: 5px 3px;
    width: 50%;
}

.succ-story-card .left:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 90px;
    background: #d7d7d7;
    right: 10%;
    top: 2px;
    border-radius: 4px;
}

.succ-story-card .caption_content .result_percentage h4 {
    font-size: 31px;
    padding: 0;
    margin-bottom: 0;
}

.succ-story-card .caption_content .result_percentage h4 span {
    font-size: 20px;
    display: block;
}

.succ-story-card .caption_content .result_percentage p {
    font-size: 15px;
    line-height: 21px;
}

section.ElevatingYourBrand-section {
    padding: 50px 0px;
}

section.ppc-packeage-about-section.bg-light-color {
    background: #f9f9f9;
}

section.success-story-review-section.case-study-for.case-study-for-ppc .succ-story-card .left:after {
    right: 4%;
    height: 75px;
}

.success-story-review-section.case-study-for.case-study-for-ppc .succ-story-card .caption_content .result_percentage {
    padding-bottom: 12px;
}

section.website-plateform-section {
    padding: 60px 0px;
    background: #f9f9f9;
}

.website-plateform-section .SEOTool-logo {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


.website-plateform-section .SEOTool-logo .SEOTool-logo_item {
    width: 23%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    text-align: center;
    background: #fff;
    border-radius: 12px;
}

.website-plateform-section .SEOTool-logo .SEOTool-logo_item img {
    width: 196px;
    height: 42px;
    object-fit: contain;
}

.why-choose-block .v-pills-tabContentPRS {
    height: 410px !important;
}

.why-choose-block .v-pills-tabContentESS {
    height: 369px !important;
}

section.client-logo-wrapper {
    padding: 60px 0px;
}

.client-logo-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.client-logo-wrapper ul.client-logo_listWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.client-logo-wrapper ul.client-logo_listWrapper li {
    width: 23%;
}

.client-logo-wrapper ul.client-logo_listWrapper li figure {
    margin-bottom: 10px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    border: 0px solid #eee;
    width: 100%;
    display: grid;
    align-content: center;
    padding: 16px;
    height: 85px;
    overflow: hidden;
    justify-content: center;
    border-radius: 4px;
    background: #fff;
}

.client-logo-wrapper ul.client-logo_listWrapper li figure img {
    width: 160px;
    height: 70px;
    object-fit: contain;
}

section.ls-result-empowering-sec {
    padding: 60px 0px;
}

.ls-result-empowering-sec .empowering-card {
    text-align: center;
    background: #ffffff;
    padding: 14px;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    border-radius: 0px 0px 22px 22px;
}

.ls-result-empowering-sec .empowering-card p {
    background: #f19505;
    padding: 10px;
    margin-top: -14px;
    border-radius: 0px 0px 22px 22px;
    margin-bottom: 16px;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}

.ls-result-empowering-sec .empowering-card h3 {
    font-size: 25px;
    font-weight: bold;
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .ls-result-empowering-sec .empowering-card {
        height: 147px;
    }
}

section.ls-result-empowering-sec.section-white {
    background: #f9f9f9;
}

.section-white ul.why-do-bussiness {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    justify-content: space-between;
    margin: 0;
}

.section-white ul.why-do-bussiness li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px 8px 38px;
    background: #fff;
    margin-bottom: 15px;
    position: relative;
    width: 49%;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, .09) 0 3px 12px;
}

ul.why-do-bussiness.whyDoBusiness li {
    align-items: start;
    flex-direction: column;
}

ul.why-do-bussiness.whyuBssinessList li {
    align-items: start;
}

.section-white ul.why-do-bussiness li {
    border-bottom: 3px solid #f19505;
}

.section-white ul.why-do-bussiness li:after {
    content: "\f00c";
    position: absolute;
    left: 8px;
    color: #fff;
    font-family: FontAwesome;
    background: var(--linear-gradient);
    width: 23px;
    height: 23px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 50px;
}

.why-choose-block .v-pills-tabContentORMC {
    height: 383px !important;
}

.why-choose-block .v-pills-tabContentESSSS {
    height: 294px !important;
}

.why-choose-block .v-pills-tabContentLWD {
    height: 270px !important;
}

.why-choose-block .v-pills-tabContentLSS {
    height: 352px !important;
}

.our-seo-bannerImage.wordpress_seo_services img {
    width: 100%;
    height: 360px;
    object-fit: contain;
}

section.industry-section {
    padding: 50px 0px;
}

.industry-section  .newindus-slide {
    position: relative;
}

section.industries-we-serve.industriesServe {
    background: #f5f5f5;
}

.industry-section .indus-btn {
    font-weight: 600;
    left: 8px;
    bottom: 25px;
    position: absolute;
    background: #fff;
    padding: 8px 14px;
    border-radius: 12px;
    color: #f19505;
}

.industry-section .indus-btn.f_size {
    font-size: 14px;
}

.newindus-slide img {
    object-fit: cover;
    height: 345px;
    border-radius: 10px;
}

section.industries-we-serve.industriesServe ul li {
    background: #fff;
}

section.industries-we-serve.industriesServe ul li .overlay-industry {
    height: 120px;
}

section.benefits-section {
    padding: 50px 0px;
}

.benefits-section .benefitswrapper {
    background: #fff;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    border-radius: 22px;
    border-right: none;
    transition: .4s;
    padding: 25px 15px;
    height: 100%;
}

.benefits-section .benefitswrapper img {
    margin-left: 10px;
    margin-bottom: 10px;
}

.benefits-section .benefitswrapper h5 {
    padding-left: 12px;
}

.benefits-section .benefitswrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.benefits-section .benefitswrapper ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 20px 5px 34px;
    position: relative;
    border-radius: 6px;
    text-transform: capitalize;
}

.benefits-section .benefitswrapper ul li:after {
    content: "\f00c";
    position: absolute;
    left: 8px;
    color: #fff;
    font-family: FontAwesome;
    background: var(--linear-gradient);
    width: 20px;
    height: 20px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    border-radius: 50px;
}

.why-choose-block .v-pills-tabContentGMM {
    height: 205px !important;
}

.why-choose-block .v-pills-tabContentSMOS {
    height: 352px !important;
}

.serveboxcontent p.desc a {
    color: #f19505;
    text-transform: capitalize;
}

.grow-your-lead-section p a {
    color: #f19505;
    text-transform: capitalize;
}

.why-choose-block .tab-content p a {
    color: #f19505;
    text-transform: capitalize;
}

.section_constituents-seo .pre-lunch-content p a {
    color: #f19505;
    text-transform: capitalize;
}

ul.servicescardview_conts-ul {
    padding: 0;
    margin: 0;
}

ul.servicescardview_conts-ul li {
    display: flex;
    align-items: start;
    gap: 10px;
    padding: 0px 0px 8px 33px;
    position: relative;
}

ul.servicescardview_conts-ul li:after {
    content: "\f00c";
    position: absolute;
    left: 0px;
    top: 3px;
    color: #fff;
    font-family: FontAwesome;
    background: var(--linear-gradient);
    width: 21px;
    height: 21px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    border-radius: 50px;
}

.whyez_section .servicescardview_group:hover ul.servicescardview_conts-ul li {
    color: #fff;
}

.whyez_section .servicescardview_group:hover ul.servicescardview_conts-ul li:after {
    background: #f19505;
}

section.success-story-review-sec {
    background: #f9f9f9;
    padding: 50px 0px;
}

.why-choose-block .v-pills-tabContentSBI {
    height: 615px !important;
}

.why-choose-block .v-pills-tabContentHCSS {
    height: 376px !important;
}















































































@media (max-width: 768px) {
    .w_100_li>li {
        flex-direction: column;
    }

    .pre-lunch-icon {
        width: 100%;
        margin-bottom: 10px;
    }

    .pre-lunch-content {
        width: 100%;
    }

    .add-grid-columns .col-md-5:nth-of-type(2) {
        order: 1;
    }

    .add-grid-columns .col-md-7:nth-of-type(1) {
        order: 2;
    }

    .our-seo-bannerImage {
        margin-bottom: 30px;
    }

    section.what-make-diffrent .col {
        flex: 1 0 90%;
    }

    .what__we-do-new .dev__wrap {
        margin-bottom: 25px;
        padding: 25px;
    }

    .what__we-do-new .dev__wrap h3 {
        font-size: 20px;
    }

    .mobile-app-ser-box .left__wrapper-item ul.technologies_logos-ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .what__we-do-new .dev__wrap ul.backend2_ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .traits-section-new .box__design,
    .poerfolio-section-new .box__design2 {
        margin-bottom: 25px;
    }

    .industries-we-serve ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-choose-block .nav-pills .nav-link.nav__link.active:before {
        display: none;
    }

    .whyez_section .servicescardview_group {
        padding: 25px;
    }

    .whyez_section .servicescardview_icon h3 {
        font-size: 26px;
        font-weight: 700;
        margin-right: 0px;
    }

    .featured-itemm a span {
        font-size: 24px;
        height: 35px;
        width: 35px;
        line-height: 34px;
    }

    .why-choose-block #v-pills-tabContent {
        height: auto;
    }

    .wvelabs {
        margin: 20px 0px;
    }

    .case-study-slid .client-result {
        width: 100%;
    }

    .introduction-ls-section .tabs {
        gap: 5px;
        flex-wrap: wrap;
    }

    .introduction-ls-section .tab-link {
        margin-right: 0;
        width: 100%;
    }

    .copyright {
        display: flex !important;
        flex-direction: column;
        gap: 10px;
    }

    .copyright .dmca img {
        margin-top: 0;
    }

    section.traits-section-new.bg-transparent .box__design {
        margin-bottom: 0;
    }

    .grow-your-lead-section .right-content ul {
        gap: 10px;
    }

    .grow-your-lead-section .top-bottom {
        margin-top: 30px !important;
    }

    .success-story-review-section .succ-story-card {
        margin-bottom: 25px;
    }

    .add-grid-columns .col-md-5:nth-of-type(2) {
        order: 1;
    }

    .add-grid-columns .col-md-7:nth-of-type(1) {
        order: 2;
    }

    .add-grid-columns .col-md-12:nth-of-type(3) {
        order: 2;
    }

    .whyez_section .servicescardview_icon {
        flex-direction: column-reverse;
        align-items: start;
    }

    .whyez_section .servicescardview_icon h2 {
        padding-top: 8px;
        margin-right: 0;
        font-size: 18px;
        margin-bottom: 0;
    }

    .grow-your-lead-section .right-content h3 {
        font-size: 21px;
    }

    .left-image {
        margin-bottom: 20px;
    }

    .why-choose-block .v-pills-tabContentESSSS {
        height: auto !important;
    }

    .top-bottom img.lazyload.image {
        width: 280px;
    }

    .row.mt-4.add-grid-columns {
        margin-top: 0 !important;
    }

    section.smo-service-follow .top-grid {
        width: 90%;
    }

    section.smo-service-follow .top-grid p {
        font-size: 18px;
    }

    .work_processList:after {
        display: none;
    }

    .work_processList {
        row-gap: 26px;
    }

    section.smo-service-follow .thing-box ul {
        margin-top: 40px;
        margin-bottom: 0;
        padding-left: 0;
    }

    section.smo-service-follow .thing-box {
        padding: 20px;
        min-height: 300px;
        margin-bottom: 15px;
    }

    .work_proccessPanelItem {
        padding: 20px;
    }

    .ppc-packeage-about-section .right-about-wrap ul li {
        padding: 25px;
    }

    .col-12.col-md-6.col-lg-6.margin-mb-bttn {
        margin-bottom: 1.5rem !important;
    }

    .box__design.margin-mb-bttn {
        margin-bottom: 0;
    }

    .box__design2.margin-mb-bttn {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .industries-we-serve ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .technologylist__view ul li {
        width: 98px;
    }

    .mobile-app-ser-box .left__wrapper-item ul.technologies_logos-ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}