@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gelasio:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    overflow-x: hidden !IMPORTANT;
}
a {
    text-decoration: none !important;
    position: relative;
    transition: all linear 0.4s !important;
    cursor: pointer;
    z-index: 0;
}

a:hover {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px !important;
    transform: translateY(-5px) !important;
}

ul.w-btn li {
    transition: all linear 0.4s !important;
}

ul.w-btn li:hover {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px !important;
    transform: translateY(-5px) !important;
}

ul.w-btn li a:before {
    content: '';
    background: linear-gradient(45deg, #ff7300, #FFBF00, #ff7300, #FFBF00, #ff7300, #ff7300, #FFBF00, #ff7300, #FFBF00);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 35px;
}

ul.w-btn li a:active {
    color: #fff
}

ul.w-btn li a:active:after {
    background: transparent;
}

ul.w-btn li a:hover:before {
    opacity: 1;
}

ul.w-btn li a:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1285CE;
    left: 0;
    top: 0;
    border-radius: 35px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    box-shadow: unset !important;
}

/* Header Css */
header#header-row nav.navbar.sticky-top.navbar-expand-lg {
    margin: 0;
}
body .navbar-brand {
    width: 50%;
    padding: 10px 0;
    box-shadow: none !important;
    transform: none !important;
    height: auto;
}

header#header-row .navbar-brand img {
    width: 30%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 112%;
    align-items: center;
    display: flex;
}

.navbar-expand-lg .navbar-nav .nav-item {
    margin-left: 55px;
}

.navbar-expand-lg .navbar-nav .nav-link i {
    background-color: #1a80bd;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50px;
    margin-right: 10px;
}

.navbar-expand-lg .navbar-nav .head-btn {
    background-color: #1a80bd;
    width: 157px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
}

header#header-row {
    background: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link img {
    margin-right: 10px;
}

header#header-row .container-fluid {
    margin: 0 150px;
}

header#header-row .round {
    border-radius: 35px;
    background: #1285CE;
    color: #FFF;
    font-size: 18px;
    padding: 15px 30px;
}

header#header-row .round:before {
    content: '';
    background: linear-gradient(45deg, #ff7300, #FFBF00, #ff7300, #FFBF00, #ff7300, #ff7300, #FFBF00, #ff7300, #FFBF00);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 35px;
}

header#header-row .round:active {
    color: #fff
}

header#header-row .round:active:after {
    background: transparent;
}

header#header-row .round:hover:before {
    opacity: 1;
}

header#header-row .round:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1285CE;
    left: 0;
    top: 0;
    border-radius: 35px;
}

/* BANNER */

section.banner-row {
    padding: 100px 0 0 150px;
    background: url(../images/banner-img.png);
    background-size: cover;
    background-position: center;
}

section.banner-row .banner-sec2 img {
    width: 100%;
}

section.banner-row .banner-sec .banner-inner {
    display: flex;
    align-items: end;
}

section.banner-row .banner-sec .banner-inner ul {
    margin: 0;
    padding: 0;
    margin-right: 80px;
}

section.banner-row .banner-sec .banner-inner ul li {
    list-style: none;
    color: #FFF;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 98%;
    letter-spacing: -0.32px;
}

section.banner-row .banner-sec .banner-inner img {
    width: 20%;
    transition: all linear 0.4s;
}

section.banner-row .banner-sec .banner-inner img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

section.banner-row .banner-sec .w-head h2 {
    color: #FFF;
    font-family: "Roboto Slab";
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 124%;
    letter-spacing: -1.8px;
}

section.banner-row .banner-sec .w-head p {
    color: #FFF;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.22px;
    margin: 30px 0 0;
    width: 90%;
}

section.banner-row .banner-sec ul.w-btn {
    margin: 70px 0 0;
    padding: 0;
    display: flex;
}

section.banner-row .banner-sec ul.w-btn li {
    list-style: none;
}

section.banner-row .banner-sec ul.w-btn li a {
    border-radius: 30px;
    background: #1285CE;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 0;
    padding: 15px 50px;
}

section.banner-row .banner-sec ul.w-btn li:first-child {
    margin-right: 40px;
}

section.banner-row .banner-sec ul.w-btn li a:hover {
    background: #000;
}

/* SERVICES-ROW */

section.service-row {
    padding: 140px 200px 0;
    height: 600px;
}

section.service-row .w-head {
    margin: 0 0 60px;
}

