.header .top_bar {
    background-color: #002171;
    display: table;
    width: 100%;
}

.top_bar .lft_block {
    float: left;
    color: #f7fbff;
    font-size: 15px;
}

.lft_block h4 {
    margin: 0;
}

.top_bar .rht_block {
    float: right;
}

.top_bar address {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 10px 10px;
}
.top_bar address::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #fff;
    height: 50%;
    width: 1px;
    transform: translateY(-50%);
}

.top_bar address:first-child {
    padding-left: 0;
}

.top_bar address:nth-child(2n),
.top_bar address:nth-child(3n),
.top_bar address:nth-child(4n) {
    padding-left: 8px;
}

.top_bar address:last-child::after {
    display: none;
}

.top_bar .icon {
    display: table-cell;
    vertical-align: middle;
}

.top_bar .icon i {
    color: #f7fbff;
    font-weight: 600;
    font-size: 15px;
}

.top_bar .details {
    display: table-cell;
    padding-left: 10px;
}

.top_bar address span,
.top_bar address .linkto {
    display: block;
    color: #f7fbff;

    font-size: 15px;
}

.top_bar address .linkto:hover {
    text-decoration: underline !important;
}

.header .social_icons ul li {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.header .social_icons ul li i {
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.header .social_icons ul li i:hover {
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.form_search {
    margin-left: 1rem;
}

.form_search form {
    position: relative;
    background-color: #ededed;
    border-radius: 20px;
}

.form_search .form-control {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 35px;
    font-size: 14px;
    color: #404040;
    letter-spacing: 1px;
}

.form_search .btn-search {
    border: none;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px 9px;
    height: 34px;
    background: #e4e4e2;
}

.form_search .btn-search i {
    color: #626262;
    font-size: 17px;
}

.form_search .btn-search:focus {
    box-shadow: none;
}

/*=====================Welcome content style starts=====================*/

.welcome_thumb {
    /*max-width: 660px;
	max-height: 420px;
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding-right: 30px;*/
    margin-right: 50px;
    overflow: hidden;
}

.welcome_caption {
    /*	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding-left:0;*/
    overflow: hidden;
}

.welcome_caption p {
    font-size: 15px;
}

/*===============Feature content style starts=======================*/

.feature_content {
    padding-top: 30px;
}

.feature_content .col:nth-child(4n + 1) {
    clear: both;
}

.feature_wrap {
    text-align: center;
    margin-bottom: 30px;
}
figure.icon_circle {
    background: #002171;
    width: 99px;
    height: 99px;
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    margin: 0 auto;
}
figure.icon_circle img {
    width: 48px;
    height: 48px;
}
figcaption.icon_caption {
    color: #475766;
    margin-top: 20px;
}
figcaption.icon_caption h4 {
    color: #00011e;
    font-weight: 500;
}

/*============services css starts=========================*/

.services_figure {
    position: relative;
    max-width: 360px;
    /*height: 350px;*/
    max-height: 350px;
    margin: 0 auto;
    overflow: hidden;
}
.services_figure::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    /*background-color: rgba(4, 9, 0,0.50);*/
    /* background-color: rgba(205, 33, 33, 0); */
    height: 0%;
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.services_figure:hover::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.services_figure img {
    width: 100%;
    /* min-height: 200px; */
    height: 200px;
}
.services_figure h3.event_title {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, 0%);
    color: #ffffff;
    background-color: rgba(158, 36, 90, 0.78);
    margin: 0;
    padding: 10px;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.services_figure .services_title {
    position: absolute;
    z-index: 1;
    left: 50%;
    /*height: 20%;*/
    top: 50%;
    width: 100%;
    opacity: 1;
    /* visibility: hidden; */
    transform: translate(-50%, -50%);
    color: #001727;
    margin: 0;
    padding: 10px 30px;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.services_figure .services_title h3 {
    margin-top: 0;
    font-size:27px !important;
}
.services_figure .services_title p {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.services_figure:hover .services_title {
    /*height:100%;*/
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    opacity: 1;
    visibility: visible;
}
.services_figure:hover .services_title p {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

/*=================Product content starts===================*/

.product_content {
    background: #000000;
}

.product_content .col {
    margin-bottom: 30px;
}
.product_content .col:nth-child(3n + 1) {
    clear: both;
}

.product-item {
    position: relative;
}

.product-item .product_img {
    /*	max-width:390px;*/
    position: relative;
    overflow: hidden;
    padding: 3rem;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    background-color: #eaeaea;
}

.product-item .product_img::after {
    position: absolute;
    content: "";
    background-color: rgba(255, 254, 220, 0.5);
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.product-item .product_img:hover::after {
    opacity: 1;
    height: 100%;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.product-item .product_img img {
    height: 200px;
}

.product-item .product_img .view_button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.product-item .product_img:hover .view_button {
    opacity: 1;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: translate(-50%, -50%);
    -moz-transition: translate(-50%, -50%);
    -o-transition: translate(-50%, -50%);
    -webkit-transition: translate(-50%, -50%);
    -ms-transition: translate(-50%, -50%);
}

.product-item .product_img .view_button .btn {
    background-color: #646363;
    color: #fff;
    font-weight: 400;
    padding: 10px 25px;
    display: inline-block;
    position: relative;
    transition: 0.5s ease;
}

.product-item .product_img .view_button .btn:hover {
    opacity: 0.7;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
}
.view-btn:before {
    font-family: "FontAwesome";
    position: absolute;
    content: "\f06e";
    left: 0;
    color: #fff;
    margin-left: 5px;
}

.cart-btn:before {
    font-family: "FontAwesome";
    position: absolute;
    content: "\f07a";
    left: 0;
    color: #fff;
    margin-left: 5px;
}

.product-item .on-sale-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #d04b64;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
}

.product-item .product_caption {
    overflow: hidden;
    text-align: center;
    /*	position:absolute;
	width: 100%;
	left: 50%;
	bottom:0;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);*/
    background: #555;
    z-index: 1;
}

.product_content .product-item {
    position: relative;
    overflow: hidden;
}

.product_content .product_caption {
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: rgba(85, 85, 85, 0.8);
    z-index: 1;
    transition: 0.5s ease;
}

.product_content .product-item:hover .product_caption {
    opacity: 1;
    visibility: visible;
}

.product_content .product-item img {
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    height: 184px;
    width: 100%;
}

.product_content .product-item:hover img {
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.product_caption h4 {
    color: #fff;
}

.product-item .price {
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    height: 18px;
    margin-bottom: 10px;
}

.product-item del.regular-price {
    text-decoration: line-through;
}
.product-item .sale-price {
    color: #ddd;
}

.product-item .reviews {
    margin-bottom: 10px;
    min-height: 21px;
    color: #fff;
}

.reviews .reviews-stars {
    position: relative;
    line-height: 1;
    color: #ffd700;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.reviews .reviews-stars::before {
    font-family: "flaticon";
    content: "\f102  \f102  \f102";
    margin: 0 5px;
}

.reviews .reviews-stars::after {
    font-family: "flaticon";
    content: "\f101  \f101";
}

.reviews .reviews-count {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

/*==========project content css starts=============*/

.project_content {
    background-color: #e5e5e5;
}
.project_content .col {
    margin-bottom: 30px;
}
.project_content .col:nth-child(3n + 1) {
    clear: both;
}

figure.project_img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
figure.project_img::after {
    position: absolute;
    content: "";
    background-color: rgba(255, 254, 220, 0.5);
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
figure.project_img:hover::after {
    opacity: 1;
    height: 100%;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
figcaption.project_caption {
    color: #36414d;
    overflow: hidden;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    /*border-top: 1px solid #ddd;*/
}
figcaption.project_caption h3 {
    color: #000;
}
figure.project_img .view_link {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #e89214;
    color: #fff;
    font-weight: 400;
    padding: 10px 15px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
figure.project_img:hover .view_link {
    opacity: 1;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: translate(-50%, -50%);
    -moz-transition: translate(-50%, -50%);
    -o-transition: translate(-50%, -50%);
    -webkit-transition: translate(-50%, -50%);
    -ms-transition: translate(-50%, -50%);
}

/* ===========testimonial style starts========================*/

.testimonial_content .owl-carousel .item {
    text-align: center;
}

/*  ====================FOOTER STARTS========================*/

.footer {
    background-color: #000000;
    color: #fff;
    padding: 50px 0;
}

.footer .footer_logo {
    max-width: 120px;
    margin: 0 auto;
}

.footer h4.footer_title {
    text-transform: uppercase;

    color: white;
}

.footer_content address {
    margin-bottom: 20px;
    display: table;
}

.footer_content .icon {
    float: left;
    display: table-cell;
    vertical-align: top;
    width: 5%;
}

.footer_content .icon i {
    color: white;
}

.footer_content .contact_details {
    overflow: hidden;
    font-size: 14px;
    color: #363535;
    line-height: 20px;
    display: table-cell;
    vertical-align: top;
    width: 95%;
    padding-left: 10px;
}

.footer_content .contact_details h4 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 17px;
}

.footer_content .contact_details a:hover {
    opacity: 0.7;
}
.footer_content .contact_details span,
.footer_content .contact_details a {
    color: #fff;
    line-height: 20px;
    display: block;
}

.footer_social-icons li {
    display: inline-block;
    margin-right: 10px;
}

.footer_social-icons li i {
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.footer_form form {
    position: relative;
}

.footer_form .form-control {
    background-color: #fcfcfc;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    width: 88%;
}

.footer_form .subscribe_btn {
    border: none;
    color: #fff;
    text-transform: none;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 50%;
    padding: 6px 12px;
    height: 40px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: #fcb814;
}

/*=========SUB PAGE CSS STARTS================*/

.sub_page-banner {
    position: relative;
}

.sub_page-banner .full_banner {
    background-repeat: no-repeat !important;
    background-position: center !important;
    /*background-attachment:fixed  !important;*/
    background-size: cover !important;
    /*padding: 200px 0 100px;*/
    height: 300px;
    overflow: hidden;
}

.about-banner .full_banner {
    background: url(../images/parallax-2.jpg);
}

.service-banner .full_banner {
    background: url(../images/parallax-4.jpg);
}

.product-banner .full_banner {
    background: url(../images/parallax-4.jpg);
}

.project-banner .full_banner {
    background: url(../images/architect-3979490_960_720.jpg);
}

.gallery-banner .full_banner {
    background: url(../images/industrial-plant-1149888_960_720.jpg);
}

.contact-banner .full_banner {
    background: url(../images/rental_banner.jpg);
}

.sub_page-banner .full_banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.sub_page-banner .breadCrumbNav {
    text-align: center;
    position: absolute;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 9;
}

h1.breadCrumb_title {
    color: #2d3451;
    text-transform: uppercase;
    margin: 0;
}

.breadcumb-inner {
    margin-top: 0.5rem;
    text-align: center;
}

.breadcumb-inner li {
    display: inline-block;
    margin: 0 0.1rem;
    color: #fff;
}

.breadcumb-inner li a {
    opacity: 0.7;
}

.breadcumb-inner li .breadCrumb_link:before {
    font-family: "Font Awesome 5 Free";
    content: "\f015";
}
.breadcumb-inner li a:after {
    color: #fff;
    content: "/";
    margin-left: 0.4rem;
}

.intro-list li {
    font-weight: 600;
    font-size: 17px;
    color: #333;
}

.intro-list li:before {
    content: "." "";
    color: #ff494e;
    font-size: 50px;
    padding-right: 10px;
}

.team_content {
    text-align: center;
}

.team_content .team_img {
    overflow: hidden;
    margin: 0 auto;
}

.team_content .team_img img {
    height: auto;
    width: auto;
    border-radius: 5px;
}

.team_content .team_caption {
    padding: 1rem 0 1.5rem;
}

.team_content .team_caption author {
    padding-bottom: 0.5rem;
}

.team_content .team_caption author h3 {
    margin: 0 0 5px;
}

.team_content .team_caption author span {
    font-size: 16px;
    font-weight: 300;
}

/* .team_content .team_caption p {
    font-size: ;
} */

/*<<<<<<Product carousel starts>>>>>>>>>>*/

#carousel-thumb .carousel-item {
    cursor: grabbing;
}

#carousel-thumb .carousel-indicators {
    position: static;
}

#carousel-thumb .carousel-indicators li {
    width: auto;
    height: auto;
    overflow: hidden;
}

#carousel-thumb .carousel-indicators li {
    opacity: 0.4;
}

#carousel-thumb .carousel-indicators li.active {
    opacity: 1;
}

.tab-bar .nav-pills {
    border: 1px solid #6b6b6b;
    border-radius: 5px;
    display: inline-block;
}

.tab-bar .navpill-item {
    float: left;
}

.tab-bar .navpill-item .nav-link {
    padding: 0.2rem 0.5rem !important;
    border-radius: 0;
    font-size: 15px;
}

.tab-bar .navpill-item .nav-link.active {
    background: #6b6b6b;
    color: #fff !important;
}

/*========FAQS CSS STARTS======*/

.accordion > .card > .card-header {
    padding: 0;
}

.accordion > .card > .card-header h2 {
    margin: 0;
}

.accordion > .card > .card-header .btn:hover {
    text-decoration: none;
}

.accordion > .card > .card-header .btn:focus {
    box-shadow: none;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default > .panel-heading a {
    display: block;
    padding: 10px 15px;
}

.accordion > .card {
    margin: 0 0 0.5rem;
}

.accordion > .card > .card-header .btn {
    background-color: #002171;
    color: #fff;
    opacity: 1;
}

.accordion > .card > .card-header .btn[aria-expanded="false"] {
    background: #eee;
    color: #333;
}

.accordion > .card .collapse.show .card-body {
    background-color: #002171;
    color: #fff;
    position: relative;
}

.accordion > .card .collapse.show .card-body:before {
    content: "";
    position: absolute;
    top: 0;
    border-top: 1px solid #c7c7c7;
    width: 90%;
    left: 5%;
}

.accordion > .card > .card-header .btn:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* float: right; */
    transition: transform 0.25s linear;
    -webkit-transition: -webkit-transform 0.25s linear;
}

.accordion > .card > .card-header .btn:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion > .card > .card-header .btn.collapsed:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion > .card .card-body {
    padding: 1rem;
    background-color: #eee;
}

.accordion > .card .card-body p {
    padding: 0 1rem 0;
    font-weight: 300;
    font-size: 17px;
}

/*==TESTIMONIAL CSS STARTS==*/

.testimonial_content .testi_icon {
    width: 70px;
    display: inline-block;
    vertical-align: middle;
}
.testimonial_content .item {
    text-align: left;
}
.testimonial_content .testi_icon img {
    width: 70px;
    height: 70px;
}
.testimonial_content author {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.testimonial_content author h4 {
    margin-bottom: 0;
    text-transform: uppercase;
}
.testimonial_content author span {
    color: #959494;
}
.testi_caption {
    background-color: #eee;
    padding: 20px;
    margin-top: 20px;
    position: relative;
}
.testi_caption:before {
    content: "";
    position: absolute;
    left: 50px;
    top: -8px;
    transform: translate(0%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 17.3px 10px;
    border-color: transparent transparent #eee transparent;
}

.inner_testimonial_content {
    /*	display:table;
	width:100%;*/
    padding: 1rem;
}
/* .inner_testimonial_figure {
    display: table-cell;
	vertical-align: middle;
	width: 7%;
}
.inner_testimonial_caption {
    display: table-cell;
	vertical-align: middle;
	width: 80%;
	color: #524d4d;
} */
.inner_testimonial_content .testi_icon img {
    width: 70px;
    height: 70px;
}

.inner_testimonial_caption span {
    color: #959494;
    font-size: 14px;
}
.inner_testimonial_content .testi_icon {
    width: 70px;
    display: inline-block;
    vertical-align: middle;
}
.inner_testimonial_content author {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.inner_testimonial_content .testi_caption p {
    font-weight: 300;
    font-size: 17px;
    line-height: 1.5rem;
}

/* ===========Gallery CSS STARTS==================*/

.gallery-container {
    position: relative;
    width: 100%;
    height: 250px;
    border-width: 7px;
    border-color: #ffffff;
    border-style: solid;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.gallery-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.image {
    display: block;
    width: 100%;
    height: 100%;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: transparent;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.3s ease;
    z-index: 1;
}

.gallery-container:hover .overlay {
    height: 50px;
}

.overlay .text {
    font-size: 17px;
    line-height: 1.3em;
    color: #fff;
}

.overlay .text span {
    display: block;
}

.carousel-control-next,
.carousel-control-prev {
    width: auto;
}

.carousel-control-next i,
.carousel-control-prev i {
    font-size: 30px;
}

/*============Modal CSS========*/

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
}

.modal-thumbs .hide {
    display: none;
}

.arrow-left,
.arrow-right {
    float: left;
    padding: 50px;
    position: fixed;
    /* height: 100%;*/
    font-size: 40px;
}

.arrow-left {
    left: 19%;
}

.arrow-right {
    right: 22%;
}

.arrow-left:before {
    font-family: "flaticon";
    content: "\f104";
    transform: rotate(180deg);
}

.arrow-right:before {
    font-family: "flaticon";
    content: "\f104";
}

.carousel-inner {
    float: left;
}

/*==========CONTACT US STYLE STARTS=======*/

.contact_info address {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    padding: 20px;
    margin: 0 auto;
}

.contact_info .icon i {
    background-color: #002171;
    height: 87px;
    width: 87px;
    border-radius: 50%;
    line-height: 87px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.contact_info .icon i:hover {
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.contact_info .details {
    margin-top: 10px;
}

.contact_info .details span,
.contact_info .details a {
    display: block;
}

.contact_form {
    background-color: #f7f7f7;
}

.contact_form .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e2e1e2;
}

.contact_form .btn_submit {
    background-color: #002171;
    border-radius: 5px;
    color: #fff;
    border: 1px solid transparent;
    display: block;
    /* margin: 0 auto;*/
    font-weight: 500;
}

/* Navbar active */
.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #002171;
}
.nav-item.active a.nav-link {
    color: #002171 !important;
}
.active .nav-link {
    color: #002171 !important;
}
/* Slider ko before */
span.slideshow-pagination-item.active::before {
    content: "";
    position: static;
    bottom: 0;
    height: 0;
    width: 0;
    background-color: none;
}
