@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:wght@400;500;600;700&display=swap');
@import url('owl.css');
/*Custom css bstarts here*/

.leadin-preview-wrapper h4 {
    text-align: center !important;
}

.leadinModal .leadin-footer-wrapper {
    display: none !important;
}

:root {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    background: #3a3c8bb3;
    border-radius: 5px;
}

.submenu {
    background: #000364;
}

.circle-text {
    text-transform: uppercase;
    font-family: sans-serif;
    position: absolute;
    top: 76px;
    text-align: center;
    color: #fff;
    width: 150px;
    margin-left: -110px;
    font-weight: 400;
    left: 70px;
    font-size: 18px;
}

.circle-icon {
    font-size: 40px;
    color: #fff;
}

.slidercircle {
    margin-left: 100px;
    margin-top: 0px;
    width: 570px;
    height: 570px;
}

.circle-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 180px;
    margin-top: 180px;
    width: 140px;
    height: 140px;
    background: linear-gradient(330deg, rgb(95 95 95 / 40%) 0%, rgb(103 103 103) 100%);
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    transition: 1s;
}

.circle-middle:hover {
    box-shadow: 0 0 150px 55px #ffde00;
}

.circle-one {
    margin-left: 115px;
    margin-top: 115px;
    width: 270px;
    height: 270px;
    border: 2px solid #6b6b6b;
    position: absolute;
    border-radius: 50%;
}

.circle-two {
    width: 500px;
    height: 500px;
    border: 2px solid #6b6b6b;
    position: absolute;
    border-radius: 50%;
}

.circle-arround-two-1,
.circle-arround-two-2,
.circle-arround-two-3,
.circle-arround-two-4 {
    cursor: pointer;
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    top: 210px;
    left: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-arround-two-1 {
    transform: rotate(45deg) translateX(250px) rotate(-45deg);
    -webkit-animation: orbit3 100s linear infinite;
    -moz-animation: orbit3 100s linear infinite;
    -o-animation: orbit3 100s linear infinite;
    animation: orbit2 100s linear infinite;
    transition: 1s;
    background: #1877f2;
}

.circle-arround-two-2 {
    transform: rotate(45deg) translateX(-250px) rotate(-45deg);
    -webkit-animation: orbit3 100s linear infinite;
    -moz-animation: orbit3 100s linear infinite;
    -o-animation: orbit3 100s linear infinite;
    animation: orbit3 100s linear infinite;
    transition: 1s;
    background: #1da1f2;
}

.circle-arround-two-3 {
    transform: rotate(45deg) translateY(250px) rotate(-45deg);
    -webkit-animation: orbit3 100s linear infinite;
    -moz-animation: orbit3 100s linear infinite;
    -o-animation: orbit3 100s linear infinite;
    animation: orbit4 100s linear infinite;
    transition: 1s;
    background: #c32aa3;
}

.circle-arround-two-4 {
    transform: rotate(45deg) translateY(-250px) rotate(-45deg);
    -webkit-animation: orbit3 100s linear infinite;
    -moz-animation: orbit3 100s linear infinite;
    -o-animation: orbit3 100s linear infinite;
    animation: orbit5 100s linear infinite;
    transition: 1s;
    background: #1f1ac3;
}

.circle-arround-two-1 i:hover,
.circle-arround-two-2 i:hover,
.circle-arround-two-3 i:hover,
.circle-arround-two-4 i:hover {
    -webkit-animation: rotate-center 0.6s ease-in-out both;
    animation: rotate-center 0.6s ease-in-out both;
}

.circle-arround-two-1:hover,
.circle-arround-two-2:hover,
.circle-arround-two-3:hover,
.circle-arround-two-4:hover {
    -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.25);
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.25);
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes orbit2 {
    from {
        -webkit-transform: rotate(0deg) translateX(250px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg) translateX(250px) rotate(-360deg);
    }
}

@-moz-keyframes orbit2 {
    from {
        -moz-transform: rotate(0deg) translateX(250px) rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg) translateX(250px) rotate(-360deg);
    }
}

@-o-keyframes orbit2 {
    from {
        -o-transform: rotate(0deg) translateX(250px) rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg) translateX(250px) rotate(-360deg);
    }
}

@keyframes orbit2 {
    from {
        transform: rotate(0deg) translateX(250px) rotate(0deg);
    }
    to {
        transform: rotate(360deg) translateX(250px) rotate(-360deg);
    }
}

@-webkit-keyframes orbit3 {
    from {
        -webkit-transform: rotate(0deg) translateX(-250px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg) translateX(-250px) rotate(-360deg);
    }
}

@-moz-keyframes orbit3 {
    from {
        -moz-transform: rotate(0deg) translateX(-250px) rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg) translateX(-250px) rotate(-360deg);
    }
}

@-o-keyframes orbit3 {
    from {
        -o-transform: rotate(0deg) translateX(-250px) rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg) translateX(-250px) rotate(-360deg);
    }
}

@keyframes orbit3 {
    from {
        transform: rotate(0deg) translateX(-250px) rotate(0deg);
    }
    to {
        transform: rotate(360deg) translateX(-250px) rotate(-360deg);
    }
}

@-webkit-keyframes orbit4 {
    from {
        -webkit-transform: rotate(0deg) translateY(250px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg) translateY(250px) rotate(-360deg);
    }
}

@-moz-keyframes orbit4 {
    from {
        -moz-transform: rotate(0deg) translateY(250px) rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg) translateY(250px) rotate(-360deg);
    }
}

@-o-keyframes orbit4 {
    from {
        -o-transform: rotate(0deg) translateY(250px) rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg) translateY(250px) rotate(-360deg);
    }
}

@keyframes orbit4 {
    from {
        transform: rotate(0deg) translateY(250px) rotate(0deg);
    }
    to {
        transform: rotate(360deg) translateY(250px) rotate(-360deg);
    }
}

@-webkit-keyframes orbit5 {
    from {
        -webkit-transform: rotate(0deg) translateY(-250px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg) translateY(-250px) rotate(-360deg);
    }
}

@-moz-keyframes orbit5 {
    from {
        -moz-transform: rotate(0deg) translateY(-250px) rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg) translateY(-250px) rotate(-360deg);
    }
}

@-o-keyframes orbit5 {
    from {
        -o-transform: rotate(0deg) translateY(-250px) rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg) translateY(-250px) rotate(-360deg);
    }
}

@keyframes orbit5 {
    from {
        transform: rotate(0deg) translateY(-250px) rotate(0deg);
    }
    to {
        transform: rotate(360deg) translateY(-250px) rotate(-360deg);
    }
}

.orbitanim {
    animation-play-state: paused !important;
}

/******************************/

.creator {
    position: fixed;
    right: 5px;
    top: 5px;
    font-size: 13px;
    font-family: sans-serif;
    text-decoration: none;
    color: #f1f1f1;
}

.creator:hover {
    color: pink;
}

.creator i {
    font-size: 12px;
}

/*custom css ends here*/

html,
body {
    font-size: 18px;
    height: 100%;
    line-height: 25px;
}

body {
    -webkit-animation: bugfix infinite 1s;
}

body {
    font-family: "Roboto Flex", sans-serif;
    margin: 0;
    padding: 0;
}

section {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #007bff;
    transition: 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Flex', sans-serif;
    margin: 0 0 20px;
    color: #221;
}

h1 {
    line-height: 65px;
    font-size: 65px;
}

h2 {
    line-height: 50px;
    font-size: 50px;
}

h3 {
    line-height: 40px;
    font-size: 30px;
}

h4 {
    line-height: 25px;
    font-size: 20px;
}

p {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 18px;
    color: #666 !important;
    line-height: 30px;
}

.bgtop {
    border-top: solid 20px #000364;
}

.tempstrong1 strong {
    font-size: 20px;
}

/* starting for main heading of service pages */

.tempstrong strong {
    font-size: 30px;
}

h1.tempstrong {
    line-height: 30px;
}

/* ending for main heading of service pages */

/* Slider Index */

.hero {
    background-color: #020116;
    position: relative;
    padding: 0;
}

.herocaption {
    position: absolute;
    top: 30%;
}

.w-65 {
    width: 65%;
}

.caption {
    position: relative;
    display: inline-block;
}

.caption h1 {
    color: #fff;
    margin-bottom: 30px;
}

.caption h2 {
    font-size: 65px;
    line-height: 65px;
    color: #fff;
}

.caption p {
    font-size: 18px;
    color: #fff !important;
    margin-bottom: 40px;
    text-align: left;
}