section.service-row .w-head h2 {
    font-family: "Roboto Slab";
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    background: linear-gradient(90deg, #1285CE 0%, #094368 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.service-row .service-sec {
    border-radius: 30px;
    background: linear-gradient(99deg, #FF8500 15.78%, #FFB800 80.22%);
    padding: 40px 30px;
    height: 400px;
    transition: all linear 0.4s;
    position: relative;
}

section.service-row .service-sec h3 {
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    min-height: 70px;
}

section.service-row .service-sec p {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

section.service-row .service-sec:hover {
    background: linear-gradient(90deg, #1285CE 0%, #094368 100%);
}

section.service-row .service-sec:after {
    content: "";
    background: url(../images/pin.png);
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    top: 10px;
    position: absolute;
    right: 10px;
}

/* GETROW */

section.get-row {
    padding: 100px 200px 50px;
    background: url(../images/form-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section.get-row .w-head {
    margin: 0 0 20px;
}

section.get-row .w-head h2 {
    color: #FFF;
    font-family: "Roboto Slab";
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-align: center;
    position: relative;
}

section.get-row .w-head h2:after {
    content: "";
    background: url(../images/phone-icon.png);
    display: inline-flex;
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    background-size: cover;
    align-items: center;
    position: relative;
    top: -30px;
    left: 20px;
}

section.get-row .get-sec form input {
    border-radius: 10px;
    background: rgba(255, 133, 0, 0.83);
    border: none;
    height: 60px;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

section.get-row .get-sec form input::placeholder {
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}

section.get-row .get-sec form select {
    border-radius: 10px;
    background: rgba(255, 133, 0, 0.83);
    border: none;
    height: 60px;
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}

section.get-row .get-sec form button {
    color: #FFF;
    font-family: Poppins;
    font-size: 24.539px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    border-radius: 36.458px;
    background: #1285CE;
    padding: 10px 60px;
    box-shadow: unset;
    border: none;
    display: table;
    margin: 50px auto 0;
    transition: all linear 0.4s;
}

/* STORY-ROW */

section.need-row {
    padding: 190px 200px 130px;
}

section.need-row .need-sec img {
    width: 100%;
}

section.need-row .need-sec .inner-need h4 {
    font-family: "Roboto Slab";
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 58.5px */
    background: linear-gradient(90deg, #FF8700 0%, #FFB801 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 30px;
}

section.need-row .need-sec .inner-need p {
    color: #000;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    width: 100%;
}

section.need-row .need-sec .inner-need ul {
    margin: 30px 0;
}

section.need-row .need-sec .inner-need ul li {
    color: #000;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

section.need-row .need-sec .inner-need h6 {
    color: #000;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

section.need-row .need-sec ul.w-btn {
    display: flex;
    margin: 50px 0 0;
    padding: 0;
}

section.need-row .need-sec ul.w-btn li {
    list-style: none;
}

section.need-row .need-sec ul.w-btn li a {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding: 15px 20px;
    border-radius: 30px;
}

section.need-row .need-sec ul.w-btn li:first-child a {
    background: #FF8500;
    margin-right: 20px;
}

section.need-row .need-sec ul.w-btn li a:hover {
    background: #000;
}

/* WORKFLOW */

section.workflow-row {
    padding: 0 200px 150px;
    position: relative;
}

section.workflow-row .w-head h2 {
    font-family: "Roboto Slab";
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 71.5px */
    background: linear-gradient(90deg, #1285CE 3.49%, #094368 96.75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

section.workflow-row .workflow-sec {
    border-radius: 42px;
    background: linear-gradient(90deg, #FF8500 0%, #FFB801 100%);
    box-shadow: 8px 9px 11.3px 0px rgba(0, 0, 0, 0.25);
    padding: 80px 20px 20px;
    position: relative;
    transition: all linear 0.4s;
}

section.workflow-row .workflow-sec h3 {
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    min-height: 50px;
}

section.workflow-row .workflow-sec p {
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    min-height: 250px;
}

section.workflow-row .w-head {
    margin: 0 0 120px;
}

section.workflow-row .workflow-sec h4 {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    background: #1285CE;
    padding: 30px;
    width: 109px;
    height: 109px;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: scale(0.9);
    transition: all linear 0.4s;
}

section.workflow-row .workflow-sec:hover {
    background: linear-gradient(90deg, #1285CE 0%, #094368 100%);
}

section.workflow-row .workflow-sec:hover h4 {
    transform: scale(1);
}

/* STORY-ROW */

section.story-row {
    background: linear-gradient(101deg, #FFB802 4.76%, #FF8601 97.43%);
    padding: 150px 60px 0 180px;
    background-size: cover;
    background-position: center;
}

section.story-row .story-sec2 img {
    width: auto !important;
}

section.story-row .story-sec img {
    width: 100%;
}


/* AUTHOR */

section.story-row .story-sec h2 {
    color: #FFF;
    font-family: "Roboto Slab";
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin: 0 0 50px;
}

section.story-row .story-sec .main {
    display: flex;
}

section.story-row .story-sec .main .inner .text-icon {
    display: flex;
    align-items: center;
    margin: 0 0 40px;
}

section.story-row .story-sec2 img {
    border-radius: 20px;
    background: #FFF;
    padding: 20px;
    object-fit: contain;
    height: 90px;
    transition: all linear 0.4s;
}

section.story-row .story-sec2 img:hover {
    transform: rotate(360deg);
}

section.story-row .story-sec .main .inner .text-icon ul {
    margin: 0;
    padding-left: 20px;
}

section.story-row .story-sec .main .inner .text-icon ul li {
    list-style: none;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    width: 90%;
}

section.story-row .story-sec .main .inner .text-icon ul li strong {
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

section.story-row .story-sec2 ul.w-btn {
    display: flex;
    margin: 50px 0 0;
    padding: 0;
}

section.story-row .story-sec2 ul.w-btn li {
    list-style: none;
}

section.story-row .story-sec2 ul.w-btn li a {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding: 15px 20px;
    border-radius: 30px;
}

section.story-row .story-sec2 ul.w-btn li:first-child a {
    margin-right: 20px;
}

section.story-row .story-sec2 ul.w-btn li a:hover {
    background: #000;
}

/* PORTFOLIO */

section.portfolio-row {
    padding: 100px 300px;
}

section.portfolio-row .w-head {
    margin: 0 0 50px;
}

section.portfolio-row .w-head h2 {
    font-family: "Roboto Slab";
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    background: linear-gradient(90deg, #1285CE 12.66%, #094368 93.39%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

section.portfolio-row .portfolio_boxe img {
    width: 100%;
}

section.portfolio-row .mrg2 {
    margin-top: 10px;
}

/* CONTACT */

section.contact-row {
    padding: 50px 100px 100px;
}

section.contact-row .contact-sec h4 {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin: 0 0 50px;
}

section.contact-row .w-head h2 {
    font-family: "Roboto Slab";
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    background: linear-gradient(90deg, #1285CE 16.79%, #094368 83.21%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.contact-row .w-head p {
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

section.contact-row .contact-sec div#regularAccordionRobots button.accordion-button {
    color: #fff;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    padding: 20px 30px;
    margin: 0 0 20px;
    background: linear-gradient(90deg, #1285CE 16.79%, #094368 83.21%);
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068";
    font-family: fontawesome;
    color: #fff;
    border: 1px solid;
    border-radius: 20px;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    line-height: 2px;
    width: 30px;
    height: 30px;
}

.accordion-button::after {
    background-image: none;
    content: "\f067";
    font-family: fontawesome;
    color: #fff;
    border: 1px solid;
    border-radius: 20px;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    line-height: 2px;
    width: 30px;
    height: 30px;
}

section.contact-row .contact-sec .accordion-button:focus {
    box-shadow: unset;
}

section.contact-row .contact-sec div#regularAccordionRobots {
    width: 90%;
}

section.contact-row .contact-sec h2 {
    margin: 0 0 20px;
}

section.contact-row .contact-sec .accordion-item {
    background: unset;
    border: none;
    margin: 0 0 30px;
}

section.contact-row .contact-sec .accordion-body {
    padding: 0;
    color: #000;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

section.contact-row .contact-sec .accordion-collapse {
    margin: 0 0 30px;
}

section.contact-row .contact-sec {
    margin: 50px 0 0;
}

section.contact-row .contact-sec2 {
    border-radius: 25px;
    padding: 60px 50px 50px;
    background: linear-gradient(136deg, #FFB602 -4.97%, #FF8802 97.7%);
    position: relative;
}

section.contact-row .contact-sec2 h3 {
    color: #FFF;
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    width: 70%;
    margin: 0 0 40px 10px;
}

section.contact-row .contact-sec2 form input.form-control.name {
    border-radius: 15px;
    opacity: 1;
    background: #d9d9d98a;
    height: 69px;
    border: none;
}

section.contact-row .contact-sec2 form input.form-control.email {
    border-radius: 15px;
    opacity: 1;
    background: #d9d9d98a;
    height: 69px;
    border: none;
}

section.contact-row .contact-sec2 form input.form-control.number {
    border-radius: 15px;
    opacity: 1;
    background: #d9d9d98a;
    height: 69px;
    border: none;
}

section.contact-row .contact-sec2 form select.form-select.select {
    border-radius: 15px;
    background: #d9d9d98a;
    height: 69px;
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    border: none;
}

section.contact-row .contact-sec2 form textarea.message {
    border-radius: 15px;
    opacity: 1;
    background: #d9d9d98a;
    width: 100%;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    border: none;
}

section.contact-row .contact-sec2 form label.form-check-label {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

section.contact-row .contact-sec2 form .form-check {
    margin: 20px 0 20px;
}

section.contact-row .contact-sec2 form button {
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    border-radius: 35px;
    background: #1285CE;
    padding: 18px 60px;
    border: none;
    transition: all linear 0.4s;
}

section.contact-row .contact-sec2 form .row {
    margin: 0 0 20px;
}

section.contact-row .contact-sec2 form input::placeholder {
    color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

section.contact-row .contact-sec2:after {
    content: "";
    background: url(../images/discount.png);
    display: block;
    top: -80px;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: -10px;
    width: 250px;
    height: 200px;
    animation: mover 1s infinite alternate;
}

/* TESTIMONIAL */

section.testimonial-row .container-fluid {
    padding: 0 80px 0 0;
}

section.testimonial-row .test-sec img {
    width: 100%;
}

section.testimonial-row {
    background: #1285CE;
}

section.testimonial-row .col-lg-5 {
    padding: 0;
}

section.testimonial-row .col-lg-7 {
    padding: 0;
}

section.testimonial-row .w-head {
    color: #FFF;
    text-align: center;
    font-family: 'Poppins';
    font-size: 31.829px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

section.testimonial-row p {
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    width: 70%;
    margin: 30px auto 0;
}

section.testimonial-row h5 {
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18.519px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin: 50px 0 0;
}

section.testimonial-row .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 160px;
}

section.testimonial-row .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
}

section.testimonial-row .owl-nav button.owl-prev svg {
    fill: #fff;
}

section.testimonial-row .owl-nav button.owl-next {
    position: absolute;
    right: 20px;
}

section.testimonial-row .owl-nav button.owl-next svg {
    fill: #fff;
}

footer#footer-row {
    background: #FF8500;
    padding: 15px 0;
}

footer#footer-row .w-head p {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

footer#footer-row .w-head {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
footer#footer-row .w-head ul.footer-flex {
    display: inline-flex;
    margin: 0;
    padding: 0;
}
footer#footer-row .w-head ul.footer-flex li {
    list-style: none;
    margin: 0 10px;
}
footer#footer-row .w-head ul.footer-flex li a {
    color: #FFF;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}


section.contact-row .contact-sec2 form button:hover {
    transform: translateY(-5px);
}

section.get-row .get-sec form button:hover {
    transform: translateY(-5px);
}


.popupform ul li {
	text-align: left;
	position: relative;
	width: 48%;
	margin: 8px 3px;
	display: inline-block;
}
.popupform ul li input[type="text"], .popupform ul li input[type="email"], .popupform ul li textarea {
	background: #fafafa;
	border: #dcdcdc 1px solid;
	padding: 10px 10px 10px 34px;
	width: 100%;
	border-radius: 7px;
	font-size: 14px;
	color: #000;
	box-shadow: none !important;
	outline: none 0px !important;
}
.popupform ul li i {
	position: absolute;
	top: 12px;
	left: 10px;
}
.popupform ul li.first,.popupform ul li:nth-child(4) {
	width: 98%;
}
.popupform ul li textarea {
	height: 110px;
}
.popupform ul li.last {
	text-align: center;
	width: 100%;
}
.popupform ul li input[type="submit"] {
	background: linear-gradient(90deg, #FF8700 0%, #FFB801 100%);
	color: #fff;
	font-size: 18px;
	border: #FF8700 1px solid;
	text-transform: uppercase;
	font-weight: 600;
	padding: 14px 50px;
	letter-spacing: 1px;
	border-radius: 3px;
	outline: 0px none;
	width: 100%;
	display: inline-block;
}
.popupform ul li input[type="submit"]:hover {
	background: linear-gradient(90deg, #FF8700 0%, #FFB801 100%);
}
.popupform ul li input[type="text"]:focus, .popupform ul li input[type="email"]:focus, .popupform ul li textarea:focus {
	border: #FF8700 1px solid  !important;
}
.popupform h2 {
	font-size: 28px;
	color: #000000;
	font-weight: 900;
	padding-left: 15px;
	border-left: #FF8700 6px solid;
	margin-bottom: 12px;
	line-height: 35px;
	margin-top: 0;
	text-transform: uppercase;
}
.popupform h2+p {
	line-height: 19px;
	font-size: 14px;
	margin-bottom: 12px;
}
button.close:after {
	color: #FF8700;
	font-size: 25px;
	right: 4px;
	background: transparent;
	padding-top: 0;
	font-size: 20px;
}
button.close {
    border: #FF8700 3px solid;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -18px;
    top: -11px;
    position: absolute;
    width: 27px;
}
.modal-header {
    padding: 0;
}
.modal-content {
    width: 570px;
    border-radius: 23px;
    padding: 31px;
    overflow: visible;
    border-bottom: #FF8700 5px solid;
}
.modal-body ul {
    padding: 0;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {

.modal-content {
    width: 100%;
    padding: 0;
}
.popupform ul li {width: 100%;}
button.close {
    right: 0;
}
footer#footer-row .w-head {
    display: block;
}
footer#footer-row .w-head ul.footer-flex {
    display: block;
    text-align: center;
    margin: 10px 0 0;
}
footer#footer-row .w-head ul.footer-flex li a {
    font-size: 14px;
}
footer#footer-row .w-head ul.footer-flex li {
    margin: 0 0 10px;
}
    header#header-row .container-fluid {
        margin: 0;
    }

    header#header-row a.navbar-brand {
        width: 70%;
        margin: 0 auto;
        display: table;
    }

    header#header-row a.navbar-brand img {
        width: 100%;
    }

    button.navbar-toggler {
        display: none;
    }

    ul.navbar-nav.mr-auto.w-100.justify-content-end.align-items-center {
        display: none;
    }

    section.banner-row {
        padding: 50px 0 0;
    }

    section.banner-row .banner-sec .banner-inner {
        display: block;
    }

    section.banner-row .banner-sec .banner-inner ul li {
        text-align: center;
        font-size: 18px;
        margin: 0 0 10px;
    }

    section.banner-row .banner-sec .banner-inner ul {
        margin: 0;
    }

    section.banner-row .banner-sec .banner-inner img {
        width: 30%;
        margin: 30px auto 0;
        display: block;
    }

    section.banner-row .banner-sec .w-head h2 {
        font-size: 24px;
        text-align: center;
        letter-spacing: 0;
        margin: 20px 0 0;
    }

    section.banner-row .banner-sec .w-head p {
        text-align: center;
        width: 100%;
        font-size: 14px;
        margin: 20px 0 0;
    }

    section.banner-row .banner-sec ul.w-btn {
        display: block;
        margin: 0;
    }

    section.banner-row .banner-sec ul.w-btn li:first-child {
        margin: 40px 0 20px;
    }

    section.banner-row .banner-sec ul.w-btn li a {
        display: table;
        margin: 0 auto;
        padding: 25px 60px;
        font-size: 18px;
    }

    section.service-row {
        padding: 50px 0 50px;
        height: auto;
    }

    section.service-row .w-head h2 {
        font-size: 24px;
    }

    section.service-row .w-head {
        margin: 0 0 20px;
    }

    section.service-row .service-sec h3 {
        text-align: center;
    }

    section.service-row .service-sec:after {
        height: 30px;
        width: 30px;
        background-size: cover;
    }

    section.service-row .service-sec p {
        font-size: 14px;
        text-align: center;
    }

    section.service-row .service-sec {
        height: auto;
        margin: 0 0 20px;
    }

    section.get-row {
        padding: 50px 0;
    }

    section.get-row .w-head h2 {
        font-size: 24px;
    }

    section.get-row .w-head h2:after {
        height: 30px;
        width: 30px;
        top: -10px;
    }

    .get-sec form .col {
        width: 100%;
        flex: 100%;
        margin: 0 0 10px;
    }

    section.get-row .get-sec form input::placeholder {
        font-size: 14px;
    }

    section.get-row .get-sec form input {
        font-size: 14px;
    }

    section.get-row .get-sec form select {
        font-size: 14px;
    }

    section.get-row .get-sec form button {
        margin: 30px auto 0;
        display: table;
        padding: 14px 50px;
        font-size: 14px;
    }

    section.need-row {
        padding: 50px 0 0;
    }

    section.need-row .need-sec .inner-need h4 {
        font-size: 24px;
        text-align: center;
        margin: 0 0 20px;
    }

    section.need-row .need-sec .inner-need p {
        font-size: 14px;
        text-align: center;
    }

    section.need-row .need-sec .inner-need ul li {
        font-size: 14px;
        margin: 0 0 10px;
    }

    section.need-row .need-sec .inner-need h6 {
        font-size: 14px;
        text-align: center;
    }

    section.need-row .need-sec ul.w-btn {
        display: block;
        margin: 30px 0 30px;
    }

    section.need-row .need-sec ul.w-btn li a {
        display: table;
        margin: 0 auto;
        font-size: 14px;
    }

    section.need-row .need-sec ul.w-btn li:first-child a {
        margin: 0 auto;
    }

    section.need-row .need-sec img {
        margin: 0 auto;
        display: block;
    }

    section.workflow-row {
        padding: 50px 0 0;
    }

    section.workflow-row .w-head h2 {
        font-size: 24px;
        width: 90%;
        margin: 0 auto;
    }

    section.workflow-row .w-head {
        margin: 0 0 80px;
    }

    section.workflow-row .workflow-sec h3 {
        font-size: 24px;
    }

    section.workflow-row .workflow-sec p {
        font-size: 14px;
        min-height: auto;
    }

    section.workflow-row .workflow-sec {
        margin: 0 0 80px;
    }

    section.story-row {
        padding: 50px 0 0;
    }

    section.story-row .story-sec h2 {
        font-size: 24px;
        text-align: center;
    }

    section.story-row .story-sec .main {
        display: block;
    }

    section.story-row .story-sec .main .inner .text-icon {
        display: block;
    }

    section.story-row .story-sec2 img {
        margin: 0 auto 20px;
        display: block;
    }

    section.story-row .story-sec .main .inner .text-icon ul {
        text-align: center;
    }

    section.story-row .story-sec2 ul.w-btn {
        display: block;
        margin: 0;
    }

    section.story-row .story-sec2 ul.w-btn li a {
        display: table;
        margin: 0 auto;
        font-size: 14px;
    }

    section.story-row .story-sec2 ul.w-btn li:first-child a {
        margin: 0 auto;
    }

    section.story-row .story-sec2 ul.w-btn li {
        margin: 0 0 10px;
    }

    section.story-row .story-sec img {
        margin: 30px auto 20px;
        display: block;
    }

    section.story-row .story-sec .main .inner .text-icon ul li strong {
        font-size: 18px;
    }

    section.story-row .story-sec .main .inner .text-icon ul li {
        font-size: 14px;
        margin: 10px 0 0;
    }

    section.portfolio-row {
        padding: 50px 0;
    }

    section.portfolio-row .w-head h2 {
        font-size: 24px;
    }

    section.portfolio-row .w-head {
        margin: 0 0 0;
    }

    section.portfolio-row .col {
        width: 100%;
        flex: 100%;
    }

    section.contact-row {
        padding: 0 0 50px;
    }

    section.contact-row .w-head h2 {
        text-align: center;
        font-size: 24px;
    }

    section.contact-row .contact-sec div#regularAccordionRobots {
        width: 100%;
    }

    section.contact-row .contact-sec div#regularAccordionRobots button.accordion-button {
        font-size: 14px;
        padding: 10px 10px;
    }

    section.contact-row .contact-sec .accordion-body {
        font-size: 14px;
    }

    section.contact-row .contact-sec2:after {
        height: 120px;
        width: 150px;
        top: -40px;
        right: 0px;
    }

    section.contact-row .contact-sec2 {
        padding: 90px 0 50px;
    }

    section.contact-row .contact-sec2 h3 {
        font-size: 24px;
        width: 100%;
        text-align: center;
    }

    section.contact-row .contact-sec2 form .row {
        margin: 0;
    }

    section.contact-row .contact-sec2 form .row .col-md-6 {
        margin: 0 0 10px;
    }

    section.contact-row .contact-sec2 form input::placeholder {
        font-size: 14px;
    }

    section.contact-row .contact-sec2 form select.form-select.select {
        font-size: 14px;
    }

    section.contact-row .contact-sec2 form label.form-check-label {
        font-size: 14px;
    }

    section.contact-row .contact-sec2 form button {
        font-size: 14px;
        display: table;
        margin: 0 auto;
    }

    section.testimonial-row .container-fluid {
        padding: 0 10px;
    }

    section.testimonial-row .col-lg-7 {
        padding: 40px 0;
    }

    section.testimonial-row p {
        font-size: 14px;
    }

    footer#footer-row .w-head p {
        font-size: 14px;
    }

    section.testimonial-row .owl-nav button.owl-next svg {
        width: 20px;
        height: 20px;
    }

    section.testimonial-row .owl-nav button.owl-prev svg {
        width: 20px;
        height: 20px;
    }

    section.testimonial-row .owl-nav button.owl-next {
        right: 10px;
    }

    section.testimonial-row .owl-nav button.owl-prev {
        left: 10px;
    }

    section.testimonial-row .owl-nav {
        bottom: 170px;
    }


}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

footer#footer-row .w-head {
    display: block;
}
footer#footer-row .w-head ul.footer-flex {
    display: block;
    text-align: center;
    margin: 10px 0 0;
}
footer#footer-row .w-head ul.footer-flex li a {
    font-size: 14px;
}
footer#footer-row .w-head ul.footer-flex li {
    margin: 0 0 10px;
}
    header#header-row .container-fluid {
        margin: 0;
    }

    header#header-row a.navbar-brand {
        width: 30%;
        margin: 0 auto;
        display: table;
    }

    header#header-row a.navbar-brand img {
        width: 60%;
    }

    header#header-row .round {
    font-size: 14px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
}
.navbar-expand-lg .navbar-nav .nav-link img {
    width: 15%;
}

    ul.navbar-nav.mr-auto.w-100.justify-content-end.align-items-center {
        /* display: none; */
    }

    section.banner-row {
        padding: 50px 0 0;
    }

    section.banner-row .banner-sec .banner-inner {
        display: block;
    }

    section.banner-row .banner-sec .banner-inner ul li {
        text-align: center;
        font-size: 18px;
        margin: 0 0 10px;
    }

    section.banner-row .banner-sec .banner-inner ul {
        margin: 0;
    }

    section.banner-row .banner-sec .banner-inner img {
        width: 30%;
        margin: 30px auto 0;
        display: block;
    }

    section.banner-row .banner-sec .w-head h2 {
        font-size: 24px;
        text-align: center;
        letter-spacing: 0;
        margin: 20px 0 0;
    }

    section.banner-row .banner-sec .w-head p {
        text-align: center;
        width: 100%;
        font-size: 14px;
        margin: 20px 0 0;
    }

    section.banner-row .banner-sec ul.w-btn {
        display: block;
        margin: 0;
    }

    section.banner-row .banner-sec ul.w-btn li:first-child {
        margin: 40px 0 20px;
    }

    section.banner-row .banner-sec ul.w-btn li a {
        display: table;
        margin: 0 auto;
        padding: 25px 60px;
        font-size: 18px;
    }

    section.service-row {
        padding: 50px 0 50px;
        height: auto;
    }

    section.service-row .w-head h2 {
        font-size: 44px;
    }

    section.service-row .w-head {
        margin: 0 0 20px;
    }

    section.service-row .service-sec h3 {
        text-align: center;
    }

    section.service-row .service-sec:after {
        height: 30px;
        width: 30px;
        background-size: cover;
    }

    section.service-row .service-sec p {
        font-size: 14px;
        text-align: center;
    }

    section.service-row .service-sec {
        height: auto;
        margin: 0 0 20px;
    }

    section.get-row {
        padding: 50px 0;
    }

    section.get-row .w-head h2 {
        font-size: 44px;
    }

    section.get-row .w-head h2:after {
        height: 50px;
        width: 50px;
        top: -10px;
    }

    .get-sec form .col {
        width: 100%;
        flex: 100%;
        margin: 0 0 10px;
    }

    section.get-row .get-sec form input::placeholder {
        font-size: 14px;
    }

    section.get-row .get-sec form input {
        font-size: 14px;
    }

    section.get-row .get-sec form select {
        font-size: 14px;
    }

    section.get-row .get-sec form button {
        margin: 30px auto 0;
        display: table;
        padding: 14px 50px;
        font-size: 14px;
    }

    section.need-row {
        padding: 50px 0 0;
    }

    section.need-row .need-sec .inner-need h4 {
        font-size: 44px;
        text-align: center;
        margin: 0 0 20px;
    }

    section.need-row .need-sec .inner-need p {
        font-size: 14px;
        text-align: center;
    }

    section.need-row .need-sec .inner-need ul li {
        font-size: 14px;
        margin: 0 0 10px;
    }

    section.need-row .need-sec .inner-need h6 {
        font-size: 14px;
        text-align: center;
    }

    section.need-row .need-sec ul.w-btn {
        display: block;
        margin: 30px 0 30px;
    }

    section.need-row .need-sec ul.w-btn li a {
        display: table;
        margin: 0 auto;
        font-size: 14px;
    }

    section.need-row .need-sec ul.w-btn li:first-child a {
        margin: 0 auto;
    }

    section.need-row .need-sec img {
        margin: 0 auto;
        display: block;
    }

    section.workflow-row {
        padding: 50px 0 0;
    }

    section.workflow-row .w-head h2 {
        font-size: 44px;
        width: 90%;
        margin: 0 auto;
    }

    section.workflow-row .w-head {
        margin: 0 0 80px;
    }

    section.workflow-row .workflow-sec h3 {
        font-size: 24px;
    }

    section.workflow-row .workflow-sec p {
        font-size: 14px;
        min-height: auto;
    }

    section.workflow-row .workflow-sec {
        margin: 0 0 80px;
    }

    section.story-row {
        padding: 50px 0 0;
    }

    section.story-row .story-sec h2 {
        font-size: 44px;
        text-align: center;
    }

    section.portfolio-row .portfolio_boxe img {
        width: 50%;
        margin: 0 auto 10px;
        display: block;
    }

    section.story-row .story-sec .main {
        display: block;
    }

    section.story-row .story-sec .main .inner .text-icon {
        display: block;
    }

    section.story-row .story-sec2 img {
        margin: 0 auto 20px;
        display: block;
    }

    section.story-row .story-sec .main .inner .text-icon ul {
        text-align: center;
        padding: 0;
    }

    section.story-row .story-sec2 ul.w-btn {
        display: block;
        margin: 0;
    }

    section.story-row .story-sec2 ul.w-btn li a {
        display: table;
        margin: 0 auto;
        font-size: 14px;
    }

    section.story-row .story-sec2 ul.w-btn li:first-child a {
        margin: 0 auto;
    }

    section.story-row .story-sec2 ul.w-btn li {
        margin: 0 0 10px;
    }

    section.story-row .story-sec img {
        margin: 30px auto 20px;
        display: block;
    }

    section.story-row .story-sec .main .inner .text-icon ul li strong {
        font-size: 18px;
    }

    section.story-row .story-sec .main .inner .text-icon ul li {
        font-size: 14px;
        margin: 10px 0 0;
        width: 100%;
    }

    section.portfolio-row {
        padding: 50px 0;
    }

    section.portfolio-row .w-head h2 {
        font-size: 44px;
    }

    section.portfolio-row .w-head {
        margin: 0 0 50px;
    }

    section.portfolio-row .col {
        width: 100%;
        flex: 100%;
    }

    section.contact-row {
        padding: 0 0 50px;
    }

    section.contact-row .w-head h2 {
        text-align: center;
        font-size: 74px;
    }

    section.contact-row .contact-sec div#regularAccordionRobots {
        width: 100%;
    }

    section.contact-row .contact-sec div#regularAccordionRobots button.accordion-button {
        font-size: 14px;
        padding: 10px 10px;
    }

    section.contact-row .contact-sec .accordion-body {
        font-size: 14px;
    }

    section.contact-row .contact-sec2:after {
        height: 120px;
        width: 150px;
        top: -40px;
        right: 0px;
    }

    section.contact-row .contact-sec2 {
        padding: 90px 0 50px;
    }

    section.contact-row .contact-sec2 h3 {
        font-size: 24px;
        width: 100%;
        text-align: center;
    }

    section.contact-row .contact-sec2 form .row {
        margin: 0;
    }

    section.contact-row .contact-sec2 form .row .col-md-6 {
        margin: 0 0 10px;
    }

    section.contact-row .contact-sec2 form input::placeholder {
        font-size: 14px;
    }

    section.contact-row .contact-sec2 form select.form-select.select {
        font-size: 14px;
    }

    section.contact-row .contact-sec2 form label.form-check-label {
        font-size: 14px;
    }

    section.contact-row .contact-sec2 form button {
        font-size: 14px;
        display: table;
        margin: 0 auto;
    }

    section.testimonial-row .container-fluid {
        padding: 0 10px;
    }

    section.testimonial-row .col-lg-7 {
        padding: 40px 0;
    }

    section.testimonial-row p {
        font-size: 14px;
    }

    footer#footer-row .w-head p {
        font-size: 14px;
    }

    section.testimonial-row .owl-nav button.owl-next svg {
        width: 20px;
        height: 20px;
    }

    section.testimonial-row .owl-nav button.owl-prev svg {
        width: 20px;
        height: 20px;
    }

    section.testimonial-row .owl-nav button.owl-next {
        right: 10px;
    }

    section.testimonial-row .owl-nav button.owl-prev {
        left: 10px;
    }

    section.testimonial-row .owl-nav {
        bottom: 170px;
    }

}

