/*------------------------------------------------------------------

Project: pieco
Version:	1.0.0
Author: promte.ir 

------------------------------------------------------------------
[Table of contents]
 
1. body
2. header, header_contact_wrapper start
3. slider_main_wrapper start
4. about-area start
5. services-area start
6. portfolio_section start
7. counter_section start
8. blogtwo start
9. team_section start
10. testimonial_section start
11. clientOne start
12. footer
13. about_tab_wrapper
14. work_progress_section
15. service_page_wrapper
16. project_section
17. gc_causes_single_contact_form_wrapper

*/




/* custom css */

body, html{
    font-family: 'Lato', sans-serif;
    color: #aaaaaa;
    font-size:14px;
    text-transform:capitalize;
    /* overflow-x:hidden; */
}
h1, h2, h3, h4, h5, h6{
    font-size: 20px;
    color: #111111;
    margin:0;
    padding:0;
    font-family: 'Raleway';
    font-weight: 400;
}
p{
    color: #848484;
    font-size: 14px;
    line-height: 24px;
}
a{
    color: #606060;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
p > a{
    text-decoration: underline;
}
a:hover{
    text-decoration:none;
    color:#f3bf26;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:focus{
    outline:none;
}
/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status,
.status-mes {
    background-image: url(../images/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background:#f3bf26;
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 13px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index:1000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 13px;
    top: 5px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/* custom css end */

/* --------------------------------------
LIST STYLE
------------------------------------------*/
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* --------------------------------------
FORM STYLE
------------------------------------------*/
.form-control {
    /* border:none; */
    /* border-radius: 0; */
    /* box-shadow: none; */
}

.form-control:focus {
    border-color: #f3bf26;
    box-shadow: none;
}


/* header start */

/*Navigation*/

@media (min-width: 768px) {

    .navbar-brand {
        padding: 20px 15px;
    }
    .navbar-nav>li>a {
        padding: 30px 20px;
    }

}

@media (min-width : 768px) and (max-width : 991px) {

    .navbar-nav>li>a {
        padding:30px 10px;
    }

}

@media (max-width: 767px) {

    .navbar-brand {
        padding: 5px 15px;
        margin-top:-43px;
    }

}

.navbar-default {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
}
.navbar-default .navbar-nav.main-nav>li>a {
    font-size: 14px;
    color: #292929;
    text-transform: uppercase;
    font-weight:600;
    position:relative;
}
.navbar-default .navbar-nav.main-nav>li .caret{
    font-size: 14px;
    color: #292929;

    position:absolute;
    top:49%;
}
#cssmenu .caret li{
    position:relative;
}
#cssmenu .caret{
    z-index: 10;
    font-size: 14px;
    color: #292929;
    position:absolute;
    top:35%;
}
#cssmenu li.active > a{
    background:#f3c12d;
}
.navbar-default .navbar-nav.main-nav>li>a:focus,
.navbar-default .navbar-nav.main-nav>li>a:hover {
    color: #fff;
}
.navbar-default .navbar-nav.main-nav>.active>a,
.navbar-default .navbar-nav.main-nav>.active>a:focus,
.navbar-default .navbar-nav.main-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}
/*Dropdown Menu*/
.logo_img{
    margin-top: -10px;
}
.dropdown-menu {
    display: inherit;
    padding: 3px 0;
    border: 1px solid transparent;
    border-radius: 0;
}
.dropdown-header {
    font-size: 11px;
    line-height: 30px;
    font-weight: 600;
    color: #313131;
    text-transform: uppercase;
}
.dropdown-menu li a {
    display: block;
    font-size: 13px;
    line-height: 30px;
    color: #000000;
    padding: 4px 20px;
}


.main-nav .dropdown-menu li:not(:last-child){
    border-bottom: 1px solid #f3c12da8;
}
.main-nav .dropdown-menu li a{
    font-size:12px;
}
.dropdown-menu li a:hover {
    color: #ffdf00;
    background-color: #003149;
    padding-left: 25px;
}
.dropdown .dropdown-menu {
    margin-top: 25px !important;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;

}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: -1px !important;
    opacity: 1;
    visibility: visible;

    -webkit-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    transition: 0.33s cubic-bezier(0, 0.52, 0.65, 2.82) 0s;
}


.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #313131;
    background-color: transparent;
}
.subscribe-form {
    width: 350px;
    padding: 10px;
}
.subscribe-form .btn-primary{
    background-color: #9a558f;
    border-color: #9a558f;
}
.subscribe-form .btn-primary:hover{
    background-color: #f7f7f7;
    border-color: #9a558f;
    color:#000;
}

/*navbar-toggle*/

.navbar-toggle {
    border-radius: 0;
    position: absolute;
    right: 5px;
    top: 22px;
    border: 0;
    margin-right: 0;
}
.navbar-toggle .icon-bar {
    width: 16px;
    background-color: #fff !important;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

@media only screen and (max-width : 767px) {
    .navbar-toggle {
        right: 15px;
        top: 10px;
    }
}

/*topbar*/
.header_contact_wrapper{
    float:left;
    width:100%;
    background: #003149;
    padding: 50px 0 78px;
    padding-bottom: 66px;
    padding-top: 16px;

    background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 0%, #003149 9%, #003149 49%, #003149 87%, #1e5799 100%);
    background: -webkit-linear-gradient(left, #1e5799 0%,#003149 9%,#003149 49%,#003149 87%,#1e5799 100%);
    background: linear-gradient(to right, #1e5799 0%,#003149 12%,#003149 50%,#003149 87%,#1e5799 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=1 );


}
.header_contact_wrapper .date-time{
    padding-bottom: 47px;
}
.header_contact_nav{
    float:right;
}
.icon_header_div{
    float:left;
    margin-right:20px;
    border: 1px solid #828282;
    border-radius: 100px !important;
    width:60px;
    height:60px;
    text-align:center;
    line-height:60px;
    margin-top: -7px;
}
.header_contact_nav li{
    display: inline-block;
    padding-right: 7px;
    padding-left: 7px;
    color:#f3c12d;
    font-size:16px;
    font-weight:600;
    text-transform:uppercase;
    font-family: 'Raleway';
}
.header_contact_nav li a{
    text-transform: capitalize;
    color: #aaaaaa;
    float:left;
}
.header_contact_nav li h5{
    font-size: 14px;
    color: #aaaaaa;
    text-transform:lowercase;
    font-family: 'Lato', sans-serif;
    display: inline-block;
}
.main_menu_wrapper{
    float:left;
    width:100%;
    position:relative;
    z-index:999;
    margin-top: -39px !important;
}
.search_cons ::placeholder {
    color: #2f2f2f;
    opacity: 1; /* Firefox */
}

.search_cons :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #2f2f2f;
}

.search_cons ::-ms-input-placeholder { /* Microsoft Edge */
    color: #2f2f2f;
}
/* header_contact_wrapper end*/
.dropdown .dropdown-menu li {
    margin-right: 0px;
}
.social_links{
    float:right;
}
.social_links ul li{
    float:left;
    margin-right:15px;
}

/* mobail_menu_main */

.menu_fixed{
    position:fixed;
    top:0;
    left: 0;
    right: 0;
    z-index: 100;
    margin-top:0 !important;
    background:#f3c12d;
}
.mobail_menu_main{
    float:none;
    width:100%;
}
#sidebar {
    position: fixed;
    display: block;
    height: 100%;
    top: 0px;
    left: -500px;
    background-color: #ffffff;
    overflow: scroll;
    overflow-x: hidden;
    z-index:1000;
}
#links {
    position: relative;
    float: left;
}
#link_list {
    list-style-type: none;
    width: 100%;
    padding: 0px 50px 0px 0px;
}
#link_list li {
    display: block;
    width: 100%;
}
#link_list li:hover {
    background-color: #9a558f;
}
#toggle_close{
    position: absolute;
    z-index: 100;
    right: 25px;
    top: 10px;
    font-size: 25px;
    color: #000000;
    cursor: pointer;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,200);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu {
    width: 300px;
    color: #ffffff;
}
#cssmenu ul ul {
    /* display: none; */
}
#cssmenu > ul > li.active > ul {
    display: block;
}
.align-right {
    float: right;
}
#cssmenu > ul > li > a {
    padding: 16px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: #000000;
    font-weight:500;
    border-bottom:1px solid #d3d3d3;
    background: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu > ul > li:first-child > a{
    border-top:1px solid #d3d3d3;
}
#cssmenu > ul > li > a:hover{
    background:#f3c12d;
    border-bottom:1px solid #d3d3d3;
    color:#ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:after {
    position: absolute;
    right: 26px;
    top: 19px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #000000;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:before {
    position: absolute;
    right: 22px;
    top: 23px;
    display: block;
    width: 10px;
    height: 2px;
    background: #000000;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:hover:after, #cssmenu ul > li.has-sub > a:hover:before{
    background:#ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#cssmenu ul ul li a {
    padding: 14px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    /*   font-weight:bold; */
    background: #003149;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s cubic-bezier(0.44, 0.15, 0.39, 0.79);
    border-top: 1px solid #ffffffa8;
}
#cssmenu ul ul ul li a {
    padding-left: 32px;
}
#cssmenu ul ul li a:hover {
    color: #ffffff;
}
#cssmenu ul ul > li.has-sub > a:after {
    top: 16px;
    right: 26px;
    background:#ffffff;
}
#cssmenu ul ul > li.has-sub > a:before {
    top: 20px;
    background:#ffffff;
}

/*     */
#cssmenu .submenu li{
    height:0;
    transition:all cubic-bezier(0.42, 0.62, 0.58, 0.41) 0.3s;
}
#cssmenu .open .submenu li{
    height:42px;
    transition:all cubic-bezier(0.42, 0.62, 0.58, 0.41) 0.3s;
}
#cssmenu .submenu li{
    overflow:hidden;
}
#cssmenu ul {
    text-align:center;
}
#cssmenu .dropdown-backdrop{
    display:none;
}
/*      */


#sidebar h1{
    padding: 15px 0px;
    background:#f3c12d;
    font-size:20px;
    color:#fff;
    padding-left: 20px;
    font-weight:bold;
}
.navbar-default .navbar-nav.main-nav>li>a:after{
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    content: "";
    height: 2px;
    left: 0px;
    opacity: 0;
    position: absolute;
    bottom:23px;
    transition: all 0.3s ease-in-out 0s;
    width: 30px;
    right:0;
    margin:0px auto;
}
.navbar-default .navbar-collapse{
    background:#f3c12d;
}
.navbar-default .navbar-nav.main-nav>li>a:hover:after{
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    content: "";
    height: 3px;
    left: 0px;
    opacity: 1;
    position: absolute;
    bottom:23px;
    transition: all 0.3s ease-in-out 0s;
    width: 30px;
    right:0;
    margin:0px auto;
}
.navbar-default{
    background:transparent;
}
/* HEADER TOP */

.hdr-top {
    padding: 50px 0 80px;
}
.logo-area a {
    float:left;
    display:inline-block;
}
.hdr-info .media-left {
    padding-right: 15px;
}
.hdr-info .media-left i {
    font-size: 24px;
    color:#f3c12d;
    padding-top: 10px;
}
.hdr-info .media-body {
    padding-left: 15px;
    border-left-width: 1px;
    border-left-style: solid;
    border-color:#f3c12d;
}
.hdr-info .media-body h4 {
    font-size: 16px;
    color:#f3c12d;
    letter-spacing:2px;
    font-weight:600;
}
.navbar-form .form-control {
    height: 50px;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 0px;
    min-width: 200px;
    background: transparent;
    border: 0;
    box-shadow: unset;
}
.navbar-form {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}
.navbar-form:after{
    /* 	content: '';
        border: 1px solid rgba(255, 255, 255, 0.41);
        width: 1px;
        display: block;
        position: relative;
        height: 70%;
        z-index: 1;
        position: absolute;
        top: 10px;
        bottom: 0;
        left: 0px; */
}
.navbar-form button {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 0;
    width: 25px;
    height: 25px;
    font-size: 14px;
    color:white;
    /* line-height:50px; */
    background-color: transparent;
    border: 0;
}
.navbar-default .navbar-form .form-control:focus{
    border-color: #fff;
}
.navbar-default  .navbar-form button:focus{
    outline:none;
}
.navbar-right .dropdown-menu {
    right: auto;
}

