@font-face {
    font-family: "proximanova";
    src: url("../fonts/ProximaNova-Black.woff2") format("woff2"),
        url("/fonts/ProximaNova-Bold.woff2") format("woff2"),
        url("/fonts/ProximaNova-Light.woff2") format("woff2"),
        url("/fonts/ProximaNova-Semibold.woff2") format("woff2"),
        url("/fonts/ProximaNovaRegular.woff2") format("woff2");
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
    --textColor: #000;
}

body {
    line-height: 30px;
    font-family: Proxima Nova, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    overflow-x: hidden;
    background: #f1f8fb;
}


p a {
    color: #363636;
    width: auto;
    display: inline-block
}

p a:hover {
    text-decoration: underline;
    outline: 0
}

p {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-align: justify;
    font-weight: 400
}

a {
    color: #7f7f7f;
    text-decoration: none;
    outline: 0;
    display: block
}

a:hover,
a:focus,
a:active {
    outline: 0;
    text-decoration: none
}

img {
    max-width: 100%
}

iframe {
    border: 0;
    width: 100%
}

blockquote {
    padding: 0;
    border: 0
}

h1 {
    font-size: 30px;
    margin: 0;
}

h2 {
    font-size: 25px;
    margin: 0
}

h3 {
    font-size: 20px;
    margin: 0
}

h4 {
    font-size: 18px;
    margin: 0
}

h5 {
    font-size: 17px;
    margin: 0
}

h6 {
    font-size: 16px;
    margin: 0
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #02619e;
}

.header .container-fluid {
    padding: 0 20px;

}

.header .container-fluid .row {
    position: relative;
}

.header {
    float: left;
    background: transparent;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 99;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .01);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .01);
}

.header.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    background: transparent linear-gradient(120deg, #000 0%, #355e73 100%) 0% 0% no-repeat padding-box;
    padding: 0;
}

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

    to {
        opacity: 1;
        transform: none
    }
}

.topHeader {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: transparent;
    /* background: transparent linear-gradient(120deg, #0e81b9 0%, #ffa007 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(120deg, #355e73 0%, #000 100%) 0% 0% no-repeat padding-box; */
    border-bottom: 1px solid #112b37;
    3d5d6c;
    position: relative;
}

.header.stricky-fixed .topHeader {
    display: none;
}

.franchise {
    padding: 5px 10px;
    height: auto;
    line-height: normal;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    float: left;
    width: auto;
    margin: 2px 0;
    border: 1px solid #97d4e8;
    border-radius: 4px;
    background: #c8e7f1;
    color: #0e81ba;
}


.franchise:after,
.franchise:before {
    border: solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    pointer-events: none;
    width: 0;
    top: 100%;
}

.franchise:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #97d4e8;
    left: 15%;
    margin-left: -10px;
    border-width: 10px;
}

.franchise:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #c8e7f1;
    left: 15%;
    margin-left: -8px;
    border-width: 8px;
}

.franchise a {
    position: relative;
    color: #2d7187;
    font-size: 16px;
}

.franchise:hover {
    background: #0e81ba;
    color: #fff;
    border-color: #0e81ba;
}

.franchise:hover:after {
    border-top-color: #0e81ba;
}

.topLeft {
    display: flex;
    align-items: center;
    color: #a0b7c1;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}

.topLeft svg {
    margin-right: 5px;
}

.call_btn {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    /* margin-right: 15px; */

}

.call_btn svg {
    width: 24px;
    height: 24px;
    -webkit-animation: tada 1.5s ease infinite;
    animation: tada 1.5s ease infinite;
}

.call_btn:hover,
.call_btn:focus {
    color: #ffa007;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.95, .95, .95)rotate3d(0, 0, 1, -10deg);
        transform: scale3d(.95, .95, .95)rotate3d(0, 0, 1, -10deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1, 1, 1)rotate3d(0, 0, 1, 10deg);
        transform: scale3d(1, 1, 1)rotate3d(0, 0, 1, 10deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1, 1, 1)rotate3d(0, 0, 1, -10deg);
        transform: scale3d(1, 1, 1)rotate3d(0, 0, 1, -10deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.95, .95, .95)rotate3d(0, 0, 1, -10deg);
        transform: scale3d(.95, .95, .95)rotate3d(0, 0, 1, -10deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1, 1, 1)rotate3d(0, 0, 1, 10deg);
        transform: scale3d(1, 1, 1)rotate3d(0, 0, 1, 10deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


.hiringTab {
    padding: 5px 10px;
    height: auto;
    line-height: normal;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    width: auto;
    margin: 2px 0 2px 15px;
    border: 1px solid #d5870b;
    border-radius: 4px;
    background: #ffa007;
    color: #fff;
}


.hiringTab:after,
.hiringTab:before {
    border: solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    pointer-events: none;
    width: 0;
    top: 100%;
}

.hiringTab:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #d5870b;
    left: 15%;
    margin-left: -10px;
    border-width: 10px;
}

.hiringTab:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffa007;
    left: 15%;
    margin-left: -8px;
    border-width: 8px;
}

.hiringTab a {
    position: relative;
    color: #fff;
    font-size: 16px;
}

.hiringTab:hover {
    background: #0e81ba;
    color: #fff;
    border-color: #0e81ba;
}

.hiringTab:hover:after {
    border-top-color: #0e81ba;
}

.fakeJob {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 12px;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: normal;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;

    background: #f8d7da;
    color: #842029;
    border: 1px solid transparent;
    border-color: #f5c2c7;

}

.fakeJob a {
    margin-left: 10px;
    color: #333;
    text-decoration: underline;
    font-weight: 600;
}



.top_right {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
}

.top_right p {
    margin: 0;
    line-height: 40px;
}

.top_right img {
    width: 95px;
    height: auto;
    border-radius: 3px;
    border: 0 solid #e5e5e5;
    margin-left: 5px;
}

.logo {

    max-width: 280;
}

.header.stricky-fixed .logo {
    max-width: 180px;
}

.mobileLogo {
    position: absolute;
    left: 0;
    top: 10px;
}

.navigation {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navigation .navbar button {
    float: right;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 25px;
    border-radius: 0;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 99;
    padding: 5px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navigation .navbar button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 70%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 15%;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.navigation .navbar button span:nth-child(1) {
    top: 8px;
}

.navigation .navbar button span:nth-child(2),
.navigation .navbar button span:nth-child(3) {
    top: 18px;
}

.navigation .navbar button span:nth-child(4) {
    top: 28px;
}

.navigation .navbar button.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .navbar button.open span:nth-child(2) {
    transform: rotate(45deg);
}

.navigation .navbar button.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.navigation .navbar button.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navigation .menu {
    display: block
}

.navigation .menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    display: flex;
    align-items: center;
    position: static;
}

.navigation .menu ul li {
    display: inline-block;
    position: relative
}

.navigation .menu ul li.mega {
    position: static
}

.navigation .menu ul li a {
    padding: 16px 12px;
    display: block;
    color: #fff;
    transition: all 0.3s ease;
    font-size: 17px;
    background: transparent;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
}

.navigation .menu ul li.active a,
.navigation .menu ul li:hover a {
    color: #ffa007;
    background: transparent;
}

.navigation .menu ul li ul.cs-dropdown {
    top: 100%;
    left: 0;
    text-align: left;
    border: 0;
    position: absolute;
    width: 100%;
    min-width: 260px;
    display: none;
    z-index: 99999;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.4);
    background: #fff;
    margin: 0;
    padding: 0;
    transition: all .3s ease;
    border-radius: 0 0 4px 4px;
    /* border-top: 1px solid #d4e2ef; */
    overflow: hidden;
}

.navigation .menu ul li.mega ul.cs-dropdown {
    width: 100%;
    padding: 20px 0 0;
}

.navigation .menu ul li:hover ul.cs-dropdown {
    display: block;
}

.navigation .menu ul li ul.cs-dropdown li {
    display: block;
    border-bottom: 1px solid #e1f5ff;
    position: relative;
}

.navigation .menu ul li ul.cs-dropdown li:before {
    content: "";
    height: 102%;
    left: 0;
    position: absolute;
    top: 0;
    width: 7px;
    z-index: 34;
    background: #50a2d7;
}

.navigation .menu ul li ul.cs-dropdown li a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    line-height: normal;
    position: relative;
    display: block;
    text-transform: capitalize;
    background: transparent;
    transition: all 0.3s ease;
}

.navigation .menu ul li ul.cs-dropdown li a:hover {
    color: #0e81b9;
    background: #e1f5ff;
}

.navigation ul li.cs-submenu a button {
    border: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    margin: 0 0 0 3px;
    color: #fff;
}

.navigation ul li.cs-submenu a button svg {
    width: 16px;
    height: 16px;
}

.navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(180deg);
    color: #ffa007;
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li.cs-submenu svg {
    color: #242424
}

.navigation ul li.cs-submenu:hover ul.cs-dropdown li a svg {
    color: #09334f;
}

.navigation .menu ul li ul.cs-dropdown li a:hover svg {
    color: #0e81b9;
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button {
    float: right;
    color: #333;
}

.navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
    transform: rotateZ(-90deg);
}

.navigation ul li.cs-submenu ul.cs-dropdown li.cs-submenu:hover svg {
    color: #fff;
}

.navigation .navbar {
    display: none;
    padding: 12px 0;
    margin: 0
}

.navigation .menu ul li:nth-child(1).active a,
.navigation .menu ul li:nth-child(1):hover a,
.navigation .menu ul li:nth-child(1) a:hover,
.navigation .menu ul li:nth-child(1):focus {
    color: #4285f4;
}

.navigation .menu ul li:nth-child(1) ul.cs-dropdown li:before {
    background: #4285f4;
}

.navigation .menu ul li:nth-child(1) ul.cs-dropdown li a {
    color: #333;
}

.navigation .menu ul li:nth-child(1) ul.cs-dropdown li a:hover,
.navigation .menu ul li:nth-child(1) ul.cs-dropdown li:focus {
    background: #4285f4;
    color: #fff;
}

.navigation .menu ul li:nth-child(1).cs-submenu:hover svg {
    color: #4285f4;
}

.navigation .menu ul li:nth-child(2).active a,
.navigation .menu ul li:nth-child(2):hover a,
.navigation .menu ul li:nth-child(2) a:hover,
.navigation .menu ul li:nth-child(2):focus {
    color: #ea4335;
}

.navigation .menu ul li:nth-child(2) ul.cs-dropdown li:before {
    background: #ea4335;
}

.navigation .menu ul li:nth-child(2) ul.cs-dropdown li a {
    color: #333;
}

.navigation .menu ul li:nth-child(2) ul.cs-dropdown li a:hover,
.navigation .menu ul li:nth-child(2) ul.cs-dropdown li:focus {
    background: #ea4335;
    color: #fff;
}

.navigation .menu ul li:nth-child(2).cs-submenu:hover svg {
    color: #ea4335;
}


.navigation .menu ul li:nth-child(3).active a,
.navigation .menu ul li:nth-child(3):hover a,
.navigation .menu ul li:nth-child(3) a:hover,
.navigation .menu ul li:nth-child(3):focus {
    color: #fbbc05;
}

.navigation .menu ul li:nth-child(3) ul.cs-dropdown li:before {
    background: #fbbc05;
}

.navigation .menu ul li:nth-child(3) ul.cs-dropdown li a {
    color: #333;
}

.navigation .menu ul li:nth-child(3) ul.cs-dropdown li a:hover,
.navigation .menu ul li:nth-child(3) ul.cs-dropdown li:focus {
    background: #fbbc05;
    color: #fff;
}

.navigation .menu ul li:nth-child(3).cs-submenu:hover svg {
    color: #fbbc05;
}


.navigation .menu ul li:nth-child(4).active a,
.navigation .menu ul li:nth-child(4):hover a,
.navigation .menu ul li:nth-child(4) a:hover,
.navigation .menu ul li:nth-child(4):focus {
    color: #34a853;
}

.navigation .menu ul li:nth-child(4) ul.cs-dropdown li:before {
    background: #34a853;
}

.navigation .menu ul li:nth-child(4) ul.cs-dropdown li a {
    color: #333;
}

.navigation .menu ul li:nth-child(4) ul.cs-dropdown li a:hover,
.navigation .menu ul li:nth-child(4) ul.cs-dropdown li:focus {
    background: #34a853;
    color: #fff;
}

.navigation .menu ul li:nth-child(4).cs-submenu:hover svg {
    color: #34a853;
}




.career_btn {
    display: inline-block;
    background-image: linear-gradient(180deg, #ffc83e, #ef9b2d);
    color: #384a49;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    padding: 6px 50px 6px 15px;
    border-radius: 2px;
    margin-top: 2px;
    margin-left: 20px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
    white-space: nowrap;
    text-transform: uppercase;
}

.career_btn .rocket_img {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 10%;
    right: 15px;
    -webkit-animation: rocket-animation 5s infinite;
    animation: rocket-animation 5s infinite;

}

.career_btn:hover {
    background: #0a83bd;
    color: #fff;
}

@-webkit-keyframes rocket-animation {
    0% {
        top: 10%;
        right: 15px
    }

    10% {
        top: 10%;
        right: 15px
    }

    20% {
        top: 10%;
        right: 15px
    }

    25% {
        top: 15%;
        right: 10px
    }

    30% {
        top: 10%;
        right: 15px
    }

    35% {
        top: 15%;
        right: 10px
    }

    40% {
        top: 10%;
        right: 15px
    }

    45% {
        top: 15%;
        right: 10px
    }

    50% {
        top: 10%;
        right: 15px
    }

    55% {
        top: 13%;
        right: 13px
    }

    75% {
        top: -65%;
        right: -20px;
        opacity: 1
    }

    75.1% {
        top: -65%;
        right: -20px;
        opacity: 0
    }

    75.2% {
        top: 150%;
        right: 70px;
        opacity: 0
    }

    75.3% {
        top: 150%;
        right: 70px;
        opacity: 1
    }

    100% {
        top: 10%;
        right: 15px
    }
}

@keyframes rocket-animation {
    0% {
        top: 10%;
        right: 15px
    }

    10% {
        top: 10%;
        right: 15px
    }

    20% {
        top: 10%;
        right: 15px
    }

    25% {
        top: 15%;
        right: 10px
    }

    30% {
        top: 10%;
        right: 15px
    }

    35% {
        top: 15%;
        right: 10px
    }

    40% {
        top: 10%;
        right: 15px
    }

    45% {
        top: 15%;
        right: 10px
    }

    50% {
        top: 10%;
        right: 15px
    }

    55% {
        top: 13%;
        right: 13px
    }

    75% {
        top: -65%;
        right: -20px;
        opacity: 1
    }

    75.1% {
        top: -65%;
        right: -20px;
        opacity: 0
    }

    75.2% {
        top: 150%;
        right: 70px;
        opacity: 0
    }

    75.3% {
        top: 150%;
        right: 70px;
        opacity: 1
    }

    100% {
        top: 10%;
        right: 15px
    }
}

.career_btn span {
    width: 18px;
    height: 18px;
    background: #fff;
    position: absolute;
    border-radius: 50%
}

.career_btn .circle1 {
    opacity: .4;
    bottom: -17px;
    right: 60px;
    width: 20px;
    height: 20px;
    -webkit-animation: cloud-animation1 5s infinite;
    animation: cloud-animation1 5s infinite
}

.career_btn .circle2 {
    opacity: .8;
    bottom: -14px;
    right: 50px;
    -webkit-animation: cloud-animation2 5s infinite;
    animation: cloud-animation2 5s infinite
}

.career_btn .circle3 {
    opacity: .4;
    bottom: -12px;
    right: 37px;
    -webkit-animation: cloud-animation3 5s infinite;
    animation: cloud-animation3 5s infinite
}

.career_btn .circle4 {
    bottom: -10px;
    right: 28px;
    -webkit-animation: cloud-animation4 5s infinite;
    animation: cloud-animation4 5s infinite
}

.career_btn .circle5 {
    opacity: .8;
    bottom: -14px;
    right: 17px;
    -webkit-animation: cloud-animation5 5s infinite;
    animation: cloud-animation5 5s infinite
}

.career_btn .circle6 {
    opacity: .4;
    bottom: -16px;
    right: 10px;
    -webkit-animation: cloud-animation6 5s infinite;
    animation: cloud-animation6 5s infinite
}



@-webkit-keyframes cloud-animation1 {
    0% {
        bottom: -17px;
        right: 60px
    }

    10% {
        bottom: -17px;
        right: 60px
    }

    20% {
        bottom: -17px;
        right: 60px
    }

    25% {
        bottom: -14px;
        right: 63px
    }

    30% {
        bottom: -17px;
        right: 60px
    }

    35% {
        bottom: -14px;
        right: 63px
    }

    40% {
        bottom: -17px;
        right: 60px
    }

    45% {
        bottom: -14px;
        right: 63px
    }

    50% {
        bottom: -17px;
        right: 60px
    }

    55% {
        bottom: -14px;
        right: 63px
    }

    75% {
        bottom: -30px
    }

    100% {
        bottom: -17px;
        right: 60px
    }
}

@keyframes cloud-animation1 {
    0% {
        bottom: -17px;
        right: 60px
    }

    10% {
        bottom: -17px;
        right: 60px
    }

    20% {
        bottom: -17px;
        right: 60px
    }

    25% {
        bottom: -14px;
        right: 63px
    }

    30% {
        bottom: -17px;
        right: 60px
    }

    35% {
        bottom: -14px;
        right: 63px
    }

    40% {
        bottom: -17px;
        right: 60px
    }

    45% {
        bottom: -14px;
        right: 63px
    }

    50% {
        bottom: -17px;
        right: 60px
    }

    55% {
        bottom: -14px;
        right: 63px
    }

    75% {
        bottom: -30px
    }

    100% {
        bottom: -17px;
        right: 60px
    }
}

@-webkit-keyframes cloud-animation2 {
    0% {
        bottom: -14px;
        right: 50px
    }

    10% {
        bottom: -14px;
        right: 50px
    }

    20% {
        bottom: -14px;
        right: 50px
    }

    25% {
        bottom: -11px;
        right: 47px
    }

    30% {
        bottom: -14px;
        right: 50px
    }

    35% {
        bottom: -11px;
        right: 47px
    }

    40% {
        bottom: -14px;
        right: 50px
    }

    45% {
        bottom: -11px;
        right: 47px
    }

    50% {
        bottom: -14px;
        right: 50px
    }

    55% {
        bottom: -11px;
        right: 47px
    }

    75% {
        bottom: -30px
    }

    100% {
        bottom: -14px;
        right: 50px
    }
}

@keyframes cloud-animation2 {
    0% {
        bottom: -14px;
        right: 50px
    }

    10% {
        bottom: -14px;
        right: 50px
    }

    20% {
        bottom: -14px;
        right: 50px
    }

    25% {
        bottom: -11px;
        right: 47px
    }

    30% {
        bottom: -14px;
        right: 50px
    }

    35% {
        bottom: -11px;
        right: 47px
    }

    40% {
        bottom: -14px;
        right: 50px
    }

    45% {
        bottom: -11px;
        right: 47px
    }

    50% {
        bottom: -14px;
        right: 50px
    }

    55% {
        bottom: -11px;
        right: 47px
    }

    75% {
        bottom: -30px
    }

    100% {
        bottom: -14px;
        right: 50px
    }
}

@-webkit-keyframes cloud-animation3 {
    0% {
        bottom: -12px
    }

    10% {
        bottom: -12px
    }

    20% {
        bottom: -12px
    }

    25% {
        bottom: -9px
    }

    30% {
        bottom: -12px
    }

    35% {
        bottom: -9px
    }

    40% {
        bottom: -12px
    }

    45% {
        bottom: -9px
    }

    50% {
        bottom: -12px
    }

    55% {
        bottom: -9px
    }

    75% {
        bottom: -30px
    }

    100% {
        bottom: -12px
    }
}

@keyframes cloud-animation3 {
    0% {
        bottom: -12px
    }

    10% {
        bottom: -12px
    }

    20% {
        bottom: -12px
    }

    25% {
        bottom: -9px
    }

    30% {
        bottom: -12px
    }

    35% {
        bottom: -9px
    }

    40% {
        bottom: -12px
    }

    45% {
        bottom: -9px
    }

    50% {
        bottom: -12px
    }

    55% {
        bottom: -9px
    }

    75% {
        bottom: -30px
    }

    100% {
        bottom: -12px
    }
}

@-webkit-keyframes cloud-animation4 {
    0% {
        bottom: -10px
    }

    10% {
        bottom: -10px
    }

    20% {
        bottom: -10px
    }

    25% {
        bottom: -7px
    }

    30% {
        bottom: -10px
    }

    35% {
        bottom: -7px
    }

    40% {
        bottom: -10px
    }

    45% {
        bottom: -7px
    }

    50% {
        bottom: -10px
    }

    55% {
        bottom: -7px
    }

    75% {
        bottom: -30px
    }

    100% {
        bottom: -10px
    }
}

@keyframes cloud-animation4 {
    0% {
        bottom: -10px
    }

    10% {
        bottom: -10px
    }

    20% {
        bottom: -10px
    }

    25% {
        bottom: -7px
    }

    30% {
        bottom: -10px
    }

    35% {
        bottom: -7px
    }

    40% {
        bottom: -10px
    }

    45% {
        bottom: -7px
    }

    50% {
        bottom: -10px
    }

    55% {
        bottom: -7px
    }

    75% {
        bottom: -30px
    }

    100% {
        bottom: -10px
    }
}

@-webkit-keyframes cloud-animation5 {
    0% {
        bottom: -14px;
        right: 17px
    }

    10% {
        bottom: -14px;
        right: 17px
    }

    20% {
        bottom: -14px;
        right: 17px
    }

    25% {
        bottom: -11px;
        right: 14px
    }

    30% {
        bottom: -14px;
        right: 17px
    }

    35% {
        bottom: -11px;
        right: 14px
    }

    40% {
        bottom: -14px;
        right: 17px
    }

    45% {
        bottom: -11px;
        right: 14px
    }

    50% {
        bottom: -14px;
        right: 17px
    }

    55% {
        bottom: -11px;
        right: 14px
    }

    75% {
        bottom: -30px
    }

    100% {
        bottom: -14px;
        right: 17px
    }
}

@keyframes cloud-animation5 {
    0% {
        bottom: -14px;
        right: 17px
    }

    10% {
        bottom: -14px;
        right: 17px
    }

    20% {
        bottom: -14px;
        right: 17px
    }

    25% {
        bottom: -11px;
        right: 14px
    }

    30% {
        bottom: -14px;
        right: 17px
    }

    35% {
        bottom: -11px;
        right: 14px
    }

    40% {
        bottom: -14px;
        right: 17px
    }

    45% {
        bottom: -11px;
        right: 14px
    }

    50% {
        bottom: -14px;
        right: 17px
    }

    55% {
        bottom: -11px;
        right: 14px
    }

    75% {
        bottom: -30px
    }

    100% {
        bottom: -14px;
        right: 17px
    }
}

@-webkit-keyframes cloud-animation6 {
    0% {
        bottom: -15px
    }

    10% {
        bottom: -15px
    }

    20% {
        bottom: -15px
    }

    25% {
        bottom: -12px
    }

    30% {
        bottom: -15px
    }

    35% {
        bottom: -12px
    }

    40% {
        bottom: -15px
    }

    45% {
        bottom: -12px
    }

    50% {
        bottom: -15px
    }

    55% {
        bottom: -12px
    }

    75% {
        bottom: -30px
    }

    100% {
        bottom: -15px
    }
}

@keyframes cloud-animation6 {
    0% {
        bottom: -15px
    }

    10% {
        bottom: -15px
    }

    20% {
        bottom: -15px
    }

    25% {
        bottom: -12px
    }

    30% {
        bottom: -15px
    }

    35% {
        bottom: -12px
    }

    40% {
        bottom: -15px
    }

    45% {
        bottom: -12px
    }

    50% {
        bottom: -15px
    }

    55% {
        bottom: -12px
    }

    75% {
        bottom: -30px
    }

    100% {
        bottom: -15px
    }
}

.callus {
    text-align: center;
    line-height: normal;
}

.home_banner {
    float: left;
    width: 100%;
    height: auto;
    padding: 130px 0px 0;
    /* padding: 0; */
    margin: 0;
    position: relative;
    background: transparent linear-gradient(120deg, #000 0%, #355e73 100%) 0% 0% no-repeat padding-box;
    overflow: hidden;

}

.home_banner .container {
    position: relative;
}

.blinker_anim,
.SecLayerimg {
    overflow: hidden;
}

.blinker_anim img,
.SecLayerimg img {
    max-width: 100%;
    height: auto;
}

.layer_img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    top: 57%;
    transform: translateY(-50%);
}

.blinker_anim img {
    -webkit-animation: blinker 3s infinite linear;
    animation: blinker 3s infinite linear
}

@keyframes blinker {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.03, 1.03)
    }

    100% {
        transform: scale(1, 1)
    }
}


