/* ------------------------------------------------
  Project:   Loptus - Digital Marketing Agency Responsive HTML5 Template
  Author:    ThemeHt
------------------------------------------------ */
/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Border Radius
  7. Banner
  8. Background Position & Size
  9. Countdown
  10. Terms and Conditions
  11. Privacy Policy
  12. Cases
  13. How It Work
  14. Clients Logo
  15. Single Page Sidebar
  16. Single Page Meta
  17. Contact
  18. Video
  19. Side Background
  20. Error
  21. List Icon
  22. Bg Animated Image
  23. Round Animated Image


/* ------------------------
    General
------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Niramit:300,300i,400,400i,500,500i,600,600i,700,700i');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1.7;
    color: #4f4e4e;
    letter-spacing: 1px;
}


/* ------------------------
    Typography
------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: capitalize;
    letter-spacing: 2px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 60px;
    font-style: normal;
    line-height: 70px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    letter-spacing: 0;
}

h2 {
    font-size: 38px;
    font-style: normal;
    line-height: 46px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
}

h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 36px;
    font-weight: 500;
}

h4 {
    font-size: 24px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
}

h5 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
}

h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 10px;
    color: #000;
}

ul {
    margin: 0px;
    padding: 0px;
}

u {
    text-decoration-style: wavy;
}

/* ------------------------
    Helper class
------------------------*/
p {
    line-height: 1.9;
}

.lead {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}

.o-hidden {
    overflow: hidden;
}

.img-center {
    display: inline-block !important;
    max-width: 100%;
}

.pos-r {
    position: relative;
}

.z-index-0 {
    z-index: 0;
    position: relative;
}

.z-index-1 {
    z-index: 1;
    position: relative;
}

h1 span {
    color: #ff7810;
}

section {
    padding: 0px 0;
}

.section-title {
    margin-bottom: 50px;
}

.section-title p {
    font-size: 16px;
}

.align-item-middle {
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: center;
    /* Safari 7.0+ */
    display: flex;
    align-items: center;
}

.align-item-middle > div {
    width: 100%;
}

.font-w-3 {
    font-weight: 300;
}

.font-w-4 {
    font-weight: 400;
}

.font-w-5 {
    font-weight: 500;
}

.font-w-6 {
    font-weight: 600;
}

.font-w-7 {
    font-weight: 700;
}

.font-w-8 {
    font-weight: 800;
}

.font-w-9 {
    font-weight: 900;
}

.line-h-2 {
    line-height: 1.6;
}

.line-h-3 {
    line-height: 1.7;
}

.line-h-4 {
    line-height: 1.8;
}

.line-h-5 {
    line-height: 1.9;
}

.letter-space-1 {
    letter-spacing: 5px;
}

.letter-space-2 {
    letter-spacing: 10px;
}

.letter-space-3 {
    letter-spacing: 15px;
}


/* ------------------------
    Text color
------------------------*/
.text-theme {
    color: #ff7810;
}

.text-black {
    color: #111121 !important;
}

.text-grey {
    color: #999999;
}

.text-rgba {
    color: rgba(255, 255, 255, 0.8);
}


/* ------------------------
    Background color
------------------------*/
.white-bg {
    background-color: #ffffff !important;
}

.dark-bg {
    background-color: #141414;
}

.grey-bg {
    background-color: #fdf9f9;
}

.theme-bg {
    background-color: #fffaf9;
}

.transparent-bg {
    background-color: inherit !important;
}