/* header end */
/* slider section start */
.slider_main_wrapper{
    float: left;
    width: 100%;
    position:relative;
    margin-top:-41px;
    font-family: 'Playfair Display', serif;
}
.tp-leftarrow {
    z-index:10000 !important;
}
.tp-rightarrow {
    z-index:10000 !important;
}
.uranus.tparrows:before{
    font-size:22px;
    width:30px;
    height:30px;
    line-height:30px;
}
.tparrows:hover{
    background:#2d2d2d;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* feature area css */

/*Common Page Header*/

.page_title_section {
    float:left;
    width:100%;
    padding-top: 80px;
    padding-bottom:40px;
    background: url(../images/page_header.jpg) no-repeat center center #EEE1D0;
    background-size: cover;
    position:relative;
    margin-top:-41px;
}
.page_title_overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity:0.7;
}
.page_header {
    padding-bottom: 0;
    border-bottom: 0;
}
.page_header h1 {
    font-size: 45px;
    line-height: 70px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.page_header .sub_title{
    margin:0;
    padding:0;
    list-style:none;
    display: inline-block;
}
.page_header .sub_title li{
    float: left;
    font-size: 16px;
    line-height: 35px;
    color: #999999;
}
.page_header .sub_title li:last-child{
    color: #e2bb48;
}
.page_header .sub_title a {
    color: #999999;
}
.page_header .sub_title a:hover {
    color: #e2bb48;
}
.page_header .sub_title i {
    padding: 10px 7px;
}
@media (max-width : 766px) {
    .page_header h1 {
        font-size: 35px;
        line-height: 44px;
    }
}
/* custom css end*/
.single-feature {
    width: 33.333333%;
    float: left;
    padding: 80px 30px 64px 30px;
}
.single-feature i {
    font-size: 100px;
    margin-right: 15px;
    line-height: 1;
}
.single-feature .media-body {
    position: relative;
    padding-bottom: 28px;
}
.single-feature .media-body:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 20px;
    height: 2px;
    width: 40px;
    background:#2f2f2f;
    transition: all 0.5s ease;
}
.single-feature:hover .media-body:after {
    width: 70px;
}
.single-feature .media-body span {
    display: block;
    font-weight: 500;
    font-size:20px;
    line-height: 1.7;
    color: #111111;
}
.single-feature .media-heading{
    color:#111111;
    font-size:24px;
    font-weight:700;
    text-transform:uppercase;
}
.single-feature p {
    font-size: 16px;
    color:#353434;
    margin-top:10px;
}
.feature-bg-one{
    background:#f3c12d;
}
.feature-bg-two{
    background:#fbd35c !important;
}
.feature-bg-three{
    background:#f3c12d;
}
/* about us wrapper */
.about-area{
    float:left;
    width:100%;
    padding-top: 70px;
    padding-bottom: 20px;
}
.flex-bdr-img {
    text-align: center;
    perspective: 1000px;
    position: relative;
    padding: 25px 0;
}
.flex-bdr-img:after {
    content: '';
    position: absolute;
    right: 6%;
    top: 0;
    height: 100%;
    width: 100%;
    border-width: 10px;
    border-style: solid;
    transform: rotateY(0);
    transform-origin: right;
    z-index: 1;
    transition: all 1s ease;
    opacity: 1;
    visibility: visible;
    color:#fbe29a;
}
.flex-bdr-img:hover:after,
.flex-bdr-img.scroll-over:after {
    transform: rotateY(35deg);
    opacity: 0;
    visibility: hidden;
}
.abt_txt_wrapper{
    float:left;
    width:100%;
}
.abt_txt_box p {
    font-size: 16px;
}
.abt_txt_box h3 {
    font-size: 20px;
    margin-top: 40px;
    font-weight: 500;
    text-transform: capitalize;
}
.abt_txt_box h5 {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 8px;
    margin-bottom: 77px;
}
.section_heading{
    float:left;
    width:100%;
    margin-bottom:50px;
}
.section_heading h2{
    font-size: 22px;
    line-height: 46px;
    margin: 0 0 10px;
    font-weight:600;
    text-transform:uppercase;

}
.section_heading p{
    font-size:16px;
    line-height: 2;
    margin-top:20px;
}
.section_heading h2:after {
    content: '';
    border: 1px solid #f3c12d;
    width: 50px;
    display: block;
    left:0;
    right:0;
    margin:0px auto;
    position: relative;
    top: 5px;
    z-index: 1;
}
.abt_btn_wrapper{
    float:left;
}
.abt_btn{
    display:inline-block;
    padding-bottom:30px;
}
.abt_btn ul{
    padding:0;
    list-style:none;
    margin-top:30px;
    margin-bottom: 20px;
}
#moreCol a{
    border: 2px solid #f3c12d;
    padding: 8px 10px;
    display:block;
    margin:2px;
}
#moreCol  a:hover{
    color:#e79607;
}
.abt_btn li a{
    margin-bottom:10px;
    padding:4px 25px;
    width: 137px;
    height: 38px;
    /* float:left; */
    color:#fff;
    background:#f3c12d;
    text-align:center;
    line-height: 31px;
    font-size:16px;
    border:2px solid transparent;
    text-transform:uppercase;
    font-weight:600;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.abt_btn li a:hover{
    background:white;
    border:2px solid #f3c12d;
    color:#000000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.abt_list_wrapper ul{
    list-style:none;
    padding:0;
    text-transform:capitalize;
    margin-top:30px;
}
.abt_list_wrapper li{
    font-size: 16px;
    margin-top:15px;
}
.abt_list_wrapper li a:hover{
    color:#f3c12d;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.abt_list_wrapper li i{
    color:#f3c12d;
    margin-right:15px;
}
/* services area start */

.services-area {
    float: left;
    width: 100%;
    background-image: url(../images/about_us/counter_bg.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 100px;
    position: relative;
}
.services-area-overlay{
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: #ffffff;
    opacity: 0.9;
}
.service_heading_para{
    color:#636363;
}
.all-single-servives {
    position: relative;
    z-index: 2;
    margin-top:10px;
}
.single-service {
    padding: 30px 20px 50px;
    position: relative;
    float: left;
    width: 33.33%;
    transition: all 0.5s ease;
}
.single-service:hover{
    background:#f3c12d;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.service-bdr-rb,
.service-bdr-b {
    border-bottom-width: 1px;
    border-bottom-style: solid ;
    color:#d8d8d8;
}
.service-bdr-rb,
.service-bdr-r {
    border-right-width: 1px;
    border-right-style: solid ;
    color:#d8d8d8;
}
.single-service:hover:after{
    opacity: 1;
    visibility: visible;
    color:#f3c12d;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.single-service:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    border-left: 190px solid transparent !important;
    border-right: 190px solid transparent !important;
    border-bottom-width: 30px;
    border-bottom-style: solid;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
}
.single-service i {
    font-size: 50px;
    line-height: 1;
    color:#f3c12d;
}
.single-service:hover i{
    color:#313131;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.single-service h3 {
    font-weight: 600;
    margin-top: 50px;
    /* margin-bottom: -40px; */
    padding: 0 35px;
    min-height: 92px;
    font-size:22px;
    text-transform:uppercase;
}
.single-service-para {
    position: relative;
    padding-bottom: 50px;
}
.single-service-para:after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 40px;
    height: 2px;
    transform: translateX(-50%);
    transition: all 0.5s ease;
    background:#f3c12d;
}
.single-service:hover .single-service-para:after{
    background:#313131;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.single-service-para p {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 16px;
    color:#565656;
    min-height: 72px;
}

/* dream area start */
.dreams-area {
    float:left;
    width:100%;
    background-image: url(../images/counter-images/dream_bg.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 80px;
    margin-bottom:100px;
    position: relative;
}
.dream-area-overlay{
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: rgba(0,40,59,0.82);
}
.dreams-title {
    position: relative;
    z-index: 2;
}
.dream_btn{
    position:relative;
    margin-top:10px;
}
.dream_btn li a{
    background: #f3c12d;
    border:1px solid transparent;
    line-height: 36px;
    color: #000000;
}
.dream_btn li a:hover{
    background:transparent;
    border: 1px solid #e1b022;
    color: #f3bf26;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.dreams-title h4{
    font-size: 40px;
    text-transform:capitalize;
    font-weight: 600;
    color: #f3c12d;
}
.dreams-title p {
    margin-bottom: 0;
    margin-top: 15px;
    color:#2d2d2d;
    font-size:16px;
}
.dreams-area .tem-btn-alt {
    margin-top: 132px;
}
/* dream area end */
/* portfolio_section start */
.portfolio_section{
    float:left;
    width:100%;
    padding-bottom:65px;
}
.portfolio-area{
    float:left;
    width:100%;
}
.portfolio-area .portfolio-area-intro{
    margin-bottom: 50px;
}
.portfolio-area .portfolio-area-intro p span,
.portfolio-area .portfolio-area-intro h2 {
    text-transform: uppercase;
}
.portfolio-area .portfolio-area-intro h2 {
    font-weight: 600;
}
.portfolio-area .portfolio-thumb{
    position: relative;
    overflow: hidden;
}
.portfolio-area .portfolio-thumb::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 800px;
    bottom: 800px;
    top: 800px;
    right: 800px;
    cursor:pointer;
    background:rgba(243, 127, 42, 0.7);
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.portfolio-area .portfolio-wrapper:hover .portfolio-thumb::before{
    left: 0;
    bottom: 0;
    right:0;
    top:0;
    opacity: 1;
}
.portfolio-area .portfolio-thumb img{
    width: 100%;
}
.portfolio-area .portfolio-info {
    position: absolute;
    height: 100%;
    left: 20px;
    top: 0;
    color: #ffffff;
    opacity: 0;
}
.portfolio-area .portfolio-wrapper:hover .portfolio-info{
    left: 40px;
    top: 40px;
    margin-top: -25px;
    opacity: 1;

}
.portfolio-area .portfolio-info h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #ffffff;
}
.portfolio-info:after{
    content:'';
    border:1px solid #f3c12d;
    display:block;
    width:100%;
    position:relative;
    top:5px;
}
.portfolio-info h3:after{
    content:'';
    border:1px solid #f3c12d;
    display:block;
    width:50px;
    position:relative;
    top: 7px;
    z-index: 1;
}
.portfolio-area .portfolio-info .small{
    font-size: 12px;
    color: #ffffff;
}
.gc_filter_cont_overlay_wrapper {
    position: relative;
    width:auto;
    visibility:visible;
}

.gc_filter_cont_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    background: rgba(26, 26, 26, 0.8);
}
.portfolio-thumb:hover .gc_filter_cont_overlay {
    opacity:1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    overflow:hidden;
    visibility:visible;
}
.gc_filter_cont_overlay i{
    color:#000000;
    width:50px;
    height:50px;
    background:#ffffff;
    text-align:center;
    line-height:50px;
    border-radius:100%;
    font-size:18px;
}
.gc_filter_cont_overlay_wrapper:hover .gc_filter_cont_overlay i{
    color:#f3c12d;
    opacity:1;
}
.gc_filter_text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}
.III_column{
    margin-top:30px;
}

/*portfolio-filter*/
.portfolio-filter {
    margin-bottom: 30px;
}
#filter li a{
    display: block;
    font-size: 16px;
    cursor: pointer;
    color:#000000;
    background:transparent;
    padding: 10px 20px;
    margin-right: 10px;
    border-bottom: 2px solid #f3c12d;
    position:relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#filter li a:hover,
#filter li a.active{
    color: rgb(255, 255, 255);
    background: #f3c12d;
}
#filter li a:last-child{
    margin-right: 0px;
}
.portfolio_btn{
    text-align:center;
    display:inline-block;
    float:none;
    margin-top:30px;
}
.portfolio_info {
    position: absolute;
    top: 73%;
    left: 8%;
    text-align: left;
}
.portfolio_info h5{
    text-transform: capitalize;
    font-size: 16px;
}
.portfolio_info h5 a{
    color: #f1b605;
    font-size: 20px;
    letter-spacing: 1px;
}
.portfolio_info p{
    color: #a09f9f;
    font-size: 14px;
}
.portfolio-area{
    text-align:center;
}
/* portfolio_section end */
/*counter_section start*/