/* .home_banner:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -13px;
    margin-left: -16px;
    z-index: 9;
    background-color: #012238;
    background-repeat: no-repeat;
    border: solid #012238;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 25px;
    height: 25px;
} */


.bannerLeft {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0 0;
}


.titleOne {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: normal;
    letter-spacing: -.02em;
    color: #fff;
    margin-bottom: 20px;
}

.titleOne span {
    background-image: linear-gradient(180deg, #ffc83e, #ef9b2d);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bannerLeft p {
    font-size: 20px;
    line-height: normal;
    margin: 0 0 15px;
    padding: 0;
    color: #fff;
    text-align: left;
}

.commonList {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.commonList li {
    padding: 10px 0 5px 0;
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.commonList li svg {
    width: 24px;
    height: 24px;
    color: #ffc83e;
    margin-right: 8px;
}

.wWebpulse {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 560px;
}

.bannerRight img {
    margin-bottom: 0;
}

.pnl {
    animation-delay: 2s;
    animation-name: fadeInUp;
}

/*
.bannerRight img {
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite
}
*/
@keyframes movebounce {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(20px)
    }

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

.common_btn3 {
    width: auto;
    background-image: linear-gradient(180deg, #ffc83e, #ef9b2d);
    color: #384a49;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    padding: 11px 25px;
    display: inline-block;
    border-radius: 4px;
    isolation: isolate;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 4px;
    -webkit-box-shadow: 0 12px 22px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 12px 22px 0 rgba(0, 0, 0, .15);
    overflow: hidden;
    outline: 0;
    border: 0;
}

.common_btn3 span {
    display: flex;
    align-items: center;
}

.common_btn3 span svg {
    margin-left: 15px;
    width: 25px;
    height: 25px;
    background: rgba(9, 51, 79, 0.8);
    color: #fff;
    padding: 5px;
    border-radius: 100%;
}

.common_btn3.iconLarge span svg {
    width: 30px;
    height: 30px;
}


.common_btn3:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffa007;
    background-image: linear-gradient(180deg, #f7bb26, #da8a21);
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1;
}

.common_btn3:hover:before {
    width: 100%;
    height: 100%;
    border-radius: 1px;
}

.common_btn3:hover {
    color: #000;
}

.common_btn3:hover span svg {
    background-color: #000;
}

.common_btn4 {
    width: auto;
    background: transparent;
    color: #fbbc39;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    padding: 10px 24px;
    display: inline-block;
    border-radius: 4px;
    isolation: isolate;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 4px;
    -webkit-box-shadow: 0 12px 22px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 12px 22px 0 rgba(0, 0, 0, .15);
    overflow: hidden;
    outline: 0;
    border: 1px solid #fbbc39;
    margin-left: 10px;
}

.common_btn4 span {
    display: flex;
    align-items: center;
}

.common_btn4 span svg {
    margin-left: 15px;
    width: 25px;
    height: 25px;
    background: #fbbc39;
    color: #012238;
    padding: 5px;
    border-radius: 100%;
}

.common_btn4:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 0%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fbbc39;
    background-image: linear-gradient(180deg, #f7bb26, #da8a21);
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1;
}

.common_btn4:hover:before {
    width: 102%;
    height: 102%;
    border-radius: 1px;
}

.common_btn4:hover {
    color: #000;
}

.common_btn4:hover span svg {
    background: rgba(9, 51, 79, 0.8);
    color: #fff;
}

.outstandingReviews {
    float: left;
    width: 100%;
    padding: 40px 0 125px;
    margin: 0;
    position: relative;
    background: #f1f8fb;
}

.outstandingReviews ul {
    float: left;
    width: 100%;
    margin: 15px auto 0;
    display: flex;
    padding: 0;
    flex-flow: row wrap;

}

.outstandingReviews ul li {
    list-style: none;
    text-align: center;
    width: calc(100% / 6);
    padding: 15px 25px;
    background: #f1f8fb;
    position: relative;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.outstandingReviews ul li:after {
    content: '';
    position: absolute;
    top: 15%;
    right: 1px;
    width: 1px;
    height: 70%;
    background: #e5f2f9;
}

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


.outstandingReviews ul li:hover {
    box-shadow: 0 10px 25px rgb(0 0 0 / 10%);
    z-index: 10;
}

.outstandingReviews ul li:hover:after {
    display: none;
}

.outstandingReviews ul li img {
    display: block;
    width: auto;
    max-width: 125px;
    margin: 0 auto 10px;
}

.outstandingReviews ul li svg {
    margin-bottom: 10px;
    fill: #ffd400;
}

.outstandingReviews ul li .number_1 {
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #878787;
}

.outstandingReviews ul li .number_1 strong {
    font-weight: 700;
    color: #282828;
}

.mediaNews {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.mediaNews .container {
    position: relative;
}

.counter_area_wrapper {
    background: #FFFFFF;
    box-shadow: -4px -6px 24px rgba(0, 0, 0, 0.08), 8px 12px 24px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 20px 20px;
    top: -88px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.counter_area_wrapper .featuredTitle {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    display: block;
    color: #212529;
    margin-bottom: 0;
}

.counter_area_wrapper .featuredTitle span {
    color: #0D81BA;
}

.featuredNews {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.newsLogo {
    position: relative;
    height: 65px;
    border: 1px solid #e1f5ff;
    border-radius: 6px;
    background: #fff;
}

.newsLogo img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    padding: 10px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 1;
}

.newsLogo:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.awardsBanner {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;

}

.awardsBanner #slider {
    overflow: hidden;
    width: 100%
}

.slide {
    position: relative;
    display: block;
    z-index: 6;
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.home_slider .slide img {
    width: 100%;
}

#slider .owl-prev,
#slider .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #333;
    border: 0;
    outline: 0;
    background: #fff;
    border-radius: 100%;
    z-index: 9
}

#slider .owl-nav .owl-prev {
    left: 80px;
}

#slider .owl-nav .owl-next {
    right: 80px;
}

#slider .owl-prev:hover,
#slider .owl-next:hover {
    background: #02619e;
    color: #fff;
    border-color: #02619e
}

#slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto
}


.featureSection {
    float: left;
    width: 100%;
    margin-top: -60px;
    clip-path: polygon(9% 0%, 100% 33%, 100% 100%, 0% 100%, 0% 31%);
    background-color: #fff;
}

.featuredTitle {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    display: block;
    color: #212529;
    margin-bottom: 20px;
}

.featuredTitle span {
    color: #0D81BA;
}



.bg-shape-image-position {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 20px 0;
}

.bg-shape-image-position:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -13px;
    margin-left: -16px;
    z-index: 9;
    background-color: #fff;
    background-repeat: no-repeat;
    border: solid #e1f5ff;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 25px;
    height: 25px;
}


.WebServices {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0;
    background: #eee;
}

.cover__services {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    background: rgba(238, 238, 238, 0.9);
    backdrop-filter: blur(12px);
    margin-bottom: 30px;
}

.cover__services .item {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 32px 40px;
}

.cover__services .item:nth-child(-n+3) {
    border-bottom: 1px dashed #ccc;
}

.cover__services .item:nth-child(3n+1) {
    border-right: 1px dashed #ccc;
}

.cover__services .item:nth-child(3n) {
    border-left: 1px dashed #ccc;
}

.cover__services .item:nth-child(3) {
    border-top-right-radius: 12px;
}

.cover__services .item .left {
    margin-right: 15px;
}

.cover__services .item .left svg {
    width: 56px;
    height: 56px;
}

.cover__services .item .right {
    text-align: left;
}

.cover__services .item .right h5 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -.28px;
    margin-bottom: 2px;
    color: #012238;
    opacity: .9;
}

.cover__services .item .right p {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #0D81BA;
    margin: 0;
}


.icon-bx-wraper {
    background: #fff;
    padding: 40px 40px;
    overflow: hidden;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    z-index: 1;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    position: relative;
    margin-bottom: 40px;
}

.icon-bx-wraper:before {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(to right, rgb(9, 51, 79) 0%, rgb(53, 150, 197) 100%);
    opacity: 0;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.icon-bx-wraper .icon-bx {
    height: 76px;
    width: 76px;
    text-align: center;
    line-height: 76px;
    position: relative;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    z-index: 1;
    margin-bottom: 15px;
}

.icon-bx-wraper .icon-bx .ico-bg-shape {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    z-index: -1;
    color: #09334f;
}

.icon-content {
    overflow: hidden;
}

.dz-separator {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 8px;
    position: relative;
}

.dz-separator.style-1 {
    height: 1px;
    width: 60px;
}


.icon-bx-wraper p {
    text-align: left;
    line-height: normal;
}

.icon-bx-wraper p:last-child {
    margin: 0;
}

.dz-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: normal;
    margin-bottom: 10px;
}

.dz-title a {
    color: #071c35;
}

.icon-bx-wraper.active,
.icon-bx-wraper:hover {
    color: #fff;
    box-shadow: 1px 1.732px 60px 0px rgba(38, 78, 196, 0.3);
}

.icon-bx-wraper.active:before,
.icon-bx-wraper:hover:before {
    opacity: 1;
}

.icon-bx-wraper.active .dz-title,
.icon-bx-wraper.active .dz-title a,
.icon-bx-wraper:hover .dz-title,
.icon-bx-wraper:hover .dz-title a,
.icon-bx-wraper:hover p {
    color: #fff;
}

.icon-bx-wraper:hover .dz-separator.style-1 {
    background: #fff;
}


.icon-bx .icon-cell svg {
    color: #fff;
}

.icon-bx-wraper:hover .icon-bx .icon-cell svg {
    color: #004d88;
}

.icon-bx-wraper:hover .icon-bx svg.ico-bg-shape {
    color: #fff;
}


.bestService {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    position: relative;
    background: #f1f8fb;
}

.bestService:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -10px;
    margin-left: -16px;
    z-index: 9;
    background-color: #f1f8fb;
    background-repeat: no-repeat;
    border: solid #e1f5ff;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 25px;
    height: 25px;
}

.businessRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.businessItem {
    width: 15%;
    margin: 0 0.5% 0;
}

.bestService_1 {
    position: relative;
    transition: all 0.3s ease-in-out;
    border: 1px solid #c8dce6;
    border-radius: 10px;
    margin: 0 0 25px;
    width: 100%;
    padding: 20px;
    /*👉box-shadow: 0 0 7px rgb(33 141 210 / 10%);👈*/
    text-align: center;
    color: #0e81b9;
    background: #e1f5ff;
}

.businessItem:nth-child(2) .bestService_1 {
    background: #d9eeec;
}

.businessItem:nth-child(3) .bestService_1 {
    background: #f1f0ec;
}

.businessItem:nth-child(4) .bestService_1 {
    background: #f8e9e0;
}

.businessItem:nth-child(5) .bestService_1 {
    background: #d9eeec;
}

.businessItem:nth-child(6) .bestService_1 {
    background: #f1f0ec;
}

.businessItem:nth-child(7) .bestService_1 {
    background: #f1f0ec;
}

.businessItem:nth-child(8) .bestService_1 {
    background: #e1f5ff;
}

.businessItem:nth-child(9) .bestService_1 {
    background: #f8e9e0;
}

.businessItem:nth-child(10) .bestService_1 {
    background: #d9eeec;
}

.businessItem:nth-child(11) .bestService_1 {
    background: #f1f0ec;
}

.businessItem:nth-child(12) .bestService_1 {
    background: #e1f5ff;
}


.bestService_1:hover {
    /* border-left: 5px solid #ef9b2d;
    transform: translateX(-10px); */
    background-color: #fdf2dd !important;
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
}

.bestService_1 .bestService_title {
    color: #09334f;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bestService_1 .bestService_price {
    font-weight: 600;
    font-size: 18px;
    color: #0D81BA;
}

.bestService_1 .bestService_price .price_icon {
    font-weight: 600;
    margin-right: 2px;
    font-size: 17px;
    color: #0D81BA;
}

.bestService_1 .bestService_price .price_yr {
    font-size: 14px;
    color: #0D81BA;
}


.awarded_as {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #f1f8fb;
    position: relative;
    border-bottom: 1px solid #e1f5ff;
}

.awarded_as:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -13px;
    margin-left: -16px;
    z-index: 9;
    background-color: #f1f8fb;
    background-repeat: no-repeat;
    border: solid #e1f5ff;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 25px;
    height: 25px;
}

.awarded_as .title_1 {
    margin-bottom: 10px;
}

.awardlogo {
    width: 100%;
    min-height: 182px;
    float: left;
    padding: 20px;
    margin: 0 0 30px;
    box-shadow: 2px 2px 5px #949494;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    line-height: 22px;
    transition: .5s;
    font-family: 'Oswald', sans-serif
}

.awardlogo:hover {
    box-shadow: 2px 2px 15px #949494;
    transition: .5s
}

.awardlogo img {
    margin: 0 auto;
    width: auto;
    height: auto;
    max-height: 100%;
    display: inline-block
}

