body {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    overflow-x: hidden;
    color: #202020;
    font-family: 'Muli', sans-serif;
}

p {
    margin-bottom: 1.3em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222328;
}

h1,
h2,
h3,
h4,
h5,
h6,
.tp-large-head,
.slide_btn_1,
.tp_title_tips,
.tp_btn,
.pa_text,
.tp-counter,
.wrap_project_details li strong {
    font-family: 'Muli', sans-serif;
}

h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
}

h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}

h3,
h4,
h5,
h6 {
    font-weight: 500;
}

h3 {
    font-size: 24px;
    line-height: 36px;
}

h4 {
    font-size: 20px;
    line-height: 33px;
}

h5 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 0;
}

h6 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 0;
}

.tp-large-head {
    font-weight: 900;
    font-size: 34px;
    line-height: 43px;
}

.lns-button:after,
.tp_wrap_list ul li::before,
.testmonail::before,
.testmonail_text::before,
.tp_list li::before,
.wrap_tesmonail_text p::before {
    font-family: boxicons!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul,
li {
    list-style: none;
}

div,
ul,
li,
header,
nav,
section,
span,
article {
    padding: 0;
    margin: 0;
}

a {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    color: #252427;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #fd972e;
    text-decoration: none;
}


/* 2 -  colors and background used */

.p_color {
    color: #fd972e;
}

.p_bg {
    background-color: #fd972e;
}

.s_color {
    color: #09162a;
}

.s_bg {
    background-color: #09162a;
}

.w_color {
    color: #fff;
}

.w_color_2 {
    color: #eee;
}

.grey_color {
    color: #bdbdbd;
}


/* 3 - header style  */

.tp-main-menu.header-menu-1 {
    background: transparent;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    border-bottom: solid 0px #6d7a80;
}

.tp_top_logo_info_1 {
    padding: 18px 0 30px;
}

.phone_menu {
    display: none;
}

.tp_wrap_topicons {
    float: right;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}

.tp_icon_left .tagpoint_tiwrap_icon {
    display: inline-block;
    float: left;
}

.tp_wrap_topicons>li {
    display: inline-block;
    padding-left: 45px;
}

.top_ifonicon,
.tp-seachicon-icon {
    display: inline-block;
    color: #fd972e;
    font-size: 21px;
    text-align: center;
    margin-right: 15px;
    width: 45px;
    height: 45px;
    border: 1px solid hsla(0, 0%, 100%, 0.25882352941176473);
    line-height: 45px;
    border-radius: 50%;
}

.tp-seachicon-icon:hover {
    cursor: pointer;
}

.wrap_pa_text {
    display: inline-block;
    float: right;
}

.pa_label {
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-size: 12px;
}

.pa_text {
    display: block;
    font-size: 16px;
    font-weight: 300;
}

.search-content {
    display: none;
}

.search-content.search-content_1 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    padding: 20%;
    background: rgba(37, 36, 39, 0.9);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .2s !important;
    transition: -webkit-transform .2s !important;
    transition: transform .2s !important;
    transition: transform .2s, -webkit-transform .2s !important;
}

.search_hlayout_1 .tagpoint_search_active+.search-content.search-content_1 {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.tp_close_search_1 {
    padding: 30px;
    display: block;
    position: absolute;
    top: 0;
    text-align: left;
    right: 10%;
    z-index: 99;
}

.tagpoint-nav-search {
    position: relative;
    line-height: 0;
}

.search_hlayout_1 #lns-search {
    height: auto;
    padding: 40px;
    height: auto;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2901960784313726);
    border-radius: 0;
    color: #dadada;
    font-size: 20px;
}

.search_hlayout_1 #lns-search:focus {
    border-bottom: 1px solid #fd972e
}

#lns-search {
    border: none;
    width: 100%;
    padding: 8px;
    height: 45px;
    background: #ffffff;
    border-radius: 5px;
}

.search_hlayout_1 .lns-button {
    background: transparent;
    box-shadow: none;
    font-size: 0;
    color: #fff;
    top: 30%;
}

.lns-button {
    display: inline-block;
    border: 0;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 5px;
    text-align: center;
    right: 7px;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    bottom: 0;
    line-height: 0;
    font-size: 0;
    width: 37px;
    border-radius: 100%;
    height: 35px;
    box-shadow: 0 2px 0 0 hsla(0, 0%, 0%, 0.45);
}

.search_hlayout_1 .lns-button::after {
    font-size: 30px;
}

.lns-button:after {
    content: "\ea6a";
    font-size: 18px;
    line-height: 37px;
}

.search_hlayout_1 .lns-button:hover {
    color: #fd972e;
}

.tp_close_search_icon {
    font-size: 30px;
    color: #fff;
}

.tp_close_search_icon:hover {
    cursor: pointer;
}

.tp-menu.tp-menu-1 {
    text-align: right;
}

.tp-menu.tp-menu-1 .tagpoint-main-menu {
    display: inline-block;
}

.tp-menu {
    position: relative;
}

.tagpoint-main-menu>li {
    display: inline-block;
}

.wrap_socialicon_1 {
    float: right;
    padding: 11px 0 0;
}

.tagpoint-social-links li {
    display: inline-block;
}

.tagpoint-social-links li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    text-align: center;
    line-height: 37px;
    color: #fd972e;
    font-size: 18px;
}

.tagpoint-social-links li a:hover {
    background: #fd972e;
    color: #fff;
}

.tagpoint-main-menu>li>a {
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 35px 22px 35px 22px;
    letter-spacing: .4px;
}

.tagpoint-main-menu>li.active>a,
.tagpoint-main-menu>li:hover>a {
    color: #fff;
}

.tagpoint-main-menu li .sub-menu {
    position: absolute;
    left: auto;
    z-index: 999;
    display: inline-block;
    box-shadow: 0 0px 50px 0 hsla(0, 0%, 0%, 0.06);
    display: none;
    border-bottom: 5px solid #e31e24;
    background: #efefef;
}

.tagpoint-main-menu li:hover a {
    background: #efefef;
    color: #000;
}

.tagpoint-main-menu li .sub-menu {
    width: 400px;
    padding: 35px 45px;
}

.tagpoint-main-menu .sub-menu li .sub-menu {
    left: 230px;
    margin-top: 0;
    top: 0;
}

.tagpoint-main-menu .sub-menu li {
    display: block;
    float: none;
    text-align: left;
    position: relative;
}

.tagpoint-main-menu .sub-menu li a {
    padding: 0;
    display: block;
    border-bottom: 2px solid #fff;
    /*text-transform: capitalize;*/
    font-size: 18px;
    font-weight: 500;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    width: 100%;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 7px;
    color: #212121;
}

.tagpoint-main-menu .sub-menu li:last-child a {
    border-bottom: 0;
}

.tagpoint-main-menu .sub-menu li i {
    float: right;
    margin-right: 15px;
    margin-top: 4px;
}

.tagpoint-main-menu .sub-menu li a:hover {
    color: #e31e24;
    padding-left: 5px;
}

.tp_phone_dropdown {
    display: none;
}

.tagpoint-main-menu>li>a>i {
    float: right;
    display: inline-block;
    margin-top: 8px;
    margin-left: 6px;
    font-size: 80%;
    color: #eaeaea;
}

.tagpoint-main-menu li a {
    font-family: 'Muli', sans-serif;
}

.tagpoint-main-menu li .sub-menu.aboutmenu {
    left: -214px;
    width: 1240px;
    border-bottom: 5px solid #24977a;
}

.tagpoint-main-menu li .sub-menu.aboutmenu li {
    width: 25%;
    float: left;
    padding-right: 40px;
}

.tagpoint-main-menu li .sub-menu.aboutmenu li ul li {
    width: 100%;
}

.tagpoint-main-menu li .sub-menu.aboutmenu li ul li a {
    border-bottom: solid 2px #fff;
    line-height: 24px
}

.tagpoint-main-menu li .sub-menu.aboutmenu li ul li:last-child a {
    border-bottom: 0;
}

.tagpoint-main-menu li .sub-menu.aboutmenu li ul li a:hover {
    color: #24977a;
}

.tagpoint-main-menu li .sub-menu.aboutmenu li h3 {
    font-size: 18px;
    color: #24977a;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 4px;
    text-transform: uppercase;
}

.tagpoint-main-menu li .sub-menu.successmenu {
    border-bottom: 5px solid #ee640f;
}

.tagpoint-main-menu li .sub-menu.successmenu li {
    width: 44%;
    float: left;
    padding-right: 0;
}

.tagpoint-main-menu li .sub-menu.successmenu li+li {
    width: 28%;
    float: left;
    padding-right: 0;
}

.tagpoint-main-menu li .sub-menu.successmenu li+li+li {
    width: 28%;
    float: left;
    padding-right: 0;
}

.tagpoint-main-menu li .sub-menu.successmenu li ul {
    padding-right: 50px;
}

.tagpoint-main-menu li .sub-menu.successmenu li:last-child ul {
    padding-right: 0;
}

.tagpoint-main-menu li .sub-menu.successmenu li ul li {
    width: 100%;
}

.tagpoint-main-menu li .sub-menu.successmenu li ul li a:hover {
    color: #ee640f;
}

.tagpoint-main-menu li .sub-menu.successmenu li:last-child {
    padding-right: 0;
}

.tagpoint-main-menu li .sub-menu.successmenu li h3 {
    color: #ee640f;
}

.tp-main-menu.header-menu-1.tp-fixed-nav-1 {
    background: #09162a;
    box-shadow: 0 2px 10px 0 hsla(0, 0%, 0%, 0.1);
    -webkit-box-shadow: 0 2px 10px 0 hsla(0, 0%, 0%, 0.1);
    -moz-box-shadow: 0 2px 10px 0 hsla(0, 0%, 0%, 0.1);
    -ms-box-shadow: 0 2px 10px 0 hsla(0, 0%, 0%, 0.1);
    -o-box-shadow: 0 2px 10px 0 hsla(0, 0%, 0%, 0.1);
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-duration: 0.8s;
}

.header-menu-3.tp-fixed-nav-3 {
    box-shadow: 0 2px 10px 0 hsla(0, 0%, 0%, 0.1);
    -webkit-box-shadow: 0 2px 10px 0 hsla(0, 0%, 0%, 0.1);
    -moz-box-shadow: 0 2px 10px 0 hsla(0, 0%, 0%, 0.1);
    -ms-box-shadow: 0 2px 10px 0 hsla(0, 0%, 0%, 0.1);
    -o-box-shadow: 0 2px 10px 0 hsla(0, 0%, 0%, 0.1);
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-duration: 0.8s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #fff;
}

.tp-main-menu.header-menu-1.tp-fixed-nav-1 .tp-menu.tp-menu-1 {
    border-bottom: 0;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.tp-main-menu.header-menu-1.tp-fixed-nav-1 .tp_top_logo_info_1 {
    display: none;
}

.slide_btn_1 {
    margin-right: 20px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
    transition: all .4s;
}

.slide_btn_1:hover {
    cursor: pointer;
}

.tp_scondary_btn {
    border: 2px solid hsla(0, 0%, 100%, 0.3);
}

.tp_scondary_btn:hover {
    background: #fd972e;
    border-color: transparent;
    color: #fff;
}

.tp_primary_btn {
    border: 2px solid #fd972e;
}

.tp_primary_btn:hover {
    background: transparent;
}


/*  4-  custom slider style  */

.tp_slide_4 .tp_custom_overlay::before {
    opacity: .9;
}

.tp_slide_5 .tp_custom_overlay::before {
    opacity: .1;
}

.tp_custom_overlay::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    right: 0;
    left: 0;
    opacity: .2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0, rgba(0, 0, 0, 0.55) 40%, rgba(0, 0, 0, 0.42) 70%, rgba(0, 0, 0, 0.42));
}

.tp-subhead {
    font-size: 20px;
    margin-top: 22px;
    font-weight: 300;
}

.tp_custom_thumb .uk-dotnav a {
    height: 20px;
    width: 20px;
    border-color: #ffffff;
    position: relative;
    font-size: 0;
}

.tp_custom_thumb .uk-dotnav .uk-active a {
    background: #fd972e;
    border-color: #fd972e;
    overflow: visible;
    font-size: 0;
}

.tp-slidecaption-3 {
    padding: 55px 40px 60px;
}

.tp_custom_nav_1 a.uk-slidenav-previous {
    margin-right: 80px !important;
    margin-top: 0;
}

.tp_custom_nav_1 a.uk-slidenav-next {
    margin-top: 0;
    margin-left: 80px !important;
}

.tp_custom_nav_3 a:hover {
    background: #fd972e;
    color: #fff !important;
}

.tp_custom_nav_1 a:hover {
    color: #fd972e !important;
    background: #fff !important;
    border-color: #fff;
}

.slider_wrap_btn {
    padding-top: 10px;
}

.slide_btn {
    margin-top: 7px;
    display: inline-block;
}

.container_slider .slide_btn .tp_second_btn {
    border-color: transparent;
    padding: 13px 30px;
    background: #09162a;
    color: #fd972e;
}

.container_slider .slide_btn .tp_second_btn i {
    background: #fd972e;
    color: #fff;
}

.container_slider .slide_btn:hover .tp_second_btn {
    background: #fff;
    border-color: transparent;
    color: #fd972e;
    ;
}

.slide_btn .tp_second_btn {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 50px;
}

.slide_btn .tp_second_btn i {
    width: 22px;
    height: 22px;
    line-height: 23px;
}

.slide_btn:hover .tp_second_btn {
    color: #fd972e;
}

.tp_custom_nav_3 a {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    color: #333 !important;
    padding: 26px 33px !important;
}

.tp_custom_nav_1 a {
    background: hsla(0, 0%, 0%, 0.1);
    color: #fff !important;
    width: 50px;
    height: 50px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid hsla(0, 0%, 100%, 0.45);
    padding: 0;
}

.tp_custom_nav_1 a svg {
    transform: scale(.8);
}

.tp_custom_nav_3 a {
    background: #fff;
}

.tp_custom_nav_3 a.uk-slidenav-next {
    margin: 0;
}

.tp_slide_3 .tp_custom_overlay::before {
    opacity: .7;
    background: #09162a;
}

.slide_2_head {
    font-size: 36px;
}

.slide_2_text {
    padding-top: 5px;
    color: #e6e6e6;
    font-size: 15px;
    margin-bottom: 20px;
}

.slide_2_wraptext .slide_2_head {
    font-size: 34px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.slide_2_wraptext .slide_btn.slide_btn_2 .tp_second_btn {
    background: transparent;
    border-color: hsla(0, 0%, 100%, 0.2);
    font-weight: 500;
}

.slide_2_wraptext .slide_btn.slide_btn_2 .tp_second_btn i {
    background: #fff;
    color: #fd972e;
}

.slide_2_wraptext .slide_btn.slide_btn_2:hover .tp_second_btn {
    color: #fff;
    background: #fd972e;
    border-color: transparent;
}

.uk-position-bottom-center.tp_custom_thumb {
    margin-bottom: 15px;
    left: 70% !important;
}


/* 5- index layout (1) sections style 3  */

.tagpoint_row_section {
    padding: 32px 0 48px 0;
}

.about_row_page.about_home_row {
    padding-bottom: 30px;
}

.tp_inner_row.inner_row_vm {
    padding-top: 20px;
}

.tp_algin_right {
    text-align: right;
}

.tp_algin_left {
    text-align: left;
}

.tp_algin_center {
    text-align: center;
}


/* service section 3 */

.tagpoint_row_section.service_section_1 {
    padding: 0;
}

.wrap_service_1 {
    padding: 50px 0;
    border-left: 1px solid #ebecec;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.wrap_service_1:hover {
    background: #09162a;
    cursor: pointer;
}

.wrap_service_1:hover h3 a {
    color: #fd972e;
}

.col_service_1:first-child .wrap_service_1 {
    border-left: 0;
}

.wrap_service_1 img {
    width: 40%;
}

.tagpoint_text_button {
    display: inline-block;
    padding: 11px 31px;
    font-weight: 500;
    background: #fff;
    font-size: 16spx;
    text-transform: uppercase;
    line-height: 2;
    position: relative;
    z-index: 9;
}

.tagpoint_text_button,
.tagpoint_text_button i,
.tagpoint_text_button::after {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}

.tagpoint_text_button::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    right: 0;
    background: #fd972e;
    z-index: -1;
}

.tagpoint_text_button i {
    font-size: 12px;
    width: 0;
    display: inline-block;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
}

.tagpoint_text_button:hover i {
    padding: 0 12px 0 0;
}

.tagpoin_section_button a:hover .tagpoint_text_button::after {
    width: 100%;
}

.tagpoint_text_button:hover {
    color: #252427;
}

.tagpoint_row_section.about_us {
    padding-bottom: 110px;
}


/* icons style  */

.tp_inner_row {
    padding-top: 40px;
    padding-bottom: 40px;
}

.inner_row_about.tp_inner_row {
    padding-top: 50px;
}

.inner_row_vission {
    padding-bottom: 0px;
}

.inner_row_services {
    padding-bottom: 20px;
    padding-top: 60px;
}

.col_project_1 {
    padding-bottom: 13px;
}

.tp_small_icon>span {
    width: 75px;
    height: 75px;
    display: inline-block;
    align-items: center;
    padding: 0;
    line-height: 75px;
    background: #fff;
    text-align: center;
}

.inner_row_services .tp_icon_text h3 {
    margin-bottom: 0;
    text-transform: capitalize;
    line-height: 23px;
}

.our_services .tagpoint_text_button {
    border: 2px solid #fff;
    background: transparent;
}

.our_services .tagpoint_text_button:hover {
    border-color: transparent;
}

.tp_medium_title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 21px;
    margin-bottom: 13px;
}

.tp_icon_left .tp_icon_text {
    padding-left: 25px;
    position: relative;
    overflow: hidden;
}

.inner_row_services .tp_icon_left .tp_icon_text {
    padding-top: 15px;
}

.tp_wrap_icontitle {
    padding-bottom: 15px;
}

.tp_separator {
    display: block;
    clear: both;
    padding-bottom: 18px;
    padding-top: 27px;
}

.tp-line {
    display: block;
    width: 100%;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.5607843137254902);
}

.tp_wrap_list ul li {
    padding-bottom: 8px;
}

.tp_wrap_list ul li:last-child {
    padding-bottom: 0;
}

.tp_wrap_list ul li::before {
    font-size: 17px;
    margin-right: 10px;
    content: "\e971";
    margin-top: 8px;
    float: left;
}

.tp_it_icon {
    font-size: 40px;
}

.about_imgs li {
    display: inline-block;
}

.tp_margin_top li {
    margin-top: -50px;
}

.tagpoint_row_section strong,
.tagpoint_row_section b {
    font-weight: 500;
}

.tp-p-title {
    font-size: 22px;
    margin-bottom: 1em;
}

.tp-p-title.tp-p-line {
    position: relative;
}

.tp-p-title.tp-p-line::before {
    content: "";
    position: absolute;
    left: -94px;
    top: 14px;
    height: 1px;
    width: 80px;
    background: #e9ecef;
}

.tagpoint_row_section p:last-child {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 17px;
}

.tagpoint_row_section.tp_none_padding {
    padding-top: 0;
    padding-bottom: 0;
    background: #eceded;
}

.tp_col_porjects {
    margin-top: -32px;
    padding: 27px 5px 20px 20px;
    padding-bottom: 100px;
}

.project_img_wrap img {
    width: 100%;
}

