.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: rgba(0, 140, 223)!important;
}

.carousel-indicators .hover {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: rgba(0, 140, 223)!important;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #0009;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 140, 223)!important;
    border-radius: 10px;
}

.btn {
    appearance: none;
    border: none;
    border-radius: 3px;
    color: #0B2239;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    line-height: 1;
    padding: 0.75em 1em;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
    -webkit-transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn btn-outline {
    color: #1c1c1c;
    background: none;
    background-color: #1fc8db;
}

.about-grid-main img {
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

h3.title,
h2.title {
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 1px;
}

.about-grid-main {
    background: #fff;
    padding: 1em 1em;
    -webkit-box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
    -moz-box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
    box-shadow: 5px 7px 23px 0px rgba(58, 52, 82, 0.16);
}

.about-grid-main:hover {
    background: #fff;
    padding: 1em 1em;
    border: 1px solid #705ecf;
    box-shadow: none;
}

.about-grid-main h4,
.about-in h5.card-title {
    font-size: 20px;
    color: #000;
}

a.button-w3ls {
    color: #705ecf;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.my-4 {
    margin-top: 1.5rem !important;
}

#more {
    display: none;
}

#more1 {
    display: none;
}

#more3 {
    display: none;
}

#more2 {
    display: none;
}

#text {
    display: none;
}

#text2 {
    display: none;
}

.btn-container {
    margin: auto;
    height: 44px;
    width: 166.23px;
}

button {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    border: none;
    padding: 8px;
    font-size: 20px;
    background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
    color: white;
    font-family: cursive;
    box-sizing: border-box;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 50px;
    left: 1%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption h3 {
    font-size: 34px;
    color: #fff;
}

.typewriter {
    overflow: hidden;
    /* Ensures the content is not revealed until the animation */
    /*border-right: .15em solid orange; /* The typwriter cursor */
    white-space: nowrap;
    /* Keeps the content on a single line */
    margin: 0 auto;
    /* Gives that scrolling effect as the typing happens */
    letter-spacing: .15em;
    /* Adjust as needed */
    animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
}


/* The typing effect */

@keyframes typing {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}


/* The typewriter cursor effect */

@keyframes blink-caret {
    from,
    to {
        border-color: transparent
    }
    50% {
        border-color: blue;
    }
}

.css-typing p {
    border-right: .15em solid orange;
    white-space: nowrap;
    overflow: hidden;
}

.css-typing p:nth-child(1) {
    width: 16.3em;
    -webkit-animation: type 2s steps(40, end);
    animation: type 2s steps(40, end);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    color: #fff;
    font-size: 34px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-left: 191px;
}

.css-typing p:nth-child(2) {
    width: 19em;
    opacity: 0;
    -webkit-animation: type2 2s steps(40, end);
    animation: type2 2s steps(40, end);
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    margin-left: 315px;
}



@keyframes type {
    0% {
        width: 0;
    }
    99.9% {
        border-right: .15em solid orange;
    }
    100% {
        border: none;
    }
}

@-webkit-keyframes type {
    0% {
        width: 0;
    }
    99.9% {
        border-right: .15em solid orange;
    }
    100% {
        border: none;
    }
}

@keyframes type2 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    99.9% {
        border-right: .15em solid orange;
    }
    100% {
        opacity: 1;
        border: none;
    }
}

@-webkit-keyframes type2 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    99.9% {
        border-right: .15em solid orange;
    }
    100% {
        opacity: 1;
        border: none;
    }
}