.caption .head {
    color: #fff;
    opacity: .5;
    margin-bottom: 10px;
    display: inline-block;
}

.caption .head:after {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #fff;
    position: relative;
    top: -4px;
    right: -10px;
    display: inline-block;
}

.carousel-caption {
    width: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 30%;
    padding-bottom: 30px;
}

.carousel-caption h1 {
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.carousel-caption p {
    font-size: 1rem;
    color: #fff;
    text-align: center;
}

.carousel-indicators {
    z-index: 8;
    bottom: 20px;
}

.carousel-indicators li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    cursor: pointer;
}

.carousel-indicators .active {
    width: 15px;
    background-color: #fff;
    border-radius: 5px;
}

.carousel-control-next,
.carousel-control-prev {
    top: 45%;
    width: auto;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px 10px;
}

.knowmore {
    position: relative;
    z-index: 1;
}

.knowmore a {
    color: #fff;
    position: relative;
    background: url(../img/index/arrow.png) no-repeat center right 20px;
    border-radius: 50px;
    padding: 5px 60px 5px 0;
    overflow: hidden;
    display: inline-block;
}

.knowmore a:hover {
    padding: 5px 60px 5px 20px;
}

.knowmore a:after {
    content: '';
    width: 50%;
    height: 100%;
    background-color: #ff6600;
    position: absolute;
    top: 0;
    left: -50%;
    transition: 0.5s;
    z-index: -1;
    display: inline-block;
}

.knowmore a:hover:after {
    width: 100%;
    left: 0;
}

.z-2 {
    z-index: -2;
}

.parallax-content {
    width: 100%;
    min-height: 100vh;
    position: relative;
}

.bgdarkgray {
    background-color: #000364;
}

.ai {
    background: url(../img/banners/Digital\ Marketing.jpg) right;
    background-attachment: fixed;
    background-size: cover;
}

.omni {
    background: url(../img/banners/Website\ Design.jpg) right;
    background-attachment: fixed;
    background-size: cover;
}

.data {
    background: url(../img/banners/Website\ Development.jpg) right;
    background-attachment: fixed;
    background-size: cover;
}

.b2b {
    background: url(../img/banners/E-commerce\ Marketing.jpg) right;
    background-attachment: fixed;
    background-size: cover;
}

.digital {
    background: url(../img/banners/Paid\ Advertising\ Marketing.jpg) right;
    background-attachment: fixed;
    background-size: cover;
}

.innerbtm {
    margin: 6rem 0 2rem 0;
}

.innersec {
    margin: 2rem 0 0 0;
}

/* End Slider Index */

.onfocus .col-lg-6 {
    padding-left: 0px;
}

/* Breadcrumb Start */

.breadcrumbs1 {
    text-align: right;
    margin: 110px 0 0;
    padding: 20px;
    background: rgba(222, 220, 254, 0.6);
    display: block;
    font-weight: 700;
}

.breadcrumbs1 li {
    display: inline-block;
}

.breadcrumbs1 li a {
    position: relative;
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    padding-right: 20px;
    margin-right: 10px;
    text-decoration: none;
}

.breadcrumbs1 li a:hover {
    color: #0070ad;
}

.breadcrumbs1 li a:after {
    content: "";
    width: 9px;
    height: 8px;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    position: absolute;
    top: 3px;
    right: 0;
    transform: rotate(45deg);
    display: block;
}

.breadcrumbs1 li:last-of-type a {
    color: #000364;
    font-weight: bold;
}

.breadcrumbs1 li:last-of-type a:after {
    display: none;
}

/* Breadcrumb End */

/* Footer Start  */

.footer {
    color: white;
    font-size: 14px;
}

.footer .footer-content {
    background: #485664;
    padding: 60px 0 30px 0;
}

.footer .footer-content .footer-info {
    margin-bottom: 30px;
}

.footer .footer-content .footer-info h3 {
    font-size: 28px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
}

.footer .footer-content .footer-info h3 span {
    color: #0ea2bd;
}

.footer .footer-content .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: #0ea2bd;
    color: WHITE !important;
}

.footer .footer-content .footer-info img {
    margin-right: 5px;
}

.footer .footer-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: white;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.footer .footer-content h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #0ea2bd;
    bottom: 0;
    left: 0;
}

.footer .footer-content .footer-links {
    margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-content .footer-links ul i {
    padding-right: 2px;
    color: white;
    font-size: 12px;
    line-height: 1;
}

.footer .footer-content .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-content .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-content .footer-links ul a {
    color: rgb(255, 255, 255);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.footer .footer-content .footer-links ul a:hover {
    color: white;
}

.footer .footer-legal {
    padding: 5px 0;
    background: #3a4753;
}

.footer .footer-legal .credits {
    padding-top: 4px;
    font-size: 13px;
    color: white;
}

.footer .footer-legal .credits a {
    color: #1ec3e0;
    font-weight: 700;
}

.footer .footer-legal .social-links a {
    font-size: 18px;
    display: inline-block;
    color: white;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.footer .footer-legal .social-links a:hover {
    background: #0ea2bd;
    text-decoration: none;
}

/* Footer End  */

/* Navbar start */

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    padding: 20px 0;
    transition: all 0.3s;
}

header.active {
    background-color: #000244b3;
    padding: 10px 0;
}

.bggray {
    background-color: #F2F2F2;
}

.navbar {
    padding: 0 1rem;
}

.navbar-brand {
    width: 140px;
    margin-right: 0;
    padding: 5px
}

.navbar-nav li a {
    font-size: 1rem;
    color: #000;
    position: relative;
    padding: 26px 15px;
    display: block;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .5s;
}

.navbar ul li a:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #49c1ba;
    height: 4px;
    visibility: hidden;
}

.navbar ul li a:hover:after {
    width: 100%;
    visibility: visible;
}

.navbar ul li ul li a:hover:after {
    visibility: hidden;
}

.navbar ul li ul {
    padding: 10px;
}

.navbar ul li ul li a {
    padding: 5px 10px;
    margin: 0;
}

.navbar ul li ul li a:hover {
    background-color: #49c1ba;
    color: #fff;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 12rem;
    padding: 0;
    border-radius: 0;
    background-color: #fff;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.location button {
    background-color: transparent;
    margin-top: 9px;
    border: none;
}

.location button span {
    display: inline-block;
    font-size: 15px;
    padding-left: 5px;
    vertical-align: 0.2rem;
    margin: 0 0 0 2px;
}

.location button::after {
    vertical-align: 0.355em;
}

.location button:hover {
    background-color: transparent;
    border: none;
}

.location button:focus {
    box-shadow: none;
    background-color: transparent;
}

.location button:active {
    background-color: transparent;
    border: none;
}

.fa-phone::before {
    font-size: 1rem !important;
}

.location-menu {
    border-radius: 0.25rem;
    padding: 5px 10px;
    min-width: max-content;
}

.location-menu a {
    font-size: 0.9rem;
}

.location-menu a img {
    width: 24px;
    padding-right: 5px;
    vertical-align: initial;
}

/*menu*/

.main-menu {
    width: 100%;
    height: 0;
    background-color: #000364;
    transition: height .5s;
    overflow: hidden;
}

.nav-open .main-menu {
    height: 100%;
}

.fixed-top {
    z-index: 9;
}

.main-menu nav#ddfullscreenmenu {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    transition: all .5s;
    opacity: 0;
}

.nav-open .main-menu nav#ddfullscreenmenu {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.nav-open .main-menu nav#ddfullscreenmenu {
    visibility: visible;
}

.nav-button {
    position: relative;
    z-index: 1031;
    padding: 10px;
    margin-top: 5px;
    cursor: pointer;
    display: inline-block;
}

.nav-button .txt {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    color: #fff !important;
    margin: 0 0 0 8px;
    display: inline-block;
}

.nav-button #nav-icon3 {
    width: 30px;
    height: 22px;
    top: 3px;
    display: inline-block;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-button #nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #FFFFFF;
    border-radius: 9px;
    opacity: 1;
    right: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.nav-button #nav-icon3 span:nth-child(1) {
    top: 0;
}

.nav-button #nav-icon3 span:nth-child(4) {
    width: 40%;
}

.nav-button #nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 7px;
    width: 70%;
}

.nav-button #nav-icon3 span:nth-child(4) {
    top: 14px
}

.nav-open #nav-icon3 span:nth-child(1) {
    top: 0px;
    width: 0;
    right: 0;
    opacity: 0;
}

.nav-open #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100%;
}

