/*----------------------------------------------------- 28-01-2021 -----------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    line-height: normal;
    font-family: 'roboto', sans-serif;
    color: #333;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: scroll;
    font-weight: 400;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 40px;
    color: #222;
    margin-bottom: 8px;
    text-align: center;
}

h2 {
    font-size: 21px;
    color: #333;
}

h3 {
    font-size: 18px;
    color: #000;
}

h4 {
    font-size: 17px;
    color: #555;
}

h5 {
    font-size: 16px;
    color: #333;
}

.hide {
    display: none !important;
}

.mobileshow,
.menu-btn {
    display: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #c5c4c4;
}


/* firefox 19+ */

::-moz-placeholder {
    color: #c5c4c4;
}

:-ms-input-placeholder {
    color: #c5c4c4;
}


/* ie */

*:focus {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
}

input:-moz-placeholder {
    color: #c5c4c4;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

button,
.btn_w {
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    color: #177898;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #259dc5;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    transition: 300ms all ease;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

.py-60 {
    padding: 60px 0
}

.aliceblue {
    background-color: #ecf5ff;
}

.has-error {
    border-color: #d9534f;
}

.has-success {
    border-color: #5cb85c;
}

.privacypolicy {
    line-height: 24px;
    font-family: 'roboto', sans-serif;
    color: #333;
    font-size: 16px;
}

.privacypolicy h2,
.privacypolicy h3 {
    font-weight: 600;
    margin-bottom: 10px;
}

.privacypolicy p,
.privacypolicy ul li {
    font-weight: 400;
    margin-bottom: 10px;
}

.privacypolicy ul {
    padding-left: 20px;
}

.privacypolicy ul li {
    list-style: disc;
}

/*----------------------------------------------------- new menu design -----------------------------------------------------*/

#header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 11;
}

header {
    position: relative;
    box-shadow: 1px 1px 5px #dddddd;
}

.logo {
    padding: 10px 0 0;
}

.logo a {
    display: block;
}

.head_right {
    padding: 10px 0;
}

.head_right p {
    color: #525252;
    font-size: 16px;
    padding-bottom: 5px;
}

.green_phoneicon {
    width: 16px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background: url(../../images/sprite.png) no-repeat;
}

.head_right p>span {
    color: #7b8b2c;
    display: block;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

.head_right i {
    margin-right: 8px;
}

nav {
    padding-top: 20px;
}

nav>ul {
    text-align: center;
}

nav>ul>li {
    display: inline-block;
    font-size: 16px;
    padding: 24px 15px;
}

nav>ul>li>a {
    color: #000;
    display: block;
    position: relative;
}

nav>ul>li>a:hover,
nav>ul>li.active>a {
    color: #0a7ea5;
}

.getstartedlink {
    color: #06b8f3;
    border-bottom: 1px dotted #06b8f3;
    margin-bottom: -1px;
}

.getstartedlink:hover {
    color: #03a3d8;
    border-color: #03a3d8;
}

.head_right>div {
    padding: 13px 0 0;
}

nav .dropdown {
    background-color: #259dc4;
    padding: 0;
    border: none;
    top: 87px;
    left: 50%;
    opacity: 0;
    display: none;
    width: 100%;
    -webkit-transition: 500ms display linear;
    -moz-transition: 500ms display linear;
    transition: 500ms display linear;
    z-index: 3;
    position: absolute;
    transform: translateX(-50%);
    text-align: left;
}

.hassubmenu:hover .dropdown {
    margin-left: 0;
    opacity: 1;
    overflow: auto;
    height: auto;
    display: block;
    -webkit-transition: 500ms display linear;
    -moz-transition: 500ms display linear;
    transition: 500ms display linear;
}

.fquoteblock .btn {
    background-color: #afc636;
    color: #fff;
    transition: 300ms all ease;
    border-radius: 30px;
    padding: 10px 30px;
}

.fquoteblock .btn:hover {
    background-color: #9eb529;
}

.fquoteblock .btn span {
    margin-left: 10px;
}

.menumegamain {
    padding: 15px;
}

.menumega {
    border-bottom: 2px solid #6eb3ca;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.fquoteins,
.menulist ul,
.menucontact {
    padding: 10px;
}

.fquoteins,
.menucontact {
    text-align: center;
}

.fquoteins>h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 20px;
}

.menulist ul {
    border-left: 2px solid #6eb3ca;
    border-right: 2px solid #6eb3ca;
    padding: 10px 22px;
    min-height: 182px;
}

.menulist li {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 30px;
}

.menulist li a {
    color: #fff;
}

.menulist li a:hover {
    color: #cae925;
    text-decoration: underline;
}

.menucontact h2 {
    color: #fff;
    font-size: 30px;
    padding: 52px 0;
    font-weight: 300;
}

.menucontact h2 span {
    font-weight: normal;
    display: block;
    font-size: 25px;
}

.menumegamain .btm-line h2 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 300;
}

.menumegamain .btm-line h2>span {
    font-weight: 500;
}

nav>ul>li>a::after {
    border-bottom: 8px solid #259dc4;
    bottom: -24px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    opacity: 0;
}

nav>ul>li:hover>a::after {
    opacity: 1;
}

nav>ul>li:hover .getstartedlink::after {
    opacity: 0;
}

.fquoteins {
    padding: 30px;
}

.fa-phone-alt {
    font-size: 16px;
    color: #7b8b2c;
}


/*----------------------------------------------------- Menu Design End -----------------------------------------------------*/


/*----------------------------------------------------- Banners -----------------------------------------------------*/

.innerbanner,
.cloud-banner,
.outsourcebanner,
.enterprise-banner,
.web-banner,
.maintenancebanner,
.appdevelopmentbanner,
.webdesignbanner,
.reswebdesignbanner,
.seobanner,
.portfolio-details-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 58vh;
    padding: 5% 0;
}

.innerbanner {
    background-image: url(../images/banners/mobile-development.jpg);
}

.web-banner {
    background-image: url(../images/banners/web-development-banner.jpg);
    background-position: top center;
}

.cloud-banner {
    background-image: url(../images/banners/Cloudcomputing-3.jpg);
}

.enterprise-banner {
    background-image: url(../images/banners/enterprise-banner.jpg);
}

.maintenancebanner {
    background-image: url(../images/banners/maintenance-banner.jpg);
}

.appdevelopmentbanner {
    background-image: url(../images/banners/app-development.jpg);
}

.webdesignbanner {
    background-image: url(../images/banners/web-design-new.jpg);
}

.reswebdesignbanner {
    background-image: url(../images/banners/web-design-responsive-3.jpg);
}

.seobanner {
    background-image: url(../images/banners/seo-3.jpg);
}

.outsourcebanner {
    background-image: url(../images/banners/outsourcing.jpg);
}


/*----------------------------------------------------- Banners -----------------------------------------------------*/


/*----------------------------------------------------- Content Style start -----------------------------------------------------*/

.content {
    text-align: left;
    margin: 0;
    /* padding-bottom: 10px; */
}

.content h1 {
    text-align: left;
    margin: 0;
    padding-bottom: 10px;
}

.content p {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.page-title {
    font-size: 35px;
    color: #16293b;
    padding-bottom: 50px;
    text-transform: capitalize;
}

.tagline {
    color: #556877 !important;
    font-size: 15px !important;
    margin-bottom: 40px !important;
}


/*-----------------------------------------------------Content Style end-----------------------------------------------------*/

/*-----------------------------------------------------Home-page start-----------------------------------------------------*/
.overlay {
    background-color: rgba(0, 0, 0, 0.55);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.slidertxt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
}

.bannertext h2 {
    color: #fff;
    font-size: 105px;
    font-weight: 600;
    margin-bottom: 60px;
    margin-top: 60px;
    text-align: center;
}

p.sub-heading {
    color: #fff;
    font-size: 31px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 60px;
}

p.smalltxt {
    color: #fff;
    text-align: center;
    font-size: 22px;
}

.frctiontech {
    padding: 50px 0;
}

.frctiontech p {
    font-size: 18px;
    line-height: 30px;
    color: #4d4d4d;
}

.btnchangs .aboutsection h2 {
    font-size: 35px;
    text-align: left;
    color: #252b33;
    font-weight: 400;
    margin-bottom: 15px;
}

.btnchangs .aboutsection p {
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 18px;
}

.btnchangs .aboutsection a {
    color: #259dc4;
    text-decoration: none;
    padding: 10px 30px;
    border: 1px solid;
    border-radius: 30px;
    text-transform: uppercase;
    display: inline-block;
}

.btnchangs .aboutsection a:hover {
    background-color: #259dc4;
    color: #fff;
}

.img-circle {
    width: 380px;
    height: 380px;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 0 30px rgb(244 244 244);
}

.img-circle img {
    width: 380px;
    height: 380px;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 0 30px rgb(244 244 244);
}

.img-circle::before, .img-circle::after {
    position: absolute;
    content: '';
    width: 380px;
    height: 380px;
    top: 0;
    left: 0;
    border-radius: 50%;
    z-index: 0;
}

.img-circle::before {
    box-shadow: 0 0 0 80px rgb(232 232 232);
    -webkit-animation: 2.5s anim-effect-front 0s linear infinite;
    animation: 2.5s anim-effect-front 0s linear infinite;
}

.webbannertext {
    padding: 100px 0;
    position: relative;
    z-index: 1;
    text-align: center;
    background-size: cover;
    background-color: #ecf5ff;
}

.we-grow h2 {
    font-size: 35px;
    text-align: left;
    color: #252b33;
    font-weight: 400;
    margin-bottom: 10px;
}

.we-grow p {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
    width: 80%;
}

#owl-demo1 .item {
    border-right: 1px solid #b0eafd;
    /* border-bottom: 1px solid; */
    padding: 5px 0px;
    margin-bottom: 35px;
    position: relative;
    cursor: pointer;
}