@keyframes type3 {
    0% {
        width: 0;
    }
    1% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

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

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

@-webkit-keyframes blink {
    50% {
        border-color: tranparent;
    }
}

.overlay-content p {
    color: #fff;
    position: relative;
    top: 30%;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 10px;
    position: relative;
    line-height: 140%;
}

.service-area .single-service {
    height: 400px;
    color: #fff;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.service-area .single-service .overlay-content {
    opacity: 1;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: end;
    -moz-justify-content: end;
    justify-content: end;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
    transition-timing-function: cubic-bezier(0.39, 0.92, 0.69, 0.65);
    transform: scaleY(0);
    transform-origin: top;
}

.overlay-content {
    background-image: -moz-linear-gradient(90deg, #ff8a00 0%, #da1b60 100%);
    background-image: -webkit-linear-gradient(90deg, #ff8a00 0%, #da1b60 100%);
    background-image: -ms-linear-gradient(90deg, #ff8a00 0%, #da1b60 100%);
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


/*-- careers --*/

.jobs-item {
    position: relative;
}

.jobs-item .thumb {
    padding: 3px;
    float: left;
    border: 1px solid #E7E7E7;
    margin-right: 20px;
}

.jobs-item .thumb img {
    width: 120px;
    height: auto;
}

.jobs-item .date>span {
    display: block;
    background: #ffffff;
    color: #303C42;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 0 3px;
}

.jobs-item .top-btns {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    right: 0;
}

.jobs-item .top-btns li {
    float: left;
    margin-left: 10px;
}

.jobs-item .top-btns li a {
    color: #2185C5;
}

.jobs-item .top-btns li a:hover {
    text-decoration: none;
    color: #f15f43;
}

.jobs_right {
    overflow: hidden;
}

.date_desc {
    overflow: hidden;
}

span.meta {
    font-size: 12px;
    color: rgb(235, 121, 0);
    font-weight: 600;
    letter-spacing: 1px;
}

p.description {
    margin: 1em 0 0 0;
}

p.description a {
    color: rgb(235, 121, 0);
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}

.widget_search {
    margin-top: 90px;
}

.widget_search.widget-title {
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

h5.widget-title {
    font-size: 24px;
    color: #8F44AD;
    font-weight: 400;
    margin-bottom: 14px;
    font-family: 'Montserrat', sans-serif;
}

.widget-content span {
    color: #555;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 1px;
}

select.form-control.jb_1 {
    margin: 1em 0;
}

select.form-control.jb_1 {
    margin: 16px 0;
    border-radius: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: none;
    color: #999;
    font-family: 'Montserrat', sans-serif;
}

input.form-control.jb_2 {
    padding: 6px 12px;
    margin: 16px 0;
    border-radius: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: none;
    color: #999;
    font-family: 'Montserrat', sans-serif;
}

.jobs_pagination {
    margin: 0;
}

ul.tic-info li span {
    color: rgb(0, 140, 223);
}

ul.tic-info li {
    margin-bottom: 1em;
    letter-spacing: 1px;
}

.jobs_follow .date,
.jobs_right .date {
    display: inline-block;
    background: rgb(0, 140, 223);
    padding: 2px;
    line-height: 16px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    float: none;
    margin-right: 10px;
}

h6.title a {
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

h6.title {
    font-size: 20px;
    margin-bottom: 3px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

h6.job-title {
    font-size: 25px;
    margin-bottom: 3px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

.tab_grid {
    margin: 40px 0;
}

p.description {
    margin: 1em 0 0 0;
}

.row_1 p,
.single_right p {
    margin-bottom: 10px;
    color: #777;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 28px;
    margin-top: 5px;
    padding-left: 0px;
}

p.job-desc {
    margin-bottom: 10px;
    color: #777;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 28px;
    margin-top: 15px;
    padding-left: 0px;
}

.btn-default,
.widget-content input[type="button"] {
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 20px;
    color: #fff;
    background: #8F44AD;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 600;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
}

.btn-default:hover,
.widget-content input[type="button"]:hover {
    background: #000;
    color: #fff;
}

.job-summary h6 {
    font-size: 22px;
    color: #6D682D;
    font-weight: 600;
    margin: 35px 0 18px 0;
    letter-spacing: 2px;
}

.job-summary ol li {
    color: #777;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 23px;
    margin-top: 15px;
}

.skill-req h6 {
    font-size: 22px;
    color: #6D682D;
    font-weight: 600;
    margin: 35px 0 18px 0;
    letter-spacing: 2px;
}

.skill-req ul li {
    color: #777;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 24px;
    margin-top: 15px;
    list-style-type: circle;
    padding-left: 25px;
}

.skill-req ul li i {
    margin-right: 8px;
}

.qualification h6 {
    font-size: 22px;
    color: #6D682D;
    font-weight: 600;
    margin: 35px 0 18px 0;
    letter-spacing: 2px;
}

.qualification p {
    color: #777;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 24px;
    margin-top: 15px;
    padding-left: 25px;
}

.job-contact {
    background: #F9F9F9;
    padding: 20px;
    margin-top: 72px;
    border: 1px solid #eee;
    text-align: CENTER;
}

.job-contact p {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 24px;
    margin-top: 15px;
    color: #000;
    padding-left: 10px;
}

.job-contact a {
    color: #8F44AD;
    margin: 0 0 .5em 0;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    transition: .5s all;
}


/*-- /careers --*/


/*-- error-page --*/

.hd-content {
    padding: 70px 0 60px 0;
}

.page_404 p {
    text-shadow: none;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    line-height: 28px;
    color: #000000;
    font-weight: 300;
    margin: 25px 0 30px;
}

.page_404 h3 {
    font-weight: 400;
    color: #8F44AD;
    letter-spacing: 3px;
    font-size: 90px;
}

.page_404 {
    padding: 2em 0;
}

.page_404 input {
    background: #fff;
    padding: 15px;
    width: 250px;
    outline: none;
    border: 1px solid #eee;
    font-weight: 600;
    letter-spacing: 2px;
    color: #8F44AD;
}

#breadcrumb_wrapper {
    width: 100%;
    padding: 28px 0 28px 0px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.06);
}

div#breadcrumb_wrapper h2 {
    text-transform: uppercase;
    font-size: 33px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

div#breadcrumb_wrapper h6 {
    color: #fff;
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
}


/*-- /error-page --*/


/*-- blog --*/

.blog {
    padding: 70px 0;
}

.blog-top img {
    width: 100%;
}

.button {
    border-radius: 4px;
    background-color: #f4511e;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    padding: 20px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}
.careertext{
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 28px;
}
h6.secondtitle {
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    color: #000;
font-style:italic;
}