.nav-open #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100%;
}

.nav-open #nav-icon3 span:nth-child(4) {
    top: 14px;
    width: 0;
    right: 0;
    opacity: 0;
}

/*menu*/

.main-menu h3 {
    color: #fff;
}

.menuintro p {
    font-size: 15px;
    color: #fff;
}

.menuintro p a {
    color: #fff;
}

.menuintro p a:hover {
    color: #fff;
}

.menuintro p a:after {
    content: '';
    background-color: #fff;
    width: 0;
    height: 1px;
    transition: all 0.5s;
    position: relative;
    display: block;
}

.menuintro p a:hover:after {
    width: 120px;
}

.social {
    margin-top: 50px;
}

.social li {
    display: inline-block !important;
}

.social li .fa:before {
    font-size: 20px;
}

.social li a:before,
.social li:after {
    display: none !important;
}

.social li a {
    padding: 5px !important;
    margin: 0 10px;
    background-image: none !important;
    opacity: 0.5;
}

.social li a:hover {
    opacity: 1;
}

#header.scrolled .navbar-nav li a {
    color: #000;
}

#header.scrolled {
    background-color: rgba(255, 255, 255, 0.5) !important;
    transition: background-color 200ms linear;
}

.fixed-side-navbar {
    right: 0;
    z-index: 100;
    margin-top: -100px;
    text-align: right;
    position: fixed;
    top: 50%;
    padding: 30px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.fixed-side-navbar:hover {
    background: transparent;
}

.fixed-side-navbar:hover .nav>li>a>span {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    display: block;
    background-color: #fff;
    padding: 2px 12px;
    border-radius: 15px;
}

.fixed-side-navbar .nav>li a.active {
    color: black;
    background-color: transparent;
}

.fixed-side-navbar .nav>li a.active:after {
    background: rgba(255, 255, 255, 1);
    transform: scale(1);
}

.fixed-side-navbar .nav>li a.active:before {
    width: 18px;
    background: transparent;
    border: 2px solid #fff;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 46px;
    margin-top: -4px;
    border-radius: 10px;
}

.nav>li {
    position: relative;
    display: block;
}

.fixed-side-navbar .nav>li a {
    color: #fff;
    min-height: 32px;
    background: transparent;
    padding: 5px 45px 5px 25px;
    border-right: none;
}

.fixed-side-navbar .nav>li a span {
    display: none;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.fixed-side-navbar .nav>li a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.75);
    -webkit-transition: all .3s;
    transition: all .3s;
    transform: scale(0.5);
}

.fixed-side-navbar .nav>li a:hover {
    background-color: transparent;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-color: black;
    border-right: 0;
}

.fixed-side-navbar .nav>li a:hover>span {
    color: #666;
    /* display: block; */
}

div#navtoggler {
    z-index: 9;
    display: block;
    position: relative;
    font-size: 8px;
    width: 4em;
    height: 2.5em;
    top: 0;
    left: 0;
    text-indent: -1000px;
    border: 0.6em solid black;
    border-width: 0.6em 0;
    cursor: pointer;
}

div#navtoggler::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0.6em;
    top: 50%;
    margin-top: -0.3em;
    left: 0;
    background: black;
}

nav#ddfullscreenmenu {
    width: 100%;
    height: 100%;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 130px;
    opacity: 0;
    font-size: 25px;
    font-family: 'Roboto Flex';
    text-align: left;
    -webkit-transition: visibility 0s 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    transition: visibility 0s 0.5s, opacity 0.5s, transform 0.5s;
}

nav#ddfullscreenmenu.openmenu {
    /* open menu class */
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition-delay: 0s;
    -transition-delay: 0s;
}

nav#ddfullscreenmenu div#closex {
    /* Large x close button inside nav */
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: block;
    position: absolute;
    cursor: pointer;
    text-indent: -1000px;
    z-index: 10;
    top: 5px;
    right: 5px;
}

nav#ddfullscreenmenu div#closex::before,
nav div#closex::after {
    /* render large cross inside close button */
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    background: black;
    top: 50%;
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

nav#ddfullscreenmenu div#closex::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

div#ulwrapper {
    position: relative;
    width: 100%;
}

nav#ddfullscreenmenu ul {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    position: relative;
    max-height: 100%;
    -webkit-transition: all 0.5s .1s;
    transition: all 0.5s .1s;
}

nav#ddfullscreenmenu ul li {
    position: relative;
    display: block;
}

nav#ddfullscreenmenu ul li.header>a:after {
    content: '\f054';
    font-family: 'FontAwesome';
    font-size: 15px;
    position: absolute;
    right: 40px;
}

nav#ddfullscreenmenu ul.submenu {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(10%, 0, 0);
}

nav#ddfullscreenmenu ul li a {
    text-decoration: none;
    color: #fff;
    padding: 20px 120px 20px 0px;
    display: block;
    cursor: pointer;
    text-align: left;
    transition: all .5s;
    background-size: 200% 100%;
    /*    background-image: linear-gradient(to left, transparent, transparent 50%, #111 50%, #000);*/
    background-position: 100% 0;
    width: 545px;
}

nav#ddfullscreenmenu ul li a:before {
    content: '';
    width: 3px;
    height: 0;
    background-color: #333;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
    display: inline-block;
}

nav#ddfullscreenmenu ul li a:hover:before {
    height: 100%;
}

nav#ddfullscreenmenu ul li:after {
    content: '';
    width: 100%;
    display: block;
    transition-delay: 0.25s;
}

nav#ddfullscreenmenu ul li.breadcrumb {
    text-decoration: none;
    color: #fff;
    padding: 20px 30px;
    display: block;
    cursor: pointer;
    text-align: left;
    transition: all .5s;
}

nav#ddfullscreenmenu ul li.breadcrumb {
    font-size: 15px;
    color: #999;
    background-color: transparent;
    position: relative;
}

nav#ddfullscreenmenu ul li.breadcrumb:after {
    content: '\f053';
    font-family: 'FontAwesome';
    font-size: 15px;
    position: absolute;
    left: 0px;
    transition: all .5s;
    top: 50%;
    border-bottom: none;
    transform: translateY(-50%);
}

nav#ddfullscreenmenu ul li.breadcrumb:hover,
nav#ddfullscreenmenu ul li.breadcrumb:hover:after {
    color: #fff;
}

nav#ddfullscreenmenu ul li a:hover {
    background-position: 0 0;
    padding: 20px 30px;
}

nav#ddfullscreenmenu ul.hidemenu {
    transform: rotateY(30deg) translateZ(-5px) !important;
    opacity: 0;
    pointer-events: none;
}

nav#ddfullscreenmenu ul.showmenu {
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
    pointer-events: auto;
}

/* Navbar End */

/* About Section Start */

.aboutsection {
    padding-top: 130px;
    font-family: "Poppins", sans-serif;
}

.aboutsection .header-section {
    margin-bottom: 35px;
}

.aboutsection .header-section .title {
    position: relative;
    margin-bottom: 40px;
    color: #000;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.aboutsection .header-section .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 1px;
    background-color: #000364;
}

.aboutsection .header-section .title:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 3px;
    background-color: #000364;
}

.aboutsection .header-section .title span {
    color: #000364;
}

.aboutsection .header-section .description {
    color: #6f6f71;
}

.about-section {
    position: relative;
    padding: 65px 0px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-top: 50px;
    padding-right: 100px;
}

.about-section .content-column .text {
    position: relative;
    color: #777777;
    font-size: 15px;
    line-height: 2em;
    margin-bottom: 40px;
    text-align: justify;
}

.about-section .content-column .email {
    position: relative;
    color: #252525;
    font-weight: 700;
    margin-bottom: 50px;
}

.about-section .image-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .image-column .inner-column {
    position: relative;
    padding: 40px 40px 0px 0px;
    margin-left: 50px;
}

.about-section .image-column .inner-column:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    left: 40px;
    bottom: 100px;
    z-index: -1;
    border: 2px solid #000364;
}

.about-section .image-column .inner-column .image {
    position: relative;
}

.about-section .image-column .inner-column .image:before {
    position: absolute;
    content: '';
    left: -50px;
    bottom: -50px;
    width: 299px;
    height: 299px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}

.about-section .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.about-section .image-column .inner-column .image .overlay-box {
    position: absolute;
    left: 40px;
    bottom: 48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box {
    position: relative;
    color: #252525;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    padding-left: 125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 110px;
    height: 110px;
    color: #000364;
    font-size: 68px;
    font-weight: 700;
    line-height: 105px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #000000;
}

.about-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}