.project_img_wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.tp_portfolio_overly {
    background: hsla(264, 72%, 11%, 0.85);
    background-image: -moz-linear-gradient( 0deg, hsla(264, 59%, 17%, 1) 38%, #fd972e 100%);
    background-image: -webkit-linear-gradient( 0deg, hsla(264, 69%, 12%, 0.81) 38%, hsla(30, 98%, 59%, 0.81) 100%);
    background-image: -ms-linear-gradient( 0deg, hsla(264, 59%, 17%, 1) 38%, #fd972e 100%);
    background: linear-gradient( 0deg, hsla(264, 69%, 12%, 0.85) 38%, hsla(30, 98%, 59%, 0.76) 100%);
}

.tp_porfolio_caption {
    padding: 20px;
    padding: 20px;
    transition: all .3s;
    background: linear-gradient(hsla(45, 100%, 51%, 0), hsla(0, 0%, 0%, 0.34) 60%);
    background: -webkit-linear-gradient(hsla(45, 100%, 51%, 0), hsla(0, 0%, 0%, 0.34) 60%);
    background: -moz-linear-gradient(hsla(45, 100%, 51%, 0), hsla(0, 0%, 0%, 0.34) 60%);
    background: -ms-linear-gradient(hsla(45, 100%, 51%, 0), hsla(0, 0%, 0%, 0.34) 60%);
}

.tp_porfolio_caption:hover {
    cursor: pointer;
}

.tp_portfoli_btn {
    padding-top: 60px;
}

.tp_col_porjects .tp_portfoli_btn {
    padding-top: 40px;
}

.tagpoint_text_button.tp_large_btn {
    width: 350px;
}

.tp_portfoli_btn .tagpoint_text_button.tp_large_btn {
    background: #fd972e;
}

.tp_portfoli_btn.tagpoin_section_button a:hover .tagpoint_text_button::after {
    background: #09162a !important;
}

.tagpoint_text_button.s_hover_bg:hover {
    color: #fd972e;
    border-color: #ffffff;
}

.tagpoin_section_button a:hover .tagpoint_text_button.s_hover_bg:after {
    background: #fff;
}

.acheives_section {
    background-image: url(imgs/lodyas.png);
    background-repeat: repeat;
    margin-top: -40px;
    padding-bottom: 25px;
    padding-top: 60px;
}

.tp_counter_section {
    text-align: center;
}

.tp_wrap-acheiv {
    padding: 15px 0;
    display: inline-block;
    float: none;
}

.tpcountr_icon {
    float: right;
    display: inline-block;
    font-size: 58px;
    color: #fd972e;
    padding-left: 17px;
}

.tp_counter_wrapvalus {
    display: block;
    overflow: hidden;
    text-align: right;
}

.tp-counter {
    color: #fd972e;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.2;
}

.tp_medium_title.acheiv-counter-title {
    text-transform: uppercase;
    color: #f1f1f1;
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}


/* counter section  */

.odometer.odometer-auto-theme,
.odometer.odometer-theme-car {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    position: relative;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-car {
    *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
    *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
    *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-car .odometer-digit .odometer-ribbon {
    display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}


/* company history */

.compay_history {
    background: url(imgs/history_bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.compay_history::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #09162a;
    z-index: -1;
    opacity: .7;
}

.wrap_history_title {
    padding-bottom: 40px;
}

.wrap_history_title .tp-large-head {
    font-weight: 500;
    margin-top: 5px;
}

.wrap_history_content h3 {
    margin-top: 33px;
}

.history_icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    border: 1px solid hsla(0, 0%, 100%, 0.17);
    border-radius: 50%;
    line-height: 50px;
    font-size: 25px;
    text-align: center;
    line-height: 70px;
    background: hsla(213, 16%, 32%, 0.3);
    color: #fff;
}

.wrap_history_content::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 70px;
    right: -30px;
    background: hsla(0, 0%, 100%, 0.17);
    height: 1px;
    z-index: -1;
}

.col-history:last-child .wrap_history_content::before {
    right: -30%;
}

.col-history:nth-child(3) .wrap_history_content::before {
    left: -30%;
}


/* testmonail carousel layout 1 -*/

.tagpoint_row_section.what_cleint_says {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
}

.tp_inner_row.testmonail_row_1 {
    position: relative;
    border-top: 1px solid hsla(180, 3%, 92%, 0.41);
}

.testmonail_row_title {
    padding-bottom: 15px;
}

.wrap_testmoanil_info {
    padding: 10px;
}

.client_img {
    display: inline-block;
    float: left;
    width: 90px;
    margin-right: 25px;
}

.testmonail_info_2 {
    display: block;
    overflow: hidden;
    position: relative;
}

.testmonail_info_2 h3 {
    margin-bottom: 4px;
    font-weight: 600;
    text-transform: capitalize;
}

.testmonail_job_2 {
    font-size: 12px;
}

.testmonail_rating li {
    display: inline-block;
}

.testmonail_rating {
    padding-top: 4px;
}

.wrap_tesmonail_text {
    display: block;
    clear: both;
    margin-top: 28px;
    position: relative;
    margin-bottom: 39px;
}

.wrap_tesmonail_text::before {
    content: "";
    position: absolute;
    top: -11px;
    border: 22px solid transparent;
    border-top-color: #ffffff;
    text-align: center;
    transform: rotate(38deg);
    left: 0;
}

.wrap_tesmonail_text p::before {
    content: "\eb92";
    position: absolute;
    top: -43px;
    color: #f3f3f3;
    font-size: 56px;
    right: -5px;
    z-index: -1;
}

.wrap_tesmonail_text p {
    padding: 29px;
    box-shadow: 0 2px 70px 0 hsla(0, 0%, 0%, 0.06);
    background: #fff;
}

.tp_testmonail_nav {
    position: absolute;
    top: -90px;
    right: 0;
    text-align: center;
}

.tp_testmonail_nav a {
    border: 1px solid #ebecec;
    width: 43px;
    height: 43px;
    line-height: 41px;
    z-index: 99;
    padding: 0;
    position: relative;
    display: inline-block;
    margin: 15px 5px;
    color: #09162a;
}

.tp_testmonail_nav a svg {
    transform: scale(.7);
}

.tp_testmonail_nav a:hover {
    background: #fd972e;
    color: #fff;
    border-color: #fd972e;
}


/* team section */

.tp_team_caption {
    padding: 15px 20px 7px;
    text-align: center;
    background: #fd972e;
}

.employee_contact {
    text-align: center;
}

.employee_contact li {
    display: inline-block;
}

.employee_contact li a {
    font-size: 25px;
    margin: 0 2px;
    color: #fff;
}

.employee_contact li a:hover {
    color: #ddd;
}

.employee_text {
    padding: 25px 10px 25px;
    text-align: center;
    border-top: 0;
    box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.06);
}

.tp_medium_title.employee_name {
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 700;
}

.employee_position {
    margin-top: 4px;
    font-size: 13px;
    padding-top: 0;
    text-align: center;
}

.veiw_all_em {
    padding-top: 40px;
}

.tp_second_btn {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 15px 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
}

.tp_second_btn i {
    width: 37px;
    height: 37px;
    line-height: 38px;
    margin-left: 0;
    font-size: 16px;
    border-radius: 50%;
    color: #333;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
}

.tp_second_btn:hover i {
    transform: scale(1.2);
}

.tp_second_btn:hover {
    color: #333;
}

.tagpoint_row_section em {
    color: inherit;
}


/* tesmonail style */

.testmonail {
    position: relative;
    padding-top: 90px;
    padding-bottom: 70px;
}

.testmonail::before {
    content: "\eb92";
    font-size: 428px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    opacity: .2;
}

.tp_inner_row.tp_testmonail_content {
    padding-top: 10px;
    padding-bottom: 0;
}

.tesmonail_text {
    margin-top: 0;
    text-align: center;
    color: #fff;
    font-style: italic;
    font-size: 21px;
    font-weight: 300;
    line-height: 30px;
}

.tesmonail_info {
    text-align: center;
    padding: 10px;
}

.tesmonail_img {
    width: 90px;
    height: 90px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}

.tesmonail_img img {
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
}

.tesmonail_name .tp_medium_title {
    margin-top: 12px;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
}

.tesmonail_position {
    margin-top: 3px;
    font-size: 12px;
    color: #f7f6f6;
}

.tp_custom_dotnav {
    position: absolute;
    right: 0;
    bottom: 60px;
    padding: 0 30px;
}

.tp_custom_dotnav {
    position: absolute;
    right: -46px;
    bottom: 113px;
    padding: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    margin: 0 !important;
}

.tp_custom_dotnav li a {
    width: 20px;
    height: 20px;
    border-color: #fff;
}

.tp_custom_dotnav li.uk-active a,
.tp_custom_dotnav li a:hover {
    background: #fff;
}

.tp_bottom_line em {
    position: relative;
    font-style: normal;
}

.tp_bottom_line em::after {
    content: "";
    bottom: -2px;
    left: 0;
    right: 0;
    height: 12px;
    background: #fd972e;
    position: absolute;
    z-index: -1;
}

.tagpoint_row_section.blogs {
    padding-bottom: 70px;
    background: #ebecec;
}

.tp_wrap_blogs {
    background: #fff;
    position: relative;
    padding: 15px;
}

.title_description_section.blogs_desc {
    padding-right: 22px;
}

.blogs_meta {
    font-size: 12px;
    color: #ccc;
}

.tp_date {
    font-size: 12px;
    display: inline-block;
    color: #fd972e;
    margin-right: 10px;
}

.tp_author {
    display: inline-block;
    margin-left: 10px;
    color: #fd972e;
    font-size: 12px;
}

.tp_author:hover {
    color: #09162a;
}

.blog_title {
    font-size: 18px;
    font-weight: lighter;
    line-height: 1.4;
}

.blogs_nav li a {
    width: 20px;
    height: 20px;
    border-color: #fd972e;
}

.blogs_nav li.uk-active a,
.blogs_nav li:hover a {
    background: #fd972e;
}

.blogs_nav {
    padding-top: 20px;
}

.row.contcat_row,
.row.our_services {
    position: relative;
}

.tagpoint_row_section.what_we_do {
    background: #eceded;
}

.tagpoint_row_section.contact_us {
    padding-top: 78px;
}

.title_description_section.contact_desc {
    padding-top: 10px;
    padding-bottom: 10px;
}

.tagpoint-contact-socail {
    padding-top: 15px;
}

.tagpoint-contact-socail li {
    display: inline-block;
}

.contact_social_2.tagpoint-contact-socail li a {
    color: #fd972e;
}

.contact_social_2.tagpoint-contact-socail li a:hover {
    color: #fff;
}

.tagpoint-contact-socail li a {
    width: 50px;
    display: inline-block;
    height: 50px;
    border: 2px solid #fd972e;
    line-height: 50px;
    text-align: center;
    margin: 0 0 5px 3px;
    border-radius: 50%;
    font-size: 21px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.tagpoint-contact-socail li a:hover {
    background: #fd972e;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    color: #fff;
}

.tp_location {
    padding: 73px 0 0 50px;
}

.tp_location .tp_medium_title {
    font-weight: 500;
    text-transform: capitalize;
}

.wrap_contact_info {
    padding-right: 0px;
}

.tp_location address {
    padding: 0 10px;
    text-transform: capitalize;
    font-size: 14px;
    color: #717171;
    font-size: 13px;
    line-height: 26px;
    position: relative;
}

.contact_us_2 .tp_location address,
.contact_us_2 .contact_details {
    color: #eee;
}

.contac_number {
    font-size: 18px;
}

.footer_wrap_nav {
    padding: 10px;
    background: #eceded;
}

.tp_footer_2 .footer_wrap_nav {
    background: transparent;
    border-top: 1px solid hsla(0, 0%, 100%, 0.2);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.tp_footer_2 .footer_navbar li a {
    color: #eee;
}

.tp_footer_2 .footer_navbar li a:hover,
.tp_footer_2 .privacy_list li a:hover {
    color: #fd972e;
}

.tp_footer_2 .copywright,
.tp_footer_2 .privacy_list li a {
    color: #ccc;
}

.tp_footer_2 .privacy_list li {
    color: hsla(0, 0%, 100%, 0.31);
}

.footer_navbar li,
.privacy_list li {
    display: inline-block;
}

.footer_navbar li a {
    padding: 10px 15px;
    font-weight: 600;
    display: inline-block;
    font-family: Montserrat;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.copywright_row {
    padding: 30px 0 10px;
}

.copywright {
    padding: 0 20px;
    color: #a1a1a1;
    font-size: 13px;
    text-align: right;
}

.copywright a {
    color: #a1a1a1!important;
}

.privacy_list li a {
    padding: 0 10px;
    font-size: 13px;
    color: #212121;
    font-weight: 700;
    text-transform: uppercase;
}

.privacy_list li {
    color: #d8d8d8;
}


/* 6- index layout(2) 



header layout 2 */

.tp-main-menu.header-menu-2 {
    position: relative;
    z-index: 99999;
}

.lwl_header_layout_2 a {
    display: inline-block;
    padding: 7px 0 0;
}

.tp-seachicon-icon.tp_searchicon_2 {
    border-color: hsla(0, 0%, 0%, 0.09);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
}

.tp-seachicon-icon.tp_searchicon_2:hover {
    cursor: pointer;
    background: hsl(216, 65%, 10%);
    border-color: hsl(216, 65%, 10%) !important;
}

.tp-menu.tp-menu-2 {
    padding: 0 11px 0 0;
}

.tp-menu.tp-menu-2 .tagpoint-main-menu>li>a {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    padding: 17px 11px;
}

.tp-menu.tp-menu-2 .tagpoint-main-menu>li.active>a,
.tp-menu.tp-menu-2 .tagpoint-main-menu>li:hover>a {
    color: #fd972e;
}

.tp-menu.tp-menu-2 .tagpoint-main-menu>li:first-child>a {
    padding-left: 18px;
}


/* slider 2 */

.tp_slide_2 {
    transform: translateY(-34px);
    -webkit-transform: translateY(-34px);
    -moz-transform: translateY(-34px);
    -ms-transform: translateY(-34px);
    border-top: 6px solid #fd972e;
}

.tp-slidecaption-2 {
    padding: 30px 26px 0px;
    bottom: 0;
    align-items: center;
    display: flex;
    top: 0;
}

.tp_slide_2 .tp_custom_overlay::before {
    opacity: .8;
}

.slide_btn.slide_btn_2 .tp_second_btn {
    padding: 15px 23px;
    border: 1px solid #ffffff29;
    display: inline-block;
    position: relative;
}


/* about 2   */

.tagpoint_row_section.about_section_2 {
    margin-top: -34px;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.wrap_who_we_are,
.wrap_our_vission_2,
.wrap_why_us {
    padding: 100px 0;
    height: 100%;
    position: relative;
    z-index: 9;
}

.wrap_who_we_are {
    padding-right: 30px;
}

.wrap_our_vission_2 {
    padding-right: 15px;
    padding-left: 15px;
}

.wrap_why_us {
    padding-left: 30px;
}

.tp_meduim_large {
    font-size: 24px;
    margin-top: 28px;
    text-transform: capitalize;
    font-weight: 700;
}

.wrap_who_we_are p,
.wrap_our_vission_2 p,
.wrap_why_us p {
    line-height: 27px;
    color: #3a405b;
}

.wrap_who_we_are::before,
.wrap_our_vission_2::before,
.wrap_why_us::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.wrap_who_we_are::before {
    left: -50%;
    right: -15px;
    background: #ebecec;
}

.wrap_our_vission_2::before {
    left: -40px;
    right: -40px;
    background: #f5f5f5;
}

.wrap_why_us::before {
    left: 0;
    right: -50%;
    background: #ebecec;
}

.whoweare_icon,
.vission_icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    font-size: 42px;
    line-height: 108px;
    border-radius: 50%;
    box-shadow: 0 2px 60px 0 hsla(216, 1%, 88%, 0.29);
}


/*service section 2 */

.tp_inner_row.tp_specialist {
    padding-top: 60px;
    padding-bottom: 0;
}

.title_section_service_2 .tp-large-head {
    margin-top: 0;
}

.tagpoint_tiwrap_icon.tp_large_icon .tp_it_icon {
    font-size: 60px;
}

.tp_wrap_icontitle.tp_icon_center {
    padding-left: 10px;
    padding-right: 10px;
}

.tp_icon_center h3 {
    padding: 20px 0 0;
}


/* vission section & facts */

.our_vission {
    background: #09162a;
    padding-bottom: 80px;
}

.wrpa_vission .tp-large-head {
    font-weight: 500;
}

.wrpa_vission_text {
    padding: 0 30px;
}

.tp_inner_row.tp_inner_fact_row {
    padding-top: 30px;
    padding-bottom: 0px;
}


/* service layout 2  */

.tagpoint_row_section.our_services_2 {
    padding: 0;
    overflow: hidden;
    position: relative;
}

.col_service_2 {
    padding: 0;
}

.service_2_content {
    padding: 48px 30px 48px 70px;
    background: hsla(0, 0%, 0%, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
}

.wrap_service_2 {
    width: 100%;
    display: block;
    text-align: left;
}

.wrap_service_2::before {
    content: "";
    position: absolute;
    top: 5%;
    left: 5%;
    right: 5%;
    bottom: 5%;
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    z-index: -1;
}

.service_2_content .tp_medium_title a {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
}

.service_2_content .tp_medium_title {
    margin: 15px 0;
}

.service_2_content .tp_medium_title a:hover {
    color: #fd972e;
}

.team_inner_row.tp_inner_row {
    padding-top: 50px;
    padding-bottom: 0;
}

.tagpoint_row_section.our_team {
    padding-bottom: 110px;
}


/* portfolio layout 2 */

.our_projects_2 {
    background: #09162a;
    padding-bottom: 50px;
}

.our_project_carousel {
    position: relative;
    overflow: hidden;
}

.tagpoint_row_section.our_project_carousel {
    padding-top: 0px;
    padding-bottom: 100px;
}

.tp_portfolio_carousel:hover {
    cursor: move;
}

.tagpoin_section_button.tp_portfolio_btn {
    text-align: center;
    padding-top: 60px;
}


/* core values */

.tagpoint_row_section.our_core_values {
    background: #ebecec;
}

.wrap_core_value_img {
    position: relative;
    z-index: 99;
    padding-left: 15px;
}

.wrap_core_value_img::before {
    content: "";
    width: 90%;
    height: 30%;
    position: absolute;
    background: #fd972e;
    left: -15px;
    bottom: -25px;
    z-index: -1;
    box-shadow: 0 2px 60px 0 hsla(0, 0%, 0%, 0.1);
}

.wrap_video_play a {
    width: 80px;
    height: 80px;
    display: inline-block;
    border: 4px solid hsla(0, 0%, 100%, 0.5607843137254902);
    border-radius: 50%;
    line-height: 81px;
    text-align: center;
    font-size: 48px;
    color: #fd972e;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
}

.wrap_video_play a:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    cursor: pointer;
    background: #252427;
}

.wrap_core_value_title {
    padding-bottom: 50px;
}

.wrap_core_value_content .tp_meduim_icon.icon_circle .tp_it_icon {
    border-radius: 0;
    border: 1px dashed #fd972e;
}

.wrap_core_value_content {
    padding-right: 15px;
}

.wrap_core_value_content .tp_icon_section:last-child {
    padding-bottom: 0;
}

.wrap_core_value_content .tp_icon_section {
    padding-bottom: 30px;
}

.tp_meduim_icon.icon_circle .tp_it_icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    text-align: center;
    line-height: 104px;
    border-radius: 50%;
    font-size: 50px;
}

.tagpoint_row_section.blogs_2 {
    padding-bottom: 80px;
}

.blogs_2 .veiw_all_news .slide_btn.slide_btn_2 .tp_second_btn {
    border-color: #fd972e;
    color: #fd972e;
}

.blogs_2 .veiw_all_news .slide_btn.slide_btn_2 .tp_second_btn i {
    background: #fd972e;
    color: #fff;
}

.blogs_2 .veiw_all_news .slide_btn.slide_btn_2:hover .tp_second_btn {
    color: #fff;
}


/* 7- index layout (3) about section */

.tp_title_tips {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
}

.wrap_what_wedo_title {
    padding-bottom: 40px;
}

.wrap_what_wedo_title .tp-large-head {
    margin-top: 0;
}

.tp-slidecaption {
    padding-top: 50px;
}

.tagpoint_row_section.about_section {
    padding-bottom: 0;
}

.wrap_core_value_title.about_title {
    padding-right: 57px;
}

.wrap_core_value_content.about_content {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 15px;
    padding-top: 20px;
}

.about_content .tp_meduim_icon.icon_circle .tp_it_icon {
    border: 0;
    width: 90px;
    height: 90px;
    line-height: 92px;
    font-size: 42px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #ebecec;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.about_content .tp_icon_section:hover .tp_it_icon {
    background: #fd972e;
    color: #fff;
    border-color: #fff;
}

.tp_icon_decs {
    margin-top: 12px;
}

.row_core_values .tp_imgabout_col {
    padding-left: 0;
}

.experience_row .tp_imgabout_col {
    padding-right: 0;
}

.experience_row .tp_imgabout_col:last-child {
    padding-right: 15px;
    padding-left: 0;
}


/* 8- index layout 4  ========================== */


/* header layout 3   */

.tp-menu.tp-menu-3 .tagpoint-main-menu>li>a {
    font-size: 14px;
    color: #444;
    font-weight: 500;
    padding: 36px 16px;
    letter-spacing: 0;
}

.tagpoint-wrap-logo.lwl_header_layout_3 a {
    padding: 24px 0;
    display: inline-block;
}

.tagpoint-wrap-logo.lwl_header_layout_1 a {
    padding: 23px 0 22px 0;
    display: inline-block;
}

.wrap_search.tp_csq.search_hlayout_1 {
    float: right;
    padding: 29px 0 22px 0;
    margin-left: 30px;
}

.wrap_search.tp_csq.search_hlayout_1 .tp-seachicon-icon {
    display: inline-block;
    color: #bcc2c4;
    font-size: 20px;
    text-align: center;
    margin-right: 12px;
    width: auto;
    height: auto;
    border: 0;
    line-height: 2;
    border-radius: 0;
}

.header-menu-2 .wrap_search.tp_csq.search_hlayout_1 {
    padding: 0;
    margin-left: 45px;
}

.header-menu-2 .wrap_search.tp_csq.search_hlayout_1 .tp-seachicon-icon {
    display: inline-block;
    color: #fd972es;
    font-size: 24px;
    text-align: center;
    margin-right: 12px;
    width: 45px;
    height: 45px;
    border: 1px solid #fd972e;
    line-height: 45px;
    border-radius: 50%;
}

.tp-menu.tp-menu-3 .tagpoint-main-menu {
    text-align: right;
}

.tp-menu.tp-menu-3 .tagpoint-main-menu>li>a>i {
    margin-top: 10px;
    display: none;
}

.tp-menu.tp-menu-3 .tagpoint-main-menu>li.active>a,
.tp-menu.tp-menu-3 .tagpoint-main-menu>li:hover>a {
    color: #fd972e;
}

.search_hlayout_3 {
    margin-left: 20px;
    float: right;
    padding: 22px 0 29px 15px;
}

.search_hlayout_3:hover {
    cursor: pointer;
}

.tp-seachicon-icon.tp_searchicon_3.bx-search {
    background: #fff;
    border-color: #eee;
}

.search-content.search-content_3 {
    position: absolute;
    background: #eee;
    width: 320px;
    height: 83px;
    right: 0;
    z-index: 99;
    top: 100%;
    padding: 18px;
    border-top: 2px solid #fd972e;
}

.search-content.search-content_3 .lns-button {
    box-shadow: none;
    background: #fd972e;
}

.search-content.search-content_3 .lns-button:hover {
    color: #fd972e;
    background: #09062d;
}


/* slide 4   */

.tp-slidecaption .tp-large-head {
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    text-align: left;
    color: #b7ebff;
}

.container_slide_caption {
    display: flex;
    align-items: center;
    height: 100%;
}

.tp-slide-head {
    font-size: 44px;
}

.slide_wrap_btn .slide_btn.slide_btn_2 .tp_second_btn {
    background: #fd972e;
    border-color: #fd972e;
}

.slide_wrap_btn .slide_btn.slide_btn_2 .tp_second_btn i {
    background: #09162a;
    color: #fd972e;
}

.slide_wrap_btn .slide_btn.slide_btn_2:hover .tp_second_btn {
    background: #fff;
    color: #fd972e;
    border-color: transparent;
}

.slide_nav_3 {
    padding-right: 50px;
    bottom: 30px;
    text-align: center;
    align-items: center;
    /*transform: rotate(90deg);*/
    right: auto;
    left: 50%;
}

.tp_slide_4 {
    overflow: hidden;
}

.tp_slide_4:hover {
    cursor: move;
}

.slide_nav_3 li a {
    width: 12px;
    height: 12px;
}


/* about 4  */

.tagpoint_row_section.about_section_4 {
    padding-bottom: 0px;
    padding-top: 0px;
    overflow: hidden;
}

.tp_svg_back.uk-position-cover {
    z-index: -1;
}

.wrap_about {
    padding-left: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 40px;
    height: 100%;
}

.fan_facts_4 {
    padding-top: 100px;
    position: relative;
    background: #09162a;
    z-index: 9;
    padding-left: 40px;
    padding-bottom: 100px;
    height: 100%;
}

.fan_facts_4::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50%;
    left: -15px;
    background: #09162a;
    z-index: -1;
}

.tp_about_features {
    padding-top: 50px;
}

.tp_wrap_acheiv_2 .tpcountr_icon,
.tp_wrap_acheiv_2 .tp-counter {
    font-size: 32px;
}

.wrap_service_contetn {
    padding-bottom: 30px;
}

.tp_wrap_acheiv_2 .tp_medium_title.acheiv-counter-title {
    color: #efefef;
    font-size: 14px;
    font-weight: 300;
}

.tp_wrap_acheiv_2 .tpcountr_icon {
    line-height: 2;
}

.wrap_specialist {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 40px
}

.specialist_list {
    padding-top: 40px;
}

.specialist_list li {
    padding-bottom: 40px;
    display: block;
    clear: both;
}

.specialist_list li:last-child {
    padding-bottom: 0;
}

.imge_specialist {
    width: 120px;
    height: 120px;
    display: inline-block;
    border-radius: 50%;
    float: left;
    margin-right: 25px;
    overflow: hidden;
}

.imge_specialist img {
    width: auto;
    max-width: none;
}


/* featues 4    */

.tagpoint_row_section.features_section_2 {
    background: #09162a;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.col_features_content.col_features_content_2 {
    background: #eceded;
}

.col_features_content.col_features_content_2 .wrap_features::before {
    background: #ebecec;
}

.tagpoint_row_section.about_services_4 {
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
}

.wrap_services {
    position: relative;
    z-index: 9;
}

.wrap_service_5 {
    margin-bottom: 30px;
}

.tp_svg_back.tp_svg_back_center {
    width: 263%;
    z-index: 1;
}

.tp_inner_row.tp_services_row {
    padding-top: 50px;
    padding-bottom: 75px;
}

.service_head {
    display: inline-block;
    clear: both;
    padding: 15px 0 8px;
    background: #ebecec;
    width: 100%;
}

.service_head .service_icon {
    float: left;
    display: inline-block;
    width: 16%;
    margin-right: 15px;
    padding: 13px;
    overflow: hidden;
    padding-top: 5px;
}

.service_title_head {
    overflow: hidden;
    text-align: left;
    padding-top: 5px;
}

.tp_service_caption {
    padding: 25px 30px 40px;
    z-index: 9999;
    color: hsla(0, 0%, 100%, 0.83);
    text-align: left;
    transform: scale(1) !important;
}

.service_content_img {
    position: relative;
    overflow: hidden;
}

.service_bottom span {
    padding: 10px;
    display: inline-block;
}

.service_more {
    width: 45%;
}

.service_porjects {
    width: 55%;
    font-size: 12px;
}

.service_porjects strong {
    font-size: 28px;
    display: block;
    margin-right: 15px;
}

.service_more a {
    display: inline-block;
    padding: 8px 10px 7px 12px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fd972e;
    letter-spacing: 1px;
    background: #fff;
    box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.05);
}

.service_more a i {
    font-size: 20px;
    display: inline-block;
    float: right;
    margin-left: 8px;
    margin-top: 2px;
}

.service_more a:hover {
    background: #fd972e;
    color: #fff;
}

.service_bottom {
    background: #ebecec;
    padding: 10px;
}

.tagpoint_row_section.testmonail_2 {
    background: url(imgs/test_bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 9;
    padding: 70px 0 80px 0;
}

.tagpoint_row_section.testmonail_2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
    opacity: .7;
    z-index: -1;
}

.wrap_tesmonails li {
    display: block;
    width: 100%;
}

.testmonail_content {
    padding: 80px 40px 10px;
    position: relative;
}

.testmonail_text {
    font-weight: 300;
    text-align: center;
    font-size: 20px;
    font-style: italic;
    line-height: 1.65;
    color: #ffffff;
}


/*.testmonail_text::before {



    content: "\eb92";



    color: #fd972e;



    font-size: 52px;



    position: absolute;



    left: 0;



    right: 0;



    top: 0;



    text-align: center;



}*/

.testmonail_info {
    text-align: center;
}

.testmonail_job {
    font-size: 13px;
    color: #fd972e;
}

.tp_medium_title.testmoanil_name {
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: capitalize;
}

.tp_testmonail_nave {
    /*height: 100%;



    align-items: center;



    transform: rotate(90deg);



    margin-right: -60px;*/
}

.tp_testmonail_nave li {
    text-align: center;
}

.tp_testmonail_nave li a {
    width: 15px;
    height: 15px;
    border-color: #ffffff;
}

.tp_testmonail_nave li.uk-active a,
.tp_testmonail_nave li a:hover {
    background: #fd972e;
}

.tagpoint_row_section.our_pricing_2 {
    padding-bottom: 110px;
    overflow: hidden;
}

.wrap_blogs_2 {
    position: relative;
    z-index: 3;
}

.wrap_blogs_2 .tp_svg_back {
    width: 177%;
}

.last_blog_section_2 {
    background: #eceded;
    overflow: hidden;
}

.view_all_news_2 .slide_btn.slide_btn_2 .tp_second_btn {
    border-color: #fff;
}


/* 9- index latyout(5) layout 5  */

.slide_list {
    padding-top: 10px;
    padding-bottom: 22px;
}

.slide_list li {
    display: block;
    padding: 7px;
    color: #fcfcfc;
    font-size: 16px;
}

.slide_list li span {
    display: inline-block;
    float: left;
    margin-right: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fd972e;
    font-size: 14px;
    text-align: center;
    line-height: 21px;
    margin-top: 3px;
}


/* banner layout */

.tp_banner_section {
    padding: 60px 0 50px;
    background: #fd972e;
}

.banner_title {
    text-transform: capitalize;
    font-weight: 500;
}

.wrap_banner_col .tp-large-head {
    font-weight: 500;
}

.banner_btn .tp_second_btn i {
    background: #09162a;
    color: #fd972e;
}

.banner_btn.banner_btn .tp_second_btn {
    background: #fff;
    color: #fd972e;
}

.banner_btn.banner_btn:hover .tp_second_btn {
    background: #09162a;
    color: #fd972e;
}

.banner_btn.banner_btn:hover .tp_second_btn i {
    background: #fd972e;
    color: #09162a;
}


/* service 5  */

.tagpoint_row_section.service_section_5 {
    padding-bottom: 80px;
    overflow: hidden;
}

.service_section_5 .tp-large-head {
    margin-top: 3px;
}

.service_section_5 .tp_inner_row.row_service_4 {
    padding-top: 50px;
}

.sevice_desc_5 .wrap_about_text {
    padding-top: 0;
}

.tp_inner_row.row_service_4 {
    padding-top: 70px;
    padding-bottom: 0;
}

.service_heade_col .wrap_about {
    padding-left: 0;
    padding-top: 0;
}

.tp_wrap_service_content {
    padding: 0 15px 30px;
    box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.06);
    text-align: center;
    border-top: 4px solid #fd972e;
}

.tp_wrap_service_content.tp_meduim_icon.icon_circle .tp_it_icon {
    margin-top: -40px;
    width: 90px;
    height: 90px;
    line-height: 94px;
    font-size: 36px;
}

.tp_medium_title.service_h {
    padding-top: 0;
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: capitalize;
}

.tp_wrap_service_content .tp_medium_title.service_h {
    padding-top: 30px;
}

.tp_servie_wrapbutton .slide_btn.slide_btn_2 .tp_second_btn {
    border-color: #ebecec;
    font-size: 14px;
    text-transform: uppercase;
    padding: 9px 27px;
    font-weight: 500;
}

.tp_servie_wrapbutton .slide_btn.slide_btn_2 .tp_second_btn i {
    display: inline-block;
    float: right;
    margin-top: 1px;
}

.tp_servie_wrapbutton .slide_btn.slide_btn_2:hover .tp_second_btn {
    background: #fd972e;
    color: #232323;
    border-color: transparent;
}

.tp_servie_wrapbutton .slide_btn.slide_btn_2:hover .tp_second_btn i {
    color: #fd972e;
    background: #232323;
}


/* about section 5  */

.tagpoint_row_section.about_section_5 {
    background: #091629;
    padding-bottom: 80px;
}

.tp_about_carousel li {
    width: 100% !important;
}

.wrap_about_5 {
    padding-right: 45px;
}

.wrap_about_5 .title_vission {
    font-style: normal;
}

.wrap_about_5 .features_text {
    padding-bottom: 12px;
}

.wrap_about_btn a {
    display: inline-block;
    padding: 10px 35px;
    border-radius: 50px;
    font-weight: 500;
    border: 1px solid #fd972e;
    text-transform: uppercase;
}

.wrap_about_btn a:hover {
    background: transparent;
    color: #fd972e;
}

.wrap_col_features_2 {
    padding-top: 60px;
}

.wrap_about_btn {
    padding-top: 15px;
}

.wrap_col_features_2 .col_inner_features {
    margin-bottom: 35px;
}

.about_feature_icon {
    font-size: 40px;
    line-height: 1.2;
}

.breadcrumbs_content li i {
    font-size: 16px;
    position: relative;
    top: 3px;
}

.our_team_2 {
    background: #eceded;
    padding-top: 80px;
    padding-bottom: 60px;
}

.tagpoint_row_section.our_projects_5 {
    padding-bottom: 60px;
    background: #fff
}

.tagpoint_row_section.our_project_carousel_5 {
    padding-top: 0;
    background: #fff;
    padding-bottom: 90px;
}

.tp_portfolio_btn .tagpoint_text_button.tp_large_btn {
    background: #fd972e;
    color: #fff;
}

.tp_portfolio_btn a:hover .tagpoint_text_button.tp_large_btn {
    color: #fd972e;
}

.tp_portfolio_btn a:hover .tagpoint_text_button.tp_large_btn::after {
    background: #eceded;
}

.tagpoint_row_section.our_team.our_team_5 {
    background: #ebecec;
}


/* 10- about page (1)  */

.breadcrubs_section.tagpoint_row_section {
    padding-top: 100px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    z-index: 9
}


/*.breadcrubs_section.tagpoint_row_section::before {



    content: "";



    position: absolute;



    top: 0;



    bottom: 0;



    left: 0;



    right: 0;



    background: #000000;



    opacity: .5;



    z-index: -1;



}*/

.breadcrubs_section {
    background: url(imgs/breadcrumbs.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.wrap_breadcrumbs_col {
    padding: 20px 0;
    position: relative;
}

.breadcrumbs_content {
    position: relative;
    right: 0;
    padding: 0;
    display: inline-block;
    margin-top: 56px;
}

.breadcrumbs_content li {
    display: inline-block;
    font-weight: 400;
    color: #0000007a;
    float: left;
}

.breadcrumbs_content li a {
    color: #0000007a;
}

.breadcrumbs_content li a,
.breadcrumbs_content li span {
    padding: 0 5px;
}


/* about page sections */

.about_section_5.about_page {
    position: relative;
    background: #fff;
    padding-bottom: 70px;
    padding-top: 75px;
}

.about_row_page::before {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    left: 50%;
    height: 90px;
    transform: translateX(-50%);
    background: #fd972e;
}

.about_page_head {
    display: block;
}

.about_row_page .wrap_about_5 {
    padding: 0 40px 20px;
}

.about_row_page .experience_title.tp_medium_title {
    line-height: 1.5;
}


/* tooltip section */

.tagpoint_row_section.about_tooltip {
    position: relative;
    background: url(imgs/about_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    overflow: hidden;
}

.wrap_about_tooltip {
    padding: 100px 0;
    position: relative;
}

.tp_tooltip {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fd972e;
    font-size: 25px;
    line-height: 52px;
    text-align: center;
    color: #232323;
}

.tp_tooltip:hover {
    cursor: pointer;
}

.tp_tooltip_top {
    top: 10%;
    left: 20%;
    transform: translate(-20%, -10%);
}

.tp_tooltip_right {
    bottom: 40%;
    right: 20%;
    transform: translateX(-10%);
}

.tp_tooltip_bottom {
    bottom: 10%;
    right: 50%;
    transform: translateX(50%);
}

.tp_tooltip::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    border-radius: 50%;
    -webkit-animation-name: moved;
    -webkit-animation-duration: 1.3s;
    animation-name: moved;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    background: #fd972e;
    z-index: -1;
}

@keyframes moved {
    0% {
        opacity: 1;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        transform: scale(2.5);
    }
}

.tp_active_tooltip {
    background: #fff;
    padding: 0;
}

.tp_active_tooltip .uk-tooltip-inner {
    width: 300px;
    display: inline-block;
    background: #fff;
    padding: 15px;
    color: #232323;
    position: relative;
}

.tp_active_tooltip .uk-tooltip-inner::before {
    content: "";
    position: absolute;
    border: 8px solid transparent;
}

.tp_active_tooltip .uk-tooltip-inner::before {
    left: -14px;
    top: 50%;
    border-right-color: #fff;
    transform: translateY(-100%);
}

.tp_active_tooltip.tp_active_tooltip_bottom .uk-tooltip-inner::before {
    border-bottom-color: #fff;
    left: 40%;
    top: -14px;
    transform: translateX(-100%);
    border-right-color: transparent;
}


/* philisophy row */

.our_philosophy {
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}

.row_philosophy::before {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    left: 50%;
    height: 90px;
    transform: translateX(-50%);
    background: #fd972e;
}

.wrap_phil_text {
    padding: 15px 40px;
}

.philosophy_para {
    padding-bottom: 30px;
}

.what_cleint_says_2 {
    background: #eceded;
    padding-bottom: 40px;
}

.what_cleint_says_2 .tp_testmonail_nav a {
    border-color: #fff;
}

.what_cleint_says_2 .tp_testmonail_nav a:hover {
    border-color: transparent;
}


/* 11- about page 2 */


/* breadcrumbs 2 */

.tagpoint_row_section.breadcrubs_section.breadcrumbs_2 {
    padding-top: 32px;
    padding-bottom: 0;
    margin-top: -31px;
    border-top: 5px solid #fd972e;
}

.breadcrumbs_2 .wrap_breadcrumbs_col {
    padding: 80px 40px 60px;
}

.tp_medium_title.about_page_title {
    font-size: 36px;
}

.tp_cap {
    font-size: 78px;
    line-height: 73px;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.about_page_facts .tp_medium_title.acheiv-counter-title {
    color: #616269;
    font-weight: 400;
    font-size: 15px;
}

.wrap_about_page_text {
    padding-left: 40px;
}

.wrap_video_bg {
    padding: 240px 40px;
    position: relative;
    background: url(imgs/play.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    display: inline-block;
    width: 100%;
}


/* about page core value */

.tagpoint_row_section.our_core_values.about_core_value {
    background: #09162a;
    padding-bottom: 80px;
}

.about_core_value .wrap_core_value_title {
    padding-right: 0;
    padding-bottom: 60px;
}

.wrap_core_value_about_page .tp_meduim_icon.icon_circle .tp_it_icon {
    width: 80px;
    height: 80px;
    line-height: 82px;
    font-size: 34px;
    border-radius: 0;
    border: 1px dotted #fd972e;
}

.wrap_core_value_about_page {
    padding-left: 30px;
}

.wrap_core_value_about_page .tp_icon_section {
    padding-bottom: 20px;
}

.tagpoint_row_section.our_brands {
    padding-top: 100px;
    padding-bottom: 90px;
    background: #ebecec;
}

.tagpoint_row_section.breadcrubs_section.breadcrumbs_2::before,
.tagpoint_row_section.breadcrubs_section.breadcrumbs_3::before {
    opacity: .65;
}

.tagpoint_row_section.breadcrubs_section.breadcrumbs_3 {
    padding-top: 0;
    padding-bottom: 0;
}


/* 12- about page (3) vission & about 1 ======================================= */

.wrap_col_vission,
.wrap_col_mission {
    padding: 0 15px;
}

.wrap_about_us_content {
    padding: 100px 0 115px;
    position: relative;
    z-index: 9;
    padding-right: 31px;
    height: 100%;
}

.wrap_about_us_content .tp-large-head {
    margin-top: 4px;
}

.wrap_about_us_content.wrap_aboutus_2 {
    padding-right: 50px;
}

.wrap_about_us_content::before {
    content: "";
    position: absolute;
    left: -50%;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: -1;
}

.wrap_aboutus_2.wrap_about_us_content::before {
    background: #eceded;
}

.meduim-para {
    font-size: 16px;
    font-weight: 600;
}

.about_list_row {
    padding: 10px 0 15px;
}

.about_list_row ul li {
    display: block;
    clear: both;
    padding-bottom: 5px;
}

.about_list .slide_icon {
    display: inline-block;
    float: left;
    margin-right: 10px;
    font-size: 17px;
    margin-top: 3px
}

.about_bt.slide_btn {
    margin-top: 25px;
}

.about_bt.slide_btn .tp_second_btn {
    background: #127ccd;
    color: #ffffff;
    border-color: #127ccd;
}

.about_bt.slide_btn:hover .tp_second_btn {
    background: #09162a;
    color: #fff;
    border-color: #09162a;
}

.about_bt.slide_btn .tp_second_btn i {
    color: #fff;
}

.about_bt.slide_btn:hover .tp_second_btn i {
    color: #fff;
}

.wrap_bout_video_bg {
    padding: 100px 0;
    text-align: center;
    height: 100%;
    z-index: 4;
}

.wrap_bout_video_bg::before {
    content: "";
    position: absolute;
    right: -50%;
    left: -40%;
    top: 0;
    bottom: 0;
    background: url(imgs/play.jpg);
    background-size: cover;
    background-position: center;
}

.wrap_bout_video_bg .tp_play {
    top: 42%;
}

.wrap_video_bg .tp_play {
    top: 40%;
}

.wrap_video_bg .tp_play,
.wrap_bout_video_bg .tp_play {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #fd972e;
    color: #232323;
    font-size: 40px;
    line-height: 102px;
}

.wrap_video_bg .tp_play a,
.wrap_bout_video_bg .tp_play a {
    display: inline-block;
}

.wrap_video_bg .tp_play:hover a,
.wrap_bout_video_bg .tp_play:hover a {
    cursor: pointer;
    color: #fff;
}

.wrap_video_bg .tp_play::before,
.wrap_bout_video_bg .tp_play::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    border-radius: 50%;
    -webkit-animation-name: moved;
    -webkit-animation-duration: 1.3s;
    animation-name: moved;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    background: #fd972e;
    z-index: -1;
}

.tagpoint_row_section.our_experience {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}


/* 13- portfolio layout 1 ============== */

.tagpoint_row_section.our_projects_3 {
    padding-bottom: 25px;
    background: #ebecec;
}

.poroject_title_section .tp-large-head {
    margin-top: 4px;
    margin-bottom: 0;
}

.tp_medium_title.tp_portfolio_title {
    text-transform: capitalize;
}

.tagpoint_row_section.section_project_3 {
    padding-top: 0;
    padding-bottom: 140px;
    background: #ebecec;
}

.tp_filter_nav {
    padding-bottom: 0;
    text-align: right;
    margin-bottom: 33px;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    margin-top: 20px;
}

.tp_filter_nav li {
    display: inline-block;
}

.tp_filter_nav li a {
    color: #616269 !important;
    background: transparent !important;
    padding: 7px 18px !important;
    text-transform: uppercase;
    display: inline-block;
}

.tp_filter_nav.uk-subnav-pill>.uk-active>a {
    background: #ffff !important;
    color: #fd972e !important;
}

.project_count {
    float: left;
    font-size: 14px;
    padding: 4px 3px 0;
    color: #9e9e9e;
}

.tp_lightbox_icon i {
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: hsla(0, 0%, 100%, 0.3215686274509804);
    color: #ffffff;
    font-size: 20px;
    border-radius: 50%;
}

.tp_lightbox_icon:hover i {
    background: #ffffff;
    color: #fd972e;
    cursor: pointer;
}

.tp_custom_projects.uk-grid>* {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
}

.tp_custom_projects.uk-grid {
    margin-left: -15px;
    margin-right: -15px;
}

.tp_portfolio_title a:hover {
    cursor: pointer;
    color: #fd972e;
}

.wrap_portfolio_text .tp_section_description {
    padding-top: 0;
}


/* pricing plan  */

.wrap_pricing_plans {
    padding-left: 40px;
    padding-top: 70px;
    padding-right: 40px;
    flex-wrap: wrap;
}

.wrap_pricing_plans li {
    flex: 1;
}

.pricing_content {
    box-shadow: 0 2px 30px 0 hsla(0, 0%, 0%, 0.06);
    position: relative;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    background: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.wrap_pricing_plans li:nth-child(2) {
    z-index: 2;
}

.pricing_content.most_requested,
.pricing_content:hover {
    box-shadow: 0 2px 30px 0 hsla(0, 0%, 0%, 0.1);
    transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    cursor: pointer;
}

.wrap_pricing_plans li:last-child {
    margin-right: 0;
}

.head_plan {
    padding: 20px;
    padding-bottom: 0;
    background: #eceded;
    position: relative;
    z-index: 4;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.head_plan::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -31%;
    left: -10%;
    right: -10%;
    background: #eceded;
    border-radius: 50%;
    z-index: -1;
}

.head_plan span {
    display: block;
    text-align: center;
}

.plan_icon {
    font-size: 48px;
    line-height: 1;
}

.plan_price {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.5
}

.content_plan {
    padding: 78px 20px 20px;
}

.tp_medium_title.plan_title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.plan_duration {
    text-transform: capitalize;
    font-size: 16px;
    font-style: italic;
    line-height: .5;
}

.plan_features {
    text-align: center;
    padding: 0 0 20px 0;
}

.plan_features li {
    padding-bottom: 5px;
}

.plan_features li:last-child {
    padding-bottom: 0;
}

.plan_select {
    padding: 10px 0 15px;
    text-align: center;
}

.plan_select a {
    display: inline-block;
    padding: 12px 28px;
    text-transform: uppercase;
    line-height: 1.4;
    box-shadow: 0 2px 30px 0 hsla(0, 0%, 0%, 0.06);
    font-size: 13px;
    border-radius: 50px;
    font-weight: 500;
}

.plan_select a:hover,
.pricing_content:hover .plan_select a {
    background: #091235;
    transform: scale(.95);
}

.pricing_content.most_requested .head_plan,
.pricing_content.most_requested .head_plan::after {
    background: #fd972e;
    color: #fff;
}

.tagpoint_row_section.our_pricing {
    padding-bottom: 130px;
}


/* section-1 feature list */

.features_section {
    background-image: url(imgs/about_bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    padding: 0;
    overflow: hidden;
}

.col_features_img {
    padding: 200px 0;
}

.features_list {
    padding-top: 30px;
}

.features_list .tp_meduim_icon.icon_circle .tp_it_icon {
    border: 1px solid #fff;
    border-radius: 0;
}

.features_list .tp_medium_title {
    text-transform: capitalize;
    font-weight: 600;
}

.feature_details p {
    margin-top: 14px;
}

.feature_details .tp_medium_title {
    font-weight: 500;
    text-transform: capitalize;
}

.col_features_content {
    background-color: #212121;
    position: static;
}

.wrap_features {
    padding: 110px 0 110px 40px;
    position: relative;
    z-index: 9;
    height: 100%;
}

.wrap_features::before {
    content: "";
    position: absolute;
    width: 146%;
    height: 100%;
    background: #091629;
    z-index: -1;
    bottom: 0;
    left: -15px;
}

.features_list li {
    padding-bottom: 30px;
}

.features_list li:last-child {
    padding-bottom: 0;
}

.col_features_content_2 .features_list li {
    padding-bottom: 20px;
}

.col_features_content_2 .features_list li:last-child {
    padding-bottom: 0;
}

.feature_icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 62px;
    text-align: center;
    font-size: 34px;
    color: #212121;
    border-radius: 50%;
    float: left;
    margin-right: 30px;
}

.feature_details {
    overflow: hidden;
}


/* 14- last blogs layout 1 */

.last_blog_section {
    padding-bottom: 85px;
}

.veiw_all_news {
    padding-top: 35px;
    padding-bottom: 40px;
}

.veiw_all_news .slide_btn.slide_btn_2 .tp_second_btn {
    background: transparent;
    color: #060c29;
    border: 2px solid #fff;
    font-weight: 600;
    font-size: 14px;
}

.veiw_all_news .slide_btn.slide_btn_2:hover .tp_second_btn {
    background: #fd972e;
    border-color: transparent;
}

.veiw_all_news .slide_btn.slide_btn_2 .tp_second_btn i {
    background: #060c29;
    color: #fd972e;
}

.wrap_lasts_blog {
    padding-top: 30px;
}

.wrap_blog_text {
    position: relative;
}

.tp_wrap_blogs_2 {
    padding: 25px 25px 35px;
    background: hsla(0, 0%, 100%, 0.78);
    box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.1);
}

.innerwrap_lasts_blog .tp_last_blog {
    margin-top: 20px;
}

.contcat_row.contact_row_2::before {
    content: none;
}

.tp_wrap_blogs_2 .blog_title {
    font-size: 19px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0;
}


/* parents ===========================  */

.wrap_experience_list {
    padding: 30px 0 0 30px;
}

.tagpoint_row_section.our_partners {
    background: url(../images/articulatingbg.png) no-repeat;
    padding-top: 30px;
    background-position: center;
    padding-bottom: 0;
    overflow: hidden;
    min-height: 468px;
}

.partner_list {
    text-align: center;
}

.partner_list li {
    display: inline-block;
    padding: 10px 18px;
}

.partner_list li a {
    display: inline-block;
}

.partner_list li a img {
    opacity: .86;
    max-width: 100%;
    filter: alpha(opacity=86);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.partner_list li a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.tp_col_vission .tp_cap,
.wrap_col_mission .tp_cap {
    line-height: 59px;
    font-size: 59px;
    padding-bottom: 0;
}

.tagpoint_row_section.about_section_5.about_page_3 {
    background: #fff;
    padding-bottom: 65px;
    position: relative;
}

.tagpoint_row_section.about_section_5 .about_row_page::before {
    content: none;
}

.tagpoint_row_section.features_page_3 {
    background: #eceded;
    padding-top: 100px;
    padding-bottom: 80px;
}

.tp_inner_row.row_inner_features_2 {
    padding-top: 70px;
}

.features_list.features_list_page {
    padding: 0 50px 0 0;
}


/* 15- services pages  */

.tp_medium_title.service_page_mtitle {
    margin-top: 30px;
}

.icon_services.tp_icon_center .tp_icon_text {
    padding-top: 16px;
}

.tagpoint_row_section.service_features {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #ebecec;
}

.icon_services .tp_meduim_icon.icon_circle .tp_it_icon {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 2px 20px 0 hsla(0, 0%, 0%, 0.06);
}

.service_icluded .feature_details p {
    margin-top: 6px;
}

.tagpoint_row_section.why_choose_us {
    padding: 0;
    background: url(imgs/faq.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
}

.sevice_desc_5 .tp_section_description {
    padding-top: 0;
}

.wrap_faq {
    padding: 90px 60px 100px 0px;
    background: #fd972e;
    position: relative;
    z-index: 9;
}

.wrap_faq::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -50%;
    background: #fd972e;
    z-index: -1;
}

.faq-wrap-list {
    padding-top: 40px;
}

.faq-list {
    padding-bottom: 20px;
}

.faq-list:last-child {
    padding-bottom: 0;
}

.faq-wrap-head {
    display: block;
    padding: 12px 17px;
    position: relative;
    border: 1px solid #fff;
}

.faq-toggle-icon {
    display: inline-block;
    /* float: right; */
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 32px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.06);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
}

.faq-toggle-icon.faq-icon-open,
.faq-toggle-icon:hover,
.faq-wrap-head:hover .faq-toggle-icon {
    color: #fd972e;
    background: #212529;
    cursor: pointer;
}

.faq-toggle-icon:hover,
.faq-wrap-head:hover {
    cursor: pointer;
}

.faq-wrap-para {
    padding: 25px 15px 12px;
    color: #fff;
    ;
}

.faq-close {
    display: none;
}

.wrap_service_5.wrap_service_page_2 {
    margin-bottom: 31px;
}

.tagpoint_row_section.about_section_5.service_2_page {
    background: #fff;
    position: relative;
    padding-bottom: 80px;
}

.tp_inner_row.row_service_page.row_service_4 {
    padding-top: 40px;
}

.contact_us.contact_us_service {
    padding-top: 90px;
}


/* 16- single pages */

.single_sepratore {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 10px 0;
}

.service_icluded {
    padding-top: 30px;
    padding-right: 40px;
}

.service_icluded li {
    padding-bottom: 23px;
}

.service_icluded li:last-child {
    padding-bottom: 0;
}

.implmented_process {
    padding-top: 25px;
    flex-wrap: wrap;
}

.implmented_process li {
    display: inline-block;
    width: 25%;
    padding: 15px;
    border-top: 1px solid #eceded;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.title_vission.feature_title {
    text-transform: uppercase;
}

.process_num {
    font-size: 70px;
    color: #eceded;
}

.tp_medium_title.process_title {
    margin-top: 23px;
}


/* 17- sidebar style  */

.tp_widget {
    margin-bottom: 60px;
}

.wrap_page_sidebar .tp_widget:last-child {
    margin-bottom: 0;
}

.head_widget {
    padding-bottom: 15px;
}

.head_widget h3 {
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 20px;
    position: relative;
}

.head_widget h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    width: 30%;
    background: #fd972e;
}

.related_service_list li a,
.categories_list li a {
    display: block;
    padding: 10px 10px 13px;
    border-bottom: 1px solid hsla(0, 0%, 93%, 0.31);
    font-size: 16px;
}

.related_service_list li:last-child a,
.categories_list li:last-child a {
    border-bottom: 0;
}

.related_service_list li a::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #fd972e;
    margin-right: 10px;
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.related_service_list li a:hover,
.related_service_list li.current a {
    background: #fd972e;
    color: #232323;
    cursor: pointer;
}

.related_service_list li:hover a::before,
.related_service_list li.current a::before {
    background: #232323;
}

.contact_us {
    position: relative;
}

.wrap_side_contact {
    padding: 20px 15px;
    padding-bottom: 30px;
    box-shadow: 0 2px 16px 0 hsla(0, 0%, 0%, 0.06);
}

.phone_number {
    font-size: 31px;
    text-align: right;
    position: relative;
    display: block;
}

.phone_number::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -27px;
    width: 40px;
    height: 2px;
    background: #fff;
    top: 50%;
}

.wrap_side_contact p {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: hsla(0, 0%, 100%, 0.9);
    margin: 15px 0;
}

.get_qoute.slide_btn.slide_btn_2 .tp_second_btn {
    background: #fff;
    border-radius: 5px;
}

.left_side_bar .wrap_page_content {
    padding-left: 40px;
}

.righ_side_bar .wrap_page_content {
    padding-right: 40px;
}

.single_sepratore.small_sepratore {
    padding: 10px 0;
}

.tp_list {
    padding: 20px 0;
}

.tp_list li {
    padding-bottom: 11px;
}

.tp_list li::before {
    content: "\e971";
    display: inline-block;
    font-size: 16px;
    color: #fd972e;
    margin-right: 10px;
}

.wrap_download_btn {
    padding: 30px;
    box-shadow: 0 2px 15px 0 hsla(0, 0%, 0%, 0.06);
}

.wrap_download_btn p {
    color: hsla(0, 0%, 100%, 0.88);
    text-align: center;
}

.wrap_download_btn a {
    padding: 14px 30px;
    background: #fff;
    display: block;
    text-align: center;
    font-weight: 600;
}

.wrap_download_btn a:hover {
    color: #fd972e;
    background: #212529;
}

.wrap_download_btn a span {
    color: #fd972e;
    font-size: 23px;
    display: inline-block;
    margin-left: 15px;
    float: right;
}


/* 18- portfolio page  */

.projects_page .tp_col_porjects {
    padding: 0;
    margin-top: 0;
}

.wrap_project_details {
    padding: 15px;
    box-shadow: 0 2px 10px 0 hsla(0, 0%, 0%, 0.06);
    background: #fd972e;
}

.wrap_project_details li {
    padding: 10px 9px;
    border-bottom: 1px solid hsla(0, 0%, 93%, 0.42);
    color: #fff;
}

.wrap_project_details li:last-child {
    border-bottom: 0;
}

.wrap_project_details li strong {
    color: #212529;
    margin-right: 17px;
    font-weight: 400;
}

.projects_tags a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 15px;
    border: 1px solid hsla(0, 0%, 100%, 0.55);
    border-radius: 2px;
}

.col_project_3 {
    padding: 0 15px !important;
    padding-bottom: 14px !important
}

.projects_tags a:hover {
    background: #212529;
    color: #fd972e;
    border-color: #212529;
}

.wrap_project_details li.download_docs a {
    padding: 10px 25px;
    background: #212529;
    color: #fd972e;
}

.wrap_project_details li.download_docs {
    text-align: center;
    margin-top: 20px;
}

.wrap_project_details li.download_docs a {
    padding: 15px 28px;
    background: #212529;
    color: #fd972e;
    display: inline-block;
    border-radius: 5px;
}

.wrap_project_details li.download_docs a:hover {
    background: #fff;
}

.related_projects {
    padding-top: 50px;
}


/* 19-  team page */

.ceo_title {
    padding-bottom: 0;
    margin-bottom: 0;
}

.team_page .employee_col {
    margin-bottom: 60px;
}

.team_page_section {
    position: relative;
    padding-bottom: 40px;
}

.tagpoint_row_section.hiring_process {
    background: #eee;
    position: relative;
}

.hiring_process .process_num {
    color: #fff;
}

.hiring_process .implmented_process li {
    border-top-color: #fff;
    width: 25%;
}

.hiring_process .implmented_process {
    padding-top: 40px;
}


/* 20- tesmonail page */

.tagpoint_row_section.ceo_message {
    position: relative;
    background: #eceded;
    padding-bottom: 60px;
}

.testmonail_text.ceo_message_text {
    color: #232323;
    font-weight: 300;
    font-size: 22px;
}

.testmonail_text.ceo_message_text::before {
    top: 19px;
    font-size: 42px;
}

.testmonail.testmonail_page {
    padding-top: 140px;
    background: #09162a;
}

.testmonail.testmonail_page::before {
    top: 10px;
    color: #fd972e;
    font-size: 92px;
    opacity: 1;
}


/* 21- blogs style  */

.blogs_page_1 .tp_blog {
    padding-bottom: 16px;
}

.blogs_page_1 .wrap_lasts_blog {
    padding: 0;
}

.wrap_pignation {
    padding-top: 60px;
    text-align: right;
    padding-bottom: 10px;
}

.wrap_pignation li {
    display: inline-block;
    margin-right: 14px;
    margin-bottom: 15px;
}

.wrap_pignation li a,
.wrap_pignation li span {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    padding: 4px 14px;
    line-height: 2;
}

.wrap_pignation li a {
    background: #eceded;
}

.wrap_pignation li span,
.wrap_pignation li a:hover {
    background: #fd972e;
    color: #fff;
}

.contact_us.blogs_grid {
    border-top: 1px solid #eceded;
}

.searchform {
    position: relative;
}

.searchform input[type="text"] {
    padding: 6px 10px;
    width: 100%;
    border: 1px solid #eceded;
}

.searchform input[type="text"],
.searchform button {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.searchform input[type="text"]:focus {
    border-color: #fd972e;
}

.searchform button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 11px;
    font-size: 20px;
    border: 0;
    background: #fd972e;
    line-height: 2.2;
    color: #232323;
    text-align: center;
}

.searchform button:hover {
    background: #232323;
    color: #fd972e;
    cursor: pointer;
}

.tags_list li {
    padding: 4px;
    display: inline-block;
}

.tags_list li a {
    font-size: 12px;
    display: inline-block;
    padding: 5px 13px;
    background: #fd972e;
    text-transform: capitalize;
    font-weight: 500;
}

.tags_list li a:hover {
    background: #232323;
    color: #fd972e;
}

.posts_list li {
    display: block;
    padding: 12px 0;
    border-bottom: 1px dotted #cecece;
    overflow: hidden;
}

.posts_list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.posts_list .wrap_image {
    display: inline-block;
    float: left;
    width: 90px;
    margin-right: 15px;
}

.rpost_content {
    overflow: hidden;
}

.rpost_content h3 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize;
}