/* ------------------------
    Border Radius
------------------------*/
.radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.radius-0 {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.radius-1 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.radius-2 {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.radius-3 {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.radius-4 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


/* ------------------------
    Banner
------------------------*/
.fullscreen-banner {
    position: relative;
    min-height: 800px;
}

[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.align-center {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 9;
}

.align-end {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.bnr-img2 {
    position: absolute;
    top: 50%;
    left: 0;
}

.banner-2 .mouse-parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.fullscreen-banner .owl-carousel,
.fullscreen-banner .owl-stage-outer,
.fullscreen-banner .owl-stage,
.fullscreen-banner .owl-item {
    height: 100%;
}

.hero-bg {
    left: -50%;
    position: absolute;
    top: -45%;
}

.banner-4 .mouse-parallax {
    z-index: 9;
}

/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-pos-l {
    background-position: left;
}

.bg-pos-r {
    background-position: right;
}

.bg-pos-rt {
    background-position: right top;
}

.bg-pos-lt {
    background-position: left top;
}

.bg-pos-rb {
    background-position: right bottom;
}

.bg-pos-lb {
    background-position: left bottom;
}


/* ------------------------
    Countdown
------------------------*/
.countdown {
    margin: 50px 0;
    display: table;
    width: 100%;
}

.countdown > li {
    padding: 0 30px;
    font-weight: 700;
    text-align: center;
    border-right: 1px dashed rgba(0, 0, 0, 0.1);
    list-style-type: none;
    display: table-cell;
    width: auto;
}

.countdown > li:last-child {
    border-right: none;
}

.countdown > li span {
    font-size: 70px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
    display: inline-block;
}

.countdown > li p {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 0;
    color: #ff7810;
}

.dark-bg .countdown > li {
    border-color: rgba(255, 255, 255, 0.2);
}

.coming-soon .subscribe-form {
    margin: 0 auto;
}


/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p {
    margin-bottom: 25px;
}

.terms-and-conditions ul.list {
    margin-bottom: 20px;
    display: block;
}

.terms-and-conditions ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}


/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p {
    margin-bottom: 25px;
}

.privacy-policy ul.list {
    margin-bottom: 20px;
    display: block;
}

.privacy-policy ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}


/* ------------------------
    Cases
------------------------*/
.cases-item {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.cases-item .cases-description {
    background: #ffffff;
    padding: 20px;
}

.cases-item .cases-description h5 {
    margin: 0 0 15px;
    text-transform: capitalize;
    font-weight: 500;
}

.cases-item img {
    width: 100%;
}

.cases-item span {
    font-weight: 500;
    display: block;
}

.owl-carousel .cases-item {
    margin: 30px 10px;
}


/* ------------------------
    How It Work
------------------------*/
.work-process-inner {
    position: relative;
}

.step-num {
    background: rgb(255, 120, 16);
    background: linear-gradient(to right, #f9b5ab 0%, #f3818e 100%);
    border: 5px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    height: 80px;
    line-height: 75px;
    position: absolute;
    right: -40px;
    top: -40px;
    width: 80px;
    text-align: center;
}

.work-process-inner .work-img {
    border: 2px dashed #e2dfdf;
    border-radius: 10px;
    display: inline-block;
    width: 230px;
    height: 250px;
    line-height: 250px;
    margin: 40px 0;
    position: relative;
}

.work-process.style-2 .work-process-inner {
    padding-left: 80px;
}

.work-process.style-2 .step-num {
    right: inherit;
    left: 0;
    top: 0;
    border: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
}

.theme-bg .work-process-inner,
.theme-bg .work-process-inner h4 {
    color: #ffffff;
}

/* ------------------------
    Clients Logo
------------------------*/
.clients-logo {
    background: #fff;
    border: 1px solid #ebebeb;
    margin-right: -1px;
    margin-top: -1px;
    padding: 50px 10px;
    width: calc(100% / 4);
}


/* ------------------------
    Single Page Sidebar
------------------------*/
.sidebar-links li a {
    color: #2c2c2c;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
    display: block;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

.sidebar-links li.active a,
.sidebar-links li a:hover {
    color: #ff7810;
}

.sidebar-links li:first-child a {
    padding-top: 0;
}

.sidebar-links li:last-child a {
    padding-bottom: 0;
    border-bottom: none;
}


/* ------------------------
    Single Page Meta
------------------------*/
.portfolio-meta li {
    position: relative;
    padding-left: 50px;
}

.portfolio-meta li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #ff7810;
    font-size: 30px;
}

.portfolio-meta li span {
    color: #111121;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.theme-bg .portfolio-meta li,
.theme-bg .portfolio-meta li i,
.theme-bg .portfolio-meta li span {
    color: #ffffff;
}


/* ------------------------
    Contact
------------------------*/
.contact-info li {
    padding-left: 50px;
    position: relative;
}

.contact-info li i {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
    font-size: 30px;
    color: #ff7810;
    text-align: center;
}

.contact-info li span {
    font-size: 16px;
    color: #111121;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.contact-info li p {
    margin-bottom: 0;
    line-height: 24px;
}

.contact-info li a {
    color: #111121;
}

.contact-info li a:hover {
    color: #ec8c95;
}

.info-inner {
    background: #ffffff;
    padding: 50px 30px;
}

.info-inner ul li {
    padding-left: 0;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

label {
    font-size: 14px;
    color: #333
}

.form-control {
    height: 50px;
    border-radius: 5px;
    font-size: 13px;
    color: #111121;
    background: #ffffff;
    border: 1px solid transparent;
}

.theme-bg .form-control .dark-bg .form-control {
    background: none;
    border: 5px solid rgba(255, 255, 255, 0.1);
}

.dark-bg .form-control,
.theme-bg .form-control {
    color: #ffffff;
}

.grey-bg .form-control {
    background: #ffffff
}

textarea.form-control {
    height: 150px;
    border-radius: 5px;
}

.form-control:focus {
    box-shadow: none;
    background: none;
    border-color: #ff7810;
}

.theme-bg .form-control:focus {
    border-color: #ff7810;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 50px !important;
}

iframe {
    width: 100%;
    border: none;
    pointer-events: auto;
}

.iframe-h {
    height: 500px !important;
}

.iframe-h-2 {
    height: 600px !important;
}

.map iframe {
    border: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.help-block.with-errors {
    position: absolute;
    color: red;
    right: 15px;
    font-size: 10px;
    line-height: 14px;
}

.form-control::-webkit-input-placeholder {
    color: #111121;
}

.form-control::-moz-placeholder {
    color: #111121;
}

.form-control:-ms-input-placeholder {
    color: #111121;
}

.form-control:-moz-placeholder {
    color: #111121;
}

.dark-bg .form-control::-webkit-input-placeholder,
.theme-bg .form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.dark-bg .form-control::-moz-placeholder,
.theme-bg .form-control::-moz-placeholder {
    color: #ffffff;
}

.dark-bg .form-control:-ms-input-placeholder,
.theme-bg .form-control:-ms-input-placeholder {
    color: #ffffff;
}

.dark-bg .form-control:-moz-placeholder,
.theme-bg .form-control:-moz-placeholder {
    color: #ffffff;
}


/* ------------------------
    Video
------------------------*/
.video-btn {
    position: relative;
    display: inline-block;
}

.video-btn .btn-play {
    font-size: 30px;
    background: #ff7810;
    color: #fff;
    line-height: 50px;
    width: 70px;
    height: 70px;
    border: 10px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-transition-property: color, background, border-color;
    transition-property: color, background, border-color;
}

.video-btn-pos {
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto !important;
    z-index: 99;
}

.theme-bg .video-btn .btn-play,
.dark-bg .video-btn .btn-play {
    background: #ffffff;
    border-color: #ddd;
    color: #ff7810;
}

.html5-video {
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.html5-video video {
    width: 100%;
}

.play-btn span {
    position: relative;
    text-transform: uppercase;
    color: #111121;
    font-weight: 500;
    padding-right: 70px;
    margin-right: 20px;
}

.play-btn span:before {
    background: #f59b9c;
    width: 50px;
    height: 2px;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
}



/* ------------------------
    Side Background
------------------------*/
.img-side img {
    max-width: 100%
}

.img-side.img-right {
    right: 0;
}

.img-side.img-left {
    left: 0;
}

.img-side {
    padding: 0;
    position: absolute !important;
    top: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 9;
}

.image-column {
    position: absolute;
    left: 0px;
    top: 50%;
}

.image-column.right {
    right: 0;
    left: inherit;
}


/* ------------------------
    Error
------------------------*/
.error-page h1 {
    font-size: 300px;
    line-height: 300px;
    letter-spacing: 15px;
    color: #111121;
    margin-bottom: 20px;
}


/* ------------------------
    List Icon
------------------------*/
.list-icon li {
    position: relative;
    padding-left: 40px;
}

.list-icon li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #eb818e;
    font-size: 30px;
    line-height: 30px;
}

.list-icon-2 li {
    padding-left: 20px;
    position: relative;
}

.list-icon-2 li:before {
    content: "";
    background: #eb818e;
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 2px;
    border-radius: 4px;
}

.custom-li {
    display: inline-block;
}

.custom-li li {
    float: left;
    margin-bottom: 15px;
    width: calc(100% / 2);
}

.list-icon-3 li i {
    color: #f3818e;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid #ece9fa;
    text-align: center;
    border-radius: 50%;
}


/* ------------------------
    Bg Animated Image
------------------------*/
.pattern-3 {
    position: absolute;
    left: 50%;
    top: 60%;
}

.info-img:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 330px;
    width: 100%;
    content: "";
    background-image: url(../images/pattern/07.png);
    z-index: -1;
}


/* ------------------------
    Round Animated Image
------------------------*/
.round-animation {
    background-image: linear-gradient(120deg, #7774eb 0%, #392a9c 100%);
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    width: 100%;
    height: 100%;
    animation: morph 10s linear infinite;
    transform-style: preserve-3d;
    outline: 1px solid transparent;
    will-change: border-radius;
}

.round-animation:before,
.round-animation:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    will-change: border-radius, transform, opacity;
    animation-delay: 200ms;
    background-image: linear-gradient(120deg, #f9b5ab 0%, #f3818e 100%);
}

.round-animation:before {
    animation: morph 3s linear infinite;
    opacity: .21;
    animation-duration: 1.5s;
}

.round-animation img {
    position: relative;
    z-index: 99;
}

.insideText {
    color: rgba(0, 0, 0, 0.030);
    font-size: 200px;
    font-weight: 900;
    left: 50%;
    line-height: 200px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    white-space: nowrap;
    width: 100%;
    z-index: 0;
}

.boxed-view {
    padding: 20px 50px 50px;
}

.seo-img img {
    position: relative;
    -webkit-animation: seo 2s linear infinite;
    animation: seo 2s linear infinite;
}

@-webkit-keyframes seo {
    0% {
        left: 20px;
        bottom: 20px;
    }

    25% {
        left: -20px;
        bottom: 20px;
    }

    50% {
        left: -20px;
        bottom: 0px;
    }

    75% {
        left: 0px;
        bottom: 0px;
    }

    100% {
        left: 20px;
        bottom: 20px;
    }
}

@keyframes seo {
    0% {
        left: 20px;
        bottom: 20px;
    }

    25% {
        left: -20px;
        bottom: 20px;
    }

    50% {
        left: -20px;
        bottom: 0px;
    }

    75% {
        left: 0px;
        bottom: 0px;
    }

    100% {
        left: 20px;
        bottom: 20px;
    }
}

/*prashant added*/


.page-title h2,
.page-title h1 {
    position: relative;
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.page-breadcrumb {
    position: relative;
    margin-top: 20px;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.page-breadcrumb li a {
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-breadcrumb li:after {
    position: absolute;
    content: ":";
    right: -2px;
    top: -1px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'FontAwesome';
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.about-section.style-two {
    padding-top: 80px;
}

.about-section {
    position: relative;
    padding: 20px 0px 90px;
}

.about-section .bg-pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 1098px;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-section .left-patterm {
    position: absolute;
    left: 0px;
    top: 0px;
    /* display: none; */
    width: 289px;
    height: 404px;
    background-repeat: no-repeat;
}

.about-section .left-patterm {
    top: -18%;
}

.about-section .content-column .inner-column {
    z-index: 99;
}

.about-section .content-column {
    position: relative;
}

@media (min-width: 992px) {
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}

.about-section .content-column .inner-column {
    position: relative;
    padding-top: 0px;
}

.about-section .content-column .sec-title {
    margin-bottom: 20px;
}

.sec-title {
    position: relative;
    margin-bottom: 55px;
}

.sec-title .title {
    position: relative;
    color: #777777;
    font-size: 18px;
    font-weight: 600;
    padding-right: 60px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

/*---shivani commented this
.sec-title .title:after {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 12px;
  height: 2px;
  width: 50px;
  background-color: #ba0913;
}
------*/

.sec-title h2 {
    position: relative;
    color: #322f2f;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 15px;
}

.about-section .content-column .bold-text {
    position: relative;
    color: #777777;
    font-size: 22px;
    line-height: 1.6em;
}

.about-section .content-column .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 25px;
    margin-bottom: 30px;
}

.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 14px 40px 14px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 3px;
    background: none;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    background-image: -ms-linear-gradient(left, #673FE7 0%, #0228a3 100%);
    background-image: -moz-linear-gradient(left, #673FE7 0%, #0228a3 100%);
    background-image: -o-linear-gradient(left, #673FE7 0%, #0228a3 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #673FE7), color-stop(100, #0228a3));
    background-image: -webkit-linear-gradient(left, #673FE7 0%, #0228a3 100%);
    background-image: linear-gradient(to right, #673FE7 0%, #0228a3 100%);
}

.btn-style-three .txt {
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.services-section.style-two {
    padding-top: 0px;
    padding-bottom: 20px;
}

.services-section {
    position: relative;
    padding: 120px 0px 90px;
}

@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.service-block .inner-box {
    position: relative;
    text-align: center;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}


.service-block .inner-box h5 {
    position: relative;
    line-height: 1.3em;
    color: #222222;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 12px;
}

.service-block .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.7em;
}

.service-block .inner-box .side-icon {
    position: absolute;
    right: -20px;
    bottom: -20px;
    color: #f2f4fa;
    font-size: 98px;
    line-height: 1em;
}

.service-block .overlay-box {
    position: absolute;
    left: 0px;
    top: -20px;
    width: 100%;
    bottom: -20px;
    opacity: 0;
    border-radius: 8px;
    text-align: center;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: linear-gradient(to right, #f9b5ab 0%, #f3818e 100%);
}

.service-block .overlay-box:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 175px;
    height: 185px;
    background-repeat: no-repeat;
    background: url(../images/about/pattern-4.png);
}

.service-block .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.service-block .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.service-block .overlay-inner .left-top-icon {
    position: absolute;
    left: -20px;
    top: -20px;
    font-size: 90px;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.20);
}

.service-block .overlay-box .overlay-icon {
    position: relative;
    color: #ffffff;
    font-size: 60px;
    line-height: 1em;
}

.service-block .inner-box h5 {
    position: relative;
    line-height: 1.3em;
    color: #222222;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 12px;
}

.service-block .overlay-box h5 a {
    position: relative;
    color: #ffffff;
}

.service-block .overlay-box .text {
    position: relative;
    color: #ffffff;
}

.service-block .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.7em;
}

.service-block .overlay-box .arrow {
    position: relative;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 18px;
    line-height: 46px;
    font-weight: 600;
    margin-top: 20px;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-block .inner-box {
    position: relative;
    text-align: center;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}

.service-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../images/about/pattern-3.png) no-repeat;
}

.service-block .inner-box .inner-content {
    position: relative;
    overflow: hidden;
    padding: 70px 20px;
}

.service-block .inner-box .icon-box {
    position: relative;
}

.service-block .inner-box .icon-box .icon-a {
    position: relative;
    background: -webkit-linear-gradient(#7774eb, #392a9c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    line-height: 1em;
}

.service-block .inner-box .side-icon {
    position: absolute;
    right: -20px;
    bottom: -20px;
    color: #f2f4fa;
    font-size: 98px;
    line-height: 1em;
}

.seo-section-three {
    position: relative;
    padding: 100px 0px 0px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.seo-section-three .image-column {
    position: relative;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.seo-section-three .image-column .inner-column {
    position: relative;
}

.seo-section-three .image-column .image {
    position: relative;
    text-align: center;
}

.seo-section-three .content-column {
    position: relative;
    margin-bottom: 40px;
}

.seo-section-three .content-column .inner-column {
    position: relative;
    padding-left: 20px;
}

.sec-title {
    position: relative;
    margin-bottom: 55px;
}

.sec-title .title {
    position: relative;
    color: #777777;
    font-size: 18px;
    font-weight: 600;
    padding-right: 60px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

.sec-title h2 {
    position: relative;
    color: #322f2f;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 15px;
}

.sec-title .text {
    position: relative;
    color: #777777;
    font-weight: 400;
    line-height: 1.7em;
    margin-top: 18px;
    font-size: 18px;
}

.seo-section-three .content-column .seo-list {
    position: relative;
}

.seo-section-three .content-column .seo-list li {
    position: relative;
    color: #777777;
    font-size: 16px;
    margin-bottom: 35px;
    line-height: 1.8em;
    padding-left: 95px;
}

.seo-section-three .content-column .seo-list li .icon-b {
    position: absolute;
    left: 8px;
    top: 5px;
    width: 45px;
    height: 45px;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    display: inline-block;
    background-image: -ms-linear-gradient(to right, #f9b5ab 0%, #f3818e 100%);
    background-image: -moz-linear-gradient(to right, #f9b5ab 0%, #f3818e 100%);
    background-image: -o-linear-gradient(to right, #f9b5ab 0%, #f3818e 100%);
    background-image: -webkit-gradient(linear-gradient(to right, #f9b5ab 0%, #f3818e 100%));
    background-image: -webkit-linear-gradient(to right, #f9b5ab 0%, #f3818e 100%);
    background-image: linear-gradient(to right, #f9b5ab 0%, #f3818e 100%);
}

.seo-section-three .content-column .seo-list li .icon-b:after {
    position: absolute;
    content: '';
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50px;
    border: 1px solid #ffb4ba;
}


.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.website-section {
    position: relative;
    padding: 90px 0px 200px;
    background-image: -ms-linear-gradient(#7774eb, #392a9c);
    background-image: -moz-linear-gradient(#7774eb, #392a9c);
    background-image: -o-linear-gradient(#7774eb, #392a9c);
    background-image: -webkit-gradient(linear-gradient(#7774eb, #392a9c));
    background-image: -webkit-linear-gradient(#7774eb, #392a9c);
    background-image: linear-gradient(#7774eb, #392a9c);
}

.website-section .map-pattern {
    position: absolute;
    right: 100px;
    top: 60px;
    width: 1055px;
    height: 559px;
    background-repeat: no-repeat;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.website-section .image-column {
    position: relative;
}

.website-section .image-column .inner-column {
    position: relative;
    padding-right: 50px;
}

.website-section .image-column .image {
    position: relative;
    margin-left: -20px;
}

.website-section .content-column {
    position: relative;
}

.website-section .content-column .inner-column {
    position: relative;
    padding-top: 100px;
}

.website-section .content-column h2 {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4em;
}

.website-section .content-column .text {
    position: relative;
    font-weight: 400;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.7em;
    margin-top: 18px;
    margin-bottom: 28px;
}

.website-section .content-column .theme-btn {
    padding: 12px 44px;
    font-weight: 600;
}

/*.btn-style-one:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: -50px;
    border-right: 30px solid transparent;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}*/
.btn-style-one .txt {
    position: relative;
    z-index: 1;
}

/*.btn-style-one:after {
    position: absolute;
    content: '';
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: -50px;
    border-left: 30px solid transparent;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}*/
.counter-section-two.margin-top {
    margin-top: -130px;
    z-index: 1;
}

.counter-section-two .inner-container {
    position: relative;
    border-radius: 10px;
    padding: 55px 40px 25px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}

.fact-counter-two {
    position: relative;
}

.fact-counter-two .column {
    position: relative;
    margin-bottom: 30px;
}

.fact-counter-two .column .inner {
    position: relative;
}

.fact-counter-two .column .inner .content {
    position: relative;
    text-align: center !important;
    padding-right: 0px !important;
}

.fact-counter-two .column .inner .content:before {
    position: absolute;
    content: ':';
    right: -20px;
    top: 30px;
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
}

.fact-counter-two .column .inner .icon-box {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    background-color: #f5f5f5;
}

.fact-counter-two .column .inner .icon {
    position: relative;
    text-align: center;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.fact-counter-two .column .inner .icon-box .circles-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 50%;
}

.fact-counter-two .column .inner .icon-box .circles-box .circle-one {
    position: absolute;
    right: 8px;
    width: 20px;
    height: 20px;
    z-index: 1;
    border-radius: 50%;
    display: inline-block;
    background: linear-gradient(#7774eb, #392a9c);
}

.fact-counter-two .column .inner .icon-box .circles-box .circle-two {
    position: absolute;
    left: 8px;
    bottom: 6px;
    width: 15px;
    height: 15px;
    z-index: 1;
    border-radius: 50%;
    display: inline-block;
    background: linear-gradient(to right, #f9b5ab 0%, #f3818e 100%);
}

.fact-counter-two .column .inner .counter-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    color: #000;
    margin-bottom: 12px;

}

.fact-counter-two .column .inner .count-outer {
    position: relative;
    font-weight: 700;
    font-size: 36px;
    line-height: 1em;
    background: -webkit-linear-gradient(#7774eb, #392a9c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;


}

.fact-counter-two .column {
    position: relative;
    margin-bottom: 30px;
}

.fact-counter-two .column .inner {
    position: relative;
}

.fact-counter-two .column .inner .content {
    position: relative;
    text-align: center !important;
    padding-right: 0px !important;
    background-color: #efefef;
    padding: 20px;
}

.steps-section {
    position: relative;
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 90px;
}

.steps-section .left-pattern {
    position: absolute;
    left: 0px;
    top: -30px;
    width: 261px;
    height: 485px;
    z-index: -1;
    background-repeat: no-repeat;
}

.steps-section .right-pattern {
    position: absolute;
    right: 0px;
    top: 40px;
    width: 257px;
    height: 646px;
    background-repeat: no-repeat;
}

.steps-section .dotted-pattern {
    position: absolute;
    right: 0px;
    top: 40px;
    width: 493px;
    height: 938px;
    background-repeat: no-repeat;
}

.steps-section .dotted-pattern-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 725px;
    height: 906px;
    background-repeat: no-repeat;
}

.steps-section .sec-title {
    margin-bottom: 110px;
}

.sec-title.centered {
    text-align: center;
}

.sec-title {
    position: relative;
    margin-bottom: 55px;
}

.sec-title.centered .title {
    padding-left: 60px;
}

.sec-title .title {
    position: relative;
    color: #777777;
    font-size: 18px;
    font-weight: 600;
    padding-right: 60px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

.sec-title.centered .title:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 12px;
    height: 2px;
    width: 50px;
    background-color: #ba0913;
}

/*---Shivani commented this
.sec-title .title:after {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 12px;
  height: 2px;
  width: 50px;
  background-color: #ba0913;
}
-----*/
.steps-section .step-block {
    float: left;
}

.step-block {
    position: relative;
}

.step-block .inner-box {
    position: relative;
    text-align: center;
    padding-bottom: 100px;
}

.step-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 288px;
    height: 152px;
    background: url(../images/about/step-1.png) no-repeat;
}

.step-block .inner-box .number-box {
    position: relative;
}

.step-block .inner-box .number-box .number:before {
    position: absolute;
    content: '';
    left: -14px;
    top: -14px;
    right: -14px;
    bottom: -14px;
    border-radius: 50%;
    border: 10px solid #ffd8dc;
}

.step-block .inner-box h5 {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    margin-top: 60px;
}

.steps-section .step-block {
    float: left;
}

.step-block.style-two .inner-box {
    padding-top: 100px;
    padding-bottom: 0px;
}

.step-block.style-two .inner-box:before {
    left: -25px;
    top: -57px;
    right: 0px;
    width: 339px;
    height: 172px;
    background: url(../images/about/step-2.png) no-repeat;
}

.step-block.style-two .inner-box h5 {
    margin-top: 0px;
    margin-bottom: 60px;
}

.step-block .inner-box h5 {
    position: relative;
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    margin-top: 60px;
}

.step-block .inner-box .number-box {
    position: relative;
}

.step-block.style-two .inner-box .number-box .number {
    background: linear-gradient(#7774eb, #392a9c);
}

.step-block .inner-box .number-box .number {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    line-height: 70px;
    font-weight: 700;
    color: #ffffff;
    font-size: 30px;
    display: inline-block;
    background: linear-gradient(to right, #f9b5ab 0%, #f3818e 100%);
}

.step-block.style-two .inner-box .number-box .number:before {
    border: 10px solid #c4bbff;
}


@media only screen and (max-width: 1140px) {

    .main-header .btn-box,
    .about-section .left-patterm,
    .step-block .inner-box:before,
    .step-block.style-two .inner-box:before,
    .website-section .content-column h2 br,
    .about-section .content-column .bold-text br,
    .main-header.header-style-three .btn-box {
        display: none;
    }
}

element.style {
    background-image: url(images/about/about.png);
    transform: unset;
    transition: transform 0s linear 0s;
    will-change: transform;
}

/*SHUBHAM ADD HERE*/
.page-title {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 160px 0px 100px;
    background: linear-gradient(#7774eb, #392a9c);
}

.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 768px) {

    .elementor-column.elementor-col-100,
    .elementor-column[data-col="100"] {
        width: 100%;
    }
}

.elementor-element .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0px 0px 0px 0px;
}

.elementor-column-wrap {
    width: 100%;
}

.team-page-section {
    position: relative;
    padding: 100px 0px 30px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.team-block .inner-box:hover .image img {
    /*opacity: 0.5;*/
    transform: scale(1.05, 1.05);
}

.team-block .inner-box .image {
    position: relative;
    overflow: hidden;
    /*background-color: #ce2c01;*/
    border-radius: 0px 14px 0px 14px;
}

.team-block .inner-box .image img {
    position: relative;
    width: 370px;
    height: 400px;
    display: block;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}


.team-block .inner-box .lower-content {
    position: relative;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: -60px;
    bottom: 0px;
    text-align: center;
    padding: 25px 20px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.team-block .inner-box .lower-content h4 {
    position: relative;
    line-height: 1.3em;
    font-weight: 700;
    z-index: 1;
}

.team-block .inner-box .lower-content h4 a {
    position: relative;
    color: #ffffff;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    font-family: 'Poppins';
    font-size: 19px;
}


.team-block .inner-box .lower-content .designation {
    position: relative;
    color: white;
    font-size: 16px;
    margin-top: 8px;
    z-index: 1;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}


.team-block .inner-box .lower-content:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    border-radius: 8px;
    background: linear-gradient(#7774eb, #392a9c);
    -webkit-box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
}

.team-block .inner-box:hover .lower-content .designation,
.team-block .inner-box:hover .lower-content h4 a {
    color: #ffffff;
}

.team-block .inner-box:hover .lower-content:before {
    height: auto;
    background: linear-gradient(to right, #f9b5ab 0%, #f3818e 100%);

}

.team-block .inner-box .lower-content:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    height: 0px;
    z-index: 1;
    border-radius: 8px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    background-image: -ms-linear-gradient(to right, #f9b5ab 0%, #f3818e 100%);
    background-image: -moz-linear-gradient(to right, #f9b5ab 0%, #f3818e 100%);
    background-image: -o-linear-gradient(to right, #f9b5ab 0%, #f3818e 100%);
    background-image: -webkit-linear-gradient(to right, #f9b5ab 0%, #f3818e 100%);
    background-image: linear-gradient(to right, #f9b5ab 0%, #f3818e 100%);
}

.team-block .inner-box:hover .lower-content .social-box {
    opacity: 1;
}

.team-block .inner-box .lower-content .social-box {
    position: absolute;
    left: 0px;
    bottom: -35px;
    right: 0px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.team-block .inner-box .lower-content .social-box li {
    position: relative;
    margin: 0px 5px;
    display: inline-block;
}

.team-page-section .team-block {
    margin-bottom: 70px;
}

.call-to-action-section .dotted-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.2;
}

.call-to-action-section {
    position: relative;
    padding-top: 200px;
    text-align: center;
    padding-bottom: 130px;
    background-color: #f3f4ff;
    background-position: center center;
    background-repeat: no-repeat;
}

element.style {
    background-image: url(https://expert-themes.com/newwp/meto/wp-content/themes/meto/assets/images/icons/cross-icon.png);
}

.call-to-action-section .icon-layer {
    position: absolute;
    left: 15%;
    top: 60%;
    width: 65px;
    height: 65px;
    background-repeat: no-repeat;
}

.call-to-action-section .icon-layer-two {
    position: absolute;
    left: 35%;
    top: 0%;
    width: 43px;
    height: 36px;
    z-index: 1;
    background-repeat: no-repeat;
}

.call-to-action-section .icon-layer-three {
    position: absolute;
    right: 10%;
    top: 64%;
    width: 205px;
    height: 34px;
    z-index: 1;
    background-repeat: no-repeat;
}

.call-to-action-section .icon-layer-four {
    position: absolute;
    right: 2%;
    top: 40%;
    width: 43px;
    height: 36px;
    z-index: 1;
    background-repeat: no-repeat;
}

element.style {}

.elementor *,
.elementor :after,
.elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.call-to-action-section .title {
    position: relative;
    color: #fe4c1c;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.call-to-action-section h2 {
    position: relative;
    color: #222222;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 40px;
    margin-bottom: 55px;
}

.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 14px 40px 14px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 3px;
    background: none;
    text-transform: capitalize;
    z-index: 2;
    font-family: 'Montserrat', sans-serif;
    background-image: -ms-linear-gradient(to right, #f9b5ab 0%, #f3818e 100%);
    background-image: -moz-linear-gradient(to right, #f9b5ab 0%, #f3818e 100%);
    background-image: -o-linear-gradient(to right, #f9b5ab 0%, #f3818e 100%);
    background-image: -webkit-linear-gradient(to right, #f9b5ab 0%, #f3818e 100%);
    background-image: -webkit-linear-gradient(to right, #f9b5ab 0%, #f3818e 100%);
    background-image: linear-gradient(to right, #f9b5ab 0%, #f3818e 100%);
}

.elementor *,
.elementor :after,
.elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.call-to-action-section:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    height: 113px;
    z-index: 1;
    background-repeat: repeat-x;
    background: url(../images/team/pattern-13.png);
}

.color-trigger .fa,
.service-block-five .inner-box .icon-box .circles-box,
.call-to-action-section .icon-layer-two,
.call-to-action-section .icon-layer,
.call-to-action-section .icon-layer-four,
.banner-section-two .pattern-layer-five,
.banner-section-two .pattern-layer-two,
.fact-counter-two .column .inner .icon-box .circles-box,
.price-block .inner-box .price-box .box-inner .circles-box {
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.contact-info-section .inner-container {
    position: relative;
    z-index: 1;
    border-radius: 12px;
    padding: 50px 60px 25px;
    background: linear-gradient(#7774eb, #392a9c) !important;
}

.contact-info-section ul li {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    padding-left: 70px;
    display: inline-block;
    margin-right: 110px;
    margin-bottom: 25px;
}

.contact-info-section ul li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: 300;
    font-size: 60px;
    line-height: 1em;
    color: rgba(255, 255, 255, 10);
}

.contact-info-section ul li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: 300;
    font-size: 60px;
    line-height: 1em;
    color: rgba(255, 255, 255, 10);
}

.flaticon-phone-call:before {
    content: "\f10d";
}

.main-header .header-upper .inner-container {
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.20);
}

.page-title .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 420px;
    background-repeat: repeat-x;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite;
}

.inner-container-information {
    background-color: #e62e2d;
    padding-top: 15px;
    border-radius: 12px;
}

.team-block .inner-box .lower-content .social-box {
    position: absolute;
    left: 0px;
    bottom: -35px;
    right: 0px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

/*TESTMONIALS START HERE*/
@media (min-width: 768px) .elementor-column.elementor-col-100,
.elementor-column[data-col="100"] {
    width: 100%;
}

.elementor-column-wrap {
    width: 100%;
}

.elementor-widget-wrap > .elementor-element {
    width: 100%;
}

.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}

.testimonial-page-section {
    position: relative;
    padding: 100px 0px 70px;
}

.testimonial-page-section .testimonial-block {
    margin-bottom: 35px;
}

.testimonial-block {
    position: relative;
    z-index: 1;
}

.testimonial-block .inner-box {
    position: relative;
    padding: 0px 40px 20px;
}


.testimonial-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 60px;
    right: 0px;
    bottom: 0px;
    border-radius: 8px;
    background: linear-gradient(to right, #f9b5ab 0%, #f3818e 100%);
    -webkit-box-shadow: 0 0px 20px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 20px rgb(0 0 0 / 10%);
}

.testimonial-block .inner-box .author-image {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    width: 112px;
    height: 112px;
    margin-bottom: 22px;
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.testimonial-block .inner-box .quote-icon {
    position: relative;
    color: #dddddd;
    font-size: 20px;
}

.testimonial-block .inner-box .text {
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 1.7em;
    margin-top: 15px;

}

.testimonial-block .inner-box .lower-box {
    position: relative;
    padding-top: 22px;
    margin-top: 20px;
    background: #fff;
    padding: 20px;
}

.pull-left {
    float: left;
}

.testimonial-block .inner-box .lower-box .author-name {
    position: relative;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.testimonial-block .inner-box .lower-box .designation {
    position: relative;
    color: #687693;
    font-size: 15px;
    font-weight: 600;
    margin-top: 4px;
}

.pull-right {
    float: right;
}

.testimonial-block .inner-box .lower-box .rating {
    position: relative;
    margin-top: 12px;
}

.testimonial-block .inner-box .lower-box .rating .fa {
    position: relative;
    color: #fd8c56;
    font-size: 16px;
    margin-left: 4px;
}


.ptb-100 {
    padding: 100px 0;
}

.client-heading-wrap {
    border: 4px solid #646464;
    padding: 50px 50px 70px;
    position: relative;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.client-logo-wrap {
    background: #ffffff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
    position: absolute;
    top: -50px;
}

img.client-img {
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: opacity(50%);
    filter: opacity(90%);
    width: 100%;
}

.single-client {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
    width: 60%;
    height: auto;
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in, -webkit-transform .5s ease-in;
    margin: 8px auto;
}

/*About By Shubham*/
.service-block .inner-box:hover .overlay-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    visibility: visible;
}

.service-block .overlay-box h5 a {
    position: relative;
    color: #ffffff;
}

.service-block .overlay-inner .content .text {
    padding: 0px 20px;
}

.service-block .overlay-box .text {
    position: relative;
    color: #ffffff !important;
}

.service-block .inner-box .text {
    position: relative;
    color: #687693;
    font-size: 16px;
    line-height: 1.7em;
}

@media only screen and (max-width: 767px) {
    .sec-title h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .about-section .content-column .bold-text {
        font-size: 18px;
    }

    .service-block.col-lg-3.col-md-6.col-sm-12 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 600px) {
    .sec-title h2 {
        font-size: 20px;
    }

    .step-block.style-two .inner-box {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .step-block .inner-box {
        position: relative;
        text-align: center;
        padding-bottom: 30px;
    }

    .inner-box.wow.fadeInUp.animated {
        padding-top: 50px;
    }

    .steps-section .sec-title {
        margin-bottom: 40px;
    }
}

/*shivani added this for single case*/
li.mb-4.left {
    float: left;
    margin-left: 9px;
    padding-right: 54px;
    padding-top: 20px;
    padding-bottom: 10px;
}

/*shivani ended here*/
/*vagu starts here*/
section.theme-bg.big {
    padding: 10px 10px 10px 10px;
}


/*vagu ends here*/
/*shivani added for free-quote*/
.row.contact {
    margin-top: 10px;
    margin-bottom: 10px;
}

.row.msg {
    margin-top: 10px;
    margin-left: 10px;
}

.tp {
    padding-top: 30px;
    padding-bottom: 30px;
}

.bt {
    padding-bottom: 30px;
}

/*----shivani added for home page---04/08/2021----*/
.section-title.mb-4 {
    margin-left: 0px;
}

/*---shivani ends here-----*/

.contact-info-section a:hover {
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h1 span {
    background: -webkit-linear-gradient(#7774eb, #392a9c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*----shivani added----05/08/2021----*/
a.btn.btn-theme-1 {
    background: rgb(255, 120, 16);
    background: linear-gradient(#7774eb, #392a9c);
    color: #fff;
}

/*----shivani ended here-----*/
a.btn.btn-theme-1.black {
    background: #333;
}

/*----priyanshu added---*/
.social-list li a :hover {
    background: ;
}

a.theme-btn.btn-style-three:hover {
    color: #000;
}

.btn.btn-theme {
    margin-top: px;
}

.link-color {
    color: #7471E8;
}

.gdlr-core-icon-list-item .gdlr-core-icon-list-content {
    font-size: 14px;
    vertical-align: middle;
}

.gdlr-core-item-pdbm {
    padding-bottom: 30px;
    margin-left: 75px;
}

@media only screen and (max-width: 600px) {

    .gdlr-core-item-pdbm {
        padding-bottom: 30px;
        margin-left: 100px;
    }

}


.popupim {
    background: url('../img/Popup-mak.png');
}


.section-title .subhead-dynamisers {
    padding: 3px 5px;
    position: relative;
    display: inline-block;
    font-weight: 500;
    background: linear-gradient(#7774eb, #392a9c);
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 17px !important;
}

.section-title .head-dynamisers {
    margin-bottom: 0;
    font-size: 42px !important;
}

.section-title .head-dynamiser {
    font-size: 25px;
    margin-bottom: 12px;
}

#thank-you-page .social-list .fab {
    padding-top: 12px !important;
}

.fab, .far {
    font-weight: 400;
    padding-top: 12px;
}


.cluss{
    font-size: 35px !important;
    font-weight: 600 !important;
    line-height: 40px !important;
}

.lightpink{
    background: #f3ecf7;
}


@media (max-width: 576px) {
    .doy{
        padding: 10px 10px !important;
        margin-top: 10px;
    }}
    
.card-img-top.img-fluid.rounded {
    height: 495px !important;
}

.hhhfirsttag{
                padding: 3px 5px !important;
                position: relative !important;
                display: inline-block !important;
                font-weight: 500 !important;
                background: linear-gradient(#7774eb, #392a9c) !important;
                color: #ffffff !important;
                margin-bottom: 20px !important;
                text-transform: uppercase !important;
                font-size: 15px !important;
                font-style: normal !important;
                line-height: 24px !important;
            }
            
            .gypess{
                font-size: 35px !important;
                font-weight: 600 !important;
                line-height: 40px !important;
                margin-bottom: 0 !important;
            }
            
            .magrbxdcsg{
                font-size: 35px;
                font-weight: 600;
                line-height: 40px;
                margin-bottom: 0;
            }
            .krishdcnsbc{
                padding: 3px 5px;
                position: relative;
                display: inline-block;
                font-weight: 500;
                background: linear-gradient(#7774eb, #392a9c);
                color: #ffffff;
                margin-bottom: 20px;
                text-transform: uppercase;
                font-size: 10px;
                font-style: normal;
                line-height: 24px;
            }