:root {
    --vodo-navy: #111638;
    --vodo-navy-soft: #1B2554;
    --vodo-cyan: #31C7D5;
    --vodo-mint: #7ED9BE;
    --vodo-aqua: #52D1CA;
    --vodo-ink: #17213F;
    --vodo-text: #536174;
    --vodo-surface: #F6FBFC;
    --vodo-tint: #EAF9F7;
    --vodo-gradient: linear-gradient(135deg, #31C7D5 0%, #7ED9BE 100%);
    --vodo-dark-gradient: linear-gradient(145deg, #111638 0%, #183F56 58%, #247E87 100%);
    --vodo-shadow: 0 14px 36px rgba(17, 22, 56, 0.12);
}

@font-face {
    font-family: 'fontello';
    src: url('./font/fontello.eot?85100837');
    src: url('./font/fontello.eot?85100837#iefix') format('embedded-opentype'),
         url('./font/fontello.woff?85100837') format('woff'),
         url('./font/fontello.ttf?85100837') format('truetype'),
         url('./font/fontello.svg?85100837#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    margin: 0 auto !important;
    padding: 0;
    color: #536174;
    font-size: 28px;
    font-family: 'DM Sans', sans-serif;
}
.page-wrapper{
    position: relative;
    overflow: auto;
}
.page-wrapper.next-page-scroll{
    overflow: auto;
    height: 100vh;
    width: 100%;
}
.page-fixed{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 0 80px;
    overflow: auto;
}
/*.canvas-effect #canvas{
    height: 100% !important;
    min-height: 100vh;
}*/

/* Landing Page and Navigation Menu CSS Start */
.header-section{
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    z-index: 9;
}
.header-section.next-pages-background{
    background: url(../images/next-page-background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 0;
    padding-top: 70px;
    padding-bottom: 180px;
}
.header-section .header-container{
    margin: 0;
    padding: 0;
    width: 100%;
}
.header-section .header-container .row{
    margin: 0;
    padding: 0 80px;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
.header-inner-colum{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.header-inner-colum .logo-image-left{
    margin: 0;
    padding: 0;
    width: 50%;
    float: left;
}
.header-inner-colum .logo-image-left img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: 100px;
}
.header-inner-colum .nav-button-right{
    margin: 0;
    padding: 0;
    width: 50%;
    float: right;
}
.header-nav-menu.next-page-nav{
    margin: 0;
    padding: 0;
}
.header-nav-menu .wrapper {
    position: fixed;
    top: 0;
    /*left: -100%;*/
    right: -100%;
    height: 100%;
    width: 100%;
    background-image: url(../images/menu-nav-background.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* background: #111638;
    background: linear-gradient(90deg, #f92c78, #4114a1);
    background: linear-gradient(375deg, #1cc7d0, #2ede98);
    background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
    transition: all 0.6s ease-in-out;
}
.header-nav-menu .wrapper .menu-logo-image{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 70px;
    left: 80px;
}
.header-nav-menu .wrapper .menu-logo-image img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: 100px;
}
.header-nav-menu #active:checked ~ .wrapper {
    /*left: 0;*/
    right: 0;
}
.header-nav-menu .menu-btn {
    position: absolute;
    z-index: 2;
    right: 80px;
    /*left: 20px; */
    top: 20px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    /* background: linear-gradient(90deg, #f92c78, #4114a1);
    background: linear-gradient(375deg, #1cc7d0, #2ede98);
    background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
    transition: all 0.3s ease-in-out;
}
.nav-button-right .header-nav-menu .menu-btn.menu-next-page{
    margin: 0;
    padding: 0;
    top: 84px;
}
.header-nav-menu.next-page-nav .menu-btn.menu-next-page span,
.header-nav-menu.next-page-nav .menu-btn.menu-next-page:before, 
.header-nav-menu.next-page-nav .menu-btn.menu-next-page:after {
    border-bottom: 6px solid #ffffff;
}
.header-nav-menu .menu-btn span,
.header-nav-menu .menu-btn:before,
.header-nav-menu .menu-btn:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 30%;
    width: 70%;
    border-bottom: 6px solid #fff;
    border-radius: 50px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header-nav-menu.next-page-nav .menu-btn span,
.header-nav-menu.next-page-nav .menu-btn:before,
.header-nav-menu.next-page-nav .menu-btn:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 30%;
    width: 70%;
    border-bottom: 6px solid #31C7D5;
    border-radius: 50px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header-nav-menu .menu-btn:before {
    transform: translateY(-12px);
}
.header-nav-menu .menu-btn:after {
    transform: translateY(12px);
}
.header-nav-menu .close {
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background 0.6s;
}
.header-nav-menu #active:checked + .menu-btn span {
    transform: scaleX(0);
}
.header-nav-menu #active:checked + .menu-btn:before {
    transform: rotate(45deg);
    border-color: #fff;
}
.header-nav-menu #active:checked + .menu-btn:after {
    transform: rotate(-45deg);
    border-color: #fff;
}
.header-nav-menu .wrapper ul {
    margin: 0;
    padding: 0 80px;
    position: relative;
    /* top: 50%;
    left: 50%; */
    height: 100%;
    width: 100%;
    transform: translate(0%, 50%);
    list-style: none;
    text-align: center;
}
.header-nav-menu .wrapper ul li {
    height: 10%;
    padding: 0;
    margin: 0;
    float: none;
    /* width: 20%; */
    width: 19%;
    list-style: none;
    float: left;
}
.header-nav-menu .wrapper ul li a {
    margin: 0px auto;
    padding: 16px 36px;
    font-family: 'DM Sans', sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    border-radius: 50px;
    position: absolute;
    line-height: 46px;
    opacity: 0;
    transition: all 0.3s ease;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header-nav-menu .wrapper ul li a:after {
    position: absolute;
    content: "";
    background: linear-gradient(135deg, #31C7D5 0%, #7ED9BE 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
    /* background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);
    background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50px;
    transform: scaleY(0);
    z-index: -1;
    transition: transform 0.3s ease;
}
.header-nav-menu .wrapper ul li a:hover:after {
    transform: scaleY(1);
}
.header-nav-menu .wrapper ul li a:hover {
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.10);
}
.header-nav-menu input[type="checkbox"] {
    display: none;
}
.header-nav-menu #active:checked ~ .wrapper ul li a {
    opacity: 1;
}
.header-nav-menu .wrapper ul li a {
    transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(100px);
}
.header-nav-menu #active:checked ~ .wrapper ul li a {
    transform: none;
    transition-timing-function: ease, cubic-bezier(0.1, 1.3, 0.3, 1);
    transition-delay: 0.6s;
    transform: translateX(-100px);
}
.section-banner{
    margin: 0;
    padding: 0;
    /* position: absolute; */
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.section-banner .row{
    margin: 0;
    padding: 0 80px;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
.section-banner .why-choose-us-head{
    margin: 0px;
    padding: 0;
}
.section-banner .why-choose-us-head .width-hundred{
    margin: 0px;
    padding: 0;
    height: auto;
}
.section-banner .why-choose-us-head svg{
    height: 67px;
    margin: 0;
    padding: 0;
}
.section-banner .why-choose-us-head .blob-btn {
    z-index: 1;
    position: relative;
    padding: 17px 39px;
    margin: 0px;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    background-color: transparent;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.10);
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 30px;
}
.section-banner .why-choose-us-head .blob-btn:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0px solid transparent;
    border-radius: 30px;
}
.section-banner .why-choose-us-head .blob-btn:after {
    content: "";
    z-index: -2;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    transition: all 0.3s 0.2s;
    border-radius: 30px;
}
.section-banner .why-choose-us-head .blob-btn:hover {
    color: #31C7D5;
    border-radius: 30px;
}
.section-banner .why-choose-us-head .blob-btn:hover:after {
    transition: all 0.3s;
    left: 0;
    top: 0;
    border-radius: 30px;
}
.section-banner .why-choose-us-head .blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: #31C7D5;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}
.section-banner .why-choose-us-head .blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url("#goo");
}
.section-banner .why-choose-us-head .blob-btn__blob {
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    background: #ffffff;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
}
@supports (filter: url("#goo")) {
.section-banner .why-choose-us-head .blob-btn__blob {
    transform: translate3d(0, 150%, 0) scale(1.4);
}
}
.section-banner .why-choose-us-head .blob-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
}
.section-banner .why-choose-us-head .blob-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
}
.section-banner .why-choose-us-head .blob-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
}
.section-banner .why-choose-us-head .blob-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
}
.section-banner .why-choose-us-head .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.7);
}
@supports (filter: url("#goo")) {
.section-banner .why-choose-us-head .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.4);
}
}
.section-banner .why-choose-us-head h1{
    margin: 25px 0 0 0;
    padding: 0;
    font-family: 'Teko', sans-serif;
    font-size: 90px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    text-decoration: none;
    color: #FFF;
    line-height: 100px;
}
.section-banner .why-choose-us-head p{
    margin: 0;
    padding: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    text-decoration: none;
    color: #ffffff;
}

.section-banner .words {
    font-size: 3rem;
    color: #ffffff;
    font-weight: bold;
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* border-right: 0.15em solid #666; */
    /* animation: typing 6s steps(30, end), blink-caret 0.75s step-end infinite; */
    text-transform: uppercase;
    font-family: 'DM Sans', sans-serif;
}

.section-banner .words .word {
    opacity: 0;
    display: inline-block;
    margin-right: 0.25em;
    animation: appear 1s forwards;
}

.section-banner .words .word:nth-child(1) {
    animation-delay: 0s;
}

.section-banner .words .word:nth-child(2) {
    animation-delay: 0.5s;
}

.section-banner .words .word:nth-child(3) {
    animation-delay: 1s;
}

.section-banner .words .word:nth-child(4) {
    animation-delay: 1.5s;
}

@keyframes appear {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes typing {
    0% { width: 0; }
    33% { width: 6ch; }
    66% { width: 13ch; }
    100% { width: 20ch; }
}

@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: #666; }
}

.hidden {
    opacity: 0;
}
.section-bottom-container{
    margin: 0;
    padding: 0;
    width: 100%;
}
.section-bottom-container .row{
    margin: 0;
    padding: 0 80px;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
.section-bottom-arrow{
    margin: 0;
    padding: 0;
    background: rgba(49, 199, 213, 0.50);
    border-radius: 50%;
    width: 450px !important;
    height: 450px !important;
    position: fixed;
    top: 100%;
    left: 50%;
    -moz-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);  
    -webkit-transform: translate(-50%, -25%); 
    -o-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
}
.section-bottom-arrow.menu-nav-bottom{
    position: absolute;
}
.section-bottom-arrow a{
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
    color: transparent;
    text-align: center;
}
.section-bottom-arrow .change-section{
    margin: 20px 0 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-bottom-arrow .change-section.menu-btm-rotate{
    transform: rotate(90deg);
    margin: 65px 0 0 80px;
}
.section-bottom-arrow .change-section .chevron {
    position: absolute;
    width: 40px;
    height: 8px;
    opacity: 0;
    transform: scale(0.8);
    -webkit-animation: move-chevron 3s ease-out infinite;
            animation: move-chevron 3s ease-out infinite;
  }
.section-bottom-arrow .change-section .chevron:first-child {
    -webkit-animation: move-chevron 3s ease-out 1s infinite;
            animation: move-chevron 3s ease-out 1s infinite;
}
.section-bottom-arrow .change-section .chevron:nth-child(2) {
    -webkit-animation: move-chevron 3s ease-out 2s infinite;
            animation: move-chevron 3s ease-out 2s infinite;
}
.section-bottom-arrow .change-section .chevron:before,
.section-bottom-arrow .change-section .chevron:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: #ffffff;
}
.section-bottom-arrow .change-section .chevron:before {
    left: 0;
    transform: skewY(45deg);
}
.section-bottom-arrow .change-section .chevron:after {
    right: 0;
    width: 50%;
    transform: skewY(-45deg);
}
@-webkit-keyframes move-chevron {
25% {
    opacity: 1;
}
33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
}
66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
}
100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
}
}
@keyframes move-chevron {
25% {
    opacity: 1;
}
33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
}
66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
}
100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
}
}

/* Landing Page and Navigation Menu CSS End */


/* Welcome To Gulway CSS Start */

