body {
    /*border-right: 15px solid rgb(226, 32, 82);*/
	border-left: 15px solid #ec241e; /*rgb(226, 32, 82);*/
    font-family: 'Lato', sans-serif;
}

#featured {
    height: 900px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

#featured-image,
#featured-image-x {
    background: url(../images/01.jpg) no-repeat top center/cover;
    position: absolute;
    width: 130%;
    height: 130%;
    left: 0;
    top: 0;
}

#featured-image,
#featured-image-x {
    background-image: url(../images/02.jpg);
}

#featured:before {
    height: 100%;
    width: 100%;
    background: url(../images/pattern.svg) repeat top left transparent;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#featured:after {
    height: 50%;
    width: 100%;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.00) 2%, rgba(0, 0, 0, 0.68) 100%);
    background-position: bottom left;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    /* Rectangle 15: */
}

.active #featured-text {
    transform: translateX(0px);
    transition: all ease 1s;
    opacity: 1;
}

.active #featured-text-slogan {
    transform: translateX(0px);
    transition: all ease 1s;
    opacity: 1;
}

#featured-text {
    background: rgba(0, 0, 0, 0.86);
    font-size: 47px;
    color: #FFFFFF;
    letter-spacing: -2.94px;
    line-height: 68px;
    position: absolute;
    z-index: 9;
    padding: 50px 80px;
    margin-top: -80px;
    top: 35%;
    right: 0;
    transform: translateX(-1000px);
    transition: all ease 2s;
    opacity: 0;
}

#featured-text-slogan {
    background: rgba(236, 36, 30, 0.76);
    font-size: 25px;
    color: #FFFFFF;
    letter-spacing: -1px;
    line-height: 40px;
    position: absolute;
    z-index: 9;
    font-weight: 300;
    padding: 15px 30px;
    margin-top: 88px;
    top: 35%;
    right: 50px;
    transform: translateX(-2000px);
    transition: all ease 2s;
    opacity: 0;
}

#featured-slogan {
    font-size: 25px;
    color: #fff;
    position: absolute;
    z-index: 9;
    bottom: 50px;
    left: 80px;
    max-width: 50%;
}

.clients h2 {
    color: #fff;
    display: block;
    align-items: center;
    margin-top: 30%;
}
.privacy{
    text-align: left;
}
.privacy h2 {
    color: #fff;
    display: block;
    align-items: center;
    margin-top: 10%;
}
.policy-link{
    color: #fff;

}
.policy-link:hover{
    text-decoration: underline;
    color: #fff;
}

h1.title,
.marketing h1 {
    font-size: 44px;
    color: #000;
    letter-spacing: -2px;
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 0;
    font-family: Lato, helvetica;
}

section#services {
    overflow: hidden;
}

#services {
    text-align: center;
    padding: 50px 0 100px;
}

#services h1.title {
    padding-bottom: 50px;/*140px; fahad*/
}

.box h1 {
    font-size: 25px;
    margin-top: 0;
}

.box svg {
    max-width: 100%;
}

.box {
    position: absolute;
    width: 38%;
    text-align: left;
}

#box4 {
    right: 8%;
    top: 280px;
}

#box2 {
    right: 1%;
}

#box2 svg .fill {
    fill: #ff1744;
}

#box1 svg .fill {
    fill: #ff5722;
    stroke: #ff5722;
}

#box1 svg .stroke-custom,
#box1 svg .stroke {
    stroke: #ff5722;
}

#box3 svg .stroke {
    stroke: #00c853;
}

#box3 svg .fill {
    fill: #00c853;
}

#box4 svg .fill {
    fill: #6200ea;
    stroke: #6200ea;
}

#box3 {
    top: 210px;
    margin-left: 0%;
    max-width: 40%;
}

#box1 {
    max-width: 42%;
    left: 1%;
    margin-top: -80px;
}

#box1,
#box3 {
    text-align: right;
}

#box1 .text-icon,
#box3 .text-icon {
    text-align: right;
}

.box ul {
    padding-left: 0;
}

.box ul li {
    list-style: none;
}

.fill {}

.stroke {
    fill: none;
    stroke: #010101;
    stroke-width: 3;
    stroke-dasharray: 100, 100;
    stroke-dashoffset: 100;
}

.stroke-custom {
    fill: none;
    stroke: #010101;
    stroke-dasharray: 100, 100;
    stroke-dashoffset: 100;
}

.start-animation .box {
    animation-play-state: running !important;
    -webkit-animation-play-state: running !important;
}

.start-animation-icons {}

.start-animation .svg-circle {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transition: transform ease 6s;
    -webkit-transition: transform ease 6s;
    -moz-transition: transform ease 6s;
}