#owl-demo1 .item:before {
    position: absolute;
    content: '';
    width: 150px;
    height: 1px;
    background-color: #b0eafd;
    bottom: 0;
    left: 10px;
    bottom: -20px;
}

.round {
    border-radius: 10%;
    height: 120px;
    width: 130px;
    padding: 10px;
    transition: 300ms all ease-in-out;
    background-color: #fff;
    border: 1px solid transparent;
    margin: 0 auto;
}

#owl-demo1 .item i {
    font-size: 35px;
    margin-bottom: 10px;
    color: #259dc4;
    position: relative;
    top: 10px;
}

#owl-demo1 .round p {
    line-height: 20px;
    margin-top: 10px;
    font-size: 14px;
}

.item:hover .round {
    background-color: #0e6986;
    border: 1px solid #fff;
}

#owl-demo1 .item:hover .round p, #owl-demo1 .item:hover .round i {
    color: #fff;
}

.heading {
    font-size: 35px;
    text-align: center;
    color: #252b33;
    font-weight: 400;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-iteration-count: infinite;
}

.whyusblock {
    width: 100%;
    background: #38506b;
    position: relative;
    text-align: center;
}

.whyusblock .whychoosedet h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    padding: 0 0 30px 0;
}

.whychoosedet>div>p.tagline {
    color: #fff !important;
    margin: 0 auto 40px;
    width: 70%;
}

.choose_secins {
    height: 300px;
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    margin: 0 15px 30px 15px;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
}

.choose_secins.card i {
    font-size: 48px;
    padding-top: 0;
    color: #259dc4;
}

.choose_secins .card-body {
    padding: 5px;
}

.choose_secins.card h5 {
    font-size: 22px;
    font-weight: 400;
    color: #111;
    margin-bottom: .75rem;
}

.test_block {
    /* background-color: #f5f9fa; */
    padding: 18px 18px 18px 40px;
    position: relative;
    margin-bottom: 20px;
}

.test-monial i.fa.fa-quote-left {
    float: left;
    font-size: 35px;
    margin-right: 15px;
    color: #dfdfdf;
}

.test-monial i.fa.fa-quote-right {
    position: absolute;
    font-size: 35px;
    color: #ddd;
    /* bottom: 62px; */
    margin-left: 10px;
}

.test_block>p {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
}

.test-monial .test_user {
    margin-left: 48px;
    padding-top: 15px;
}

.test_block h5 {
    color: #177898;
    font-weight: 500;
}

.btn_w:hover {
    background-color: #259dc5;
    color: #fff;
}

/*----------------------------------------------------- Home-page End -----------------------------------------------------*/

/* -----------------------------------------------------owl -------------------------------------------------------------- */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.owl-height {
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.7f01b07148f205f6e825.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}


/* -----------------------------------------------------owl end ---------------------------------------------------------- */



/*----------------------------------------------------- Extra - start -----------------------------------------------------*/

.webservice {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    position: relative;
    transition: 300ms all ease-in-out;
    min-height: 200px;
    margin: 0 15px 30px;
}

.test {
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.web-name h4 {
    font-size: 17px;
    text-transform: uppercase;
    color: #16293b;
    font-weight: 500;
}

.web-content p {
    font-size: 16px;
    margin: 20px 0 0 0;
    color: #333;
    line-height: 22px;
    letter-spacing: unset;
}

.web-icon i {
    background-image: url(../images/ui/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    margin-right: 15px;
}

.wds_api {
    background-position: 0 -1067px;
    width: 92px;
}

.wds_webportal {
    background-position: -174px -1067px;
    width: 87px;
}

.wds_appdev {
    background-position: -335px -1067px;
    width: 72px;
}

.wd_maintnance {
    background-position: -489px -1067px;
    width: 77px;
}

.wds_migration {
    background-position: -93px -1067px;
    width: 79px;
}

.wds_customweb {
    background-position: -262px -1067px;
    width: 72px;
}

.wds_cms {
    background-position: -408px -1067px;
    width: 80px;
}

.webservice:hover h4,
.webservice:hover .web-content p {
    color: #fff;
}

.webservice:hover {
    background-color: #466cdb;
}

.webservice:hover .web-icon i {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    animation: swing 1s;
    animation-timing-function: linear;
}

.webservice:hover .wds_migration {
    background-position: -93px -1128px;
}

.webservice:hover .wds_customweb {
    background-position: -262px -1128px;
}

.webservice:hover .wds_cms {
    background-position: -408px -1128px;
}

.webservice:hover .wds_api {
    background-position: 0 -1128px;
}

.webservice:hover .wds_webportal {
    background-position: -174px -1128px;
}

.webservice:hover .wds_appdev {
    background-position: -335px -1128px;
}

.webservice:hover .wd_maintnance {
    background-position: -489px -1128px;
}

.wde_icons {
    background-color: #ecf5ff;
    height: 140px;
    margin: auto auto 15px;
    position: relative;
    width: 162px;
    border-radius: 4px;
    transition-duration: 0.3s;
    transition-property: box-shadow, transform;
}

.infog_ser i,
.seo_proc i,
.seotoolins i,
.wd_expert_in i,
.wd_serv_ins i,
.wds_icons i,
.seo_offers .infog_ser i {
    background-image: url(../images/ui/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.wd_expert_in i {
    bottom: 0;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: perspective(1px) translateZ(0px);
}

.wd_expert_in:hover .wde_icons {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    /*transform: scale(1.05);*/
}

.wd_expert_in:hover i {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: hvr-icon-pulse;
    animation-timing-function: linear;
}

.wd_expert_in>p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 22px;
}

.wd_webportal {
    background-position: 0 -960px;
    width: 96px;
}

.wd_socialnet {
    width: 104px;
    background-position: 0 -860px;
}

.wd_onlinebook {
    width: 86px;
    background-position: -105px -860px;
}

.wd_travel {
    width: 107px;
    background-position: -192px -860px;
}

.wd_marketplace {
    width: 136px;
    background-position: -300px -860px;
}

.wd_smallserv {
    width: 130px;
    background-position: -437px -860px;
}

.wd_opensrc {
    background-position: -690px -860px;
    width: 100px;
}

.wd_shopcart {
    width: 123px;
    background-position: -567px -860px;
}

.wd_cms {
    background-position: -199px -960px;
    width: 113px;
}

.wd_erp {
    background-position: -96px -960px;
    width: 103px;
}

.m-categories {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.m-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 20px;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    position: relative;
}

.m-icon i {
    font-size: 42px;
    color: #466cdb;
}

.m-icon .dots {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    animation: dots 6s infinite linear;
}

.m-icon .dots .dot {
    width: 5px;
    height: 5px;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -3px;
}

.m-icon .dots .dot1 {
    background-color: #8ad9fd;
    transform: translate(15px, 5px);
    animation: dot1 1.5s infinite alternate;
}

.m-icon .dots .dot2 {
    background-color: #b8a6f7;
    transform: translate(-8px, 8px);
    animation: dot2 1.5s infinite alternate;
    animation-delay: .5s;
}

.m-icon .dots .dot3 {
    background-color: #fac5a7;
    transform: translate(-5px, -12px);
    animation: dot3 1.5s infinite alternate;
    animation-delay: 1s;
}

.m-name span {
    color: #5c6870;
    font-size: 18px;
}

.m-name h3 a {
    color: #16293b;
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    transition: 300ms all ease-in-out;
}

.use-cases {
    position: relative;
}

.use-cases li {
    font-size: 18px;
    color: #333;
    line-height: 40px;
    padding-left: 20px;
    position: relative;
    padding-left: 30px;
}

.use-cases li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f111";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    margin-left: -30px;
    margin-right: 11px;
    color: #868686;
}

.benefitsection {
    position: relative;
    background-image: linear-gradient(to right, #ecf5ff 50%, #38506b 50%);
}

.benefitsection h2 {
    text-align: left;
    padding-bottom: 30px;
}

.benefitsection .left-section {
    background: #ecf5ff;
    padding: 60px 30px !important;
}

.benefitsection .right-section h2 {
    color: #fff;
}

.benefitsection .right-section {
    background: #38506b;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 60px 30px !important;
}

.benefitsection .right-section .use-cases li {
    padding-left: 30px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 25px;
}

.benefitsection .right-section .use-cases li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f111";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    margin-left: -30px;
    margin-right: 11px;
    color: #fff;
}

.how-do-work.enter-solution {
    padding: 0;
    background-image: linear-gradient(to right, #38506b 30%, #ecf5ff 30%);
}

.how-do-work {
    background-color: #ecf5ff;
}

.tabs-left-part {
    background: #38506b;
    position: relative;
    padding: 50px 0;
}

.tabs-left-part h2 {
    color: #fff;
    text-align: left;
    padding-bottom: 30px;
}

.accordian li {
    padding: 7px 15px;
    background: transparent;
    margin: 0 0 10px;
    position: relative;
    font-size: 18px;
    color: #fff;
}

.accordian li:hover {
    background: #244468;
}

.tablinks.active {
    background: #244468;
    text-shadow: 0 0 10px #fff, 0 0 10px #8c7575, 0 0 10px #7a7272, 0 0 10px #6986a5, 0 0 10px #012d5b, 0 0 10px #222426, 0 0 10px #355578, 0 0 10px #26588c;
}

.accordian li:hover:before,
.accordian li.active::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}

.tabs-right-part {
    padding: 50px 30px;
}

.tabcontent {
    float: left;
    padding: 0px 12px;
    border-left: none;
    max-height: 350px;
    height: 350px;
    display: none;
}

.work-content h3 {
    font-size: 35px;
    margin-bottom: 15px;
}

.work-content p {
    width: 100%;
    margin: 0;
    line-height: 30px;
}

.enter-prise h4,
.enter-prise .use-cases {
    padding-left: 35px;
}

.enter-prise h4 {
    font-size: 25px;
    margin-bottom: 20px;
    color: #16293b;
}

.custom-web1 p {
    color: #fff;
}

.custom-web1 .use-cases {
    position: relative;
    column-count: 2;
}

.cloud-app p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
}

.services-line {
    margin-top: 50px;
}

.services {
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 54px;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    position: relative;
    transition: 300ms all ease-in-out;
    cursor: pointer;
    min-height: 210px;
}

.services h4 {
    font-size: 18px;
    margin-bottom: 10px;
    min-height: 35px;
    color: #16293b;
    font-weight: 500;
    position: relative;
    padding: 0px 15px 0;
    text-transform: uppercase;
}

.services h4:before {
    position: absolute;
    content: '';
    background: #466cdb;
    width: 3px;
    height: 74%;
    top: 0;
    left: 0;
}

.services p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 25px;
}