.counter_section{
    float:left;
    width:100%;
    background-image:url('../images/counter-images/counter_bg.jpg');
    height:100%;
    background-position:center 0;
    background-size: cover;
    padding-top:100px;
    padding-bottom:80px;
    position:relative;
}
.counter_section_overlay{
    position:absolute;
    top:0%;
    left:0%;
    right:0%;
    bottom:0%;
    background: rgba(0, 38, 57, 0.8);
    /* opacity: 0.8; */
}
.counter_section .count-description{
    display: inline-block;
    color: #f3c12d;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 10px;
}
.counter_section h3{
    display: block;
    font-size: 25px;
    line-height: 29px;
    font-weight: 300;
    padding-bottom:20px;
}
.counter_section h3 a{
    color: #fff;
    font-weight: 400;
}
.counter_hr{
    width: 40%;
    display: block;
    border: none;
    outline: none;
    height: 1px;
    margin: 0 auto 15px;
    background-color: rgba(255,255,255,.4);
    color: rgba(255,255,255,.08);
}
.counter_hr p{
    color:#bdbdbd;
}
/*counter_section end*/
/* blogtwo start */
.blogtwo {
    float:left;
    width:100%;
    padding-top:90px;
    padding-bottom:100px;
}
.dark_heading_wrapper h2{
    color:#fff;
}
.blogtwo .blog-post-wrapper {
    background-color: #f7f7f7;
}
@media (max-width : 991px) {
    .blogtwo .blog-post-wrapper {
        margin-bottom: 30px;
    }
}
.blogtwo .blog-post-wrapper .post-thumbnail{
    position: relative;

}
#news .blogtwo .blog-post-wrapper .post-thumbnail{
    border-bottom: 1px solid #c4c4c4;
    border-top: 1px solid #dfdfdf;
}
#news-detail .blogtwo .blog-post-wrapper .post-thumbnail{
    /* border-right: 1px solid #e3af10a6; */
}
@media screen and (max-width:992px){
    #news-detail .blogtwo .blog-post-wrapper .post-thumbnail{
        border-right:0;
        border-bottom: 1px solid #e3af10a6;
    }
}
.blogtwo .blog-post-wrapper .post-thumbnail img{
    width: 100%;
    height: 230px;
    object-fit: contain;
    background: white;
    border-top: 1px solid #dfdfdf;
}
.blogtwo .blog-post-wrapper .post-thumbnail .author-thumb{
    position: absolute;
    right: 25px;
    bottom: -35px;
}
.blogtwo .blog-post-wrapper .post-thumbnail .author-thumb img {
    width: 75px;
    height: 75px;
    background: #002638ab;
    padding: 5px;
    border-radius: 50%;
}
.blogtwo .blog-post-wrapper .blog-content{
    padding: 52px 37px 30px;
}
/*entry-header*/
.blogtwo .blog-post-wrapper .entry-header {
    margin-bottom: 10px;
    background:transparent;
}
.blogtwo .blog-post-wrapper .entry-title{
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight:bold;
    height: 45px;
}
.blogtwo .blog-post-wrapper .entry-title a{
    color: #313131;
    /* height: 300px !important; */
}
.blogtwo .blog-post-wrapper .entry-title a:hover{
    color: #f3c12d;
}

/*entry-meta*/
.blogtwo .blog-post-wrapper .entry-header .entry-meta {
    font-size: 11px;
    text-transform: capitalize;
}
.blogtwo .blog-post-wrapper .entry-header .entry-meta li {
    display: inline-block;
    padding-right: 5px;
    margin-right: 5px;
    position: relative;
}
.blogtwo .blog-post-wrapper .entry-header .entry-meta li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.blogtwo .blog-post-wrapper .entry-header .entry-meta li::before {
    content: ".";
    position: absolute;
    right: -3px;
    bottom: 0;
}
.blogtwo .blog-post-wrapper .entry-header .entry-meta li:last-child::before {
    content: "";
}
.blogtwo .blog-post-wrapper .entry-header .entry-meta li a{
    color: #969595;
}
.blogtwo .blog-post-wrapper .entry-header .entry-meta li a:hover{
    color: #f3c12d;
}
/*entry-content*/
.blogtwo .blog-post-wrapper .entry-content {}
.blogtwo .blog-post-wrapper .entry-content p{
    margin: 0;
    height: 73px;
    /* overflow: hidden; */
}
.readmore_btn{
    display: inline-block;
    padding: 6px 20px;
    color: #fff;
    background: #f3c12d;
    font-size: 14px;
    text-transform: uppercase;
    border:2px solid transparent;
    margin-top: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.readmore_btn:hover{
    color: #000;
    border:2px solid #f3c12d;
    background:#fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*entry-footer*/
.blogtwo .blog-post-wrapper .entry-footer {
    padding: 14px;
    text-align:center;
    border-top: 1px solid #ededed;
}
.blogtwo .blog-post-wrapper .entry-footer .entry-meta li {
    display: inline-block;
    margin-right: 7px;
}
.blogtwo .blog-post-wrapper .entry-footer .entry-meta li:last-child {
    margin-right: 0;
}
.blogtwo .blog-post-wrapper .entry-footer a{
    display: inline-block;
    padding: 8px 14px;
    font-size: 13px;
    line-height: 0px;
    color: #a3a2a2;
    background: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blogtwo .blog-post-wrapper .entry-footer a i {
    color: #dadada;
}
.blogtwo .blog-post-wrapper .entry-footer a:hover i {
    color: #fff;
}
.blogtwo .blog-post-wrapper .entry-footer a:hover{
    color: #fff;
    background: #f3c12d;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


/*blog gallery post*/
#blogtwoSlider .carousel-control {
    top: auto;
    bottom: 20px;
    width: 56px;
    height: 26px;
    font-size: 13px;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}

#blogtwoSlider .carousel-control.left,
#blogtwoSlider .carousel-control.right {
    background-image: none;
    border: 1px solid #fff;
    border-radius: 30px;
    line-height:24px;
}

#blogtwoSlider .carousel-control:focus,
#blogtwoSlider .carousel-control:hover {
    background-color: #f3c12d;
    border: 1px solid #f3c12d;
    color: #fff !important;
    filter: alpha(opacity=100);
    opacity: 1;
}

#blogtwoSlider .carousel-control.left {
    left: 20px;
}
#blogtwoSlider .carousel-control.right {
    left: 87px;
}


/*blog video post*/
.blogtwo .blog-post-wrapper .play-trigger {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: -30px;
    margin-top: -30px;
    border: 0;
    color: #fff;
    background: #f3c12d;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    -webkit-transition      : all 0.3s ease 0s;
    -moz-transition      : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition      : all 0.3s ease 0s;
}
.blogtwo .blog-post-wrapper .play-trigger:hover {
    color: #f3c12d;
    background: #fff;
}
.blogtwo .blog-post-wrapper .play-trigger i {
    margin-left: 5px;
}
/* blog section end */

/* team_section start*/