.companyFeatures {
    float: left;
    width: 100%;
    padding: 40px 0 40px;
    margin: 0;
    background: url(../img/about-bg.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.companyFeatures:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #1c2430;
}

.companyFeatures .container {
    position: relative;
}


.singleFeatures {
    float: left;
    width: 100%;
    margin: 30px 0 0;
    padding: 2rem 1rem 2.5rem;
    position: relative;
    text-align: center;
}

.singleFeatures .number_2 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    ;
}

.singleFeatures .title_4 {
    font-size: 25px;
    color: #fff;
    margin: 0;
}

.companyCeo {
    float: left;
    width: 100%;
    padding: 0px 0 0px;
    margin: 0;
    background: url(../img/our-happybg.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.companyCeo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: #fff;
}

.companyCeo .container {
    position: relative;
}

.ceoInfo {
    float: left;
    width: 100%;
    margin-top: 20%;
}

.seoAgency {
    font-size: 20px;
    color: #1178ba;
}

.ceotitle {
    color: #f5aa31;
    font-weight: 700;
    padding: 0px;
    margin: 0;
    font-size: 36px;
}

.founder {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.aboutCeo {
    color: #000000;
    font-size: 26px;
    font-weight: 600;
    line-height: 42px;
    padding-top: 10px;
    margin: 20px 0 30px;
    text-align: left;
}

.DecadeExpertise {
    float: left;
    width: 100%;
    padding: 35px 0 40px;
    margin: 0;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #e1f5ff;
}

.DecadeExpertise:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -13px;
    margin-left: -16px;
    z-index: 9;
    background-color: #fff;
    background-repeat: no-repeat;
    border: solid #e1f5ff;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 25px;
    height: 25px;
}

.pattern-3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
}

.rotateme {
    animation-name: rotateme;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 40s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 40s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 40s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}


.title_1 {
    color: #09334f;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.maxWidth {
    font-size: 18px;
    color: #282828;
    text-align: center;
    max-width: 950px;
    margin: 10px auto 20px;
}

.ExpertiseSingle {
    display: flex;
    align-items: center;
    background: transparent;
    border: 1px solid #e1f5ff;
    border-radius: 10px;
    padding: 20px 15px 20px 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    margin-bottom: 25px;
    min-height: 225px;
}

.ExpertiseSingle:hover {
    border-color: #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
}

.ExpertiseSingle .Icon_1 {
    min-width: 100px;
    width: 100px;
    height: 100px;
    margin-right: 15px;
    background-image: linear-gradient(180deg, #ffc83e, #ef9b2d);
    padding: 20px;
    left: -10px;
    position: relative;
    border-radius: 100%;
}

.ExpertiseSingle_content .title_2 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #1c2430;
    margin-bottom: 10px;
}

.ExpertiseSingle_content p {
    line-height: 24px;
    margin: 0;
    text-align: left;
}



.about_area {
    float: left;
    width: 100%;
    padding: 35px 0 80px;
    margin: 0;
    background: url(../img/about-bg.jpg) center top no-repeat;
      background-size: auto;
    background-size: auto;
    background-size: cover;
    position: relative;
}

.about_area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #1c2430;
}

.about_area::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.2;
    background-image: url(../img/pattern-15.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    z-index: 1;
}

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

.waves {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 15vh;
    z-index: 1;
    margin-bottom: -8px;
    min-height: 100px;
    max-height: 150px;
}

.parallax>use {
    -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax>use:nth-child(1) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}

@-webkit-keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0);
    }
}

@keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0);
    }
}

.about_area .container {
    position: relative;
}

.about_area h1,
.about_area h2,
.about_area h3 {
    color: #fff;
    text-align: center
}

.about_area h1 span,
.about_area h2 span,
.about_area h3 span {
    color: #fff;
    font-size: 40px;
    font-weight: 600
}

.about_area h2 {
    line-height: 43px;
    padding: 0 0 9px 0
}

.about_area h3 {
    padding: 0 0 24px 0
}

.about_area p {
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    padding-bottom: 43px
}

.featuredService {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    padding: 2rem 1rem 1.5rem;
    border-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 35px;
    min-height: 280px;
}

.featuredService:hover,
.featuredService:focus-within {
    background-image: linear-gradient(180deg, #ffc83e, #ef9b2d);
}

.featuredService a svg {
    display: inline-block;
    width: 80px;
    height: 80px;
    color: #f5aa31;
    margin-bottom: 15px;
}

.featuredService a .title_4 {
    font-size: 28px;
    font-weight: 600;
}

.featuredService a p {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.featuredService:hover a svg {
    color: #09334f;
}

.featuredService:hover a .title_4 {
    color: #09334f;
}

.featuredService:hover p {
    color: #333;
}

.choosePlans {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0 40px;
    background: #f1f8fb;
    position: relative;
    border-bottom: 1px solid #e1f5ff;
}

.choosePlans:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -13px;
    margin-left: -16px;
    z-index: 9;
    background-color: #f1f8fb;
    background-repeat: no-repeat;
    border: solid #e1f5ff;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 25px;
    height: 25px;
}

.choosePlans .planGrid {
    position: relative;
    z-index: 9;
}

.plan_1 {
    float: left;
    width: 100%;
    background: #fff;
    transition: all .3s ease-in-out;
    border: 1px solid #d9f1ff;
    position: relative;
    padding: 20px 0 0;
    border-radius: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-image: linear-gradient(#dbf4ff, #FFF);
}

.planGrid:nth-child(2) .plan_1 {
    background: #f8e7cb;
}

.planGrid:nth-child(3) .plan_1 {
    background: #fbf6ce;
}

.planGrid:nth-child(4) .plan_1 {
    background: #b2dad9;
}

.plan_1 .plan_title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
    font-size: 24px;
    color: #09334f;
}

.planUpper {
    padding: 8px 15px 0;
    border-radius: 20px;
    background: #fff;
    transition: all .3s ease-in-out;
    padding-bottom: 64px;
}




.plan_1 .renewCost {
    margin: 10px 0 15px;
    text-align: center;
}

.plan_1 .renewCost mark {
    font-weight: 500;
    background: #cdebf9;
    padding: 4px 10px;
    border-radius: 3px;
    color: #239ad5;
}

.plan_1 .planPrice {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}

.plan_1 .planPrice .planPrice_box {
    position: relative;
    border-radius: 3px;
    padding: 12px 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: block;
}


.plan_1 .planPrice .planPrice_box .planPrice_time {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan_1 .planPrice .planPrice_box .planPrice_time .save_1 {
    color: #f44860;
    border-radius: 3px;
    background: #ffecec;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.plan_1 .planPrice .planPrice_box .planPrice_time .planPrice_strik {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    color: #61646e;
    font-size: 14px;
    line-height: 1;
    position: relative;
    margin-right: 15px;
}

.plan_1 .planPrice .planPrice_box .planPrice_time .planPrice_strik:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    width: calc(100% + 5px);
    height: 1px;
    background: #61646e;
}

.plan_1 .planPrice .planPrice_box .planPrice3 {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #222222;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
}

.plan_1 .planPrice .planPrice_box .planPrice3 .inrSign {
    font-size: 18px;
    margin-right: 5px;
}

.plan_1 .planPrice .planPrice_box .planPrice3 .planPrice3_discounted {
    font-size: 180%;
    margin: 0 3px;
    line-height: 0.8;
    align-self: flex-start;
    display: flex;
    align-items: flex-start;
}

.plan_1 .planPrice .planPrice_box .planPrice3 .month {
    align-self: flex-end;
    font-size: 18px;
    color: #666;
    font-weight: normal;
}

.pln-cost-text {
    text-align: center;
    color: #f44860;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
}

.plan_1 .button_wrapper {
    margin: 10px 0 10px;
    text-align: center;
}

.plan_1 .common_btn {
    font-size: 18px;
}

.plan_1 ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.plan_1 ul li {
    font-size: 16px;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
    position: relative;
}

.plan_1 ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(../img/check.svg)no-repeat;
    background-size: 100%;
}

.plan_1 ul li.close:before {
    background: url(../img/close.svg)no-repeat;
    background-size: 100%;
}

.plan_1 ul li span {
    font-weight: 700;
    margin: 0 5px;

}

.plan_1 ul li span.textmark {
    border-bottom: 1px dotted #5c5f67;
}

.viewFullDetails {
    position: absolute;
    bottom: 8px;
    display: inline-block;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
}

.viewFullDetails span {
    cursor: pointer;
    transition: all .3s ease-in-out;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    background: #e7f7ff;
    padding: 12px 32px;
    line-height: normal;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #464646;
}

.plan_1:hover .planUpper {
    transform: scale(1.02);
    box-shadow: 0 0 15px #b7d3f3;
}

#tooltip {
    text-align: center;
    color: #f7fbff;
    background: #2f3c4b;
    position: absolute;
    z-index: 100;
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 3px;
}

#tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2f3c4b;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #2f3c4b;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after {
    left: 10px;
    margin: 0;
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}


.discussDiv {
    float: left;
    width: 100%;
    position: relative;
    border: 1px solid #bed1db;
    border-radius: 3px;
    margin: -50px 0 0;
    padding: 30px 30px;
    color: #09334f;
    font-size: 36px;
    font-weight: 600;
    box-shadow: 0 4px 0 #09334f;
    z-index: 6;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-self: start;
}

.discussDiv .common_btn3 {
    margin-left: auto;
    /*👉font-size: 24px;👈*/
}

.discussDiv small {
    display: block;
    font-size: 20px;
    color: #333;
    margin-top: 5px;
}

.providedFeatures {
    float: left;
    width: 100%;
    padding: 40px 0 40px;
    margin: 0;
    background: url(../img/about-bg.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.providedFeatures:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #1c2430;
}

.providedFeatures .container {
    position: relative;
}

.providedFeatures .title_1 {
    color: #f5aa31;
    margin-bottom: 10px;
}

.providedFeatures .maxWidth {
    color: #fff;
}

.singleFeatures {
    float: left;
    width: 100%;
    margin: 30px 0 0;
    padding: 2rem 1rem 2.5rem;
    position: relative;
    text-align: center;
}

.singleFeatures .number_2 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    position: relative;

}

.singleFeatures .number_2:after {
    position: absolute;
    content: "";
    width: 176px;
    height: 105px;
    -webkit-transform: rotate(-26deg);
    transform: rotate(-26deg);
    border: 1px solid #39738e;
    border-radius: 100%;
    top: 0;
    inset-inline-start: -30px;
    z-index: -1;
    right: 0;
    left: 0;
    margin: 0 auto;

}




.singleFeatures .title_4 {
    font-size: 25px;
    color: #fff;
    margin: 0;
}

.locationTab {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 30px;
}

.locationTab ul {
    border: 1px solid #1c4f73;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.locationTab ul li {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    position: relative;
    display: inline-block;
}

.locationTab ul li:first-child {
    margin-left: 0;
}

.locationTab ul li:last-child {
    margin-right: 0;
}

.locationTab ul li button {
    display: block;
    cursor: pointer;
    margin-bottom: 5px;
    line-height: 22px;
    width: 100%;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 15px 23px;
    background-color: #fff;
    border: none;
    outline: 0;
    border-radius: 0;
    margin-bottom: 0;
    color: #09334f;
}

.locationTab ul li button:before {
    display: block;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 20px;
    height: 20px;
    border-width: 0 0 1px 1px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transition-delay: 0.07s;
    -moz-transition-delay: 0.07s;
    -o-transition-delay: 0.07s;
    transition-delay: 0.07s;
}

.locationTab ul li:not(:first-child) button:after {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 76%;
    z-index: 9;
    top: 12%;
    background-color: #f0f0f0;
}

.locationTab ul li button.active:after {
    content: unset;
}

.locationTab ul li button.active {
    background: #f5aa31;
    color: #09334f;
}

.locationTab ul li button.active:before {
    background: #f5aa31;
}

.locationTab ul li button svg {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    position: relative;
    top: 2px;
    display: block;
}

.locationTab .tab-content {
    padding: 20px;
    margin-top: 20px;
    width: 100%;
    -webkit-box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    -moz-box-shadow: 0 0 12px 0 rgba(32, 46, 60, 0.06);
    box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    background: #fff;
}

.locationTab_contents {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.seoPart {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 0;
    color: #575757;
    font-size: 14px;
    line-height: 22px;
}

.seoPart .seo_header {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #cbcbcb;
    border-bottom: 0;
    position: relative;
}

.seo_header .col-lg-5 {
    border-right: 1px solid #cbcbcb;
}

.seoPart .seo_header .website_image {
    float: left;
    width: 100%;
    position: relative;
    height: 80px;
    border-right: 0px solid #eee;
}

.seoPart .seo_header .website_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 100%;
}

.seoPart .seo_header .seoname {
    color: #09334f;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    line-height: 25px;
    padding: 15px 0 0;
}

.seoPart .seo_header .seoname a {
    color: #1178ba;
    font-size: 13px;
    text-align: left;
    text-decoration: none;
}

.seoPart .wps-table {
    width: 100%;
    text-align: left;
    float: left;
    border: 1px solid #d0d0d0;
    border-collapse: collapse;
    height: 220px
}

.seoPart .wps-table td {
    border: 1px solid #d0d0d0;
    padding: 0;
    text-align: center;
    color: #000;
    height: 30px;
    text-align: center;
    vertical-align: middle
}

.seoPart .wps-table tr:first-child td {
    height: 35px
}

.seoPart .wps-table tr:first-child td:nth-child(2),
.seoPart .wps-table tr:first-child td:nth-child(3) {
    background: #f4b95a
}

.seoPart .wps-table td:first-child {
    width: 65%;
    padding: 0 15px;
    text-align: left;
}

.seoPart .wps-table td:nth-child(2),
.seoPart .wps-table td:nth-child(3) {
    width: 22%
}

.seoPart .wps-table tr td:nth-child(2) {
    width: 15%;
    background: #eee;
    border: 1px solid #d0d0d0;
    text-align: center;
    vertical-align: middle
}

.seoPart .wps-table tr td:nth-child(3) {
    width: 20%;
    background: #e6e6e6;
    border: 1px solid #d0d0d0;
    text-align: center;
    vertical-align: middle
}

.seoPart .wps-table tr td a {
    color: #1178ba;
}

.seoPart .wps-table tr td a:hover,
.seoPart .wps-table tr td a:focus {
    color: #09334f;
}

.websiteTemplates {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #e1f5ff;
}

.websiteTemplates:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -13px;
    margin-left: -16px;
    z-index: 9;
    background-color: #fff;
    background-repeat: no-repeat;
    border: solid #e1f5ff;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 25px;
    height: 25px;
}


.services-one-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.services-one-shape img {
    opacity: 0.15;
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
    0% {
        transform: translateX(-30px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(-30px);
    }
}

@keyframes float-bob-x {
    0% {
        transform: translateX(-30px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(-30px);
    }
}

.websiteTemplates .title_1 {
    max-width: 600px;
    margin: 0 auto;
}

.websiteTemplates .maxWidth {
    font-size: 22px;
}

.websiteTemplates .common_btn3 {
    margin-bottom: 50px;
}

#websiteTemplates {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

#websiteTemplates .website {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0;

}

#websiteTemplates .website img {
    margin-bottom: 15px;
}

#websiteTemplates .title_5 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #09334f;
}

#websiteTemplates .owl-prev,
#websiteTemplates .owl-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: 0;
    background-image: linear-gradient(180deg, #ffc83e, #ef9b2d);
    border-radius: 100%;
    z-index: 9
}

#websiteTemplates .owl-nav .owl-prev {
    left: -20px;
}

#websiteTemplates .owl-nav .owl-next {
    right: -20px;
}

#websiteTemplates .owl-prev:hover,
#websiteTemplates .owl-next:hover {
    background: #f7b11b;
    color: #fff;
    border-color: #f7b11b
}

#websiteTemplates .owl-dots {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.webCompany {
    float: left;
    width: 100%;
    padding: 40px 0 40px;
    margin: 0;
    background: #f1f8fb;
    position: relative;
    border-bottom: 1px solid #e1f5ff;
}

.webCompany:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -13px;
    margin-left: -16px;
    z-index: 9;
    background-color: #f1f8fb;
    background-repeat: no-repeat;
    border: solid #e1f5ff;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 25px;
    height: 25px;
}


.seoWiseTab {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}

.seoWiseTab ul {
    border: 1px solid #f0f0f0;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

.seoWiseTab ul li {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    position: relative;
    display: inline-block;
}

.seoWiseTab ul li:first-child {
    margin-left: 0;
}

.seoWiseTab ul li:last-child {
    margin-right: 0;
}

.seoWiseTab ul li button {
    display: block;
    cursor: pointer;
    margin-bottom: 5px;
    line-height: 22px;
    width: 100%;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 15px 23px;
    background-color: #fff;
    border: none;
    outline: 0;
    border-radius: 0;
    margin-bottom: 0;
    color: #09334f;
}

.seoWiseTab ul li button:before {
    display: block;
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 13px;
    height: 13px;
    border-width: 0 0 1px 1px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transition-delay: 0.07s;
    -moz-transition-delay: 0.07s;
    -o-transition-delay: 0.07s;
    transition-delay: 0.07s;
}

.seoWiseTab ul li:not(:first-child) button:after {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 76%;
    background-color: red;
    z-index: 9;
    top: 12%;
    background-color: #f0f0f0;
}

.seoWiseTab ul li button.active:after {
    content: unset;
}

.seoWiseTab ul li button.active {
    background: #09334f;
    color: #fff;
}

.seoWiseTab ul li button.active:before {
    background: #09334f;
}

.seoWiseTab ul li button svg {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    position: relative;
    top: 2px;
    display: block;
}

.seoWiseTab .tab-content {
    padding: 30px;
    margin-top: 20px;
    width: 100%;
    -webkit-box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    -moz-box-shadow: 0 0 12px 0 rgba(32, 46, 60, 0.06);
    box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    background: #fff;
}

.tab_contents {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.tab_contents .imageRight {
    float: right;
    max-width: 450px;
    width: 100%;
    margin: 0 0 15px 15px;
}

.tab_contents .title_5 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #1e2637;
    ;
}

.tab_contents p {
    font-size: 17px;
    line-height: 24px;
}

.tab_contents ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    border: 0;
}

.tab_contents ul li {
    padding-left: 22px;
    list-style: none;
    position: relative;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 17px;
    display: block;
    text-align: left;
    line-height: normal;

}

.tab_contents ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(../img/check.svg)no-repeat;
    background-size: 100%;

}

.clientReview {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0px 0 40px;
    background: url(../img/about-bg.jpg) center top no-repeat;
    background-size: cover;
    position: relative;
}

.clientReview:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #1c2430;
}

.clientReview::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: -80px;
    right: 0;
    opacity: 0.2;
    background-image: url(../img/pattern-15.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    z-index: 1;
}

.clientReview .container {
    position: relative;
    z-index: 9;
}

.clientReview .title_1 {

    color: #fff;
    margin-top: 45px;
    float: left;
    width: 100%;
}


.testimonial {
    box-shadow: 0 0 20px 0 rgb(171 184 195 / 30%);
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    margin: 20px;
}

