span#n-1 {
    color: #b4b4b4;
    margin-left: -25%;
}

.running {
    background: #ee3f42;
    padding: 10px 20px;
    text-align: center;
}

.running img {
    width: 2%;
    margin-right: 27px;
}

.running h2 {
    color: white;
    /* margin-left: 0; */
    font-size: 19px;
    letter-spacing: 2px;
    font-family: cera pro;
    text-transform: uppercase;
}


/* BODY */

body {
    font-family: roboto condensed;
    font-family: cera pro;
    font-family: open sans;
    font-family: 'Comfortaa', cursive;
    font-family: 'Roboto', sans-serif;
    font-family: 'Ubuntu', sans-serif;
}

.wrapper {
    width: 100%;
    float: left;
}


/* header */

.top-bar {
    background: #25498e;
    color: white;
    padding: 8px 0 8px 0px;
    display: flex;
    justify-content: center;
}

.inner-top-bar-left p {
    margin: 0;
    padding: 0;
    letter-spacing: 0.3px;
    font-size: 14px;
    word-spacing: 0px;
    text-align: center;
}

.inner-top-bar-left p i {
    margin-right: 10px;
    color: white;
}

.enabletop {
    display: none;
}

.icon-sec {
    float: right;
    /* margin-right: 10%; */
    /* color: wheat; */
    align-items: center;
}

.icon-sec i {
    color: white;
    font-size: 19px;
    padding: 0px 17px 0px 0px;
}

.header-middle {
    background: #2f5bae;
    color: white;
    position: relative;
    z-index: 1;
    padding: 0px 0px 15px 0px;
}


/* .inner_middleHeaderRightAll img {
    width: 45%;
} */

.inner_middleHeaderRightAll img {
    width: 100%;
    background: white;
    padding: 13px;
    border-radius: 5px;
    margin-top: 6px;
}

.middleHeaderRightAll {
    margin: 4% 0px;
}

.inner_middleHeaderRightAll .col-md-4 {
    width: 18%;
    padding: 0;
}

.inner_middleHeaderRightAll p {
    margin: 0;
}

.inner_middleHeaderRightpara {
    margin-top: 11px;
}

#para_small {
    color: #d6d6d6;
    font-size: 12px;
    /* float: left; */
    letter-spacing: 0.7px;
    font-family: open sans;
}

.inner_middleHeaderRightAll .col-md-8 {
    padding-right: 0;
}

.inner_middleHeaderRightpara p {
    font-size: 14px;
    /* list-style: none; */
    font-family: cera pro;
    letter-spacing: 2.2px;
}

.inner_middleHeaderRightButton {
    background: #fed424;
    text-align: center;
    padding: 13px 10px;
    /* float: left; */
    font-size: 15px;
    border-radius: 4px;
}

.inner_middleHeaderRightButton img {
    width: 8%;
    margin: 0px 8px 0px 0px;
}

.menu {
    position: absolute;
    /* bottom: -32%; */
    right: 19%;
    left: 14%;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 6px;
    background: white;
    font-family: roboto condensed;
}

#cssmenu>ul {
    /* float: right; */
    margin: 4px 0;
    /* text-align: center; */
}

#cssmenu ul li.active a {
    color: #2f5bae;
    background: transparent;
    /* font-size: ; */
}

#cssmenu>ul>li>a {
    color: #2f3133;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    padding: 15px 25px;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    letter-spacing: 2px;
    display: inline;
}

.n-1 {
    color: #b4b4b4;
    margin-left: -25%;
    position: absolute;
}

.logo-sec img {
    width: 28%;
    margin: 4px 0px 0px 0;
}


/* Overline From Center */

.hvr-overline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hvr-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    top: 0;
    background: #2f5bae;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-overline-from-center:hover:before,
.hvr-overline-from-center:focus:before,
.hvr-overline-from-center:active:before {
    left: 0;
    right: 0;
}

.border-up {
    position: relative;
}

.border-up::after {
    position: absolute;
    content: "";
    background: #2f5bae;
    width: 116px;
    height: 4px;
    right: -6px;
    top: -9px;
}


/* SLIDER */

.slider-bg {
    float: left;
    width: 100%;
}

.slider-bg .carousel-inner {
    width: 100%;
}