.team_section{
    float: left;
    width: 100%;
    background-image: url(../images/team/team_bg.jpg);
    height: 100%;
    background-position: center 0;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 100px;
    position: relative;
}
.team_section_overlay{
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: rgba(0,40,59,0.90);
    /* opacity: 0.8; */
}
.our_team_page_section{
    background:#fff;
    float: left;
    width: 100%;
}
.our_team_page_section .team_wrapper{
    margin-top:30px !important;
}
.our_team_page_section .team_info{
    background:#f7f7f7 !important;
}
.team_slider{
    float:left;
    width:100%;
    text-align:center;
}
.team_slider .owl-carousel .owl-item{
    background:#ffffff;

}
.team_slider .owl-dots .owl-dot{
    display: inline-block;
    margin: 40px 3px 0;
    width: 25px;
    height: 25px;
    position: relative;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;

    background:transparent;
    border:transparent;
}
.team_slider .owl-dots .owl-dot span{
    padding: 0;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 3px;
    left: 3px;
    background: #f7f7f7;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_slider .owl-controls .owl-dots .owl-dot.active span,
.team_slider .owl-controls .owl-dots .owl-dot:hover span {
    background: #f3c12d ;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_slider .owl-theme .owl-nav{
    display:none;
}
.team_wrapper{
    float:left;
    width:100%;
    background: #ffffff;
}
.team_wrapper_overlay{
    position: relative;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
}
.team_wrapper_overlay:before{
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
    visibility: hidden;
    content: "";
    background: rgba(243, 193, 45, 0.9);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: 1;
}
.team_wrapper_overlay figure img{
    width: 100%;
    display: block;
    transition: all 0.3s;
}
.team_wrapper_overlay figure{
    display: block;
    margin: 0;
    overflow: hidden;
}
.team_wrapper:hover .team_wrapper_overlay figure img{
    transform: scale(1.1, 1.1);
    filter: contrast(140%);
}
.team_wrapper_overlay_info {
    position: absolute;
    bottom: 8px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    text-align:center;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    z-index: 1;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    transform: translateY(30px);
}
.team_social_icons {
    display:inline-block;
}
.team_social_icons li{
    margin-right: 10px;
    display: inline-block;
}
.team_social_icons li a{
    padding: 0px 5px;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all .5s ease;
}
.team_wrapper:hover .team_wrapper_overlay::before, .team_wrapper:hover .team_wrapper_overlay_info {
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.team_wrapper:hover .team_info h3 a{
    color:#f3c12d;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all .5s ease;
}
.team_info{
    padding: 6px 0px;
    text-align:center;
    padding-bottom:10px;
}
.team_info h3{
    font-size: 18px;
    font-weight:500;
    padding-top: 23px;
    text-transform:capitalize;
    padding-bottom: 10px;
}
.team_info h3 a{
    color: #111111 ;
    text-decoration:none;
}
.team_info a:hover{
    /* 	color:#1b01ff; */
}
.team_info p{
    font-size: 14px;
    color: #999;
    padding-top:8px;
    padding-bottom: 15px;
}
/* team_section end*/


/* testimonial_section start*/

.testimonial_section {
    float:left;
    width:100%;
    padding-bottom:70px;
    padding-top:90px;
    text-align:center;
}
.testimonial_section .section_heading{
    margin-bottom:0px;
}
.testimonial_quote_wrapper {
    float: left;
    width: 100%;
    padding-top:80px;
    padding-bottom:30px;
}
.testimonial_quote_wrapper i {
    color: #f3c12d ;
    font-size: 40px;
}
.testimonial_slider_wrapper .owl-carousel .item p{
    line-height: 26px;
    font-size: 17px;
    color: #999;
}
.testimonial_slider_wrapper .owl-carousel .item  h3{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #f3c12d ;
    margin: 15px 0px 0px;
}
.testi_border_wrapper{
    position:relative;
}
.style-border-top{
    width: 98%;
    height: 100%;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid rgba(243, 193, 45, 0.8);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 11;
    margin-left: -49%;
}
.style-border-left{
    width: 100%;
    height: 98%;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid rgba(243, 193, 45, 0.8);
    position: absolute;
    left: 0;
    top: 1%;
    z-index: 44;
}
.style-border-right{
    width: 100%;
    height: 98%;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid rgba(243, 193, 45, 0.8);
    position: absolute;
    right: 0;
    top: 1%;
    z-index: 22;
}
.style-border-bottom{
    width: 98%;
    height: 100%;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid rgba(243, 193, 45, 0.8);
    position: absolute;
    bottom: 0;
    right: 1%;
    z-index: 33;
}
.testimonial_slider_wrapper .owl-carousel .item h3{
    display: block;
    font-size: 20px;
    text-transform: none;
    color: #e0a800;
    font-weight: 600;
    margin: 9px 0px 0px;
    padding-bottom:80px;
}
.testimonial-photo {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-top:20px;
}
.testimonial-photo img {
    width: 100px;
    height: 100px;
    max-width: 100%;
    border-radius: 50%;
}
.testimonial_slider_wrapper{
    float:left;
    width:100%;
    /* margin-top:50px; */
}
.testimonial_slider_wrapper .owl-dots .owl-dot{
    display: inline-block;
    margin: 40px 0px 0;
    width: 25px;
    border-radius: 50%;
    height: 25px;
    position: relative;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonial_slider_wrapper .owl-dots .owl-dot span{
    padding: 0;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    background: #404040;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonial_slider_wrapper .owl-controls .owl-dots .owl-dot.active span,
.testimonial_slider_wrapper .owl-controls .owl-dots .owl-dot:hover span {
    background: #f3c12d ;
}
.testi_border_wrapper h5 span{
    color:#999;
    font-size:16px;
    font-weight:400;
    margin-left:10px;
}
.testimonial_slider_wrapper .owl-theme .owl-nav {
    display:none;
}
.clientOneSlider .item{
    text-align:center;
}
/* testimonial_section end*/

/* client section start */
.client_wrapper{
    float:left;
    width:100%;
    padding-top:10px;
    padding-bottom: 80px;
    text-align: center;
}
.other_page_dream{
    margin-top:0;
    margin-bottom:0;
}
.client_slider .item img {
    opacity: 1;
    display:inline-block;
    border:1px solid #f9f9f9;
    -webkit-transition      : all 0.5s ease 0s;
    -moz-transition      : all 0.5s ease 0s;
    -o-transition      : all 0.5s ease 0s;
    transition      : all 0.5s ease 0s;
}
.client_slider .owl-theme .owl-nav{
    display:none;
}
.client_slider .owl-theme .owl-dots{
    display:none;
}

/*   client end */

/* footer start*/

.footer{
    float:left;
    width:100%;
    background-image: url(../images/footer_bg.png);
    background-color: #000;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 50% -40px;

}
.footer_wrapper{
    /* float:left; */
    width:100%;
    padding-top:75px;
    padding-bottom:50px;
    background-color: rgba(0,40,59,0.95);
    z-index: 2;
    /* position: relative; */
    box-shadow: inset 0 7px 20px #000000ab;
}
.footer .footer_wrapper p:first-child{
    font-size:18px;
    font-weight:500;
    padding-bottom:30px;
    color:#fff;
}
.footer .footer_wrapper p:first-child:after{
    display: block;
    content: "";
    background: #f9c841 ;
    width: 40px;
    height: 2px;
    margin-top: 13px;
}
.footer_widget{
    float:left;
    width:100%;
}
.abotus_content{
    float:left;
    width:100%;
    padding-bottom:20px;
}
.abotus_content img{
    margin-bottom:20px;
    width: 80px;
}
.abotus_content p{
    font-size:16px;
    color:#b1afaf;
    margin-bottom:10px;
    letter-spacing:1px;
}
.footer_icon_wrapper{
    float:left;
    width:100%;
    margin-bottom: 15px;
}
.footer_icon_wrapper i{
    float: left;
    color: #fff;
    font-size: 20px;
    color: #b1afaf;
    margin-right: 15px;
}
.footer_icon_wrapper p{
    font-size: 16px;
    color: #b1afaf;
    font-weight: 300;
}
.footer_service_wrapper{
    margin:0;
    padding:0;
    list-style:none;
}
.footer_service_wrapper li{
    margin-bottom:20px;
}
.footer_service_wrapper li i{
    color:#b1afaf;
    margin-right:10px;
}
.footer_service_wrapper li a{
    color: #b1afaf;
    font-size: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.footer_service_wrapper li a:hover{
    color: #f9c841 ;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.footer_newsletter{
    float:left;
    width:100%;
    margin-bottom:20px;
}
.footer_newsletter p{
    color:#999;
    font-size:15px;
    margin-bottom: 15px;
}
.footer_newsletter input{
    width: 100%;
    height: 45px;
    background: #ffffff;
    font-size: 15px;
    line-height: 45px;
    border-radius: 4px;
    padding: 0 65px 0 20px;
    color: #838486;
    border: none;
}
.footer_newsletter i{
    background: #f9c841 ;
    color: #fff;
    height: 45px;
    width: 50px;
    position: absolute;
    text-align: center;
    line-height: 45px;
    right: 15px;
}
.newsletter_social_icons li{
    float:left;
    margin-left:10px;
}
.newsletter_social_icons li:first-child{
    margin-left:0px;
}
.newsletter_social_icons li a{
    float: left;
    width: 42px;
    height: 42px;
    /* line-height: 1.36; */
    text-align: center;
    /* color: #d0d0d0; */
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-size: 32px;
    /* box-shadow: 0 2px 9px #000000d1; */
}
.footer .newsletter_social_icons li a{
    width: 37px;
    height: 37px;
    font-size: 28px;
}
.footer .newsletter_social_icons li a i{
    /* vertical-align: middle; */
    transition: all 1s;
}
.footer .newsletter_social_icons li a:hover{
    background: #ffffff00;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.footer .newsletter_social_icons li a:hover i{
    transform:rotateY(360deg);
    transition:all 0.6s;
}
.footer_bottom_wrapper{
    float:left;
    width:100%;
    background: #003149;
    text-align:center;
    box-shadow: 0px -1px 20px #0000009e;
}
.footer_copyright_wrapper{
    font-family: 'Roboto';
    text-transform:capitalize;
    float:left;
    width:100%;
    display:inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer_copyright_wrapper p{
    margin:0;
    text-shadow: 1px 1px 1px black;
    color: #b1afaf;
}
.footer_copyright_wrapper a{
    color:#f9c841 ;
}
.section_2_heading{
    margin-bottom:10px;
}
/* footer end*/
/* footer end*/

/* about page start */
/** about_tab_wrapper start **/

.about_tab_wrapper{
    float:left;
    width:100%;
    padding-top: 35px;
    padding-bottom: 25px;
}
.about_tab_wrapper .row {
    margin-left: 0px;
    margin-right: 0px;
}
.about_tab_content{
    float:left;
    width:100%;
}
.about_tab_wrapper .no-padding{
    padding: 0;
}
.about_tab_wrapper .nav-stacked>li {
    margin-top: 0px;
    position: relative;
}
.about_tab_wrapper .nav-stacked>li:first-child{
    margin-top: 0;
}
.about_tab_wrapper .nav>li>a:focus, .nav>li>a:hover{
    background:transparent;
}
.about_tab_wrapper .nav-stacked>li.active{
    border-right: 0;
}
.about_tab_wrapper .nav-pills>li>a {
    padding: 13px 30px;
    background: #fff;
    color:#111;
    border-radius: 0px;
}
.about_tab_wrapper .nav-pills>li.active>a,
.about_tab_wrapper .nav-pills>li.active>a:focus,
.about_tab_wrapper .nav-pills>li.active>a:hover {
    background-color: #f3c12d;
    color: #fff;
    border-radius: 0px 30px 30px 0px;
}
.about_tab_wrapper .tab-content{
    padding: 0px 50px;
}
.about_tab_wrapper .tab-pane img {
    margin-left: 5px;
}
.about_tab_wrapper .tab-pane img.pull-left {
    margin-right: 35px;
}
.about_tab_wrapper .tab-content p{
    /* padding-top: 25px; */
    /* padding-bottom: 25px; */
    overflow: hidden;
}
.about_tab_wrapper .tab-content h2{
    font-weight:600;
    font-size:22px;
}
.btn_read_more{
    background: #f3c12d;
    border-radius: 0;
    color:#fff;
    border: 2px solid  #f3c12d;
    padding: 12px 30px;
    font-weight:600;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.btn_read_more:hover{
    background: #fff;
    border: 2px solid  #f3c12d;
    color: #111;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
@media (min-width: 992px) and (max-width: 1199px){

    .about_tab_wrapper .tab-pane img {
        width:100%;
        margin-left: 0px;
        margin-bottom:20px;
    }
    .about_tab_wrapper .tab-pane img.pull-left {
        margin-right: 0px;
    }

}
@media (min-width: 768px) and (max-width: 991px){

    .work_progress_section .icon-section span.dashed-border {
        display:none;
    }
    .about_tab_wrapper .tab-pane img {
        width:100%;
        margin-left: 0px;
        margin-bottom:20px;
    }
    .about_tab_wrapper .tab-pane img.pull-left {
        margin-right: 0px;
    }
}
/** about_tab_wrapper end **/

/* work_progress_section start*/

.work_progress_section{
    float: left;
    width: 100%;
    background-color: #f9f9f9;
    padding-top: 100px;
    padding-bottom: 100px;
}
.work_progress_main_wrapper{
    float:left;
    width:100%;
    text-align:center;
}
.work_progress_image img{
    width:100%;
}
.work_progress_wrapper{
    text-align:center;
    position:relative;
}
.work_progress_wrapper:hover .work_progress_content h4 a{
    color:#f3c12d;
}
.work_progress_wrapper:hover {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.work_progress_content h4{
    font-size:18px;
    color:#222;
    font-weight:600;
    margin-top: 30px;
}
.work_progress_content{
    background-color: #ffffff;
    padding: 30px 0px;
}
.work_progress_content p {
    font-size: 16px;
    margin-top: 20px;
    padding: 0px 35px;
}
.thumb_icon{
    position: absolute;
    left: 50%;
}
.thumb_icon .rotate{
    position: absolute;
    left: 50%;
    top: 30%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    border: 0;
    border-radius: 3px;
    transform: rotate(45deg);
    color: #fff;
    background: #f3c12d;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.thumb_icon span{
    font-size:30px;
    display: inline-block;
    transform: rotate(-46deg);
}

/* work_progress_section end*/

/* services page start */
.service_page_wrapper{
    padding-top:70px;
    background-image:none;
    padding-bottom:0;
}
.pricing_section_two{
    background-image:url('../images/clients/pricing_bg.jpg');
    background-position:center 0;
    background-size: cover;
    position:relative;
    float:left;
    width:100%;
    padding-top:90px;
    padding-bottom:100px;
    margin-top:100px;
}
.pricing_two_overlay{
    position:absolute;
    top:0%;
    left:0%;
    right:0%;
    bottom:0%;
    background: #000000;
    opacity: 0.8;
}
.pricing_section_two .pricing-table-default {
    border-radius: 6px;
    text-align: center;
    border:1px solid #393939;
}
.pricing_section_two .pricing-table-default:hover h3 {
    background:#f3c12d;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing_section_two .pricing-table-default:hover .btn  {
    background:#f3c12d;
    color:#fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
@media(max-width : 767px) {
    .pricing_section_two .pricing-table-default {
        margin-bottom: 70px;
    }
}
.pricing_section_two .pricing-head {
    padding: 20px 0 27px;
}
.pricing_section_two .pricing-head h2 {
    font-size: 24px;
    color: #fff;
    margin: 0;
    padding-bottom:30px;
}
.pricing_section_two .pricing-icon{
    padding-bottom:30px;
    font-size:40px;
}
.pricing_section_two .pricing-head h3 {
    font-size: 18px;
    color: #fff;
    margin: 0;
    background:#4a4a4a;
    padding:20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.green-icon{
    color:#f3c12d;
}
.blue-icon{
    color:#f3c12d;
}
.pink-icon{
    color:#f3c12d;
}
.purple-icon{
    color:#f3c12d;
}
/*pricing list*/
.pricing_section_two .pricing-list {
    padding-bottom: 25px;
}
.pricing_section_two .pricing-list li {
    display: block;
    line-height: 40px;
    padding: 4px 0;
    color:#fff;
}
.pricing_section_two .pricing-table-default .btn {
    color: #111111;
    border-radius: 0;
    border:none;
    padding: 15px 40px;
    text-transform: uppercase;
    background: #fff;
    margin: 14px 0 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*services page end*/

/* project section start */

.project_section{
    float:left;
    width:100%;
    padding-top:90px;
}
.blog_project{
    padding-top:20px;
    padding-bottom:80px;
}
.team_single_page{
    float:left;
    width:100%;
    padding-top: 50px;
    padding-bottom:50px;
    background-image:none;
}
.team_single_div{
    background:#f9f9f9;
    margin-bottom:30px;
}
.pagination_rounded{
    width:100%;
    text-align:center;
    margin-top:10px;
}
.pagination_rounded ul{
    margin:0;
    padding:0;
    display:inline-block;
    list-style:none;
}
.pagination_rounded ul li{
    float:left;
    margin-left:20px;
}
.pagination_rounded li:first-child{
    margin-left:0px;
}
.pagination_rounded .prev i{
    margin-right:10px;
}
.pagination_rounded .next i{
    margin-left:10px;
}
.pagination_rounded ul li a i{
    font-size:16px;
}
.pagination_rounded .prev{
    margin-left:0px;
    border-radius:0px;
    width:90px;
    height:34px;
    line-height:34px;
}
.pagination_rounded .next{
    border-radius:0px;
    width:90px;
    height:34px;
    line-height:34px;
}
.pagination_rounded ul li a{
    float:left;
    color:#f2c12d;
    border-radius:0;
    line-height:30px;
    height:30px;
    width:30px;
    text-align:center;
    margin-bottom:40px;
    border:1px solid #c1c1c1;
}
.pagination_rounded ul li a:hover{
    background:#f2c12d;
    color:#fff;
    border:1px solid #f2c12d;
}
/* contact form start */

.gc_causes_single_contact_form_wrapper{
    float:left;
    width:100%;
    padding-bottom:90px;
}
.gc_causes_single_forms input{
    width:100%;
    height:50px;
    border:1px solid #e1e1e1;
    padding-left:20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gc_causes_single_forms i{
    margin-left:-30px;
    color:#c3c3c3;
}
.gc_causes_single_teatarea i{
    margin-left:-30px;
    color:#c3c3c3;
    position: absolute;
    margin-top: 20px;
}
.gc_causes_single_forms input:hover, .gc_causes_single_forms input:focus{
    border:1px solid #f3c12d;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gc_causes_single_teatarea{
    float:left;
    width:100%;
    margin-top:30px;
}
.gc_causes_single_teatarea textarea{
    width:100%;
    border:1px solid #e1e1e1;
    padding-left:20px;
    padding-top:20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    resize:none;
}
.gc_causes_single_teatarea textarea:hover, .gc_causes_single_teatarea textarea:focus{
    border:1px solid #f3c12d;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.gc_causes_single_form_btn ul{
    padding:0;
    list-style:none;
    margin-top:40px;
}
.gc_causes_single_form_btn li button{
    width:175px;
    height:50px;
    float:left;
    background:#f3c12d;
    color:#ffffff;
    text-align:center;
    line-height:46px;
    border-radius:00px;
    font-size:16px;
    font-weight:bold;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border:2px solid #f3c12d;
}
.gc_causes_single_form_btn li button:hover{
    background:transparent;
    border:2px solid #f3c12d;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color:#111;
}
.gc_contact_map_wrapper{
    padding-top:80px;
}
.gc_contact_section_form_wrapper{
    margin-top:90px;
}
.gc_contact_heading_main_wrapper{
    padding-bottom:100px;
}
.gc_contact_section_main_btn{
    text-align:center;
}
.gc_contact_section_main_btn ul{
    display:inline-block;
}
/* contact_icon_section start */
.contact_icon_section{
    float:left;
    width:100%;
    padding-top:100px;
    padding-bottom:100px;
    text-align:center;
}
.contact_icon_wrapper i{
    /* color: #f3c12d; */
    font-size: 40px;
    line-height: 1.1;
    padding-bottom: 25px;
}
.contact_icon_wrapper h2{
    color: #111;
    padding-bottom: 25px;
    text-transform:capitalize;
}
.contact_icon_wrapper p{
    font-size: 16px;
    line-height: 26px;
}
.contact_icon_wrapper{
    height:275px;
}
.contact_icon_wrapper{
    background: #f5f5f5;
    display: block;
    padding: 40px 20px;
}
.contact_icon_wrapper:hover{
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.contact_icon_wrapper:hover h4{
    color: #000000;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#map{
    float: left;
    width: 100%;
    height: 450px;
}

/* contact section end */
/* custom css end */
/* media  query css for ipad */

@media screen and (max-width:768px){
    .sliderIframe iframe{
        height:80vh !important;
    }
}

@media(min-width: 992px)and (max-width: 1200px){
    .navbar-form .form-control{
        min-width:200px;
    }
    .uranus.tparrows{
        height:33px;
    }
    .single-service:after{
        border-left: 162px solid transparent !important;
        border-right: 155px solid transparent !important;
    }
    .icon_header_div{
        width:50px;
        height:50px;
        line-height:50px;
        margin-right:15px;
    }
}
.contact_icon_wrapper{
    margin-bottom:40px;
}
@media(max-width: 992px){

    .hdr-info .media-body h4{
        font-size:14px;
    }
    .navbar-default .navbar-nav.main-nav>li>a{
        font-size:12px;
    }
    .navbar-form .form-control{
        min-width:170px;
    }
    .icon_header_div{
        width:40px;
        height:40px;
        line-height:40px;
        margin-right:15px;
    }
    .icon_header_div img{
        width:15px;
        height:15px;
    }
    .contct_nav_wrapper{
        text-align:center;
        float:none;
    }
    .header_contact_wrapper .logo_img{
        text-align:center;
        margin-bottom: 35px;
    }
    .header_contact_wrapper .logo_img img{
        display: none;
        width:70px;
        height:auto;
        transform: translateY(9%);
    }
    .work_progress_wrapper{
        margin-bottom:30px;
    }
    .dream_btn{
        margin-left:15px;
    }
    .las_service_div{
        display:none;
    }
    .flex-bdr-img{
        text-align:center;
        display:inline-block;
    }
    .abt_txt_wrapper{
        margin-top:50px;
    }

    .gc_causes_single_forms input{
        margin-bottom:30px;
    }
    .gc_contact_section_form_wrapper{
        margin-top:50px;
    }
    .about-area{
        padding-bottom:60px;
    }
    .service-bdr-rb, .service-bdr-b, .service-bdr-rb, .service-bdr-r{
        border:none;
    }
    .services-area{
        padding-bottom:50px;
    }
    .single-service h3 {
        font-size:24px;
    }
    .single-service{
        width:50%;
    }
    .single-service:after{
        border-right: 173px solid transparent !important;
    }
    .counter_section h4{
        font-size:22px;
    }

}

@media(min-width: 768px) and (max-width: 991px) {
    .uranus.tparrows{
        height:32px;
    }
    .pricing_section_two .pricing-table-default .btn{
        padding: 15px 34px;
    }
    .footer_widget {
        padding-bottom: 50px;
    }
}
@media (max-width : 766px) {
    .uranus.tparrows{
        height:29px;
    }
}
@media(max-width: 767px){
    .header_contact_nav{
        display:none;
    }
    .navbar-toggle{
        top:-42px;
    }
    .header_contact_wrapper{
        padding:30px 0 40px;
    }
    .menu_fixed .navbar-toggle{
        top:0px;
    }
    .testimonial_slider_wrapper .owl-carousel .item p{
        padding:15px;
    }
    .menu_fixed  .navbar-brand{
        margin-top:0 !important;
    }
    .single-service:after{
        display:none;
    }
    .single-feature{
        width:100%;
        text-align:center;
    }
    .single-feature .media-body:after{
        left:0;
        right:0;
        margin:0px auto;
    }
    .uranus.tparrows{
        height:32px;
    }
    .flex-bdr-img:after{
        display:none;
    }
    .about_tab_wrapper .tab-pane img {
        width:100%;
        margin-left: 0px;
        margin-bottom:20px;
        margin-top:40px;
    }
    .about_tab_wrapper .tab-pane img.pull-left {
        margin-right: 0px;
    }
    .about_tab_wrapper .tab-content {
        padding: 0px;
    }
    .counter_section p{
        margin-bottom:50px;
    }
    .dream_btn{
        margin-left:15px;
    }
    .list-inline>li{
        margin-bottom:10px;
    }
    .footer_widget {
        padding-bottom: 50px;
    }

}

@media only screen and (max-width : 480px) {
    .uranus.tparrows{
        height:32px;
    }
    .flex-bdr-img:after{
        display:none;
    }
    .single-service{
        width:100%;
    }
    .single-service:after{
        display:none;
    }
    .dream_btn{
        margin-left:15px;
    }
    .pagination_rounded .prev{
        width:70px;
    }
    .pagination_rounded .next{
        width:70px;
    }
    .pagination_rounded ul li {
        margin-left: 10px;
    }
    .list-inline>li{
        margin-bottom:10px;
    }
    .dreams-title h2{
        font-size:38px;
    }
}

@media only screen and (max-width : 320px) {
    .single-service:after{
        display:none;
    }
    .dreams-title h2{
        font-size:38px;
    }
    .testimonial_slider_wrapper .owl-carousel .item p{
        padding:15px;
    }

}


/* -------------------------------------- */
/* client */
/* -------------------------------------- */

/* testimonial section start */

.client .testimonial_section {
    float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.client .testimonial_section .section_heading {
    text-align: left;
}
.client .testimonial_section .section_heading p {
    font-size: 16px;
    margin-top: 10px;
}
.client .testimonial_slider_wrapper {
    float: left;
    width: 100%;
}
.client .testimonial_slider_content {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    margin-top: 100px;
    margin-bottom: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    border: 3px solid rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}
.client .testimonial_slider_content img {
    object-fit: contain;
    display: inline-block;
    width: 100px;
    border-radius: 30%;
    border: 4px solid #e7e6e6;
    margin-top: -22%;
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
    background: white;
}
.client .testimonial_slider_content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #575757;
    margin-bottom: 3px;
}
.client .testimonial_slider_content small {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    color: #828282;
    font-size: 16px;
}
.client .testimonial_slider_content hr {
    border: 1px solid #f9cf52;
    width: 70px;
    margin: 10px auto 20px;
    text-align: center;
    height: 1px;
    border-radius: 30px;
}
.client .testimonial_slider_content p {
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 0;
    text-align: left;
    line-height: 2;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    height: 140px;
    overflow: auto;
    background: #f4f4f4c9;
    color: #686868;
    box-shadow: inset 0px -1px 6px #00000042;
    border-radius: 8px;
    margin-bottom: -11px;
}
.client .testimonial_slider_wrapper .owl-theme .owl-dots .owl-dot {
    display: none;
}
.client .testimonial_slider_wrapper .owl-theme .owl-nav {
    display: block;
    /* position: absolute; */
    /* top: -63px; */
    /* text-align: center; */
    /* margin: 0 auto; */
    margin-top: 20px;
}
.client .testimonial_slider_wrapper .owl-nav .owl-prev,
.client .testimonial_slider_wrapper .owl-nav .owl-next {
    background-image: none;
    background: #f9ca40;
    color: #fff;
    width: 38px;
    height: 38px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
    margin: 0 5px;
}
.client .testimonial_slider_wrapper .owl-nav .owl-prev:hover,
.client .testimonial_slider_wrapper .owl-nav .owl-next:hover {
    background: #072d40;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.testimonial_slider_wrapper .owl-carousel .item h3 {
    padding-bottom:10px;
}
.client_wrapper .section_heading{
    margin-bottom: 38px;
}
/* testimonial_section end*/

/* ---------------------------------------- */
/* about_us start */
/* ---------------------------------------- */


.team_wrapper:hover{
    box-shadow: 0px 3px 13px -1px #00000052;
}
#about > div.about_tab_wrapper > div > div:nth-child(2){
    text-align:center;
    margin-top:30px;
}
#about > div.about_tab_wrapper .btn{
    border: 1px solid #000407;
    background:#f6f6f6;
    color:black;
    width: 25%;
    padding:11px 8px;
    margin-bottom: 8px;
    min-width: 200px;
    transition: all cubic-bezier(0.43, -0.02, 0.19, 1.79) .4s;
}
#about > div.about_tab_wrapper .btn:hover{
    width: 40%;
    border:1px solid #003f5f;
    background: #003f5f;
    color: #f3bf26;
}
#about .team_wrapper:hover .team_wrapper_overlay::before,
#about .team_wrapper:hover .team_wrapper_overlay_info{
    visibility:unset;
}
#about .team_wrapper_overlay_info a{
    border-bottom:1px solid;
    font-weight:bold;
    line-height: 2;
}
#about .team_wrapper .team_wrapper_overlay .team_wrapper_overlay_info a{
    color:white !important;
}
#about .team_wrapper_overlay_info a:hover{
    color:white;
}

#about .btngp{
    width:25%;
    margin:0 auto;
    min-width:200px;
    transition:all cubic-bezier(0.43, -0.02, 0.19, 1.79) .4s;
}
/* #about .btngp:hover{
	width:40%
} */
#about .btngp:hover a:nth-of-type(1){
    background:#003f5f;
    color:#f3bf26;
}
#about .bt{
    border: 1px solid #000407;
    float:left;
    padding:10px 10px;
    background:#f6f6f6;
}
#about .bt:hover{
    background:#003f5f;
}
#about .btngp a:nth-of-type(1){
    width:100%;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom:0;
}
#about .btngp a:nth-of-type(2),
#about .btngp a:nth-of-type(3){
    width:50%;
}
#about .btngp a:nth-of-type(2){
    border-right:0;
    border-bottom-left-radius:4px;
}
#about .btngp a:nth-of-type(3){
    border-bottom-right-radius:4px;
}
#about .team_section .section_heading p{
    color:#565656;
}
@media screen and (max-width:768px){
    .about_tab_wrapper .tab-content p{
        margin-top:20px;
    }
}
/* ---------------------------------------- */
/* news start */
/* ---------------------------------------- */
@media screen and (min-width:992px){
    #news-detail .blogtwo .blog-post-wrapper .post-thumbnail .author-thumb{
        transform: translatey(-50%);
        top: 50%;
        right: -54px;
        bottom: unset;
        z-index: 1;
    }
}
#news-detail .blogtwo .blog-post-wrapper{
    margin-bottom:100px;
}
#news-detail .blogtwo{
    padding-bottom: 10px;
    padding-top: 42px;
}
#news-detail .blogtwo .blog-post-wrapper .entry-content p{
    height:unset;
    white-space: pre-wrap;
}
#news-detail .blog-post-wrapper{
    box-shadow:unset;
    transform: translate(0);
    border:1px solid #e3af10;
    background: unset;
}
#news-detail h2{
    font-size: 15px;
    margin-bottom:22px;
    line-height: 1.8;
}
#news-detail .posted-date{
    font-size:17px;
    padding:8px;
}