.service-circle {
    position: absolute;
    content: '';
    border-radius: 100%;
    background: #fff;
    top: -30px;
    right: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    transition: all 2s ease 0s;
    width: 60px;
    height: 60px;
    text-align: center;
}

.service-circle i {
    line-height: 60px;
    font-size: 25px;
    color: #466cdb;
}

.services:hover {
    background: #466cdb;
}

.services:hover .service-circle {
    transform: rotate(360deg);
}

.services:hover h4:before {
    background-color: #fff;
}

.services:hover h4,
.services:hover p {
    color: #fff;
}

.webdesignservices .services {
    padding: 0;
    min-height: 180px;
    transition: all 0.3s ease-in-out;
}

.design-title h4 {
    margin: 0;
    color: #fff;
    display: inline;
}

.webdesignservices .services h4:before {
    background: #ffffff;
    height: 100%;
}

.design-title {
    padding: 12px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.designbox1 {
    background: #02a8f4;
}

.designbox2 {
    background: #502ca8;
}

.design-title.designbox3 {
    background: #8bc24a;
}

.design-title.designbox4 {
    background: #00779b;
}

.design-title.designbox5 {
    background: #7a1fa2;
}

.design-title.designbox6 {
    background: #f57b00;
}

.webdesignservices .services:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.webdesignservices .services h4:before {
    background: #ffffff;
    height: 100%;
}

.webde-sign6:hover {
    background: #cc6803;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.webde-sign5:hover {
    background: #601680;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.webde-sign4:hover {
    background: #0096c4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.webde-sign3:hover {
    background: #78ad39;
}

.webde-sign2:hover {
    background: #4013ad;
}

.webde-sign1:hover {
    background: #028dcc;
}

.choose_item_text {
    width: 45%;
    float: left;
    padding: 0 15px;
    margin: 0 15px;
}

.choose_item_text h6 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    color: #16293b;
}

.choose_item_text h6 i {
    margin-right: 10px;
    color: #0368bf;
    font-size: 25px;
    vertical-align: middle;
    display: inline-block;
}

.choose_item_text p {
    margin-left: 34px;
    font-size: 16px;
    color: #333;
    line-height: 25px;
    min-height: 100px;
}

.m_importance {
    margin: 0;
    padding-top: 40px;
}

.m_importance .cf {
    box-shadow: 0 0 7px #dddddd;
    margin-bottom: 20px;
    transition: 300ms all ease;
}

.m_importance .cf h2 {
    border-bottom: 1px solid #eee;
    font-size: 25px;
    color: #259dc4;
}

.m_importance .cf h2,
.m_importance .cf p {
    padding: 10px 20px;
    transition: 300ms all ease;
}

.m_importance .cf p {
    font-size: 16px;
}

.m_importance .cf:hover {
    background-color: #259dc4;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 70%);
}

.m_importance .cf:hover h2 {
    color: #fff;
    border-bottom-color: #1d8eb3;
}

.m_importance .cf:hover p {
    color: #fff;
}

.choose_secins {
    height: 270px;
    padding: 20px 10px;
    background-color: #fff;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    margin: 0 15px 30px 15px;
    border: none;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
}

.use-flex {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 10px;
}

.bgimg {
    background: url(../images/ui/tabbg2.png);
    background-repeat: no-repeat;
    height: 85px;
    background-position: center;
    width: 85px;
    text-align: center;
}

.card h5 {
    font-size: 22px;
    font-weight: 400;
    color: #111;
}

.card-title {
    margin-bottom: .75rem;
}

.choose_secins .card-body {
    padding: 5px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #444;
}

.bgimg i {
    padding: 0;
    line-height: 85px;
    color: #00475e;
    font-size: 43px;
}

.choose_secins:hover {
    background-color: #afc736;
}

.Maintenance:hover h5 {
    color: #ffffff;
}

.choose_secins:hover i,
.choose_secins:hover .card-body p,
.choose_secins:hover .card-body h5 {
    color: #fff;
}

.choose_secins:hover i {
    -webkit-animation-name: jackInTheBox;
    animation: tada 1s infinite;
    animation-timing-function: linear;
}

.list-type1 ol {
    counter-reset: li;
    list-style: none;
    /*list-style: decimal;*/
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    padding: 0;
    margin-bottom: 4em;
}

.list-type1 li {
    position: relative;
    display: block;
    padding: .8em 1.4em .8em 4em;
    margin: .8em 0;
    background: #4c48ff;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: 4px;
    transition: all .2s ease-in-out;
}

.list-type1 li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -2.2em;
    background: #df6452;
    height: 65px;
    width: 65px;
    line-height: 55px;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    -moz-border-radius: 4em;
    -webkit-border-radius: 4em;
    border-radius: 4em;
    color: #FFF;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.list-type1 li:hover {
    background: #59b39a;
    text-decoration: none;
    transform: scale(1.1);
}

