  /* Imported styles */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800');
/* @import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900');
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i'); */

/* @import url(/static/css/imp.css); */



@import url(/static/css/bootstrap.css);
@import url(/static/css/font-awesome.min.css);
@import url(/static/css/animate.min.css);
@import url(/static/css/bootstrap-select.min.css);
@import url(/static/css/jquery.bootstrap-touchspin.css);
@import url(/static/css/owl.carousel.css);
@import url(/static/css/owl.theme.default.min.css);


/* @import url(/static/css/hover.css);
@import url(/static/css/jquery.bxslider.css);
@import url(/static/css/owl.carousel.css);
@import url(/static/css/owl.theme.default.min.css);


@import url(/static/css/jquery.fancybox.css);
@import url(/static/css/prettyPhoto.css);

@import url(image/static/css/hover.css); */

/*** Price filter***/
/* @import url(/static/assets/price-filter/nouislider.css);
@import url(/static/assets/price-filter/nouislider.pips.css); */
/*** single shop slide ***/
/* @import url(/static/css/flexslider.css); */
/*** Time picker css ***/
/* @import url(/static/assets/timepicker/timePicker.css); */


/* @import url(/static/fonts/flaticon/flaticon.css);
@import url(/static/assets/jquery-ui-1.11.4/jquery-ui.css); */

/*** Revolution slider ***/
/* @import url(/static/assets/revolution/css/settings.css);
@import url(/static/assets/revolution/css/layers.css);
@import url(/static/assets/revolution/css/navigation.css); */

/*** Bootstrap select picker css ***/
/* @import url(/static/assets/bootstrap-sl-1.12.1/bootstrap-select.css); */
/*** Language Switcher ***/
/* @import url(/static/assets/language-switcher/polyglot-language-switcher.css); */


/*==============================================
   Base Css
===============================================*/
:root {
    --pink: #9fc990;
    --pink-1: #d0d6e0;
    --pink-2: #da8399;
    --pink-2: #e6afbc;
    --pink-2: #f3d8de;
    --navy_blue: #9fc990;
    --navy_blue-1: #e2f0df;
    --orange: #eabc62;
    --green: #e58840;
    --yellow: #67a2a8;
    --margenta: #731f53;
    --purple: #7d2a83;
    --red: #d46b93;
    --blue: #5f7699;
    --blue-1: #d0d6e0;
    --blue-2: #9dc7df;
    --blue-2: #cde3ee;

    --text-black: #5A524C;
    --breadcrumb-font: 'Sentient', serif; /*in the breadcrumb only*/
    --heading-font: 'Sentient', serif;
    --body-font: 'Open Sans', sans-serif;
}

* {
    font-family: var(--body-font);
}

html,
body {
    height: 100%
}

body {
    font-family: var(--body-font);
    font-size: 15px;
    color: #909090;
    line-height: 26px;
    font-weight: 400;
    overflow-x: hidden;
}

button:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: var(--heading-font);
    font-weight: 700;
    margin: 0;
}
p{
    color: #000;
    text-align: left;
}
h3 {
    font-size: 24px;
    line-height: 28px;
    color: #222222;
    font-weight: 600;
}

h4 {
    font-weight: 300;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
}

i {
    font-style: normal;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sec-pding-one {
    padding: 52px 0;
}

.sec-pding-two {
    padding: 52px 0 30px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], input[type="tel"], textarea, select, .vTextField {
    color: #000;
}

.height-25 {
    height: 25em;
}

.height-10 {
    height: 10em;
}

.height-15 {
    height: 15em;
}

.height-20 {
    height: 20em;
}

.height-5 {
    height: 5em;
}

.height-30 {
    height: 30em;
}


.height-100p {
    height: 100%;
}

.thm-btn-outline {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 17px 30px 17px !important;
    text-transform: uppercase;
    font-family: var(--main-font);
    transition: all 500ms ease;
    line-height: 14px;
    position: relative;
    border: 1px solid var(--pink);
    color: var(--pink);
}

.thm-btn-outline:hover {
    background-color: var(--pink-2);
    color: var(--pink);
    border: 1px solid var(--pink);
}

.thm-btn-pink {
    background: var(--pink)!important;
}

.thm-btn-orange {
    background: var(--orange)!important;
}

.thm-btn-blue {
    background: var(--blue)!important;
}

.thm-btn-green {
    background: var(--green)!important;
}

.thm-btn-yellow {
    background: var(--yellow)!important;
}

.thm-btn-red {
    background: var(--red)!important;
}

.btn_bottom {
    position: absolute!important;
    bottom: 0;
}

.thm-btn {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 18px 30px 18px !important;
    text-transform: uppercase;
    font-family: var(--main-font);
    transition: all 500ms ease;
    line-height: 14px;
    position: relative;
    background: var(--pink);
    color: #ffffff;
}

.thm-btn:hover {
    background: var(--pink);
    color: #fff;
}

.thm-btn.btn-style-two {
    background: #f87845;
    color: #fff;
}

.thm-btn.btn-style-two:hover {
    background: #47588f;
    color: #ffffff;
}

.products-overview .sec-sub-title {
    text-align: center;
    margin-top: 0em;
}

.employee-spotlight-sec{
    background: #FFFACC;
}

.csr-card-body{
    margin: 12px;
}

.csr-partner-heading h2{
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin-top:4rem;
    padding: 15px;
    width: fit-content;
}


.blank-section{
    background: #F7984C;
}

.stories-card .head{
    background:#C4C4C4;
    height:10rem;
}
.csr-readmore{
    color: #227E3F;
    font-weight: 600;
    padding: 15px 0 0 25px;
    padding-bottom: 1rem;
}
.card-color-text{
    color: #227E3F;
    font-weight: 600;
    padding: 0px 18px 0 25px;
    margin: 0;
}
.card-text{
    padding: 0 25px 0 25px;
}
.card-title {
    margin-bottom: 0.75rem;
    padding: 15px 0 0 0;
    font-size: 20px;
    font-weight: 600;
}
.csr-card-body{
    margin: 12px;
}

.sec-title {
    position: relative;
    margin-top: 0px;
}


.sec-title span {
    color: var(--text-black);
    font-weight: 500;
    font-size: 14px;
    font-family: var(--main-font);
    display: block;
}

.sec-title span.color-2 {
    color: var(--text-black)
}

.sec-title .border {
    display: block;
    width: 150px;
    height: 1px;
    background: #f0f0f0;
    margin: 2px 0 13px;
}

.sec-title .border.center {
    margin: 2px auto 13px;
}

.sec-title .border.color-2 {
    background: #e5e5e5;
}

.sec-title h1 {
    display: block;
    color: #000;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    width: fit-content;
    margin-left: 35%;
    padding: 8px;
    font-family: var(--heading-font);
}

.values_image {
    position: absolute; 
    left: 24em; 
    bottom: 3em; 
    width: 35%;
}

.purpose-values img {
    width: 100%;
}

.purpose-values {
    padding-top: 3em;
    /* padding-left: 2em; */
}


.flex-box {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-box-two {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-box-three {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.flex-box-four {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.flex-box-five {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.sec-pd-one {
    padding-top: 40px;
    padding-bottom: 50px;
}

.sec-pd-one h4 {
    padding-left: 12px;
    padding-right: 12px;
}

.owl-nav-style-one {}

.owl-nav-style-one .owl-controls {}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    color: #909090;
    font-size: 24px;
    font-weight: 700;
    height: 50px;
    line-height: 46px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 50px;
    border: 1px solid #f3f3f3;
    transition: all 700ms ease 0s;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
    border-color: #47588f;
    color: #47588f;
}


/*________________Preloader_______________ */

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    background-color: rgba(255, 255, 255, 1);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/static/images/resources/logo-2.png);
}


/* Update header Style */
@keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }

    50% {
        margin-top: -74px;
    }

    100% {
        margin-top: 0;
    }
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #fff;
    z-index: 0;
    border-bottom: 1px solid #3c4c83;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-lower-left{
    position: relative;
    right: 1%;
}

.sticky-header .logo {
    padding: 20px 0px;
    margin-left: -4em;
}

.sticky-header .logo a {
    display: inline-block;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.sticky-header .main-menu .navigation li a {
    color: var(--blue);
    padding: 38px 0;
}

.sticky-header .main-menu .navigation li ul li a {
    color: #353535;
}

.sticky-header .main-menu .navigation>li>ul {
    box-shadow: none;
    border: 1px solid #f9f9f9;
}

.sticky-header .main-menu .navigation .auth_btns a {
    color: #fff;
}

/* scroll to top styles */
.scroll-to-top {
    background: #f87845;
    border: 2px solid #f87845;
    border-radius: 0%;
    bottom: 25px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 30px;
    font-weight: normal;
    height: 50px;
    line-height: 44px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 50px;
    z-index: 99999;
    -webkit-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
    -moz-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
    box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
}

.scroll-to-top:hover {
    color: #fff;
    background: #e75e28;
}

/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error {
    border-color: red;
}

#contact-form input[type="email"].error {
    border-color: red;
}

#contact-form select.error {
    border-color: red;
}

#contact-form textarea.error {
    border-color: red;
}


/* Post pagination styles */
.post-pagination li {
    display: inline-block;
    margin: 0 3px;
}

.post-pagination li a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f7f7f7;
    color: #3d3d3d;
    display: block;
    font-size: 18px;
    font-weight: 700;
    height: 55px;
    padding: 14px 0;
    transition: all 500ms ease 0s;
    width: 55px;
    font-family: var(--main-font);
    border-radius: 3px;
}

.post-pagination li.active a,
.post-pagination li:hover a {
    background: #47588f;
    color: #fff;
    border: 1px solid #47588f;
}


/* Overlay styles */
.overlay-style-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in 0.4s;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    overflow: hidden;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -ms-transition: all 0.3s ease-in 0.4s;
    transition: all 0.3s ease-in 0.4s;
}