.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #000364;
}

.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #000364;
    font-family: 'Arimo', sans-serif;
}

.sec-title2 {
    color: #fff;
}

.sec-title {
    position: relative;
    padding-bottom: 40px;
}

.sec-title .title {
    position: relative;
    color: #000364;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}

.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}

/* About Section End */

/* Services Section Start */

#service {
    margin: 120px 0 0 0;
    /* padding-bottom: 5rem; */
}

.section-services {
    padding-top: 30px;
    padding-bottom: 60px;
    font-family: "Poppins", sans-serif;
    color: #000;
}

.section-services .header-section {
    margin-bottom: 35px;
}

.section-services .header-section .title {
    position: relative;
    margin-bottom: 40px;
    color: #000;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.section-services .header-section .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 1px;
    background-color: #000364;
}

.section-services .header-section .title:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 3px;
    background-color: #000364;
}

.section-services .header-section .title span {
    color: #000364;
}

.section-services .header-section .description {
    color: #000;
}

/* Swiper Start In Index */

.swipeindex {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swipeindex .swiper-container {
    height: 350px;
}

.swipeindex .swiper-wrapper {
    align-items: center;
}

.swipeindex .swiper-wrapper .swiper-slide {
    width: 50%;
    height: 596px;
    border-radius: 7px;
}

.info-swiper {
    position: absolute;
    background: #ffffff;
    left: -50px;
    top: 50%;
    opacity: 0;
    max-width: 300px;
    width: 100%;
    padding: 35px 30px 20px;
    -webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.18);
    -o-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.18);
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.18);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-slide-active .info-swiper {
    opacity: 100%;
    transition: opacity 2s;
}

.info-swiper h3 {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.2em;
    color: #777777;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.info-swiper h1 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
    margin: 15px 0;
}

.info-swiper p {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    margin: 30px 0 65px 0;
}

.swipeindex .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 596px;
    border-radius: 7px;
}

.swipeindex .swiper-wrapper .swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10%;
}

.swiper-pagination-bullet {
    width: 80px;
    height: 2px;
    text-align: center;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    background: #000364;
}

/* Swiper Finish In Index */

/* Services Section End */

/* Portfolio Section Start */

.portfolio-direct a {
    color: #000360;
    font-weight: 700;
    margin-bottom: 20px;
}

.section-portfolio {
    font-family: "Poppins", sans-serif;
    color: #000;
}

.section-portfolio .header-section {
    margin-bottom: 35px;
}

.section-portfolio .header-section .title {
    position: relative;
    margin-bottom: 40px;
    color: #000;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.section-portfolio .header-section .title span {
    color: #000364;
}

.section-portfolio .header-section .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 1px;
    background-color: #000364;
}

.section-portfolio .header-section .title:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 3px;
    background-color: #000364;
}

.section-portfolio .header-section p {
    color: #000;
}

