/* ================================
Imports
================================= */
@import url(https://fonts.googleapis.com/css?family=Raleway:500|Nunito|Aclonica);
@import url('font-awesome.min.css');
@import url('overwrite.css');
@import url('dlmenu.css');
@import url('animate.css');

/* ================================
General
================================= */
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    color: #384452;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /*color: #3a3a3a;*/
    color: #384452;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

#intro h1 {
    color: #ffffff;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

#intro h5 {
    color: #ffffff;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    line-height: 1.6;
}
.heading{
font-family:Aclonica;
}
.sub-head{
font-family:Nunito;
}
.text{
font-family:Raleway;
}


.lead {
    font-weight: 400;
}

button {
    display: inline-block;
    margin-bottom: 0;
    margin-bottom: 10px;
    padding: 6px 12px;
    border: 1px solid transparent;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.428571429;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    button.navbar-toggle {
        background: #2b2b2b;
        border: none;
        color: #fff;
    }

.btn-theme, .btn-theme:hover, .btn-theme:focus {
    color: #fff;
}

    .btn-theme:hover {
        background: transparent !important;
        border-color: #999;
        color: #999;
    }

.fa-nav {
    margin-right: 15px;
} 

.wrng {
    color: #f0ad4e;
}
.no-visibilty{
       visibility: hidden;
}
.form-error{
  margin-top: -15px;
}
.inactive {
    display: none;
}

.active {
    display: inherit;
}
.data-header {
    font-size: 40px;
    color: #38406f;
    font-family: Aclonica;
    -webkit-transition: color 0.5s 0.25s;
    transition: color 0.5s 0.25s;
    overflow: hidden;
}
.headerlink{
    outline: none;
    text-decoration: none;
    position: relative;
    
    line-height: 1;
    
    display: inline-block;
}
.data-header::before {
    content: '';
    width: 100%;
    height: 6px;
    margin: -3px 0 0 0;
    background: #E6552E;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(-101%,0,0);
    transform: translate3d(-101%,0,0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.data-header span {
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}
.data-header span:first-child::before {
    top: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
.data-header span::before {
    content: attr(data-letters);
    color: red;
    position: absolute;
    left: 0;
    width: 100%;
    color: #E6552E;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}.data-header span:nth-child(2) {
    top: 50%;
}
.data-header span:nth-child(2)::before {
    bottom: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}
.data-header:hover {
    -webkit-transition: none;
    transition: none;
    color: transparent;
text-decoration: none;
}
.data-header:hover::before {
    -webkit-transform: translate3d(101%,0,0);
    transform: translate3d(101%,0,0);
}
.data-header:hover span::before {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-timing-function: cubic-bezier(0.2,1,0.3,1);
    transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}
.blog-header{
color: #fff;
}
#welocmeWrapper {

    position: fixed;

    background: none repeat scroll 0 0 rgba(126, 119, 92, 0.5);

    height: 100%;

    left: 0;

    margin: 0;

    padding: 0;

    top: 0;

    width: 100%;

    z-index: 99999;

}

#welcomediv {

    border: 0px none;
left: 50%;
position: fixed;
top: 50%;
width: 320px;
background: rgb(245, 245, 245) none repeat scroll 0% 0%;
box-shadow: 0px 0px 5px 0px rgb(110, 221, 225);
height: auto;
margin-top: auto;
margin-left: -160px;

}

#welcomediv label {

    color: white;

    border-radius: 50%;

    background: rgb(35, 214, 221);

    padding: 1px 7px;

    box-shadow: 0px 0px 0px 3px white;

    margin-top: -16px;

    position: absolute;

    margin-left: 310px;

    font-size: 13pt;

    font-weight: bolder;

    font-family: cursive;

    cursor: pointer;

}
.lbcontentwrapper{
padding: 10px;
text-align: center;
}
.diverror{
box-shadow: 0px 0px 5px 0px rgb(208, 70, 22) !important;
}
.lblerror{
background: rgb(221, 111, 35) !important;
}
/* ================================
margin, padding
================================= */
.mar-top0 {
    margin-top: 0;
}

.mar-top10 {
    margin-top: 10px;
}

.mar-top20 {
    margin-top: 20px;
}

.mar-top30 {
    margin-top: 30px;
}

.mar-top40 {
    margin-top: 40px;
}



/* ================================
Home sections
================================= */

.home-section {
    width: 100%;
    padding: 50px 0px 150px 0px;
    border-bottom: 2px solid #008DFE;
}

/* --- heading --- */
.section-heading {
    margin-bottom: 70px;
}

    .section-heading h2 {
        font-size: 38px;
        color: #38406f;
       margin: 0;
       font-family:Aclonica;
       font-weight: 700;
    }
    .section-heading p {
        font-size: 16px;
    font-family: Nunito;
    color: #555;
    }

    .section-heading .heading-line {
        margin: 0 auto;
        display: block;
        height: 1px;
        width: 80px;
        background: #333;
        margin-top: 10px;
        margin-bottom: 20px;
    }


/* --- section bg var --- */

.bg-white {
    background: #fff;
}

.bg-gray {
    background: #f8f8f8;
}

.bg-dark {
    background: #575757;
}


/* --- section content general color --- */

.color-light h1, .color-light h2, .color-light h3, .color-light h4, .color-light h5, .color-light h6 {
    color: #fff;
}


.color-light p {
    color: #eee;
}

.typedLine {
    color: #E6552E;
    display: inline-block;
    min-height: 1.2em;
    vertical-align: bottom;
}

/* ==========================
Spacer
============================= */

#spacer1 {
    background-image: url(../img/spacer/1.jpg);
}