.overlay-style-one .box {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay-style-one .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.overlay-style-one .box .content a {}



.review-box {}

.review-box ul {
    margin-left: -1px;
    margin-right: -1px;
}

.review-box ul li {
    display: inline-block;
    margin: 0 1px;
}

.review-box ul li i {
    color: #00a5ea;
    font-size: 12px;
}


.sociallinks-style-one {}

.sociallinks-style-one li {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.sociallinks-style-one li:last-child {
    margin-right: 0px;
}

.sociallinks-style-one li a i {
    color: white;
    font-size: 14px;
    transition: all 500ms ease;
}

.sociallinks-style-one li a:hover i {
    color: #f87845;
}


.socialicon-style-two {}

.socialicon-style-two li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.socialicon-style-two li:last-child {
    margin-right: 0px;
}

.socialicon-style-two li a i {
    height: 40px;
    width: 40px;
    display: block;
    border-radius: 50%;
    color: var(--purple);
    font-size: 20px;
    line-height: 38px;
    transition: all 500ms ease;
    text-align: center;
}

.socialicon-style-two li a:hover i {
    color: #f87845;
    border-color: #404f80;
    background: #fff;
}


.sociallinks-style-two {
    overflow: hidden;
}

.sociallinks-style-two li {
    display: inline-block;
    margin-right: 10px;
}

.sociallinks-style-two li:last-child {
    margin-right: 0px;
}

.sociallinks-style-two li a i {
    border: 2px solid #f7f7f7;
    border-radius: 50%;
    color: #999999;
    font-size: 14px;
    height: 40px;
    line-height: 36px;
    padding: 0;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 40px;
}

.sociallinks-style-two li a:hover i {
    background: #f87845;
    border-color: #f87845;
    color: #fff;
}

.bg-white{
    background-color: white;
}

.parallax-bg-one {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.parallax-bg-one::before {
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}


/*==============================================
    Top bar Area Css
===============================================*/
.top-bar-area {
    background: #47588f;
    padding: 11px 0;
}

.top-left {}

.top-left p {
    color: #ffffff;
    margin: 0;
}

.top-menu {
    margin: 6px 0;
}

.top-menu li {
    display: inline-block;
    float: left;
    line-height: 20px;
    border-right: 1px solid #5569aa;
    padding: 0 15px;
}

.top-menu li:last-child {
    border-right: 0px solid;
}

.top-menu li a {
    color: #ffffff;
    transition: all 500ms ease;
}

.top-menu li a:hover {
    color: #f87845;
}

.language-switcher {
    border: 1px solid #5569aa;
    width: 120px;
    padding-left: 10px;
}



/*==============================================
    Header Area Css
===============================================*/
.header-area {
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 99;
}

.header-area .header-upper {
    background-color: var(--blue);
}

.header-area .header-upper .inner-content {
    /* border-bottom: 1px solid #eaeaea; */
    display: block;
    padding: 7px 0;
}

.state-select-box {
    position: relative;
}

.state-select-box .icon-holder {
    position: absolute;
    top: 5px;
    left: 0;
}

.state-select-box .icon-holder span:before {
    color: white;
    font-size: 18px;
    line-height: 30px;
}

.state-content {}

.state-content .state {}

.state-content .state ul {
    margin: 5px 0 6px;
}

.state-content .state ul li {
    display: inline-block;
    float: left;
    /* border-left: 1px solid #e4e4e4; */
    padding-left: 45px;
    position: relative;
    margin-left: 15px;
}

.state-content .state ul li:last-child {
    border-right: 0px solid;
    padding-right: 0px;
    margin-right: 0px;
}

.state-content .state ul li .icon-box {
    position: absolute;
    top: 0;
    left: 15px;
}

.state-content .state ul li .icon-box span:before {
    height: 30px;
    width: 30px;
    border: 1px solid #e5e5e5;
    display: block;
    border-radius: 50%;
    color: white;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    transition: all 500ms ease;
}

.state-content .state ul li:hover .icon-box span:before {
    border: 1px solid white;
    background: transparent;
    color: #ffffff;
}

.state-content .state ul li .text-box {
    padding-left: 10px;
}

.state-content .state ul li .text-box p {
    color: white;
    line-height: 24px;
    margin: 3px 0;
}

.header-upper-right {
    display: flex;
}

.header-upper-right ul {
    display: flex;
    padding-top: 6px;
}

.header-upper-right ul li {
    color: white;
    padding-right: 20px;
}

.header-upper-right p {
    margin: 0;
    display: inline-block;
    float: left;
    color: white;
}

.header-upper-right .sociallinks-style-one {
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.header-lower {}

.header-lawer-content {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.header-lawer-content .logo a {
    display: inline-block;
}

.header-lower-right {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-right: -161px;
    position: relative;
    left: 10%;
    top: 1.2em;
}

.main-menu {
    float: left;
    position: relative;
}

.main-menu .navbar-collapse {
    padding: 0px
}

.main-menu .navigation {
    float: left;
    margin: 0;
    position: relative;
}

.main-menu .navigation li {
    float: left;
    margin-left: 25px;
    position: relative;
}

.main-menu .navigation .auth_btns {
    top: 20px;
}

.main-menu .navigation li:first-child {
    margin-left: 0px;
}

.main-menu .navigation li::before {}

.main-menu .navigation li:last-child:before {
    display: none;
}

.main-menu .navigation li a {
    position: relative;
    color: var(--blue);
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    opacity: 1;
    padding: 43px 0px;
    transition: all 300ms ease;
    font-family: var(--main-font);
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
    color: var(--pink);
    opacity: 1;
}

.main-menu .navigation li a:after {
    position: absolute;
    left: 0px;
    top: 65px;
    content: "";
    display: block;
    background: var(--pink);
    width: 100%;
    height: 1px;
    transition: all 300ms ease;
    text-align: center;
    opacity: 0;
}

.main-menu .navigation li:hover>a:after,
.main-menu .navigation li.current>a:after,
.main-menu .navigation li.current-menu-item>a:after {
    opacity: 1;
}


.main-menu .navigation>li>ul {
    position: absolute;
    left: -10px;
    top: 70px;
    width: 250px;
    background: rgba(255, 255, 255, 0.98) none repeat scroll 0 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    padding: 0 4px 4px;
    margin-top: 3px;
}

.main-menu .navigation>li:hover>ul {
    top: 80%;
    opacity: 1;
    visibility: visible;
}

.main-menu .navigation>li>ul>li {
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    display: block;
}

.main-menu .navigation>li>ul li::before {
    display: none;
}

.main-menu .navigation li ul li a {
    color: #353535;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding: 15px 15px 15px 15px !important;
    position: relative;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
}

/*.main-menu .navigation li ul li a:before {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    color: #ffffff;
    display: block;
    transition: all 300ms ease;
    opacity: 1;
    margin: 15px 0;
}*/

.main-menu .navigation li ul li a:after {
    display: none;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #fff;
    background-color: #47588f;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    background: url(/static/images/icon/submenu-icon.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
}

.mainmenu-middle {
    margin-left: 35px;
}

.mainmenu-middle ul {}

.mainmenu-middle ul li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    border-right: 1px solid #e4e4e4;
    padding-right: 10px;
}

.mainmenu-middle ul li:last-child {
    margin-right: 0px;
    border-right: 0px solid #e4e4e4;
    padding-right: 0px;
}

.outer-search-box {}

.outer-search-box .seach-toggle {
    background: transparent;
    color: var(--blue);
    cursor: pointer;
    display: block;
    font-size: 16px;
    margin: 0;
    position: relative;
    text-align: center;
    transition: all 500ms ease;
}

.outer-search-box .seach-toggle:hover,
.outer-search-box .seach-toggle.active {
    color: #47588f;
}

.search-box {
    background: #47588F;
    border-top: 1px solid #252525;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: 15px;
    top: 120%;
    transition: all 500ms ease 0s;
    visibility: hidden;
}

.search-box.now-visible {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 99999999;
}

.search-box .form-group {
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-width: 250px;
}

.search-box .form-group input[type="search"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #303443;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 50px;
}

.search-box .form-group input[type="search"]:focus {
    border-color: #000;
}

.search-box .form-group button,
.search-box .form-group input[type="submit"] {
    background: #303443;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    transition: all 500ms ease 0s;
}

.search-box .form-group button:hover,
.search-box .form-group input:focus+button {
    color: #fff;
    background: #000;
}

.cart_select button {
    cursor: pointer;
}

.cart_select button i {
    color: #222222;
    font-size: 16px;
}

.cart_select button .color1 {
    color: #47588f;
    font-size: 16px;
    font-weight: 600;
}

.mainmenu-right-box {
    margin-left: 50px;
}

/* .mainmenu-right-box a {
    padding: 18px 25px 18px;
} */



/*** 
====================================================================
	Main Slider style
====================================================================
***/
.rev_slider_wrapper {
    position: relative;
    z-index: 10;
    margin-top: -156px;
}

.rev_slider_wrapper .tp-caption {
    z-index: 5 !important;
}

.rev_slider_wrapper .tp-dottedoverlay {
    background: rgba(0, 0, 0, 0.00) !important;
}

.rev_slider_wrapper .slide-content {
    border-left: 3px solid #47588f;
    padding-left: 30px;
    padding-bottom: 5px;
}

.title h2 {
    padding-left: 12px;
    padding-right: 12px;
}

.rev_slider_wrapper .slide-content .title {
    position: relative;
    color: #47588f;
    font-size: 36px;
    font-weight: 500;
    font-family: var(--main-font);
    font-style: italic;
    line-height: 1.0em;
    margin-bottom: 10px;
}

.rev_slider_wrapper .slide-content .big-title {
    position: relative;
    font-weight: 600;
    font-size: 60px;
    color: #222222;
    line-height: 1.2em;
    font-family: var(--main-font);
    margin: 0 0 7px;
}

.rev_slider_wrapper .slide-content .text {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #f87845;
    line-height: 1.6em;
    font-style: italic;
    font-family: var(--main-font);
}

.rev_slider_wrapper .slide-content .btns-box {
    margin-top: 21px;
}

.rev_slider_wrapper .slide-content .btns-box a.thm-btn.pdone {
    padding: 20.5px 45px 20.5px;
    margin-right: 9px;
}

.rev_slider_wrapper .slide-content .btns-box a.thm-btn.pdtwo {
    padding: 20.5px 40px 20.5px;
}

.tparrows {
    background: rgba(73, 88, 143, .50);
    cursor: pointer;
    display: block;
    height: 55px;
    position: absolute;
    width: 55px;
    z-index: 1000;
    transition: all 500ms ease;
    border-radius: 0px;
}

.tparrows:before {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    line-height: 56px;
    text-align: center;
    transition: all 500ms ease;
}

.tparrows:hover {
    background: #47588f;
}

.tparrows:hover:before {
    color: #ffffff;
}

.slider_content h6{
    color: #fff;
}

.slider_content h1{
    color: #fff;
}

.hero_section .slider_content {
    position: absolute;
    bottom: 20em;
    left: 12em;
}

.hero_section .box_1 {
    background-color: var(--navy_blue);
    padding: 12px;
    color: #fff;
    width: fit-content;
}

.hero_section .box {
    padding: 10px 20px;
    color: #fff;
    width: fit-content;
    font-family: var(--heading-font);
}

.hero_section .box_2 {
    position: relative;
    left: 30px;
    background-color: #ededed;
    font-family: var(--body-font)!important;
    font-size: 90%;
    color: var(--purple)
}

.hero_section .box_3 {
    background-color: var(--blue);
    position: relative;
    top: 0.5em;
}

.hero_section .box_4 {
    position: relative;
    left: 30px;
    background-color: var(--blue);
    top: 1.1em;
}

.hero_section .cta_btn {
    position: relative;
    top: 30px;
}

.callto-action-area .cta_btn {
    position: absolute;
    bottom: 0;
}

.hero_section h1 {
    font-weight: 600;
    /* text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); */
}

.hero_section h6 {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}


/* .partners-agent-sec .cta_btn{
    position: absolute;
    bottom: 0;
} */

.latest-news-sec .bookmark_icon{
    background: white;
    border-radius: 50%;
    text-align: center;
    padding: 12px 0;
    position: relative;
    right: 30%;
    margin-top: 30%;
    height: 52px;
    width: 52px;
}

.news-sec .bookmark_icon{
    background: white;
    border-radius: 50%;
    text-align: center;
    padding: 12px 0;
    position: relative;
    right: 30%;
    margin-top: 30%;
    height: 52px;
    width: 52px;
}

.latest-news-sec .month {
    color: #ededed;
}

.organisation-sec .logo_image{
    text-align: center;
}

.work-opportuinity .heading-text{
    color: #000;
    opacity: 0.6;
    padding: 1em 17em;
    font-size: 16px;
}

.home-banner-content img {
    width: 100%;
    height: 85vh;
    object-fit: cover;
}


/*** 
=============================================
    Callto action area style
=============================================
***/
.callto-action-area {}

/* .callto-action-imgbox {
    margin-right: 70px;
    position: relative;
    display: block;
    padding-left: 40px;
    padding-top: 40px;
    z-index: 1;
    margin-bottom: 40px;
} */

/* .callto-action-imgbox:before {
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 40px;
    right: 40px;
    content: "";
    background: var(--pink);
    border: 2px solid var(--pink);
    z-index: -1;
} */

.team_card img {
    width: 100%;
}

.team_card .card-body{
    height: 28em;
}

.callto-action-imgbox img {
    width: 100%;
    /* height: 30em; */
}

.callto-action-text h1 {
    padding-top: 30px;
}

.callto-action-text .title {
    padding-bottom: 34px;
    margin-top: -6px;
}

.callto-action-text .title span {
    color: #f87845;
    font-size: 18px;
}

.callto-action-text .title h1 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin: 2px 0 0;
    padding: 5px;
    /* width: fit-content; */
}

.callto-action-text .title h2{
    color: #000;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    margin: 2px 0 0;
}

.text-holder p {
    padding-left: 12px;
    padding-right: 12px;
}

.callto-action-text p {
    padding-left: 12px;
    padding-right: 12px;
}

.callto-action-text a {
    margin-left: 12px!important;
    margin-right: 12px!important;
}

.our_values p {
    padding-left: 12px;
    padding-right: 12px;
}

.our_values h3 {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
}

.our_team p {
    padding-left: 12px;
    padding-right: 12px;
}

.callto-action-text .text-holder {}

.callto-action-text .text-holder p {
    color: #5A524C;
    text-align: left;
    font-size: 16px;
}

p{
    color: #5A524C;
    text-align: left;
    font-size: 16px;
}

.callto-action-text ul {
    margin: 23px 0 30px;
}

.callto-action-text ul li {
    font-weight: 500;
    font-style: italic;
    line-height: 32px;
}

.callto-action-text ul li i {
    color: #f87845;
    font-size: 16px;
    display: inline-block;
    padding-right: 15px;
}

.callto-action-text .text-holder .founder-text {
    padding-left: 50px;
    position: relative;
    border-left: 2px solid #ddd;
    padding-top: 32px;
    padding-bottom: 0px;
}

.callto-action-text .text-holder .founder-text:before {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 30px;
    height: 30px;
    font-family: "Flaticon";
    content: "\f11b";
    color: #f0f0f0;
    font-size: 22px;
}

.callto-action-text .text-holder .founder-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-style: italic;
    margin: 0;
    font-family: var(--main-font);
}

.callto-action-text .text-holder .founder-text h3 {
    color: #222222;
    font-size: 18px;
    font-weight: 400;
    margin: 14px 0 0;
}



/*** 
=============================================
    Services Area style
=============================================
***/
.products-overview {
    padding: 50px 0;
    /* background: #f4f4f4; */
    position: relative;
}

.products-overview .flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    /* padding-right: 3em; */
}

.products-overview .products_btn {
    text-align: center;
    margin-top: 2em;
}

.po-points{
    display: flex;
}

.single-service-item {
    position: relative;
    /* padding-left: 25px; */
    /* padding-right: 65px; */
    /* padding-top: 65px; */
    /* padding-bottom: 62px; */
    /* max-width: 33.333333%; */
    width: 100%;
}

.single-service-item.bg-one {
    /* background: #efefef; */
}

.single-service-item .icon-holder {
    position: relative;
    top: 70px;
    right: 50px;
}

.single-service-item .icon-holder span:before {
    font-size: 120px;
    line-height: 120px;
    color: #e9e9e9;
}

.single-service-item .icon-holder .overlay-icon {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    bottom: 25px;
    text-align: center;
    z-index: 2;
}

.single-service-item .icon-holder .overlay-icon span:before {
    color: #222;
    font-size: 65px;
    line-height: 65px;
    transition: all 500ms ease;
}

.single-service-item:hover .icon-holder .overlay-icon span:before {
    color: #47588f;
}

/* .single-service-item .text-holder {
    padding-left: 30px;
} */

.single-service-item .text-holder .emp-support {
    background-color: var(--blue);
    padding: 4px 40px 4px 20px;
    text-transform: uppercase;
    /* width: fit-content; */
    font-size: 20px;
}

.single-service-item .text-holder .english_language_center {
    background-color: var(--navy_blue);
    padding: 4px 20px;
    text-transform: uppercase;
    /* width: fit-content; */
    font-size: 20px;
}

.single-service-item .text-holder .youth_development {
    background-color: var(--orange);
    padding: 4px 22px;
    text-transform: uppercase;
    /* width: fit-content; */
    font-size: 20px;
}

.single-service-item .text-holder .internship_work_skills {
    background-color: var(--green);
    padding: 4px 85px 4px 20px;
    text-transform: uppercase;
    /* width: fit-content; */
    font-size: 20px;
}

.single-service-item .text-holder .apprenticeships_pathways {
    background-color: var(--yellow);
    padding: 4px 20px;
    text-transform: uppercase;
    /* width: fit-content; */
    font-size: 20px;
}

.single-service-item .text-holder .scholl_group_travel {
    background-color: var(--red);
    padding: 4px 20px;
    text-transform: uppercase;
    /* width: fit-content; */
    font-size: 20px;
}

.single-service-item .text-holder .apprenticeships_pathways a {
    color: #fff;
}

.single-service-item .text-holder h3 {
    margin: 0 0 15px;
    font-family: var(--heading-font);
    font-weight: 700;
    letter-spacing: 3px;
}

.single-service-item .text-holder h3 a {
    color: #fff;
    transition: all 500ms ease;
}

.single-service-item:hover .text-holder h3 a {
    /* color: #47588f; */
}

.single-service-item .text-holder p {
    /* margin-right: 80px; */
    text-align: left;
    font-size: 16px;
    color: #0D0E0C;
}

.single-service-item .text-holder a.readmore {
    color: #47588f;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--main-font);
    transition: all 500ms ease;
}

.single-service-item:hover .text-holder a.readmore {
    color: #f87845;
}

.single-service-item .text-holder a.readmore i {
    font-size: 16px;
    display: inline-block;
    padding-left: 7px;
}



/*** 
=============================================
    Fact counter Area style
=============================================
***/

.register_btn {
    background-color: var(--yellow);
    padding: 6px 20px;
    text-align: center;
    position: relative;
    bottom: 2em;
    float: right;
    right: 2em;
}

.fact-counter-area .counter {
    background-color: rgba(245, 245, 245, 0.91);
    position: relative;
    top: 10em;
    opacity: 0.85;
}

.fact-counter-area .counter_cta {
    text-align: right;
    margin-bottom: 1rem;
}

.fact-counter-area {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.fact-counter-area:before {
    /* background: rgba(73, 88, 143, 0.95) none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.single-fact-counter {
    display: block;
    margin-bottom: 40px;
    min-height: 150px;
    width: 25%;
    float: left;
    /* border-right: 1px solid #5165a1; */
    padding-top: 5px;
}

.single-fact-counter:last-child {
    border-right: none;
}

.single-fact-counter .icon-holder {}

.single-fact-counter .icon-holder span:before {
    color: #f87845;
    font-size: 60px;
    line-height: 60px;
}

.single-fact-counter .count-box {
    position: relative;
    height: 55px;
    margin: 28px 0 0;
}

.single-fact-counter h1 {
    line-height: 55px;
}

.single-fact-counter h1 span {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    font-family: var(--main-font);
}

.single-fact-counter .count-box .overlay-title {
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
}

.single-fact-counter h3 {
    color: #000;
    line-height: 26px;
    text-transform: capitalize;
    margin: 15px 0;
    font-size: 16px;
}

.timer {
 font-family: var(--header-font);
 }
/*** 
=============================================
    Project Area style
=============================================
***/
.latest-project-area {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
    overflow: hidden;
}

.latest-project-area .sec-title {}

.latest-project-area .project-menu {}

.latest-project-area .left-content {
    margin-top: -5px;
}

.latest-project-area .left-content h3 {
    color: #47588f;
    font-size: 20px;
    margin: 0 0 16px;
}

.latest-project-area .left-content p {
    color: #909090;
    margin: 0 0 24px;
}

.latest-project-area .left-content a {
    font-size: 14px;
    color: #f87845;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--main-font);
}

.latest-project-area .left-content a i {
    font-size: 16px;
    display: inline-block;
    padding-left: 7px;
}

.latest-project-area .right-content {
    margin-right: -345px;
}

.latest-project-area .single-project-item {
    max-width: 385px;
    width: 100%;
    float: left;
    margin-bottom: 0;
}

.single-project-item {
    overflow: hidden;
    display: block;
    margin-bottom: 40px;
}

.single-project-item .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-project-item .img-holder img {
    transition: all 900ms ease;
    width: 100%;
    transform: scale(1.1, 1.1);
}

.single-project-item:hover .img-holder img {
    transform: scale(1.2, 1.2);
}


.single-project-item .static-overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 100%;
    max-width: 300px;
    background: #fff;
    display: block;
    padding: 16px 20px 12px;
    transition: all 700ms ease;
    transition-delay: 0.5s;
}

.single-project-item:hover .static-overlay {
    bottom: -100%;
    transition-delay: 0.1s;
}

.single-project-item .static-overlay h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 3px;
}

.single-project-item .static-overlay h3 a {
    color: #222222;
}

.single-project-item .static-overlay span {
    color: #47588f;
}


.single-project-item .overlay {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    max-width: 300px;
    background: #47588f;
    display: block;
    padding: 26px 20px 22px;
    opacity: 1;
    transform: translate3d(-100%, 0, 0px);
    transition: all 700ms ease;
    transition-delay: 0.2s;
}

.single-project-item:hover .overlay {
    left: 10px;
    transform: translate3d(0%, 0, 0px);
    transition-delay: 0.3s;
}

.single-project-item .overlay .content {}

.single-project-item .overlay .content h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 3px;
}

.single-project-item .overlay .content h3 a {
    color: #ffffff;
}

.single-project-item .overlay .content span {
    color: #f87845;
}

.single-project-item .overlay .content p {
    color: #eef2ff;
    margin: 15px 0 24px;
}

.single-project-item .overlay .content a.readmore {
    color: #f87845;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--main-font);
}

.single-project-item .overlay .content a.readmore i {
    font-size: 16px;
    display: inline-block;
    padding-left: 7px;
}

.latest-project-area .owl-nav-style-one .owl-controls {
    position: absolute;
    left: -140px;
    bottom: 0;
}



/*** 
=============================================
    Video Gallery Area style
=============================================
***/
.video-gallery-area {
    position: relative;
}

.featured-content-box {
    position: relative;
    z-index: 2;
    margin-bottom: -170px;
}

.single-featured-box {
    max-width: 33.333333%;
    width: 100%;
    display: block;
    padding: 70px 30px 63px;
}

.single-featured-box .icon-holder {
    margin-bottom: 24px;
}

.single-featured-box .icon-holder span:before {
    color: #fff;
    font-size: 60px;
    line-height: 60px;
}

.single-featured-box .text-holder {}

.single-featured-box .text-holder h3 {
    color: #ffffff;
    margin: 0 0 16px;
}

.single-featured-box .text-holder p {
    color: #ffffff;
    margin: 0;
}

.single-featured-box.bg-one {
    background: #f4f4f4;
}

.single-featured-box.bg-one .icon-holder span:before {
    color: #d0d0d0;
}

.single-featured-box.bg-one .text-holder h3 {
    color: #222222;
}

.single-featured-box.bg-one .text-holder p {
    color: #909090;
}

.single-featured-box.bg-two {
    background: #47588f;
}

.single-featured-box.bg-three {
    background: #f87845;
}

.bg-light {
    background-color: #f3f3f1;
}


.video-galley-content {
    padding-top: 233px;
    padding-bottom: 90px;
    z-index: 1;
}

.video-galley-content .inner-content {
    max-width: 900px;
    margin: 0 auto;
}

.video-galley-content .title {
    margin-bottom: 23px;
}

.video-galley-content .title h1 {
    color: #ffffff;
    font-size: 32px;
    line-height: 40px;
}

.video-galley-content .text {
    margin-bottom: 52px;
}

.video-galley-content .text p {
    color: #b5b5b5;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}

.video-galley-content .icon-holder {
    margin-bottom: 30px;
}

.video-galley-content .icon-holder span:before {
    color: #fff;
    font-size: 80px;
    line-height: 80px;
}

.video-galley-content a.video-partner {
    background: #47588f;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--main-font);
    padding: 5px 20px 4px;
}



/*** 
=============================================
    Faq appointment Area style
=============================================
***/
.faq-appointment-area {
    position: relative;
}

.faq-content-box {
    position: relative;
    background: #47588f;
    display: block;
    padding: 50px 40px 50px;
    margin-right: 35px;
    margin-bottom: 40px;
}

.faq-content-box:before {
    position: absolute;
    top: 0;
    right: -50px;
    width: 50px;
    height: 50px;
    display: block;
    background: #47588f;
    content: "";
}

.faq-content-box .sec-title {
    padding-bottom: 16px;
}

.faq-content-box .sec-title span {
    color: #6077c1;
}

.faq-content-box .sec-title .border {
    background: #5165a1;
}

.faq-content-box .sec-title h1 {
    color: #ffffff;
}

.accordion-box {
    display: block;
    overflow: hidden;
    padding: 0;
}

.accordion-box .accordion {
    position: relative;
}

.accordion-box .accordion .accord-btn {
    border-bottom: 1px solid #5265a0;
    cursor: pointer;
    position: relative;
    transition: all 500ms ease;
    display: block;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 19px;
}

.accordion-box .accordion .accord-btn h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    transition: all 500ms ease;
}

.accordion-box .accordion .accord-btn::after {
    color: #eef2ff;
    content: "\f10b";
    font-family: "Flaticon";
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    position: absolute;
    right: 0;
    top: 20px;
    transition: all 500ms ease 0s;
    text-align: center;
}

.accordion-box .accordion .accord-btn.active {
    transition: all 500ms ease;
}

.accordion-box .accordion .accord-btn.active h4 {
    color: #f87845;
}

.accordion-box .accordion .accord-btn.active:after {
    content: "\f10a";
    color: #f87845;
    background: transparent;
}

.accordion-box .accordion .accord-content {
    display: none;
    position: relative;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 0px;
    border-bottom: 1px solid #5265a0;
}

.accordion-box .accordion .accord-content.collapsed {
    display: block;
}

.accordion-box .accordion .accord-content p {
    margin: 0;
    color: #eef2ff;
}


.appointment-box {
    border: 1px solid #f2f2f2;
    margin-left: -65px;
    display: block;
    padding-top: 45px;
    padding-left: 50px;
    padding-bottom: 46px;
    padding-right: 50px;
    border-left: none;
    margin-top: 50px;
}