.rpost_content .rp_date {
    font-size: 12px;
}

.wrap_article_basic {
    padding-bottom: 30px;
}

.article_title_excerpt {
    padding: 30px 15px;
}

.article_title_basic {
    font-size: 30px;
}

.article_meta {
    padding-bottom: 20px;
    font-family: Montserrat;
}

.article_meta li {
    display: inline-block;
    font-size: 12px;
    padding-right: 12px;
    color: #e0e0e0;
}

.article_meta li span,
.article_meta li a {
    padding-right: 12px;
    font-weight: 500;
    font-size: 12px;
    color: hsla(0, 0%, 0%, 0.61);
    text-transform: uppercase;
}

.article_meta li a:hover {
    color: #fd972e;
}

.article_para {
    padding-bottom: 27px;
    font-size: 15px;
}

.read_more_article a {
    display: inline-block;
    padding: 9px 28px;
    font-size: 14px;
    color: #212529;
    font-weight: 500;
    background: #fd972e;
    text-transform: uppercase;
    border-radius: 50px;
}

.read_more_article a:hover {
    color: #fd972e;
    background: #212529;
}


/* 22- single page style */

.wrap_article .article_title_basic {
    margin-top: 17px;
}

.article_meta.single_page {
    padding-top: 20px;
    padding-bottom: 0;
}

