@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/*CSS Document*/


/* 
  Website: GIS
  Powered by: Cliffcreations.com
  Author: Prabin V
  License: Non commercial
*/


/* -----------------------------------*/


/* ---------->>> GLOBAL <<<-----------*/


/* -----------------------------------*/

body {
	font-family: 'Lato', sans-serif !important;
	scroll-behavior: smooth;
	/* font-size: 15px; */

}
::-webkit-scrollbar {
	width: 6px!important;
  }
  ::-webkit-scrollbar-track {
	background:#9E9E9E!important;
  }
  ::-webkit-scrollbar-thumb {
	background: #FAD138!important; 
  }
  

label.error,
span.error, .error p {
	color: #F00!important;
	font-size: 13px!important;
	font-weight: bold;
}

.btn,
a {
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

p {
	font-weight: 400;
    font-family: 'Lato', sans-serif !important;
    font-size: 1.125em;
    line-height: 1.6667;
    font-stretch: normal;
	color: #000;
	/* font-size: 18px;
	line-height: 34px;
	font-weight: 400;
	font-family: 'Lato', sans-serif !important; */
	
}

::-moz-selection {
	background: #00AE42;
}

::selection {
	background: #00AE42;
}

::-webkit-scrollbar {
	width: 3px;
}

::-moz-scrollbar {
	width: 3px;
}

::-ms-scrollbar {
	width: 3px;
}

::-webkit-scrollbar-thumb {
	background: #FF7900;
}

::-moz-scrollbar-thumb {
	background: #FF7900;
}

::-ms-scrollbar-thumb {
	background: #FF7900;
	background: #FF7900;
}

::-moz-selection {
	background: #00AE42;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #4aaf51;
	color: #fff;
	text-shadow: none;
}

.form-control {
	border-radius: 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #373534;
	border-color: #303030;
}

.modal-header {
	background-color: #00AE42;
	color: #fff;
}
.modal-content{
	border-radius: 0 !important;
}
.nicescroll-rails {
    opacity: 1 !important;
	z-index: 999 !important;
}

/* -----------------------------------*/


/* ---------->>> HEADER <<<-----------*/


/* -----------------------------------*/

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent!important;
	color: #fff;
	outline: none!important;
}

.quickinfo {
	/* padding: 15px 0; */
	text-align: right;
	/* border-bottom: 1px solid #f3f3f3;
	margin-left: 200px;
	font-weight: 600; */
	/* line-height: 2; */
	/* padding: 5px 11px 19px 0; */
	height: 46px;
	letter-spacing: -3px!important;
}

.call-num {
	display: inline-block;
	/* margin-right: 25px;
	padding-right: 25px; */
	/* padding-right: 10px;
	padding-left: 10px; */
	font-size: 12px;
	padding: 6.5px;
	
}

.call-num i {
	color: #373534;
}

.call-num a {
	color: #373534;
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.55px;
    font-weight: normal;
	vertical-align: middle;
	border-right: 0.5px solid rgb(19, 135, 60);
	padding-right: 10px;
	padding-left: 10px;
}

.call-num a:hover {
	color: #00AE42;
	text-decoration: none;
}

ul.social {
	display: inline-block;
}

.social li {
	display: inline-block;
	margin: 5px;
}

.social li a {
	/* color: #00AE42; */
	color: #373534;
	font-size: 14px;

}

.social li a:hover {
	color: #373534;
}
.client-login{
    /* border-left: 1px solid rgba(147, 147, 147, 0.15);
    margin-left: 25px;
    padding-left: 25px;
	color: #00AE42; */
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	border-left: 0.5px solid rgb(19, 135, 60);
    text-transform: uppercase;
    letter-spacing: 1.55px;
    font-weight: normal;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
}
.client-login a{
	color: #373534;
	padding-right: 10px;
	padding-left: 10px;
}
.client-login:hover, .client-login a:hover{
	color: #00AE42;
    text-decoration: none;
}


.my-account{
    border-left: 1px solid rgba(147, 147, 147, 0.15);
    margin-left: 25px;
    padding-left: 25px;
	color: #00AE42;
}
.my-account a{
	color: #00AE42;
}
.my-account:hover, .my-account a:hover{
	color: #79C7A4;
    text-decoration: none;
}


.login-modal{
    max-width: 340px;
    margin: auto;
    margin-bottom: 0;
    margin-top: 30px;
}   
.login-modal .modal-content .modal-header .modal-title{
	text-align: center;
    text-transform: uppercase;
}
.login-body{
	    padding: 20px;
}
.login-body form .form-control{
	box-shadow: 25px 25px 25px 25px #ffffff inset;
}
.login-body .modal-footer{
	padding: 0px 0px 0px 0px;
	border: 0;
}
.forgot-password{
	float: left;
	color: #373534;
}
.forgot-modal{
	max-width: 340px;
	display: none;
}
.forgot-modal .modal-content .modal-header .modal-title{
	text-align: center;
    text-transform: uppercase;
}
.login-here{
	float: left;
	color: #373534;
}
a.btn.btn-link.active-menu{
	/* background-color: #999!important; */
    color: #fff!important;
}
.bread-crumb-top{
	margin-bottom: 30px;
}
.bread-crumb-top p, .bread-crumb-top p a {
    color: #999;
    font-size: 13px;
}
/*Social media Links*/
a.fb i:hover
{
    color: #FAD138 !important;
}
a.twtr i:hover
{
    color: #FAD138 !important;
}
a.lnkdn i:hover
{
   color: #FAD138 !important;
}
a.bhnce i:hover
{
   color: #010103 !important;
}
a.drble i:hover
{
   color: #e04d84 !important;
}
a.gp i:hover
{
   color: #ce1616 !important;
}
/* -----------------------------------*/


/* ---------->>> TEXT <<<-----------*/


/* -----------------------------------*/

.text-bold {
	font-weight: bold!important;
}

.text-500 {
	font-weight: 500!important;
}

.text-600 {
	font-weight: 600!important;
}

.text-justify {
	text-align: justify!important;
}

.text-uppercase {
	text-transform: uppercase!important;
}

.text-lowercase {
	text-transform: lowercase!important;
}

.text-capitalize {
	text-transform: capitalize!important;
}

.text-white {
	color: #fff!important;
}

.text-black {
	color: #000!important;
}

.text-red {
	color: #f00!important;
}

.text-aqua {
	color: #00CDFF!important;
}

.text-light-blue {
	color: #3c8dbc!important;
}

.text-green {
	color: #00AE42!important;
}

.tooltip-icon-header {
	font-size: 22px!important;
}


/* -----------------------------------*/


/* ---------->>> HEADINGS <<<-----------*/


/* -----------------------------------*/

.heading {
	font-weight: 700;
	font-size: 28px;
	color: #373534;
	text-transform: lowercase;
	text-align: center;
	margin-top: 0;
	margin-bottom: 15px;
}
.heading::first-letter{
	text-transform: uppercase;
}

/* -----------------------------------*/


/* ---------->>> NAVIGATIONS <<<-----------*/


/* -----------------------------------*/

header {
	width: 100%;
	height: 120px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: transparent;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
	/* border-bottom: 1px solid #00AE42; */
}

header.smaller {
	height: 59px;
	/* background-color: #f9f9f9; */
	-webkit-transition: 0.6s ease;
	transition: 0.6s ease;
}