#news .blogtwo {
    padding-bottom: 30px;
    padding-top: 50px;
}
#news .blogtwo div.col-md-4 {
    margin-bottom:40px;
}
/* news detail ------------------ */
#news-detail .blogtwo .blog-post-wrapper .blog-content{
    padding-top: 30px;
}
#news-detail > div.blogtwo > div > article > div > div.col-md-8{
    border-left:1px solid #e3ba0fb8;
}

@media screen and (max-width:992px){
    #news-detail .blogtwo .blog-post-wrapper .blog-content{
        padding-top:60px;
    }
    #news-detail > div.blogtwo > div > article > div > div.col-md-8{
        border-left:1px solid #e3ba0f00;
    }
}

#news .section_head p{
    margin-top:0;
}
#news .pagination>li>a,
#news .pagination>li>span{
    float:right;
    border-radius:0;
}

/* ---------------------------------------- */
/* services */
/* ---------------------------------------- */

/* timeline */
/* ==================================== */
#services .portfolio-area{
    padding-top:30px;
    padding-bottom:90px;
}

#services header:after, #services #timeline .timeline-item:after, #services header:before, #services #timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

#services img {
    max-width: 100%;
}
#services a {
    text-decoration: none;
}
#services .container {
    max-width: 1100px;
    margin: 0 auto;
}
#services .project-name {
    text-align: center;
    padding: 10px 0;
}
#services header {
    background: #2b2e48;
    padding: 10px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}
