@import "https://fonts.googleapis.com/css?family=Lato:400,300,100,700,900&subset=latin,latin-ext";
@import "https://fonts.googleapis.com/css?family=Lato:400,700";
@import url('https://fonts.googleapis.com/css?family=Quicksand:300');

@font-face {
    font-family: st;
    src: url(st.otf);
}

#zain-hansrod {
    font-family: st;
}

body {
    font-family: "Quicksand" !important;
}

.typed-cursor {
    opacity: 0
}

.brackets {
    animation: bracketAnimate 6s ease-in-out infinite alternate
}

.circle i {
    font-size: 25px;
}

.circle {
    width: 120px;
    height: 120px;
    padding: 23px;
    margin: auto;
    border: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(320deg, #00B0FF 25%, #6e4593 60%);
    -webkit-border-image: -webkit-linear-gradient(320deg, #00B0FF 25%, #6e4593 60%);
    -o-border-image: -o-linear-gradient(320deg, #00B0FF 25%, #6e4593 60%);
    border-image: linear-gradient(320deg, #00B0FF 25%, #6e4593 60%);
    border-image-slice: 1
}

.col-sm-4 {
    padding: 20px;
    font-size: 18px
}

#web {
    color: #06c
}

#about {
    text-align: center;
    padding: 50px
}

.black-back {
    background-color: #111;
    color: #f1f1f1
}

.white-back {
    background-color: #f1f1f1;
    color: #111
}

#web-dev {
    text-align: center;
    padding: 30px 0;
    padding-bottom: 0;
}

#web-dev-container {
    padding: 0
}

#name {
    font-weight: 400
}

#code-player {
    background-image: url(assets/img/code.jpg)
}

#tip {
    background-image: url(assets/img/tip.jpg)
}

#kk {
    background-image: url(assets/img/kk.jpg)
}

#templates {
    background-image: url(assets/img/tem.jpg)
}

#weather {
    background-image: url(assets/img/weather.jpg)
}

#secret-diary {
    background-image: url(assets/img/glasses.jpg)
}

#facer {
    background-image: url(assets/img/watch.jpg)
}

#ecommerce {
    background-image: url(assets/img/ecommerce.jpg)
}

#drawer-style {
    background-image: url(small-c.png);
    background-size: inherit !important;
}

#patatap {
    background-image: url(assets/img/patatap.jpg)
}

#ms {
    background-image: url(assets/img/business.jpg)
}

#cove-life {
    background-image: url(assets/img/boat.jpg)
}

.work {
    color: #f1f1f1;
    text-align: center;
    position: relative;
    padding: 0;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.back {
    background: rgba(51, 51, 51, 0.7);
    width: 100%;
    padding: 5px;
    position: absolute;
    height: 100%;
    display: none
}

.back>h4 {
    text-transform: uppercase;
    position: relative;
    top: 20%;
    font-size: 20px
}

.back>p {
    position: relative;
    top: 33%;
    font-size: 15px
}

.go {
    position: absolute;
    bottom: 10%;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    background-color: transparent;
    color: #f1f1f1;
    border: 1px solid #f1f1f1;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out
}

.logo {
    font-family: st;
    font-size: 50px;
}

.go:hover {
    background-color: #f1f1f1;
    color: #1c1c1c
}

@-webkit-keyframes testBack {
    0% {
        background-position: 0 25%
    }

    50% {
        background-position: 100% 76%
    }

    100% {
        background-position: 0 25%
    }
}

@-moz-keyframes testBack {
    0% {
        background-position: 0 25%
    }

    50% {
        background-position: 100% 76%
    }

    100% {
        background-position: 0 25%
    }
}

@-o-keyframes testBack {
    0% {
        background-position: 0 25%
    }

    50% {
        background-position: 100% 76%
    }

    100% {
        background-position: 0 25%
    }
}

@keyframes testBack {
    0% {
        background-position: 0 25%
    }

    50% {
        background-position: 100% 76%
    }

    100% {
        background-position: 0 25%
    }
}

#testamonial {
    text-align: center;
    background: #00B0FF;
    background: -webkit-linear-gradient(120deg, #00B0FF, #6e4593);
    background: -moz-linear-gradient(120deg, #00B0FF, #6e4593);
    background: -o-linear-gradient(120deg, #00B0FF, #6e4593);
    background: linear-gradient(120deg, #00B0FF, #6e4593);
    background-size: 400% 400%;
    -webkit-animation: testBack 8s ease-in-out infinite;
    -moz-animation: testBack 8s ease-in-out infinite;
    -o-animation: testBack 8s ease-in-out infinite;
    animation: testBack 8s ease-in-out infinite;
    color: #f1f1f1;
    margin: 0;
    text-shadow: 0px 1px 1px #111;
    padding: 80px 20px
}

blockquote {
    border: none;
    font-family: 'Quicksand';
    font-size: 20px;
    font-weight: 300
}

.person {
    font-family: 'Quicksand';
    font-size: 18px;
    font-weight: 300
}

#testamonial .owl-pagination {
    position: relative;
    bottom: 10%
}

#testamonial .owl-pagination .owl-page span {
    background: transparent;
    border: 1px solid #f1f1f1
}

#contact-form {
    padding: 50px;
    text-align: center
}

#contact-form>h3 {
    padding-top: 20px;
    text-transform: uppercase
}