.list-type1 li:hover:before {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.wc-table li {
    margin-bottom: 40px;
}

.single-wc-content {
    float: left;
    display: inline;
    width: 100%;
    text-align: center;
}

.single-wc-content span {
    border-radius: 100%;
    display: inline-block;
    font-size: 35px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    width: 90px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #004a99;
    color: #004a99;
}

.single-wc-content .wc-tittle {
    color: #242424;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 1px solid #bbbbbb;
    margin-top: 32px;
    padding-bottom: 17px;
}

.single-wc-content p {
    color: #242424;
    font-size: 15px;
    padding: 12px;
    line-height: 22px;
}

.single-wc-content:hover .wc-icon {
    background-color: #004a99;
    color: #fff;
}

.single-wc-content:hover .wc-tittle {
    padding-bottom: 16px;
    border-bottom: 2px solid #004a99;
}

.Process {
    padding: 30px 0;
}

.Process h2 {
    padding-bottom: 50px;
    font-size: 25px;
}

.imgone .single-wc-content .wc-tittle {
    font-size: 13px;
}

.benefit-glance-box {
    display: flex;
    align-items: center;
    padding: 20px 0 50px 40px;
    cursor: pointer;
    border-left: 1px solid #ddd;
}

.incr_chart_icon,
.scalable_icon,
.time_market,
.risk_icon,
.invest_protect {
    background-image: url(../images/ui/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    height: 44px;
    width: 44px;
}

.benefit-icon i {
    margin-right: 20px;
}

.incr_chart_icon {
    background-position: -459px 0;
    width: 48px;
}

.scalable_icon {
    background-position: -495px -183px;
}

.time_market {
    background-position: -490px -228px;
    width: 56px;
}

.risk_icon {
    background-position: -500px -273px;
    width: 48px;
}

.invest_protect {
    background-position: -515px -138px;
}

.benefit-name h5 {
    font-size: 18px;
    color: #265691;
}

.outsrcoffer ul {
    margin-left: 70px;
    margin-top: 30px;
    border-left: 1px dashed #ccc;
}

.outsrcoffer li {
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 40px;
}

.outsrcoffer ul li:before {
    background: url(../images/ui/check-icon.png) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    content: '';
    left: -15px;
    top: 0;
}

.outsrcoffer ul:after {
    position: absolute;
    height: 10px;
}

.res-slider {
    box-shadow: 0px 0px 8px -1px;
    border-radius: 4px 4px 0px 0px;
}

.bg-blue {
    background-color: #005185;
}

.slider-head {
    height: 40px;
    border-radius: 4px 4px 0px 0px;
    width: 100%;
}

.slider-content {
    background-color: #fff;
    padding: 20px 30px;
}

.seoservices {
    min-height: 140px;
    padding: 20px 30px;
}

.seoservices .test {
    display: flex;
    -webkit-justify-content: center;
    justify-content: space-between;
    align-items: center;
}

.seoservices .web-icon {
    width: 95px;
}

.seoservices .web-name h4 {
    text-align: center;
}

.seoservices:hover {
    background-color: #4bc4ff;
}

.seoservices:hover .web-icon img {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    animation: swing 1s;
    animation-timing-function: linear;
}

.seoprocess-tables .imgone .wc-table li .single-wc-content span {
    border-radius: 100%;
    display: inline-block;
    font-size: 35px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    width: 110px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.seoprocess-tables .seoprocess-table .seo_proc i {
    margin: 20px;
}

.seoprocess-tables .single-wc-content:hover .wc-icon {
    background-color: #ecf5ff;
}

.seo-tool .seotoolins {
    text-align: center;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 10%);
    background: #fff;
    border: 2px solid transparent;
    background-color: #fff;
    transition: all .5s ease 0s;
}

.seotool p {
    margin: 0;
    color: #333;
    font-size: 18px;
}

.seo-tool .seotoolins:hover {
    border: 2px solid #025178;
    box-shadow: 10px 10px 10px transparent;
    transform: scale(1);
}

.seo_offers .infog_ser i, .seo_proc i, .seotoolins i, .wd_expert_in i, .wd_serv_ins i, .wds_icons i {
    background-image: url("../images/ui/sprite.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.seo_offers .infog_ser i {
    height: 50px;
}

.organic_srch {
    background-position: -507px -318px;
    width: 50px;
}

.rele_traffic {
    background-position: -560px 0;
    width: 87px;
}

.seo_strategy {
    background-position: -507px -369px;
    width: 50px;
}

.high_returns {
    background-position: -560px -50px;
    width: 74px;
}

.new_market {
    background-position: -507px -420px;
    width: 51px;
}

.seo_promote {
    background-position: -507px -471px;
    width: 52px;
}

.seo_fanbase {
    background-position: -482px -526px;
    width: 67px;
}

.brand_aware {
    background-position: -345px -469px;
    width: 45px;
}

.monetize_traffic {
    background-position: -548px -253px;
    width: 58px;
    height: 50px;
}

.optimi_content {
    background-position: -560px -101px;
    width: 35px;
    height: 50px;
}

.web_crawlers {
    background-position: -635px -50px;
    width: 57px;
    height: 50px;
}

.seo_competitor {
    background-position: -648px 0px;
    width: 50px;
    height: 50px;
}

.track_metrix {
    background-position: -596px -101px;
    width: 69px;
    height: 50px;
}

.cost_effective {
    background-position: -560px -152px;
    width: 39px;
    height: 50px;
}

.seo_position {
    background-position: -600px -151px;
    width: 50px;
    height: 50px;
}

.brand_visiblty {
    background-position: -547px -202px;
    width: 75px;
    height: 50px;
}

.seo_proc i {
    height: 70px;
    display: block;
    margin: auto auto 20px;
}

.keyword_srch {
    background-position: 0px -688px;
    width: 79px;
}

.seo_stratgyone {
    background-position: -80px -688px;
    width: 70px;
}

.site_optimize {
    background-position: -151px -688px;
    width: 71px;
}

.cont_market {
    background-position: -222px -688px;
    width: 77px;
}

.seo_reporting {
    background-position: -300px -678px;
    width: 67px;
}

.seo_proc .ph_process {
    background-color: #ffffff;
}

.seotoolsdiv {
    margin: auto;
    width: 870px;
}

.seotoolins {
    background-color: #fbfbfb;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    margin-bottom: 20px;
    transition-duration: 0.3s;
    transition-property: box-shadow, transform;
}

.seotoolins:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    transform: scale(1.01);
    background-color: #fff;
}

.seotoolins i {
    height: 100px;
    display: block;
    margin: 40px auto;
}

.speed_insight {
    width: 116px;
    background-position: 0 -759px;
}

.keywordtool {
    width: 116px;
    background-position: -117px -759px;
}

.g_analytics {
    width: 100px;
    background-position: -234px -759px;
}

.g_webmaster {
    width: 100px;
    background-position: -336px -759px;
}

.site_explorer {
    width: 100px;
    background-position: -437px -759px;
}

.keyword_planner {
    width: 100px;
    background-position: -538px -759px;
}

.google_trends {
    width: 100px;
    background-position: -640px -759px;
}

.sprout_analyser {
    width: 74px;
    background-position: -741px -759px;
}

.seotoolins>p {
    border-top: 1px solid #eeeeee;
    display: table;
    font-size: 16px;
    height: 64px;
    vertical-align: middle;
    width: 100%;
}

.seotoolins span {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}

.seo-strenth .infog_serbl {
    padding: 15px;
    border: 1px solid #eeeeee;
    height: 88px;
    margin: 10px auto;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
    transition-property: border-radius;
}

.seo-strenth .infog_serbl>div {
    width: 20%;
    text-align: center;
}

.seo-strenth .card-title {
    width: 65%;
    margin: 15px 0px;
}

.seo-strenth .infog_serbl:hover {
    border-radius: 12px;
    background-color: #f7fdff;
}

.key {
    background: #fff;
    box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%);
    padding: 20px 15px;
    margin-bottom: 20px;
    display: flex;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    margin: 0 15px 20px;
}

.key.benefit-key {
    display: block;
    padding: 0;
    min-height: 470px;
}

.key-banner {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.benefit-content {
    padding: 20px 15px;
}

.key h3 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #16293b;
    transition: 300ms all ease-in-out;
}

.key p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 25px;
}

.key-banner img {
    width: 100%;
}

.key.benefit-key:hover {
    animation: jello 1s;
    animation-timing-function: linear;
}

.o_serv_block {
    background-color: #ecf5ff;
    margin: 0 10px 20px;
    display: inline-table;
    box-shadow: 0px 0px 1px 0px #012955;
    width: 100%;
}

.srv_contain {
    padding: 30px;
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    overflow: hidden;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    transition: all 2s ease-in-out 0s;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    min-height: 310px;
}

.srv_contain::before {
    background: #2098d1 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    right: 50%;
    transition-duration: 0.3s;
    transition-property: left, right;
    transition-timing-function: ease-out;
    z-index: -1;
}

.srv_contain>h2 {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0;
}

.srv_contain li {
    font-weight: 300;
    padding-bottom: 7px;
}

.srv_contain:hover {
    border-bottom: 2px solid #333333;
}

.srv_contain:hover::before, .srv_contain:focus::before, .srv_contain:active::before {
    left: 0;
    right: 0;
}