#services header .logo {
    color: #ee4d4d;
    float: left;
    font-family: "Dosis", arial, tahoma, verdana;
    font-size: 22px;
    font-weight: 500;
}
#services header .logo > span {
    color: #f7aaaa;
    font-weight: 300;
}
#services header .social {
    float: right;
}
#services header .social .btn {
    font-family: "Dosis";
    font-size: 14px;
    margin: 10px 5px;
}
#services #timeline {
    width: 100%;
    position: relative;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* margin-top: 60px; */
}
#services #timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #ffbe22;
    left: 50%;
    top: 0;
    position: absolute;
}
#services #timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}
#services #timeline .timeline-item {
    /* margin-bottom: 50px; */
    position: relative;
}
#services #timeline .timeline-item .timeline-icon {
    background: #ffbe22;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
#services #timeline .timeline-item .timeline-icon i{
    color:white;
    font-size:25px;
    display: inline-block;
    vertical-align: middle;
    line-height: 2;
}
#services #timeline .timeline-item .timeline-icon svg {
    position: relative;
    top: 14px;
    left: 14px;
}
#services #timeline .timeline-item .timeline-content {
    width: 45%;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#services #timeline .timeline-item .timeline-content h2 {
    padding: 15px;
    background: #ffe065;
    color: #000;
    margin: -20px -20px 0 -20px;
    font-weight: 300;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
#services #timeline .timeline-item .timeline-content:before {
    content: '';
    position: absolute;
    left: 45%;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #ffe065;
}
#services #timeline .timeline-item .timeline-content.right {
    float: right;
}
#services #timeline .timeline-item .timeline-content.right:before {
    content: '';
    right: 45%;
    left: inherit;
    border-left: 0;
    border-right: 7px solid #ffe065;
}
#services .btn:hover {
    box-shadow: none;
    top: 2px;
    left: 2px;
    -webkit-box-shadow: 2px 2px 0 transparent;
    -moz-box-shadow: 2px 2px 0 transparent;
    -ms-box-shadow: 2px 2px 0 transparent;
    box-shadow: 2px 2px 0 transparent;
}
#services .mycard .timeline-content > ul{
    margin-top:15px;
    list-style-type:disc;
}
#services .mycard .timeline-content > ul li ul{
    margin-bottom:10px;
    margin-top:10px;
}
#services .mycard .timeline-content{
    color:#383838;
    line-height:1.8;
}
#services .section_head p{
    font-size:24px;
    color:#383838;
    /* 	font-weight:600; */
}
#services .section_heading{
    margin-bottom:0 !important;
}
#services .portfolio-area{
    padding-top:0;
}
#services .section_head{
    padding-top:30px;
    padding-bottom:30px;
    background-color: #ededed4a;
    border-bottom-left-radius:50%;
    border-bottom-right-radius:50%;
    box-shadow:inset -13px 0 5px 0,
    inset 13px 0 5px 0;
}
#services .section_head + .container .row{
    margin-top:70px;
}
#services .hr1,
#services .hr2,
#services .hr3{
    border-top: 1px solid #cc9f0000;
    border-bottom: 3px solid #7e7e7e;
    height: 24px;
    margin-bottom:4px;
    margin-top: -5px;
    border-radius: 50%;
}
#services .hr1{
    width: 20%;
}
#services .hr2{
    width: 40%;
}
#services .hr3{
    width: 60%;
}

#services .portfolio-area .mycard > ul{
    list-style-type: disc;
    line-height:2;
    color:#525252;
    padding-left:27px;
    border-top-right-radius:39px;
    margin-top:-32px;
    background:#f7f7f7;
    border-bottom-left-radius:39px;
    border-bottom: 8px solid #ffd747d4;
    border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    /* 	z-index:20 !important; */
    /* 	position:relative; */
    padding-top:20px;
    padding-bottom:12px;
    font-size:13px;
    height: 353px;
    overflow: auto;
}


/* ------------------------------------ */


/* width */
#services .portfolio-area .mycard ul::-webkit-scrollbar {
    width: 7px;
/ border-radius: 80px; /
}

/* Track */
#services .portfolio-area .mycard ul::-webkit-scrollbar-track {
    background: #dcdcdc66;
    box-shadow:inset 0 0 6px 0 #0000004f;
    border-radius: 40px;
}

#services .portfolio-area .mycard ul::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0);
}

/* Handle */
#services .portfolio-area .mycard ul::-webkit-scrollbar-thumb {
    background: rgba(115, 115, 115, 0.17);
    box-shadow:inset 0 0 6px 0 #0000006e;
    border-radius: 40px;
}

/* Handle on hover */
#services .portfolio-area .mycard ul::-webkit-scrollbar-thumb:hover {
    background: rgba(56, 56, 56, 0.74);
}

/* ---------------------------------------- */

@media screen and (max-width: 768px) {
    #services #timeline {
        margin: 30px;
        padding: 0px;
        width: 90%;
    }
    #services #timeline:before {
        left: 0;
    }
    #services #timeline .timeline-item .timeline-content {
        width: 90%;
        float: right;
    }
    #services #timeline .timeline-item .timeline-content:before, #services #timeline .timeline-item .timeline-content.right:before {
        left: 10%;
        margin-left: -6px;
        border-left: 0;
        border-right: 7px solid #ffe065;
    }
    #services #timeline .timeline-item .timeline-icon {
        left: 0;
    }
}
/* timeline (2) */
/* ================================= */






.timeline {
    padding: 0;
    position: relative;
    overflow: hidden;
    padding: 0 2px 2px;
    max-width: 1120px;
}

.timeline-item {
    display: block;
    /* background-color: #f7f7f7; */
    /* padding: 24px 30px 26px; */
}

.timeline-year {
    font: 700 24px serif;
    /* color: #a2c942; */
    margin-bottom: 6px;
    margin-top: 0;
    text-align: inherit;
}

.timeline-text,
.timeline-text p {
    margin-bottom: -1px;
    font: 16px/1.8 sans-serif;
    color: #053f59;
    text-align: inherit;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .timeline-item {
        margin-top: 20px;
        width: 100%;
        box-shadow: 2px 2px 0 #e1e8ec;
    }
}
@media only screen and (min-width: 769px) {
    .timeline {
        z-index: 1;
    }
    .timeline:before {
        content: '';
        background-color: #ffd760;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 4.8px;
        height: 100%;
        margin: 9px auto 0;
    }

    .timeline-item {
        width: 45%;
        /* min-height: 290px; */
        /*If bigger than min-height the block has a chance fuck up the layout*/
    }
    .timeline-item:first-child + .timeline-item {
        margin-top: 60px;
    }
    .timeline-item:first-child + .timeline-item ~ .timeline-item {
        margin-top: 50px;
    }
    .timeline-item:before {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        width: 21px;
        height: 21px;
        background-color: white;
        border-radius: 50%;
        border: 4px solid #ffc800;
        margin: 37px auto 0;
    }
    .timeline-item:nth-child(odd) {
        clear: left;
        float: left;
        /* box-shadow: -2px 2px 0 #e1e8ec; */
        text-align: right;
    }
    .timeline-item:nth-child(odd) .timeline-year:before {
        left: -65px;
        margin-top: 6px;
        border-width: 40px 0 0 45px;
        border-color: transparent transparent transparent #ffd747d4;
    }
    .timeline-item:nth-child(even) {
        clear: right;
        float: right;
        /* box-shadow: 2px 2px 0 #e1e8ec; */
        text-align: left;
    }
    .timeline-item:nth-child(even) .timeline-year:before {
        left: 63px;
        margin-top: 6px;
        border-width: 0 0 40px 45px;
        border-color: transparent transparent #ffd747d4 transparent;
    }

    .timeline-year:before {
        content: '';
        position: absolute;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        margin-right: auto;
        margin-left: auto;
        z-index: -1;
        box-shadow: 0 2px 0 #ffd747d4;
    }
}

.mycard ul li {
    list-style-type:disc;
}
.mycard ul ul li {
    list-style-type:circle;
}
/* timeline2 custom */
/* --------------------------- */
#timeline2 .mycard h3{
    border-top-right-radius:0;
}


/* ---------------------------------------- */
/* science */
/* ---------------------------------------- */

#science .science-content{
    margin-bottom: 40px;
    margin-left: 80px;
    border: 1px solid #80808063;
    border-radius:20px;
    padding: 20px;
    padding-top:28px;
    padding-bottom: 12px;
    background: white;
    box-shadow: 0px 9px 8px -2px #0000004a;
}
#science .science-content img{
    width: 300px;
    height: 300px;
    object-fit: contain;
    max-width:100%;
    margin-bottom: 11px;
}
#science .science-content .btn{
    /* display: block; */
    width: 200px;
    padding: 7px 18px;
    margin-top: 10px;
    background:#f3c12d;
    transition:0.1s;
    border: 1px solid grey;
    color: black;
}
#science .science-content h3,
#science .science-content p{
    margin-bottom:17px;
}
#science .science-content p{
    color:grey;
}
#science hr{
    border-top: 1px solid #c7c7c7;
}