#blog {
    background-image: url(../img/spacer/codeMask.jpg);
    color: white !important;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}
#blog>.after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    color: #FFF;
    background: #008DFE;
    opacity: 0.8;
}


/* ================================
Intro
================================= */

#intro {
    height: auto;
    width: 100%;
    background: #00b3fe url(../img/pattern3.jpg) repeat;
    /*background-color: #00b3fe;
    background-image: url(../img/pattern.jpg);
    background-position:center;
    background-repeat:no-repeat;*/
    overflow-y: hidden;
    text-align: center;
    position: relative;
}
.inttohr-text{    
letter-spacing: 1px;
    font-weight: 100;
}

.lowerLine {
    width: 100%;
    height: 10px;
}
#intro h1, #intro h5 {
    color: white;
}

#intro h5 {
    line-height: 50px;
}

#intro .brand {
    margin-top: 40px;
    height: 200px;
}
.line-spacer {
    width: 35%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #fff;
}


/* ================================
About
================================= */
.box-team img {
    margin-bottom: 30px;
}

.info-me {
    border: 2px solid #E0EBF5;
    background-color: #F7FBFF;
    padding: 29px;
}


    .info-me::before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
    }


    .info-me p {
            text-align: left;
    line-height: 25px;
    font-family: Raleway;
    margin-bottom: 30px;
    }

.bold-info {
    font: bold 18px verdana,arial;
}

clear-info {
}

.img-circle {
    border-radius: 50%;
    width: 100%;
}

.img-portfolio {
    width: 100%;
}

/* ================================
Services
================================= */

.service-box {
    margin-bottom: 15px;
}

    .service-box p {
        margin-bottom: 20px;
    }

    .service-box img {
        height: 80px;
    }

.align-left {
    text-align: left;
}

.btn-thm {
    color: #fff;
    background-color: #384452;
    border-color: #384452;
    margin: 4px;
}

    .btn-thm:hover,
    .btn-thm:focus,
    .btn-thm:active,
    .btn-thm.active,
    .open .dropdown-toggle.btn-thm {
        color: #fff;
        background-color: #00b3fe;
        border-color: #00b3fe;
    }

.service.carousel h4, .service.carousel p {
    text-align: left;
}


.service .carousel-control {
    background: none;
}