@media only screen and (min-width: 1024px) and (max-width: 1300px)
{

    header#header-row .container-fluid {
        margin: 0 20px;
    }
    header#header-row .navbar-brand img {
        width: 70%;
    }
    a.navbar-brand {
    width: 30%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
    }
    .navbar-brand {
        width: 30%;
    }
    header#header-row .round {
        font-size: 14px;
    }
    section.banner-row {
        padding: 80px 0 0 50px;
    }
    section.banner-row .banner-sec .banner-inner ul li {
        font-size: 24px;
    }
    section.banner-row .banner-sec .w-head h2 {
        font-size: 34px;
        margin: 20px 0 0;
    }
    section.banner-row .banner-sec .w-head p {
        font-size: 16px;
        margin: 20px 0 0;
    }
    section.banner-row .banner-sec .banner-inner ul {
        margin-right: 30px;
    }
    section.banner-row .banner-sec ul.w-btn {
        margin: 40px 0 0;
    }
    section.banner-row .banner-sec ul.w-btn li a {
        font-size: 16px;
        padding: 15px 30px;
    }
    section.banner-row .banner-sec ul.w-btn li:first-child {
        margin-right: 20px;
    }
    section.service-row {
        padding: 50px 50px;
        height: 530px;
    }
    section.service-row .w-head h2 {
        font-size: 34px;
    }
    section.service-row .service-sec {
        padding: 60px 10px 10px;
        height: 400px;
    }
    section.service-row .service-sec h3 {
        font-size: 18px;
        min-height: 50px;
    }
    section.service-row .service-sec p {
        font-size: 14px;
    }
    section.get-row {
        padding: 80px 50px;
    }
    section.get-row .w-head h2 {
        font-size: 34px;
    }
    section.get-row .w-head h2:after {
        width: 60px;
        height: 50px;
        top: -20px;
    }
    section.need-row {
        padding: 100px 50px 50px;
    }
    section.need-row .need-sec .inner-need h4 {
        font-size: 34px;
    }
    section.need-row .need-sec .inner-need p {
        font-size: 14px;
    }
    section.need-row .need-sec .inner-need ul li {
        font-size: 14px;
    }
    section.need-row .need-sec .inner-need h6 {
        font-size: 14px;
    }
    section.need-row .need-sec ul.w-btn li:first-child a {
        margin-right: 10px;
    }
    section.need-row .need-sec ul.w-btn li a {
        font-size: 14px;
    }
    section.get-row .get-sec form button {
        font-size: 14px;
        line-height: 30px;
    }
    section.workflow-row {
        padding: 50px 50px;
    }
    section.workflow-row .w-head h2 {
        font-size: 34px;
    }
    section.workflow-row .workflow-sec h4 {
        width: 80px;
        height: 80px;
        padding: 15px;
        font-size: 34px;
        top: -40px;
    }
    section.workflow-row .workflow-sec h3 {
        font-size: 14px;
        line-height: 24px;
        min-height: 30px;
    }
    section.workflow-row .workflow-sec p {
        font-size: 14px;
    }
    section.workflow-row .w-head {
        margin: 0 0 80px;
    }
    section.story-row {
        padding: 80px 20px 0 20px;
    }
    section.story-row .story-sec h2 {
        font-size: 28px;
    }
    section.story-row .story-sec2 img {
        height: 50px;
        padding: 10px;
    }
    section.story-row .story-sec .main .inner .text-icon ul li strong {
        font-size: 14px;
    }
    section.story-row .story-sec .main .inner .text-icon ul li {
        font-size: 9px;
        width: 100%;
    }
    section.story-row .story-sec2 ul.w-btn {
        margin: 30px 0 50px;
    }
    section.story-row .story-sec2 ul.w-btn li a {
        font-size: 14px;
    }
    section.get-row .get-sec form input::placeholder {
        font-size: 14px;
    }
    section.get-row .get-sec form input {
        font-size: 14px;
    }
    section.get-row .get-sec form select {
        font-size: 14px;
    }
    section.portfolio-row {
        padding: 50px 50px;
    }
    section.portfolio-row .w-head h2 {
        font-size: 34px;
    }
    section.contact-row {
        padding: 50px 10px 50px;
    }
    section.contact-row .w-head h2 {
        font-size: 34px;
    }
    section.contact-row .contact-sec2:after {
        width: 150px;
        height: 120px;
        top: -50px;
        right: 0;
    }
    section.contact-row .contact-sec2 {
        padding: 40px 20px 40px;
    }
    section.contact-row .contact-sec2 h3 {
        font-size: 24px;
    }
    section.contact-row .contact-sec2 form input::placeholder {
        font-size: 14px;
    }
    section.contact-row .contact-sec2 form input {
        font-size: 14px;
    }
    section.contact-row .contact-sec2 form select.form-select.select {
        font-size: 14px;
    }
    section.contact-row .contact-sec2 form label.form-check-label {
        font-size: 14px;
    }
    section.contact-row .contact-sec2 form button {
        font-size: 14px;
    }
    section.contact-row .contact-sec div#regularAccordionRobots button.accordion-button {
        font-size: 14px;
        padding: 10px;
    }
    section.contact-row .contact-sec .accordion-body {
        font-size: 14px;
    }
    section.testimonial-row p {
        font-size: 14px;
    }
    section.testimonial-row .w-head h2 {
        font-size: 24px;
    }
    section.testimonial-row h5 {
        font-size: 16px;
    }
    footer#footer-row .w-head p {
        font-size: 14px;
    }
    footer#footer-row .w-head ul.footer-flex li a {
    font-size: 14px;
}


}