.appointment-form input[type="text"],
.appointment-form input[type="email"],
.appointment-form textarea {
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    color: #909090;
    display: block;
    font-size: 15px;
    height: 52px;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
    font-weight: 400;
    transition: all 500ms ease;
}

.appointment-form textarea {
    height: 95px;
    padding: 15px 20px;
}

.appointment-form input[type="text"]:focus {
    border-color: #e5e4e4;
}

.appointment-form input[type="email"]:focus {
    border-color: #e5e4e4;
}

.appointment-form textarea:focus {
    border-color: #e5e4e4;
}

.appointment-form button {
    padding: 19px 30px 19px;
    width: 100%;
    max-width: 160px;
}

.appointment-form input::-webkit-input-placeholder {
    color: #909090;
}

.appointment-form input:-moz-placeholder {
    color: #909090;
}

.appointment-form input::-moz-placeholder {
    color: #909090;
}

.appointment-form input:-ms-input-placeholder {
    color: #909090;
}

.appointment-form textarea::-webkit-input-placeholder {
    color: #909090;
}

.appointment-form textarea:-moz-placeholder {
    color: #909090;
}

.appointment-form textarea::-moz-placeholder {
    color: #909090;
}

.appointment-form textarea:-ms-input-placeholder {
    color: #909090;
}



/*** 
=============================================
    Customer feedback  style
=============================================
***/
.customer-feedback {
    background: #f4f4f4;
    padding-top: 90px;
    padding-bottom: 20px;
}

.customer-feedback .thumb-box.style2 {
    position: relative;
}

.customer-feedback .thumb-box.style2:before {}

.customer-feedback .thumb-box.style2 li {
    float: left;
    margin-right: 30px;
}

.customer-feedback .thumb-box.style2 li:last-child {
    margin-right: 0;
}

.customer-feedback .thumb-box.style2 li a {
    position: relative;
}

.customer-feedback .thumb-box.style2 li a.active {}

.customer-feedback .thumb-box.style2 li a .img-holder {
    position: relative;
    overflow: hidden;
    display: block;
}

.customer-feedback .thumb-box.style2 li a.active .img-holder:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.85);
    transition: all 0.7s ease;
}


.customer-feedback .bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
}

.customer-feedback .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0;
    left: 0px;
    top: -20px;
    background: #fff;
    transform: translatez(0);
    margin-left: 150px;
    max-width: 1020px;
    -moz-box-shadow: 0px 3px 10px #ededed;
    -webkit-box-shadow: 0px 3px 10px #ededed;
    box-shadow: 0px 3px 10px #ededed;
}

.single-testimonial-content {}

.single-testimonial-content .text-box {
    width: 75%;
    display: block;
    padding-left: 115px;
    padding-right: 40px;
    padding-top: 33px;
    padding-bottom: 32px;
    position: relative;
}

.single-testimonial-content .text-box:before {
    position: absolute;
    top: 40px;
    bottom: 40px;
    right: 0;
    width: 1px;
    background: #f2f2f2;
    content: "";
}

.single-testimonial-content .text-box:after {
    position: absolute;
    top: 38px;
    left: 40px;
    content: "\f109";
    font-family: Flaticon;
    font-size: 40px;
    line-height: 40px;
    color: #f2f2f2;
}

.single-testimonial-content .text-box p {
    color: #848484;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}

.single-testimonial-content .name-box {
    width: 25%;
    padding-top: 53px;
    text-align: center;
}

.single-testimonial-content .name-box h4 {
    color: #47588f;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--main-font);
    margin: 0 0 5px;
}

.single-testimonial-content .name-box p {
    color: #f87845;
    margin: 0;
}


.customer-feedback ul.nav-link {
    display: block;
    position: relative;
    top: -110px;
    left: 0px;
    font-size: 40px;
    width: 110px;
    padding: 0;
}

.customer-feedback ul.nav-link li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.customer-feedback ul.nav-link li:last-child {
    margin-right: 0;
}

.customer-feedback ul.nav-link li a {
    color: #848484;
    transition: .5s ease;
    border: 1px solid #e8e8e8;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    color: #555;
    line-height: 46px;
}

.customer-feedback ul.nav-link li a.bx-prev {
    float: left;
}

.customer-feedback ul.nav-link li a.bx-next {
    float: right;
}

.customer-feedback ul.nav-link li a:hover {
    color: #47588f;
    border-color: #47588f;
    transition: .5s ease;
}



/*** 
=============================================
    Latest blog Area style
=============================================
***/
.latest-blog-area {
    background: #ffffff;
    position: relative;
}

.latest-blog-area .single-blog-post {
    margin-bottom: 40px;
    transition: all 500ms ease;
}

.single-blog-post .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}

.single-blog-post .img-holder img {
    transition: all 0.4s ease-in-out 0.5s;
    width: 100%;
    transform: scale(1.1, 1.1);
}

.single-blog-post:hover .img-holder img {
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    transform: scale(1.2, 1.2);
}

.single-blog-post:hover .img-holder .overlay-style-one {
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0s;
}

.single-blog-post .img-holder .overlay-style-one .box .content a i {
    background: rgba(248, 120, 72, 0.85) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 3%;
    color: #ffffff;
    display: inline-block;
    font-size: 17px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    transform: scale(2);
    transition: all 0.3s ease-in-out 0.1s;
    transition: all 500ms ease 0s;
    opacity: 0;
}

.single-blog-post:hover .img-holder .overlay-style-one .box .content a i {
    transform: scale(1);
    transition-delay: 0.1s;
    opacity: 1;
}

.single-blog-post .img-holder .overlay-style-one .box .content a:hover i {
    background: #fff;
    color: #3d4394;
}

.single-blog-post .text-holder {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(242, 242, 242, 1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(242, 242, 242, 1);
    box-shadow: 0px 2px 10px 0px rgba(242, 242, 242, 1);
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 11px;
    padding-bottom: 22px;
    transition: all 500ms ease;
    position: relative;
    z-index: 1;
}

.single-blog-post .text-holder span {
    color: #d8d8d8;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--main-font);
}

.single-blog-post .text-holder .meta-info {
    padding-top: 5px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 25px;
    margin-left: -25px;
    padding-left: 25px;
    margin-right: -25px;
    padding-right: 0px;
}

.single-blog-post .text-holder .meta-info li {
    display: block;
}

.single-blog-post .text-holder .meta-info li a {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--main-font);
    transition: all 500ms ease;
    line-height: 26px;
}

.single-blog-post .text-holder .blog-title {
    color: #222222;
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding: 0;
    transition: all 500ms ease 0s;
    font-family: var(--main-font);
}

.single-blog-post .text-holder .blog-title:hover {
    color: #3d4394;
}

.single-blog-post .text-holder .meta-info li a:hover {
    color: #3d4394;
}

.single-blog-post .text-holder .text {
    margin: 12px 0 0;
}

.single-blog-post .text-holder .text p {
    margin: 0;
}

.single-blog-post .text-holder .readmore {
    overflow: hidden;
    padding-top: 24px;
}

.single-blog-post .text-holder .readmore a {
    color: #47588f;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--main-font);
    transition: all 500ms ease;
}

.single-blog-post .text-holder .readmore a:hover {
    color: #f87845
}




/*** 
=============================================
    Brand Area style
=============================================
***/


.h-12 {
    height: 12em!important;
}

.about-slider-text{
    top: 6em;
}



.brand-area {
    background: #ffffff;
    border-top: 1px solid #f2f2f2;
    padding-bottom: 88px;
    padding-top: 90px;
}

.brand-area .brand .owl-stage-outer {
    z-index: 10;
}

.brand-area .brand .single-item {
    border: 1px solid #f0f0f0;
    height: auto;
    transition: all 300ms ease-in 0s;
    text-align: center;
    display: block;
    padding: 21px 20px 26px;
}

.brand-area .brand .single-item img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    opacity: 1;
    padding: 0px 0;
    position: relative;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

.brand-area .brand .single-item:hover {
    border: 1px solid #47588f;
}

.brand-area .brand .single-item:hover img {
    opacity: .9;
}

.brand-area .owl-controls {
    display: block;
}


.brand-area .owl-dots {
    position: relative;
    margin-top: 25px;
}

.owl-dot-style-one .owl-dots .owl-dot {
    background-image: none;
    width: 13px;
    height: 13px;
    margin: 5px 7px;
    border: 2px solid #e8e8e8;
    padding: 0px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 500ms ease;
    display: inline-block;
}

.owl-dot-style-one .owl-dots .owl-dot span {
    display: none;
}

.owl-dot-style-one .owl-dots .owl-dot.active {
    background: #ffffff;
    border-color: #47588f;
    border-radius: 15px;
}

.owl-dot-style-one .owl-dots .owl-dot:hover {
    background: #fff;
    border-color: #47588f;
}



/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
    position: relative;
    background: #ffffff;
    padding: 70px 0 65px;
}

.single-footer-widget .footer-logo {
    /* padding: 0 0 32px; */
}

.single-footer-widget .our-info {
    overflow: hidden;
    margin-top: 1em;
}

.single-footer-widget .our-info p {
    margin: 0 0 26px;
    color: #1E1E1E;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.single-footer-widget .footer-contact-info {
    overflow: hidden;
}

.single-footer-widget .footer-contact-info li {
    position: relative;
    padding-left: 35px;
    padding-bottom: 13px;
}

.single-footer-widget .footer-contact-info li:last-child {
    padding-bottom: 0;
}

.single-footer-widget .footer-contact-info li .icon-holder {
    position: absolute;
    top: 1px;
    left: 0;
}

.single-footer-widget .footer-contact-info li .icon-holder span:before {
    color: #1E1E1E;
    font-size: 15px;
    line-height: 16px;
}

.single-footer-widget .footer-contact-info li .icon-holder span.map-marker:before {
    position: relative;
    top: 3px;
}

.single-footer-widget .footer-contact-info li .text-holder {}

.single-footer-widget .footer-contact-info li .text-holder h5 {
    color: #1E1E1E;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: var(--main-font);
}

.single-footer-widget .footer-social-links {
    overflow: hidden;
    margin: 22px -13px 0;
}

.single-footer-widget .title {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
}

.single-footer-widget .title .border {
    width: 70px;
    height: 1px;
    margin: 12px 0 0;
    background: #5265a0;
    display: block;
}

.single-footer-widget .title h3 {
    color: #1E1E1E;
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 30px;
}

.single-footer-widget.mar-lft {
    margin-left: 60px;
}

.single-footer-widget .usefull-links {
    display: block;
    margin-top: -2px;
}

.single-footer-widget .usefull-links li {
    margin-bottom: 10px;
    position: relative;
}

.single-footer-widget .usefull-links li:last-child {
    margin-bottom: 0px;
}

.single-footer-widget .usefull-links li a {
    color: #1E1E1E;
    font-size: 15px;
    font-weight: 400;
    transition: all 700ms ease;
}

.single-footer-widget .usefull-links li a i {
    display: inline-block;
    font-size: 16px;
    padding-right: 9px;
}

.single-footer-widget .usefull-links li:hover a {
    color: #f87845;
}

.single-footer-widget .latest-news {
    overflow: hidden;
    display: block;
    margin-top: -4px;
}

.single-footer-widget .latest-news li {
    display: block;
    margin-bottom: 17px;
}

.single-footer-widget .latest-news li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .latest-news li h4 {
    margin: 0 0 3px;
}

.single-footer-widget .latest-news li h4 a {
    color: #eef2ff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    transition: all 500ms ease;
    font-family: var(--main-font);
}

.single-footer-widget .latest-news li h4 a:hover {
    color: #f87845;
}

.single-footer-widget .latest-news li span {
    color: #eef2ff;
    font-size: 15px;
    font-weight: 400;
}

.single-footer-widget .latest-news li span i {
    display: inline-block;
    padding-right: 9px;
    color: #f87845;
}

.single-footer-widget .newsletter-box {
    margin-top: -28px;
}

.single-footer-widget .newsletter-box p {
    color: #eef2ff;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 18px;
}

.single-footer-widget .newsletter-box .newsletter-form {
    position: relative;
    overflow: hidden;
    display: block;
}

.single-footer-widget .newsletter-box form.newsletter-form {
    position: relative;
    margin-top: 15px;
}

.single-footer-widget .newsletter-box form.newsletter-form input[type="text"] {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #222;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 45px;
    letter-spacing: 1px;
    padding-left: 50px;
    padding-right: 15px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
}

.single-footer-widget .newsletter-box form.newsletter-form button {
    background: #f87845 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    height: 45px;
    padding: 9px 0;
    text-align: center;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
    margin-top: 20px;
    font-family: var(--main-font);
}

.single-footer-widget .newsletter-box form.newsletter-form input[type="text"]:focus {
    border: 1px solid #ffffff;
    background: #F4F4F4;
    color: #000;
}

.single-footer-widget .newsletter-box form.newsletter-form input[type="text"]:focus+button,
.single-footer-widget .newsletter-box form.newsletter-form button:hover {
    background: #e1622f none repeat scroll 0 0;
    color: #fff;
}

.single-footer-widget .newsletter-box form.newsletter-form .envelope {
    position: absolute;
    top: 13px;
    left: 0;
    width: 40px;
    height: 20px;
    display: block;
    text-align: center;
    border-right: 1px solid #ddd;
}

.single-footer-widget .newsletter-box form.newsletter-form .envelope i {
    color: #47588f;
    font-size: 14px;
    display: block;
    line-height: 18px;
}

.single-footer-widget .newsletter-box h5 {
    color: #eef2ff;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    font-family: var(--main-font);
    margin-top: 22px;
}

.single-footer-widget .newsletter-box h5 i {
    display: inline-block;
    padding-right: 8px;
}


/*** 
=============================================
    Footer bottom area style
=============================================
***/
.footer-bottom-area {
    background: #F3F3F3;
    padding: 22px 0;
}

.footer-bottom-area .footer-bottom {
    overflow: hidden;

}

.footer-bottom-area .footer-bottom .copyright-text {
    margin: 0px 0;
}

.footer-bottom-area .footer-bottom .copyright-text p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    font-family: var(--main-font);
    line-height: 26px;
}

.footer-bottom-area .footer-bottom .copyright-text p a {
    color: #f87845;
    font-weight: 600;
    transition: all 500ms ease;
}

.footer-bottom-area .footer-bottom .copyright-text p a:hover {
    color: #000;
}

.footer-bottom-area .footer-bottom .footer-menu {}

.footer-bottom-area .footer-bottom .footer-menu ul li {
    display: inline-block;
    float: left;
    margin-right: 25px;
}

.footer-bottom-area .footer-bottom .footer-menu ul li:last-child {
    margin-right: 0px;
}

.footer-bottom-area .footer-bottom .footer-menu ul li a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    transition: all 500ms ease;
}

.footer-bottom-area .footer-bottom .footer-menu ul li a:hover {
    color: #f87845;
}


/* About Page */
.partner-with-twin img {
    width: 25em;
    height: 25em;
    object-fit: cover;
}

.work-at-twin img {
    width: 25em;
    height: 25em;
    object-fit: cover;
}



.breadcrumb{
    background: linear-gradient(#00000040, #00000040),url(/static/images/slides/1.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    height: 25em;
}

.breadcrumb h1 {
    color: #fff;
}

.breadcrumb p{
    font-size: 16px;
    text-align: center;
}

.slider-text{
    position: relative;
    top: 8em;
}

.blog_details .slider-text{
    position: relative;
    top: 5rem;
}

.job_vacancies .slider-text{
    top: 5rem;
}

.policies_breadcrumb .slider-text{
    top: 16rem;
}

.blogs_section .slider-text{
    top: 5rem;
}

.blog_data .social_icons {
    float: right;
    text-align: right;
    width: 100%;
    position: relative;
    bottom: 1.5em;
}

.blogs_section h1 {
    color: #0B72AC;
}

.blogs_section p {
    color: #0B72AC;
}

.s-text{
    color: #fff!important;
}

.list-text{
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.callto-action-text ul li {
    font-style: initial;
}
.callto-action-text ul li i {
    color: #227e3f;
    font-size: 18px;
    display: inline-block;
    padding-right: 15px;
}
.watch-vdo{
    border: 1px solid #227e3f;
    padding: 11px 32px;
}

.main-heading{
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin: 2px 0 0;
    padding: 5px;
    text-align: center;
}

.team_member_card{
    width: 85%;
}

.team-member-sec img {
    cursor: pointer;
}

.team-member-sec{
    background: #FDE8D5;
}

.front{
    cursor: pointer;
}

.back{
    cursor: pointer;
}

.award_card .card-content {
    height: 22em;
}

.card-body {
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.front .card-content{
    padding: 0.5em;
}

.back .card-content {
    padding: 2em 1.5em;
}


.hidden {
    display: none;
}

.flip-front {
    -webkit-transition: 2s linear;
    -webkit-transform-style: preserve-3d;
}


.history-sec-card{
    border: 0;
    background: #cfe3ee;
}

.historycard-heading{
    color: #000;
    font-weight: 600;
    margin-top: 3rem;
}
.history-sec-line{
    width: 57em;
    position: absolute;
    top: 13rem;
    left: 10rem;
}

.history-sec{
    background: var(--blue-1);
}

.history-sec-card img {
    width: 5em;
    margin-left: 28%;
}

/** Product and Services **/

.interview-wraper{
    background: #227e3f;
    width: 28rem;
    height: 36em;
    position: absolute;
    bottom: 5em;
    left: 24em;
}

/** ===== **/

/** Partner with ÐÓ°ÉÊÓÆµ **/

.partnering-info-imgbox img {
    height: 30.5em;
    width: 30.5em;
    object-fit: cover;
}

.partnering-opportunities-imgbox img {
    width: 25em;
    height: 25em;
    object-fit: cover;
}

.training-programmes-imgbox img {
    width: 25em;
    height: 25em;
    object-fit: cover;
}

.educational-tour-imgbox img {
    width: 25em;
    height: 25em;
    object-fit: cover;
}

.uk-college-imgbox img {
    width: 25em;
    height: 25em;
    object-fit: cover;
}

.internation-college-imgbox img {
    width: 25em;
    height: 25em;
    object-fit: cover;
}

/** ===== **/

/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 247px;
    padding-bottom: 122px;
    position: relative;
    z-index: 1;
    margin-top: -156px;
}

.breadcrumb-area .breadcrumbs {}

.breadcrumb-area .breadcrumbs h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    text-transform: capitalize;
    text-align: center;
}

.breadcrumb-bottom {
    position: absolute;
    left: 0;
    bottom: -33px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.breadcrumb-bottom .inner-content {
    display: block;
    padding: 19px 20px 18px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    background: #ffffff;
}

.breadcrumb-bottom .left ul {}

.breadcrumb-bottom .left ul li {
    display: inline-block;
    margin-right: 6px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--main-font);
}

.breadcrumb-bottom .left ul li:last-child {
    margin-right: 0;
}

.breadcrumb-bottom .left ul li a {
    color: #222222;
    text-transform: capitalize;
    font-family: var(--main-font);
    transition: all 500ms ease;
}

.breadcrumb-bottom .left ul li.active {
    color: #47588f;
}

.breadcrumb-bottom .left ul li i {
    font-size: 16px;
    color: #47588f;
}

.breadcrumb-bottom .left ul li a:hover {
    color: #47588f;
}

.breadcrumb-bottom .right span {
    color: #47588f;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--main-font);
    text-transform: capitalize;
    transition: all 500ms ease;
}

.breadcrumb-bottom .right span i {
    font-size: 14px;
    color: #222222;
    display: inline-block;
    padding-right: 6px;
}

.breadcrumb-bottom .right a {
    display: inline-block;
}

.breadcrumb-bottom .right span:hover {
    color: #222222;
}



/*** 
=============================================
   Callto action area style two style
=============================================
***/
.callto-action-area.style-two {
    padding-top: 123px;
}



/*** 
=============================================
    History Area style
=============================================
***/
.history-area {
    background: #f4f4f4;
    padding: 90px 0 60px;
}

.single-history {
    padding-left: 130px;
    position: relative;
    display: block;
    border-left: 1px solid #ddd;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 3px;
    margin-bottom: 30px;
}

.single-history:before {
    position: absolute;
    top: 0px;
    left: -4px;
    width: 7px;
    height: 7px;
    background: #e9e9e9;
    content: "";
    border-radius: 50%;
    z-index: 1;
}

.single-history.bottom {}

.single-history.bottom:before {
    display: none;
}

.single-history.bottom:after {
    position: absolute;
    bottom: 0px;
    left: -4px;
    width: 7px;
    height: 7px;
    background: #e9e9e9;
    content: "";
    border-radius: 50%;
    z-index: 1;
}

.single-history .date-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 60px;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    z-index: 2;
}

