/* =======================================================================
Template Name:Optimistic html5 templete
Author:  CrazyCafe
Author URI: 
Version: 1.0
Description: This Template is created for web template   
--------------------------------------------------------------------------
 CSS Index
    * BASE CSS
    * Home Page CSS
    * About  Page CSS
    * Service Page CSS
    * Project Page CSS
    * Team Page CSS
    * Testimonial Page CSS
    * Blog Page CSS
    * Single Blog Page CSS
    * Open Job Page CSS
    * Faq Page CSS
    * Contact Page CSS
    * 404 Page CSS
*/

/*************************
**********BASE CSS*******
**************************/

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

p {
    font-family: 'Montserrat', sans-serif;
    color: #818181;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

.section_title h2 {
    color: #222222;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 22px;
    text-transform: none;
    padding-top: 40px;
}

.section_title > p {
    color: #818181;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 72px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 42%;
}
/*************************
*** Home Page CSS ****
**************************/

/*
*** HEADER TOP AREA CSS ****
*/

.header_top {
    background: #f6f9fd none repeat scroll 0 0;
    padding: 2px 0;
    border-bottom: 1px solid #E3ECF9;
}

.header_top .container {
    padding-top: 5px;
}

.topheader_left a {
    color: #454c55;
    font-size: 14px;
    font-weight: 300;
}

.topheader_left span {
    color: #454c55;
    font-size: 14px;
    font-weight: 300;
    margin-right: 15px;
}

.topheader_left span i {
    margin-right: 5px;
}

.topheader_right {
    color: #454c55;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
}

.topheader_right a i {
    margin-right: 10px;
    color: #454c55;
    font-size: 12px;
}

.topheader_right a i:hover {
    color: #0F76F7;
}

.topheader_right select {
    border: medium none;
    background: #f6f9fd none repeat scroll 0 0;
}


/*************************
***MENUBAR AREA CSS****
**************************/

.menubar_area {
    background: #ffffff none repeat scroll 0 0;
}

.brand_logo img {
    display: inline-block;
    margin-top: 16px;
    width: auto;
}

.main_menu ul li a,
.main_menu ul li i {
    color: #222222;
    font-size: 12px;
    font-weight: 600;
    margin-left: 10px;
    padding: 28px 14px;
    text-transform: uppercase;
}

.main_menu ul li i {
    margin-left: 5px;
    margin-top: 18px;
}

.main_menu ul li a:hover {
    color: #0066ff;
    background: none
}

.header_top .nice-select {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    clear: both;
    color: #222222;
    cursor: pointer;
    display: block;
    float: right;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    outline: medium none;
    padding-left: 13px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    top: -4px;
    transition: all 0.2s ease-in-out 0s;
    white-space: nowrap;
    width: 100px;
}

.header_top .nice-select::after {
    border-bottom: 2px solid #222222;
    border-right: 2px solid #222222;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 23px;
    top: 53%;
    transform: rotate(45deg);
    transform-origin: 66% 66% 0;
    transition: all 0.15s ease-in-out 0s;
    width: 5px;
}

.mainmenu li:hover > a,
.current_page_item > a {
    background-color: #f4f4f4;
    text-decoration: none;
}

.main_menu li ul {
    background: #fff none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 108px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: -1;
    text-transform: uppercase;
}

.main_menu li ul li {
    display: block;
}

.main_menu li ul li a {
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: uppercase;
    display: block;
    padding-top: 10px;
}

.main_menu li:hover ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 99;
    top: 57px;
}


/*************************
**********SEARCH FORM CSS********
**************************/

.ss-content {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999999999;
    top: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .4s;
    transition: .4s;
}

.ss-content-act {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.ssc-inner {
    height: 100vh;
    display: table;
    margin: 0 auto;
    width: 50%;
}

.ssc-inner form {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    position: relative;
}

.ssc-inner form input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 4px;
    font-size: 30px;
    font-weight: 300;
    height: 90px;
    line-height: 88px;
    padding-right: 60px;
    width: 100%;
    border-color: #0F76F7;
}

.ssc-inner form button {
    border: none;
    background: transparent;
    position: absolute;
    right: 0px;
    margin-top: 33px;
}

.ss-trigger i {
    font-size: 12px;
    color: #222222;
}

.ss-trigger i:hover {
    font-size: 12px;
    color: #0F76F7;
}

.s-search i {
    cursor: pointer;
    font-size: 12px;
    position: relative;
    right: 11px;
    top: 23px;
    transition: all 0.4s ease 0s;
}

.is-sticky .icon-search2 {
    top: 12px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.ss-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    color: #FFFFFF;
}