.slider-bg .carousel-inner .item::before {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.slider-bg .carousel-inner .item img {
    width: 100%;
    height: 550px;
}

.carousel-control {
    background-color: rgba(0, 0, 0, 0);
    bottom: 55%;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 1.0;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    width: 15%;
    top: inherit;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    display: inline-block;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    z-index: 5;
}

.carousel-control .fa-angle-left,
.carousel-control .icon-prev {
    left: -20%;
    margin-left: -10px;
    transition: all 0.5s ease;
}

.carousel-control .fa-angle-right,
.carousel-control .icon-next {
    margin-right: -10px;
    right: -20%;
    transition: all 0.5s ease;
}

.carousel:hover .carousel-control .fa-angle-left,
.carousel:hover .carousel-control .icon-prev {
    left: 13%
}

.carousel:hover .carousel-control .fa-angle-right,
.carousel:hover .carousel-control .icon-next {
    right: 13%
}

.slider-text-bg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}

.slider-text {
    bottom: inherit;
    right: inherit;
    text-align: left;
    text-shadow: none;
    font-family: cocogoose pro;
    MARGIN-TOP: 13%;
    width: 61%;
}

.slider-text h6 {
    color: #25498e;
    font-family: cocogoose pro;
    font-size: 32px;
    font-weight: 100;
    margin: 60px 0 16px;
    letter-spacing: 5px;
}

.slider-text h1 {
    color: #25498e;
    font-size: 52px;
    font-weight: 400;
    line-height: 57px;
    margin: 0 0 20px;
    position: relative;
    text-transform: uppercase;
    font-family: cocogoose pro;
    display: inline-block;
    letter-spacing: 3px;
    /* font-weight: bolder; */
}

.slider-text h1 span {
    color: #ee3f42;
}

.slider-text:hover h3:after {
    width: 30%;
    height: 4px;
}

.slider-text p {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 20px 0;
    width: 100%;
}

.btnss {
    margin: 35px 0 0 0;
}

.slider-text a.lrn {
    background: #ee3f42 none repeat scroll 0 0;
    color: #fff;
    font-family: cera pro;
    font-size: 14px;
    margin: 0 20px 0 0;
    padding: 10px 26px;
    position: relative;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    display: inline-block;
    border-radius: 35px;
}

.slider-text a.lrn:hover {
    background: #111;
    color: #fff;
}

.slider-text a.contct {
    background: #ffffff none repeat scroll 0 0;
    color: #ee3f42;
    font-size: 15px;
    padding: 10px 37px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    font-family: cera pro;
    position: relative;
    display: inline-block;
    border-radius: 35px;
}

.slider-text a.contct:hover {
    background: #111;
    color: #fff;
}

.slider-text a.contct:hover:before,
.carousel-caption a.contct:hover:after {
    border-color: #01AEF0;
}

.slider-text a.lrn:hover:before,
.carousel-caption a.lrn:hover:after {
    border-color: #fff;
}

.carousel-control i {
    border: 2px solid #ffff;
    color: #fff;
    font-size: 26px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    text-shadow: none;
    transition: all 0.3s ease 0s;
    width: 35px;
}

.carousel-control i:hover {
    background: #ee3f42 none repeat scroll 0 0;
    border-color: #ee3f42;
    color: #fff;
}

.carousel-indicators>.active {
    height: 15px;
    margin: 0 4px 0 0;
    width: 15px;
}

.carousel-indicators li {
    border-radius: 0;
    margin: 0 4px 0 0;
    width: 14px;
    height: 14px;
    background-color: #ee3f42;
}

.carousel-indicators {
    bottom: 5%;
}

.inner_middleHeaderRightButton:hover {
    background: #ee3f42;
    transition: all 0.6s ease 0;
    color: white;
}

.inner_middleHeaderRightButton:hover a {
    color: white
}

.carousel-indicators {
    bottom: 5%;
    z-index: 0;
}

.slide-list ul li {
    /* list-style: none; */
    float: left;
    color: white;
    font-size: 16px;
    margin-right: 41px;
    text-align: center;
    font-weight: lighter;
    letter-spacing: 0px;
}

.slide-list {
    display: none;
    justify-content: center;
    padding-left: 4px;
}


/* ABOUT US SECTION */