.wrap_article blockquote {
    padding: 10px 0;
}

.wrap_article p img {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
}

.img_align_right {
    float: right;
    padding-left: 20px;
}

.img_align_left {
    float: right;
    padding-left: 20px;
}

.single_tags {
    padding-top: 60px;
}

.share-box-list {
    padding-top: 40px;
}

.single_tags li,
.share-box-list li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

.single_tags li a {
    font-weight: 400;
    display: inline-block;
    padding: 6px 19px;
    border: 2px solid #fd972e;
    font-size: 14px;
}

.single_tags li a:hover {
    background: #fd972e;
    color: #232323;
}

.share-box-list li a {
    padding: 7px 16px;
    font-size: 16px;
    text-align: center;
    border: 2px solid #e9ecef;
    display: inline-block;
}

.share-icon,
.share-text {
    transition: all .6s linear;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -o-transition: all .6s linear;
    -ms-transition: all .6s linear;
}

.share-text {
    margin-left: 10px;
    width: 0;
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: right;
}

.share-box-list li:hover a {
    width: auto;
    border-color: #fd972e;
    background: #fd972e;
    color: #232323;
}

.share-box-list li:hover .share-text {
    width: 60px;
}

.share_text span {
    margin-right: 20px;
    font-size: 14px;
    text-transform: uppercase;
}

.comment-box {
    padding-top: 60px;
}