#contact-form>p {
    font-weight: 400
}

.contact-link {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    transition: 0.3s all ease;
}

.overlay-thank-you {
    left: 0;
    position: absolute;
    background: rgba(255,255,255,0.9);
    top: 20px;
    color: #000;
    /* width: 500px; */
    /* height: 200px; */
    padding: 30px;
    text-align: center;
    z-index: 99;
    /* top: 50%; */
    border-right: 30px solid transparent;
    /* left: 50%; */
    -moz-border-image: -moz-linear-gradient(to right, #5B86E5, #36D1DC);
    -webkit-border-image: -webkit-linear-gradient(to right, #5B86E5, #36D1DC);
    -o-border-image: -o-linear-gradient(to right, #5B86E5, #36D1DC);
    border-image: linear-gradient(180deg, #5B86E5, #36D1DC);
    border-image-slice: 1;
    display: none;
}

.overlay-close {
    position: absolute;
    top: 10px;
    left: 10px;
    
}

.contact-link:hover, .contact-link:focus {
    border-bottom: 1px solid transparent;
    color: #fff;
    text-decoration: none;
}

#name-form {
    width: 50%;
    padding: 20px;
    margin: 20px;
    position: relative;
    border-radius: 0;
    left: 50%;
    margin-left: -25%;
    border: 3px solid #f1f1f1
}

#email {
    width: 50%;
    padding: 20px;
    margin: 20px;
    position: relative;
    left: 50%;
    margin-left: -25%;
    border-radius: 0;
    border: 3px solid #f1f1f1
}

#message {
    width: 50%;
    height: 300px;
    padding: 20px;
    border-radius: 0;
    margin: 20px;
    margin-top: 0;
    background-color: #f1f1f1;
    color: #1c1c1c;
    border: 3px solid #f1f1f1
}

#send {
    border-radius: 0;
    font-weight: 300;
    text-transform: uppercase;
    border: 1px solid #f1f1f1;
    -webkit-transition: background-color .4s ease-in-out, color .4s ease-in-out;
    -moz-transition: background-color .4s ease-in-out, color .4s ease-in-out;
    -o-transition: background-color .4s ease-in-out, color .4s ease-in-out;
    transition: background-color .4s ease-in-out, color .4s ease-in-out;
    margin-bottom: 25px;
    color: #f1f1f1;
    background-color: #111
}

#send:hover {
    color: #111;
    background-color: #f1f1f1
}

#send:active {
    position: relative;
    top: 1px
}

#pph-hireme {
    padding: 20px 0;
    text-align: center
}

#footer {
    padding: 50px;
    font-weight: 100;
    text-align: center;
    background-color: rgba(51, 51, 51, 0.7)
}