.single-history .date-box:before {
    position: absolute;
    bottom: -4px;
    left: -4px;
    width: 7px;
    height: 7px;
    background: #f87845;
    content: "";
    border-radius: 50%;
    z-index: 1;
}

.single-history .date-box:after {
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 11px;
    height: 11px;
    background: #ffffff;
    content: "";
    border-radius: 50%;
    z-index: -1;
}

.single-history .date-box h4 {
    color: #848484;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 28px 0 14px;
    text-transform: uppercase;
}

.single-history .right-content {
    overflow: hidden;
    padding-left: 70px;
    position: relative;
}

.single-history .right-content .img-box {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 3px;
}

.single-history .right-content .text-box {
    padding-left: 23px;
}

.single-history .right-content .text-box h3 {
    color: #222222;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 5px;
}

.single-history .right-content .text-box p {
    margin: 0;
}

.history-area .owl-controls {
    position: absolute;
    right: 0;
    top: -84px;
}

.history-area .owl-theme .owl-nav [class*="owl-"] {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    color: #ababab;
    font-size: 20px;
    font-weight: 700;
    height: 45px;
    line-height: 42px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 45px;
    border: 1px solid #f2f2f2;
    transition: all 700ms ease 0s;
    border-radius: 50%;
}

.history-area .owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}

.history-area .owl-theme .owl-nav [class*="owl-"]:hover {
    border-color: #f87845;
    color: #000000;
}



/*** 
=============================================
    Working area style
=============================================
***/
.working-area {
    background: #47588f;
    position: relative;
}

.working-area .text-holder {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 90px;
}


.working-area .text-holder .sec-title {
    padding-bottom: 23px;
}

.working-area .text-holder .sec-title span {
    color: #6077c1;
}

.working-area .text-holder .sec-title .border {
    background: #5165a1;
}

.working-area .text-holder .sec-title h1 {
    font-size: 30px;
    color: #ffffff;
}

.working-area .text-holder .text {}

.working-area .text-holder .text p {
    color: #eef2ff;
    margin: 0 0 24px;
}

.working-area .text-holder .text a {
    color: #f87845;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--main-font);
}

.working-area .text-holder .text a i {
    display: inline-block;
    padding-left: 7px;
    font-weight: 700;
}

.working-carousel {
    position: relative;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 90px;
    padding-bottom: 80px;
}

.working-carousel:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    content: "";
    height: 100%;
    width: 5px;
    background: url(/static/images/icon/working-text-bg.png);
    background-repeat: repeat-y;
    z-index: 1;
}


.working-area .single-item {
    background: #4e609c;
    display: block;
    padding: 40px 40px 33px;
}

.working-area .single-item .icon-holder {}

.working-area .single-item .icon-holder span:before {
    color: #f87845;
    font-size: 50px;
    line-height: 50px;
}

.working-area .single-item .text-box {
    margin-top: 24px;
}

.working-area .single-item .text-box h3 {
    color: #ffffff;
    margin: 0 0 16px;
}

.working-area .single-item .text-box p {
    color: #fff;
    margin: 0;
}

.working-area .owl-dots {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -40px;
}

.working-area .owl-dot-style-one .owl-dots .owl-dot {
    background-image: none;
    width: 13px;
    height: 13px;
    margin: 10px 0px;
    border: 3px solid #ffffff;
    padding: 0px;
    background: transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 500ms ease;
    display: block;
}

.working-area .owl-dot-style-one .owl-dots .owl-dot span {
    display: none;
}

.working-area .owl-dot-style-one .owl-dots .owl-dot.active {
    background: transparent;
    border-color: #f87845;
    border-radius: 15px;
}

.working-area .owl-dot-style-one .owl-dots .owl-dot:hover {
    background: transparent;
    border-color: #f87845;
}



/*** 
=============================================
    Team Area style
=============================================
***/

.team_card:hover {
    transform: scale(1.05);

}

.team-area {
    position: relative;
    padding-top: 90px;
    padding-bottom: 78px;
}

.single-team-member {
    margin-bottom: 40px;
}

.single-team-member .img-holder {
    overflow: hidden;
    position: relative;
    display: block;
}

.single-team-member .img-holder img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.single-team-member:hover .img-holder img {
    transform: scale(1, 1);
}

.single-team-member .img-holder .overlay-style-one {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .85);
    color: #fff;
    transition: all 500ms ease;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.single-team-member .img-holder .overlay-style-one .box .content ul {}

.single-team-member .img-holder .overlay-style-one .box .content ul li {
    display: inline-block;
    margin: 0 5px;
}

.single-team-member .img-holder .overlay-style-one .box .content ul li a i {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid #5e5d5d;
    color: #5e5d5d;
    font-size: 14px;
    line-height: 36px;
    transition: all 500ms ease;
}

.single-team-member .img-holder .overlay-style-one .box .content ul li a:hover i {
    background: #f87845;
    border-color: #f87845;
    color: #ffffff;
}

.single-team-member:hover .img-holder .overlay-style-one {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.single-team-member .text-holder {
    display: block;
    display: block;
    padding-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    border-color: #f2f2f2;
    border: 1px solid #f2f2f2;
}

.single-team-member .text-holder h3 {
    color: #222222;
    margin: 0 0 8px;
}

.single-team-member .text-holder b {
    background: #47588f;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    padding: 2px 15px;
    font-weight: 400;
}

.single-team-member .text-holder .border {
    width: 70px;
    height: 1px;
    display: block;
    background: #f4f4f4;
    margin: 0 auto;
}

.single-team-member .text-holder p {
    margin: 23px 0 0;
}

.single-team-member .text-holder ul {
    overflow: hidden;
    margin-top: 23px;
    border-top: 1px solid #f2f2f2;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.single-team-member .text-holder ul li span:before {
    color: #f87845;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    padding-right: 4px;
    position: relative;
    top: 1px;
}

.team-area .owl-dots {
    position: relative;
    margin-top: -15px;
}



/*** 
=============================================
   Consultation Area style
=============================================
***/
.certications-area {
    background: #f4f4f4;
}

.single-certications-item {
    border: 1px solid #e5e5e5;
    display: block;
    margin-bottom: 40px;
}

.single-certications-item .img-holder {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

.single-certications-item .text-holder {
    display: block;
    padding: 25px 30px 23px;
}

.single-certications-item .text-holder h3 {
    color: #222222;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 11px;
}

.single-certications-item .text-holder p {
    margin: 0;
    color: #909090;
}


/*** 
=============================================
   job career Area style
=============================================
***/
.job-career-area {
    padding: 90px 0 90px;
}

.job-career-area .job-career {
    max-width: 910px;
    margin: 0 auto;
}

.job-career-area .sec-title {
    padding-bottom: 14px;
}

.job-career-area .text {}

.job-career-area .text p {}

.job-career-area .button {
    margin-top: 33px;
}



/*** 
=============================================
    Services page area style
=============================================
***/
.services-page-area {
    padding-top: 123px;
    padding-bottom: 50px;
}

.single-service-box {
    display: block;
    margin-bottom: 32px;
}

.single-service-box .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}

.single-service-box .img-holder img {
    transition: all 0.4s ease-in-out 0.5s;
    width: 100%;
    transform: scale(1.1, 1.1);
}

.single-service-box:hover .img-holder img {
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    transform: scale(1.2, 1.2);
}

.single-service-box:hover .img-holder .overlay-style-one {
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0s;
}

.single-service-box .img-holder .overlay-style-one .box .content a i {
    background: rgba(248, 120, 72, 0.85) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 3%;
    color: #ffffff;
    display: inline-block;
    font-size: 17px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    transform: scale(2);
    transition: all 0.3s ease-in-out 0.1s;
    transition: all 500ms ease 0s;
    opacity: 0;
}

.single-service-box:hover .img-holder .overlay-style-one .box .content a i {
    transform: scale(1);
    transition-delay: 0.1s;
    opacity: 1;
}

.single-service-box .img-holder .overlay-style-one .box .content a:hover i {
    background: #fff;
    color: #3d4394;
}

.single-service-box .icon-holder {
    position: absolute;
    bottom: 0;
    right: 3px;
    width: 70px;
    height: 70px;
    border: 1px solid #f2f2f2;
    background: #ffffff;
    display: block;
    text-align: center;
    padding: 15px 0;
    z-index: 2;
}

.single-service-box .icon-holder:after {
    position: absolute;
    bottom: -1px;
    right: -4px;
    width: 3px;
    height: 70px;
    background: #f87845;
    display: block;
    content: "";
}

.single-service-box .icon-holder span:before {
    font-size: 40px;
    line-height: 40px;
    color: #47588f;
}

.single-service-box .text-holder {
    padding-top: 25px;
}

.single-service-box .text-holder .title {
    color: #222222;
    font-size: 20px;
    margin: 0 0 16px;
}

.single-service-box .text-holder .title a {
    color: #222222;
    transition: all 100ms ease;
}

.single-service-box .text-holder .title a:hover {
    color: #f87845;
}

.single-service-box .text-holder p {
    margin: 0 0 24px;
}

.single-service-box .text-holder .readmore {
    color: #47588f;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--main-font);
    transition: all 100ms ease;
}

.single-service-box .text-holder .readmore:hover {
    color: #f87845;
}

.single-service-box .text-holder .readmore i {
    display: inline-block;
    font-weight: 700;
    padding-left: 7px;
}

.services-page-area .border {
    width: 100%;
    height: 1px;
    display: block;
    background: #f2f2f2;
    margin-bottom: 40px;
}



/*** 
=============================================
   Single service Area style
=============================================
***/
#single-service-area {
    padding: 123px 0 90px;
    background: #f4f4f4;
    position: relative;
    overflow: hidden;
}

#single-service-area:before {
    position: absolute;
    top: 0px;
    right: 0;
    left: 60%;
    width: 10000%;
    display: block;
    background: #ffffff;
    content: "";
    height: 33px;
}

#single-service-area .sec-title {
    padding-bottom: 40px;
    margin-top: -4px;
}

#single-service-area .sec-title h3 {
    font-size: 24px;
    color: #222222;
}

#single-service-area .sec-title .border {
    height: 2px;
    width: 70px;
    background: #f87845;
    display: block;
    margin: 15px 0 0;

}

#single-service-area .content-box {
    position: relative;
    z-index: 1;
    margin-left: -30px;
    padding-left: 30px;
}

#single-service-area .content-box:before {
    position: absolute;
    top: -83px;
    left: 0;
    width: 10000%;
    display: block;
    background: #ffffff;
    content: "";
    z-index: -1;
    bottom: -90px;
}

#single-service-area .content-box .top-content {
    overflow: hidden;
    margin-top: -7px;
}

#single-service-area .content-box .top-content .text-holder {}

#single-service-area .content-box .top-content .text-holder p.mar-btm15 {
    margin-bottom: 15px;
}

#single-service-area .slogan-box {
    overflow: hidden;
    display: block;
    border: 2px solid #f2f2f2;
    padding: 22px 20px 20px 85px;
    position: relative;
    margin: 17px 0 70px;
}

#single-service-area .slogan-box:before {
    position: absolute;
    top: 26px;
    left: 30px;
    font-family: Flaticon;
    font-size: 30px;
    line-height: 30px;
    color: #efefef;
    content: "\f100";
}

#single-service-area .slogan-box .text-holder {}

#single-service-area .slogan-box .text-holder h3 {
    color: #f87845;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-style: italic;
}

.offer-content {
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 50px;
    padding-bottom: 45px;
}

.offer-content .sec-title {}

.offer-content .text-holder {}

.offer-content .text-holder .text {
    margin-top: -7px;
    margin-bottom: 23px;
}

.offer-content .text-holder ul {}

.offer-content .text-holder ul li {
    padding-left: 30px;
    margin-bottom: 28px;
    position: relative;
}

.offer-content .text-holder ul li:last-child {
    margin-bottom: 0;
}

.offer-content .text-holder ul li .iocn-box {
    position: absolute;
    top: 2px;
    left: 1px;
}

.offer-content .text-holder ul li .iocn-box i {
    color: #f87845;
    font-size: 18px;
}

.offer-content .text-holder ul li .text-box {}

.offer-content .text-holder ul li .text-box p {
    margin: 0;
}

.offer-content .text-holder ul li .text-box p span {
    color: #47588f;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--main-font);
}

.profit-improvement-box {
    padding-bottom: 67px;
}

.profit-improvement-box .graph-outer {}

.profit-improvement-box .graph-outer .donut-graph {}

.profit-improvement-box .text-holder {}

.profit-improvement-box .text-holder .text {
    margin-bottom: 15px;
}

.profit-improvement-box .text-holder ul {}

.profit-improvement-box .text-holder ul li {
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
}

.profit-improvement-box .text-holder ul li:last-child {
    margin-bottom: 0;
}

.profit-improvement-box .text-holder ul li .iocn-box {
    position: absolute;
    top: 10px;
    left: 0;
}

.profit-improvement-box .text-holder ul li .iocn-box .box {
    height: 8px;
    width: 8px;
    background: #4d5d93;
    display: block;
}

.profit-improvement-box .text-holder ul li .iocn-box .box.bg2 {
    background: #dd3b4a;
}

.profit-improvement-box .text-holder ul li .iocn-box .box.bg3 {
    background: #f89d4b;
}

.profit-improvement-box .text-holder ul li .text-box {}

.profit-improvement-box .text-holder ul li .text-box h3 {
    font-size: 18px;
    margin: 0 0 5px;
}

.profit-improvement-box .text-holder ul li .text-box p {
    margin: 0;
}

.single-service-tab-box {
    margin-bottom: 60px;
}

.service-tab-box {}

.service-tab-box .tab-menu {
    border-bottom: 1px solid #f4f4f4;
    overflow: hidden;
}

.service-tab-box .tab-menu li {
    display: inline-block;
    float: left;
    margin-bottom: 0px;
    margin-right: 3px;
}

.service-tab-box .tab-menu li span {
    background: #ffffff;
    border-top: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    border-radius: 0;
    display: block;
    margin-bottom: -1px;
    padding: 15px 30px 13px;
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: var(--main-font);
    position: relative;
    display: block;
    cursor: pointer;
}

.service-tab-box .tab-menu li.active span,
.service-tab-box .tab-menu li:hover span {
    background: #f4f4f4;
    color: #47588f;
    border-left-color: #f4f4f4;
    border-top-color: #f4f4f4;
    border-right-color: #f4f4f4;
    border-bottom-color: #f4f4f4;
}

.service-tab-box .tab-content-box {
    background: #f4f4f4;
    padding: 29px 20px 20px;
    display: block;
}

.service-tab-box .tab-content-box .single-tab-content {}

.service-tab-box .tab-content-box .single-tab-content .top-content {
    margin-bottom: 10px;
}

.service-tab-box .tab-content-box .single-tab-content .top-content p {}

.service-tab-box .tab-content-box .single-tab-content .bottom-content {
    overflow: hidden;
}

.service-tab-box .tab-content-box .single-tab-content .bottom-content .title {
    padding-bottom: 10px;
}

.service-tab-box .tab-content-box .single-tab-content .bottom-content .title h3 {
    font-size: 20px;
}

.service-tab-box .tab-content-box .single-tab-content .bottom-content ul {}

.service-tab-box .tab-content-box .single-tab-content .bottom-content ul.left {
    margin-right: 50px;
}

.service-tab-box .tab-content-box .single-tab-content .bottom-content ul li {
    line-height: 36px;
}

.service-tab-box .tab-content-box .single-tab-content .bottom-content ul li i {
    color: #f87845;
    font-size: 14px;
    display: inline-block;
    padding-right: 8px;
}

.strategy-development-box {}

.strategy-development-box .img-holder {
    margin-left: -30px;
    margin-top: -30px;
}



.left-sidebar {
    margin-right: 30px;
}

.left-sidebar .single-sidebar {}

.left-sidebar .single-sidebar .page-links {
    overflow: hidden;
    margin-bottom: 40px;
}

.left-sidebar .single-sidebar .page-links li {}

.left-sidebar .single-sidebar .page-links li a {
    background: #ffffff none repeat scroll 0 0;
    color: #222222;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 30px 15px;
    width: 100%;
    font-family: var(--main-font);
    position: relative;
    z-index: 1;
    transition: all 500ms ease;
    transition-delay: 0.15s;
    margin-bottom: 5px;
}

.left-sidebar .single-sidebar .page-links li:last-child a {
    margin-bottom: 0px;
}

.left-sidebar .single-sidebar .page-links li a:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    height: 56px;
    content: "\f178";
    font-family: FontAwesome;
    color: #ffffff;
    line-height: 58px;
    font-size: 18px;
    transform: translate3d(-30px, 0px, 0px);
    transition-delay: 0.5s;
    transition: all 500ms ease;
    opacity: 0;
}

.left-sidebar .single-sidebar .page-links li a:hover,
.left-sidebar .single-sidebar .page-links li a.active {
    color: #fff;
    background: #47588f;
}