.count-comments {
    text-transform: uppercase;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.count-comments strong {
    margin-right: 5px;
    font-size: 18px;
}

.list-comments {
    padding-top: 10px;
}

.list-comments li {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dotted #d6d4d4;
}

.list-comments li:last-child {
    border-bottom: 0;
}

.innercomment-rply li {
    border-top: 1px dotted #d6d4d4;
}

.comment-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.comment-text {
    padding: 5px 10px;
}

.tp_medium_title.comment-name {
    margin-bottom: 9px;
    display: inline-block;
}

.comment_date {
    font-size: 12px;
    margin-left: 15px;
    font-weight: 400;
}

.comment-head {
    overflow: hidden;
}

.comment-rply-btn {
    float: right;
}

.comment-rply-btn a {
    display: inline-block;
    font-size: 12px;
    padding: 6px 15px;
    line-height: 1.3;
    font-weight: 400;
    background: #eee;
}

.comment-para {
    margin-bottom: 0;
    margin-top: 10px;
}

.innercomment-rply {
    padding-top: 18px;
    padding-left: 40px;
}

.leave-comment {
    padding-top: 60px;
}

.comment-form {
    padding-top: 35px;
}

.comment-feild {
    position: relative;
}

.comment-feild label {
    display: inline-block;
    float: left;
    width: 25%;
    padding: 0 5px;
    padding-top: 12px;
    padding-bottom: 13px;
    text-align: center;
    background: #eceded;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #eceded;
}

.comment-feild input {
    width: 74%;
    padding-top: 12px;
    padding-bottom: 13px;
    border: 1px solid #eceded;
    border-left: 0;
    background: #eceded;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 16px;
}

.comment-feild input:focus,
.comment-feild textarea:focus {
    background: #fff;
}

.comment-feild textarea {
    width: 100%;
    border: 1px solid #eceded;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    height: 180px;
    background: #eceded;
    font-size: 16px;
    padding: 15px;
}

.comment-feild {
    padding-bottom: 25px;
}

.btn-comment {
    padding: 10px 69px;
    background: #fff;
    font-weight: bold;
    background: #fd972e;
    color: #fff;
    border: 0;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    text-transform: uppercase;
}

.btn-comment:hover {
    cursor: pointer;
    background: #232323;
    color: #fd972e;
}


/* 23- contact form */

.tp-form-el {
    position: relative;
}

.tp-title-feild {
    width: 25%;
    font-size: 16px;
    text-transform: capitalize;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    float: left;
    display: inline-block;
    margin: 0;
    padding: 9px 0;
    font-weight: 400;
}

.tp-feild {
    padding: 13px 0;
    width: 75%;
    background: #eceded;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 400;
}

.tp-feild:focus,
.tp-message:focus {
    border-color: #eceded;
    background: #fff;
}

.tp-message {
    width: 100%;
    font-size: 16px;
}

.sendmessage_btn {
    display: inline-block;
    width: 100%;
    padding: 13px 20px;
    background: #fd972e;
    font-size: 18px;
    text-transform: uppercase;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    color: #fff;
    font-weight: 600px;
    border: 0;
}

.sendmessage_btn:hover {
    cursor: pointer;
    background: #232323;
    color: #fd972e;
    ;
}

.msg_feadback {
    padding: 15px;
    border: 2px solid #eee;
}

.tp-map {
    height: 520px;
    width: 100%;
}

.tp-per-load {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: url(imgs/loading.gif);*/
    background-position: center center;
    background-color: #fff;
    z-index: 99999;
    background-repeat: no-repeat;
}

.landingfile {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.growth-left {
    padding-top: 0px;
}

.growth-left h2 {
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 34px;
}

.growth-left p {
    font-size: 20px;
    color: #212121;
    line-height: 28px;
}

.growth-left .about_bt.slide_btn {
    margin-top: 35px;
}

.advantage-main {
    padding: 0;
}

.advantage-main .growth-left {
    padding-top: 90px;
    padding-bottom: 50px;
}

.matter-part {
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}

.matter-most {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding-top: 90px;
}

.matter-most h2 {
    font-size: 28px;
    color: #212121;
    font-weight: 900;
}

.matter-most ul li {
    font-size: 24px;
    color: #0d1e38;
    line-height: 35px;
    padding: 15px 0;
    background: url(../images/orange-line.png) no-repeat bottom center;
    ;
}

.matter-most ul li:last-child {
    background: none;
}

.matter-most ul li strong {
    font-weight: 900;
    text-transform: uppercase;
}

.matter-most ul li a {
    cursor: default!important;
}

.structures {
    padding-top: 55px;
    text-align: center;
}

.bbc-logo img {
    padding: 0 20px;
    display: inline-block;
}

.contact_us {
    padding-bottom: 85px;
}

.tp_footer {
    background: #f5f5f5;
    padding: 13px 0;
}

.recognition h2 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact_us p strong {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
}

.contact_us p {
    font-size: 17px;
    line-height: 26px;
}

.contact_us .executives {
    margin-top: 30px;
}

.google-link {
    font-size: 30px;
    color: #6eb1e3;
}

.google-link a {
    color: #6eb1e3;
}

.footer-bg {
    background: url(../images/footer-bg.jpg) repeat-x;
    height: 15px;
}

.events-part h2 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222328;
}

.events-part ul.uk-slider-items li {
    padding-left: 0;
    padding-right: 0;
}

.events-part ul.uk-slider-items li p {
    margin-top: 0!important;
}


/*.events-part{border-right: dotted 3px #ccc; padding-right:15px;}*/

.conducted-port {
    margin-bottom: 20px;
}

.conducted-port span.date {
    font-size: 16px;
    color: #1f1f1f;
    font-weight: 500;
    padding-bottom: 5px;
}

.conducted-port p {
    font-size: 19.6px;
    color: #127ccd;
    line-height: 26px;
    margin: 0;
}

.conducted-port span {
    font-size: 16px;
    color: #5f5f5f;
    line-height: 20px;
    font-weight: 700;
}

.realising-left {
    background: #f5f5f5;
    padding: 0 50px;
    position: relative;
    z-index: 1
}

.realising-right {
    background: #e8f5f7;
    min-height: 600PX;
    padding: 0 50px;
}

.aligned-left {
    background: #e8f5f7;
    padding: 0 48px;
    position: relative;
}

.aligned-right {
    background: #f5f5f5;
    min-height: 600PX;
    padding: 0 48px 58px 48px;
}

.case-study a.case-button {
    background: #0d1e38;
    padding: 4px 26px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
}

.case-study .aligned-left h2,
.case-study .realising-right h2 {
    font-size: 45px;
    color: #212121;
    line-height: 50px;
    font-weight: 800;
    margin: 0;
}

.case-study .aligned-right h2,
.case-study .realising-left h2 {
    font-size: 30px;
    color: #212121;
    line-height: 33px;
    font-weight: 800;
    margin: 0;
}

.case-study .engaged-part {
    margin-top: 50px;
    display: inline-block;
    padding: 0 20px 60px 20px;
}

.case-study p {
    color: #575757;
    font-size: 17px;
    line-height: 26px;
}

.case-study .slide_btn_2 span {
    font-size: 13px;
    /* padding: 15px 40px!important; */
}

.case-study .slide_btn_2 .arrow {
    margin-left: 6px;
    display: inline-block;
}

.industries-main ul {
    margin: 0;
    padding: 0;
}

.industries-main ul li {
    width: 100%;
    display: table;
    margin-bottom: 46px;
}

.industries-main .industries-left {
    float: left;
}

.industries-main .industries-right {
    float: left;
    margin-left: 20px;
}

.industries-main .industries-right strong {
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
}

.industries-main .industries-right .number {
    display: block;
    font-size: 48px;
    color: #212121;
    font-weight: 700;
    padding-top: 20px;
}

.about_bt.meet-button {
    display: block;
    margin-top: 25px;
}

.about_bt.meet-button span {
    font-size: 12px;
    color: #127ccd;
    text-transform: uppercase;
    font-weight: 700;
}

.about_bt.meet-button .arrow {
    margin-left: 5px;
}

.leadership-bg {
    margin-top: -26px;
}

.realising-left .engaged-part {
    padding-bottom: 0;
}

.realising-bg {
    margin-top: -150px;
}

.our_partners .testmonail_content {
    padding: 0;
}

.our_partners .testmonail_text {
    text-align: left;
}

.our_partners .testmonail_info {
    text-align: left;
}

.our_partners .tp_testmonail_nave {
    width: 100%;
    bottom: -50px;
    left: 42%;
}

.our_partners .uk-position-relative {
    margin-bottom: 0;
}

.our_partners .tp_testmonail_nave {
    margin-left: 50px;
}

.our_partners .testmonail-left {
    float: left;
    padding-top: 60px;
}

.our_partners .testmonail-left img {
    border: solid 1px #fff;
}

.our_partners .testmonail_text {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    font-style: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    margin-bottom: 25px;
    overflow: hidden;
}

.our_partners .tp_medium_title.testmoanil_name {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.our_partners .testmonail_job {
    color: #fff;
    font-size: 13px;
}

.testmonail-right {
    margin-left: 60px;
    margin-top: 70px;
    float: left;
    width: 50%;
}

.our_partners .tp_testmonail_nave li a {
    background: #fff;
    width: 18px;
    height: 18px;
    border: solid 5px #054db0;
}

.our_partners .tp_testmonail_nave li.uk-active {}

.our_partners .tp_testmonail_nave li.uk-active a {
    border: solid 5px #04367c;
    width: 18px;
    height: 18px;
    /*margin-top:-2px;*/
}

.our_partners .tp_testmonail_nave li a:hover {
    border: solid 5px #04367c;
    width: 18px;
    height: 18px;
    /*margin-top:-2px;*/
}

.contact_us .wrap_testmoanil_info {
    padding: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 194px;
}

.contact_us .tp_testmonail_nave {
    left: 50%;
    transform: translate(-50%, 0%);
    width: auto;
    right: auto;
    bottom: -30px;
}

.contact_us .tp_testmonail_nave li a {
    background: #9d9d9d;
    width: 15px;
    height: 15px;
}

.contact_us .tp_testmonail_nave li.uk-active a {
    background: #fff;
    border-radius: 100%;
    border: solid 6px #9d9d9d;
    width: 20px;
    height: 20px;
    margin-top: -3px;
}

.contact_us .uk-slider-container {
    margin-top: 5%;
}


/*.aligned-left:after{content: ""; background:url(../images/aligned-bg.jpg) no-repeat; position:absolute; top:0; left:0; width:843px; height:360px;}*/


/*Competency Framework*/

.competency-banner {
    background: #f4cc2c;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    padding-bottom: 0px;
    min-height: 505px;
}

.tp-main-menu.header-menu-1.competency-header {
    border-bottom: solid 0px #f6d653;
    background: #dbb728;
}

.competency-header .tp-seachicon-icon {
    color: #fff!important;
}

.competency-banner h2 {
    font-weight: 800;
    color: #000;
    font-size: 70px;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 70px;
}

.competency-banner .defining {
    font-weight: 300;
    font-size: 24px;
    color: #000;
}

.competency-right {
    position: relative;
}

.competency-right:after {
    position: absolute;
    top: 70px;
    right: 0;
    content: "";
    width: 423px;
    height: 424px;
    background: url(../images/competency.png) no-repeat;
    z-index: 1;
}

.behaviours {
    padding-top: 40px;
}

.behaviours.defining {
    padding-top: 60px;
}

.providing-left {
    float: left;
}

.behaviours-part ul li {
    margin-bottom: 30px;
    display: table;
    width: 100%;
}

.providing-right {
    display: list-item;
    margin-left: 144px;
    padding-top: 6px;
    color: #0d1e38;
    font-weight: 500;
    font-size: 20px;
}

.services-in {
    padding-top: 0;
    margin-bottom: 57px;
}

.services-in h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0d1e38;
}

.services-in ul li {
    display: inline-block;
}

.services-in ul li a {
    padding: 5px 20px;
    background: #999999;
    color: #fff;
    border-radius: 40px;
    margin-bottom: 18px;
    display: inline-block;
    font-size: 15px;
}

.services-in ul li a.recruitment {
    background: #4c4c4c;
}

.services-in ul li a.performance {
    background: #333333;
}

.services-in ul li a.succession {
    background: #999999;
}

.featured-case h3 {
    font-size: 20px;
    color: #1f1f1f;
    font-weight: 600;
}

.conglomerate-box {
    background: #f2f2f2;
    padding: 33px 60px 30px 40px;
    margin-bottom: 40px;
}

.conglomerate-box p {
    color: #1f1f1f;
    font-size: 20px;
    line-height: 30px;
}

.conglomerate-box .about_bt.slide_btn .tp_second_btn {
    font-weight: 600;
    background: none;
    border: 2px solid #127dcd;
    padding: 10px 30px;
    font-size: 13px;
    color: #127dcd;
}

.conglomerate-box .about_bt.slide_btn .tp_second_btn .arrow {
    margin-left: 10px;
}

.conglomerate-box .about_bt.slide_btn {
    margin-top: 36px;
    margin-bottom: 10px;
}

.oganization-main {
    border-top: solid 2px #e3e3e3;
    padding-top: 40px;
}

.oganization-main h4 {
    margin: 0;
    line-height: 18px;
}

.culture-left {
    font-size: 55px;
    color: #e3e3e3;
    float: left;
}

.culture-right {
    float: left;
    margin-left: -10px;
}

.management-left {
    float: right;
    font-size: 55px;
    color: #e3e3e3;
}

.management-right {
    text-align: right;
    margin-right: -10px;
    float: right;
}


/*Competency Framework And*/


/*Culture css*/

.culture-banner {
    background: #ee7525;
}

.tp-main-menu.header-menu-1.competency-header.culture-banner {
    background: #be5e1e;
    border-bottom: solid 0px #f18f4e;
}

.culture-banner .breadcrumbs_content li a,
.culture-banner .breadcrumbs_content li span,
.culture-banner .breadcrumbs_content li i {
    color: #fff;
}

.culture-banner h2 {
    color: #fff
}

.culture-banner .defining {
    color: #fff;
}

.culture-banner .competency-right:after {
    background: url(../images/culture.png) no-repeat;
}


/*Vision and leadership alignment*/

.vision-banner {
    background: #1391c0;
}

.tp-main-menu.header-menu-1.competency-header.vision-banner {
    background: #0f749a;
    border-bottom: solid 0px #3c8ead;
}

.vision-banner h2 {
    line-height: 80px;
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.vision-banner .breadcrumbs_content li a,
.vision-banner .breadcrumbs_content li span,
.vision-banner .breadcrumbs_content li i {
    color: #fff;
}

.vision-banner .competency-right:after {
    background: url(../images/vision-img.png) no-repeat;
}

.factsheet {
    margin-bottom: 60px;
}

.factsheet .about_bt.slide_btn {
    margin-top: 10px;
}

.factsheet .about_bt.slide_btn span {
    padding: 12px 30px;
}

.bainstorm .behaviours-part {
    padding: 30px 0;
}

.bainstorm h3 {
    padding-bottom: 20px;
    margin-bottom: 0;
}


/*structure css*/

.structure-banner {
    background: #8dc73f;
}

.tp-main-menu.header-menu-1.competency-header.structure-banner {
    background: #719f32;
    border-bottom: solid 0px #a2d163;
}

.structure-banner .behaviours {
    padding-top: 70px;
}

.structure-banner .behaviours p {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    margin-top: 0px;
}

.structure-banner .competency-right:after {
    background: url(../images/structure.png) no-repeat;
}

.organisation-banner {
    background: #53bb66;
}

.tp-main-menu.header-menu-1.competency-header.organisation-banner {
    background: #429652;
    border-bottom: solid 0px #73c883;
}

.organisation-banner .behaviours {
    padding-top: 120px;
}

.organisation-banner .competency-right:after {
    background: url(../images/organisation.png) no-repeat;
}

.services-in.services ul li {
    margin-right: 15px;
}

.procedures .behaviours-part {
    margin: 80px 0;
}

.procedures .providing-right {
    margin-left: 174px;
    min-height: 135px;
    display: flex;
    align-items: center;
    padding: 0;
}


/*Performance Management*/

.performance-banner {
    background: #f54236;
}

.tp-main-menu.header-menu-1.competency-header.performance-banner {
    background: #c4352b;
    border-bottom: solid 0px #f7655c;
}

.performance-banner .behaviours {
    padding-top: 40px;
}

.performance-banner .competency-right:after {
    background: url(../images/performance.png) no-repeat;
}

.performance-banner h2 {
    line-height: 70px;
    padding-bottom: 0;
}

.performance-banner p {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
}

.procedures1 .behaviours-part {
    margin: 60px 0;
}

.procedures1 .providing-right {
    min-height: 105px;
    margin-left: 140px;
    display: flex;
    align-items: center;
    padding: 0;
}

.procedures1 .behaviours-part ul li {
    margin-bottom: 30px;
    display: table;
    width: 100%;
}

.performanceimg {
    float: right;
    padding-left: 30px;
}


/*Engagement Scorecard*/

.engagement-banner {
    background: #00aef0;
}

.tp-main-menu.header-menu-1.competency-header.engagement-banner {
    background: #008bc0;
    border-bottom: solid 0px #30bdf3;
}

.engagement-banner .behaviours {
    padding-top: 40px;
}

.engagement-banner .competency-right:after {
    background: url(../images/engagement.png) no-repeat;
}

.engagement-banner h2 {
    line-height: 70px;
    padding-bottom: 0;
}

.engagement-banner p {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
}

.success-part {
    padding: 0;
    text-align: center;
}

.success-vedio {
    padding: 40px 0 80px 0;
    text-align: center;
}


/*Leadership Development css*/

.leadership-banner {
    background: #65d1af;
}

.tp-main-menu.header-menu-1.competency-header.leadership-banner {
    background: #51a78c;
    border-bottom: solid 0px #82dabe;
}

.leadership-banner .behaviours {
    padding-top: 40px;
}

.leadership-banner .competency-right:after {
    background: url(../images/leadership1.png) no-repeat;
}

.managing {
    padding: 40px 0 0 0;
}

.validated {
    padding: 50px 0 30px 0;
}

.validated p {
    min-height: 386px;
    display: flex;
    align-items: center;
}


/*Landing Pages*/

.tp-main-menu.header-menu-1.competency-header.landing-banner {
    background: #1b262d;
    border-bottom: solid 0px #1b262d;
}

.landing-main {
    margin-top: 70px;
}

.landing-main h2 {
    font-size: 45px;
    color: #0d1e38;
    font-weight: 800;
    margin-bottom: 0;
}

.landing-main h3 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #212121;
    line-height: 28px;
    padding-bottom: 10px;
}

.landing-main p {
    padding-bottom: 10px;
}

.stabilise-box1 {
    margin: 0 10px;
}

.predictability {
    background: #06425e;
    font-size: 17px;
    color: #fff;
    line-height: 26px;
    padding: 20px 40px 20px 40px;
    min-height: 322px;
}

.stabilisebg {
    background: url(../images/stabilise-bg.png) no-repeat;
    width: 458px;
    height: 388px;
    padding-top: 47%;
    padding-left: 80%;
}

.stabilisebg img {
    margin-left: 15px;
}

.stabilise-box1 span {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 15px;
    display: block;
}

.stabilisebg1 {
    background: url(../images/scalebg.png) no-repeat;
    width: 377px;
    height: 388px;
    position: relative;
    z-index: 1;
    padding-top: 38%;
    padding-left: 39%;
}

.stabilisebg2 {
    background: url(../images/steerbg.png) no-repeat;
    width: 457px;
    height: 388px;
    position: relative;
    left: -82px;
    padding-top: 30%;
    padding-left: 16%;
}

.stabilise-part {
    padding: 5% 0;
}

.stabilise-part h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0;
}

.stabilise-part p {
    margin-top: 10px;
    line-height: 26px;
}

.landing-center {
    text-align: center;
    position: relative
}

.landingarrow {
    position: relative;
}

.landingarrow:after {
    position: absolute;
    top: 35%;
    left: 90%;
    content: "";
    width: 103px;
    height: 42px;
    background: url(../images/landing-arrow.png) no-repeat;
}

.breadcrumbs-lading .breadcrumbs_content {
    margin-top: 0px;
    padding-bottom: 40px;
}

.breadcrumbs-lading .breadcrumbs_content li a,
.breadcrumbs-lading .breadcrumbs_content li {
    color: #212121;
    font-size: 14px;
}


/*Accelerating Leadership Development among First-line Leaders Pages*/

b {
    font-weight: 700;
    color: #000;
}

.accelerating-section {
    background: #1b262d url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
}

.accelerating-section.tagpoint_row_section {
    padding-top: 100px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.accelerating-section .wrap_breadcrumbs_col {
    padding-top: 100px;
}

.accelerating-section .wrap_breadcrumbs_col h2 {
    font-size: 58px;
    font-weight: 700;
    line-height: 80px;
    padding-right: 72px;
}

.accelerating-section .wrap_breadcrumbs_col a {
    background: #21a13e;
    font-size: 17px;
    color: #fff;
    border-radius: 6px;
    line-height: 20px;
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
}

.accelerating-section .wrap_breadcrumbs_col a.employee1 {
    background: #e76e1f;
    margin-left: 10px;
}

.about_section_5.about_page.chemicals {
    padding-top: 40px;
    padding-bottom: 0;
    position: relative;
    font-size: 20px;
    line-height: 34px;
    color: #4e4e4e;
}

.specialty {
    padding-top: 14%;
    z-index: 1;
    position: relative;
}

.designed1 {
    position: absolute;
    right: 0;
    top: 16%;
}

.integrated-bg {
    background: #f5f5f5;
    padding: 50px 0 30px 0;
    position: relative;
}

.manpower-bg {
    padding: 50px 0 50px 0;
    position: relative;
}

.manpower-bg span {
    font-size: 20px;
    color: #ee640f;
}

.manpower-bg h3 {
    font-size: 45px;
    color: #212121;
    margin: 0;
    font-weight: 800;
    padding-top: 6px;
    line-height: 50px;
}

.manpower-bg .about_bt.slide_btn .tp_second_btn {
    padding: 10px 30px;
}

.manpower-bg .about_bt.slide_btn .tp_second_btn {
    font-size: 13px;
}

.manpower-bg .about_bt.slide_btn .tp_second_btn .arrow {
    margin-left: 10px;
}

.manpower-bg .about_bt.slide_btn {
    float: right
}

.significant ul li {
    background: url(../images/green-arrow.png) no-repeat 0 6px;
    padding-left: 50px;
    padding-bottom: 10px;
}

.designed {
    position: absolute;
    left: 0;
    top: 20%;
}

.designed3 {
    position: absolute;
    right: 0;
    bottom: 20%;
}

.designed5 {
    position: absolute;
    left: 0;
    top: 0%;
}

.process {
    padding: 0;
    margin: 0;
    font-weight: 700;
}


/*Designing Profit Linked Incentive Scheme*/

.incentivescheme-section {
    background: #1b262d url(../images/competency-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
}

.scheme-section {
    background: #1b262d url(../images/scheme-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
}

.scheme-section .wrap_breadcrumbs_col {
    padding-top: 140px;
}

.warding-part .specialty {
    padding-top: 38%;
    display: inline-block;
}

.warding-part .designed1 {
    top: 45%;
    right: 0px;
}


/*Develop a pipeline of successful leaders at all levels*/

.levels-section {
    background: #1b262d url(../images/levels-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
}

.levels-section .wrap_breadcrumbs_col {
    padding-top: 110px;
}

.levels-part .specialty {
    padding-top: 28%;
    display: inline-block;
}

.levels-part .designed1 {
    top: 56%;
    right: 0px;
}

.chemicalstext {
    padding-top: 19%;
}

.specialty.story-text {
    padding-top: 13%!important;
}

.understand {
    text-align: center;
}

.leadership-part {
    text-align: center;
    padding: 10% 0 3% 0;
    position: relative;
    z-index: 1;
}

.leadership-part h4 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 18px;
}

.leadership-part p {
    font-size: 18px;
    font-weight: 300;
    color: #777777;
    margin-top: 0;
}

.significantol ol {
    margin: 0 0 0 25px;
    padding: 0;
}

.significantol ol li {
    list-style: inherit;
    font-size: 20px;
    color: #0c0c0c;
    padding: 5px 8px;
}

.develop-contact .designed {
    top: 10%;
}

.develop-contact .designed3 {
    top: 25%
}

.credentials {
    background: #f5f5f5;
    padding: 100px 0 50px 0;
}

.human-text {
    background: #ccdfea;
    padding: 50px;
    margin-bottom: 30px;
    min-height: 217px;
    display: flex;
    align-items: center;
}

.human-text p {
    color: #212121;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 0;
}

.credentials.credentials1 .human-text {
    min-height: 218px;
}


/*HR Audit-Uncovering Hidden Costs*/

.hr-audit-section {
    background: #1b262d url(../images/hr-audit.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
}

.hr-audit-section .wrap_breadcrumbs_col {
    padding-top: 140px;
}

.hr-audit-part .specialty {
    padding-bottom: 10%;
    display: inline-block;
    padding-top: 0;
}

.hr-audit-part .specialty h3 {
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 45px;
}

.shocking-contact p {
    font-size: 20px;
    line-height: 34px;
    color: #4e4e4e;
}

.hr-audit-part .specialty h3 span {
    color: #f58035;
}

.hr-audit-part .specialty p {
    margin-top: 0;
}

.hr-audit-part .designed1 {
    top: 50%;
    right: 0px;
}

.realistic {
    padding-top: 5%;
    position: relative;
    z-index: 1;
}

.shocking-contact .designed3 {
    bottom: -14%;
}

.shocking-contact span {
    color: #000;
    font-weight: 600;
}

.mid-sized {
    padding-top: 10%!important;
}


/*Manpower Right-Sizing*/

.manpower-section {
    background: #1b262d url(../images/hr-audit.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
}

.manpower-section .wrap_breadcrumbs_col {
    padding-top: 20%;
}

.manpower-part .specialty {
    padding-top: 0%;
    display: inline-block;
}

.manpower-part .designed1 {
    top: 50%;
    right: 0px;
}

.manpower-part p {
    font-size: 20px;
    line-height: 34px;
    color: #4e4e4e;
}

.manpower-part h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
}


/*Performance and Engagement�Two Sides copy*/

.performance-section {
    background: url(../images/performance-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
}

.performance-section .wrap_breadcrumbs_col {
    padding-top: 140px;
}

.performance-part .specialty {
    padding-top: 8%;
    display: inline-block;
}

.performance-part .designed1 {
    top: 45%;
    right: 0px;
}

.integrated-bg p {
    font-size: 20px;
    line-height: 34px;
    color: #4e4e4e;
    padding-bottom: 0;
}

p.result {
    padding-bottom: 25px;
}

.performance-part h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
}


/*Performance and Engagement�Two Sides*/

.performance-section1 {
    background: #1b262d url(../images/organisation-bg1.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
}


/*Productivity Challenge The Burden of Employee Loyalty*/

.productivity-section {
    background: #1b262d url(../images/performance-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
}

.productivity-part .specialty {
    padding-top: 30%;
    display: inline-block;
    font-size: 20px;
    line-height: 34px;
    color: #4e4e4e;
}

.productivity-part .designed1 {
    top: 45%;
}

.productivity-part .designed3 {
    bottom: -21%;
}


/*Revamped Compensation and Benefits for Employee Retention*/

.revamped-section {
    background: #1b262d url(../images/revamped-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
}

.revamped-part .specialty {
    padding-top: 20%;
    display: inline-block;
    font-size: 20px;
    line-height: 34px;
    color: #4e4e4e;
}

.revamped-part .designed1 {
    top: 45%;
}


/*Streamlining HR Process*/

.streamlining-section {
    background: #1b262d url(../images/revamped-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
}

.streamlining-section .wrap_breadcrumbs_col {
    padding-top: 18%;
}

.streamlining-part .specialty {
    padding-top: 48%;
    display: inline-block;
    font-size: 20px;
    line-height: 34px;
    color: #4e4e4e;
}

.streamlining-part .designed1 {
    top: 50%;
}


/*Competency framework underpins talent management strategies*/

.strategies-section {
    background: #1b262d url(../images/performance-bg1.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
}

.strategies-section .wrap_breadcrumbs_col {
    padding-top: 110px;
}

.strategies-part .specialty {
    padding-top: 12%;
    display: inline-block;
}

.strategies-part .designed1 {
    top: 50%;
    right: 0px;
}

.introduce {
    color: #2f79a6;
}

.about_section_5.about_page.chemicals h2 {
    padding-bottom: 0;
    margin: 0;
}

.senior {
    margin-bottom: 20px;
}

.timeline-part img {
    vertical-align: middle;
}

.timeline-part .img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.timeline-part .img-rounded {
    border-radius: 3px;
}

.timeline-part .img-thumbnail {
    background-color: #fff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 1.428571429;
    max-width: 100%;
    moz-transition: all .2s ease-in-out;
    o-transition: all .2s ease-in-out;
    padding: 2px;
    transition: all .2s ease-in-out;
    webkit-transition: all .2s ease-in-out;
}

.timeline-part .img-circle {
    border-radius: 50%;
}

.timeline-part .timeline-centered {
    position: relative;
    margin-bottom: 0px;
}

.timeline-part .timeline-centered:before,
.timeline-part .timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-part .timeline-centered:after {
    clear: both;
}

.timeline-part .timeline-centered:before,
.timeline-part .timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-part .timeline-centered:after {
    clear: both;
    content: '';
    position: absolute;
    display: block;
    width: 19px;
    background: url(../images/line-bg1.png) repeat-y;
    top: 20px;
    bottom: 20px;
    margin-left: 75px;
    */
}

.timeline-part .timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 19px;
    background: url(../images/line-bg.png) no-repeat;
    /*left: 50%;*/
    top: 20px;
    z-index: 2;
    bottom: 20px;
    margin-left: 75px;
}

.timeline-part .timeline-centered .timeline-entry {
    position: relative;
    /*width: 50%;



        float: right;*/
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 10px;
    clear: both;
}

.timeline-part .timeline-centered .timeline-entry:before,
.timeline-part .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-part .timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-part .timeline-centered .timeline-entry:before,
.timeline-part .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-part .timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-part .timeline-centered .timeline-entry.begin {
    margin-bottom: 0;
}

.timeline-part .timeline-centered .timeline-entry.left-aligned {
    float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: -18px;
}

.timeline-part .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -100px;
    text-align: left;
}

.timeline-part .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: right;
}

.timeline-part .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 70px;
}

.timeline-part .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.timeline-part .timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -20px;
}

.timeline-part .timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-part .timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-part .timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-part .timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-part .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    left: -100px;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline-part .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span {
    display: block;
}

.timeline-part .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:first-child {
    font-size: 15px;
    font-weight: bold;
}

.timeline-part .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:last-child {
    font-size: 12px;
}

.timeline-part .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #fff;
    color: #212121;
    display: block;
    width: 140px;
    height: 140px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 28px;
    font-weight: 500;
    padding-top: 50px;
    float: left;
    position: relative;
    z-index: 3;
}

.timeline-part .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: #303641;
    color: #fff;
}

.timeline-part .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color: #ee4749;
    color: #fff;
}

.timeline-part .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #00a651;
    color: #fff;
}

.timeline-part .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #21a9e1;
    color: #fff;
}

.timeline-part .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #fad839;
    color: #fff;
}

.timeline-part .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #cc2424;
    color: #fff;
}

.timeline-part .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    padding: 1em;
    margin-left: 160px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/*.timeline-part  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {



                    content: '';



                    display: block;



                    position: absolute;



                    width: 0;



                    height: 0;



                    border-style: solid;



                    border-width: 9px 9px 9px 0;



                    border-color: transparent #f5f5f6 transparent transparent;



                    left: 0;



                    top: 10px;



                    margin-left: -9px;



                }*/

.timeline-part .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
.timeline-part .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #4e4e4e;
    font-size: 20;
    margin: 0;
    line-height: 34px;
}

.timeline-part .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p+p {
    margin-top: 15px;
}

.timeline-part .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.timeline-part .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    color: #303641;
}

.timeline-part .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
}

.assessment {
    color: #2f79a6!important;
}


/*Organisation Culture and Values*/

.organisation-section {
    background: #1b262d url(../images/organisation-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
}

.organisation-section .wrap_breadcrumbs_col {
    padding-top: 16%;
}

.organisation-part .specialty {
    padding-top: 0%;
}

.values {
    margin-left: 6%;
    padding-bottom: 10px;
}

.values span {
    width: 100%;
    display: block;
    background: url(../images/bulate.png) no-repeat 0 12px;
    padding-left: 21px;
}

.embedding-part {
    padding-top: 0;
}