#footer>h1 {
    margin: 0;
    padding-top: 60px;
    padding-bottom: 35px;
    font-size: 80px !important;
    font-family: st;
    background: #00B0FF;
    font-weight: 300;
    background: -webkit-linear-gradient(90deg, #00B0FF 35%, #6e4593 60%);
    background: -moz-linear-gradient(90deg, #00B0FF 35%, #6e4593 60%);
    background: -o-linear-gradient(90deg, #00B0FF 35%, #6e4593 60%);
    background: linear-gradient(90deg, #00B0FF 35%, #6e4593 60%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    text-fill-color: transparent
}

#main-background {
    padding: 0;
    background-image: url(2.jpg);
    background-size: cover;
    background-position: top;
    height: 100%;
    width: 100%
}

#main-container {
    background-color: rgba(51, 51, 51, 0.5);
    text-align: center;
    height: 100%;
    width: 100%
}

#top-logo {
    position: relative;
    top: 30%
}

#zain-hansrod {
    color: #fff;
    position: relative;
    top: 35%;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 70px;
    text-shadow: 0px 5px 5px #1c1c1c
}

.hr {
    width: 20%;
    margin: 30px auto;
    position: relative;
    top: 37%;
    border: 0;
    background: #f1f1f1;
    height: 1px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 176, 255, 0.75), rgba(110, 69, 147, 0.75), rgba(0, 0, 0, 0))
}

#typed {
    color: #fff;
    position: relative;
    top: 39%;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0px 5px 5px #111
}

.headings {
    text-transform: uppercase;
    font-family: 'st';
    font-size: 55px;
    font-weight: 200;
    text-align: center;
    text-shadow: 0px 6px 5px #111
}

#about,
#ul {
    width: 100% !important
}

.col-sm-6 {
    padding: 20px
}

.about-sub {
    text-transform: uppercase;
    font-family: 'st';
    font-weight: 200;
    margin: 40px 0;
    font-size: 40px;
    margin-top: 35px;
}

#about-heading-3 {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Quicksand';
    font-weight: 200;
    margin: 40px 0
}

.sub {
    margin: 30px;
    font-size: 16px;
    font-weight: 300
}

#clients-background {
    padding: 0;
    background-image: url(assets/img/sand-dunes.jpg);
    background-size: cover;
    background-position: center
}

#clients-back-2 {
    padding: 0;
    background-color: rgba(51, 51, 51, 0.5);
    text-align: center;
    padding: 30px
}

.white-heading {
    color: #f1f1f1
}

.clients-margin {
    margin: 50px 0
}

#footer-background {
    background-image: url(toronto.jpg);
    background-size: cover;
    background-position: center
}


.nav-item {
    color: black;
    font-size: 35px;
    padding: 25px;
}

.nav-tabs {
    margin-bottom: 35px;
    border: none;
}

#nav-home-tab {
    background: #AA076B;
    background: -webkit-linear-gradient(120deg, #AA076B, #61045F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#nav-profile-tab {
    background: #12D8FA;
    background: -webkit-linear-gradient(120deg, #1FA2FF 0%, #12D8FA 50%, #A6FFCB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media(max-width: 900px) {
    #contact-form {
        padding: 30px
    }

    .hr {
        width: 30%
    }

    #name-form,
    #email,
    #message {
        left: 0;
        margin-left: auto;
        margin-right: auto;
        width: 60%
    }

    #send {
        width: 60%
    }
}

@media(max-width: 661px) {

    #name-form,
    #email,
    #message,
    #send {
        width: 80%
    }
}

@media(max-width: 608px) {
    #footer>h1 {
        font-size: 30px
    }
}

@media(max-width: 568px) {
    .hr {
        width: 50%
    }

    .sub {
        font-size: 14px
    }

    #contact-form {
        padding: 20px
    }

    .headings,
    #footer>h1 {
        font-size: 40px
    }

    .about-sub {
        font-size: 24px
    }

    #about-heading-3 {
        font-size: 20px
    }

    .circle-container {
        padding: 20px 0 !important
    }

    blockquote {
        padding: 0;
        margin: 0;
        font-size: 15px
    }

    .nav-item {
        font-size: 25px;
    }

    #status {
        margin-top: 20px;
    }
}

@media (max-width: 394px) {
    #footer>h1 {
        font-size: 28px
    }

    #footer {
        padding: 20px
    }

    #name-form,
    #email,
    #message,
    #send {
        width: 100%
    }
}

