/*********************************************************************************
common styles
***************/
body {
	background: #fff !important;
	color: #333 !important;
	font-family: 'Poppins', sans-serif!important;
	font-size: 13px !important;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li {
	margin: 0px !important;
	padding: 0px !important;
}

a {
	color: #333 !important;
	cursor: pointer;
	text-decoration: none !important;
}

a:active {
	box-shadow: none !important;
}

p {
	line-height: 22px;
	margin-bottom: 10px !important;
	font-size: 14px !important;
}

h1,
h2 {
	margin-bottom: 10px !important;
}

.no-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.no-padding-right {
	padding-right: 0px !important;
}

.no-padding-left {
	padding-left: 0px !important;
}

/*********************************************************************************
colored text and buttons
***************/
.text-orange {
	color: #ef642d
}

.btn {
	padding: 6px 20px !important;
	border-radius: 0 !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.btn-sub,
.btn-cancel {
	background: #0072b8;
	color: #fff;
	padding: 10px 20px !important;
	border-radius: 3px !important;
	margin-right: 10px;
	margin-top: 15px;
}

.btn-cancel {
	background: #fc910f;
}

.btn:hover {
	background: #333 !important;
	color: #fff !important;
}

/*********************************************************************************
header styles
***************/
header {}

/**/
header .top-bar {
	background: linear-gradient(90deg, #087e65 20%, #1db589 50%);
	padding: 8px 0;
	overflow: hidden
}

header .top-bar .news-text {
    margin-bottom: 0!important;
    color: #fff; 
	line-height: 14px;
}  
header .top-bar .news-text a {
 border-right:1px solid #fff;
 padding-right:10px;
 margin-right:10px;
 color: #fff!important; 
 cursor:default;
}
header .top-bar .news-text a:hover {
  
}
header .top-bar .news-text a:last-child {
 border:0
}

/*user nav*/
header .user-nav {
 float:right;
 margin: 25px 0;
}
header .user-nav ul {
 list-style:none;
 display: flex;
}
header .user-nav ul li { 
 position:relative;margin-left: 10px !important;
} 
header .user-nav ul a {
    display: block;
    padding: 8px 10px;
	border-radius: 5px;
    color: #fff!important;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
header .user-nav ul a img{width: 12px; margin-right: 5px;    vertical-align: -1px;}
header .user-nav ul a.login {
 background:#1db589;  
}
header .user-nav ul a.join {
 background:#1d4747;
}  
/**/ 
header .user-nav ul ul {
    display: block;
    position: absolute;
    right: 0;
    top: 90%;
    opacity: 0;
    visibility: hidden;
	z-index: 1000;
	border-radius: 5px;
	overflow: hidden;
    -webkit-box-shadow: 0px 5px 20px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 5px 20px rgb(0 0 0 / 25%);
    box-shadow: 0px 5px 20px rgb(0 0 0 / 25%);
    -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
} 
header .user-nav ul ul li { 
    margin-left: 0px !important;
	white-space: nowrap;
}
header .user-nav ul ul li a {
 background:#fff;
 border-radius: 0;
 border-bottom: 1px solid #f8f8f8;
 color: #666 !important;
 padding:10px 12px;
 margin-left:0;
}
header .user-nav ul ul li a:hover {
 background:#f2f2f2;
}
header .user-nav ul li:hover ul {
 opacity: 1;
 visibility:visible;
 top:100%;
}

/*translater*/
header .gotrns {
	float: right;
	color: transparent!important;
	font-size: 14px;
	position: relative;
	line-height: 15px;
	margin: 0 !important;
	overflow: hidden;
	width: 100%;
    height: 20px;
}

header .gotrns .goog-te-gadget-simple {
	border: 0px solid #fff;
	border-radius: 5px;
	font-size: 12px;
	background: transparent;
}

header .gotrns .goog-te-gadget .goog-te-combo { 
    width: 100%;
	margin:0;
}
 
header .gotrns a {
  display: none;
} 

header .gotrns span {
	color: #fff !important;
	border-color: #fff !important
}

header .gotrns a.goog-te-menu-value span:nth-child(3),
header .gotrns a.goog-te-menu-value img {
	display: none
}

header .gotrns img {
	background: url("../design_img/icon-glob.png") !important;
	background-repeat: no-repeat !important
}

header .gotrns a.goog-te-menu-value span:nth-child(5) {
	margin-left: 10px
}

/*logo bar*/
header .logo-bar {
	background: #fff;
	padding: 10px 0 10px 0;
}

header .logo {}

header .logo img {
	max-width: 125px;
}

/*cont nav*/
header .cont-nav {
	margin: 25px 0 20px;
	float: right;
}

header .cont-nav ul {
	list-style: none;
	font-size: 13px;
}

header .cont-nav ul li {
	float: left;
	color: #999 !important;
	margin-left: 50px !important;
	position: relative;
	margin-right: 35px !important;
}

header .cont-nav ul li:last-child {
	margin-right: 0px !important;
}

header .cont-nav ul span.cont-text { 
	color: #000 !important;
	font-weight: 500;
}

header .cont-nav ul li .fa {
    top: 0;
    left: -55px;
    position: absolute;
    color: #1d4747 !important;
    background: #eefdf9;
    font-size: 16px;
    width: 34px;
    height: 34px;
    text-align: center;
    padding-top: 8px;
    border-radius: 5px;
}

header .cont-nav ul a {
	color: #fff !important;
}

header .cont-nav ul a:hover {
	color: #fff !important;
}

/*social links*/
header .social-nav {
	float: right;
	margin: 15px 10px 15px  !important;
}

header .social-nav ul {
	list-style: none;
	margin: 11px 0 !important;
}

header .social-nav li {
	float: left;
}

header.social-nav li a {
	border: 0 !important;
	padding: 0 !important
}

header .social-nav li a .fa { 
	width: 34px;
	height: 34px;
	line-height: 33px;
	text-align: center;
	margin-left: 5px;
	border-radius: 4px;
	background: #eefdf9;
	color: #fff;
}
header .social-nav li a .fa-x-twitter {
    background: #eefdf9 url(../design_img/icon-x-twitter.png) no-repeat center;
    background-size: 18px;
}
header .social-nav li a .fa-facebook {
    color: #3b5a9a;
}
header .social-nav li a .fa-twitter {
    color: #28a8e0;
}
header .social-nav li a .fa-instagram {
    color: #813cac;
}
header .social-nav li a .fa-youtube {
    color: #d81a1a;
}
header .social-nav li a:hover .fa {
	color: #fff !important;
	background: #1d4747;
}
header .social-nav li a .fa-x-twitter:hover {
    background: #1d4747 url(../design_img/icon-x-twitter-wht.png) no-repeat center;
    background-size: 18px;
}

/* nav bar */
header .nav-bar {
	background: #1d4747; 
}

header .nav-fixed-bar {
	position: fixed !important;
	width: 100% !important;
	top: 0;
	z-index: 99;
	-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

/*site nav*/
header .site-nav {}

header a.lnk-cont {
	background: linear-gradient(90deg, #0078bf 0%, #105ea3 50%);
	color: #fff !important;
	width: 100%;
	display: block;
	text-align: center;
	padding: 15px 0;
	text-transform: uppercase;
	font-weight: 600;
}

/*********************************************************************************
section styles
***************/
section.slider {position: relative;}

/**/
section.contents {}

section.contents .content-bar {
	padding: 40px 0;
	overflow: hidden;
}

/* page banner*/
.banner-bar {
	background: #0072b8 url(../design_img/banner-back.jpg) no-repeat center center;
	background-size: cover;
	padding: 100px 0 100px;
}

.banner-bar .banner-content {}

.banner-bar .banner-content h1 {
	font-weight: 700;
	color: #5fdbb4;
	text-transform: uppercase;
	position: relative;
}

.banner-bar .banner-content h1:before {
	content: '';
	border-top: 1px solid #999;
	width: 30px;
	position: absolute;
	left: 0;
	top: -15px;
	z-index: 2;
}

/*location*/
.location {
	list-style: none;
	position: relative;
}

.location li {
	color: #999 !important;
	text-transform: capitalize;
	float: left;
	width: auto;
	margin: 0px 10px 0px 0 !important;
}

.location li:last-child {
	margin-right: 0px !important;
}

.location li a:after {
	content: '\f105 ';
	font-family: 'FontAwesome';
	font-size: 13px;
	margin-left: 10px;
	color: #999
}

.location li:last-child a:after {
	content: '';
	margin-left: 0px;
}

.location li a {
	color: #999 !important;
	font-size: 13px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.location li a:hover {
	color: #5fdbb4 !important;
}

.location li a.active {
	color: #5fdbb4 !important;
}

/*bankers*/
.banker-col {
	min-height: 20px;
	padding: 15px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
}

.banker-col img {
	margin-bottom: 20px;
	display: inline-block;
	max-width: 100%;
	height: 60px;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.banker-col p {
	color: #333;
	font-size: 14px !important;
	margin-bottom: 0 !important
}
.banker-col p strong{font-weight: 500;}

/*legals*/
.legal {
	height: auto;
	padding: 10px 0px 0px 0px !important;
}

.legal:first-child {
	border: none;
}

.legal img {
	margin: auto;
	display: block;
	max-width: 100%;
}

.legal p {
	 color: #fff;
}

/* management page */ 

.mgmt-team {
	background: #f9fffd;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 40px ;
	outline: 2px solid #5fdbb4;
	outline-offset: -10px;
}
.mgmt-team h4 {
	margin-bottom:10px!Important;
	color:#fff
}
.mgmt-team p {
	
}
.mgmt-team .sign { 
	font-weight: 600;
}

.mgmt-team .mgmt-img{
	text-align: center;    border: 1px solid;position: relative;
}
.mgmt-team .mgmt-img p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: #fff; 
    margin-bottom: 0!important;
    padding: 5px 0!important;
}
.mgmt-team .mgmt-img p b{display:block;font-weight: 600;color: #1db589;    text-transform: uppercase;margin-bottom: 2px;}
.mgmt-team .mgmt-img p span{display:block;font-size: 12px!important;line-height: 17px;}

/**/ 
.ind-logo-container {
	margin: 0 auto;
	text-align: center;
	max-width: 1000px;
}

.ind-logo-container .ind-logo {
	width: calc(calc(100% / 5) - 25px);
	height: 120px;
	margin: 0 10px 20px;
	display: inline-block;
	border: 1px solid #dbd8d8;
    border-radius: 5px;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
}

.ind-logo-container .ind-logo img {
	max-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 100%;
	margin: auto;
	display: table;
}

/* download col*/
.download-col {
	text-align: center;    margin-bottom: 25px;
}

.download-col p {
	margin-bottom: 5px !important; 
	text-align: center !important;
	color: #333;
	padding: 10px 5px !important;
	text-transform: uppercase
}

.download-col a {
    font-size: 14px;
    background: #1db589;
    color: #fff !important;
    padding: 5px 15px;
    border-radius: 15px;
}

.download-col a:hover {
	background: #666;
}

.download-col img {
	margin: auto;
}






/* contact bar */
.contact-bar {}




.contact-bar .cont-nav {
	background: #f5dd96;
	padding: 40px;
	overflow: hidden;
}

.contact-bar .cont-nav h3 {
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 40px 0 !important;
	text-align: left
}

.contact-bar .cont-nav ul {
	list-style: none;
	margin-bottom: 20px !important;
}

.contact-bar .cont-nav ul li {
	line-height: 24px;
	margin-bottom: 20px !important;
	overflow: hidden;
}

.contact-bar .cont-nav ul a {
	display: block;
	color: #333 !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	font-size: 14px;
}

.contact-bar .cont-nav ul a i {
	margin-right: 25px;
	float: left;
	margin-top: 4px;
	font-size: 20px;
	width: 20px;
}

.contact-bar .cont-nav ul a span {
	float: left;
	display: block;
	width: calc(100% - 50px);
}

/**/
.contact-bar .main-head {
	text-align: center;
	margin: 30px 0 !important;
}

.contact-bar .iframe-form {
	width: 100%;
	height: 400px;
}

.contact-bar .form-group {
	position: relative;
	margin-bottom: 7px !important;
}

.contact-bar .input-group-addon {
	border-radius: 3px !important;
	background: #eee;
	border: 0;
	color: #999;
	width: 42px !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important
}

.contact-bar .input-group {
	width: 100%;
}

.contact-bar input[type="text"],
.contact-bar input[type="email"],
.contact-bar input[type="password"],
.contact-bar select,
.contact-bar textarea {
	display: block;
	width: 100%;
	color: #333333;
	font-size: 14px;
	padding: 15px 10px;
	height: auto;
	background: #f6f6f6 !important;
	border-radius: 3px !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border: 0px solid #ececec !important;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.contact-bar textarea {
	height: 160px;
	resize: none;
	padding-left: 10px !important;
}

.contact-bar .button {
	font-size: 16px;
	margin-top: 10px;

	margin: auto;
	display: table;
}

/*rankers*/
.rankers .achievers {
	background: #fff;
	border: 1px solid #eee;
	border-bottom-color: #eee;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	width: 100%;
	border-radius: 0;
	overflow: hidden;
	margin: auto;
}

.rankers .achievers-container {
	width: 100%;
	height: auto;
	position: relative;
	border-bottom: 1px solid #eee;
}

.rankers .achievers-pic-container {
	width: 100%;
	height: 260px;
	margin-bottom: 0px;
	position: relative;
}

.rankers .achievers-pic-container img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 0;
	position: absolute;
	top: 50%;
	margin-bottom: -50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.rankers .achievers-back {
	position: absolute;
	bottom: 0%;
	left: 0;
	top: 0%;
	right: 0;
	background: #000;
	z-index: 2;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity: 0;
	height: 100%;
}

.rankers .achievers-btn {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 3;
	top: 130%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.rankers .achievers-btn p {
	font-size: 14px !important;
	color: #fff !important;
	text-align: center;
	line-height: 24px;
}

.rankers h2 {
	font-size: 14px !important;
	color: #565656;
	font-weight: 400;
	text-transform: capitalize;
	background: none;
	margin-bottom: 15px !important;
	border: 0;
	text-align: center;
	margin-top: 15px !important;
}

.rankers .rank {
	background: #c61c00;
	color: #fff;
	position: absolute;
	z-index: 1;
	top: -3px;
	padding: 2px 2px;
	font-size: 12px;
	border-radius: 0;
	left: -3px;
	font-weight: bold;
	width: 58px;
	text-align: center;
}

.rankers .achievers-container:hover .achievers-back {
	opacity: 0.8;
}

.rankers .achievers-container:hover .achievers-btn {
	top: 50%;
}

/* home web col bar  */
.home-web-col-bar {
 background: #fff;
 padding: 20px 0px;
}  
.home-web-col {
	display:block;
	position: relative;
	 background-color:#666 ;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: bottom right;
 padding:50px 15px 35px!important;
 margin-bottom:15px;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
.home-web-col h4 {
 font-size:16px; 
 font-weight:400;
  color:#fff;
 text-transform:uppercase;
 margin-bottom:10px !important;
 text-shadow: 2px 2px 5px #0000005e;
}
.home-web-col h4 span{
	font-family: 'Oswald', sans-serif;
	 font-weight:600;
	letter-spacing: 6px;
	margin-top: 8px;
	display: block;
}
.home-web-col p {
 color:#333;
 font-size:11px!important;
 line-height:15px;
 margin-bottom:0px !important;
 padding:0px 5px!important;
 position:absolute; 
     background: linear-gradient(to right, #fff, transparent);
}
.home-web-col .h-icon {
 width:50px;
 height:50px;
 color:#999;
}
.home-web-col .h-icon img {
 max-width:100%;
}
.home-web-col:hover {

} 
/* */
.home-abt-bar {
	padding: 50px 0 20px!important;
	background: #fff;
	position: relative;
} 

.home-abt-bar .home-img-col {
	position: relative;
	z-index: 1;
	width: calc(100% - 30px);
	float: right
}
.home-abt-bar .main-head {

}

.home-abt-bar.manufa-unit .home-img-col {
	float: left;
}

.home-abt-bar.manufa-unit .row-gape .home-img-col {
	float: right;
}

.home-abt-bar.manufa-unit .row-gape .manu-sec-row {
	margin-top: 80px;
}

.row-gape {
	margin-top: 60px;
}

.manu-unit {
	position: relative;
	margin-bottom: 30px;
}

.manu-unit img {
	max-width: 100%;
}

.home-abt-bar.inner-abt-sec.manufa-unit {
	padding: 80px 0 50px !important;
}

.home-abt-bar .home-img-col::before {
	content: '';
	position: absolute;
	background: #fff;
	top: 50px;
	bottom: -40px;
	right: 100px;
	left: -40px;
	z-index: -1;
}

.home-abt-bar .home-img-col::after {
	content: '';
	background: url(../design_img/dots.png);
	position: absolute;
	bottom: -25px;
	right: -25px;
	width: 100px;
	height: 100px;
	z-index: -1;
	background-size: 100%;
}

.home-abt-bar .home-img-col img {
	max-width: 100%;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
}
 

.btn-more {
	color: #333 !important;
	background: #fec049 !important;
	display: inline-block;
	margin: 12px 0 0px;
	padding: 12px 40px 12px 20px !important;
	border-radius: 4px !important;
	overflow: hidden;
	position: relative;
	border: none !important; 
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

a.btn-more:before,
a.btn-more:after {
	content: '';
	background: url(../design_img/right-arrow-wht.png) no-repeat center;
	background-size: 15px !important;
	position: absolute;
	width: 20px;
	height: 20px;
	left: calc(100% - 30px);
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

a.btn-more:after {
	left: calc(100% - 50px);
	opacity: 0
}

a.btn-more:hover:before {
	left: calc(100%);
	opacity: 0
}

a.btn-more:hover:after {
	left: calc(100% - 30px);
	opacity: 1
}

.home-abt-bar p {
	text-align: justify;
	font-size: 14px !important;
	line-height: 24px;
	color: #565656;
}

.main-head {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	line-height: 45px !important;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	color: #145383;
	margin-bottom: 20px !important;
	position: relative;
}
.main-head span.brdr {
	position: absolute;
	left: 0;
	top: 24px;
	z-index: 0;
	width: 100%;
	height: 1px;
	background-color: #eee;
}
.main-head span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 15px;
}
  
/*product slide bar */
.product-slide-bar {
	padding: 50px 15px !important;
	background: #fff;
}
.product-slide-bar .main-head {
    text-align: center;
}
 
/*products*/
 .product {
	margin: 0 5px;
}
.product-container {
	width:100%;
	height:auto;
	overflow:hidden;
}
.product-pic-container {
	width: 100%;
	height: auto;
	position:relative;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear; 
}
.product-back {
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 50%;
	right: 0;
	background: #fff;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
}
.product-pic {
}
.product-pic img {
	max-width: 100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.product-new {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	display: inline-block;
	background-color: #f36a1f;
	display:none
}
.product-new span {
	color: white;
	text-transform: capitalize;
	padding: 15px 0px;
	display: inline-block;
	transform: rotate(-90deg);
	font-weight: 300;
}
.product-new:after {
	content: "";
	width: 0px;
	height: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #f36a1f;
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
}
.discount {
	background:#ffefca;
	color: #000;
	width: 62px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 1;
	text-align: center;
	line-height: 22px;
	display:none
}
.product-btn {
    width: 50px;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    margin-bottom: -50%;
    margin-right: -50%;
    -webkit-transition: all 350ms linear;
    -moz-transition: all 350ms linear;
    -o-transition: all 350ms linear;
    -ms-transition: all 350ms linear;
    transition: all 350ms linear;
    transform: translate(-50%,-50%);
}
.product-btn a {
	background: #333;
	font-size: 16px;
	color: #fff !important;
	width: 50px;
	height: 50px;
	margin:3px 0px;
	display: block;
	float:left;
	text-align: center;
	padding-top: 13px;
	text-transform: uppercase;
	border-radius:100%;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
	position:relative
}
.product-btn a.cart {
	background: #1d4747;
	top:30px;
	opacity:0;
}
.product-btn a.view {
	background: #fec049;
	bottom:50px;
	opacity:0;
}
.product-btn a:hover {
	background: #5fdbb4; 
}
.product-name {
	text-align:center;
	text-transform:uppercase;
	font-weight: 500;
	margin:0px 0 5px !important;
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap !important;
	width: 100%;
	background:#1db589 ;
	padding:7px 0!important;
}
.product-name a {
	color:#fff !important;
}
.product-name span {
	color:#999
}
.product-price {
	text-transform:capitalize;
	text-align:center;
	margin-top:5px!important;
	margin-bottom: 5px !important;
	display:none
}
.product-price .price-before {
	color:#999;
	text-decoration:line-through;
	font-size: 17px;
}
.product-price .price-now {
	font-weight:600;
	color:#1393dd;
	margin:0 5px;
	font-size: 17px;
}
.product-container:hover .product-back {
	visibility:visible;
	opacity: 0.5;
	top: 0;
	bottom: 0%;
}
.product-container:hover .product-btn a.cart {
	top:0;
	opacity:1;
}
.product-container:hover .product-btn a.view {
	bottom:0;
	opacity:1;
}
 
 
/*******************************************************************
Inner Page Start Here 
*****************/
.inn-galler-sec {
	padding: 80px 0 50px !important;
}

/* Gallery Sections Start */

.inn-galler-sec .gallery {
	position: relative;
	overflow: hidden;
	border-radius: 0px;
	/* height:220px; */
	border: 1px solid #237496;
	margin-bottom: 30px;
}

.portfolio-sec.infra-sec .gallery {
	border: 1px solid #e5e5e5;
	height: auto;
}

.inn-galler-sec .gallery img {
	display: block;
	position: relative;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	max-width: 100%;

}

.inn-galler-sec .gallery:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.glr-gape {
	margin-top: 30px !important;
}



/*********************************************************************************
my table start
***************/

section.contents .mytable {}

section.contents .mytable caption {
	color: #333333;
	text-align: center;
	margin-bottom: 5px;
	padding: 0px;
	font-weight: 600;
}

section.contents .mytable th {
	background: #22bbeb;
	color: #fff;
	font-weight: 600;
	vertical-align: middle !important;
	text-align: center;
	font-size: 14px;
	text-transform: capitalize;
	height: 40px;
}

section.contents .mytable td {
	vertical-align: middle !important
}

section.contents .mytable tr {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

section.contents .mytable tbody>tr>td {
	text-align: center;
	font-size: 14px;
}

section.contents .mytable tr:nth-child(odd) {
	background: #ebf8fc;
}

section.contents .mytable tr:hover {
	background: #eee
}

/*********************************************************************************
list styles start
***************/
ul.mylist {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0 0 15px 25px !important;
	font-size: 14px
}

ul.mylist li {
	line-height: 22px;
	text-indent: -25px;
}

ul.mylist li:before {
	content: "\f138   ";
	/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 10px;
	color: #1d4747;
}

ul.mylist li li:before {
	content: "- ";
	/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 16px;
	color: #1d4747;
}
/*********************************************************************************
login form 
***************/
.log-body {
	padding: 60px 0 60px;
	background: url(../design_img/slide-log.jpg) no-repeat center right;
	background-size: cover;
	position: relative;
}

/*
.log-body:after {
	content: '';
	background: linear-gradient(180deg, #a3aab9 0%, #fff0 90%);
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0;
	left: 0;
}*/

.log-model {
	width: 95%;
	max-width: 400px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
	-moz-box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
	box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
	border-radius: 10px;
	padding: 20px 40px 40px;
	display: table;
	margin: auto;
	position: relative;
	z-index: 1
}

.log-model h2 {
	font-size: 20px;
	color: #e9971b;
	font-weight: 700;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	text-align: center
}

.log-model .btn-sub {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
}

.log-model .link-forgot {
	text-align: right;
	display: block;
	color: #eca254 !important;
	font-size: 12px;
	margin-bottom: 10px;
}

.log-model .alert {
	margin-bottom: 0;
	margin-top: 20px
}

/*********************************************************************************
Join form 
***************/
.join-body {
	padding: 60px 0 100px;
	background: url(../design_img/slide-log.jpg) no-repeat center right;
	background-size: cover;
	position: relative
}

/*
.join-body:after {
	content: '';
	background: linear-gradient(180deg, #a3aab9 0%, #fff0 90%);
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0;
	left: 0;
}
*/
.join-model {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	position: relative;
	z-index: 1
}

.join-nav {
	white-space: nowrap;
	overflow-x: auto;
	margin-bottom: 10px;
}

.join-nav .join-nav-container {
	display: table;
	margin: auto;
}

.join-nav ul {
	list-style: none;
	display: flex;
}

.join-nav li {
	float: left;
	margin-right: 10px !important
}

.join-nav li a {
	display: block;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.5) !important;
	padding: 0px 10px 0px;
	border: 1px solid rgba(0, 0, 0, 0.1;
		);
	cursor: default
}

.join-nav li a span {
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	margin: 0 auto 10px;
	color: rgba(255, 255, 255, 0.7);
	border-radius: 100%;
	font-size: 20px;
	font-weight: 400;
	padding-top: 5px;
}

.join-nav li a.active {
	cursor: pointer;
	color: #f69826 !important;
	font-weight: 700;
}

.join-nav li a.active span {
	background: #f69826;
	color: #fff;
}

.join-form-box {
	margin: 25px 0 0;
	padding: 35px 30px 0;
	background: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
	-moz-box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
	box-shadow: 0px 0px 80px rgba(202, 168, 120, 0.18);
}

.join-form-box h4 {
	color: #0f5c89;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	border-radius: 5px;
	margin: 0px 0 30px !important;
}

.join-form-box p {
	color: #666;
	font-weight: 600;
	font-size: 18px !Important;
	margin-bottom: 15px !important
}

.join-form-box input[type=file] {
	padding: 6px 9px;
}

.join-form-box .join-type-col {
	display: none
}

.join-form-box .join-type-col.col-active {
	display: block
}

.join-form-box .btn-search {
	background: #fff url(../design_img/icon-search.png) no-repeat center center;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border: 0;
	height: 38px;
	width: 37px;
	position: absolute;
	top: 26px;
	right: 1px;
	text-align: center;
	background-size: 20px;
	/* padding-right: 50px; */
}

.join-form-box .btn-sub {
	margin: 45px auto -20px;
	display: block;
	border-radius: 25px !important;
	background: #29b3c7;
	color: #fff;
	width: 150px;
	text-transform: uppercase;
	font-weight: 700;
}

.join-form-box .btn-sub:hover {
	background: #333 !important;
	color: #fff;
}

.join-form-box .alert {
	margin-top: 40px
}

/* password show hide*/
.toggle-password {
	position: absolute;
	right: 10px;
	width: 10px;
	color: #fff !important;
	text-align: center;
	top: 32px;
	padding: 13px 11px 11px 10px;
	float: right;
	margin-right: 1px;
}

.toggle-password.open-eye {
	background: url(../design_img/icon-show-pwd.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.toggle-password.close-eye {
	background: url(../design_img/icon-hide-pwd.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*********************************************************************************
default form styles start
***************/
.form-group {
	position: relative;
	margin-bottom: 18px !important;
}

.form-group label {
	font-weight: normal;
}

.form-group .label-err,
.form-group .error:not(.form-control) {
	background: #ff3e48;
	width: auto;
	font-size: 11px;
	color: #fff !important;
	padding: 0px 5px 2px;
	border-radius: 2px;
	position: absolute;
	bottom: -22px;
	z-index: 1;
	font-weight: 400 !important;
}

.form-group .label-err::before,
.form-group .error::before {
	content: "\f0d8 ";
	font: normal normal normal 20px/1 FontAwesome;
	color: #ff3e48;
	position: absolute;
	top: -13px;
	left: 20px;
}

.form-group .form-control {
	/* border-radius: 0 !important; */
	box-shadow: none;
	padding: 8px 12px;
	height: auto;
	color: #121212;
}

.form-group select.form-control {
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../design_img/icon-select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px top 50%;
	z-index: 0;
	/*padding: 7px 20px 7px 4px; */
	padding-left: 5px;
	padding-right: 20px;
}

/*@-moz-document url-prefix() {
	.form-group select.form-control {
		padding: 7px 20px 7px 4px;
	}
}*/
.form-group .label-radio {
	margin-right: 15px;
}

.form-group input[type=radio] {
	margin-right: 5px;
}

.form-group .label-check {
	margin-right: 15px;
	text-transform: none !important;
	font-family: 'Poppins', sans-serif !important;
}

.form-group .label-check a {
	color: #fcd80f !important;
}

.form-group .label-check a:hover {
	text-decoration: underline !important
}

.form-group input[type=checkbox] {
	margin-right: 5px;
}

.form-group .form-control:focus {
	box-shadow: none;
	border-color: #145383;
	color: #121212;
}

.form-group textarea.form-control {
	resize: none;
}

/*********************************************************************************
footer styles
***************/
footer {
	background: #1d4747;
	position: relative;
}
footer .footer-bar-top {
	padding: 20px 0;
	position: relative;
} 
footer .footer-bar {
	padding: 60px 0;
	position: relative;
	background-size: cover;
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer-logo-outer {
	text-align: center;
}

footer .logo {
    width: 120px;
    display: block;
    margin-bottom: 25px !important; 
}

footer .logo img {
	max-width: 100%;
}

footer .footer-sec {
	width: 100%;
	display: block;
}

footer .footer-sec .footer-sec-abt {
	width: 32%;
	float: left;
	padding-right: 30px;
	/*border-right:1px solid rgba(255,255,255,.1); */
	min-height: 200px;
}

footer .footer-sec .footer-sec-abt p {
	color: #FFF;
	text-align: justify;
}

footer .footer-sec .footer-sec-link {
	width: 18%;
	float: left;
	padding: 0 25px;
	/*border-right:1px solid rgba(255,255,255,.1); */
	min-height: 200px;
}

footer .footer-sec .footer-sec-abt.footer-cont-last {
	width: 32%;
	float: left;
	padding-left: 30px !important;
	border: none !important;
	padding-right: 0;
}

footer .footer-abt {
	font-size: 14px !important;
	line-height: 22px !important;
	color: #FFF;
	font-weight: 400;
	text-align: justify;

}

footer .footer-abt p {
	font-size: 13px !important;
}

footer .footer-abt .social-sec {
	padding: 10px 0;

}

footer .footer-abt .social-sec h4 {
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
	color: #433833;
	font-family: 'Signika', sans-serif;

}

footer .social-nav ul {
	list-style: none;
	padding: 0px !important;
	display: table;
	margin: 0px !important;
	font-size: 14px;
	font-weight: 300;
	margin-left: 40px !important;
}

footer .social-nav li {
	float: left;
	margin-right: 10px !important;
	line-height: 35px;
}

footer .social-nav li a {
	border: 0 !important;
	padding: 0 !important;
}

footer .social-nav li a .fa {
	color: #FFF !important;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	line-height: 28px;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	border: 1px solid #1280ba;
	background: #1280ba;
	font-size: 12px !important;
}

footer .social-nav ul li a .fa-facebook {
	background: #3b5a9a;
	border: 1px solid #3b5a9a;
}

footer .social-nav ul li a .fa-instagram {
	background: #813cac;
	border: 1px solid #813cac;
}

footer .social-nav ul li a .fa-twitter {
	background: #1d9bf0;
	border: 1px solid #1d9bf0;
}

footer .social-nav ul li a .fa-linkedin {
	background: #0a66c2;
	border: 1px solid #0a66c2;
}

footer .social-nav li a:hover .fa {
	color: #20b2aa !important;
}

footer .important-link-sec {}

footer .important-link-sec h3 {
	text-align: left;
	color: #5fdbb4;
	font-family: 'Oswald', sans-serif;
	font-size: 18px !important;
	font-weight: 500; 
	text-transform: uppercase;
	position: relative;
	margin-bottom: 30px !important; 
}

footer .nav-menu ul {
	list-style: none;
}

footer .nav-menu ul li {
	line-height: 26px;
	font-size: 13px !important;
	color: #022438;
	font-weight: 400;
	text-align: left;
}
 
footer .nav-menu ul li a {
	color: #FFF !important;
	text-transform: capitalize; 
	line-height: 30px !important;
	display: inline-block;
}

footer .nav-menu ul li:hover a {
	color: #fec049 !important;
}

footer .site-nav ul {
	list-style: none;
	margin-top: 6px !important;
	margin-bottom: 20px !important;
}

footer .site-nav ul li {
	color: #FFF !important;
	margin-bottom: 15px !important;
}

footer .site-nav ul li .icon-outer {
	height: 0px;
	width: 70px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #fec049;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
}

footer .site-nav ul li.icon-outer:before {
	content: "\f111 ";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 10px !important;
	color: #66b337;
	font-size: 7px;
	font-weight: 700;
}

footer .site-nav ul li .icon-outer i.fa-map-marker {
	padding-left: 11px;
}

footer .site-nav ul li .icon-outer i {
	margin-right: 8px;
	color: #ff5e14 !important;
	font-size: 16px;
	padding-top: 5px;
	padding-left: 8px;
	/* -ms-transform: rotate(15deg); */
	/* -webkit-transform: rotate(15deg); */
	/* transform: rotate(15deg); */
}

footer .add-text {
	display: inline-block;
	width: calc(100% - 85px);
	margin-left: 10px !important;
	font-size: 14px !important;
	line-height: 24px !important;
	color: #FFF;
	font-weight: 400;
}

footer .site-nav ul li i {
	margin-right: 8px;
	color: #eed518 !important;
}

footer .site-nav ul a {
	font-size: 14px imo !important;
	line-height: 24px;
	font-weight: 400;
	color: #FFF !important;
	text-align: left;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

footer .footer-bar-bottom {
    padding: 15px 0;
    border-top: 1px solid #ffffff17;
}

footer .footer-bar-bottom p.copy {
	text-align: center ;
	color: #FFF !important;
	margin-bottom: 0 !important;

}

footer .footer-bar-bottom p.copy .co-name {
	color: #fec049;
	font-weight: 600;
}




/* top and down button*/
#goTop,
#goDown {
	border-radius: 100%;
	width: 40px;
	height: 40px;
	padding-top: 5px;
	text-align: center;
	position: fixed;
	bottom: 20px;
	right: 20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	cursor: pointer;
	color: #1d4747 !important;
	font-weight: bold;
	background: #5fdbb4;
	z-index: 9999;
	font-size: 14px !important; 
}

#goTop:hover,
#goDown:hover {
	background: #fec049; 
}

/*  */
/* .certificate-sec {
	padding: 80px 0;
	position: relative;
} */

.certificate-sec .photo-gallery {
	margin: 0px 10px 15px 10px;
	border: 1px solid #eee;
	box-shadow: 0px 0px 30px #eee;
	padding: 5px;
}

/* INNER_CONTACT_PAGE */
.contact-sec .contact-info {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

.contact-sec .contact-info .contact-icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: #1db589;
	vertical-align: top;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.contact-sec .contact-info .contact-icon img {
	max-width: 100%;
	padding: 15px;
}

 

.contact-sec .contact-info .contact-text {
	width: calc(100% - 85px);
	vertical-align: top;
	display: inline-block;
	padding-left: 20px;
}

.contact-sec .contact-info .contact-text h4 {
	font-size: 20px !important;
	line-height: 27px;
	color: #1f1f1f !important;
	font-weight: 600;
	margin-bottom: 5px !important;
}

.contact-sec .contact-info .contact-text p {
	font-size: 14px !important;
	line-height: 24px;
	color: #888;
	font-weight: 500;
	text-align: left;
}

.contact-sec .social-blk h4 {
	font-size: 22px !important;
	line-height: 28px;
	font-weight: 700;
	color: #1f1f1f;
	margin-bottom: 15px !important;
}

.contact-sec .social-nav {
	float: left;
	margin: 10px 0;
}

.contact-sec .social-nav ul {
	list-style: none;
}

.contact-sec .social-nav li {
	float: left;
	padding-right: 10px !important;
}

.contact-sec .social-nav li a .fa {
	color: #fff !important;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #f7770a;
	font-size: 14px !important;
	text-align: center;
	border-radius: 100%;
	vertical-align: middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.contact-sec .social-nav li a .fa-x-twitter {
    background: #f7770a url(../design_img/icon-x-twitter-wht.png) no-repeat center;
    background-size: 18px;
}
.cont-form-outer {
    background: #f7f7f7;
	border-radius:10px;
    padding: 20px;
}
  

/*  */
/* .managment-sec {
	padding: 80px 0;
	position: relative;
} */

.team-block {
	width: 100%;
	position: relative;
	display: block;
	background: #FFF !important;
	border: 1px solid #0078bf !important;
	padding: 0px 20px 0px;
	margin-bottom: 40px;
	text-align: center;

}

.team-block .team-pics {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	/* display: inline-block; */
	vertical-align: top;
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 2%);
	margin: 0px auto 0px;
	position: relative;
	top: -50px;
}

.team-block .team-pics img {
	max-width: 100%;
	border: 1px solid #0078bf;
	border-radius: 50%;
}

.team-block .team-details {
	/* display: inline-block; */
	vertical-align: top;
	/* width: calc(100% - 105px); */
	padding-left: 0px;
	position: relative;
	top: -30px;
}

.team-block .team-details h4 {
	font-size: 18px !important;
	line-height: 27px;
	color: #145383;
	font-weight: 600;
	margin-bottom: 0 !important;
}

.team-block .team-details h5 {
	font-size: 14px !important;
	line-height: 24px;
	margin-bottom: 10px !important;
	color: #1d1d1d;
	font-weight: 600;
}

.team-block .team-details p {
	font-size: 14px !important;
	line-height: 24px;
	color: #999;
	text-align: justify;
}

.team-block .team-details a {
	font-size: 14px !important;
	line-height: 24px;
	color: #000;
	font-weight: 500;
	text-align: left;
}

.team-gap {
	margin-top: 50px !important;
}

/*  */
.policy-sec { 
	position: relative;
	padding:20px 0;
}
 

.policy-sec .policy-outer h3 {
    padding: 10px 0px !important;
    color: #1db589;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 600;
    position: relative;
}

.policy-sec .policy-outer p {
	text-align: justify; 
}

/**/
.abt-sec-01 .main-head span {
    padding-left: 0;
}

.abt-sec-02 .main-head {
      margin-top:35px !important;
}
.abt-sec-02 .main-head span {
    padding-left: 0;
}
.abt-sec-02 h4 {
    color: #5fdbb4;
    font-weight: 600;
    margin-bottom: 5px!important;
}
.abt-sec-02 p{text-align: left;}

.abt-sec-02 .col-val{ 
	padding: 10px 0;
	margin: 0 -15px;
	display: flex;
	align-items: center;	
}
.abt-sec-02 .col-val .col-val-img{
	padding: 0 15px;
	width: 150px;
}
.abt-sec-02 .col-val .col-val-img img{
	max-width: 100%;
	border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
.abt-sec-02 .col-val .col-val-txt{
	padding: 0 15px;
	width:calc(100% - 150px)
}

/**/
.abt-left img {
	max-width: 100%;    border-radius: 10px;
}

.vision .main-head span {
    padding-left: 0;
}