/*-----------------------------------------------------------------------------------
/*!
Theme Name: Deltadeccan
Theme URI: http://underscores.me/
Author: Deltadeccan
Author URI: https://deltadeccan.com
Description: Financial Services,Accounting Systems & Integration, Payroll
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: deltadeccan
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Deltadeccan is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

-----------------------------------------------------------------------------------

-----------------------------------------------------------------------------------*/
/*===========================
01.COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,800&display=swap");

@font-face {
    font-family: "Graphik";
    src: url("./assets/fonts/Graphik/Graphik-Regular-Trial.ttf");
}

body {
    font-family: "Graphik", "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
    /*color: #798795;*/
    color: #000000;
    overflow-X: hidden;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

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

i,
span,
a {
    display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    /* 1color: #404040; */
    color: #3555a0;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    margin: 0px;
    font-family: "Roboto", sans-serif;
}

.about-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    margin: 0px;
    font-family: "Roboto", sans-serif;
}

.about-content2 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    margin: 0px;
    font-family: "Roboto", sans-serif;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
    display: inline-block;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #3555a0;
    padding: 0 30px;
    font-size: 16px;
    /* height: 40px; */
    line-height: 38px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: #3555a0;
    /* #f14836; */
}

.main-btn:hover {
    background-color: #ffffff;
    color: #3555a0;
    border-color: #3555a0;
}

.service_section-btn {
    display: inline-block;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #000;
    padding: 0 30px;
    font-size: 16px;
    height: 40x;
    line-height: 38px;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: #fff;
    /* #f14836; */
}

.service_section-btn:hover {
    background-color: #ffffff;
    color: #000;
    border-color: #000;
}

.main-btn.main-btn-2 {
    background-color: #3555a0;
    color: #fff;
    border-color: #000;
}

.main-btn.main-btn-2:hover {
    background-color: #fff;
    border-color: #000;
    color: #000;
}

/*===== All Section Title Style =====*/
.section-title .sub-title {
    font-size: 55px;
    font-weight: 200;
    color: #3555a0;
}

@media (max-width: 767px) {
    .section-title .sub-title {
        font-size: 16px;
    }
}

.section-title .title {
    font-size: 32px;
    padding-top: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title .title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .section-title .title {
        font-size: 24px;
    }
}

.section-title .title span {
    font-weight: 400;
    display: contents;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
    outline: 0;
}

/*===== All Preloader Style =====*/
.preloader {
    /* Body Overlay */
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    /* Change Background Color */
    background: #fff;
    z-index: 99999;
}

.preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.preloader .loader .ytp-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
    animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 50%;
}

.preloader .loader .ytp-spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    /* Spinner Color */
    border-color: #3555a0 #3555a0 #dedede4f;
    border-radius: 50%;
    border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: #dedede4f;
    -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: #dedede4f;
    -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ytp-spinner-linspin {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    25% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    37.5% {
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
        -ms-transform: rotate(405deg);
        -o-transform: rotate(405deg);
        transform: rotate(405deg);
    }

    50% {
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
        -ms-transform: rotate(540deg);
        -o-transform: rotate(540deg);
        transform: rotate(540deg);
    }

    62.5% {
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
        -ms-transform: rotate(675deg);
        -o-transform: rotate(675deg);
        transform: rotate(675deg);
    }

    75% {
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
        -ms-transform: rotate(810deg);
        -o-transform: rotate(810deg);
        transform: rotate(810deg);
    }

    87.5% {
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
        -ms-transform: rotate(945deg);
        -o-transform: rotate(945deg);
        transform: rotate(945deg);
    }

    to {
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
        -ms-transform: rotate(1080deg);
        -o-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }

    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@keyframes ytp-right-spin {
    0% {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

/*===========================
    02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.backandwhiteeffect {
    filter: url(filters.svg#grayscale);
    /* Firefox 3.5+  */
    filter: gray;
    /* IE5+ */
    -webkit-filter: grayscale(1);
    /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .8s ease-in-out;
}

.backandwhiteeffect:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.10);
}

.header-area {
    position: relative;
}

.navbar-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
    height: 100px;
}

.headroom--not-top {
    transform: translateY(0%);
    position: fixed;
    z-index: 99;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.headroom--not-top .navbar {
    padding: 10px 0;
    /*original : 10px 0; */
    height: 12px
}

.headroom--unpinned {
    /* transform: translateY(-100%); */
}

.navbar {
    padding: 25px 0;
    border-radius: 5px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 99px;
}

.navbar-brand {
    padding: 0;
    margin-right: 14rem
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #222;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 5px 12px;
    }
}

.navbar-nav .nav-item {
    margin-left: 40px;
    position: relative;
}

.navbar-nav .nav-item:first-child {
    margin-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item {
        margin: 0;
    }
}

.navbar-nav .nav-item a {
    font-size: 16px;
    font-weight: 900;
    color: #222;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
    position: relative;
    font-family: "Roboto", sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item a {
        display: block;
        padding: 4px 0;
    }
}

.navbar-nav .nav-item.active>a,
.navbar-nav .nav-item:hover>a {
    color: #3555a0;
}

.navbar-nav .nav-item:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item:hover .sub-menu {
        top: 0;
    }
}

.navbar-nav .nav-item .sub-menu {
    width: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
        opacity: 1;
        visibility: visible;
    }
}

.navbar-nav .nav-item .sub-menu li {
    display: block;
}

.navbar-nav .nav-item .sub-menu li a {
    display: block;
    padding: 8px 20px;
}

.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
    padding-left: 25px;
    color: #3555a0;
}

.navbar-nav .sub-nav-toggler {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #222;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .navbar-nav .sub-nav-toggler {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        color: #222;
        font-size: 18px;
        border: 0;
        width: 30px;
        height: 30px;
    }
}