.left-sidebar .single-sidebar .page-links li a:hover:before,
.left-sidebar .single-sidebar .page-links li a.active:before {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

.left-sidebar .single-sidebar .title {
    margin-top: -6px;
    padding-bottom: 30px;
}

.left-sidebar .single-sidebar .title h3 {
    color: #222222;
    font-size: 20px;
    font-weight: 400;
}

.left-sidebar .single-sidebar .title .border {
    width: 70px;
    height: 2px;
    display: block;
    background: #f87845;
    margin-top: 13px;
}

.left-sidebar .single-sidebar .service-brochures {
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 40px;
    display: block;
    padding: 30px;
}

.left-sidebar .single-sidebar .service-brochures .brochures-dwn-link li {}

.left-sidebar .single-sidebar .service-brochures .brochures-dwn-link li a {
    border: 1px solid #f2f2f2;
    display: block;
    padding: 14px 20px 13px;
    transition: all 500ms ease;
    color: #909090;
    margin-bottom: 20px;
}

.left-sidebar .single-sidebar .service-brochures .brochures-dwn-link li:last-child a {
    margin-bottom: 0;
}

.left-sidebar .single-sidebar .service-brochures .brochures-dwn-link li a:hover {
    background: #47588f;
    border-color: #47588f;
    color: #fff;
}

.left-sidebar .single-sidebar .service-brochures .brochures-dwn-link li a .icon-holder {
    width: 26px;
}

.left-sidebar .single-sidebar .service-brochures .brochures-dwn-link li a .icon-holder,
.left-sidebar .single-sidebar .service-brochures .brochures-dwn-link li a .title-holder {
    display: table-cell;
    vertical-align: middle;
}

.left-sidebar .single-sidebar .service-brochures .brochures-dwn-link li a .title-holder h5 {
    color: #909090;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--main-font);
}

.left-sidebar .single-sidebar .service-brochures .brochures-dwn-link li a:hover .title-holder h5 {
    color: #fff;
}

.left-sidebar .single-sidebar .contact-author-info {}

.contact-author-info {
    overflow: hidden;
    background: #ffffff;
    display: block;
    padding: 30px;
}

.contact-author-info .text {
    margin-top: -7px;
}

.contact-author-info .text p {
    margin: 0 0 17px;
}

.contact-author-info ul li {
    position: relative;
    padding-left: 40px;
    border-bottom: 1px solid #f2f2f2;
    display: block;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.contact-author-info ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.contact-author-info ul li .icon-holder {
    position: absolute;
    top: 6px;
    left: 0;
}

.contact-author-info ul li .icon-holder span:before {
    color: #f87845;
    font-size: 25px;
    line-height: 25px;
}

.contact-author-info ul li .text-holder {}

.contact-author-info ul li .text-holder p {
    color: #909090;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--main-font);
    line-height: 24px;
    margin: 0;
}

.contact-author-info ul li .text-holder p span {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--main-font);
}



/*** 
=============================================
   Team page style
=============================================
***/
.sec-pd-two {
    padding-top: 123px;
}

.team-style-two {
    background: #f4f4f4;
}

.team-style-two .single-team-member .text-holder {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    border: 1px solid #e5e5e5;
}

.team-style-two .single-team-member .text-holder ul {
    margin-top: 23px;
    border-top: 1px solid #e5e5e5;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
}



/*** 
=============================================
    Project Area style
=============================================
***/
.main-project-area {
    position: relative;
    padding: 123px 0 90px;
}

.project-filter {
    background: #f4f4f4;
    margin-bottom: 50px;
    display: block;
    padding: 18px 0 21px;
}

.project-filter li {
    display: inline-block;
    border-right: 1px solid #e5e5e5;
    padding-right: 20px;
    margin-right: 20px;
    line-height: 20px;
}

.project-filter li:last-child {
    border-right: 0px solid #e5e5e5;
    padding-right: 0px;
    margin-right: 0px;
}

.project-filter li span {
    position: relative;
    color: #47588f;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    font-family: var(--main-font);
}

.project-filter li span:before {
    position: absolute;
    bottom: -37px;
    left: 0;
    right: 0;
    content: "\f0d7";
    font-family: FontAwesome;
    color: #f4f4f4;
    font-size: 25px;
    text-align: center;
    transform: scaleX(0);
    transition: .1s ease;
}

.project-filter li:hover span:before,
.project-filter li.active span:before {
    transform: scaleX(1);
    transition: .5s ease;
}

.project-filter li.active span,
.project-filter li:hover span {
    color: #f87845;
}

.main-project-area .single-project-item {
    margin-bottom: 30px;
}

.main-project-area .button {
    margin-top: 20px;
}

.main-project-area .button a.loadmore {
    padding: 18px 40px 18px;
}


/*** 
=============================================
    Project Area v2 style
=============================================
***/
.main-project-area.project-v2 {}

.main-project-area.project-v2 .post-pagination {
    margin-top: 20px;
}



/*** 
=============================================
    Project single area  style
=============================================
***/
.project-single-area {
    padding-top: 123px;
    padding-bottom: 0px;
}

.project-single-area .sec-title {
    padding-bottom: 25px;
    margin-top: -3px;
}

.project-single-area .sec-title h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
}

.project-single-area .sec-title .border {
    height: 2px;
    background: #f87845;
    width: 70px;
    display: block;
    margin: 15px 0 0;
}


.project-single-area .single-project-img-box {
    margin-bottom: 50px;
}

.project-single-area .project-info {}

.project-single-area .project-info ul {
    background: #f4f4f4;
    display: block;
    padding-top: 23px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
}

.project-single-area .project-info ul li {
    margin-bottom: 15px;
}

.project-single-area .project-info ul li:last-child {
    margin-bottom: 0;
}

.project-single-area .project-info ul li b {
    width: 100px;
    display: inline-block;
    color: #47588f;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--main-font);
}

.project-single-area .project-info ul li span {
    font-family: var(--main-font);
    padding-left: 20px;
    color: #909090;
    font-weight: 400;
}


.project-single-area .legal-work-content {}

.project-single-area .legal-work-content h3 {
    color: #222222;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 8px;
}

.project-single-area .legal-work-content span {
    color: #f87845;
    margin: 0;
}

.project-single-area .legal-work-content p {
    margin: 11px 0 0;
}

.project-single-area .legal-work-content a {
    margin: 16px 0 0;
}


.project-single-area .project-analysis {
    overflow: hidden;
    display: block;
    padding-top: 90px;
    padding-bottom: 67px;
    margin-top: 90px;
    background: #47588f;
}

.project-single-area .project-analysis .text-holder {
    overflow: hidden;
    margin-top: -7px;
}

.project-single-area .project-analysis .text-holder p {
    color: #eef2ff;
}

.project-single-area .project-analysis .text-holder p.mar-btm {
    margin-bottom: 15px;
}


.project-single-area .project-analysis-result {
    overflow: hidden;
    display: block;
    padding: 70px 0;
    position: relative;
    background: #f4f4f4;
}

.project-single-area .project-analysis-result .img-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.project-single-area .project-analysis-result .img-holder img {
    max-width: none;
    width: 100%;
    height: 100%;
    min-height: 520px;
}

.project-single-area .project-analysis-result .inner-content {
    background: #ffffff;
    display: block;
    padding: 60px 60px;
}

.project-analysis-result .inner-content .text {
    margin: 20px 0;
    padding-left: 30px;
}

.project-analysis-result .inner-content .text h3 {
    color: #47588f;
    margin: 0 0 16px;
}

.project-analysis-result .inner-content .text p {
    margin: 0;
}

.project-analysis-result .inner-content .text ul {
    overflow: hidden;
    margin-top: 15px;
}

.project-analysis-result .inner-content .text ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 9px;
}

.project-analysis-result .inner-content .text ul li:last-child {
    margin-bottom: 0;
}

.project-analysis-result .inner-content .text ul li .iocn-box {
    position: absolute;
    top: 11px;
    left: 0;
}

.project-analysis-result .inner-content .text ul li .iocn-box .box {
    height: 8px;
    width: 8px;
    background: #dd3b4a;
    display: block;
}

.project-analysis-result .inner-content .text ul li .iocn-box .box.bg2 {
    background: #f8924b;
}

.project-analysis-result .inner-content .text ul li .iocn-box .box.bg3 {
    background: #46568b;
}

.project-analysis-result .inner-content .text ul li .text-box {}

.project-analysis-result .inner-content .text ul li .text-box h3 {
    color: #222222;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    font-family: var(--main-font);
}


.project-single-area .project-result {
    margin-top: 0;
}

.project-single-area .project-result .text-holder {}

.project-single-area .project-result .text-holder ul {}

.project-single-area .project-result .text-holder ul li {
    color: #ffffff;
    font-size: 15px;
    font-style: italic;
    line-height: 40px;
}

.project-single-area .project-result .text-holder ul li i {
    color: #F87848;
    display: inline-block;
    padding-right: 7px;
}


.project-single-area .business-growth {}

.project-single-area .business-growth .inner-content {
    padding: 0;
}



/*** 
=============================================
   Consultation Area style
=============================================
***/
.consultation-area {
    padding-top: 123px;
    padding-bottom: 90px;
    background: #ffffff;
}

.consultation-area .inner-content {
    position: relative;
    background: #f6f6f6;
}

.consultation-area .inner-content .img-holder {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.consultation-area .inner-content .img-holder img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
}

.consultation-area .consultation {
    padding-left: 30px;
    padding-top: 43px;
    padding-bottom: 50px;
}

.consultation-area .consultation-form label {
    color: #47588f;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 3px;
}

.consultation-area .consultation-form label span {
    color: #c9c9c9;
    font-weight: 400;
}

.consultation-area .consultation-form input[type="text"],
.consultation-area .consultation-form input[type="email"],
.consultation-area .consultation-form textarea {
    border: 1px solid #e9e9e9;
    background: #ffffff;
    color: #000;
    display: block;
    font-size: 15px;
    height: 55px;
    margin-bottom: 24px;
    padding: 0 20px;
    width: 100%;
    font-weight: 400;
    transition: all 500ms ease;
    font-family: var(--main-font);
}

.consultation-area .consultation-form textarea {
    height: 160px;
    padding: 15px 20px;
    margin-bottom: 40px;
}

.consultation-area .consultation-form input[type="text"]:focus {
    background: #fff;
    border-color: #f87845;
}

.consultation-area .consultation-form input[type="email"]:focus {
    background: #fff;
    border-color: #f87845;
}

.consultation-area .consultation-form textarea:focus {
    background: #fff;
    border-color: #f87845;
}

.consultation-area .consultation-form button {
    padding: 18px 30px 18px;
    width: 100%;
    max-width: 180px;
    background: #f87845;
    cursor: pointer;
}

.consultation-area .consultation-form button:hover {
    background: #e65820;
}

.consultation-area .consultation-form input::-webkit-input-placeholder {
    color: #909090;
}

.consultation-area .consultation-form input:-moz-placeholder {
    color: #909090;
}

.consultation-area .consultation-form input::-moz-placeholder {
    color: #909090;
}

.consultation-area .consultation-form input:-ms-input-placeholder {
    color: #909090;
}

.consultation-area .consultation-form textarea::-webkit-input-placeholder {
    color: #909090;
}

.consultation-area .consultation-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #909090;
}

.consultation-area .consultation-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #909090;
}

.consultation-area .consultation-form textarea:-ms-input-placeholder {
    color: #909090;
}



/*** 
=============================================
    Faq question Form Area style
=============================================
***/
.faq-content-area {
    padding-top: 123px;
    padding-bottom: 90px;
}

.faq-content-area .faq-content {
    display: block;
    border: 1px solid #f2f2f2;
    padding: 0px 30px 0px;
}

.faq-content .accordion-box .accordion .accord-btn {
    border-bottom: 1px solid #f2f2f2;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 19px;
}

.faq-content .accordion-box .accordion .accord-btn.last {
    border-bottom: 0px solid #f2f2f2;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 19px;
}

.faq-content .accordion-box .accordion .accord-btn h4 {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.faq-content .accordion-box .accordion .accord-btn.active h4 {
    color: #f87845;
}

.faq-content .accordion-box .accordion .accord-content {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #f2f2f2;
}

.faq-content .accordion-box .accordion .accord-content.last {
    border-bottom: 0px solid #f2f2f2;
}

.faq-content .accordion-box .accordion .accord-content p {
    margin: 0;
    color: #909090;
}

.faq-content .accordion-box .accordion .accord-btn::after {
    color: #222222;
}

.faq-content .accordion-box .accordion .accord-btn.active:after {
    color: #f87845;
}


.faq-question-form {}

.faq-question-form .title {
    padding-bottom: 35px;
    margin-top: -4px;
}

.faq-question-form .title h2 {
    color: #222222;
    font-size: 24px;
    font-weight: 400;
}

.faq-question-form .title .border {
    height: 2px;
    width: 70px;
    background: #f87845;
    display: block;
    margin: 15px 0 0;
}

.faq-question-form form input[type="text"],
.faq-question-form form input[type="email"],
.faq-question-form form textarea {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #f2f2f2;
    display: block;
    height: 55px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
    color: #909090;
    font-size: 15px;
    font-weight: 400;
    transition: all 500ms ease;
}

.faq-question-form form input[type="text"]:focus {
    border: 1px solid #f87845;
}

.faq-question-form form input[type="email"]:focus {
    border: 1px solid #f87845;
}

.faq-question-form form textarea:focus {
    border: 1px solid #f87845;
}

.faq-question-form form textarea {
    height: 160px;
    padding: 15px 20px;
    margin-bottom: 39px;
}

.faq-question-form form button {
    padding: 18px 0px 18px;
    width: 160px;
    display: block;
    cursor: pointer;
}



/*** 
=============================================
    Testimonial Page style
=============================================
***/
.testimonial-page {
    background: #ffffff;
    padding-top: 123px;
    padding-bottom: 50px;
}

.testimonial-page .single-testimonial-item {
    border: 1px solid #f2f2f2;
    padding: 38px 30px 36px;
    margin-bottom: 40px;
}

.testimonial-page .single-testimonial-item:hover {
    -moz-box-shadow: 0px 4px 8px #f2f2f2;
    -webkit-box-shadow: 0px 4px 8px #f2f2f2;
    box-shadow: 0px 4px 8px #f2f2f2;
}

.single-testimonial-item .img-holder {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f4f4f4;
    border-radius: 50%;
    display: block;
    height: 85px;
    margin: 0 auto;
    overflow: hidden;
    width: 85px;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    padding: 2px;
}

.single-testimonial-item .img-holder img {
    border-radius: 50%;
}

.single-testimonial-item:hover .img-holder {
    background: #f87845;
    border-color: #f87845;
}

.single-testimonial-item .text-holder {
    padding-top: 20px;
    transition: all 0.7s ease;
}

.single-testimonial-item .text-holder h3 {
    color: #222222;
    font-size: 20px;
    font-weight: 400;
    font-family: var(--main-font);
    line-height: 28px;
    text-transform: none;
    margin: 0 0 12px;
}

.single-testimonial-item .text-holder p {
    margin: 0 0 13px;
}

.single-testimonial-item .border {
    width: 190px;
    height: 1px;
    background: #f2f2f2;
    display: block;
    margin: 0 auto;
}

.single-testimonial-item .name h3 {
    padding-top: 19px;
    color: #47588f;
    font-size: 18px;
    font-weight: 600;
}

.single-testimonial-item .name span {
    color: #f87845;
}



/*** 
=============================================
    Not found area style
=============================================
***/
.not-found-area {
    background: #ffffff none repeat scroll 0 0;
    padding-bottom: 90px;
    padding-top: 96px;
}

.not-found-content h1 {
    color: #1c1c1c;
    font-size: 150px;
    font-weight: 700;
    margin: 0 0 16px;
}

.not-found-content h3 {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.not-found-content p {
    color: #f87845;
    font-size: 18px;
    margin: 0 0 30px;
}

.not-found-content .search-form {
    width: 432px;
    position: relative;
    margin: 0 auto;
}

.not-found-content .search-form input[type="text"] {
    background: #fff;
    border: 1px solid #f4f4f4;
    color: #9a9a9a;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    height: 55px;
    letter-spacing: 1px;
    padding-left: 20px;
    padding-right: 60px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 432px;
}

.not-found-content .search-form button {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f4f4f4;
    color: #1c1c1c;
    display: inline-block;
    height: 55px;
    padding: 11px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 55px;
}

.not-found-content .search-form button i {
    font-size: 14px
}

.not-found-content .search-form input[type="text"]:focus {
    border: 1px solid #47588f;
    background: #fff;
    color: #222;
}

.not-found-content .search-form input[type="text"]:focus+button,
.not-found-content .search-form button:hover {
    background: #47588f none repeat scroll 0 0;
    color: #fff;
}



/*** 
=============================================
    Blog Default Area style
=============================================
***/
#blog-area {
    padding-top: 123px;
    padding-bottom: 90px;
}

.blog-default-area {}

.blog-default-area .single-blog-post {
    margin-bottom: 50px;
}

.blog-default-area .post-pagination {
    margin-top: 0px;
}



/*** 
=============================================
    Blog large area style
=============================================
***/
.blog-large-area {}

.blog-large-area .blog-post {
    margin-right: 70px;
    border-right: 1px solid #f2f2f2;
    padding-right: 30px;
    margin-top: -90px;
    padding-top: 90px;
    margin-bottom: -90px;
    padding-bottom: 90px;
}

.blog-large-area .single-blog-post {
    margin-bottom: 50px;
}

.blog-large-area .single-blog-post .text-holder .blog-title {
    font-size: 24px;
    line-height: 30px;
}

.blog-grid-area .post-pagination {
    margin-top: 10px;
}


.sidebar-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -70px;
}

.sidebar-wrapper .single-sidebar {
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
}

.sidebar-wrapper .single-sidebar .sec-title {
    overflow: hidden;
    padding-bottom: 25px;
    margin-top: 0;
}

.sidebar-wrapper .single-sidebar .sec-title h3 {
    color: #222222;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
}

.sidebar-wrapper .single-sidebar form.search-form {
    position: relative;
}

.sidebar-wrapper .single-sidebar .search-form input[type="text"] {
    background: #fff;
    border: 1px solid #f4f4f4;
    color: #ababab;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 55px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
}

.sidebar-wrapper .single-sidebar .search-form button {
    background: #47588f none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    height: 50px;
    padding: 12px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 50px;
}

.sidebar-wrapper .single-sidebar .search-form button i {
    font-size: 14px
}

.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus {
    border: 1px solid #f87845;
    background: #fff;
    color: #000;
}

.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus+button,
.sidebar-wrapper .single-sidebar .search-form button:hover {
    background: #f87845 none repeat scroll 0 0;
    color: #fff;
}