@media(max-width: 380px) {
    #about {
        padding: 15px !important
    }

    .nav-item {
        font-size: 18px;
    }
}

@media(max-width: 340px) {
    #about {
        padding: 15px !important
    }

    .col-sm-4 {
        font-size: 15px !important
    }

    .circle {
        width: 100px !important;
        height: 100px !important;
        padding: 20px !important
    }
}

@media (max-width: 300px) {
    #footer>h1 {
        font-size: 15px
    }

    #zain-hansrod {
        font-size: 35px;
    }

    #pph-hireme {
        display: none
    }

    .about-sub {
        font-size: 18px
    }
}

::-moz-selection {
    background: #6e4593;
    color: #00c4cc;
    text-shadow: none
}

::selection {
    background: #6e4593;
    color: #00c4cc;
    text-shadow: none
}

.menu {
    position: fixed;
    right: -200px;
    width: 260px;
    height: 100%;
    top: 0;
    z-index: 10;
    text-align: left
}

.menu.menu-open {
    right: 0
}

.menu-wrap {
    position: absolute;
    top: 0;
    padding-top: 30px;
    left: 60px;
    background: rgba(11, 11, 11, 0.9);
    width: 200px;
    height: auto
}

.menu h1.logo a {
    font-size: 16px;
    letter-spacing: .15em;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.menu h1.logo a:hover {
    color: #00c4cc;
    text-decoration: none
}

.menu img.logo {
    margin: 20px 0;
    max-width: 160px
}

.menu a {
    margin-left: 20px;
    color: gray;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.menu a:hover {
    color: #fff;
    text-decoration: none
}

.menu a:active {
    color: #fff;
    text-decoration: none
}

.menu a>i {
    float: left;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 25px;
    font-size: 14px;
    line-height: 40px;
    margin: 25px 2px
}

.menu-close {
    cursor: pointer;
    display: block;
    position: absolute;
    font-size: 14px;
    color: gray;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 10px;
    right: -10px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.menu-close:hover {
    color: #fff;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.body-push {
    overflow-x: hidden;
    position: relative;
    left: 0
}

.body-push-toright {
    left: 200px
}

.body-push-toleft {
    left: -200px
}

.menu,
.body-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#menuToggle {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 11;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

#menuToggle:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

@media(max-height: 415px) {
    .menu-wrap {
        padding-left: 20px
    }

    .menu a {
        margin-left: 0;
        display: inline;
        padding: 10px
    }
}

@media(max-height: 300px) {
    .menu a {
        padding: 5px
    }

    .logo {
        margin-top: 0;
        margin-bottom: 0
    }

    .menu a>i {
        float: none;
        margin: 0 0 0 5px
    }
}

@-webkit-keyframes bracketAnimate {
    0% {
        color: #00B0FF;
        opacity: 1;
        margin: 0
    }

    13% {
        opacity: .1;
        margin: 0 2px
    }

    25% {
        color: #6e4593;
        opacity: 1;
        margin: 0
    }

    38% {
        opacity: .1;
        margin: 0 2px
    }

    50% {
        color: #00B0FF;
        opacity: 1;
        margin: 0
    }

    63% {
        opacity: .1;
        margin: 0 2px
    }

    75% {
        color: #6e4593;
        opacity: 1;
        margin: 0
    }

    88% {
        opacity: .1;
        margin: 0 2px
    }

    100% {
        color: #00B0FF;
        opacity: 1;
        margin: 0
    }
}

@-moz-keyframes bracketAnimate {
    0% {
        color: #00B0FF;
        opacity: 1;
        margin: 0
    }

    13% {
        opacity: .1;
        margin: 0 2px
    }

    25% {
        color: #6e4593;
        opacity: 1;
        margin: 0
    }

    38% {
        opacity: .1;
        margin: 0 2px
    }

    50% {
        color: #00B0FF;
        opacity: 1;
        margin: 0
    }

    63% {
        opacity: .1;
        margin: 0 2px
    }

    75% {
        color: #6e4593;
        opacity: 1;
        margin: 0
    }

    88% {
        opacity: .1;
        margin: 0 2px
    }

    100% {
        color: #00B0FF;
        opacity: 1;
        margin: 0
    }
}

@-o-keyframes bracketAnimate {
    0% {
        color: #00B0FF;
        opacity: 1;
        margin: 0
    }

    13% {
        opacity: .1;
        margin: 0 2px
    }

    25% {
        color: #6e4593;
        opacity: 1;
        margin: 0
    }

    38% {
        opacity: .1;
        margin: 0 2px
    }

    50% {
        color: #00B0FF;
        opacity: 1;
        margin: 0
    }

    63% {
        opacity: .1;
        margin: 0 2px
    }

    75% {
        color: #6e4593;
        opacity: 1;
        margin: 0
    }

    88% {
        opacity: .1;
        margin: 0 2px
    }

    100% {
        color: #00B0FF;
        opacity: 1;
        margin: 0
    }
}

@keyframes bracketAnimate {
    0% {
        color: #00B0FF;
        opacity: 1;
        margin: 0
    }

    13% {
        opacity: 0;
        margin: 0 2px
    }

    25% {
        color: #6e4593;
        opacity: 1;
        margin: 0
    }

    38% {
        opacity: 0;
        margin: 0 2px
    }

    50% {
        color: #00B0FF;
        opacity: 1;
        margin: 0
    }

    63% {
        opacity: 0;
        margin: 0 2px
    }

    75% {
        color: #6e4593;
        opacity: 1;
        margin: 0
    }

    88% {
        opacity: 0;
        margin: 0 2px
    }

    100% {
        color: #00B0FF;
        opacity: 1;
        margin: 0
    }
}

.switch {
    --uiSwitchSize: var(--switchSize, 64px);
    --uiSwitchBgColor: var(--switchBgColor, #f1f1f1);
    --uiSwitchBgColorActive: var(--switchBgColorActive, #4ed164);
    --uiSwitchBorderColorActive: var(--switchBorderColorActive, #fff);
    --uiSwitchBorderColorFocus: var(--switchBgColorFocus, #43b556);
    --uiSwitchButtonBgColor: var(--switchButtonBgColor, #fff);

    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.switch__label {
    display: block;
    width: 100%;
    height: 100%;
}

.switch__toggle {
    width: 0;
    height: 0;
    opacity: 0;

    position: absolute;
    top: 0;
    left: 0;
}

.switch__toggle:focus~.switch__label {
    box-shadow: 0 0 0 var(--uiSwitchThickFocus, 4px) var(--uiSwitchBorderColorFocus);
}

.switch__toggle:checked:focus~.switch__label {
    box-shadow: 0 0 0 var(--uiSwitchThickFocus, 4px) var(--uiSwitchBorderColorActive);
}

.switch__label:before,
.switch__label:after {
    content: "";
    cursor: pointer;

    position: absolute;
    top: 0;
    left: 0;
}

.switch__label:before {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: var(--uiSwitchBgColor);
}

.switch__label:after {
    top: 50%;
    z-index: 3;
    transition: transform .4s cubic-bezier(0.44, -0.12, 0.07, 1.15);
}

/* type 1 */

.switch_type1 {
    --uiSwitchBorderRadius: var(--switchBorderRadius, 60px);

    width: var(--uiSwitchSize);
    height: calc((var(--uiSwitchSize) / 2));
    border-radius: var(--uiSwitchBorderRadius);
    background-color: var(--uiSwitchBgColorActive);
}

.switch_type1 .switch__label {
    border-radius: var(--uiSwitchBorderRadius);
}

.switch_type1 .switch__label:before {
    border-radius: var(--uiSwitchBorderRadius);
    transition: opacity .2s ease-out .1s, transform .2s ease-out .1s;
    transform: scale(1);
    opacity: 1;
}

.switch_type1 .switch__toggle:checked~.switch__label:before {
    transform: scale(0);
    opacity: .7;
}

.switch_type1 .switch__label:after {
    width: calc(var(--uiSwitchSize) / 2);
    height: calc(var(--uiSwitchSize) / 2);
    transform: translate3d(0, -50%, 0);

    background-color: var(--uiSwitchButtonBgColor);
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.switch_type1 .switch__toggle:checked~.switch__label:after {
    transform: translate3d(100%, -50%, 0);
}

.switch {
    --switchSize: 50px;
}

.nav-item {
    cursor: pointer;
}


/*
TIMELINE
*/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.page-header {
    border: none;
    text-align: center;
    padding: 50px 0;
}

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

.timeline>li:after {
    clear: both;
}

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

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    border: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(141deg, #00d2ff, #3a7bd5);
    -webkit-border-image: -webkit-linear-gradient(141deg, #00d2ff, #3a7bd5);
    -o-border-image: -o-linear-gradient(141deg, #00d2ff, #3a7bd5);
    border-image: linear-gradient(141deg, #00d2ff, #3a7bd5);
    border-image-slice: 1;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.timeline>li>.timeline-panel:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
}

.timeline-body>p+p {
    margin-top: 5px;
}

.date {
    margin: 25px auto;
    text-align: center;
    color: #fff;
    background: linear-gradient(141deg, #00d2ff, #3a7bd5);
    border-radius: 5px;
    padding: 10px;
}

.no-margin {
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.services-section {
    padding: 0;
}

.services {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 80px 25px;
    z-index: 1;
    position: relative;
}

.services .icon {
    line-height: 1.3;
    position: relative;
}

.services .icon span {
    font-size: 80px;
    color: black;
}

.services .media-body h3 {
    font-size: 28px;
    min-height: 61px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .services.active h3 {
        color: #fff;
    }

    .services.active .icon span {
        color: #fff;
    }

    span {
        color: #fff;
    }
}

.expertise-heading {
    margin-top: 90px;
}

.media-body p {
    min-height: 80px;
    ;
}

.ftco-animate {
    margin: 0 10px;
    width: calc(25% - 20px);
}

.ftco-animated-1 {
    /* background: #DA4453;
    background: -webkit-linear-gradient(to right, #89216B, #DA4453);
    background: linear-gradient(to right, #89216B, #DA4453); */
    border: 1px solid #d4d4d4;
    border: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(to right, #89216B, #DA4453);
    -webkit-border-image: -webkit-linear-gradient(to right, #89216B, #DA4453);
    -o-border-image: -o-linear-gradient(to right, #89216B, #DA4453);
    border-image: linear-gradient(to right, #89216B, #DA4453);
    border-image-slice: 1;
}

.ftco-animated-1::after {
    content: "";
    background: #DA4453;
    background: -webkit-linear-gradient(to right, #89216B, #DA4453);
    background: linear-gradient(to right, #89216B, #DA4453);
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.ftco-animated-2 {
    /* background: #11998e;
    background: -webkit-linear-gradient(to right, #38ef7d, #11998e);
    background: linear-gradient(to right, #38ef7d, #11998e); */
    border: 1px solid #d4d4d4;
    border: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(to right, #38ef7d, #11998e);
    -webkit-border-image: -webkit-linear-gradient(to right, #38ef7d, #11998e);
    -o-border-image: -o-linear-gradient(to right, #38ef7d, #11998e);
    border-image: linear-gradient(to right, #38ef7d, #11998e);
    border-image-slice: 1;
}

.ftco-animated-2::after {
    content: "";
    background: #11998e;
    background: -webkit-linear-gradient(to right, #38ef7d, #11998e);
    background: linear-gradient(to right, #38ef7d, #11998e);
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.ftco-animated-3 {
    /* background: #36D1DC;
    background: -webkit-linear-gradient(to right, #5B86E5, #36D1DC);
    background: linear-gradient(to right, #5B86E5, #36D1DC); */
    border: 1px solid #d4d4d4;
    border: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(to right, #5B86E5, #36D1DC);
    -webkit-border-image: -webkit-linear-gradient(to right, #5B86E5, #36D1DC);
    -o-border-image: -o-linear-gradient(to right, #5B86E5, #36D1DC);
    border-image: linear-gradient(to right, #5B86E5, #36D1DC);
    border-image-slice: 1;
}

.ftco-animated-3::after {
    content: "";
    background: #36D1DC;
    background: -webkit-linear-gradient(to right, #5B86E5, #36D1DC);
    background: linear-gradient(to right, #5B86E5, #36D1DC);
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.ftco-animated-4 {
    /* background: #ff00cc;
    background: -webkit-linear-gradient(to right, #333399, #ff00cc);  
    background: linear-gradient(to right, #333399, #ff00cc);  */
    border: 1px solid #d4d4d4;
    border: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(to right, #333399, #ff00cc); 
    -webkit-border-image: -webkit-linear-gradient(to right, #333399, #ff00cc); 
    -o-border-image: -o-linear-gradient(to right, #333399, #ff00cc); 
    border-image: linear-gradient(to right, #333399, #ff00cc); 
    border-image-slice: 1;
    transition: all 0.3s ease;
}

.ftco-animated-4::after {
    content: "";
    background: #ff00cc;
    background: -webkit-linear-gradient(to right, #333399, #ff00cc);  
    background: linear-gradient(to right, #333399, #ff00cc); 
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.ftco-animated-1:hover::after, .ftco-animated-2:hover::after, .ftco-animated-3:hover::after, .ftco-animated-4:hover::after, .ftco-animated-1:focus::after, .ftco-animated-2:focus::after, .ftco-animated-3:focus::after, .ftco-animated-4:focus::after {
    opacity: 1;
}

.serives-section-container {
    max-width: 1270px;
    margin: auto;
    overflow: hidden;
    padding: 0 10px;
}

.skill-icons i, .skill-icons img {
    font-size: 40px;
    height: 40px;
    margin: 0 10px;
}

@media screen and (max-width: 992px) {
    
    .ftco-animate {
        margin: 20px 0;
        width: 100%;
    }

    .serives-section-container .row {
        padding: 0 20px;
    }

    .services {
        padding: 20px 25px
    }
    
    .skill-icons i, .skill-icons img {
        font-size: 40px;
        height: 40px;
        margin: 20px;
        display: inline-block;
    }

    #timeline {
        padding: 0 !important;
    }
}

.test-quote {
    font-size: 24px;
    font-weight: 300;
    max-width: 1200px;
    margin: auto;
}

/*  Logo Animation */

.center, .wrapper, .outer, .inner, .content {
	 position: absolute;
	 left: 50%;
	 top: 25%;
	 -webkit-transform: translate(-50%, -50%);
	 transform: translate(-50%, -50%);
}
 .outer {
	 height: 150px;
	 width: 150px;
	 border-radius: 45%;
	 background-image: -webkit-linear-gradient(left, #795def 25%, #eb3cf9 100%);
	 background-image: -o-linear-gradient(left, #795def 25%, #eb3cf9 100%);
	 background-image: linear-gradient(to right, #795def 25%, #eb3cf9 100%);
	 background-repeat: repeat-x;
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF795DEF", endColorstr="#FFEB3CF9", GradientType=1);
}
 .inner {
	 height: 125px;
	 width: 125px;
	 border-radius: 45%;
	 background-image: -webkit-linear-gradient(left, #795def 25%, #eb3cf9 100%);
	 background-image: -o-linear-gradient(left, #795def 25%, #eb3cf9 100%);
	 background-image: linear-gradient(to right, #795def 25%, #eb3cf9 100%);
	 background-repeat: repeat-x;
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF795DEF", endColorstr="#FFEB3CF9", GradientType=1);
}
 .content {
	 height: 100px;
	 width: 100px;
	 background-color: #260e36;
	 border-radius: 45%;
}
 @-moz-keyframes spin {
	 100% {
		 -moz-transform: rotate(-360deg);
	}
}
 @-webkit-keyframes spin {
	 100% {
		 -webkit-transform: rotate(-360deg);
	}
}
 @keyframes spin {
	 100% {
		 -webkit-transform: rotate(-360deg);
		 transform: rotate(-360deg);
	}
}
 .logo {
	 -webkit-animation: spin 8s linear infinite;
	 -moz-animation: spin 8s linear infinite;
	 animation: spin 8s linear infinite;
	 position: absolute;
	 max-width: 70px;
	 z-index: 9999; 
	 left: 50%;
	 top: 26%;
	 margin-left: -35px;
	 margin-top: -35px;
}
 
 
 .hide-robot {
     display: none;
 }