.navbar-nav .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-btn {
        position: absolute;
        top: 50%;
        right: 50px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 767px) {
    .navbar-btn {
        position: absolute;
        top: 50%;
        right: 50px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 767px) {
    .navbar-btn .main-btn {
        height: 40px;
        line-height: 36px;
        font-size: 13px;
        padding: 0 20px;
    }
}

/*Megamenu - Boot --- Updated on Feb 2021 */
/* .menu {
    width: 100%;
} */

.menu.myHeaderr {
    display: flex;
    justify-content: space-between;
}

.menu a.logo {
    display: inline-block;
    padding: 1.5em 3em;
    width: 19%;
    float: left;
}

.menu img {
    /* max-width: 100%; */
    /* height: 90px */
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu>ul {
    list-style: none;
    padding: 0;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    margin-top: 35px;
}

.menu>ul:before,
.menu>ul:after {
    content: "";
    display: table;
}

.menu>ul:after {
    clear: both;
}

.menu>ul>li {
    float: left;
    background: none;
    padding: 0;
    margin: 0;
}

.menu>ul>li a {
    text-decoration: none;
    /* 1padding: 1.3em 11.7em; */
    display: block;
    color: #000;
}

.menu .main-btn.login__btn {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    background-color: transparent;
    color: black !important;
    padding: 0px 30px;
    font-size: 16px;
    border: none;
    height: 25px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 30px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.menu .main-btn.login__btn:hover {
    /* background-color: #e9ecef !important; */
    color: #3555a0 !important;
    transform: scale(1.2);
}

.menu>ul>li:hover {
    background: none;
}

.menu>ul>li>ul {
    display: none;
    width: 100%;
    background: #fff;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    box-shadow: 0 18px 24px rgb(2 8 20 / 20%), 0 8px 8px rgb(2 8 20 / 10%);
    border-top: 1px solid #eee;
    -webkit-transform: translate3d(-15%, 0, 0) scale(1, 1) perspective(1px);
    transform: translate3d(-15%, 0, 0) scale(1, 1) perspective(1px);
    transition: opacity .2s linear, top .25s step-start, -webkit-transform .25s cubic-bezier(.17, .67, .52, 1);
    transition: transform .25s cubic-bezier(.17, .67, .52, 1), opacity .2s linear, top .25s step-start;
    transition: transform .25s cubic-bezier(.17, .67, .52, 1), opacity .2s linear, top .25s step-start, -webkit-transform .25s cubic-bezier(.17, .67, .52, 1);
    transition-delay: .2s;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 33%;
    background: none;
    float: left;
}

.menu>ul>li>ul>li a {
    color: #000;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}

.menu>ul>li>ul>li a:hover {
    color: #000;
}

.menu>ul>li>ul>li>ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
    font-size: 14px;
}

.menu>ul>li>ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu>ul>li>ul.normal-sub>li {
    width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 1em 0;
}

.number {
    font-weight: 500;
    font-size: 20px;
}

.mobile_styles li a.number {
    transition: all 0.3s ease-in;
}

.mobile_styles li a.number:hover {
    transform: scale(1.1);
    color: #3555a0;
}

/*===== HEADER HERO =====*/
.header-hero {
    height: 680px;
    position: relative;
}

@media only screen and (min-width: 1400px) {
    .header-hero {
        height: 680px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero {
        height: auto;
    }
}

@media (max-width: 767px) {
    .header-hero {
        height: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-content {
        padding-top: 150px;
    }
}

@media (max-width: 767px) {
    .header-hero-content {
        padding-top: 150px;
    }
}

.header-hero-content .hero-title {
    font-size: 60px;
    font-weight: 600;
    color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-hero-content .hero-title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .header-hero-content .hero-title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-content .hero-title {
        font-size: 34px;
    }
}

.header-hero-content .hero-title b {
    font-weight: 700;
}

.header-hero-content .hero-title span {
    color: #3555a0;
    display: contents;
}

.header-hero-content .text {
    max-width: 100%;
    font-size: 25px;
    padding-top: 30px;
    line-height: 49px;
    color: #3555a0;
}

.header-hero-content .header-singup {
    position: relative;
    padding-top: 60px;
    z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero-content .header-singup {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .header-hero-content .header-singup {
        margin-top: 60px;
    }
}

.header-hero-content .header-singup input {
    width: 100%;
    height: 70px;
    font-size: 24px;
    border: 0;
    border-radius: 50px;
    padding: 0 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
    .header-hero-content .header-singup input {
        height: 56px;
    }
}

.header-hero-content .header-singup .main-btn {
    /*position: absolute;*/
    top: 3px;
    right: 3px;
    height: 50px;
    line-height: 38px;
    padding: 0 40px;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .header-hero-content .header-singup .main-btn {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: 49px;
        line-height: 39px;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-hero-content .header-singup .main-btn {
        position: absolute;
        top: 3px;
        right: 3px;
        width: auto;
        height: 50px;
        line-height: 46px;
        margin-top: 0;
    }
}

/*===========================
    03.ABOUT css 
===========================*/
.about-two {
    background: #f6f6f6
}

.about-deccan {
    background: #f6f6f6
}

.bootom_section {
    /* 1background:#f6f6f6 */
}

.welcome2 {
    font-size: 55px;
    font-weight: 200;
    color: #fff;
    font-family: "Roboto", sans-serif;
}

.about-delta .welcome {
    font-size: 55px;
    font-weight: 200;
    color: #3555a0;
    font-family: "Roboto", sans-serif;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .about-delta .welcome {
        font-size: 34px;
    }
}

.about-delta .title {
    padding-top: 10px;
    font-weight: 400;
    font-size: 32px;
    color: #000;
}

@media (max-width: 767px) {
    .about-delta .title {
        font-size: 24px;
    }
}

.about-delta .title span {
    font-weight: 700;
}

.single-counter .counter-shape {
    width: 55px;
}

.single-counter .counter-shape .shape-1,
.single-counter .counter-shape .shape-2 {
    width: 14px;
    height: 70px;
    position: relative;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
    left: 12px;
}

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

    .single-counter .counter-shape .shape-1,
    .single-counter .counter-shape .shape-2 {
        width: 10px;
    }
}

.single-counter .counter-shape .shape-1::before,
.single-counter .counter-shape .shape-1::after,
.single-counter .counter-shape .shape-2::before,
.single-counter .counter-shape .shape-2::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: -1px;
    right: -1px;
    border-top: 12px solid #fff;
    border-left: 16px solid transparent;
}

.single-counter .counter-shape .shape-1::after,
.single-counter .counter-shape .shape-2::after {
    border-top: 0;
    border-bottom: 6px solid #fff;
    top: auto;
    bottom: -1px;
}

.single-counter .counter-shape .shape-1 {
    opacity: 0.5;
    left: 15px;
    bottom: 1px;
}

.single-counter .counter-content {
    padding-left: 10px;
}

.single-counter .counter-content .counter-count {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    color: #222;
    font-family: "Roboto", sans-serif;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-counter .counter-content .counter-count {
        font-size: 32px;
    }
}

.single-counter .counter-content .text {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.single-counter.counter-color-1 .counter-shape .shape-1,
.single-counter.counter-color-1 .counter-shape .shape-2 {
    background: -webkit-linear-gradient(left, #1cbe99 0%, #05de7d 100%);
    background: -o-linear-gradient(left, #1cbe99 0%, #05de7d 100%);
    background: linear-gradient(to right, #1cbe99 0%, #05de7d 100%);
}

.single-counter.counter-color-2 .counter-shape .shape-1,
.single-counter.counter-color-2 .counter-shape .shape-2 {
    background: -webkit-linear-gradient(left, #3e2cea 0%, #4bb3f9 100%);
    background: -o-linear-gradient(left, #3e2cea 0%, #4bb3f9 100%);
    background: linear-gradient(to right, #3e2cea 0%, #4bb3f9 100%);
}

.single-counter.counter-color-3 .counter-shape .shape-1,
.single-counter.counter-color-3 .counter-shape .shape-2 {
    background: -webkit-linear-gradient(left, #3555a0 0%, #ff9387 100%);
    background: -o-linear-gradient(left, #3555a0 0%, #ff9387 100%);
    background: linear-gradient(to right, #3555a0 0%, #ff9387 100%);
}

.single-counter.counter-color-4 .counter-shape .shape-1,
.single-counter.counter-color-4 .counter-shape .shape-2 {
    background-color: #f23559;
}

.single-counter.counter-color-5 .counter-shape .shape-1,
.single-counter.counter-color-5 .counter-shape .shape-2 {
    background-color: #164aa9;
}

/*===== ABOUT 2 =====*/
.about-content-2 .about-line {
    padding-top: 10px;
}

.about-content-2 .about-line li {
    height: 5px;
    background-color: #fde4e1;
    display: inline-block;
    border-radius: 50px;
    margin-right: 3px;
}

.about-content-2 .about-line li:nth-of-type(1) {
    width: 40px;
}

.about-content-2 .about-line li:nth-of-type(2) {
    width: 15px;
}

.about-content-2 .about-line li:nth-of-type(3) {
    width: 10px;
}

.about-content-2 .about-line li:nth-of-type(4) {
    width: 5px;
}

.about-content-2 .text {
    padding-top: 15px;
}

/*===========================
    04.GALLERY css 
===========================*/
.single-gallery {
    position: relative;
}

.single-gallery .gallery-image img {
    width: 100%;
}

.single-gallery .gallery-icon a {
    background-color: #3555a0;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-gallery .gallery-icon a {
        width: 80px;
        height: 80px;
    }
}

.single-gallery .gallery-icon a span {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-gallery .gallery-icon a span {
        width: 30px;
        height: 30px;
    }
}

.single-gallery .gallery-icon a span::before,
.single-gallery .gallery-icon a span::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.single-gallery .gallery-icon a span::after {
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-gallery:hover .gallery-icon a {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

/*===== Project Masonry =====*/
.project-menu ul li {
    display: inline-block;
    font-size: 16px;
    color: #798795;
    margin-left: 50px;
    cursor: pointer;
    position: relative;
    padding-bottom: 3px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .project-menu ul li {
        margin: 10px 15px 0;
    }
}

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

@media (max-width: 767px) {
    .project-menu ul li:first-child {
        margin: 10px 15px 0;
    }
}

.project-menu ul li::before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background-color: #798795;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.project-menu ul li:hover::before,
.project-menu ul li.active::before {
    width: 100%;
}

.gallery-masonry {
    border-radius: 7px;
    overflow: hidden;
}

/*===========================
    05.SERVICE css 
===========================*/
.service-wrapper {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.single-service {
    padding: 65px 20px 30px;
    position: relative;
}

.single-service.service-border {
    border-left: 1px solid #dedede4f;
    border-right: 1px solid #dedede4f;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service.service-border {
        border: 0;
    }
}

@media (max-width: 767px) {
    .single-service.service-border {
        border: 0;
    }
}

.single-service .service-content {
    padding-left: 25px;
}

.single-service .service-content .service-title {
    font-size: 18px;
}

.single-service .service-content .text {
    margin-top: 15px;
}

.single-service .shape {
    position: absolute;
}

.single-service .shape.shape-1 {
    /* left: 35px;
    bottom: -50px; */
    left: 35px;
    top: 100px;
    -webkit-animation: rotated 15s infinite linear;
    -moz-animation: rotated 15s infinite linear;
    -o-animation: rotated 15s infinite linear;
    animation: rotated 15s infinite linear;
}

.single-service .shape.shape-2 {
    top: 20px;
    right: 85px;
    -webkit-animation: animationFramesOne 10s infinite linear;
    -moz-animation: animationFramesOne 10s infinite linear;
    -o-animation: animationFramesOne 10s infinite linear;
    animation: animationFramesOne 10s infinite linear;
}

.single-service .shape.shape-3 {
    /* left: 100px;
    bottom: -10px; */
    left: 90px;
    top: 345px;
    -webkit-animation: rotated 15s infinite linear;
    -moz-animation: rotated 15s infinite linear;
    -o-animation: rotated 15s infinite linear;
    animation: rotated 15s infinite linear;
}

.single-service .shape.shape-4 {
    left: 30px;
    top: 10px;
    -webkit-animation: rotated 15s infinite linear;
    -moz-animation: rotated 15s infinite linear;
    -o-animation: rotated 15s infinite linear;
    animation: rotated 15s infinite linear;
}

.single-service .shape.shape-5 {
    right: 100px;
    bottom: -40px;
    -webkit-animation: animationFramesTwo 10s infinite linear;
    -moz-animation: animationFramesTwo 10s infinite linear;
    -o-animation: animationFramesTwo 10s infinite linear;
    animation: animationFramesTwo 10s infinite linear;
}

@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        -moz-transform: translate(73px, -1px) rotate(36deg);
        -ms-transform: translate(73px, -1px) rotate(36deg);
        -o-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        -moz-transform: translate(141px, 72px) rotate(72deg);
        -ms-transform: translate(141px, 72px) rotate(72deg);
        -o-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        -moz-transform: translate(83px, 122px) rotate(108deg);
        -ms-transform: translate(83px, 122px) rotate(108deg);
        -o-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        -moz-transform: translate(-40px, 72px) rotate(144deg);
        -ms-transform: translate(-40px, 72px) rotate(144deg);
        -o-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        -moz-transform: translate(73px, -1px) rotate(36deg);
        -ms-transform: translate(73px, -1px) rotate(36deg);
        -o-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        -moz-transform: translate(141px, 72px) rotate(72deg);
        -ms-transform: translate(141px, 72px) rotate(72deg);
        -o-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        -moz-transform: translate(83px, 122px) rotate(108deg);
        -ms-transform: translate(83px, 122px) rotate(108deg);
        -o-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        -moz-transform: translate(-40px, 72px) rotate(144deg);
        -ms-transform: translate(-40px, 72px) rotate(144deg);
        -o-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(-73px, 1px) rotate(36deg);
        -moz-transform: translate(-73px, 1px) rotate(36deg);
        -ms-transform: translate(-73px, 1px) rotate(36deg);
        -o-transform: translate(-73px, 1px) rotate(36deg);
        transform: translate(-73px, 1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(-141px, -72px) rotate(72deg);
        -moz-transform: translate(-141px, -72px) rotate(72deg);
        -ms-transform: translate(-141px, -72px) rotate(72deg);
        -o-transform: translate(-141px, -72px) rotate(72deg);
        transform: translate(-141px, -72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(-83px, -122px) rotate(108deg);
        -moz-transform: translate(-83px, -122px) rotate(108deg);
        -ms-transform: translate(-83px, -122px) rotate(108deg);
        -o-transform: translate(-83px, -122px) rotate(108deg);
        transform: translate(-83px, -122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(40px, -72px) rotate(144deg);
        -moz-transform: translate(40px, -72px) rotate(144deg);
        -ms-transform: translate(40px, -72px) rotate(144deg);
        -o-transform: translate(40px, -72px) rotate(144deg);
        transform: translate(40px, -72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(-73px, 1px) rotate(36deg);
        -moz-transform: translate(-73px, 1px) rotate(36deg);
        -ms-transform: translate(-73px, 1px) rotate(36deg);
        -o-transform: translate(-73px, 1px) rotate(36deg);
        transform: translate(-73px, 1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(-141px, -72px) rotate(72deg);
        -moz-transform: translate(-141px, -72px) rotate(72deg);
        -ms-transform: translate(-141px, -72px) rotate(72deg);
        -o-transform: translate(-141px, -72px) rotate(72deg);
        transform: translate(-141px, -72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(-83px, -122px) rotate(108deg);
        -moz-transform: translate(-83px, -122px) rotate(108deg);
        -ms-transform: translate(-83px, -122px) rotate(108deg);
        -o-transform: translate(-83px, -122px) rotate(108deg);
        transform: translate(-83px, -122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(40px, -72px) rotate(144deg);
        -moz-transform: translate(40px, -72px) rotate(144deg);
        -ms-transform: translate(40px, -72px) rotate(144deg);
        -o-transform: translate(40px, -72px) rotate(144deg);
        transform: translate(40px, -72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

/*===== OUR SERVICE =====*/
.our-services-tab .nav {
    border-bottom: 2px solid #dedede4f;
}

@media (max-width: 767px) {
    .our-services-tab .nav {
        border-bottom: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services-tab .nav {
        border-bottom: 2px solid #dedede4f;
    }
}

@media (max-width: 767px) {
    .our-services-tab .nav .nav-item {
        width: 50%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services-tab .nav .nav-item {
        width: auto;
    }
}

.our-services-tab .nav .nav-item a {
    color: #798795;
    padding: 17px 21px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-services-tab .nav .nav-item a {
        padding: 17px 15px;
    }
}

@media (max-width: 767px) {
    .our-services-tab .nav .nav-item a {
        padding: 17px 15px;
        border-bottom: 2px solid #dedede4f;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services-tab .nav .nav-item a {
        padding: 17px 10px;
        border-bottom: 0;
    }
}

.our-services-tab .nav .nav-item a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #3555a0;
    left: 0;
    bottom: -2px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.our-services-tab .nav .nav-item a i {
    font-size: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .our-services-tab .nav .nav-item a i {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .our-services-tab .nav .nav-item a i {
        font-size: 34px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services-tab .nav .nav-item a i {
        font-size: 28px;
    }
}

.our-services-tab .nav .nav-item a span {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    padding-left: 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services-tab .nav .nav-item a span {
        padding-left: 10px;
    }
}

.our-services-tab .nav .nav-item a.active {
    color: #3555a0;
}

.our-services-tab .nav .nav-item a:hover {
    color: #3555a0;
}

.our-services-tab .nav .nav-item a.active::before {
    opacity: 1;
}

.our-services-tab .our-services-content .services-title {
    font-size: 40px;
}

@media (max-width: 767px) {
    .our-services-tab .our-services-content .services-title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .our-services-tab .our-services-content .services-title {
        font-size: 26px;
    }
}

.our-services-tab .our-services-content .services-title span {
    font-weight: 400;
    display: contents;
}

.our-services-tab .our-services-content .text {
    margin-top: 35px;
}

.our-services-tab .our-services-content .our-services-progress .circles-text {
    font-size: 24px !important;
    font-weight: 700;
    color: #222;
    font-family: "Roboto", sans-serif;
}

.our-services-tab .our-services-content .our-services-progress .progress-content {
    padding-left: 30px;
}

.our-services-tab .our-services-content .our-services-progress .progress-content .progress-title {
    font-size: 18px;
}

/*===== SERVICE 2 =====*/
.single-service-2 .service-icon {
    margin-top: 5px;
}

.single-service-2 .service-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px dashed #3555a0;
    font-size: 36px;
    color: #3555a0;
}

.single-service-2 .service-content {
    padding-left: 30px;
}

.single-service-2 .service-content .title a {
    font-weight: 600;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: #222;
}

.single-service-2 .service-content .text {
    padding-top: 20px;
}

/*===== SERVICE 3 =====*/
.services-3 {
    border-top: 1px solid #dedede4f;
}

.single-service-3 .service-icon {
    display: inline-block;
    position: relative;
}

.single-service-3 .service-icon i {
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-service-3 .service-content {
    padding-top: 45px;
}

.single-service-3 .service-content .service-title a {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-service-3 .service-content .service-title a:hover {
    color: #3555a0;
}

.single-service-3 .service-content .text {
    padding-top: 15px;
}

.single-service-3 .service-content .more {
    color: #798795;
    font-size: 36px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: 30px;
}

.single-service-3 .service-content .more:hover {
    color: #3555a0;
}

/*===========================
    06.Industries CSS css 
===========================*/
.single-pricing {
    padding: 65px 50px 70px;
}

@media (max-width: 767px) {
    .single-pricing {
        padding: 45px 30px 50px;
    }
}

.single-pricing .pricing-price .price {
    font-size: 42px;
    color: #222;
    font-family: "Roboto", sans-serif;
}

.single-pricing .title {
    font-size: 18px;
    color: #222;
    font-family: "Roboto", sans-serif;
}

.single-pricing .pricing-price .price b {
    font-weight: 800;
}

.single-pricing .pricing-price .price .symbol {
    font-size: 18px;
    color: #3555a0;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.single-pricing .pricing-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    border-bottom: 1px solid #dedede4f;
    padding-bottom: 50px;
}

.single-pricing .pricing-title .btn {
    padding: 0 15px;
    line-height: 25px;
    border-radius: 50px;
    background-color: #4bb3f9;
    color: #fff;
    font-size: 14px;
}

.single-pricing .pricing-title .title {
    font-weight: 600;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    padding-left: 10px;
}

.single-pricing .pricing-list ul li {
    font-size: 14px;
    color: #798795;
    margin-top: 20px;
}

.single-pricing .pricing-btn .main-btn {
    text-transform: uppercase;
}

.single-pricing .pricing-btn .main-btn.main-btn-2 {
    border-color: transparent;
    color: #222;
}

.single-pricing.pricing-color-1 .pricing-title .btn {
    background-color: #4bb3f9;
}

.single-pricing.pricing-color-2 .pricing-title .btn {
    background-color: #3555a0;
}

.single-pricing.pricing-color-3 .pricing-title .btn {
    background-color: #63b85f;
}

.single-pricing.pricing-active {
    -webkit-box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 98%);
    -moz-box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 98%);
    box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 98%);
}

/*===========================
    07.TESTIMONIAL css 
===========================*/
.testimonial-left-content .testimonial-line {
    padding-top: 10px;
}

.testimonial-left-content .testimonial-line li {
    height: 5px;
    background-color: #fde4e1;
    display: inline-block;
    border-radius: 50px;
    margin-right: 3px;
}

.testimonial-left-content .testimonial-line li:nth-of-type(1) {
    width: 40px;
}

.testimonial-left-content .testimonial-line li:nth-of-type(2) {
    width: 15px;
}

.testimonial-left-content .testimonial-line li:nth-of-type(3) {
    width: 10px;
}

.testimonial-left-content .testimonial-line li:nth-of-type(4) {
    width: 5px;
}

.testimonial-left-content .text {
    padding-top: 15px;
}

.testimonial-right-content {
    position: relative;
    background-color: #f6f6f6;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.07);
    border-radius: 50px;
    max-width: 500px;
    padding-top: 50px;
}

.testimonial-right-content .quota {
    position: absolute;
    top: 10px;
    left: 15px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.1;
}

.testimonial-right-content .quota i {
    font-size: 130px;
    line-height: 95px;
    color: #000;
}

.testimonial-content-wrapper {
    position: relative;
    left: 70px;
}

@media (max-width: 767px) {
    .testimonial-content-wrapper {
        left: 0;
    }
}

.single-testimonial {
    background-color: #fff;
    padding: 40px 30px 50px;
    border-radius: 50px;
}

.single-testimonial .testimonial-text .text {
    font-size: 24px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 36px;
    color: #222;
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    .single-testimonial .testimonial-text .text {
        font-size: 18px;
        line-height: 32px;
    }
}

.single-testimonial .testimonial-author {
    border-top: 1px solid #dedede4f;
    padding-top: 50px;
}

.single-testimonial .testimonial-author .author-info .author-image img {
    border-radius: 50%;
}

.single-testimonial .testimonial-author .author-info .author-name {
    padding-left: 30px;
}

.single-testimonial .testimonial-author .author-info .author-name .name {
    font-size: 16px;
    font-weight: 700;
    color: #3555a0;
}

.single-testimonial .testimonial-author .author-info .author-name .sub-title {
    font-size: 14px;
    color: #798795;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .single-testimonial .testimonial-author .author-review {
        padding-left: 100px;
        padding-top: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-testimonial .testimonial-author .author-review {
        padding-left: 0;
        padding-top: 15px;
    }
}

.single-testimonial .testimonial-author .author-review .star li {
    display: inline-block;
    font-size: 14px;
    color: #ffa800;
}

.single-testimonial .testimonial-author .author-review .review {
    font-size: 14px;
    color: #222;
    margin-top: 5px;
}

.testimonial-active .slick-arrow {
    position: absolute;
    bottom: 0;
    left: -670px;
    font-size: 22px;
    cursor: pointer;
    color: #798795;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.testimonial-active .slick-arrow:hover {
    color: #000;
}

.testimonial-active .slick-arrow.next {
    left: -635px;
}

/*===========================
    08.BRAND css 
===========================*/
.brand-wrapper {
    border-top: 1px solid #dedede4f;
}

.brand-wrapper .single-brand {
    float: left;
    width: 20%;
    text-align: center;
}

@media (max-width: 767px) {
    .brand-wrapper .single-brand {
        width: 50%;
    }
}

/*===========================
        09.BL0G css 
===========================*/
.single-blog .blog-image a {
    display: block;
}

.single-blog .blog-image a img {
    width: 100%;
}

.single-blog .blog-content {
    padding-top: 25px;
}

.single-blog .blog-content .blog-title a {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-blog .blog-content .blog-title a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .single-blog .blog-content .blog-title a {
        font-size: 20px;
    }
}

.single-blog .blog-content .blog-title a:hover {
    color: #3555a0;
}

.single-blog .blog-content .blog-author {
    padding-top: 20px;
}

.single-blog .blog-content .blog-author .author-image img {
    width: 65px;
    border-radius: 50%;
}

.single-blog .blog-content .blog-author .author-content {
    padding-left: 20px;
}

.single-blog .blog-content .blog-author .author-content .sub-title {
    font-size: 14px;
    color: #3555a0;
    font-weight: 400;
}

.single-blog .blog-content .blog-author .author-content .text {
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
}

/*===========================
    10.CONTACT  css 
===========================*/
.contact-map iframe {
    width: 100%;
    height: 550px;
}

@media (max-width: 767px) {
    .contact-map iframe {
        height: 350px;
    }
}

.single-contact-info .contact-info-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
}

.single-contact-info .contact-info-content {
    padding-left: 20px;
}

.single-contact-info .contact-info-content .text {
    color: #222;
}

.single-contact-info.contact-color-1 .contact-info-icon i {
    background-color: #222;
}

.single-contact-info.contact-color-2 .contact-info-icon i {
    background-color: #f23559;
}

.single-contact-info.contact-color-3 .contact-info-icon i {
    background-color: #4bb3f9;
}

.contact-wrapper-form .contact-title {
    font-size: 32px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #000;
}

@media (max-width: 767px) {
    .contact-wrapper-form .contact-title {
        font-size: 26px;
    }
}

.contact-wrapper-form .contact-title i {
    color: #3555a0;
    margin-right: 8px;
}

.contact-wrapper-form .contact-title span {
    font-weight: 400;
}

.form-message.error,
.form-message.success {
    font-size: 16px;
    color: #222;
    padding: 10px 15px;
    margin-top: 15px;
    background-color: #f7f7fd;
    margin-left: 15px;
}

.form-message.error {
    color: #fc3832;
}

.contact-form label {
    margin-bottom: 25px;
    display: block;
    font-size: 18px;
    color: #222;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border-radius: 7px;
    background-color: #fff;
    padding: 0 30px;
    height: 65px;
    border: 1px solid #dedede4f;
    color: #222;
    font-size: 18px;
}

.contact-form textarea {
    padding-top: 10px;
    height: 270px;
    resize: none;
}

.contact-form .main-btn {
    border-radius: 5px;
}

/*===========================
    11.FOOTER css 
===========================*/
.footer-about .text {
    padding-top: 25px;
    font-size: 16px;
}

.footer-title .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    color: #222;
}

.footer-link ul li {
    margin-top: 25px;
}

.footer-link ul li a {
    font-size: 16px;
    color: #798795;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-link ul li a:hover {
    color: #222;
}

.footer-contact .text {
    font-size: 14px;
    padding-top: 15px;
    color: #000;
}

.footer-terms a {
    font-size: 14px;
    color: #fff;
}

.footer-contact .social li {
    display: inline-block;
    margin-right: 26px;
}

.footer-contact .social li:last-child {
    margin-right: 0;
}

.footer-contact .social li a {
    font-size: 22px;
    color: #798795;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer-contact .social li a:hover {
    color: #3555a0;
}

.footer-copyright {
    padding: 25px;
    /* border-top: 0px solid #dedede4f; */
}

.footer-copyright .text {
    font-size: 16px;
}

.footer-copyright .text a {
    color: #3555a0;
}

/*===== BACK TO TOP =====*/
.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background-color: #3555a0;
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: none;
    margin-right: 5px;
}

.back-to-top:hover {
    color: #fff;
    background-color: #3555a0;
}

/*** ====== Service Expanding styles ============ ****/
#author_bio_wrap {
    margin-top: 20px;
    background: #fff;
    color: #000;
    padding: 20x;
    height: auto;
    font-weight: 600;
}

#author_bio_wrap_button {
    margin-top: 60px;
    background: #fff;
    color: #000;
    padding: 20px;
    height: auto;
    font-weight: 600;
}

#taxation_inner_service {
    margin-top: 20px;
    background: #fff;
    color: #000;
    padding: 20x;
    height: auto;
    font-weight: 600;
}

#taxation_inner_service_button {
    margin-top: 60px;
    background: #fff;
    color: #000;
    padding: 20px;
    height: auto;
    font-weight: 600;
}

#financial_inner_service {
    margin-top: 20px;
    background: #fff;
    color: #000;
    padding: 20x;
    height: auto;
    font-weight: 600;
}

#financial_inner_service_button {
    margin-top: 60px;
    background: #fff;
    color: #000;
    padding: 20px;
    height: auto;
    font-weight: 600;
}

#asi_inner_service {
    margin-top: 20px;
    background: #fff;
    color: #000;
    padding: 20x;
    height: auto;
    font-weight: 600;
}

#asi_inner_service_button {
    margin-top: 120px;
    background: #fff;
    color: #000;
    padding: 20px;
    height: auto;
    font-weight: 600;
}

#payroll_inner_service {
    margin-top: 20px;
    background: #fff;
    color: #000;
    padding: 20x;
    height: auto;
    font-weight: 600;
}

#payroll_inner_service_button {
    margin-top: 100px;
    background: #fff;
    color: #000;
    padding: 20px;
    height: auto;
    font-weight: 600;
}

.serviceitems ul li {
    position: relative;
    display: flex;
    width: 10em;
    height: 2em;
    border: 2px solid black;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    background-color: white;
    transition: transform 0.5s;
    margin-top: -0px
}

.extraspaceforservice_items {
    margin-right: 16pt;
}

.fixdropdownmargin {
    margin-top: 12px;
}

.dropdown-item {
    padding: 0.5rem 1.15rem 0.5rem 1.15rem !important;
}

.dropdown-item:hover {
    border-bottom: 2px solid #3555a0;
}

@media (max-width: 767px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fixdropdownmargin {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .page-banner-content .page-title {
        font-size: 34px;
    }
}

/*===========================
    12.PAGE BANNER css 
===========================*/
.page-banner {
    padding-top: 200px;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .page-banner {
        padding-top: 175px;
        padding-bottom: 90px;
    }
}

.page-banner-content .page-title {
    font-size: 60px;
    font-weight: 400;
    color: #000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-banner-content .page-title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .page-banner-content .page-title {
        font-size: 28px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .page-banner-content .page-title {
        font-size: 34px;
    }
}

.page-banner-content .page-title b {
    font-weight: 700;
}

.page-banner-content .page-title span {
    font-weight: 700;
    color: #3555a0;
    display: contents;
}

.page-title .breadcrumb {
    margin-top: 36px;
}

.page-title .breadcrumb {
    margin-top: 36px;
}

.breadcrumb-gray-text a,
.breadcrumb-gray-text {
    color: #575757;
}

.breadcrumb ul li {
    font-size: 11px;
}

.breadcrumb ul li {
    display: inline-block;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 400;
}

.breadcrumb-gray-text,
.breadcrumb ul {
    list-style: none outside none;
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
}

/* Seervice section - inner pages */
.theme-bg-light-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), color-stop(70%, #fff));
    background-image: linear-gradient(to bottom, #f2f2f2 0%, #fff 70%);
    background-repeat: repeat-x;
}

.section-heading {
    font-size: 2.5rem;
}

.section-intro {
    font-size: 1.25rem;
}

.single-col-max {
    max-width: 760px;
}

.servicesub-section .item-icon {
    font-size: 3rem;
    color: #000;
}

.servicesub-section .item-heading {
    font-size: 1.125rem;
}

/***** Top menu *****/
.btn-deltamainbutton {
    background-color: #3555a0;
    color: #ffffff;
}

.btn-deltamainbutton:hover {
    color: #ffffff;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.logo-size-deltadeccan {
    height: 150px;
    margin-top: -9%;
    transition: all 0.3s ease-in;
}

.logo-size-deltadeccan:hover {
    transform: scale(1.1);
}

.special_symbol {
    color: #3555a0;
}

.corporate_red_heading {
    color: #3555a0;
    font-weight: 800 !important;
}

.about-deltadeccan p {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    margin: 0px;
    font-family: "Roboto", sans-serif;
}

.about-deltadeccan-bottom p {
    font-size: 18px;
}

.aboutdeltadeccan>ul li {
    list-style-type: disc !important;
    list-style-position: inherit;
    padding: 0 !important;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    font-family: "Roboto", sans-serif;
    margin-left: 2rem;
}

.aboutdeltadeccan ul:not(:first-child) {
    margin: 13pt 0 0 0;
}

.extraLuggageCost {
    margin-right: 16pt;
}

.deltadeccan-bottom-section p {
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    color: #000;
    margin: 0px;
    font-family: "Roboto", sans-serif;
}

.footer-website {
    color: #000;
}

.hovereffect:hover {
    background: rgba(255, 255, 255, 0);
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.service_subtext {
    color: #000000;
    margin-bottom: 20px;
}

.service_subtext>strong {
    color: #3555a0;
}

/**
Floating buttons
**/
/* Media queries */
@media only screen and (max-width: 440px) {
    .btn.book-now {
        background: #000;
        border-radius: 0;
        color: #fff;
        display: inline-block;
        font-size: 1rem;
        height: 35px;
        line-height: 25px;
        position: fixed;
        right: 0;
        text-align: center;
        text-decoration: none;
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform-origin: bottom right;
        width: 170px;
        top: 25%
    }
}

.btn.book-now {
    background: #0e0f30;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    height: 35px;
    line-height: 25px;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 170px;
    top: 25%
        /* Hover styles, 
media queries */
}

.industries_images_hover_effect,
.industries_images_hover_effect_small_icons {
    -webkit-transition: all .8s ease-in-out;
}

.industries_images_hover_effect:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.10);
}

.industries_images_hover_effect_small_icons:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.20);
}

.breaker {
    margin-top: 5px;
}

.margin-space {
    margin-right: 25px;
}

.header_right {
    /* position: absolute; */
    top: 24%;
    /* float: right; */
    left: 93%;
}

/*****
Main Menu Responsive Styles 
****/

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

    .logo-size-deltadeccan {
        width: 188px;
        height: 114px;
    }

    .menu>ul {
        margin: 0 auto;
        list-style: none;
        padding: 0;
        position: relative;
        /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
        box-sizing: border-box;
        clear: right;
        float: right;
        margin-top: 30px;
        margin-right: 102px;
    }

    .menu>ul:before,
    .menu>ul:after {
        content: "";
        display: table;
    }

    .menu>ul:after {
        clear: both;
    }

    .menu>ul>li {
        float: left;
        background: none;
        padding: 0;
        margin: 0;
    }

    .menu>ul>li a {
        text-decoration: none;
        padding: 0.1em 0em;
        display: block;
        color: #000;
        font-size: 16px;
    }

    .header_right {
        position: absolute;
        top: 30%;
        left: 86%;
    }

    .menu .main-btn {
        padding: 0 17px;
        line-height: 23px;
        font-size: 14px;
    }

    .section-title .sub-title {
        font-size: 40px;
        font-weight: 200;
        color: #3555a0;
    }

    .header-hero-content .header-singup .main-btn {
        margin-top: 21px;
        width: 96%;
        line-height: 31px;
    }

    .responsive_style {
        margin-top: 10%;
        margin-bottom: 15%;
        margin-left: 0%;
        width: 96%;
        height: 34%;
        /* font-size: 13px; */
        line-height: 31px;
    }

    .welcome2 {
        font-size: 40px;
        font-weight: 200;
        color: #fff;
        font-family: "Roboto", sans-serif;
    }

    .about-delta .welcome {
        font-size: 40px;
        font-weight: 200;
        font-family: "Roboto", sans-serif;
        color: #3555a0;
        margin-bottom: 0px;
    }

    .header-hero-content .hero-title {
        font-size: 40px;
        font-weight: 600;
        color: #000;
    }

    .about-delta .title {
        padding-top: 10px;
        font-weight: 400;
        font-size: 25px;
        color: #000;
    }

    .footer-contact .text-center,
    .footer-terms {
        text-align: left !important;
    }
}

.breaker {
    margin-top: 3px !important;
}

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

    .logo-size-deltadeccan {
        width: 188px;
        height: 114px;
    }

    .menu>ul {
        margin: 0 auto;
        list-style: none;
        padding: 0;
        position: relative;
        box-sizing: border-box;
        clear: right;
        float: right;
        margin-top: 5%;
        margin-right: -8%;
    }

    .menu>ul:before,
    .menu>ul:after {
        content: "";
        display: table;
    }

    .menu>ul:after {
        clear: both;
    }

    .menu>ul>li {
        float: left;
        background: none;
        padding: 0;
        margin: 0;
    }

    .menu>ul>li a {
        text-decoration: none;
        padding: 0.1em 0em;
        display: block;
        color: #000;
        font-size: 14px;
    }

    .breaker {
        margin-top: -1px !important;
    }

    .header_right {
        position: absolute;
        top: 59%;
        left: 387px;
    }

    .menu .main-btn {
        padding: 0 17px;
        line-height: 23px;
        font-size: 14px;
    }

    .section-title .sub-title {
        font-size: 34px;
        font-weight: 200;
        color: #3555a0;
    }

    .header-hero-content .header-singup .main-btn {
        margin-top: 21px;
        width: 96%;
        line-height: 31px;
    }

    .responsive_style {
        margin-top: 10%;
        margin-bottom: 15%;
        margin-left: 0%;
        width: 96%;
        height: 34%;
        /* font-size: 13px; */
        line-height: 31px;
    }

    .welcome2 {
        font-size: 34px;
        font-weight: 200;
        color: #fff;
        font-family: "Roboto", sans-serif;
    }

    .footer-contact .text-center,
    .footer-terms {
        text-align: left !important;
    }
}

@media only screen and (min-width: 500px) and (max-width: 576px) {

    .menu>ul {
        margin: 0 auto;
        list-style: none;
        padding: 0;
        position: fixed;
        box-sizing: border-box;
        clear: right;
        float: right;
        margin-top: -1%;
        margin-right: -5%;
        margin-left: 8%;
    }

    .menu>ul:before,
    .menu>ul:after {
        content: "";
        display: table;
    }

    .menu>ul:after {
        clear: both;
    }

    .menu>ul>li {
        float: left;
        background: none;
        padding: 0;
        margin: 0;
    }

    .menu>ul>li a {
        text-decoration: none;
        display: block;
        color: #000;
        font-size: 14px;
    }

    .breaker {
        margin-top: -2px !important;
        margin-left: 10px !important;
    }

    .margin-space {
        margin-left: 44px;
    }

    .header_right {
        position: absolute;
        top: 127%;
        left: 250px;
    }

    .menu .main-btn {
        padding: 0 17px;
        line-height: 23px;
        font-size: 14px;
    }

    .headroom {
        height: 150px;
    }

    .section-title .sub-title {
        font-size: 34px;
        font-weight: 200;
        color: #3555a0;
    }

    .header-hero-content .header-singup .main-btn {
        margin-top: -111px;
        width: 96%;
        height: 34%;
        font-size: 13px;
        line-height: 31px;
    }

    .responsive_style {
        margin-top: 10%;
        margin-bottom: 15%;
        margin-left: 90%;
        width: 96%;
        height: 34%;
        /* font-size: 13px; */
        line-height: 31px;
    }

    .welcome2 {
        font-size: 34px;
        font-weight: 200;
        color: #fff;
        font-family: "Roboto", sans-serif;
    }

    .footer-contact .text-center,
    .footer-terms {
        text-align: left !important;
    }
}

@media only screen and (min-width: 440px) and (max-width: 500px) {

    .breaker {
        margin-top: -2px !important;
        margin-left: 10px !important;
    }

    .margin-space {
        margin-left: 44px;
    }

    .header_right {
        position: absolute;
        top: 127%;
        left: 223px;
    }

    .menu .main-btn {
        padding: 0 17px;
        line-height: 23px;
        font-size: 14px;
    }

    .headroom {
        height: 150px;
    }

    .section-title .sub-title {
        font-size: 34px;
        font-weight: 200;
        color: #3555a0;
    }

    .header-hero-content .header-singup .main-btn {
        margin-top: -111px;
        width: 96%;
        height: 34%;
        font-size: 13px;
        line-height: 31px;
    }

    .responsive_style {
        margin-top: 10%;
        margin-bottom: 15%;
        margin-left: 92%;
        width: 96%;
        height: 34%;
        font-size: 13px;
        line-height: 31px;
    }

    .welcome2 {
        font-size: 34px;
        font-weight: 200;
        color: #fff;
        font-family: "Roboto", sans-serif;
    }

    .footer-contact .text-center,
    .footer-terms {
        text-align: left !important;
    }
}

.margin-space.first_mailer {
    margin-right: 25px !important;
}

.first_number {
    margin-left: 25px !important;
}

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

    .menu .main-btn {
        padding: 0 17px;
        line-height: 23px;
        font-size: 14px;
    }

    .section-title .sub-title {
        font-size: 34px;
        font-weight: 200;
        color: #3555a0;
    }

    .header-hero-content .header-singup .main-btn {
        margin-top: -111px;
        width: 96%;
        height: 34%;
        font-size: 13px;
        line-height: 31px;
    }

    .responsive_style {
        margin-top: 10%;
        margin-bottom: 15%;
        margin-left: 50%;
        width: 100%;
        height: 34%;
        font-size: 13px;
        line-height: 31px;
    }

    .welcome2 {
        font-size: 34px;
        font-weight: 200;
        color: #fff;
        font-family: "Roboto", sans-serif;
    }

    .footer-contact .text-center,
    .footer-terms {
        text-align: left !important;
    }
}

.deltadeccan-bottom-section .quote_sentence {
    font-size: 32px;
}

/*topnav*/
/*
body {
  font-family: "Lato", sans-serif;
}
*/
.sidepanel {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 600px;
    top: 0;
    left: 0;
    background-color: #444;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: left;
}

.menu ul li .sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 30px;
    color: #fff;
    display: block;
    transition: 0.2s;
    text-transform: uppercase;
    font-family: 1Oswald, sans-serif;
    margin-left: 0%;
}

.menu ul li .sidepanel .sub a {
    padding: 8px 8px 8px 0px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.2s;
    text-transform: inherit;
    font-family: 1Oswald, sans-serif;
    margin-left: 0%;
}

.menu ul li .sidepanel .sub .title {
    padding: 8px 8px 8px 0px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.2s;
    text-transform: uppercase;
    font-family: 1Oswald, sans-serif;
    margin-left: 0%;
    border-bottom: 1px solid #cfcfcf;
}

.menu ul li .sidepanel a:hover {
    color: #8bbaed;
}

.sidepanel .closebtn {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 36px;
    background-image: url(assets/images/nav-close.png);
    width: 62px;
    height: 62px;
}

.sidepanel .closebtn span {
    font-family: Oswald, sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    float: left;
    position: relative;
    top: 21px;
    left: -95px;
}

.openbtn {
    font-size: 20px;
    background: #3555a0;
    color: #fff;
    border: none;
    border-radius: 5px;
    transition: ease-in 0.3s;
    padding: 10px 15px;
    line-height: 15px;
}

.openbtn:hover {
    background-color: #e9ecef;
    color: #3555a0;
    font-weight: 900;
}

/*end nav*/


/* Custom CSS starts here */

#about-deccan .deccan_logo_wrap {
    position: absolute;
    left: 0%;
    top: 35%;
    z-index: 0;
    width: 6%;
}

/* Our services section css */
.services-area2 {
    /* background: linear-gradient(to right, #0c0c1f 0%, #00095e 100%); */
    background: #3555a0;
}

.section-padding2 {
    padding-top: 130px;
    padding-bottom: 92px;
}

.section-tittle.section-tittle2 {
    padding-bottom: 0px;
}

.mb-55 {
    margin-bottom: 55px;
}

.section-tittle.section-tittle2 h2,
.section-tittle.section-tittle2 p {
    color: #fff;
}

.section-tittle h2 {
    color: #232F55;
    font-size: 55px;
    display: block;
    font-weight: 200;
    margin-bottom: 17px;
}

.section-tittle p {
    font-size: 22px;
}

.services-area2 .single-cat {
    box-shadow: 0px 10px 16px rgba(84, 0, 0, 0.06);
    padding: 70px 35px 35px 35px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    z-index: 1;
    height: 250px;
    width: 180px;
}

.services-area2 .single-cat:hover {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid transparent;
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.1);
}

.services-area2 .single-cat .cat-icon i {
    color: #fff;
    font-size: 40px;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
    top: 0px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.services-area2 .single-cat .cat-cap h5>a {
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #ffff;
    line-height: 1.4;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding2 {
        padding-top: 130px;
        padding-bottom: 92px;
    }

    .section-tittle h2 {
        font-size: 36px;
    }

    .services-area2 .single-cat .cat-cap h5>a {
        font-size: 18px;
    }
}

/* Our services section ends */

/* Our solution section css */
.service_card_column {
    width: 100%;
    padding: 0 1em 1em 1em;
    text-align: center;
}

.services__Categories {
    padding-top: 110px;
}

.services__Categories .first_Sectionn {
    padding-top: 80px;
}

.service_card_column .card {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    background: linear-gradient(#ffffff 50%, #3555a0 50%);
    background-size: 100% 200%;
    background-position: 0 1%;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    transition: 0.5s;
}

.service_card_column .card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
}

.service_card_column .card p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
}

.service_card_column .card .icon-wrapper {
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 3em;
    width: 3em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
}

.service_card_column .card:hover {
    background-position: 0 100%;
}

.service_card_column .card:hover .icon-wrapper {
    background-color: #ffffff;
    color: #2c7bfe;
}

.service_card_column .card:hover h3 {
    color: #ffffff;
}

.service_card_column .card:hover p {
    color: #f0f0f0;
}

@media screen and (min-width: 768px) {
    .service_card_column {
        flex: 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .service_card_column {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

/* Our solution section css ends */

.free-consultaion-btn {
    margin-top: 35px;
    margin-left: 50px;
}

.single_footer {
    padding-top: 15px;
}

@media only screen and (max-width: 768px) {
    .single_footer {
        margin-bottom: 30px;
    }
}

.copyright__content {
    padding-top: 50px;
}

.single_footer h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

.single_footer h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 50px;
    background: #fff;
    margin-top: 10px;
}

.single_footer p {
    color: #fff;
}

.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single_footer ul li a {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 36px;
    font-size: 15px;
    text-transform: capitalize;
}

.single_footer ul li a:hover,
.footer-terms a:hover {
    color: #6b89cf;
}

#consultation__page__bg {
    background-color: #f2f3f500;
    background-image: url(assets/images/gray.jpg);
    padding-bottom: 70px;
}

.consultation__form {
    min-height: 500px;
}

.consultation__form .service-wrapper {
    padding: 20px 20px;
}

.title-imagebox.title-imagebox-two h2 {
    font-size: 55px;
    font-weight: 200;
}

@media only screen and (max-width: 600px) {
    .header-area {
        position: relative;
    }

    .headroom {
        height: 150px;
    }

    .header_right {
        top: 70%;
        left: 59%;
        /* top: 102%;
        left: 38%; */
    }

    .header-hero-content.single-service {
        padding-top: 150px !important;
    }

    .services__Categories {
        padding-top: 35px;
    }

    .services-area2 .single-cat {
        width: auto !important;
    }

    .services__Categories .first_Sectionn {
        padding-top: 0px;
    }

    .services__Categories .our-services-content>h2 {
        font-size: 28px !important;
    }

    .services__Categories .our-services-content .services-title {
        padding-bottom: 20px !important;
    }

    .page-banner.minimal-mobile {
        padding-top: 200px !important;
        padding-bottom: 0px !important;
    }

    #consultation__page__bg {
        background: none !important;
        margin-bottom: 40px !important;
    }

    .about-delta .welcome.titlte {
        margin-top: 25px !important;
        font-size: 25px !important;
        margin-bottom: 25px !important;
    }

    /* .free-consultaion-btn {
        margin-left: 0px;
    } */

    .single-pricing.pricing-active.pricing-color-1 {
        margin-top: 30px;
    }

    .single-pricing.pricing-active {
        -webkit-box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 98%);
        -moz-box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 98%);
        box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 98%);
    }

    .copyright__content {
        padding-top: 10px;
    }

    .aboutdeltadeccan ul {
        padding: 5px 25px;
    }

    #about-deccan .deccan_logo_wrap {
        top: 43%;
        width: 10%;
    }
}

@media (min-width: 320px) and (max-width: 600px) {
    .menu.myHeaderr {
        display: block !important;
        text-align: center;
        /* position: relative; */
    }

    .menu>.mobile_styles {
        width: 230px;
        margin: -10px auto;
        display: flex;
    }

    .margin-space.first_mailer {
        margin-right: 12px !important;
    }

    .first_number {
        margin-left: 12px !important;
    }

    li.first_number>a {
        margin-top: 3px;
    }

    .menu .main-btn.login__btn {
        margin-left: 80px;
    }

    .section-tittle h2 {
        font-size: 36px;
    }

    .section-tittle p {
        font-size: 16px;
    }

    .title-imagebox.title-imagebox-two h2 {
        font-size: 36px;
    }

    .btnin-cnt-service {
        text-align: center;
    }

    .logo-size-deltadeccan {
        height: auto;
        width: 250px;
    }
}

/* Media Query for low resolution Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    .footer-widget .logo__on__footer img {
        width: 200px;
    }

    .copyright__content.tmsc_pvpl {
        display: flex;
        justify-content: center;
        padding: 20px 0px !important;
    }

    .form-img {
        text-align: center;
        margin-bottom: 50px;
    }

    #consultation__page__bg {
        background: none !important;
    }

    .about-delta .welcome.titlte {
        font-size: 30px !important;
        margin-bottom: 25px !important;
    }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {
    .logo-size-deltadeccan {
        margin-top: -5px !important;
    }

    .menu>.mobile_styles {
        margin-right: -50px !important;
        margin-top: 35px !important;
    }

    .header_right {
        top: 35px !important;
        left: 85% !important;
    }

    .footer-widget .logo__on__footer img {
        width: 200px;
    }

    .copyright__content.tmsc_pvpl {
        display: flex;
        justify-content: center;
        padding: 20px 0px !important;
    }

    .form-img {
        text-align: center;
        margin-bottom: 50px;
    }

    #consultation__page__bg {
        background: none !important;
    }

    .about-delta .welcome.titlte {
        font-size: 30px !important;
        margin-bottom: 25px !important;
    }

    .header-hero-content.single-service {
        padding-top: 150px !important;
    }

    .header-hero-content .header-singup {
        padding-top: 0px !important;
        margin-bottom: 30px !important;
    }

    .services-area2 .single-cat {
        width: auto !important;
    }

    .single-pricing.pricing-active {
        height: 250px;
        border: 1px solid #000000;
        /* box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); */
        box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 98%);
    }

    .about-delta .title {
        font-size: 21px;
    }

    .services__Categories .first_Sectionn {
        padding-top: 0px !important;
    }

    .services__Categories .our-services-content>h2 {
        font-size: 32px !important;
    }

    .services__Categories .our-services-content .services-title {
        padding-bottom: 20px !important;
    }

    .breaker {
        margin-top: 0px !important;
    }
}