.ss-close i {
    color: #ff3c3c;
    font-size: 32px;
    font-weight: 300;
}

.submt_sr i {
    cursor: pointer;
    font-size: 28px;
    position: relative;
    right: 5px;
    top: 4px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


/*************************
*****SLIDER AREA CSS*****
**************************/

.fullslider_area {
    background-image: url(../images/slider/bg.jpg);
    background-size: cover;
    position: relative;
    height: 670px;
    z-index: 1;
    width: 100%;
    text-align: left;
}

.fullslider_area:after {
    background: #0F76F7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.slider {
    height: 670px;
    width: 52%;
}

.carousel,
.carousel-inner,
.item.text-center {
    height: 100%;
}

.table {
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
    padding-top: 1px;
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.slider_area p {
    color: #d3e2f4;
    font-size: 16px;
    padding: 3px;
    line-height: 28px;
    font-weight: 300;
}

.slider_area h1 {
    color: #ffffff;
    font-size: 52px;
    font-weight: 600;
    line-height: 60px;
    text-transform: none;
}

.button {
    background: #ffde00 none repeat scroll 0 0;
    border-radius: 3px;
    margin-top: 15px;
    padding: 12px 0;
    text-align: center;
    width: 175px;
}

.hvr-bounce-to-bottom::before {
    background: #222222 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.5s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
    border-radius: 3px;
    color: #fff;
}

.button a {
    color: #222222;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 0;
    letter-spacing: 3px;
}

.button:hover a {
    color: #fff;
}

.video_icon.text-right {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-top: -70px;
    position: relative;
}
.video_icon a{
    color: #fff;
}
.fa.fa-play-circle-o {
    font-size: 15px;
}

.bs-example {
    margin: 20px;
}

.modal-content iframe {
    margin: 0 auto;
    display: block;
}

.modal.fade.in {
    margin-top: 290px;
    margin: 0 auto;
}

.carousel-indicators li {
    background-color: #fff;
    border: medium none;
    height: 3px;
    width: 25px;
}

.carousel-indicators .active {
    background-color: #FFDE00;
    border: medium none;
    height: 3px;
    width: 25px;
    margin: 1px;
}

.carousel-indicators {
    bottom: 40px;
    left: 30%;
    text-align: left;
}


/*slide Fade -effect*/

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*************************
*****ABOUT AREA CSS*****
**************************/

.about_area {
    margin-top: 100px;
}

.about_left > img {
    position: absolute;
    width: auto;
}

.aboutleft_text {
    background: #fff none repeat scroll 0 0;
    border: 5px solid #0f76f7;
    left: 48%;
    padding: 10px 21px;
    position: relative;
    top: 49px;
    width: 200px;
}

.aboutleft_text > p {
    color: #222222;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    margin-top: 8px;
}

.about_right > h3 {
    color: #222222;
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
    text-transform: none;
}

.about_right p {
    color: #818181;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
}


/*************************
*****SERVICES AREA CSS*****
**************************/

.service_area {
    margin-top: 75px;
    margin-bottom: -30px;
}
.single_service{
    margin-bottom: 30px;
}
.single_service h4 {
    color: #222222;
    font-size: 21px;
    font-weight: 600;
    line-height: 28px;
    padding-top: 15px;
}

.single_service > p {
    color: #818181;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}

.single_service > a {
    color: #222222;
    font-size: 16px;
}

.single_service > a:hover {
    color: #0f76f7;
}

.single_service span {
    font-weight: 700;
    margin-left: 4px;
}


/*************************
*****CTA AREA CSS*****
**************************/

.cta_area {
    background: #0f76f7 none repeat scroll 0 0;
    margin: 90px 0 100px;
    padding: 45px 0;
}

.cta_text > h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    margin: 13px 0;
}

.cta_btn > a {
    color: #222222;
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 43px;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.cta_btn:hover a {
    color: #fff;
}

.cta_btn {
    background: #ffde00 none repeat scroll 0 0;
    border-radius: 2px;
    float: right;
    height: 50px;
    margin-top: 8px;
    text-align: center;
    width: 168px;
}


/*************************
*****CHOOSE AREA CSS*****
**************************/

.choose_left {
    border: 5px solid #0f76f7;
    padding: 46px 21px 46px 33px;
    width: 90%;
}

.choose_left > h3 {
    color: #222222;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
}

.separator {
    background: #0f76f7 none repeat scroll 0 0;
    height: 5px;
    margin-bottom: 22px;
    margin-top: 19px;
    width: 73px;
}

.choose_left > p {
    color: #818181;
    font-size: 14px;
    font-weight: 300;
}

.choose_right {
    margin-top: 20px;
}

.choose_right i {
    background: #e9f3ff none repeat scroll 0 0;
    border-radius: 2px;
    color: #0f76f7;
    font-size: 25px;
    padding: 13px 15px;
}

.choose_right > h3 {
    color: #222222;
    font-size: 21px;
    font-weight: 600;
    line-height: 28px;
}

choose_right > p {}

choose_right > p {
    color: #818181;
}

.choose_right > p {
    color: #818181;
    font-size: 14px;
    font-weight: 300;
}


/*************************
*****REQUEST CALL CSS*****
**************************/

.request_form > h2 {
    color: #333333;
    font-size: 32px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 58px;
}

.request_form > p {
    color: #3e4e61;
    font-size: 17px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 35px;
    margin-top: -2px;
}

.section_title.text-left > p {
    margin-left: 0;
}

.request_form input {
    background: #ebf4ff none repeat scroll 0 0;
    border-color: #b4d1f5;
    border-radius: 2px;
    color: #60666e;
    font-size: 14px;
    font-weight: 300;
    height: 48px;
    line-height: 48px;
}

.request_form .option {
    border-color: #b4d1f5;
    color: #60666e;
    font-size: 14px;
    font-weight: 300;
    line-height: 48px;
}

.form-group {
    margin-bottom: 25px;
}

.nice-select.open .list {
    width: 100%;
}

.nice-select {
    border-color: #b4d1f5;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-weight: normal;
    outline: medium none;
    height: 48px;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out 0s;
    white-space: nowrap;
    width: auto;
    float: none;
    line-height: 36px;
    border-color: #b4d1f5;
    color: #60666e;
    font-size: 14px;
    font-weight: 300;
    background: #EBF4FF;
}

.nice-select .option.selected {
    font-weight: 300;
}

.request_form button {
    background: #0f76f7 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    height: 52px;
    letter-spacing: 2px;
    margin-left: 15px;
    margin-top: 10px;
    width: 180px;
}

.request_form button i {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

.request_form {
    margin-top: 25px;
}

selectorSavingError {
    position: relative;
    z-index: 1;
}

.requestcall_area {
    background: #f4f9ff none repeat scroll 0 0;
    margin-top: 90px;
    position: relative;
    z-index: 1;
    height: 475px;
}

.requestcall_area::before {
    background-image: url("../images/request/1.jpg");
    background-size: cover;
    content: "";
    height: 475px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44%;
    z-index: -1;
}


/*************************
*****TESTIMONIAL CSS******
**************************/

.testimonial_area {
    padding-bottom: 82px;
    padding-top: 36px;
}
.testimonial_content {
  margin-top: -9px;
}
.testimonial_content > h3 {
    color: #222222;
    font-size: 17px;
    line-height: 23px;
    margin: 0;
    padding: 0;
}

.testimonial_content > span {
    color: #909090;
    font-size: 13px;
    font-weight: 300;
}

.left-control.carousel-control {
    bottom: 0;
    color: #000;
    left: 40%;
    top: 100%;
    right: auto;
}

.right-control.carousel-control {
    bottom: 0;
    color: #000;
    left: auto;
    top: 100%;
    right: 41%;
}

.carousel-control {
    margin-top: 40px;
    opacity: 1;
}

.left-control i,
.right-control i {
    border: 1px solid #9E9E9E;
    color: #222222;
    font-size: 13px;
    opacity: 1;
    padding: 5px 8px;
}

.left-control i,
.right-control i {
    border: 1px solid #9e9e9e;
    color: #222222;
    font-size: 13px;
    opacity: 1;
    padding: 9px 12px;
    text-shadow: none;
}

.left-control i:hover {
    border: 1px solid #93BFF6;
    color: #0f76f7;
    text-shadow: none;
    box-shadow: none;
}

.right-control i:hover {
    border: 1px solid #93BFF6;
    color: #0f76f7;
    text-shadow: none;
    box-shadow: none;
}


/*************************
*****BLOG POST AREA CSS*****
**************************/

.blogpost_area {
    margin-top: -60px !important;
}

.single_blog h4 {
    color: #222222;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
}

.single_blog > p {
    color: #818181;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}

.learn_more {
    color: #222222;
    font-size: 16px;
}

.single_blog > a:hover {
    color: #0f76f7;
}

.single_blog:hover .post_meta {
    color: #0f76f7;
}

.single_blog:hover .learn_more {
    color: #0f76f7;
}

.single_blog span {
    font-weight: 700;
    margin-left: 4px;
}

.post_meta {
    color: #818181;
    font-size: 13px;
    font-weight: 300 !important;
    line-height: 26px;
    margin-top: 10px;
}

.post_meta > span {
    color: #222222;
    font-weight: 300;
}

.post_meta span.date {
    margin-left: 35px;
}


/*************************
*****Sponsors area CSS*****
**************************/

.sponsors_area {
    background: #f4f9ff none repeat scroll 0 0;
    margin: 93px 0;
    padding: 53px 0;
    overflow: hidden;
}

.sponsors_area img {
    margin-top: 17px;
    width: auto;
}

.owl-item .item {
    border: 1px solid #b7c8e2;
    display: inline-block;
    height: 97px;
    margin-right: 59px;
    text-align: center;
    width: 202px;
}

.owl-carousel .owl-wrapper-outer {
    margin-left: 14px;
    text-align: center;
}

.owl-item .item:hover {
    border: 1px solid #0F76F7;
}


/*************************
*****FOOTER AREA CSS*****
**************************/

.footer_area {
    margin-bottom: 80px;
}

.single_widget > img {
    margin-bottom: 18px;
    width: auto;
}

.single_widget > h3 {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
}

.single_widget li {
    list-style: outside none none;
}

.single_widget ul li {
    display: block;
}

.single_widget ul li a {
    color: #7b7b7b;
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
    transition: all 0.2s;
}

.single_widget ul li a:hover {
    color: #0F76F7;
    margin-left: 4px;
    transition: all 0.2s;
}

.single_widget > p {
    color: #7b7b7b;
    line-height: 32px;
}

.single_widget span {
    color: #222222;
    font-weight: 400;
}
.credit.text-right a {
    color: #818181;
}

/*************************
****COPYRIGHT AREA CSS*****
**************************/

.copyright_area {
    background: #222222 none repeat scroll 0 0;
    padding: 15px 0;
}

.copyright_area p {
    margin-top: 13px;
}

.copyright > p {
    color: #8b8b8b;
}

.copyright span {
    color: #ffde00;
}

.text-right p i {
    color: #ffde00;
}


/**************************************************************************
****ABOUT PAGE CSS******************************************************
***************************************************************************/

.hero_area {
    background-image: url(../images/about/about-bg.jpg);
    background-size: cover;
    position: relative;
    height: 230px;
    z-index: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero_area:after {
    background: #0F76F7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.hero_area h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
}

.hero_area h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
}

.hero_area a {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
}

.hero_area h3 span {
    color: #ffde00;
}


/*************************
****ABOUT AREA CSS*****
**************************/

.full_aboutarea {
    margin-bottom: -7px;
    padding-top: 105px;
}

.full_aboutarea h2 {
    color: #222222;
    font-size: 26px;
    font-style: italic;
    font-weight: 400;
    line-height: 40px;
    width: 83%;
}

.full_aboutarea p {
    color: #818181;
    font-size: 15px;
    line-height: 28px;
}


/* service-details-video Area Start */

.service-video-example {
    float: right;
    margin-top: 110px;
    position: relative;
    width: 90%;
    z-index: 1;
}

.service-video-example::before {
    background: #222 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

.playing.service-video-example::before {
    visibility: hidden;
}

.service-video-example video {
    position: relative;
}

.service-video-play a {
    color: #fff;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
}

.service-video-play img {
    width: 87%;
    z-index: -3;
}

.service-video-play a.link-video-icon {
    border-radius: 50%;
    bottom: 4%;
    color: #ffde00;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    left: auto;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: auto;
    width: 200px;
    z-index: 3;
}

.link-video-icon i {
    color: #ffde00;
    font-size: 30px !important;
    margin-right: 150px;
}

.link-video-icon > span {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: -45px;
}

.service-video-play a.link-pause {
    color: #40c37d;
    display: inline-block;
    font-size: 40px;
    height: 40px;
    left: 15px;
    position: absolute;
    width: 40px;
    z-index: 2;
    bottom: 19px;
    top: auto;
}

.link-pause {
    cursor: pointer;
    font-size: 40px;
}

.link-pause i {
    left: -3px;
    position: relative;
}

.service-video-example::before {
    height: 97%;
}

.link-video {
    bottom: 24px;
    color: #ffffff;
    cursor: pointer;
    font-family: "proxima_nova_rgregular";
    left: 50px;
    position: absolute;
}

.playing .service-video-play > a {
    visibility: hidden;
}

.link-video-icon {
    bottom: 17px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    height: 35px;
    left: 15px;
    line-height: 35px;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 35px;
}

.link-pause {
    visibility: hidden;
}

.fa.fa-pause-circle {
    color: #ffde00;
}

.playing .service-video-play > a.link-pause {
    visibility: visible;
}

.service-video-example:hover .link-video-icon {
    color: #222;
}

.service-video-example:hover .link-video {
    color: #ebbf2c;
}


/* service-details-video End */


/*************************
****TEAM AREA CSS*****
**************************/

.team_area {
    margin-top: -64px;
    margin-bottom: -9px;
}

.single_member > h3 {
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

.single_member img {
    border: 4px solid transparent;
    transition: all 0.2s ease 0s;
}

.single_member img:hover {
    border: 4px solid #0f76f7;
    -webkit-transition: all 0.4s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.single_member span {
    color: #8d8d8d;
    font-size: 12px;
    font-weight: 300;
}


/**************************************************************************
****TESTIMONIAL PAGE CSS START******************************************************
***************************************************************************/
.single_testimonial {
    margin-bottom: 30px;
}

/**************************************************************************
****TESTIMONIAL PAGE CSS END******************************************************
***************************************************************************/


/**************************************************************************
****SERVICE PAGE CSS******************************************************
***************************************************************************/
.cta_area.service_page.service_details_page {
    margin-top: 70px;
}
.cta_area.service_page {
    margin-bottom: 2px;
}

.page_service {
    margin-top: 100px;
}

.full_aboutarea h1 {
    color: #222222;
    font-size: 25px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 35px;
}


}
.service_details_image > img {
    margin-top: 90px;
}
.service_details_video {
    float: left;
}
.service-video-example.service_details_video {
    width: 100%;
    margin-top: 60px;
}
.full_aboutarea.service_details_page {
    padding-top: 75px;
}
.cta_area.service_page.service_details_page {
    background: #ffde00 none repeat scroll 0 0;
}
.service_details_page .cta_text h2 {
    color: #222;
}
.service_details_page .cta_btn {
    background: #222 none repeat scroll 0 0;
}
.service_details_page .cta_btn > a {
    color: #fff;
}
.cta_area.service_page.service_details_page {
    background: #ffde00 none repeat scroll 0 0;
    margin-bottom: 100px;
}



/**************************************************************************
****PROJECT CSS******************************************************
***************************************************************************/
.project_area {
    padding-top: 65px;
}
.single_project:hover h4 {
    color: #0f76f7;
}
.single_project > img {
    margin-top: 35px;
}
.single_project h4 {
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 21px;
}
.single_project > p {
    color: #888888;
    font-size: 15px;
    font-weight: 300;
}
.load_more_btn > a {
    background: #0f76f7 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    height: 52px;
    text-align: center;
    width: 170px;
}
.load_more_btn {
    margin-bottom: 9px;
    margin-top: 44px;
    text-align: center;
}
.load_more_btn > a {
    background: #0f76f7 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 1px;
    padding: 12px 0;
    text-align: center;
    width: 170px;
}
.load_more_icon {
    margin-left: 15px;
    font-weight: 600;
}
.project_details_page {
    margin-top: 100px;
}
.project_details_page h1 {
    color: #222222;
    font-size: 25px;
    font-weight: 600;
    line-height: 28px;
    margin-top: -5px;
}
.project_details_page p {
    color: #818181;
    font-size: 15px;
    line-height: 28px;
}
.project_information b,
.project_information span {
    color: #222222;
    font-weight: 400;
}
.project_information span {
    margin: 0px 15px;
    ;
}
.project_details_image > img {
    margin-bottom: 38px;
}
.project_information {
    margin-top: 40px;
}

/**************************************************************************
****TEAM CSS******************************************************
***************************************************************************/
.team_area.team_page {
    margin-top: 55px;
}
.page_single_member {
    margin-top: 40px;
}

/**************************************************************************
****TESTIMONIAL CSS******************************************************
***************************************************************************/
.single_testimonial.page_single_testimonial {
    margin-top: 45px;
}
.testimonial_page {
    margin-top: 100px;
}

/**************************************************************************
****BLOG PAGE CSS******************************************************
***************************************************************************/
.blogpage_area {
    margin-top: 50px;
}
.blogpage_area.single_blog {
    margin-top: 60px;
}
.single_blog.page_post {
    margin-top: 50px;
}
.post_pagination {
    margin-top: 50px;
}
.post_pagination > a {
    background: #eaf0f6 none repeat scroll 0 0;
    border-radius: 2px;
    color: #222222;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 38px;
    margin-right: 6px;
    padding-top: 5px;
    text-align: center;
    width: 38px;
}
.post_pagination > a:hover {
    background: #0f76f7 none repeat scroll 0 0;
    color: #fff;
}
.service_details_page .blog_cta_btn {
    background: #0f76f7 none repeat scroll 0 0;
}
.single_job_full h4 {
    border-bottom: 1px solid #e3e3e3;
    color: #222222;
    font-size: 15px;
    padding-bottom: 25px;
}
.single_job_full h2 {
    color: #222222;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin: 0;
    margin-bottom: 13px;
}
.single_job_full h4 span {
    color: #818181;
}
.discription_area > p {
    font-size: 15px;
    line-height: 30px;
}
.discription_area > h3 {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.primary_area > p {
    font-size: 15px;
    line-height: 30px;
}
.primary_area > h3 {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.discription_area {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
}
.job_details_button_area {
    margin-top: 30px;
}
.primary_area {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
}
.primary_area h5 {
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
}
.job_details_button_area a {
    background: #ffde00 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    float: left;
    height: 50px;
    margin-right: 22px;
    margin-top: 8px;
    text-align: center;
    width: 168px;
    padding-top: 13px;
}
.apply_now {
    background: #0f76f7 none repeat scroll 0 0 !important;
}
.jobsdetails_area {
    margin-bottom: 100px;
    margin-top: 100px;
}
.fa.fa-check-circle-o {
    color: #0f76f7;
    margin-right: 10px;
    font-size: 16px;
}
.job_info_area > p {
    color: #818181;
    font-size: 15px;
    font-weight: 300;
}
.job_info_area p b {
    color: #222222;
    font-weight: 600;
}
.col-md-5.full_job_info_area {
    border: 6px solid #0f76f7;
    float: right;
    width: 38%;
    padding: 42px 1px 42px 40px;
}

/*
* --------------------------------
*    19. SINGLE BLOG PAGE  CSS STYLE
* -------------------------------
*/
.blog-content-area {
    padding-top: 100px;
}
.single-blog-content {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.blog-content-img {
    position: relative;
}
.blog-content-img img {
    width: 100%;
}
.blog-meta-tag {
    margin-bottom: 15px;
}
.blog-meta-tag ul {
    text-align: center;
}
.blog-meta-tag ul li {
    display: inline-block;
}
.blog-meta-tag ul li i {
    font-size: 15px;
    color: #27C8A3;
}
.blog-meta-tag ul li a {
    display: inline-block;
    padding: 15px;
    font-weight: 700;
    text-transform: capitalize;
    color: #333;
    font-size: 15px;
}
.blog-details a {
    color: #818181;
    transition: all 0.3s ease-in-out 0s;
    font-size: 15px;
    font-weight: 300;
}
.blog-details a:hover {
    color: #0f76f7;
}
.post_share_tag span {
    float: right;
}
.blog-details h2 {
    color: #222222;
    font-size: 30px;
    font-weight: 700;
    margin-top: 44px;
}
.blog-details > p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 30px;
}
.post_share_tag {
    margin-top: 32px;
}
.comments-section > h4 {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
}
.comments-section {
    margin-top: -35px;
    padding-bottom: 0px;
}
.comments-info span {
    float: right;
    color: #222222;
    font-size: 17px;
    font-weight: 300;
}
.comments-info .fa.fa-reply-all {
    color: #0f76f7;
    font-size: 17px;
}
.comments-info > h4 {
    color: #222222;
    font-size: 17px;
    font-weight: 600;
}
.comments-info.reply_area > h5 {
    color: #969696;
    font-size: 13px;
    font-weight: 300;
}
.reply_area {
    margin-left: 130px;
    margin-top: 40px;
}
.comment-form h3 {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
}
.comment_button button {
    background: #0f76f7 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    height: 52px;
    letter-spacing: 2px;
    margin-top: 10px;
    width: 170px;
}
.comment_button button .fa.fa-long-arrow-right {
    margin-left: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
.comment_button {
    margin-top: 15px;
    margin-bottom: 100px;
}
.button.blog-readmore-btn {
    margin-top: 20px;
    color: #27C8A3;
    border: 1px solid #27C8A3;
    background: inherit;
    margin-left: 0px;
}
.button.blog-readmore-btn:hover {
    margin-top: 20px;
    color: #fff;
    background: #27C8A3;
    border: 1px solid transparent;
}
.control-searchbox {
    background: #eff3f7 none repeat scroll 0 0;
    border: medium none;
    color: #909ba9;
    font-size: 15px;
    font-weight: 300;
    height: 52px;
    margin-bottom: 15px;
    outline: medium none;
    padding: 15px 20px;
    position: relative;
    width: 100%;
}
.control-searchbox:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.search-box .fa.fa-search {
    color: #0f76f7;
    font-size: 15px;
    left: auto;
    position: absolute;
    right: 32px;
    top: 17px;
}
{
    color: #0f76f7;
    font-size: 15px;
    left: auto;
    position: absolute;
    right: 32px;
    top: 17px;
}
.blog-categories {
    text-align: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.widget-title {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 12px;
    margin-top: 40px;
    text-transform: uppercase;
}
.blog-categories ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.blog-categories ul li {
    display: block;
}
.blog-recents h3 {
    margin-bottom: 32px;
}
.blog-categories ul li i {
    margin-right: 5px;
}
.blog-categories ul li a {
    border-bottom: 1px solid #ddd;
    color: #818181;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    padding: 11px 0;
    width: 100%;
}
.blog-categories span {
    float: right;
}
.blog-recent-post img {
    float: left;
    width: 70px;
    height: 70px;
    display: block;
    margin-right: 15px;
    margin-bottom: 15px;
}
.blog-recent-post {
    color: #333;
    margin: 15px 0px 15px;
    padding-bottom: 10px;
    display: block;
}
.blog-recent-post:hover {
    color: #27C8A3;
}
.blog-recent-post:last-child {
    border-bottom: none;
}
.blog-recent-post h4 {
    font-size: 15px;
}
.blog-recent-post p {
    font-size: 14px;
    color: #818181;
    font-weight: 300;
    display: block;
    line-height: 25px;
}
.blog-recent-post > span {
    color: #222222;
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-top: -9px;
}
.popular-recent-post {
    color: #333;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
}
.popular-recent-post img {
    width: 100%;
}
.popular-recent-post h4 {
    margin: 10px 0px;
    font-size: 20px;
}
.popular-recent-post p {
    margin: 0px;
}
.blog-tags {}
.blog-tags ul {}
.blog-tags ul li {
    display: inline-block;
    margin-bottom: 10px;
}
.blog-tags ul li a {
    background: #eff3f7 none repeat scroll 0 0;
    color: #222222;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    padding: 9px 12px;
    transition: all 0.3s ease-in-out 0s;
}
.blog-tags ul li a:hover {
    background: #0f76f7;
    color: #fff;
}
.blog-tags h3 {
    margin-bottom: 31px;
}

/*
* --------------------------------
*    20. COMMENT PAGE  CSS STYLE
* -------------------------------
*/
.comments-info img {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 15px;
}
.comments-info a {
    color: #333;
    display: inline-block;
}
.comments-info i.fa {
    margin-right: 10px;
}
.comments-info h4 {
    margin-bottom: 5px;
}
.comments-info.comment-reply {
    margin-left: 35px;
}
.comments-info a.reply-comment {
    color: #333;
    display: block;
    font-size: 16px;
}
.comments-info p {
    color: #818181;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    overflow: hidden;
}
.reply-comment {
    margin-left: 40px
}
.comments-info a.reply-comment {
    display: block;
    float: right;
}
.comment-form h3 {}
.form-group {
    margin-bottom: 25px;
}
.form-control {
    background: #eff3f7 none repeat scroll 0 0;
    border-color: currentcolor currentcolor transparent;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: none;
    color: #5e6974 !important;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    outline: medium none;
    padding: 8px 15px;
    border: 1px solid #cfcfcf;
}
.form-control:focus {
    box-shadow: none;
}
.comment-form textarea {
    height: 200px;
    resize: none;
}
.button.comment-btn {
    margin: 0px;
    padding: 15px 40px;
    border: 1px solid #27C8A3;
    color: #27C8A3;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: none;
}
.button.comment-btn:hover {
    background: #27C8A3;
    border: 1px solid transparent;
    color: #fff;
}

/*
* --------------------------------
*    20. OPEN JOBS  CSS STYLE
* -------------------------------
*/
.openjobs_area {
    margin-top: 72px;
}
.single_job {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 30px;
}
.single_job > h2 {
    color: #222222;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
.single_job h4 {
    color: #0f76f7;
    font-size: 15px;
    font-weight: 300;
}
.single_job span {
    color: #818181;
    margin-left: 30px;
}
.single_job h4 {
    color: #0f76f7;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 15px;
}
.single_job > a {
    color: #222222;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
}
.single_job > a:hover {
    color: #0f76f7;
}
.single_job a i {
    margin-left: 10px;
}
.load_more_btn > a:hover {
    background: #000;
}
.open_jobs_load_more {
    margin-top: 70px;
}
.open_jobs_load_more {
    margin-bottom: 100px;
    margin-top: 70px;
}

/*
* --------------------------------
*    FAQ  CSS STYLE
* -------------------------------
*/
.faq_full_area {
    margin-top: 100px;
    margin-bottom: 100px;
}
.panel-heading h4 a {
    background: #eef2f6
}
.panel-default > .panel-heading h4 a {
    color: #FFFFFF;
    font-size: 13px;
    text-transform: uppercase;
}
.panel-body {
    padding: 20px 0 0;
}
.panel-heading .panel-title a.collapsed[data-toggle="collapse"]::after {
    background: #0f76f7 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    font-family: "FontAwesome";
    font-size: 18px;
    height: 35px;
    margin-right: 10px;
    text-align: center;
    width: 35px;
    border: 7px solid #d1e2f3;
}
.panel-heading .panel-title a[data-toggle="collapse"]:after {
    color: #fff;
    content: "\f107";
    display: block;
    font-size: 18px;
    padding-bottom: 7px;
    font-family: 'FontAwesome';
    padding-top: 5px;
    position: absolute;
    right: 0em;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 9%;
    background: #0f76f7 none repeat scroll 0 0;
    border-radius: 50%;
    height: 35px;
    margin-right: 10px;
    text-align: center;
    width: 35px;
    padding-top: 2px;
    border: 7px solid #d1e2f3;
}
.panel-collapse {
    border: none;
}
.panel-heading .panel-title a[data-toggle="collapse"] {
    color: #222222;
    display: block;
    font-size: 18px;
    font-weight: 400;
    height: 100%;
    letter-spacing: normal;
    position: relative;
    text-transform: none;
    width: 100%;
}
.panel-heading h4 a {
    padding: 15px 10px;
}
.panel-heading h4 a.collapsed {
    padding: 15px 10px;
}
.panel-heading {
    margin: 0 0 -6px;
}
.panel {
    box-shadow: inherit;
}
.panel-default {
    border: medium none;
}
.panel-default > .panel-heading {
    color: #000;
    background-color: inherit;
    border: none;
    text-decoration: none;
    padding: 5px 0px;
}
.panel-default > .panel-heading h4 a {
    font-size: 15px;
}
.panel-default > .panel-heading h4 a:hover {
    text-decoration: none;
}
.panel-default > .panel-heading h4 a:focus {
    outline: none;
}
.panel-body {
    color: #818181;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
}
a:focus,
a:hover {
    text-decoration: none;
}
.panel-group .panel {
    border-radius: 0 !important;
    margin-bottom: 20px;
}
.panel-default > .panel-heading {
    background-image: none;
    background-repeat: repeat-x;
}
.single_job_full p i {
    color: #222222;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
    font-style: italic;
}
.primary_area h5 i {
    border: 2px solid #0f76f7;
    border-radius: 50%;
    color: #0f76f7;
    font-size: 12px !important;
    font-weight: normal;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 4px;
}
.job_marfin_left.single_job_full {
    padding-left: 58px;
}
.job_marfin_left .primary_area {
    border-bottom: medium none;
}

/*
* --------------------------------
*    CONTACT PAGE  CSS STYLE
* -------------------------------
*/
.contact_address > h1 {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
}
.head_office > h3 {
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    line-height: 60px;
}
.head_office > span,
.head_office_two > span {
    color: #818181;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
}
.head_office span a,
.head_office_two span a {
    color: #818181;
}
.head_office i,
.head_office_two i {
    color: #222222;
    margin-right: 13px;
    font-size: 17px;
}
.head_office_two h3 {
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    line-height: 60px;
    border-top: 1px solid #DBE0E5;
}

/*
* --------------------------------
*    404 PAGE  CSS STYLE
* -------------------------------
*/
.error_page {
    margin-top: 100px;
}
.error_page > h1 {
    color: #222222;
    font-size: 125px;
    font-weight: 900;
    line-height: 70px;
}
.error_page > h3 {
    color: #818181;
    font-size: 22px;
    font-weight: 300;
    line-height: 35px;
    padding: 15px 0;
}
.error_box input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #d9dee3;
    width: 370px;
}
.error_box input:focus {
    border: 1px solid #d9dee3;
}
.error_box .fa.fa-search {
    background: #e9eff7 none repeat scroll 0 0;
    border-left: 1px solid #d9dee3;
    color: #000;
    font-size: 15px;
    left: auto;
    position: inherit;
    margin-left: -50px;
    padding: 18px 16px;
    right: 0;
    top: 0;
}
.single_widget img {
    margin-bottom: 15px;
    width: auto;
}
.single_widget.important_link {
  padding-left: 73px;
}
.single_widget.Contact_widget {
  padding-left: 29px;
}