.aboutussec {
    padding: 40px 0px 5% 0px;
}

.aboutsecleft img {
    width: 100%;
}

.aboutsecright h1 {
    font-size: 28px;
    text-align: center;
    color: #25498e;
    font-family: 'Comfortaa', cursive;
    letter-spacing: 1.4px;
    /* line-height: 34px; */
    /*! text-transform: uppercase; */
    border-bottom: 1px solid grey;
    padding-bottom: 18px;
}

.aboutsecright h2 {
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid grey;
    padding: 0px 0px 10px 0px;
    font-family: 'Ubuntu', sans-serif;
    color: #919294;
    display: none;
}

.aboutsecright p {
    color: #686868;
    font-size: 18px;
    font-family: roboto condensed;
    letter-spacing: 1px;
    line-height: 31px;
    text-align: center;
    margin: 25px 0px 25px 0px;
}

.aboutsecright a {
    text-align: center;
    background: #25498e;
    color: white;
    text-transform: uppercase;
    padding: 10px 20px;
    letter-spacing: 3px;
    font-family: cera pro;
    position: absolute;
    left: 36%;
    bottom: -14%;
}

.aboutsecright {
    padding-top: 3%;
}


/* Proposal */

.propsal {
    background: url('../images/back1.png');
}


/* PROCESS SECTION STARTS HERE */

.process {
    padding: 3% 0px 10% 0px;
    background-image: url(../images/back1.png);
    /*! background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
}

.process h2 {
    font-family: cocogoose pro;
    font-weight: 200;
    letter-spacing: 2px;
    margin-bottom: 10%;
    position: relative;
}

.process h3 {
    font-size: 15px;
    font-family: cocogoose pro;
    text-transform: capitalize;
    font-weight: 100;
    margin: 2% 0px 4% 0px;
}

.innerprocess h4 {
    font-family: cera pro;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 19px;
}

.innerprocess p {
    letter-spacing: 1px;
}

.processbtn {
    margin: 5% 0px 2% 0px;
}

.processbtn a {
    background: #ee3f42;
    color: white;
    padding: 10px 18px;
    font-size: 17px;
    letter-spacing: 2px;
    font-family: cocogoose pro;
    font-weight: lighter;
}

.propsal_inputs {
    width: 70%;
    margin: 0 auto;
}

#id-1 {
    float: right;
    border-radius: 50px 0 0 50px;
    margin-right: 3.1px;
}

#id-2 {
    float: left;
    border-radius: 0 50px 50px 0;
}

.propsal_inputs .col-md-8 {
    padding: 0;
}

.propsal_inputs .col-md-4 {
    padding: 0;
}

.pro_input {
    background: #3f3c3c;
    color: #a5a5a5;
    width: 100%;
    padding: 19px 40px;
    border-color: transparent;
    font-size: 16px;
}

.process h2::after {
    position: absolute;
    content: "";
    background: #ee3f42;
    width: 30px;
    height: 2px;
    bottom: -41%;
    left: 44.1%;
}

.process h2::before {
    position: absolute;
    content: "";
    background: #ee3f42;
    width: 10%;
    height: 2px;
    bottom: -41%;
    left: 48%;
}


/** SERVICES SECTION STARTS HERE */


/* .serviceshome {
    background: #f3f3f3;
    padding: 40px 0;
}

.serviceshome h2 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    font-family: cocogoose pro;
    font-weight: lighter;
    margin: 0px 0px 6% 0px;
    position: relative;
}

.inner-serviceshome ul li {
    list-style: none;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 37px;
}

.inner-serviceshome ul li img {
    width: 3%;
    margin-right: 13px;
}

.borderright {
    border-right: 1px solid;
}

.serviceshome h2::after {
    content: "";
    position: absolute;
    background: #ee3f42;
    width: 22%;
    height: 2px;
    bottom: -27%;
    left: 39%;
}

.servicesbtn {
    text-align: center;
    margin: 4% 0px;
}

.servicesbtn a {
    background: #ee3f42;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    letter-spacing: 2px;
}
 */


/*FORM SECTION STARTS HERE */

.form h2 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    font-family: cocogoose pro;
    font-weight: lighter;
    margin: 0px 0px 6% 0px;
    position: relative;
}

.form {
    background: #ffff;
    padding: 40px 0;
}