.projects-section-two {
    position: relative;
    padding: 55px 0 100px 0;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.projects-section-two .upper-box {
    position: relative;
}

.projects-section-two .upper-box .sec-title {
    float: left;
    margin-bottom: 50px;
}

.projects-section-two .upper-box .link-box {
    position: relative;
    float: right;
    margin-top: 25px;
}

.projects-section-two .upper-box .link-box a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #1a7cab !important;
    font-weight: 700;
    font-family: "Arimo", sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.projects-section-two .upper-box .link-box a:hover {
    color: #222222;
}

.projects-carousel-two {
    position: relative;
}

.project-block-two {
    position: relative;
    padding-left: 200px;
    transition: all 300ms ease;
}

.project-block-two .image-box {
    position: relative;
}

.project-block-two .image-box .image {
    position: relative;
    margin-bottom: 0;
}

.project-block-two .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.project-block-two .info-box {
    position: absolute;
    left: 200px;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.projects-carousel-two .active .project-block-two .info-box {
    left: 18px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.project-block-two .info-box .inner-box {
    position: relative;
    background: #ffffff;
    max-width: 300px;
    width: 100%;
    padding: 35px 30px 20px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
    -o-box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.18);
}

.project-block-two .info-box .title {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.2em;
    color: #777777;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.project-block-two .info-box h3 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 500;
    margin-bottom: 25px;
}

.project-block-two .info-box .text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 20px;
}

.project-block-two .info-box .link-box {
    position: relative;
}

.project-block-two .info-box .link-box a {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #1a7cab !important;
    font-weight: 700;
    font-family: "Arimo", sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block-two .info-box .link-box a:hover {
    color: #222222;
}

.projects-carousel-two .owl-nav {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 60px;
    height: 30px;
}

.projects-carousel-two .owl-next,
.projects-carousel-two .owl-prev {
    position: absolute;
    left: 15px;
    bottom: 0;
    font-size: 12px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    transition: all 300ms ease;
    z-index: 9;
}

.projects-carousel-two .owl-next {
    left: auto;
    right: -15px;
}

.projects-carousel-two .owl-next:hover,
.projects-carousel-two .owl-prev:hover {
    color: #1a7cab !important;
}

.projects-carousel-two .owl-dots {
    position: absolute;
    left: 15px;
    bottom: 0;
    height: 30px;
    width: 60px;
    z-index: 0;
    counter-reset: slides-num;
}

.projects-carousel-two .owl-dots:after {
    position: absolute;
    left: 52px;
    content: counter(slides-num);
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #222222;
}

.projects-carousel-two .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
}

.projects-carousel-two .owl-dot span {
    display: none;
}

.projects-carousel-two .owl-dot.active:before {
    position: absolute;
    content: counter(slides-num) " /";
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    left: 30px;
    top: 0;
}

/* Portfolio Section Start */

/* Contact Us Start */

.contact {
    position: relative;
    min-height: 100vh;
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.container1 .contactInfo {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.container1 .contactInfo .box {
    position: relative;
    padding: 2px 0;
    display: flex;
}

.container1 .contactInfo .box .icon {
    min-width: 60px;
    height: 60px;
    /* background: #000000; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
}

.container1 .contactInfo .box .text {
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: #000;
    flex-direction: column;
    font-weight: 300;
    margin-bottom: 5px;
}

.contactForm {
    width: 40%;
    padding: 40px;
    background: #fff;
}

.contactForm h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
    font-family: franklin gothic medium, arial narrow, Arial, sans-serif;
}

.contactForm .inputBox {
    position: relative;
    width: 100%;
    margin-top: 10px;
    line-height: 10px;
}

.contactForm .inputBox input {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
}

.contactForm .inputBox textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
}

.contactForm .inputBox span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}

.contactForm .inputBox input:focus~span,
.contactForm .inputBox input:valid~span {
    color: #e91e63;
    font-size: 12px;
    transform: translate(-20px);
}

.contactForm .inputBox textarea:focus~span,
.contactForm .inputBox textarea:valid~span {
    color: #e91e63;
    font-size: 12px;
    transform: translate(-20px);
}

.contactForm input[type="submit"] {
    background: #000;
    border: none;
    cursor: pointer;
    padding: 12px;
    width: 30%;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    transition: background 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.contactForm input[type="submit"]:hover {
    background: #000244;
}

/* map start */

.map {
    margin: 80px 0 40px 0;
}

.map iframe {
    border: 0;
    width: 1000px;
    height: 500px;
}

/* map end */

/* Contact Us End */

/* CTA Section Start */

.onfocus {
    padding: 0;
    margin: 50px 0 0px 0;
}

.onfocus .sec-image {
    min-height: 400px;
    background: linear-gradient(rgba(0, 3, 53, -0.5), rgba(0, 3, 53, 0.8)), url(../img/index/services-1.jpg) center center;
    background-size: cover;
}

.onfocus .content {
    background: linear-gradient(rgba(0, 3, 53, 0.5), rgba(0, 3, 53, 0.8)), url(../img/index/onfocus-content-bg.jpg) center center;
    background-size: cover;
    color: #ffffffdd;
    padding: 40px;
}

.onfocus .content h3 {
    font-weight: 600;
    font-size: 32px;
    color: WHITE;
}

.onfocus .content p {
    color: #ffffff !important;
    font-size: 14px;
}

.onfocus .content ul {
    list-style: none;
    padding: 0;
}

.onfocus .content ul li {
    padding-bottom: 10px;
}

.onfocus .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #000335;
}

.onfocus .content p:last-child {
    margin-bottom: 0;
}

.onfocus .content .read-more {
    margin-top: 25px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 12px 24px;
    border-radius: 5px;
    transition: 0.3s;
    display: -nline-flex;
    align-items: center;
    justify-content: center;
    color: WHITE;
    background: #010553;
}

.onfocus .content .read-more i {
    font-size: 18px;
    margin-left: 5px;
    line-height: 0;
    transition: 0.3s;
}

.onfocus .content .read-more:hover {
    background: rgba(1, 7, 94, 0.9);
    padding-right: 19px;
}

.onfocus .content .read-more:hover i {
    margin-left: 10px;
}

/* CTA Section Start */

/* RESPONSIVE */

@media (max-width: 990px) {
    .navbar {
        padding: 1.2rem 0;
    }
    .navbar ul li ul {
        background-color: #020116;
        padding: 10px;
    }
    .navbar ul li ul li a {
        color: #fff;
        border-bottom: solid 1px #1c1b2e;
    }
    .navbar ul li ul li a:hover {
        background-color: #49c1ba;
    }
    .nav-button {
        padding-bottom: 0;
    }
    h1 {
        font-size: 40px;
        line-height: 40px;
    }
    h2 {
        font-size: 30px;
        line-height: 30px;
    }
    h3 {
        font-size: 25px;
        line-height: 25px;
    }
    .caption p {
        width: 100%;
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    p {
        font-size: 20px;
        line-height: 25px;
    }
    .herocaption .w-65 {
        width: 90%;
    }
    .caption h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .nav-button .txt {
        display: none;
    }
    .location {
        display: none;
    }
    .contact {
        padding: 50px;
    }
    .container1 {
        flex-direction: column;
    }
    .container1 .contactInfo {
        margin-bottom: 40px;
    }
    .container1 .contactInfo,
    .contactForm {
        width: 100%;
    }
    .map iframe {
        width: 800px;
    }
}

@media (max-width: 768px) {
    #inner-page {
        padding: 20px !important;
    }
    #faq-sec {
        margin-top: 20px !important;
    }
    #projects-section-two .owl-carousel .owl-item {
        height: 450px !important;
    }
    .onfocus .content {
        padding: 50px;
    }
    .innerbtm {
        margin: 2rem 0 0 0;
    }
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding: 0 20px;
    }
    body,
    p {
        font-size: 18px !important;
        line-height: 25px;
    }
    .seocontent {
        margin: -10px 0 100px 0 !important;
    }
    section {
        padding: 0 0 0 !important;
    }
    .left,
    .right {
        text-align: center;
    }
    header {
        padding: 10px 0;
    }
    .navbar-brand {
        width: 80%;
        margin-top: 5px;
    }
    .fixed-top {
        overflow-y: auto;
    }
    .w-25,
    .w-50,
    .w-75 {
        width: 100% !important;
    }
    .social {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .social li a {
        margin: 0;
        padding: 9px !important;
    }
    .hero .caption {
        top: 30%;
        left: 20px;
    }
    .features .tab-pane h3 {
        margin-left: 67px;
        font-size: 19px !important;
        margin-bottom: 30px !important;
        margin-right: 88px;
        margin-top: 160px;
        line-height: 24px;
    }
    p.fst-italic {
        margin-left: 66px;
        margin-right: 85px;
    }
    .features .tab-pane ul li {
        margin-left: 66px;
        margin-right: 85px;
    }
    .tempstrong strong {
        font-size: 24px;
    }
    .faq-section {
        margin: 0rem 0 4rem 0 !important;
    }
    .faq .card1 .card1-header .faq-title {
        padding-top: 16px !important;
        padding-bottom: 5px !important;
        padding-left: 8px !important;
        padding-right: 0px !important;
    }
    .section-header h2 {
        font-size: 34px !important;
        margin: 0px 0 0px 0 !important;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;
        font-weight: 600 !important;
    }
    .col-lg-4.order-1.order-lg-2.text-center.title.wow.fadeInUp.animated img.img-fluid {
        width: 66%;
        margin-top: 50px;
        margin-left: -30px;
    }
    h2 {
        font-size: 22px !important;
    }
    .caption {
        width: 90% !important;
    }
    nav#ddfullscreenmenu {
        margin-top: 100px;
        height: 75vh;
        margin-bottom: 10px;
        overflow-y: auto;
        display: inline-block;
    }
    nav#ddfullscreenmenu ul li a {
        padding: 10px 0;
        font-size: 18px;
    }
    nav#ddfullscreenmenu ul li.breadcrumb {
        padding: 10px 20px;
    }
    nav#ddfullscreenmenu ul li.header>a:after {
        right: 0;
    }
    nav#ddfullscreenmenu ul li.breadcrumb:after {
        left: 0;
    }
    .menuintro {
        display: none;
    }
    nav#ddfullscreenmenu ul li a:hover {
        padding: 10px 30px;
    }
    .map iframe {
        width: 100%;
    }
    .about-section {
        padding: 0 0;
    }
    .section-header h1 {
        font-size: 40px !important;
        margin: 32px 0 20px 0 !important;
    }
    h3.wow.fadeInUp.animated {
        line-height: 24px;
        font-size: 25px;
        font-weight: 800;
    }
    h3.fcgray {
        line-height: 25px;
    }
    .col-lg-6.d-lg-block.wow.fadeInUp.animated {
        text-align: center;
    }
    i.fa-solid.fa-circle-check {
        margin-right: 5px !important;
    }
    p.mb-0.px-2 {
        font-size: 20px !important;
        font-weight: 800;
    }
    .support-button a {
        font-size: 20px !important;
    }
    .footer .footer-content {
        /*margin-top: -50px;*/
    }
    dt {
        margin-left: 71px !important;
    }
    dd {
        margin-left: 94px !important;
        margin-right: 75px !important;
    }
    .faq-title.text-center.pb-3 {
        margin-bottom: -54px;
    }
    /* .features{
        margin: 0px 0px 0px 30px !important;
    }  */
    #features {
        margin: -179px 0px 0px 30px !important;
        ;
    }
    .tab-content p.wow.fadeInUp.animated {
        margin-left: 68px;
        margin-right: 70px;
    }
    .para-style {
        width: 80%;
        padding-left: 70px;
    }
    .example.col-lg-4.order-1.order-lg-2.text-center.title.wow.fadeInUp.animated {
        margin-top: 127px;
    }
    .exampleone.col-lg-4.order-1.order-lg-2.text-center.title.wow.fadeInUp.animated {
        margin-top: 120px;
    }
    section.features.examplethree {
        margin: -49px 0px 0px 12px;
    }
    .phoneon {
        margin: -30px 0 0 30px !important;
    }
    .phoneone {
        margin: 0px 0 0 30px !important;
    }
    /*ecom cms*/
    #ecom-cms {
        margin: 0px 70px;
    }
    #ecom-cms li {
        margin-left: 0px !important;
    }
    .circle-arround-two-1,
    .circle-arround-two-2,
    .circle-arround-two-3,
    .circle-arround-two-4 {
        width: 50px;
        height: 50px;
    }
    .circle-text {
        top: 58px;
        left: 60px;
        font-size: 14px;
    }
    #ddfullscreenmenu .container {
        overflow: hidden;
    }
    .slidercircle {
        margin-left: 50px;
    }
    .circle-middle {
        margin-left: 150px;
        margin-top: 150px;
        width: 100px;
        height: 100px;
    }
    .circle-middle img {
        width: 120px;
        height: 120px;
    }
    .circle-one {
        margin-left: 100px;
        margin-top: 100px;
        width: 200px;
        height: 200px;
    }
    .circle-two {
        width: 300px;
        height: 300px;
        top: 50px;
        left: 120px;
    }
    .about-section .content-column .inner-column {
        padding-right: 0px;
    }
    .about-section .image-column .inner-column .image .overlay-box {
        bottom: 8px;
    }
    .about-section .image-column .inner-column .image .overlay-box .year-box {
        line-height: 1.1em;
        padding-left: 85px;
    }
    .about-section .image-column .inner-column .image .overlay-box .year-box .number {
        width: 80px;
        height: 80px;
        font-size: 40px;
        line-height: 80px;
    }
    .info-swiper {
        height: 250px;
        width: 150%;
        top: 40%;
    }
    .info-swiper h1 {
        font-size: 18px;
    }
    .info-swiper p {
        font-size: 14px;
    }
    .swipeindex .swiper-wrapper .swiper-slide img {
        height: 350px;
    }
    .inner-box {
        margin-left: 5px;
        width: 300px !important;
        top: 180px;
        position: absolute;
    }
    .product-block .inner-box {
        margin-left: 5px;
        width: 100% !important;
        top: 0px !important;
        position: absolute;
    }
    .project-block-two .image-box .image img {
        height: 200px;
        width: 100%;
    }
    .project-block-two {
        padding: 0px;
    }
    /*.owl-carousel .owl-stage-outer{
    height: 500px!important;
}*/
    .project-block-two .info-box h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .project-block-two .info-box .title {
        font-size: 10px;
    }
    .project-block-two .info-box .text {
        font-size: 12px;
    }
    #services {
        display: none;
    }
    #service-1 {
        margin: 120px 0 0 0;
        padding-bottom: 5rem;
    }
    .service-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 30px;
    }
    .service-item img {
        margin-bottom: 30px;
        width: 90%;
        height: 300px;
    }
    .info-service {
        text-align: left;
        padding-left: 20px;
    }
    /* industry slider start */
    .products-section .title-column .inner-column {
        padding: 0;
        margin-top: -112px !important;
    }
    .products-section .title-column .text {
        font-size: 18px !important;
    }
    /* industry slider end */
    section.aboutsection.wow.fadeInLeft.animated {
        margin-top: 20px;
        margin-bottom: -45px;
    }
    .about-section .content-column .text {
        margin-top: -44px;
    }
    section.section-services.wow.fadeInLeft.products-section.animated {
        margin-top: 36px;
    }
    img.simg {
        margin-top: -14px !important;
        width: 332px !important;
    }
    p.text-muted.mb-0.wow.fadeInLeft.animated {
        text-align: left !important;
        word-spacing: 0px !important;
    }
    p.wow.fadeInUp.animated {
        text-align: left !important;
        word-spacing: 0px !important;
    }
    #features .container {
        display: flex;
        flex-direction: column;
    }
    #features .tab-content {
        text-align: left;
    }
    #features .col-lg-4,
    #features .col-lg-8 {
        order: initial;
    }
    #features .title {
        margin-bottom: 20px;
    }
    #features .dummyy {
        text-align: left;
        margin: 10px auto;
    }
    #features img {
        margin-top: -20px;
    }
    .base {
        font-size: 15px !important;
        text-align: center !important;
    }
    .base4 {
        font-size: 15px !important;
        text-align: center !important;
    }
    .base3 {
        font-size: 12px !important;
    }
    .base2 {
        font-size: 14px !important;
        vertical-align: baseline;
    }
    .footer .footer-legal {
        height: 210px;
    }
    .himlo {
        font-size: 45px !important;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;
    }
    .servicesdesc h3 {
        font-size: 20px !important;
    }
    .servicesdesc {
        padding: 40px !important;
    }
}