.service .screenshot {
    overflow: hidden;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

    .service .screenshot img {
        margin-right: auto;
        margin-left: auto;
        padding-left: 4px;
        width: 400px;
    }

.service .carousel-indicators {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 5px;
    padding-bottom: 8px;
    width: 100%;
    background: #ffffff;
}

    .service .carousel-indicators .active {
        width: 45px;
        height: 5px;
        border: none;
        border-radius: 0px;
    }

    .service .carousel-indicators li {
        display: inline-block;
        margin: 1px;
        width: 45px;
        height: 5px;
        border: none;
        border-radius: 0px;
        background: #eeeeee;
        text-indent: -999px;
        cursor: pointer;
    }

/* ================================
WORK
================================= */

.fort500{    
	background-image: url('../img/works/thumbs/fortune-500-partner-api-platform.png');
     }
.mcp-server{    
	background-image: url('../img/works/thumbs/mcp-server-integration-framework.png');
     }
.chatbot{    
	background-image: url('../img/works/thumbs/ai-powered-partner-chatbot.png');
     }
.gaming{    
	background-image: url('../img/works/thumbs/global-gaming-leader-api-platform.png');
     }
.cloud-native{    
	background-image: url('../img/works/thumbs/cloud-native-migration-platform.png');
     }
.godrejOne{    
	background-image: url('../img/clients/godrej-natures-basket-thumb.jpg');
     }
.ecommerce{    
	background-image: url('../img/works/thumbs/ecommerce-plugin-ecosystem.png');
     }
.serverless-event{    
	background-image: url('../img/works/thumbs/serverless-event-processing-system.png');
     }
.enterprise-devops{    
	background-image: url('../img/works/thumbs/enterprise-devops-pipeline.png');
     }
.react-net{    
	background-image: url('../img/works/thumbs/react-net-enterprise-portal.png');
     }
.real-time-analytics{    
	background-image: url('../img/works/thumbs/real-time-analytics-dashboard.png');
     }
.info {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg);
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    pointer-events: none;
    background-color: rgba(1, 179, 254, 0.9);
}

.in-top .info {
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation: in-top 300ms ease 0ms 1 forwards;
    animation: in-top 300ms ease 0ms 1 forwards;
}

.in-right .info {
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-animation: in-right 300ms ease 0ms 1 forwards;
    animation: in-right 300ms ease 0ms 1 forwards;
}

.in-bottom .info {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
    animation: in-bottom 300ms ease 0ms 1 forwards;
}

.in-left .info {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-animation: in-left 300ms ease 0ms 1 forwards;
    animation: in-left 300ms ease 0ms 1 forwards;
}

.out-top .info {
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-animation: out-top 300ms ease 0ms 1 forwards;
    animation: out-top 300ms ease 0ms 1 forwards;
}

.out-right .info {
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: out-right 300ms ease 0ms 1 forwards;
    animation: out-right 300ms ease 0ms 1 forwards;
}

.out-bottom .info {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
    animation: out-bottom 300ms ease 0ms 1 forwards;
}

.out-left .info {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-animation: out-left 300ms ease 0ms 1 forwards;
    animation: out-left 300ms ease 0ms 1 forwards;
}