@media only screen and (min-width: 1301px) and (max-width: 1600px)
{

    header#header-row .container-fluid {
        margin: 0 50px;
    }
    header#header-row .navbar-brand img {
        width: 60%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
    }
    .navbar-brand {
        width: 30% !important;
    }
    header#header-row .round {
        font-size: 14px;
    }
    section.banner-row {
        padding: 80px 0 0 50px;
    }
    section.banner-row .banner-sec .banner-inner ul li {
        font-size: 24px;
    }
    section.banner-row .banner-sec .w-head h2 {
        font-size: 44px;
        margin: 20px 0 0;
    }
    section.banner-row .banner-sec .w-head p {
        font-size: 16px;
        margin: 20px 0 0;
    }
    section.banner-row .banner-sec .banner-inner ul {
        margin-right: 90px;
    }
    section.banner-row .banner-sec ul.w-btn {
        margin: 40px 0 0;
    }
    section.banner-row .banner-sec ul.w-btn li a {
        font-size: 18px;
        padding: 15px 30px;
    }
    section.banner-row .banner-sec ul.w-btn li:first-child {
        margin-right: 20px;
    }
    section.service-row {
        padding: 50px 50px;
        height: 530px;
    }
    section.service-row .w-head h2 {
        font-size: 44px;
    }
    section.service-row .service-sec {
        padding: 40px 10px 50px;
    }
    section.workflow-row .workflow-sec {
    padding-top: 30px;
    }
    section.service-row .service-sec h3 {
        font-size: 22px;
        min-height: 60px;
    }
    section.service-row .service-sec p {
        font-size: 16px;
    }
    section.get-row {
        padding: 80px 50px;
    }
    section.get-row .w-head h2 {
        font-size: 44px;
    }
    section.get-row .w-head h2:after {
        width: 60px;
        height: 50px;
        top: -20px;
    }
    section.need-row {
        padding: 100px 50px 50px;
    }
    section.need-row .need-sec .inner-need h4 {
        font-size: 44px;
    }
    section.need-row .need-sec .inner-need p {
        font-size: 16px;
    }
    section.need-row .need-sec .inner-need ul li {
        font-size: 16px;
    }
    section.need-row .need-sec .inner-need h6 {
        font-size: 16px;
    }
    section.need-row .need-sec ul.w-btn li:first-child a {
        margin-right: 10px;
    }
    section.need-row .need-sec ul.w-btn li a {
        font-size: 16px;
    }
    section.get-row .get-sec form button {
        font-size: 16px;
        line-height: 30px;
    }
    section.workflow-row {
        padding: 50px 50px;
    }
    section.workflow-row .w-head h2 {
        font-size: 44px;
    }
    section.workflow-row .workflow-sec h4 {
        width: 80px;
        height: 80px;
        padding: 15px;
        font-size: 34px;
        top: -40px;
    }
    section.workflow-row .workflow-sec h3 {
        font-size: 18px;
        line-height: 24px;
        min-height: 30px;
    }
    section.workflow-row .workflow-sec p {
        font-size: 16px;
    }
    section.workflow-row .w-head {
        margin: 0 0 80px;
    }
    section.story-row {
        padding: 80px 20px 0 20px;
    }
    section.story-row .story-sec h2 {
        font-size: 34px;
    }
    section.story-row .story-sec2 img {
        height: 80px;
        padding: 15px;
    }
    section.story-row .story-sec .main .inner .text-icon ul li strong {
        font-size: 16px;
    }
    section.story-row .story-sec .main .inner .text-icon ul li {
        font-size: 12px;
        width: 100%;
    }
    section.story-row .story-sec2 ul.w-btn {
        margin: 30px 0 50px;
    }
    section.story-row .story-sec2 ul.w-btn li a {
        font-size: 16px;
    }
    section.get-row .get-sec form input::placeholder {
        font-size: 14px;
    }
    section.get-row .get-sec form input {
        font-size: 14px;
    }
    section.get-row .get-sec form select {
        font-size: 14px;
    }
    section.portfolio-row {
        padding: 50px 150px;
    }
    section.portfolio-row .w-head h2 {
        font-size: 44px;
    }
    section.contact-row {
        padding: 50px 20px 50px 30px;
    }
    section.contact-row .w-head h2 {
        font-size: 44px;
    }
    section.contact-row .contact-sec2:after {
        width: 150px;
        height: 120px;
        top: -50px;
        right: 0;
    }
    section.contact-row .contact-sec2 {
        padding: 40px 20px 40px;
    }
    section.contact-row .contact-sec2 h3 {
        font-size: 34px;
    }
    section.contact-row .contact-sec2 form input::placeholder {
        font-size: 14px;
    }
    section.contact-row .contact-sec2 form input {
        font-size: 14px;
    }
    section.contact-row .contact-sec2 form select.form-select.select {
        font-size: 14px;
    }
    section.contact-row .contact-sec2 form label.form-check-label {
        font-size: 16px;
    }
    section.contact-row .contact-sec2 form button {
        font-size: 16px;
    }
    section.contact-row .contact-sec div#regularAccordionRobots button.accordion-button {
        font-size: 16px;
        padding: 10px;
    }
    section.contact-row .contact-sec .accordion-body {
        font-size: 16px;
    }
    section.testimonial-row p {
        font-size: 16px;
    }
    section.testimonial-row .w-head h2 {
        font-size: 28px;
    }
    section.testimonial-row h5 {
        font-size: 16px;
    }
    footer#footer-row .w-head p {
        font-size: 16px;
    }
    section.testimonial-row .owl-nav button.owl-next {
    right: 0;
}
section.testimonial-row .container-fluid {
    padding: 0 10px 0 0;
}


}