@media (min-width: 768px) {
    #service-1 {
        display: none;
    }
}

@media (max-width: 360px) {
    nav#ddfullscreenmenu {
        height: 100%;
    }
}

.ainavdivborder {
    width: 1px;
    height: 95%;
    border-right: solid 1px #ccc;
    position: absolute;
    top: 100px;
    right: 20px;
    display: inline-block;
}

.aiworkwrap {
    position: sticky;
    top: 100px;
    z-index: 1;
}

.fcgray {
    color: #aaa;
}

.ainavdiv {
    border-top: solid 100px #fff;
    margin-bottom: 100px;
}

.fcgray {
    color: #aaa;
}

.services {
    width: 100%;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.services img {
    transition: all .5s;
}

.services:hover img {
    transform: scale(1.1);
}

.servicesdesc {
    width: 100%;
    padding: 50px;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
}

.servicesdesc h3 {
    color: #fff;
}

.knowmore {
    position: relative;
    z-index: 1;
}

.knowmore a {
    color: #fff;
    position: relative;
    background: url(../img/index/arrow.png) no-repeat center right 20px;
    border-radius: 50px;
    padding: 5px 60px 5px 0;
    overflow: hidden;
    display: inline-block;
}

.knowmore a:hover {
    padding: 5px 60px 5px 20px;
}

.knowmore a:after {
    content: '';
    width: 50%;
    height: 100%;
    background-color: #ff6600;
    position: absolute;
    top: 0;
    left: -50%;
    transition: 0.5s;
    z-index: -1;
    display: inline-block;
}

.knowmore a:hover:after {
    width: 100%;
    left: 0;
}

.letstalk {
    background-color: #0213a9;
}

.letstalk h1,
.letstalk p {
    color: #fff;
}

.ainavdivborder {
    width: 1px;
    height: 95%;
    border-right: solid 1px #ccc;
    position: absolute;
    top: 100px;
    right: 20px;
    display: inline-block;
}

.ainavdiv {
    border-top: solid 100px #fff;
    margin-bottom: 100px;
}

.fcdarkblue {
    /* color: #000364 */
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    color: #000364;
    margin-bottom: 16px;
}

.fcmaroon {
    color: #970025;
    margin-bottom: 30px;
}

.fcdarkorange {
    color: #c01c00;
    margin-bottom: 30px;
}

.fcpurple {
    color: #6c0096;
    margin-bottom: 30px;
}

/* Industry */

.industry .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 25%;
    transform: translateX(-50%);
    width: 140px;
    height: 1px;
    background-color: #000364;
}

.industry .title:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 25%;
    transform: translateX(-50%);
    width: 45px;
    height: 3px;
    background-color: #000364;
}

.industry .title {
    position: relative;
    margin-bottom: 25px;
    color: #000;
    padding-bottom: 2px;
    text-transform: uppercase;
    font-weight: Â 700;
}

/* About Us */

@media only screen and (max-width: 575px) {
    .support-button p {
        font-size: 14px;
    }
}

.support-button i {
    color: #3f43fd;
    font-size: 1.25rem;
}

@media only screen and (max-width: 575px) {
    .support-button i {
        font-size: 1rem;
    }
}

.support-button a {
    text-transform: capitalize;
    color: #0213a9;
    font-weight: 700;
}

@media only screen and (max-width: 575px) {
    .support-button a {
        font-size: 13px;
    }
}

/* starting of portfolio page */

.service1 {
    width: 100%;
    padding: 30px 60px;
    margin: auto;
}

.service1 .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 1px;
    background-color: #000364;
}

.service1 .title:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 3px;
    background-color: #000364;
}

.service1 .title {
    position: relative;
    margin-bottom: 50px;
    color: #000;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.service1 .title span {
    color: #000364;
}

.cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card {
    width: calc(34% - 22px);
    background: #f2f2f2;
    color: #333;
    padding: 30px 25px;
    margin: 0 30px;
    text-align: center;
    cursor: pointer;
    transition: 3s;
    position: relative;
}

.sbox i {
    font-size: 36px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 15px;
    transition: 0.5s;
}

.sbox h3 {
    font-size: 24px;
}

.sbox p {
    margin: 20px 0;
}

.sbox a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: #333;
    padding: 10px 15px;
    border-radius: 18px;
    transition: 0.5s;
    margin: 20px 0;
}

.sbox a:hover {
    background: transparent;
    border: 1px solid #333;
    transform: scale(1.2);
    background: rgb(0, 184, 148);
}

.card:hover .sbox i {
    background: rgb(0, 184, 148);
    color: #fff;
    border-color: rgb(0, 184, 148);
}

.card:after {
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s;
}

.card:hover:after {
    transform: rotate(13deg);
    background-color: rgb(0, 184, 148);
}

@media (max-width: 768px) {
    .products-carousel .owl-nav {
        position: absolute !important;
        left: 84px !important;
        bottom: 0px !important;
    }
    .service1 {
        padding: 0;
    }
    .service1 .title {
        padding-bottom: 20px;
        font-size: 40px;
    }
    .cards {
        flex-direction: column;
    }
    .card {
        width: 85%;
        margin: 20px 30px;
    }
}

/* ending of portfolio page */

/* starting of FAQ */

.faq-section {
    background: #fdfdfd;
    margin: 8rem 0 4rem 0;
}

.faq-title .title {
    font-size: 45px;
    position: relative;
    margin-bottom: 60px;
    color: #000;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.faq-title .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 1px;
    background-color: #000364;
}

.faq-title .title:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background-color: #000364;
}