.form h2::after {
    content: "";
    position: absolute;
    background: #ee3f42;
    width: 22%;
    height: 2px;
    bottom: -27%;
    left: 39%;
}


/* FORM CSS */

.formimage1 {
    display: none;
}

.formimage2 {
    display: none;
}

.centreit {
    display: flex;
    justify-content: center;
    margin: 3% 0px;
}

.btn-send {
    padding: 10px 20px;
    font-size: 17px;
    font-family: cera pro;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #ee3f42;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 8px 14px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fafafa;
    background-image: none;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.footerup {
    background: #ee3f42;
    color: white;
    padding: 10px 0px;
}

.footerup p {
    font-size: 25px;
    margin: 0;
    letter-spacing: 3px;
}

a.btnbottom {
    float: right;
    color: white;
    background: #fed424;
    padding: 8px 17px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    font-size: 14px;
}


/*FOOTER */

.footermain {
    background: url(../images/bg-ft1.png);
    padding: 40px 0px 0px 0px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.leftfooter p {
    color: white;
    font-size: 17px;
    margin: 10px 22% 10px 0px;
    font-family: cera pro;
    font-weight: lighter;
    letter-spacing: 1px;
    line-height: 25px;
}

.ftraddress img {
    width: 5%;
    margin-right: 8px;
}

.ftraddress p {
    font-size: 14px;
    margin: 0px 0px 9px 0px;
    letter-spacing: 1.2px;
}

.ftraddress ul li {
    list-style: none;
}

.ftraddress ul {
    margin: 0;
    padding: 0;
}

.ftraddress {
    margin-top: 33px;
}

.rightfooter h4 {
    font-size: 26px;
    color: white;
    font-family: cera pro;
    letter-spacing: 2px;
    font-weight: lighter;
    position: relative;
    text-align: left;
    margin: 12% 0px 16% 6px;
}

.rightfooter {
    float: right;
    /* display: flex; */
    /* justify-content: center; */
}

.rightfooter ul li img {
    width: 7%;
    margin: 0px 13px 0px 0px;
}

.rightfooter ul li {
    list-style: none;
    color: white;
    padding: 0px 0px 10px 0px;
    font-size: 17px;
    letter-spacing: 2px;
    color: #edecec;
    font-family: 'Roboto Condensed';
}

.rightfooter ul {
    float: left;
    padding: 0px 0px 0px 22px;
}

.rightfooter ul li a {
    color: white;
}

.btm-footer {
    color: white;
    margin-top: 19px;
    padding: 10px 0px 0px 0px;
    border-top: 1px solid grey;
}

.btm-footer h6 {
    text-align: center;
    letter-spacing: 2px;
}

.btm-footer p {
    text-align: center;
    letter-spacing: 2px;
    text-transform: lowercase;
    font-family: cera pro;
    font-weight: lighter;
}

.btm-footer h5 {
    margin: 22px 0px 0px 0px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 15px;
    font-family: cera pro;
    font-weight: lighter;
}

.rightfooter h4::after {
    position: absolute;
    background: #ee3f42;
    content: "";
    width: 10%;
    height: 2px;
    bottom: -26%;
    left: 20%;
}

.rightfooter h4::before {
    position: absolute;
    background: white;
    content: "";
    width: 23%;
    height: 2px;
    bottom: -26%;
    left: 33%;
}


/*about us page */

.aboutheader {
    padding: 20px 0px;
    margin: 0 0 0 0;
    background: url(../images/4a.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: white;
}

.aboutheader h4 {
    margin: 5% 0px 15px 0px;
    font-size: 35px;
    letter-spacing: 2px;
    font-family: 'Ubuntu';
}

.aboutheader p {
    font-size: 14px;
    letter-spacing: 1px;
}

span#makeitbold {
    color: #ee3f42;
    font-weight: bold;
    font-size: 16px;
}


/*contact us page */

.contact-details {
    background: #f4f4f4;
    padding: 50px 0;
}

.contt-info {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    padding: 12% 0px;
    text-align: center;
    min-height: 212px;
}

.contt-info:hover {
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

.contt-info i {
    color: #ee3f42;
    font-size: 36px;
}

.contt-info>h4 {
    color: #323234;
    font-size: 20px;
    margin: 20px 0;
}

.contt-info>p {
    margin: 0;
}


/* Services */

.holderCircle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    margin: 60px auto;
    position: relative;
}

.dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 20;
}

.dotCircle .itemDot {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    background: #ffffff;
    color: #7d4ac7;
    border-radius: 20px;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    z-index: 3;
    cursor: pointer;
    border: 2px solid #e6e6e6;
}

.dotCircle .itemDot .forActive {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.dotCircle .itemDot .forActive::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 3px solid #7d4ac7;
    bottom: -31px;
    left: -14px;
    filter: blur(1px);
    position: absolute;
    border-radius: 100%;
}

.dotCircle .itemDot .forActive::before {
    content: '';
    width: 6px;
    height: 6px;
    filter: blur(5px);
    top: -15px;
    position: absolute;
    transform: rotate(-45deg);
    border: 6px solid #a733bb;
    right: -39px;
}

.dotCircle .itemDot.active .forActive {
    display: block;
}

.round {
    position: absolute;
    left: 40px;
    top: 45px;
    width: 410px;
    height: 410px;
    border: 2px dotted #a733bb;
    border-radius: 100%;
    -webkit-animation: rotation 100s infinite linear;
}

.dotCircle .itemDot:hover,
.dotCircle .itemDot.active {
    color: #ffffff;
    transition: 0.5s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d4ac7+0,a733bb+100 */
    background: #25498e;
    /* Old browsers */
    background: -moz-linear-gradient(left, #25498e 0%, #a733bb 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #25498e 0%, #a733bb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #25498e 0%, #a733bb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7d4ac7', endColorstr='#a733bb', GradientType=1);
    /* IE6-9 */
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
}

.dotCircle .itemDot {
    font-size: 40px;
}

.contentCircle {
    width: 250px;
    border-radius: 100%;
    /* color: red; */
    position: relative;
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contentCircle .CirItem {
    border-radius: 100%;
    color: #222222;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s;
    font-size: 15px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
    line-height: 250px;
}

.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}

.contentCircle .CirItem iq {
    font-size: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    color: #000000;
    opacity: 0.1;
}

@media only screen and (min-width:300px) and (max-width:599px) {
    .holderCircle {
        width: 300px;
        height: 300px;
        margin: 110px auto;
    }
    .holderCircle::after {
        width: 100%;
        height: 100%;
    }
    .dotCircle {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}

@media only screen and (min-width:600px) and (max-width:767px) {}

@media only screen and (min-width:768px) and (max-width:991px) {}

@media only screen and (min-width:992px) and (max-width:1199px) {}

@media only screen and (min-width:1200px) and (max-width:1499px) {}

.title-box .title {
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    z-index: -1;
    /* color: red; */
}

.title-box span {
    text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
    font-weight: 800;
    color: #ee3f42;
}

.title-box p {
    font-size: 17px;
    line-height: 2em;
}

.fa-clock-o::before {
    content: "\f082 ";
}

.servcies h2 {
    font-family: cocogoose pro;
    font-weight: 200;
    letter-spacing: 2px;
    margin-bottom: 10%;
    position: relative;
}

.heading {
    text-align: center;
    font-weight: 200;
    letter-spacing: 2px;
    margin-bottom: 1%;
    position: relative;
    font-size: 31px;
    color: #25498e;
    font-family: 'Comfortaa', cursive;
    letter-spacing: 1.4px;
    /* line-height: 34px; */
    /*! text-transform: uppercase; */
    /* border-bottom: 1px solid grey; */
    /* padding-bottom: 18px; */
}

h2.linebelow::after {
    position: absolute;
    content: "";
    background: #ee3f42;
    width: 30px;
    height: 2px;
    bottom: -41%;
    left: 44.1%;
}

h2.linebelow::before {
    position: absolute;
    content: "";
    background: #ee3f42;
    width: 10%;
    height: 2px;
    bottom: -41%;
    left: 48%;
}

.services {
    padding: 20px 0px;
}


/*accordian*/

.accordian {
    width: 100%;
    height: 400px;
    overflow: hidden;
    /*Time for some styling*/
    margin: 100px auto;
    /* box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 10px 1px rgba(204, 204, 204, 0.35); */
}


/*A small hack to prevent flickering on some browsers*/

.accordian ul {
    width: 1200px;
    /*This will give ample space to the last item to move
	instead of falling down/flickering during hovers.*/
}

.accordian li {
    position: relative;
    display: block;
    width: 80px;
    float: left;
    border-left: 1px solid #888;
    box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
    /*Transitions to give animation effect*/
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    /*If you hover on the images now you should be able to 
	see the basic accordian*/
}


/*Reduce with of un-hovered elements*/

.accordian ul:hover li {
    width: 40px;
}


/*Lets apply hover effects now*/


/*The LI hover style should override the UL hover style*/

.accordian ul li:hover {
    width: 450px;
}

.accordian li img {
    display: block;
    width: 450px;
    height: 400px;
}


/*Image title styles*/

.image_title {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 450px;
}

.image_title p {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    font-size: 16px;
    float: left;
    margin: 0px;
}

.portfolio {
    background: #ededed;
    padding: 20px 0px 0px 0px;
}

.image_title a {
    color: white;
    font-size: 17px;
    background: #ee3f42;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    right: 8%;
    bottom: 14%;
}


/* Quote */


/*			testimonial		*/

.testimonial-main {
    background-image: url("../images/42a.jpg");
    background-attachment: fixed;
}

.testimonial-content {
    padding: 20px;
    background-color: transparent;
    /* color: #666; */
    /* border: 1px solid #ddd; */
    /* font-size: 13px; */
    line-height: 2em;
    border-radius: 5px;
    position: relative;
    color: white;
    font-size: 17px;
    text-align: center;
    margin: 2% 10px 10px 10px;
    font-family: 'Comfortaa', cursive;
    font-size: 17px;
}

.testimonial-arrow {
    display: block;
    position: absolute;
    bottom: -12px;
    left: 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAANCAYAAAHaoq71AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAU9JREFUeNpiuHv3rvV/KGAA4a9fv4LZAAHEABO9d+/ef0awCAMDiGAECCCwMpAoDHz79g2sBaYKAwAEEMPPnz//owMGKIYDoFMkwYJAhgBUAO4UmEQSjA0QQDCBjv94wPPnz1FNAOFnz56hKPr37x/IqmoUk5ExULIEpOjx48f/0eUAAgglIHCBHz9+gGzQBOt48eIFXsVAhU3IHlT9/v07LoX/MdwMFGxAV/j06VMUd6N7Dq7wy5cvIFM5cSoG4SdPnsCCrBAjNNAF0GMNGQMEGEwy+9GjR////v37n1zw58+f/w8fPgS5KB6b/6Z++PCBZEPfvXsHMnAKXu8BFUSDbAa5gBD4/fv3/wcPHoAMDSIq3KAWTH779i1OQ9+8eQMycCIu/TgNhhruef/+/f+/fv2CGwhig8SAci749OI1GMmC3levXv0HYSC7hxg9AMbpvGCGEsu8AAAAAElFTkSuQmCC);
    width: 20px;
    height: 12px;
    display: none;
}

.testimonial-user-thumb {
    height: 125px;
    width: 125px;
    overflow: hidden;
    border: 2px solid #fff;
    /* float: left; */
    /* margin-right: 15px; */
    /* margin-right: 0px; */
    /* margin-left: 121px; */
    margin-top: 33PX;
    /* border: 1px solid lightgrey; */
    border-radius: 50%;
    margin: 0 auto;
    background: white;
    padding: -11px;
}

.under-img {
    position: relative;
    margin: 0px 10px 8% 10px;
}

.under-img::after {
    content: "";
    width: 40px;
    height: 40px;
    background: url("../images/cr1.png") no-repeat;
    /* background-color: red; */
    bottom: -125%;
    right: 48%;
    position: absolute;
    /* display: inline-block; */
}

.under-img h2 {
    color: white;
    text-transform: uppercase;
    padding-top: 24px;
}

.testimonial-user-name {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    /* display: inline-block; */
    /* display: inherit; */
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    font-family: roboto condensed;
    letter-spacing: 4px;
    /* font-weight: bold; */
}

.testimonial-user-meta {
    font-size: 14px;
    line-height: 18px;
    color: #958fd9;
    /* text-align: center; */
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}

.leftfooter img {
    width: 8%;
}