.o_dgn_icon, .o_app_icon, .o_ecommerce, .o_cms_icon, .o_seo_icon {
    background-image: url(../images/ui/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 82px;
    height: 82px;
}

.outsrcoffer .ofr_bl {
    background-color: #fff;
    display: inline-table;
    height: 130px;
    margin: 10px;
    position: relative;
    vertical-align: top;
    width: 198px;
    border: 1px solid #2197b4;
    transition: 300ms all ease;
    text-align: center;
}

.ofr_bl>p {
    color: #333;
    display: table-cell;
    font-size: 16px !important;
    padding: 10px;
    vertical-align: middle;
    line-height: normal !important;
}

.o_dgn_icon {
    background-position: 0 -520px;
}

.o_app_icon {
    background-position: -84px -520px;
}

.o_ecommerce {
    background-position: -168px -520px;
}

.o_cms_icon {
    background-position: -252px -520px;
}

.o_seo_icon {
    background-position: -337px -520px;
}

/*----------------------------------------------------- Extra - end -----------------------------------------------------*/


/*----------------------------------------------------- About -----------------------------------------------------*/
/* Contactus */
.page__header {
    height: 360px;
    padding: 50px 0;
    width: 95%;
    position: relative;
    background: linear-gradient(to right, #0b5566 0%, #263860 50%, #a956bf 100%);

    margin-bottom: 50px;

}

.padT0 {
    padding-top: 0;
}

.page__header .header__image {
    height: 345px;
    position: absolute;
    right: -5%;
    bottom: -40px;
    box-shadow: -2px 3px 8px 0px #4c5b92;
}

.page__header .header__image img {
    width: 570px;
    height: 345px;
}

/* .page__header .header__image .overlayer{
	    background-image: linear-gradient(to bottom, RGBA(15, 6, 17, 0.3), RGBA(22, 36, 74, 0.7) );
    position: absolute;
    top: 0px;
    display: block;
    height: 345px;
    width: 570px;
} */

.header_bnr .page-title {
    color: #fff;
    text-align: right;
    padding: 10px 30px;
    font-weight: 700;
    font-size: 70px;
    width: 57%;
    text-shadow: 0 0 15px #8a7f7f;
}

.header_bnr .header_text {
    width: 54%;
    text-align: right;
    color: #fff;
    padding-left: 23%;
    font-size: 20px;
}

.pad30 {
    padding: 30px;
}

.aboutusValue .infog_ser i {
    background-image: url(../images/ui/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 64px;
    height: 64px;
}

.Confidentiality {
    background-position: -683px -201px;
}

.Passion {
    background-position: -683px -136px;
}

.Perfection {
    background-position: -748px -4px;
}

.Employeesatisfaction {
    background-position: -683px -267px;
}

.Healthyrelation {
    background-position: -682px -334px;
}

.Reliability {
    background-position: -748px -70px;
}

.Accountability {
    background-position: -748px -136px;
}

.Integrity {
    background-position: -748px -334px;
}

.Innovation {
    background-position: -748px -267px;
}

.Clientintimacy {
    background-position: -748px -201px
}

.aboutusValue .infog_serbl:hover i {
    -webkit-animation-name: jackInTheBox;
    animation: jackInTheBox 1s;
    animation-timing-function: linear;
}

/*----------------------------------------------------- About - end -----------------------------------------------------*/

/*----------------------------------------------------- Preocess - Start -----------------------------------------------------*/

.bsrow {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.box-numeric {
    position: relative;
}

.unit {
    display: flex;
    flex: 0 1 100%;
    margin-bottom: -30px;
    margin-left: -20px;
}

.unit-left, .unit-right {
    flex: 0 0 auto;
    max-width: 100%;
}

.unit-spacing-lg>* {
    margin-bottom: 20px;
    margin-left: 35px;
}

.animate-box {
    overflow: hidden;
    margin-top: 40px;
}

.box-numeric .box-numeric-num {
    width: 82px;
    height: 82px;
    line-height: 82px;
    font-size: 34px;
    border-radius: 50%;
    background: #1FDE82;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    box-shadow: 0 8px 32px rgb(31 222 130 / 46%);
}

.unit-body {
    flex: 0 1 auto;
}

.box-numeric h4 {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 22px;
    line-height: 1.31818;
}

.box-numeric p {
    letter-spacing: .02em;
    margin-top: 15px;
}

.arrow-block {
    display: block;
    position: absolute;
}

.arrow-block.arrow-1 {
    left: 33%;
    top: 17%;
}

.arrow-block.arrow-2 {
    left: 21%;
    top: 35%;
}

.arrow-block.arrow-3 {
    left: 24%;
    top: 53%;
}

.arrow-block.arrow-4 {
    left: 21%;
    top: 72%;
}

.section-decoration-4 .decoration-img {
    position: absolute;
    left: -10px;
    top: 30%;
    display: block;
}

/*----------------------------------------------------- Process - end -----------------------------------------------------*/


/*----------------------------------------------------- Whyus - end -----------------------------------------------------*/
.service-box {
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.service-icon {
    height: 260px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
}

.turquoise {
    background-color: #55efc4;
}

.skyblue {
    background-color: #81ecec;
}

.lightskyblue {
    background-color: #74b9ff;
}

.lightsteelblue {
    background-color: #a29bfe;
}

.service-box .service-icon .front-content {
    position: relative;
    top: 80px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-box .service-icon .front-content i {
    font-size: 70px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 30px;
}

.service-box .service-icon .front-content h3 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.service-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    height: 300px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    background-color: #474747;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
}

.service-box .service-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.service-box .service-content p {
    font-size: 14px;
    color: #b1b1b1;
    margin: 0;
    padding: 10px 30px;
}

.service-box:hover .service-icon {
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg);
}

.service-box:hover .service-content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}

.simplicity-icon, .technology-icon, .chat-icon, .quality-icon, .mission-icon, .stuck-icon, .satisfaction {
    background-position: center;
    background-size: cover;
    height: 100px;
    width: 100px;
    display: inline-block;
}

.technology-icon {
    background-image: url(../images/ui/technology.png);
}

.simplicity-icon {
    background-image: url(../images/ui/simplicity-icon.png);
}

.chat-icon {
    background-image: url(../images/ui/chat-icon.png);
}

.quality-icon {
    background-image: url(../images/ui/quality-icon.png);
}

.mission-icon {
    background-image: url(../images/ui/mission-icon.png);
}

.stuck-icon {
    background-image: url(../images/ui/stuck-icon.png);
}

.satisfaction {
    background-image: url(../images/ui/satisfaction.png);
}

/*----------------------------------------------------- Whyus Start -----------------------------------------------------*/

/*----------------------------------------------------- value, contact, faq, inqury Start -----------------------------------------------------*/

.values .key.benefit-key:hover {
    animation: pulse 1s;
    animation-timing-function: linear;
}

.values .key.benefit-key {
    min-height: 220px;
}

.values .key .benefit-content {
    min-height: 125px;
}

.values .key h3 {
    text-align: center !important;
}

.faqli>h5 {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 5px #eee;
    color: #8b9d2c;
    line-height: 22px;
    padding: 10px;
}

.faqli ul {
    display: block;
    list-style-type: disc;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 20px;
}

.faqli ul li {
    color: #555;
    line-height: 20px;
    padding-bottom: 3px;
}

.sec2contactform {
    background-color: #fff;
    box-shadow: 0 0 2rem rgb(0 0 0 / 10%);
}

.c-form__container {
    display: flex;
    flex-direction: column;
}

.cForm-label {
    display: inline-block;
    margin: .4rem 0;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.28571429;
    letter-spacing: .2px;
    font-size: 16px;
}

.c-input {
    background-color: #fff;
    color: #454545;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: normal;
    font-size: 1rem;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    box-shadow: none;
    padding: 1.15rem 1rem;
    display: inline-block;
    margin-bottom: 1rem;
    height: unset;
}

.c-btn {
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    font-weight: 700;
    line-height: 1.28571429;
    letter-spacing: .8px;
    font-size: .875rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: 19px 40px 20px;
    display: block;
    width: auto;
    background-color: #611f69;
    color: #fff;
    fill: #fff;
    outline: 0;
    transition: box-shadow 420ms cubic-bezier(.165, .84, .44, 1), color 420ms cubic-bezier(.165, .84, .44, 1), background 420ms cubic-bezier(.165, .84, .44, 1);
}

.c-btn:hover {
    background-color: #4a154b;
    border-color: #4a154b;
    color: #fff;
}

.comment-form {
    border: none;
}

.address_block h2 {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.address_block p {
    padding: 10px;
    font-size: 16px;
    color: #333;
    display: inline-block;
}

.address_block a {
    color: #333;
}

.address_block a:hover {
    color: #7b8b2c;
}

.mob_blue_icon, .email_icon, .map_icon {
    background-image: url(../images/ui/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.email_icon {
    background-position: -305px -365px;
    width: 32px;
    height: 32px;
}

.mob_blue_icon {
    background-position: -331px -326px;
    width: 18px;
    height: 32px;
    margin: 0 3px;
}

.map_icon {
    background-position: -305px -326px;
    width: 24px;
    height: 32px;
    vertical-align: top;
    margin-top: 10px;
}

/*----------------------------------------------------- value, contact, faq, inqury End -----------------------------------------------------*/
/*----------------------------------------------------- Technology Start -----------------------------------------------------*/


.netservices span {
    display: inline-block;
    background-color: #5d83a8;
    color: #fff;
    font-size: 15px;
    font-family: inherit;
    border-radius: 50px;
    padding: 10px 30px;
    margin: 15px 10px;
}

.netservicesimage {
    margin: 0 auto;
    text-align: center;
}

.techno-box {
    width: 100%;
    flex-direction: column;
    text-align: center;
    padding: 2rem;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    margin: 2rem 0px;
}

.techmologies-wrapper .techno-box:first-child {
    background: #f5800a;
}

.techmologies-wrapper .techno-box:nth-child(2) {
    background: #b969c8;
}

.techmologies-wrapper .techno-box:nth-child(3) {
    background: #28b6f8;
}

.techmologies-wrapper .techno-box:last-child {
    background: #67ba6a;
}

.techno-box img {
    display: block;
    margin: 2rem auto;
}

.techno-box label {
    color: #fff;
    font-size: 20px;
}

.techno-box p {
    font-size: 14px;
}

/* .mt-60{
    margin-top: 60px;
} */
.serv-section-2 {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgb(50 50 50 / 16%);
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
}

.serv-section-2:before {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 0;
    content: " ";
    width: 120px;
    height: 120px;
    background: #f5f5f5;
    border-bottom-left-radius: 136px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2-icon {
    position: absolute;
    top: 18px;
    right: 22px;
    max-width: 100px;
    z-index: 1;
    text-align: center;
}

.dbmanagement-icon, .dbupdate-icon, .DBbackup-icon, .DBquery-icon, .DBrestore-icon, .DBperfomance-icon, .DBmigration-icon, .DBsecurity-icon, .DBreplication-icon, .DBmirrior-icon {
    background-image: url(../images/ui/database-services-stripe.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
}

.dbmanagement-icon {
    background-position: -132px -70px;
}

.dbupdate-icon {
    background-position: -616px -68px;
}

.DBbackup-icon {
    background-position: -68px -68px;
}

.DBquery-icon {
    background-position: -340px -68px;
}

.DBrestore-icon {
    background-position: -478px -68px;
}

.DBperfomance-icon {
    background-position: -2px -68px;
}

.DBmigration-icon {
    background-position: -202px -68px;
}

.DBreplication-icon {
    background-position: -409px -68px;
}

.DBmirrior-icon {
    background-position: -266px -68px;
}

.DBsecurity-icon {
    background-position: -547px -69px;
}

.serv-section-2:hover .dbmanagement-icon {
    background-position: -132px -3px;
}

.serv-section-2:hover .dbupdate-icon {
    background-position: -616px -3px;
}

.serv-section-2:hover .DBbackup-icon {
    background-position: -68px -3px;
}

.serv-section-2:hover .DBquery-icon {
    background-position: -340px -1px;
}

.serv-section-2:hover .DBrestore-icon {
    background-position: -478px -2px;
}

.serv-section-2:hover .DBperfomance-icon {
    background-position: -2px -2px;
}

.serv-section-2:hover .DBmigration-icon {
    background-position: -202px -3px;
}

.serv-section-2:hover .DBreplication-icon {
    background-position: -409px -3px;
}

.serv-section-2:hover .DBmirrior-icon {
    background-position: -266px -3px;
}

.serv-section-2:hover .DBsecurity-icon {
    background-position: -547px -3px;
}

.serv-section-2:hover:before {
    background: #001c48;
}

.serv-section-2:hover .serv-section-2-icon i {
    color: #fff;
}

.serv-section-desc {
    position: relative;
}

.serv-section-2 h4 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    width: 75%;
}

.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #001c48;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.serverManagementServices {
    margin: 0 !important;
    padding: 30px !important;
    background-color: #fff;
    box-shadow: 1px 0 0 0 #888, 0 1px 0 0 #888, 1px 1px 0 0 #888, 1px 0 0 0 #888 inset, 0 1px 0 0 #888 inset;
    height: 300px;
    position: relative;
    transition: 0.5s;
}

.serverManagementServices h4 {
    font-size: 26px;
    text-align: center;
    color: blueviolet;
    margin-top: 30%;
    transition: 1s;
}

.serverManagementServices p {
    display: none;
}

.serverManagementServices:hover p {
    display: block;
    color: #fff;
    padding-top: 10px;
    font-size: 14px;
}

.serverManagementServices:hover {
    background-color: #333;
    transition: 0.5s;
    transition-delay: 0.2s;
}

.serverManagementServices:hover img {
    display: none;
}

.serverManagementServices:hover h4 {
    margin-top: 0;
    font-size: 20px;
    color: #fff;
    transition: 1s;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}

.marketingblock {
    border: 2px solid transparent;
    border-radius: 6px;
    padding: 10px 5px;
    box-shadow: 0 0 10px -5px #5d83a8;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 10px 0;
}

.mblocktitle {
    font-size: 18px;
    color: #5d83a8;
    text-align: center;
}

.marketingblock:hover {
    border: 2px solid #5d83a8;
    box-shadow: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.mrktng-icon1, .mrktng-icon2, .mrktng-icon3, .mrktng-icon4, .mrktng-icon5, .mrktng-icon6, .mrktng-icon7, .mrktng-icon8, .mrktng-icon9 {
    width: 180px;
    height: 180px;
    margin: 0 auto 10px;
    background-image: url(../images/ui/online_marketing_sprite1.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: block;
}

.mrktng-icon1 {
    background-position: top 0 center;
}

.mrktng-icon2 {
    background-position: top -190px center;
}

.mrktng-icon3 {
    background-position: top -385px center;
}

.mrktng-icon4 {
    background-position: top -1510px center;
}

.mrktng-icon5 {
    background-position: top -760px center;
}

.mrktng-icon6 {
    background-position: top -1700px center;
}

.mrktng-icon7 {
    background-position: top -1140px center;
}

.mrktng-icon8 {
    background-position: top -570px center;
}

.mrktng-icon9 {
    background-position: top -1320px center;
}

/*Career Section */
.career {
    max-width: 800px;
    width: 100%;
}

.bg-white {
    background-color: #fff !important;
}

.careerH1 {
    color: #212121;
    font-size: 70px;
    font-weight: 700;
}

.careerH2 {
    color: #212121;
    font-size: 35px;
    /*font-weight: 700;*/
}

.careerH3 {
    color: #212121;
    font-size: 18px;
    /*font-weight: 700;*/
}

.career .tagline {
    color: #909dad !important;
    margin-bottom: 0 !important;
    font-size: 18px !important;
}

.career-slider .titletext {
    color: #214373;
    font-size: 22px;
    padding-bottom: 10px;
}

.career-slider .boxes p {
    font-size: 15px;
    width: 80%;
    color: #212121;
}

.career-slider .bgclr {
    padding: 10px 15px;
    height: 240px;
    overflow: hidden;
}

.clr1 {
    background: #fe5f0e;
}

.clr2 {
    background: #a385fd;

}

.clr3 {
    background: #ea605a;
}

.clr4 {
    background: #5ad19e;
}

.font-clr-wh {
    color: #fff !important;
}

.career-slider .owl-carousel.owl-drag .owl-item {
    width: 500px !important;
}

.boxes {
    margin: 10px;
    max-height: 250px;
    border-radius: 5px;
}

.box-a {
    background: #ffcdd2;
    color: #ddd;
    padding: 20px 20px 20px 20px;
    float: left;
    position: relative;
    border-radius: 10px;
    width: 100%;
}

.box1 {
    background: #ffe8d4;
}

.box2 {
    background: #caeaff;
}

.box3 {
    background: #fff;
}

.box4 {
    background: #dee0e3;
}

.box5 {
    background: #c3f0c8;
}

.box-a i {
    font-size: 60px;
    background: #212121;
    padding: 25px;
    border-radius: 150px;
}

.box-a h3 {
    position: relative;
    display: inline-block;
    padding: 0;
    text-align: left;
    padding-bottom: 10px;
    margin: 0;
    color: #212121;
    font-size: 22px;
}

.box-a p {
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
    color: #212121;
    width: 100%;
}

.box-a:hover {
    cursor: pointer;
    transform: scale(1.02);
}

.quoteSection {
    background: #38506b;
    height: 400px;
    position: relative;
}

.quotetext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.quotetext .careerH1, .quotetext .tagline {
    color: #fff !important;
    text-align: center;
    margin-bottom: 0 !important;
}

.header-hero-block {
    width: 100%;
    height: 500px;
    background-color: #afcee1;
    position: relative;
}

.girlimg {
    /*height: 100%;*/
    position: absolute;
    top: 0;
    right: 0;
    width: 336px;
}

.hero-block-text {
    position: absolute;
    width: 73%;
    right: 190px;
    top: 65px;
    padding: 36px 25px;

}

.hero-block-text p {
    color: #34295f;
    font-weight: 400;
    font-size: 24px;
}

.mrgT50 {
    margin-top: 50px;
}

.mrgT80 {
    margin-top: 80px;
}

.mrgTB75 {
    margin: 75px 0;
}

.ft-20 {
    font-size: 20px;
}

.shape-light {
    background: url(../images/ui/shape-light.png) no-repeat 0 0;
    background-position: right;
}

.saysomething h2 {
    font-size: 35px;
    line-height: 1.2;
    color: #282828;
}

.saysomething p {
    font-size: 18px;
    line-height: 26px;
    color: #282828;
    margin: 10px 0;
    width: 75%;
}

.saysomething a.applybtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.btn-apply {
    background: #34295f;
    font-size: 24px;
    padding: 10px 25px;
    color: #fff;
    display: block;
    max-width: 230px;
    margin: 0 auto;
}

.btn-apply:hover {
    background: #1d1248;
}

.mx-1500 {
    max-width: 1500px;
    width: 100%;
}

.jobtitle_ft {
    font-size: 90px;
    position: relative;
    color: white;
    padding-top: 75px;
    display: block;
}

.jobtitle_h1 {
    color: #202e48;
    width: 50%;
    /*font-weight: 900;*/
    font-size: 60px;
    margin-top: 10%;
    text-align: left;
}

.jobtitle_P {
    color: #262c38;
    font-size: 16px;
    line-height: 38px;
}

.hero-line-block {
    width: 100%;
    min-height: 350px;
    position: relative;
    background: #fff;
}

.hero-line-block p {
    font-size: 26px;
    padding: 30px 0;
    margin-top: 50px;
    color: #202e48;
    float: left;
}

.hero-line-block .rightblock {
    margin-top: 30px;
    padding: 20px;
    border-radius: 10px;
}

.hero-line-block .rightblock p {
    color: #212121;
    font-size: 16px;
    padding: 0;
    margin-top: 0;
    width: 90%;
    float: unset;
}

.hero-line-block .rightblock h3 {
    font-size: 22px;
    color: #212121;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.detail-block {
    width: 95%;
    margin: 30px 0;
}

.detail-block ol {
    padding-left: 20px;
    list-style: disc;
}

.detail-block ol li, .detail-block p {
    margin: 10px;
    font-size: 16px;
}

/*----------------------------------------------------- Technology End -----------------------------------------------------*/

/* ------------------------------------------------PortFolio----------------------------------------------------- */
/*Portfolio*/

.bgclr {
    box-sizing: border-box;
    flex: 1;
    padding: 30px 15px 0;
    height: 100%;
    position: relative;
}

.bgclr h2 span {
    color: #651256;
}

.bgclr h2 {
    font-size: 25px;
    color: #005571;
    margin-bottom: 15px;
}

.bgclr p {
    font-size: 18px;
    color: #5f7100;
    margin: 0;
    text-align: center;
    display: inline-block;
    line-height: 19px;
}

.portbox {
    min-height: 295px;
}

.portbox img {
    width: 100%;
    margin-bottom: -5px;
}

.bg-clr19 .portbox, .bg-clr20 .portbox, .bg-clr1 .portbox, .bg-clr2 .portbox, .bg-clr3 .portbox, .bg-clr4 .portbox, .bg-clr5 .portbox, .bg-clr6 .portbox, .bg-clr7 .portbox, .bg-clr8 .portbox, .bg-clr9 .portbox, .bg-clr10 .portbox, .bg-clr11 .portbox, .bg-clr12 .portbox, .bg-clr13 .portbox, .bg-clr14 .portbox, .bg-clr15 .portbox, .bg-clr16 .portbox, .bg-clr17 .portbox, .bg-clr18 .portbox {
    transition: all .3s ease;
    box-shadow: 0 3px 11px rgba(0, 0, 0, .75);
    border-radius: 4px;
}

.bg-clr19:hover .portbox, .bg-clr20:hover .portbox, .bg-clr1:hover .portbox, .bg-clr2:hover .portbox, .bg-clr3:hover .portbox, .bg-clr4:hover .portbox, .bg-clr5:hover .portbox, .bg-clr6:hover .portbox, .bg-clr7:hover .portbox, .bg-clr8:hover .portbox, .bg-clr9:hover .portbox, .bg-clr10:hover .portbox, .bg-clr11:hover .portbox, .bg-clr12:hover .portbox, .bg-clr13:hover .portbox, .bg-clr14:hover .portbox, .bg-clr15:hover .portbox, .bg-clr16:hover .portbox, .bg-clr17:hover .portbox, .bg-clr18:hover .portbox {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .55);
}

.firstbg {
    /*background: #008e67;*/
    padding: 40px !important;
}

.secondbg {
    background: #409594;
}

.thirdbg {
    background: #02488d;
}

.thirdbg1 {
    background: #97d3d8;
}

.firstbg1 {
    background: #00183c;
}

.secondbg1 {
    background: #c3ad0a;
}

/* .portbox{
    display:flex;
    position:relative;
}
    .portbox .wrap50, .portbox .wrap40 {
        display: flex;
        align-items: center;
    } */
.padR0, .padL0 {
    padding: 0 !important;
}

.border-radiusL, .border-radiusL img {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.border-radiusR img {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.imgcircle {
    width: 100%;
    height: 274px;
    border-radius: 50%;
    overflow: hidden;
}

.borderrigth, .borderleft {
    position: relative;
    background: #fff;
}

.borderrigth:after {
    left: 0;
    transform-origin: bottom right;
    transform: skewX(-8deg);
}

.borderrigth:after, .borderleft:after {
    position: absolute;
    top: 0px;
    content: '';
    z-index: 1;
    height: 99%;
    width: 100%;
    background: #fff;
}

.borderleft:after {
    transform-origin: bottom right;
    transform: skewX(8deg);
    right: 0;
}

.imgcircle img {
    height: 100%;
}

.bg-clr19, .bg-clr20, .bg-clr1, .bg-clr2, .bg-clr3, .bg-clr4, .bg-clr5, .bg-clr6, .bg-clr7, .bg-clr8, .bg-clr9, .bg-clr10, .bg-clr11, .bg-clr12, .bg-clr13, .bg-clr14, .bg-clr15, .bg-clr16, .bg-clr17, .bg-clr18 {
    background-color: #8cffdf;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.bg-clr2 {
    background-color: #dddfff;
}

.bg-clr3 {
    background-color: #b6c3ac;
}

.bg-clr4 {
    background-color: #0000001a;
}

.bg-clr5 {
    background-color: #9bffb5;
}

.bg-clr6 {
    background-color: #94d5fd;
}

.bg-clr7 {
    background-color: #f793ac;
}

.bg-clr8 {
    background-color: #dfe9ea;
}

.bg-clr9 {
    background-color: #f1dedb;
}

.bg-clr10 {
    background-color: #ceae98;
}

.bg-clr11 {
    background-color: #d8cec9;
}

.bg-clr12 {
    background-color: #e0c2cc;
}

.bg-clr13 {
    background-color: #e8a49c;
}

.bg-clr14 {
    background-color: #d0e0a2;
}

.bg-clr15 {
    background-color: #ffc28d;
}

.bg-clr16 {
    background-color: #ffe088;
}

.bg-clr17 {
    background-color: #b6b5e8;
}

.bg-clr18 {
    background-color: #a4fbff;
}

.bg-clr19 {
    background-color: #bcde77;
}

.bg-clr20 {
    background-color: #7d9dc5;
}

.rowclr {
    background: #fff !important;
}

.icon-width img {
    width: auto !important;
    display: inline !important;
}

.exporebtn {
    /* display: inline-block; */
    /* margin: 50px auto 0; */
    border: 1px solid #259dc4;
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 30px;
    color: #259dc4;
    transition: 300ms all ease-in-out;
    position: absolute;
    left: 25%;
    bottom: 25px;
}

.bg-clr1:hover .exporebtn {
    background: #8cffdf;
    color: #333;
    border-color: #8cffdf;
}

.bg-clr2:hover .exporebtn {
    background: #dddfff;
    color: #333;
    border-color: #dddfff;
}

.bg-clr3:hover .exporebtn {
    background: #b6c3ac;
    color: #333;
    border-color: #b6c3ac;
}

.bg-clr4:hover .exporebtn {
    background: #0000001a;
    color: #333;
    border-color: #0000001a;
}

.bg-clr5:hover .exporebtn {
    background: #9bffb5;
    color: #333;
    border-color: #9bffb5;
}

.bg-clr6:hover .exporebtn {
    background: #94d5fd;
    color: #333;
    border-color: #94d5fd;
}

.bg-clr7:hover .exporebtn {
    background: #f793ac;
    color: #333;
    border-color: #f793ac;
}

.bg-clr8:hover .exporebtn {
    background: #dfe9ea;
    color: #333;
    border-color: #dfe9ea;
}

.bg-clr9:hover .exporebtn {
    background: #f1dedb;
    color: #333;
    border-color: #f1dedb;
}

.bg-clr10:hover .exporebtn {
    background: #ceae98;
    color: #333;
    border-color: #ceae98;
}

.bg-clr11:hover .exporebtn {
    background: #d8cec9;
    color: #333;
    border-color: #d8cec9;
}

.bg-clr12:hover .exporebtn {
    background: #e0c2cc;
    color: #333;
    border-color: #e0c2cc;
}

.bg-clr13:hover .exporebtn {
    background: #e8a49c;
    color: #333;
    border-color: #e8a49c;
}

.bg-clr14:hover .exporebtn {
    background: #d0e0a2;
    color: #333;
    border-color: #d0e0a2;
}

.bg-clr15:hover .exporebtn {
    background: #ffc28d;
    color: #333;
    border-color: #ffc28d;
}

.bg-clr16:hover .exporebtn {
    background: #ffe088;
    color: #333;
    border-color: #ffe088;
}

.bg-clr17:hover .exporebtn {
    background: #b6b5e8;
    color: #333;
    border-color: #b6b5e8;
}

.bg-clr18:hover .exporebtn {
    background: #a4fbff;
    color: #333;
    border-color: #a4fbff;
}

.bg-clr19:hover .exporebtn {
    background: #bcde77;
    color: #333;
    border-color: #bcde77;
}

.bg-clr20:hover .exporebtn {
    background: #7d9dc5;
    color: #333;
    border-color: #7d9dc5;
}

.ourwork p {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

/* --------------------------------Portfolio End---------------------------------- */

/*---------------------------------Portfolio details page -----------------------------*/
.technology_used {
    display: none;
}

.brdr1 {
    border: 1px solid #f1f1f1;
}

.portfolio {
    padding: 60px 0;
}

.owl-carousel-block {
    margin: 0 auto;
    width: 640px;
}

.owl-carousel-block .item img {
    display: block;
    height: auto;
}

.owl-carousel-block .js-owl-carousel-synced-thumbnails {
    margin-top: 20px;
}

.owl-carousel-block .js-owl-carousel-synced-thumbnails .synced img {
    border: 3px solid red;
}

.mfp-wrap .owl-carousel-block {
    width: 100vw;
}

.mfp-wrap .js-owl-carousel-synced-slides .item img {
    width: 100vw;
    height: 600px;
}

.portfolio-banner .bnr-img {
    max-height: 700px;
}

.portfolio-banner .bnr-img img {
    width: 100%;
}

.portfolio-text p {
    padding-right: 15px;
}

.portfolio-text p.sub-p {
    padding-left: 15px;
    padding-top: 5px;

}

.portfolio-text span {
    font-size: 20px;
    color: #259dc4;
}

.case-title {
    position: relative;
    padding-bottom: 20px !important;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}

.case-title::after {
    content: "";
    width: 77px;
    height: 4px;
    background: #259dc4;
    position: absolute;
    left: 15px;
    bottom: 0;
}

.case-title-heading::after {
    right: 15px;
    margin: 0 auto;
}

.challengerow {
    padding: 20px 0;
    background-color: #253347;
}

.challengerow h2 {
    padding-bottom: 20px;
}

.challengerow h2, .challengerow p {
    color: #fff;
}

.bnr-img {
    position: relative;
}

.bnr-img .bnrtext {
    position: absolute;
    top: 18%;
    width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.bnrtext h2 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #afc636;
}

.bnrtext p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 50px;
}

.bnrtext .loadmore {
    background-color: #afc636;
    padding: 10px 20px;
    color: #fff;
    border-radius: 4px;

}

.bnrtext .loadmore:hover {
    background-color: #253347;
}

/* .bnrtext .technology_used{
    margin: 25px;
} */
.bnrtext .technology_used h4 {
    color: #e7ff66;
    letter-spacing: .5px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.sub-cat {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.sub-cat li {
    display: inline-block;
    text-transform: uppercase;
    background: 0 0;
    color: #e7ff66;
    border-bottom: 2px dotted;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-right: 20px;
    margin-bottom: 8px;
    padding: 10px 0;
    font-weight: 400;
}

.bnrtext .technology_used p {
    margin: 5px;
    background: #FFF;
    color: #253347;
    border-radius: 6px;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 400;
    width: auto;

}

/* -------------------------------Portfolio Detail End----------------------------------- */

/*----------------------------------------------------- Footer Slider Start -----------------------------------------------------*/

.expertises {
    background: #ecf5ff;
    padding: 40px 0;
    text-align: center;
}

.expertises .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.expertises .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


/*----------------------------------------------------- Footer Slider End -----------------------------------------------------*/


/*----------------------------------------------------- Footer Start -----------------------------------------------------*/

.topfooter,
.btmfooter {
    background-color: #1a2128;
}

.top_f_blockins {
    border-left: 1px solid #4f5e6c;
    padding: 20px 0;
    text-align: center;
}

.top_f_block:last-child .top_f_blockins {
    border-right: 1px solid #4f5e6c;
}

.cont_icons {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 60px !important;
}

.cont_icons i {
    font-size: 40px;
}

.emailicon {
    color: #58d4ff;
}

.phoneicon {
    color: #00ffd8;
}

.skypeicon {
    color: #78b277;
}

.social_icon {
    font-size: 35px;
    color: #fff;
    vertical-align: middle;
}

.top_f_blockins span:last-child {
    color: #ddd;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    vertical-align: middle;
    margin-left: 15px;
}

.middlefooter {
    background-color: #1e2832;
}

.quicklinkins h5 {
    color: #78b277;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.quicklinkins ul li {
    padding: 5px 0;
}

.quicklinkins ul li a {
    color: #ccc;
    font-size: 15px;
    font-weight: 300;
}

.f_links li>a:hover,
.quicklinkins ul li a:hover {
    color: #6ce4ff;
}

.quicklinkins ul li p {
    color: #ccc;
    font-size: 15px;
    font-weight: 300;
    margin-top: 5px;
}

.otherservice-left {
    background: #fff;
    padding: 20px 0 20px 40px;
    float: left;
}

.otherservices .list-type1 ol {
    margin-bottom: 0;
    float: left;
}

.otherservices .list-type1 li {
    padding: 7px 10px 7px 40px;
    background: #265691;
    color: #fff;
    float: left;
    width: 43%;
    margin-right: 50px;
    margin-bottom: 5px;
    margin-top: 3px;
    border-radius: 0;
}

.otherservices .list-type1 li:before {
    margin-top: -1.4em;
    background: #e4c51b;
    height: 40px;
    width: 40px;
    line-height: 2em;
    border-radius: 0;
    padding: 1px;
}

.otherservice-right {
    background: #265691;
    padding: 48px 0 48px 30px;
    height: 100%;
}

.otherservice-right .page-title {
    padding: 0;
    color: #fff;
    font-size: 24px;
}

.width20p {
    width: 20% !important;
    padding: 0;
}


/*----------------------------------------------------- Footer End -----------------------------------------------------*/


/*----------------------------------------------------- Media Queries ----------------------------------------------------- */
@media only screen and (max-width: 1399px) {
    .page__header .header__image .overlayer, .page__header .header__image img {
        width: 520px;
    }
}

@media only screen and (max-width: 1299px) {
    .bannertext h2 {
        font-size: 75px;
        margin-bottom: 30px;
    }

    p.sub-heading {
        margin-bottom: 30px;
        line-height: 38px;
    }

    .imgcircle {
        height: unset
    }

    .portbox {
        min-height: unset;
    }
}

@media only screen and (max-width: 1220px) {
    .container {
        width: calc(100% - 30px);
        max-width: 1140px;
    }

    .choose_secins {
        height: 290px;
    }

    .benefitsection .container {
        width: 100%;
        max-width: 1140px;
    }

    .head_right p>span,
    .head_right p {
        font-size: 14px;
    }

    .head_right {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 1140px) {
    .header_bnr .page-title {
        font-size: 60px;
        width: 45%;
    }

    .header_bnr .header_text {
        width: 41%;
        padding-left: 5%;
    }
}

@media only screen and (min-width:992px) {
    .col-lg-5th {
        width: 20%;
    }
}


/*----------------------------------------------------- Keyframes for animation -----------------------------------------------------*/

@keyframes dots {
    from {
        transform: rotate(-360deg)
    }

    to {
        transform: rotate(0)
    }
}

@keyframes dot1 {
    from {
        transform: translate(15px, 5px);
        opacity: 1
    }

    to {
        transform: translate(25px, 5px);
        opacity: 1
    }
}

@keyframes dot2 {
    from {
        transform: translate(-8px, 8px);
        opacity: 1
    }

    to {
        transform: translate(-19px, 19px);
        opacity: 1
    }
}

@keyframes dot3 {
    from {
        transform: translate(-5px, -12px);
        opacity: 1
    }

    to {
        transform: translate(-10px, -24px);
        opacity: 1
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes hvr-icon-pulse {
    25% {
        transform: scale(1.1);
    }

    75% {
        transform: scale(0.8);
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}


@-webkit-keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}


@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes hvr-icon-pulse {
    25% {
        transform: scale(1.1);
    }

    75% {
        transform: scale(0.8);
    }
}

@-webkit-keyframes anim-effect-front {
    0% {
        box-shadow: 0 0 0 20px rgba(232, 232, 232, 1);
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 0.5);
        transform: scale3d(1, 1, 0.5);
    }

    50% {
        box-shadow: 0 0 0 40px rgba(232, 232, 232, 0.6);
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 0.5);
        transform: scale3d(1, 1, 0.5);
    }

    100% {
        box-shadow: 0 0 0 80px rgba(232, 232, 232, 0);
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 0.5);
        transform: scale3d(1, 1, 0.5);
    }
}

@keyframes anim-effect-front {
    0% {
        box-shadow: 0 0 0 20px rgba(232, 232, 232, 1);
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 0.5);
        transform: scale3d(1, 1, 0.5);
    }

    50% {
        box-shadow: 0 0 0 40px rgba(232, 232, 232, 0.6);
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 0.5);
        transform: scale3d(1, 1, 0.5);
    }

    100% {
        box-shadow: 0 0 0 80px rgba(232, 232, 232, 0);
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 0.5);
        transform: scale3d(1, 1, 0.5);
    }
}

/*----------------------------------------------------- Keyframes for animation end-----------------------------------------------------*/