.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.faq {
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.faq .card1 {
    border: none;
    background: none;
    border-bottom: 1px dashed #CEE1F8;
}

.faq .card1 .card1-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.faq .card1 .card1-header:hover {
    background: rgba(42, 21, 109, 0.1);
    padding-left: 10px;
}

.faq .card1 .card1-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #3B566E;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq .card1 .card1-header .faq-title .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #000364;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}

.faq .card1 .card1-body {
    padding: 30px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #6F8BA4;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #F3F8FF;
}

.faq .card1 .card1-body p {
    margin-bottom: 14px;
}

@media (min-width:767px) and (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }
    .faq .card1 .card1-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
    }
    .section-header h2 {
        font-size: 35px !important;
        line-height: 1.2;
    }
    .col-lg-8.order-2.order-lg-1.title.wow.fadeInLeft.animated {
        padding: 0px 80px;
    }
    .products-carousel .owl-nav {
        position: inherit !important;
        left: 0 !important;
        bottom: 0 !important;
    }
}

@media (min-width:991px) and (max-width: 1180px) {
    .products-carousel .owl-nav {
        position: absolute !important;
        left: 0 !important;
        bottom: 0 !important;
    }
}

@media (max-width: 468px) {
    .section-header h2 {
        font-size: 30px !important;
        margin-top: 15px !important;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;
        font-weight: 600 !important;
    }
}

/* ending of FAQ */

/* Misc */

.ecmhead .btn {
    background-color: #c01c00;
    margin-top: 20px;
    color: #fff;
}

.ecmhead .btn:hover {
    background-color: #a31a01;
    color: #fff;
}

.advhead .btn {
    background-color: #6c0096;
    margin-top: 20px;
    color: #fff;
}

.advhead .btn:hover {
    background-color: #5f0185;
    color: #fff;
}

/* .ecmhead .btn{
    background-color: #970025;
    margin-top: 20px;
    color: #fff;
}
.ecmhead .btn:hover{
    background-color: #970025;
    color: #fff;
} */

.btn {
    background-color: #000360;
    margin-top: 20px;
    color: #fff;
}

.btn:hover {
    background-color: #000244;
    color: #fff;
}

/* features start */

.features {
    margin: 100px 0 0 30px;
}

.features .nav-tabs {
    border: 0;
}

.features .nav-link {
    border: 0;
    padding: 25px 20px;
    color: #485664;
    box-shadow: 5px 5px 25px rgba(72, 86, 100, 0.15);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 0s;
    cursor: pointer;
    height: 100%;
}

.features .nav-link i {
    font-size: 32px;
    line-height: 0;
}

.features .nav-link h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 0 0;
    color: #485664;
}

.features .nav-link:hover {
    color: #0ea2bd;
}

.features .nav-link.active {
    transition: 0.3s;
    background: #485664 linear-gradient(rgba(14, 162, 189, 0.95), rgba(14, 162, 189, 0.6));
    border-color: #0ea2bd;
}

.features .nav-link.active h4 {
    color: #ffffff;
}

.features .nav-link.active i {
    color: #ffffff !important;
}

.features .tab-content {
    margin-top: 30px;
}

.features .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
}

.features .tab-pane h3 {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 30px;
    color: #485664;
}

.features .tab-pane p {
    font-size: 18px;
}

.features .tab-pane ul {
    list-style: none;
    padding: 0;
}

.features .tab-pane ul li {
    padding-bottom: 10px;
    color: #485664;
}

.features .tab-pane ul i {
    font-size: 16px;
    margin-right: 4px;
    color: #0ea2bd;
}

.features .tab-pane p:last-child {
    margin-bottom: 0;
}

.features .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -100px;
    margin-left: -100px;
}

/* features end */

/* seaction header starting */

.section-header {
    text-align: center;
    padding-bottom: 40px;
}

.section-header h2 {
    font-size: 52px;
    font-weight: 300;
    margin: 66px 0 20px 0;
    color: #000;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.section-header span {
    color: #000360;
}

.section-header p {
    margin: 0 auto;
    color: #8f9fae;
    justify-content: center;
}

.seocontent {
    margin: 100px 0 100px 0;
}

/* section header ending */

.owl-carousel-three {
    margin: 150px 0;
    width: 100%;
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/

.pricing {
    margin-bottom: 50px;
}

.pricing label {
    font-weight: 600;
}

.pricing select,
.pricing input[type=number] {
    width: 100%;
    padding: 12px 20px;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    border-radius: 10px;
}

.pricing select:hover {
    cursor: pointer;
}

.pricing .pricing-item {
    padding: 60px 60px;
    box-shadow: 0 3px 20px 2px rgba(108, 117, 125, 0.405);
    background: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 4px solid white;
    border-radius: 10px;
    overflow: hidden;
}

.pricing .pricing-header {
    background: linear-gradient(rgba(72, 86, 100, 0.9), rgba(72, 86, 100, 0.9)), url("../img/include/pricing-bg.jpg") center center;
    background-size: cover;
    text-align: center;
    padding: 40px;
    margin: -60px -60px 0;
}

.pricing h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 30px;
    color: white;
}

.pricing h4 {
    font-size: 36px;
    color: white;
    font-weight: 400;
    margin-bottom: 0;
}

.pricing h4 sup {
    font-size: 25px;
}

.pricing ul {
    padding: 30px 0;
    list-style: none;
    color: #6c757d;
    text-align: left;
    line-height: 20px;
}

.pricing ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.pricing ul i {
    color: #000360;
    font-size: 8px;
    padding-right: 15px;
    line-height: 0;
}

.pricing .buy-btn {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 6px;
    color: #000360;
    transition: none;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
    border: 1px solid #000360;
}

.pricing .buy-btn:hover {
    background: #010475;
    color: white;
    cursor: pointer;
}

.pricing .featured {
    border-color: #000360;
}

.pricing .featured .pricing-header {
    background: linear-gradient(rgba(0, 3, 96, 0.9), rgba(0, 3, 96, 0.9)), url("../img/include/pricing-bg.jpg") center center;
}

.pricing .featured .buy-btn {
    background: #000360;
    color: white;
}

@media (max-width: 767px) {
    .section-header h3 {
        font-size: 22px !important;
        line-height: 22px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;
        font-weight: 700 !important;
    }
}

/*slider css*/

.container-box {
    position: relative;
    display: flex;
    padding: 0px 50px;
    margin: 0px 0px 30px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
    margin-bottom: 100px;
}

.main-box-container {
    text-align: -webkit-center;
}

.container-box .box {
    position: relative;
    height: 320px;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border: 1px solid #000;
    background-size: 100% 400px;
    flex-direction: column;
}

.container-box .box::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: #fff;
    z-index: -1;
    transform: skew(2deg, 2deg)
}

.container-box .box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

.container-box .box:nth-child(1)::before {
    background: linear-gradient(90deg, rgba(39, 31, 180, 1) 0%, rgba(0, 126, 152, 1) 45%, rgba(82, 255, 215, 1) 100%);
}

.container-box .box:nth-child(2)::before {
    background: linear-gradient(90deg, rgba(180, 31, 31, 1) 0%, rgba(253, 140, 0, 1) 45%, rgba(251, 255, 82, 1) 100%)
}

.container-box .box:nth-child(3)::before {
    background: linear-gradient(90deg, rgba(128, 31, 180, 1) 0%, rgba(253, 0, 0, 1) 45%, rgba(185, 255, 82, 1) 100%);
}

.container-box .box:nth-child(4)::before {
    background: linear-gradient(90deg, rgba(0, 125, 14, 1) 0%, rgba(0, 225, 165, 1) 45%, rgba(70, 255, 243, 1) 100%);
}

.container-box .box .content {
    position: relative;
    padding: 20px;
    transform: translatey(40px)
}

.content h2 {
    position: absolute;
    top: -80px;
    left: 180px;
    margin: 0;
    padding: 0;
    font-size: 10em;
    color: rgba(0 0 0 / 51%);
    transition: 0.5s;
    opacity: 0;
}

.box:hover .content h2 {
    top: -150px;
    opacity: 1;
}

.content p {
    margin: 0;
    padding: 0;
    color: #ddd;
    font-size: 16px;
    line-height: 1.3;
}

.content-a {
    position: relative;
    margin: 20px 0 0;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #fff;
    display: inline-block;
    transition: 0.5s;
    color: #fff;
    transform: translatey(-40px);
    opacity: 0;
    top: 140px;
    visibility: hidden;
    margin: 0px 20px;
}

.box:hover .content-a {
    transform: translatey(0);
    opacity: 1;
    visibility: visible;
    background-color: aliceblue;
    color: #060c21;
    box-shadow: 3px 3px 3px #c0bebe;
}

/* Media Queries */