.testimonial h3 {
    font-size: 22px;
    color: #09334f;
    font-weight: 700;
    min-height: 55px;
    display: flex;
    align-items: center;
}

.testimonial p {
    font-size: 16px;
    line-height: 24px;
}

.testimonial .clientName {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.testimonial .clientDetails {
    display: flex;
    align-items: center;
}

.testimonial .clientDetails figure {
    width: 60px;
    margin: 0;
    margin-right: 20px;
}

.testimonial .clientDetails p {
    font-size: 14px;
    line-height: normal
}

.testimonial .reviewedImage {
    text-align: right;
}

.testimonial .reviewedImage p {
    margin: 0;
    text-align: right;
    ;
}

.testimonial .reviewedImage img {
    max-width: 80px;
    float: right;
}

.testimonial .speech {
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faqHomes {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #e1f5ff;
}

.faqHomes:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -13px;
    margin-left: -16px;
    z-index: 9;
    background-color: #fff;
    background-repeat: no-repeat;
    border: solid #e1f5ff;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 25px;
    height: 25px;
}

.faqsContent {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.faqsContent ul {
    max-width: 100%;
    margin: 50px auto 0;
    padding: 0;
}

.faqsContent ul li {
    padding: 20px 0;
    position: relative;
    list-style: none;
}

.faqsContent ul li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5 !important;
    border: none;
}

.faqsContent ul li:before {
    content: '';
    position: absolute;
    top: 24px;
    left: 3px;
    width: 15px;
    height: 15px;
    box-shadow: inset 0 0 0 5px;
    color: #d2f1ff;
    border-radius: 50%;
}

.faqsContent ul li.active:before {
    color: #09334f;
    transition: all 0.3s ease-in-out;
}

.faqsContent ul li .title_5 {
    padding-left: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #282828;
    cursor: pointer;
    z-index: 5;
    cursor: default;
}

.faqsContent ul li article {
    margin: 5px 0 5px;
    padding-left: 30px;
    position: relative;
    display: block;
}

.faqsContent ul li article:before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: 2px;
    height: 100%;
    background: #09334f;
}

.faqsContent ul li article p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
}

.blogArticles {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: url(../img/about-bg.jpg) center top no-repeat;
    background: #f1f8fb;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.blogArticles:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #1c2430;
    background: #f1f8fb;
}

.blogArticles .container {
    position: relative;
}

.blogArticles .title_1 {
    /* color: #fff; */
    margin-bottom: 10px;
}

.blogArticles p {
    /* color: #fff; */
}

.blogPost {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
    position: relative;
}

.blogPost .post_image {
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-bottom: 1px solid #e1f5ff;
}

.blogPost .post_image img {
    border-radius: 5px 5px 0 0;
    width: 100%;
}

.blogPost .postContent {
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

.blogPost .postContent .post_date {
    padding: 0px;
    margin-bottom: 5px;
}

.blogPost .postContent .post_date a {
    color: #333
}

.title_01 {
    font-size: 18px;
    color: #333;
    margin: 0;
    padding: 0;
    font-weight: 600;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title_01 a {
    color: #09334f;
}

.title_01 a:hover,
.title_01 a:focus {
    color: #f5aa31;
}



.getQuotes {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0 50px;
    background: #f1f8fb;
}

.title_6 {
    font-size: 32px;
    font-weight: 700;
    border-radius: 3px;
    color: #09334f;
    text-align: center;
    display: block;
}

.btn_wrapper {
    text-align: center;
    margin-top: 20px;
}

.footerGallery {
    float: left;
    width: 100%;
    padding: 40px 0;
    margin: 0;
    position: relative;
    background: #fff;
}

.office {
    background: #fff;
    border: 1px solid #e1f5ff;
    border-radius: 10px;
    padding: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    margin-bottom: 25px;
}

.office:hover {
    border-color: #e1f5ff;
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
}

.office .image {
    margin-bottom: 10px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.office .officeTitle {
    color: #13234C;
    font-weight: 600;
    font-size: 18px;
    ;
    margin: 0;
    padding: 10px 15px;
    text-align: center;
}

.office:hover .officeTitle {
    color: #02619e;
}

footer {
    float: left;
    width: 100%;
    margin: 0;
    background: #09334f;
    padding: 50px 0 20px;
    position: relative;
    /* overflow: hidden; */
    background: transparent linear-gradient(120deg, #000 0%, #355e73 100%) 0% 0% no-repeat;
    border-bottom: 1px solid #1b303a;
}

/*👉footer:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -13px;
    margin-left: -16px;
    z-index: 9;
    background-color: #09334f;
    background-repeat: no-repeat;
    border: solid #1c5982;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 25px;
    height: 25px;
}👈*/
.brandTitle {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.webpulseTitle {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 25px;
    font-weight: 600;
    position: relative;
}

.webpulseTitle:after {
    content: "";
    width: calc(100% - 140px);
    height: 1px;
    background-color: #284756;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
}

.officeGrid {
    width: 100%;
    margin-bottom: 0;
}

.officesItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;

}

.officesItem .city {
    color: #a4cae1;
    /* padding: 1.2em 0; */
    font-size: 6.3rem;
    line-height: 1;
    font-weight: 900;
    opacity: .15;
    padding-right: 12px;
    letter-spacing: -3px;
}

.officesItem .officeAddress {
    white-space: nowrap;
    padding-top: 8px;
    color: #ffffff;
    line-height: 22px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.officesItem .officeAddress .officeCity {
    font-weight: 600;
    font-size: 16px;
    color: #a4cae1;
}

.officesItem .officeAddress .officeCity .addres {
    line-height: normal;
    font-family: inherit;
}

.disclaimer {
    float: left;
    width: 100%;
    background-color: #fff;
    border: 1px solid #0864a0;
    border-radius: 4px;
    padding: 15px;
    margin-top: 10px;
}

.disclaimer h6 {
    color: #c70202;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
}

.disclaimer p {
    font-size: 14px;
    line-height: normal;
    color: #333;
    padding: 0;
    margin: 0;
}

.line2 {
    background-color: #2f5466;
}

.footer_widget {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer_widget .title_7 {
    color: #f5aa31;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.footer_widget {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

.footer_widget ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer_widget ul li {
    list-style: none;
}

.footer_widget ul li a {
    color: #d7d7d7;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

.footer_widget ul li a:hover,
.footer_widget ul li a:focus {
    color: #f5aa31;
}

.footer_social {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.footer_social ul {
    display: block;
    position: relative;
    margin: 0;
    padding: 0
}

.footer_social ul li {
    list-style: none;
    display: inline-block;
    margin: 0 4px 0 0
}

.footer_social ul li a {
    color: #fff;
    padding: 10px 10px 5px;
    margin: 0;
    float: left;
    text-align: center;
    width: 80px;
    font-size: 14px;
    border-radius: 3px;
    line-height: normal;
}

.footer_social ul li a span {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 3px;
    border-radius: 100%;
}

.footer_social ul li a svg {
    animation-name: fadeInDown;
    animation-duration: .3s;
    animation-fill-mode: both;
    width: 18px;
    height: 18px;
}

.footer_social ul li a:hover svg {
    animation-name: fadeInUp;
    animation-duration: .3s;
    animation-fill-mode: both
}

.footer_social ul li a.facebook {
    background: #5d82d1
}

.footer_social ul li a.facebook:hover {
    background-color: #2f4c88
}

.footer_social ul li a.facebook span {
    background: #4a68a7;
}

.footer_social ul li a.twitter {
    background-color: #313c46
}

.footer_social ul li a.twitter:hover {
    background: #0e1419
}

.footer_social ul li a.twitter span {
    background: #0e1419
}

.footer_social ul li a.youtube {
    background: #f00
}

.footer_social ul li a.youtube:hover {
    background: #b31804
}

.footer_social ul li a.youtube span {
    background: #b31804
}

.footer_social ul li a.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.footer_social ul li a.instagram:hover {
    background: radial-gradient(circle at 30% 107%, #ebe286 0%, #e7de80 5%, #e64737 45%, #bb1e8b 60%, #1c4bd2 90%);
}

.footer_social ul li a.instagram span {
    background: radial-gradient(circle at 30% 107%, #ebe286 0%, #e7de80 5%, #e64737 45%, #bb1e8b 60%, #1c4bd2 90%);
}

.footer_social ul li a.instagram:hover span {
    background: transparent;
}

.payment {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right
}

.payment h6 {
    color: #f5aa31;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.paymentImg {
    display: flex;
    align-items: center;
    justify-content: right;
}

.paymentImg img:first-child {
    max-width: 105px;
}

.fotter_bottom {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 0 10px;
    background: #1c313c;
}

.fotter_bottom p {
    color: #fff;
    font-size: 15px;
    margin: 0;
    text-align: center;
}

#scrollUp {
    position: fixed;
    z-index: 8030;
    bottom: 65px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #09334f;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s;
    display: none;
    background-image: linear-gradient(180deg, #ffc83e, #ef9b2d);
}

#scrollUp svg {
    width: 24px;
    height: 24px;
}

#scrollUp:hover {
    background: #09334f;
    color: #fff;
}

/*👉.callbackButton {
    position: fixed;
    font-size: 25vmin;
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    transform: translate3d(0, 0, 0) scale(1);
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 100%;
    left: 22px;
    background: #02619e;
    bottom: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.callbackButton:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0);
}

.callbackButton {
    -webkit-animation: phone-outer 3000ms infinite;
    animation: phone-outer 3000ms infinite;
}

.callbackButton:before {
    -webkit-animation: phone-inner 3000ms infinite;
    animation: phone-inner 3000ms infinite;
}

.callbackButton svg {
    -webkit-animation: phone-icon 3000ms infinite;
    animation: phone-icon 3000ms infinite;
    width: 24px;
    height: 24px;
}

@-webkit-keyframes phone-outer {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }

    33.3333% {
        transform: translate3d(0, 0, 0) scale(1.1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
    }

    66.6666% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
}

@keyframes phone-outer {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }

    33.3333% {
        transform: translate3d(0, 0, 0) scale(1.1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
    }

    66.6666% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    }
}

@-webkit-keyframes phone-inner {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(0);
    }

    33.3333% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(0.9);
    }

    66.6666% {
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(0);
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(0);
    }
}

@keyframes phone-inner {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(0);
    }

    33.3333% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(0.9);
    }

    66.6666% {
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(0);
    }

    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(0);
    }
}

@-webkit-keyframes phone-icon {
    0% {
        transform: translate3d(0em, 0, 0);
    }

    2% {
        transform: translate3d(0.01em, 0, 0);
    }

    4% {
        transform: translate3d(-0.01em, 0, 0);
    }

    6% {
        transform: translate3d(0.01em, 0, 0);
    }

    8% {
        transform: translate3d(-0.01em, 0, 0);
    }

    10% {
        transform: translate3d(0.01em, 0, 0);
    }

    12% {
        transform: translate3d(-0.01em, 0, 0);
    }

    14% {
        transform: translate3d(0.01em, 0, 0);
    }

    16% {
        transform: translate3d(-0.01em, 0, 0);
    }

    18% {
        transform: translate3d(0.01em, 0, 0);
    }

    20% {
        transform: translate3d(-0.01em, 0, 0);
    }

    22% {
        transform: translate3d(0.01em, 0, 0);
    }

    24% {
        transform: translate3d(-0.01em, 0, 0);
    }

    26% {
        transform: translate3d(0.01em, 0, 0);
    }

    28% {
        transform: translate3d(-0.01em, 0, 0);
    }

    30% {
        transform: translate3d(0.01em, 0, 0);
    }

    32% {
        transform: translate3d(-0.01em, 0, 0);
    }

    34% {
        transform: translate3d(0.01em, 0, 0);
    }

    36% {
        transform: translate3d(-0.01em, 0, 0);
    }

    38% {
        transform: translate3d(0.01em, 0, 0);
    }

    40% {
        transform: translate3d(-0.01em, 0, 0);
    }

    42% {
        transform: translate3d(0.01em, 0, 0);
    }

    44% {
        transform: translate3d(-0.01em, 0, 0);
    }

    46% {
        transform: translate3d(0em, 0, 0);
    }
}

@keyframes phone-icon {
    0% {
        transform: translate3d(0em, 0, 0);
    }

    2% {
        transform: translate3d(0.01em, 0, 0);
    }

    4% {
        transform: translate3d(-0.01em, 0, 0);
    }

    6% {
        transform: translate3d(0.01em, 0, 0);
    }

    8% {
        transform: translate3d(-0.01em, 0, 0);
    }

    10% {
        transform: translate3d(0.01em, 0, 0);
    }

    12% {
        transform: translate3d(-0.01em, 0, 0);
    }

    14% {
        transform: translate3d(0.01em, 0, 0);
    }

    16% {
        transform: translate3d(-0.01em, 0, 0);
    }

    18% {
        transform: translate3d(0.01em, 0, 0);
    }

    20% {
        transform: translate3d(-0.01em, 0, 0);
    }

    22% {
        transform: translate3d(0.01em, 0, 0);
    }

    24% {
        transform: translate3d(-0.01em, 0, 0);
    }

    26% {
        transform: translate3d(0.01em, 0, 0);
    }

    28% {
        transform: translate3d(-0.01em, 0, 0);
    }

    30% {
        transform: translate3d(0.01em, 0, 0);
    }

    32% {
        transform: translate3d(-0.01em, 0, 0);
    }

    34% {
        transform: translate3d(0.01em, 0, 0);
    }

    36% {
        transform: translate3d(-0.01em, 0, 0);
    }

    38% {
        transform: translate3d(0.01em, 0, 0);
    }

    40% {
        transform: translate3d(-0.01em, 0, 0);
    }

    42% {
        transform: translate3d(0.01em, 0, 0);
    }

    44% {
        transform: translate3d(-0.01em, 0, 0);
    }

    46% {
        transform: translate3d(0em, 0, 0);
    }
}

.callbackButton:hover,
.callbackButton:focus {
    background: #062d5f;
    color: #fff;
}


.whatsapp {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 99;
    border-radius: 100%;
    transition: all 300ms ease-in-out;
    left: 22px;
    background: #01e675;
    bottom: 40px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp:hover,
.whatsapp:focus {
    background: #0bcf6e;
    color: #fff;
}

.whatsapp svg {
    width: 22px;
    height: 22px;
}
👈*/
.clientReviews_video {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0 40px;
    background-color: #f1f8fb;
    background-image: url(../img/pattern-4.png);
    /* overflow: hidden; */
    /* position: relative; */
}


.clientReviews_video .title_1 {
    margin-bottom: 30px;
}

.reviewsBox {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
}

.reviewsBox .videoImage {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;

}

.reviewsBox .videoImage:before {
    position: absolute;
    content: "";
    background: #09334f;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.reviewsBox .videoImage img {
    width: 100%;
}

.watchVideo {
    position: absolute;
    color: #fff;
    text-align: center;

}

.watchVideo svg {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.watchVideo span {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.reviewSummary p {
    text-align: center;
    font-size: 18px;
    font-style: italic;
    line-height: normal;
    margin-bottom: 10px;
}

.reviewsBox .reviewsAuthor {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #02619e;
    font-weight: 600;
}

.aboutTeam {
    float: left;
    width: 100%;
    padding: 40px 0 30px;
    margin: 0;
    background: #f1f8fb;
    border-bottom: 1px solid #e1f5ff;
    position: relative;
}

.aboutTeam:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -13px;
    margin-left: -16px;
    z-index: 9;
    background-color: #f1f8fb;
    background-repeat: no-repeat;
    border: solid #e1f5ff;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 25px;
    height: 25px;
}

.aboutTeam .title_01 {
    min-height: initial;
}

.aboutTeam .rightImage_1 {
    float: right;
    max-width: 450px;
    width: 100%;
    margin: 0 0 15px 15px;
    border-radius: 12px;
    position: relative;
    /* box-shadow: 1px 2px 10px #c8c3c3;
    border-radius: 6px;
    overflow: hidden; */
}

.aboutTeam .rightImage_1 .image {
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 1215.000000"> <g transform="translate(0.000000,1215.000000) scale(0.100000,-0.100000)" > <path d="M3713 12138 c1 -8 -17 -16 -48 -21 -157 -26 -351 -98 -490 -180 -135 -80 -330 -263 -407 -382 -63 -98 -138 -249 -138 -280 0 -8 -6 -29 -14 -47 -8 -18 -21 -71 -30 -118 -14 -73 -16 -186 -16 -815 0 -685 -2 -734 -19 -801 -18 -65 -27 -88 -53 -134 -4 -8 -11 -22 -15 -30 -12 -27 -67 -94 -113 -138 -92 -88 -209 -150 -342 -182 -75 -18 -118 -20 -441 -20 -319 0 -372 -2 -480 -21 -67 -12 -130 -25 -139 -30 -9 -5 -25 -9 -36 -9 -25 0 -158 -52 -247 -97 -261 -132 -463 -335 -586 -590 -27 -56 -49 -109 -49 -118 0 -9 -4 -24 -10 -34 -5 -10 -16 -51 -25 -92 -13 -66 -15 -451 -15 -3509 0 -3058 2 -3443 15 -3509 9 -41 20 -82 25 -92 6 -10 10 -25 10 -34 0 -35 105 -233 167 -317 73 -99 205 -228 296 -291 176 -120 366 -197 583 -236 42 -8 671 -11 2095 -11 2142 0 2083 -1 2239 43 114 33 154 48 243 92 101 51 106 54 189 108 97 63 338 307 338 343 0 4 6 15 14 23 20 22 91 166 111 225 62 182 58 120 65 971 4 434 12 800 17 825 34 160 185 345 343 421 36 18 73 36 83 41 9 4 54 17 100 28 74 18 118 20 440 20 319 0 372 2 480 21 67 12 130 25 139 30 9 5 26 9 37 9 11 0 35 6 53 14 18 8 53 22 78 31 296 113 554 344 691 618 41 81 51 107 92 247 l22 75 0 3455 0 3455 -22 75 c-12 41 -29 97 -37 123 -17 55 -91 203 -112 228 -8 8 -14 19 -14 23 0 17 -115 149 -196 225 -115 107 -175 148 -324 221 -141 69 -248 104 -385 127 -31 5 -49 13 -48 21 2 9 -432 12 -2057 12 -1625 0 -2059 -3 -2057 -12z"/> </g> </svg>');
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 1215.000000"> <g transform="translate(0.000000,1215.000000) scale(0.100000,-0.100000)" > <path d="M3713 12138 c1 -8 -17 -16 -48 -21 -157 -26 -351 -98 -490 -180 -135 -80 -330 -263 -407 -382 -63 -98 -138 -249 -138 -280 0 -8 -6 -29 -14 -47 -8 -18 -21 -71 -30 -118 -14 -73 -16 -186 -16 -815 0 -685 -2 -734 -19 -801 -18 -65 -27 -88 -53 -134 -4 -8 -11 -22 -15 -30 -12 -27 -67 -94 -113 -138 -92 -88 -209 -150 -342 -182 -75 -18 -118 -20 -441 -20 -319 0 -372 -2 -480 -21 -67 -12 -130 -25 -139 -30 -9 -5 -25 -9 -36 -9 -25 0 -158 -52 -247 -97 -261 -132 -463 -335 -586 -590 -27 -56 -49 -109 -49 -118 0 -9 -4 -24 -10 -34 -5 -10 -16 -51 -25 -92 -13 -66 -15 -451 -15 -3509 0 -3058 2 -3443 15 -3509 9 -41 20 -82 25 -92 6 -10 10 -25 10 -34 0 -35 105 -233 167 -317 73 -99 205 -228 296 -291 176 -120 366 -197 583 -236 42 -8 671 -11 2095 -11 2142 0 2083 -1 2239 43 114 33 154 48 243 92 101 51 106 54 189 108 97 63 338 307 338 343 0 4 6 15 14 23 20 22 91 166 111 225 62 182 58 120 65 971 4 434 12 800 17 825 34 160 185 345 343 421 36 18 73 36 83 41 9 4 54 17 100 28 74 18 118 20 440 20 319 0 372 2 480 21 67 12 130 25 139 30 9 5 26 9 37 9 11 0 35 6 53 14 18 8 53 22 78 31 296 113 554 344 691 618 41 81 51 107 92 247 l22 75 0 3455 0 3455 -22 75 c-12 41 -29 97 -37 123 -17 55 -91 203 -112 228 -8 8 -14 19 -14 23 0 17 -115 149 -196 225 -115 107 -175 148 -324 221 -141 69 -248 104 -385 127 -31 5 -49 13 -48 21 2 9 -432 12 -2057 12 -1625 0 -2059 -3 -2057 -12z"/> </g> </svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: auto;
    mask-size: auto;
}

.imgShape {
    position: absolute;
    z-index: -1;
    top: -13px;
    left: 55px;
    animation: iconleft 4s ease-in-out infinite;
}

@keyframes iconleft {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5px);
    }

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


.leftShape {
    position: absolute;
    top: -15px;
    left: 35px;
    border-radius: 30px;
    border: 1px solid #d9d9d9;
    background: #fff;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
    width: 100px;
    height: 130px;
    display: flex;
    justify-content: center;
    padding-top: 17px;
    padding-left: 21px;
    align-items: center;
    animation: topAni 4s ease-in-out infinite;
}

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

    50% {
        transform: translateY(10px);
    }

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

.aboutTeam ul {
    list-style: none;
    padding: 0;
    margin: 0 0 55px 0;
}

.aboutTeam ul li {
    padding: 11px 0 5px 32px;
    position: relative;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 24px;
}

.aboutTeam ul li:before {
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='white' viewBox='0 0 16 16'><path d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/></svg>");
    text-align: center;
    color: #ffff;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 15px;
    width: 24px;
    height: 24px;
    background: #0c82bc;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutTeam ul li span {
    display: block;
    font-weight: 600;
    font-size: 18px;
}

.aboutTeam ul li a {
    color: #0c82bc;
    text-decoration: none;
}



.innerBanner {
    float: left;
    width: 100%;
    height: auto;
    padding: 30px 0;
    margin: 0;
    background: #012238;
    position: relative;
}

.innerBanner:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -13px;
    margin-left: -16px;
    z-index: 9;
    background-color: #012238;
    background-repeat: no-repeat;
    border: solid #012238;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 25px;
    height: 25px;
}

.breadcrumb {
    float: left;
    padding: 0px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    display: block;
}

.breadcrumb li {
    display: inline-block;
    margin: auto;
    font-size: 18px;
}

.breadcrumb li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    padding: 0 5px;
}

.breadcrumb li a:hover,
breadcrumb li a:focus {
    color: #fbbc39;
}

.breadcrumb li:not(:last-of-type):after {
    content: ' / ';
    margin: 0 10px;
    color: #ccc;
    display: inline-block;
}

.breadcrumb li.active {
    color: #ddd;
    font-weight: 500;
    padding: 0 5px;
}

.innerleft ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    padding: 0;
}

.innerleft ul li {
    list-style: none;
    font-size: 18px;
    line-height: normal;
    color: #fff;
    text-align: center;
    margin: 0px 4px;
    padding: 10px;
    border: 1px solid #0b70a2;
    border-radius: 10px;
    background: rgba(2, 97, 158, 0.3);
    background: transparent;
    width: 33%;
}

.innerleft ul li svg {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
    color: #fbbc39;
}

.innerleft ul li span {
    display: block;
    font-size: 16px;
}

.innerleft img {
    max-width: 100%;
}

.innerleft iframe {
    width: 100%;
    height: 315px;
    border-radius: 10px;
}

.innerRight {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.innerRight .titleA1 {
    color: #fbbc39;
    font-size: 32px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 10px;
}

.innerRight p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
}

.innerRight p strong {
    color: #47b1e6;
}

.innerRight p.tagline {
    margin-bottom: 15px;
}

.innerRight ul {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
}

.innerRight ul li {
    font-size: 18px;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 4px;
    position: relative;
    padding-left: 30px;
    position: relative;
    color: #fff;

}

.innerRight ul.seoFeature2 li {
    width: calc(100% / 2);
}

.innerRight ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/check.svg)no-repeat;
    background-size: 100%;
}

.bestService_price {
    font-weight: 600;
    font-size: 24px;
    color: #fbbc39;
    margin-bottom: 15px;
}

.bestService_price .price_icon {
    font-weight: 400;
    margin-right: 2px;
    font-size: 20px;
    color: #fff;
}

.bestService_price .price_yr {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.catgeoryPage {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0 40px;
    background: #fff;
}

.cateImage {
    float: right;
    max-width: 500px;
    width: 100%;
    margin: 0 0 15px 15px;
}

.catgeoryPage p {
    font-size: 18px;
    line-height: 24px;
}

.catgeoryPage ul {
    margin: 0 0 10px;
    padding: 0;
}

.catgeoryPage ul li {
    font-size: 18px;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 0;
    position: relative;
    padding-left: 30px;
    position: relative;
    color: #333;
}

.catgeoryPage ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/check.svg)no-repeat;
    background-size: 100%;
}

.catgeoryPage h3 {
    font-size: 24px;
    font-weight: 600;
    color: #02619e;
    margin: 15px 0 10px;
    display: block;
}

.catgeoryPage p strong {
    color: #02619e;
}

.catImage2 {
    float: left;
    max-width: 500px;
    width: 100%;
    margin: 0 15px 15px 0px;
}

.catgeoryPage .discussDiv {
    margin-top: 20px;
    margin-bottom: 30px;
}

.catgeoryPage .cat_title_1 {
    margin-top: 30px;
}

.catTemplates {
    float: left;
    width: 100%;
    background: #f1f8fb;
}

.packages_box {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    border: 1px solid #e1f5ff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.packages_box:hover {
    border-color: #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
}

.packages_box .image {
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #e1f5ff;
}

.packages_box .image a {
    width: 100%;
    height: 100%;
    transition: .5s
}

.packages_box .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: auto;
    padding: 10px;
}

.packages_box .catTitle_h3 {
    position: relative;
    width: 100%;
    padding: 0 0 9px 0;
    margin: 0;
    font-size: 22px;
    line-height: normal;
    height: 50px;
    text-align: center;
    font-weight: 600;
}

.packages_box .catTitle_h3 a {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    width: 100%;
    color: #09334f;
    padding: 0 15px
}

.packages_box p {
    text-align: center;
    line-height: 26px;
    height: 90px;
    padding: 0 15px;
    font-size: 17px
}


.package_ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.package_ribbon:before,
.package_ribbon:after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #f07676;
    border-top-color: transparent;
    border-left-color: transparent
}

.package_ribbon:before {
    top: 0;
    right: 0
}

.package_ribbon span {
    right: 3px;
    top: 17px;
    transform: rotate(-45deg);
    position: absolute;
    display: block;
    width: 225px;
    padding: 8px 0;
    background-color: #ffa007;
    background-image: linear-gradient(180deg, #f7bb26, #da8a21);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    line-height: normal;
}

.package_ribbon:after {
    bottom: 0;
    left: 0
}

.packages_box .packages_read_more {
    color: #333;
    text-transform: uppercase;
    margin: 0 auto;
    display: table;
    border-bottom: 2px solid #c8c8c8;
    margin-bottom: -2px;
    padding: 0 18px;
    margin-top: 15px
}

.packages_box:hover .packages_read_more {
    color: #0b82bd;
    border-bottom: 2px solid #0b82bd
}

.packages_box:hover .image a {
    transition: .5s;
    transform: scale(1.05)
}

.packages_box:hover h2 a {
    color: #333
}

.companyStats {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0;
    background: #fff;
}

.statsItem {
    position: relative;
    transition: all 0.3s ease-in-out;
    margin: 0;
    width: 100%;
    padding: 0px;
    text-align: center;
}

.statsItem .statsItem_title {
    color: #09334f;
    font-size: 18px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.statsItem .text strong {
    font-size: 36px;
    display: block;
    color: #02619e;
}

.statsItem svg {
    width: 55px;
    min-width: 55px;
    height: 55px;
    margin-right: 10px;
    color: #fbbc39;
}

.statsItem svg.award1 {
    width: 7px;
    height: 70px;
    min-width: 70px;
}

.catServices {
    padding: 40px 0;
}

.detailsPage {
    background: #f1f8fb;
    padding: 40px 0;
}

.detailsPage a {
    color: #02619e;
}

.detailsPage h2 {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    line-height: 43px;
    font-size: 30px;
    font-weight: 600;
    color: #02619e;
}

.choosePlans.detailsPlan {
    background: #fff;
}

.detailsFaq {
    padding-top: 100px;
}

.aboutTeam p {
    font-size: 18px;
    line-height: 24px;
}

.aboutTeam .rightImage_1_1 {
    box-shadow: none;
    position: relative;
    z-index: 99;
}

.aboutTeam .rightImage_1_1 img {
    margin-bottom: 20px;
}

.catgeoryPage .plan_1 ul li {
    font-size: 16px;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
    position: relative;
}

.detailsPage h2.allTitle {
    margin-top: 25px;
    font-size: 30px;
    text-align: center;
}

.catgeoryPage ul.grid_7 {
    float: left;
    width: 100%;
    margin: 25px auto;
    padding: 0;
    float: left;
    width: 100%;
    display: flex;
    flex-flow: row wrap;

}

.catgeoryPage ul.grid_7 li {
    list-style: none;
    text-align: center;
    width: calc(100% / 6);
    padding: 25px 15px;
    position: relative;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bed1db;
    margin-top: -1px;
    margin-right: -1px;
    transition: all .3s ease-in-out;
    background: #fff;
}

.catgeoryPage ul.grid_7 li::before {
    content: none;
    margin: 0;
    padding: 0;
}

.catgeoryPage ul.grid_7 li span svg {
    width: 50px;
    height: 50px;
    color: #02619e;
    margin-bottom: 20px;
}

.catgeoryPage ul.grid_7 li span strong {
    font-size: 16px;
    color: #333;
    line-height: normal;
    display: block;
}

.aboutPage {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.aboutPage h2 {
    color: #09334f;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    text-align: left;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.aboutPage p {
    font-size: 18px;
    line-height: 24px;
}

.aboutPage .catImage2 {
    max-width: 400px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 25px;
}

.weDo {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e1f5ff;
    border-radius: 10px;
    padding: 20px 15px 20px 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    margin-bottom: 25px;
}

.weDo:hover {
    border-color: #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
}

.weDo .Icon_1 {
    min-width: 100px;
    width: 100px;
    height: 100px;
    margin-right: 15px;
    background-image: linear-gradient(180deg, #0c82bb, #02619e);
    padding: 20px;
    left: -10px;
    position: relative;
    border-radius: 100%;
    color: #fff;

}

.weDo_content .title_2 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #1c2430;
    margin-bottom: 10px;
}

.weDo_content p {
    line-height: 24px;
    margin: 0;
    text-align: left;
    font-size: 17px;
}

.grid_3:first-child {
    border-left: 2px solid #efefef;
}

.grid_3 {
    border-bottom: 2px solid #efefef;
    border-right: 2px solid #efefef;
    min-height: 220px;
    margin-bottom: 35px;
    margin-top: 20px;
}

.grid_3 .team_box {
    color: #333;
    font-size: 17px;
    text-align: center;
    padding: 0;
    line-height: 22px
}

.grid_3 .team_box img {
    margin-bottom: 20px
}

.grid_3 .team_box h2 {
    color: #02619e;
    font-weight: 600;
    padding: 0 0 13px 0;
    margin: 0;
    font-size: 22px;
    text-align: center;
}

.websiteFeatures {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #155680;
}

.websiteFeatures .title_1 {
    color: #fff;
}

.featureItem {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: 3.6875rem 3.5rem 2rem;
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    text-align: inherit;
    color: #a8c5d9;
    font-size: 1.125rem;
    position: relative;
    right: -2px;
    bottom: -2px;
    font-weight: 300;
}

.featureItem picture {
    margin-bottom: 15px;
    display: block;
}

.featureItem .featureH4 {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 10px;
}

.featureItem p {
    margin-bottom: 1rem;
    font-size: 16px;
    color: #a8c5d9;
    text-align: left;
    line-height: 24px;
}

.featureItem:nth-last-child(-n+4) {
    border-bottom: 0;
}

.featureItem:nth-child(4n) {
    border-right: 0;
}

.catFaq {
    background: #f1f8fb;
}

.catFaq:after {
    background: #f1f8fb;
}

.mediaNewsInner {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    position: relative;
}

.mediaNewsInner .featuredTitle {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    display: block;
    color: #09334f;
    margin-bottom: 10px;
}

.mediaNewsInner .featuredTitle span {
    color: #0D81BA;
}

.catReviews {
    padding: 40px 0;
}

.catVideo {
    padding: 40px 0
}

.catTemplates:after {
    background: #f1f8fb;
}

.attachmentFull {
    margin: 0 -150px 15px 0;
    position: relative;
}

.attachmentFull img {
    height: auto;
}

.sideClick {
    width: 60px;
    height: 170px;
    text-align: center;
    background: #ffa007;

}

.sideClick span {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    border: 5px solid #ffa007;
    margin-top: -28px;
}

.sideClick button {
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    -moz-transform: rotate(-90deg) translate(-50%, 50%);
    transform: rotate(-90deg) translate(-50%, 50%);
    position: relative;
    top: 25px;
    display: inline-block;
    width: 140px;
    background-color: #ffa007;
    border: 5px solid #ffa007;
    color: #384a49;
    font-size: 20px;
    font-weight: 600;
    height: 60px;
}

#wrapper {
    padding-left: 220px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 58%;
    top: 120%;
}

#wrapper.toggled {
    padding-left: 0px;
}

#sidebarWrapper {
    z-index: 1000;
    position: fixed;
    left: 220px;
    width: 220px;
    min-width: 220px;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    background: #012238;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 170px;
    border: 3px solid #ffa007;
    border-right: 0;
    padding: 15px 10px;
}

#wrapper.toggled #sidebarWrapper {
    width: 220px;
    margin-left: -440px;
}