@-webkit-keyframes in-top {
    from {
        -webkit-transform: rotate3d(-1, 0, 0, 90deg);
        transform: rotate3d(-1, 0, 0, 90deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-top {
    from {
        -webkit-transform: rotate3d(-1, 0, 0, 90deg);
        transform: rotate3d(-1, 0, 0, 90deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes in-right {
    from {
        -webkit-transform: rotate3d(0, -1, 0, 90deg);
        transform: rotate3d(0, -1, 0, 90deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-right {
    from {
        -webkit-transform: rotate3d(0, -1, 0, 90deg);
        transform: rotate3d(0, -1, 0, 90deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes in-bottom {
    from {
        -webkit-transform: rotate3d(1, 0, 0, 90deg);
        transform: rotate3d(1, 0, 0, 90deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-bottom {
    from {
        -webkit-transform: rotate3d(1, 0, 0, 90deg);
        transform: rotate3d(1, 0, 0, 90deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes in-left {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 90deg);
        transform: rotate3d(0, 1, 0, 90deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@keyframes in-left {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 90deg);
        transform: rotate3d(0, 1, 0, 90deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }
}

@-webkit-keyframes out-top {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        -webkit-transform: rotate3d(-1, 0, 0, 104deg);
        transform: rotate3d(-1, 0, 0, 104deg);
    }
}

@keyframes out-top {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        -webkit-transform: rotate3d(-1, 0, 0, 104deg);
        transform: rotate3d(-1, 0, 0, 104deg);
    }
}

@-webkit-keyframes out-right {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        -webkit-transform: rotate3d(0, -1, 0, 104deg);
        transform: rotate3d(0, -1, 0, 104deg);
    }
}

@keyframes out-right {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        -webkit-transform: rotate3d(0, -1, 0, 104deg);
        transform: rotate3d(0, -1, 0, 104deg);
    }
}

@-webkit-keyframes out-bottom {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        -webkit-transform: rotate3d(1, 0, 0, 104deg);
        transform: rotate3d(1, 0, 0, 104deg);
    }
}

@keyframes out-bottom {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        -webkit-transform: rotate3d(1, 0, 0, 104deg);
        transform: rotate3d(1, 0, 0, 104deg);
    }
}

@-webkit-keyframes out-left {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        -webkit-transform: rotate3d(0, 1, 0, 104deg);
        transform: rotate3d(0, 1, 0, 104deg);
    }
}

@keyframes out-left {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 0deg);
        transform: rotate3d(0, 0, 0, 0deg);
    }

    to {
        -webkit-transform: rotate3d(0, 1, 0, 104deg);
        transform: rotate3d(0, 1, 0, 104deg);
    }
}

.showcase {
    margin: 0 auto;
    padding: 0;
    width: auto;
}

    .showcase:after {
        content: "";
        display: table;
        clear: both;
    }

.showcase li {
    position: relative;
    float: left;
    width: 250px;
    height: 250px;
    margin: 20px;
    padding: 0;
    list-style: none;
}
.showcase li {
    -webkit-perspective: 500px;
    perspective: 500px;    
}

   .showcase li a {
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
        border-radius: 4px;
    }

   .showcase li h3 {
        margin: 0;
    font-size: 19px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 10px;
    text-decoration: underline;
    }

   .showcase li p {
        font-size: 13px;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.8);
    }
  .showcase li b {
        color: rgba(255, 255, 255, 0.9);
     font-size: 13px;
display:block;
    }

   .showcase li .normal {
        width: 100%;
        height: 100%;
        background-color: #ECF0F1;
        color: rgba(52, 73, 94, 0.6);
        background-size: cover;
        background-position: center;
        text-align: center;
        font-size: 50px;
        line-height: 200px;
    }

       

* {
    box-sizing: border-box;
}



/* ================================
BLOG
================================= */

.blog-div {
    height: 150px;
    text-align: left;
}

.blog-div-left {
    float: left;
    margin-right: 20px;
    border: 2px solid white;
    height: 140px;
    width: 140px;
}

    .blog-div-left img {
/*        max-width: 100%; */
        max-height: 100%;

    }

.blog-div-right {
    max-height: 140px;
    overflow: hidden;
}

    .blog-div-right h6 {
        color: white;
        margin-bottom: 0px;
    }

.blog-link {
    text-align: right;
    margin-top: 20px;
}

.blog-extrnl-link {
    color: #E6552E;
    background: white;
    padding: 9px 10px;
    font-family: Nunito;
}
    .blog-extrnl-link:hover {
        font-weight:bold;
    }

/* ================================
Works
================================= */

.center {
    text-align: center;
}

@-webkit-keyframes fadeInScale {
    0% {
        -webkit-transform: scale(0.6);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes fadeInScale {
    0% {
        -moz-transform: scale(0.6);
        opacity: 0;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

@-o-keyframes fadeInScale {
    0% {
        -o-transform: scale(0.6);
        opacity: 0;
    }

    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}

@-ms-keyframes fadeInScale {
    0% {
        -ms-transform: scale(0.6);
        opacity: 0;
    }

    100% {
        -ms-transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeInScale {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}



/* ================================
Contact
================================= */
.form-horizontal .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
margin-bottom: 0px !important;	
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.padded {
    margin-bottom: 25px;
}

.last {
    border-bottom: 5px solid #008DFE;
}

.contact{
border: 2px solid #38406F;
}
.contact-Ldiv{
min-height: 658px;
    background-color: rgb(0, 141, 254);
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.contact-Rdiv{
    padding-top: 15px;
    padding-bottom: 15px;
}
.form-element b{
    font-family: raleway;
}
.contct-text{
font-size: 17px;
    line-height: 30px;
}

/*new creative*/
.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    color: #aaa;    
    font-family: raleway;
    -webkit-appearance: none;
}
.input {
    position: relative;
    z-index: 1;
    display: block;    
    width: 100%;
    vertical-align: top;
margin:0 auto;
}

.input--cntForm {
	overflow: hidden;
}

.input__field--cntForm {
	margin-top: 1em;
	padding: 0.85em 0.15em;
	width: 100%;
	background: transparent;
	color: rgb(230, 85, 46);
}

.input__label--cntForm {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0.25em;
	width: 100%;
	height: calc(100% - 1em);
	text-align: left;
	pointer-events: none;
}

.input__label-content--cntForm {
	position: absolute;
}

.input__label--cntForm::before,
.input__label--cntForm::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 10px);
	border-bottom: 1px solid #B9C1CA;
}

.input__label--cntForm::after {
	margin-top: 2px;
	border-bottom: 3px solid red;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}


.input__label--cntForm-color-2::after {
	border-color: #38406F;
}

.input__field--cntForm:focus + .input__label--cntForm::after,
.input--filled .input__label--cntForm::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.input__field--cntForm:focus + .input__label--cntForm .input__label-content--cntForm,
.input--filled .input__label-content--cntForm {
	-webkit-animation: anim-1 0.3s forwards;
	animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}

@keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}

/* ================================
Bottom widget
================================= */
ul.social-network {
    margin: 0;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

    ul.social-network li {
        display: inline;
        margin: 5px 5px;
    }

        ul.social-network li a:hover span .fa-circle {
            color: #2b2b2b;
        }

/* ================================
Footer
================================= */
footer {
    background: #384452;
    color: #ddd;
    padding: 5px 0;
    border-top: 5px solid #E6552E;
}
.love{
color:red;
margin-right:0 !important;
}
 footer a{
 color: #acb7c0;
}
footer a:hover {
    color: white;
    cursor: pointer;
}
.heartbeat {
  -webkit-animation: heartbeat 1300ms ease 0s infinite normal;
  -moz-animation: heartbeat 1300ms ease 0s infinite normal;
  -ms-animation: heartbeat 1300ms ease 0s infinite normal;
  animation: heartbeat 1300ms ease 0s infinite normal;
}
@-webkit-keyframes heartbeat {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -moz-transform:  scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform:  scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -moz-transform:  scale(1);
    -ms-transform:  scale(1);
    -webkit-transform:  scale(1);
    transform:  scale(1);
  }
  42% {
    -moz-transform:  scale(1.3);
    -ms-transform:  scale(1.3);
    -webkit-transform:  scale(1.3);
    transform:  scale(1.3);
  }
  70% {
    -moz-transform:  scale(1);
    -ms-transform:  scale(1);
    -webkit-transform:  scale(1);
    transform:  scale(1);
  }
}
@-moz-keyframes heartbeat {
  0% {
    -moz-transform:  scale(1);
    -ms-transform:  scale(1);
    -webkit-transform:  scale(1);
    transform:  scale(1);
  }
  14% {
    -moz-transform:  scale(1.3);
    -ms-transform:  scale(1.3);
    -webkit-transform:  scale(1.3);
    transform:  scale(1.3);
  }
  28% {
    -moz-transform:  scale(1);
    -ms-transform:  scale(1);
    -webkit-transform:  scale(1);
    transform:  scale(1);
  }
  42% {
    -moz-transform:  scale(1.3);
    -ms-transform:  scale(1.3);
    -webkit-transform:  scale(1.3);
    transform:  scale(1.3);
  }
  70% {
    -moz-transform:  scale(1);
    -ms-transform:  scale(1);
    -webkit-transform:  scale(1);
    transform:  scale(1);
  }
}

@keyframes heartbeat {
  0% {
    -moz-transform:  scale(1);
    -ms-transform:  scale(1);
    -webkit-transform:  scale(1);
    transform:  scale(1);
  }
  14% {
    -moz-transform:   scale(1.3);
    -ms-transform:   scale(1.3);
    -webkit-transform:   scale(1.3);
    transform:   scale(1.3);
  }
  28% {
    -moz-transform:   scale(1);
    -ms-transform:   scale(1);
    -webkit-transform:   scale(1);
    transform:   scale(1);
  }
  42% {
    -moz-transform:   scale(1.3);
    -ms-transform:   scale(1.3);
    -webkit-transform:   scale(1.3);
    transform:   scale(1.3);
  }
  70% {
    -moz-transform:   scale(1);
    -ms-transform:   scale(1);
    -webkit-transform:   scale(1);
    transform:   scale(1);
  }
}

/* ================================
more media queries
================================= */
@media (max-width:1020px) {
    #intro {
        /*background-image: url(../img/bg-mac.png);*/
        background-size: 100%;
    }
}


@media (max-width:768px) {
    #intro {
        /*background-image: url(../img/bg-mac.png);*/
        background-size: 100%;
    }

    .box-team, .box-team img {
        text-align: center;
    }

        .box-team img {
            float: none;
            margin: 0 auto;
        }

    .box-team {
        margin-bottom: 30px;
    }

    .img-circle {
        width: 30%;
        margin-bottom: 30px;
    }

    .info-me::before {
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #E0EBF5;
        top: -15px;
    }

    .section-heading {
        border-bottom: 1px dashed #CBD0D2;
    }
}

/* ================================
Why Work With Me — Card Styles
================================= */
#why-work-with-me {
    padding: 70px 0 100px 0;
}

.wwm-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px 30px 30px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 20px rgba(56, 64, 111, 0.08);
    border: 1px solid #e8ecf1;
    border-top: 4px solid #38406f;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    margin-bottom: 20px;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wwm-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(56, 64, 111, 0.18);
    border-top-color: #E6552E;
}

.wwm-icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #38406f 0%, #008dfe 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    transition: transform 0.35s ease, background 0.35s ease;
}

.wwm-card:hover .wwm-icon-wrap {
    transform: scale(1.1) rotate(-5deg);
    background: linear-gradient(135deg, #E6552E 0%, #ff8c69 100%);
}

.wwm-icon-wrap i {
    color: #ffffff;
    font-size: 30px;
}

.wwm-card h4 {
    font-size: 20px;
    color: #38406f;
    margin-bottom: 14px;
    font-weight: 700;
}

.wwm-card p.text {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 24px;
}

.wwm-stats {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px dashed #d0d5dd;
    width: 100%;
}

.wwm-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wwm-stat-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: #38406f;
    line-height: 1.2;
    transition: color 0.3s ease;
}

.wwm-card:hover .wwm-stat-number {
    color: #E6552E;
}

.wwm-stat-label {
    font-family: Raleway;
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
}

/* ================================
Testimonials Carousel (Custom)
================================= */
.testimonial-carousel-wrap {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
}

.testimonial-track {
    position: relative;
    overflow: hidden;
    min-height: 320px;
}

.testimonial-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.testimonial-slide.active {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.testimonial-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 48px 44px 40px;
    text-align: left;
    box-shadow: 0 6px 30px rgba(56, 64, 111, 0.10);
    border: 1px solid #e8ecf1;
    border-left: 5px solid #38406f;
    position: relative;
    transition: box-shadow 0.3s ease;
}

.testimonial-card:hover {
    box-shadow: 0 10px 40px rgba(56, 64, 111, 0.16);
}

.testimonial-quote-icon {
    margin-bottom: 20px;
}

.testimonial-quote-icon i {
    font-size: 28px;
    color: #E6552E;
    opacity: 0.7;
}

.testimonial-text {
    font-family: Raleway;
    font-style: italic;
    font-size: 17px;
    line-height: 1.85;
    color: #384452;
    margin-bottom: 28px;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
}

.testimonial-author-line {
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #38406f, #008dfe);
    border-radius: 3px;
    margin-bottom: 14px;
}

.testimonial-author-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #38406f;
    margin-bottom: 2px !important;
    line-height: 1.3 !important;
}

.testimonial-author-role {
    font-family: Raleway;
    font-size: 13px;
    color: #888;
    margin-bottom: 0 !important;
    line-height: 1.3 !important;
}

/* Bottom navigation */
.testimonial-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 36px;
}

.testimonial-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #38406f;
    background: transparent;
    color: #38406f;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
}

.testimonial-btn:hover {
    background: #38406f;
    color: #ffffff;
    transform: scale(1.1);
}

.testimonial-btn:active {
    transform: scale(0.95);
}

.testimonial-dots {
    display: flex;
    gap: 8px;
    align-items: center;
}

.testimonial-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d0d5dd;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.testimonial-dot.active {
    background: #38406f;
    width: 28px;
    border-radius: 5px;
}

.testimonial-dot:hover:not(.active) {
    background: #8a90b0;
}

@media (min-width:768px) {
    .info-me::before {
        left: 0px;
        margin-top: 30px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #E0EBF5;
    }

    #intro {
        min-height: 630px;
    }
  

}

@media (min-width:992px) {
    .second-row {
        margin-top: 30px;
    }
}

@media (max-width:992px) {
    .contact-Ldiv{
min-height: 100% !important;
}
    .service p {
        margin-bottom: 60px;
    }
}

.logo-wrapper{
    width: 180px;
    margin: 0 auto;
}

.form-control{
background-color: transparent;
    border: 0;
    border-bottom: 1px dashed #38406F;
    box-shadow: none;
	
}
.form-control:focus{
background-color: transparent;
    border: 0;
    
box-shadow: none !important;
border-color: #25BBFA  !important;
border-bottom: 1px dashed #38406F;
}
.dis-abs{
position:absolute;
}