.premise-box {
    background: #ceebfd;
    padding: 6% 8%;
    margin-top: -50px;
    margin-bottom: 100px;
}

.premise-box p {
    margin-bottom: 0;
    color: #000;
}

.timeline-main h2 {
    font-size: 27px;
    line-height: 34px;
    font-weight: 500;
    padding: 0 0 6% 12%;
    display: inline-block;
    margin-left: 99px;
    background: url(../images/line2.png) repeat-x;
    margin-top: 22px;
}

.timeline-main h2 span {
    background: #f5f5f5;
    margin-top: -10px;
    float: left;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.timeline-main h3 {
    font-size: 20px;
    color: #2f79a6;
    line-height: 34px;
    font-weight: 700;
}


/*CaseStudy Jewellery A*/

.jewellery-section {
    background: url(../images/Jewellery-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    min-height: 648px;
    overflow: hidden;
}

.jewellery-section .wrap_breadcrumbs_col h2 span {
    color: #fcda00;
}

.jewellery-section .wrap_breadcrumbs_col {
    padding-top: 10%;
}

.existence-part {
    padding-bottom: 6%!important;
}

.existence-part .specialty {
    padding-top: 5%;
    position: relative;
}

.existence-part h2 {
    font-size: 45px;
    line-height: 60px;
    color: #212121;
}

.existence-part .designed1 {
    bottom: 8%;
    top: auto;
}

.interestingly {
    background: #e5f3fd;
    padding: 4% 0;
    margin-bottom: 5%;
    position: relative;
}

.supersonic {
    background: #f58035;
    color: #fff;
    border-radius: 100%;
    width: 380px;
    height: 380px;
    font-size: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    padding: 0 40px;
}

.scenario p {
    font-size: 30px;
    line-height: 40px;
}

.scenario p span {
    font-size: 40px;
    color: #212121;
}

.scenario h5 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.mapright {
    float: right;
}

.scenario {
    padding-top: 15%;
}

.interestingly .designed6 {
    position: absolute;
    left: 0;
    top: 20%;
}

.interestingly .designed7 {
    position: absolute;
    right: 0;
    bottom: -13%;
}

.anexi-box {
    padding: 20px 0 60px 0;
}

.anexi-box h3 {
    font-size: 27px;
    line-height: 40px;
    font-weight: 300;
}

.anexi-box ul li {
    list-style: none;
    background: url(../images/bulate-orange.png) no-repeat 0 13px;
    padding-left: 23px;
    font-weight: 700;
}

.abject {
    padding-top: 12%;
}

.anexi-part {
    background: #f5f5f5;
    padding: 60px 0;
    margin-bottom: 0%;
    position: relative;
}

.anexi-part p {
    margin-bottom: 0;
    font-size: 30px;
    color: #0d1e38;
    font-weight: 500;
    padding-bottom: 18px;
}

.anexi-part h3 {
    margin: 0;
    font-size: 40px;
    color: #2e79a4;
    font-weight: 700;
    line-height: 45px;
}

.anexi-was {
    padding-top: 4%;
}

.demanded-part {
    background: #fff;
}

.demanded-part .timeline-main h2 span {
    background: #fff;
}

.demanded-part .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #f5f5f5;
}

.demanded-part h2 {
    font-size: 27px;
    font-weight: 300;
    color: #4e4e4e;
    line-height: 45px;
    padding: 0 0 0% 8%;
}

.journey span {
    color: #000;
    font-weight: 700;
}

.retreat {
    text-align: center;
    padding-top: 15px;
}

.retreat span {
    font-size: 16px;
    color: #26343c;
    font-weight: 700;
}

.retreat h3 {
    margin: 0;
    font-size: 26px;
    color: #ee640f;
    font-weight: 700;
    padding-bottom: 20px;
}

.retreat p {
    font-size: 18px;
    line-height: 28px!important;
    color: #26343c;
    padding-top: 20px;
}

.retreat img {
    display: initial!important;
}

.presently {
    background: url(../images/cr.jpg) no-repeat;
    background-size: 100%;
    min-height: 552px;
    color: #fff;
    padding: 8% 10%;
    text-align: center;
    line-height: 30px;
    font-size: 21px;
}

.during h5 {
    color: #e8f5f7;
    font-size: 20px;
    padding-bottom: 20px;
}

.during {
    padding-top: 33%;
}

.during img {
    float: left;
}

.during .anexihr {
    font-size: 27px;
    color: /*#2e79a4*/
    #60bbef;
    line-height: 34px;
    margin-left: 20%;
}

.journey h4 {
    font-size: 26px;
    color: #000;
    font-weight: 700;
    line-height: 38px;
}

.demanded-part .designed {
    top: 39%
}

.demanded-part .retreat {
    position: absolute;
    top: 25%;
    right: 0;
}

.demanded-part .designed1 {
    bottom: 0%;
    top: auto;
}

.timeline-main {
    position: relative;
    z-index: 1;
}

.integrated-bg.demanded-part {
    padding-bottom: 30px;
}

.demanded-part .designed01 {
    top: -3%;
    position: absolute;
    right: 0;
}

.cleardiv {
    display: block;
}

.production-part {
    background: #1b262d;
}

.firewalk-part {
    background: #f5f5f5;
    padding: 35px 0 15px 0;
}

.firewalk-part p {
    color: #000;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
}

.realising {
    position: relative;
    z-index: 1;
    padding: 3% 0;
}

.manpower-bg .designed1 {
    bottom: 20%;
    top: auto;
}


/*CaseStudy Electricity css*/

.casestudy-section {
    background: url(../images/casestudy-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    min-height: 648px;
    overflow: hidden;
}

.casestudy-section .wrap_breadcrumbs_col h2 span {
    color: #fcda00;
}

.casestudy-section .wrap_breadcrumbs_col {
    padding-top: 10%;
}

.efficiency {
    padding: 70px 0 70px 0;
    position: relative;
}

.efficiency h2 {
    font-size: 42px;
    color: #212121;
    line-height: 54px;
    font-weight: 800;
    text-align: center;
    padding: 0 6%;
    position: relative;
    z-index: 1;
}

.efficiency .designed {
    top: 10%;
    left: 4%;
}

.efficiency .profitable {
    top: 17%;
    right: 0%;
    position: absolute;
}

.board-part h3 {
    font-size: 30px;
    color: #212121;
    line-height: 45px;
    font-weight: 800;
}

.board-part h2 {
    font-size: 60px;
    line-height: 45px;
    font-weight: 300;
}

.board-part h2 span {
    color: #2e79a4;
    font-weight: 700;
}

.challenges,
.awareness,
.received,
.board-part {
    position: relative;
}

.challenges::after {
    position: absolute;
    top: 50%;
    left: 88%;
    content: "";
    background: url(../images/orange-right-arrow.png) no-repeat;
    width: 135px;
    height: 31px;
}

.awareness::after {
    position: absolute;
    top: 50%;
    left: 85%;
    content: "";
    background: url(../images/orange-left-arrow.png) no-repeat;
    width: 135px;
    height: 31px;
}

.received::after {
    position: absolute;
    bottom: -80%;
    left: 35%;
    content: "";
    background: url(../images/orange-bottom-arrow.png) no-repeat;
    width: 32px;
    height: 137px;
}

.challenges li {
    background: url(../images/orange-bulate.png) no-repeat 0 20px;
    font-size: 24px;
    color: #000;
    padding: 15px 0 15px 50px;
}

.awareness {
    padding-top: 130px;
    padding-bottom: 50px;
}

.managing {
    padding-top: 130px;
    padding-bottom: 50px;
}

.awareness h3 {
    color: #e60020;
    padding-right: 20%;
}

.board-part .designed1 {
    top: auto;
    bottom: 41%;
}

.board-part .retreat {
    bottom: 10%;
    left: 0;
    right: auto;
    position: absolute;
}

.board-part .retreat1 {
    bottom: 39%;
    left: 45%;
    right: auto;
    position: absolute;
}

.specialty.specialtycompany {
    padding-top: 14%;
}

.solicited {
    background: #f5f5f5
}

.solicited .timeline-centered h2 span {
    background: #f5f5f5
}

.solicited .timeline-icon {
    background: #fff!important;
}

.demanded-part.solicited .retreat1 img {
    margin: auto;
}

.integrated-bg.demanded-part.solicited {
    padding-bottom: 70px;
}

.climbed-part {
    background: #1c272d url(../images/climbedbg.jpg) no-repeat top center;
    padding: 80px 0 50px 0;
    position: relative;
}

.climbed-part p {
    color: #e8f5f7;
    line-height: 40px;
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: 600;
}

.climbed-part img {
    max-width: auto;
    width: auto;
}

.efficiency-levels {
    padding-top: 35%;
}

.efficiency-levels h3 {
    color: #f58035;
    font-size: 69.5px;
    padding-bottom: 6px;
}

.efficiency-levels p {
    color: #65bced;
    font-size: 30px;
    line-height: 50px;
}

.climbed-part .designed4 {
    top: 20%;
    right: 0;
    position: absolute;
}

.climbed-part .retreat {
    bottom: -10%;
    left: 0;
    position: absolute;
}


/*CaseStudy_Retail*/

.casestudy-retail {
    background: url(../images/retailbg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    min-height: 648px;
    overflow: hidden;
}

.casestudy-retail .wrap_breadcrumbs_col h2 span {
    color: #fcda00;
    display: block;
}

.casestudy-retail .wrap_breadcrumbs_col {
    padding-top: 10%;
}

.existence-part.fashion {
    padding-top: 87px;
    padding-bottom: 92px;
    position: relative;
}

.existence-part.fashion h2 {
    font-weight: 800;
}

.gagement {
    background: #f5f5f5;
    padding: 130px 0 80px 0;
    position: relative;
}

.gagement .attrition {
    padding-top: 25%;
}

.gagement .attrition p {
    font-weight: 800;
    color: #212121;
    font-size: 30px;
    line-height: 45px;
}

.gagement .designed {
    top: 10%;
}

.gagement .designed7 {
    top: 40%;
    right: 0;
    position: absolute;
}

.engaged-box h3 {
    font-size: 60px;
    color: #ee0f3e;
    font-weight: 500;
    margin: 0;
    padding: 15px 0 10px 0;
}

.engaged-box .engaged {
    font-size: 25px;
    color: #212121;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.engaged-box ul li {
    font-size: 20px;
    color: #212121;
    line-height: 22px;
}

.engaged-box ul li span {
    color: #ee0f3e;
}

.attrition h3 {
    color: #15a74c;
    font-weight: 800;
}

.attrition .engaged-box ul li span {
    color: #15a74c;
}

.engaged-box {
    margin-top: -50px;
    padding-bottom: 80px;
}

.attrition .engaged-box {
    padding-bottom: 0;
}

.remarkable .retreat1 img {
    margin: 0 auto;
}

.demanded-part.remarkable .timeline-main h2 span {
    color: #000;
    font-weight: 600;
}

.climbed-part.growth {
    background: #1c272d url(../images/growthbg.jpg) no-repeat top center;
    padding: 50px 0 20px 0;
    position: relative;
    min-height: 400px;
    background-size: contain;
}

.engagement-text {
    padding-top: 1%;
}

.engagement-text p {
    font-size: 20px;
    color: #e8f5f7;
    line-height: 34px;
}

.climbed-part.growth .designed4 {
    top: auto;
    bottom: 10%;
}

.climbed-part.growth .efficiency-levels h3 {
    color: #65bced;
}

.climbed-part.growth .efficiency-levels p {
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}


/*CaseStudy Logistics*/

.casestudy-logistics {
    background: url(../images/logistics.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    min-height: 648px;
    overflow: hidden;
}

.casestudy-logistics .wrap_breadcrumbs_col h2 span {
    color: #fcda00;
    display: block;
}

.casestudy-logistics .wrap_breadcrumbs_col {
    padding-top: 10%;
}

.climbed-part.logistics {
    padding: 60px 0 100px 0;
}

.logistics .efficiency-levels {
    padding-top: 10%;
}

.logistics .efficiency-levels p {
    line-height: 40px;
    margin-bottom: 0;
    padding-bottom: 8px;
}

.logistics .efficiency-levels h3 {
    font-size: 70px;
    color: #f58035;
    line-height: 70px;
    margin-top: 0;
}

.growth {
    position: relative;
    text-align: center;
}

.existence-part.growth .specialty {
    padding-top: 6%;
}

.growth .designed1 {
    top: 4%;
}

.growth .designed11 {
    top: 15%;
    position: absolute;
    left: 0;
}

.existence-part.growth h2 {
    font-weight: 800;
    padding: 0 11%;
}

.alignment {
    position: relative;
    background: #edfafb;
    padding: 100px 0 70px 0;
}

.alignment .vision-box {
    padding-right: 10%;
}

.alignment .vision-box h3 {
    font-size: 30px;
    color: #212121;
    line-height: 45px;
    font-weight: 800;
}

.alignment .vision-box p {
    font-size: 20px;
    color: #4e4e4e;
    line-height: 34px;
    font-weight: 500;
}

.alignment .vision-box p span {
    color: #2e79a4;
}

.alignment .vision-box p span.leadership {
    color: #000;
    font-weight: 700;
}

.alignment .vision-box-right {
    padding-top: 9%;
}

.addressed-main {
    position: relative;
}

.addressed {
    margin-top: -212px;
}

.alignment::after {
    content: "";
    position: absolute;
    background: url(../images/blue-arrow.png) no-repeat;
    top: -59px;
    right: 20px;
    width: 151px;
    height: 612px;
}

.leadership p {
    padding-right: 60px;
    padding-top: 10px;
    font-size: 20px;
    line-height: 34px;
}

.focused-part {
    padding-top: 50px;
    padding-bottom: 50px;
}

.focused-part span {
    font-weight: 700;
    color: #000;
}

.focused-part h4 {
    font-weight: 700;
    color: #000
}

.focused-part ul {
    width: 50%;
    float: left;
}

.focused-part ul li {
    background: url(../images/orange-bulate.png) no-repeat 0 20px;
    font-size: 24px;
    color: #000;
    padding: 15px 0 15px 50px;
}

.focused-part p {
    font-size: 20px;
    line-height: 34px;
}

.addressed-main .designed {
    top: 35%;
    right: 0;
    left: auto;
}

.addressed-main .designed7 {
    top: 35%;
    right: 0;
    left: auto;
}

.result {
    background: #c2e4f9;
    border-left: solid 4px #21a13e;
    color: #000!important;
    padding: 20px 40px;
    box-shadow: 0 0 20px 2px #00000024;
}

.banner-text {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
}

.behaviours.organisation {
    padding-top: 90px;
}

.behaviours.standard {
    padding-top: 80px;
}


/*CaseStudy Jewellery B*/

.jewellery-b {
    background: url(../images/jewelleryb.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    min-height: 648px;
    overflow: hidden;
}

.jewellery-b .wrap_breadcrumbs_col h2 span {
    color: #fcda00;
    display: initial;
}

.jewellery-b .wrap_breadcrumbs_col {
    padding-top: 10%;
}

.helping {
    z-index: 1;
    position: relative;
}

.helping ul {
    border-left: solid 2px #73bbe4;
    padding-top: 60px;
    margin-left: 24px;
}

.helping ul li {
    float: left;
    padding: 20px 15px 0 15px;
    top: -2px;
    line-height: 24px;
    width: 30%;
    text-align: center;
    vertical-align: top;
    border-top: solid 2px #73bbe4;
    position: relative;
}

.helping ul li .number {
    background: #73bbe4;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    top: -17px;
    left: 44%;
    padding-top: 3px;
    font-weight: 500;
}

.integrated-bg.mandate {
    padding-top: 0;
}

.integrated-bg.mandate h2 span {
    font-size: 27px;
    color: #4e4e4e!important;
    line-height: 45px;
}

.opener {
    position: relative;
}

.results {
    padding: 50px 0 20px 0;
}

.results h3 {
    font-size: 27px;
    color: #2e79a4;
    line-height: 34px;
    padding-top: 20px;
    font-weight: 700;
}

.opener:after {
    position: absolute;
    top: 50%;
    right: -160px;
    content: "";
    background: url(../images/orange-right-arrow.png) no-repeat;
    width: 135px;
    height: 31px;
}

.results p {
    padding-left: 50px;
}

.difference {
    background: #1b262d;
    padding: 65px 0;
    position: relative;
}

.difference h2 {
    color: #fff;
    font-size: 27px;
    line-height: 45px;
}

.encouraged {
    background: /*#65bced*/
    #c8ebff;
    color: #fff;
    padding: 20px 40px 0px 40px;
    min-height: 270px;
    position: relative;
}

.encouraged p {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.difference .retreat {
    position: absolute;
    left: 0;
    bottom: 16%;
}

.sense {
    position: absolute;
    bottom: 40px;
    right: 10px;
    font-size: 100px;
    color: /*#9ddbfe*/
    #99d5f7;
}

.border-line {
    border-bottom: solid 4px #f58035;
    position: relative;
    margin: 20px 10px 0 10px;
}

.border-line:after {
    content: "";
    position: absolute;
    top: -26px;
    left: -8px;
    width: 20px;
    height: 26px;
    background: url(../images/orangetop-arrow.png) no-repeat
}

.border-line:before {
    content: "";
    position: absolute;
    top: -26px;
    right: -8px;
    width: 20px;
    height: 26px;
    background: url(../images/orangetop-arrow.png) no-repeat
}

.engagement {
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 36px 0;
    font-weight: 500;
}

.engagement b {
    color: #65bced;
    font-weight: 700;
}

.engagement span {
    color: #f58035;
    font-weight: 700;
    font-size: 70px;
}

.employee {
    font-size: 28px;
    font-weight: 700;
    bottom: -126px;
    position: absolute;
}

.existence-part.fashion {
    position: relative;
}

.existence-part.fashion .designed1 {
    bottom: 14%;
}

.demanded-part.mandate .designed {
    top: 48%;
}

.demanded-part.mandate .designed5 {
    top: -10%;
    left: 0;
}

.demanded-part.mandate .designed9 {
    top: 15%;
    right: 0;
    position: absolute;
}

.demanded-part.mandate .retreat {
    top: 38%;
    right: 0;
}


/*About css*/

.about-section {
    background: url(../images/about-banner1.png) no-repeat;
    background-size: 100%;
    min-height: 490px;
}

.about-section .wrap_breadcrumbs_col {
    padding-top: 140px;
}

.company-section {
    padding-top: 60px;
}

.company-section h2 {
    font-size: 30px;
    color: #0d1e38;
    font-weight: 800;
}

.company-section p {
    font-size: 20px;
    line-height: 30px;
    color: #212121;
}

.about-img {
    margin: 30px 0 50px 0;
}

.advantage {
    padding-top: 20px;
}

.advantage h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.advantage ul {
    margin-top: 20px;
}

.advantage ul li {
    background: url(../images/orange-arrow.png) no-repeat 0 6px;
    padding-left: 50px;
    padding-bottom: 40px;
    font-size: 20px;
    width: 50%;
    float: left;
    color: #000;
    line-height: 30px;
    font-weight: 600;
    padding-right: 50px;
}

.accomplish-section {
    background: #e8f5f7;
    padding: 80px 0;
    font-size: 20px;
}

.accomplish-section h2 {
    font-weight: 800;
    font-size: 30px;
    padding-bottom: 10px;
}

.therefore img {
    float: left;
}

.therefore .believe {
    margin-left: 190px;
}

.therefore {
    padding-bottom: 60px;
}

.partnership {
    background: #fff;
    padding: 25px 25px 0 25px;
    min-height: 290px;
}

.partnership h4 {
    color: #0d1e38;
    font-size: 26px;
    line-height: 34px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 15px;
}

.partnership p.client {
    color: #ee640f;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
}

.partnership p {
    color: #212121;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
}

.therefore.about {
    margin-top: 80px;
}

.about-silder {
    padding: 0!important;
}

.makes-section {
    padding: 80px 0;
    font-size: 20px;
}

.makes-section h2 {
    font-weight: 800;
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.makes-section p {
    margin-top: 0;
    color: #212121;
    font-weight: 500;
}

.team-main .team {
    background: #0d1e38;
    width: 293px;
    height: 293px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    padding: 60px 40px;
    float: left;
    margin-right: 20px;
}

.team-main p {
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 28px;
}

.team-main span {
    font-size: 50px;
    color: #fcda00;
    line-height: 50px;
    padding: 8px 0;
    display: inline-block;
}

.team-main .team.team2 {
    width: 254px;
    height: 254px;
    padding: 45px 20px;
    margin-top: -20px;
}

.team-main .team.team2 span {
    color: #2689d5
}

.team-main .team.team3 {
    width: 224px;
    height: 224px;
    padding: 45px 20px;
    margin-top: -40px;
}

.team-main .team.team3 span {
    color: #8db02f
}

.team-main .team.team4 {
    width: 294px;
    height: 294px;
    padding: 60px 20px;
}

.team-main .team.team4 span {
    color: #20a984
}

.team-main .team.team5 {
    width: 228px;
    height: 228px;
    padding: 30px 40px;
    margin-top: -50px;
}

.team-main .team.team5 span {
    color: #fcda00
}

.team-main .team.team6 {
    width: 224px;
    height: 224px;
    padding: 40px 30px;
    margin-top: -100px;
}

.team-main .team.team6 span {
    color: #21a73f
}

.team-main .team.team7 {
    width: 187px;
    height: 187px;
    padding: 30px 30px;
    float: right;
    margin-top: -150px;
    margin-right: 220px;
}

.team-main .team.team7 span {
    color: #e31e24
}

.team-main.team-main1 {
    margin-left: 180px;
    margin-top: -40px
}

.fireWalk {
    margin-top: 20px;
    margin-left: 60px;
}

.round-img img {
    webkit-animation: spin 5.5s linear infinite;
    animation: spin 5.5s linear infinite;
}


/*Strategic Alliances BlessingWhite*/

.blessing-section {
    background: url(../images/blessing.jpg) no-repeat;
    background-size: 100%;
    min-height: 490px;
}

.blessing-section .wrap_breadcrumbs_col {
    padding-top: 140px;
}

.blessing-section .wrap_breadcrumbs_col {
    padding-top: 100px;
}

.blessing-section .wrap_breadcrumbs_col h2 spna {
    color: #fcda00;
}

.white-img {
    margin-top: 30px;
}

.advantage.provide {
    margin-bottom: 50px;
    display: inline-block;
}

.advantage.provide h3 {
    font-weight: 700;
}

.advantage.provide ul {
    display: inline-block;
}

.advantage.provide ul li {
    width: 100%;
    padding-bottom: 15px;
}

.programs-main {
    background: #f5f5f5;
    padding: 80px 0;
}

.programs-main .programs {
    background: #21395d;
    padding: 25px 25px 0 24px;
    font-size: 20px;
    color: #fcda00;
    display: inline-block;
    font-weight: 700;
    min-height: 106px;
    margin-bottom: 40px;
}

.programs-main h2 {
    text-align: center;
    color: #222328;
    padding-bottom: 25px;
    font-weight: 800;
}

.programs-main p {
    font-size: 20px;
    color: #202020;
    line-height: 30px;
}

.programs p {
    color: #fff;
}

.programs-main a {
    border: solid 2px #127dcd;
    border-radius: 30px;
    padding: 12px 40px;
    color: #127dcd;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}

.programs-main a:hover {
    background: #127dcd;
    border: solid 2px #127dcd;
    color: #fff;
}

.programs-main a span {
    margin-left: 10px;
}

.fifteen-part {
    background: #0d1e38;
}

.fifteen-part h2 {
    color: #fff;
}

.fifteen-part p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 5px;
}

.fifteen-part .programs {
    min-height: 160px;
}

.mail {
    position: relative;
    top: -2px;
}

.accomplish-section.advantage {
    background: #fff;
    padding: 80px 0 0 0;
}

.company-section.psytech {
    padding-bottom: 90px;
    display: inline-block;
}

.company-section.psytech .white-img {
    padding-top: 160px;
}


/*Join our team job detail*/

.company-section.grow {
    padding-top: 80px;
    padding-bottom: 60px;
}

.team-section {
    background: #0d1e38;
}

.members-section {
    background: #fff;
    padding: 80px 0 0 0;
}

.members-section h2 {
    padding-bottom: 10px;
    text-align: center;
}

.members-section h4 {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 25px;
}

.members-section p {
    margin-top: 0;
}

.openings-part {
    padding-top: 50px;
}

.makes-section.openings {
    padding-top: 50px;
}

.makes-section.openings h2 {
    padding-bottom: 15px;
    display: inline-block;
}

.ziehharmonika h3 {
    background: none;
    color: #212121;
    text-align: left;
    border-radius: 4px;
    padding: 14px 12px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 9px;
    padding-left: 40px;
    transition: 0.25s all;
    position: relative;
    border: 1px solid #d0ebfa;
}

.ziehharmonika p {
    color: #6d6d6d;
    font-size: 17px;
}

.ziehharmonika h3 a {
    background: #fce8db;
    font-size: 12px;
    color: #ee640f;
    padding: 0px 25px;
    font-weight: 700;
    text-transform: uppercase;
    float: right;
    border-radius: 20px;
    margin: 0;
}

.ziehharmonika h3.active {
    margin-bottom: 0;
    background: none;
    border: 1px solid #d0ebfa;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
}


/*.ziehharmonika h3::before {



	content: attr(data-prefix);



	font-size: 18px;



	margin-right: 9px;



}*/

.ziehharmonika h4 {
    font-weight: 17px;
    font-weight: 700;
    color: #6d6d6d;
    margin-bottom: 0;
}

.ziehharmonika ul {
    margin: 0;
    padding: 0;
}

.ziehharmonika ul li {
    padding: 3px 0 3px 20px;
    color: #6d6d6d;
    font-size: 17px;
    background: url(../images/grey-bulate.png) no-repeat 0 16px;
}

.ziehharmonika a {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background: #127ccd;
    border-radius: 30px;
    padding: 8px 30px;
    margin-top: 20px;
    display: inline-block;
}

.ziehharmonika a span {
    margin-left: 10px;
}

.ziehharmonika h3.alignLeft {
    padding-left: 35px;
}

.ziehharmonika>div {
    display: none;
    background: #fff;
    border-radius: 0px 0px 4px 4px;
    border: 1px solid #d0ebfa;
    text-align: left;
    border-top: 0;
    padding: 10px 33px 31px 40px;
    margin-bottom: 9px;
}

.ziehharmonika .arrowDown {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.0px 7.5px 0 7.5px;
    border-color: #272e35 transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 40px;
    transition: 0.25s all;
    opacity: 0;
}


/*.ziehharmonika .active .arrowDown {



	bottom: -13px;



	border-color: #009641 transparent transparent transparent;



	opacity: 1;



}*/

.ziehharmonika .collapseIcon {
    position: absolute;
    left: 20px;
    top: 45%;
    color: #67bded;
    font-size: 25px;
    font-weight: 300;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.ziehharmonika .collapseIcon.alignLeft {
    right: initial;
    left: 20px;
}

.photogallery .uk-position-center {
    left: 50%;
}

.girlimg {
    transform: translateY(0px)!important;
}

.photogallery {
    background: #0d1e38;
}

.powering {
    text-align: center;
    line-height: 23px;
    color: #000;
    font-weight: 700;
}


/*Blog CSS*/

.blog-main h2 {
    font-weight: 900;
}

.blog-box {
    margin-top: 40px;
}

.donec {
    background: #e7f5f6;
    padding: 30px 40px;
}

.donec span {
    font-weight: 300;
}

.donec p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin-top: 0!important;
    line-height: 28px;
}

.donec a.slide_btn_2 {
    margin-top: 40px;
    float: right;
}

.donec a span {
    padding: 8px 30px!important;
}

.donec a .arrow {
    padding-left: 6px;
}

.pagination-main {
    padding: 70px 0 30px 0;
}

.pagination-main a {
    border: 0;
}

.pagination-main a:hover {
    background: none;
}

.pagination-main .page-item .page-link {
    z-index: 1;
    color: #000;
    border-color: #007bff;
    padding: 6px 11px;
    font-size: 15px;
    margin: 0 5px;
}

.pagination-main .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    border-radius: 100%;
    padding: 6px 11px;
    font-size: 15px;
}

.blog-right {
    margin-top: 80px;
    border: solid 10px #e7f5f6;
    padding: 22px 30px;
}

.blog-right h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 8px;
}

.blog-right ul li a {
    border-bottom: solid 1px #e7f5f6;
    color: #137ac9;
    display: inline-block;
    width: 100%;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 16px;
}

.blog-right ul li:last-child a {
    border-bottom: 0;
}

.blog-right.categories {
    margin-top: 30px;
}


/*Blog Detail CSS*/

.blog-section {
    background: url(../images/slide_6.jpg) no-repeat;
    background-size: 100%;
    min-height: 490px;
}

.blog-section .wrap_breadcrumbs_col {
    padding-top: 70px;
}

.blog-section .wrap_breadcrumbs_col span {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}

.blog-section .wrap_breadcrumbs_col h2 {
    margin-top: 0;
}

.blog-detail-main {
    padding-top: 70px;
    padding-bottom: 70px;
}

.blog-detail-main .blog-right {
    margin-top: 0;
}

.blog-detail-main .blog-right.categories {
    margin-top: 30px;
}

.blog-detail-main p {
    color: #6f6e6e;
    padding-bottom: 0px;
}

.blog-detail-main img {
    margin-bottom: 15px;
}

.article i {
    color: #107dcf;
    font-size: 28px;
    margin: 0 4px;
    position: relative;
    top: 5px;
}

.reply-leave {
    border-top: solid 1px #ccc;
    padding-top: 35px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.reply-leave h4 {
    font-size: 20px;
    color: #1c252c;
    font-weight: 800;
    margin-bottom: 0;
}

.reply-leave p {
    margin-top: 0;
    padding-top: 0;
}

.reply-leave .form-control {
    border-radius: 0;
    min-height: 50px;
}

.reply-leave button {
    background: #127dcd;
    padding: 12px 35px;
    border-radius: 0;
}

.previuos-blog {
    margin-top: 40px;
    padding-top: 30px;
    margin-bottom: 30px;
}

.vedio-part,
.vedio-part:hover {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
}

.our_partners .btn-primary:not(:disabled):not(.disabled).active:focus,
.our_partners .btn-primary:not(:disabled):not(.disabled):active:focus,
.our_partners .show>.btn-primary.dropdown-toggle:focus {
    background: none;
    border: 0;
    outline: 0;
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Sit on top */
    padding-top: 30px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}


/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}


/* The Close Button */

.close {
    color: #000;
    float: right;
    /*display:none;*/
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    color: white;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.modal-body {
    padding: 0;
}


/*Success Stories css*/

.success-breadcrumbs .breadcrumbs_content li,
.success-breadcrumbs .breadcrumbs_content li a {
    color: #9c9c9c;
}

.about_section_5.about_page.success-breadcrumbs {
    padding-top: 53px;
    padding-bottom: 4px;
}

.landing-main.success-breadcrumbs .blog-main h2 {
    font-weight: 700;
    color: #1b262c;
}

.landing-main.success-breadcrumbs .blog-main p {
    font-size: 20px;
    color: #1b262d;
    line-height: 35px;
}

.success-main {
    margin-top: 28px;
    padding-bottom: 115px;
}

.engaged-box1 {
    background: #f0f9fa url(../images/success1.png) no-repeat;
    padding: 0 50px 59px;
    margin-bottom: 30px;
}

.engaged-box1.engaged-box2 {
    background: #f0f9fa url(../images/success2.png) no-repeat;
    padding: 0 50px 59px;
    margin-bottom: 30px;
}

.engaged-box1 h2 {
    font-size: 35px;
    color: #0d1e38;
    line-height: 40px;
    font-weight: 800;
    padding-top: 20px;
}

.engaged-box1 p {
    font-size: 17px;
    color: #575757;
    line-height: 26px;
    padding-bottom: 20px;
    margin-top: 15px;
}

.engaged-box1 a.study {
    text-transform: uppercase;
    background: #0d1e38;
    font-size: 12px;
    color: #fff;
    padding: 10px 20px;
}

.engaged-box1 .slide_btn.slide_btn_2 .tp_second_btn {
    padding: 8px 33px;
}

.engaged-box1 .arrow {
    margin-left: 10px;
}

.engaged-box1 .about_bt.slide_btn {
    margin-top: 8px;
}

.engaged-box2 {
    background: #0d1e38;
    padding: 60px 50px;
    margin-bottom: 30px;
}

.engaged-left {
    float: left;
}

.engaged-right {
    margin-left: 100px;
    color: #fff;
    font-size: 20px;
}

.engaged-right p {
    margin-bottom: 16px;
}

.engaged-right span {
    color: #56acdf;
}


/*Leadership Team V1 css*/

.blog-main.leadership-team {}

.landing-main .success {
    padding-bottom: 10px;
    margin-bottom: 0;
    line-height: 28px!important;
    font-weight: 700;
}

.landing-main .leadership-team p.leadership-text1 {
    font-size: 17px;
    color: #575757;
    line-height: 30px;
    padding-bottom: 0px;
}

.landing-main .leadership-team p.leadership-text {
    font-size: 17px;
    color: #575757;
    line-height: 30px;
    padding-bottom: 30px;
}

.blog-main.leadership-team.trainers-div h2 {
    font-weight: 900;
    padding-bottom: 10px;
}

.team-part {
    position: relative;
    border: solid 1px #ccc;
}

.photo {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #475055f5;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.team-main:hover .overlay {
    width: 100%;
}

.text {
    color: #e8f5f7;
    font-size: 15px;
    position: absolute;
    top: 50%;
    text-transform: uppercase;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.success-main.leadership-section {
    padding-bottom: 30px;
}

.team-part .text .google-link a {
    color: #6eb1e3;
    padding: 0 5px;
}

.team-part .text .view-bio {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    color: #e8f5f7!important;
    font-weight: 700;
    text-align: center;
}

.success-main .principal {
    text-align: center;
    padding: 30px 0;
}

.success-main .principal h4 {
    font-size: 21px;
    color: #1b262d;
    margin: 0;
    font-weight: 700;
}

.success-main .principal p {
    font-size: 15px;
    color: #575757;
    padding: 0;
    margin: 0;
    line-height: 22px;
}


/*Trainers Css*/

.trainersbox {
    background: #e8f5f7;
    margin-bottom: 30px;
    display: table;
    width: 100%;
}

.consultant1 {
    padding: 50px 50px 0 50px;
}

.trainersbox h3 {
    font-weight: 700;
    color: #0d1e38;
    font-size: 24px;
    margin: 0;
    line-height: 26px;
    padding-bottom: 0;
}

.trainersbox span {
    font-size: 17px;
    color: #202020;
    padding-bottom: 10px;
    display: inline-block;
}

.trainersbox p {
    font-size: 17px;
    color: #575757;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    min-height: 114px;
}

.trainersbox .about_bt.slide_btn {
    margin-top: 0;
    margin-bottom: 25px;
}

.trainersbox .slide_btn.slide_btn_2 .tp_second_btn {
    padding: 8px 33px;
    background: none;
    border: solid 2px #127ccd;
    color: #127ccd;
    font-size: 13px;
    font-weight: 600;
}

.trainersbox .slide_btn.slide_btn_2 .tp_second_btn:hover {
    background: #127ccd;
    color: #fff;
}

.trainersbox .slide_btn.slide_btn_2 .tp_second_btn .arrow {
    position: relative;
    top: -1px;
    margin-left: 5px;
}

.trainers-right {
    float: right;
}

.principal-main {
    background: #e8f5f7;
    width: 100%;
    margin-bottom: 36px;
}

.rathod-trainers {
    padding-top: 0;
    padding-left: 30px;
    min-height: 350px;
    display: flex;
    align-items: center;
    padding-right: 30px;
}


/*Trainer Detail*/

.about_section_5.trainer-detail {
    background: #1b262d;
    border-top: solid 1px #495157;
    margin-top: 100px!important;
    padding-top: 20px!important;
    padding-bottom: 50px!important;
}

.consultant {
    padding-top: 10%;
    padding-left: 20px;
}

.consultant h1 {
    font-size: 60px;
    line-height: 70px;
    color: #b7ebff;
    font-weight: 700;
    margin-bottom: 0;
}

.consultant p {
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    margin-top: 0!important;
    padding-top: 0;
}

.consultant .google-link a {
    color: #fff;
}

.trainerdetail {
    padding: 80px 0;
}

.trainerdetail .rich {
    font-size: 20px;
    color: #1f1f1f;
    line-height: 35px;
}

.trainerdetail h3 {
    font-weight: 700;
}

.education {
    padding-left: 40px;
}

.education .significant ul li {
    padding-left: 40px;
}

.education .values {
    margin-left: 11%;
}

.education .values a {
    width: 100%;
    display: block;
    background: url(../images/bulate.png) no-repeat 0 12px;
    padding-left: 21px;
}

.animated img {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
}

.tp-fixed-nav-1 .tagpoint-wrap-logo.lwl_header_layout_1 a {
    padding: 8px 0 5px 0;
}

.tp-fixed-nav-1 .tagpoint-wrap-logo.lwl_header_layout_1 img {
    max-width: 70%;
}

.tp-fixed-nav-1 .tagpoint-main-menu>li>a {
    padding: 13px 22px 13px 22px
}

.tp-fixed-nav-1 .wrap_search.tp_csq.search_hlayout_1 {
    padding: 8px 0 8px 0
}

.about_section_5.trainer-detailtop1 {
    background: #f3f3f3;
    min-height: 533px;
    border-top: solid 0px #495157;
    margin-top: 100px!important;
    padding-top: 20px!important;
    padding-bottom: 0px!important;
}

.about_section_5.trainer-detailtop1 .breadcrumbs-lading {
    padding-top: 30px;
}

.about_section_5.trainer-detailtop1 .breadcrumbs-lading a,
.about_section_5.trainer-detailtop1 .breadcrumbs-lading span {
    color: #212121;
}

.about_section_5.trainer-detailtop1 .consultant h1 {
    color: #0d1e38;
    font-size: 45px;
    line-height: 38px;
    font-weight: 800;
    padding-bottom: 37px;
}

.about_section_5.trainer-detailtop1 .consultant p {
    color: #212121;
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
}

.about_section_5.trainer-detailtop1 .google-link a {
    color: #6eb2e3;
    font-size: 40px;
}

.about_section_5.trainer-detailtop1 .consultant {
    padding-left: 0;
}

.trainerdetail.trainerdetail1 p.rich {
    font-size: 20px;
    color: #212121;
    line-height: 35px;
}

.trainerdetail.trainerdetail1 p {
    font-size: 17px;
    color: #575757;
    line-height: 26px;
}

.education-right {
    background: #e8f5f7;
    padding: 40px;
}

.education-right h3 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 15px;
}

.education-right .significant ul li {
    padding-bottom: 2px;
    background: url(../images/green-arrow.png) no-repeat 0 3px;
}

.education-right .significant strong {
    font-weight: 800;
    color: #212121;
    padding-bottom: 5px;
    display: inline-block;
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(2520deg);
    }
}

.animated {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 18800ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
}

.employees-main {
    position: relative;
}

.employees-main .employees1 {
    position: absolute;
    top: 19%;
    width: 18%;
    text-align: center;
    left: 35%;
    line-height: 20px;
    z-index: 9;
    font-size: 12px;
    transform: rotate(-6deg);
    font-weight: 700;
}

.employees-main .employees2 {
    top: 27%;
    right: 75px;
    left: auto;
    width: 20%;
    text-align: center;
    transform: rotate(0deg);
}

.employees-main .employees3 {
    top: 36%;
    right: auto;
    left: 65px;
    width: 16%;
    transform: rotate(8deg);
}

.employees-main .employees4 {
    bottom: 28%;
    top: auto;
    right: 53px;
    left: auto;
    width: 16%;
    text-align: center;
    transform: rotate(21deg);
}

.employees-main .employees5 {
    bottom: 8%;
    top: auto;
    right: auto;
    left: 44%;
    width: 30%;
}

.roi-main {
    position: relative;
}

.employee1 {
    position: absolute;
    top: 4%;
    width: 31%;
    font-weight: 600;
    text-align: left;
    left: 17%;
    line-height: 20px;
    z-index: 9;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.employee2 {
    top: 4%;
    width: 21%;
    left: auto;
    right: 18%;
    transform: rotate(50deg);
}

.employee3 {
    top: 30%;
    width: 21%;
    left: auto;
    right: 0;
    transform: rotate(-91deg);
    text-align: left;
}

.employee4 {
    top: 58%;
    width: 12%;
    left: auto;
    right: 7%;
    transform: rotate(-45deg);
}

.employee5 {
    bottom: 13%;
    width: 22%;
    left: auto;
    text-align: left;
    right: 27%;
    transform: rotate(0deg);
    top: auto;
}

.employee6 {
    bottom: 18%;
    width: 21%;
    right: auto;
    left: 100px;
    transform: rotate(45deg);
    top: auto;
    text-align: left;
}

.employee7 {
    top: 50%;
    width: 19%;
    right: auto;
    left: -19px;
    transform: rotate(91deg);
    text-align: left;
    bottom: auto;
}

.employee8 {
    top: 24%;
    width: 19%;
    right: auto;
    left: 0;
    transform: rotate(315deg);
    text-align: right;
    bottom: auto;
}


/*Contact Us*/

.contact-section {
    background-image: url("https://www.hranexi.com/wp-content/uploads/2020/03/contact-bg-new.jpg") no-repeat;
    background-size: 100%;
    min-height: 500px;
    background: #1c272d;
}

.contact-main {
    padding-top: 50px;
}

.contact-main h2 {
    font-size: 24px;
    color: #0d1e38;
    font-weight: 800;
    margin-bottom: 25px;
}

.contact-main h2 span {
    font-weight: 600;
}

.competency1 ul li a,
.competency1 ul li span,
.competency1 ul li i {
    color: #fff;
    font-size: 14px;
}

.competency1 .breadcrumbs_content {
    margin-top: 15px;
}

.accelerating-section.contact-section .wrap_breadcrumbs_col {
    padding-top: 60px;
}

.mumbai-top {
    margin-bottom: 50px;
}

.address-contact .address-left {
    float: left;
}

.address-contact .address-right {
    margin-left: 40px;
}

.address-contact .address-right h5 {
    font-size: 20px;
    color: #0d1e38;
    font-weight: 800;
}

.address-contact .address-right p {
    font-size: 17px;
    color: #202020;
    line-height: 26px;
    font-weight: 500;
    margin-top: 10px;
}

.contactmain {
    padding: 20px 0;
}

.message-main {
    background: #e7f5f6;
    display: table;
    width: 100%;
    padding: 75px 0;
}

.message-main h2 {
    font-size: 24px;
    color: #0d1e38;
    font-weight: 700;
}

.message-main .inputdiv {
    min-height: 48px;
    border: solid 1px #e4e4e4;
    margin-bottom: 10px;
    border-radius: 0;
    font-size: 17px;
    color: #575757;
}

.message-main .comments {
    min-height: 175px;
    border: solid 1px #e4e4e4;
    margin-bottom: 10px;
    border-radius: 0;
    font-size: 17px;
    color: #575757;
}

.message-main .submit {
    background: #127ccd;
    font-size: 17px;
    color: #fff;
    min-height: 48px;
    width: 100%;
    border-radius: 0;
}

.divbr {
    display: block;
}


/*Resources*/

.landing-main.resources-main {
    padding-bottom: 0px;
}

.resources-section .tp_filter_nav li a {
    font-size: 13px;
    color: #0d1e38;
    font-weight: 700;
    margin-right: 8px;
}

.resources-section .tp_filter_nav {
    text-align: left;
}

.resources-section .tp_filter_nav.uk-subnav-pill>.uk-active>a,
.resources-section .tp_filter_nav li a:hover {
    color: #127dcd!important;
    border-bottom: #127dcd solid 2px;
}

.compensation {
    background: #f2f2f2;
    text-align: center;
    padding: 55px 50px 48px 50px;
}

.revised-content {
    margin-top: 40px;
}

.revised-content span {
    font-size: 17px;
}

.revised-content p {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    padding-bottom: 20px;
    min-height: 76px;
}

.revised-content a {
    color: #127dcd;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.revised-content .arrow {
    margin-left: 5px;
    font-size: 15px;
}


/*komal by css added*/

.stabilise-main2 {
    position: relative;
    right: -40px;
    margin-top: 40px;
}

.stabilise-main {
    float: left;
    max-width: 410px;
    width: 100%;
    position: relative;
}

.stabilise {
    max-width: 354px;
    margin-right: -6px;
    width: 100%;
    background: #006e98 url(../images/stabilise-top-bg.jpg) no-repeat;
    background-size: 100%;
    float: right;
    padding-top: 130px;
}

.scale {
    max-width: 353px;
    width: 100%;
    background: #047ead url(../images/scale-top-bg.jpg) top left no-repeat;
    float: left;
    padding-top: 131px;
    background-size: 100%;
    margin-left: 6px
}

.steer {
    max-width: 339px;
    width: 100%;
    background: #0893c8 url(../images/steer-top-bg.jpg) top left no-repeat;
    background-size: 100%;
    float: left;
    padding-top: 130px;
    position: relative;
    left: -51px;
}

.stabilise-icon {
    display: block;
    text-align: center;
}

.stabilise-icon img {
    display: block;
    margin: 0 auto;
    padding-top: 30px;
}

.stabilise-icon h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 30px 0;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}

.scale-icon {
    display: block;
    text-align: center;
}

.scale-icon img {
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
}

.scale-icon h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 30px 0;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}

.steer-icon {
    display: block;
    text-align: center;
}

.steer-icon img {
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
}

.steer-icon h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 30px 0;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}

.description {
    float: left;
    background: #012b3e url(../images/stabilise-btmbg.jpg) top no-repeat;
    position: relative;
    left: -48px;
    z-index: 11;
    min-width: 464px;
    width: 100%;
    height: 358px;
}

.description p {
    right: 0px;
    margin: 0 !important;
    position: relative;
    top: 51px;
    height: 317px;
    padding: 10% 19% 10% 10%;
    font-size: 17px !important;
    color: #fff;
    line-height: 24px;
    background-size: contain;
    background: url(../images/stabilise-arrow.jpg) right top no-repeat;
}

.description::after {
    background: url(../images/small-arrow.png) right top no-repeat;
    content: "";
    position: absolute;
    z-index: 9999;
    right: -4px;
    width: 44px;
    height: 105px;
    transform: translateY(-50%);
    top: 54%;
}

.description2 {
    float: left;
    background: #043951 url(../images/scale-btm-bg.jpg) left top no-repeat;
    position: relative;
    bottom: 0px;
    left: 0px;
    height: 358px;
    z-index: 1;
}

.description2 p {
    right: -49px;
    position: relative;
    top: 42px;
    height: 306px;
    padding: 10% 19% 10% 0%;
    background-size: contain;
    font-size: 17px !important;
    color: #fff;
    line-height: 24px;
    background: url(../images/scale-arrow.jpg) right top no-repeat;
}

.description2::after {
    background: url(../images/small-arrow1.png) right top no-repeat;
    content: "";
    position: absolute;
    z-index: 9999;
    right: -53px;
    width: 44px;
    height: 105px;
    transform: translateY(-50%);
    top: 54%;
}

.description3 {
    float: left;
    background: #044b6c url(../images/steer-btm-bg.jpg) left top no-repeat;
    position: relative;
    left: -6px;
    height: 358px;
    max-width: 404px;
    width: 100%;
    padding: 20% 12% 10% 22%;
}

.description3 p {
    font-size: 17px!important;
    color: #fff;
    line-height: 24px;
}

.description img,
.description2 img,
.description3 img {
    display: none;
}

.description h2,
.description2 h2,
.description3 h2 {
    display: none;
}

@media (max-width: 1200px) {
    .stabilise-main2 {
        position: relative;
        right: -19px;
    }
    .stabilise-main {
        max-width: 310px;
    }
    .description {
        min-width: 353px;
        left: -23px;
    }
    .description,
    .description2,
    .description3 {
        height: 346px;
    }
    .stabilise {
        max-width: 270px;
        margin-right: -20px;
    }
    .description p {
        right: -11px;
        top: 38px;
        padding: 10% 15% 10% 4%;
    }
    .description {
        background-size: 100%;
    }
    .description2 {
        background-size: 100%;
        height: 346px;
    }
    .description3 {
        background-size: 100%;
        left: 0;
        padding: 20% 8% 10% 28%;
    }
    .scale {
        max-width: 251px;
        margin-left: 20px;
    }
    .description2 p {
        top: 30px;
        right: -49px;
        height: 306px;
    }
    .steer {
        max-width: 245px;
        left: -19px;
    }
    .box3 {
        left: -20px;
    }
    .description::after {
        right: -17px;
    }
}


/*Responsive css*/

@media (max-width: 1024px) {
    .tp-fixed-nav-1 .tagpoint-main-menu>li>a {
        padding: 13px 8px 13px 8px;
    }
    .tagpoint-main-menu li .sub-menu.aboutmenu {
        width: 1031px;
    }
    .tagpoint-main-menu li .sub-menu {
        padding: 35px 30px;
    }
    .about-section .wrap_breadcrumbs_col {
        padding-top: 80px;
    }
    .company-section {
        padding-top: 40px;
    }
    .makes-section {
        padding: 40px 0;
    }
    .growth-left {
        padding-top: 0;
    }
    .growth-left h2 {
        line-height: 45px;
    }
    .tagpoint_row_section.contact_us {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .recognition h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .uk-position-center {
        left: 44%;
        transform: translate(-50%, -44%);
        max-width: 66%;
    }
    .case-study .engaged-part {
        padding-left: 0;
        padding-right: 0;
    }
    .aligned-right {
        padding: 0 28px 50px 28px;
    }
    .case-study .aligned-right h2,
    .case-study .realising-left h2 {
        font-size: 22px;
    }
    .industries-main .industries-left {
        width: 50px;
    }
    .industries-main .industries-right {
        width: 150px;
        margin-left: 30px;
    }
    .industries-main .industries-right .number {
        font-size: 38px;
        padding-top: 11px;
    }
    .our_partners .testmonail-left {
        width: 42%;
    }
    .testmonail-right {
        margin-top: 0;
    }
    .our_partners .testmonail_text {
        font-size: 26px;
    }
    .privacy_list li a {
        padding: 0 12px;
    }
    .competency-right:after {
        width: 360px;
        background-size: 100%;
    }
    .competency-right {
        margin-top: 10%
    }
    .competency-banner h2 {
        line-height: 60px;
    }
    .conglomerate-box .about_bt.slide_btn .tp_second_btn {
        font-size: 12px;
        padding-left: 14px;
        padding-right: 14px;
    }
    .oganization-main h4 {
        font-size: 15px;
        font-weight: 600;
    }
    .conglomerate-box {
        padding: 20px 20px 20px 20px;
    }
    .culture-banner .competency-right:after {
        width: 100%;
        background-size: 100%;
    }
    .vision-banner .competency-right:after {
        width: 100%;
        background-size: 70%;
        background-position: 50% 0px;
    }
    .vision-banner h2 {
        line-height: 50px;
        font-size: 50px;
    }
    .articulating h3 {
        font-size: 24px;
        color: #0d1e38;
        line-height: 30px;
        font-weight: 500;
    }
    .blessing-section {
        background-size: cover;
    }
}


/*komal*/

@media (max-width:1199px) {
    .tagpoint-main-menu>li>a {
        padding: 35px 8px 29px 8px;
    }
}

@media (max-width: 1023px) {
    .stabilise-main2 {
        right: 0px;
    }
    .stabilise-main {
        max-width: 33.33%;
    }
    .description,
    .description2,
    .description3 {
        background: transparent;
        height: auto;
        min-height: 300px;
    }
    .description::after,
    .description2::after {
        background: transparent;
        position: inherit;
        transform: inherit;
        display: none;
    }
    .description p,
    .description2 p,
    .description3 p {
        background: transparent;
        font-size: 15px !important;
        right: 0;
        top: auto;
        margin-top: 0px!important;
        height: auto;
        padding: 0;
    }
    .description {
        background: #012b3e;
        min-width: 100%;
        left: 0;
        padding: 15px;
    }
    .description2 {
        background: #043951;
        padding: 15px;
    }
    .description3 {
        background: #044b6c;
        padding: 15px;
    }
    .stabilise {
        max-width: 100%;
        margin-right: 0;
        padding-top: 90px;
    }
    .scale {
        max-width: 100%;
        margin-left: 0;
        padding-top: 91px;
    }
    .steer {
        max-width: 100%;
        left: 0;
        padding-top: 90px;
    }
    .box3 {
        left: 0;
    }
}

@media (max-width:768px) {
    .about-section .wrap_breadcrumbs_col {
        padding-top: 0;
        padding-bottom: 0;
    }
    .about-section {
        min-height: auto;
    }
    .advantage ul li {
        width: 100%;
    }
    .partnership {
        padding: 15px;
        margin: 8px 0;
    }
    .partnership h4 {
        font-size: 18px;
    }
    .team-main .team.team2,
    .team-main .team.team5,
    .team-main .team.team6,
    .team-main .team.team7 {
        margin-top: 20px;
    }
    .tagpoint_row_section.contact_us {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .recognition h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .uk-position-center {
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 66%;
    }
    .case-study .engaged-part {
        padding-left: 0;
        padding-right: 0;
    }
    .aligned-right {
        padding: 0 20px 28px 20px;
    }
    .aligned-left {
        padding: 0 28px;
    }
    .case-study .aligned-right h2,
    .case-study .realising-left h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .industries-main .industries-left {
        width: 50px;
    }
    .industries-main .industries-right {
        width: 40px;
        margin-left: 10px;
    }
    .industries-main .industries-right .number {
        font-size: 26px;
        padding-top: 11px;
    }
    .our_partners .testmonail-left {
        width: 40%;
    }
    .testmonail-right {
        margin-top: 0;
        margin-left: 20px;
    }
    .our_partners .testmonail_text {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .privacy_list li a {
        padding: 0 12px;
    }
    .industries-main ul li {
        margin-bottom: 18px;
    }
    .realising-left {
        padding: 0 20px;
    }
    .case-study .aligned-left h2,
    .case-study .realising-right h2 {
        line-height: 42px;
        font-size: 30px;
    }
    .case-study .engaged-part {
        margin-top: 30px;
    }
    .our_partners .tp_testmonail_nave {
        margin-left: 0;
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .our_partners .tp_testmonail_nave li.uk-active a,
    .our_partners .tp_testmonail_nave li a:hover {
        top: 2px;
        position: relative;
    }
    .wrap_contact_info {
        margin-bottom: 0;
    }
    .growth-left {
        padding-top: 0;
    }
    .growth-left h2 {
        font-size: 38px;
    }
    .growth-left .about_bt.slide_btn {
        margin-top: 20px;
    }
    .breadcrumbs_content {
        margin-top: 0;
    }
    .competency-right:after {
        width: 100%;
        background-size: 100%;
    }
    .culture-banner .competency-right:after {
        width: 100%;
        background-size: 100%;
    }
    .competency-banner h2 {
        line-height: 50px;
        font-size: 50px;
        padding-bottom: 0;
    }
    .behaviours {
        padding-top: 30px;
    }
    .wrap_breadcrumbs_col {
        padding-top: 0;
    }
    .competency-banner {
        min-height: 575px;
    }
    .about_section_5.about_page {
        padding-top: 35px;
    }
    .manpower-bg .about_bt.slide_btn .tp_second_btn {
        font-size: 13px;
    }
    .programs-main p {
        font-size: 17px;
    }
    .programs-main .programs {
        min-height: 166px;
    }
    .accelerating-section.tagpoint_row_section,
    .blessing-section .wrap_breadcrumbs_col {
        padding-top: 0;
    }
    .blessing-section {
        min-height: auto;
    }
    .accelerating-section.tagpoint_row_section {
        padding-bottom: 20px;
    }
}

@media (max-width:767px) {
    .matter-part {
        min-height: 500px;
    }
    .matter-most {
        position: absolute;
        padding: 0 0 10px 0;
    }
    .matter-most ul li {
        font-size: 20px;
        line-height: 24px;
        padding: 10px 0;
    }
    .advantage-main .growth-left {
        padding-bottom: 10px;
    }
    .tagpoint-main-menu li .sub-menu.aboutmenu {
        left: 0;
        width: 100%;
        overflow: hidden;
    }
    .tagpoint-main-menu li .sub-menu.aboutmenu li {
        width: 100%;
        padding-right: 0;
    }
    .tagpoint-main-menu li .sub-menu {
        padding: 15px;
    }
    .tagpoint-main-menu li .sub-menu.aboutmenu li h3 {
        padding-top: 15px;
    }
    .tagpoint-main-menu li .sub-menu.successmenu li ul {
        padding-right: 0;
    }
    .tagpoint-main-menu li .sub-menu.successmenu li+li {
        width: 100%;
    }
    .tagpoint-main-menu li .sub-menu.successmenu li+li+li {
        width: 100%
    }
    .tagpoint-main-menu li .sub-menu.successmenu li+li+li h3 {
        line-height: 20px;
    }
    .landing-main {
        margin-top: 0;
    }
    .advantage ul li {
        width: 100%;
    }
    .makes-section {
        display: none;
    }
    .accelerating-section.tagpoint_row_section {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .uk-position-center {
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
    }
    .tp-slidecaption .tp-large-head {
        font-size: 30px;
        line-height: 20px;
    }
    .tp-slidecaption .tp-large-head {
        text-align: center;
    }
    .aligned-left {
        padding: 0 20px;
    }
    .aligned-right {
        margin-top: 30px;
    }
    .realising-right {
        margin-top: 30px;
        padding: 0 20px;
    }
    .industries-main .industries-right {
        width: 75%;
        margin-left: 10px;
    }
    .industries-main ul li {
        margin-bottom: 38px;
    }
    .realising-bg {
        margin-top: 0;
    }
    .our_partners .tp_testmonail_nave {
        padding: 30px 0 0 0;
        margin-top: 30px;
    }
    .tagpoint_row_section.contact_us {
        padding-top: 0;
        padding-bottom: 40px;
    }
    .google-link {
        margin-bottom: 20px;
        text-align: left;
    }
    .tp_footer .google-link {
        text-align: center;
    }
    .privacy_list {
        margin-bottom: 20px;
    }
    .contact_us ul li {
        margin-bottom: 20px;
    }
    .recognition h2 {
        line-height: 45px;
        font-size: 40px;
    }
    .our_partners .testmonail-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .testmonail-right {
        width: 100%;
        margin: 0;
    }
    .tagpoint_row_section.our_partners {
        background-size: cover;
        margin-bottom: 40px;
    }
    .oganization-main .col-sm-6 {
        margin-bottom: 20px;
    }
    .competency-banner .breadcrumbs_content {
        margin-top: 0;
    }
    .competency-banner .behaviours {
        padding-top: 20px;
        text-align: center;
    }
    .competency-banner h2 {
        line-height: 35px;
        font-size: 28px;
        padding: 0;
    }
    .competency-banner .breadcrumbs_content {
        text-align: center;
    }
    .competency-right:after {
        width: 100%;
        background-size: 100%;
        top: 0;
    }
    .competency-right {
        margin-top: 0;
    }
    .competency-right {
        /*display:none;*/
    }
    .about_section_5.about_page {
        padding-top: 35px;
    }
    .oganization-main h4 {
        font-size: 14px;
    }
    .accelerating-section .wrap_breadcrumbs_col h2 {
        font-size: 35px;
        line-height: 45px;
        padding-right: 0;
        text-align: center;
    }
    .accelerating-section .wrap_breadcrumbs_col {
        text-align: center;
        padding-top: 0;
    }
    .accelerating-section {
        min-height: auto;
        background-size: cover;
    }
    .significant {
        position: relative;
        z-index: 1;
    }
    .designed1 {
        top: 66%;
        right: 10%;
    }
    .about_section_5.about_page.chemicals {
        padding-bottom: 100px;
    }
    .manpower-bg {
        text-align: center;
    }
    .manpower-bg .about_bt.slide_btn {
        float: none;
    }
    .education {
        padding: 15px;
    }
    .about_section_5.trainer-detail {
        margin-top: 0!important;
    }
    .accomplish-section h2 {
        font-size: 26px;
    }
    .therefore .believe {
        margin-left: 0;
    }
    .therefore img {
        padding: 10px;
    }
    .accomplish-section.advantage {
        padding-top: 30px;
    }
    .programs-main a {
        padding: 12px 20px;
    }
    .programs-main .programs {
        width: 100%;
        margin-bottom: 20px;
    }
    .programs-main {
        padding: 40px 0;
    }
    .advantage ul li {
        padding-right: 0;
    }
    .description,
    .description2,
    .description3 {
        min-height: 460px;
    }
    .employee1 {
        position: absolute;
        top: 4%;
        width: 31%;
        font-weight: 600;
        text-align: right;
        left: 17%;
        line-height: 14px;
        z-index: 9;
        text-transform: uppercase;
        font-size: 11px;
        color: #000;
    }
    .employee2 {
        top: 4%;
        width: 21%;
        left: auto;
        right: 18%;
        transform: rotate(50deg);
    }
    .employee3 {
        top: 30%;
        width: 21%;
        left: auto;
        right: 0;
        transform: rotate(-91deg);
        text-align: left;
    }
    .employee4 {
        top: 58%;
        width: 18%;
        left: auto;
        right: 3%;
        transform: rotate(-45deg);
        text-align: left;
    }
    .employee5 {
        bottom: 16%;
        width: 21%;
        left: auto;
        right: 28%;
        transform: rotate(0deg);
        top: auto;
    }
    .employee6 {
        bottom: 18%;
        width: 21%;
        right: auto;
        left: 63px;
        transform: rotate(45deg);
        top: auto;
        text-align: left;
    }
    .employee7 {
        top: 51%;
        width: 25%;
        right: auto;
        left: -19px;
        transform: rotate(91deg);
        text-align: left;
        bottom: auto;
    }
    .employee8 {
        top: 25%;
        width: 27%;
        right: auto;
        left: -10px;
        transform: rotate(315deg);
        text-align: right;
        bottom: auto;
    }
    .about_section_5.trainer-detailtop1 {
        margin-top: 0!important;
        padding-top: 0!important;
    }
    .consultant h1 {
        font-size: 45px;
    }
    .engaged-left img {
        width: 40px;
    }
    .engaged-left {
        margin-left: -30px;
    }
    .engaged-right {
        margin-left: 19px;
    }
    .existence-part h2 {
        font-size: 32px;
        line-height: 42px;
        margin-top: 100px;
    }
    .helping {
        top: 100px;
        margin-bottom: 100px;
    }
    .helping ul {
        margin-left: 5px;
    }
    .helping ul li {
        font-size: 14px;
        padding: 20px 10px 0 10px;
        width: 33%;
    }
    .timeline-part .timeline-centered:before {
        content: '';
        position: absolute;
        display: block;
        width: 19px;
        background: url(../images/line-bg.png) no-repeat;
        /* left: 50%; */
        top: 20px;
        z-index: 2;
        bottom: 20px;
        margin-left: 15px;
    }
    .timeline-part .timeline-centered:after {
        clear: both;
        content: '';
        position: absolute;
        display: block;
        width: 19px;
        background: url(../images/line-bg1.png) repeat-y;
        top: 20px;
        bottom: 20px;
        margin-left: 15px;
    }
    .timeline-part .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
        background: #fff;
        color: #212121;
        display: block;
        width: 80px;
        height: 80px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        text-align: center;
        line-height: 0px;
        font-size: 28px;
        font-weight: 500;
        padding-top: 40px;
        float: left;
        position: relative;
        z-index: 3;
    }
    .demanded-part .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
        background: #f5f5f5;
    }
    .timeline-part .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
        position: relative;
        padding: 1em;
        margin-left: 80px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .integrated-bg.mandate h2 span {
        font-size: 20px;
        line-height: 30px;
    }
    .timeline-main h2 {
        margin-left: 35px;
    }
    .timeline-part .timeline-centered .timeline-entry .timeline-entry-inner {
        margin-left: -46px;
    }
    .opener:after {
        display: none;
    }
    .results p {
        padding-left: 0px;
    }
    .engagement span {
        font-size: 50px;
    }
    .manpower-bg h3 {
        font-size: 30px;
        color: #212121;
        margin: 0;
        font-weight: 800;
        padding-top: 6px;
        line-height: 35px;
    }
    .addressed {
        margin-top: 0;
        background: white;
    }
    .focused-part ul {
        width: 100%;
        float: left;
    }
    .addressed-main .designed {
        top: 23%;
    }
    .attrition .engaged-box {
        padding-bottom: 80px;
    }
    .efficiency h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .challenges::after {
        display: none;
    }
    .received::after {
        display: none;
    }
    .awareness::after {
        display: none;
    }
    .challenges,
    .awareness,
    .received,
    .board-part {
        margin-bottom: 30px;
    }
    .managing {
        padding-top: 0;
    }
    .board-part .retreat1,
    .board-part .retreat {
        display: none;
    }
    .designed img {
        width: 70%;
        height: auto;
    }
    .designed3 img {
        width: 60%;
    }
}

@media (max-width:576px) {
    .stabilise-main {
        max-width: 100%;
    }
    .description3 {
        max-width: 100%;
    }
    .stabilise {
        padding-top: 170px;
    }
    .scale {
        padding-top: 110px;
    }
    .steer {
        padding-top: 50px;
        margin-top: 60px;
    }
    .description p,
    .description2 p,
    .description3 p {
        text-align: center;
    }
    .description,
    .description2,
    .description3 {
        min-height: auto;
    }
}

@media (max-width:320px) {
    .stabilise {
        padding-top: 110px;
    }
    .scale {
        padding-top: 70px;
    }
}


/* smit patel css */

.download-form-modal {
    width: 40% !important;
}

.revised-content button {
    padding: 15px 23px;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 400;
    transition: all .4s;
    -webkit-transition: all .4s;
    background: transparent;
    color: #0f73b9;
    /* border-radius: 50px; */
    border: none !important;
    cursor: pointer;
}

.revised-content button:hover {
    /* border: 1px solid #ffffff29; */
    display: inline-block;
    position: relative;
    background: transparent;
    color: #000000;
    /* border-color: #09162a; */
}

.download-form-modal form {
    padding: 30px;
}

.download-form-modal form input {
    margin: 10px 0px;
}

.modal-btn-design {
    padding: 10px 11px;
    text-transform: capitalize;
    font-weight: 400;
    transition: all .4s;
    -webkit-transition: all .4s;
    background: #127ccd;
    color: #ffffff;
    border-radius: 50px;
    border: none !important;
}

.modal-btn-design:hover {
    border: 1px solid #ffffff29;
    display: inline-block;
    position: relative;
    background: #09162a;
    color: #fff;
    border-color: #09162a;
}

.employee-engagement-section {
    background: url(../images/fin-emo-invest.jpeg) no-repeat;
    background-size: 70%;
    min-height: 600px;
    background-position: center;
}

.emplyoee-survey {
    padding-top: 470px !important;
}

.page-id-620 .tp-main-menu.header-menu-1 {
    background: #09162a !important;
}

.request-more-form {
    padding-top: 40px;
}

.request-more-form #wpcf7-f540-o3 input {
    /* border: none; */
    margin: 10px 0px;
    padding: 6px 12px;
    width: 100%;
}

.request-more-form #wpcf7-f540-o3 input[type="submit"] {
    background: #127ccd;
    color: #fff;
    border: none;
}

.page-id-627 header,
.page-id-627 footer,
.page-id-627 .company-section,
.page-id-627 .footer-bg {
    display: none;
}

.form-employee-engagement-survery {
    /*background: #016b90 !important;*/
    background: #006769!important;
    color: #fff !important;
    position: fixed;
    height: 100%;
    right: 0px;
    padding: 20px;
}

.why-our-open p {
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
}

.img-section-employee {
    /* padding-right: 20px;
    padding-left: 20px; */
}

.form-employee-engagement-survery h2 {
    font-size: 18px;
    margin-bottom: 0px;
    color: #fff !important;
    font-weight: 800;
}

.form-employee-engagement-survery p {
    font-size: 13px;
    line-height: 18px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.form-employee-engagement-survery #wpcf7-f540-o3 input {
    margin: 5px 0px !important;
    padding: 5px 10px !important;
    width: 100% !important;
    border: none !important;
}

.form-employee-engagement-survery #wpcf7-f540-o3 input[type="submit"] {
    background: #000 !important;
}

.link-employee-survery {
    margin-top: 30px;
}

.link-employee-survery p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.blue-corona-awerness {
    background: #14739a !important;
    z-index: 10;
}


/* .employee-survery-content {
    font-size: 13px;
    margin-bottom: 10px;
} */

.mangnum-opus-calander {
    padding-top: 40px;
    margin-bottom: 40px;
}

.magnum-opus-content table {
    margin-top: 40px;
    margin-left: 20px;
}

.magnum-opus-content table td {
    border: 2px solid #fff;
    padding: 10px;
}

.magnum-opus-content table h4 {
    font-size: 18px;
    font-weight: 500;
}

.magnum-opus-content table p {
    margin-bottom: 0px;
    line-height: 22px;
}
.tp-main-menu.header-menu-1.tp-fixed-nav-1 a{
    color:white!important;
}


@media (min-width:319px) and (max-width:767px) {
    .download-form-modal {
        width: 100% !important;
    }
    .uk-grid-small>* {
        padding-left: 0px !important;
    }
    .revised-content button {
        font-size: 16px;
    }
    .form-employee-engagement-survery {
        position: inherit;
        padding: 20px;
    }
    .employee-engagement-survery-new-section {}
}


/* smit patel css */