.svg-circle {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transition: transform ease 6s;
    -moz-transition: transform ease 6s;
    -webkit-transition: transform ease 6s;
}

@keyframes fill {
    0% {
        stroke-dashoffset: 100px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}


/* Box Slide */

#box1 {
    opacity: 0;
    overflow: hidden;
}

.start-animation #box1 {
    animation: box-right 2s forwards;
    -moz-animation: box-right 2s forwards;
    -webkit-animation: box-right 2s forwards;
}

#box2 {
    opacity: 0;
    overflow: hidden;
}

.start-animation #box2 {
    animation: box-down 2s forwards;
    -moz-animation: box-down 2s forwards;
    -webkit-animation: box-down 2s forwards;
}

#box3 {
    opacity: 0;
    overflow: hidden;
}

.start-animation #box3 {
    animation: box-up 2s forwards;
    -moz-animation: box-up 2s forwards;
    -webkit-animation: box-up 2s forwards;
}

#box4 {
    opacity: 0;
    overflow: hidden;
}

.start-animation #box4 {
    animation: box-left 2s forwards;
    -moz-animation: box-left 2s forwards;
    -webkit-animation: box-left 2s forwards;
}


/*@media screen and (max-width: 991px) {
#box2 {
animation: box-left 2s forwards ;
}
#box3 {
animation: box-right 2s forwards ;
}
}*/

@keyframes box-up {
    0% {
        transform: translateY(50vh);
        -moz-transform: translateY(50vh);
        -webkit-transform: translateY(50vh);
    }
    100% {
        opacity: 1;
        transform: translate(0);
        -moz-transform: translate(0);
        -webkit-transform: translate(0);
    }
}

@keyframes box-left {
    0% {
        transform: translateX(50vh);
        -moz-transform: translateX(50vh);
        -webkit-transform: translateX(50vh);
    }
    100% {
        opacity: 1;
        transform: translate(0);
        -moz-transform: translate(0);
        -webkit-transform: translate(0);
    }
}

@keyframes box-right-mobile {
    0% {
        transform: translateX(700px);
        -moz-transform: translateX(700px);
        -webkit-transform: translateX(700px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
        -moz-transform: translate(0);
        -webkit-transform: translate(0);
    }
}

@keyframes box-left-mobile {
    0% {
        transform: translateX(-700px);
        -moz-transform: translateX(-700px);
        -webkit-transform: translateX(-700px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
        -moz-transform: translate(0);
        -webkit-transform: translate(0);
    }
}

@keyframes box-right {
    0% {
        transform: translateX(-50vh);
        -moz-transform: translateX(-50vh);
        -webkit-transform: translateX(-50vh);
    }
    100% {
        opacity: 1;
        transform: translate(0);
        -moz-transform: translate(0);
        -webkit-transform: translate(0);
    }
}

@keyframes box-down {
    0% {
        transform: translateY(-50vh);
        -moz-transform: translateY(-50vh);
        -webkit-transform: translateY(-50vh);
    }
    100% {
        opacity: 1;
        transform: translate(0);
        -moz-transform: translate(0);
        -webkit-transform: translate(0);
    }
}


/* Clip Board */

.start-animation-icons #services {
    animation: fill 3s 1s forwards;
    -moz-animation: fill 3s 1s forwards;
    -webkit-animation: fill 3s 1s forwards;
}

.start-animation-icons #shaft {
    animation: fill 1s 1.8s ease-out forwards;
    -moz-animation: fill 1s 1.8s ease-out forwards;
    -webkit-animation: fill 1s 1.8s ease-out forwards;
}

.start-animation-icons #head {
    animation: fill 2s 2.3s ease-out forwards;
    -moz-animation: fill 2s 2.3s ease-out forwards;
    -webkit-animation: fill 2s 2.3s ease-out forwards;
}

.start-animation-icons #cross1 {
    animation: fill 2s 1.2s forwards;
    -moz-animation: fill 2s 1.2s forwards;
    -webkit-animation: fill 2s 1.2s forwards;
}

.start-animation-icons #cross2 {
    animation: fill 2s 1.5s forwards;
    -moz-animation: fill 2s 1.5s forwards;
    -webkit-animation: fill 2s 1.5s forwards;
}


/* Target */

#arrow {
    opacity: 0;
}

.start-animation-icons #arrow {
    opacity: 0;
    animation: hit 4s 1.5s ease-out forwards;
    -moz-animation: hit 4s 1.5s ease-out forwards;
    -webkit-animation: hit 4s 1.5s ease-out forwards;
    transform-origin: 34px 36px;
    -moz-transform-origin: 34px 36px;
    -webkit-transform-origin: 34px 36px;
}