.navbar-brand {
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

header.smaller .navbar-brand {
	width: 45px;
	margin-top: -5px;

}

header.smaller img {
	/* width: 55px;
	margin-top: 7px; */
	width: 81px;
    margin-top: 5px;
}

header.smaller .quickinfo {
	display: none;
}

.navbar {
	background: none;
	border: 0;
	border-radius: 0px 0px 10px 10px;
}

.navbar-brand {
	padding: 0;
	display: block;
	/* width: 85px; */
	width: 144px;
	margin-top: -51px;
	margin-left: 0px !important;
	float: none;
	height: auto;
}
.nav-main{
	height: 75px!important;
	margin-top: -14px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.logo-img {
	/*width: 75px;
	margin-top: -40px;
	padding-left: 15px;*/
	-webkit-transition: 0.6s ease;
	transition: 0.6s ease;
	background: #fff;
	border-bottom-left-radius: 4px;
}

.nav.navbar-nav li a {
	/* font-size: 13px; */
	text-transform: uppercase;
	font-weight: 700;
	padding: 18px 20px;
	color: #fff;
	font-size: 1em!important;
}

.nav.navbar-nav li a:hover {
	background-color: #13873c !important;
	color: #FAD138 !important;
	border-color: #13873c !important;
}

.nav.navbar-nav li a:hover, .nav.navbar-nav li a:focus, .nav.navbar-nav li a:active{
	border-color: #13873c !important;
}
.nav.navbar-nav li a:focus{
    box-shadow: none !important;
    border: 0;
    outline: none !important;
    background: transparent;
}
.nav.navbar-nav li ul li a {
    border-bottom: 1px solid #ccc;
    padding: 8px 15px;
	font-size: 14px!important;
}
.nav.navbar-nav li ul li a:last-child{
	border-bottom: 0;
}
.nav.navbar-nav li ul li ul li a {
    border-bottom: 1px solid #ccc;
    padding: 5px 15px;
    font-size: 12px;
}
.nav.navbar-nav li ul li ul li a:last-child{
	border-bottom: 0;
}
/* -----------------------------------*/


/* ---------->>> FORMS <<<-----------*/


/* -----------------------------------*/


/* -----------------------------------*/


/* ---------->>> EXTRAS <<<-----------*/


/* -----------------------------------*/

.width-100 {
	width: 100%;
}

.p-0 {
	padding: 0!important;
}

.p-t-0 {
	padding-top: 0!important;
}

.p-t-5 {
	padding-top: 5px!important;
}

.p-t-10 {
	padding-top: 10px!important;
}

.p-t-15 {
	padding-top: 15px!important;
}

.p-t-20 {
	padding-top: 20px!important;
}

.p-t-25 {
	padding-top: 25px!important;
}

.p-t-30 {
	padding-top: 30px!important;
}

.p-t-35 {
	padding-top: 35px!important;
}

.p-t-40 {
	padding-top: 40px!important;
}

.p-t-45 {
	padding-top: 45px!important;
}

.p-t-50 {
	padding-top: 50px!important;
}

.p-b-0 {
	padding-bottom: 0!important;
}

.p-b-5 {
	padding-bottom: 5px!important;
}

.p-b-10 {
	padding-bottom: 10px!important;
}

.p-b-15 {
	padding-bottom: 15px!important;
}

.p-b-20 {
	padding-bottom: 20px!important;
}

.p-b-25 {
	padding-bottom: 25px!important;
}

.p-b-30 {
	padding-bottom: 30px!important;
}

.p-b-35 {
	padding-bottom: 35px!important;
}

.p-b-40 {
	padding-bottom: 40px!important;
}

.p-b-45 {
	padding-bottom: 45px!important;
}

.p-b-50 {
	padding-bottom: 50px!important;
}

.p-l-0 {
	padding-left: 0!important;
}

.p-l-5 {
	padding-left: 5px!important;
}

.p-l-10 {
	padding-left: 10px!important;
}

.p-l-15 {
	padding-left: 15px!important;
}

.p-l-20 {
	padding-left: 20px!important;
}

.p-l-25 {
	padding-left: 25px!important;
}

.p-l-30 {
	padding-left: 30px!important;
}

.p-l-35 {
	padding-left: 35px!important;
}

.p-l-40 {
	padding-left: 40px!important;
}

.p-l-45 {
	padding-left: 45px!important;
}

.p-l-50 {
	padding-left: 50px!important;
}

.p-r-0 {
	padding-right: 0!important;
}

.p-r-5 {
	padding-right: 5px!important;
}

.p-r-10 {
	padding-right: 10px!important;
}

.p-r-15 {
	padding-right: 15px!important;
}

.p-r-20 {
	padding-right: 20px!important;
}

.p-r-25 {
	padding-right: 25px!important;
}

.p-r-30 {
	padding-right: 30px!important;
}

.p-r-35 {
	padding-right: 35px!important;
}

.p-r-40 {
	padding-right: 40px!important;
}

.p-r-45 {
	padding-right: 45px!important;
}

.p-r-50 {
	padding-right: 50px!important;
}

.m-0 {
	margin: 0!important;
}

.m-t-0 {
	margin-top: 0!important;
}

.m-t-5 {
	margin-top: 5px!important;
}

.m-t-8 {
	margin-top: 8px!important;
}

.m-t-10 {
	margin-top: 10px!important;
}

.m-t-15 {
	margin-top: 15px!important;
}

.m-t-20 {
	margin-top: 20px!important;
}

.m-t-22 {
	margin-top: 22px!important;
}

.m-t-25 {
	margin-top: 25px!important;
}

.m-t-30 {
	margin-top: 30px!important;
}

.m-t-35 {
	margin-top: 35px!important;
}

.m-t-40 {
	margin-top: 40px!important;
}

.m-t-45 {
	margin-top: 45px!important;
}

.m-t-50 {
	margin-top: 50px!important;
}

.m-b-0 {
	margin-bottom: 0!important;
}

.m-b-5 {
	margin-bottom: 5px!important;
}

.m-b-10 {
	margin-bottom: 10px!important;
}

.m-b-15 {
	margin-bottom: 15px!important;
}

.m-b-20 {
	margin-bottom: 20px!important;
}

.m-b-25 {
	margin-bottom: 25px!important;
}

.m-b-30 {
	margin-bottom: 30px!important;
}

.m-b-35 {
	margin-bottom: 35px!important;
}

.m-b-40 {
	margin-bottom: 40px!important;
}

.m-b-45 {
	margin-bottom: 45px!important;
}

.m-b-50 {
	margin-bottom: 50px!important;
}

.m-l-0 {
	margin-left: 0!important;
}

.m-l-5 {
	margin-left: 5px!important;
}

.m-l-10 {
	margin-left: 10px!important;
}

.m-l-15 {
	margin-left: 15px!important;
}

.m-l-20 {
	margin-left: 20px!important;
}

.m-l-25 {
	margin-left: 25px!important;
}

.m-l-30 {
	margin-left: 30px!important;
}

.m-l-35 {
	margin-left: 35px!important;
}

.m-l-40 {
	margin-left: 40px!important;
}

.m-l-45 {
	margin-left: 45px!important;
}

.m-l-50 {
	margin-left: 50px!important;
}

.m-r-0 {
	margin-right: 0!important;
}

.m-r-5 {
	margin-right: 5px!important;
}

.m-r-10 {
	margin-right: 10px!important;
}

.m-r-15 {
	margin-right: 15px!important;
}

.m-r-20 {
	margin-right: 20px!important;
}

.m-r-25 {
	margin-right: 25px!important;
}

.m-r-30 {
	margin-right: 30px!important;
}

.m-r-35 {
	margin-right: 35px!important;
}

.m-r-40 {
	margin-right: 40px!important;
}

.m-r-45 {
	margin-right: 45px!important;
}

.m-r-50 {
	margin-right: 50px!important;
}

.b-0 {
	border: 0!important;
}

.b-l-0 {
	border-left: 0!important;
}

.b-r-0 {
	border-right: 0!important;
}

.b-t-0 {
	border-top: 0!important;
}

.b-b-0 {
	border-bottom: 0!important;
}

.divider-0 {
	height: 0!important;
	width: 100%;
	display: inline-block;
}

.divider-5 {
	height: 5px!important;
	width: 100%;
	display: inline-block;
}

.divider-10 {
	height: 10px!important;
	width: 100%;
	display: inline-block;
}

.divider-15 {
	height: 15px!important;
	width: 100%;
	display: inline-block;
}

.divider-20 {
	height: 20px!important;
	width: 100%;
	display: inline-block;
}

.divider-25 {
	height: 25px!important;
	width: 100%;
	display: inline-block;
}

.divider-30 {
	height: 30px!important;
	width: 100%;
	display: inline-block;
}

.divider-35 {
	height: 35px!important;
	width: 100%;
	display: inline-block;
}

.divider-40 {
	height: 40px!important;
	width: 100%;
	display: inline-block;
}

.divider-45 {
	height: 45px!important;
	width: 100%;
	display: inline-block;
}

.divider-50 {
	height: 50px!important;
	width: 100%;
	display: inline-block;
}

.relative{
	position: relative;
}
.uppercase{
	text-transform: uppercase !important;
}


/* -----------------------------------*/


/* ---------->>> LOADER <<<-----------*/


/* -----------------------------------*/
.slice {
    position: fixed;
    z-index: 3000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
	top:0;
	bottom: 0;
}

[data-loader='circle-scale']
{
    position: relative;
    width: 36px;
	top: 48%;
    left: 48%;
}
[data-loader='circle-scale']:before,
[data-loader='circle-scale']:after
{
    position: absolute;
    left: 0;

    width: 50px;
    height: 50px;

    content: '';
    -webkit-animation: .75s circle-scale infinite linear alternate;
         -o-animation: .75s circle-scale infinite linear alternate;
            animation: .75s circle-scale infinite linear alternate;

    border: 3px solid #fff;
    border-radius: 100%;
}
[data-loader='circle-scale']:before
{
    margin: 2px;

    -webkit-animation-delay: .35s;
         -o-animation-delay: .35s;
            animation-delay: .35s;
}
[data-loader='circle-scale']:after
{
    width: 55px;
    height: 55px;
}
@-webkit-keyframes circle-scale
{
    0%
    {
        -webkit-transform: scale(.2);
            -ms-transform: scale(.2);
             -o-transform: scale(.2);
                transform: scale(.2);
    }
    100%
    {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
             -o-transform: scale(1.2);
                transform: scale(1.2);
    }
}
@-moz-keyframes circle-scale
{
    0%
    {
        -webkit-transform: scale(.2);
            -ms-transform: scale(.2);
             -o-transform: scale(.2);
                transform: scale(.2);
    }
    100%
    {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
             -o-transform: scale(1.2);
                transform: scale(1.2);
    }
}
@-o-keyframes circle-scale
{
    0%
    {
        -webkit-transform: scale(.2);
            -ms-transform: scale(.2);
             -o-transform: scale(.2);
                transform: scale(.2);
    }
    100%
    {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
             -o-transform: scale(1.2);
                transform: scale(1.2);
    }
}
@keyframes circle-scale
{
    0%
    {
        -webkit-transform: scale(.2);
            -ms-transform: scale(.2);
             -o-transform: scale(.2);
                transform: scale(.2);
    }
    100%
    {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
             -o-transform: scale(1.2);
                transform: scale(1.2);
    }
}






/* -----------------------------------*/


/* ---------->>> HOME PAGE <<<-----------*/


/* -----------------------------------*/
.backstretch-slider{
	background: #000;
	position: relative;
}
.overlay-banner{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-color: rgba(0, 0, 0, 0.4); */
    z-index: -1;
}
.intro-text {
	margin-top: 160px;
	margin-bottom: 120px;
	text-align: center;
}

.intro-lead-in {
	font-size: 33px;
	color: #00AE42;
	background: rgba(255, 255, 255, 0.95);
	display: inline-block;
	padding: 8px 35px;
	margin-top: 70px;
	text-transform:lowercase;
}
.intro-lead-in::first-letter{
	text-transform: uppercase;
}

.intro-lead-in span {
	color: #00AE42;
}

.intro-heading {
	font-size: 63px;
	text-transform: lowercase;
	font-weight: 700;
	color: #f1f1f1;
	line-height: 80px;
	margin-top: 25px;
	text-shadow: 0px 1px 1px #373534;
	background: #2121215c;
}

.intro-heading::first-letter{
	text-transform: uppercase;
}

.intro-text .btn {
	/* background: #FF7900;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 30px;
	font-weight: 700;
	padding: 10px 23px; */
	box-shadow: inset 0 0 0 1px #FAD138;
	border-radius: 4px;
    font-size: 0.9em;
    letter-spacing: 1px;
    font-weight: 900;
    padding: 1.25em 3.5em;
    text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.intro-text .btn:hover {
	/* background: #E86F01; */
	background: #FAD138;
	color: #373534;
    background-size: 34px 26px;
    padding-right: 3.125em;
}
.mt18{
	margin-top:18px!important;
}
.mb18{
	margin-bottom:18px!important;
}
.we-offer {
	padding-top: 65px;
}

.offer-block {
	padding: 20px 0px;
}

.offer-dtls {
	padding: 35px;
	background: #f9f9f9;
	border: 1px solid #f8f8f8;
}

/*.heading.focus {
	color: #FF7900;
}*/

.offer-img {
	border: 1px solid #f9f9f9;
}

.offer-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.offer-dtls h2 {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.611;
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	background: #1FB25A;
    display: inline-block;
    padding: 2px 10px;
	text-align: left;
}
.offer-dtls h2 a{
	color: #ffffff;
}
.offer-dtls h2 i {
	color: #ffffff;
	font-size: 16px;
}

.mr-btn {
    text-align: right;
    padding-bottom: 0px;
}

.mr-btn a{
    font-size: 15px;
    display: inline-block;
    color: #00AE42;
    padding-top: 10px;
}
.mr-btn a i {
    font-size: 9px;
    margin-left: 2px;
}

.previous-work {
	padding-top: 65px;
}

.previous-work h2 {
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 1.611;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #FF7900;
}

.happy-line {
	text-align: center;
	position: relative;
}

span.left_line1 {
	height: 3px;
	width: 100px;
	display: block;
	background: url(../images/border1.png) no-repeat 0px 0px;
	position: absolute;
	left: 39.5%;
	bottom: 13px;
}

span.right_line1 {
	height: 3px;
	width: 100px;
	display: block;
	background: url(../images/border1.png) no-repeat 0px 0px;
	position: absolute;
	right: 39.5%;
	bottom: 13px;
}

.happy-line img {
	margin-top: -12px;
}


/*********Happy clients slider start**********/

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
	margin-top: 20px;
}

.nbs-flexisel-ul {
	position: relative;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	/*background:#f9f9f9;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}

.nbs-flexisel-item img {
	width: 100%;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	/*max-width: 130px;
	max-height: 130px;*/
	max-width: 270px;
	max-height: 100px;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width: 22px;
	height: 22px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 0.5;
}

.nbs-flexisel-nav-left {
	left: 10px;
	background: url(../images/button-previous.png) no-repeat;
	top: 50px !important;
}

.nbs-flexisel-nav-right {
	right: 5px;
	background: url(../images/button-next.png) no-repeat;
	top: 50px !important;
}


/**Happy clients slider end**/

.our-team {
	padding-top: 70px;
}

.our-team h2 {
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 1.611;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	
    min-height: 50px!important;

}

h6.description {
	font-weight: bold;
	letter-spacing: 2px;
	color: #999;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 5px;
}

.profile {
	margin-top: 25px;
}

.profile h1 {
	font-weight: 700;
	font-size: 16.5px;
	margin: 10px 0 0 0;
	color: #373534;
	text-transform: uppercase;
}
.profile h1 a{
	color: #373534 !important;
}
.profile h2 {
	font-size: 12px;
	font-weight: 400;
	margin-top: 5px;
	text-align: left;
	color: #FF7900;
	text-transform: uppercase;
}

.owl-controls {
    position: absolute;
    top: 220px;
    width: 100%;
}
.owl-prev {
    float: left;
}
.owl-next {
    float: right;
}

.team{
	margin-left: -15px;
    margin-right: -15px;
	position: relative;
	z-index: 35;
}

.team .owl-controls .owl-nav .owl-prev .move-left{
    background: none;
    float: left;
    text-decoration: none;
    top: -71px;
    left: -31px;
    /* position: absolute;
    color: #009DDB;
    width: auto;
    height: auto;
    line-height: inherit;
	font-size: 20px; */
	color: #000000;
    width: auto;
    height: auto;
    line-height: inherit;
    font-size: 5rem;
    font-weight: 100;
}
.team .owl-controls .owl-nav .owl-next .move-right{
    background: none;
    float: left;
    text-decoration: none;
    top: -72px;
    right: -49px;
    position: absolute;
    /* color: #009DDB;
    width: auto;
    height: auto;
    line-height: inherit;
	font-size: 20px; */
	color: #000000;
    width: auto;
    height: auto;
    line-height: inherit;
    font-size: 5rem;
    font-weight: 100;
}

.team .owl-controls .owl-nav .owl-next .move-right:hover, .team .owl-controls .owl-nav .owl-prev .move-left:hover, .team .owl-controls .owl-nav .owl-next .move-right:focus, .team .owl-controls .owl-nav .owl-prev .move-left:focus {
    color: #333;
}


.anchor {
        display: block;
        height: 140px;
        margin-top: -140px;
        visibility: hidden;                
    }


.ctrls {
	font-size: 20px;
}

.ctrls .action-left {
	float: left;
	text-decoration: none;
	top: 150px;
	left: -15px;
	position: absolute;
	color: #009DDB;
}

.ctrls .action-right {
	float: right;
	text-decoration: none;
	top: 150px;
	right: -15px;
	position: absolute;
	color: #009DDB;
}

.ctrls .action-right:hover,
.ctrls .action-left:hover,
.ctrls .action-right:focus,
.ctrls .action-left:focus {
	color: #0387BB;
}

.profile .img-box {
	opacity: 1;
	display: block;
	position: relative;
	/* height: 250px;
	border: 1px solid #eee; */
	border-radius: 50%;
    object-fit: cover;
    height: 260px;
	width: 260px;
	background: #dae4e6;
}


.img-box {
	overflow: hidden;
}

.img-box img {
	-webkit-transition: 0.6s ease;
	transition: 0.6s ease;
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}
.profile a:hover{
	
}
.profile:hover .img-box img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.profile .img-box:after {
	content: "";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.50);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.about-profile{
    height: 114px;
    overflow: hidden;
}
.about-profile p{
	font-size: 14px;
}
/*.profile .about-profile {
	height: 110px;
	overflow: hidden;
}

.profile:hover .about-profile {
	height: auto;
	max-height: 250px;
	overflow: auto;
}*/

.img-box ul {
	position: absolute;
	z-index: 2;
	bottom: 50%;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	height: 0px;
	margin: 0px;
	opacity: 0;
}

.profile .img-box:after,
.img-box ul,
.img-box ul li i {
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.img-box ul i {
	font-size: 20px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	margin-right: 4px;
	border: 1px solid #ffffff;
}

.img-box ul li {
	display: inline-block;
}

.img-box ul li a .fa-facebook {
	background-color: #3b5998;
	color: #ffffff;
}

.img-box ul li a .fa-twitter {
	background-color: #4099FF;
	color: #ffffff;
}

.img-box ul li a .fa-linkedin {
	background-color: #0e76a8;
	color: #ffffff;
}

.img-box a {
	color: #ffffff;
}

.img-box:hover:after {
	opacity: 1;
}

.img-box:hover ul {
	opacity: 1;
}

.img-box ul li a {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.img-box li a:hover .fa-facebook {
	background-color: #ffffff;
	color: #3b5998;
}

.img-box li a:hover .fa-twitter {
	background-color: #ffffff;
	color: #4099FF;
}

.img-box li a:hover .fa-linkedin {
	background-color: #ffffff;
	color: #0e76a8;
}

.view-all {
	padding: 10px;
	margin-top: 25px;
	text-align: center;
}

.view-all a {
	display: block;
	color: #00AE42;
	font-weight: bold;
}

.our-blog {
	padding-top: 60px;
	padding-bottom: 70px;
}

.our-blog h2 {
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 1.611;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}

.blog-carousel{
	position: relative !important;
	z-index: 35;
}
.blog-box {
	border: 1px solid #eee;
	text-align: left;
	margin-top: 30px;
	background-color: #f8f9f8;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	margin-bottom: 15px;
	/* background: #373534; */
}

.blog-img {
	height: 230px;
	overflow: hidden;
	transition: transform .3s;
}
.blog-img img:hover{
transform: scale(1.2);
transition: transform .3s;
-ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
}

.blog-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.blog-name {
	/* font-size: 16px;
	font-weight: 700;
	margin: 15px 15px; */
	margin: 15px 15px;
    font-size: 1.33336em;
    color: #13873c;
    text-align: center;
	font-weight: 900;
	height: 45px;
}
/* .blog-summary{
	font-size: 1.2em;
    font-weight: 400;
    color: #3c3a3a;
} */

.blog-posted {
	font-size: 12px;
	margin-left: 15px;
	margin-right: 15px;
}

.blog-posted .author {
	display: inline-block;
	margin-right: 20px;
}

.blog-posted .author i,
.blog-posted .post-date i {
	color: #fff;
	margin-right: 2px;
}

.blog-content {
	padding: 15px;
}

.blog-content {
	height: 130px;
	overflow: hidden;
}

.read-more {
	text-align: left;
	padding: 15px;
	padding-top: 0;
	margin-top: 10px;
}

.read-more .btn {
	border: 1px solid #fad138;
	border-radius: 0;
	color: #3c3a3a;
	text-transform: uppercase;
	font-size: 13px;
	padding: 10px 20px;
}

.read-more .btn i {
	margin-left: 2px;
}

.read-more .btn:hover {
	color: #333;
    background-color: #fad138;
}

.move-left {
	/* position: absolute;
	left: -40px;
	top: 48%;
	width: 40px;
	height: 50px;
	color: #fff;
	background-color: #00AE42;
	text-align: center;
	line-height: 50px; */
	position: absolute;
    left: -40px;
    top: 48%;
    width: 40px;
    height: 50px;
    color: #333;
    background-color: transparent;
    text-align: center;
    line-height: 50px;
    border: 1px solid #fad138;
}

.move-right {
	/* position: absolute;
	right: -40px;
	top: 48%;
	width: 40px;
	height: 50px;
	color: #fff;
	background-color: #00AE42;
	text-align: center;
	line-height: 50px; */
	position: absolute;
	right: -40px;
	top: 48%;
	width: 40px;
	height: 50px;
    color: #333;
    background-color: transparent;
	text-align: center;
	line-height: 50px;
	border: 1px solid #fad138;
}

.move-left:hover,
.move-right:hover,
.move-left:active,
.move-right:active,
.move-left:focus,
.move-right:focus {
	text-decoration: none;
	color: #f4f4f4;
	background-color: #02884C;
}


/* -----------------------------------*/


/* ---------->>> BLOG LIST <<<-----------*/


/* -----------------------------------*/

.blog-lists {
	padding-top: 20px;
	padding-bottom: 50px;
	background-color: #f6f6f6;
}

.blog-page-title {
	margin-top: -10px;
	margin-bottom: 50px;
	font-weight: 700;
	font-size: 28px;
	color: #373534;
	text-transform: uppercase;
	text-align: center;
}

.select-holder {
	max-width: 350px;
	margin: auto;
	margin-bottom: 50px;
}

.select-holder select {
	margin-bottom: 5px;
	border-radius: 0;
}

.select-holder select:focus {
	box-shadow: none;
	border: 1px solid #FF7900;
}

.blog-holder-box {
	border: 1px solid #eee;
	margin-bottom: 30px;
	background-color: #ffffff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.blog-img-box {
	height: 200px;
	position: relative;
}


.blog-img-box .blog-date {
	position: absolute;
	right: 0%;
	top: 0;
	color: #ffffff;
	font-size: 12px;
	padding: 12px 16px;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color:#343a40;
}

.blog-img-box .blog-date i {
	margin-right: 2px;
}

.blog-img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.blog-details-box {}

.blog-list-title {
	/* display: block;
	padding: 20px 15px 12px;
	color: #333!important;
	font-size: 16px;
	font-weight: 600; */
	display: block;
    padding: 20px 15px 12px;
    color: #13873c!important;
    font-weight: 600;
    font-size: 1.4em;
    /* word-wrap: break-word; */
    font-weight: 900;
	text-align: center;
    height: 80px;

}

.icon-set {
	padding-left: 15px;
	padding-right: 15px;
}

.icon-set ul li {
	display: inline-block;
	margin: 0 0.2em;
	text-transform: capitalize;
	font-size: 14px;
}

.icon-set ul li i {
	color: #9E9E9E;
}

.icon-set ul li a {
	color: #373534 !important;
	text-transform: capitalize;
	font-size: 14px;
	text-decoration: none;
}

.blog-details-box p {
	/* line-height: 1.6;
	font-size: 15px;
	color: #888;
	margin: 15px 0 5px;
	height: 80px;
	overflow: hidden;
	padding: 0 15px; */
    font-size: 18px;
    color: #373534;
    margin: 15px 0  20px;
    height: 120px;
    overflow: hidden;
    padding: 0 15px;
    font-weight: unset;
	font-size: 17px;
	text-align: left;
}

/* .more-btn {
	text-align: left;
	padding-bottom: 15px;
} */

.more-btn a {
	/* font-size: 15px;
	display: inline-block;
	color: #00AE42;
	padding: 12px 15px; */
	color: #191b1a;
    padding: 12px 15px;
    border: 1px solid #fad138;
	margin: 5px 15px;
	text-decoration: none;
}
.more-btn a:hover{
	background: #fad138;
}
.more-btn a i {
	font-size: 9px;
	margin-left: 2px;
}
.pagination li a{
	border-radius: 0 !important;
}
.pagination>li>strong{
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #F6F6F6;
    background-color: #373534;
    border: 1px solid #ddd;
    border-radius: 0;
}
.blog-list-title:hover{
	color: #13873c!important;
}

/* -----------------------------------*/


/* ---------->>> BLOG VIEW <<<-----------*/


/* -----------------------------------*/

.blog-grid-right {
	margin-bottom: 0px;
}

a.blog-title {
	/* font-size: 2.5em;
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
	color: #373534;
	font-weight: 700; */
	font-size: 3em;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
    color: #13873c;
    font-weight: 900;
}

.icon-set-view {
	margin-bottom: 25px;
}

.icon-set-view ul li {
	display: inline-block;
	margin: 0 0.2em;
	text-transform: capitalize;
	font-size: 14px;
}

.icon-set-view ul li i {
	color: #9E9E9E;
}

.icon-set-view ul li a {
	color: #00AE42 !important;
	text-transform: capitalize;
	font-size: 14px;
	text-decoration: none;
}

.blog-view-img-box {
	width: 100%;
	height: 300px;
	border: 1px solid #eee;
	margin-right: 25px;
	margin-bottom: 20px;
}

.blog-view-img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.blog-list-footer {
	margin-top: 30px;
    padding-top: 20px;
    margin-bottom: 30px;
    border-top: 1px solid #ccc;
}

.leave-comment {
	display: block;
}

.leave-comment a {
	font-size: 14px;
	color: #00B363;
	text-align: center;
	display: inline-block;
	padding-top: 10px;
}
.leave-comment a i{
	margin-right: 2px;
}
.share h4 {
	color: #373534;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.share-via a {
	display: inline-block;
	margin-left: 17px;
	color: #373534;
	text-align: center;
	line-height: 20px;
	font-size: 15px !important;
}

.share-via a:hover {
	color:  #FFC107;
}

.next-post {}

.next-post .btn,
.previous-post .btn {
	border: 1px solid  #FFC107;
	border-radius: 0;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	padding: 8px 21px;
}

.next-post .btn:hover,
.previous-post .btn:hover {
	color: #000;
	background-color:  #FFC107;
}
.frame-outer {
	margin-top: 30px;
}
.frame-outer iframe{
	width: 100%;
	height: 750px;
	border: 1px solid #eee;
}
.blog-comments {
	margin-top: 40px;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.blog-comments h2 {
	font-size: 27px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #373534;
	border-bottom: 1px solid #eee;
}

.left-img-box {
	height: 65px;
	width: 65px;
	border: 1px solid #9C9C9C;
	float: left;
	margin-right: 15px;
}

.left-img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.leave-reply {
	display: block;
	text-align: right;
}

.leave-reply a {
	font-size: 14px;
	color: #8CB7C7;
	text-align: center;
	margin-top: 5px;
	display: inline-block;
	margin-right: 25px;
}

.leave-reply a i {
	color: #E2E1DD;
	margin-right: 5px;
}

.sub-comment {
	margin-left: 50px;
	margin-bottom: 20px;
}

.need {
	color: #FF7900;
}

.comment-area {
	resize: none;
	height: 175px !important;
}

.user-comment {
	margin-bottom: 50px;
}

.user-comment .text-green {
	margin-bottom: 10px;
}

.user-comment form .form-control:focus {
	box-shadow: none;
	border-color: #FF7900;
}

.btn-comment {
    background-color: #FF7900;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 15px;
    text-transform: uppercase;
}

.btn-comment:hover {
	background-color: #E66E02;
	color: #ffffff;
}

.comment-form,
.modal-form {
	margin-left: -15px;
	margin-right: -15px;
}
.related-posts {
    border-top: 1px solid #ccc;
    padding-top: 15px;
}
.related-posts h3 {
	font-size: 30px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #373534;
}

.related-img {
	height: 250px;
	border: 1px solid #eee;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.related-img:hover {
	border-color: #E66E02;
}

.related-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.captcha-holder label {
	float: left;
	margin-right: 5px;
	font-size: 13px;
}

.captcha-field {
	display: block;
}

.refresh-captcha {
	display: block;
	margin-bottom: 15px;
}
.comment-form label.error{
	color: #ffffff !important;
    margin-top: 5px;
    background: #f00;
    padding: 2px 10px;
    box-shadow: 0 1px 1px #111;
    border-radius: 2px;
}
.comment-form label.error:after {
    bottom: 39px;
    left: 43px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(255, 0, 0, 0);
    border-bottom-color: #f00;
    border-width: 10px;
    margin-left: -10px;
}
.comment-form .captcha-holder label.error:after{
	bottom: 24px;
}
.comment-outer {
    border-bottom: 1px dashed #dedede;
    padding-bottom: 10px;
    margin-bottom: 28px;
}
.blog-comments .comment-outer:nth-last-child(-n+2){
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
/* -----------------------------------*/


/* -------->>> TEAM MEMBERS <<<-------*/


/* -----------------------------------*/

.team-members {
	margin-top: 140px;
	margin-bottom: 50px;
}

.member-block {
	margin-top: 40px;
}

.member-photo {
	width: 150px;
	height: 150px;
	float: left;
	margin-right: 15px;
	border: 1px solid #eee;
}

.member-photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.member-details h1 {
	font-weight: 900;
    font-size: 22px;
    margin: 10px 0 0 0;
    color: #13873c;
    text-transform: uppercase;
}

.member-details h2 {
	font-size: 16px;
	font-weight: 400;
	margin-top: 5px;
	text-align: left;
	color: #343a40;
	text-transform: uppercase;
}

.social-box ul li {
	display: inline-block;
}

.social-box ul li .fa-facebook {
	background-color: #3b5998;
	border: 1px solid #ffffff;
	color: #ffffff;
}

.social-box ul li .fa-twitter {
	background-color: #4099FF;
	border: 1px solid #ffffff;
	color: #ffffff;
}

.social-box ul li .fa-linkedin {
	background-color: #0e76a8;
	border: 1px solid #ffffff;
	color: #ffffff;
}

.social-box li .fa-facebook:hover  {
	background-color: #ffffff;
	border-color: #3b5998;
	color: #3b5998;
}

.social-box li .fa-twitter:hover  {
	background-color: #ffffff;
	border-color: #4099FF;
	color: #4099FF;
}

.social-box li .fa-linkedin:hover  {
	background-color: #ffffff;
	border-color: #0e76a8;
	color: #0e76a8;
}

.social-box ul i {
	font-size: 20px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	margin-right: 4px;
	border: 1px solid #ffffff;
}

.social-box ul i {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}



/* -----------------------------------*/


/* ------>>> DOCUMENT UPLOAD <<<------*/


/* -----------------------------------*/

.document-upload-page {
	padding-top: 140px;
	padding-bottom: 90px;
	background-color: #f6f6f6;
}
.document-page-title {
    margin-top: -10px;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 28px;
    color: #373534;
    text-transform: uppercase;
    text-align: center;
}

.add-doc-btn {
    float: right;
    text-transform: capitalize;
    font-size: 14px;
    background: #FF7900;
    color: #ffffff;
}
.add-doc-btn:hover, .add-doc-btn:focus{
    background-color: #E86F01;
    color: #ffffff;
}
.doc-download{
	color: #373534;
	font-size: 14px;
}
.doc-download:hover{
	color: #00AE42;
}
.doc-list-outter {
    background: #fff;
    padding: 25px;
}
.user-doc form .form-control:focus {
    box-shadow: none;
    border-color: #FF7900;
}
.user-doc form textarea{
	height: 150px;
	resize: none;
	overflow: auto;
}
.btn-add-docu {
    background-color: #FF7900;
    color: #ffffff!important;
}
.btn-add-docu:hover{
    background: #E86F01;
}
.doc-modal-footer{
    padding-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
}
.delete_doc_btn{
	color: #373534;
}
.delete_doc_btn:hover{
	color: #FF7900;
}

/* -----------------------------------*/


/* ------>>> CLIENT VIEW <<<------*/


/* -----------------------------------*/

.client-view-page {
    padding-top: 140px;
    padding-bottom: 50px;
	background-color: #ffffff;
}
.client-page-title {
    /* margin-top: 31px;
    margin-bottom: 31px;
    font-weight: 700;
    font-size: 28px;
    color: #373534;
    text-transform: uppercase;
	text-align: center; */
	padding: 20px 15px 12px;
    color: #13873c!important;
    font-size: 2.4em;
    font-weight: 900;
    text-align: center;
    height: 80px;
}
.client-logo{
    padding: 10px;
    background-color: #fff;
    max-width: 230px;
    border: 1px solid #eee;
    margin: auto;
}
.client-logo img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.logo-details p{
	text-align: justify;
	font-size: 15px;
}
.contact-client h4{
	text-transform: uppercase;
    font-size: 18px;
    color: #00AE42;
}
.contact-left{
	color: #999;
	font-size: 14px;
	line-height: 1.6;
    border-right: 1px solid #eee;
}
.contact-left i{
	color: #BDBDBD;
	margin-right: 3px;
}
.contact-right{
	color: #999;
	font-size: 14px;
	line-height: 1.6;
}
.contact-right i{
	color: #BDBDBD;
	margin-right: 3px;
}
.our-project{
	border-top:1px solid #eee;
  	margin-top: 60px;
    padding-top: 60px;
    margin-bottom: 60px;

}



.project-list{
	margin-left: -15px;
	margin-right: -15px;
}
.pro-holder-box {
	border: 1px solid #eee;
	margin-bottom: 30px;
	background-color: #ffffff;
}

.pro-img-box {
	height: 200px;
	position: relative;
}

.pro-img-box .pro-date {
	position: absolute;
	right: 0%;
	top: 0;
	color: #ffffff;
	font-size: 12px;
	padding: 12px 16px;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #00AE42;
}

.pro-img-box .pro-date i {
	margin-right: 2px;
}

.pro-img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.pro-list-title {
    padding: 15px;
    color: #FFFFFF!important;
    font-size: 18px;
    font-weight: 600;
    background: #13873c;
    text-transform: uppercase;
    margin-bottom: 15px;
    min-height: 80px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.pro-details-box .project-detail{
	height: 104px;
	overflow: hidden;
}
.pro-details-box p {
    line-height: 1.6;
    font-size: 16px;
    color: #000;
    margin: 0;
    padding: 0 15px;
}

.read-btn {
	text-align: left;
	padding-bottom: 15px;
}

.read-btn a {
	font-size: 15px;
    display: inline-block;
    color: #080808;
    padding: 10px 12px;
    border: 1px solid #fad138;
	margin: 10px;
	font-weight: 500;
}
.read-btn a:hover{
	background: #FAD138;
	color: #333;
	text-decoration: none;
	font-weight: 500;
}

.read-btn a i {
	font-size: 9px;
	margin-left: 2px;
}




/* -----------------------------------*/


/* ---------->>> PROJECT VIEW <<<-----------*/


/* -----------------------------------*/

.project-view {
	/* padding-top: 140px; */
	padding-bottom: 70px;
	/* background-color: #f6f6f6; */
}
.project-image-box{
	width: 100%;
/*	height: 300px;*/
	margin-bottom: 20px;
	border: 1px solid #eee;
}
.project-image-box img{
	width: 100%;
	/* height: 100%; */
	height: 50vh;
    object-fit: cover;
/*	-o-object-fit: cover;
	object-fit: cover; */
}
a.project-title {
	font-size: 2.8em;
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
	color: #13873C;
	font-weight: 900;
	text-transform: lowercase;
}
a.project-title::first-letter{
	text-transform: uppercase;
}

/* -----------------------------------*/


/* ---------->>> PAGES <<<-----------*/


/* -----------------------------------*/
.pages-img{
    width: 100%;
    /* height: 300px; */
    float: left;
    /* margin-right: 25px; */
}
.pages-title{
	font-size: 27px !important;
}
.other-articles {
    clear: both;
    font-size: 13px;
}
.other-articles a {
    text-transform: lowercase;
    font-size: 15px;
    color: #00A553;
}
.other-articles span{
	color: #373534;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
	display: block;
    margin-bottom: 5px;
}
/* -----------------------------------*/


/* ---------->>> FOOTER <<<-----------*/


/* -----------------------------------*/

.contact-us {
	background-color: #00a553;
	padding: 70px 0;
}

.contact-us h2 {
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 1.611;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}

.contact-msg {
	margin-bottom: 50px;
}

.contact-us-box {
	width: 100%;
	text-align: center;
}

.contact-us-box .box-left {
	width: auto;
	margin-bottom:10px;
	line-height: normal;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}

.contact-us-box .box-right {
	width: auto;
	margin: 0;
	font-size: 15px;
	color: #f9f9f9;
}

.contact-us-box .box-right a {
	color: #f9f9f9;
}

.contact-us-social {
	text-align: center;
}

.contact-us-social a i {
	color: #fff;
	margin-left: 6px;
	margin-right: 6px;
	font-size: 17px;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.contact-us-social a i:hover {
	color: #373534;
}

.contact-form-holder {
	padding-top: 50px;
}

.contact-form .text-field {
	background-color: #02924A;
	height: 45px;
	padding: 0 20px;
	border: 1px solid  #fad138;
	outline: 0;
	font-size: 15px;
	color: #fff;
	border-radius: 4px;
	box-shadow: none;
}

.contact-form .text-field:focus {
	box-shadow: none;
}

.contact-form .area {
	height: 115px;
	background-color: #02924A;
	padding: 20px;
	border: 1px solid  #fad138;
	outline: 0;
	font-size: 15px;
	color: #fff;
	border-radius: 4px;
	box-shadow: none;
	resize: none;
}

.contact-img-icon{
	width: 310px;
    height: 310px;
    text-align: center;
}

.white-logo img{
	width: 80px;
}
.footer-items h4 span{
    color: #CDF7DD;
    line-height: 17px;
    text-transform: capitalize;
}

.mar-0-auto {
	margin: 0 auto!important;
}

.text-field::-webkit-input-placeholder {
	color: #fff;
}

.text-field:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.text-field::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.text-field:-ms-input-placeholder {
	color: #fff;
}

.area::-webkit-input-placeholder {
	color: #fff;
}

.area:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.area::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.area:-ms-input-placeholder {
	color: #fff;
}

.submit-but {
	/* background-color: #FF7900;
	padding: 9px 40px;
	border: none;
	color: #ffffff;
	float: right;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 2px;
	outline: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold; */
	background-color: transparent;
    padding: 1.25em 2.5em;
    border: none;
    color: #ffffff;
    float: right;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 4px;
    outline: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: inset 0 0 0 1px #FAD138;
    font-size: 0.9em;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.submit-but:hover {
    background-color: #FAD138;
    color: #373534;
}

#contactform label.error{
	color: #ffffff !important;
	margin-top: 5px;
    background: #f00;
    padding: 2px 10px;
    box-shadow: 0 1px 1px #111;
    border-radius: 2px;
}
#contactform label.error:after {
    bottom: 27px;
    left: 43px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(255, 0, 0, 0);
    border-bottom-color: #f00;
    border-width: 10px;
    margin-left: -10px;
}

.footer-items h4 {
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 15px;
}

.footer-items p {
	color: #CDF7DD;
	line-height: 20px;
}

.footer-rights {
	text-align: center;
	background-color: #373534;
}

.footer-rights p {
	margin: 0;
	padding: 20px;
	color: #fff;
	font-size: 12px;
}

.footer-rights p a {
	color: #fff;
}

.scrollup {
    width: 42px;
    height: 36px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    background-color: none;
    color: #13873c;
    font-size: 30px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #fad138;
	z-index: 1;
	background: #fff;
}

.scrollup:hover {
	color: #fff;
	background-color: #48a268;
}

.client-img-box{
    height: 169px;
    position: relative;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}
.client-img-box img {
    /*width: 128px;*/
    height: 128px;
}


/* -----------------------------------*/
/* --------->>> 404 page <<<----------*/
/* -----------------------------------*/

.error-404{
    background: #ffffff;
    padding-top: 90px;
    padding-bottom: 70px;
}
.wrap-error{
	margin:0 auto;
	width:100%;
	}
.oops {
    text-align: center;
    margin-top: 100px;
    font-size: 30px;
    color: #FF7900;
}
.page-error h1{
	font-size:200px;
	color:#fff;
	text-align:center;
	margin-bottom:1px;
	text-shadow:1px 1px 6px #555;
	margin-top:0;
	}	
.page-error p{
	color:#555;
	font-size:20px;
	margin-top:1px;
	text-align:center;}	
.page-error p span{
	color:lightgreen;}	
.some-thing{ 
	max-width: 600px;
    margin: auto;
    margin-bottom: 20px;
    text-transform: inherit;
    font-size: 15px !important;
    color: #00A553!important;
}
.some-thing a{
	color: #FF7900;
}
.sub a{
    color: #3C8DBC;
    background: #FFFFFF;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 20px;
}	


/* -----------------------------------*/


/* ---------->>> MEDIA QUERIES <<<-----------*/


/* -----------------------------------*/
@media  (min-width: 1200px) 
  and (max-width: 1600px) { 
	/* .w-85 {
		width: 100%!important;
	} */
	/* #contact-us .container{
		width: 100%!important;
		} */
		.panel-contact{
			box-shadow: none!important;
		}
}

@media(max-width:1240px) {
	.move-left {
		left: -22px;
		z-index: 1;
	}
	.move-right {
		right: -22px;
		z-index: 1;
	}
	
}

@media(max-width:1199px) {
	span.left_line1 {
		width: 80px;
	}
	span.right_line1 {
		width: 80px;
	}
}

@media(max-width:1050px) {
	.intro-lead-in {
		font-size: 30px;
		padding: 5px 20px;
		margin-top: 50px;
	}
	.intro-heading {
		font-size: 50px;
		line-height: 60px;
	}
	.move-left {
		left: 0px;
		z-index: 1;
		width: 30px;
	}
	.move-right {
		right: 0px;
		z-index: 1;
		width: 30px
	}
	.carousel-inner .item {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media(max-width:991px) {
	span.left_line1 {
		width: 55px;
	}
	span.right_line1 {
		width: 55px;
	}
	.profile .about-profile {
		/*height: auto !important;
    	max-height: initial !important;*/
	}
	.contact-us-social {
		text-align: left;
		margin-top: 25px;
	}
	.contact-form-holder {
		padding-top: 40px;
	}
	.blog-img {
		height: auto;
		overflow: hidden;
	}
	.comment-form .captcha-holder label.error:after{
		bottom: 25px;
	}
}

@media(max-width:785px) {
	.ctrls .action-right {
		right: 0px;
		z-index: 2;
	}
	.ctrls .action-left {
		left: 0px;
		z-index: 2;
	}
}

@media(max-width:780px) {
	.navbar-brand {
		margin-left: 0px !important;
	}
	.team{
		margin-left: 5px;
		margin-right: 5px;
	}
}

@media(max-width:767px) {
	header,
	header.smaller {
		height: auto;
	}
	ul.nav.navbar-nav {
		float: none !important;
		text-align: center;
		margin: 0;
	}
	.profile .img-box {
		height: auto;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #00AE42;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: #373534;
	}
	.navbar-default .navbar-toggle:hover .icon-bar,
	.navbar-default .navbar-toggle:focus .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle {
		border-color: #373534;
	}
	.nav.navbar-nav li a {
		font-size: 12px;
		padding: 10px 5px;
	}
	.navbar-brand {
		margin-left: 15px !important;
	}
	.contact-msg {
		margin-bottom: 0px;
	}
	.contact-us-box {
		display: block;
		text-align: center;
		margin-top: 20px;
	}
	.contact-us-box .box-left,
	.contact-us-box .box-right {
		display: block;
		padding: 0;
		border-right: 0;
	}
	.contact-us-social {
		text-align: center;
	}
	.quickinfo{
		margin-left: 100px;
	}
	.call-num {
		margin-right: 0px;
		padding-right: 5px;
		font-size: 12px;
	}
	.client-login {
    	margin-left: 0px;
    	padding-left: 5px;
		font-size: 12px;
	}
	.social li{
		margin: 3.5px;
	}
	.social li a{
		font-size: 12px;
	}
	.my-account {
    	margin-left: 0px;
    	padding-left: 5px;
		font-size: 12px;
	}
	.comment-form label.error:after {
    	bottom: 25px;
	}
}

@media(max-width:700px) {
	.intro-heading {
		font-size: 35px;
		line-height: 50px;
	}
	.intro-lead-in {
		font-size: 20px;
		padding: 5px 11px;
		margin-top: 25px;
	}
	.intro-text {
		margin-bottom: 50px;
	}
	.intro-text .btn {
		font-size: 14px;
		margin-top: 23px;
	}
	.heading {
		font-size: 23px;
	}
	p {
		font-size: 14px;
	}
	.offer-dtls h2 {
		font-size: 14px;
	}
	span.left_line1 {
		width: 40px;
	}
	span.right_line1 {
		width: 40px;
	}
	.blog-content p {
		height: 130px;
	}
	.blog-posted {
		font-size: 13px;
	}
	.read-more .btn {
		font-size: 13px;
	}
	
}

@media(max-width:600px) {
	.quickinfo {
		margin-left: 90px;
	}
	.bread-crumb-top {
		margin-top: 20px;
		margin-bottom: 30px;
		text-align: center;
	}
	.log-doc {
		display: block;
	}
	.navbar-brand{
		margin-top: -55px;
	}
}

@media(max-width:530px) {
	span.left_line1 {
		width: 55px;
		left: 30%;
	}
	span.right_line1 {
		width: 55px;
		right: 30%;
	}
	.page-error h1 {
    	font-size: 100px;
	}
}

@media(max-width:420px) {
	.call-num {
		margin-right: 5px;
		padding-right: 5px;
		border-right: 0;
	}
	.client-login{
		border-left: 0;
	}
	.blog-img img {
		max-width: 100%;
		height: auto;
	}
	.blog-posted {
		font-size: 13px;
	}
	.navbar.navbar-default {
		margin-bottom: 5px;
	}
	span.left_line1 {
		width: 55px;
		left: 25%;
	}
	span.right_line1 {
		width: 55px;
		right: 25%;
	}
	.share-via a{
		font-size: 12px;
		margin-left: 10px;
	}
	.blog-comments h2 {
    	font-size: 24px;
	}
	.user-comment h3{
		font-size: 21px;
	}
	.user-comment .text-green{
		font-size: 12px;
	}
	.related-posts h3 {
    	font-size: 23px;
	}
	.scrollup{
		right: 20px;
	}
	.member-details h1{
		font-size: 18px;
	}
	.member-details h2 {
    	font-size: 14px;
	}
}

@media(max-width:350px) {
	.call-num {
    	margin-right: 0;
    	padding-right: 0;
		display: block;
	}
	.intro-lead-in {
		font-size: 14px;
	}
	.intro-heading {
		font-size: 30px;
		line-height: 40px;
	}
	.navbar-brand {
		margin-top: -81px;
	}
	.navbar-brand {
		width: 110px;
	}
	.quickinfo {
		margin-left: 120px;
	}
	.bread-crumb-top {
    	margin-top: 40px;
	}
	.submit-but {
		width: 100%;
		margin-top: 15px;
	}
	.scrollup {
		bottom: 20px;
		right: 20px;
	}
}


.error-my-group 
{ width: 91%; float: left;}

/*

.client-new-logo-arsh{
	width: 320px !important;
	height: 130px !important;
}
*/
.bg-white{
	background:  #fff;
}

.bg-green{
	background: #13873c!important;
}
.text-green{
	color:#13873c!important;
}
.bg-yellow{
	background: #FAD138!important;
}
.text-yellow{
	color:#FAD138!important;
}
.bg-grey{
	background: #bdbdbd!important;
}
.bg-black{
	background: #373534!important;
}
.btn-yellow-outline:hover{
	background: #FAD138;
    color: #373534;
}
.btn-yellow-outline{
	background: transparent;
    box-shadow: inset 0 0 0 1px #FAD138;
	color: #fff;	
}
.btn-yellow{
	border-radius: 4px;
    background: none;
    display: block;
    font-size: 0.9em;
    letter-spacing: 1px;
    font-weight: 900;
    padding: 1.25em 2.5em;
    text-align: center;
    text-transform: uppercase;
	height: auto;
	width: fit-content;
 }

 .d-flex{
	display: flex;
 }
 .justify-content-center{
    justify-content: center;
 }
 .py-30{
	padding: 30px 0px!important;
 }
.text-black{
	color: #373534;
}
.mainmenu{
	font-weight: 700;
	font-size: 1.125em!important;
}
.dropdown-main{
	background: #13873c!important;
	border: none;
	box-shadow: none;
	font-size: 1.125em;
}
.item-drop a{
	padding: 1em!important;
}
.btn-arrow-right {
    background: url(../images/icon/arrow-right.svg) no-repeat 95% center;
    background-size: 34px 26px;
    padding-right: 3.125em;
}
.panel-offer{
	position: relative;
    margin-top: -55px;
    border: 0px;
	box-shadow: none;
	padding: 1.875em 3.75em;
    border-radius: 4px 4px 0 0;
}
.panel-offer h1{
	font-size: 4em;
	letter-spacing: 1px;
	color: #13873C;
	font-weight: 900;
	margin-bottom: 30px;
	margin-top: 20px;
}
.panel-offer  p{
    font-weight: 300;
    font-size: 1.35em;
    letter-spacing: .75px;
    line-height: 1.6;
	margin-bottom: 1em;
	color: #000!important;
}

.section-team {
	background: -webkit-linear-gradient(0deg, #13873C 50%, #fff 50%);
	background: -o-linear-gradient(0deg, #13873C 50%, #fff 50%);
	background: -moz-linear-gradient(0deg, #13873C 50%, #fff 50%);
	background: linear-gradient(0deg, #13873C 50%, #fff 50%);
}

.section-team h1{
	font-size: 3.5em;
	letter-spacing: 1px;
	color: #13873C;
	font-weight: 900;
	margin-bottom: 30px;
	margin-top: 20px;
}
.sub-head{
	/* font-size: 1.5em; */
	color: #010103!important;
	font-weight: 400;
    font-size: 1.35em;
    letter-spacing: .75px;
    line-height: 1.6;
	margin-bottom: 1em;
}
.panel-team{
	display: flex;
	justify-content: center;
	border: none;
}
.team-member h1{
	font-size: 2.375em;
	min-height: 72px!important;
}
.team-member a:hover{
	/* text-decoration: none!important; */
	color: #fff;
}
.profile-mask{
	/* background: url(../images/icon/profile-mask.png) no-repeat center top;
    margin-top: -4em;
    padding-top: 7.5em;
    position: relative;
    z-index: 9; */
}

.sub-head-2{
	font-weight: 400;
	font-size: 1.135em!important;
	color: #fff;
}
.designation{
	font-weight: 600!important;
	font-size: 1.135em!important;
	color: #fff!important;
}
.panel-offer p {
    font-weight: 300;
    font-size: 1.6em;
    letter-spacing: .75px;
    line-height: 1.3;
	color: #373534!important;
}

.p-30-contact{
    padding: 33.5px;
}
.bg-trycolor{
    background: -webkit-linear-gradient(0deg, #fff 13%, rgba(0, 0, 0, 0) 13%), linear-gradient(0deg, #13873c 77.4%, #fff 70.7%);
    background: -o-linear-gradient(0deg, #fff 13%, rgba(0, 0, 0, 0) 13%), linear-gradient(0deg, #13873c 77.4%, #fff 70.7%);
    background: -moz-linear-gradient(0deg, #fff 13%, rgba(0, 0, 0, 0) 13%), linear-gradient(0deg, #13873c 77.4%, #fff 70.7%);
    background: linear-gradient(0deg, #fff 13%, rgba(0, 0, 0, 0) 13%), linear-gradient(0deg, #13873c 77.4%, #fff 70.7%);
}
.panel-contact{
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	margin-bottom: 5em;
	border: none;
	background: none!important;
}
/* footer */
.footer-nav-outer .footer-nav-primary {
    font-size: 1.4em;
    text-transform: uppercase;
}
.footer-details, .footer-nav {
    margin-bottom: 1.25em;
    width: 100%;
}
.footer-nav a{
	color: #fff;
}
.footer-nav a:hover{
	color: #FAD138;
}

.footer-nav-outer .footer-nav-primary .footer-nav-item {
    border-right: 1px solid #FAD138;
}
.footer-nav-outer .footer-nav-item {
	padding: 0 1.25em;
	font-weight: 400;
    /* border-right: 1px solid #5C5A58; */
}
.footer-nav-item {
	display: inline-block;
	margin-top: 0;
}
.footer-nav-item .nav-item-link {
    font-size: 0.8em;
    margin: 0;
}
.footer-nav-outer .tools {
    font-size: 1.0625em;
}
.footer-nav-outer .footer-nav-item {
    padding: 0 1.25em;
	border-right: 1px solid #5C5A58;
	font-weight: 400;
	display: inline-block;
}
.social-icons-footer{
	border: 1px solid #FAD138;
    border-radius: 100%;
    display: inline-block;
    font-size: 1em;
    height: 40px;
    padding: 0;
    position: relative;
    width: 40px;
    margin: 0 .3125em;
}

.social-icons-footer:hover{ 
	background: #FAD138;
	
}
.social-icons-footer i:hover{
	color: #010103!important;
}
.social-icons-footer i{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    margin: 0;
}
.py-50{
padding: 50px 0px;
}
/* footer end */
/* .blog-box:nth-child(odd) {
	background: grey;
  } */
.page-header-main{
	padding: 180px 0 80px 0;
	text-align: center;
    background: #0d5a28;
    position: relative;
    overflow: hidden;
}
.page-header-name {
    color: white!important;
	font-size: 3em!important;
	font-weight: 900!important;
	text-transform: capitalize!important;
}

.zoom {
	
	transition: transform .2s; /* Animation */

  }
  
  .zoom:hover {
	transform: scale(1.5);
  }
  .text-600{
	  font-weight: 600!important;
  }

  .icons-social{
	padding: 9px;
    letter-spacing: 5px;
  }

  .w-85{
	  width: 85%;
	  margin-right: auto;
	  margin-left: auto;
  }

  #box-bg:hover {
    background: #373534;
	color: #fff!important;
	transform: scale(1.02);
    transition: transform .2s;
	z-index: -1111111!important;
	border: 0px;
}
.text-grey{
 color: #373534;
}
#box-bg .blog-content {
	font-size: 1.2em;
    font-weight: 400;
}

.header-search {
    background: white;
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    margin-top: -2px;
}
.header-search-input:placeholder-shown {
	text-align: center;
}
.header-search-input {
 
    font-size: 2em;
    /* opacity: 0; */
    /* padding-top: 1.25em;     */
    text-align: center;
    width: 100%;
}
.b-900{
	font-weight: 900!important;
}
.sidebar-title {
    border-bottom: 1px solid #ccc;
    margin: 0 0 1.25em;
    padding-bottom: .625em;
    font-size:20px;
}
.sidebar-title {
    color: #13873C;
    font-family:"Lato",sans-serif;
    font-weight:700;
    line-height:30px;
}
.sidebar-project a{
	font-weight: 700;
    font-size: 15px;
    line-height: 14px;
	color: #13873c;
	text-decoration: none;
}
.sidebar table tr td span {
    color: #13873C;
    font-weight: 700;
    float: left;
    /* min-width: 125px; */
}

/* .sidebar {

    margin: 0;
    padding: 0 1.875em 1.875em;
    position: sticky;
    top: 2.5em;
} */
.sidebar table tr td {
    margin-top: 0px;
    padding-bottom: 1.25em;
    vertical-align: top;
}
.sidebar td a {
    display: block;
	text-decoration: none;
	color: #000!important;
    font-weight: 300;
    /* line-height: 35px; */
    font-size: 16px;
}
.navbar-default .navbar-brand {
    background: #fff;
    border-bottom-left-radius: 4px;
}
.thumb_img{
	object-fit: cover;
    border: 4px solid #dcd5d5;
    border-radius: 4px;
}
.image-page-view{
	object-fit: cover;
	width: 100%;
	height: 400px;
}
.wrapper-desc {
    min-height: 50px;
}
.text-main-para{
    color: #000;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    font-family: 'Lato', sans-serif !important;
}

.page-header-main-2{
	text-align: center;
    position: relative;
    overflow: hidden;
    height: 56vh;
}
.img-banner-page{
	/* object-fit: cover; 
	width: 100%;
	height: 500px;
	overflow: hidden; */
	object-fit: cover;
    width: 100%;
    height: 375px;
    overflow: hidden;
    margin-top: 100px;
}
.text-1{
	color: #fff;
    font-size: 19px;
    padding: 8px 12px;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    background: #00000082;
    font-weight: 400;
}