.single-sidebar .categories {
    background: #fff;
    display: block;
    padding: 15px 30px 15px;
    border: 1px solid #f4f4f4;
}

.single-sidebar .categories li {
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
    padding-bottom: 7px;
    padding-left: 25px;
    position: relative;
}

.single-sidebar .categories li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.single-sidebar .categories li a {
    color: #909090;
    transition: all 500ms ease;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}

.single-sidebar .categories li a:before {
    position: absolute;
    top: 7px;
    left: -20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #909090;
    content: "";
}

.single-sidebar .categories li a:hover::before {
    border: 1px solid #f87845;
}

.single-sidebar .categories li a span {
    float: right;
}

.single-sidebar .categories li a:hover {
    color: #f87845;
}


.single-sidebar .popular-post {}

.single-sidebar .popular-post li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 90px;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 0px;
    height: 110px;
}

.single-sidebar .popular-post li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.single-sidebar .popular-post li .img-holder {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 90px;
    height: auto;
}

.single-sidebar .popular-post li .img-holder img {
    transition: all 0.4s ease-in-out 0.5s;
    width: 100%;
    transform: scale(1.1, 1.1);
}

.single-sidebar .popular-post li:hover .img-holder img {
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    transform: scale(1.2, 1.2);
}

.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a i {
    color: #fff;
    font-size: 16px;
    transition: all 500ms ease;
}

.single-sidebar .popular-post li:hover .img-holder .overlay-style-one {
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0s;
}

.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a:hover i {
    color: #f87845;
}

.single-sidebar .popular-post li .title-holder {
    padding-left: 20px;
}

.single-sidebar .popular-post li .title-holder a .post-title {
    color: #222222;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    position: relative;
    margin: 0 0 10px;
    transition: all 500ms ease;
}

.single-sidebar .popular-post li .title-holder a:hover .post-title {
    color: #47588f;
}

.single-sidebar .popular-post li .title-holder .post-date {
    color: #909090;
    display: block;
    transition: all 500ms ease;
    font-weight: 400;
    font-size: 15px;
    font-family: var(--main-font);
}

.single-sidebar .popular-post li .title-holder .post-date i {
    font-size: 13px;
    display: inline-block;
    padding-right: 5px;
    color: #f87845;
}

.single-sidebar .popular-tag {
    margin-left: -3px;
    margin-right: -3px;
    margin-top: -5px;
}

.single-sidebar .popular-tag li {
    display: inline-block;
    margin: 0 3px 10px;
}

.single-sidebar .popular-tag li a {
    border: 1px solid #f4f4f4;
    color: #909090;
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 4px 12px 4px;
    transition: all 500ms ease 0s;
    border-radius: 2px;
}

.single-sidebar .popular-tag li a:hover {
    background: #f87845;
    border-color: #f87845;
    color: #fff;
}



/*** 
=============================================
    Blog Single Area style
=============================================
***/
.blog-single-area {}

.blog-single-area .blog-post {
    margin-right: 70px;
    border-right: 1px solid #f2f2f2;
    padding-right: 30px;
    margin-top: -90px;
    padding-top: 90px;
    margin-bottom: -90px;
    padding-bottom: 90px;
}

.blog-single-area .single-blog-post {
    margin-bottom: 90px;
}

.blog-single-area .single-blog-post .text-holder .blog-title {
    font-size: 24px;
    line-height: 30px;
}

.blog-single-area .single-blog-post .img-holder img {
    transform: none;
}

.blog-single-area .single-blog-post .text-holder {
    padding-bottom: 0;
}

.blog-single-area .single-blog-post .text-holder .blog-title {
    font-size: 24px;
}

.blog-single-area .single-blog-post .text-holder .blog-title:hover {
    color: #222222;
}

.blog-single-area .single-blog-post .text-holder p.mar-bottom {
    margin-bottom: 15px;
}


.blog-single-area .middle-content-box {
    margin: 33px 0 21px;
    overflow: hidden;
}

.blog-single-area .middle-content-box .img-holder {
    width: 340px;
}

.blog-single-area .middle-content-box .img-holder,
.blog-single-area .middle-content-box .text-box {
    display: table-cell;
    vertical-align: top;
}

.blog-single-area .middle-content-box .text-box {
    padding-left: 30px;
    position: relative;
}

.blog-single-area .middle-content-box .text-box:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f1f1f1;
    font-size: 24px;
    position: absolute;
    top: -3px;
    left: 30px;
}

.blog-single-area .middle-content-box .text-box {
    padding-left: 30px;
    padding-top: 32px;
    position: relative;
}

.blog-single-area .middle-content-box .text-box h3 {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 0px;
}

.blog-single-area .middle-content-box .text-box h5 {
    color: #f87845;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--main-font);
    margin: 0;
}


.blog-single-area .bottom-content-box {
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 33px;
}


.blog-single-area .tag-box {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}

.blog-single-area .tag-box .left {}

.blog-single-area .tag-box .left ul {
    overflow: hidden;
}

.blog-single-area .tag-box .left ul li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    line-height: 35px;
}

.blog-single-area .tag-box .left ul li:last-child {
    margin: 0px;
}

.blog-single-area .tag-box .left ul li a {
    color: #909090;
}

.blog-single-area .tag-box .left ul li a i {
    background: #f4f4f4;
    height: 35px;
    width: 35px;
    display: block;
    text-align: center;
    border-radius: 50%;
    line-height: 36px;
    transition: all 500ms ease;
}

.blog-single-area .tag-box .left ul li a:hover i {
    background: #f87845;
    color: #ffffff;
}

.blog-single-area .tag-box .tag p {
    color: #f87845;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}

.blog-single-area .tag-box .tag p span {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}


.blog-single-area .social-share-box {
    overflow: hidden;
    margin-top: 30px;
}


.blog-single-area .author-box {
    background: #f7f7f7 none repeat scroll 0 0;
    display: block;
    padding: 30px 30px 22px;
    position: relative;
}

.blog-single-area .author-box .img-holder {
    width: 85px;
}

.blog-single-area .author-box .img-holder,
.blog-single-area .author-box .text-holder {
    display: table-cell;
    vertical-align: top;
}

.blog-single-area .author-box .text-holder {
    padding-left: 30px;
}

.blog-single-area .author-box .text-holder h3 {
    color: #1c1c1c;
    font-size: 20px;
    font-weight: 500;
    margin: -2px 0 14px;
    text-transform: capitalize;
}

.blog-single-area .author-box .text-holder p {}

.blog-single-area .author-box .text-holder .social-link {
    margin-left: -6px;
    margin-right: -6px;
    overflow: hidden;
}

.blog-single-area .author-box .text-holder .social-link li {
    display: inline-block;
    margin: 0 6px;
}

.blog-single-area .author-box .text-holder .social-link li a i {
    color: #999999;
    font-size: 14px;
    transition: all 500ms ease;
}

.blog-single-area .author-box .text-holder .social-link li a:hover i {
    color: #f87845;
}

.blog-single-area .comment-box {
    overflow: hidden;
    padding-bottom: 35px;
    padding-top: 75px;
}

.blog-single-area .comment-box .title {
    padding-bottom: 35px;
}

.blog-single-area .comment-box .title h3 {
    color: #222222;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
}

.blog-single-area .comment-box .title span {
    height: 2px;
    width: 70px;
    background: #f87845;
    display: block;
    margin: 15px 0 0;
}

.blog-single-area .comment-box .single-comment-box {
    padding-left: 60px;
    position: relative;
    margin-bottom: 30px;
}

.blog-single-area .comment-box .single-comment-box .img-holder {
    left: 0;
    position: absolute;
    top: 0;
}

.blog-single-area .comment-box .single-comment-box .text-holder {
    border: 1px solid #f7f7f7;
    margin-left: 20px;
    padding: 15px 20px 5px;
}

.blog-single-area .comment-box .single-comment-box .text-holder .top {
    overflow: hidden;
    padding-bottom: 8px;
}

.blog-single-area .comment-box .single-comment-box .text-holder .top .date h5 {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--main-font);
}

.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box {
    position: relative;
    top: -3px;
}

.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul {
    margin-left: -0.5px;
    margin-right: -0.5px;
    overflow: hidden;
}

.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul li {
    display: inline-block;
    margin: 0 0.5px;
}

.blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul li i {
    color: #f87845;
    font-size: 14px;
}

.blog-single-area .add-comment-box {
    overflow: hidden;
}

.blog-single-area .add-comment-box .title {
    padding-bottom: 30px;
}

.blog-single-area .add-comment-box .title h3 {
    color: #222222;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
}

.blog-single-area .add-comment-box .title span {
    height: 2px;
    width: 70px;
    background: #f87845;
    display: block;
    margin: 15px 0 0;
}

.blog-single-area .add-comment-box .add-rating-box {
    padding-bottom: 17px;
}

.blog-single-area .add-comment-box .add-rating-box h4 {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 3px;
}

.blog-single-area .add-comment-box .add-rating-box ul {}

.blog-single-area .add-comment-box .add-rating-box ul li {
    border-right: 1px solid #ebebeb;
    display: inline-block;
    line-height: 20px;
    margin-right: 6px;
    padding-right: 10px;
}

.blog-single-area .add-comment-box .add-rating-box ul li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.blog-single-area .add-comment-box .add-rating-box ul li a i {
    color: #d6d6d6;
    font-size: 12px;
}

.blog-single-area .add-comment-box .add-rating-box ul li a:hover i {
    color: #f87845;
    transition: all 500ms ease;
}

.blog-single-area .add-comment-box #add-comment-form {}

.blog-single-area .add-comment-box #add-comment-form .field-label {
    color: #949494;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 2px;
}

.blog-single-area .add-comment-box #add-comment-form input[type="text"],
.blog-single-area .add-comment-box #add-comment-form input[type="email"],
.blog-single-area .add-comment-box #add-comment-form textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ececec;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    margin-bottom: 12px;
    transition: all 500ms ease;
}

.blog-single-area .add-comment-box #add-comment-form textarea {
    height: 100px;
    padding: 10px 15px;
    margin-bottom: 30px;
}

.blog-single-area .add-comment-box #add-comment-form button {
    padding: 18px 40px 18px;
    background: #f87845;
    color: #fff;
}

.blog-single-area .add-comment-box #add-comment-form input[type="text"]:focus {
    border-color: #f87845;
}

.blog-single-area .add-comment-box #add-comment-form input[type="email"]:focus {
    border-color: #f87845;
}

.blog-single-area .add-comment-box #add-comment-form textarea:focus {
    border-color: #f87845;
}

.blog-single-area .add-comment-box #add-comment-form button:hover {
    background: #db511b;
    color: #fff;
}



/*** 
=============================================
    Contact Info area style
=============================================
***/
.contact-info-area {
    padding: 123px 0 90px;
}

.contact-author-info.contact-info .img-holder {}

.contact-author-info.contact-info .img-holder img {
    width: 100%;
    max-width: 400px;
}

.contact-author-info.contact-info {
    display: block;
    overflow: hidden;
    background: #47588f;
    padding: 0;
    margin-right: -30px;
}

.contact-carousel {
    display: block;
    padding: 26px 30px 28px;
}

.contact-carousel .title {
    padding-bottom: 27px;
}

.contact-carousel .title h3 {
    color: #ffffff;
}

.contact-author-info.contact-info ul li {
    border-bottom: 1px solid #5265a0;
}

.contact-author-info.contact-info ul li:last-child {
    border-bottom: 1px solid #5265a0;
    padding-bottom: 14px;
}

.contact-author-info.contact-info ul li .text-holder p {
    color: #eef2ff;
    margin: 0;
    font-weight: 300;
}

.contact-author-info.contact-info ul li .text-holder p span {
    color: #fff;
    font-weight: 500;
}

.contact-author-info.contact-info .social-icon {
    overflow: hidden;
    padding-top: 20px;
}

.contact-author-info.contact-info .social-icon li {
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.contact-author-info.contact-info .social-icon li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.contact-author-info.contact-info .social-icon li a i {
    color: #ffffff;
    font-size: 16px;
    transition: all 500ms ease;
}

.contact-author-info.contact-info .social-icon li a:hover i {
    color: #f87845;
}

.contact-author-info.contact-info .owl-controls {
    position: absolute;
    top: 20px;
    right: 30px;
}

.contact-author-info.contact-info .owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    background: transparent;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    height: 25px;
    line-height: 20px;
    margin: 0 0 0 0px;
    padding: 0;
    width: 25px;
    border: none;
    transition: all 700ms ease 0s;
}

.google-map-box {
    position: relative;
}

#contact-google-map {
    height: 645px;
    width: 100%;
}

.contact-form {
    border: 1px solid #f2f2f2;
    display: block;
    padding: 70px 40px 70px;
    -moz-box-shadow: 0px 3px 10px #f2f2f2;
    -webkit-box-shadow: 0px 3px 10px #f2f2f2;
    box-shadow: 0px 3px 10px #f2f2f2;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
    border: 1px solid #f4f4f4;
    color: #999999;
    display: block;
    font-size: 15px;
    height: 55px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
    transition: all 500ms ease;
}

.contact-form form textarea {
    height: 180px;
    margin-bottom: 40px;
    padding: 10px 20px;
}

.contact-form form input[type="text"]:focus {
    border-color: #f87845;
}

.contact-form form input[type="email"]:focus {
    border-color: #f87845;
}

.contact-form form textarea:focus {
    border-color: #f87845;
}

.contact-form form button {
    width: 100%;
    padding: 23px 0 23px;
    background: #47588f;
    color: #fff;
    cursor: pointer;
}

.contact-form form button:hover {
    background: #f87845;
}



/*** 
=============================================
   Shop area  style
=============================================
***/
#shop-area {
    padding-top: 123px;
    padding-bottom: 90px;
}

#shop-area .shop-content {
    overflow: hidden;
}

.showing-result-shorting {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 11px;
}

#shop-area .showing-result-shorting .showing {}

#shop-area .showing-result-shorting .shorting {}

#shop-area .showing-result-shorting .showing p {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.single-product-item {
    background: #fff;
    margin-bottom: 40px;
    transition: all 0.7s ease;
}

.single-product-item:hover {
    -webkit-box-shadow: 0px 3px 4px -1px rgba(220, 217, 217, 1);
    -moz-box-shadow: 0px 3px 4px -1px rgba(220, 217, 217, 1);
    box-shadow: 0px 3px 4px -1px rgba(220, 217, 217, 1);
}

.single-product-item .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}

.single-product-item .img-holder img {
    transform: scale(1);
    transition: all 0.7s ease 0s;
    width: 100%;
}

.single-product-item:hover .img-holder img {
    transform: scale(1.1);
}

.single-product-item .img-holder .overlay-style-one {
    background-color: rgba(0, 0, 0, 0.8);
}

.single-product-item .img-holder .overlay-style-one .box .content a i {
    background: #47588f;
    opacity: 0;
    transform: scale(0.3);
    transition: all 0.5s ease 0s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #47588f;
    font-weight: 500;
    padding: 0;
    font-size: 15px;
    color: #fff;
}

.single-product-item:hover .img-holder .overlay-style-one .box .content a i {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.single-product-item:hover .img-holder .overlay-style-one .box .content a:hover i {
    background: #f87845;
    border: 1px solid #f87845;
}

.single-product-item:hover .img-holder .overlay-style-one {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0s;
}

.single-product-item .title-holder {
    padding: 18px 0px 0px;
    border: 1px solid #f7f7f7;
    background: #ffffff;
}

.single-product-item .title-holder .top {
    overflow: hidden;
    padding: 0 15px 18px;
}

.single-product-item .title-holder .top h5 {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
}

.single-product-item .title-holder .top .rate {
    color: #47588f;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--main-font);
}


.single-product-item .title-holder .bottom {
    border-top: 1px solid #f2f2f2;
    overflow: hidden;
    display: block;
    padding: 10px 15px 10px;
}

.single-product-item .title-holder .bottom .cart-button {}

.single-product-item .title-holder .bottom .cart-button a {
    color: #848484;
    font-size: 14px;
    font-family: var(--main-font);
    transition: all 500ms ease;
}

.single-product-item .title-holder .bottom .cart-button a:hover {
    color: #47588f;
    text-decoration: underline;
}

.single-product-item .title-holder .bottom .cart-button a i {
    display: inline-block;
    padding-right: 3px;
}

.single-product-item .title-holder .bottom .review-box ul li i {
    color: #f87845;
    font-size: 12px;
}

#shop-area .post-pagination {
    padding-top: 10px;
}


#shop-area .sidebar-wrapper {
    margin-left: 0px;
}

#shop-area .sidebar-wrapper .sec-title {
    padding-bottom: 30px;
}

#shop-area .sidebar-wrapper .sec-title h3 {}

#shop-area .sidebar-wrapper .sec-title .border {
    background: #47588f;
    width: 70px;
    height: 1px;
    display: block;
    margin: 13px 0 0;
}

.single-sidebar .price-ranger {}

.single-sidebar .price-ranger .ui-widget-content {
    background: #f7f7f7;
    border: none;
    height: 2px;
}

.single-sidebar .price-ranger .ui-slider-handle {
    background: #47588f none repeat scroll 0 0;
    background: #47588f none repeat scroll 0 0;
    border: 2px solid #47588f;
    border-radius: 50%;
    height: 10px;
    margin-left: -4px;
    outline: medium none;
    width: 10px !important;
    cursor: pointer;
}

.single-sidebar .price-ranger .ui-slider-horizontal .ui-slider-handle {
    top: -4px;
}

.single-sidebar .price-ranger .ui-slider .ui-slider-range {
    background: #47588f;
}

.single-sidebar .price-ranger #slider-range {
    margin-left: 3px;
    margin-right: 5px;
    margin-top: 0;
}

.single-sidebar .price-ranger .ranger-min-max-block {
    margin-bottom: 0px;
    margin-top: 25px;
}

.single-sidebar .price-ranger .ranger-min-max-block input {
    display: inline-block;
}

.single-sidebar .price-ranger .ranger-min-max-block input[type="submit"] {
    float: left;
    margin-right: 20px;
    padding: 10px 0 10px;
    text-align: center;
    width: 90px;
    border: none;
    background: #47588f;
    color: #fff;
}

.single-sidebar .price-ranger .ranger-min-max-block input[type="submit"]:hover {
    background: #2B2C36;
}

.single-sidebar .price-ranger .ranger-min-max-block input[type="text"] {
    border: medium none;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    outline: medium none;
    text-align: right;
    width: 40px;
}

.single-sidebar .price-ranger .ranger-min-max-block input[type='text'].max {}

.single-sidebar .price-ranger .ranger-min-max-block span {
    color: #848484;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
}

.sidebar-wrapper .single-sidebar .latest-product {}