@media only screen and (min-width: 1728px) and (max-width: 1800px)
{
    
 header#header-row .container-fluid {
        margin: 0 50px;
    }
    header#header-row .navbar-brand img {
        width: 30%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
    }
    .navbar-brand {
        width: 30%;
    }
    header#header-row .round {
        font-size: 14px;
    }
    section.banner-row {
        padding: 80px 0 0 50px;
    }
    section.banner-row .banner-sec .banner-inner ul li {
        font-size: 30px;
    }
    section.banner-row .banner-sec .w-head h2 {
        font-size: 50px;
        margin: 20px 0 0;
    }
    section.banner-row .banner-sec .w-head p {
        font-size: 22px;
        margin: 20px 0 0;
    }
    section.banner-row .banner-sec .banner-inner ul {
        margin-right: 90px;
    }
    section.banner-row .banner-sec ul.w-btn {
        margin: 40px 0 0;
    }
    section.banner-row .banner-sec ul.w-btn li a {
        font-size: 18px;
        padding: 15px 30px;
    }
    section.banner-row .banner-sec ul.w-btn li:first-child {
        margin-right: 20px;
    }
    section.service-row {
        padding: 50px 50px;
        height: 530px;
    }
    section.service-row .w-head h2 {
        font-size: 50px;
    }
    section.service-row .service-sec {
        padding: 40px 10px 10px;
        height: 400px;
    }
    section.story-row .story-sec img {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    section.service-row .service-sec h3 {
        font-size: 30px;
        min-height: 60px;
    }
    section.service-row .service-sec p {
        font-size: 18px;
    }
    section.get-row {
        padding: 80px 50px;
    }
    section.get-row .w-head h2 {
        font-size: 44px;
    }
    section.get-row .w-head h2:after {
        width: 60px;
        height: 50px;
        top: -20px;
    }
    section.need-row {
        padding: 100px 50px 50px;
    }
    section.need-row .need-sec .inner-need h4 {
        font-size: 52px;
    }
    section.need-row .need-sec .inner-need p {
        font-size: 20px;
    }
    section.need-row .need-sec .inner-need ul li {
        font-size: 20px;
    }
    section.need-row .need-sec .inner-need h6 {
        font-size: 20px;
    }
    section.need-row .need-sec ul.w-btn li:first-child a {
        margin-right: 10px;
    }
    section.need-row .need-sec ul.w-btn li a {
        font-size: 18px;
    }
    section.get-row .get-sec form button {
        font-size: 18px;
        line-height: 30px;
    }
    section.workflow-row {
        padding: 50px 50px;
    }
    section.workflow-row .w-head h2 {
        font-size: 50px;
    }
    section.workflow-row .workflow-sec h4 {
        width: 100px;
        height: 100px;
        padding: 26px;
        font-size: 45px;
        top: -40px;
    }
    section.workflow-row .workflow-sec h3 {
        font-size: 26px;
        line-height: 24px;
        min-height: 40px;
    }
    section.workflow-row .workflow-sec p {
        font-size: 18px;
    }
    section.workflow-row .w-head {
        margin: 0 0 80px;
    }
    section.story-row {
        padding: 80px 20px 0 80px;
    }
    section.story-row .story-sec h2 {
        font-size: 50px;
    }
    section.story-row .story-sec2 img {
        height: 80px;
        padding: 15px;
    }
    section.story-row .story-sec .main .inner .text-icon ul li strong {
        font-size: 24px;
    }
    section.story-row .story-sec .main .inner .text-icon ul li {
        font-size: 16px;
        width: 100%;
    }
    section.story-row .story-sec2 ul.w-btn {
        margin: 30px 0 50px;
    }
    section.story-row .story-sec2 ul.w-btn li a {
        font-size: 18px;
    }
    section.get-row .get-sec form input::placeholder {
        font-size: 14px;
    }
    section.get-row .get-sec form input {
        font-size: 14px;
    }
    section.get-row .get-sec form select {
        font-size: 14px;
    }
    section.portfolio-row {
        padding: 50px 150px;
    }
    section.portfolio-row .w-head h2 {
        font-size: 50px;
    }
    section.contact-row {
        padding: 50px 60px 50px 60px;
    }
    section.contact-row .w-head h2 {
        font-size: 50px;
    }
    section.contact-row .contact-sec2:after {
        width: 150px;
        height: 120px;
        top: -50px;
        right: 0;
    }
    section.contact-row .contact-sec2 {
        padding: 40px 20px 40px;
    }
    section.contact-row .contact-sec2 h3 {
        font-size: 40px;
    }
    section.contact-row .contact-sec2 form input::placeholder {
        font-size: 14px;
    }
    section.contact-row .contact-sec2 form input {
        font-size: 14px;
    }
    section.contact-row .contact-sec2 form select.form-select.select {
        font-size: 14px;
    }
    section.contact-row .contact-sec2 form label.form-check-label {
        font-size: 18px;
    }
    section.contact-row .contact-sec2 form button {
        font-size: 18px;
    }
    section.contact-row .contact-sec div#regularAccordionRobots button.accordion-button {
        font-size: 24px;
        padding: 15px;
    }
    section.contact-row .contact-sec .accordion-body {
        font-size: 20px;
    }
    section.testimonial-row p {
        font-size: 18px;
    }
    section.testimonial-row .w-head h2 {
        font-size: 38px;
    }
    section.testimonial-row h5 {
        font-size: 20px;
    }
    footer#footer-row .w-head p {
        font-size: 16px;
    }
    section.testimonial-row .owl-nav button.owl-next {
    right: 0;
}
section.testimonial-row .container-fluid {
    padding: 0 10px 0 0;
}   
    
    
    
}

/* ANIMATIONS */

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}