@keyframes hit {
    0% {
        opacity: 1;
        transform: translateX(-220px);
    }
    10% {
        transform: translateX(0) rotate(0deg);
    }
    12% {
        transform: rotate(4deg);
    }
    14% {
        transform: rotate(-4deg);
    }
    18% {
        transform: rotate(4deg);
    }
    22% {
        transform: rotate(-4deg);
    }
    28% {
        transform: rotate(3deg);
    }
    34% {
        transform: rotate(-3deg);
    }
    42% {
        transform: rotate(2deg);
    }
    50% {
        transform: rotate(-2deg);
    }
    51% {
        transform: rotate(0deg);
    }
    100% {
        opacity: 1
    }
}


/* -- Content(Plant) --*/

.start-animation-icons #main-branch {
    animation: fill 1.5s 1s ease-in-out 1 forwards;
}

.start-animation-icons #branch1 {
    animation: fill 1.5s 1.2s ease-in-out 1 forwards;
}

.start-animation-icons #branch2 {
    animation: fill 1.5s 1.6s ease-in-out 1 forwards;
}

.start-animation-icons #leaf1 {
    transform: scale(0);
    transform-origin: 45px 30px;
    animation: grow-leaf 1s 1.8s ease-in-out 1 forwards;
}

.start-animation-icons #leaf2 {
    transform: scale(0);
    transform-origin: 62px 21px;
    animation: grow-leaf 1s 2s ease-in-out 1 forwards;
}

@keyframes grow-leaf {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}


/* Laptop */

body.case-study .navbar {
    right: calc(100% - 248px);
    transition: all ease 1s;
}

body {
    overflow-x: hidden;
}

.case-study-content {
    opacity: 0;
    transition: all ease 1s;
}

.case-study .case-study-content {
    opacity: 1;
    transition: all ease 1s;
}

._case-study .gallery-content {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9;
    transition: all ease 1s;
}

.case-study .col-sm-8 {
    width: 0;
    transition: all ease 1s;
}

.case-study .gallery-image:before {
    transform: rotate(0deg);
    transition: transform ease 0.8s;
}

.case-study .col-sm-4 {
    width: 100%;
    transition: all ease 1s;
}

.gallery-content>img {
    transition: all ease 1s;
}

.case-studies .col-sm-8 {
    transition: all ease 1s;
}

.case-studies .col-sm-4 {
    transition: all ease 1s;
}

.case-study-content {
    height: 0;
    transition: all ease 1s;
    min-height: 0px;
}

#departments h1.title {
    padding-bottom: 90px;
}

.content-desc.healthcare>div.row {
    margin-top: 45px;
}

.content-desc.healthcare .widget img {
    max-width: 100%;
}

.content-desc.healthcare .widget h4 {
    font-size: 12px;
    text-transform: uppercase;
}

.content-desc.healthcare a.button:hover {
    background: #5e2b77;
    color: #fff;
    transition: all ease 0.4s;
}

.content-desc.healthcare a.button {
    color: #55276b;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    background: #fff;
}

.realestate-img img {
    max-height: 130px;
}

.realestate-row {
    background: #f1f1f1;
    margin-top: 30px;
}

.fnb_section {
    background: rgba(148, 192, 61, 0.03);
}

.realestate-content {
    padding: 30px;
    text-align: left;
}

.content-desc a.button {
    padding: 15px 30px;
    display: inline-block;
    border-radius: 43px;
    margin: 30px auto 15px;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 18px;
    transition: all ease 0.4s;
    color: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    background: #e22052;
}

.content-desc a.button.fnb {
    background-color: #fff;
    color: #94c03d;
}

