body {
    background: #fff;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-family: Oswald, sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}
p {
    font-family: "Roboto Slab", serif;
    font-size: 15px;
    line-height: 27px;
    color: #000;
    font-weight: 300;
}
.strong {
    font-weight: bold;
}
.text-1 {
    font-size: 18px;
    text-align: center;
}
.text {
    text-align: justify;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000261;
    line-height: 39px;
    font-family: Oswald, sans-serif;
    font-size: 30px;
    font-weight: 800;
}
h1,
h2 {
    font-family: Oswald, sans-serif;
    font-size: 30px;
}
h4,
h5,
h6 {
    font-family: Oswald, sans-serif;
    font-size: 25px;
    font-weight: 200;
}
h5 {
    font-family: Oswald, sans-serif;
    font-size: 22px;
    font-weight: 200;
}
h4 {
    font-size: 30px;
    font-family: Oswald, sans-serif;
    color: #000;
}
h3 span {
    font-size: 30px;
    font-family: Oswald, sans-serif;
    color: #ff9923;
}
.heading-1 {
    font-weight: 600;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 35px;
    line-height: 48px;
}
.heading-1 span {
    font-weight: 600;
    font-family: Oswald, sans-serif;
    color: #ff9923;
    font-size: 35px;
    line-height: 48px;
}
.sub-title {
    font-family: "Roboto Slab", serif;
}
msg-error {
    color: #c65848;
}
html {
    overflow-x: hidden !important;
}
a {
    text-decoration: none;
    outline: 0 solid;
}
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0 solid;
}
a:hover {
    color: #00e100;
}
.btn:focus,
button:focus {
    outline: 0 solid;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button:hover {
    cursor: pointer;
}
.main-btn {
    display: inline-block;
    padding: 13px 40px;
    border-radius: 100px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    height: 55px;
    min-width: 145px;
    background: rgba(8, 127, 8, 1);
    background: -moz-linear-gradient(45deg, rgba(8, 127, 8, 1) 0%, rgba(8, 127, 8, 1) 0%, rgba(3, 186, 3, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(8, 127, 8, 1)), color-stop(0%, rgba(8, 127, 8, 1)), color-stop(100%, rgba(3, 186, 3, 1)));
    background: -webkit-linear-gradient(45deg, rgba(8, 127, 8, 1) 0%, rgba(8, 127, 8, 1) 0%, rgba(3, 186, 3, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(8, 127, 8, 1) 0%, rgba(8, 127, 8, 1) 0%, rgba(3, 186, 3, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(8, 127, 8, 1) 0%, rgba(8, 127, 8, 1) 0%, rgba(3, 186, 3, 1) 100%);
    background: linear-gradient(45deg, rgba(8, 127, 8, 1) 0%, rgba(8, 127, 8, 1) 0%, rgba(3, 186, 3, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#087f08', endColorstr='#03ba03', GradientType=1);
}
.main-btn a:hover {
    color: #00e100 !important;
}
.tw-readmore i {
    padding-left: 5px;
}
.tw-mt-140 {
    margin-top: 140px !important;
}
.tw-mt-80 {
    margin-top: 20px !important;
}
.tw-mt-70 {
    margin-top: 70px !important;
}
.tw-mt-65 {
    margin-top: 65px !important;
}
.tw-mt-60 {
    margin-top: 60px !important;
}
.tw-mt-40 {
    margin-top: 40px !important;
}
.tw-mt-30 {
    margin-top: 30px !important;
}
.tw-mt-20 {
    margin-top: 20px !important;
}
.tw-mt-15 {
    margin-top: 15px !important;
}
.tw-mb-165 {
    margin-bottom: 165px;
}
.tw-mb-105 {
    margin-bottom: 105px;
}
.tw-mb-80 {
    margin-bottom: 80px;
}
.tw-mb-70 {
    margin-bottom: 70px;
}
.tw-mb-65 {
    margin-bottom: 15px;
}
.tw-mb-60 {
    margin-bottom: 60px;
}
.tw-mb-40 {
    margin-bottom: 10px;
}
.tw-mb-35 {
    margin-bottom: 35px;
}
.tw-mb-30 {
    margin-bottom: 30px;
}
.bg-white {
    background: #fff !important;
}
.bg-green {
    background: #32cc73 !important;
}
.bg-orange {
    background: #285960 !important;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}
.bg-blue {
    background: #478fff !important;
}
.bg-yellow {
    background: #ffb72f !important;
}
.bg-ash {
    background: #eef0ef !important;
}
.bg-offwhite {
    background: #f7f9f8 !important;
}
.bg-shrock {
    background: #2bc2a7 !important;
}
.bg-darkBlue {
    background: #2f57c9 !important;
}
.bg-pink {
    background: #f6576e !important;
}
.bg-violet {
    background: #ba01ff !important;
}
.bg-overlay {
    position: relative;
}
.bg-overlay .container {
    position: relative;
    z-index: 1;
}
.bg-overlay:after {
    background-color: rgba(32, 32, 32, 0.8);
    z-index: 0;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#successMessage {
    display: none;
}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-moz-placeholder,
.form-control::-webkit-input-placeholder {
    color: #b2b2b2;
    font-size: 15px;
}
/*section {
    padding: 40px 0;
    position: relative;
}*/
.section-heading {
    margin-bottom: 40px;
}
.section-heading h2 {
    color: #000261;
    font-size: 30px;
}
.section-heading h2 small {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    margin-bottom: 14px;
}
.section-heading h2 span {
    color: #050404;
}
.section-heading.light h2 {
    font-weight: 600;
}
.section-heading.white h2 {
    color: #fff;
}
.section-heading.white h2 small {
    color: #fff;
}
.section-title {
    color: #2f2c2c;
    font-size: 44px;
}
.column-title h1 {
    font-size: 26px;
    display: block;
}
.column-title h2 {
    font-size: 24px;
    display: block;
}
.column-title small {
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 20px;
    display: block;
}
.column-title span {
    color: #ff9923;
}
.column-title.light {
    font-weight: 600;
    margin-bottom: 20px;
}
.bottom-border {
    width: 50px;
    height: 3px;
    display: block;
    position: relative;
}
.bottom-border:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    content: "";
    background-color: #fa6742;
}
.bottom-border:after {
    width: 80%;
    height: 100%;
    top: 0;
    right: 0;
    content: "";
    position: absolute;
    background-color: #fa6742;
}
.bottom-border.bottom-border-green:after,
.bottom-border.bottom-border-green:before {
    background-color: #32cc73;
}
.bottom-border.bottom-border-yellow:after,
.bottom-border.bottom-border-yellow:before {
    background-color: #ffb72f;
}
.text-orange {
    color: #fa6742 !important;
}
.text-shamrock {
    color: #2bc2a7 !important;
}
.text-yellow {
    color: #ffb72f !important;
}
.text-black {
    color: #2f2c2c !important;
}
.font-bold {
    font-weight: 700;
}
.font-extrabold {
    font-weight: 800;
}
.no-padding {
    padding: 0;
}
.btn {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 16px 36px;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    position: relative;
    z-index: 99;
    background: #000261;
}
.btn-lg {
    padding: 16px 45px;
}
.btn-primary {
    border: 1px solid #000261;
    background: #000261;
}
.btn-primary:hover {
    background: #ffda00;
    border-color: #ffda00;
}
.btn-secondary:hover {
    background: #2e2c2d;
    border-color: #2e2c2d;
}
.btn-dark {
    background: #2e2c2d;
    border-color: #2e2c2d;
}
.btn-dark:hover {
    background: #005abb;
    border-color: #005abb;
}
.btn-white {
    background-color: #fff;
    border-color: #fff;
}
.btn-white:hover {
    background-color: #fff;
    border-color: #fff;
}
.no-border {
    border: none !important;
}
li.number-box {
    position: relative;
    float: left;
    padding-top: 38px;
}
li.number-box {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
li.number-box a {
    color: #fff !important;
    font-family: "Roboto Slab", serif;
}
.tw-header {
    background: #fff;
    -webkit-box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 2;
}
.tw-head {
    background: #fff;
    -webkit-box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 2;
}
.navbar {
    padding: 0;
}
ul.navbar-nav li.nav-item > a {
    padding: 35px 0;
}
nav.navbar {
    position: relative;
    z-index: 1;
    padding: 0;
}
.tw-nav-brand {
    position: relative;
    z-index: 2;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, .9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler {
    border-color: #fa6742;
    background-color: #fa6742;
}
.navbar-light .navbar-toggler:hover {
    cursor: pointer;
}
ul.navbar-nav li {
    margin: 0 0;
}
ul.navbar-nav a {
    border-radius: 50px;
}
ul.navbar-nav > li.nav-item.active > a {
    color: #fa6742 !important;
}
ul.navbar-nav > li.nav-item.active > a:after {
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    content: "";
    background: #fa6742;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    visibility: visible;
}
ul.navbar-nav > li.nav-item.active:hover > a {
    color: #fa6742;
}
ul.navbar-nav > li.nav-item:hover > a:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
ul.navbar-nav > li.nav-item > a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20%;
    height: 1px;
    content: "";
    background: #ff9923;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}
ul.navbar-nav > li.nav-item > a.nav-link {
    position: relative;
    z-index: 2;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 700;
    margin-right: 9px;
    font: 400 18px/28px "Roboto Slab", serif;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    background: #ff9923;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
span.tw-indicator:after {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tw-social-links {
    position: relative;
}
.tw-social-links ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.tw-social-links li {
    display: inline-block;
    padding-left: 20px;
}
.tw-social-links a {
    display: block;
    font-size: 14px;
    color: #2f2c2c;
}
.tw-social-links a:hover {
    color: #005abb;
}
.dropdown-menu.show {
    display: none;
}
li.dropdown:hover ul.tw-dropdown-menu {
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.08);
}
ul.tw-dropdown-menu {
    width: 189px;
    padding: 16px 30px 15px;
    margin: 0;
    border: none;
    border-radius: 0;
    z-index: -1;
}
ul.tw-dropdown-menu li {
    display: block;
    padding: 4px 0;
}
ul.tw-dropdown-menu li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: "Roboto Slab", serif;
}
ul.tw-dropdown-menu li a:hover {
    background: #195475;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
ul.tw-dropdown-menu li.active a {
    color: #fba70b;
}
.tw-megamenu-wrapper {
    position: static;
    z-index: 1;
}
.tw-mega-menu {
    position: absolute;
    border: none;
    width: 100%;
    margin-top: 0;
    overflow: hidden;
    z-index: -1;
    padding: 12px 18px 15px 100px;
    -webkit-box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.03), 0 15px 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.03), 0 15px 20px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0;
}
.tw-mega-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tw-mega-menu a {
    color: #000;
    font-family: "Roboto Slab", serif;
    font-weight: 600;
}
.tw-mega-menu a:hover {
    background: #ff9923;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.tw-mega-menu p {
    color: #757575;
}
.tw-mega-menu ul li {
    padding-bottom: 6px;
}
li.dropdown:hover .tw-mega-menu {
    display: block;
}
.tw-features-area {
    z-index: 1;
	padding-top: 65px;
}
.tw-features-area .column-title {
    margin-right: 0;
    margin-top: 10px;
    text-align: justify;
}
.features-text {
    position: relative;
}
.features-text:after {
    position: absolute;
    left: -48px;
    top: 0;
    width: 2px;
    height: 100%;
    content: "";
    background: #005abb;
}
.features-box {
    text-align: center;
    background: #fff;
    padding: 32px 44px 32px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.03);
    min-height: 315px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 4px solid #dee0de;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.features-box .features-icon {
    margin-bottom: 26px;
    width: 100%;
    height: 50px;
}
.features-box .features-icon-inner {
    vertical-align: middle;
}
.features-box h3 {
    font-size: 24px;
    color: #2f2c2c;
    margin-bottom: 16px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.features-box p {
    margin-bottom: 5px;
}
.features-box a {
    margin-top: 10px;
}
.features-box:hover {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
input.round-btn {
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    background: #fa6742;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.tw-analysis-area {
    background: linear-gradient(to right, #4ca1af, #c4e0e5);
    z-index: 1;
    overflow: hidden;
    position: relative;
}
.tw-analysis-area .column-title {
    margin-top: -7px;
}
.tw-analysis-area:before {
    position: absolute;
    top: 50%;
    left: -50%;
    width: 150%;
    height: 100px;
    content: "";
    background: rgba(255, 255, 255, 0.541);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    opacity: 0;
    visibility: hidden;
}
.tw-analysis-area:after {
    position: absolute;
    top: 50%;
    left: -50%;
    width: 150%;
    height: 100px;
    content: "";
    background: rgba(255, 255, 255, 0.541);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    opacity: 0;
    visibility: hidden;
    left: auto;
    right: -50%;
}
.tw-analysis-area:hover:before {
    left: 100%;
    visibility: visible;
    opacity: 1;
}
.tw-analysis-area:hover:after {
    right: 100%;
    visibility: visible;
    opacity: 1;
}
.analysis-bg-pattern img {
    position: absolute;
    top: 0;
    left: 0;
}
.analysis-bg-pattern img:nth-child(1) {
    top: 15px;
    left: 10px;
}
.analysis-bg-pattern img:nth-child(2) {
    left: auto;
    top: 80px;
    right: 5px;
}
.analysis-bg-pattern img:nth-child(3) {
    top: auto;
    bottom: -55px;
    left: 0;
}
.analysis-bg-pattern img:nth-child(4) {
    top: auto;
    left: auto;
    bottom: -35px;
    right: 295px;
}
.analysis-form {
    margin-top: 37px;
    margin-bottom: -15px;
}
.analysis-form input[type="email"],
.analysis-form input[type="url"] {
    border-radius: 50px;
    padding: 15px 30px;
    border: none;
}
.analysis-form input[type="url"]:focus {
    outline: solid 0;
}
.analysis-form input[type="email"] {
    position: relative;
}
.analysis-form input[type="email"]:focus {
    outline: solid 0;
}
.analysis-form input[type="submit"] {
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    background: #ff9923;
    color: #fff;
    padding: 15px 44px;
    border-radius: 50px;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    border: none;
    position: relative;
    z-index: 2;
}
.analysis-form input[type="submit"]:hover {
    cursor: pointer;
    background: #000261;
}
.analysis-form:focus {
    outline: solid 0;
}
.tw-form-round-shape {
    position: relative;
    z-index: 1;
    margin: 0 -45px 0 0;
    right: -43px;
}
.tw-form-round-shape:after {
    position: absolute;
    top: -2px;
    right: -5px;
    width: 58px;
    height: 58px;
    background: #4ca1af;
    display: block;
    content: "";
    border-radius: 100%;
}
.tw-intro-area {
    background-color: #fff;
    color: #757575;
	padding-top: 65px;
    padding-bottom: 40px;
}
.tw-intro-area h2 {
    margin-bottom: 25px;
}
.tw-intro-area p {
    line-height: 25px;
    margin-bottom: 15px;
    color: #000;
}
.tw-intro-area .btn {
    margin-top: 15px;
    margin-right: 20px;
}
.tw-intro-area img {
    margin-top: 20px;
}
.tw-ellipse-pattern img {
    position: absolute;
    top: -110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 545px;
    height: 255px;
}
.tw-features-area:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    content: "";
    background-image: url(../images/features/wave.png);
    z-index: -1;
}
.intro-list {
    margin-bottom: 40px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.intro-list li {
    display: block;
    margin-bottom: 12px;
}
.intro-list li:before {
    font-family: fontAwesome;
    content: "f00c";
    color: #fa704d;
    margin-right: 20px;
}
.intro-list li:last-child {
    margin-bottom: 0;
}
.tw-facts {
    background-color: #f7f9f8;
    z-index: 2;
    padding: 80px 0;
}
.facts-bg-pattern img {
    position: absolute;
    left: 17px;
    bottom: 47px;
    background-position: left center;
    background-repeat: no-repeat;
    z-index: -1;
}
.facts-bg-pattern img:nth-child(2) {
    left: auto;
    right: 0;
    bottom: 36px;
}
.facts-title {
    margin: 25px 0;
}
.facts-content {
    color: #005abb;
}
.facts-content span {
    font-size: 48px;
    font-weight: 700;
}
.facts-content sup {
    top: -17px;
    left: -4px;
    font-size: 30px;
    font-weight: 600;
}
.section-tile h1 {
    font-size: 33px;
}
.singel-services {
    padding: 30px 17px;
    border: 4px solid #dee0de;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 20px 0 20px 0;
}
.singel-services::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.singel-services:hover::before {
    height: 6px;
}
.singel-services .s-icon i {
    font-size: 36px;
    width: 70px;
    height: 70px;
    line-height: 68px;
    border-radius: 50%;
    border: 1px solid;
    display: inline-block;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.singel-services.color-1 .s-icon i {
    background-color: #d9ffdc;
    border-color: #2acb35;
    color: #2acb35;
}
.singel-services.color-2 .s-icon i {
    background-color: #d6d6ff;
    border-color: #2a2acb;
    color: #2a2acb;
}
.singel-services.color-3 .s-icon i {
    background-color: #d4ccff;
    border-color: #6147f0;
    color: #6147f0;
}
.singel-services.color-4 .s-icon i {
    background-color: #ffd9fd;
    border-color: #f100e5;
    color: #f100e5;
}
.singel-services.color-5 .s-icon i {
    background-color: #d9ecff;
    border-color: #0080ff;
    color: #0080ff;
}
.singel-services.color-6 .s-icon i {
    background-color: #e4ffc4;
    border-color: #75d701;
    color: #75d701;
}
.singel-services.color-1:hover .s-icon i {
    background-color: #2acb35;
    color: #fff;
}
.singel-services.color-2:hover .s-icon i {
    background-color: #2a2acb;
    color: #fff;
}
.singel-services.color-3:hover .s-icon i {
    background-color: #6147f0;
    color: #fff;
}
.singel-services.color-4:hover .s-icon i {
    background-color: #f100e5;
    color: #fff;
}
.singel-services.color-5:hover .s-icon i {
    background-color: #0080ff;
    color: #fff;
}
.singel-services.color-6:hover .s-icon i {
    background-color: #75d701;
    color: #fff;
}
.singel-services .s-cont h4 {
    padding-bottom: 20px;
    margin: 15px 0 0 0;
    font-family: Oswald, sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #222;
}
.section-tile h1 span {
    color: #005abb;
}
.latest-post-media {
    margin-bottom: 20px;
}
.post-body {
    position: relative;
    z-index: 2;
    padding-left: 20px;
}
.post-item-date {
    position: absolute;
    height: 100%;
}
.post-item-date:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    background: #dcdcdc;
    width: 1px;
    height: 100%;
}
.post-item-date:after {
    position: absolute;
    bottom: 0;
    width: 14px;
    height: 14px;
    content: "";
    background: #005abb;
    left: 50%;
    margin-left: -7px;
    border-radius: 50%;
    border: 2px solid #dcdcdc;
}
.post-date {
    width: 60px;
    height: 60px;
    background: #005abb;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 3;
    font-weight: 800;
    font-size: 20px;
    padding-top: 10px;
}
.post-date .month {
    display: block;
    font-weight: 300;
    font-size: 14px;
    margin-top: -10px;
}
.post-info {
    margin-left: 0;
}
.post-info .post-title {
    padding-bottom: 7px;
    font-size: 20px;
}
.post-info .post-title a {
    color: #2f2c2c;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.post-info .entry-content p {
    font-size: 15px;
    padding-right: 10px;
}
.post-meta {
    padding-top: 20px;
    padding-bottom: 7px;
}
.post-meta a {
    color: #005abb;
}
.tw-client {
    padding-bottom: 60px;
    margin: 40px 0 0 0;
}
.clients-carousel {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.clients-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.clients-carousel .owl-dots {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 110px;
}
.clients-carousel .owl-dots button.owl-dot {
    display: inline-block;
    background: #cdcbca;
    width: 7px;
    height: 7px;
    margin: 4px;
    border-radius: 50%;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.clients-carousel .owl-dots button.owl-dot.active {
    width: 11px;
    height: 11px;
    background: #362f2d;
}
.client-logo-wrapper {
    width: 100%;
}
.client-logo {
    text-align: center;
    vertical-align: middle;
}
.footer-top-wrap {
    background-color: #195475;
    padding: 15px 0 0;
}
.footer-box {
    margin-bottom: 30px;
}
.footer-box .footer-logo {
    padding-bottom: 25px;
}
.footer-box .footer-about {
    font-size: 17px;
    padding-bottom: 5px;
}
.error {
    color: #f30b0b !important;
    text-align: -webkit-left;
    font-family: "Roboto Slab", serif;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    margin-right: 0;
    font-size: 16px;
    color: #fff;
}
.disp-hidden {
    display: none;
}
.disp-show {
    display: block;
}
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}
#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}
@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}
@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}
@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}
.main-timeline {
    padding-top: 50px;
    overflow: hidden;
    position: relative;
}
.main-timeline:before {
    content: "";
    width: 7px;
    height: 100%;
    background: #084772;
    margin: 0 auto;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
}
.main-timeline .timeline {
    width: 50%;
    float: left;
    padding: 20px 60px;
    border-top: 7px solid #084772;
    border-right: 7px solid #084772;
    border-radius: 0 30px 0 0;
    position: relative;
    right: -3.5px;
}
.main-timeline .icon {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #e84c47;
    border: 1px solid #fff;
    text-align: center;
    font-size: 25px;
    color: #fff;
    box-shadow: 0 0 0 2px #e84c47;
    position: absolute;
    top: -30px;
    left: 0;
}
.main-timeline .timeline-content {
    display: block;
    padding: 30px 10px 10px;
    border-radius: 20px;
    background: #e84c47;
    color: #fff;
    position: relative;
}
.main-timeline .timeline-content:hover {
    text-decoration: none;
    color: #fff;
}
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after {
    content: "";
    display: block;
    width: 10px;
    height: 50px;
    border-radius: 10px;
    background: #e84c47;
    border: 1px solid #fff;
    position: absolute;
    top: -35px;
    left: 50px;
}
.main-timeline .timeline-content:after {
    left: auto;
    right: 50px;
}
.main-timeline .title {
    font-size: 24px;
    margin: 0;
}
.main-timeline .description {
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.main-timeline .timeline:nth-child(2n) {
    border-right: none;
    border-left: 7px solid #084772;
    border-radius: 30px 0 0 0;
    right: auto;
    left: -3.5px;
}
.main-timeline .timeline:nth-child(2n) .icon {
    left: auto;
    right: 0;
}
.main-timeline .timeline:nth-child(2) {
    margin-top: 130px;
}
.main-timeline .timeline:nth-child(odd) {
    margin: -130px 0 30px 0;
}
.main-timeline .timeline:nth-child(even) {
    margin-bottom: 80px;
}
.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even) {
    margin: 0 0 30px 0;
}
.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .timeline-content:before,
.main-timeline .timeline:nth-child(2n) .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .icon {
    background: #4bd9bf;
}
.main-timeline .timeline:nth-child(2n) .icon {
    box-shadow: 0 0 0 2px #4bd9bf;
}
.main-timeline .timeline:nth-child(3n) .timeline-content,
.main-timeline .timeline:nth-child(3n) .timeline-content:before,
.main-timeline .timeline:nth-child(3n) .timeline-content:after,
.main-timeline .timeline:nth-child(3n) .icon {
    background: #ff9e09;
}
.main-timeline .timeline:nth-child(3n) .icon {
    box-shadow: 0 0 0 2px #ff9e09;
}
.main-timeline .timeline:nth-child(4n) .timeline-content,
.main-timeline .timeline:nth-child(4n) .timeline-content:before,
.main-timeline .timeline:nth-child(4n) .timeline-content:after,
.main-timeline .timeline:nth-child(4n) .icon {
    background: #3ebae7;
}
.main-timeline .timeline:nth-child(4n) .icon {
    box-shadow: 0 0 0 2px #3ebae7;
}
.whatsapp_float {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 9999 !important;
}
@media only screen and (max-width: 767px) {
    .main-timeline:before {
        left: 0;
        right: auto;
    }
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even),
    .main-timeline .timeline:nth-child(odd) {
        width: 100%;
        float: none;
        padding: 20px 30px;
        margin: 0 0 30px 0;
        border-right: none;
        border-left: 7px solid #084772;
        border-radius: 30px 0 0 0;
        right: auto;
        left: 0;
    }
    .main-timeline .icon {
        left: auto;
        right: 0;
    }
}
@media only screen and (max-width: 480px) {
    .main-timeline .title {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .footer-box .footer-about {
        font-size: 16px;
    }
}
.footer-box .footer-about p {
    color: #e3e3e3;
}
.footer-box .footer-contact-info {
    margin-bottom: 15px;
}
.footer-box .footer-contact-info li {
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    padding-left: 27px;
    display: block;
    margin: 0 0 0 -14px;
    font-family: "Roboto Slab", serif;
    line-height: 28px;
}
.footer-box .footer-contact-info li a {
    color: #fff !important;
}
@media only screen and (max-width: 767px) {
    .footer-box .footer-contact-info li {
        font-size: 16px;
    }
}
.footer-box .footer-contact-info li:last-child {
    margin-bottom: 0;
}
.footer-box .footer-contact-info li i {
    font-size: 14px;
    color: #fff;
    top: 8px;
    left: 0;
    position: absolute;
}
@media only screen and (max-width: 767px) {
    .footer-box .footer-contact-info li i {
        font-size: 20px;
    }
}
.footer-box .footer-social li {
    display: inline-block;
    margin-right: 13px;
}
@media only screen and (max-width: 1199px) {
    .footer-box .footer-social li {
        margin-right: 5px;
    }
}
.footer-box .footer-social li a {
    padding: 5px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.footer-box .footer-social li a:hover {
    color: #396cf0;
}
.footer-box .footer-header {
    position: relative;
}
.footer-box .footer-header h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0 0 0;
    margin: 0 0 0 50px !important;
    font-family: "Roboto Slab", serif;
}
@media only screen and (max-width: 991px) {
    .footer-box .footer-header h3 {
        font-size: 24px;
    }
    .navbar-collapse.show {
        width: 100%;
        top: 60px;
        background: linear-gradient(to right, rgb(86, 204, 242), rgb(47, 128, 237));
        height: inherit;
        bottom: inherit;
    }
}
@media only screen and (max-width: 767px) {
    .footer-box .footer-header h3 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 575px) {
    .footer-box .footer-header h3 {
        font-size: 20px;
    }
}
.footer-box .footer-latest-post li {
    line-height: 22px;
    margin-bottom: 20px;
}
.footer-box .footer-latest-post li:last-child {
    margin-bottom: 0;
}
.footer-box .footer-latest-post li a {
    font-size: 17px;
    color: #e3e3e3;
    margin-bottom: 12px;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
    .footer-box .footer-latest-post li a {
        font-size: 16px;
    }
}
.footer-box .footer-latest-post li a:hover {
    color: #396cf0;
}
.footer-box .footer-latest-post li span {
    font-size: 16px;
    color: #8a8a8a;
    display: block;
}
.footer-box .footer-departments li {
    margin-bottom: 10px;
}
.footer-box .footer-departments li:last-child {
    margin-bottom: 0;
}
.footer-box .footer-departments li a {
    font-size: 17px;
    color: #e3e3e3;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
    .footer-box .footer-departments li a {
        font-size: 16px;
    }
}
.footer-box .footer-departments li a:hover {
    color: #396cf0;
}
.footer-box .footer-quick-link li {
    margin-bottom: 10px;
}
.footer-box .footer-quick-link li:last-child {
    margin-bottom: 0;
}
.footer-box .footer-quick-link li a {
    font-size: 17px;
    color: #e3e3e3;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
    .footer-box .footer-quick-link li a {
        font-size: 16px;
    }
}
.footer-box .footer-quick-link li a:hover {
    color: #396cf0;
}
.footer-box .footer-opening-hours li {
    font-size: 17px;
    color: #e3e3e3;
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    .footer-box .footer-opening-hours li {
        font-size: 16px;
    }
}
.footer-box .footer-opening-hours li:last-child {
    margin-bottom: 0;
}
.footer-box .footer-opening-hours li span {
    color: #396cf0;
}
.footer-center-wrap {
    padding: 17px 0 0 0;
    background-color: #195475;
    border-top: 1px solid #000;
    box-shadow: 1px 2px 3px rgb(0 0 0 / 40%), inset 0 1px 1px rgb(255 255 255 / 20%);
}
@media only screen and (max-width: 991px) {
    .footer-center-wrap {
        padding: 15px 0;
    }
}
.footer-center-wrap .footer-social {
    height: 80%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 8px 0 0 -19px;
    padding: 0 0 0 10px;
}
@media only screen and (max-width: 991px) {
    .footer-center-wrap .footer-social ul {
        margin-bottom: 30px;
    }
}
.footer-center-wrap .footer-social ul li {
    display: inline-block;
    margin-right: 5px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}
.footer-center-wrap .footer-social ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 35px;
    background: #fff;
    color: #0a178f;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: bottom;
    border-radius: 50%;
}
.footer-center-wrap .footer-social ul li a:hover {
    color: #396cf0;
}
.footer-center-wrap .newsletter-title {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
    .footer-center-wrap .newsletter-title {
        justify-content: center;
    }
}
.footer-center-wrap .newsletter-title .item-title {
    color: #fff;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .footer-center-wrap .newsletter-title .item-title {
        margin-bottom: 30px;
    }
}
.footer-center-wrap .newsletter-form {
    height: 112%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 0 0 10px;
}
.footer-center-wrap .newsletter-form .stylish-input-group {
    background: 0 0;
    border: 0;
    height: 56px;
    border-radius: 30px;
}
.footer-center-wrap .newsletter-form .stylish-input-group .form-control {
    padding: 0.75rem 3.5rem;
    border: none;
    box-shadow: none;
    border-radius: 30px 0 0 30px;
    background: #fff;
    font-size: 15px;
    color: #000;
    height: 50px;
    font-family: "Roboto Slab", serif;
}
.footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon {
    padding: 0;
    border: none;
    border-radius: 0 30px 30px 0;
    background: #f8ab16 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: 0.5s ease-in-out;
    height: 50px;
    margin: 0 0 0 -10px;
}
.footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon:focus {
    outline: 0;
}
.footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon button {
    border-radius: 0 30px 30px 0;
    padding: 15px 55px;
    cursor: pointer;
    background: 0 0;
    border: 0;
    transition: 0.5s ease-in-out;
    margin: 0;
}
.footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon button span {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
}
.footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon button:focus {
    outline: 0;
}
.footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon:hover {
    background-color: #2055e4 !important;
}
.footer-center-wrap .newsletter-form .stylish-input-group input.form-control::-webkit-input-placeholder,
.footer-center-wrap .newsletter-form .stylish-input-group textarea.form-control::-webkit-input-placeholder {
    color: #5a5a5a;
    font-size: 16px;
}
.footer-center-wrap .newsletter-form .stylish-input-group input.form-control::-moz-placeholder,
.footer-center-wrap .newsletter-form .stylish-input-group textarea.form-control::-moz-placeholder {
    color: #5a5a5a;
    font-size: 16px;
}
.footer-center-wrap .newsletter-form .stylish-input-group input.form-control:-moz-placeholder,
.footer-center-wrap .newsletter-form .stylish-input-group textarea.form-control:-moz-placeholder {
    color: #5a5a5a;
    font-size: 16px;
}
.footer-center-wrap .newsletter-form .stylish-input-group input.form-control:-ms-input-placeholder,
.footer-center-wrap .newsletter-form .stylish-input-group textarea.form-control:-ms-input-placeholder {
    color: #5a5a5a;
    font-size: 16px;
}
.footer-bottom-wrap .copyright a {
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: 10px 0 0 0;
}
.footer-bottom-wrap .copyright a:hover {
    color: #396cf0;
}
.copyright {
    background-color: #195475;
    min-height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    color: #ddd;
    text-align: center;
    font-family: "Roboto Slab", serif;
}
.copyright a,
.copyright span {
    color: #878787;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.copyright a:hover {
    color: #ddd;
}
.copyright-menu ul a {
    text-align: left;
    margin: 0 5px 0 0;
    color: #fff;
    font-family: "Roboto Slab", serif;
    line-height: 24px;
    font-size: 16px;
}
.copyright-menu li {
    display: inline-block;
    padding: 0;
}
.contact-pg-section {
    padding-bottom: 0;
}
@media (max-width: 991px) {
    .contact-pg-section {
        padding-bottom: 15px;
    }
}
.contact-pg-section form input,
.contact-pg-section form select,
.contact-pg-section form textarea {
    width: 100%;
    height: 53px;
    border: 1px solid #d4d4d4;
    border-radius: 1px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-family: Oswald, sans-serif;
    font-weight: 200;
}
@media (max-width: 991px) {
    .contact-pg-section form input,
    .contact-pg-section form select,
    .contact-pg-section form textarea {
        height: 45px;
    }
}
.contact-pg-section form input:focus,
.contact-pg-section form select:focus,
.contact-pg-section form textarea:focus {
    border-color: #ddd;
}
.contact-pg-section form textarea {
    height: 180px;
}
.contact-pg-section form {
    margin: 0 -15px;
    overflow: hidden;
}
.contact-pg-section form::-webkit-input-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c;
}
.contact-pg-section form:-moz-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c;
}
.contact-pg-section form::-moz-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c;
}
.contact-pg-section form:-ms-input-placeholder {
    font-style: 15px;
    font-style: normal;
    color: #9d9c9c;
}
.contact-pg-section form select {
    display: inline-block;
    color: #a9a9a9;
    cursor: pointer;
    opacity: 1;
    padding: 6px 12px;
    font-size: 15px;
    font-size: 0.9375rem;
}
.submit-area {
    text-align: center;
}
.contact-pg-section form > div {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 30px;
}
@media (max-width: 600px) {
    .contact-pg-section form > div {
        width: calc(100% - 30px);
        float: none;
    }
}
.contact-pg-section form .fullwidth {
    width: calc(100% - 30px);
    float: none;
    clear: both;
}
.contact-pg-section .contact-info {
    padding: 40px 25px;
    -webkit-box-shadow: 0 3px 17.85px 3.15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 17.85px 3.15px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
    .contact-pg-section .contact-info {
        margin-top: 50px;
    }
}
.contact-pg-section .contact-info > div {
    position: relative;
    padding-left: 70px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.contact-pg-section .contact-info > div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.contact-pg-section .contact-info .icon {
    width: 50px;

    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #94db40;
    border-radius: 50%;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    left: 0;
    top: -1px;
}
.contact-pg-section .contact-info h5 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 0.3em;
    padding-top: 0.2em;
}
.contact-pg-section .contact-info p {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
}
.contact-w3 span {
    color: #d3b800;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-box-shadow: 5px 10px 10px 0 rgba(216, 216, 216, 0.78);
    -moz-box-shadow: 5px 10px 10px 0 rgba(216, 216, 216, 0.78);
    box-shadow: 5px 10px 10px 0 rgba(216, 216, 216, 0.78);
    text-align: center;
}
.widget h3 {
    color: #222;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 22px;
    text-align: -webkit-left;
    margin: 0px 0px 0px 33px;
}
.contact-w3 {
    border: 1px solid #139dcb;
    padding: 1em 0;
    margin: 0 0 11px 0;
}
.contact-w3 h4 {
    color: #000261 !important;
    font-family: Oswald, sans-serif;
    font-size: 24px;
    text-align: -webkit-left;
    margin: 0px 0px 0px 33px;
}
.contact-w3 address p,
.contact-w3 p {
    color: #222 !important;
    font-size: 18px;
    font-family: Oswald, sans-serif;
    font-weight: 200;
    line-height: 28px;
    margin: 3px 0 0 33px;
}
.contact-w3 h4 {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 22px;
}
.back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.back-to-top .btn-dark:hover {
    cursor: pointer;
    background: #fff;
    border-color: #fff;
    color: #000;
}
.about-testimonial-content p {
    color: #757575;
}
.about-testimonial .owl-dots button.owl-dot {
    background: #92908e;
}
.about-testimonial .owl-dots button.owl-dot.active {
    background: #362f2d;
}
.tw-about-award {
    padding-top: 0;
}
.tw-award-box {
    text-align: center;
    max-width: 215px;
    margin: 0 auto;
}
.tw-award-box .award-icon {
    text-align: center;
}
.tw-award-box h3 {
    font-size: 18px;
    margin-top: 25px;
    line-height: 1.3;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tw-award-box:hover h3 {
    color: #fa6742;
}
.tw-service-case-study:hover .casestudy-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tw-service-case-study .casestudy-content {
    background-color: #f7f9f8;
}
.tw-call-to-action .btn-lg {
    padding: 16px 60px;
}
.call-action-bg-pattern {
    position: relative;
}
.call-action-bg-pattern img {
    position: absolute;
    left: 0;
    z-index: -1;
}
.call-action-bg-pattern img:nth-child(1) {
    top: -50px;
    left: -200px;
}
.call-action-bg-pattern img:nth-child(2) {
    left: auto;
    right: -235px;
    top: -65px;
}
.tw-cases {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cases-img {
    background: #fa6742;
    -webkit-flex-basis: 23.1%;
    -ms-flex-preferred-size: 23.1%;
    flex-basis: 23.1%;
    margin: 10px;
    border-radius: 5px;
    padding: 25px;
}
.cases-img h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
}
.cases-img span {
    font-size: 14px;
    color: #fff;
}
.cases-img:nth-of-type(even) {
    position: relative;
    top: 90px;
}
.cases-img img {
    padding-bottom: 20px;
}
.tw-case-complete .btn {
    margin-top: 155px;
}
.tw-clients {
    padding-bottom: 120px;
}
.tw-top-bar {
    padding: 5px 0;
}
.tw-top-bar .text-left .top-contact-info span {
    padding-left: 0;
    padding-right: 40px;
}
.tw-top-bar-angle {
    padding: 5px 0;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    z-index: 2;
}
.tw-top-bar-angle:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    content: "";
    background: #2f2c2c;
}
.tw-top-bar-angle:after {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    border-right: 30px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 38px solid #2f2c2c;
}
.top-bar-angle-info i {
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
}
.top-bar-angle-info span {
    color: #fff;
    font-size: 14px;
    padding-right: 20px;
}
.top-social-links a {
    padding-left: 20px;
}
.top-social-links a i {
    display: inline-block;
    font-size: 14px;
    color: #2f2c2c;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.top-social-links a i:hover {
    color: #fa6742;
}
.top-social-links span {
    color: #2f2c2c;
}
.top-contact-info span {
    font-size: 14px;
    color: #2f2c2c;
    padding-left: 60px;
}
.top-contact-info span i {
    padding-right: 10px;
}
.tw-top-bar-angle .top-contact-info span {
    color: #fff;
    padding-left: 0;
    padding-right: 40px;
}
.top-bar-dark {
    background: #100881;
}
.top-bar-dark .top-social-links {
    color: #fa6742;
}
.top-bar-dark .top-social-links i {
    color: #fff;
}
.top-bar-dark .top-contact-info span {
    color: #fff;
}
.top-bar-dark .top-contact-info i {
    color: #fff;
}
.top-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.top-menu ul li {
    display: inline-block;
}
.top-menu ul li a {
    display: block;
    padding-right: 30px;
    color: inherit;
}
.logo-area.top-contact span {
    padding-right: 0;
    padding-left: 50px;
}
.logo-area.top-contact i {
    margin-left: 10px;
    color: #fa6742;
}
.full-width-nav {
    background: #2f2c2c;
}
.nav-full-width ul.navbar-nav li {
    padding-left: 0;
    padding-right: 30px;
}
.nav-full-width .navbar-nav li {
    padding-left: 0;
}
.nav-full-width .navbar-nav .active > .nav-link,
.nav-full-width .navbar-nav .nav-link {
    color: #fff;
}
.nav-full-width .tw-mega-menu {
    background: #2f2c2c;
}
.nav-full-width .tw-mega-menu h3,
.nav-full-width .tw-mega-menu li a,
.nav-full-width .tw-mega-menu p {
    color: #fff;
}
.nav-full-width .tw-dropdown-menu {
    background: #2f2c2c;
}
.nav-full-width .tw-dropdown-menu li a {
    color: #fff;
}
.full-width-offcanvas-menu {
    width: 100%;
    position: relative;
    text-align: left;
    padding-bottom: 0;
    padding: 15px 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.full-width-offcanvas-menu i {
    color: #fff;
    border-color: #4d4b4c;
}
.full-width-offcanvas-menu span {
    background: #fff;
}
.main-header {
    position: absolute;
    width: 100%;
    z-index: 3;
}
.tw-head.tw-transparent {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.home_bg {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10px 0 0;
    margin: 0;
}
.banner-one {
    background: url("../images/slider/banner-1.png");
    background-size: cover;
    background-position: 100%;
}
.banner-two {
    background: linear-gradient(to right, #2b5876, #4e4376);
}
.banner-three {
    background-image: -webkit-linear-gradient(-25deg, #0acffe 0, #495aff 100%);
}
.banner-four {
    background: #195475;
}
.banner-five {
    background: linear-gradient(to right, #0575e6, #021b79);
}
.banner-six {
    background: #195475;
}
.banner-seven {
    background: linear-gradient(to right, #3ca55c, #b5ac49);
}
.banner-eight {
    background: linear-gradient(to right, #3ca55c, #b5ac49);
}
.banner-nine {
    background: linear-gradient(to right, #00c6ff, #0072ff);
}
.banner-ten {
    background: linear-gradient(to right, #2b5876, #4e4376);
}
.banner-eleven {
    background-image: linear-gradient(to right, #208ccc, #09badb);
}
.banner-twelve {
    background: linear-gradient(to right, #348f50, #56b4d3);
}
.banner-thirteen {
    background: linear-gradient(to right, #5f2c82, #49a09d);
}
.banner-fourteen {
    background: linear-gradient(to right, #6190e8, #a7bfe8);
}
.banner-fifteen {
    background: #195475;
}
.banner-sixteen {
    background: linear-gradient(to right, #41295a, #2f0743);
}
.banner-seventeen {
    background: linear-gradient(to right, #0575e6, #021b79);
}
.banner-eighteen {
    background: linear-gradient(to right, #0575e6, #021b79);
}
.banner-nineteen {
    background: linear-gradient(to right, #003973, #e5e5be);
}
.banner-twenty {
    background: #195475;
}
.banner-twenty-one {
    background: #7163ee;
}
.banner-twenty-two {
    background-image: -webkit-linear-gradient(-45deg, #9b79fb 0, #2875f5 100%);
}
.banner-twenty-three {
    background: linear-gradient(to right, #2b5876, #4e4376);
}
.banner-twenty-four {
    background: #195475;
    padding: 0 0 20px 0;
}
.banner-twenty-five {
    background: linear-gradient(to right, #44a08d, #093637);
}
.banner-twenty-six {
    background: linear-gradient(to right, #000428, #004e92);
}
.banner-twenty-seven {
    background: linear-gradient(to right, #4b79a1, #283e51);
}
.banner-twenty-eight {
    background: linear-gradient(to right, #2b5876, #4e4376);
}
.banner-twenty-nine {
    background: linear-gradient(to right, #2b5876, #4e4376);
}
.banner-twenty-one {
    background: linear-gradient(to right, #dd5e89, #f7bb97);
}
.banner-twenty-two {
    background: linear-gradient(to right, #1a2980, #26d0ce);
}
.hero-text {
    padding-top: 140px;
}
.hero-text h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
    line-height: 45px;
}
.hero-text h1 span {
    color: #ff9923;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: capitalize;
    line-height: 45px;
}
.alltuchtopdown {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 3s;
}
.hero-text-img-1 {
    margin: 80px 0 0 0;
}
.hero-text-img-2 {
    margin: 20px 0 0 0;
}
@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0) translateY(0);
        -moz-transform: rotateX(0) translateY(0);
        -ms-transform: rotateX(0) translateY(0);
        -o-transform: rotateX(0) translateY(0);
        transform: rotateX(0) translateY(0);
    }
    50% {
        -webkit-transform: rotateX(0) translateY(-10px);
        -moz-transform: rotateX(0) translateY(-10px);
        -ms-transform: rotateX(0) translateY(-10px);
        -o-transform: rotateX(0) translateY(-10px);
        transform: rotateX(0) translateY(-10px);
    }
    100% {
        -webkit-transform: rotateX(0) translateY(0);
        -moz-transform: rotateX(0) translateY(0);
        -ms-transform: rotateX(0) translateY(0);
        -o-transform: rotateX(0) translateY(0);
        transform: rotateX(0) translateY(0);
    }
}
@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0) translateY(0);
        -moz-transform: rotateX(0) translateY(0);
        -ms-transform: rotateX(0) translateY(0);
        -o-transform: rotateX(0) translateY(0);
        transform: rotateX(0) translateY(0);
    }
    50% {
        -webkit-transform: rotateX(0) translateY(-20px);
        -moz-transform: rotateX(0) translateY(-20px);
        -ms-transform: rotateX(0) translateY(-20px);
        -o-transform: rotateX(0) translateY(-20px);
        transform: rotateX(0) translateY(-20px);
    }
    100% {
        -webkit-transform: rotateX(0) translateY(0);
        -moz-transform: rotateX(0) translateY(0);
        -ms-transform: rotateX(0) translateY(0);
        -o-transform: rotateX(0) translateY(0);
        transform: rotateX(0) translateY(0);
    }
}
@media only screen and (max-width: 768px) {
    .hero-text h1 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 480px) {
    .hero-text h1 {
        line-height: 48px;
    }
}
.hero-text p {
    color: #fff;
    width: 100%;
    font-size: 22px;
    line-height: 35px;
    font-family: Oswald, sans-serif;
    font-weight: 200;
    margin-top: 5px;
}
.home_btn a {
    margin-bottom: 20px;
    margin-right: 20px;
}
.hero-text-img img {
    padding: 110px 0 0 0;
}
.hero-text-img img-1 {
    padding: 110px 0 0 0;
}
@media only screen and (max-width: 768px) {
    .hero-text-img img {
        padding-top: 0;
    }
}
.banner_area {
    display: block;
    overflow: hidden;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-image: -webkit-linear-gradient(-45deg, #9b79fb 0, #2875f5 100%);
}
.banner_area:before {
    content: "";
    position: absolute;
    right: 30%;
    top: 320px;
    height: 14px;
    width: 14px;
    border: 3px solid #fff;
    border-radius: 50%;
    animation: float-bob-x infinite 15s linear;
    z-index: -1;
}
.banner_area .rs_banner {
    display: none;
}
.banner_area .baner_content {
    position: relative;
    z-index: 1;
}
.banner_area h6 {
    font: 700 22px/30px Oswald, sans-serif;
    color: #fff;
}
.banner_area h2 {
    font: 700 42px/53px Oswald, sans-serif;
    color: #fff;
    max-width: 728px;
    padding: 10px 0 10px 0;
}
.banner_area p {
    font-size: 22px/30px Oswald, sans-serif;
    color: #fff;
}
.banner_area .theme_btn {
    font-weight: 600;
    line-height: 70px;
    min-width: 236px;
}
.banner_area .illustration {
    position: absolute;
    right: 135px;
    bottom: 0;
    z-index: -1;
}
.banner_area .illustration .illustration_inner {
    position: relative;
    max-width: 628px;
}
.banner_area .illustration .illustration_inner .img_1 {
    position: absolute;
    left: 0;
    bottom: 13px;
}
.banner_area .illustration .illustration_inner .img_2 {
    position: absolute;
    top: 105px;
    left: -35px;
    z-index: 1;
}
.banner_area .illustration .illustration_inner .img_3 {
    position: absolute;
    top: 150px;
    right: -35px;
    z-index: 1;
}
.banner_area .illustration .illustration_inner .img_5 {
    position: absolute;
    right: -70px;
    bottom: 27px;
}
.banner_area .illustration .illustration_inner .al_img {
    position: absolute;
    width: 175px;
    height: 265px;
    top: 45px;
    left: 31%;
}
.banner_area .illustration .illustration_inner .al_img img {
    position: absolute;
}
.banner_area .illustration .illustration_inner .al_img img:first-child {
    right: 0;
}
.banner_area .illustration .illustration_inner .al_img img:nth-child(2) {
    top: 75px;
    right: 5px;
}
.banner_area .illustration .illustration_inner .al_img img:nth-child(3) {
    bottom: 50px;
    left: 75px;
}
.banner_area .illustration .illustration_inner .al_img img:nth-child(4) {
    bottom: 25px;
    left: 35px;
}
.banner_area .illustration .illustration_inner .al_img img:last-child {
    left: 0;
    bottom: 0;
}
.banner_2 {
    display: block;
    overflow: hidden;
    padding: 410px 0 270px;
    position: relative;
    z-index: 1;
}
.banner_2 .rs_banner {
    display: none;
}
.banner_2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 180px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banner_2 h6 {
    font: 700 22px/30px Overpass, sans-serif;
    color: #ff584e;
}
.banner_2 h2 {
    font: 700 65px/70px Poppins, sans-serif;
    color: #181818;
    max-width: 700px;
    padding: 30px 0;
    position: relative;
    z-index: 9;
}
.banner_2 p {
    font: 400 22px/32px Overpass, sans-serif;
    color: rgba(40, 40, 40, 0.8);
    padding-bottom: 45px;
    max-width: 580px;
}
.banner_2 .theme_btn2 {
    font-weight: 600;
    line-height: 70px;
    min-width: 236px;
}
.banner_2 .popup-youtube {
    color: #181818;
    font: 500 20px/60px Poppins, sans-serif;
    display: inline-block;
    padding-left: 30px;
}
.banner_2 .popup-youtube i {
    color: #ff756e;
    padding-left: 10px;
    display: inline-block;
}
.banner_2 .popup-youtube:focus,
.banner_2 .popup-youtube:hover {
    color: #ff584e;
}
.banner_2 .illustration {
    position: absolute;
    right: 0;
    bottom: 0;
}
.banner_2 .illustration .illustration_inner {
    position: relative;
    width: 835px;
    height: 800px;
    z-index: 1;
}
.banner_2 .illustration .illustration_inner .img_1 {
    position: absolute;
    bottom: 110px;
    right: 65px;
}
.banner_2 .illustration .illustration_inner .img_2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.banner_2 .illustration .illustration_inner .img_3 {
    position: absolute;
    left: 86px;
    top: 231px;
    z-index: 1;
}
.banner_2 .illustration .illustration_inner .img_4 {
    position: absolute;
    left: 45%;
    top: 0;
}
.banner_3 {
    padding-bottom: 20px;
    background: #195475;
}
.banner_3:after {
    left: 10%;
    bottom: 55px;
}
.banner_3 h2 span {
    color: #ff606e;
}
.banner_3 p {
    line-height: 32px;
}
.banner_3 .theme_btn3 {
    line-height: 70px;
    min-width: 236px;
}
.banner_3 .illustration2 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.banner_3 .illustration2 .illustration_inner {
    position: relative;
    z-index: 1;
}
.banner_3 .illustration2 .illustration_inner:after {
    content: "SEO";
    position: absolute;
    left: 110px;
    top: 20px;
    color: #fff;
    font: 700 100px/1 Oswald, sans-serif;
    z-index: -1;
}
.banner_3 .illustration2 .illustration_inner .img_1 {
    padding-right: 15px;
    padding-bottom: 185px;
    position: relative;
    z-index: 2;
}
.banner_3 .illustration2 .illustration_inner .img_2 {
    position: absolute;
    left: 30px;
    bottom: 40px;
    z-index: 1;
}
.banner_3 .illustration2 .illustration_inner .img_3 {
    position: absolute;
    bottom: 59px;
    right: 160px;
    z-index: 1;
}
@media (max-width: 1199px) {
    .banner_area {
        padding-bottom: 16px;
    }
    .banner_area .illustration {
        display: none;
    }
    .banner_area .rs_banner {
        display: block;
        max-width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .banner_area .baner_content {
        padding-bottom: 50px;
    }
    .banner_2 {
        padding-bottom: 0;
        padding-top: 300px;
    }
    .banner_2 .illustration {
        display: none;
    }
    .banner_2 .rs_banner {
        display: block;
        max-width: 100%;
        float: right;
    }
    .banner_3 {
        padding-top: 250px;
        background-size: cover;
    }
    .banner_3 .illustration2 {
        display: none;
    }
    .banner_3 .rs_banner {
        padding-top: 50px;
    }
    .servises_area {
        padding-top: 100px;
        padding-bottom: 0;
    }
    .about_area {
        padding: 100px 0;
    }
    .digital_agency {
        padding-bottom: 100px;
    }
    .digital_agency .countarup_area {
        max-width: 540px;
        margin: 0 auto;
    }
    .digital_agency .countarup_area .counter_item:nth-child(3) {
        margin-left: 0;
    }
    .digital_agency .agency_video {
        max-width: 680px;
        margin: 0 auto;
    }
    .selected_projects {
        padding-bottom: 100px;
    }
    .digital_marketing {
        padding-bottom: 0;
    }
    .digital_marketing .tittle {
        float: none;
        padding-top: 0;
    }
    .digital_marketing .marketing_inner {
        margin: 0 auto;
    }
    .popular_post {
        padding: 100px 0;
    }
    .got_problem {
        padding-bottom: 100px;
    }
    .mha_2 .navbar .right_nav li a.sign_btn {
        display: none;
    }
    .mha_3 .navbar .right_nav li a.theme_btn3 {
        display: none;
    }
    .optimizarion_area .tittle {
        padding-top: 0;
    }
    .optimizarion_area .tittle h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .seo_expart {
        padding: 100px 0;
    }
    .seo_expart .nav_slide a {
        min-width: 59px;
    }
    .pricing_area {
        padding-bottom: 30px;
    }
    .da_3 {
        padding-bottom: 0;
    }
    .da_3 .tittle_cont {
        padding-top: 40px;
    }
    .da_3 .tittle_cont .tittle {
        padding-left: 15px;
        padding-top: 50px;
    }
    .love_project_area {
        padding-top: 100px;
    }
    .optimizarion_2 {
        padding-top: 50px;
    }
    .optimizarion_2 .optimizarion_row {
        padding-top: 50px;
    }
    .pages_banner {
        padding-top: 250px;
        padding-bottom: 0;
    }
    .pages_banner .banner_img {
        position: relative;
        left: 15px;
        right: 0;
        margin: 0 auto;
        text-align: center;
        display: block;
        padding-top: 50px;
        max-width: 100%;
        bottom: 0;
    }
    .sa_4 {
        padding-bottom: 50px;
    }
    .environment_img {
        padding-top: 0;
    }
    .portfolio_list {
        padding-bottom: 100px;
    }
    .pb_5 h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .pb_11 h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .testimonial_2 {
        padding: 150px 0 100px;
        margin: 0;
    }
    .testimonial_2 figure {
        position: relative;
        top: 80px;
        text-align: center;
        width: auto;
    }
    .testimonial_2 figure img {
        max-width: 100%;
    }
    .pb_12 .banner_img {
        display: none;
    }
    .pb_12 .banner_img2 {
        display: block;
        position: relative;
        margin: 0 auto;
    }
    .digital_agency .countarup_area:after {
        display: none;
    }
}
@media (max-width: 991px) {
    .main_header_area {
        padding: 50px 15px 0;
    }
    .main_header_area .navbar {
        position: relative;
        padding-bottom: 20px;
    }
    .main_header_area .navbar .navbar-brand {
        margin: 0;
        position: relative;
        top: 12px;
    }
    .main_header_area .navbar .navbar-toggler {
        font-size: 25px;
        color: #fff;
        margin: 0;
        padding: 0;
        margin-left: 15px;
        line-height: 60px;
        border: 0;
        border-radius: 0;
        position: absolute;
        right: 95px;
        top: 0;
    }
    .main_header_area .navbar .navbar_supported {
        float: none;
        width: 100%;
        margin-top: 28px;
    }
    .main_header_area .navbar .navbar-nav {
        margin: 0;
        max-height: 370px;
        overflow-y: auto;
        background: #ff584e;
        border: 1px dashed #fff;
        padding-left: 0 !important;
    }
    .main_header_area .navbar .navbar-nav li {
        border-bottom: 1px dashed #fff;
    }
    .main_header_area .navbar .navbar-nav li:last-child {
        border: 0;
    }
    .main_header_area .navbar .navbar-nav li a {
        line-height: 45px !important;
        margin: 0 20px !important;
        color: #fff !important;
    }
    .main_header_area .navbar .navbar-nav li a:after {
        display: none !important;
    }
    .main_header_area .navbar .navbar-nav li a:before {
        display: none;
    }
    .main_header_area .navbar .navbar-nav li a.theme_btn {
        background: 0 0 !important;
        text-align: left !important;
        color: #fff;
        background-image: none;
    }
    .main_header_area .navbar .navbar-nav li.dropdown {
        position: relative;
    }
    .main_header_area .navbar .navbar-nav li.dropdown:after {
        content: "f103";
        position: absolute;
        top: 0;
        right: 20px;
        font: normal normal normal 15px/48px FontAwesome;
        color: #fff;
    }
    .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        border-top: 1px dashed #fff;
        border-radius: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
    }
    .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu:before {
        display: none;
    }
    .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a {
        border: 0;
        color: #fff;
        margin: 0 10px;
    }
    .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a.active,
    .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a:focus,
    .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a:hover {
        color: #fff;
        border: 0;
        padding: 0 20px;
        background-color: transparent;
    }
    .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu .dropdown:after {
        display: none;
    }
    .main_header_area .navbar .right_nav {
        position: absolute;
        right: 0;
        top: 0;
    }
    .main_header_area .navbar .right_nav li.dropdown .dropdown-menu {
        margin-left: -235px;
    }
    .main_header_area .navbar .right_nav li.search_dropbown .dropdown-menu {
        margin-left: -210px;
    }
    .main_header_area.navbar_fixed {
        padding: 0 15px;
    }
    .mha_2 .navbar .right_nav {
        top: 5px;
    }
    .mha_2 .navbar .navbar-toggler {
        color: #181818;
        top: 8px;
    }
    .mha_3 .navbar .navbar-toggler {
        color: #fff;
    }
    .mha_4 .navbar .navbar-toggler {
        color: #181818;
    }
    .footer_area .footer_widget.fw_2 {
        padding-left: 15px;
    }
    .banner_2,
    .banner_area {
        padding-top: 250px;
    }
    .banner_2 h2,
    .banner_area h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .got_problem .problem_from {
        padding-top: 50px;
    }
    .got_problem .problem_from h2 {
        font-size: 30px;
    }
    .aa_2 .tittle {
        padding-bottom: 50px;
        padding-top: 0;
    }
    .da_2 {
        padding-bottom: 0;
    }
    .optimizarion_area {
        padding-bottom: 0;
    }
    .optimizarion_area .tittle {
        padding-bottom: 50px;
    }
    .seo_expart h2 {
        font-size: 30px;
        padding-bottom: 50px;
        text-align: center;
    }
    .seo_expart .nav_slide {
        display: none;
    }
    .seo_expart .expart_slid {
        padding-left: 0;
    }
    .footer_area.footer_2 {
        padding-top: 150px;
    }
    .love_project_area .tittle .theme_btn2 {
        float: left;
    }
    .optimizarion_2 .optimizarion_row .tittle {
        padding-top: 30px;
    }
    .history_area {
        padding-top: 100px;
    }
    .history_area .history_content {
        padding-left: 15px;
        padding-top: 50px;
    }
    .se_2 {
        padding: 0;
    }
    .ha_2 {
        padding: 0;
    }
    .ha_2 .history_content {
        margin: 0;
    }
    .environment_img {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .environment_img h2 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 50px;
    }
    .environment_img .environment_row .environment_item {
        margin-top: 0 !important;
    }
    .portfolio_list .pl_conant {
        padding-left: 15px;
        padding-top: 50px;
    }
    .pb_5 {
        padding-top: 200px;
    }
    .portfolio_grid .protfoli_filter li a {
        font-size: 16px;
        line-height: 45px;
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .pb_7 {
        padding-bottom: 100px;
    }
    .pb_7 h6 {
        padding-top: 40px;
    }
    .pb_8 .banner_img2 {
        padding-top: 50px;
    }
    .have_idea {
        padding: 100px 0;
    }
    .pb_9 .banner_img2 {
        padding-top: 40px;
    }
    .protfolio_single .experiences_row .experiences_text {
        padding-left: 15px;
    }
    .blog_pages .subscribe {
        padding-bottom: 100px;
    }
    .blog_pages .blog_w {
        padding-left: 0;
    }
    .blog_area .blog_right_sidebar {
        padding-top: 50px;
        max-width: 370px;
    }
    .coming_soon {
        padding-top: 250px;
    }
    .coming_soon h2 {
        padding-bottom: 0;
    }
    .coming_soon .countdown {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .coming_soon .countdown .ds-element {
        margin-bottom: 50px;
    }
    .coming_soon p {
        padding-top: 100px;
    }
    .contact_p .quick_call {
        padding-left: 15px;
        padding-top: 50px;
    }
}
@media (max-width: 767px) {
    .footer_area .copy_right {
        margin-top: 50px;
        padding-top: 30px;
    }
    .footer_area .copy_right p {
        text-align: center;
    }
    .footer_area .copy_right p img {
        padding-right: 10px;
    }
    .footer_area .copy_right .footer_nav,
    .footer_area .copy_right .mobile_icon {
        text-align: center;
    }
    .footer_area .copy_right .footer_nav {
        padding-top: 15px;
    }
    .footer_area.footer_2 {
        padding-top: 150px;
    }
    .footer_area.footer_2 .copy_right p {
        padding-top: 20px;
    }
    .banner_2 h6,
    .banner_2 p,
    .banner_area h6,
    .banner_area p {
        font-size: 16px;
    }
    .banner_2 h2,
    .banner_area h2 {
        font-size: 30px;
        line-height: 40px;
        padding: 10px 0;
    }
    .tittle h6 {
        font-size: 16px;
        border-width: 2px;
    }
    .tittle h2 {
        font-size: 30px;
        line-height: 40px;
        padding-top: 10px;
    }
    .tittle p {
        font-size: 16px !important;
    }
    .about_area .tittle h4 {
        font-size: 18px;
        padding: 10px 0;
    }
    .selected_projects .selected_text h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .digital_marketing .marketing_inner .fast_colum {
        padding-top: 50px;
    }
    .testimonial_area .tittle {
        padding-bottom: 50px;
    }
    .testimonial_area .tittle h2 {
        padding-bottom: 20px;
    }
    .testimonial_area .ts_slide p {
        font-size: 16px;
        padding-bottom: 30px;
    }
    .pages_banner h2 {
        font-size: 30px;
        line-height: 40px;
        padding-top: 20px;
    }
    .hire_us h2 {
        font-size: 30px;
        line-height: 40px;
        padding-top: 150px;
    }
    .pb_3:after {
        display: none;
    }
    .portfolio_list .pl_conant .heding {
        font-size: 25px;
        line-height: 35px;
    }
    .have_idea h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .blog_area .blog_left_sidebar .blog_item .heding {
        font-size: 20px;
        line-height: 30px;
    }
    .coming_soon .countdown .ds-element {
        width: 50%;
    }
    .coming_soon .countdown .ds-element:nth-child(3):after {
        display: none;
    }
}
@media (max-width: 575px) {
    .footer_area .footer_widget.fw_2 {
        padding-top: 50px;
    }
    .banner_area {
        padding-top: 180px;
    }
    .digital_agency .countarup_area {
        display: flex;
        flex-flow: column;
    }
    .digital_agency .countarup_area .counter_item {
        margin: 0 auto 40px !important;
    }
    .love_project_area .love_item {
        max-width: 370px;
        margin: 0 auto 30px;
    }
    .hire_us h2 {
        font-size: 18px;
        line-height: 30px;
    }
    .comments_area .comment_row .media_r {
        margin-left: 0;
    }
    .testimonial_2 .tittle h2 {
        font-size: 25px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .error_area {
        padding-top: 230px;
    }
    .error_area h4 {
        font-size: 25px;
        line-height: 30px;
    }
    .error_area p {
        padding-top: 80px;
    }
    .banner_area .theme_btn {
        font-size: 16px;
        line-height: 50px;
        min-width: 200px;
    }
}
@media (max-width: 450px) {
    .have_idea .next_p a {
        display: block;
        float: none !important;
        text-align: center;
    }
    .comments_area .comment_row .media {
        display: block;
    }
    .comments_area .comment_row .media .media-body {
        padding-left: 0;
        padding-top: 20px;
    }
    .coming_soon {
        padding-top: 200px;
    }
    .coming_soon h2 {
        font-size: 20px;
        line-height: 30px;
        padding-top: 0;
    }
    .coming_soon .countdown .ds-element:after {
        display: none;
    }
}
@media (max-width: 360px) {
    .pages_banner h6 {
        font-size: 18px;
    }
    .pages_banner h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .visit_website {
        padding: 30px 15px;
    }
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 85%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.home-carousel {
    margin-top: 0;
    height: 100%;
    padding-top: 10%;
}
.home-carousel h1 {
    color: #fff;
}
.home-carousel p {
    color: #fff;
}
.home-hero-pic img {
    width: 100%;
}
.home-hero {
    padding: 4rem 0;
    height: auto;
    position: relative;
}
.home-hero h1 {
    line-height: 1.4;
}
.seo-front h2:after {
    background-image: linear-gradient(to right, #f09819 51%, #ff512f 100%);
    content: "";
    display: block;
    height: 3px;
    margin: 15px 0 25px;
    width: 80px;
}
.highlights-message p {
    font-weight: 600;
}
.seo-front-img {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-radius: 0.25rem;
}
.seo-front-img img {
    width: 100%;
    border-radius: 0.25rem;
}
.front-bar {
    margin-top: 2rem;
}
.circle-border {
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    border: solid 1px #f0f5f5;
    position: relative;
    cursor: pointer;
}
.circle-border:before {
    content: "";
    position: absolute;
    border: solid 2px #f0f5f5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
    border-radius: 50%;
}
.circle-border:hover:before {
    top: -8px;
    bottom: -8px;
    left: -8px;
    right: -8px;
}
.front-icon-circle {
    background: #f0f5f5;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: solid 1px #f0f5f5;
    transition: 0.8s;
}
.front-bar h5 {
    font-size: 16px;
    margin-bottom: 0;
}
.front-icon-info {
    padding-top: 15px;
}
.front-icon-info p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 5px;
}
.seo-center-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.seo-center-icon img {
    width: 100%;
}
.front-thumb {
    box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
    -moz-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
    -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
    -o-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
}
.from-thumb-pic img {
    width: 100%;
}
.thumb-caption {
    padding: 30px 20px 15px;
}
.thumb-caption h4 {
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 5px;
}
.thumb-caption p {
    text-align: center;
    margin-bottom: 15px;
}
.home-hero-pic:hover {
    animation-duration: 1.2s;
    animation-name: animateLayer;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    cursor: pointer;
}
@keyframes animateLayer {
    from {
        transform: translateX(0) translateY(0);
    }
    to {
        transform: translateX(15px) translateY(-15px);
    }
}
@media (max-width: 768px) {
    .home-hero {
        text-align: center;
        margin-top: 0;
        margin-bottom: 2rem;
    }
}
.tw-featured {
    position: relative;
}
.tw-featured:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    content: "";
    z-index: -1;
}
.tw-featured .features-box {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tw-featured .features-box h3 {
    font-weight: 600;
}
.tw-featured .bar {
    width: 100%;
    height: 1px;
    background: #ececec;
}
.tw-inro-item {
    padding-top: 100px;
    position: relative;
}
.tw-inro-item.bar1 {
    position: relative;
}
.tw-inro-item.bar1::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 1px;
    background: #ddd;
    content: "";
    right: 0;
    margin: auto;
}
.tw-inro-item p {
    margin-bottom: 32px;
}
.tw-mb-100 {
    margin-bottom: 100px;
}
.tw-service-item {
    padding-top: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#f1f4ff), color-stop(80%, rgba(225, 232, 255, 0.5)), to(white));
    background-image: -webkit-linear-gradient(left, #f1f4ff 0, rgba(225, 232, 255, 0.5) 80%, #fff 100%);
    background-image: -o-linear-gradient(left, #f1f4ff 0, rgba(225, 232, 255, 0.5) 80%, #fff 100%);
    background-image: linear-gradient(90deg, #f1f4ff 0, rgba(225, 232, 255, 0.5) 80%, #fff 100%);
    background-image: -webkit-linear-gradient(90deg, #f1f4ff 0, rgba(225, 232, 255, 0.5) 80%, #fff 100%);
    background-image: -ms-linear-gradient(90deg, #f1f4ff 0, rgba(225, 232, 255, 0.5) 80%, #fff 100%);
}
.tw-service-item .service-icon {
    height: auto;
}
.tw-service-item .service-content h3 {
    font-weight: 600;
}
.tw-service-item .service-content p {
    margin: 0;
    max-width: 270px;
}
.tw-blog.transparent {
    background: #fff;
}
.tw-header-top .top-contact-info span {
    padding-left: 45px;
}
.tw-header-top .top-contact-info span:first-child {
    padding-left: 0;
}
.tw-header-top .top-contact-info span i {
    color: #fff;
}
.tw-header-top .analist-btn {
    margin-left: 20px;
    text-align: center;
    background: #ff9923;
    display: inline-block;
    color: #fff;
    line-height: 39px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 10px 0 13px;
    border-radius: 5px;
    font-weight: 400;
    font-family: "Roboto Slab", serif;
}
.tw-header-top .analist-btn:hover {
    background: linear-gradient(238.45deg, #42d2ff 3.32%, #49e513 98.6%);
}
.tw-services-item .service-icon {
    height: auto;
}
.tw-services-item .service-content p {
    margin: auto;
    max-width: inherit;
    padding: 0 20px;
}
.tw-inro-item-2 .column-title {
    margin-bottom: 20px;
}
.work-process-item {
    background: #343434;
}
.work-process-item .tw-case-working-box h3 {
    color: #fff;
}
.about-text ul {
    float: left;
    width: 100%;
    margin: 0 0 0 -50px;
}
.about-text ul li {
    position: relative;
    z-index: 1;
    font-size: 15px;
    color: #222;
    font-weight: 400;
    line-height: 40px;
    padding-left: 5px;
    display: block;
    font-family: "Roboto Slab", serif !important;
}
.about-text ul li::before {
    top: 7px;
    left: 7px;
}
.about-text ul li::after {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #d4ccff;
    z-index: -1;
}
ul li span.fa {
    color: #005abb;
}
.about-text-1 ul {
    float: left;
    width: 60%;
    margin: 0 0 0px -50px;
}
.about-text-1 ul li {
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 34px;
    display: block;
    font-family: Oswald, sans-serif;
    font-weight: 300;
}
.about-text-1 ul li::before {
    top: 7px;
    left: 7px;
}
.about-text-1 ul li::after {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #d4ccff;
    z-index: -1;
}
ul li span.fa {
    color: #ff9923;
}
.shiopping-w3pvt-gd {
    background: #2b87e4;
    padding: 1em;
}
.clr1 {
    background: #3b94ed;
}
.clr2 {
    background: #2b87e4;
}
.clr3 {
    background: #207fdd;
}
.shiopping-w3pvt-gd.sec {
    background: linear-gradient(to right, #1a2980, #26d0ce);
}
.shiopping-w3pvt-gd:hover {
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.shiopping-w3pvt-gd h3 {
    font-size: 18px;
    color: #fff;
    margin: 0.5em 0;
    text-transform: uppercase;
    font-weight: 600;
}
.icon-gd span {
    font-size: 2em;
    text-align: center;
    color: #fff;
    margin-bottom: 0.3em;
}
.icon-gd-info p {
    font-style: italic;
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.jb_banner_right {
    float: left;
    width: 820px;
    background-position: center 0;
    background-size: cover;
    min-height: 560px;
    position: relative;
}
.jb_banner_right:after {
    content: "";
    position: absolute;
    right: 0;
    top: 120px;
    background-image: url(../images/slider/emp_img.png);
    background-repeat: repeat-x;
    min-height: 466px;
    background-position: 0 20%, 0 95%, 0 0, 0 100%, 0 0;
    width: 92%;
    animation: 90s para reverse infinite linear;
}
@keyframes para {
    100% {
        background-position: -5000px 20%, -800px 95%, 500px 0, 1000px 100%, 400px 0;
    }
}
.jb_banner_left h1 {
    font-size: 50px;
    line-height: 60px;
    text-transform: capitalize;
    color: #393939;
    font-weight: 400;
    padding-bottom: 20px;
}
.jb_banner_left p {
    padding-bottom: 30px;
}
.emply-resume-list {
    margin: 0;
    border: 1px solid #edeff7;
    padding: 1.5em;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.emply-resume-list:hover {
    background: #f7f7f7;
}
.emply-info {
    padding-left: 0;
}
.user-content-info.emply-resume-info {
    width: 100%;
    float: none;
}
.skills-info span {
    padding: 0.4em 1em;
    background: #ececec;
    color: #555;
}
.emply-img {
    float: left;
    width: 13%;
    margin-right: 3%;
}
ol.breadcrumb {
    background: 0 0;
    margin: 0;
    padding: 1em 2em;
    background: #f2f2f3;
    font-family: Oswald, sans-serif;
}
li.breadcrumb-item {
    font-size: 0.9em;
    font-family: Oswald, sans-serif;
}
li.breadcrumb-item a {
    color: #3d39f6;
    font-family: Oswald, sans-serif;
}
.login-reg-form-wrap {
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 23px 60px 30px;
    margin: 40px 0 40px 0;
    border-radius: 10px;
}
@media only screen and (max-width: 575.98px) {
    .login-reg-form-wrap {
        padding: 23px 15px 30px;
        text-align: center;
    }
}
.login-reg-form-wrap h2 {
    font-size: 28px;
    line-height: 26px;
    text-transform: capitalize;
    color: #000261;
    border-bottom: #ccc;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
}
.login-reg-form-wrap h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-transform: capitalize;
    color: #333;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.login-reg-form-wrap form .create-account {
    margin-top: 25px;
}
.login-reg-form-wrap .login-reg-form-meta a {
    color: #3d39f6;
}
@media only screen and (max-width: 767.98px) {
    .signup-form {
        margin-top: 62px;
    }
}
.single-input-item {
    margin-top: 20px;
}
.single-input-item label {
    color: #333;
    text-transform: capitalize;
    font-size: 14px;
}
.single-input-item label.required:after {
    content: "*";
    color: red;
    font-size: 14px;
    margin-left: 3px;
    margin-top: 5px;
}
.single-input-item input,
.single-input-item textarea {
    color: #666;
    border: 1px solid #ccc;
    padding: 12px 10px;
    width: 100%;
    font-size: 14px;
    background: #f7f7f7;
    font-family: Oswald, sans-serif;
}
.single-input-item input:active,
.single-input-item input:focus,
.single-input-item textarea:active,
.single-input-item textarea:focus {
    border-color: #e3a51e;
    background-color: #fff;
}
.single-input-item .nice-select {
    width: 100%;
    border-radius: 0;
    height: 48px;
    border-color: #ccc;
    background-color: #f7f7f7;
}
.single-input-item .nice-select .current {
    color: #666;
}
.single-input-item .nice-select .list {
    max-height: 200px;
    overflow: auto;
    width: 100%;
}
input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
input[type="checkbox"] + .checkmark {
    display: inline-block;
    width: 2em;
    height: 2em;
    background-color: #fcfcfc;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 7px 0 0 0;
}
input[type="checkbox"] + .checkmark span {
    content: "";
    position: relative;
    margin-top: -3px;
    transform: rotate(45deg);
    width: 0.75em;
    height: 1.2em;
    opacity: 0;
}
input[type="checkbox"] + .checkmark > span:after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #029f56;
}
input[type="checkbox"] + .checkmark > span:before {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    bottom: 0;
    right: 0;
    background-color: #029f56;
}
input[type="checkbox"]:checked + .checkmark {
    animation: 2s spin forwards;
}
input[type="checkbox"]:checked + .checkmark > span {
    animation: 1s fadein 1.9s forwards;
}
input[type="checkbox"]:checked + .checkmark > span:after {
    animation: 0.3s bottomslide 2s forwards;
}
input[type="checkbox"]:checked + .checkmark > span:before {
    animation: 0.5s rightslide 2.2s forwards;
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes bottomslide {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes rightslide {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}
.butn {
    margin: 30px 0 20px 0 !important;
}
.butn a {
    background: #62c23c;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 21px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    font-weight: 300;
}
.butn a:hover {
    background-color: #0f85df;
    text-decoration: none;
    color: #fff;
}
.myButton {
    margin: 30px 8px 20px 0 !important;
}
.myButton {
    background-color: #62c23c;
    border-radius: 4px;
    border: 1px solid #62c23c;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 17px;
    padding: 10px 15px;
    text-decoration: none;
}
.myButton:hover {
    background-color: #0f85df;
    color: #fff;
    border: 1px solid #0f85df;
}
.myButton:active {
    position: relative;
    top: 1px;
}
img.animated-gif {
    width: 100%;
    height: auto;
}
.btn1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: inline-block;
    padding: 14px 25px;
    background: #62c23c;
    border-radius: 100px;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    border: 1px solid #62c23c;
    width: 260px;
    margin: 0 auto;
    display: block;
    outline: 0;
}
.btn1:hover {
    color: #fff;
    background-color: #0f85df;
    border: 1px solid #0f85df;
}
.butn {
    margin: 30px 0 20px 0 !important;
}
.butn a {
    background: #62c23c;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 21px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    font-weight: 300;
}
.butn a:hover {
    background-color: #0f85df;
    text-decoration: none;
    color: #fff;
}
.myButton {
    margin: 30px 8px 20px 0 !important;
}
.myButton {
    background-color: #62c23c;
    border-radius: 4px;
    border: 1px solid #62c23c;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 17px;
    padding: 10px 15px;
    text-decoration: none;
}
.myButton:hover {
    background-color: #0f85df;
    color: #fff;
    border: 1px solid #0f85df;
}
.myButton:active {
    position: relative;
    top: 1px;
}
img.animated-gif {
    width: 100%;
    height: auto;
}
.butn {
    margin: 30px 0 20px 0 !important;
}
.butn a {
    background: #ff9923;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 21px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    font-weight: 300;
}
.butn a:hover {
    background-color: #000261;
    text-decoration: none;
    color: #fff;
}
.myButton {
    margin: 30px 8px 20px 0 !important;
}
.myButton {
    background-color: #ff9923;
    border-radius: 4px;
    border: 1px solid #ff9923;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 17px;
    padding: 10px 13px;
    text-decoration: none;
}
.myButton:hover {
    background-color: #000261;
    color: #fff;
    border: 1px solid #000261;
}
.myButton:active {
    position: relative;
    top: 1px;
}
img.animated-gif {
    width: 100%;
    height: auto;
}
.title-section {
    text-align: center;
    margin-bottom: 10px;
    font-family: Oswald, sans-serif;
    font-weight: 300;
    color: #222;
}
.sitemap-list {
    padding: 0;
    margin: 30px 0 0 0;
    list-style-type: none;
}
.sitemap-list a {
    color: #76838f;
}
.sitemap-list > li:first-child {
    margin-bottom: 25px;
}
.sitemap-list > li.is-single {
    margin-bottom: 10px;
}
.sitemap-list > li > a {
    display: block;
    padding: 14px 15px;
    border-radius: 5px;
    border: 1px solid #e4eaec;
    line-height: 1;
    text-decoration: none;
}
.sitemap-list > li > ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 10px 10px 20px 40px;
}
.sitemap-list > li > ul a:hover {
    color: #3e8ef7;
}
.sitemap-list > li > ul::before {
    position: absolute;
    left: 20px;
    top: 0;
    height: 100%;
    width: 1px;
    content: " ";
    background: #e4eaec;
}
.sitemap-list > li > ul > li > a {
    position: relative;
    display: block;
    min-width: 220px;
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid #e4eaec;
    line-height: 1;
    text-decoration: none;
}
.sitemap-list > li > ul > li > a::after,
.sitemap-list > li > ul > li > a::before {
    position: absolute;
    top: 50%;
    content: " ";
    background: #e4eaec;
}
.sitemap-list > li > ul > li > a::before {
    left: -20px;
    width: 20px;
    height: 1px;
    margin-top: -1px;
}
.sitemap-list > li > ul > li > a::after {
    left: -23px;
    height: 5px;
    width: 5px;
    margin-top: -3px;
    border-radius: 50%;
}
.sitemap-list-sub {
    position: relative;
    padding: 5px 0 9px 40px;
    margin-top: -5px;
    list-style-type: none;
}
.sitemap-list-sub::before {
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
    width: 1px;
    content: " ";
    background: #e4eaec;
}
.sitemap-list-sub > li {
    position: relative;
    line-height: 30px;
}
.sitemap-list-sub > li::after,
.sitemap-list-sub > li::before {
    position: absolute;
    left: -22px;
    top: 50%;
    content: " ";
    background: #e4eaec;
}
.sitemap-list-sub > li::before {
    height: 1px;
    width: 15px;
    margin-top: -1px;
}
.sitemap-list-sub > li::after {
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-radius: 50%;
}
@media (max-width: 479px) {
    .sitemap-list {
        padding-left: 40px;
        list-style-type: disc;
    }
    .sitemap-list .icon {
        display: none;
    }
    .sitemap-list > li:first-child {
        margin-bottom: 20px;
        list-style-type: none;
        margin-left: -16px;
    }
    .sitemap-list > li > a {
        display: inline;
        padding: 10px;
        border: none;
    }
    .sitemap-list > li > a i {
        display: none;
    }
    .sitemap-list > li > ul {
        list-style-type: circle;
        padding: 5px 0 5px 26px;
    }
    .sitemap-list > li > ul::before {
        display: none;
    }
    .sitemap-list > li > ul > li > a {
        display: inline;
        border: none;
        padding: 10px 0;
    }
    .sitemap-list > li > ul > li > a::after,
    .sitemap-list > li > ul > li > a::before {
        display: none;
    }
    .sitemap-list-sub {
        padding: 5px 0 5px 20px;
        list-style-type: square;
    }
    .sitemap-list-sub::before {
        display: none;
    }
    .sitemap-list-sub > li {
        line-height: normal;
    }
    .sitemap-list-sub > li::after,
    .sitemap-list-sub > li::before {
        display: none;
    }
}
.feature_2 .feat_box2 {
    text-align: center;
    padding: 75px 45px 50px 45px;
    background: white;
    box-shadow: 0px 5px 9px 0px rgba(8, 75, 246, 0.05);
    border-radius: 5px;
    margin-bottom: 40px;
}
.appoinment-box,
.appoinment-box div {
    height: auto;
}
.appoinment-box {
    padding: 20px 40px;
    background: #ffffffb3;
    border-radius: 10px;
    position: relative;
    margin: 100px 0px 36px 0px;
}
button,
button:focus {
    border: none !important;
    box-shadow: inherit !important;
    outline: inherit !important;
}
.appoinment-box h4 {
    color: #0e2b3d;
    font-weight: 600;
    font-size: 22px;
    font-family: "Roboto Slab", serif;
}
.appoinment-box h4 a {
    color: #0e2b3d;
    font-weight: 600;
    font-size: 18px;
    font-family: "Roboto Slab", serif;
    line-height: 0px;
}
.appoinment-box p {
    color: #0e2b3d;
}
.appoinment-box .heading {
    margin-bottom: 10px;
}
.appoinment-box input,
.appoinment-box .nice-select {
    border: none;
    border-radius: inherit;
    box-shadow: inherit;
    background: #ffffff00;
    border-bottom: 1px solid #9a9999;
    padding-left: 0;
    font-family: "Roboto Slab", serif;
}
.appoinment-box button {
    background: #ff9923;
    padding: 10px 25px;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 10px;
    width: 80%;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-weight: normal;
    height: 50px;
    line-height: 32px;
    outline: none;
    padding-left: 10px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 15px;
    color: #0e2b3d;
}
.nice-select .current {
    color: #666666;
    font-size: 1rem;
    font-family: "Roboto Slab", serif;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #cccccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 28px;
    min-height: 28px;
}
.nice-select .list {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    line-height: 28px;
    list-style: none;
    min-height: 10px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    margin: 0;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #ff9923;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #000;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
.sec-title {
    margin-bottom: 30px;
}
.pt-120 {
    padding-top: 40px;
}
.service-card {
    background-color: #fff;
    padding: 30px 40px;
    height: 100%;
    box-shadow: 0 0 10px #ccc;
}
.service-card .icon {
    display: block;
    margin-bottom: 5px;
    text-align: center;
}
.service-card .title-sm {
    margin-bottom: 15px;
}
.service-card p {
    margin-bottom: 30px;
}
.service-card .title-sm {
    margin-bottom: 5px;
}
.service-card p {
    margin-bottom: 10px;
    color: #222;
}
.title-sm {
    font-size: 20px;
    line-height: 30px;
    color: #000261;
    font-weight: 900;
    text-align: center;
}
.btn-pluse {
    height: 40px;
    width: 40px;
    border: 1px solid #ff9923;
    border-radius: 0;
    position: relative;
    padding: 7px 8px;
    background: none;
}
.btn-pluse .pluse-icon {
    display: inline-block;
}
.btn-pluse .pluse-icon svg {
    width: 18px;
}
.btn-pluse .btn-text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
}
.btn-pluse:hover .pluse-icon {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    transform-origin: 52% 59%;
}
.btn-pluse:hover .btn-text {
    left: calc(100% + 10px);
    opacity: 1;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
.btn-pluse .pluse-icon svg path,
.btn-search:hover svg path {
    fill: #ff9923;
}
.btn-pluse .pluse-icon,
.btn-intro,
.btn-main,
.btn-search svg path {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-pluse {
    color: #ff9923;
}
.btn-pluse:hover,
.btn-main:hover {
    border-color: #ff9923 !important;
}
.btn-pluse .btn-text,
.btn-pluse .pluse-icon,
.btn-intro,
.btn-main,
.btn-search svg path {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-pluse:hover {
    color: #ff9923;
}
.service-inner-box {
    padding: 20px 40px;
    background-color: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(50, 50, 50, 0.04);
    box-shadow: 0px 8px 16px 0px rgba(50, 50, 50, 0.04);
    height: 430px;
}
.service-inner-box .service-serial-number {
    font-size: 60px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: "Roboto Slab", serif;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #b1b1b1;
}
.service-inner-box .service-text {
    margin-bottom: 10px;
}
.service-inner-box .service-text h3 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 0px;
    color: #000261;
}
.service-inner-box .service-text h3 a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    color: #000261;
    font-size: 22px;
}
.service-inner-box:hover {
    margin-top: -20px;
}
.service-inner-box:hover:after {
    width: 100%;
}
.about-btn a:nth-child(1) {
    border: 2px solid #ff9923;
}
.about-btn a:nth-child(2) {
    background-color: #000 !important;
}
.about-btn a:nth-child(2):after {
    background-color: #000261;
}
.about-btn a {
    color: #000;
    width: 228px;
    height: 50px;
    font-weight: 400;
    line-height: 43px;
    margin-right: 15px;
    border: 1px solid #ff9923;
    border-radius: 30px;
}
.about-btn a:after {
    left: 0;
    top: -100%;
    content: "";
    height: 100%;
    z-index: -1;
    width: 100%;
    position: absolute;
    background-color: #ff9923;
    color: #fff !important;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.about-btn a {
    z-index: 1;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.about-btn a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff !important;
}
.about-btn a:hover:after {
    top: 0;
}
.bg5 {
    background: url("../images/services/project-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #000060;
}
.pt-120 {
    padding-top: 30px;
}
.mb-45 {
    margin-bottom: 45px;
}
.sec-title2 .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    color: #0a0a0a;
    max-width: 1000px !important;
    margin: 0 auto;
}
.sec-title2 .title span {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    color: #ff9923;
    margin: 0 auto;
}
.white-color {
    color: #ffffff !important;
}
.rs-project.style1 .owl-stage-outer {
    padding-bottom: 70px;
}
.rs-project.style1 .project-item {
    position: relative;
    overflow: visible;
}
.rs-project.style1 .project-item .project-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.rs-project.style1 .project-item .project-img img {
    width: 100%;
    transition: 1.3s all ease;
    border-radius: 5px;
}
.rs-project.style1 .project-item .project-content {
    background: #fff;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
    position: absolute;
    bottom: -35px;
    left: 35px;
    right: 35px;
    padding: 16px 0;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    z-index: 10;
    text-align: center;
}
.rs-project.style1 .project-item .project-content .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 8px;
}
.rs-project.style1 .project-item .project-content .title a {
    color: #101010;
    font-size: 18px;
}
.rs-project.style1 .project-item .project-content .category {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    display: block;
}
.rs-project.style1 .project-item .project-content .category a {
    color: #106eea;
}
.rs-project.style1 .project-item:hover .project-img img {
    transform: scale(1.3);
}
.rs-project.style1 .project-item:hover .project-content {
    bottom: -50px;
}
.rs-project.style1 .owl-nav .owl-next,
.rs-project.style1 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    color: #101010;
    transition: all 0.5s;
    transition-delay: 0.7s;
    opacity: 0;
    visibility: hidden;
}
.rs-project.style1 .owl-nav .owl-next i:before,
.rs-project.style1 .owl-nav .owl-prev i:before {
    content: "\f104";
    font-family: FontAwesome;
}
.rs-project.style1 .owl-nav .owl-next:hover,
.rs-project.style1 .owl-nav .owl-prev:hover {
    color: #106eea;
}
.rs-project.style1 .owl-nav .owl-next {
    right: -50px;
    left: unset;
}
.rs-project.style1 .owl-nav .owl-next i:before {
    content: "\f105";
}
.rs-project.style1:hover .owl-nav .owl-next,
.rs-project.style1:hover .owl-nav .owl-prev {
    left: -50px;
    transition-delay: 0s;
    visibility: visible;
    opacity: 1;
}
.rs-project.style1:hover .owl-nav .owl-next {
    right: -50px;
    left: unset;
}
.section.section-padding {
    padding: 50px 0 20px;
}
.light-bg {
    background-color: #f7f7f7;
}
.section-title.text-center {
    margin: 0 auto 0px;
}
.section-title {
    position: relative;
    margin-bottom: 50px;
}
.section-title .title {
    position: relative;
    margin: 0;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 600;
}
.sigma_icon-block.icon-block-7 .stroke-text,
.sigma_icon-block.icon-block-7 p,
.sigma_icon-block.icon-block-7 h5 {
    transition: 0.3s;
}
.stroke-text.stroke-text-dark {
    -webkit-text-stroke-color: #1c1c1c;
}
.stroke-text {
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-weight: 400;
}
.sigma_icon-block.icon-block-7 {
    text-align: center;
    background-color: transparent;
    box-shadow: none;
}
.sigma_icon-block.icon-block-7 i {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto 20px;
    font-size: 50px;
    border: 3px solid #d6a77b;
    color: #d6a77b;
}
.sigma_icon-block.icon-block-7 h5 {
    font-size: 24px;
}
.sigma_icon-block.icon-block-7 .count {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 120px;
    opacity: 0.2;
    line-height: 1;
    z-index: -1;
}
.sigma_icon-block.icon-block-7 {
    box-shadow: none;
    border: 0;
    text-align: left;
    padding: 10px 20px;
    background-color: #fff;
    max-width: 300px;
}
.sigma_icon-block.icon-block-7 i {
    width: auto;
    height: auto;
    font-size: 60px;
    display: inline-flex;
    justify-content: flex-start;
    background-color: transparent;
    border: 0;
}
.sigma_icon-block.icon-block-7 .icon-wrapper span {
    font-size: 80px;
    font-weight: 800;
    z-index: 1;
    line-height: 1;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}
.sigma_icon-block.icon-block-7 h5 {
    font-size: 20px;
}
.sigma_icon-block.icon-block-7 .icon-wrapper span::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 40px;
    height: 40px;
    background-color: #ffda00;
    opacity: 0.4;
    border-radius: 50%;
    z-index: -1;
}
.sigma_icon-block.icon-block-7 > i {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 140px;
    opacity: 0.1;
    color: #fff;
}
.sigma_icon-block.icon-block-7 p {
    font-size: 14px;
    text-align: left;
    font-family: "Roboto Slab", serif;
}
.sigma_icon-block.icon-block-7 h5 {
    color: #000261;
    font-weight: 900;
}
.sigma_icon-block.icon-block-7.text-center {
    max-width: 100%;
}
.sigma_icon-block.icon-block-7.text-center i {
    margin: 0;
    margin-top: 20px;
}
.sigma_icon-block.icon-block-7.text-center > i {
    margin: 0;
    top: 50%;
    left: 50%;
    right: auto;
    color: #1c1c1c;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
}
.sigma_icon-block.icon-block-7.text-center:hover {
    box-shadow: 0px 10px 50px 0px rgba(53, 82, 99, 0.09);
    border-color: transparent;
}
.sigma_icon-block.icon-block-7.text-center:hover > i {
    opacity: 0.1;
    visibility: visible;
}
.sigma_icon-block.icon-block-7.text-center .sigma_icon-block-content > span {
    color: #d6a77b;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
}
.sigma_icon-block.icon-block-7.text-center span i {
    font-size: 14px;
    margin-left: 5px;
}
.sigma_icon-block.icon-block-7.light {
    background-color: rgba(255, 255, 255, 0.1);
    transition: 0.3s;
}
.sigma_icon-block.icon-block-7.light .stroke-text {
    -webkit-text-stroke-color: #fff;
}
.sigma_icon-block.icon-block-7:hover {
    background-color: #fff;
}
.sigma_icon-block.icon-block-7:hover .stroke-text {
    -webkit-text-stroke-color: #1c1c1c;
}
.sigma_icon-block.icon-block-7.light p,
.sigma_icon-block.icon-block-7.light h5 {
    color: #fff;
}
.sigma_icon-block.icon-block-7 .stroke-text,
.sigma_icon-block.icon-block-7 p,
.sigma_icon-block.icon-block-7 h5 {
    transition: 0.3s;
}
.sigma_icon-block.icon-block-7:hover p {
    color: #777;
}
.sigma_icon-block.icon-block-7:hover h5 {
    color: #1c1c1c;
}
.sigma_block-box,
.sigma_icon-block {
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 0;
    z-index: 1;
    box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
    transition: 0.3s;
}
.btn-style-two {
    position: relative;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background: #ff9923;
    display: inline-block;
    padding: 11px 32px;
    border: 2px solid #ff9923;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: "Roboto Slab", serif;
    border-radius: 10px;
    margin: 18px 0px 16px 0px;
}
.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.btn-style-two:hover {
    background-color: #000261;
    border: 2px solid #000261;
    color: #ffffff;
}
section.demo-content {
    background: #fff;
    min-height: 1000px;
    position: relative;
    z-index: 1;
}
.rowpad {
    margin-bottom: 50px;
}
section.demo-content:after {
    position: absolute;
    content: "";
    background: #fff;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.5;
}
.sec-title {
    text-align: center;
    margin-bottom: 50px;
}
.sec-title {
    width: 100%;
    margin: 0px auto 50px auto;
}
.rowpad {
    margin-bottom: 50px;
}
.text-block {
    text-align: center;
    margin-top: 15px;
}
.text-block a {
    color: #fff;
    text-decoration: none;
}
.img-block img {
    width: 100%;
}
.other-pages {
    background: #1a0b69;
}
.demos_item {
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.demos_item .img-block {
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    display: block;
    border-radius: 7px;
    overflow: hidden;
    border: 4px solid #eeeeee;
}
.demos_item:hover .img-block {
    -webkit-box-shadow: 0px 1px 21px -1px rgba(108, 102, 231, 0.2);
    box-shadow: 0px 1px 21px -1px rgba(108, 102, 231, 0.2);
    margin-top: -10px;
}
.demo_btn:hover {
    background: linear-gradient(-45deg, #f879b6 0%, #9982ed 100%);
    color: #fff;
    -webkit-transition: all 100ms linear 0s;
    -o-transition: all 100ms linear 0s;
    transition: all 100ms linear 0s;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #caca4c;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #caca4c;
}
.wa__btn_popup_icon {
    background: #2db742;
}
.wa__btn_popup_icon {
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgb(0 0 0 / 14%);
}
.wa__btn_popup_icon:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url("../images/icon/whatsapp_logo.svg") center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-100 {
    padding-top: 10px;
}
.section-title h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 5px;
    line-height: 1.4;
}
.section-title h2 span {
    font-size: 30px;
    font-weight: 700;
    margin-top: 5px;
    line-height: 1.4;
    color: #ffda00;
}
.h2-color2 {
    color: #000261;
}
.btn-second {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #da4d15;
    border: 1px solid #da4d15;
    padding: 15px;
    font-size: 14px;
    line-height: 1.51741;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    white-space: nowrap;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.btn-outline {
    border: 1px solid #000;
    color: #fff;
}
.btn-outline:hover {
    background-color: #000;
    color: #fff;
}
.btn-second.btn-sm {
    font-size: 20px;
    padding: 8px 11px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    width: 130px;
    line-height: 30px;
}
.wrapper-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
}
@media (min-width: 600px) {
    .content {
        max-width: 1000px;
        margin: 0 auto;
    }
    .wrapper-2 {
        height: initial;
        max-width: 620px;
        margin: 0 auto;
        margin-top: 60px;
        box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
    }
}
#thankyou {
    margin: 50px 0px 60px 0px;
    text-align: center;
    -webkit-animation: flash 1.2s ease 0s infinite;
    animation: flash 1.2s ease 0s infinite;
}
#h2thankyou {
    padding: 30px;
    font-size: 80px;
    font-family: Roboto;
    -webkit-animation: flashtwo 1.2s linear 0s infinite;
    animation: flashtwo 1.2s linear 0s infinite;
    margin: 0px;
}
@keyframes flash {
    0% {
        background-color: #fff;
    }
    49% {
        background-color: #fff;
    }
    50% {
        background-color: #fff;
    }
    100% {
        background-color: #fff;
    }
}
@keyframes flashtwo {
    0% {
        color: #2f3140;
    }
    49% {
        color: #2f3140;
    }
    50% {
        color: #ff9923;
    }
    100% {
        color: #ff9923;
    }
}
.blink-bg {
    color: #fff;
    padding: 15px;
    display: inline-block;
    border-radius: 5px;
    animation: blinkingBackground 2s infinite;
}
@keyframes blinkingBackground {
    0% {
        background-color: #2ab318;
    }
    25% {
        background-color: #ff9923;
    }
    50% {
        background-color: #2ab318;
    }
    75% {
        background-color: #ff9923;
    }
    100% {
        background-color: #2ab318;
    }
}
.octf-btn {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 14px 17px;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    font-family: Roboto;
    font-weight: 600;
    text-align: center;
    background: #ff9923;
    cursor: pointer;
    border: 1px solid transparent;
    color: #fff;
    outline: none;
    position: relative;
    margin: 20px 0px 0px 15px;
}
.octf-btn:before,
.octf-btn:after {
    content: "";
    position: absolute;
    background: #ff9923;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.octf-btn:before {
    width: calc(100% + 2px);
    height: 1px;
    bottom: -6px;
    left: 10px;
}
.octf-btn:after {
    width: 1px;
    height: calc(100% + 2px);
    top: 10px;
    right: -6px;
}
.octf-btn:hover,
.octf-btn:active,
.octf-btn:focus {
    background: transparent;
    color: #1a1a1a;
    border-color: #1a1a1a;
}
.octf-btn:hover:before,
.octf-btn:active:before,
.octf-btn:focus:before {
    width: 0;
}
.octf-btn:hover:after,
.octf-btn:active:after,
.octf-btn:focus:after {
    height: 0;
}
.octf-btn.border-hover-dark:hover {
    border-color: #000;
    color: #000;
}
.cta-section .content-box .theme-btn {
    background: #101a30;
}
.cta-section .content-box .theme-btn:hover {
    color: #101a30 !important;
}
.cta-section .content-box .theme-btn:before {
    background: #fff;
}
#whatsapp-chat {
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    right: 30px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
}
a.blantershow-chat {
    background: #fff;
    color: #404040;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 25px;
    right: 30px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}
a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0 10px 0 0;
}
.sweep-style .social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sweep-style .social-icons li {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.sweep-style .social-icons a {
    display: flex;
    position: relative;
    overflow: hidden;
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
    text-decoration: none;
    transition: all 0.3s ease;
}
.sweep-style .social-icons a:after {
    content: "";
    width: 64px;
    height: 64px;
    position: absolute;
    transform: translate(0, 70px);
    border-radius: 50%;
    transition: all 0.3s ease;
    background-color: #000;
}
.sweep-style .social-icons a:hover {
    transform: translateY(-4px);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
}
.sweep-style .social-icons a:hover i {
    color: #fff;
}
.sweep-style .social-icons a:hover:after {
    transform: translate(0) scale(1.2);
}
.sweep-style .social-icons a i {
    margin: auto;
    font-size: 24px;
    z-index: 1;
    transition: all 0.3s ease;
}
.sweep-style .social-icons a.ic-facebook {
    color: #fff;
    background-color: #006fff;
}
.sweep-style .social-icons a.ic-facebook:after {
    background-color: #006fff;
}
.sweep-style .social-icons a.ic-instagram {
    color: #fff;
    background: linear-gradient(130deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%);
}
.sweep-style .social-icons a.ic-instagram:after {
    background: #feda75;
    background: linear-gradient(130deg, #feda75 0%, #fa7e1e 25%, #d62976 50%, #962fbf 75%, #4f5bd5 100%);
}
.sweep-style .social-icons a.ic-twitter {
    color: #fff;
    background-color: #00c6fb;
}
.sweep-style .social-icons a.ic-twitter:after {
    background-color: #00c6fb;
}
.sweep-style .social-icons a.ic-tiktok {
    color: #fff;
    background: #0072b1;
}
.sweep-style .social-icons a.ic-tiktok:after {
    background: #fe2c55;
    background: #0072b1;
}
.sweep-style .social-icons a.ic-youtube {
    color: #fff;
    background-color: #ff0000;
}
.sweep-style .social-icons a.ic-youtube:after {
    background-color: #ff0000;
}
.sub-title-one {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
    text-transform: capitalize;
    line-height: 24px;
    margin-top: -0.34em;
}
.btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.themeholy-btn.style2 {
    background-color: transparent;
    color: #fff;
    background: #ff9923;
    padding: 13px 30px;
    box-shadow: none;
}
.themeholy-btn.style2:hover {
    color: #ff9923;
    border-color: #fff;
}
.themeholy-btn.style2:hover:before,
.themeholy-btn.style2:hover:after {
    background-color: #fff;
}
.themeholy-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-align: center;
    background-color: #ff9923;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 13px 30px;
    border-radius: 50px;
}
.themeholy-btn:before,
.themeholy-btn:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ff9923;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 0;
}
.themeholy-btn:before {
    -webkit-transform: scale(0) rotate(-45deg);
    -ms-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
}
.themeholy-btn:after {
    -webkit-transform: scale(0) rotate(45deg);
    -ms-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
}
.themeholy-btn:hover,
.themeholy-btn.active {
    color: #fff;
    box-shadow: none;
}
.themeholy-btn:hover::before,
.themeholy-btn:hover:after,
.themeholy-btn.active::before,
.themeholy-btn.active:after {
    border-radius: 0;
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}
.themeholy-btn.style3:hover {
    color: #ff9923;
}
.themeholy-btn.style3:hover:before,
.themeholy-btn.style3:hover:after {
    background-color: #fff;
}
.servicepage-section {
    padding: 100px 0 56px;
    position: relative;
    overflow: hidden;
}
.residential-section {
    position: relative;
}
.residential-section .servicepage-background {
    position: absolute;
    top: 138px;
    left: 0;
}
.residential-section .service_wrapper {
    position: relative;
}
.residential-section .servicepage-circularimage {
    position: absolute;
    top: -148px;
    left: -102px;
    z-index: 1;
}
.servicepage-circularimage {
    animation: animName 12s linear infinite;
}
@keyframes animName {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.residential-section .service_wrapper .servicepage-image {
    position: absolute;
    top: -16px;
    left: -30px;
}
.residential-section .service_wrapper .servicepage-rightborder {
    position: absolute;
    top: -30px;
    right: 10px;
}
.residential-section .service_wrapper .servicepage-boximage {
    position: absolute;
    top: 382px;
    left: -73px;
}
.residential-section .service_wrapper .servicepage-boximage img {
    -webkit-animation: mover1 1s infinite alternate;
    animation: mover1 1s infinite alternate;
}
@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
.residential-section .service_content {
    padding-left: 0px;
}
.residential-section .service_content h3 {
    font-weight: 600;
    margin-bottom: 25px;
}
.residential-section .service_content p {
    margin-bottom: 22px;
    line-height: 30px;
    font-weight: 500;
}
.residential-section .service_content .servicepage-contentimage {
    margin-bottom: 38px;
}
.residential-section .service_content .text:hover {
    color: var(--e-global-color-secondary);
}
.residential-section .service_content ul {
    padding-left: 40px;
}
.residential-section .service_content ul li {
    position: relative;
    margin-bottom: 13px;
}
.residential-section .service_content .text:hover {
    color: var(--e-global-color-accent);
}
.residential-section .service_content ul li .circle {
    border: 2px solid var(--e-global-color-accent);
    border-right-style: none;
    border-radius: 100px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 3px;
    left: -40px;
}
.residential-section .service_content ul li .circle:before {
    font-size: 18px;
    position: absolute;
    left: 4px;
    margin-top: -3px;
    font-family: "FontAwesome";
    transition: all 0.3s ease;
    color: var(--e-global-color-accent);
}
.servicepage-section2 {
    padding: 90px 0 0px;
    position: relative;
    overflow: hidden;
}
.restaurant-section {
    position: relative;
}
.restaurant-section .servicepage-background {
    position: absolute;
    top: 158px;
    right: 0;
}
.restaurant-section .service_wrapper {
    position: relative;
}
.restaurant-section .servicepage-circularimage {
    position: absolute;
    top: -132px;
    right: -108px;
    z-index: 1;
}
.restaurant-section .service_wrapper .servicepage-image {
    position: absolute;
    top: -58px;
    right: -30px;
}
.restaurant-section .service_wrapper .servicepage-leftborder {
    position: absolute;
    top: -82px;
    left: 10px;
}
.restaurant-section .service_wrapper .servicepage-boximage {
    position: absolute;
    top: 340px;
    right: -75px;
}
.restaurant-section .service_wrapper .servicepage-boximage img {
    -webkit-animation: mover1 1s infinite alternate;
    animation: mover1 1s infinite alternate;
}
@-webkit-keyframes mover1 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
.restaurant-section .service_content h3 {
    font-weight: 600;
    margin-bottom: 25px;
}
.restaurant-section .service_content p {
    margin-bottom: 22px;
    line-height: 24px;
    font-weight: 500;
}
.restaurant-section .service_content .servicepage-contentimage {
    margin-bottom: 38px;
}
.restaurant-section .service_content .text:hover {
    color: var(--e-global-color-secondary);
}
.restaurant-section .service_content ul {
    padding-left: 40px;
}
.restaurant-section .service_content ul li {
    position: relative;
    margin-bottom: 13px;
}
.restaurant-section .service_content .text:hover {
    color: var(--e-global-color-accent);
}
.restaurant-section .service_content ul li .circle {
    border: 2px solid var(--e-global-color-accent);
    border-right-style: none;
    border-radius: 100px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 3px;
    left: -40px;
}
.restaurant-section .service_content ul li .circle:before {
    font-size: 18px;
    position: absolute;
    left: 4px;
    margin-top: -3px;
    font-family: "FontAwesome";
    transition: all 0.3s ease;
    color: var(--e-global-color-accent);
}
.servicepage-section3 {
    padding: 90px 0 56px;
}
.architectural-section .servicepage-circularimage {
    top: -151px;
    left: -103px;
}
@media screen and (min-width: 1500px) and (max-width: 1577px) {
    .residential-section .servicepage-background img {
        width: 655px;
    }
    .restaurant-section .servicepage-background img {
        width: 655px;
    }
}
@media screen and (min-width: 1441px) and (max-width: 1499px) {
    .residential-section .servicepage-background img {
        width: 655px;
    }
    .restaurant-section .servicepage-background img {
        width: 655px;
    }
}
@media screen and (max-width: 1440px) {
    .servicepage-section {
        padding: 115px 0 90px;
    }
    .servicepage-circularimage img {
        width: 115px;
    }
    .service_wrapper .servicepage-image img {
        width: 515px;
    }
    .residential-section .servicepage-background {
        top: 180px;
    }
    .residential-section .servicepage-background img {
        width: 555px;
    }
    .residential-section .servicepage-circularimage {
        top: -95px;
        left: -30px;
    }
    .residential-section .service_wrapper .servicepage-image {
        top: 0px;
        left: 22px;
    }
    .residential-section .service_wrapper .servicepage-rightborder {
        top: -20px;
        right: -15px;
    }
    .residential-section .service_wrapper .servicepage-boximage {
        top: 418px;
        left: -30px;
    }
    .servicepage-section2 {
        padding: 60px 0 75px;
    }
    .restaurant-section .servicepage-background {
        top: 180px;
    }
    .restaurant-section .servicepage-background img {
        width: 555px;
    }
    .restaurant-section .servicepage-circularimage {
        top: -95px;
        right: -30px;
    }
    .restaurant-section .service_wrapper .servicepage-image {
        top: -40px;
        right: 21px;
    }
    .restaurant-section .service_wrapper .servicepage-leftborder {
        top: -60px;
        left: -15px;
    }
    .restaurant-section .service_wrapper .servicepage-boximage {
        top: 370px;
        right: -30px;
    }
}
@media only screen and (max-width: 1199px) {
    .servicepage-section {
        padding: 190px 0 95px;
    }
    .servicepage-circularimage img {
        width: 100px;
    }
    .service_wrapper .servicepage-image img {
        width: 429px;
    }
    .residential-section .servicepage-background {
        top: 135px;
    }
    .residential-section .servicepage-background img {
        width: 440px;
    }
    .residential-section .service_wrapper .servicepage-image {
        top: -40px;
        left: 30px;
    }
    .residential-section .servicepage-circularimage {
        top: -88px;
        left: -16px;
    }
    .residential-section .service_wrapper .servicepage-rightborder {
        top: -55px;
        right: -23px;
    }
    .residential-section .service_wrapper .servicepage-rightborder img {
        width: 200px;
    }
    .residential-section .service_wrapper .servicepage-boximage {
        top: 350px;
        left: -6px;
    }
    .residential-section .service_wrapper .servicepage-boximage img {
        width: 110px;
    }
    .residential-section .service_content {
        padding-left: 15px;
    }
    .residential-section .service_content h3 {
        margin-bottom: 10px;
        letter-spacing: 1.4px;
    }
    .residential-section .service_content p {
        margin-bottom: 18px;
        line-height: 22px;
    }
    .residential-section .service_content .servicepage-contentimage {
        margin-bottom: 28px;
    }
    .residential-section .service_content ul {
        padding-left: 32px;
    }
    .residential-section .service_content ul li {
        margin-bottom: 8px;
    }
    .residential-section .service_content ul li .circle {
        height: 18px;
        width: 18px;
        line-height: 18px;
        top: 4px;
        left: -30px;
    }
    .residential-section .service_content ul li .circle:before {
        font-size: 16px;
        left: 3px;
    }
    .servicepage-section2 {
        padding: 95px 0 100px;
    }
    .restaurant-section .servicepage-background {
        top: 135px;
    }
    .restaurant-section .servicepage-background img {
        width: 440px;
    }
    .restaurant-section .servicepage-circularimage {
        top: -88px;
        right: -16px;
    }
    .restaurant-section .service_wrapper .servicepage-image {
        top: -40px;
        right: 30px;
    }
    .restaurant-section .servicepage-circularimage {
        top: -86px;
        right: -15px;
    }
    .restaurant-section .service_wrapper .servicepage-leftborder {
        top: -55px;
        left: -23px;
    }
    .restaurant-section .service_wrapper .servicepage-leftborder img {
        width: 200px;
    }
    .restaurant-section .service_wrapper .servicepage-boximage {
        top: 350px;
        right: -6px;
    }
    .restaurant-section .service_wrapper .servicepage-boximage img {
        width: 110px;
    }
    .restaurant-section .service_content h3 {
        margin-bottom: 10px;
        letter-spacing: 1.4px;
    }
    .restaurant-section .service_content p {
        margin-bottom: 18px;
        line-height: 22px;
    }
    .restaurant-section .service_content .servicepage-contentimage {
        margin-bottom: 28px;
    }
    .restaurant-section .service_content ul {
        padding-left: 32px;
    }
    .restaurant-section .service_content ul li {
        margin-bottom: 8px;
    }
    .restaurant-section .service_content ul li .circle {
        height: 18px;
        width: 18px;
        line-height: 18px;
        top: 4px;
        left: -30px;
    }
    .restaurant-section .service_content ul li .circle:before {
        font-size: 16px;
        left: 3px;
    }
}
@media only screen and (max-width: 991px) {
    .servicepage-section {
        padding: 80px 0 50px;
    }
    .servicepage-circularimage img {
        width: 85px;
    }
    .residential-section .servicepage-background {
        top: 160px;
    }
    .residential-section .servicepage-background img {
        width: 335px;
    }
    .residential-section .service_wrapper .servicepage-image {
        top: 30px;
    }
    .residential-section .service_wrapper .servicepage-image img {
        width: 100%;
    }
    .residential-section .service_wrapper .servicepage-rightborder {
        top: 15px;
        right: -14px;
    }
    .residential-section .service_wrapper .servicepage-rightborder img {
        width: 140px;
    }
    .residential-section .service_wrapper .servicepage-boximage {
        top: 300px;
    }
    .residential-section .service_wrapper .servicepage-boximage img {
        width: 90px;
    }
    .residential-section .service_content {
        padding-left: 0;
    }
    .residential-section .service_content h3 {
        margin-bottom: 6px;
        letter-spacing: 1.2px;
    }
    .residential-section .service_content p {
        margin-bottom: 15px;
        line-height: 20px;
    }
    .residential-section .service_content .servicepage-contentimage {
        margin-bottom: 20px;
    }
    .residential-section .service_content ul {
        padding-left: 26px;
    }
    .residential-section .service_content ul li {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 6px;
    }
    .residential-section .service_content ul li .circle {
        height: 14px;
        width: 14px;
        line-height: 14px;
        left: -25px;
        top: 3px;
    }
    .residential-section .service_content ul li .circle:before {
        font-size: 12px;
        left: 3px;
    }
    .residential-section .servicepage-circularimage {
        top: -10px;
        left: -8px;
    }
    .servicepage-section2 {
        padding: 20px 0 62px;
    }
    .restaurant-section .servicepage-background {
        top: 160px;
    }
    .restaurant-section .servicepage-background img {
        width: 335px;
    }
    .restaurant-section .service_wrapper .servicepage-image {
        top: 30px;
    }
    .restaurant-section .service_wrapper .servicepage-image img {
        width: 100%;
    }
    .restaurant-section .service_wrapper .servicepage-leftborder {
        top: 15px;
        left: -14px;
    }
    .restaurant-section .service_wrapper .servicepage-leftborder img {
        width: 140px;
    }
    .restaurant-section .service_wrapper .servicepage-boximage {
        top: 300px;
    }
    .restaurant-section .service_wrapper .servicepage-boximage img {
        width: 90px;
    }
    .restaurant-section .service_content h3 {
        margin-bottom: 6px;
        letter-spacing: 1.2px;
    }
    .restaurant-section .service_content p {
        margin-bottom: 15px;
        line-height: 20px;
    }
    .restaurant-section .service_content .servicepage-contentimage {
        margin-bottom: 20px;
    }
    .restaurant-section .service_content ul {
        padding-left: 26px;
    }
    .restaurant-section .service_content ul li {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 6px;
    }
    .restaurant-section .service_content ul li .circle {
        height: 14px;
        width: 14px;
        line-height: 14px;
        left: -25px;
        top: 3px;
    }
    .restaurant-section .service_content ul li .circle:before {
        font-size: 12px;
        left: 3px;
    }
    .restaurant-section .servicepage-circularimage {
        top: -10px;
        right: -8px;
    }
}
@media only screen and (max-width: 767px) {
    .servicepage-section {
        padding: 100px 0 15px;
    }
    .servicepage-circularimage img {
        width: 78px;
    }
    .residential-section .service_wrapper {
        text-align: center;
        margin-bottom: 50px;
    }
    .residential-section .service_wrapper .servicepage-image {
        position: relative;
        top: 0;
        left: 0;
    }
    .residential-section .service_wrapper .servicepage-image img {
        width: 75%;
    }
    .residential-section .service_wrapper .servicepage-rightborder {
        top: -15px;
        right: 50px;
    }
    .residential-section .service_wrapper .servicepage-rightborder img {
        width: 120px;
    }
    .residential-section .service_wrapper .servicepage-boximage {
        top: 346px;
        left: 42px;

    }
    .residential-section .service_wrapper .servicepage-boximage img {
        width: 85px;
    }
    .residential-section .service_content {
        text-align: center;
    }
    .residential-section .service_content p {
        margin-bottom: 20px;
        line-height: 24px;
    }
    .residential-section .service_content .servicepage-contentimage img {
        width: 400px;
    }
    .residential-section .service_content ul {
        padding-left: 0;
    }
    .residential-section .service_content ul li .circle {
        display: none;
    }
    .residential-section .service_content ul li {
        margin-bottom: 10px;
    }
    .residential-section .servicepage-circularimage {
        top: -36px;
        left: 28px;
    }
    .servicepage-section2 {
        padding: 65px 0 45px;
    }
    .restaurant-section .service_wrapper {
        text-align: center;
        margin-bottom: 50px;
    }
    .restaurant-section .service_wrapper .servicepage-image {
        position: relative;
        top: 0;
        right: 0;
    }
    .restaurant-section .service_wrapper .servicepage-image img {
        width: 75%;
    }
    .restaurant-section .service_wrapper .servicepage-leftborder {
        top: -15px;
        left: 50px;
    }
    .restaurant-section .service_wrapper .servicepage-leftborder img {
        width: 120px;
    }
    .restaurant-section .service_wrapper .servicepage-boximage {
        top: 346px;
        right: 42px;
    }
    .restaurant-section .service_wrapper .servicepage-boximage img {
        width: 85px;
    }
    .restaurant-section .service_content {
        text-align: center;
    }
    .restaurant-section .service_content p {
        margin-bottom: 20px;
        line-height: 24px;
    }
    .restaurant-section .service_content .servicepage-contentimage img {
        width: 400px;
    }
    .restaurant-section .service_content ul {
        padding-left: 0;
    }
    .restaurant-section .service_content ul li .circle {
        display: none;
    }
    .restaurant-section .service_content ul li {
        margin-bottom: 10px;
    }
    .restaurant-section .servicepage-circularimage {
        top: -36px;
        right: 28px;
    }
}
@media only screen and (max-width: 575px) {
    .servicepage-section {
        padding: 75px 0 15px;
    }
    .residential-section .servicepage-background {
        top: 115px;
    }
    .residential-section .servicepage-background img {
        width: 300px;
    }
    .residential-section .service_wrapper {
        margin-bottom: 40px;
    }
    .residential-section .service_wrapper .servicepage-image img {
        width: 88%;
    }
    .residential-section .service_wrapper .servicepage-rightborder {
        top: -14px;
        right: 8px;
    }
    .residential-section .service_wrapper .servicepage-rightborder img {
        width: 100px;
    }
    .residential-section .service_wrapper .servicepage-boximage {
        top: 260px;
        left: 6px;
    }
    .residential-section .service_wrapper .servicepage-boximage img {
        width: 75px;
    }
    .residential-section .service_content p {
        margin-bottom: 15px;
        line-height: 22px;
    }
    .residential-section .service_content .servicepage-contentimage img {
        width: 285px;
    }
    .residential-section .service_content ul li {
        margin-bottom: 8px;
    }
    .residential-section .servicepage-circularimage {
        display: none;
    }
    .servicepage-section2 {
        padding: 46px 0 48px;
    }
    .restaurant-section .servicepage-background {
        top: 115px;
    }
    .restaurant-section .servicepage-background img {
        width: 300px;
    }
    .restaurant-section .service_wrapper {
        margin-bottom: 40px;
    }
    .restaurant-section .service_wrapper .servicepage-image img {
        width: 88%;
    }
    .restaurant-section .service_wrapper .servicepage-leftborder {
        top: -14px;
        left: 8px;
    }
    .restaurant-section .service_wrapper .servicepage-leftborder img {
        width: 100px;
    }
    .restaurant-section .service_wrapper .servicepage-boximage {
        top: 260px;
        right: 6px;
    }
    .restaurant-section .service_wrapper .servicepage-boximage img {
        width: 75px;
    }
    .restaurant-section .service_content p {
        margin-bottom: 15px;
        line-height: 22px;
    }
    .restaurant-section .service_content .servicepage-contentimage img {
        width: 285px;
    }
    .restaurant-section .service_content ul li {
        margin-bottom: 8px;
    }
    .restaurant-section .servicepage-circularimage {
        display: none;
    }
}
.ptb-100 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.booking-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/bg/booking-bg-1.jpg");
    position: relative;
}
.booking-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.booking-content {
    position: relative;
    text-align: center;
}
.booking-content h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
}
.booking-content h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}
.booking-content p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    margin: 0px auto;
}
.booking-content ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.booking-content ul li {
    font-size: 15px;
    margin-right: 20px;
    margin-bottom: 12px;
}
.booking-content ul li a {
    color: #fff;
}
.booking-content ul li a i {
    margin-right: 5px;
    color: #ff9923;
}
.booking-content ul li:last-child {
    margin-right: 0px;
}
.booking-content .default-button {
    margin-top: 15px;
}
.default-button {
    padding: 12px 35px;
    display: inline-block;
    color: #fff;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border: 1px solid #ff9923;
    background-color: #ff9923;
    font-size: 15px;
    font-weight: 500;
}
.default-button i {
    margin-right: 5px;
}
.default-button:hover {
    color: #fff;
    border-radius: 25px 0px 25px 0px;
    background-color: #000261;
    border: 1px solid #000261;
}
.about-section.seo-about {
    background-image: linear-gradient(to right bottom, #1a00ff, #2010d8, #2416b2, #25188d, #231769);
}
.about-section.seo-about .line.line_1 {
    left: 6%;
    top: 25%;
}
.about-section.seo-about .line.line_2 {
    left: 3%;
    top: 70%;
}
.about-section.seo-about .line.line_3 {
    left: 15%;
    top: 50%;
}
.about-section.seo-about .line.line_4 {
    left: 35%;
    top: 5%;
}
.about-section.seo-about .line.line_5 {
    left: 38%;
    top: 58%;
}
.about-section.seo-about .line.line_6 {
    left: 20%;
    top: 90%;
}
.about-section .section-header h2:first-child {
    margin-bottom: 15px;
}
.about-section .section-header h2 {
    color: #fff;
}
.about-section .section-header p {
    color: #fff;
}
.round-shape {
    position: absolute;
    content: "";
}
.round-shape .round {
    animation: lab_round 25s linear infinite;
}
.round-shape {
    top: 75%;
    right: 50%;
    width: 700px;
    height: 700px;
    border-radius: 100%;
    transform: translate(50%, -50%);
}
@media (min-width: 992px) {
    .round-shape {
        top: 54%;
        right: 4%;
        transform: translate(0, -50%);
    }
}
@media (min-width: 1600px) {
    .round-shape {
        right: 10%;
    }
}
.round-shape .round {
    animation: lab_round 25s linear infinite;
}
.codex-shape .line {
    overflow: hidden;
}
.codex-shape .line {
    position: absolute;
    content: "";
}
@media (max-width: 991px) {
    .codex-shape {
        display: none;
    }
}
.codex-shape .line {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.codex-shape .line.line_1 {
    background: #00ff00;
    left: 6%;
    top: 25%;
    animation: lab_zoomin 8s linear infinite;
}
.codex-shape .line.line_2 {
    background: #fff200;
    left: 3%;
    top: 70%;
    animation: pluse_animate 8s linear infinite;
}
.codex-shape .line.line_3 {
    background: #6dcff6;
    left: 15%;
    top: 50%;
    animation: pluse_animate2 4s linear infinite;
}
.codex-shape .line.line_4 {
    left: 30%;
    top: 25%;
    width: 20px;
    height: 20px;
    border: 2px solid #f69679;
    animation: lab_round 4s linear infinite;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.codex-shape .line.line_5 {
    left: 32%;
    top: 63%;
    width: 25px;
    height: 25px;
    border: 2px solid #fff200;
    animation: lab_round1 8s linear infinite;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.codex-shape .line.line_6 {
    left: 20%;
    top: 75%;
    width: 15px;
    height: 15px;
    border: 2px solid #00feff;
    animation: lab_round 10s linear infinite;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
@keyframes pluse_animate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}
@keyframes pluse_animate1 {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.1);
        transform: translate(-50%, -50%) scale(0.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1.02);
        transform: translate(-50%, -50%) scale(1.02);
    }
}
@keyframes pluse_animate2 {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.1);
        transform: translate(-50%, -50%) scale(0.1);
    }
}
@keyframes lab_round_glob {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}
@keyframes lab_round_glob1 {
    0% {
        transform: rotateY(-20deg);
    }
    50% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(20deg);
    }
}
@keyframes lab_run_x {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-30px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes lab_run_top_y {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes lab_round {
    100% {
        transform: rotateZ(360deg);
    }
}
@keyframes lab_round1 {
    100% {
        transform: rotateZ(-360deg);
    }
}
@keyframes lab_zoomin {
    0% {
        transform: translateY(-20px) translateX(0px);
    }
    50% {
        transform: translateY(0px) translateX(-20px);
    }
    100% {
        transform: translateY(-20px) translateX(0px);
    }
}
@keyframes lab_zoominout {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lab_sideeffect {
    0% {
        transform: translateY(0px);
    }
    25% {
        transform: translateX(-60px);
    }
    50% {
        transform: translateY(-60px);
    }
    75% {
        transform: translateX(-60px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes lab_banner_round {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(187, 109, 247, 0.2);
        box-shadow: 0 0 0 0 rgba(187, 109, 247, 0.2);
    }
    70% {
        -moz-box-shadow: 0 0 0 50px rgba(187, 109, 247, 0);
        box-shadow: 0 0 0 50px rgba(187, 109, 247, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(187, 109, 247, 0);
        box-shadow: 0 0 0 0 rgba(187, 109, 247, 0);
    }
}
@keyframes lab_transport {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(187, 109, 247, 0.2);
        box-shadow: 0 0 0 0 rgba(187, 109, 247, 0.2);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(187, 109, 247, 0);
        box-shadow: 0 0 0 20px rgba(187, 109, 247, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(187, 109, 247, 0);
        box-shadow: 0 0 0 0 rgba(187, 109, 247, 0);
    }
}
@keyframes lab_transport1 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 255, 254, 0.2);
        box-shadow: 0 0 0 0 rgba(0, 255, 254, 0.2);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(0, 255, 254, 0);
        box-shadow: 0 0 0 20px rgba(0, 255, 254, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 255, 254, 0);
        box-shadow: 0 0 0 0 rgba(0, 255, 254, 0);
    }
}
@keyframes lab_transport2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 191, 141, 0.2);
        box-shadow: 0 0 0 0 rgba(0, 191, 141, 0.2);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(0, 191, 141, 0);
        box-shadow: 0 0 0 20px rgba(0, 191, 141, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 191, 141, 0);
        box-shadow: 0 0 0 0 rgba(0, 191, 141, 0);
    }
}
@keyframes lab_transport3 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(243, 115, 153, 0.2);
        box-shadow: 0 0 0 0 rgba(243, 115, 153, 0.2);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(243, 115, 153, 0);
        box-shadow: 0 0 0 20px rgba(243, 115, 153, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(243, 115, 153, 0);
        box-shadow: 0 0 0 0 rgba(243, 115, 153, 0);
    }
}
@keyframes lab_transport4 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 184, 229, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 184, 229, 0.2);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 184, 229, 0);
        box-shadow: 0 0 0 20px rgba(255, 184, 229, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 184, 229, 0);
        box-shadow: 0 0 0 0 rgba(255, 184, 229, 0);
    }
}
@keyframes lab_transport5 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 25, 55, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 25, 55, 0.5);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 25, 55, 0);
        box-shadow: 0 0 0 20px rgba(255, 25, 55, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 25, 55, 0);
        box-shadow: 0 0 0 0 rgba(255, 25, 55, 0);
    }
}
@keyframes lab_pupup {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    25% {
        transform: scale(0.7);
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    25% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
@keyframes lab_rotate {
    from {
        transform: rotateY(0);
    }
    to {
        transform: rotateY(360deg);
    }
}
@keyframes lab_top_up {
    0% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-15px);
    }
}
@keyframes testi_round {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes circle-2 {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle-2 {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes sliderShape {
    0%,
    100% {
        border-radius: 50% 50% 50% 50%/50% 35% 65% 50%;
    }
    34% {
        border-radius: 50% 50% 35% 65%/50% 50% 50% 50%;
    }
    50% {
        border-radius: 50% 50% 50% 50%/65% 50% 50% 35%;
    }
    67% {
        border-radius: 35% 65% 50% 50%/50% 50% 50% 50%;
    }
}
@keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 20000px 0;
    }
}
@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 20000px 0;
    }
}
@-webkit-keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}
@keyframes run {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}
.services-section-two {
    position: relative;
    padding: 100px 0px 60px;
}
.service-block-three {
    position: relative;
    margin-bottom: 50px;
}
.service-block-three .inner-box {
    position: relative;
}
.service-block-three .content-column {
    position: relative;
    margin-bottom: 30px;
}
.service-block-three .content-column .inner-column {
    position: relative;
    padding-top: 0px;
}
.service-block-three h2 {
    line-height: 40px;
    font-size: 25px;
    text-transform: uppercase;
}
.service-block-three h2 a {
    position: relative;
    color: #000;
}
.service-block-three .text {
    font-size: 18px;
    margin-top: 20px;
    line-height: 29px;
}
.service-block-three .image-column {
    position: relative;
    margin-bottom: 30px;
}
.service-block-three .image-column .inner-column {
    position: relative;
}
.service-block-three .image-column .image {
    position: relative;
}
.service-block-three .image-column .image:before {
    position: absolute;
    content: "";
    left: -20px;
    top: 20px;
    right: 20px;
    bottom: -20px;
    z-index: -1;
    border: 1px solid #ff9923;
}
.service-block-three.style-two .image-column .image:before {
    left: 20px;
    right: -20px;
}
.service-block-three.style-two .content-column .inner-column {
    padding-left: 50px;
}
.pb-70 {
    padding-bottom: 0px;
}
.pt-100 {
    padding-top: 50px;
}
.choose-area-two {
    background-color: #fff;
}
.choose-content-left .section-title {
    margin-bottom: 30px;
}
.choose-img-three img {
    max-width: 100%;
}
.choose-img-three {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.choose-img-three::before {
    content: "";
    right: 0;
    position: absolute;
    background-color: #fff;
    height: 10%;
    top: -30px;
    -webkit-transform: skewY(-175deg);
    transform: skewY(-175deg);
    width: 100%;
    z-index: 1;
}
.choose-img-three::after {
    content: "";
    right: 0;
    position: absolute;
    background-color: #fff;
    height: 10%;
    bottom: -30px;
    -webkit-transform: skewY(175deg);
    transform: skewY(175deg);
    width: 100%;
    z-index: 1;
}
.choose-img-three .line {
    position: absolute;
    z-index: -1;
    top: 80px;
    right: -30px;
}
.choose-img-three .line img {
    height: 450px;
}
.pad-tb {
    padding-top: 50px;
    padding-bottom: 50px;
}
.work-categorys {
    background-color: #fbf9ed;
    position: relative;
    background-image: url(../images/bg/industries-we-work.jpg);
    background-size: cover;
    background-position: center center;
}
.text-l {
    text-align: left !important;
}
.common-heading > span {
    line-height: 26px;
}
.common-heading > span {
    color: #e60072;
    font-size: 35px;
    font-weight: 400;
    margin: 0 0 35px;
    display: block;
    text-align: center;
}
.common-heading > span,
.pricing-table .title {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.common-heading h2 {
    margin-bottom: 18px;
    font-size: 44px;
    line-height: 67px;
    text-align: center;
}
.icon-set {
    width: 25%;
    display: inline-block;
    float: left;
    position: relative;
}
.work-card {
    backdrop-filter: blur(8px);
    background: rgb(255 255 255/5%);
    border: 1px solid;
}
.work-card {
    margin: 10px;
    padding: 30px 20px;
    max-height: 170px;
    text-align: center;
    min-height: 170px;
    border-radius: 8px 40px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
}
.work-card p {
    line-height: 24px;
    font-size: 16px;
    margin: 5px 0 0;
    padding: 0 12px;
}
.features-item {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
/*.section-title {
    padding-bottom: 30px;
}*/
.features-item > li {
    list-style: none;
}
.features-thumb img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}
.feature-box {
    position: relative;
    margin-bottom: 10px;
}
.feature-box .box-text > h4 {
    margin-bottom: 0px;
    transition: all 0.3s;
    font-size: 18px;
    font-weight: 400;
}
.feature-box .box-icon {
    margin-right: 20px;
}
.feature-box .box-icon .icon {
    width: 40px;
    font-size: 40px;
    line-height: 40px;
}
.feature-box .box-icon {
    margin-right: 20px;
}
.feature-box.box-left {
    padding-right: 64px;
    text-align: right;
}
.feature-box.box-left .box-icon {
    position: absolute;
    right: 0;
    width: auto;
    height: 64px;
    margin: 0 0 0 20px;
}
section.bg-grey {
    background-color: #fafbfe;
    margin-top: 100px;
    padding-top: 100px;
}
.empty-100 {
    clear: both;
    height: 100px;
}
#overview {
    overflow: hidden;
}
.overview-box .icon {
    background-color: #7c4fe0;
}
.overview-box .icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    transition: all 0.3s;
}

.overview-box {
    position: relative;
    margin-bottom: 20px;
    border-radius: 6px;
    transition: all 0.3s;
    transform: translateX(0);
}
.overview-box .icon:before {
    line-height: 60px;
}
.overview-box .icon > img {
    filter: brightness(1) invert(1);
}
.overview-box:hover .icon > img {
    filter: none;
}
.overview-box .content {
    width: calc(100% - 60px);
    padding-left: 20px;
    transition: all 0.3s;
}
.overview-box .content p {
    margin-bottom: 0;
}
.overview-box:hover .icon {
    background-color: #fff;
    color: #000;
}
.mb-2 {
    color: #ff9923;
}
.overview-list .fa-li {
    color: #ff0004;
}
.overview-list {
    position: relative;
    list-style: none;
    margin-left: 2em;
    padding: 0;
}
.overview-list .fa-li {
    width: auto;
}
@media (min-width: 992px) {
    .section-title h3 {
        font-size: 25px;
    }
}
.timelines {
    width: 100%;
}
.timeline {
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 10px;
    position: absolute;
    content: " ";
    border: 0.5px dashed #ff2e59;
    left: 0;
    margin-left: 46px;
}
.timeline > li {
    position: relative;
    list-style-type: none;
    text-align: justify;
}
.timeline > li:after,
.timeline > li:before {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}

.timeline > li:after,
.timeline > li:before {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    float: left;
    border-radius: 2px;
    margin-left: 34px;
    position: relative;
}
.timeline > li > .timeline-badge {
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
    z-index: 99;
    border-radius: 50%;
}
.timeline > li.color1 > .timeline-badge {
    background-color: #ff2e59;
}
.timeline > li.color2 > .timeline-badge {
    background-color: #ff800f;
}
.timeline > li.color3 > .timeline-badge {
    background-color: #b75e40;
}
.timeline > li.color4 > .timeline-badge {
    background-color: #1cb151;
}
.timeline > li.color5 > .timeline-badge {
    background-color: #00cec9;
}
.timeline > li.color6 > .timeline-badge {
    background-color: #000;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li .timeline-panel .f-info {
    font-size: 17px;
    margin-bottom: 0px;
}
.timeline > li.color1 .timeline-panel .f-info {
    color: #ff2e59;
}
.timeline > li.color2 .timeline-panel .f-info {
    color: #ff800f;
}
.timeline > li.color3 .timeline-panel .f-info {
    color: #b75e40;
}
.timeline > li.color4 .timeline-panel .f-info {
    color: #1cb151;
}
.timeline > li.color5 .timeline-panel .f-info {
    color: #00cec9;
}
.project-section {
    position: relative;
    padding: 40px 0 36px;
    overflow: hidden;
}
.project-block {
    position: relative;
    margin-bottom: 40px;
}
.project-block .inner-box {
    position: relative;
}
.project-block .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.project-block .inner-box:hover .social-links {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
.project-block .inner-box:hover .info-box:before {
    width: 100%;
    left: 0;
}
.project-block .image-box {
    position: relative;
}
.project-block .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 5px;
    z-index: 1;
}
.project-block .image-box .image img {
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.project-block .info-box {
    position: relative;
    padding: 30px;
    text-align: center;
    background: var(--theme-color-gray);
    border-radius: 0 0 10px 10px;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.project-block .info-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: var(--theme-color-dark);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 10px;
}
.project-block .info-box .title {
    margin-bottom: 0;
}
#contact-sec {
    margin-bottom: 50px;
}
.contact-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 340px;
    gap: 25px;
    margin-bottom: 40px;
}
.contact-info:last-of-type {
    margin-bottom: 0;
}
.contact-info_icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    background-color: rgba(13, 94, 244, 0.07);
    text-align: center;
    color: var(--theme-color);
    border-radius: 5px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.contact-info_title {
    font-size: 20px;
    margin-bottom: 6px;
    margin-top: -0.2em;
}
.contact-info_text {
    margin-bottom: -0.45em;
    line-height: 1.5;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.contact-info_text a:hover {
    color: #000;
}
.contact-info:hover .contact-info_icon {
    background-color: #000;
    color: #fff;
}
.mb-25 {
    margin-top: 70px;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .map-contact {
        padding: 40px 40px;
    }
    .contact-info {
        margin-bottom: 30px;
    }
    .contact-info:last-of-type {
        margin-bottom: 0;
    }
}
@media (max-width: 575px) {
    .map-contact {
        padding: 40px 20px;
    }
}
@media (max-width: 375px) {
    .contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px;
    }
    .contact-info .media-body {
        width: 100%;
    }
}
.contact-form-wrap {
    background: #195475;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px;
    border-radius: 10px;
    margin-right: 0px;
    margin-top: 75px;
    position: relative;
    z-index: 9;
}
.border-title {
    color: #fff;
    font-size: 24px;
}
@media (max-width: 1199px) {
    .contact-form-wrap {
        margin: 0;
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .contact-form-wrap {
        padding: 40px 30px;
        background-position: left center;
    }
}
.contact-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    border-radius: 10px;
    border: 1px solid #f5f8fd;
    background: var(--white-color);
    box-shadow: 0px 9px 14px 0px #fbfbfb;
    padding: 30px;
}
.contact-feature:not(:last-child) {
    margin-bottom: 24px;
}
.contact-feature .contact-feature-icon {
    height: 70px;
    width: 70px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    border-radius: 10px;
    line-height: 63px;
    background: rgba(13, 94, 244, 0.07);
    font-size: 30px;
    text-align: center;
    color: var(--theme-color);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.contact-feature .media-body {
    margin-bottom: -0.4em;
}
.contact-feature .contact-feature_label {
    font-size: 20px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 600;
    margin-top: -0.4em;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.contact-feature .contact-feature_link {
    color: #000000;
    line-height: normal;
    display: block;
    font-size: 20px;
    line-height: 34px;
}
.contact-feature:hover .contact-feature-icon {
    background: #000261;
    color: #fff;
}
@media (max-width: 375px) {
    .contact-feature {
        display: block;
    }
    .contact-feature .contact-feature-icon {
        margin-bottom: 20px;
    }
}
.form-group.has-label > i {
    top: 50px;
}
select,
.form-control,
.form-select,
textarea,
input {
    height: 50px;
    padding: 0 25px 0 15px;
    padding-right: 45px;
    border: 1px solid transparent;
    background-color: #000;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--theme-color);
    background-color: var(--smoke-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: var(--body-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
    color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: var(--body-color);
}
select::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
    color: var(--body-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
    color: var(--body-color);
}
select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
    border: 1px solid transparent;
    padding-left: 52px;
    background-image: none;
}
select.style2 ~ i,
.form-control.style2 ~ i,
.form-select.style2 ~ i,
textarea.style2 ~ i,
input.style2 ~ i {
    color: var(--theme-color);
    font-weight: 400;
    left: 25px;
    max-width: 16px;
}
select.style-white,
.form-control.style-white,
.form-select.style-white,
textarea.style-white,
input.style-white {
    background-color: #fff;
    border: none;
    margin-bottom: 0px;
}
input[type="date"] {
    padding: 0 25px 0 25px;
    position: relative;
}
input[type="date"]:after {
    content: "\f073";
    position: relative;
    font-family: var(--icon-font);
    top: 0px;
    font-weight: 300;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    position: absolute;
    right: 20px;
    z-index: 1;
    cursor: pointer;
}
.form-select,
select {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.form-select.nice-select,
select.nice-select {
    border: none;
    padding: 15px 25px;
    background-color: var(--smoke-color);
    background-image: none;
    z-index: 11;
}
.form-select.nice-select .list,
select.nice-select .list {
    width: 100%;
}
.form-select.nice-select:after,
select.nice-select:after {
    border-bottom: 1px solid #9faab7;
    border-right: 1px solid #9faab7;
    height: 8px;
    right: 25px;
    width: 8px;
}
.form-select.style-white,
select.style-white {
    background: #fff;
    margin-bottom: 10px;
}
textarea.form-control,
textarea {
    min-height: 150px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 5px;
}
.form-group {
    margin-bottom: var(--bs-gutter-x);
    position: relative;
    display: inline-block;
    width: 100%;
}
.form-group > i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: #93a5be;
}
.form-group > i.fa-envelope {
    padding-top: 1px;
}
.form-group > i.fa-comment {
    margin-top: -2px;
}
.form-group > i.fa-chevron-down {
    width: 17px;
    background-color: #fff;
}
.form-group {
    display: block;
    margin-bottom: 15px;
}
.form-group label {
    position: relative;
    cursor: pointer;
}
.form-group label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}
.form-group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 14px;
    border: solid #ff9923;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.btn_one {
    background: #ff9923;
    font-size: 18px;
    padding: 14px 40px;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 10px 15px 18px rgba(23, 23, 36, 0.1);
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.btn_one:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 5px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn_one:hover,
.btn_one:focus,
.btn_one:active {
    color: #ff9923;
    border-radius: 5px;
}
.btn_one:hover:before,
.btn_one:focus:before,
.btn_one:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    border-radius: 5px;
}
@media only screen and (max-width: 880px) {
    .btn_one {
        padding: 10px 20px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 480px) {
    .btn_one {
        padding: 14px 40px;
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .icon-set,
    .opl ul li {
        width: 50%;
    }
}
@media only screen and (max-width: 991px) {
    .work-card-set {
        margin-top: 30px;
    }
}
.bg a {
    padding: 15px;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
}
.phone-heading a {
    font-size: 20px;
    color: #000;
    font-family: "Roboto Slab", serif;
}
.heading-text {
    font-size: 20px;
    color: #000;
    font-family: "Roboto Slab", serif;
    margin-top: 70px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 5px;
}
.section-header {
    text-align: center;
    padding-bottom: 29px;
    margin: 0px auto 0px;
    width: 72%;
}
.section-header h3 {
    font-family: "Roboto Slab", serif;
    margin-top: 50px;
    font-size: 26px;
    color: #000;
}
.bg-blue {
    background: #4c2f6c !important;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}
.pricing-table {
    padding: 20px 0 40px;
    transition: 0.3s ease-in;
    position: relative;
    z-index: 0;
    background-color: #403528;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    padding-left: 20px;
}
.pricing-table.bg-orange {
    background-color: #034099;
}
.pricing-table .price-header .title {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 15px;
}
.pricing-table .price-header .icon {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    color: #197beb;
    transition: 0.3s ease-in;
}
.pricing-table .price-header .price {
    font-size: 62px;
    line-height: 60px;
    color: #ff9923;
    font-weight: 800;
    margin-bottom: 25px;
    transition: 0.3s ease-in;
    text-align: left;
    padding-left: 40px;
    position: relative;
    padding: 7px 0 12px 0px;
    z-index: 0;
}
.pricing-table .price-header .price:after {
    position: absolute;
    left: -44%;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 25px;
    content: "";
    height: 100%;
    transform: skewX(-35deg);
    z-index: -1;
}
.pricing-table .price-header .price .dollar {
    font-size: 33px;
    line-height: 33px;
    position: relative;
    top: -12px;
}
.pricing-table .price-header .price .month {
    font-size: 22px;
    line-height: 23px;
}
.pricing-table .price-footer {
    margin-top: 40px;
}
.pricing-table .price-footer .order-btn {
    display: inline-block;
    width: 165px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 25px;
    color: #fff;
    transition: 0.5s ease-in;
    font-weight: 600;
    background-color: #ff9923;
    position: relative;
    overflow: hidden;
}
.pricing-table .price-footer .order-btn:hover {
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.35);
    background-color: #ffc0cb;
    color: #fff;
}
.pricing-table .price-body ul {
    margin: 0;
    padding: 0;
}
.pricing-table .price-body ul li {
    list-style: none;
    display: block;
    color: #fff;
    background: transparent !important;
    padding: 0;
    margin: 6px 0;
    transition: 0.3s ease-in;
    font-family: "Roboto Slab", serif;
    font-weight: 500;
}
.pricing-table .price-body ul li:first-child {
    margin-top: 0;
}
.pricing-table .price-body ul li:last-child {
    margin-bottom: 0;
}
.pricing-table .price-body i {
    font-weight: 400 !important;
    margin-right: 8px;
    color: #36cc72;
    font-size: 15px;
    width: 15px;
    position: relative;
    top: 1px;
}
.pricing-table .price-body li i.fa-times {
    color: rgb(236, 42, 0);
}
*::-webkit-scrollbar,
*::-webkit-scrollbar-thumb {
    width: 5px;
    border-radius: 13px;
    background-clip: padding-box;
    border: 1px solid transparent;
}
*::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 0 10px;
}
.scroll-2 {
    scroll-size: 8px;
    scroll-radius: 10px;
    scroll-track: rgb(255 255 255 / 10%);
    scroll-thumb-color: rgb(255 153 35 / 80%);
}
.demo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.demo > * {
    height: 450px;
    overflow-y: auto;
    width: 100%;
}




/* 19. ready-to-text */
.ready-to {
    padding-top: 200px;
    padding-bottom: 150px;
    overflow: hidden;
}

.ready-to {
    position: relative;
}
.ready-to-text {
    text-align: center;
    position: relative;
    width: 96%;
    margin: auto;
    z-index: 11;
}
.ready-to-text h2,.ready-to-text p {
    color: #fff;
    text-transform: uppercase;
}
.ready-to-text p {
    padding-bottom: 10px;
	font-size: 26px;
}
.ready-to-text h2 {
    font-weight: 800;
	    font-size: 60px;
    line-height: 72px;
}
.ready-to {
    position: relative;
}
.ready-to:before {
    position: absolute;
    content: "";
    background-color: #121225;
    opacity: .7;
    width: 100%;
    height: 100%;
    top: 0;
}
.ready-to:after{
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.ready-to:after {
    content: "";
    position: absolute;
    width: 540px;
    height: 540px;
    background-color: #d1ff34;
    top: 0;
    opacity: 1;
    border-radius: 50px;
    border: 10px solid #d1ff34;
    border-radius: 30%;
    left: -21%;
    top: auto;
    bottom: 0;
}
.ready-to img.shaps-1 {
    position: absolute;
    z-index: 1;
    top: 0%;
    left: auto;
    right: -20%;
}
img.shaps-1 {
    position: absolute;
    z-index: 1;
    top: -1%;
    left: -23%;
    animation: 7s infinite animation02;
}
img.shaps-1 {
    position: absolute;
    z-index: 1;
}
.ready-to img.shaps-2 {
    position: absolute;
    width: auto;
    clip-path: none;
    height: auto;
    right: 11%;
    z-index: 0;
    left: auto;
    top: 72%;
    transform: scale(0.7);
}
img.shaps-2 {
    position: absolute;
    width: auto;
    clip-path: none;
    height: auto;
    right: 37%;
    z-index: 0;
    animation: rotate 20s infinite;
    top: 23%;
}
.ready-to img.shaps-3 {
    left: 10%;
    right: auto;
    bottom: auto;
    z-index: 0;
    top: 18%;
}
img.shaps-3 {
    left: auto;
    right: 47%;
    bottom: 11%;
    border-radius: 0 !important;
    z-index: 1;
}
img.shaps-3 {
    position: absolute;
    width: auto;
    clip-path: none;
    height: auto;
    left: 0;
    bottom: 0;
}
.work-consulting {
    position: relative;
    background: #4646b5;
    display: flex;
    justify-content: space-between;
    padding: 30px 60px;
    border-radius: 85px;
    width: 70%;
    margin: auto;
    margin-top: 30px;
    align-items: center;
}
.work-consulting h4 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}
.work-consulting a {
    font-size: 32px;
    color: #fff;
}
.work-consulting .button {
    color: #000;
    font-size: 16px;
}
.work-consulting img {
    padding-right: 20px;
}
/* 07. button style */
.button{
background-color: #d1ff34;
}
.button {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: bold;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    z-index: 0;
    border: 0;
    right: 0;
}
.button:before {
    content: "";
    width: 20%;
    height: 100%;
    background-color: rgb(0 0 0 / 25%);
    opacity: 0.5;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.button:hover:before{
    width: 100%;
    opacity: 0.5;
    visibility: visible;
}
.button:hover {
    color: #000;
}
@media(max-width: 1400px){
	.work-consulting a {
    font-size: 26px;
  }
}
@media(max-width: 1200px){
	.work-consulting {
    width: 83%;
  }
}
@media(max-width: 993px){
	.work-consulting {
    width: 100%;
	}
}
@media(max-width: 768px){
	.work-consulting {
    padding: 20px 30px;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 30px;
	}
	.ready-to{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.ready-to-text h2{
		font-size: 30px;
		    line-height: 36px;
	}
	.ready-to-text p{
		font-size: 16px;
	}
	.ready-to img.shaps-2{
		display: none;
	}
	.ready-to img.shaps-1{
		display: none;
	}
	.ready-to img.shaps-3{
		display: none;
	}
	.ready-to:after{
		display: none;
	}
  .work-consulting img {
    padding-right: 10px;
    width: 16%;
	}
	.work-consulting .button {
    margin-top: 10px;
	}
}
@media(max-width: 410px){
	.work-consulting a {
    font-size: 22px;
	}
}


/**----------------------------------------
START: Theme Outports CSS
----------------------------------------*/
.pb-120 {
    padding-bottom: 50px;
}
.pt-120 {
    padding-top: 40px;
}
.section-heading.heading-2 .section-title {
    margin: 0;
    margin-bottom: 10px;
}

.section-heading .section-title {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    display: block;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative;
	text-align: center;
}
.section-heading.heading-2 p {
   text-align: center;
   width: 100%;
    margin: 0 auto;
}
.section-heading .sub-heading {
    color: #000261;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}
.outports-section {
  position: relative;
  z-index: 1;
}
.outports-section .bg-map {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.outports-content {
  padding-right: 20px;
}
@media only screen and (max-width: 991px) {
  .outports-content {
    padding-right: 0;
  }
}
.outports-content .section-heading {
  margin-bottom: 20px;
	
}

@media only screen and (max-width: 991px) {
  .outports-content .section-heading .section-title {
    max-width: 600px;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .outports-content .section-heading p {
    max-width: 550px;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .outports-items {
    padding-left: 0;
    display: grid;
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .outports-items {
	      margin-bottom: 10px;
  }
}
.outports-items .outports-item {
  background: #fff;
  grid-gap: 20px;
  margin-top: 10px;	
  padding: 30px;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.outports-items .outports-item:not(:last-of-type) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .outports-items .outports-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.outports-items .outports-item .outports-icon {
  background-color: rgba(254, 86, 36, 0.1);
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.outports-items .outports-item .outports-info .title {
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 1;
  
}
.outports-items .outports-item .outports-info .title a {
  line-height: 1;
  color: #000261;	
  font-size: 22px;
}

.outports-items .outports-item .outports-info .title span {
  font-size: 50px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #0F1B24;
  opacity: 0.07;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.outports-items .outports-item .outports-info p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .outports-items .outports-item .outports-info p {
    max-width: 450px;
  }
}
.outports-items .outports-item:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 16px 85px 0px rgba(15, 27, 36, 0.1);
          box-shadow: 0px 16px 85px 0px rgba(15, 27, 36, 0.1);
}

/* Style 5 */
.wptb-why-choose{
	padding-top: 50px;
	padding-bottom: 50px;
}
.wptb-why-choose-image-holder img {
    border-radius: 30px;
}
.wptb-icon-box2.style5 .wptb-item--inner {
    display: flex;
    align-items: flex-start;
}
.wptb-icon-box2.style5 .wptb-item--icon {
    position: relative;
    transition: all 0.5s ease-in-out;
    display: inline-flex;
    margin-right: 25px;
    margin-bottom: 0px;
}
.wptb-icon-box2.style5 .wptb-item--icon i {
    color: #fff;
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #000261;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    transition: all 0.5s ease-in-out;
}

.wptb-icon-box2.style5:hover .wptb-item--icon i {
    color: #fff;
    background: #ff9923;
}
.wptb-icon-box2.style5 .wptb-item--icon:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 76px;
    background-color: rgba(0,34,28,.1);
    bottom: -95px;
    left: 50%;
    transform: translateX(-50%);
     transition: all 0.5s ease-in-out;
}
.wptb-icon-box2.style5:hover .wptb-item--icon:after {
    background-color: #000261;
}
.wptb-icon-box2.style5 .wptb-item--title {
    font-size: 17px;
    line-height: 31px;
    color: #000261;
     transition: all 0.5s ease-in-out;
    margin-bottom: 0px;
}

.wptb-icon-box2.style5:hover .wptb-item--title {
    color: var(--color-sixteen);
}

.wptb-icon-box2.style5 .wptb-item--description {
    color: #000;
    font-size: 16px;
    line-height: 35px;
}
.wptb-icon-box2 .wptb-item--icon i {
    font-size: 22px;
    color: var(--color-light);
    width: 50px;
    height: 50px;
    display: block;
    background: #000;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}
.wptb-icon-box2.style5 .wptb-item--icon:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 76px;
    background-color: rgba(0,34,28,.1);
    bottom: -95px;
    left: 50%;
    transform: translateX(-50%);
    transition: var(--transition-base);
}

@media screen and (min-width:768px) {
    .wptb-icon-box2 .wptb-item--inner {
        display: flex;
        align-items: flex-start
    }
    .wptb-icon-box2 .wptb-item--inner:hover .wptb-item--icon svg {
        transform: scale(.9)
    }
    .wptb-icon-box2 .wptb-item--inner.icon-left .wptb-item--icon {
        margin-right: 26px
    }
    .wptb-icon-box2 .wptb-item--inner.icon-right {
        text-align: right;
        flex-direction: row-reverse
    }
    .wptb-icon-box2 .wptb-item--inner.icon-right .wptb-item--icon {
        margin-left: 23px
    }   
}
@media screen and (max-width: 1366px){
.wptb-heading.style-email, .wptb-heading.style-startup {
    margin-bottom: 20px;
}
}


/*
---------------------
  HOMEPAGE PROJECT 04
---------------------
*/
.index__about-title {
    font-size: 30px;
    font-weight: bold;
	text-align: center;
    color: #000261;
    margin-bottom: 20px;
}
.contoll__faq {
    background: rgb(236, 243, 248);
    overflow: hidden;
}
.contoll__faq-right {
    padding-top: 80px;
	padding-bottom: 40px;
}
.contollll__baner {
  margin-top: 0;
}
.contollll__card {
  padding-top: 10px;
}
.contollll__card-item {
  display: flex;
  gap: 25px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 5px;
      -webkit-box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.07);	
}
.contollll__card-title {
  font-size: 22px;
  font-weight: 700;
	color: #000261;
  display: block;
  padding-bottom: 10px;
}
.contollll__card-dis {
  font-size: 17px;
  color: #636363;
}
.contollll__contac {
  padding-top: 100px;
  overflow: hidden;
}

/*--------------------------------------------------------------
>>> Home home-service
----------------------------------------------------------------*/
.section-title-one{
	font-size: 30px;
}
.home-service-section {
  padding: 50px 0 0px;
}
@media screen and (max-width: 767px) {
  .home-service-section {
    padding: 65px 0;
  }
}
.home-service-section .service-detail-wrapper {
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 15px;
  margin-bottom: 40px;
  -webkit-align-items: end;
  -moz-align-items: end;
  -ms-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}
@media screen and (max-width: 991px) {
  .home-service-section .service-detail-wrapper {
    grid-template-columns: auto;
  }
}
.home-service-section .service-detail-wrapper .section-head {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .home-service-section .service-detail-wrapper .section-head {
    margin-right: 110px;
  }
}
.home-service-section .type-of-service {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 15px;
}
.home-service-section .type-of-service .service-type {
  padding: 20px 30px 28px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  background-color: transparent;
  background-image: radial-gradient(at top left, #f8f8f8 74%, #fff 42%);
  -webkit-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 1;
}
.home-service-section .type-of-service .service-type .service-title h5 {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.home-service-section .type-of-service .service-type .service-title:hover h5 {
  color: #1D69B7;
}
.home-service-section .type-of-service .service-type .service-info {
  margin-bottom: 0px;
}
.home-service-section .type-of-service .service-type .service-img-no .service-img {
  margin-bottom: 14px;
}
.home-service-section .type-of-service .service-type .service-img-no .service-no {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  stroke: #000;
}
.home-service-section .type-of-service .service-type .service-type-btn {
  position: absolute;
  left: 40px;
  bottom: -20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.home-service-section .type-of-service .service-type .service-type-btn i {
  background-color: #082D53;
  color: #ffffff;
  height: 42px;
  width: 42px;
  line-height: 41px;
  font-size: 15px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.home-service-section .type-of-service .service-type .service-type-btn:hover i {
  background-color: #1D69B7;
}
.home-service-section .type-of-service .service-notification {
  padding: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  background-color: #FFD974;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}
.home-service-section .type-of-service .service-notification .notifiy-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .home-service-section .type-of-service .service-notification .notifiy-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .home-service-section .type-of-service {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .home-service-section .type-of-service {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 50px;
  }
}
@media screen and (max-width: 575px) {
  .home-service-section .type-of-service {
    grid-template-columns: repeat(1, 1fr);
  }
}



.about-us-3__content-list {
  gap: 7px;
  list-style: none;
	padding-left: 0px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-3__content-list {
    gap: 13px;
  }
}
.about-us-3__content-list li {
  padding-left: 30px;
  color: var(--rs-gray-900);
  font-size: var(--rs-fs-h5);
  font-style: normal;
  font-weight: 500;
  line-height: var(--rs-lh-h5);
  position: relative;
}
.about-us-3__content-list li:after {
  width: 20px;
  height: 20px;
  border-radius: 500px;
  left: 0;
  padding-left: 5px;
  top: calc(50% - 10px);
  color: #000261;
   font-family: FontAwesome;
  content: "\f101";
  position: absolute;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

/*----------------------------------------*/
/* ABOUT US 2 CSS START
/*----------------------------------------*/
.section-space {
    padding-bottom: 20px;
}
.bold{
	font-size: 16px;
	font-weight: 900;
}
.about-2-image-area .main-image img {
  	padding: 10px;
    background: #ddd;
    border: 1px solid #000261;
}

.about-2-image-area .small-image {
  position: absolute;
  display: inline-block;
  bottom: 40px;
  right: -10px;
  border: 12px solid #fff;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
}

.about-2-image-area .icon-box {
  background: var(--theme-color);
  display: flex;
  padding: 20px 10px;
  justify-content: flex-start;
  align-items: center;
  gap: 26px;
  position: absolute;
  transform: rotate(270deg);
  top: 50%;
  left: -87px;
  max-width: 322px;
}

.about-2-image-area .icon-box .icon {
  color: var(--theme-color);
  font-size: 60px;
  padding: 25px 30px;
  background: #fff;
  display: inline-block;
  transform: rotate(90deg);
}

.about-2-image-area .icon-box h3 {
  color: #fff;
}

.about-2-image-area .icon-box p {
  color: #fff;
  font-family: 'Roboto';
  margin: 0;
}

.about-2-image-area .shape-1 {
  position: absolute;
  top: 55px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.about-2-content-area ul.list-area li {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-left: 10px;
  margin-bottom: 6px;	
	
}

.about-2-content-area ul.list-area li:before {
  content: "\f101";
  font-family: FontAwesome;
  color: #000261;
  position: relative;
  top: 2px;
  left: -10px;
  font-size: 16px;
}

.about-2-content-area .call-us {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
}

.about-2-content-area .icon-1 {
  position: relative;
  width: 50px;
  height: 50px;
  background: var(--theme-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 24px;
  transform: rotate(-45deg);
  transition: all 700ms ease;
}

.about-2-btn-area:hover .icon-1 {
  transform: rotate(0deg);
}

.about-2-content-area .content span {
  font-family: var(--primary-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.about-2-content-area .content h5 {
  font-size: 18px;
}

.about-2-content-area .content:hover h5 {
  color: var(--theme-color);
}

.about-2-content-area .icon-1:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  height: 58px;
  width: 58px;
  border: 1px solid var(--theme-color);
  border-radius: 50%;
}

.about-2-content-area .about-2-btn-area {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}

.about-2-section .bg-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.about-2-section .bg-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center right;
}

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

  .about-2-section .bg-shape-2,
  .about-2-section .bg-shape-1{
    display: none;
  }
        
}

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

  .about-2-image-area .small-image{
    right: 0;    
  }
  .about-2-image-area .icon-box{
    left: -87px;
  }
      
}

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

  .about-2-image-area .main-image img{
    width: 100%;
    margin-bottom: 50px;
  }
  .about-2-content-area{
    padding-left: 0;
  }
        
}

  @media only screen and (max-width: 470px){ 
  .about-2-image-area .shape-1,
  .about-2-image-area .small-image{
    display: none;
  }

  .about-2-content-area .about-2-btn-area{
    display: inline;
  }
  .about-2-content-area .about-2-btn-area .primary-btn-1{
    margin-bottom: 20px;
  }

  .about-2-image-area .icon-box{
    top: 40%;
  }
          
  }

.education-section .title {
  color: #000261;
  font-size: 23px;
  font-weight: 800;
  line-height: 30px;
}
@media (max-width: 767px) {
  .education-section .title {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.education-section .education-box {
  border-radius: 15px;
  padding: 20px;
  border: 1px solid #cccdd3;
  margin-bottom: 50px;	
  box-shadow: 0px 2px 10px rgba(14, 29, 44, 0.15);	
}
.education-section .education-box .pera {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .education-section .education-box .pera {
    font-size: 14px;
    margin-bottom: 15px;
  }
}



/*about area 2***********************/
.about-thumb2 {
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
}
.about-thumb2 .about-img-1 {
  margin: 0 0 0 0px;
  display: inline-block;
  position: relative;
	 padding: 10px;
  background: #ddd;
  border: 1px solid #000261;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .about-thumb2 {
    margin-right: 30px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .about-thumb2 .about-img-2 {
    left: 0px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .about-thumb2 {
    padding-bottom: 200px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .about-thumb2 {
    padding-bottom: 38px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .about-thumb2 {
    margin-right: 0;
  }
  .about-thumb2 .about-img-2 {
    width: 250px;
  }
}
@media (min-width: 768px){
.sec-title__title {
    font-size:30px;
	text-align: left;
}
	}
.about-us-three {
  position: relative;
  padding: 80px 0px;
}
@media (min-width: 992px) {
  .about-us-three {
    padding: 0px 0px 50px;
  }
}
.about-us-three__top .sec-title {
  padding-bottom: 15px;
}
.about-us-three__top__text {
  margin-top: -2px;
  margin-bottom: 8px;
}


.about-us-three__thumb img {
	padding: 10px;
    background: #ddd;
    border: 1px solid #000261;
}

@media (max-width: 1199px) {
  .about-us-three__thumb {
    margin-left: 0px;
  }
  .about-us-three__thumb img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .about-us-three__thumb {
    margin-top: 30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-us-three__thumb img {
    object-fit: cover;
    max-width: 100%;
  }
}

.help_content p.red_color {
    font-weight: 700;
    margin-bottom: 5px;
}
.help_content p {
    margin-bottom: 0px;
}
.red_color {
    color: #000261;
}
.help_content h2 {
    margin-bottom: 10px;
    font-weight: 700;
	font-size: 30px;
}
.help_3 {
  position: absolute;
  z-index: -1;
}

.help_4 {
  margin-left: 14px;
  margin-top: 12px;
	    padding: 10px;
    background: #ddd;
    border: 1px solid #000261;
}

@media (max-width: 767px) {
  .help_4 {
    width: 100%;
  }
}
.ptb-115 {
    padding: 50px 0 0px 0px;
}
.position-relative {
    position: relative!important;
}