@media (max-width: 768px) {
    .main-box-container {
        max-width: 100%;
        margin-bottom: 150px;
    }
    .container-box {
        flex-direction: column;
        padding: 0px;
    }
    .content h2 {
        visibility: visible;
        opacity: 1;
    }
    .box:hover .content h2 {
        pointer-events: none;
        opacity: 1;
    }
    .content-a {
        opacity: 1;
        visibility: visible;
        top: 200px;
        background-color: aliceblue;
        color: #000;
    }
}

@media (max-width: 480px) {
    .main-box-container {
        max-width: 100%;
        margin-bottom: 180px;
    }
    .content h2 {
        font-size: 90px;
    }
}

/* industryy start */

.products-carousel .product-block {
    padding: 15px;
    padding-top: 65px;
    transition: all 400ms ease;
}

.products-carousel .center .product-block {
    padding-top: 15px;
}

.products-carousel .center .product-block .inner-box {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.product-block {
    position: relative;
}

.product-block .inner-box {
    position: relative;
    border: 1px solid #e1e1e1;
    transition: all 400ms ease;
}

.product-block .info-box {
    position: relative;
    padding: 25px 28px;
    text-align: right;
}

.product-block .info-box .name {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
}

.product-block .info-box .price {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #ffad00;
}

.products-section {
    position: relative;
    padding: 100px 0 80px;
}

.products-section .sec-title {
    margin-bottom: 0;
}

.products-section .title-column {
    position: relative;
    margin-bottom: 40px;
}

.products-section .title-column .inner-column {
    position: relative;
    padding-top: 55px;
}

.products-section .title-column h4 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 26px;
}

.products-section .title-column .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: justify;
    word-spacing: -2px;
    margin-top: 50px;
    font-family: "Roboto Flex", sans-serif;
}

.products-section .title-column .btn-box a {
    padding: 15px 38px;
    line-height: 20px;
}

.products-section .products-column {
    padding: 0;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

/* .sec-title {
	position: relative;
	margin-bottom: 30px;
}

.sec-title .float-text {
	position: absolute;
	text-align: center;
	left: 0;
	top: 0;
	width: 100%;
	font-size: 72px;
	line-height: 1em;
	color: #2f2f2f;
	font-weight: 700;
	text-transform: uppercase;
	opacity: .10;
	font-family: var(--font-secondary)
}

.sec-title h2 {
	position: relative;
	display: block;
	font-size: 40px;
	text-align: center;
	line-height: 40px;
	color: #1a7cab;
	font-weight: 500;
	padding: 16px 0;
}

.sec-title.light .float-text {
	color: #f2f2f2;
	opacity: 0.10;
}

.sec-title.light h2 {
	color: #ffffff;
}

.sec-title.text-center .float-text {
	right: 0;
	margin: 0 auto;
} */

.products-carousel {
    position: relative;
}

.products-carousel .product-block {
    padding: 15px;
    padding-top: 65px;
    transition: all 400ms ease;
}

.products-carousel .center .product-block {
    padding-top: 15px;
}

.products-carousel .center .product-block .inner-box {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.products-carousel .owl-nav {
    position: absolute;
    left: -32%;
    bottom: 15px;
}

.products-carousel .owl-next,
.products-carousel .owl-prev {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-size: 14px;
    color: #bbbbbb !important;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    padding: 5px 20px;
    background-color: #ffffff !important;
    z-index: 9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.products-carousel .owl-next:hover,
.products-carousel .owl-prev:hover {
    color: #000364 !important;
}

.products-carousel .owl-next:before,
.products-carousel .owl-prev:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 60px;
    border: 2px solid #bbbbbb;
    border-right: 0;
    content: "";
    z-index: -1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.products-carousel .owl-next:hover:before,
.products-carousel .owl-prev:hover:before {
    border-color: #000364 !important;
}

.products-carousel .owl-next:before {
    left: auto;
    right: 0px;
    border: 2px solid #bbbbbb;
    border-left: 0;
}

.products-carousel .owl-next span {
    margin-left: 5px;
}

.products-carousel .owl-prev span {
    margin-right: 5px;
}

/* industryy end */

.section-headerd h2 {
    font-size: 25px;
    font-weight: 800;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.section-headerd span {
    color: #000360;
}

/* main services additional changes */

.dummyy {
    margin-left: 22px;
    text-align: justify;
}

.dummyy2 {
    font-size: 18px !important;
    font-weight: 500;
    margin-left: 22px;
}

img.simg {
    width: 420px;
    height: 500px;
    margin-top: 60px;
}

.additional {
    margin-top: -18px;
    text-align: justify;
    padding: 5px 22px 0px 0px;
    word-spacing: 0.5px;
    line-height: 24px;
}

.addtext {
    font-size: 39px;
}

.addmain {
    text-align: justify;
}

.addheads {
    font-weight: 700;
}

/* main services additional changes end */

.section-header h3 {
    font-size: 36px;
    font-weight: 300;
    color: #000;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

/* scroll to top start */

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 995;
    background: var(--color-primary);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.scroll-top i {
    font-size: 24px;
    color: var(--color-white);
    line-height: 0;
}

.scroll-top:hover {
    background: rgba(var(--color-primary-rgb), 0.85);
    color: var(--color-white);
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

/* scroll to top end */

p.text-muted.mb-0.wow.fadeInLeft.animated {
    text-align: justify;
    word-spacing: -0.7px;
}

p.wow.fadeInUp.animated {
    text-align: justify;
}

.himlo {
    font-size: 60px;
    font-weight: 800;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.himlo span {
    color: #000360;
}

.space {
    margin-bottom: 0;
}

/* h3.fixing {
    margin-left: -58px;
}

p.fixing.wow.fadeInUp.animated {
    margin-left: -58px;
} */

/* table section start */

table {
    border-collapse: collapse;
    width: 100%;
    margin: auto;
    text-align: center;
}

th,
td {
    border: 1px solid black;
    padding: 8px;
}

th {
    background-color: lightgray;
}

.base {
    width: 25%;
    font-size: 25px;
    font-weight: 800;
    height: 66px;
}

.base2 {
    text-align: left;
}

.base3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.base4 {
    font-size: 25px;
    font-weight: 800;
    height: 66px;
}

/* table section end */

.mobile-buttons {
    display: none;
    /* Initially hide the buttons */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 768px) {
    .mobile-buttons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;
        z-index: 10000;
        padding: 10px;
        width: 100%;
        /*box-shadow: 0 -1px 5px rgba(0,0,0,.2);*/
        border: none;
        gap: 5px;
        /*height: 55px;*/
        /*background-color: #fff;*/
    }
    .contact-button:active,
    .whatsapp-button:active {
        border: none;
    }
    .contact-button.border-hidden,
    .whatsapp-button.border-hidden {
        border: none;
    }
}

.contact-button,
.whatsapp-button {
    padding: 10px 20px;
    width: 100%;
    color: white;
    border: none;
    cursor: pointer;
}

.contact-button {
    border: 2px solid #276ea2;
    background-color: #276ea2;
    font-weight: 700;
    font-family: 'Roboto Flex', sans-serif;
}

.whatsapp-button {
    background-color: #5f9d39;
    border: 2px solid #5f9d39;
    font-weight: 700;
    font-family: 'Roboto Flex', sans-serif;
}

.aligned-text p {
    margin: 0;
}

.icon-container {
    display: flex;
    align-items: flex-start;
}

.icon {
    margin-right: 0.5em;
}

.nav-button {
    display: inline-flex;
    align-items: center;
}

.location button {
    display: inline-flex;
    align-items: center;
}

/* css for industry part*/

button:focus {
    outline: none !important;
}

#tt {
    text-align: center;
}

.divider-custom {
    margin: 1.25rem 0 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.divider-custom .divider-custom-line {
    width: 100%;
    max-width: 7rem;
    height: 0.25rem;
    background-color: #2c3e50;
    border-radius: 1rem;
    border-color: #2c3e50;
}

.divider-custom .divider-custom-line:first-child {
    margin-right: 1rem;
}

.divider-custom .divider-custom-line:last-child {
    margin-left: 1rem;
}

.divider-custom .divider-custom-icon {
    color: #2c3e50;
    font-size: 2rem;
}

.divider-custom.divider-light .divider-custom-line {
    background-color: #fff;
}

.divider-custom.divider-light .divider-custom-icon {
    color: #fff;
}

/*for chatbot*/

.message__wrappperMe {
    background-color: none !important;
    padding: 0px !important;
    max-width: none !important;
    width: 90% !important;
}

.message__attachedForm {
    padding: 0px .7rem !important;
    border: none !important;
}

.form__controltext>input {
    font-size: 0.8rem !important;
}