@media (min-width: 768px) and (max-width: 1180px) {
    .header_right_menu {
        display: none;
    }
}

.title-imagebox {
    text-align: center;
    margin-bottom: 20px;
}

/* Login / Sign Up form CSS */

.authform-title {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 2rem;
    color: #222;
}

.auth-info {
    color: #EDE7F6;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 20px 0 20px;
}

.auth-butns {
    border-radius: 20px;
    border: 1px solid #3555a0;
    background-color: #3555a0;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    margin-top: 8px;
}

.auth-butns:active {
    transform: scale(0.95);
}

.auth-butns:focus {
    outline: none;
}

button.ghost {
    background-color: transparent;
    border-color: #FFFFFF;
}

.auth-form {
    background-color: #FFFFFF;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}

.form-container input {
    background-color: #eee;
    border: none;
    padding: 12px 15px !important;
    margin: 8px 0;
    width: 100%;
    /* padding: 10px !important; */
}

.form-control.otp-input {
    margin-top: 50px;
}

.resendotp-content {
    margin: 8px 0;
}

.resendotp-content .txt1 {
    font-size: 14px;
    line-height: 1.5;
    color: #999999;
}

.resendotp-content .txt2 {
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
}

.resendotp-content .txt2:hover {
    color: #3555a0;
    text-decoration: underline;
}

.container.authpage-container {
    /* background-color: #fff; */
    /* border-radius: 10px; */
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    overflow: hidden;
    /* width: 768px; */
    max-width: 100%;
    min-height: 480px;
    margin: 0;
}

.close.authform-closebutn {
    position: absolute;
    right: -25px;
    top: -8px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    vertical-align: top;
    display: inline-block;
    border-radius: 2px;
    font-weight: 100;
    transition: box-shadow .3s ease-in;
    outline: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.container.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

.sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {

    0%,
    49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%,
    100% {
        opacity: 1;
        z-index: 5;
    }
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.container.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

.theme-overlay {
    background: #3555a0;
    /* background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
	background: linear-gradient(to right, #FF4B2B, #FF416C); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.container.right-panel-active .theme-overlay {
    transform: translateX(50%);
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-left {
    transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.container.right-panel-active .overlay-right {
    transform: translateX(20%);
}

@media (min-width: 320px) and (max-width: 600px) {
    .auth-form {
        padding: 0 10px;
    }

    .authform-title {
        font-size: 1rem;
    }

    .form-container input {
        font-size: 12px;
    }

    .auth-butns {
        padding: 10px 25px;
    }

    .overlay-panel {
        padding: 0 20px;
    }

    .auth-info {
        font-size: 11px;
        line-height: 16px;
    }

    .resendotp-content .txt1,
    .resendotp-content .txt2 {
        font-size: 12px;
    }

    .close.authform-closebutn {
        z-index: 99999;
        right: 10px;
        top: 5px;
        color: darkgrey;
        box-shadow: none;
        background: none;
        font-size: 30px;
        font-weight: 600;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .auth-form {
        padding: 0 10px;
    }

    .authform-title {
        font-size: 1.2rem;
    }

    .auth-butns {
        padding: 10px 30px;
    }

    .overlay-panel {
        padding: 0 20px;
    }
}

/* Login / Sign Up form CSS Ends */

.ctservices .ctservices-info {
    font-size: 22px;
    line-height: 30px;
    color: #3555a0;
}

.card-body.ctservices-body .card-text {
    display: flex;
    font-size: 15px;
    line-height: 18px;
    color: #3555a0;
    margin-bottom: 5px;
}

.viewmore {
    color: #3555a0;
    padding: 0 1.25rem 1.25rem 0;
}

.card-img {
    width: 100%;
    height: 250px;
}

@media (min-width: 320px) and (max-width:600px) {
    .ctservices .ctservices-info{
        font-size: 16px;
        line-height: 25px;
    }
    .features .features-info{
        font-size: 16px !important;
        line-height: 25px !important;
    }
    .education-img{
        height: auto !important;
    }
}


.row.content-sec-mainsec .card {
    height: 400px;
    /*100% */
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    transition: all .4s ease-out 0s;
}

.row.content-sec-mainsec .card:hover {
    transform: scale(1.1);
}

.cs-icons {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    color: #3555a0;
    font-size: 4rem;
}

.ctservices-body ul {
    /* width: 275px;
    margin: 0 auto; */
    list-style: none;
}

.ctservices-body ul li::before {
    content: "\2022";
    color: #3555a0;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 20px;
    /* margin-left: -1em; */
}

.back-to-left {
    display: block;
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    top: 215px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background-color: #3555a0;
    text-align: center;
    z-index: 99;
    transition: all 0.3s ease-out 0s;
    margin-right: 5px;
}

.background-for-services {
    /* background: #f6f6f6; */
    padding: 3px;
}

@media (min-width: 320px) and (max-width:600px) {
    .header_right_menu {
        display: none;
    }

    .content-serv-column {
        padding-bottom: 1rem;
    }

    .card-body.ctservices-body .card-text {
        font-size: 13px;
    }

    .back-to-left {
        display: none;
    }

    .background-for-services .about-delta .welcome {
        font-size: 24px;
    }

    .title-imagebox h2 {
        font-size: 24px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .card-body.ctservices-body .card-text {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .content-serv-column {
        padding-bottom: 1rem;
    }

    .content-serv-column .card .card-body.ctservices-body h5,
    .content-serv-column .card .card-body.ctservices-body ul {
        padding: 0rem 7rem;
    }
}


/* Styles for Law Sections */
.features .section-title {
    margin-bottom: 48px;
}

.features .features-info {
    font-size: 22px;
    line-height: 30px;
    color: #3555a0;
}

.feature:hover {
    background-color: #f1f1f1;
    box-shadow: 5px 5px 5px 5px rgba(84, 0, 0, 0.02);
}

.feature h4:hover {
    color: #ffffff;
}

.features-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -12px;
    margin-left: -12px;
}

.features-wrap:first-child {
    margin-top: -12px;
}

.features-wrap:last-child {
    margin-bottom: -12px;
}

.feature {
    padding: 3px;
    width: 300px;
    max-width: 350px;
    flex-grow: 0;
    -webkit-box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 50%);
}

.feature-inner {
    position: relative;
    height: 100%;
    padding: 40px 24px;
}

.feature-inner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.feature-icon {
    display: flex;
    justify-content: center;
}

.features .section-title_ {
    margin-bottom: 56px;
}

.features_ .section-inner_ {
    padding-top: 56px;
    padding-bottom: 64px;
}

/* Legal services CSS */
.legal-ser {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 1rem;
}

.legal-ser {
    margin: 0;
    padding: 0;
    list-style: none;
    /* color: #F6F3EA; */
    font-weight: bold;
}

.legal-ser .item {
    padding: 8px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222;
    font-size: .875rem;
    line-height: 1.6;
    border-radius: 5px;
    background: #f8f8f8 !important;
    font-family: "Roboto", sans-serif;
    transition: all .4s ease-out 0s;
}

.legal-ser .item>a {
    text-decoration: none;
    color: #222;
}

.legal-ser .item:hover{
    transform: scale(1.1);
}

.legal-ser .item>a:hover {
    color: #3555a0;
    text-decoration: underline;
}

.education-img{
    height: 400px;
}
/* Legal services CSS Ends */