/* ----------- side -------------- */
#science .science-side{
    width: 122px;
    display:inline-block;
    float: left;
    z-index: 1;
    width:0;
}

#science .science-side a{
    position:relative;
    left:-90px;
    border:2px solid gold;
    border-radius:0 10px 10px 0;
    display:block;
    background:#fff;
    margin-bottom:7px;
    padding:12px;
    padding-right: 59px;
    transition:0.3s;
    z-index: 1;
    text-decoration: none;
    width:150px;
    font-size:17px;
    text-align:right;
    cursor: pointer;
}
#science .science-side a i{
    position: absolute;
    right:16px;
    font-size:22px;
}
#science .science-side a.active{
    background:gold;
    color:black;
}
#science .science-side a:hover{
    left:-2px;
    color:black;
}

#science .affix {
    position: fixed;
    top: 248px;
}
#science .affix-top {
    position: static;
}
#science .affix-bottom {
    position: absolute;
}


#science .section_head{
    margin-top:60px;
}
#science .section_head p{
    margin-top:0;
    color: grey;
}
#science .section_head h2{
    position:relative;
    font-size:26px;
}
#science .section_head h2 div{
    width:60%;
    min-width:200px;
    background:#f3eb2d7d;
    margin:0 auto;
    padding: 8px;
    border-radius:8px;
    font-size: 22px;
}
#science .section_head h2:after{
    text-align:center;
    content:"";
    width:70%;
    height:4px;
    margin:0 auto;
    border:1px solid #f3c12d;
    position:relative;
    top:10px;
    display:block;
    margin-bottom:15px;
}
#science #searchResult{
    margin-bottom:15px;
    margin-top:35px;
}
/* ------------ media queries -----------  */

@media screen and (max-width:992px){
    #science .science-content img{
        width: 100%;
        height: auto;
    }
}


/* ---------------------------------------- */
/* resume */
/* ---------------------------------------- */

#resume .section_heading{
    margin-top:30px;
}

#resume .well h2{
    color:#656565;
    font-size:25px;
    padding: 5px 0 20px 0;
    margin-bottom: 8px;
}
#resume .well input,
#resume .well select,
#resume .well textarea{
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background: #ffffff;
}
#resume .well .btn{
    padding:5px 60px;
    background:#003650;
}
#resume .well{
    background: #faffbe;
    /* 	border:1px solid #00365073; */
    padding-left:35px;
    padding-right:35px;
    box-shadow:0 0 8px 0 #dbdbdb;
}
#resume .well label{
    color: #585858;
    font-weight: normal;
}
#resume .well hr{
    border-top: 2px solid #004c71a8;
}
#resume .well hr{
    margin-bottom: 25px;
}
#resume .well form hr{
    margin-top:50px;
    margin-bottom: 35px;
}
#resume .well .form-group{
    margin-bottom:16px;
}


#resume .well fieldset{
    border: 1px dotted #005d88d9;
    border-radius: 5px;
    margin-bottom:20px;
    padding-bottom:15px;
    margin-right: -15px;
    margin-left: -15px;
}
#resume .well fieldset legend{
    width:unset;
    border:0;
    font-size:14px;
    color:#585858;
    padding-left:5px;
    padding-right:5px;
}
#resume .well table th{
    background-color:#f9f9f9;
}
#resume .well table td{
    background-color: white;
    color: #656565;
}
#resume .well table th{
    color: #2d2d2d;
    font-weight: normal;
}
#resume .well fieldset .scroll{
    overflow-x: auto;
}
#resume .well fieldset td{
    padding:0;
    width: 2px;
}
#resume .well fieldset input{
    border-radius: 0;
    border: 1px solid #e4e4e4;
}
#resume .well fieldset .form-group{
    margin:0;
    padding:0;
    margin-bottom: 12px;
}
#resume .well fieldset .form-group .lbl{
    border: 1px solid #e8e8e8;
    background: #f9f9f9;
    padding:4px 4px;
    text-align:center;
    color: #2d2d2d;
    font-size: 14px;
}
#resume .well .form-group textarea{
    width:100%;
    outline: 0;
    color: #555;
    font-size: 14px;
    padding: 7px 8px;
}
#resume .well .add i{
    cursor:pointer;
    position:absolute;
    right:5px;
    top:5px;
    color:#2bd614;
    font-size:25px;
    background:white;
    border-radius: 6px;
}
#resume .well .delete i{
    cursor:pointer;
    position:absolute;
    left:5px;
    top:5px;
    color:#f21909;
    font-size:25px;
    background:white;
    border-radius: 6px;
}
#resume .note{
    color:red;
    margin-bottom: 16px;
    font-size: 12px;
}
#resume .required{
    color:red;
    font-size:17px;
    margin:0 5px;
}
/* ---------------------------------------- */
/* Customers */
/* ---------------------------------------- */

/* width */
#customers .client .testimonial_slider_content p::-webkit-scrollbar {
    width: 9px;
/ border-radius: 80px; /
}

/* Track */
#customers .client .testimonial_slider_content p::-webkit-scrollbar-track {
    background: #dcdcdc66;
    box-shadow:inset 0 0 6px 0 #00000066;
    border-radius: 40px;
}

#customers .client .testimonial_slider_content p::-webkit-scrollbar-corner {
    background: rgba(0, 0, 0, 0);
}

/* Handle */
#customers .client .testimonial_slider_content p::-webkit-scrollbar-thumb {
    background: rgba(115, 115, 115, 0.17);
    box-shadow:inset 0 0 6px 0 #0000008c;
    border-radius: 40px;
}

/* Handle on hover */
#customers .client .testimonial_slider_content p::-webkit-scrollbar-thumb:hover {
    background: rgba(56, 56, 56, 0.74);
}


#customers .client .testimonial_slider_content img{
    margin-top: -14%;
    height: 100px;
    width: 100px;
    object-fit: contain;
    background: white;
}
#customers .client .testimonial_slider_content{
    padding-bottom:35px;
    margin-top:80px;
}

#customers .testimonial_slider_wrapper{
    padding-bottom:80px;

}
#customers .testimonial_slider_wrapper h3{
    margin-bottom:14px;
}
#customers .client_wrapper{
    padding-bottom:0;
}
#customers .section_heading p{
    font-size:22px;
    color:#353535;
    font-weight:bold;
}

/* ---------------------------------------- */
/* Courses */
/* ---------------------------------------- */
#courses .bg-set2{
    padding-bottom:60px
}
#courses .well{
    position: relative;
    padding-top:30px;
    border:none;
    border-radius:0;
    box-shadow: inset 0 -6px 9px 0 #00000000;
    -webkit-box-shadow: inset 0 -6px 9px 0 #00000000;
    background: #fafafa;
    margin-bottom: 0;
}
#courses .well p{
    line-height:2;
    font-size:17px;
    color: black; !important;
}
#courses .well .btn{
    border:1px solid #eaaf00;
    background:#ffffff;
    color:black;
    /* width:30%; */
    padding: 12px 25px;
    margin-bottom: 8px;
    min-width: 228px;
    border-radius:0;
    margin-top:27px;
    margin-bottom:12px;
}
#courses .well .btn:hover{
    /* width:25%; */
    background:#f3c12d;
    color:white;
    transition: cubic-bezier(0.9, -0.07, 0.67, 1.37) 0.38s;
}
#courses .well .btn:hover i{
    transform: rotate(360deg);
    transition:all 0.38s;
}

#courses .section_heading p{
    margin-top:35px;
    font-size:21px;
    color: #000000b8;
    position: relative;
}

#courses .section_heading p:before{
    /* 	content:"";
        position:absolute;
        top: 50%;
        left:0;
        transform: translate(0, -50%);
        border: 12px solid #57575700;
        border-right: 12px solid #ffc80073;
        border-top-right-radius: 0;
        border-bottom-right-radius:0;
        width: 26px;
        height: 75px; */
}
#courses .section_heading p:after{
    /* 	content:"";
        position:absolute;
        top:50%;
        right:0;
        transform: translate(0, -50%);
        border: 12px solid #57575700;
        border-left: 12px solid #ffc80073;
        border-top-left-radius:0;
        border-bottom-left-radius:0;
        width: 0;
        height: 100px; */
}
#courses .well + .container{
    padding-bottom:50px;
    padding-top:50px;
}
#courses .well:after {
    /*     content: '';
        position: absolute;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 24px solid #f3c12d;
        left: 50%;
        bottom: -24px;
        transform: translateX(-50%); */
}

#courses .single-course .list-group > div{
    background: #f8f8f8;
    color: #002360f0;
    padding: 10px 15px;
}
#courses .single-course .list-group > div:nth-of-type(1){
    background: #fff18c;
    color:black;
    /* border-bottom:4px solid #f3c12d; */
    min-height: 113px;
    border-top-right-radius: 50px;
    /* padding-right: 25px; */
    padding-bottom: 45px;
    text-align: center;
}
#courses .single-course .list-group > div:nth-of-type(2){
    color: #000000cf;
    background:white;
    padding-bottom:15px;
    padding-top: 14px;
    border-top-right-radius: 50px;
    margin-top: -41px;
}
#courses .single-course .list-group > div:nth-of-type(3),
#courses .single-course .list-group > div:nth-of-type(4),
#courses .single-course .list-group > div:nth-of-type(5){
    background:white;
    color:#000000e3;
    overflow:hidden;
}
#courses .single-course .list-group > div:last-of-type{border-top: 1px;border-bottom: 8px solid #fee58a;border-bottom-left-radius: 34px;padding-top: 0;}
#courses .single-course .list-group .more{
    display:block;
    width: 100%;
    height: 57px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 27px;
    text-align:center;
    color: #1788d9;
    cursor:pointer;
    background: rgba(255, 255, 255, 0.5);
    background: -moz-linear-gradient(top, rgba(235, 235, 235, 0) 1%, rgba(255, 255, 255) 57%);
    background: -webkit-linear-gradient(top, rgba(235, 235, 235, 0) 1%,rgba(255, 255, 255) 57%);
    background: linear-gradient(to bottom, rgba(235, 235, 235, 0) 1%,rgb(255, 255, 255) 57%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
    text-shadow: 0px 0px 0px #f90606;
}
#courses .single-course .list-group .inv{
    visibility:hidden;
}

#courses .single-course .list-group .goal{
    overflow: hidden;
    transition: height 0.2s ease-out;
}
#courses .wrapper .section_head{
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ffffff;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    box-shadow: -13px 0 5px 0 #bababa, 13px 0 5px 0 #bababa;
}
#courses .section_heading{
    margin-bottom:30px
}
#courses .bg-set{
    background: #f5f5f585;
}
#courses .section_heading h2:after{
    width: 100%;
    background: url('../images/hr.png');
    height: 17px;
    background-position: center center;
    background-size: cover;
    height: 14px;
    border: 0;
    margin-top: 15px;
    background-size: 100%;
    opacity: 0.8;
}
#courses .section_heading h2{
    margin-top:26px;
    font-size:29px;
}
#courses .section_heading p{
    font-size:18px;
}
#courses .bg-set2 {
    background:#fafafa;
}
#courses .bg-set + .container-fluid{
    background:#fafafa;
}
#courses .list-group {
    margin-bottom:45px;
}
#courses .courses-items {
    padding-top: 8px;
    color: black;
    font-size: 16px;
    line-height: 20px;
    border-top-right-radius: 39px;
    text-align: center;
}
@media screen and (min-width:992px){
    #courses .single-course .list-group .goal{
        height:120px;
    }
}
@media screen and (max-width:768px){
    #courses .wrapper .section_heading p{
        font-size:17px;
    }
    #courses .well .btn{
        width:100%;
    }
    #courses .section_heading p:after,
    #courses .section_heading p:before{
        display:none;
    }
}
/* ---------------------------------------- */
/* search */
/* ---------------------------------------- */
#search .searchResult{
    min-width: 200px;
    background: #f5e0207d;
    padding: 12px;
    border-radius: 8px;
    font-size:18px;
    border:1px solid #575757;
    position:relative;
}
#search .searchResult:after {
    content: '';
    position: absolute;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 55px solid #fad160;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