.needTitle {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

#sidebarWrapper ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

#sidebarWrapper ul li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

#sidebarWrapper ul li a {
    color: #fff;
}

#sidebarWrapper ul li a:hover {
    color: #ffa007;
}


.portfolioFilter {
    padding: 15px 0;
    text-align: center
}

.portfolioFilter a {
    margin-right: 6px;
    color: #666;
    text-decoration: none;
    border: 1px solid #dedede;
    padding: 4px 15px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 10px;
    background: #f6f6f6
}

.portfolioFilter a:hover,
.portfolioFilter a.current {
    background-image: linear-gradient(180deg, #ffc83e, #ef9b2d);
    color: #384a49;
    border-color: #ef9c2d;
}

.csportfolioContainer {
    border: 1px solid #fff;
    border-radius: 3px;
    padding: .2%;
}

.portfolioItem {
    width: 49.5%;
    margin-bottom: 30px
}

.client_inner_b {
    display: block;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid #09334f
}

.brouser_view {
    float: left;
    background: #09334f;
    height: 44px;
    width: 100%;
    padding: 0;
    margin: 0
}

.left_dotted {
    width: 9%;
    height: 44px;
    background: url(../img/browser-dot.png) 50% 16px no-repeat;
    padding: 0;
    margin: 0;
    float: left
}

.brouser_url {
    width: 82%;
    padding: 0;
    margin: 0;
    color: #1e1e1e;
    font-size: 13px;
    padding: 0 0 0 10px;
    background-color: #fff;
    border-radius: 4px;
    float: left;
    margin: 7px 0 0 0
}

.right_bar {
    width: 7%;
    height: 44px;
    background: url(../img/browser-bar.png) 30% 16px no-repeat;
    padding: 0;
    margin: 0;
    float: right
}

.website_view {
    float: left;
    width: 100%;
    border: 4px solid #09334f;
    border-top-style: solid;
    border-top-width: 4px;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.client_inner_b .image_logo {
    width: 100%;
    display: block;
    position: relative;
    transition: transform .4s;
    height: 350px;
    text-align: center
}

.client_inner_b .image_logo img {
    left: 0;
    position: absolute;
    top: 0;
    transition: all 3s ease-in-out 0s;
    -webkit-transition: all 3s ease-in-out 0s;
    width: 100%;
}

.client_inner_b:hover .image_logo img {
    top: 100%;
    transform: translateY(-100%);
    transition: all 15s ease-in-out 0s;
}

.client_inner_b figcaption {
    width: 100%;
    top: auto;
    bottom: 0;
    position: absolute;
    left: 0;
    transform: translateY(0%);
    transition: transform .4s, opacity .1s .3s;
    background: #fff;
    height: auto;
    padding: 5px;
    text-align: center;
    border: 4px solid #09334f;
    border-top: 0;
    border-bottom: 0
}

.client_header {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;

}

.client_header_name {
    float: left;
    width: 100%;
    color: #09334f;
    font-size: 20px;
    text-align: left;
    line-height: 25px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}

.client_header_name h6 {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}

.client_header_name .visit_website_btn {
    margin: 0;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: .5s;
    display: inline-block;
    margin-left: auto;
    text-transform: initial;
}

.client_inner_b:hover figcaption {
    bottom: 0;
    opacity: 1;
    transform: translateY(0px);
    transition: transform .4s, opacity .1s
}

.seoname_1 {
    display: flex;
    align-items: center;
    height: 100%;
}

.seoname_1 .listItem {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.seoname_1 strong {
    color: #09334f;
}

.website_view .seoPart .seoTable {
    float: left;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    max-height: 247px;
}

.website_view .seoPart .seo_header .website_image img {
    padding: 10px;
}

.SeoView figcaption {
    position: relative;
    padding: 0
}

.graphicItem {
    width: 33%;
    margin-bottom: 20px
}

.graphicBox {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 5px #dedede;
    display: block;
    cursor: pointer;
    margin: 0 0 30px 0;
    padding: 0;
}

.graphicBox .image {
    width: 100%;
    height: 371px;
    padding: 0;
    margin: 0;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.graphicBox .image:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: rgba(2, 97, 158, .5);
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 2;
    content: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='white' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/></svg>");
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: scale(.2);
    -moz-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2);
    opacity: 0;
    visibility: hidden;
}

.graphicBox:hover .image:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.graphicBox .image img {
    max-height: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: .5s;
}

.graphicBox:hover .image img {
    opacity: .3;
    transition: .5s;
    transform: rotate(5deg)scale(1.2);
}

.graphicTitle {
    padding: 15px 25px 15px 25px;
    margin: 0;
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    line-height: normal;
    border-top: 1px solid #eee;
}

.graphicTitle svg {
    float: right;
    width: 20px;
    height: 20px;
}

.graphicBox:hover .graphicTitle {
    color: #02619e;
}

/* Alert Cookie */
.alert_cookie {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: auto;
    padding: 20px 30px 20px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.97);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 30px rgba(156, 185, 226, 0.3);
    box-shadow: 0 5px 30px rgba(156, 185, 226, 0.3);
    /* background-color: #cce5ff; */
    border: 1px solid #b8daff;
    z-index: 9999;
}

.alert_cookie p {
    font-size: 16px;
    color: #333;
    line-height: normal;
    margin: 0;
    padding: 0;
    text-align: left;
}

.alert_cookie p a {
    display: inline-block;
    color: #02619e;
}

.cookie_close_btn {
    padding: 8px 20px;
    line-height: normal;
    background: #02619e;
    color: #fff;
    float: right;
    border: 0;
}

.fixedSecondbar {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 10px -5px #000;
    box-shadow: 0 0 10px -5px #000;
    display: none;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.fixedSecondbar.stricky {
    position: fixed;
    display: block;
    top: 62px;
    right: 0;
    z-index: 99;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fixedSecondbar ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixedSecondbar ul li {
    list-style: none;
    display: inline-block;

}

.fixedSecondbar ul li a {
    padding: 8px 18px;
    color: #333;
    text-decoration: none;
    font-size: 17px;
}

.fixedSecondbar ul li a:hover,
.fixedSecondbar ul li a:focus {
    color: #0c82bc;
}

.rightForm {
    float: left;
    width: 100%;
    background: #fff;
    margin: auto;
    padding: 20px;
    box-shadow: 0 0 20px 7px rgb(0 0 0 / 21%);
    border-radius: 0.75rem;
}

.rightForm h2 {
    font-size: 24px;
    font-weight: 700;
    padding: 0px 0px 8px;
    border-bottom: 1px solid #c3dae8;
    color: #142129;
    line-height: 30px;
    margin-bottom: 15px;
}

.listGroup {
    display: flex;
    flex-flow: row wrap;
}


.listGroup .column2 {
    width: calc(98% / 2);
    position: relative;
}

.listGroup .column2:nth-child(even) {
    margin-left: auto;
}

.inputGroup {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.inputGroup .inputIcon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-right: 1px solid #D9D9D9;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inputGroup .inputIcon.textareaIcon {
    height: 80px;
}

.inputGroup .inputForm {
    font-weight: 500;
    font-size: 14px;
    color: #495055;
    width: 100%;
    padding: 0 15px;
    padding-left: 45px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    outline: none;
}

.inputGroup span.inputPlaceholder {
    position: absolute;
    margin: 5px 0;
    padding: 0 5px;
    font-family: Roboto, sans-serif;
    color: #6c757d;
    display: flex;
    align-items: center;
    font-size: 14px;
    top: 0;
    left: 45px;
    transition: all 0.2s;
    transform-origin: 0% 0%;
    background: none;
    pointer-events: none;
}

.inputGroup .inputForm:valid+span.inputPlaceholder,
.inputGroup .inputForm:focus+span.inputPlaceholder {
    transform: scale(0.8) translateY(-20px);
    background: #fff;

}

.inputGroup .inputForm:focus {
    color: #284B63;
}

.inputGroup .inputForm:focus+span.inputPlaceholder {
    color: #284B63;
}

.inputGroup textarea.inputForm {
    height: 80px;
}



/* .rightForm .form-group {
    margin-bottom: 10px;
} */

.inputGroup select.inputForm {
    font-weight: 500;
    font-size: 14px;
    color: #495055;
    width: 100%;
    padding: 0 15px;
    padding-left: 45px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

select.inputForm {
    background-color: #fff;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

select.inputForm:focus {
    background-image: linear-gradient(45deg, #02619e 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #02619e 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    /* border-color: green; */
    outline: 0;
}

.inputGroup select.inputForm:valid+span.inputPlaceholder,
.inputGroup select.inputForm:focus+span.inputPlaceholder {
    transform: scale(0.8) translateY(-20px);
    background: #fff;
}

.inputGroup select.inputForm:focus+span.inputPlaceholder {
    color: #284B63;
}


.bonus1 {
    background: url(../img/bonus.png) no-repeat left;
    position: absolute;
    color: #fff;
    padding: 15px;
    right: 0px;
    top: -15px;
    z-index: 9;
}

.bonus1 p.bold {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin: 20px 0 0px;
    text-align: center;
}

.bonus1 p {
    width: 100px;
    font-size: 12px;
    padding: 0 0 8px;
    font-weight: 700;
    color: #fff;
    line-height: 14px;
    text-align: center;
}

.seoService {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 392px;
    padding: 30px 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-bottom: 20px;
}

.seoService img {
    display: inline-block;
    width: 80px;
    margin: 0 auto;
}

.seoService p {
    text-align: center;
    font-size: 17px;
}

.seoTitle {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #212529;
    line-height: 1.2em;
}

.readyToDisscuss {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    position: relative;
}

.readyToDisscuss:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -13px;
    margin-left: -16px;
    z-index: 9;
    background-color: #fff;
    background-repeat: no-repeat;
    border: solid #e1f5ff;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 25px;
    height: 25px;
}

.disscussBox {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0 28px 0 !important;
    background: url(../img/common-cta-bg.png), #004d88;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    color: #fff;
    text-align: center;
    border-radius: 15px;
}

.titleGro {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.disscussBox p {
    font-size: 17px;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

.buttonDiv {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    clear: both;
    margin-top: 20px;
    justify-content: center;
}

.orText {
    padding: 10px 20px;
}

.weServe {
    float: left;
    width: 100%;
    padding: 40px 0 125px;
    margin: 0;
    position: relative;
    background: #f1f8fb;
}

.weServeItem {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e1f5ff;
    border-radius: 10px;
    padding: 20px 15px 20px 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    margin-bottom: 25px;
    min-height: 225px;
}

.weServeItemIcon {
    min-width: 100px;
    width: 100px;
    height: 100px;
    margin-right: 15px;
    background-image: linear-gradient(180deg, #ffc83e, #ef9b2d);
    padding: 20px;
    left: -10px;
    position: relative;
    border-radius: 100%;
}

.weServeItemIcon svg {
    width: 70px;
    height: 70px;
}

.weServeItemInfo h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #02619e;
    margin-bottom: 10px
}

.weServeItemInfo p {
    line-height: 24px;
    margin: 0;
    text-align: left;
    font-size: 16px;
}

.marketingServices {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #fff;
    background-image: url(../img/about-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.marketingServices .title_1 {
    color: #fff;
}

.dms-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dms-services .service-item {
    width: 31%;
    margin: 0 1% 1rem;
}

.dms-services .holder {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid hsla(0, 0%, 100%, .18);
    z-index: 1;
    height: 100%;
    border: 1px solid hsla(0, 0%, 100%, .18);
    border-radius: 5px;
    padding-bottom: 20px;
}

.dms-services .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .18);
}

.dms-services .head .icon {
    width: 45px;
    text-align: center;
    color: #fff;
}

.dms-services .head svg {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: rgba(0, 0, 0, 0) !important;
    display: inline-block !important;
    background: #ffc720;
    background: -o-linear-gradient(left, #ffc720, #ffa530);
    background: -webkit-gradient(linear, left top, right top, from(#ffc720), to(#ffa530));
    background: linear-gradient(90deg, #ffc720, #ffa530);
    color: #ffc720;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
}

.dms-services .head h6 {
    width: calc(100% - 65px);
    font-size: 1rem;
    margin: 0;
    font-weight: 600;
    font-size: 1.25rem;
    color: #fff;
}

.dms-services .body {
    display: block;
    color: #fff;
    font-size: 1rem;
    padding: 1.25rem 1.25rem 0;

    font-size: 1.125rem;
}

.seoAgency2 {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #fff;
}

.whyPartnerRight {
    display: flex;
    align-items: center;
}

.dms-services .body ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.dms-services .body ul li {
    margin-bottom: 5px;
}

.dms-services .body a {
    color: #fff;
}

.dms-services .link {
    font-size: .875rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 22;
    color: #fff;
    text-decoration: none;
    position: static;
    opacity: 1;
    padding: 0 20px;
    color: #ffa007;
}

.dms-services .holder:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#ffc83e), to(#ef9b2d)) 0 0 no-repeat padding-box;
    background: rgba(0, 0, 0, 0) -o-linear-gradient(top, #ffc83e 0, #ef9b2d 100%) 0 0 no-repeat padding-box;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffc83e, #ef9b2d) 0 0 no-repeat padding-box;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: all .2s ease-in-out;
    z-index: -1;
    display: block;
    top: 100%;
    left: 100%;
    opacity: 0;
}

.dms-services .holder:hover:after {
    top: 0;
    left: 0;
    opacity: 1;
}

.dms-services .holder:hover .head svg {
    color: #fff;
}

.whyPartner {
    float: left;
    width: 100%;
    padding: 40px 0 20px;
    background: #f1f8fb;
    margin: 0;
}

.whyPartnerLeft {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.whyPartnerLeft h2 {
    margin: 0;
    font-size: 2.28rem;
    font-weight: 700;
    line-height: 1.3 !important;
    text-transform: uppercase;
}

.whyPartnerLeft p {
    margin: 0;
    padding-top: 5px;
    color: #000;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
}

.whyPartnerRight2 {
    float: left;
    width: 100%;
    display: flex;
}

.icon2 {
    min-width: 80px;
    height: 80px;
    background: #bfe4fd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #02619e;
    margin-top: 5px;
    margin-right: 15px;
}

.icon2 svg {
    width: 65px;
    height: 65px;
}

.whyPartnerRightInfo h3 {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #02619e;
}

.whyPartnerRightInfo p {
    margin-bottom: 20px;
    font-size: 17px;
    text-align: left;
}

/* */

.featureAsIn {
    float: left;
    width: 100%;
    background-color: rgb(255, 255, 255);
    -webkit-clip-path: ellipse(50% 45% at 50% 50%);
    clip-path: ellipse(50% 45% at 50% 50%);
}

/* newAddedSection Commented*/
.newAddedSection {
    float: left;
    width: 100%;
    background-color: #fff;
    position: relative;
    padding: 40px 0;
}

.newAddedSection:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/lines-black.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
}

.newAddedSection .container {
    position: relative;
}

.featureItem2 {
    background-color: transparent;
    margin: 0 0 20px 0;
    padding: 20px 20px 20px 25px;
    border-style: solid;
    border-width: 1px;
    border-color: #dedede;
    border-radius: 15px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .05);
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    text-align: left;
}

.featureItem2:hover {
    background-color: transparent;
    background-image: linear-gradient(90deg, #fff 5%, #F0F0F06B 100%);
}

.featureItem2 .icon2 {
    display: inline-flex;
    flex: 0 0 auto;
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 0;
    margin-bottom: unset;
    background-color: transparent;
}

.featureContent2 {
    flex-grow: 1;
}

.featureContent2 .featureTitle2 {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 8px;
    color: #032559;

}

.featureContent2 p {
    font-size: .95em;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0;
}

.cls-1 {
    fill: #09334f;
}

.cls-2 {
    fill: #02619e;
}

.mainCategory {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.mainCategory .gridFlex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-around;
    margin-bottom: 30px;
}

.mainCategory .leftImage,
.mainCategory .rightInfo {
    width: 50%;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mainCategory .gridFlex:nth-child(even) .rightInfo {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.mainCategory .leftImage {
    border-radius: 0 30px 30px 0;
    overflow: hidden;
}

.mainCategory .rightInfo {
    padding: 40px 85px 40px 40px;
    background-color: #f1f2f2ab;
    margin: 0 0 0 15px;
    margin-left: 15px;
    border-radius: 27px 0 0 27px;
}

.mainCategory .gridFlex:nth-child(even) .rightInfo {
    margin-left: 0;
    margin-right: 15px;
    border-radius: 0 27px 27px 0;
    padding: 40px 40px 40px 85px;
}

.mainCategory .gridFlex:nth-child(even) .leftImage {
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}

.mainCategory .boxWrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mainCategory .boxIcon {
    display: inline-flex;
    flex: 0 0 auto;
    margin-right: 15px;
    margin-left: 0;
    margin-bottom: unset;
}

.mainCategory .boxIcon svg {
    fill: #007efa;
    color: #007efa;
    border-color: #007efa;
    width: 80px;
    height: 80px;
    position: relative;
    display: block;
}

.mainCategory .boxContent p {
    font-size: 17px;
    line-height: 28px;
}

.mainCategory .catTitle {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #2b2d2f;
}


.seoServices {
    float: left;
    width: 100%;
    padding: 50px 0 40px;
    margin: 0;
    background-image: url(../img/bg-dark.webp);
    background-size: 900px;
    background-attachment: fixed;
    position: relative;
}

.seoServices:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    margin: 0 auto;
    background-color: #fff;
}

.seoServices .container {
    position: relative;
}

.seoServices .title_1 {
    color: #02619e;
}

.seoServices p {
    color: #fff;
}

.seoBox {
    float: left;
    width: 100%;
    border-radius: 0.75rem;
    position: relative;
    box-shadow: 0px 0px 2px rgba(29, 32, 71, 0.05), 0px 18px 36px rgba(29, 32, 71, 0.05);
    background: #fff;
    padding: 25px;
}

.seoBoxTitle {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    padding-bottom: 1.25rem;
    padding-left: 1rem;
    border-bottom: 1px solid rgb(29 32 71 / 0.1);
    margin-bottom: 1.75rem;
    color: #02619e;

}

.seoBox ul {
    margin: 0;
    padding: 0;
    display: block;
}

.seoBox ul li {
    font-size: 17px;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 0;
    position: relative;
    padding-left: 30px;
    position: relative;
    color: #333;
}

.seoBox ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/check.svg)no-repeat;
    background-size: 100%;
}

.asFeatureIn2 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    background-color: #eee;
}

.asFeatureIn2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.asFeatureIn2 ul li {
    list-style: none;
}

.asFeatureIn2 ul li img {
    padding: 5px 15px;
    mix-blend-mode: darken;
}

.ValuedCustomers {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background-color: #eee;
}

.tm-testi-slide-1 {
    background: #fff;
    padding: 24px 21px 15px 21px;
    border: 1px solid #dfdfdf;
    border-radius: 18px;
    transition: all .3s ease-in-out;
}

.tm-testi-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tm-trustpilot-logo {
    flex: 1;
}

.tm-trustpilot-logo img {
    max-width: 91px;
}

.tm-star-ratings {
    flex: 1;
    text-align: right;
    font-weight: 600;
}

.tm-star-ratings img {
    max-width: 84px;
    margin-left: auto;
}

.tm-slide-h4 {
    color: #373737;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    padding-top: 10px;
}

.tm-slide-p {
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0 15px 0;
    line-height: 25px;
    border-bottom: 1px solid #ebeaea;
    color: #707070;
    text-align: left;
    margin: 0;
}

.tm-slide-h5 {
    color: #707070;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
    font-size: 16px;
    color: #02619e;
}

.agencyOffers {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0 0;
    background-color: #eee;
}

.templateTabs {
    background-color: #fff;
}

.navTabs {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid #dee2e6;
    padding: 0 20px;
}

.navTabs li {
    list-style: none;
    width: calc(100% / 7);
}

.navTabs li a {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    margin-bottom: -1px;
    display: block;
    padding: 1.875rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.navTabs li a:hover {
    color: #02619e;
}

.navTabs li a.active {
    position: relative;
    color: #fff;
    border: solid 1px #02619e;
    background: #02619e;
    box-shadow: 0 4px 7px 0 rgba(182, 182, 182, 0.4);
}

.navTabs li a.active:after {
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-width: 15px 15px 0 15px;
    border-style: solid;
    border-color: #0d6daa transparent transparent transparent;
}

.templateTabs .tab-content .tab-pane {
    padding: 50px 0px
}

.tabTitle {
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 10px;
    color: #02619e;
    font-size: 24px;
}

.templateTabs .tab-content .tab-pane p {
    font-size: 18px;
}

.templateTabs .tab-content .tab-pane p a {
    color: #02619e;
    text-decoration: none;
}

.after-show.common_btn4 {
    position: relative;
    margin: 0;
    background-color: #09334f;
    border-color: #0a2537;
}

.after-show span {
    display: inline;
}

.after-show:after {
    content: ' More';
}

.after-show:not(.collapsed):after {
    content: ' Less';
}

.companyMilestones {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0 50px;
    background-color: #fff;
}

.companyImages {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.companyImages .image1 {
    padding-bottom: 3.75rem;
    height: auto;
    border-radius: 0.5rem;
    overflow: hidden;
    max-width: 420px;
}

.companyImages .image1 img {
    width: 100%;
    height: auto;
}

.companyImages .image2 {
    position: absolute;
    bottom: -75px;
    right: 0;
    max-width: 380px;
    height: auto;
    border-radius: 0.5rem;
    overflow: hidden;
    z-index: 9;
}

.companyImages .image2 img {
    width: 100%;
}

.companyImages .image2 .imgFront {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 128px;
    height: auto;
    z-index: 9;
}

.companyMilestones ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;

}

.companyMilestones ul li {
    display: flex;
    align-items: center;
    list-style: none;
    position: relative;
    margin-bottom: 10px;
    border-left: 1px solid #dee2e6;
}

.companyMilestones ul li:before {
    content: "\2022";
    font-size: 55px;
    position: absolute;
    top: 0;
    left: -11px;
    margin: 0;
    padding: 0;
    color: #333;
}

.companyMilestones ul li span {
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 1.25;
    color: #333;
    font-size: 22px;
}

.companyMilestones ul li p {
    border-radius: 4px;
    line-height: normal;
    margin: 0;
    padding: 8px 15px;
    font-size: 14px;
    background: #eee;
    border-bottom: 1px solid #e1f5ff;
    font-weight: 600;
}

.companyMilestones ul li.active:before {
    color: #02619e;
}

.companyMilestones ul li.active span {
    color: #02619e;
}

.companyMilestones ul li.active p {
    color: #02619e;
}

/* #newAddedModal {
    background-color: rgba(255, 255, 255, 0.9);
}

#newAddedModal .modal-content {
    border: 0;
    background-color: transparent;
}

#newAddedModal .btn-close {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 9;
}

#newAddedModal .btn-close:hover,
#newAddedModal .btn-close:focus {
    outline: 0;
    box-shadow: none;
    border: 0;
}

.popupTitle {
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 15px;
    color: #02619e;
    font-size: 22px;
}

#newAddedModal .modal-content p {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 0;
}

#newAddedModal .modal-content ul {
    margin: 0 0 15px;
    padding: 0;
}

#newAddedModal .modal-content ul li {
    font-size: 17px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    list-style: none;
} */


#newModal .modal-content {
    background-color: #fff;
    border-radius: 1.875rem;
    padding: 0.938rem 1.125rem;
}

#newModal .btnClose {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, 0) 143.27%);
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    border: 0;
    cursor: pointer;
    display: flex;
    font-size: 0;
    justify-content: center;
    line-height: 1;
    outline: none;
    padding: 0.625rem;
    z-index: 9999;
    position: absolute;
    right: -3.25rem;
    top: 0;
    color: #fff;

}

#newModal .btn-close:hover,
#newModal .btn-close:focus {
    outline: 0;
    box-shadow: none;
    border: 0;
}

.modalBody {
    background: linear-gradient(80.54deg, #011956, #1966e9 109.32%);
    border-radius: 1.875rem;
    padding: 2.125rem 2.75rem 2.125rem 2.875rem
}

.popupTitle {
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 15px;
    color: #ffc83e;
    font-size: 22px;
}

/* #newModal .modal-content p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
} */

#newModal .modal-content .popupInfo {
    margin: 0 0 15px;
    padding: 0;
}

#newModal .modal-content .popupInfo li {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
    list-style: none;
}

.modalBody .popupImg img {
    border-radius: 20px;
    margin-bottom: 15px;
}

.digital-modal-bottom {
    display: flex;
    min-height: 11rem;
    padding: 0;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 10px;
}

.digital-modal-footer {
    display: flex;
    flex: 0 0 50%;
    justify-content: flex-start;
    max-width: 50%;
    padding: 0.5rem 1.6rem 0.5rem;
    text-align: left;
    flex-direction: row;
}

.digital-modal-footer .modalGrid {
    margin-right: 2.563rem;
    padding-right: 2.563rem;
    margin-bottom: 0;
    width: auto;
    position: relative;
}

.digital-modal-footer .modalGrid:first-child::after {
    background-color: hsla(0, 0%, 85%, .55);
    bottom: 0.25rem;
    content: "";
    position: absolute;
    right: 0;
    top: 0.25rem;
    width: 0.063rem;
}


.digital-left-sec {
    margin-bottom: 1.35rem;
}

.digital-left-sec p {
    color: #000;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.75rem;
    margin: 0;
}

.digital-left-sec p span {
    display: block;
    font-size: .813rem;
    font-weight: 400;
    line-height: 1.125rem;
    margin-top: 0.275rem;
}

.digital-modal-footer ul {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
}

.digital-modal-footer ul li {
    width: calc(100% / 2);
    min-height: 100px;
    float: left;
    padding: 0 10px;
    margin: 0px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: normal;
    transition: .5s;
    list-style: none;
    border: 1px solid #eee;
}

.digital-modal-footer ul li img {
    max-width: 120px;
}

/**/
.provider {
    background: #fff;
    border-bottom: 1px solid #cae0e7;
    border-top: 1px solid #cae0e7;
    box-shadow: 0 0 10px 0 rgba(203, 225, 231, .85);
    margin: 0 0 20px;
    padding: 0 15px;
    position: relative;
}

.provider-info {
    border-right: 1px solid #cae0e7;
    display: flex;
    flex-direction: column;
}

.provider .companyPortfolio {
    display: flex;
    padding: 20px 20px 15px;
}

.company_logotype {
    display: flex;
    margin: 0 10px 0 0;
    position: relative;
}

.company_logotype {
    height: 60px;
    min-width: 85px;
    width: 85px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 5px 10px;
}

.company_logotype img {
    background: #fff;
    max-width: 100%;
    object-fit: contain;
    position: relative;
    width: 100%;
    z-index: 2;
}

.provider .company_info {
    display: inline;
    margin-right: -7px;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 0;
    width: calc(100% - 100px);
    line-height: normal;
}

.provider .company_info .company_title {
    color: #17313b;
    margin-right: 5px;
    word-break: break-word;
    font-size: 22px;
    font-weight: 600;
}

.companyTagline {
    display: initial;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
}

.provider .company_info__wrap {
    display: initial;
    font-family: Lato, sans-serif;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
}

.companyPortfolio .rating-reviews {
    float: left;
    width: calc(100% - 75px);
    display: inline-flex;
    margin: 0;
    align-items: center;
}

.provider-info--content:before {
    border-top: 1px solid #cae0e7;
    content: "";
    margin: 0 2%;
    width: 96%;
}

.provider-info__chart-data {
    border-left: 1px solid #cae0e7;
    /* border-right: 1px solid #cae0e7; */
    display: flex;
    justify-content: space-between;
    min-height: 136px;
    padding-top: 20px;
}

.provider-info__details {
    border-left: 1px solid #cae0e7;
    display: flex;
    padding: 15px;
}

.websiteFace {
    margin: 15px 0;
}

.websiteFace img {
    border: 1px solid #eee;
    padding: 5px;
}

.provider-info__chart-data p {
    font-size: 15px;
    line-height: normal;
    text-align: left;
    margin: 0;
}

.rating-reviews {
    align-items: center;
    display: inline-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    float: right;
    width: calc(100% - 75px);
}

.rating-reviews .sg-rating__number {
    color: #17313b;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    line-height: inherit;
    margin: 0 10px 0 0;
}

.rating-reviews .sg-rating__stars {
    background: linear-gradient(90deg, #fff 4%, #ffa007 4% calc(var(98%, 0%) + 16px / 8 + .5px - 16px / 16), #fff calc(98% - 16px / 16));
    height: calc(16px - 4px);
    margin-right: calc(16px / -8);
    position: relative;
    text-decoration: none;
    transform: translateX(calc(16px / -8));
    width: calc(16px * 5 + 16px / 8* 5 - 1px);
}

.rating-reviews .sg-rating__stars:after,
.rating-reviews .sg-rating__stars:before {
    content: "";
    display: block;
    height: calc(100% + 16px* .125* 2);
    left: 0;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: absolute;
    top: 0;
    transform: translate(calc(16px / 8), calc(16px / -8));
    width: calc(16px* 5 + 16px / 8* 4);
}

.rating-reviews .sg-rating__stars:before {
    background-color: #ffa007;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 451 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m40.96 58.775 17.154 10.759-4.47-20.16 15.196-14.03-20.317-1.828-7.557-18.695-7.61 18.695-20.21 1.823L28.54 49.347l-4.524 20.157L40.96 58.775ZM3.147 28.522a3.366 3.366 0 0 0-1.835.765A3.62 3.62 0 0 0 .177 30.98a3.78 3.78 0 0 0-.062 2.068c.172.681.53 1.295 1.03 1.765l18.916 17.212-5.73 25.527a3.778 3.778 0 0 0 .126 2.097c.239.67.662 1.251 1.217 1.67a3.35 3.35 0 0 0 1.897.679 3.333 3.333 0 0 0 1.938-.54L40.98 67.862l21.678 13.596c.58.353 1.245.523 1.915.487a3.354 3.354 0 0 0 1.858-.69 3.602 3.602 0 0 0 1.194-1.643c.238-.66.287-1.373.142-2.06l-5.661-25.527 18.64-17.212c.53-.45.919-1.057 1.113-1.742a3.704 3.704 0 0 0-.022-2.097 3.547 3.547 0 0 0-1.15-1.717 3.293 3.293 0 0 0-1.874-.735L53.89 26.28 44.156 2.2A3.58 3.58 0 0 0 42.883.6 3.341 3.341 0 0 0 40.98 0a3.34 3.34 0 0 0-1.903.6 3.582 3.582 0 0 0-1.273 1.599L28.001 26.28 3.147 28.522ZM133.21 58.775l17.154 10.759-4.47-20.16 15.196-14.03-20.317-1.828-7.557-18.695-7.611 18.695-20.21 1.823 15.396 14.008-4.524 20.157 16.943-10.729ZM95.397 28.522a3.366 3.366 0 0 0-1.835.765 3.62 3.62 0 0 0-1.135 1.693 3.78 3.78 0 0 0-.062 2.068c.172.681.53 1.295 1.03 1.765l18.916 17.212-5.73 25.527a3.783 3.783 0 0 0 .126 2.097c.239.67.662 1.251 1.217 1.67.548.416 1.21.653 1.897.679a3.334 3.334 0 0 0 1.938-.54l21.471-13.596 21.678 13.596c.58.353 1.245.523 1.915.487a3.353 3.353 0 0 0 1.858-.69 3.603 3.603 0 0 0 1.194-1.643c.238-.66.287-1.373.142-2.06l-5.661-25.527 18.64-17.212c.53-.45.919-1.057 1.113-1.742a3.704 3.704 0 0 0-.022-2.097 3.546 3.546 0 0 0-1.149-1.717 3.296 3.296 0 0 0-1.875-.735L146.14 26.28 136.406 2.2a3.582 3.582 0 0 0-1.273-1.6 3.336 3.336 0 0 0-1.903-.6 3.33 3.33 0 0 0-1.903.6 3.578 3.578 0 0 0-1.273 1.599l-9.803 24.081-24.854 2.242ZM409.96 58.775l17.154 10.759-4.47-20.16 15.196-14.03-20.317-1.828-7.557-18.695-7.611 18.695-20.21 1.823 15.396 14.008-4.524 20.157 16.943-10.729Zm-37.813-30.253a3.363 3.363 0 0 0-1.835.765 3.615 3.615 0 0 0-1.135 1.693 3.777 3.777 0 0 0-.062 2.068 3.651 3.651 0 0 0 1.03 1.765l18.916 17.212-5.73 25.527a3.783 3.783 0 0 0 .126 2.097c.239.67.662 1.251 1.217 1.67.548.416 1.21.653 1.897.679a3.334 3.334 0 0 0 1.938-.54l21.471-13.596 21.678 13.596c.58.353 1.245.523 1.915.487a3.353 3.353 0 0 0 1.858-.69 3.603 3.603 0 0 0 1.194-1.643c.238-.66.287-1.373.142-2.06l-5.661-25.527 18.64-17.212c.53-.45.919-1.057 1.113-1.742a3.704 3.704 0 0 0-.022-2.097 3.546 3.546 0 0 0-1.149-1.717 3.296 3.296 0 0 0-1.875-.735L422.89 26.28 413.156 2.2a3.582 3.582 0 0 0-1.273-1.6 3.336 3.336 0 0 0-1.903-.6 3.33 3.33 0 0 0-1.903.6 3.578 3.578 0 0 0-1.273 1.599l-9.803 24.081-24.854 2.242ZM317.71 58.775l17.154 10.759-4.47-20.16 15.196-14.03-20.317-1.828-7.557-18.695-7.611 18.695-20.21 1.823 15.396 14.008-4.524 20.157 16.943-10.729Zm-37.813-30.253a3.363 3.363 0 0 0-1.835.765 3.615 3.615 0 0 0-1.135 1.693 3.777 3.777 0 0 0-.062 2.068 3.651 3.651 0 0 0 1.03 1.765l18.916 17.212-5.73 25.527a3.783 3.783 0 0 0 .126 2.097c.239.67.662 1.251 1.217 1.67.548.416 1.21.653 1.897.679a3.334 3.334 0 0 0 1.938-.54l21.471-13.596 21.678 13.596c.58.353 1.245.523 1.915.487a3.353 3.353 0 0 0 1.858-.69 3.603 3.603 0 0 0 1.194-1.643c.238-.66.287-1.373.142-2.06l-5.661-25.527 18.64-17.212c.53-.45.919-1.057 1.113-1.742a3.704 3.704 0 0 0-.022-2.097 3.546 3.546 0 0 0-1.149-1.717 3.296 3.296 0 0 0-1.875-.735L330.64 26.28 320.906 2.2a3.582 3.582 0 0 0-1.273-1.6 3.336 3.336 0 0 0-1.903-.6 3.33 3.33 0 0 0-1.903.6 3.578 3.578 0 0 0-1.273 1.599l-9.803 24.081-24.854 2.242ZM225.46 58.775l17.154 10.759-4.47-20.16 15.196-14.03-20.317-1.828-7.557-18.695-7.611 18.695-20.21 1.823 15.396 14.008-4.524 20.157 16.943-10.729Zm-37.813-30.253a3.363 3.363 0 0 0-1.835.765 3.615 3.615 0 0 0-1.135 1.693 3.777 3.777 0 0 0-.062 2.068 3.651 3.651 0 0 0 1.03 1.765l18.916 17.212-5.73 25.527a3.783 3.783 0 0 0 .126 2.097c.239.67.662 1.251 1.217 1.67.548.416 1.21.653 1.897.679a3.334 3.334 0 0 0 1.938-.54l21.471-13.596 21.678 13.596c.58.353 1.245.523 1.915.487a3.353 3.353 0 0 0 1.858-.69 3.603 3.603 0 0 0 1.194-1.643c.238-.66.287-1.373.142-2.06l-5.661-25.527 18.64-17.212c.53-.45.919-1.057 1.113-1.742a3.704 3.704 0 0 0-.022-2.097 3.546 3.546 0 0 0-1.149-1.717 3.296 3.296 0 0 0-1.875-.735L238.39 26.28 228.656 2.2a3.582 3.582 0 0 0-1.273-1.6 3.336 3.336 0 0 0-1.903-.6 3.33 3.33 0 0 0-1.903.6 3.578 3.578 0 0 0-1.273 1.599l-9.803 24.081-24.854 2.242Z' fill='%23E62415'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 451 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m40.96 58.775 17.154 10.759-4.47-20.16 15.196-14.03-20.317-1.828-7.557-18.695-7.61 18.695-20.21 1.823L28.54 49.347l-4.524 20.157L40.96 58.775ZM3.147 28.522a3.366 3.366 0 0 0-1.835.765A3.62 3.62 0 0 0 .177 30.98a3.78 3.78 0 0 0-.062 2.068c.172.681.53 1.295 1.03 1.765l18.916 17.212-5.73 25.527a3.778 3.778 0 0 0 .126 2.097c.239.67.662 1.251 1.217 1.67a3.35 3.35 0 0 0 1.897.679 3.333 3.333 0 0 0 1.938-.54L40.98 67.862l21.678 13.596c.58.353 1.245.523 1.915.487a3.354 3.354 0 0 0 1.858-.69 3.602 3.602 0 0 0 1.194-1.643c.238-.66.287-1.373.142-2.06l-5.661-25.527 18.64-17.212c.53-.45.919-1.057 1.113-1.742a3.704 3.704 0 0 0-.022-2.097 3.547 3.547 0 0 0-1.15-1.717 3.293 3.293 0 0 0-1.874-.735L53.89 26.28 44.156 2.2A3.58 3.58 0 0 0 42.883.6 3.341 3.341 0 0 0 40.98 0a3.34 3.34 0 0 0-1.903.6 3.582 3.582 0 0 0-1.273 1.599L28.001 26.28 3.147 28.522ZM133.21 58.775l17.154 10.759-4.47-20.16 15.196-14.03-20.317-1.828-7.557-18.695-7.611 18.695-20.21 1.823 15.396 14.008-4.524 20.157 16.943-10.729ZM95.397 28.522a3.366 3.366 0 0 0-1.835.765 3.62 3.62 0 0 0-1.135 1.693 3.78 3.78 0 0 0-.062 2.068c.172.681.53 1.295 1.03 1.765l18.916 17.212-5.73 25.527a3.783 3.783 0 0 0 .126 2.097c.239.67.662 1.251 1.217 1.67.548.416 1.21.653 1.897.679a3.334 3.334 0 0 0 1.938-.54l21.471-13.596 21.678 13.596c.58.353 1.245.523 1.915.487a3.353 3.353 0 0 0 1.858-.69 3.603 3.603 0 0 0 1.194-1.643c.238-.66.287-1.373.142-2.06l-5.661-25.527 18.64-17.212c.53-.45.919-1.057 1.113-1.742a3.704 3.704 0 0 0-.022-2.097 3.546 3.546 0 0 0-1.149-1.717 3.296 3.296 0 0 0-1.875-.735L146.14 26.28 136.406 2.2a3.582 3.582 0 0 0-1.273-1.6 3.336 3.336 0 0 0-1.903-.6 3.33 3.33 0 0 0-1.903.6 3.578 3.578 0 0 0-1.273 1.599l-9.803 24.081-24.854 2.242ZM409.96 58.775l17.154 10.759-4.47-20.16 15.196-14.03-20.317-1.828-7.557-18.695-7.611 18.695-20.21 1.823 15.396 14.008-4.524 20.157 16.943-10.729Zm-37.813-30.253a3.363 3.363 0 0 0-1.835.765 3.615 3.615 0 0 0-1.135 1.693 3.777 3.777 0 0 0-.062 2.068 3.651 3.651 0 0 0 1.03 1.765l18.916 17.212-5.73 25.527a3.783 3.783 0 0 0 .126 2.097c.239.67.662 1.251 1.217 1.67.548.416 1.21.653 1.897.679a3.334 3.334 0 0 0 1.938-.54l21.471-13.596 21.678 13.596c.58.353 1.245.523 1.915.487a3.353 3.353 0 0 0 1.858-.69 3.603 3.603 0 0 0 1.194-1.643c.238-.66.287-1.373.142-2.06l-5.661-25.527 18.64-17.212c.53-.45.919-1.057 1.113-1.742a3.704 3.704 0 0 0-.022-2.097 3.546 3.546 0 0 0-1.149-1.717 3.296 3.296 0 0 0-1.875-.735L422.89 26.28 413.156 2.2a3.582 3.582 0 0 0-1.273-1.6 3.336 3.336 0 0 0-1.903-.6 3.33 3.33 0 0 0-1.903.6 3.578 3.578 0 0 0-1.273 1.599l-9.803 24.081-24.854 2.242ZM317.71 58.775l17.154 10.759-4.47-20.16 15.196-14.03-20.317-1.828-7.557-18.695-7.611 18.695-20.21 1.823 15.396 14.008-4.524 20.157 16.943-10.729Zm-37.813-30.253a3.363 3.363 0 0 0-1.835.765 3.615 3.615 0 0 0-1.135 1.693 3.777 3.777 0 0 0-.062 2.068 3.651 3.651 0 0 0 1.03 1.765l18.916 17.212-5.73 25.527a3.783 3.783 0 0 0 .126 2.097c.239.67.662 1.251 1.217 1.67.548.416 1.21.653 1.897.679a3.334 3.334 0 0 0 1.938-.54l21.471-13.596 21.678 13.596c.58.353 1.245.523 1.915.487a3.353 3.353 0 0 0 1.858-.69 3.603 3.603 0 0 0 1.194-1.643c.238-.66.287-1.373.142-2.06l-5.661-25.527 18.64-17.212c.53-.45.919-1.057 1.113-1.742a3.704 3.704 0 0 0-.022-2.097 3.546 3.546 0 0 0-1.149-1.717 3.296 3.296 0 0 0-1.875-.735L330.64 26.28 320.906 2.2a3.582 3.582 0 0 0-1.273-1.6 3.336 3.336 0 0 0-1.903-.6 3.33 3.33 0 0 0-1.903.6 3.578 3.578 0 0 0-1.273 1.599l-9.803 24.081-24.854 2.242ZM225.46 58.775l17.154 10.759-4.47-20.16 15.196-14.03-20.317-1.828-7.557-18.695-7.611 18.695-20.21 1.823 15.396 14.008-4.524 20.157 16.943-10.729Zm-37.813-30.253a3.363 3.363 0 0 0-1.835.765 3.615 3.615 0 0 0-1.135 1.693 3.777 3.777 0 0 0-.062 2.068 3.651 3.651 0 0 0 1.03 1.765l18.916 17.212-5.73 25.527a3.783 3.783 0 0 0 .126 2.097c.239.67.662 1.251 1.217 1.67.548.416 1.21.653 1.897.679a3.334 3.334 0 0 0 1.938-.54l21.471-13.596 21.678 13.596c.58.353 1.245.523 1.915.487a3.353 3.353 0 0 0 1.858-.69 3.603 3.603 0 0 0 1.194-1.643c.238-.66.287-1.373.142-2.06l-5.661-25.527 18.64-17.212c.53-.45.919-1.057 1.113-1.742a3.704 3.704 0 0 0-.022-2.097 3.546 3.546 0 0 0-1.149-1.717 3.296 3.296 0 0 0-1.875-.735L238.39 26.28 228.656 2.2a3.582 3.582 0 0 0-1.273-1.6 3.336 3.336 0 0 0-1.903-.6 3.33 3.33 0 0 0-1.903.6 3.578 3.578 0 0 0-1.273 1.599l-9.803 24.081-24.854 2.242Z' fill='%23E62415'/%3E%3C/svg%3E");
}

.rating-reviews .sg-rating__reviews {
    align-items: center;
    background-color: #fff;
    background-color: transparent;
    border: 0;
    color: #ffa007;
    cursor: pointer;
    display: block;
    display: flex;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-size: 12px;
    line-height: 20px;
    margin-left: 12px;
    outline: none;
    padding: 2px 0 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: max-content;
}

.rating-reviews .sg-rating__reviews:after {
    background-color: #ffa007;
    display: inline-block;
    height: 7px;
    margin-left: 9px;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 129 129"><path d="M121.3 34.6a4.1 4.1 0 0 0-5.8 0l-51 51.1-51.1-51.1a4.1 4.1 0 0 0-5.8 5.8l53.9 53.9a4 4 0 0 0 2.9 1.2c1 0 2.1-.4 2.9-1.2l53.9-53.9a4 4 0 0 0 .1-5.8z"/></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 129 129"><path d="M121.3 34.6a4.1 4.1 0 0 0-5.8 0l-51 51.1-51.1-51.1a4.1 4.1 0 0 0-5.8 5.8l53.9 53.9a4 4 0 0 0 2.9 1.2c1 0 2.1-.4 2.9-1.2l53.9-53.9a4 4 0 0 0 .1-5.8z"/></svg>');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: relative;
    transform: rotate(-90deg);
    width: 7px;
}

.provider-detail {
    padding: 0;
}

.provider-detail ol {
    margin: 0;
    padding: 0;
    width: 100%;
}

.provider-detail ol li {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
    padding: 15px;
    border-bottom: 1px solid #cae0e7;
}

.provider-detail ol li:last-child {
    border-bottom: 0;
}


.websiteLink {
    background: #e62415;
    border: 1px solid #e62415;
    border-radius: 2px;
    color: #fff;
    line-height: normal;
    transition: all .3s ease-in-out;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 100%;
}

.websiteLink svg {
    margin-left: 10px;
}

.websiteLink:hover,
.websiteLink:focus {
    color: #fff;
}

.keyWords {
    line-height: 24px;
}

.directoryProfile {
    background: #02619e;
    border: 1px solid #096199;
    border-radius: 2px;
    color: #fff;
    line-height: normal;
    transition: all .3s ease-in-out;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 100%;
}

.directoryProfile svg {
    margin-left: 10px;
}

.directoryProfile:hover,
.directoryProfile:focus {
    color: #fff;
}

.connect-level {
    position: relative;
    top: -40px;
    background: 0 0;
    padding: 0;
}

.lets-level-up {
    float: left;
    width: 100%;
    background: linear-gradient(180deg, #FAFAFA 50%, #ffffff 50%);
    padding: 40px 0;
}

.lets-level-up .inner-level-up {
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 7px 15px rgba(0, 0, 0, .09);
    border-radius: 20px;
}

.lets-level-up .inner-level-up img {
    border-radius: 20px;
    margin-top: -60px;
}

.lets-level-up .inner-level-up .text-cont {
    padding: 20px 0;
    margin-right: 18px;
    padding: 0 20px;
}

.lets-level-up .inner-level-up .text-cont h2 {
    font-weight: 400;
    color: #565656;
    margin-top: 4%;
    font-size: 42px;
    line-height: 51px;
}

h2.section-title span {
    font-weight: 700;
    color: #02619e;
    font-size: inherit;
    display: block;
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.lets-level-up .inner-level-up .text-cont textarea,
.lets-level-up .inner-level-up .text-cont input {
    background: #fafafa;
    font-size: 16px;
    color: #000;
    margin: 20px 0;
    border: 0;
    padding: 20px;
    border-radius: 10px;
}

.lets-level-up .inner-level-up .text-cont textarea {
    height: 120px;
}

/**/

.js-marquee-wrapper {
    width: 100000px;
    transform: translateX(0px);
    animation: 29.2143s linear 0s infinite normal none running;
}

.js-marquee {
    margin-right: 0px;
    float: left;
}
.marqueeSection{
    float: left;
    width: 100%;
}

.tf__brand_3 {
    float: left;
    width: 100%;
    background: #09334f;
    padding: 15px 0px;
    transform: scale(1.025) rotate(-3deg);
    position: relative;
    -webkit-transform: scale(1.025) rotate(-3deg);
    -moz-transform: scale(1.025) rotate(-3deg);
    -ms-transform: scale(1.025) rotate(-3deg);
    -o-transform: scale(1.025) rotate(-3deg);
    overflow: hidden;
}

.tf__brand_3 ul {
    display: flex;
}

.tf__brand_3 ul li {
    color: #ffffff;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    position: relative;
    padding-left: 100px;
    margin-left: 70px;
    list-style: none;
}

.tf__brand_3 ul li::after {
    position: absolute;
    content: "";
    background: url(../img/banner_shape_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
    top: 8px;
    left: 0;
}




.tf__brand_3 ul li {
    will-change: transform;
    transform: translateX(0);
    animation: marquee 24s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.tpbanner-shape-two {
    position: absolute;
    bottom: 175px;
    bottom: 135px;
    right: 0px;
}

.tpbanner-shape-two img {
    max-width: 120px;
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite
}

.contact-main-shape-bg {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.contact-main-shape-bg img {
    width: 100%;
}

.contact-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    animation: leftright 3s linear forwards infinite alternate;
    z-index: 1;
}

.contact-shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    animation: leftright 5s linear forwards infinite alternate;
    z-index: 1;
}

.contact-shape-3 {
    position: absolute;
    bottom: 0;
    left: 125px;
    z-index: 1;
}

.contact-shape-4 {
    position: absolute;
    bottom: 0;
    left: 165px;
    z-index: 1;
}

.contact-shape-5 {
    position: absolute;
    bottom: -7px;
    right: 10.5%;
    right: 1.5%;
    z-index: 1;
}

.contact-shape-6 {
    position: absolute;
    bottom: 185px;
    right: 30px;
    animation: hero-shape-anim-2 1s linear forwards infinite alternate;
    z-index: 1;
}

.contact-shape-5 {
    right: 1.5%;
}

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

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

@keyframes hero-shape-anim-2 {
    0% {
        transform: translateY(0);
    }

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

/* */
.footer-main-shape {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.footer-shape-left-one {
    position: absolute;
    left: 0;
    top: -43px;
}

.footer-shape-left-two {
    position: absolute;
    top: -185px;
    left: 260px;
}

.footer-shape-left-three {
    position: absolute;
    top: -125px;
    left: 0;
}

.footer-shape-left-four {
    position: absolute;
    top: -185px;
    left: 5px;
}

.footer-shape-right-one {
    position: absolute;
    top: -134px;
    right: 60px;
}

.footer-shape-right-two {
    position: absolute;
    top: -218px;
    right: 220px;
}

.footer-shape-right-three {
    position: absolute;
    right: 55px;
    top: -68px;
    right: 18px;
}

.footer-shape-right-four {
    position: absolute;
    top: -205px;
    right: 290px;
    animation: upslide 4s linear forwards infinite alternate;
}

@keyframes upslide {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

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

.FadeArrow {
    position: absolute;
    inset-inline-end: 0;
    top: -20px;
    -webkit-animation: moveBottom 5s linear infinite;
    animation: moveBottom 5s linear infinite;
    left: 22%;
    width: 140px;
}

@-webkit-keyframes moveBottom {
    0% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

@keyframes moveBottom {
    0% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

.hero__shape-3 {
    position: absolute;
    top: 143px;
    left: -70px;
}

.hero__info-3 img {
    max-width: unset;
    margin-top: 20px;
}

.infinite-move {
    -webkit-animation: moveLeft 5s linear infinite;
    animation: moveLeft 5s linear infinite;
}

@keyframes moveLeft {
    0% {
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px);
    }
}

.shape {
    position: absolute;
    z-index: -1;
    inset-inline-start: 0;
    bottom: 10%;
    max-width: 350px;
    left: -5%;
}

.star {
    position: absolute;
    inset-inline-start: 50%;
    top: 100px;
    z-index: 3;
    -webkit-animation: rotate 10s infinite linear;
    animation: rotate 10s infinite linear;
    left: 10px;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.hero-wrapper-one__shape {
    position: absolute;
    top: 2%;
    left: 2%;
    z-index: 0;
    animation: scale2 4s ease-in-out infinite;
}

@keyframes scale2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

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

.hero-wrapper-one__shape-three {
    position: absolute;
    left: 40%;
    bottom: 5%;
    z-index: 0;
    animation: scale2 2s ease-in-out infinite;
}

.line-shape-two {
    position: absolute;
    left: 0;
    top: 20%;
    z-index: -1;
    pointer-events: none;
}

.ht-clients {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 40px;
}

.clients-logo {
    background: #fff;
    border: 1px solid #ebebeb;
    margin-right: -1px;
    margin-top: -1px;
    padding: 20px;
    width: calc(100% / 7);
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ceoImage {
    float: left;
    width: 100%;
    position: relative;
}

#circle {
    width: 290px;
    position: absolute;
    top: -160px;
    z-index: 3;
    right: -100px;
    text-align: center;
    display: flex;
    height: 290px;
    align-items: center;
    justify-content: center;
}

#circle text {
    font-size: 22px;
    font-weight: bold;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
}

#circle img {
    width: 80px;
    height: 79px;
    z-index: 999;
    top: 130px;
    position: relative;
}

#circle svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 540px;

    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 7s;
    -moz-animation-duration: 7s;
    -ms-animation-duration: 7s;
    -o-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;


}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(0);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0);
    }

    to {
        -o-transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.section3-wrapper {
    float: left;
    background: #f7f7f8;
    width: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.desc-wrapper {
    flex: 1;
    display: flex;
}

.desc-wrapper .desc-content {
    color: #00053d;
    margin-left: 40px;
    padding-right: 40px;
}

.clientsTitle {
    color: #09334f;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.clientLogo {
    display: flex;
    flex: 1;
    flex-flow: row wrap;
}

.clientLogo .logoClient {
    width: calc(100% / 4);
    flex: 1;
    flex-direction: column;
    margin-right: 40px;
    text-align: center;
}
.clientLogo .logoClient:nth-child(odd){
    margin-top: 40px;
}
.clientLogo .logoClient:nth-child(even){
    margin-bottom: 40px;
}
.clientLogo .logoClient img {
    margin: 20px 0;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
}

.webpulse_home_clients {
    float: left;
    width: 100%;
    color: #fff;
    padding: 30px 0 20px;
    background: #fff;
    text-align: left;
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background-image: url(../images/pattern.png);
    background-attachment: fixed;
}

.heading-desc {
    color: #9b9b9b;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

.icon-layer-three {
    background-image: url(../img/vector-9.png);
    position: absolute;
    left: 48%;
    bottom: 0px;
    width: 369px;
    height: 94px;
    background-repeat: no-repeat;
    animation-name: float_left_right_two;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right_two;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right_two;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_left_right_two;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right_two;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

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

    50% {
        -webkit-transform: translateX(0px);
        opacity: 0.80;
    }

    100% {
        -webkit-transform: translateX(-30px);
        opacity: 1;
    }
}

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

    50% {
        transform: translateX(0px);
        opacity: 0.80;
    }

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

.award-section {
    float: left;
    width: 100%;
    position: relative;
    padding: 50px 0 30px;
    background: transparent linear-gradient(120deg, #000 0%, #1b2b35 100%) 0% 0% no-repeat;
    overflow: hidden;
}

.award-section .bg-award {
    position: absolute;
    top: 0;
    left: 0;
    width: 1894px;
    height: 545px;
    background-image: url(../img/bg-award.png);
}

.award-section .content-column {
    margin-bottom: 30px;
}

.award-section .content-column .inner-column .sec-title {
    margin-bottom: 30px;
    position: relative;

}

.award-section .content-column .inner-column .sec-title .sub-title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #f1a82a;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #ffffff;
}

.sec-title.text-gradient h2 {
    position: relative;
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 0;
    z-index: 2;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 45%, rgba(244, 209, 153, 0.5) 50%, #f1a82a 55%, #f1a82a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.award-section .content-column .inner-column .bottom-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.award-section .content-column .inner-column .bottom-box .text {
    color: #ffffff;
    margin-right: 30px;
    max-width: 280px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.list-style-three {
    position: relative;
    margin: 0;
    padding: 0;
}

.list-style-three li {
    position: relative;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    padding-left: 27px;
    list-style: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.list-style-three li svg {
    width: 20px;
    height: 20px;
    margin-right: 2px;
    color: #f1a82a;
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.award-block {
    position: relative;
    margin-bottom: 30px;
}

.award-block .inner-box {
    position: relative;
    padding: 25px 15px 30px;
    text-align: center;
    min-height: 294px;
}

.award-block .inner-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(135deg, rgb(21, 43, 57) 50%, rgb(17, 43, 57) 50%, rgba(237, 166, 42, 0.6) 100%, rgba(241, 168, 42, 0.6) 100%);
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 90%, 0 100%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 90%, 0 100%, 0 0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: .7;
}

.award-block .inner-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    pointer-events: none;
    background-color: #f5aa31;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 90%, 0 100%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 90%, 0 100%, 0 0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.award-block .inner-box .date {
    position: relative;
    display: block;
    color: #aaa;
    font-size: 16px;
    line-height: 1.2em;
    letter-spacing: .1em;
    margin-bottom: 15px;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
}

.award-block .inner-box img {
    position: relative;
    z-index: 3;
}

.award-block .inner-box .title {
    position: relative;
    display: block;
    color: #ffffff;
    margin-top: 25px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 3;
    margin-bottom: 10px;
}

.award-block .inner-box:hover:after {
    height: 100%;
}

.award-block .inner-box:hover .date {
    color: #fff;
}

/**/
.industrySection {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 50px 50px;
    position: relative;
    margin: 0 auto
}

.industrySection .industryInner {
    position: relative;
    width: 100%;
    height: 535px;
}

.industrySection .industryLeft {
    width: 100%;
    height: 490px;
    display: flex;
    align-items: center;
    position: relative
}

.industrySection .inindustryRight {
    position: absolute;
    top: 0;
    left: 0px;
    width: 50%;
    transition: all .3s;
    z-index: 1;
}

.industrySection .industryLeftInfo .industryLeftTitle {
    color: #09334f;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.industrySection .industryLeftInfo p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #00053d;
    margin: 40px 0
}

.industrySection .inindustryRight ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end
}

.industrySection .inindustryRight li {
    flex: 50% 0 1;
    padding: 10px;
    width: 50%;
    flex-grow: 0
}

.industrySection .industryItem {
    border: 1px solid #b5d0f8;
    border-radius: 20px;
    height: 150px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #fff;
    transition: all .3s;
    width: 100%;
    max-width: 320px
}

.industrySection .industryItem p {
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}

.industrySection .industryItem svg {
    width: 40px;
    height: 40px;
}

.industrySection .industryItem:hover {
    border: 1px solid #ffa007;
    box-shadow: 0 16px 20px #0b5cff29
}

.industrySection .industryItem:hover svg path {
    stroke: #ffa007
}

.industrySection .industryItem:hover p {
    color: #ffa007
}

.industrySection.activeIndustry .inindustryRight {
    transition: all .3s;
    width: 35%
}

.industrySection .industryItem.active {
    background: transparent linear-gradient(120deg, #000 0%, #355e73 100%) 0% 0% no-repeat padding-box;
}

.industrySection .industryItem.active p {
    color: #fff
}

.industrySection .industryItem.active svg path {
    stroke: #fff
}

.industrySection .industryContainer {
    width: 65%;
    height: 100%;
    box-shadow: 0 16px 64px rgb(0 0 0 / 16%);
    border-radius: 20px;
    overflow: hidden;
    position: absolute;
    margin-left: 0;
    top: 0px;
    right: 0;
    display: none;
}

.industrySection .industrySlide {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    display: flex
}

.industrySection .industrySlide img {
    width: 50%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.industrySection .industrySlideInfo {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 50%
}

.industrySection .industrySlideInfo .industrySlideInfoTitle {
    color: #09334f;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    font-style: normal;
}

.industrySection .industrySlideInfo p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #232333;
    margin-bottom: 20px;
    text-align: left;
}

.industrySection .industrySlide .detail-link {
    display: inline-block;
    color: #0b5cff;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    border: 1px solid;
    padding: 7px 15px;
    border-radius: 25px;
    text-align: center;
    align-self: flex-start;
    margin-bottom: 10px
}

.industrySection .industrySlide .industrySlideBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 120px;
    width: 100%;
    background: transparent linear-gradient(120deg, #000 0%, #355e73 100%) 0% 0% no-repeat padding-box;
    color: #fff
}

.industrySection .industrySlide .industrySlideBottom .container {
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
    align-items: center;
    padding: 20px
}

.industrySection .industrySlide .industrySlideBottom span {
    display: inline-block;
    height: 80px;
    width: 80px;
    border: 2px solid #b5d0f8;
    border-radius: 100px;
    text-align: center;
    line-height: 80px;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    color: #b5d0f8;
    flex-shrink: 0
}

.industrySection .industrySlide .industrySlideBottom p {
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    text-align: left;
    margin: 0;
    padding-left: 10px
}

.industrySection .industryLeft .industryLeftInfo {
    position: absolute;
    width: 50%;
    right: 0;
    padding-left: 30px
}

.industrySection.activeIndustry .industryItem {
    max-width: 220px;
    padding: 0 10px
}