.content-desc.healthcare {
    background-color: #693084;
    color: #fff;
    background-image: -ms-radial-gradient(center, ellipse farthest-corner, #693084 0%, #2B1436 100%);
    background-image: -moz-radial-gradient(center, ellipse farthest-corner, #693084 0%, #2B1436 100%);
    background-image: -o-radial-gradient(center, ellipse farthest-corner, #693084 0%, #2B1436 100%);
    background-image: -webkit-gradient(radial, center center, 0, center center, 286, color-stop(0, #693084), color-stop(100, #2B1436));
    background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #693084 0%, #2B1436 100%);
    background-image: radial-gradient(ellipse farthest-corner at center, #693084 0%, #2B1436 100%);
}

.content-desc.fnb_section {
    background-color: #94c03d;
    color: #fff;
    background-image: -ms-radial-gradient(center, ellipse farthest-corner, #94c03d 0%, #4e7500 100%);
    background-image: -moz-radial-gradient(center, ellipse farthest-corner, #94c03d 0%, #4e7500 100%);
    background-image: -o-radial-gradient(center, ellipse farthest-corner, #94c03d 0%, #4e7500 100%);
    background-image: -webkit-gradient(radial, center center, 0, center center, 286, color-stop(0, #4e7500), color-stop(100, #94c03d));
    background-image: -webkit-radial-gradient(center, ellipse farthest-corner, #94c03d 0%, #4e7500 100%);
    background-image: radial-gradient(ellipse farthest-corner at center, #94c03d 0%, #4e7500 100%);
}

.content-desc.fnb_section .realestate-row .realestate-img img {
    max-height: 60px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    margin: 33px 0px;
}

.content-desc.fnb_section .realestate-row {
    background: rgba(148, 192, 61, 0.26);
}


}
.departments-list {
    background: #f9f9f9;
}
.content-desc {
    padding: 5%;
    font-size: 16px;
    /*box-shadow: 0 0 60px #bbb;*/

    font-weight: 300;
    text-align: center;
}
.case-study a.close {
    bottom: 10px;
    position: absolute;
    left: 50%;
    background: #e63e69;
    opacity: .7;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 3px;
    text-shadow: none;
    color: #fff;
    letter-spacing: 0px;
    width: 90px;
    text-align: center;
    margin-left: -45px;
}
.case-study-content iframe {
    height: 89%;
    margin: 3%;
    width: 94%;
    border: 0;
    background: transparent;
}
.case-study .case-study-content {
    height: 100vh;
    min-height: 600px;
    transition: all ease 3s;
}
.case-study .gallery-content>img {
    left: 90%;
    top: 2%;
    height: 80px;
    transform: translate(0, 0);
    transition: all ease 1s;
    display: none;
}

/*body #case-study {
transition: all ease 2s;
background: rgba(226, 32, 82, 0.86);
transform: translateX(+100%);
}
body.case-study #case-study {
position: absolute;
position: fixed;
left: 235px;
top: 0;
height: calc(100% - 30px);
width: 100%;
width: calc(100% - 270px);
z-index: 9999;
background: rgba(226, 32, 82, 0.86);
top: 15px;
transition: all ease 1s;
transform: translateX(0%);
}*/
.start-animation-icons #s1 {
    animation: slide-right 2s 1.5s ease-in-out forwards;
}
#s1 {
    transform: translateX(-220px)
}
.start-animation-icons #s2 {
    animation: slide-right 2s 1s ease-in-out forwards;
}
#s2 {
    transform: translateX(-220px)
}
.start-animation-icons #s3 {
    animation: slide-left 2s 1s ease-in-out forwards;
}
#s3 {
    transform: translateX(220px)
}
.start-animation-icons #s4 {
    animation: slide-left 2s 1.5s ease-in-out forwards;
}
#s4 {
    transform: translateX(220px)
}
@keyframes slide-right {
    0% {
        transform: translateX(-220px);
    }

    100% {
        transform: translateX(0);
    }
}
@keyframes slide-left {
    0% {
        transform: translateX(220px);
    }

    100% {
        transform: translateX(0);
    }
}
@keyframes move {
    0% {
        left: 0;
        top: 0;
        /*transform: scale(1);*/
        background-image: url(../images/01.jpg);
    }

    25% {
        /*transform: scale(1);*/
        background-image: url(../images/01.jpg);
        opacity: 1;
    }

    29% {
        left: -30%;
        top: -30%;
        opacity: 0;
        background-image: url(../images/01.jpg);
    }
    /*30% {
left: -30%;
top: -30%;
background-image: url(../images/02.jpg);
opacity: 1;
}
50% {
left: 0px;
top: -30%;
background-image: url(../images/02.jpg);
}*/

    50% {
        left: -30%;
        top: 0%;
        opacity: 0;
        background-image: url(../images/01.jpg);
    }

    50% {
        left: -30%;
        top: 0%;
        opacity: 0;
        background-image: url(../images/03.jpg);
    }

    51% {
        opacity: 1;
        background-image: url(../images/03.jpg);
        /*transform: scale(1);*/
    }

    70% {
        background-image: url(../images/03.jpg);
        opacity: 1;
    }

    71% {
        left: 0%;
        top: -30%;
        background-image: url(../images/03.jpg);
        opacity: 0;
    }
    /*80% {
left: -30%;
top: 0px;
background-image: url(../images/05.jpg);
opacity: 1;
}*/

    100% {
        opacity: 0;
    }
}
@keyframes move-next {
    0% {
        left: 0%;
        top: -30%;
        opacity: 0;
        background-image: url(../images/02.jpg);
    }

    25% {
        left: 0%;
        top: -30%;
        background-image: url(../images/02.jpg);
        opacity: 0
    }

    30% {
        background-image: url(../images/02.jpg);
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    51% {
        background-image: url(../images/02.jpg);
        left: -30%;
        top: 0;
        opacity: 0;
    }

    70% {
        left: -30%;
        top: 0%;
        background-image: url(../images/08.jpg);
        opacity: 0;
    }

    71% {
        opacity: 1;
        background-image: url(../images/08.jpg);
    }
    /*79% {
opacity: 1;
background-image: url(../images/04.jpg);
}*/
    /*80% {
left: -300px;
top: 0px;
background-image: url(../images/05.jpg);
opacity: 1;
}*/

    100% {
        left: 0px;
        top: 0px;
        background-image: url(../images/08.jpg);
    }
}
.move {
    -webkit-animation-name: move;
    animation-name: move;
}
.move-next {
    -webkit-animation-name: move-next;
    animation-name: move-next;
}
.animated {
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    /* Chrome, Safari, Opera */

    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.navbar-left {
    max-width: 250px;
    border-width: 0;
    border-radius: 0;
    position: fixed;
    /*right: 0; fahad*/
	left: 0;
    top: 0;
    z-index: 99;
    height: auto;
    margin-bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.navbar-left .container {
    max-width: 100%;
}
.navbar-left .navbar-nav {
    /*float: none;*/
	float: left;
}
.navbar-left .navbar-nav li a {
    background:#ec241e;
}
.navbar-left .navbar-header {
    float: none;
}
.navbar-left .navbar-nav>li {
    float: none;
}
.navbar-left .navbar-right {
    float: none!important;
    margin-right: 0;
}
.navbar-left.navbar>.container .navbar-brand,
.navbar-left.navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-left .navbar-header {
    /*margin: 15px 0 2px;*/
	margin: 0px 0 2px;
}
.navbar-left .navbar-collapse .navbar-nav {
    /*transform: translateX(+15px); fahad*/
	transform: translateX(+0px);
    transition: all ease .5s;
}
.navbar-left .navbar-collapse.collapsing {
    height: auto!important;
}
.navbar-left .navbar-collapse.collapse {
    overflow: hidden !important;
    display: block;
}

/*.navbar-left .navbar-collapse.in .navbar-nav {
transform: translateY(0px);
transition: all ease .5s;
opacity: 1;
}*/
.navbar-left .navbar-toggle {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-top: -18px;
    background: #d22751;
    border-color: transparent;
    border-radius: 50%;
    height: 42px;
    opacity: 0.3;
    margin-left: -20px;
    transition: all ease 0.4s;
    display: none;
}
.navbar-left .navbar-toggle:hover,
.navbar-left .navbar-toggle:focus {
    opacity: 1;
    transition: all ease 0.6s;
    background: #d22751;
}
.navbar-default .navbar-toggle.collapsed .icon-bar {
    transition: all ease 0.6s;
}

/*.navbar-default .navbar-toggle.collapsed:hover .icon-bar {
height: 3px;
transition: all ease 0.8s;
}*/
.navbar-default .navbar-toggle.collapsed:hover .icon-bar:nth-child(3) {
    width: 18px;
    transition: all ease 0.6s;
}
.navbar-default .navbar-toggle.collapsed:hover .icon-bar:last-child {
    width: 14px;
    transition: all ease 0.6s;
}
.navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
    display: none;
}
.navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: 8px 3px;
    transition: all ease 0.8s;
}
.navbar-default .navbar-toggle:not(.collapsed) .icon-bar:last-child {
    transform: rotate(-45deg);
    transform-origin: 7px -1px;
    transition: all ease 0.8s;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-left .collapsing {
    height: auto;
}
.navbar-red .navbar-header .navbar-brand>img {
    margin: 0 auto;
}
.navbar-red .navbar-header .navbar-brand {
    float: none;
}
.navbar-red .navbar-header {
    background-color: #ec241e;
    padding: 5px 0 0;
    text-align: center;
    margin-right: 0px;
    position: static;
}
.navbar-red {
    background-color: #ec241e;
    background-color: transparent;
}
.navbar-red .navbar-nav>li.blog>a {
    margin-top: 20px;
    background: #6200ea;
}
.navbar-red .navbar-nav>li.social {
    margin-right: 15px;
    margin-bottom: 15px;
}
.navbar-red .navbar-nav>li.social:after {
    clear: both;
    content: "";
    display: block;
}
.navbar-red .navbar-nav>li.social>a {
    padding: 6px 10px;
    background: #000;
    clear: none !important;
}
.navbar-red.navbar-default .navbar-nav>li.social>a:hover {
    transform: scale(1.1);
}
.navbar-red .navbar-nav>li>a {
    color: #fff;
    border-bottom: 0px solid transparent;
    font-family: montserrat;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: right;
    padding: 8px 30px 8px 15px;
    margin-bottom: 2px;
    transition: all ease 0.3s;
    font-size: 12px;
    display: inline-block;
    /*float: right;*/
	float: left;
}
.navbar-red.navbar-default .navbar-nav>.active>a,
.navbar-red.navbar-default .navbar-nav>.active>a:focus,
.navbar-red.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #fff;
    border-bottom: 0px solid #eee;
    transform: translateX(-15px);
    transition: all ease 0.3s;
    background: rgba(226, 32, 82, 0.2);
}
.navbar-red.navbar-default .navbar-nav>li>a:focus,
.navbar-red.navbar-default .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #fff;
    transform: translateX(-15px);
    transition: all ease 0.3s;
    border-bottom: 0px solid #eee;
    background: rgba(226, 32, 82, 0.2);
}
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    margin-left: 2px;
    color: #ccc;
    font-weight: 300;
    font-size: 90%;
    vertical-align: top;
}
#phone-img {
    margin-top: 60px;
    max-height: 500px;
}
#phone-content h1 {
    font-size: 16px;
}
.contact-us h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 25px;
}
.contact-us ul li {
    margin-bottom: 6px;
}
.contact-us input[type=text],
.contact-us input[type=email],
.contact-us input[type=tel],
.contact-us textarea {
    border: 0 none;
    font-size: 18px;
    border-radius: 3px;
    line-height: 14px;
    padding: 5px;
    max-width: 100%;
}
.contact-us #saveForm:hover {
    background: rgb(230, 62, 105);
    transition: all ease 0.5s;
    color: #fff;
    border: 1px solid #fff;
}
.contact-us #saveForm {
    border: 1px solid #afabab;
    background: rgba(230, 62, 105, 0.0);
    color: #ccc;
    padding: 6px 21px;
    font-size: 14px;
    border-radius: 4px;
    transition: all ease 0.5s;
}
.contact-us ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.contact-us label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1px;
    font-weight: 300;
    color: #c8c8c8;
    font-size: 12px;
}
.contact-us {
    text-align: left;
    border-radius: 25px;
    color: #fff;
    float: right;
    max-width: 800px;
    bottom: 0%;
    position: absolute;
    right: 70px;
}
.contact-us .marvel-device.macbook .top-bar {
    top: 450px;
}
.contact-us-container {
    position: relative;
}
.contact-us-form {
    position: absolute;
    left: 80px;
    top: 60px;
    max-width: 510px;
    text-align: left;
    /*background: url(../images/logo.svg) no-repeat top right transparent;*/
}
.contact-us .marvel-device.macbook .bottom-bar {
    display: none;
}
.contact-us .marvel-device.macbook .camera {
    top: 12px;
}
.contact-us .marvel-device.macbook {
    width: 660px;
    height: 400px;
    padding: 34px 34px 45px;
    margin: 0 auto;
    background: #bebebe;
    -webkit-border-radius: 34px;
    border-radius: 34px;
}
.contact-us .marvel-device.macbook .top-bar {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#phone-content {
    position: absolute;
    bottom: 184px;
    left: 0;
    right: 0;
    width: 150px;
    margin: auto;
    color: #fff;
    overflow: auto;
    height: 270px;
}
#btn-phone {
    font-size: 14px;
    font-weight: bold;
    padding-top: 4%;
    border: 0;
    background: #84FB66;
    color: #226834;
    padding: 7px 7px;
    line-height: 14px;
    border-radius: 3px;
}
.typed-text {
    text-align: left !important;
}
.team-box {
    text-align: center;
}
.team-box h2:after {
    position: absolute;
    bottom: 14px;
    left: 50%;
    z-index: 0;
    height: 1px;
    background: #000;
    content: "";
    width: 100px;
    margin-left: -50px;
}
.team-box h2 {
    font-size: 20px;
    position: relative;
    line-height: 30px;
}
.team-box h2 span {
    display: inline-block;
    background: #f3f3f3;
    padding: 0 10px;
    z-index: 1;
    position: relative;
}
.team-container {
    position: relative;
}
.team {
    background: url(../images/team-color.jpg) no-repeat bottom center/contain;
    height: 600px;
}
.navbar-collapse {
    padding-right: 40px;
    padding-left: 0px;
}
.active .team-list {
    width: 75%;
    transition: all ease 2s;
}
.team-list {
    float: right;
    transition: all ease 2s;
    width: 70%;
    position: relative;
}
.team-list li {
    display: inline-block;
    width: 32%;
}
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@media all and (max-width:1200px) {
    .contact-us {
        position: static;
        float: none;
        right: 0;
        max-width: 730px;
        text-align: center;
        margin: 0 auto;
    }

    #phone-container {
        float: none !important;
    }

    .contact-us-form {
        position: absolute;
        left: 10px;
        top: 10px;
        max-width: 90%;
        text-align: left;
        background: none;
    }
}
@media all and (max-width:900px) {
    .contact-us .marvel-device.macbook {
        width: 560px;
    }
}
@media all and (max-width:767px) {
    #featured-text {
        font-size: 23px;
        letter-spacing: -1px;
        line-height: 68px;
        padding: 0px 20px;
        top: 40%;
        margin-top: 0;
    }

    #featured-text-slogan {
        font-size: 11px;
        top: 50%;
        top: calc(40% + 68px);
        left: 0px;
        padding: 0px 20px;
        letter-spacing: 0px;
        margin-top: 0;
    }

    .navbar-red .navbar-header .navbar-brand>img {
        margin: 0;
        width: 130px;
    }

    .navbar-red .navbar-nav>li>a {
        display: block;
        float: right;
        clear: right;
    }

    .navbar-red .navbar-nav>li.social {
        margin-right: 5px;
    }

    .navbar-nav {
        margin: 7.5px 15px;
    }

    .navbar-red {
        width: 100%;
        max-width: none;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-width: 0px;
    }

    .navbar-red .navbar-header {
        background: transparent;
    }

    .navbar-left .navbar-header {
        margin: 5px 0 2px;
    }

    .navbar-brand {
        padding: 10px !important;
        display: block;
    }

    .navbar-left .navbar-toggle {
        display: block;
        right: 0px;
        left: auto;
        top: 28px;
        opacity: 0.9;
    }

    .contact-us {
        position: static;
        float: none;
    }

    .contact-us-form {
        position: absolute;
        left: 10px;
        top: 10px;
        max-width: 90%;
        text-align: left;
        background: none;
    }

    #phone-img {
        max-width: 275px;
    }

    #phone-content {
        width: 92px;
        bottom: 60px;
    }

    #phone-content h1 {
        font-size: 12px;
    }

    #btn-phone {
        font-size: 10px;
        padding: 5px 8px;
    }

    #phone-content h3 {
        font-size: 10px !important;
    }

    footer p {
        color: #fff;
        font-size: 12px;
        margin: 17px 0px 20px 0px;
    }

    #featured-slogan {
        font-size: 10px;
        color: #fff;
        position: absolute;
        z-index: 9;
        bottom: 30px;
        left: 30px;
        max-width: 80%;
    }

    #featured {
        max-height: 130vh;
        height: 500px !important;
    }

    .clients h2 {
        font-size: 11px;
        margin-top: 10px;
        text-align: center !important;
    }

    .team {
        padding-bottom: 50%;
        height: auto;
    }

    .start-animation .svg-circle {
        display: none;
    }

    .portfolio-logo {
        max-height: 100px !important;
        max-width: 120px !important;
    }

    .contact-us .marvel-device.macbook {
        width: 90%;
        width: calc(100% - 30px);
        padding: 14px 14px 15px;
        margin-top: -10px;
    }

    .contact-us input[type=text],
    .contact-us input[type=email],
    .contact-us input[type=tel],
    .contact-us textarea {
        font-size: 12px;
        line-height: 12px;
        max-height: 90px;
    }

    .marvel-device .screen {
        border-radius: 4px;
        margin-top: 20px;
        height: calc(100% - 40px) !important;
    }

    .contact-us h1 {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 14px;
    }

    footer p img {
        margin-left: 0;
        margin-top: 10px;
    }

    .contact-us .marvel-device.macbook .top-bar {
        display: none;
    }

    #box1,
    #box2,
    #box3,
    #box4 {
        max-width: 100%;
        left: 0%;
        margin-top: 10px;
        width: 100%;
        position: static;
        text-align: left;
    }

    .box h1,
    .box p {
        text-align: inherit !important;
    }

    #box1,
    #box3 {
        text-align: right;
    }

    #services {
        text-align: center;
        padding: 15px 0 25px;
    }

    #services h1.title {
        padding-bottom: 80px;
    }

    .gallery-image:after {
        display: none;
    }

    .gallery-image:before {
        display: none;
    }

    #case-studies {
        padding-bottom: 0 !important;
    }

    .navbar-red .navbar-nav>li>a {
        font-size: 10px;
        padding: 4px 10px 4px 15px;
    }

    body {
        border-right: 5px solid rgb(226, 32, 82);
    }

    .gallery-content {
        min-height: 40px !important;
    }

    .gallery-image {
        padding-top: 150px !important;
        background-position: center center !important;
    }

    .case-studies h1.title {
        padding-bottom: 50px !important;
        padding-top: 0;
        margin-top: 0 !important;
    }

    .navbar-left .navbar-collapse.collapse {
        overflow: hidden !important;
        display: none;
    }

    .navbar-left .navbar-collapse.collapse.in {
        display: block;
    }

    .start-animation #box1,
    .start-animation #box3 {
        animation: box-right-mobile 1s forwards;
        -moz-animation: box-right-mobile 1s forwards;
        -webkit-animation: box-right-mobile 1s forwards;
    }

    .start-animation #box2,
    .start-animation #box4 {
        animation: box-left-mobile 1s forwards;
        -moz-animation: box-left-mobile 1s forwards;
        -webkit-animation: box-left-mobile 1s forwards;
    }

    .start-animation #box2 {
        -webkit-animation-delay: 1s;
        /* Chrome, Safari, Opera */
        animation-delay: 1s;
    }

    .start-animation #box3 {
        -webkit-animation-delay: 2s;
        /* Chrome, Safari, Opera */
        animation-delay: 2s;
    }

    .start-animation #box4 {
        -webkit-animation-delay: 3s;
        /* Chrome, Safari, Opera */
        animation-delay: 3s;
    }

    .container {
        width: 100%;
    }

    .container>.navbar-collapse {
        margin-right: -15px;
    }
    .content-desc a.button{
        font-size: 16px;
    }
}
/*News Time line Starts*/
#timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #000;
}
 
#timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
}
#timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  /*background: #F45B69;*/
  background: #fff;
  border: 2px solid #F45B69;
}
 
#timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}
#timeline ul li:nth-child(odd) div {
  left: 45px;
}
 
#timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #F45B69 transparent transparent;
}
#timeline ul li:nth-child(even) div {
  left: -439px;
}
 
#timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #F45B69;
}

#timeline ul li::after {
  background: #fff;
  transition: background .5s ease-in-out;
}
 
#timeline ul li.in-view::after {
  background: #F45B69;
}
 
#timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}
 
#timeline ul li:nth-child(odd) div {
  transform: translate3d(200px,0,0);
}
 
#timeline ul li:nth-child(even) div {
  transform: translate3d(-200px,0,0);
}
 
#timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 900px) {
  #timeline ul li div {
    width: 250px;
  }
  #timeline ul li:nth-child(even) div {
    left: -289px; /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  #timeline ul li {
    margin-left: 20px;
  }
   
  #timeline ul li div {
    width: calc(100vw - 91px);
  }
   
  #timeline ul li:nth-child(even) div {
    left: 45px;
  }
   
  #timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #F45B69 transparent transparent;
  }
}
/*News Time line Ends*/


div.html5gallery-container-0
div.html5gallery-box-0
div.html5gallery-elem-0
a{
  visibility: hidden !important;
}