#search .blog-post-wrapper{
    margin-bottom:28px;
}
#search .science-content{
    margin-left:unset;
}
#search .blogtwo{
    padding-bottom:20px;
    padding-top: 40px;
}
#search .portfolio-area{
    padding-bottom:60px;
}
#search .not-find{
    margin-top:25px;
}

@media screen and (max-width:992px){
    #search .searchResult:after{
        display:none;
    }
}
/* ---------------------------------------- */
/* Custom v2 */
/* ---------------------------------------- */

/* roozbeh classes  */

.image-cover{ /* better for JPG*/
    height: 300px; /* default value */
    width:160px; /* default value */
    object-fit: cover;
    display:block;
    max-height:100%; /* or overflow(parent):hidden */
    max-width:100%; /* or overflow(parent):hidden */
}

@media screen and (min-width:991px){
    .logo_img img{
        transform:translate(0,-20%);
    }
}

.navbar-brand>img{
    width:90px;
}
.client_wrapper .client_slider{
    padding-bottom:3px;
}
.owl-theme .owl-nav.disabled + .owl-dots{
    display:none;
}
.client_wrapper .title{
    padding-bottom:30px;
}
.header_contact_wrapper + .menu_fixed {
    box-shadow: 0px 5px 10px #00000047;
}
.dreams-area{
    background-attachment:fixed;
}
.footer_icon_wrapper p a{
    font-size: 16px;
    color: #b1afaf;
    font-weight: 300;
}

.client_wrapper .item img{
    /* 	width: 100%;
        height: auto; */
}
.client_wrapper .title{
    font-size:27px;
}
.icon_header_div{
    margin-right:unset;
    margin-left:15px;
}
.logo_img {
    margin-top: -10px;
}
.logo_img img{
    width:110px;
    height:auto;
}

.single-feature .media-heading{
    margin-bottom: 13px;
}
.single-feature p{
    min-height: 100px;
    line-height:2;
}
.single-feature{
    height: 313px;
    min-height: 330px;
}
.single-feature span{
    margin-bottom:15px;
}
.single-feature{
    padding-top:70px;
    padding-bottom:40px;
}
.abt_txt_box p{
    line-height:2;
    text-align:justify;
}
.single-service h3 {
    line-height: 1.8;
    margin-top:15px;
}
.client_wrapper{
    padding-top:60px;
}
.client_wrapper .section_heading h2:after{
    width:90%;
}
.team_section .section_heading h2:after{
    width:90%;
}
.blogtwo .section_heading h2:after{
    width:50%;
}
.portfolio_section .section_heading h2:after{
    width:60%;
}
.about-area .section_heading h2:after{
    width:40%;
}
.services-area .single-service-para:after{
    width:20%;
}
.services-area .section_heading h2:after{
    width:70%;
    margin-top:5px;
}
.dreams-title p{
    line-height:2;
    color: #ffffff;
}

.team_wrapper:hover .team_wrapper_overlay::before, .team_wrapper:hover .team_wrapper_overlay_info{
    visibility:hidden;
}

.team_wrapper:hover .team_wrapper_overlay figure img{
    filter:brightness(110%);
    /* 	border-radius:25px; */
    transition: all 0.33s;
}
.team_wrapper:hover {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    /* box-shadow: -1px 2px 20px #0000009c; */
    /* 	background:#e1f5ff; */
    border-bottom: 5px solid #c87a00;
    /* transition: all 0.33s; */
    /* height: calc(100% - 50px); */
}
.team_wrapper:hover .team_info h5{
    color:#000000eb;
}
.team_wrapper:hover a{
    color:#eb8c00 !important;
}
.team_wrapper {
    border-bottom: 5px solid #f3c12d;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
.team_slider div.owl-item{
    background:transparent !important;
}
.blog-post-wrapper{
    box-shadow: 1px 11px 8px -1px #0000004a;
    transition:all 0.33s;
}
.blog-post-wrapper:hover{
    box-shadow: 1px 2px 6px 0px #00000061;
    transition:all 0.33s;
    transform:translate(+1px , +5px);
    /* 	transform:translateX(+1px); */
}
.footer .footer_widget ul{
    float:right;
}
.newsletter_social_icons .telegram{
    background:white;
    color:#2da5d9;
}
.newsletter_social_icons .twitter{
    background:white;
    color:#1da1f2;
}
.newsletter_social_icons .instagram{
    background:white;
    color: #d015af;
}
.newsletter_social_icons .youtube{
    background:white;
    color:#eb0000;
}
.newsletter_social_icons .linkedin{
    background:white;
    color:#0077b5;
}

.portfolio-area .mycard{
    /* padding-bottom:20px; */
    /* margin-bottom:20px; */
}
.portfolio-area .mycard:after{
    /* 	content:"";
        clear:both;
        display:table; */
}
.portfolio-area .mycard h3{
    padding-bottom: 44px;
    padding-top: 12px;
    background: #ffd747d4;
    color:black;
    font-size: 15px;
    border-top-right-radius:39px;
    text-align: center;
}
.portfolio-area .mycard > ul{
    list-style-type: disc;
    line-height:2;
    color:#525252;
    padding-left:27px;
    border-top-right-radius:39px;
    margin-top:-32px;
    background:#f7f7f7;
    border-bottom-left-radius:39px;
    border-bottom: 8px solid #ffd747d4;
    border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    /* 	z-index:20 !important; */
    /* 	position:relative; */
    padding-top:20px;
    padding-bottom:12px;
    font-size:13px;
}

.portfolio-area .mycard > ul > li{
    padding-bottom:10px;
    direction: rtl;
}
.portfolio-area .mycard li > ul{
    list-style-type: circle;
    margin-top:5px;
    /* margin-bottom:-4px; */
}
.footer_widget .row > div:first-child{
    padding-right:70px;
}
form.navbar-form.navbar-right{
    border:1px solid white;
}
.portfolio-filter > ul {
    text-align:right;
}
.all-single-servives article{
    max-height:360px;
    /* 	border:1px solid #8f8f8f; */
}
.all-single-servives article:nth-of-type(1),
.all-single-servives article:nth-of-type(2),
.all-single-servives article:nth-of-type(3){
    border-bottom:1px solid #d8d8d8;
}
.all-single-servives article:nth-of-type(1),
.all-single-servives article:nth-of-type(2),
.all-single-servives article:nth-of-type(4),
.all-single-servives article:nth-of-type(5){
    border-right:1px solid #d8d8d8;
}

.footer_icon_wrapper p{
    line-height:2;
}
.navbar-right .form-control::placeholder{
    color:#808080;
}

.counter_section p{
    color:#e7e7e7;
}
.client .testimonial_slider_wrapper .owl-nav .owl-prev, .client .testimonial_slider_wrapper .owl-nav .owl-next{
    outline:unset;
}
.contact_icon_section .newsletter_social_icons li a{
    border:unset;
    width:43px;
}
.contact_icon_section .newsletter_social_icons{
    display:table;
    margin:0 auto;
    margin-bottom: 12px;
}
.contact_icon_section .newsletter_social_icons li a i{
    /* color:#083a53; */
    font-size: 34px;
}
.contact_icon_section .newsletter_social_icons li a:hover{
    background:unset;
    color: #ffc728;
    transition: all 0.3s;
}
.contact_icon_section .newsletter_social_icons li a{

    background: transparent;

    width: 32px;

    font-size: 15px !important;

    transition: all 0.3s;
}
.important-text {
    padding: 10px 10px;
    -webkit-box-shadow: -30px 20px 50px -30px rgba(0,0,0,0.5);
    -moz-box-shadow: -30px 20px 50px -30px rgba(0,0,0,0.5);
    box-shadow: -30px 20px 50px -30px rgba(0,0,0,0.5);
    border-radius: 5px;
    border: 2px solid #f3c12d;
    width: 90%;
    margin: 20px auto;
}
.important-text p {
    text-align: center;
    font-size: 14px; !important;
    margin: 0; !important;
}
.more-info-link {
    font-size: 12px; !important;
}
.page-title-section-bahrevari{
    background: url(../images/productivity/بهره-وری-1.png) no-repeat center center #EEE1D0; !important;
}
.flex-bdr-img img {
    max-width: 100%;
}

/* header > div.header_contact_wrapper > div > div > div.col-lg-3.col-xs-12.col-sm-4.col-md-3,
header > div.header_contact_wrapper > div > div > div:nth-child(4){
	text-align:center;
}
header > div.header_contact_wrapper > div > div > div.col-lg-3.col-xs-12.col-sm-4.col-md-3 ul{
	float:left;
}
header > div.header_contact_wrapper > div > div > div:nth-child(4) ul{
	float:unset;
}
header > div.header_contact_wrapper > div > div > div.col-lg-1.col-xs-4.col-sm-12.col-md-3 p{
	color:#ffebb0;
	padding-bottom: 1px;
}
header > div.header_contact_wrapper > div > div > div.col-lg-1.col-xs-4.col-sm-12.col-md-3{
	padding-top:3px;
}
.header_contact_wrapper .logo_img{
	text-align:center;
} */
.date-time i {
    color:#f3c12d;
}
header div.header_contact_wrapper  div  div.row.date-time.hidden-xs > div > span {
    padding: 10px 39px;
    padding-bottom: 15px;
    border-right: 6px solid #f3c12d;
    border-left: 6px solid #f3c12d;
    border-top: 64px solid transparent;
    border-radius: 34%;
}
.wrapper{
    float:left;
    width:100%;
}
.section_head button{
    position: absolute;
    top: 0;
    right: 20px;
    padding: 0;
    width: 32px;
    height: 32px;
    font-size: 14px;
    color:#5c5c5c;
    line-height:2;
    background-color: transparent;
    border: 0;
}
.alert-warning {
    color: #72521b;
    background-color: #ffe2d6;
    border-color: #b66a6a;
}
.sliderIframe{
    margin-top:-41px;
    margin-bottom:-107px;
    /* z-index:-1; */
    position:relative;
    float: left;
    width: 100%;
}
.sliderIframe [class^=item]:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000b5;
}
.sliderIframe iframe{
    width:100%;
    height:100vh;
    border:0;
}
.sliderIframe [class^=item] {
    height: 100vh;
    background-position: center center !important;
    background-size: cover !important;
}
.sliderIframe .item1 {
    background: url('../images/slider/sail-away.jpg');
}
.sliderIframe .item2 {
    background: url('../images/slider/creative_bg1.jpg');
}
.sliderIframe .item3 {
    background: url('../images/slider/icebg.jpg');
}
.sliderIframe [class^=item] h1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    color: #f3c12d;
    z-index: 10;
    font-size: 12px;
    opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
/*.sliderIframe [class^=item] h1.active {*/
/*top: 27%;*/
/*opacity: 1;*/
/*}*/
.sliderIframe [class^=item] h6 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60%;
    z-index: 20;
    white-space: nowrap;
    visibility: inherit;
    text-align: center;
    line-height: 54px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 54px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 0;
    color: rgba(255, 255, 255, 1.00);
    -webkit-transition: all 0.6s 0.9s;
    -moz-transition: all 0.6s 0.9s;
    -ms-transition: all 0.6s 0.9s;
    -o-transition: all 0.6s 0.9s;
    transition: all 0.6s 0.9s;
}

.sliderIframe .owl-item.active h1 {
    opacity: 1;
    top: 27%;
}

.sliderIframe .owl-item.active h6 {
    opacity: 1;
    top: 34%;
    -webkit-transition: all 0.6s 0.4s;
    -moz-transition: all 0.6s 0.4s;
    -ms-transition: all 0.6s 0.4s;
    -o-transition: all 0.6s 0.4s;
    transition: all 0.6s 0.4s;
}

.feature-area{
    z-index:1;
    position:relative;
    float: left;
}

@media screen and (max-width: 768px){
    #filter li{
        display:block !important;
        width:100%;
    }
}
.highlighted{
    background:#ffea00;
}

.team_section .section_heading p{
    color:#d5d5d5;
}