.section-welcome-to-gulfway{
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    transform: translate(0px, 255px);
}
.section-welcome-to-gulfway.next-pages-body{
    transform: translate(0px, 662px);
}
.section-welcome-to-gulfway .welcome-container{
    margin: 0;
    padding: 0;
    width: 100%;
}
.section-welcome-to-gulfway .welcome-container .row{
    margin: 0;
    padding: 0 80px;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
.section-welcome-to-gulfway .breadcrumb-list{
    margin: 0;
    padding: 0;
}
.section-welcome-to-gulfway .breadcrumb-list ul{
    margin: 0;
    padding: 0;
}
.section-welcome-to-gulfway .breadcrumb-list ul li{
    margin: 0 12px 0 0px;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.section-welcome-to-gulfway .breadcrumb-list ul li a{
    margin: 0;
    padding: 0;
    color: #31C7D5;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-welcome-to-gulfway .breadcrumb-list ul li.active a{
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
}
.section-welcome-to-gulfway .breadcrumb-list ul li:after{
    content: '/';
    font-size: 20px;
    text-align: left;
    color: #31C7D5;
    display: inline-block;
    font-weight: 700;
    margin-left: 12px;
}
.section-welcome-to-gulfway .breadcrumb-list ul li:last-child:after{
    display: none;
}
.section-welcome-to-gulfway .gulfway-heading{
    margin: 100px 0 0 0;
    padding: 0;
    position: relative;
    transform: translate(-80px, 0px);
}
.section-welcome-to-gulfway .gulfway-heading h1{
    margin: 0;
    padding: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 300px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 10px;
    -webkit-text-stroke-color: rgba(251, 251, 251, 0.72);
    line-height: 222px;
}
.section-welcome-to-gulfway .gulfway-heading h2{
    margin: 0;
    padding: 0;
    font-family: 'Teko', sans-serif;
    font-size: 120px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 100px;
    color: #31C7D5;
    position: absolute;
    bottom: -15px;
    left: 80px;
}
.section-welcome-to-gulfway .lets-quickly-get-information{
    margin: 30px 0 0 0;
    padding: 0;
}
.section-welcome-to-gulfway .lets-quickly-get-information h3{
    margin: 0;
    padding: 0;
    color: #111638;
    font-family: 'DM Sans', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}
.section-welcome-to-gulfway .lets-quickly-form{
    margin: 70px 0 40px 0;
    padding: 48px;
    /* background-color: #ffffff; */
    background-color: transparent;
    border: 8px solid #F6FBFC;
    border-radius: 10px;
}
.section-welcome-to-gulfway .lets-quickly-form h4{
    margin: 0 0 40px 0;
    padding: 0;
    color: #111638;
    font-family: 'DM Sans', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields{
    margin: 0px 0 30px 0;
    padding: 0;
    display: flex;
    /* flex-wrap: wrap; */
    width: 100%;
    column-gap: 20px;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields{
    margin: 0;
    padding: 0;
    width: 50%;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields.company-name{
    width: 100%;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields.qoute-button{
    margin: 0;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields label{
    margin: 0 0 15px 0;
    padding: 0;
    color: #111638;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    display: block;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields input,
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields textarea,
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields select{
    margin: 0;
    padding: 0 25px;
    /* background-color: #ffffff; */
    background-color: transparent;
    border: 1px solid #D9ECEB;
    border-radius: 10px;
    outline: none;
    color: #536174;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: lighter;
    text-transform: capitalize;
    text-align: left;
    text-decoration: none;
    width: 100%;
    height: 64px;

}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields textarea{
    height: 250px;
    padding-top: 30px;
    resize: none;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../images/select-input-arrow.svg');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center right 25px;
    color: #536174;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields input::placeholder,
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields textarea::placeholder {
    color: rgb(206, 206, 207);
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields input:-ms-input-placeholder,
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields textarea:-ms-input-placeholder {
    color: rgb(206, 206, 207);
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields input::-ms-input-placeholder,
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields textarea::-ms-input-placeholder {
    color: rgb(206, 206, 207);
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields select option{
    color: rgb(206, 206, 207);
}
/* .section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields input::placeholder,
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields textarea::placeholder {
    color: #D9ECEB;
    font-family: 'DM Sans', sans-serif;
    font-weight: normal;
 }
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields input::-webkit-input-placeholder, 
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields textarea::-webkit-input-placeholder {
    color: #D9ECEB;
    font-family: 'DM Sans', sans-serif;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields input:-moz-placeholder,
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields textarea:-moz-placeholder {
    color: #D9ECEB;
    font-family: 'DM Sans', sans-serif;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields input::-moz-placeholder, 
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields textarea::-moz-placeholder {
    color: #D9ECEB;
    font-family: 'DM Sans', sans-serif;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields input:-ms-input-placeholder, 
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields textarea:-ms-input-placeholder {
    color: #D9ECEB;
    font-family: 'DM Sans', sans-serif;
} */
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields button{
    margin: 0;
    padding: 0;
    background-color: #31C7D5;
    border: none;
    border-radius: 10px;
    outline: none;
    overflow: hidden;
    color: #ffffff;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
    position: relative;
    transition: all .35s;
    width: 100%;
    height: 64px;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields button span{
    position: relative;
    z-index: 2;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields button:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #111638;
    transition: all .35s;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields button:hover{
    color: #fff;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields button:hover:after{
    width: 100%;
}
.section-welcome-to-gulfway .gulfway-list-nav{
    margin: 0 0 50px 0;
    padding: 0;
}
.section-welcome-to-gulfway .gulfway-list-nav ul{
    margin: 0;
    padding: 0;
    display: flex;
    column-gap: 20px;
}
.section-welcome-to-gulfway .gulfway-list-nav ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 25%;
    /* width: 16.66666666666667%; */
}
.section-welcome-to-gulfway .gulfway-list-nav ul li a{
    margin: 0;
    padding: 0;
    list-style: none;
    /* background: #ffffff; */
    background: transparent;
    border: 2px solid #31C7D5;
    border-radius: 50px;
    outline: none;
    color: #31C7D5;
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: block;
    height: 64px;
    line-height: 64px;
    transition: all 0.25s ease;
}
.section-welcome-to-gulfway .gulfway-list-nav ul li a:hover{
    background: linear-gradient(135deg, #31C7D5 0%, #7ED9BE 100%);
    color: #ffffff;
}


/* Welcome To Gulway CSS End */


/* About Us CSS Start */

.section-about-us{
    margin: 0 0px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    /* column-gap: 20px; */
}
.section-about-us .about-us-left{
    margin: 50px 0px;
    padding: 0 0 0 80px;
    width: 55%;
}
.section-about-us .about-us-left h1{
    margin: 0;
    padding: 0;
    color: #111638;
    font-family: 'DM Sans', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    text-align: left;
    text-decoration: none;
}
.section-about-us .about-us-left p{
    margin: 15px 0 0 0;
    padding: 0;
    color: #536174;
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    text-decoration: none;
}
.section-about-us .about-us-left .blob-btn {
    z-index: 1;
    position: relative;
    padding: 17px 39px;
    margin: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 20px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    background-color: transparent;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.10);
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
    border-radius: 50px;
}
.section-about-us .about-us-left .blob-btn:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0px solid transparent;
    border-radius: 50px;
}
.section-about-us .about-us-left .blob-btn:after {
    content: "";
    z-index: -2;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 100%;
    height: 100%;
    transition: all 0.3s 0.2s;
    border-radius: 50px;
}
.section-about-us .about-us-left .blob-btn:hover {
    color: #31C7D5;
    border-radius: 50px;
}
.section-about-us .about-us-left .blob-btn:hover:after {
    transition: all 0.3s;
    left: 0;
    top: 0;
    border-radius: 50px;
}
.section-about-us .about-us-left .blob-btn__inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: #31C7D5;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
}
.section-about-us .about-us-left .blob-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url("#goo");
}
.section-about-us .about-us-left .blob-btn__blob {
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    background: #ffffff;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
}
@supports (filter: url("#goo")) {
.section-about-us .about-us-left .blob-btn__blob {
    transform: translate3d(0, 150%, 0) scale(1.4);
}
}
.section-about-us .about-us-left .blob-btn__blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
}
.section-about-us .about-us-left .blob-btn__blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
}
.section-about-us .about-us-left .blob-btn__blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
}
.section-about-us .about-us-left .blob-btn__blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
}
.section-about-us .about-us-left .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.7);
}
@supports (filter: url("#goo")) {
.section-about-us .about-us-left .blob-btn:hover .blob-btn__blob {
    transform: translateZ(0) scale(1.4);
}
}
.section-about-us .about-us-right{
    margin: 50px 0px;
    padding: 0;
    width: 45%;
    /*position: absolute;
    right: 0;
    transform: translate(0, 0px);*/
}
.section-about-us .about-us-right.about-image-d-block {
    display: none;
}
.section-about-us .about-us-right img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
    float: right;
}
.about-us-thumbnail-container{
    margin: 0;
    padding: 0;
}
.about-us-thumbnail-container .row-about-us-thumbnail{
    margin: 70px 0px 0;
    padding: 0 80px;
    display: flex;
    flex-wrap: wrap;
}
.about-us-thumbnail-container .row-about-us-thumbnail .about-us-thumbnail-box{
    margin: 0 10px;
    padding: 30px 20px;
    border-radius: 4px;
    border: 1px solid #EFF8F7;
    background: transparent;
    box-shadow: 0px 12px 50px 0px rgba(6, 28, 61, 0.03);
    box-sizing: border-box;
    width: calc(25% - 20px);
    text-align: center;
}
.about-us-thumbnail-container .row-about-us-thumbnail .about-us-thumbnail-box .about-us-icon{
    margin: 0 auto;
    padding: 0;
    background: rgba(0, 0, 0, 0.02);
    box-shadow: 0px 12px 30px 0px rgba(6, 28, 61, 0.02);
    border-radius: 4px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.about-us-thumbnail-container .row-about-us-thumbnail .about-us-thumbnail-box .about-us-icon i{
    margin: 0;
    padding: 0;
    font-size: 32px;
    color: #31C7D5;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.about-us-thumbnail-container .row-about-us-thumbnail .about-us-thumbnail-box .about-us-icon i.icon-end-to-end-solutions{
    margin-left: -6px;
}
.about-us-thumbnail-container .row-about-us-thumbnail .about-us-thumbnail-box .about-us-icon i.icon-innovation-and-creativity,
.about-us-thumbnail-container .row-about-us-thumbnail .about-us-thumbnail-box .about-us-icon i.icon-collaborative-partnership,
.about-us-thumbnail-container .row-about-us-thumbnail .about-us-thumbnail-box .about-us-icon i.icon-transform-your-digital{
    font-size: 40px;
}
.about-us-thumbnail-container .row-about-us-thumbnail .about-us-thumbnail-box h3{
    margin: 15px 0 0 0;
    padding: 0;
    color: #111638;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
}
.about-us-thumbnail-container .row-about-us-thumbnail .about-us-thumbnail-box p{
    margin: 10px 0 0 0;
    padding: 0;
    color: #536174;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
}
.about-us-thumbnail-container .row-about-us-thumbnail .about-us-thumbnail-box:hover .about-us-icon{
    background-color: #31C7D5;
}
.about-us-thumbnail-container .row-about-us-thumbnail .about-us-thumbnail-box:hover .about-us-icon i{
    color: #ffffff;
}



/* About Us CSS End */


/* Ready To Get Our Professional IT Services CSS Start */

.main-footer{
    margin: 200px 0 0 0;
    padding: 0;
}
.section-ready-to-our-professional{
    margin: 0;
    padding: 0px 80px;
    background-image:
        linear-gradient(90deg, rgba(17, 22, 56, 0.06) 0%, rgba(17, 22, 56, 0.30) 30%, rgba(17, 22, 56, 0.86) 60%, rgba(36, 126, 135, 0.88) 100%),
        url(../images/footer-background.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 514px;
    position: relative;
}
.section-ready-to-our-professional .our-professional-heading{
    margin: 0;
    padding: 0;
    transform: translate(-25%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.section-ready-to-our-professional .our-professional-heading::after,
.section-ready-to-our-professional .our-professional-heading::before{
    clear: both;
    display: block;
    content: '';
}
.section-ready-to-our-professional .our-professional-heading h1{
    margin: 0;
    padding: 0;
    color: #FFF;
    font-family: 'Teko', sans-serif;
    font-size: 72px;
    font-weight: 700;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    text-align: left;
    text-decoration: none;
    line-height: 76px;
}
.section-ready-to-our-professional .our-professional-heading a{
    margin: 30px 20px 0 0px;
    padding: 0;
    background: linear-gradient(135deg, #31C7D5 0%, #7ED9BE 100%);
    border: none;
    border-radius: 50px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
    outline: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.10);
    width: 100%;
    max-width: 220px;
    height: 64px;
    line-height: 64px;
    color: #ffffff;
    transition: all 0.25s ease;
    float: left;
}
.section-ready-to-our-professional .our-professional-heading a.active{
    background: #ffffff;
    color: #31C7D5;
}


/* Ready To Get Our Professional IT Services CSS End */


/* Website Design Footer CSS Start */

.section-footer{
    margin: 0;
    padding: 80px 0 0;
    background: #F6FBFC;
}

.section-footer .footer-columns{
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.section-footer .footer-columns .columns-25{
    margin: 0 15px;
    box-sizing: border-box;
    width: calc(25% - 30px);
}
.section-footer .footer-row{
    margin: 0 0;
    padding: 0 80px;
    /* display: flex;
    column-gap: 20px; */
}
.section-footer .footer-row > .footer-about-us{
    margin: 0 15px;
    padding: 0;
    /* width: 25%; */
}
.section-footer .footer-row > .footer-about-us img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
}
.section-footer .footer-row > .footer-about-us p{
    margin: 40px 0 0 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #536174;
}
.section-footer .footer-row > .sitemap-nav-list{
    margin: 0 auto;
    padding: 0;
    /* width: 25%; */
    display: table;
}
.section-footer .footer-row > .sitemap-nav-list .div-align-center{
    margin: 0 auto;
    display: table;
}
.section-footer .footer-row > .sitemap-nav-list::after{
    display: table;
    clear: both;
    content: '';
}
.section-footer .footer-row > .sitemap-nav-list h1{
    margin: 0;
    padding: 0;
    color: #111638;
    font-family: 'DM Sans', sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 20px;
}
.section-footer .footer-row > .sitemap-nav-list ul{
    margin: 40px 0 0px 0;
    padding: 0;
}
.section-footer .footer-row > .sitemap-nav-list ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 46px;
}
.section-footer .footer-row > .sitemap-nav-list ul li a,
.section-footer .footer-row > .sitemap-nav-list ul li{
    margin: 0;
    padding: 0;
    color: #536174;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-decoration: none;
    transition: all 0.25s ease;
    outline: none;
    line-height: 46px;
}
.section-footer .footer-row > .sitemap-nav-list ul li a:hover{
    color: #31C7D5;
}
.section-footer .footer-row > .sitemap-nav-list ul li span{
    color: rgba(97, 97, 97, 0.70);
}
.section-footer .container-spriter-line{
    width: 100%;
    max-width: 100%;
    margin: 50px 0 0 0;
    padding: 0;
}
.section-footer .container-spriter-line .copyright-spriter-line{
    background: #CFE5E3;
    height: 1px;
    padding: 0px;
    margin: 0 80px;
}
.section-footer .container-copyright{
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.section-footer .container-copyright p{
    margin: 0;
    padding: 20px 0 20px 0;
    color: #536174;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}

/* Website Design Footer CSS End */


/* Our Services Page CSS Start */

.section-our-services{
    margin: 0;
    padding: 0;
}
.section-our-services::after{
    clear: both;
    content: '';
    display: table;
}
.section-our-services .we-provide-heading{
    margin: 50px 0 0 0;
    padding: 0;
}
.section-our-services .we-provide-heading h1{
    margin: 0;
    padding: 0;
    color: #111638;
    font-family: 'DM Sans', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    line-height: 40px;
}
.section-our-services .we-provide-heading p{
    margin: 15px 0 0 0;
    padding: 0;
    color: #536174;
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    line-height: 36px;
}
.section-our-services .mobile-hidden{
    display: block;
}
.section-our-services .desktop-hidden{
    display: none;
}
.section-our-services .desktop-hidden .accordion-item{
    margin: 0 0 10px 0;
}
.section-our-services .desktop-hidden .our-service-in-mobile{
    margin: 30px 0 0 0;
    padding: 0;
}
.section-our-services .desktop-hidden .our-service-in-mobile .accordion-header{
    margin: 0;
}
.section-our-services .desktop-hidden .our-service-in-mobile .accordion-header button{
    margin: 0 10px 0px 0px;
    padding: 0 0 0 15px;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #EFF8F7;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.03);
    outline: none;
    color: #111638;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    height: 50px;
    line-height: 50px;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-our-services .desktop-hidden .our-service-in-mobile .our-service-accordion{
    margin: 0;
    padding: 25px;
    background: #ffffff;
    border: 1px solid #EFF8F7;
    border-radius: 4px;
}
.section-our-services .desktop-hidden .our-service-in-mobile .our-service-accordion > .accordion-inner-container{
    margin: 0;
    padding: 0;
    text-align: center;
}
.section-our-services .desktop-hidden .our-service-in-mobile .our-service-accordion > .accordion-inner-container .accordion-inner-left{
    margin: 0;
    padding: 0;
    width: 100%;
}
.section-our-services .desktop-hidden .our-service-in-mobile .our-service-accordion > .accordion-inner-container .accordion-inner-left .accordion-inner-icon{
    margin: 0 auto;
    padding: 0;
    background: rgba(0, 0, 0, 0.02);
    box-shadow: 0px 12px 30px 0px rgba(6, 28, 61, 0.02);
    border-radius: 4px;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-our-services .desktop-hidden .our-service-in-mobile .our-service-accordion > .accordion-inner-container .accordion-inner-left .accordion-inner-icon i{
    margin: 0;
    padding: 0;
    font-size: 36px;
    color: #31C7D5;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-our-services .desktop-hidden .our-service-in-mobile .our-service-accordion > .accordion-inner-container .accordion-inner-right{
    margin: 0;
    padding: 0;
    width: 100%;
}
.section-our-services .desktop-hidden .our-service-in-mobile .our-service-accordion > .accordion-inner-container .accordion-inner-right h1{
    margin: 15px 0 0 0;
    padding: 0;
    color: #111638;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    line-height: 22px;
}
.section-our-services .desktop-hidden .our-service-in-mobile .our-service-accordion > .accordion-inner-container .accordion-inner-right p{
    margin: 5px 0 0 0;
    padding: 0 15px;
    color: #536174;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    line-height: 24px;
}
.section-our-services .desktop-hidden .our-service-in-mobile .our-service-accordion > .accordion-inner-container .accordion-inner-right a{
    margin: 20px 0 0 0;
    padding: 0;
    color: #31C7D5;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 24px;
    outline: none;
    display: inline-block;
}
.section-our-services .desktop-hidden .our-service-in-mobile .our-service-accordion > .accordion-inner-container .accordion-inner-right a i{
    margin: 2px 0 0 5px;
    padding: 0;
    font-size: 12px;
    float: right;
}









.section-our-services .services-thumbnail-container{
    margin: 70px -10px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    /* column-gap: 20px; */
}
.section-our-services .services-thumbnail-container > .services-thumbnail-left,
.section-our-services .services-thumbnail-container > .services-thumbnail-right{
    margin: 0 10px;
    padding: 0;
    box-sizing: border-box;
    width: calc(50% - 40px);
    /* width: 50%;
    float: left; */
}
.section-our-services .services-thumbnail-container > .services-thumbnail-left .accordion-header{
    margin: 0 0px 10px;
    padding: 0;
    display: flex;
    /* column-gap: 10px; */
}
.section-our-services .services-thumbnail-container > .services-thumbnail-left .accordion-header button{
    margin: 0 10px 0px 0px;
    padding: 0 0 0 24px;
    /* background: #FFF; */
    background: transparent;
    border-radius: 4px;
    border: 1px solid #EFF8F7;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.03);
    outline: none;
    color: #111638;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    height: 64px;
    line-height: 64px;
    /* width: 100%; */
    display: block;
    position: relative;
    box-sizing: border-box;
    width: calc(50% - 0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-our-services .services-thumbnail-container > .services-thumbnail-left .accordion-button:before{
    font-family: 'fontello';
    font-size: 14px;
    content: '\e801';
    color: #111638;
    position: absolute;
    right: 24px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-our-services .services-thumbnail-container > .services-thumbnail-left .accordion-header button:hover{
    background: linear-gradient(135deg, #31C7D5 0%, #7ED9BE 100%);
    border: 1px solid #31C7D5;
    color: #ffffff;
}
.accordion-button:not(.collapsed){
    background: linear-gradient(135deg, #31C7D5 0%, #7ED9BE 100%) !important;
    border: 1px solid #31C7D5 !important;
    color: #ffffff !important;
}
.accordion-button:not(.collapsed):before{
    color: #ffffff !important;
}
.section-our-services .services-thumbnail-container > .services-thumbnail-left .accordion-header button:hover:before{
    color: #ffffff;
}
.section-our-services .services-thumbnail-container > .services-thumbnail-right{
    width: 50%;
}
.section-our-services .accordion-body{
    margin: 0;
    padding: 48px 48px;
    border-radius: 4px;
    border: 1px solid #EFF8F7;
    /* background: #FFF; */
    background: transparent;
    box-shadow: 0px 12px 30px 0px rgba(6, 28, 61, 0.02);
    display: flex;
    column-gap: 30px;
    height: 360px;
}
.section-our-services .accordion-body .inner-services-left{
    margin: 0;
    padding: 0;
}
.section-our-services .accordion-body .inner-services-left .services-icons{
    margin: 0 auto;
    padding: 0;
    background: rgba(0, 0, 0, 0.02);
    box-shadow: 0px 12px 30px 0px rgba(6, 28, 61, 0.02);
    border-radius: 4px;
    height: 90px;
    width: 90px;
    text-align: center;
    line-height: 90px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-our-services .accordion-body .inner-services-left .services-icons i{
    margin: 0;
    padding: 0;
    font-size: 50px;
    color: #31C7D5;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-our-services .accordion-body .inner-services-left .services-icons i.icon-youtube,
.section-our-services .accordion-body .inner-services-left .services-icons i.icon-media-and-production{
    font-size: 40px;
    position: relative;
    left: -5px;
}
.section-our-services .accordion-body .inner-services-right{
    margin: 0;
    padding: 0;
}
.section-our-services .accordion-body .inner-services-right h1{
    margin: 0;
    padding: 0;
    color: #111638;
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    text-align: left;
    line-height: 32px;
}
.section-our-services .accordion-body .inner-services-right p{
    margin: 10px 0 0 0;
    padding: 0;
    color: #536174;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    text-align: left;
    line-height: 26px;
}
.section-our-services .accordion-body .inner-services-right a{
    margin: 40px 0 0 0;
    padding: 0;
    color: #31C7D5;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    /* font-weight: 500; */
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 24px;
    outline: none;
    display: inline-block;
}
.section-our-services .accordion-body .inner-services-right a i{
    margin: 0 0 0 5px;
    padding: 0;
    font-size: 14px;
    text-align: right;
}
.section-our-services .accordion-body:hover .inner-services-left .services-icons{
    background: linear-gradient(135deg, #31C7D5 0%, #7ED9BE 100%);
}
.section-our-services .accordion-body:hover .inner-services-left .services-icons i{
    color: #ffffff;
}


/* Our Services Page CSS End */


/* The Gulfway Advantage Page CSS Start */

.section-the-gulfway-advantage{
    margin: 0;
    padding: 0;
}
.section-the-gulfway-advantage::after,
.section-the-gulfway-advantage .gulfway-advantage-heading::after{
    clear: both;
    content: '';
    display: table;
}
.section-the-gulfway-advantage .gulfway-advantage-heading{
    margin: 70px 0 0px 0;
    padding: 0;
}
.section-the-gulfway-advantage .gulfway-advantage-heading h1{
    margin: 0;
    padding: 0;
    color: #111638;
    font-family: 'DM Sans', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    line-height: 50px;
}
.section-the-gulfway-advantage .gulfway-advantage-heading p{
    margin: 15px 0 0 0;
    padding: 0;
    color: #536174;
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    line-height: 36px;
}
.section-the-gulfway-advantage .gulfway-advantage-container{
    margin: 40px -15px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    /* column-gap: 40px; */
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb{
    margin: 0 15px 30px;
    padding: 50px;
    border-radius: 4px;
    border: 1px solid #EFF8F7;
    /* background: #FFF; */
    background: transparent;
    box-shadow: 0px 12px 50px 0px rgba(6, 28, 61, 0.03);
    width: calc(33.33333333333333% - 30px);
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb .gulf-services-icon{
    margin: 0 auto;
    padding: 0;
    background: rgba(0, 0, 0, 0.02);
    box-shadow: 0px 12px 30px 0px rgba(6, 28, 61, 0.02);
    border-radius: 4px;
    height: 90px;
    width: 90px;
    text-align: center;
    line-height: 90px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb .gulf-services-icon i{
    margin: 0;
    padding: 0;
    font-size: 46px;
    color: #31C7D5;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb .gulf-services-icon i.icon-devops{
    font-size: 44px;
    position: relative;
    left: -10px;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb:hover .gulf-services-icon{
    background: linear-gradient(135deg, #31C7D5 0%, #7ED9BE 100%);
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb:hover .gulf-services-icon i{
    color: #ffffff;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb h3{
    margin: 30px 0 0 0;
    padding: 0;
    color: #111638;
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    line-height: 28px;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb p{
    margin: 15px 0 0 0;
    padding: 0;
    color: #536174;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
    max-width: 32ch;
    flex-grow: 1;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb a{
    margin: 40px 0 0 0;
    padding: 0;
    color: #31C7D5;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    /* font-weight: 500; */
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 24px;
    outline: none;
    display: inline-block;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb a i{
    margin: 0 0 0 5px;
    padding: 0;
    font-size: 14px;
    text-align: right;
}

/* The Gulfway Advantage Page CSS End */


/* Tools and Technologies Page CSS Start */

.section-tools-and-technologies{
    margin: 0;
    padding: 0;
}
.section-tools-and-technologies .tools-and-technologies-head{
    margin: 70px 0 40px 0;
    padding: 0;
}
.section-tools-and-technologies .tools-and-technologies-head h2{
    margin: 0;
    padding: 0;
    color: #111638;
    font-family: 'DM Sans', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    line-height: 50px;
}
.section-tools-and-technologies .tools-and-technologies-head p{
    margin: 15px 0 0 0;
    padding: 0;
    color: #536174;
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    line-height: 36px;
}
.section-tools-and-technologies .tools-and-technologies-container{
    margin: 0;
    padding: 0;
}
.section-tools-and-technologies .tools-and-technologies-container .tools-row {
    margin: 0 -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    /* column-gap: 20px; */
}
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-left{
    margin: 0 10px;
    padding: 0;
    box-sizing: border-box;
    width: calc(25% - 20px);
}
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-left button:nth-child(3){
    margin-bottom: 0;
}
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-left button{
    margin: 0 0 20px 0;
    padding: 0 0 0 24px;
    /* background: #FFF; */
    background: transparent;
    border-radius: 4px;
    border: 1px solid #EFF8F7;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.03);
    outline: none;
    color: #111638;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    height: 64px;
    line-height: 64px;
    width: 100%;
    display: block;
    position: relative;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-left button:hover,
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-left button.active{
    background: linear-gradient(135deg, #31C7D5 0%, #7ED9BE 100%);
    color: #ffffff;
    border: 1px solid #31C7D5;
}
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-left button:before{
    font-family: 'fontello';
    font-size: 14px;
    content: '\e801';
    color: #111638;
    position: absolute;
    right: 24px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-left button:hover:before,
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-left button.active:before{
    color: #ffffff;
}
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right{
    margin: 0 10px;
    padding: 0;
    width: calc(75% - 20px);
    box-sizing: border-box;
    border: 1px solid #EFF8F7;
    border-bottom: 1px solid transparent;
    box-shadow: 0px 12px 30px 0px rgba(6, 28, 61, 0.02);
}
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right .tools-technologies-logo{
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    column-gap: 0;
}
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right .tools-technologies-logo .inner-logo-tech{
    margin: 0 auto;
    /* padding: 22px; */
    padding: 0px;
    border: 1px solid #EFF8F7;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    border-top: none;
}
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right .tools-technologies-logo .inner-logo-tech img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: 114px;
}
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right .tools-technologies-logo .inner-logo-tech:nth-child(1),
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right .tools-technologies-logo .inner-logo-tech:nth-child(2),
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right .tools-technologies-logo .inner-logo-tech:nth-child(3),
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right .tools-technologies-logo .inner-logo-tech:nth-child(4),
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right .tools-technologies-logo .inner-logo-tech:nth-child(5),
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right .tools-technologies-logo .inner-logo-tech:nth-child(6),
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right .tools-technologies-logo .inner-logo-tech:nth-child(7),
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right .tools-technologies-logo .inner-logo-tech:nth-child(8),
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right .tools-technologies-logo .inner-logo-tech:nth-child(9),
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right .tools-technologies-logo .inner-logo-tech:nth-child(10){
    border-left: none;
}
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right .tools-technologies-logo .inner-logo-tech:nth-child(5),
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right .tools-technologies-logo .inner-logo-tech:nth-child(10){
    border-right: none;
}

/* Tools and Technologies Page CSS End */


/* Our Portfolio Page CSS Start */

.section-our-portfolio{
    margin: 0;
    padding: 0;
}
.section-our-portfolio .our-portfolio-heading{ 
    margin: 30px 0 0 0;
    padding: 0;
}
.section-our-portfolio .our-portfolio-heading p{ 
    margin: 0px;
    padding: 0;
    color: #536174;
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    line-height: 36px;
}
.section-our-portfolio .our-portfolio-container{
	margin: 40px 0 0 0; 
    padding: 0;
}
.section-our-portfolio .our-portfolio-container > .show-all-container{
    margin: 0 -20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    /* column-gap: 20px; */
}
.section-our-portfolio .our-portfolio-container > .show-all-container .our-portfolio-left{
    margin: 0 20px;
    padding: 0;
    float: left;
    box-sizing: border-box;
    width: calc(85% - 40px);
}
.section-our-portfolio .our-portfolio-container > .show-all-container .our-portfolio-left .inner-list{
    margin: 16px 0 0 0;
    padding: 0;
}
.section-our-portfolio .our-portfolio-container > .show-all-container .our-portfolio-left .inner-list ul{
    margin: 0;
    padding: 0;
}
.section-our-portfolio .our-portfolio-container > .show-all-container .our-portfolio-left .inner-list ul li{
    margin: 0 40px 0 0px;
    padding: 0;
    list-style: none;
    float: left;
    color: #111638;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    text-align: left;
    outline: none;
    border: none;
    line-height: 24px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.section-our-portfolio .our-portfolio-container > .show-all-container .our-portfolio-left .inner-list ul li.active,
.section-our-portfolio .our-portfolio-container > .show-all-container .our-portfolio-left .inner-list ul li:hover{
    color: #31C7D5;
}
.section-our-portfolio .our-portfolio-container > .show-all-container .our-portfolio-left .inner-list ul li:last-child{
    margin: 0 0px 0 0px;
}
.section-our-portfolio .our-portfolio-container > .show-all-container .our-portfolio-right{
    margin: 0 20px;
    padding: 0;
    width: calc(15% - 40px);
    box-sizing: border-box;
    text-align: right;
}
.section-our-portfolio .our-portfolio-container > .show-all-container .our-portfolio-right a{
    margin: 0px;
    padding: 15px 30px;
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.10);
    transition: color 0.5s;
    background: linear-gradient(135deg, #31C7D5 0%, #7ED9BE 100%);
    border: none;
    border-radius: 50px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
    outline: none;
    color: #ffffff;
    cursor: pointer;
    line-height: 54px;
}
.section-our-portfolio .our-portfolio-container > .filter-content-thumb{
    margin: 40px 0 0 0;
    padding: 0;
}
.portolio-columns{
    margin: 0 -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.portolio-columns .columns-25{
    margin: 0 10px;
    padding: 0;
    width: calc(33.33333333333333% - 20px);
    box-sizing: border-box;
}
.section-our-portfolio .our-portfolio-container > .filter-content-thumb .row{
    margin: 0;
    padding: 0;
}
.section-our-portfolio .our-portfolio-container .portfolio-main{
    margin: 0 0px;
    padding: 0;
}
.section-our-portfolio .our-portfolio-container .box{
    background: rgba(0, 0, 0, 0.60);
    font-family: 'DM Sans', sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    width: 100%;
    margin: 0 0px 20px;
    animation-duration: .3s;
    animation-name: fadeAndScale;
    animation-timing-function: cubic-bezier(.71,.55,.62,1.57);
}
.section-our-portfolio .our-portfolio-container .box .image-container{
    overflow: hidden;
    width: 100%;
    height: 368px;
    min-height: 368px;
    width: 100%;
}
.section-our-portfolio .our-portfolio-container .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s ease 0s;
    border-radius: 4px;
}
.section-our-portfolio .our-portfolio-container .box:hover img{
    opacity: 1;
    /* transform: scale(1.5);
    transform-origin: left center; */
}
.section-our-portfolio .our-portfolio-container .box .box-content{
    opacity: 1;
    background: rgba(0, 0, 0, 0.60);
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    /* transition: all 0.3s ease 0s; */
    height: 100%;
    width: 100%;
    visibility: hidden;
}
.section-our-portfolio .our-portfolio-container .box .box-content > .box-content-heading{ 
    position: absolute;
    left: 40px;
    bottom: 40px;
}
.section-our-portfolio .our-portfolio-container .box:hover .box-content{ 
    opacity: 1;
    visibility: visible; 
}
.section-our-portfolio .our-portfolio-container .box .box-content h1,
.section-our-portfolio .our-portfolio-container .box .box-content h2{
    margin: 0;
    padding: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    color: #ffffff;
    line-height: 32px;
}
.section-our-portfolio .our-portfolio-container .box .box-content h2{
    font-size: 16px;
    font-weight: 400;
}
.section-our-portfolio .our-portfolio-container .box .box-content a{
    margin: 20px 0 0 0;
    padding: 0;
    color: #FFF;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    /* font-weight: 500; */
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    line-height: 24px;
    outline: none;
    border: none;
    float: left;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.section-our-portfolio .our-portfolio-container .box .box-content a i{
    font-size: 14px;
    margin: 0 0 0 6px;
}

@media only screen and (max-width:990px){
.section-our-portfolio .our-portfolio-container .box{ 
    margin: 0 0 30px;
}
}

/* Our Portfolio Page CSS End */


/* What our client says about our services Page CSS Start */

.section-what-our-client{
    margin: 0;
    padding: 0;
}
.section-what-our-client::after{
    clear: both;
    content: '';
    display: table;
}
.section-what-our-client .what-our-client{
    margin: 100px -20px 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.section-what-our-client .what-our-client > .what-our-client-left{
    margin: 0 20px;
    padding: 0;
    width: calc(60% - 40px);
    box-sizing: border-box;
}
.section-what-our-client .what-our-client > .what-our-client-left h1{
    margin: 0;
    padding: 0;
    color: #111638;
    font-family: 'DM Sans', sans-serif;
    font-size: 48px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    line-height: 54px;
}
.section-what-our-client .what-our-client > .what-our-client-left p{
    margin: 15px 0 0 0;
    padding: 0;
    color: #536174;
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    line-height: 32px;
}
.section-what-our-client .what-our-client > .what-our-client-right{
    margin: 0 20px;
    padding: 0;
    width: calc(40% - 40px);
    border-radius: 4px;
    border: 15px solid #EAF9F7;
    background: transparent;
    /* background: #FFF; */
}
.section-what-our-client .what-our-client > .what-our-client-right .owl-carousel{
    position: static;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial{
    padding: 0;
    padding-left: 0px;
    margin: 25px 25px 60px;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial:before,
.section-what-our-client .what-our-client > .what-our-client-right .testimonial:after{
    content: "";
    display: block;
    clear: both;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content{
    /* display: inline-block; */
    width: 100%;
    padding-top: 0px;
}
.section-what-our-client .what-our-client > .what-our-client-right .owl-theme .owl-controls .owl-buttons div{
    display: block;
    padding: 0;
    margin: 0 16px 0px 0px;
    opacity: 1;
    position: relative;
    background: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-what-our-client .what-our-client > .what-our-client-right .owl-prev i,
.section-what-our-client .what-our-client > .what-our-client-right .owl-next i{
    font-family: 'fontello';
    font-size: 18px;
    color: #31C7D5;
    text-align: center;
    padding-right: 8px;
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 6px;
    background: #EAF9F7;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-what-our-client .what-our-client > .what-our-client-right .owl-prev{
    transform: rotate(-180deg);
}
.section-what-our-client .what-our-client > .what-our-client-right .owl-theme .owl-controls .owl-prev:hover i,
.section-what-our-client .what-our-client > .what-our-client-right .owl-theme .owl-controls .owl-next:hover i{
    background: linear-gradient(135deg, #31C7D5 0%, #7ED9BE 100%);
    color: #ffffff;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content{
    width: 100%;
}
.section-what-our-client .what-our-client > .what-our-client-right .owl-theme .owl-controls,
.section-what-our-client .what-our-client > .what-our-client-right .owl-prev:before,
.section-what-our-client .what-our-client > .what-our-client-right .owl-next:before{
    position: static;
}
.section-what-our-client .what-our-client > .what-our-client-right .owl-theme .owl-controls .owl-buttons div{
    display: inline-block;
    margin-bottom: 0;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .rating-star-list{
    margin: 0;
    padding: 0;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .rating-star-list ul{
    margin: 0;
    padding: 0;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .rating-star-list ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .rating-star-list ul li i{
    margin: 0;
    padding: 0;
    color: #31C7D5;
    font-size: 24px;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .client-paragraph{
    margin: 12px 0 0 0;
    padding: 0;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .client-paragraph p{
    margin: 0;
    padding: 0;
    color: #536174;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-decoration: none;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .client-paragraph p:after{
    content: '';
    height: 52px;
    width: 70px;
    clear: both;
    background: url(../images/qoute-icon.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 25px;
    bottom: 25px;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .image-container{
    margin: 20px 0 0 0;
    padding: 0;
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 12px;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .image-container .image-content-left{
    margin: 0;
    padding: 0;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .image-container .image-content-left img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .image-container .image-content-right{
    margin: 0;
    padding: 0;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .image-container .image-content-right h3,
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .image-container .image-content-right p{
    margin: 0;
    padding: 0;
    color: #111638;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .image-container .image-content-right p{
    color: #536174;
    font-size: 14px;
    position: relative;
}
.section-what-our-client .what-our-client > .what-our-client-right .owl-pagination{
    position: absolute;
    transform: translate(15px, -40px);
}
.section-what-our-client .what-our-client > .what-our-client-right .owl-pagination .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 0px 0px 0 10px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #DDF7F3;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-what-our-client .what-our-client > .what-our-client-right .owl-pagination .owl-page.active span{
    width: 32px;
    background: linear-gradient(135deg, #31C7D5 0%, #7ED9BE 100%);
}
.section-what-our-client .what-our-client > .what-our-client-right .owl-buttons{
    position: absolute;
    left: 20px;
    bottom: 0;
}

/* What our client says about our services Page CSS Ends */


/* Next Pages + Web Development Page CSS Start */

.section-all-next-pages{
    margin: 0;
    padding: 70px 0 0 0;
}
.section-all-next-pages .all-next-pages-container{
    margin: 0;
    padding: 0 80px;
    width: 100%;
}
.section-all-next-pages .all-next-pages-container::after,
.section-all-next-pages .all-next-pages-container .next-page-breadcrumb::after{
    display: inline-block;
    clear: both;
    content: '';
}
.section-all-next-pages .all-next-pages-container h1{
    margin: 0;
    padding: 0;
    color: #FFF;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
    font-family: 'Teko', sans-serif;
    font-size: 90px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    line-height: 100px;
}
.section-all-next-pages .all-next-pages-container .next-page-breadcrumb{
    margin: 10px auto 0 auto;
    padding: 0;
    text-align: center;
}
.section-all-next-pages .all-next-pages-container .next-page-breadcrumb ul{
    margin: 0;
    padding: 0;
}
.section-all-next-pages .all-next-pages-container .next-page-breadcrumb ul li{
    margin: 0 0 0 8px;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.section-all-next-pages .all-next-pages-container .next-page-breadcrumb ul li a{
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    outline: none;
    color: #ffffff;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-all-next-pages .all-next-pages-container .next-page-breadcrumb ul li a.active{
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.10);
}
.section-all-next-pages .all-next-pages-container .next-page-breadcrumb ul li:after{
    content: '/';
    font-size: 20px;
    text-align: left;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    margin: 0 0px 0 12px;
}
.section-all-next-pages .all-next-pages-container .next-page-breadcrumb ul li:last-child:after{
    display: none;
}
.section-body-content{
    margin: 0;
    padding: 0 80px;
}
.section-body-content .section-body-row{
    margin: 0 -20px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.section-body-content .section-body-row .section-accordion-left{
    margin: 0 20px;
    padding: 0;
    box-sizing: border-box;
    width: calc(30% - 40px);
} 
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list{
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #D9ECEB;
    overflow: hidden;
    border-radius: 16px;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul{
    margin: 0;
    padding: 0;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li a{
    margin: 0;
    padding: 16px 24px;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    outline: none;
    color: #111638;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    line-height: 30px;
    display: block;
    border-bottom: 1px solid #D9ECEB;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li:last-child a{
    border-bottom: none;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li a i{
    background-color: #F6FBFC;
    filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.02));
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: #31C7D5;
    display: inline-block;
    font-size: 32px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li a i.content-marketing{
    font-size: 28px;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li a i.icon-youtube:before{
    font-size: 26px;
    position: relative;
    right: 4px;
    top: -2px;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li a i.icon-media-and-production{
    font-size: 24px;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li a span{
    padding-left: 15px;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li:hover a{
    background: linear-gradient(135deg, #31C7D5 0%, #7ED9BE 100%);
    color: #ffffff;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li:hover a i{
    color: #31C7D5;
    background: #ffffff;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li.active a{
    background: linear-gradient(135deg, #31C7D5 0%, #7ED9BE 100%);
    color: #ffffff;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li.active a i{
    color: #31C7D5;
    background: #ffffff;
}
.section-body-content .section-body-row .section-accordion-right{
    margin: 0 20px;
    padding: 0;
    box-sizing: border-box;
    width: calc(70% - 40px);
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content{
    margin: 0;
    padding: 50px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.02);
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb{
    margin: 0;
    padding: 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb .image-size-container{
    margin: 40px 0;
    padding: 0;
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
    height: 300px;
    min-height: 300px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb .image-size-container.imagemt{
    margin-top: 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb .image-size-container img{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb h1{
    margin: 0;
    padding: 0;
    color: #111638;
    font-family: 'Teko', sans-serif;
    font-size: 64px;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    line-height: 70px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb p{
    font-family: 'DM Sans', sans-serif;
    color: #536174;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin: 15px 0 0 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb img{
    margin: 40px 0 0 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 16px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services{
    margin: 40px 0 0 0;
    padding: 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services p{
    margin: 0;
    padding: 0;
    color: #536174;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    line-height: 32px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .service-development-image{
    margin: 40px 0px;
    padding: 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services.remove-space{
    margin: 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .service-development-image.remove-space-bottom{
    margin: 0 0 20px 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .service-development-image .image-row{
    margin: 0px -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .service-development-image .ImageContainer-Size{
    margin: 0 10px;
    padding: 0;
    border-radius: 16px;
    width: calc(33.33333333333333% - 20px);
    box-sizing: border-box;
    overflow: hidden;
    height: 300px;
    min-height: 300px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .service-development-image .ImageContainer-Size img{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .development-service-list{
    margin: 40px 0 0 0;
    padding: 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .development-service-list h4{
    margin: 0;
    padding: 0;
    color: #536174;
    font-family: 'DM Sans', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    text-decoration: none;

}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .development-service-list ul{
    margin: 10px 0 0 0;
    padding: 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .development-service-list ul li{
    margin: 0 0 0 20px;
    padding: 0;
    list-style: disc;
    color: #536174;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    text-decoration: none;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb.app-development{
    margin: 0;
    padding: 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb.app-development img{
    margin: 0 0 40px 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services.app-service-develop p{
    margin: 40px 0 0 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb.ui-ux-image img{
    margin: 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb.ui-ux-services{
    margin: 40px 0 0 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services.digital-marketing-image,
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .service-development-image.digital-marketing-image{
    margin: 0 -10px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services.digital-marketing-image p{
    margin: 40px 0 0 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb.digital-marketing-thumb img{
    margin: 40px 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services.section-seo{
    margin: 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb.section-seo-btm{
    margin: 40px 0 0 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .youtube-management-container{
    margin: 0 -10px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    /* column-gap: 25px; */
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .youtube-management-container .youtube-management-left{
    margin: 0 10px;
    padding: 0;
    box-sizing: border-box;
    width: calc(50% - 20px);
}
.section-body-content .section-body-row .section-accordion-right .imageSize-Container{
    overflow: hidden;
    height: 500px;
    border-radius: 16px;
    margin: 0 10px;
    padding: 0;
}
.section-body-content .section-body-row .section-accordion-right .imageSize-Container.imageheight{
    height: 200px;
}
.section-body-content .section-body-row .section-accordion-right .imageSize-Container img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .youtube-management-container .youtube-management-left img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: 584px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .youtube-management-container .youtube-management-right{
    margin: 0 10px;
    padding: 0;
    box-sizing: border-box;
    width: calc(50% - 20px);
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .youtube-management-container .youtube-management-right .image-display{
    margin: 0 -10px 20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    /* column-gap: 25px; */
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .youtube-management-container .youtube-management-right .image-display img{
    margin: 0 10px;
    padding: 0;
    max-width: 100%;
    height: auto;
    width: calc(50% - 20px);
    box-sizing: border-box;
    object-fit: cover;
    border-radius: 16px;
    height: 200px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb.youtube-management-service{
    margin: 25px 0 0 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb.branding-service{
    margin: 0px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .youtube-management-container.branding-thumb{
    margin: 40px 0 0 0;
}

/* Next Pages + Web Development Page CSS End */


/* Our Services + Engineering Excellence Page CSS Start */

.section-engineering-excellence{
    margin: 0;
    padding: 0;
}
.section-engineering-excellence .engineering-excellence-container{
    margin: 0;
    padding: 0 80px;
    width: 100%;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row{
    margin: 0 -15px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; */
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row.operational-efficiency-background{
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.02);
    padding: 50px 40px 20px 40px;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content{
    margin: 0 15px 30px;
    padding: 30px;
    width: calc(50% - 30px);
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid #D9ECEB;
    background: rgba(0, 0, 0, 0.02);
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.03);
    /* width: calc(1/2*100% - (1 - 1/2)*30px); */
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content .engineering-excellence-image{
    margin: 0;
    padding: 0;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content .engineering-excellence-image img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content .engineering-excellence-head{
    margin: 0;
    padding: 25px 0 25px 0;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content .engineering-excellence-head h1,
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content .engineering-excellence-head p{
    margin: 0;
    padding: 0;
    color: #111638;
    font-family: 'DM Sans', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content .engineering-excellence-head p{
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    color: #536174;
    padding-top: 12px;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content:hover{
    background: linear-gradient(135deg, #31C7D5 0%, #7ED9BE 100%);
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content:hover .engineering-excellence-head h1,
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content:hover .engineering-excellence-head p{
    color: #ffffff;
}

/* Our Services + Engineering Excellence Page CSS End */


/* Our Services + Agile Development Page CSS Start */

.section-agile-development{
    margin: 0;
    padding: 0 80px;
}
.section-agile-development .agile-development-container{
    margin: 0 0 30px 0;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #D9ECEB;
    background: rgba(0, 0, 0, 0.02);
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.03);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-agile-development .agile-development-container .agile-development-row{
    margin: 0 -15px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: row;
    justify-content: space-between; 
    width: calc(100% - 0px);*/
}
.section-agile-development .agile-development-container .agile-development-row > .agile-development-left{
    margin: 0 15px;
    padding: 0;
    width: calc(32% - 30px);
    box-sizing: border-box;
}
.section-agile-development .agile-development-container .agile-development-row > .agile-development-left img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
}
.section-agile-development .agile-development-container .agile-development-row > .agile-development-right{
    margin: 0 15px;
    padding: 0px 10px;
    width: calc(68% - 30px);
    box-sizing: border-box;
}
.section-agile-development .agile-development-container .agile-development-row > .agile-development-right h1,
.section-agile-development .agile-development-container .agile-development-row > .agile-development-right p{
    margin: 0;
    padding: 0;
    color: #111638;
    font-family: 'DM Sans', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-agile-development .agile-development-container .agile-development-row > .agile-development-right p{
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    color: #536174;
    padding-top: 12px;
}
.section-agile-development .agile-development-container:hover{
    background: linear-gradient(135deg, #31C7D5 0%, #7ED9BE 100%);
}
.section-agile-development .agile-development-container:hover .agile-development-row > .agile-development-right h1,
.section-agile-development .agile-development-container:hover .agile-development-row > .agile-development-right p{
    color: #ffffff;
}

/* Our Services + Agile Development Page CSS End */


/* Our Services + Future Ready Products Page CSS Start */

.section-future-ready-products{
    margin: 0;
    padding: 0;
}
.section-future-ready-products .future-ready-products-container{
    margin: 0;
    padding: 0 80px;
    width: 100%;
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row{
    margin: 0 -20px 70px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    /* column-gap: 40px; */
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-left{
    margin: 0 20px;
    padding: 0;
    width: calc(40% - 40px);
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-left img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.03);
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-right{
    margin: 0 20px;
    padding: 0;
    width: calc(60% - 40px);
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-right h1,
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-right p{
    margin: 0;
    padding: 0;
    color: #111638;
    font-family: 'DM Sans', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-right p{
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    color: #536174;
    padding-top: 12px;
}

/* Our Services + Future Ready Products Page CSS End */


/* Our Services + Customer Experience Page CSS Start */

.section-customer-experience{
    margin: 0;
    padding: 0;
}
.section-customer-experience .customer-experience-container{
    margin: 0;
    padding: 0 80px;
    width: 100%;
}
.section-customer-experience .customer-experience-container .customer-experience-row{
    margin: 0;
    padding: 50px 50px 20px 50px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.02);
}
.section-customer-experience .customer-experience-container .customer-experience-row > .customer-experience-content{
    margin: 0 0 30px 0;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #D9ECEB;
    background: rgba(0, 0, 0, 0.02);
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.03);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-customer-experience .customer-experience-container .customer-experience-row > .customer-experience-content img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.section-customer-experience .customer-experience-container .customer-experience-row > .customer-experience-content h1,
.section-customer-experience .customer-experience-container .customer-experience-row > .customer-experience-content p{
    margin: 0;
    padding: 30px 0 0 0;
    color: #111638;
    font-family: 'DM Sans', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-customer-experience .customer-experience-container .customer-experience-row > .customer-experience-content p{
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    color: #536174;
    padding-top: 15px;
    padding-bottom: 20px;
}
.section-customer-experience .customer-experience-container .customer-experience-row > .customer-experience-content:hover{
    background: linear-gradient(135deg, #31C7D5 0%, #7ED9BE 100%);
}
.section-customer-experience .customer-experience-container .customer-experience-row > .customer-experience-content:hover p,
.section-customer-experience .customer-experience-container .customer-experience-row > .customer-experience-content:hover h1{
    color: #ffffff;
}

/* Our Services + Customer Experience Page CSS End */


/* Our Portfolio + Web Development Page CSS Start */

.section-project-detail{
    margin: 0;
    padding: 0;
}
.section-project-detail .project-detail-container{
    margin: 0;
    padding: 0 80px;
    width: 100%;
}
.section-project-detail .project-detail-container .project-detail-row{
    margin: 0 -20px;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
    /* column-gap: 45px; */
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left{
    margin: 0 20px;
    padding: 0px;
    width: calc(30% - 40px);
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .detail-background{
    margin: 0;
    padding: 50px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.02);
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .project-detail-list{
    margin: 0;
    padding: 0;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .project-detail-list h4{
    margin: 0 0 20px 0;
    padding: 0;
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    line-height: 36px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .project-detail-list ul{
    margin: 0;
    padding: 0;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .project-detail-list ul li,
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .project-detail-list ul li a{
    margin: 0;
    padding: 0;
    list-style: none;
    color: #111638;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    line-height: 46px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .project-detail-list ul li span,
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .project-detail-list ul li span a{
    color: #536174;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .social-share-now{
    margin: 70px 0 0 0;
    padding: 0;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .social-share-now::after{
    display: block;
    content: '';
    clear: both;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .social-share-now h5{
    margin: 0 0 20px 0;
    padding: 0;
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    line-height: 36px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .social-share-now ul{
    margin: 0;
    padding: 0;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .social-share-now ul li{
    margin: 0 10px 0 0px;
    padding: 0;
    list-style: none;
    float: left;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .social-share-now ul li a{
    margin: 0;
    padding: 0;
    background: #DDF7F3;
    border-radius: 50%;
    border: none;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.02));
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    text-decoration: none;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .social-share-now ul li a i{
    font-size: 20px;
    color: #31C7D5;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .social-share-now ul li a:hover{
    background: linear-gradient(135deg, #31C7D5 0%, #7ED9BE 100%);
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .social-share-now ul li a:hover i{
    color: #ffffff;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-right{
    margin: 0 20px;
    padding: 50px;
    width: calc(70% - 40px);
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.02);
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-right .project-detail-head{
    margin: 0;
    padding: 0;
} 
.section-project-detail .project-detail-container .project-detail-row > .project-detail-right .project-detail-head img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-right .project-detail-head h1{
    margin: 0 0 25px 0;
    padding: 0;
    color: #111638;
    font-family: 'Teko', sans-serif;
    font-size: 64px;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    line-height: 70px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-right .project-detail-head p{
    font-family: 'DM Sans', sans-serif;
    color: #536174;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin: 25px 0 0 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
}
.section-project-detail .project-detail-container .image-container-project{
    overflow: hidden;
    height: 300px;
    min-height: 300px;
    width: 100%;
    border-radius: 16px;
    margin: 0;
    padding: 0;
}
.section-project-detail .project-detail-container .image-container-project img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 16px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-right .project-detail-image{
    margin: 40px 0 0 0;
    padding: 0;
    display: flex;
    column-gap: 20px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-right .project-detail-image img{
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.section-contact-us-form{
    margin: 50px 0 0 0;
    padding: 50px;
    /* background-color: #ffffff; */
    background-color: transparent;
    border: 1px solid #D9ECEB;
    border-radius: 10px;
    box-shadow: 0px 5px 12px 0px rgba(8, 15, 52, 0.03);
}
.section-contact-us-form #msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}
.section-contact-us-form #msform fieldset {
    /* background: white; */
    background: transparent;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}
.section-contact-us-form .form-card {
    text-align: left;
}
.section-contact-us-form #msform fieldset:not(:first-of-type) {
    display: none;
}
.section-contact-us-form #msform input,
.section-contact-us-form #msform textarea,
.section-contact-us-form #msform select {
    margin: 0;
    padding: 0 25px;
    /* background-color: #ffffff; */
    background-color: transparent;
    border: 1px solid #D9ECEB;
    border-radius: 0;
    outline: none;
    color: #536174;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: lighter;
    text-transform: capitalize;
    text-align: left;
    text-decoration: none;
    width: 100%;
    height: 64px;
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px rgba(19, 18, 66, 0.02);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.section-contact-us-form #msform input::placeholder,
.section-contact-us-form #msform textarea::placeholder {
    color: rgb(206, 206, 207);
}
.section-contact-us-form #msform input:-ms-input-placeholder,
.section-contact-us-form #msform textarea:-ms-input-placeholder {
    color: rgb(206, 206, 207);
}
.section-contact-us-form #msform input::-ms-input-placeholder,
.section-contact-us-form #msform textarea::-ms-input-placeholder {
    color: rgb(206, 206, 207);
}
.section-contact-us-form #msform select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/select-input-arrow.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center right 25px;
    color: #536174;
}
.section-contact-us-form #msform input:focus,
.section-contact-us-form #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #31C7D5;
    outline-width: 0;
}
.section-contact-us-form #msform select option{
    color: rgb(206, 206, 207);
}
.section-contact-us-form #msform .action-button {
    /* width: 150px; */
    width: 210px;
    height: 64px;
    background: linear-gradient(135deg, #31C7D5 0%, #7ED9BE 100%);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 50px;
    cursor: pointer;
    padding: 0;
    text-align: center;
    margin: 30px 0 0 0;
    float: right;
    font-family: 'DM Sans', sans-serif;
}
.section-contact-us-form #msform .action-button:hover,
.section-contact-us-form #msform .action-button:focus {
    background-color: #31C7D5;
}
.section-contact-us-form #msform .action-button-previous {
    /* width: 150px; */
    width: 210px;
    height: 64px;
    background: #D9ECEB;
    font-weight: bold;
    color: #536174;
    border: 0 none;
    border-radius: 50px;
    cursor: pointer;
    padding: 0;
    text-align: center;
    margin: 30px 0 0 0;
    float: left;
    font-family: 'DM Sans', sans-serif;
}
.section-contact-us-form #msform .action-button-previous:hover,
.section-contact-us-form #msform .action-button-previous:focus {
    background-color: #D9ECEB;
}
.section-contact-us-form .card {
    z-index: 0;
    border: none;
    position: relative;
}
.section-contact-us-form .fs-title {
    font-size: 25px;
    color: #31C7D5;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}
.section-contact-us-form .purple-text {
    color: #31C7D5;
    font-weight: normal;
}
.section-contact-us-form .steps {
    font-size: 25px;
    color: #D9ECEB;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}
.section-contact-us-form .fieldlabels {
    color: #D9ECEB;
    text-align: left;
}
.section-contact-us-form #progressbar {
    margin: 0 0 50px 0;
    overflow: hidden;
    color: #D9ECEB;
    padding: 0;
    border-bottom: 1px solid #D9DBE9;
}
#progressbar .active {
    color: #31C7D5;
}
.section-contact-us-form #progressbar li {
    list-style-type: none;
    font-size: 15px;
    /* width: 14.28571428571429%; */
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400;
    margin-bottom: 30px
}
.section-contact-us-form #progressbar #account:before,
.section-contact-us-form #progressbar #personal:before,
.section-contact-us-form #progressbar #payment:before,
.section-contact-us-form #progressbar #annualcontract:before,
.section-contact-us-form #progressbar #organizationoperate:before,
.section-contact-us-form #progressbar #additionalcomments:before,
.section-contact-us-form #progressbar #confirm:before {
    font-family: 'DM Sans', sans-serif;
    content: "1";
    color: #536174;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
}
.section-contact-us-form #progressbar #personal:before {
    content: "2";
}
.section-contact-us-form #progressbar #payment:before {
    content: "3";
}
.section-contact-us-form #progressbar #annualcontract:before {
    content: "4";
}
.section-contact-us-form #progressbar #organizationoperate:before {
    content: "5";
}
.section-contact-us-form #progressbar #additionalcomments:before {
    content: "6";
}
.section-contact-us-form #progressbar #confirm:before {
    content: "5";
}
.section-contact-us-form #progressbar li:before {
    width: 60px;
    height: 60px;
    line-height: 56px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: #D9ECEB;
    border-radius: 50%;
    margin: 0 0 0px 0;
    padding: 2px;
}
.section-contact-us-form #progressbar li:after {
    content: "";
    width: 100px;
    height: 4px;
    border-radius: 50px;
    background: #D9ECEB;
    position: absolute;
    left: 0;
    transform: translate(80px, 0px);
    top: 30px;
    z-index: 1;
    /* z-index: -1; */
}
.section-contact-us-form #progressbar li.active:before,
.section-contact-us-form #progressbar li.active:after {
    background: linear-gradient(135deg, #31C7D5 0%, #7ED9BE 100%);
    color: #ffffff !important;
}
.section-contact-us-form .progress {
    height: 20px;
}
.section-contact-us-form .progress-bar {
    background-color: #31C7D5;
}
.section-contact-us-form .fit-image {
    width: 100%;
    object-fit: cover;
}
.section-contact-us-form .project-quote-head{
    margin: 0;
    padding: 0;
}
.section-contact-us-form .project-quote-head > .form-card{
    margin-bottom: 50px;
}
.section-contact-us-form .project-quote-head > .form-card h2,
.section-contact-us-form .project-quote-head > .form-card h3{
    margin: 0;
    padding: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
    text-align: left;
    text-decoration: none;
    color: #111638;
}
.section-contact-us-form .project-quote-head > .form-card h3{
    font-size: 24px;
    margin-top: 20px;
    color: #31C7D5;
}
.section-contact-us-form .project-quote-head > .form-card p{
    margin: 10px 0 0 0;
    padding: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: left;
    text-decoration: none;
    color: #536174;
}
.section-contact-us-form .project-quote-head > .form-card p span{
    font-weight: 700;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container{
    margin: 0;
    padding: 0;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row{
    margin: 0 -10px;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* column-gap: 20px; */
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .contact-us-field{
    margin: 0 10px 40px;
    padding: 0;
    width: calc(50% - 20px);
    box-sizing: border-box;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .contact-us-field.additional-comments{
    width: 100%;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .contact-us-field.additional-comments textarea{
    height: 170px !important;
    padding-top: 15px !important;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .contact-us-field label{
    margin: 0 0 15px 0;
    padding: 0;
    color: #111638;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    display: block;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .form-group {
    display: block;
    margin: 0 10px 40px;
    /* margin-bottom: 40px; */
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .form-group label {
    position: relative;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    color: #31C7D5;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .form-group label sub{
    font-size: 30px;
    bottom: -5px;
    right: 2px;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #D9ECEB;
    background-color: #D9ECEB;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); */
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -2px;
    border-radius: 4px;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #31C7D5;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .form-radio {
    margin: 0 0 30px 0;
    padding: 0;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .form-radio label{
    margin: 0;
    padding: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    color: #31C7D5;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .form-radio input[type=radio] {
    position: relative;
    opacity: 0;
    height: auto !important;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .form-radio input[type=radio] + .radio-label:before {
    content: "";
    background: #D9ECEB;
    border-radius: 100%;
    border: 1px solid #D9ECEB;
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
    top: 0;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .form-radio input[type=radio]:checked + .radio-label:before {
    background-color: #31C7D5;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .form-radio input[type=radio]:focus + .radio-label:before {
    outline: none;
    border-color: #31C7D5;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .form-radio input[type=radio]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #91A9AD;
    background: #91A9AD;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .form-radio input[type=radio] + .radio-label:empty:before {
    margin-right: 0;
}

/* Our Portfolio + Web Development Page CSS End */

.filterDiv {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.show {
    display: block;
    visibility: visible;
    opacity: 1;
}
.our-portfolio-left .btn {
    background: none;
    border: none;
    outline: none;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    text-transform: capitalize;
    text-decoration: none;
    padding: 8px 25px;
    margin: 0;
    border-radius: 50px;
    cursor: pointer;
    color: #111638;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.our-portfolio-left .btn:hover {
    color: #ffffff;
    background-color: #31C7D5;
}
.our-portfolio-left .btn.active {
    color: #ffffff;
    background-color: #31C7D5;
}
@keyframes fadeAndScale {
    from {
        opacity: 0;
        transform: scale(.9, .9);
    }
    to {
        opacity: 1;
        transform: scale(1, 1);
    }
}

/* All Page Responsive Media Queries For All Devices CSS Start */


@media only screen and (max-width: 1884.99px) {

.section-banner .why-choose-us-head h1 {
    font-size: 80px;
    line-height: 90px;
}
.header-nav-menu .wrapper ul li a {
    /* padding: 16px 24px;
    font-size: 32px; */
    padding: 16px 24px;
    font-size: 28px;
}
.section-welcome-to-gulfway .gulfway-heading h1{
    font-size: 270px;
    line-height: 200px;
}
.section-welcome-to-gulfway .gulfway-heading h2 {
    font-size: 110px;
}


}


@media only screen and (max-width: 1650.99px) {

.section-banner .why-choose-us-head h1 {
    font-size: 70px;
    line-height: 80px;
    margin: 18px 0 0 0;
}
.section-banner .why-choose-us-head .blob-btn {
    padding: 14px 30px;
    font-size: 18px;
}
.section-banner .why-choose-us-head p {
    font-size: 22px;
    line-height: 32px;
}
.section-welcome-to-gulfway .gulfway-heading h1 {
    font-size: 220px;
    line-height: 172px;
}
.section-welcome-to-gulfway .gulfway-heading h2 {
    font-size: 80px;
    line-height: 90px;
}
.section-all-next-pages .all-next-pages-container h1 {
    font-size: 72px;
    line-height: 76px;
}
.section-all-next-pages .all-next-pages-container .next-page-breadcrumb {
    margin: 0px auto 0 auto;
}
.section-all-next-pages .all-next-pages-container .next-page-breadcrumb ul li a {
    font-size: 18px;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li a i {
    height: 54px;
    width: 54px;
    line-height: 54px;
    font-size: 30px;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li a{
    font-size: 18px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb h1 {
    font-size: 58px;
    line-height: 50px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb p,
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services p{
    font-size: 18px;
    line-height: 28px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .development-service-list h4 {
    font-size: 20px;
    line-height: 28px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .development-service-list ul li {
    font-size: 18px;
    line-height: 32px;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content .engineering-excellence-head h1,
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content .engineering-excellence-head p {
    font-size: 28px;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content .engineering-excellence-head p {
    font-size: 24px;
    line-height: 36px;
}
.section-agile-development .agile-development-container .agile-development-row > .agile-development-right h1{
    font-size: 28px;
}
.section-agile-development .agile-development-container .agile-development-row > .agile-development-right p{
    font-size: 24px;
    line-height: 36px;
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-right h1{
    font-size: 28px;
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-right p{
    font-size: 24px;
    line-height: 36px;
}
.section-customer-experience .customer-experience-container .customer-experience-row > .customer-experience-content h1 {
    font-size: 28px;
}
.section-customer-experience .customer-experience-container .customer-experience-row > .customer-experience-content p{
    font-size: 26px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .youtube-management-container .youtube-management-left img {
    height: 500px;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .client-paragraph p br{
    display: none;
}
.section-contact-us-form #progressbar li:before {
    width: 54px;
    height: 54px;
    line-height: 54px;
    padding: 0px;
}
.section-contact-us-form #progressbar li:after {
    content: "";
    width: 90px;
    height: 4px;
    transform: translate(70px, 0px);

}
.section-about-us .about-us-left h1 {
    font-size: 42px;
    line-height: 52px;
}
.section-about-us .about-us-left p {
    font-size: 22px;
}






}


@media only screen and (max-width: 1485.99px) {

.header-nav-menu .wrapper ul li a {
    /* padding: 14px 24px;
    font-size: 28px; */
    padding: 12px 20px;
    font-size: 24px;
}
.section-banner .why-choose-us-head h1 {
    font-size: 62px;
    line-height: 72px;
    margin: 15px 0 0 0;
}
.section-banner .why-choose-us-head p {
    font-size: 20px;
    line-height: 32px;
}
.section-welcome-to-gulfway .gulfway-heading h1 {
    font-size: 210px;
    line-height: 165px;
}
.section-welcome-to-gulfway .gulfway-heading h2 {
    font-size: 90px;
    line-height: 94px;
}
.section-about-us .about-us-left h1 {
    font-size: 42px;
    line-height: 52px;
}
.section-about-us .about-us-left p {
    font-size: 20px;
}
.section-about-us .about-us-left,
.section-about-us .about-us-right {
    margin: 40px 0 0 0;
}
.section-ready-to-our-professional .our-professional-heading h1 {
    font-size: 54px;
    line-height: 60px;
}
.section-ready-to-our-professional .our-professional-heading a {
    margin: 20px 15px 0 0px;
    font-size: 18px;
    max-width: 170px;
    height: 60px;
    line-height: 60px;
}
.section-ready-to-our-professional {
    padding: 0px 50px 0 50px;
    background-size: cover;
    height: 400px;
}
.section-footer {
    padding: 50px 0 0;
}
.section-footer .footer-row > .footer-about-us p {
    margin: 30px 0 0 0;
    font-size: 16px;
    line-height: 30px;
}
.section-footer .footer-row > .sitemap-nav-list h1 {
    font-size: 20px;
}
.section-footer .footer-row > .sitemap-nav-list ul {
    margin: 30px 0 0px 0;
    padding: 0;
}
.section-footer .footer-row > .sitemap-nav-list ul li a, 
.section-footer .footer-row > .sitemap-nav-list ul li {
    font-size: 16px;
    line-height: 42px;
}
.section-footer .container-copyright p {
    padding: 15px 0 15px 0;
    font-size: 16px;
}
.section-our-services .we-provide-heading h1 {
    font-size: 42px;
}
.section-our-services .we-provide-heading p {
    margin: 10px 0 0 0;
    font-size: 20px;
    line-height: 30px;
}
.section-our-services .we-provide-heading {
    margin: 30px 0 0 0;
}
.section-our-services .services-thumbnail-container > .services-thumbnail-left .accordion-header button {
    padding: 0 0 0 20px;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
}
.section-our-services .services-thumbnail-container > .services-thumbnail-left .accordion-header button:before {
    right: 20px;
}
.section-our-services .accordion-body {
    padding: 30px 30px;
    column-gap: 20px;
}
.section-our-services .accordion-body .inner-services-left .services-icons {
    height: 75px;
    width: 75px;
    line-height: 75px;
}
.section-our-services .accordion-body .inner-services-left .services-icons i {
    font-size: 42px;
}
.section-our-services .accordion-body .inner-services-right h1 {
    font-size: 20px;
    line-height: 26px;
}
.section-our-services .accordion-body .inner-services-right p {
    font-size: 16px;
}
.section-our-services .accordion-body .inner-services-right a {
    margin: 36px 0 0 0;
    font-size: 16px;
}
.section-the-gulfway-advantage .gulfway-advantage-heading h1 {
    font-size: 42px;
}
.section-the-gulfway-advantage .gulfway-advantage-heading p {
    margin: 10px 0 0 0;
    font-size: 20px;
    line-height: 30px;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb {
    padding: 30px;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb .gulf-services-icon {
    height: 75px;
    width: 75px;
    line-height: 75px;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb .gulf-services-icon i {
    font-size: 40px;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb p {
    font-size: 16px;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb h3 {
    margin: 20px 0 0 0;
    font-size: 20px;
    line-height: 24px;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb a {
    margin: 30px 0 0 0;
    font-size: 16px;
}
.section-tools-and-technologies .tools-and-technologies-head h2 {
    font-size: 42px;
    line-height: 50px;
}
.section-tools-and-technologies .tools-and-technologies-head p {
    margin: 10px 0 0 0;
    font-size: 20px;
    line-height: 30px;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb p br{
    display: none;
}
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-left button {
    padding: 0 0 0 20px;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
}
.section-all-next-pages .all-next-pages-container h1 {
    font-size: 64px;
    line-height: 72px;
}
.section-all-next-pages .all-next-pages-container .next-page-breadcrumb ul li a {
    font-size: 16px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb h1 {
    font-size: 50px;
    line-height: 50px;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li a {
    font-size: 17px;
    padding: 14px 20px;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li a i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 26px;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li a span {
    padding-left: 10px;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content .engineering-excellence-head {
    padding: 20px 0 15px 0;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content .engineering-excellence-head h1, 
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content .engineering-excellence-head p {
    font-size: 26px;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content .engineering-excellence-head p {
    font-size: 22px;
    line-height: 32px;
}
.section-agile-development .agile-development-container .agile-development-row > .agile-development-right h1 {
    font-size: 26px;
}
.section-agile-development .agile-development-container .agile-development-row > .agile-development-right p {
    font-size: 22px;
    line-height: 32px;
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-right h1 {
    font-size: 26px;
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-right p {
    font-size: 22px;
    line-height: 32px;
}
.section-customer-experience .customer-experience-container .customer-experience-row > .customer-experience-content h1 {
    font-size: 26px;
    padding: 20px 0 0 0;
}
.section-customer-experience .customer-experience-container .customer-experience-row > .customer-experience-content p {
    font-size: 22px;
    line-height: 32px;
    padding: 12px 0 0 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .youtube-management-container .youtube-management-left img {
    height: 425px;
}
.section-what-our-client .what-our-client > .what-our-client-left {
    width: calc(52% - 40px);
}
.section-what-our-client .what-our-client > .what-our-client-right {
    width: calc(48% - 40px);
}
.section-what-our-client .what-our-client > .what-our-client-left h1 {
    font-size: 42px;
    line-height: 48px;
}
.section-what-our-client .what-our-client > .what-our-client-left p {
    font-size: 22px;
    line-height: 32px;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .client-paragraph p {
    font-size: 16px;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .client-paragraph p:after {
    height: 42px;
    width: 56px;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .rating-star-list ul li i {
    font-size: 20px;
}
.section-our-portfolio .our-portfolio-container .box .box-content > .box-content-heading {
    left: 25px;
    bottom: 25px;
}
.section-our-portfolio .our-portfolio-container .box .box-content h1 {
    font-size: 18px;
    line-height: 32px;
}
.section-our-portfolio .our-portfolio-container .box .box-content a {
    margin: 14px 0 0 0;
    font-size: 14px;
}
.section-our-portfolio .our-portfolio-heading p {
    font-size: 22px;
    line-height: 32px;
}
.section-welcome-to-gulfway .lets-quickly-get-information h3 {
    font-size: 32px;
    line-height: 36px;
}
.section-contact-us-form #progressbar li:before {
    width: 48px;
    height: 48px;
    line-height: 48px;
    padding: 0px;
    font-size: 18px !important;
}
.section-contact-us-form #progressbar li:after {
    content: "";
    width: 75px;
    height: 4px;
    transform: translate(60px, 0px);
    top: 25px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .detail-background {
    padding: 30px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .project-detail-list h4 {
    margin: 0 0 10px 0;
    font-size: 26px;
    line-height: 32px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .project-detail-list ul li,
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .project-detail-list ul li span a {
    font-size: 16px;
    line-height: 36px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .social-share-now {
    margin: 50px 0 0 0;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .social-share-now h5 {
    margin: 0 0 10px 0;
    font-size: 26px;
    line-height: 32px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .social-share-now ul li a {
    width: 48px;
    height: 48px;
    line-height: 48px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .social-share-now ul li a i {
    font-size: 16px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-right .project-detail-head h1 {
    margin: 0 0 20px 0;
    font-size: 50px;
    line-height: 60px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-right .project-detail-head p {
    font-size: 18px;
    line-height: 28px;
    margin: 20px 0 0 0;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-right {
    padding: 40px;  
}
.about-us-thumbnail-container .row-about-us-thumbnail .about-us-thumbnail-box {
    margin: 0 10px 20px;
    width: calc(50% - 20px);
}
.section-project-detail .project-detail-container .image-container-project {
    height: 250px;
    min-height: 250px;
}






}


@media only screen and (max-width: 1350.99px) {

.header-section {
    top: 50px;
}
.header-nav-menu .menu-btn {
    right: 50px;
}
.header-nav-menu .wrapper .menu-logo-image {
    top: 50px;
    left: 50px;
}
.header-section .header-container .row,
.section-banner .row{
    padding: 0 50px;
}
.section-banner .why-choose-us-head .blob-btn {
    padding: 12px 26px;
    font-size: 16px;
}
.section-banner .why-choose-us-head h1 {
    font-size: 54px;
    line-height: 64px;
    margin: 10px 0 0 0;
}
.section-banner .why-choose-us-head p {
    font-size: 18px;
    line-height: 28px;
}
.header-nav-menu .wrapper ul li a {
    /* padding: 14px 24px;
    font-size: 24px; */
    padding: 10px 20px;
    font-size: 20px;
    position: static;
}
.section-welcome-to-gulfway {
    transform: translate(0px, 205px);
}
.section-welcome-to-gulfway .welcome-container .row {
    padding: 0 50px;
}
.section-welcome-to-gulfway .gulfway-heading {
    margin: 70px 0 0 0;
    transform: translate(-50px, 0px);
}
.section-welcome-to-gulfway .gulfway-heading h1 {
    font-size: 172px;
    line-height: 130px;
}
.section-welcome-to-gulfway .gulfway-heading h2 {
    font-size: 64px;
    line-height: 72px;
    left: 50px
}
.section-about-us .about-us-left, 
.section-about-us .about-us-right {
    margin: 30px 0 0 0;
}
.section-about-us .about-us-left h1 {
    font-size: 32px;
    line-height: 42px;
}
.section-about-us .about-us-left p {
    font-size: 18px;
    line-height: 32px;
}
.section-about-us .about-us-left .blob-btn {
    padding: 16px 34px;
    font-size: 18px;
}
.section-ready-to-our-professional {
    background-size: cover;
    height: 360px;
}
.section-ready-to-our-professional .our-professional-heading h1 {
    font-size: 48px;
    line-height: 54px;
}
.section-ready-to-our-professional .our-professional-heading a {
    margin: 20px 15px 0 0px;
    font-size: 16px;
    max-width: 160px;
    height: 56px;
    line-height: 56px;
}
.section-footer .footer-row > .footer-about-us p br{
    display: none;
}
.section-our-services .we-provide-heading h1 {
    font-size: 36px;
}
.section-our-services .we-provide-heading p {
    margin: 10px 0 0 0;
    font-size: 18px;
    line-height: 26px;
}
.section-our-services .services-thumbnail-container > .services-thumbnail-left .accordion-header button {
    font-size: 15px;
}
.section-our-services .services-thumbnail-container {
    margin: 40px -10px 0;
}
.section-the-gulfway-advantage .gulfway-advantage-heading h1 {
    font-size: 36px;
}
.section-the-gulfway-advantage .gulfway-advantage-heading p {
    margin: 10px 0 0 0;
    font-size: 18px;
    line-height: 27px;
}
.section-tools-and-technologies .tools-and-technologies-head h2 {
    font-size: 36px;
    line-height: 46px;
}
.section-tools-and-technologies .tools-and-technologies-head p {
    margin: 10px 0 0 0;
    font-size: 18px;
    line-height: 26px;
}
.section-our-services .services-thumbnail-container > .services-thumbnail-left .accordion-header button:before,
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-left button:before {
    right: 20px;
    font-size: 12px;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb a i {
    margin: 0 0 0 4px;
    font-size: 13px;
}
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right .tools-technologies-logo .inner-logo-tech img {
    height: 65px;
}
.section-all-next-pages .all-next-pages-container h1 {
    font-size: 56px;
    line-height: 64px;
}
.section-all-next-pages .all-next-pages-container .next-page-breadcrumb ul li a {
    font-size: 15px;
}
.header-section.next-pages-background {
    padding-top: 50px;
    padding-bottom: 100px;
}
.section-welcome-to-gulfway.next-pages-body {
    transform: translate(0px, 515px);
}
.section-body-content {
    padding: 0 50px;
}
.section-body-content .section-body-row .section-accordion-left {
    width: calc(35% - 40px);
}
.section-body-content .section-body-row .section-accordion-right {
    width: calc(65% - 40px);
}.section-body-content .section-body-row .section-accordion-right > .services-next-page-content {
    padding: 40px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb h1 {
    font-size: 44px;
    line-height: 50px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb p, 
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services p {
    font-size: 17px;
    line-height: 28px;
    margin: 6px 0 0 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb img {
    margin: 30px 0 0 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services {
    margin: 30px 0 0 0;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li a i.icon-youtube:before {
    font-size: 20px;
    right: 3px;
    top: -1px;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content{
    padding: 25px;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content .engineering-excellence-head h1 {
    font-size: 24px;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content .engineering-excellence-head p{
    font-size: 20px;
    margin: 0;
    padding: 8px 0 0 0;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content .engineering-excellence-head {
    padding: 15px 0 10px 0;
}
.section-agile-development .agile-development-container .agile-development-row > .agile-development-right h1 {
    font-size: 24px;
}
.section-agile-development .agile-development-container .agile-development-row > .agile-development-right p {
    font-size: 20px;
    line-height: 32px;
    padding: 8px 0 0 0;
}
.section-agile-development .agile-development-container {
    margin: 0 0 25px 0;
    padding: 25px;
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-right h1 {
    font-size: 24px;
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-right p {
    font-size: 20px;
    line-height: 32px;
    padding-top: 8px;
}
.section-customer-experience .customer-experience-container .customer-experience-row > .customer-experience-content h1 {
    font-size: 24px;
    padding: 20px 0 0 0;
}
.section-customer-experience .customer-experience-container .customer-experience-row > .customer-experience-content p {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0 0 0;
}
.section-customer-experience .customer-experience-container .customer-experience-row {
    padding: 40px 40px 20px 40px;
}
.section-customer-experience .customer-experience-container {
    padding: 0 50px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb.app-development img {
    margin: 0 0 30px 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services.app-service-develop p{
    margin: 30px 0 0 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .development-service-list {
    margin: 30px 0 0 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .service-development-image {
    margin: 30px 0px 0px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb.ui-ux-services {
    margin: 30px 0 0 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services.digital-marketing-image p {
    margin: 30px 0 0 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb.digital-marketing-thumb img {
    margin: 30px 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .youtube-management-container .youtube-management-left img {
    height: 385px;
}
.section-our-portfolio .our-portfolio-heading p {
    font-size: 20px;
    line-height: 30px;
}
.section-our-portfolio .our-portfolio-container > .show-all-container .our-portfolio-left .inner-list ul li {
    font-size: 18px;
}
.section-our-portfolio .our-portfolio-container > .show-all-container .our-portfolio-right a {
    padding: 14px 25px;
    font-size: 15px;
}
.section-our-portfolio .our-portfolio-container .box .box-content h1 {
    font-size: 16px;
    line-height: 28px;
}
.section-our-portfolio .our-portfolio-container .box .box-content h2 {
    font-size: 14px;
    font-weight: 400;
}
.section-our-portfolio .our-portfolio-container .box .box-content a i {
    font-size: 12px;
    margin: 0 0 0 4px;
}
.section-what-our-client .what-our-client > .what-our-client-left h1 {
    font-size: 38px;
    line-height: 44px;
}
.section-what-our-client .what-our-client > .what-our-client-left p {
    font-size: 18px;
    line-height: 28px;
}
.section-what-our-client .what-our-client > .what-our-client-right .owl-prev i, 
.section-what-our-client .what-our-client > .what-our-client-right .owl-next i {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.section-our-portfolio .our-portfolio-heading p {
    font-size: 18px;
    line-height: 28px;
}
.section-welcome-to-gulfway .lets-quickly-get-information {
    margin: 20px 0 0 0;
}
.section-welcome-to-gulfway .lets-quickly-get-information h3 {
    font-size: 28px;
    line-height: 34px;
}
.section-welcome-to-gulfway .lets-quickly-form {
    margin: 50px 0 30px 0;
    padding: 40px;
}
.section-welcome-to-gulfway .lets-quickly-form h4 {
    margin: 0 0 30px 0;
    font-size: 24px;
    line-height: 34px;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields {
    margin: 0px 0 25px 0;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields label {
    margin: 0 0 12px 0;
    font-size: 16px;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields input, 
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields textarea, 
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields select {
    padding: 0 20px;
    font-size: 16px;
    height: 56px;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields textarea{
    height: 120px;
    padding-top: 10px !important;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields button {
    font-size: 16px;
    height: 56px;
}
.section-welcome-to-gulfway .gulfway-list-nav ul li a {
    font-size: 15px;
    height: 54px;
    line-height: 54px;
}
.section-contact-us-form {
    margin: 40px 0 0 0;
    padding: 40px;
}
.section-contact-us-form #msform {
    margin-top: 0px;
}
.section-contact-us-form #progressbar li:before {
    width: 42px;
    height: 42px;
    line-height: 42px;
    padding: 0px;
    font-size: 16px !important;
}
.section-contact-us-form #progressbar li:after {
    content: "";
    width: 65px;
    height: 4px;
    transform: translate(55px, 0px);
    top: 20px;
}
.section-contact-us-form #progressbar li {
    margin-bottom: 20px;
}
.section-contact-us-form #progressbar {
    margin: 0 0 30px 0;
}
.section-contact-us-form .project-quote-head > .form-card {
    margin-bottom: 40px;
}
.section-contact-us-form .project-quote-head > .form-card h2, 
.section-contact-us-form .project-quote-head > .form-card h3 {
    font-size: 24px;
    line-height: 34px;
}
.section-contact-us-form .project-quote-head > .form-card p {
    margin: 8px 0 0 0;
    font-size: 16px;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .contact-us-field label {
    margin: 0 0 12px 0;
    font-size: 16px;
}
.section-contact-us-form #msform input,
.section-contact-us-form #msform select {
    padding: 0 20px;
    font-size: 16px;
    height: 56px;
    border-radius: 8px;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .contact-us-field {
    margin-bottom: 30px;
}
.section-contact-us-form #msform .action-button,
.section-contact-us-form #msform .action-button-previous {
    width: 140px;
    height: 56px;
    margin: 25px 0 0 0;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .project-detail-list h4 {
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 28px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .project-detail-list ul li,
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .project-detail-list ul li span a {
    font-size: 15px;
    line-height: 32px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .social-share-now {
    margin: 35px 0 0 0;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .social-share-now h5 {
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 28px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .social-share-now ul li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-right .project-detail-head h1 {
    margin: 0 0 20px 0;
    font-size: 46px;
    line-height: 56px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-right .project-detail-head p {
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0 0 0;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-right .project-detail-image {
    margin: 25px 0 0 0;
    column-gap: 15px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb .image-size-container {
    margin: 30px 0;
    height: 200px;
    min-height: 200px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .service-development-image .ImageContainer-Size {
    height: 200px;
    min-height: 200px;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li a i.icon-media-and-production {
    font-size: 20px;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li a i.content-marketing {
    font-size: 24px;
}
.section-about-us .about-us-left {
    padding: 0 0 0 50px;
}
.about-us-thumbnail-container .row-about-us-thumbnail .about-us-thumbnail-box {
    margin: 0 5px 0px;
    width: calc(25% - 10px);
}
.about-us-thumbnail-container .row-about-us-thumbnail .about-us-thumbnail-box h3 {
    margin: 12px 0 0 0;
    font-size: 16px;
    line-height: 20px;
}
.about-us-thumbnail-container .row-about-us-thumbnail .about-us-thumbnail-box .about-us-icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
}
.about-us-thumbnail-container .row-about-us-thumbnail .about-us-thumbnail-box p {
    font-size: 14px;
}
.about-us-thumbnail-container .row-about-us-thumbnail .about-us-thumbnail-box .about-us-icon i {
    font-size: 26px;
}
.about-us-thumbnail-container .row-about-us-thumbnail .about-us-thumbnail-box .about-us-icon i.icon-innovation-and-creativity,
.about-us-thumbnail-container .row-about-us-thumbnail .about-us-thumbnail-box .about-us-icon i.icon-collaborative-partnership,
.about-us-thumbnail-container .row-about-us-thumbnail .about-us-thumbnail-box .about-us-icon i.icon-transform-your-digital {
    font-size: 32px;
}
.about-us-thumbnail-container .row-about-us-thumbnail {
    padding: 0 50px;
}
.section-project-detail .project-detail-container .image-container-project {
    height: 200px;
    min-height: 200px;
}
.header-nav-menu .wrapper ul {
    padding: 0 50px 0 0;
}






}


@media only screen and (max-width: 1130.99px) {

.page-wrapper {
    overflow: unset;
}
.page-fixed {
    padding: 0 30px;
    overflow: scroll;
    height: 100%;
}
.header-section .header-container .row,
.section-banner .row{
    padding: 0 50px;
}
.section-banner .why-choose-us-head h1 {
    font-size: 48px;
    line-height: 58px;
    margin: 10px 0 0 0;
}
.header-nav-menu .wrapper ul li{
    width: 20%;
}
.header-nav-menu .wrapper ul li a {
    /* padding: 14px 16px;
    font-size: 22px; */
    padding: 14px 16px;
    font-size: 18px;
    position: static;
}
.header-nav-menu .wrapper ul {
    padding: 0 80px 0 10px;
}
.section-welcome-to-gulfway .gulfway-heading h1 {
    font-size: 140px;
    line-height: 109px;
    -webkit-text-stroke-width: 7px;
}
.section-welcome-to-gulfway .gulfway-heading h2 {
    font-size: 54px;
    line-height: 69px;
    left: 50px;
}
.section-about-us .about-us-left,
.section-about-us .about-us-right {
    margin: 20px 0 0 0;
}
.section-about-us .about-us-left h1 {
    font-size: 28px;
    line-height: 38px;
}
.section-about-us .about-us-left p {
    font-size: 16px;
    line-height: 28px;
    margin: 10px 0 0 0;
}
.section-about-us .about-us-left .blob-btn {
    padding: 14px 30px;
    font-size: 16px;
}
.section-welcome-to-gulfway .breadcrumb-list ul li a {
    font-size: 18px;
}
.section-ready-to-our-professional {
    height: 300px;
}
.section-ready-to-our-professional .our-professional-heading h1 {
    font-size: 42px;
    line-height: 48px;
}
.section-ready-to-our-professional .our-professional-heading a {
    margin: 15px 15px 0 0px;
    font-size: 15px;
    max-width: 145px;
    height: 50px;
    line-height: 50px;
}
.section-footer .footer-row {
    padding: 0 50px;
}
.section-footer .footer-row > .footer-about-us img {
    height: 64px;
}
.section-footer .footer-row > .footer-about-us p {
    margin: 20px 0 0 0;
    font-size: 14px;
    line-height: 26px;
}
.section-footer .footer-row > .sitemap-nav-list h1 {
    font-size: 18px;
}
.section-footer .footer-row > .sitemap-nav-list ul {
    margin: 20px 0 0px 0;
    padding: 0;
}
.section-footer .footer-row > .sitemap-nav-list ul li a, 
.section-footer .footer-row > .sitemap-nav-list ul li {
    font-size: 14px;
    line-height: 36px;
}
.section-footer .container-spriter-line {
    margin: 30px 0 0 0;
}
.section-footer .container-copyright p {
    padding: 12px 0 12px 0;
    font-size: 14px;
}
.section-welcome-to-gulfway .gulfway-heading {
    margin: 50px 0 0 0;
    transform: translate(-50px, 0px);
}
.section-welcome-to-gulfway .breadcrumb-list ul li a {
    font-size: 16px;
}
.section-welcome-to-gulfway .breadcrumb-list ul li:after {
    font-size: 16px;
}
.section-our-services .we-provide-heading {
    margin: 20px 0 0 0;
}
.section-our-services .we-provide-heading h1 {
    font-size: 32px;
}
.section-our-services .we-provide-heading p {
    margin: 8px 0 0 0;
    font-size: 16px;
    line-height: 24px;
}
.section-our-services .services-thumbnail-container > .services-thumbnail-left .accordion-header button {
    padding: 0 0 0 15px;
    font-size: 12px;
    height: 56px;
    line-height: 56px;
}
.section-our-services .services-thumbnail-container > .services-thumbnail-left .accordion-header button:before, 
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-left button:before {
    right: 15px;
    font-size: 10px;
}
.section-our-services .accordion-body {
    padding: 25px 25px;
}
.section-our-services .accordion-body .inner-services-left .services-icons {
    height: 64px;
    width: 64px;
    line-height: 64px;
}
.section-our-services .accordion-body .inner-services-left .services-icons i {
    font-size: 36px;
}
.section-our-services .accordion-body .inner-services-right h1 {
    font-size: 18px;
}
.section-our-services .accordion-body .inner-services-right p {
    font-size: 14px;
    line-height: 24px;
}
.section-our-services .accordion-body .inner-services-right a {
    margin: 16px 0 0 0;
    font-size: 14px;
}
.section-our-services .accordion-body .inner-services-right a i {
    margin: 0 0 0 3px;
    font-size: 12px;
}
.section-the-gulfway-advantage .gulfway-advantage-heading h1 {
    font-size: 32px;
}
.section-the-gulfway-advantage .gulfway-advantage-heading p {
    margin: 8px 0 0 0;
    font-size: 16px;
    line-height: 24px;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb {
    padding: 25px;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb .gulf-services-icon {
    height: 64px;
    width: 64px;
    line-height: 64px;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb .gulf-services-icon i {
    font-size: 36px;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb h3 {
    font-size: 18px;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb p {
    font-size: 14px;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb a {
    margin: 24px 0 0 0;
    font-size: 14px;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb a i {
    margin: 0 0 0 2px;
    font-size: 12px;
}
.section-tools-and-technologies .tools-and-technologies-head h2 {
    font-size: 32px;
    line-height: 40px;
}
.section-tools-and-technologies .tools-and-technologies-head p {
    margin: 8px 0 0 0;
    font-size: 16px;
    line-height: 24px;
}
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-left button {
    padding: 0 0 0 15px;
    font-size: 14px;
    height: 56px;
    line-height: 56px;
}
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right .tools-technologies-logo .inner-logo-tech img {
    height: 58px;
}
.section-all-next-pages .all-next-pages-container h1 {
    font-size: 52px;
    line-height: 56px;
}
.section-all-next-pages .all-next-pages-container .next-page-breadcrumb ul li a {
    font-size: 14px;
}
.section-all-next-pages .all-next-pages-container .next-page-breadcrumb ul li:after {
    font-size: 16px;
    margin: 0 0px 0 10px;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li a {
    font-size: 16px;
    padding: 12px 16px;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li a i {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 24px;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li a span {
    padding-left: 7px;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li a i.icon-youtube:before {
    font-size: 18px;
    right: 3px;
    top: -2px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb h1 {
    font-size: 40px;
    line-height: 50px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content {
    padding: 30px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb p, 
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services p {
    font-size: 16px;
    line-height: 26px;
    margin: 5px 0 0 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .service-development-image {
    margin: 30px -5px 0px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .service-development-image .image-row {
    margin: 0px -5px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .service-development-image .ImageContainer-Size {
    height: 150px;
    min-height: 150px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .development-service-list h4 {
    font-size: 18px;
    line-height: 28px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .development-service-list ul li {
    font-size: 16px;
    line-height: 30px;
}
.section-welcome-to-gulfway.next-pages-body {
    transform: translate(0px, 481px);
}
.section-body-content .section-body-row {
    margin: 0 -15px 0;
}
.section-body-content .section-body-row .section-accordion-left {
    width: calc(38% - 30px);
    margin: 0 15px;
}
.section-body-content .section-body-row .section-accordion-right {
    width: calc(62% - 30px);
    margin: 0 15px;
}
.section-engineering-excellence .engineering-excellence-container {
    padding: 0 50px;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content {
    padding: 20px;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content .engineering-excellence-head h1 {
    font-size: 20px;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content .engineering-excellence-head p {
    font-size: 16px;
    margin: 0;
    padding: 8px 0 0 0;
    line-height: 28px;
}
.nav-button-right .header-nav-menu .menu-btn.menu-next-page {
    top: 66px;
}
.section-agile-development .agile-development-container {
    margin: 0 0 20px 0;
    padding: 20px;
}
.section-agile-development .agile-development-container .agile-development-row > .agile-development-right h1 {
    font-size: 20px;
}
.section-agile-development .agile-development-container .agile-development-row > .agile-development-right p {
    font-size: 16px;
    line-height: 28px;
    padding: 8px 0 0 0;
}
.section-agile-development .agile-development-container .agile-development-row > .agile-development-right {
    padding: 0px 0px;
}
.section-agile-development {
    padding: 0 50px;
}
.section-future-ready-products .future-ready-products-container {
    padding: 0 50px;
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-right h1 {
    font-size: 20px;
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-right p {
    font-size: 18px;
    line-height: 28px;
    padding-top: 6px;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row.operational-efficiency-background {
    padding: 30px 30px 20px 20px;
}
.section-customer-experience .customer-experience-container .customer-experience-row > .customer-experience-content h1 {
    font-size: 20px;
    padding: 15px 0 0 0;
}
.section-customer-experience .customer-experience-container .customer-experience-row > .customer-experience-content p {
    font-size: 18px;
    line-height: 28px;
    padding: 8px 0 0 0;
}
.section-customer-experience .customer-experience-container .customer-experience-row > .customer-experience-content {
    padding: 20px;
}
.section-customer-experience .customer-experience-container .customer-experience-row {
    padding: 30px 30px 20px 30px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .youtube-management-container .youtube-management-left img {
    height: auto;
}
.section-our-portfolio .our-portfolio-container {
    margin: 30px 0 0 0;
}
.section-our-portfolio .our-portfolio-heading p {
    font-size: 16px;
    line-height: 26px;
}
.section-our-portfolio .our-portfolio-container > .show-all-container .our-portfolio-left .inner-list ul li {
    font-size: 15px;
    margin: 0 20px 0 0px;
}
.our-portfolio-left .btn {
    font-size: 16px;
    padding: 6px 18px;
}
.section-our-portfolio .our-portfolio-container > .show-all-container .our-portfolio-right a {
    padding: 12px 24px;
    font-size: 14px;
}
.section-our-portfolio .our-portfolio-container > .filter-content-thumb {
    margin: 30px 0 0 0;
}
.section-our-portfolio .our-portfolio-container .box .box-content > .box-content-heading {
    left: 20px;
    bottom: 20px;
}
.section-our-portfolio .our-portfolio-container .box .box-content h1 {
    font-size: 14px;
    line-height: 24px;
}
.section-our-portfolio .our-portfolio-container .box .box-content h2 {
    font-size: 12px;
}
.section-our-portfolio .our-portfolio-container .box .box-content a {
    margin: 10px 0 0 0;
    font-size: 12px;
}
.section-what-our-client .what-our-client {
    margin: 60px -20px 0;
}
.portolio-columns {
    margin: 0 -5px;
}
.portolio-columns .columns-25 {
    margin: 0 5px;
    width: calc(33.33333333333333% - 10px);
}
.section-our-portfolio .our-portfolio-container .box {
    margin: 0 0px 10px;
}
.section-what-our-client .what-our-client > .what-our-client-left h1 {
    font-size: 32px;
    line-height: 40px;
}
.section-what-our-client .what-our-client > .what-our-client-left p {
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0 0 0;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial {
    margin: 20px 20px 60px;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .rating-star-list ul li i {
    font-size: 18px;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .client-paragraph {
    margin: 8px 0 0 0;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .client-paragraph p {
    font-size: 14px;
    line-height: 24px;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .client-paragraph p:after {
    height: 36px;
    width: 48px;
}
.section-what-our-client .what-our-client > .what-our-client-right .owl-pagination .owl-page span {
    width: 10px;
    height: 10px;
    margin: 0px 0px 0 6px;
}
.section-what-our-client .what-our-client > .what-our-client-left {
    width: calc(45% - 40px);
}
.section-what-our-client .what-our-client > .what-our-client-right {
    width: calc(55% - 40px);
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .image-container .image-content-right h3{
    font-size: 14px;
}
.section-what-our-client .what-our-client > .what-our-client-right .owl-prev i, 
.section-what-our-client .what-our-client > .what-our-client-right .owl-next i {
    font-size: 14px;
    width: 44px;
    height: 44px;
    line-height: 44px;
}
.section-what-our-client .what-our-client > .what-our-client-left p br{
    display: none;
}
.section-welcome-to-gulfway .lets-quickly-get-information h3 {
    font-size: 24px;
    line-height: 34px;
}
.section-welcome-to-gulfway .lets-quickly-form {
    margin: 40px 0 30px 0;
    padding: 34px;
}
.section-welcome-to-gulfway .lets-quickly-form h4 {
    margin: 0 0 30px 0;
    font-size: 22px;
    line-height: 30px;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields input, 
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields textarea, 
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields select {
    padding: 0 20px;
    font-size: 14px;
    height: 50px;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields label {
    margin: 0 0 10px 0;
    font-size: 14px;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields {
    margin: 0px 0 20px 0;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields button {
    font-size: 14px;
    height: 50px;
}
.section-welcome-to-gulfway .gulfway-list-nav ul li a {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}
.section-contact-us-form {
    margin: 30px 0 0 0;
    padding: 34px;
}
.section-contact-us-form #progressbar li:before {
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0px;
    font-size: 14px !important;
}
.section-contact-us-form #progressbar li:after {
    content: "";
    width: 50px;
    height: 4px;
    transform: translate(45px, 0px);
    top: 18px;
}
.section-contact-us-form .project-quote-head > .form-card h2, 
.section-contact-us-form .project-quote-head > .form-card h3 {
    font-size: 20px;
    line-height: 26px;
}
.section-contact-us-form #progressbar li {
    margin-bottom: 15px;
}
.section-contact-us-form #progressbar {
    margin: 0 0 25px 0;
}
.section-contact-us-form .project-quote-head > .form-card {
    margin-bottom: 30px;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .contact-us-field label {
    margin: 0 0 10px 0;
    font-size: 14px;
}
.section-contact-us-form #msform input, .section-contact-us-form #msform select {
    padding: 0 15px;
    font-size: 14px;
    height: 50px;
    border-radius: 6px;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .contact-us-field {
    /* margin: 0 0 20px 0; */
    margin-bottom: 20px;
}
.section-contact-us-form #msform select {
    background-size: 14px;
    background-position: center right 20px;
}
.section-contact-us-form #msform .action-button, 
.section-contact-us-form #msform .action-button-previous {
    width: 160px;
    height: 50px;
    margin: 20px 0 0 0;
}
.section-contact-us-form #msform textarea{
    padding: 0 20px;
    font-size: 14px;
    height: 130px !important;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .form-group label {
    font-size: 14px;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .form-group input:checked + label:after {
    top: 2px;
}
.section-project-detail .project-detail-container {
    padding: 0 50px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .project-detail-list h4 {
    margin: 0 0 10px 0;
    font-size: 22px;
    line-height: 24px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .project-detail-list ul li,
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .project-detail-list ul li span a  {
    font-size: 14px;
    line-height: 30px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .social-share-now {
    margin: 25px 0 0 0;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .social-share-now h5 {
    margin: 0 0 10px 0;
    font-size: 22px;
    line-height: 24px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .social-share-now ul li {
    margin: 0 5px 0 0px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .social-share-now ul li a {
    width: 32px;
    height: 32px;
    line-height: 28px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .social-share-now ul li a i {
    font-size: 12px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-right {
    padding: 30px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-right .project-detail-head h1 {
    margin: 0 0 15px 0;
    font-size: 36px;
    line-height: 44px;
}
.section-project-detail .project-detail-container .image-container-project {
    height: 150px;
    min-height: 150px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-right .project-detail-head p {
    font-size: 14px;
    line-height: 24px;
    margin: 15px 0 0 0;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-right .project-detail-image {
    margin: 20px 0 0 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services {
    margin: 20px 0 0 0;
}
.section-body-content .image-size-container {
    height: 200px;
    min-height: 200px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb .image-size-container {
    margin: 20px 0;
    height: 120px;
    min-height: 120px;
    border-radius: 10px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb .image-size-container img{
    border-radius: 10px;
}
.about-us-thumbnail-container .row-about-us-thumbnail .about-us-thumbnail-box {
    margin: 0 5px 10px;
    width: calc(50% - 10px);
}
.about-us-thumbnail-container .row-about-us-thumbnail {
    margin: 50px 0px 0;
    padding: 0 50px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .detail-background {
    padding: 25px;
}
.header-inner-colum .logo-image-left img,
.header-nav-menu .wrapper .menu-logo-image img {
    height: 80px;
}
.header-nav-menu .menu-btn {
    right: 50px;
    top: 15px;
}
.section-banner .why-choose-us-head .blob-btn {
    padding: 12px 16px;
    font-size: 15px;
}
.section-banner .why-choose-us-head h1 {
    font-size: 42px;
    line-height: 52px;
    margin: 10px 0 0 0;
}
.section-banner .why-choose-us-head svg {
    height: 44px;
}
.section-bottom-arrow {
    width: 370px !important;
    height: 370px !important;
}
.section-bottom-arrow .change-section .chevron {
    width: 34px;
    height: 6px;
}
.section-bottom-arrow .change-section {
    margin: 10px 0 0 0;
}
.section-bottom-arrow .change-section.menu-btm-rotate {
    margin: 55px 0 0 80px;
}






}


@media only screen and (max-width: 992.99px) {

.section-banner .why-choose-us-head h1 {
    /* font-size: 44px;
    line-height: 54px;
    margin: 10px 0 0 0; */
    font-size: 36px;
    line-height: 46px;
    margin: 10px 0 0 0;
}
.header-nav-menu .wrapper .menu-logo-image {
    left: 50px;
}
.header-nav-menu .wrapper ul {
    padding: 0 50px;
    transform: translate(0%, 25%);
}
.header-nav-menu .wrapper ul li {
    height: 60px;
    width: 100%;
    line-height: 60px;
}
.header-nav-menu .wrapper ul li a {
    padding: 14px 20px;
    font-size: 18px;
    position: relative;
}
.section-footer .footer-columns .columns-25 {
    width: calc(50% - 30px);
}
.section-footer .footer-row > .footer-about-us p br {
    display: block;
}
.section-footer .footer-row > .sitemap-nav-list .div-align-center {
    margin: 0 0 50px 0;
    display: inline-block;
}
.section-our-services .services-thumbnail-container > .services-thumbnail-left, 
.section-our-services .services-thumbnail-container > .services-thumbnail-right {
    margin: 0 10px;
    padding: 0;
    box-sizing: border-box;
    width: calc(100% - 0px);
}
.section-our-services .we-provide-heading h1 {
    font-size: 28px;
}
.section-our-services .we-provide-heading p {
    margin: 4px 0 0 0;
    font-size: 14px;
    line-height: 20px;
}
.section-our-services .we-provide-heading {
    margin: 16px 0 0 0;
}
.section-our-services .services-thumbnail-container {
    margin: 30px -10px 0;
}
.section-the-gulfway-advantage .gulfway-advantage-heading h1 {
    font-size: 28px;
}
.section-the-gulfway-advantage .gulfway-advantage-heading p {
    margin: 4px 0 0 0;
    font-size: 14px;
    line-height: 20px;
}
.section-the-gulfway-advantage .gulfway-advantage-heading {
    margin: 50px 0 0px 0;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb h3 {
    font-size: 16px;
    margin: 15px 0 0 0;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb p {
    font-size: 14px;
    margin: 10px 0 0 0;
}
.section-the-gulfway-advantage .gulfway-advantage-container {
    margin: 40px -10px 0;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb {
    margin: 0 10px 20px;
    width: calc(50% - 20px);
}
.section-tools-and-technologies .tools-and-technologies-head {
    margin: 50px 0 40px 0;
    padding: 0;
}
.section-tools-and-technologies .tools-and-technologies-head h2 {
    font-size: 28px;
    line-height: 38px;
}
.section-tools-and-technologies .tools-and-technologies-head p {
    margin: 4px 0 0 0;
    font-size: 14px;
    line-height: 20px;
}
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-left {
    width: calc(35% - 20px);
}
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right {
    width: calc(65% - 20px);
}
.section-all-next-pages .all-next-pages-container h1 {
    font-size: 48px;
    line-height: 56px;
}
.header-section.next-pages-background {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-all-next-pages {
    padding: 50px 0 0 0;
}
.section-welcome-to-gulfway.next-pages-body {
    transform: translate(0px, 411px);
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li a {
    font-size: 14px;
    padding: 12px 14px;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li a i {
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 22px;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li a span {
    padding-left: 5px;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li a i.icon-youtube:before {
    font-size: 16px;
    right: 2px;
    top: -1px;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li a i.content-marketing {
    font-size: 22px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb h1 {
    font-size: 36px;
    line-height: 44px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb p,
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services p {
    font-size: 15px;
    line-height: 24px;
    margin: 4px 0 0 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb img {
    margin: 20px 0 0 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services {
    margin: 20px 0 0 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .service-development-image {
    margin: 20px 0px 0px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .development-service-list {
    margin: 20px 0 0 0;
    padding: 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .development-service-list h4 {
    font-size: 16px;
    line-height: 26px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .development-service-list ul li {
    font-size: 15px;
    line-height: 25px;
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row {
    margin: 0 -10px 50px 0;
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-left {
    margin: 0 10px;
    padding: 0;
    width: calc(35% - 20px);
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-right {
    margin: 0 10px;
    padding: 0;
    width: calc(65% - 20px);
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-right h1 {
    font-size: 18px;
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-right p {
    font-size: 16px;
    line-height: 26px;
    padding-top: 6px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb.app-development img {
    margin: 0 0 20px 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services.app-service-develop p {
    margin: 20px 0 0 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb.ui-ux-services {
    margin: 20px 0 0 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services.digital-marketing-image p {
    margin: 20px 0 0 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb.digital-marketing-thumb img {
    margin: 20px 0;
}
.section-our-portfolio .our-portfolio-heading {
    margin: 20px 0 0 0;
}
.section-our-portfolio .our-portfolio-heading p {
    font-size: 14px;
    line-height: 24px;
}
.section-our-portfolio .our-portfolio-container {
    margin: 20px 0 0 0;
}
.section-our-portfolio .our-portfolio-container > .show-all-container .our-portfolio-left .inner-list ul li {
    font-size: 14px;
    margin: 0 10px 0 0px;
}
.our-portfolio-left .btn{
    font-size: 14px;
    padding: 6px 18px;
}
.section-our-portfolio .our-portfolio-container > .filter-content-thumb {
    margin: 20px 0 0 0;
}
.portolio-columns .columns-25 {
    margin: 0 5px;
    width: calc(50% - 10px);
}
.section-what-our-client .what-our-client > .what-our-client-left h1 {
    font-size: 26px;
    line-height: 36px;
}
.section-what-our-client .what-our-client > .what-our-client-left p {
    font-size: 14px;
    line-height: 20px;
    margin: 6px 0 0 0;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .client-paragraph p {
    font-size: 12px;
    line-height: 20px;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .rating-star-list ul li i {
    font-size: 16px;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .client-paragraph {
    margin: 5px 0 0 0;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial .testimonial-content .client-paragraph p:after {
    height: 28px;
    width: 38px;
}
.section-what-our-client .what-our-client > .what-our-client-right .owl-prev i, 
.section-what-our-client .what-our-client > .what-our-client-right .owl-next i {
    font-size: 12px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.section-welcome-to-gulfway .lets-quickly-get-information h3 {
    font-size: 22px;
    line-height: 30px;
}
.section-welcome-to-gulfway .lets-quickly-form {
    margin: 30px 0 30px 0;
    padding: 30px;
}
.section-welcome-to-gulfway .lets-quickly-form h4 {
    margin: 0 0 25px 0;
    font-size: 20px;
    line-height: 28px;
}
.section-contact-us-form {
    margin: 30px 0 0 0;
    padding: 28px;
}
.section-contact-us-form #progressbar li:before {
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0px;
    font-size: 14px !important;
}
.section-contact-us-form #progressbar li:after {
    content: "";
    width: 42px;
    height: 4px;
    transform: translate(42px, 0px);
    top: 15px;
}
.section-contact-us-form .project-quote-head > .form-card h2, 
.section-contact-us-form .project-quote-head > .form-card h3 {
    font-size: 18px;
    line-height: 24px;
}
.section-contact-us-form .project-quote-head > .form-card p {
    margin: 6px 0 0 0;
    font-size: 14px;
}
.section-contact-us-form .project-quote-head > .form-card {
    margin-bottom: 25px;
}
.section-contact-us-form #msform input, .section-contact-us-form #msform select {
    padding: 0 15px;
    font-size: 14px;
    height: 46px;
    border-radius: 6px;
}
.section-contact-us-form #msform .action-button, 
.section-contact-us-form #msform .action-button-previous {
    width: 130px;
    height: 46px;
    margin: 15px 0 0 0;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .form-group label:before {
    padding: 8px;
    margin-right: 8px;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .form-group input:checked + label:after {
    top: 3px;
    width: 6px;
    height: 12px;
    left: 7px;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .form-radio input[type=radio] + .radio-label:before {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .form-radio label {
    font-size: 14px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left {
    margin: 0 10px;
    width: calc(35% - 20px);
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-right {
    margin: 0 10px;
    width: calc(65% - 20px);
    padding: 25px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .detail-background {
    padding: 25px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .project-detail-list h4 {
    margin: 0 0 5px 0;
    font-size: 20px;
    line-height: 24px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .social-share-now h5 {
    margin: 0 0 5px 0;
    font-size: 20px;
    line-height: 24px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .social-share-now ul li a {
    width: 36px;
    height: 36px;
    line-height: 32px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .social-share-now ul li a i {
    font-size: 12px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-right .project-detail-head h1 {
    margin: 0 0 10px 0;
    font-size: 32px;
    line-height: 40px;
}
.section-project-detail .project-detail-container .image-container-project {
    height: 120px;
    min-height: 120px;
    border-radius: 10px;
}
.section-project-detail .project-detail-container .image-container-project img {
    border-radius: 10px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-right .project-detail-head p {
    margin: 10px 0 0 0;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-right .project-detail-image {
    margin: 15px 0 0 0;
    column-gap: 10px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .service-development-image .image-row {
    margin: 0px -5px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .service-development-image .ImageContainer-Size {
    height: 120px;
    min-height: 120px;
    width: calc(33.33333333333333% - 10px);
    margin: 0 5px;
    border-radius: 10px;
}
.header-inner-colum .logo-image-left img {
    height: 80px;
}
.header-nav-menu .menu-btn {
    right: 50px;
    top: 15px;
}
.section-banner .why-choose-us-head .blob-btn {
    padding: 12px 18px;
    font-size: 14px;
}
.section-banner .why-choose-us-head svg {
    height: 42px;
}
.section-banner .why-choose-us-head p {
    font-size: 16px;
    line-height: 24px;
}
.section-bottom-arrow {
    width: 350px !important;
    height: 350px !important;
}
.section-bottom-arrow .change-section {
    margin: 6px 0 0 0;
}
.section-bottom-arrow .change-section .chevron {
    width: 34px;
    height: 6px;
}
.header-nav-menu .wrapper .menu-logo-image img {
    height: 80px;
}
.section-our-portfolio .our-portfolio-container .box .image-container {
    height: auto;
    min-height: auto;
}



}


@media only screen and (max-width: 820.99px) {

.section-banner .why-choose-us-head h1 {
    /* font-size: 38px;
    line-height: 48px;
    margin: 5px 0 0 0; */
    font-size: 32px;
    line-height: 36px;
    margin: 0px 0 0 0;
}
.section-banner .why-choose-us-head p {
    /* font-size: 16px;
    line-height: 26px; */
    font-size: 14px;
    line-height: 24px;
}
.section-banner .why-choose-us-head p br{
    display: none;
}
.section-banner .why-choose-us-head svg {
    height: 40px;
    margin: 0 0 15px 0;
}
.header-nav-menu .wrapper ul li a {
    font-size: 18px;
    padding: 14px 20px;
}
.header-section {
    top: 50px;
}
.main-footer {
    margin: 50px 0 0 0;
}
.section-ready-to-our-professional {
    height: 220px;
}
.section-welcome-to-gulfway .gulfway-heading h1 {
    font-size: 110px;
    line-height: 88px;
    -webkit-text-stroke-width: 5px;
}
.section-welcome-to-gulfway .gulfway-heading h2 {
    font-size: 42px;
    line-height: 64px;
    left: 50px;
}
.section-about-us .about-us-left, 
.section-about-us .about-us-right {
    margin: 10px 0 0 0;
}
.section-about-us .about-us-left h1 {
    font-size: 24px;
    line-height: 32px;
}
.section-about-us .about-us-left p br{
    display: none;
}
.section-about-us .about-us-left .blob-btn {
    padding: 12px 24px;
    font-size: 14px;
    margin-top: 30px;
}
.section-ready-to-our-professional .our-professional-heading h1 {
    font-size: 32px;
    line-height: 36px;
}
.section-ready-to-our-professional .our-professional-heading a {
    margin: 10px 10px 0 0px;
    font-size: 14px;
    max-width: 140px;
    height: 44px;
    line-height: 44px;
}
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-left {
    width: calc(100% - 0px);
    margin-bottom: 20px;
}
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right {
    width: calc(100% - 0px);
}
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-left button {
    margin: 0 0 10px 0;
}
.section-our-services .services-thumbnail-container{
    flex-direction: column-reverse;
    margin: 30px 0px 0 0;
}
.section-our-services .services-thumbnail-container > .services-thumbnail-left, 
.section-our-services .services-thumbnail-container > .services-thumbnail-right {
    margin: 0 0px;
}
.section-our-services .services-thumbnail-container > .services-thumbnail-right{
    margin-bottom: 20px;
}
.section-the-gulfway-advantage .gulfway-advantage-heading {
    margin: 30px 0 0px 0;
}
.section-all-next-pages .all-next-pages-container h1 {
    font-size: 42px;
    line-height: 52px;
}
.section-all-next-pages .all-next-pages-container .next-page-breadcrumb ul li {
    margin: 0 0 0 4px;
}
.section-all-next-pages .all-next-pages-container .next-page-breadcrumb ul li a {
    font-size: 12px;
}
.section-all-next-pages .all-next-pages-container .next-page-breadcrumb ul li:after {
    font-size: 14px;
    margin: 0 0px 0 8px;
}
.section-body-content .section-body-row {
    margin: 0 -10px 0;
}
.section-body-content .section-body-row .section-accordion-left {
    width: calc(42% - 20px);
    margin: 0 10px;
}
.section-body-content .section-body-row .section-accordion-right {
    width: calc(58% - 20px);
    margin: 0 10px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content {
    padding: 25px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb h1 {
    font-size: 32px;
    line-height: 38px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb p,
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services p {
    font-size: 14px;
    line-height: 22px;
    margin: 4px 0 0 0;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .service-development-image {
    margin: 20px 0px 0px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .service-development-image img {
    margin: 0 5px;
    width: calc(33.33333333333333% - 10px);
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .development-service-list h4 {
    font-size: 15px;
    line-height: 24px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .development-service-list ul li {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 0 15px;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content .engineering-excellence-head h1 {
    font-size: 18px;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content .engineering-excellence-head p {
    font-size: 14px;
    margin: 0;
    padding: 6px 0 0 0;
    line-height: 24px;
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-left,
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-right {
    width: calc(50% - 20px);
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-right h1 {
    font-size: 16px;
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-right p {
    font-size: 14px;
    line-height: 22px;
    padding-top: 6px;
}
.section-contact-us-form {
    margin: 20px 0 0 0;
    padding: 24px;
}
.section-contact-us-form #progressbar li:before {
    width: 26px;
    height: 26px;
    line-height: 26px;
    padding: 0px;
    font-size: 12px !important;
}
.section-contact-us-form #progressbar li:after {
    content: "";
    width: 30px;
    height: 4px;
    transform: translate(30px, 0px);
    top: 12px;
}
.section-contact-us-form #progressbar {
    margin: 0 0 20px 0;
}
.section-contact-us-form .project-quote-head > .form-card {
    margin-bottom: 20px;
}
.section-contact-us-form .project-quote-head > .form-card h2, 
.section-contact-us-form .project-quote-head > .form-card h3 {
    font-size: 15px;
    line-height: 22px;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .contact-us-field label {
    margin: 0 0 6px 0;
    font-size: 12px;
}
.section-contact-us-form #msform input, .section-contact-us-form #msform select {
    padding: 0 12px;
    font-size: 12px;
    height: 42px;
    border-radius: 5px;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .contact-us-field {
    /* margin: 0 0 15px 0; */
    margin-bottom: 15px;
}
.section-contact-us-form #msform select {
    background-size: 12px;
    background-position: center right 15px;
}
.section-contact-us-form #msform .action-button, 
.section-contact-us-form #msform .action-button-previous {
    width: 120px;
    height: 42px;
    margin: 12px 0 0 0;
}
.section-contact-us-form #msform fieldset {
    padding-bottom: 0px;
}
.section-contact-us-form #msform textarea {
    padding: 0 15px;
    font-size: 14px;
    height: 100px !important;
    border-radius: 5px;
    padding-top: 10px !important;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .detail-background {
    padding: 20px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .project-detail-list ul li,
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .project-detail-list ul li span a {
    font-size: 12px;
    line-height: 24px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left {
    margin: 0 10px;
    width: calc(40% - 20px);
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-right {
    margin: 0 10px;
    width: calc(60% - 20px);
    padding: 20px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left .social-share-now ul li a {
    width: 32px;
    height: 32px;
    line-height: 28px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-right .project-detail-head h1 {
    font-size: 30px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb .image-size-container {
    margin: 15px 0;
    height: 80px;
    min-height: 80px;
    border-radius: 5px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-services-thumb .image-size-container img {
    border-radius: 5px;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .service-development-image .ImageContainer-Size {
    height: 70px;
    min-height: 70px;
    width: calc(33.33333333333333% - 10px);
    margin: 0 5px;
    border-radius: 5px;
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li a i.icon-media-and-production {
    font-size: 16px;
}
.section-our-services .mobile-hidden {
    display: none;
}
.section-our-services .desktop-hidden{
    display: block;
}
.section-body-content .section-body-row .section-accordion-right > .services-next-page-content .our-web-development-services .service-development-image .image-row {
    margin: 0px -5px;
}
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right .tools-technologies-logo {
    grid-template-columns: repeat(2,1fr);
}
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right .tools-technologies-logo .inner-logo-tech img {
    height: auto;
}
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right .tools-technologies-logo .inner-logo-tech:nth-child(5){
    border-right: 1px solid #EFF8F7;
}
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right .tools-technologies-logo .inner-logo-tech:nth-child(2),
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right .tools-technologies-logo .inner-logo-tech:nth-child(4),
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right .tools-technologies-logo .inner-logo-tech:nth-child(6),
.section-tools-and-technologies .tools-and-technologies-container > .tools-row .tools-technologies-right .tools-technologies-logo .inner-logo-tech:nth-child(8){
    border-right: none;
}

.section-our-portfolio .our-portfolio-container .box .image-container {
    height: auto;
    min-height: auto;
}
.section-footer .container-copyright {
    padding: 0 30px;
}
.section-footer .container-copyright p {
    padding: 10px 0 15px 0;
    font-size: 14px;
    line-height: 24px;
}
.section-footer .container-spriter-line {
    margin: 15px 0 0 0;
}
.section-footer .footer-row > .sitemap-nav-list ul li br{
    display: none;
}
.section-footer {
    padding: 30px 0 0;
}
.section-footer .footer-row > .sitemap-nav-list .div-align-center {
    margin: 0 0 20px 0;
    display: inline-block;
}
.section-footer .footer-row > .sitemap-nav-list ul {
    margin: 10px 0 0px 0;
    padding: 0;
}
.section-footer .footer-row > .sitemap-nav-list ul li a, 
.section-footer .footer-row > .sitemap-nav-list ul li {
    font-size: 14px;
    line-height: 32px;
}
.header-inner-colum .logo-image-left img {
    height: 75px;
}
.section-banner .why-choose-us-head .blob-btn {
    padding: 10px 16px;
    font-size: 14px;
}
.section-bottom-arrow {
    width: 350px !important;
    height: 350px !important;
}
.section-bottom-arrow .change-section {
    margin: 6px 0 0 0;
}
.section-bottom-arrow .change-section .chevron {
    width: 32px;
    height: 6px;
}
.header-nav-menu .wrapper .menu-logo-image img {
    height: 75px;
}
.header-nav-menu .wrapper ul li {
    height: 60px;
    width: 100%;
    line-height: 60px;
}
.section-bottom-arrow .change-section.menu-btm-rotate {
    margin: 50px 0 0 80px;
}






}


@media only screen and (max-width: 742.99px) {
.header-section {
    top: 40px;
}
.header-nav-menu .menu-btn {
    right: 40px;
    top: 10px;
}
.header-nav-menu .wrapper .menu-logo-image {
    top: 40px;
}
.header-section .header-container .row,
.section-banner .row {
    padding: 0 40px;
}
.header-nav-menu .wrapper ul {
    padding: 0 40px;
}
.section-banner .why-choose-us-head .blob-btn {
    /* padding: 12px 26px;
    font-size: 16px; */
    padding: 10px 16px;
    font-size: 12px;
}
.section-banner .why-choose-us-head svg {
    height: 48px;
    position: absolute;
}
.section-banner .why-choose-us-head h1 {
    /* font-size: 36px;
    line-height: 46px;
    margin: 15px 0 0 0; */
    font-size: 32px;
    line-height: 40px;
    margin: 15px 0 0 0;
}
.section-banner .why-choose-us-head p {
    font-size: 14px;
    line-height: 20px;
}
.header-nav-menu .wrapper ul li a {
    font-size: 16px;
}
.section-bottom-arrow {
    width: 350px !important;
    height: 350px !important;
}
.section-bottom-arrow .change-section {
    margin: 10px 0 0 0;
}
.section-bottom-arrow .change-section .chevron {
    width: 32px;
    height: 6px;
}
.section-bottom-arrow .change-section.menu-btm-rotate {
    margin: 50px 0 0 80px;
}
.header-nav-menu .wrapper ul li {
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin-bottom: 4px;
    /* background-color: rgba(255, 255, 255, 0.1); */
}
.header-nav-menu .wrapper ul li a {
    font-size: 18px;
    line-height: 50px;
    padding: 10px 20px;
}
.header-nav-menu .wrapper ul {
    margin: 0;
    padding: 0 40px;
    top: -50%;
    transform: translate(0%, 70%);
}
.section-ready-to-our-professional {
    height: 140px;
}
.section-ready-to-our-professional .our-professional-heading h1 {
    font-size: 24px;
    line-height: 28px;
}
.section-ready-to-our-professional .our-professional-heading a {
    margin: 10px 5px 0 0px;
    font-size: 10px;
    max-width: 100px;
    height: 32px;
    line-height: 32px;
}
.section-footer .footer-row {
    padding: 0 30px;
}
.header-section.next-pages-background {
    padding-top: 40px;
    padding-bottom: 20px;
}
.nav-button-right .header-nav-menu .menu-btn.menu-next-page {
    top: 56px;
}
.header-nav-menu .wrapper .menu-logo-image {
    left: 40px;
}
.section-all-next-pages .all-next-pages-container h1 {
    font-size: 38px;
    line-height: 40px;
}
.section-all-next-pages {
    padding: 40px 0 0 0;
}
.section-welcome-to-gulfway.next-pages-body {
    transform: translate(0px, 344px);
}
.section-body-content {
    padding: 0 40px;
}
.section-body-content .section-body-row .section-accordion-left {
    width: calc(100% - 20px);
    margin-bottom: 20px;
}
.section-body-content .section-body-row .section-accordion-right {
    width: calc(100% - 20px);
}
.section-body-content .section-body-row .section-accordion-left > .services-next-page-list ul li {
    width: 100%;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content{
    margin: 0 10px 20px;
    width: calc(100% - 20px);
}
.section-agile-development .agile-development-container .agile-development-row > .agile-development-right h1 {
    font-size: 18px;
}
.section-agile-development .agile-development-container .agile-development-row > .agile-development-right p {
    font-size: 14px;
    line-height: 24px;
    padding: 6px 0 0 0;
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-left {
    width: calc(35% - 20px);
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-right{
    width: calc(65% - 20px);
}
.section-future-ready-products .future-ready-products-container {
    padding: 0 40px;
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-right p {
    font-size: 12px;
    line-height: 20px;
    padding-top: 4px;
}
.section-customer-experience .customer-experience-container {
    padding: 0 40px;
}
.section-our-portfolio .our-portfolio-container > .show-all-container .our-portfolio-left .inner-list ul li {
    font-size: 14px;
    margin: 0 10px 10px 0px;
}
.section-our-portfolio .our-portfolio-container > .show-all-container .our-portfolio-right a {
    padding: 0px 25px;
    font-size: 12px;
    margin: 20px 0 0 0;
    float: right;
    height: 44px;
    line-height: 44px;
}
.section-what-our-client .what-our-client > .what-our-client-left h1 {
    font-size: 22px;
    line-height: 32px;
}
.section-what-our-client .what-our-client > .what-our-client-right .testimonial {
    margin: 15px 15px 60px;
}
.section-what-our-client .what-our-client > .what-our-client-right {
    border: 10px solid #EAF9F7;
}
.section-our-portfolio .our-portfolio-container .box .box-content > .box-content-heading {
    left: 15px;
    bottom: 15px;
}
.section-our-portfolio .our-portfolio-container .box .box-content h1 {
    font-size: 13px;
    line-height: 22px;
}
.section-our-portfolio .our-portfolio-container .box .box-content h2 {
    font-size: 12px;
    line-height: 20px;
}
.section-our-portfolio .our-portfolio-container > .show-all-container .our-portfolio-left {
    width: calc(100% - 40px);
}
.section-our-portfolio .our-portfolio-container > .show-all-container .our-portfolio-right {
    width: calc(100% - 40px);
    text-align: right;
}
.section-what-our-client .what-our-client > .what-our-client-left {
    width: calc(100% - 40px);
}
.section-what-our-client .what-our-client > .what-our-client-right {
    width: calc(100% - 40px);
    margin-top: 20px;
}
.section-what-our-client .what-our-client {
    margin: 30px -20px 0;
}
.section-what-our-client .what-our-client > .what-our-client-right .owl-buttons {
    display: none;
}
.section-what-our-client .what-our-client > .what-our-client-left h1 br{
    display: none;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields {
    margin: 0px 0 0px 0;
    flex-wrap: wrap;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields {
    margin: 0 0 20px 0;
    width: 100%;
}
.section-welcome-to-gulfway .lets-quickly-form {
    margin: 25px 0 25px 0;
    padding: 25px;
}
.section-welcome-to-gulfway .lets-quickly-get-information h3 {
    font-size: 18px;
}
.section-welcome-to-gulfway .lets-quickly-get-information {
    margin: 10px 0 0 0;
}
.section-welcome-to-gulfway .lets-quickly-form h4 {
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 26px;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields textarea{
    height: 100px;
    padding-top: 15px !important;
}
.section-welcome-to-gulfway .lets-quickly-form .row-form-fields > .lets-form-fields select {
    background-size: 12px;
    background-position: center right 20px;
}
.section-welcome-to-gulfway .gulfway-list-nav ul {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0px;
}
.section-welcome-to-gulfway .gulfway-list-nav ul li {
    margin: 0 10px 15px;
    width: calc(50% - 20px);
}
.section-contact-us-form #progressbar li:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0px;
    font-size: 10px !important;
}
.section-contact-us-form #progressbar li:after {
    content: "";
    width: 18px;
    height: 4px;
    transform: translate(24px, 0px);
    top: 9px;
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-left {
    margin: 0 10px 30px;
    width: calc(100% - 20px);
}
.section-project-detail .project-detail-container .project-detail-row > .project-detail-right {
    margin: 0 10px;
    width: calc(100% - 20px);
    padding: 20px;
}
.header-inner-colum .logo-image-left img,
.header-nav-menu .wrapper .menu-logo-image img {
    height: 75px;
}
.our-portfolio-left .btn {
    font-size: 14px;
    padding: 6px 16px;
}




}


@media only screen and (max-width: 480.99px) {

.header-section {
    top: 30px;
}
.header-section .header-container .row, 
.section-banner .row {
    padding: 0 30px;
}
.header-nav-menu .menu-btn {
    right: 30px;
    top: 5px;
}
.header-inner-colum .logo-image-left img,
.header-nav-menu .wrapper .menu-logo-image img{
    height: 60px;
}
.header-nav-menu .menu-btn span,
.header-nav-menu .menu-btn:before,
.header-nav-menu .menu-btn:after {
    border-bottom: 5px solid #fff;
    width: 65%;
}
.section-banner .why-choose-us-head .blob-btn {
    padding: 10px 16px;
    font-size: 12px;
}
.section-banner .why-choose-us-head h1 {
    font-size: 28px;
    line-height: 34px;
    margin: 20px 0 0 0;
    text-align: left;
}
.section-banner .why-choose-us-head h1 br{
    display: none;
}
.section-banner .why-choose-us-head p {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}
.section-bottom-arrow {
    width: 270px !important;
    height: 300px !important;
}
.section-bottom-arrow .change-section {
    margin: 0px 0 0 0;
}
.section-bottom-arrow .change-section .chevron {
    width: 25px;
    height: 5px;
}
.section-bottom-arrow .change-section.menu-btm-rotate {
    margin: 44px 0 0 80px;
}
.header-nav-menu .wrapper .menu-logo-image {
    left: 30px;
    top: 30px;
}
.section-welcome-to-gulfway {
    transform: translate(0px, 130px);
}
.section-welcome-to-gulfway .welcome-container .row {
    padding: 0 30px;
}
.section-about-us .about-us-left,
.section-about-us .about-us-right {
    margin: 10px 0 0 0;
    width: 100%;
}
.section-about-us .about-us-right img{
    display: block;
    padding: 15px 30px;
}
.section-welcome-to-gulfway .gulfway-heading {
    margin: 30px 0 0 0;
    transform: translate(-33px, 0px);
}
.section-welcome-to-gulfway .gulfway-heading h1 {
    font-size: 80px;
    line-height: 67px;
    -webkit-text-stroke-width: 3px;
}
.section-welcome-to-gulfway .gulfway-heading h2 {
    /* font-size: 30px;
    line-height: 64px;
    left: 35px; */
    font-size: 30px;
    line-height: 42px;
    left: 35px;
}
.section-about-us .about-us-left svg {
    height: 15px;
}
.section-ready-to-our-professional {
    height: 110px;
}
.section-ready-to-our-professional .our-professional-heading h1 {
    font-size: 18px;
    line-height: 22px;
}
.section-ready-to-our-professional .our-professional-heading {
    width: 62%;
}
.section-ready-to-our-professional .our-professional-heading a {
    margin: 6px 5px 0 0px;
    font-size: 8px;
    max-width: 85px;
    height: 24px;
    line-height: 24px;
}
.section-footer .footer-columns .columns-25 {
    width: calc(100% - 0px);
}
.section-footer .footer-row > .footer-about-us {
    margin: 0 0px 30px 0;
}
.section-footer .container-spriter-line .copyright-spriter-line {
    margin: 0 30px;
}
.section-footer .footer-row > .sitemap-nav-list .div-align-center {
    margin: 0 0 20px 0;
    display: inline-block;
}
.section-our-services .services-thumbnail-container > .services-thumbnail-left .accordion-header {
    margin: 0 0px 0px 0;
    display: block;
}
.section-our-services .services-thumbnail-container > .services-thumbnail-left .accordion-header button{
    width: calc(100% - 0px);
    margin: 0 0 10px 0;
}
.section-our-services .accordion-body .inner-services-right {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.section-our-services .accordion-body{
    display: block;
}
.section-our-services .accordion-body .inner-services-right h1 {
    font-size: 18px;
    text-align: center;
    margin: 20px 0 0 0;
}
.section-our-services .accordion-body .inner-services-right p {
    text-align: center;
}
.section-our-services .accordion-body .inner-services-right a {
    margin: 30px 0 0 0;
    font-size: 14px;
    text-align: center;
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb {
    width: calc(100% - 0px);
}
.header-section.next-pages-background {
    padding-top: 30px;
    padding-bottom: 0px;
}
.nav-button-right .header-nav-menu .menu-btn.menu-next-page {
    top: 34px;
}
.section-all-next-pages .all-next-pages-container h1 {
    font-size: 30px;
    line-height: 36px;
}
.section-all-next-pages .all-next-pages-container .next-page-breadcrumb ul li a {
    font-size: 10px;
}
.section-welcome-to-gulfway.next-pages-body {
    transform: translate(0px, 268px);
}
.section-body-content {
    padding: 0 30px;
}
.section-all-next-pages .all-next-pages-container {
    padding: 0 0px;
}
.section-agile-development {
    padding: 0 30px;
}
.section-engineering-excellence .engineering-excellence-container {
    padding: 0 30px;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row > .engineering-excellence-content {
    margin: 0 10px 20px;
    width: calc(100% - 20px);
    
}
.section-agile-development .agile-development-container .agile-development-row {
    margin: 0 0px;
}
.section-agile-development .agile-development-container .agile-development-row > .agile-development-left {
    margin: 0 0px;
    width: calc(100% - 0px);
}
.section-agile-development .agile-development-container .agile-development-row > .agile-development-right {
    margin: 20px 0px;
    padding: 0px 0px;
    width: calc(100% - 0px);
}
.section-future-ready-products .future-ready-products-container {
    padding: 0 30px;
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-left,
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-right {
    width: calc(100% - 0px);
    margin: 0;
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row {
    margin: 0 0px 30px 0;
    border: 1px solid #D9ECEB;
    padding: 15px;
    border-radius: 10px;
}
.section-future-ready-products .future-ready-products-container .future-ready-products-row > .future-ready-products-right{
    margin: 15px 0 15px 0;
}
.section-engineering-excellence .engineering-excellence-container .engineering-excellence-row.operational-efficiency-background {
    padding: 25px 15px 20px 15px;
}
.section-customer-experience .customer-experience-container {
    padding: 0 30px;
}
.section-customer-experience .customer-experience-container .customer-experience-row {
    padding: 15px 15px 15px 15px;
}
.section-customer-experience .customer-experience-container .customer-experience-row > .customer-experience-content {
    padding: 15px;
}
.section-customer-experience .customer-experience-container .customer-experience-row > .customer-experience-content h1 {
    font-size: 15px;
    padding: 12px 0 0 0;
}
.section-customer-experience .customer-experience-container .customer-experience-row > .customer-experience-content p {
    font-size: 14px;
    line-height: 24px;
    padding: 6px 0 0 0;
}
.section-our-portfolio .our-portfolio-heading p br{
    display: none;
}
.section-our-portfolio .our-portfolio-container > .show-all-container .our-portfolio-left {
    width: calc(100% - 40px);
}
.section-our-portfolio .our-portfolio-container > .show-all-container .our-portfolio-right a{
    display: none;
}
.portolio-columns .columns-25 {
    width: calc(100% - 10px);
}
.section-what-our-client .what-our-client {
    margin: 50px -20px 0;
}
.section-what-our-client .what-our-client > .what-our-client-left {
    width: calc(100% - 40px);
}
.section-what-our-client .what-our-client > .what-our-client-right {
    width: calc(100% - 40px);
}
.section-what-our-client .what-our-client > .what-our-client-left p {
    margin: 6px 0 20px 0;
}
.section-what-our-client .what-our-client > .what-our-client-right .owl-buttons {
    display: none;
}
.section-what-our-client .what-our-client > .what-our-client-right .owl-pagination .owl-page span {
    width: 8px;
    height: 8px;
    margin: 0px 0px 0 5px;
}
.section-contact-us-form #progressbar li{
    width: 30%;
}
.section-contact-us-form #progressbar li:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0px;
    font-size: 12px !important;
}
.section-contact-us-form #progressbar li:after {
    content: "";
    width: 24px;
    height: 4px;
    transform: translate(36px, 0px);
    top: 14px;
}
.section-contact-us-form {
    margin: 15px 0 0 0;
    padding: 15px;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row {
    margin: 0 -10px;
}
.section-contact-us-form .project-quote-head > .contact-us-form-container .contact-us-form-row .contact-us-field {
    margin: 0 0px 15px 10px;
    width: calc(100% - 0px);
}
.section-contact-us-form #msform .action-button, 
.section-contact-us-form #msform .action-button-previous {
    width: 100%;
    height: 40px;
    margin: 0px 0 15px 0;
}
.section-project-detail .project-detail-container {
    padding: 0 30px;
}
.section-project-detail .project-detail-container .image-container-project {
    height: 80px;
    min-height: 80px;
    border-radius: 5px;
}
.section-project-detail .project-detail-container .image-container-project img {
    border-radius: 5px;
}
.section-about-us .about-us-left {
    padding: 0 30px 0 30px;
}
.about-us-thumbnail-container .row-about-us-thumbnail {
    margin: 30px 0px 0;
    padding: 0 30px;
}
.about-us-thumbnail-container .row-about-us-thumbnail .about-us-thumbnail-box {
    margin: 0 0px 20px;
    width: calc(100% - 0px);
}
.section-the-gulfway-advantage .gulfway-advantage-container > .gulfway-advantage-thumb .gulf-services-icon i.icon-devops {
    font-size: 28px;
    left: -6px;
}
.section-our-services .desktop-hidden .our-service-in-mobile .our-service-accordion > .accordion-inner-container .accordion-inner-left .accordion-inner-icon i.icon-media-and-production{
    font-size: 32px;
    position: relative;
    left: -3px;
}
.section-our-services .desktop-hidden .our-service-in-mobile .our-service-accordion > .accordion-inner-container .accordion-inner-left .accordion-inner-icon i.icon-youtube{
    font-size: 28px;
    position: relative;
    left: -4px;
}
.section-about-us .about-us-left h1 br{
    display: none;
}
.page-wrapper{
    overflow: unset;
}
.section-about-us .about-us-right.about-image-d-none{
    display: none;
}
.section-about-us .about-us-right.about-image-d-block{
    display: block;
    padding: 15px 30px 0;
}
.section-about-us .about-us-right.about-image-d-block img{
    border-radius: 4px;
    padding: 0;
}




}


/* All Page Responsive Media Queries For All Devices CSS End */

/* VodoFox brand palette */
body {
    color: var(--vodo-text) !important;
    background-color: var(--vodo-surface) !important;
}

a {
    transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(49, 199, 213, 0.38);
    outline-offset: 3px;
}

.header-nav-menu .wrapper {
    background-color: var(--vodo-navy);
}

.header-inner-colum .logo-image-left > a,
.header-nav-menu .wrapper .menu-logo-image > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 12px 32px rgba(17, 22, 56, 0.14);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.header-nav-menu .wrapper ul li a::after,
.blob-btn,
.section-ready-to-our-professional .our-professional-heading a,
.section-contact-us-form #msform .action-button,
.section-contact-us-form #msform .action-button-previous {
    background: var(--vodo-gradient);
    box-shadow: 0 10px 28px rgba(49, 199, 213, 0.24);
}

.header-nav-menu .wrapper ul li a:hover,
.section-ready-to-our-professional .our-professional-heading a:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(17, 22, 56, 0.22);
}

.section-ready-to-our-professional {
    background-image:
        linear-gradient(90deg, rgba(17, 22, 56, 0.06) 0%, rgba(17, 22, 56, 0.30) 30%, rgba(17, 22, 56, 0.86) 60%, rgba(36, 126, 135, 0.88) 100%),
        url(../images/footer-background.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-ready-to-our-professional .our-professional-heading a.active {
    color: var(--vodo-navy);
    background: #FFFFFF;
}

.section-footer {
    background: linear-gradient(180deg, #F6FBFC 0%, #EAF9F7 100%);
}

.section-footer .footer-row > .sitemap-nav-list h1,
.section-footer .footer-row > .sitemap-nav-list ul li a,
.section-footer .container-copyright p {
    color: var(--vodo-ink);
}

input,
select,
textarea {
    caret-color: var(--vodo-cyan);
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--vodo-cyan) !important;
    box-shadow: 0 0 0 4px rgba(49, 199, 213, 0.12);
}

::selection {
    color: #FFFFFF;
    background: var(--vodo-navy-soft);
}

/* Minimal VodoFox homepage */
.section-banner .why-choose-us-head {
    max-width: 1080px;
}

.section-banner .hero-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

.section-banner .hero-secondary-link {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.section-banner .hero-secondary-link:hover {
    color: var(--vodo-mint);
    border-color: var(--vodo-mint);
}

.section-banner .why-choose-us-head h1 {
    max-width: 1050px;
    margin-top: 30px;
    font-size: clamp(54px, 5.5vw, 92px);
    line-height: 0.94;
    letter-spacing: -0.025em;
    text-transform: none;
}

.section-banner .words {
    margin-top: 26px;
    font-size: clamp(15px, 1.4vw, 20px);
    letter-spacing: 0.14em;
    color: var(--vodo-mint);
}

.section-banner .words .word {
    animation: homeWordIn 0.7s forwards;
    transform: translateY(14px);
}

.section-banner .words .word:nth-child(1) { animation-delay: 0s; }
.section-banner .words .word:nth-child(2) { animation-delay: 0.12s; }
.section-banner .words .word:nth-child(3) { animation-delay: 0.24s; }
.section-banner .words .word:nth-child(4) { animation-delay: 0.36s; }

@keyframes homeWordIn {
    to { opacity: 1; transform: translateY(0); }
}

.section-banner .hero-supporting-copy {
    max-width: 720px;
    margin-top: 20px;
    font-size: clamp(17px, 1.4vw, 22px);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
}

#contentForWelcome .page-fixed {
    padding: 0 80px;
}

.home-story {
    width: min(100%, 1400px);
    margin: 0 auto;
    padding: 250px 0 80px;
    color: var(--vodo-text);
}

.home-story h1,
.home-story h2,
.home-story h3,
.home-story p {
    margin-top: 0;
}

.home-kicker {
    margin-bottom: 18px;
    color: #159CA8;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-intro {
    max-width: 1030px;
    padding-bottom: 90px;
}

.home-intro h1,
.home-section h2,
.home-final-cta h2 {
    color: var(--vodo-ink);
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.home-intro h1 {
    margin-bottom: 28px;
    font-size: clamp(58px, 6vw, 100px);
    line-height: 0.94;
}

.home-lead {
    max-width: 790px;
    margin-bottom: 0;
    font-size: clamp(19px, 1.7vw, 26px);
    line-height: 1.55;
}

.home-proof {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid rgba(17, 22, 56, 0.09);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: var(--vodo-shadow);
    overflow: hidden;
}

.home-proof div {
    padding: 34px 28px;
    border-right: 1px solid rgba(17, 22, 56, 0.08);
}

.home-proof div:last-child { border-right: 0; }
.home-proof strong,
.home-proof span { display: block; }
.home-proof strong { color: var(--vodo-ink); font-size: 20px; }
.home-proof span { margin-top: 8px; font-size: 14px; line-height: 1.45; }

.home-section {
    padding: 130px 0;
}

.home-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 32px;
    margin-bottom: 48px;
}

.home-section-heading .home-kicker { grid-column: 1 / -1; margin-bottom: -14px; }
.home-section-heading h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(48px, 5vw, 76px); line-height: 0.98; }
.home-section-heading > a { color: var(--vodo-ink); font-size: 16px; font-weight: 700; text-decoration: none; }
.home-section-heading > a:hover { color: #159CA8; }

.home-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.home-card-grid article {
    min-height: 280px;
    padding: 30px;
    border: 1px solid rgba(17, 22, 56, 0.08);
    border-radius: 22px;
    background: #FFFFFF;
    box-shadow: 0 8px 30px rgba(17, 22, 56, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.home-card-grid article:hover {
    transform: translateY(-7px);
    border-color: rgba(49, 199, 213, 0.45);
    box-shadow: 0 20px 44px rgba(17, 22, 56, 0.12);
}

.home-card-grid article > span { color: #159CA8; font-size: 13px; font-weight: 800; }
.home-card-grid h3 { margin: 80px 0 16px; color: var(--vodo-ink); font-size: 24px; font-weight: 700; }
.home-card-grid p { margin-bottom: 0; font-size: 16px; line-height: 1.65; }

.home-process {
    padding-right: 50px;
    padding-left: 50px;
    border-radius: 34px;
    background: var(--vodo-dark-gradient);
}

.home-process .home-kicker { color: var(--vodo-mint); }
.home-process h2 { color: #FFFFFF; }
.home-process ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.home-process li { display: flex; gap: 18px; padding: 30px 24px; border-top: 1px solid rgba(255, 255, 255, 0.18); }
.home-process li > span { color: var(--vodo-mint); font-size: 13px; font-weight: 800; }
.home-process h3 { margin-bottom: 10px; color: #FFFFFF; font-size: 22px; }
.home-process li p { margin-bottom: 0; color: rgba(255, 255, 255, 0.68); font-size: 15px; line-height: 1.55; }

.home-why {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 100px;
    align-items: end;
}

.home-why h2 { margin-bottom: 0; font-size: clamp(50px, 5vw, 78px); line-height: 0.98; }
.home-why ul { margin: 0; padding: 0; list-style: none; }
.home-why li { padding: 18px 0; border-bottom: 1px solid rgba(17, 22, 56, 0.12); color: var(--vodo-ink); font-size: 18px; font-weight: 650; }
.home-why li::before { content: '✓'; margin-right: 14px; color: #159CA8; }

.home-final-cta {
    padding: 90px 60px;
    border-radius: 34px;
    text-align: center;
    background: linear-gradient(135deg, rgba(49, 199, 213, 0.16), rgba(126, 217, 190, 0.32));
}

.home-final-cta h2 { margin-bottom: 18px; font-size: clamp(52px, 6vw, 88px); line-height: 0.95; }
.home-final-cta > p:not(.home-kicker) { max-width: 620px; margin: 0 auto; font-size: 19px; line-height: 1.6; }
.home-final-cta > div { display: flex; justify-content: center; gap: 14px; margin-top: 34px; }
.home-final-cta a { min-width: 170px; padding: 16px 24px; border: 1px solid var(--vodo-navy); border-radius: 999px; color: var(--vodo-navy); font-size: 15px; font-weight: 750; text-decoration: none; }
.home-final-cta a:first-child { border-color: transparent; color: #FFFFFF; background: var(--vodo-gradient); }
.home-final-cta a:hover { transform: translateY(-2px); box-shadow: var(--vodo-shadow); }

.home-mini-footer {
    display: grid;
    grid-template-columns: minmax(180px, 0.8fr) minmax(260px, 1.35fr) minmax(170px, 0.8fr) minmax(150px, 0.7fr);
    gap: 30px;
    align-items: center;
    padding: 60px 0 20px;
    color: var(--vodo-text);
    font-size: 13px;
}

.home-mini-footer img { width: 180px; height: auto; }
.home-mini-footer p,
.home-mini-footer address { margin-bottom: 0; font-style: normal; line-height: 1.65; }
.home-mini-footer a { color: var(--vodo-ink); font-weight: 650; text-decoration: none; }
.home-mini-footer a:hover { color: #159CA8; }
.home-mini-footer .home-copyright { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(17, 22, 56, 0.10); }

.section-footer .office-details li {
    margin-bottom: 9px;
    font-size: 15px;
    line-height: 1.5;
}

.section-footer .office-details li:last-child { margin-bottom: 0; }
.section-footer .office-details a { color: var(--vodo-ink); text-decoration: none; }
.section-footer .office-details a:hover { color: #159CA8; }
.section-footer .office-details strong { color: var(--vodo-ink); font-weight: 700; }

.section-footer .footer-row > .footer-about-us p {
    max-width: 310px;
    margin-top: 28px;
    text-align: left;
    text-wrap: pretty;
    line-height: 1.65;
    word-spacing: normal;
    hyphens: none;
}

@media only screen and (max-width: 991.99px) {
    #contentForWelcome .page-fixed { padding: 0 40px; }
    .home-story { padding-top: 210px; }
    .home-proof,
    .home-card-grid { grid-template-columns: repeat(2, 1fr); }
    .home-proof div:nth-child(2) { border-right: 0; }
    .home-proof div:nth-child(-n+2) { border-bottom: 1px solid rgba(17, 22, 56, 0.08); }
    .home-process ol { grid-template-columns: repeat(2, 1fr); }
    .home-why { grid-template-columns: 1fr; gap: 50px; }
    .home-mini-footer { grid-template-columns: 1fr 1fr; }
    .home-mini-footer .home-copyright { grid-column: 1 / -1; }
}

@media only screen and (max-width: 600px) {
    .section-banner { top: 52%; }
    .section-banner .row { padding: 0 24px; }
    .section-banner .hero-actions { gap: 14px; }
    .section-banner .hero-secondary-link { font-size: 13px; }
    .section-banner .why-choose-us-head h1 { margin-top: 24px; font-size: clamp(38px, 11vw, 52px); line-height: 0.98; }
    .section-banner .words { margin-top: 18px; font-size: 11px; letter-spacing: 0.08em; }
    .section-banner .words .word { margin-right: 0.15em; }
    .section-banner .hero-supporting-copy { margin-top: 14px; font-size: 15px; line-height: 1.45; }
    #contentForWelcome .page-fixed { padding: 0 22px; }
    .home-story { padding-top: 170px; padding-bottom: 40px; }
    .home-intro { padding-bottom: 60px; }
    .home-intro h1 { font-size: 52px; }
    .home-lead { font-size: 17px; }
    .home-proof,
    .home-card-grid,
    .home-process ol { grid-template-columns: 1fr; }
    .home-proof div { padding: 24px; border-right: 0; border-bottom: 1px solid rgba(17, 22, 56, 0.08); }
    .home-proof div:last-child { border-bottom: 0; }
    .home-section { padding: 85px 0; }
    .home-section-heading { grid-template-columns: 1fr; gap: 18px; }
    .home-section-heading .home-kicker { margin-bottom: 0; }
    .home-section-heading h2 { font-size: 46px; }
    .home-card-grid article { min-height: 230px; padding: 25px; }
    .home-card-grid h3 { margin-top: 55px; }
    .home-process { padding: 70px 24px; margin: 0 -8px; border-radius: 26px; }
    .home-process li { padding: 24px 0; }
    .home-why { gap: 35px; }
    .home-why h2 { font-size: 48px; }
    .home-final-cta { padding: 65px 22px; border-radius: 26px; }
    .home-final-cta h2 { font-size: 52px; }
    .home-final-cta > p:not(.home-kicker) { font-size: 16px; }
    .home-final-cta > div { flex-direction: column; }
    .home-mini-footer { grid-template-columns: 1fr; gap: 18px; text-align: left; }
    .home-mini-footer .home-copyright { grid-column: auto; }
    .section-footer .footer-row > .footer-about-us p {
        max-width: 100%;
        margin-top: 20px;
    }
}

@media only screen and (max-height: 720px) {
    .section-banner .why-choose-us-head h1 {
        margin-top: 18px;
        font-size: clamp(36px, 7vh, 58px);
    }
    .section-banner .words { margin-top: 12px; }
    .section-banner .hero-supporting-copy { margin-top: 10px; font-size: 15px; line-height: 1.4; }
}