/*new-code*/

.news-letter {
    background-color: #38516c !important;
    /* background-color: #393939 !important; */
    /* border-top: #6794fe 2px solid; */
}

.colophon {
    padding: 20px 2%;
    background: #000;
    font-family: "Bicyclette-Light";
    font-size: 1.1em;
    color: #fff;
    overflow: hidden;
}

span.line {
    height: 1px;
    width: 10%;
    background: #000;
    display: block;
    margin: 10px auto 0;
}

p, div.p {
    margin-bottom: 20px;
    font-family: "calibri";
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

input[type=submit] {
   -webkit-appearance: button;
    cursor: pointer;
    /* margin-top: 0px; */
    border-radius: 5%;
    border: 0;
    padding: 7px;
    background: #0097d0;
    color: #fff;
}


/*-----social-icons---*/

._12 {
    font-size: 1.2em;
}
._14 {
    font-size: 19px;
    margin-top: 16px;
}
ul {
    padding:0;
    list-style: none;
}
.footer-social-icons {
    /*width: 350px;*/
    display:block;
    margin: 0 auto;
}
.social-icon {
    color: #fff;
}
.footer-social-icons i.fa {
    font-size: 20px;
}
.footer-social-icons h4 {
   margin-bottom: 0px;
   border-bottom: 0px;
}
ul.social-icons {
    /*margin-top: 10px;*/
}
ul.social-icons {
     text-align: right;
     padding: 0px 30px;
     }
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.fa-facebook {
    padding:10px 21px;
    border-radius: 11px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-facebook:hover {
    background-color: #3d5b99;
}
.fa-twitter {
    padding:10px 17px;
    border-radius: 11px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-twitter:hover {
    background-color: #00aced;
}

.fa-youtube {
    padding:10px 17px;
    border-radius: 11px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-youtube:hover {
    background-color: #e64a41;
}
.fa-linkedin {
    padding:10px 17px;
    border-radius: 11px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-linkedin:hover {
    background-color: #0073a4;
}
.fa-globe {
    padding:10px 17px;
    border-radius: 11px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-globe:hover {
    background-color: #015fac;
}