.sidebar-wrapper .single-sidebar .latest-product li {
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 25px;
    overflow: hidden;
    padding-bottom: 16px;
    padding-left: 70px;
    position: relative;
}

.sidebar-wrapper .single-sidebar .latest-product li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-left: 70px;
    position: relative;
    padding-bottom: 0;
}

.sidebar-wrapper .single-sidebar .latest-product li .img-holder {
    display: block;
    overflow: hidden;
    position: absolute;
    width: 70px;
    min-height: 70px;
    top: 0;
    left: 0;
}

.sidebar-wrapper .single-sidebar .latest-product li .img-holder img {
    transform: scale(1);
    transition: all 0.7s ease 0s;
    width: 100%;
}

.sidebar-wrapper .single-sidebar .latest-product li:hover .img-holder img {
    transform: scale(1.1);
}

.sidebar-wrapper .single-sidebar .latest-product li .img-holder .overlay-style-one .box .content a i {
    background: transparent;
    opacity: 0;
    transform: scale(0.7);
    transition: all 0.5s ease 0s;
    font-size: 16px;
    color: #fff;
}

.sidebar-wrapper .single-sidebar .latest-product li:hover .img-holder .overlay-style-one .box .content a i {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sidebar-wrapper .single-sidebar .latest-product li:hover .img-holder .overlay-style-one {
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0s;
}

.sidebar-wrapper .single-sidebar .latest-product li .title-holder {
    padding-left: 20px;
}

.sidebar-wrapper .single-sidebar .latest-product li .title-holder a h4 {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all 500ms ease;
}

.sidebar-wrapper .single-sidebar .latest-product li .title-holder h5 {
    color: #47588f;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--main-font);
}

.sidebar-wrapper .single-sidebar .latest-product li .title-holder .review-box {}

.sidebar-wrapper .single-sidebar .latest-product li .title-holder .review-box li {
    display: inline-block;
    margin: 0 1px;
    position: static;
    padding: 0;
    border: none;
}

.sidebar-wrapper .single-sidebar .latest-product li .title-holder .review-box li i {
    font-size: 12px;
    color: #c6c6c6;
}

.sidebar-wrapper .single-sidebar .latest-product li:hover .title-holder h4 {
    color: #47588f;
}

.sidebar-wrapper .single-sidebar .product-tag {
    margin-left: -3px;
    margin-right: -3px;
    margin-top: -5px;
}

.sidebar-wrapper .single-sidebar .product-tag li {
    display: inline-block;
    margin: 0 3px 10px;
}

.sidebar-wrapper .single-sidebar .product-tag li a {
    border: 1px solid #f4f4f4;
    color: #909090;
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 2px 10px 2px;
    transition: all 500ms ease 0s;
}

.sidebar-wrapper .single-sidebar .product-tag li a:hover {
    background: #47588f;
    border-color: #47588f;
    color: #fff;
}



/*** 
=============================================
   Single Shop Area style
=============================================
***/
#shop-area.single-shop-area {
    padding-bottom: 50px;
}

.single-shop-content .img-holder {
    margin-right: 50px;
}

.single-shop-content .img-holder img {
    width: 100%;
}

.single-shop-content .content-box {
    margin-left: -50px;
}

.single-shop-content .content-box h3 {
    color: #222222;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 8px;
    text-transform: capitalize;
}

.single-shop-content .content-box .review-box {
    margin: 0 0 10px;
}

.single-shop-content .content-box .review-box ul {}

.single-shop-content .content-box .review-box ul li {}

.single-shop-content .content-box .review-box ul li i {
    color: #c6c6c6;
}

.single-shop-content .content-box span.price {
    color: #47588f;
    font-size: 24px;
    font-weight: 400;
    font-family: var(--main-font);
}

.single-shop-content .content-box .text {
    overflow: hidden;
    padding: 23px 0 9px;
}

.single-shop-content .content-box .location-box {
    margin: 4px 0 20px;
}

.single-shop-content .content-box .location-box p {
    color: #222222;
    font-size: 16px;
    margin: 0 0 12px;
}

.single-shop-content .content-box .location-box form input {
    border: 2px solid #f7f7f7;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    width: 170px;
    transition: all 500ms ease;
    margin: 0 0 10px;
}

.single-shop-content .content-box .location-box form input:focus {
    border-color: #47588f;
}

.single-shop-content .content-box .location-box form button {
    background: #f7f7f7 none repeat scroll 0 0;
    border: medium none;
    color: #252525;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    margin-left: 6px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
    width: 95px;
    position: relative;
    top: -1px;
    line-height: 40px;
}

.single-shop-content .content-box .location-box form button:hover {
    background: #47588f;
    color: #fff;
}

.single-shop-content .content-box .location-box form span {
    color: #47588f;
}

.single-shop-content .content-box .addto-cart-box {}

.single-shop-content .content-box .addto-cart-box .input-group.bootstrap-touchspin {
    float: left;
    width: 46px;
}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical>.btn {
    display: block;
    float: none;
    margin-left: 0px;
    position: relative;
    width: 100%;
    background: #efefef;
    border: 1px solid #efefef;
    color: #848484;
    padding: 12px 11px;
    cursor: pointer;
}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up:before {
    content: "\f0d8";
    font-family: FontAwesome;
    color: #848484;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 5px 5px 5px;
}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down:before {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #848484;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 2px 5px 8px;
}

.single-shop-content .content-box .addto-cart-box button.addtocart {
    height: 50px;
    width: 170px;
    line-height: 30px;
    margin-left: 43px;
    background: #47588f;
    color: #fff;
    padding: 0;
    cursor: pointer;
}

.single-shop-content .content-box .addto-cart-box button.addtocart:hover {
    background: #292f73;
}


.product-tab-box {
    border: 1px solid #ececec;
    border-top: none;
    border-right: none;
    border-left: none;
    overflow: hidden;
    margin-top: 80px;
}

.product-tab-box .tab-menu {
    border-bottom: 1px solid #ececec;
    margin-bottom: 30px;
}

.product-tab-box .tab-menu li {
    display: inline-block;
    float: left;
    margin-bottom: -1px;
    margin-right: 3px;
}

.product-tab-box .tab-menu li a {
    background: #f7f7f7;
    border-top: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    display: block;
    margin-right: 1px;
    padding: 15px 30px 13px;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    background: #f7f7f7;
    transition: all 500ms ease;
}

.product-tab-box .tab-menu li.active a,
.product-tab-box .tab-menu li:hover a {
    background: #ffffff;
    color: #47588f;
    border-left-color: #ececec;
    border-top-color: #ececec;
    border-right-color: #ececec;
}

.product-tab-box .tab-content {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    margin-top: -30px;
    padding: 35px 30px 40px;
}

.product-tab-box .tab-content .review-box {}

.product-tab-box .tab-content .review-box .title {
    margin-bottom: 33px;
}

.product-tab-box .tab-content .review-box .title h3 {
    color: #3d3d3d;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

.product-tab-box .tab-content .review-box .single-review-box {
    margin-bottom: 30px;
    padding-left: 60px;
    position: relative;
}

.product-tab-box .tab-content .review-box .single-review-box .img-holder {
    left: 0;
    position: absolute;
    top: 0;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder {
    border: 1px solid #ececec;
    margin-left: 20px;
    padding: 17px 20px 12px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top {
    margin: 0 0 10px;
    overflow: hidden;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .name h4 {
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul {
    margin-top: -2px;
    padding-left: 0px;
    position: relative;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li {
    display: inline-block;
    margin-right: 1px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li i {
    color: #f87845;
    font-size: 14px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .text p {
    margin: 0;
}


.product-tab-box .tab-content .review-form {
    padding-top: 30px;
}

.product-tab-box .tab-content .review-form .title {
    padding-bottom: 30px;
}

.product-tab-box .tab-content .review-form .title h3 {
    color: #3d3d3d;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
}

.product-tab-box .tab-content .review-form .add-rating-box {
    margin: 0 0 20px;
}

.product-tab-box .tab-content .review-form .add-rating-box .add-rating-title h4 {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
    font-family: var(--main-font);
    text-transform: none;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li {
    border-right: 1px solid #ebebeb;
    display: inline-block;
    line-height: 20px;
    margin-right: 10px;
    padding-right: 10px;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px solid #ebebeb;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li a i {
    color: #d6d6d6;
    font-size: 12px;
    line-height: 20px;
    margin-right: 1px;
    opacity: 0.9;
    transition: all 500ms ease 0s;
}

.product-tab-box .tab-content .review-form form .field-label p {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 3px;
    font-family: var(--main-font);
}

.product-tab-box .tab-content .review-form form input[type="text"],
.product-tab-box .tab-content .review-form form input[type="email"],
.product-tab-box .tab-content .review-form form textarea {
    background: #fff;
    height: 50px;
    width: 100%;
    border: 1px solid #ececec;
    color: #252525;
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 20px;
    transition: all 500ms ease;
}

.product-tab-box .tab-content .review-form form textarea {
    height: 110px;
    padding: 10px 15px;
    margin-bottom: 25px;
}

.product-tab-box .tab-content .review-form form button {
    padding: 18px 40px 18px;
    background: #47588f;
    color: #fff;
}

.product-tab-box .tab-content .review-form form button:hover {
    background: #0d0f2b;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li:hover a i {
    opacity: 1;
    color: #3d4394;
}

.product-tab-box .tab-content .review-form form input[type="text"]:focus {
    border-color: #3d4394;
}

.product-tab-box .tab-content .review-form form input[type="email"]:focus {
    border-color: #3d4394;
}

.product-tab-box .tab-content .review-form form textarea:focus {
    border-color: #3d4394;
}

.related-product {
    padding-top: 60px;
}

.related-product .sec-title {
    padding-bottom: 30px;
}

.related-product .sec-title h1 {
    color: #222222;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
}

.related-product .sec-title .border {
    height: 1px;
    width: 70px;
    display: block;
    background: #47588f;
    margin-top: 13px;
}

.related-product .single-product-item {}



/*** 
=============================================
   Cart area  style
=============================================
***/
.cart-area {
    padding-bottom: 90px;
    padding-top: 123px;
}

.cart-area .table-outer {
    overflow-x: auto;
    position: relative;
    width: 100%;
}

.cart-area .cart-table {
    min-width: 1024px;
    width: 100%;
}

.cart-area .cart-table .cart-header {
    background: #f7f7f7;
    color: #222222;
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    width: 100%;
}

.cart-area .cart-table thead tr th {
    font-weight: 400;
    line-height: 24px;
    min-width: 110px;
    padding: 20px 25px;
}

.cart-area .cart-table thead tr th.prod-column {
    padding-left: 30px;
    text-align: left;
}

.cart-area .cart-table thead tr th.availability {
    padding: 0 40px
}

.cart-area .cart-table tbody tr {
    border-bottom: 1px solid #f7f7f7;
}

.cart-area .cart-table tbody tr td {}

.cart-area .cart-table tbody tr td {
    color: #222222;
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    min-width: 100px;
    padding: 27.5px 25px;
}

.cart-area .cart-table tbody tr .prod-column .column-box {
    min-height: 70px;
    position: relative;
}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb {
    width: 70px;
}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%;
}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb,
.cart-area .cart-table tbody tr .prod-column .column-box .title {
    display: table-cell;
    vertical-align: middle;
}

.cart-area .cart-table tbody tr .prod-column .column-box .title {
    padding-left: 20px;
}

.cart-area .cart-table tbody tr .prod-column .column-box .title h3 {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.cart-area .cart-table tbody tr .qty {
    padding-right: 25px;
    width: 120px;
}

.cart-area .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
    float: left;
    width: 46px;
}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical>.btn {
    display: block;
    float: none;
    margin-left: 0px;
    position: relative;
    width: 100%;
    background: #efefef;
    border: 1px solid #efefef;
    color: #848484;
    padding: 12px 11px;
    cursor: pointer;
}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up:before {
    content: "\f0d8";
    font-family: FontAwesome;
    color: #848484;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 5px 5px 5px;
}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down:before {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #848484;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 2px 5px 8px;
}

.cart-area .cart-table tbody tr td.unit-price {
    padding-left: 40px;
    padding-right: 20px;
}

.cart-area .cart-table tbody .available-info {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 50px;
    position: relative;
    font-family: var(--main-font);
}

.cart-area .cart-table tbody .available-info .icon {
    background: #47588f none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 40px;
}

.cart-area .cart-table tbody tr td.price {
    color: #848484;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--main-font);
}

.cart-area .cart-table tbody tr .sub-total {
    color: #47588f;
    font-weight: 400;
    font-size: 18px;
    font-family: var(--main-font);
}

.cart-area .cart-table tbody tr td .remove {}

.cart-area .cart-table tbody tr td .remove .checkbox label {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--main-font);
}

.cart-area .cart-table tbody tr td .remove .checkbox label input[type="checkbox"] {
    display: inline-block;
    position: relative;
    top: 1px;
}


.cart-middle {
    padding-top: 30px
}

.cart-middle .apply-coupon {
    padding-left: 245px;
    position: relative;
}

.cart-middle .apply-coupon input[type="text"] {
    border: 2px solid #f7f7f7;
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    left: 0;
    padding: 0 15px;
    position: absolute;
    text-transform: capitalize;
    top: 0;
    transition: all 500ms ease 0s;
    width: 225px;
}

.cart-middle .apply-coupon input[type="text"]:focus {
    border: 2px solid #47588f
}

.cart-middle .apply-coupon .apply-coupon-button button {
    padding: 18px 30px 18px;
    background: #47588f;
    color: #fff;
    cursor: pointer;
}

.cart-middle .apply-coupon .apply-coupon-button button:hover {
    background: #252525;
}

.cart-middle .update-cart button {
    padding: 18px 30px 18px;
    background: #47588f;
    color: #fff;
    cursor: pointer;
}

.cart-middle .update-cart button:hover {
    background: #252525;
}


.cart-bottom {
    overflow: hidden;
    padding-top: 76px;
}

.cart-bottom .sec-title-two {
    padding-bottom: 35px;
}

.cart-bottom .sec-title-two h2 {
    color: #222222;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
}

.cart-bottom .sec-title-two .border {
    height: 1px;
    width: 70px;
    display: block;
    background: #47588f;
    margin-top: 15px;
}

.cart-bottom .calculate-shipping {}

.cart-bottom .calculate-shipping .ui-state-default .ui-icon {
    background: none
}

.cart-bottom .calculate-shipping .ui-state-default {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #f7f7f7;
    border-radius: 0;
    color: #848484;
    font-size: 14px;
    font-weight: normal;
    height: 45px;
    margin-bottom: 17px;
    outline: medium none;
    width: 100%;
}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon {
    border-left: 2px solid #f7f7f7;
    display: block;
    float: right;
    height: 41px;
    position: relative;
    text-indent: 0;
    top: 0;
    width: 43px;
}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon::before {
    color: #9b9b9b;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
    overflow: visible;
    position: absolute;
    right: 14px;
    top: 6px;
}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    line-height: 18px;
    overflow: hidden;
    padding: 12px 17px;
    text-align: left;
}

.cart-bottom .calculate-shipping input[type="text"] {
    border: 2px solid #f7f7f7;
    color: #848484;
    display: block;
    font-size: 16px;
    height: 45px;
    padding: 0 18px;
    width: 100%;
    margin-bottom: 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.cart-bottom .calculate-shipping input[type="text"]:focus {
    border: 2px solid #47588f
}

.cart-bottom .calculate-shipping button {
    padding: 18px 30px 18px;
    background: #47588f;
    color: #fff;
    cursor: pointer;
}

.cart-bottom .calculate-shipping button:hover {
    background: #252525;
}

.cart-bottom button.checkout-btn {
    margin-top: 30px;
    padding: 18px 30px 18px;
    background: #47588f;
    color: #fff;
    cursor: pointer;
}

.cart-bottom button.checkout-btn:hover {
    background: #252525;
}



/*** 
=============================================
    Checkout Area style
=============================================
***/
.checkout-area {
    padding-bottom: 90px;
    padding-top: 123px;
}

.checkout-area .sec-title {
    padding-bottom: 37px;
    margin-top: 0px;
}

.checkout-area .sec-title h2 {
    color: #222222;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
}

.checkout-area .sec-title .border {
    display: block;
    overflow: hidden;
    width: 70px;
    height: 1px;
    background: #47588f;
    margin-top: 15px;
    margin-bottom: 0;
}

.checkout-area .exisitng-customer {
    background: #f7f7f7;
    display: block;
    padding: 20px 28px 21px;
    position: relative;
    margin-bottom: 20px;
}

.checkout-area .exisitng-customer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #47588f;
    content: "";
}

.checkout-area .exisitng-customer h5 {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
}

.checkout-area .exisitng-customer h5 a {
    color: #47588f;
    display: inline-block;
    padding-left: 15px;
}

.checkout-area .coupon {
    background: #f7f7f7;
    display: block;
    padding: 20px 28px 21px;
    position: relative;
    margin-bottom: 60px;
}

.checkout-area .coupon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #47588f;
    content: "";
}

.checkout-area .coupon h5 {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
}

.checkout-area .coupon h5 a {
    color: #47588f;
    display: inline-block;
    padding-left: 15px;
}


.checkout-area .form form .field-label {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    margin: -3px 0 3px;
    text-transform: capitalize;
    font-family: var(--main-font);
}

.checkout-area .form form .field-input input[type="text"] {
    border: 1px solid #ececec;
    color: #848484;
    display: block;
    font-size: 16px;
    height: 48px;
    margin-bottom: 25px;
    padding: 0 15px;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.checkout-area .form form .field-input input[type="text"]:focus {
    border: 1px solid #47588f;
}

.checkout-area .create-acc .checkbox {
    margin: 7px 0 0;
}

.checkout-area .create-acc .checkbox label {
    color: #47588f;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
}

.checkout-area .create-acc .checkbox input {
    position: relative;
    top: 1px;
}

.checkout-area .shipping-info input[type="checkbox"] {
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 40px;
    position: relative;
    top: 0px;
    vertical-align: middle;
}

.checkout-area .form form .field-input textarea {
    border: 1px solid #ececec;
    color: #848484;
    display: block;
    font-size: 16px;
    height: 124px;
    margin-bottom: 28px;
    padding: 10px 15px;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.checkout-area .form form .field-input textarea:focus {
    border-color: #47588f;
}

.checkout-area .bottom {
    padding-top: 60px
}

.checkout-area .table {
    overflow-x: auto;
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

.checkout-area .table .cart-table {
    min-width: auto;
    width: 100%;
    border-left: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
}

.checkout-area .table .cart-table .cart-header {
    background: #f7f7f7;
    color: #222222;
    font-size: 16px;
    position: relative;
    text-transform: capitalize;
    width: 100%;
    font-weight: 400;
    font-family: var(--main-font);
}

.checkout-area .table .cart-table thead tr th {
    font-weight: 400;
    line-height: 24px;
    min-width: 110px;
    padding: 19px 30px 17px;
}

.checkout-area .table .cart-table thead tr th.product-column {
    padding-left: 30px;
    text-align: left;
}

.checkout-area .table .cart-table tbody tr {
    border-bottom: 1px solid #f7f7f7;
}

.checkout-area .table .cart-table tbody tr td {
    vertical-align: middle
}

.checkout-area .table .cart-table tbody tr td {
    min-width: 110px;
    padding: 25px 25px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box {
    min-height: 70px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb {
    width: 70px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb,
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
    display: table-cell;
    vertical-align: middle;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
    padding-left: 20px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.checkout-area .table .cart-table tbody tr .qty {
    padding-right: 30px;
    width: 130px;
}

.checkout-area .table .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
    float: left;
    width: 46px;
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical>.btn {
    display: block;
    float: none;
    margin-left: 0px;
    position: relative;
    width: 100%;
    background: #efefef;
    border: 1px solid #efefef;
    color: #848484;
    padding: 12px 11px;
    cursor: pointer;
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up:before {
    content: "\f0d8";
    font-family: FontAwesome;
    color: #848484;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 5px 5px 5px;
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down:before {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #848484;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 2px 5px 8px;
}

.checkout-area .table .cart-table tbody tr td.price {
    color: #47588f;
    font-size: 20px;
    font-weight: 400;
}


.cart-total-table {
    border: 2px solid #f7f7f7
}

.cart-total-table li {
    border-bottom: 1px solid #f7f7f7
}

.cart-total-table li:last-child {
    border-bottom: none
}

.cart-total-table li span.col.col-title {
    border-right: 1px solid #f7f7f7;
    color: #222222;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 18px;
    position: relative;
    width: 50%;
    font-family: var(--main-font);
}

.cart-total-table li span.col {
    color: #848484;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    padding: 10px 18px;
    position: relative;
    width: 50%;
    font-family: var(--main-font);
}

.cart-total-table li span.col b {
    color: #3d4394;
    font-weight: 300;
    text-decoration: underline;
}



.cart-total .payment-options {
    background: #f7f7f7 none repeat scroll 0 0;
    margin-top: 30px;
    overflow: hidden;
    padding: 23px 20px 35px;
}

.cart-total .payment-options .option-block {
    margin-bottom: 14px
}

.cart-total .payment-options .option-block .checkbox {
    margin: 0 0 5px;
}

.cart-total .payment-options .option-block .checkbox label {
    font-weight: 700;
    min-height: 20px;
    padding-left: 20px;
}

.cart-total .payment-options .option-block .checkbox label input {
    position: relative;
    top: 1px;
}

.cart-total .payment-options .option-block .checkbox label span {
    color: #222222;
    font-size: 16px;
    padding-left: 10px;
    font-weight: 400;
    font-family: var(--main-font);
}

.cart-total .payment-options .option-block .checkbox label span b {
    color: #3d4394;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding-left: 25px;
    text-decoration: underline;
}

.cart-total .payment-options .option-block .text {
    padding-left: 30px;
}

.cart-total .payment-options .option-block .text p {
    margin: 0;
    line-height: 28px;
}

.placeorder-button button {
    padding: 18px 35px 18px;
    margin-top: 20px;
    background: #47588f;
    color: #fff;
    cursor: pointer;
}

.placeorder-button button:hover {}



/*** 
=============================================
    Login Register Area style
=============================================
***/
.login-register-area {
    padding-bottom: 73px;
    padding-top: 119px;
}

.login-register-area .form .sec-title {
    padding-bottom: 30px;
    margin-top: 0;
}

.login-register-area .form .sec-title h2 {
    color: #222222;
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
}

.login-register-area .form .sec-title .border {
    display: block;
    overflow: hidden;
    width: 70px;
    height: 1px;
    background: #47588f;
    margin-top: 15px;
    margin-bottom: 0;
}

.login-register-area .form form {
    width: 100%;
}

.login-register-area .form .input-field {
    position: relative;
}

.login-register-area .form .input-field input[type="text"] {
    border: 2px solid #f4f4f4;
    color: #848484;
    font-size: 16px;
    height: 50px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 50px;
    width: 100%;
    transition: all 700ms ease 0s;
}

.login-register-area .form .input-field .icon-holder {
    position: absolute;
    right: 20px;
    top: 11px;
}

.login-register-area .form .input-field .icon-holder i {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}

.login-register-area .form button {
    margin-top: 10px;
    padding: 18px 40px 18px;
    background: #47588f;
    color: #fff;
    cursor: pointer;
}

.login-register-area .form button:hover {
    background: #252525;
}

.login-register-area .form .remember-text {
    margin-top: 19px;
}

.login-register-area .form .remember-text .checkbox label {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
}

.login-register-area .form .remember-text .checkbox input {
    margin-top: 6px;
}

.login-register-area .form .social-icon {
    float: right;
    margin-right: -8px;
    margin-top: 15px;
    position: relative;
}

.login-register-area .form .social-icon .login-with {
    display: inline-block;
    left: -100px;
    position: absolute;
    top: 8px;
}

.login-register-area .form .social-icon li {
    display: inline-block;
    margin: 0 8px;
}

.login-register-area .form .social-icon li a i {
    background: #47588f none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 100;
    height: 40px;
    line-height: 24px;
    padding: 8px 0;
    text-align: center;
    transition: all 700ms ease 0s;
    width: 40px;
}

.login-register-area .form .social-icon li a i.twitter {
    background: #33ccfe none repeat scroll 0 0;
}

.login-register-area .form .social-icon li a i.gplus {
    background: #dd4b39 none repeat scroll 0 0;
}

.login-register-area .form a.forgot-password {
    color: #3d4394;
    float: right;
    font-weight: 700;
    margin: 20px 0 0;
}

.login-register-area .form h6 {
    color: #848484;
    float: left;
    font-size: 14px;
    margin: 28px 0 0 -50px;
    font-family: var(--main-font);
}

.login-register-area .form .input-field input[type="text"]:focus {
    border: 2px solid #47588f;
}

.login-register-area .form .social-icon li a:hover i {
    background: #18387b;
}

.login-register-area .form .social-icon li a:hover i.twitter {
    background: #12addf;
}

.login-register-area .form .social-icon li a:hover i.gplus {
    background: #c62d1a;
}


.partner-agent-img {
    height: 22em;
    width: 22em;
    object-fit: cover;
    text-align: right;
}

.employe-img {
    height: 22em;
    width: 22em;
    object-fit: contain;
    text-align: right;
}

.partner-agent-imgbox {
    text-align: right;
}

.partner-agent-imgbox1{
    width: 320px;
    background: #786767;
    height: 250px;
    position: absolute;
    top: 9em;
    border-radius: 8px;
}

.employe-section {
    margin-top: 5rem;
}

.latest-news-sec {
    background-color: var(--blue-1);

}

.latest-news-text .title h1 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin: 2px 0 0;
    padding: 5px;
    width: fit-content;
}

.card .mobile-app-sec {
    background-repeat: no-repeat;
    background-size: cover;
    height: 15rem;
}

.date-icon {
    height: 6rem;
    width: 5rem;
    background: #066b89;
    position: absolute;
    top: 9rem;
    border-radius: 5px;
}

.date {
    color: #fff;
    font-weight: 600;
    padding: 0;
    margin: 10px;
}

.card-main-heading {
    color: #066b89;
    font-size: 20px;
}

.card-sub-heading {
    color: #292b2c;
    font-size: 17px;
    font-weight: 700;
}

.card-text {
    text-align: left;
}


.partner-sec-title {
    display: block;
    color: #000;
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    width: 100%;
    padding: 8px;
    font-family: var(--heading-font);
}

.env-img {
    text-align: right;
    height: 24em;
    width: 24em;
    object-fit: contain;
}

.social-env-sec {
    margin-top: 8rem;
}

.apply-btn {
    color: #C51F5E;
    background-color: #FDE8D5;
    border-color: #d9e1d4;
    border-radius: unset;
    padding: 12px 30px;
    border: 1px solid #d9e1d4;
}
.apply-btn:hover{
    background-color: #C5205E;
    color: #fff;
    border: 1px solid #d9e1d4;
}
.icon-border{
    position: relative;
    left: 2rem;
    border: 1px solid #066A89;
    height: 3rem;
    width: 3rem;
    padding: 10px 0 0 13px;
    border-radius: 50%;
}

.post-heading {
    color: #000;
    font-weight: 600;
}

.post-subheading{
    margin-top: 10px;
    color: #F57E20;
}

.price-heading{
    color: #000;
    font-size: 18px;
}
.money-bag{
    height: 2rem;
    margin-top: 5px;
}
.fa-map-marker{
    font-size: 30px;
    color: #000;
}

.sec-part{
    border: 1px solid #fde8d5;
    padding: 35px 25px 0;
    height: 12em;
}

.next_prev{
    float: right;
}

.current_openings {
    padding-top: 3rem;
}

.department_filter{
    float: right; 
    width: 50%;
}

.mail-send{
    background: var(--blue);
    color: #fff;
    padding: 22px;
}

#sib-container {
    padding: 0 17px!important;
}

.mail-send .banner-heading {
    font-weight: 400;
}

.mail-send .thm-btn {
    border-radius: 4px;
    padding: 12px 26px 12px 20px!important;
    position: absolute;
    bottom: 1.5em;
    right: 3em;
}

.mail-send .email_address {
    color: #72737C;
    padding: 15px 1.75rem;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    color: #72737C;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.mail-send .email_address::placeholder {
    color: #72737C!important;
    opacity: 1;
    font-style: normal;
    font-weight: 400;
}

.prev-link{
    color: #2B6956!important;
    font-weight: 800;
    position: relative;
    right: 2rem;
}
.prev-icon{
    color: #2B6956;
    width: 2rem;
}

.next-link{
    color: #2B6956;
    font-weight: 800;
}

.banner-row{
    margin-top: 3.5rem;
}

.mail-btn{
    padding: 13px 26px 14px 20px;
}

.work-opportunity-title{
    font-size: 22px;
    font-weight: 600;
}
.banner-heading{
    color: #fff;
}
.heading-text{
    font-size: 18px;
}

.accreditations-heading{
    color: #000;
    font-size: 36px;
    font-weight: 700;
}

/* .award_card .front img {
    position: relative;
    bottom: 3em;
} */

.award-sub-heading{
    font-size: 24px;
    color: #000;
    font-weight: 600;
}
.sub-text{
    font-size: 16px;
}
.icon-text-sec{
    margin-top: 5rem;
}
.twin-partner{
    padding-top: 5rem;
}

.partner-btn{
    margin-top: 4rem;
    position: absolute;
    bottom: 0;
}
.testimonial-sec{
    margin-top: 5rem;
}
.testimonial-sec-img{
    margin-top:3rem;
}
.testimonial-img{
    height: 55px;
    border-radius: 50%;
}
.overlap-img-1{
    position: relative;
    left: -1rem;
}
.overlap-img-2{
    position: relative;
    left: -2rem;
}
.overlap-img-3{
    position: relative;
    left: -3rem;
}
.overlap-img-4{
    position: relative;
    left: -4rem;
}
.testimonial-text{
    padding:0 4rem 0 4rem;
    margin-top: 3.2rem;
    text-align: center;
    font-size: 15px;
}
.testimonial-text-left{
    font-size: 15px!important;
}
/* external css: flickity.css */

.slick-next .slick-arrow{
    display: none!important;
}

.carousel {
  background: #EEE;
}

.carousel-cell {
  width: 100%;
  height: 400px;
  margin-right: 10px;
  background: #fff;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  line-height: 400px;
  font-size: 80px;
  color: white;
}
.flickity-button {
    border: 2px solid #EDDFC9!important;
}
.flickity-button {
    top: 8rem!important;
}
.star{
    height: 30px;
}
.form-check-input{
    margin-left:0!important;
}
.form-check-label{
    padding-left: 2rem;
}
input, textarea{
    border-color: white white #EDDFC9 white!important;
    border-radius: 0!important;
}
.contact-form-sec{
    background: #fff;
    box-shadow: 0 0.5px 1px 0 rgb(51 77 114 / 10%), 0px 1.6px 3.6px 0 rgb(51 77 114 / 15%);
    padding: 2rem;
    position: absolute;
    top: -28em;
    left: 10%;
    z-index: 99;
    width: 100%;
}

.input-sec{
    padding: 18px;
}

.location_map {
    margin-top: 5%;
}

.other_location_sec {
    padding: 0 2.5em 0 2.5em;
    position: relative;
    bottom: 9em;
}

.location-data{
    /* padding: 20px; */
}

.form_btn{
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 23px 75px 22px!important;
    text-transform: uppercase;
    font-family: var(--main-font);
    transition: all 500ms ease;
    line-height: 14px;
    position: relative;
    background: var(--pink);
    color: #ffffff;
}
.icon-contact{
    height: 50px;
    margin: 10px;
}

.location_map .icon-contact{
    height: 50px;
    margin: 6px 25px 10px;
}

.location-info{
    box-shadow: 0 0.5px 1px 0 rgb(51 77 114 / 10%), 0px 1.6px 3.6px 0 rgb(51 77 114 / 15%);
    position: relative;
    background: #fff;
    bottom: 12rem;
}
.location-heading {
    font-size: 32px;
    font-weight: 600;
}

.contact_us_parntership{
    margin-top: -13em;
}

.ps-slider-heading{
    color: #fff;
}
.ps-slider-text{
    color: #fff;
}
.ps-sub-heading{
    color: #fee600;
    font-weight: 100;
    font-size: 18px;
    text-transform: uppercase;
}
.ps-main-heading{
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}
.ps-text{
    color:#fff;
    text-align: left;
}
.interview-info{
    padding: 4em 2em;
}

.contact-info{
    padding: 0 2rem 2rem;
    position: absolute;
    bottom: 0;
}
.contact-thm-btn{
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 18px 26px 18px !important;
    text-transform: uppercase;
    font-family: var(--main-font);
    transition: all 500ms ease;
    line-height: 14px;
    position: relative;
    background: #f1e3e3;
    color: #000;
}
.contact-thm-btn:hover{
    background: #731f53;
    color: #fff;
}   
.ps-social-links li a i {
    width: 48px;
    display: block;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    line-height: 38px;
    transition: all 500ms ease;
    text-align: center;
}

.ps-social-links li a i:hover{
    color: #731f53;
}

.ps-icon{
    background: #FDE8D5;
    padding: 18px;
    border-radius: 50%;
} 
.training-sub-heading{
    font-size: 26px;
    font-weight: unset;
    line-height:35px;
}

.opportunity-sec{
    margin-top: 7rem;
}

.slider-job-search{
    height: 5rem;
    padding: 1rem;
    background: #fff;
    border-radius: 5px;
}

.slider-blog-search{
    background: #fff;
    border-radius: 5px;
    width: 50%;
    margin-left: 25%;
    margin-top: 15%;
}

.slider-blog-search input[type=text]{
    border-radius: 20px!important;
    padding: 0 2em!important;
}

.slider-job-search-text{
    color: #7C368C;
    font-size: 18px;
    font-weight: 700;
    margin-left: 10px;
    border: 0;
    position: relative;
    top: 3px;
    width: 75%;
}

.job-search-container {
    position: relative;
    top: 25%
}

.fa-angle-down{
    font-size: 23px!important;
    margin: 10px 0 0 4rem;
    color: #7C368C;
    position: relative;
    top: 2px;
}
.border-area{
    border: 2px solid #C4C4C4;
    border-color: white #C4C4C4 white white;
    width: 13rem;
    cursor: pointer;
    margin-top: 6px;
}
.title-space{
    color: #7C368C;
    font-size: 18px;
    font-weight:700;
    margin-left: 3.5rem;
}
.search{
    object-fit: contain;
    margin: 15px;
}
.slider-cta{
    color: #EBE5DB;
    border-radius: 0;
    border-color:#FFFFFF2E;
    padding: 10px 18px 10px 10px;
    margin: 5px;
}
.slider-cta:hover{
    border-color: #E5D32E;
    color: #E5D32E;
}
.active-cta{
    background: #E9E6FE;
    color: #000;
}
.job-dropdown-cta{
    border: 2px solid #C51F5E;
    color: #C51F5E;
    border-radius: unset;
    padding: 14px 24px;
    width: 100%;
}
.map-iframe{
    border:0;
    height:450px;
    /* width:1170px; */
    width: 100%;
}
.job-vacancie-heading{
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin: 2px 0 0;
    padding: 5px;
    width: fit-content;
}

strong{
    color: #000;
}
.history-subheading{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 12px;
    padding-left: 2rem;
}
.history-list{
    list-style: disc;
    color: #000;
    padding-top: 12px;
}
.history-ul{
    margin: 0 0 0 18px;
    padding: 0 2rem 0 2rem;
}
.history-para{
    padding: 0 2rem 0 2rem;
}
.section-space{
    margin-top: 5rem;
}
#myBtn{
    margin: 0 0 1rem 2rem;
}
.sub-heading{
    font-size: 22px;
    font-weight: 600;
    margin: 12px 0 7px;
}
.blog-detail-banner-sec{
    background-repeat:no-repeat;
    height:645px;
    background-size:cover;
}
.history-detail{
    padding: 10px!important;
}

.csr-intro-imgbox img {
    width: 30em;
    height: 30em;
    object-fit: cover;
}

.csr-intro-cta{
    margin: 0 16px;
}

/* .box_1 {
    animation: 5s;
    animation-name: slideinone;
}

.box_2 {
    animation: mymove 5s;
}

.box_3 {
    animation: 5s;
    animation-name: slidein;
}

.box_4 {
    animation: mymove 5s;
} */

#div1 {
    animation-timing-function: linear;
}

#div2 {
    animation-timing-function: ease;
}

#div3 {
    animation-timing-function: ease-in;
}

#div4 {
    animation-timing-function: ease-out;
}

@keyframes mymove {
    from {
        left: -100px;
    }

    to {
        left: 100px;
    }
}
@keyframes slideinone {
    from {
        margin-left: 70%;
        width:60%;
    }

    to {
        margin-left: 0%;
        width:60%;
    }
}
@keyframes slidein {
    from {
        margin-left: 70%;
        width:95%;
    }

    to {
        margin-left: 0%;
        width:95%;
    }
}
#mobile{
    display: none;
}


.hide-sec {
    display: none!important;
}

.mobile-image{
    display: none;
}

.desktop-image{
    display: block;
}

.mobile_section{
    display: none;
}

.desktop_section{
    display: flex;
}

.hidden-item {
    display:none;
}

.blog-latest-entries {
    display: flex;
    flex-wrap: wrap;
}

.aligncentre{
    text-align: center;
}