::-webkit-input-placeholder {
	opacity: 1;
	color: #8d8d8d
}

:-moz-placeholder {
	opacity: 1;
	color: #8d8d8d
}

::-moz-placeholder {
	opacity: 1;
	color: #8d8d8d
}

:-ms-input-placeholder {
	opacity: 1;
	color: #8d8d8d
}

*,
*:after,
*:before {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

::-moz-selection {
	background: #122d47;
	color: #fff;
	text-shadow: none
}

::selection {
	background: #122d47;
	color: #fff;
	text-shadow: none
}

:focus {
	outline: 0 none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

html,
body {
	height: 100%;
	min-height: 100%
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
	font-family: "Poppins", sans-serif, sans-serif
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-color: #fff
}

img {
	border: 0 none;
	max-width: 100%;
	vertical-align: top;
	height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: normal;
	line-height: 1.2
}

a {
	color: #64809a;
	text-decoration: none;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
	cursor: pointer;
	display: inline-block
}

a:hover {
	color: #122d47
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

blockquote {
	margin: 1em 40px
}

dfn {
	font-style: italic
}

mark {
	background: #ff0;
	color: #000
}

pre {
	margin: 1em 0
}

p {
	margin: 0 0 25px
}

p:last-child,
p:last-of-type {
	margin-bottom: 0
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

q {
	quotes: none
}

q:before,
q:after {
	content: '';
	content: none
}

small {
	font-size: 75%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

dl,
menu {
	margin: 0;
	padding: 0
}

dd {
	margin: 0 0 0 40px
}

nav ul,
nav ol {
	list-style: none
}

iframe {
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

form {
	margin: 0
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0;
	white-space: normal
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline
}

button,
input {
	line-height: normal
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
	cursor: pointer
}

button[disabled],
input[disabled] {
	cursor: default
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="search"] {
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"],
input[type="url"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	resize: none;
	width: 100%;
	border: 0 none;
	border-bottom: 1px solid #8d8d8d;
	background-color: #fff;
	font-size: 15px;
	color: #000;
	padding: 0;
	line-height: 1;
	font-family: "Poppins", sans-serif;
	text-align: left
}

select {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
	border: 0 none;
	border-bottom: 1px solid #8d8d8d;
	background-color: #fff;
	font-size: 15px;
	color: #000;
	padding: 0;
	line-height: 1;
	font-family: "Poppins", sans-serif;
	text-align: left
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"] {
	height: 30px
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-bottom-color: #122d47
}

textarea {
	height: 130px
}

select {
	height: 30px
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

address {
	font-style: normal;
	font-size: 14px
}

hr {
	border: 0 none;
	border-top: 1px solid #000;
	margin: 30px 0;
	display: block;
	width: 100%
}

ul,
ol {
	margin: 20px 0
}

ul ul,
ol ol {
	margin: 10px 0;
	padding-left: 15px
}

ul:first-of-type,
ol:first-of-type {
	margin-top: 0
}

*+ul:first-of-type,
*+ol:first-of-type {
	margin-top: 10px
}

body {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	line-height: 1.25;
	color: #2c1701;
	font-weight: 400;
	overflow-x: hidden
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.row::after {
	content: "";
	clear: both;
	display: table
}

[class*="col-"] {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	min-height: 1px
}

.col-1 {
	width: 8.3333333333%
}

.col-2 {
	width: 16.6666666667%
}

.col-3 {
	width: 25%
}

.col-4 {
	width: 33.3333333333%
}

.col-5 {
	width: 41.6666666667%
}

.col-6 {
	width: 50%
}

.col-7 {
	width: 58.3333333333%
}

.col-8 {
	width: 66.6666666667%
}

.col-9 {
	width: 75%
}

.col-10 {
	width: 83.3333333333%
}

.col-11 {
	width: 91.6666666667%
}

.col-12 {
	width: 100%
}

.wrapper {
	max-width: 1170px;
	margin: 0 auto;
	width: 100%
}

.field {
	margin-bottom: 20px
}

.header {
	background: #fff;
	padding: 7px 0
}

.header .wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between
}

.header .logo {
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self: center
}

.header .logo img {
	display: block
}

.header .right {
	-webkit-align-self: center;
	-moz-align-self: center;
	-ms-align-self: center;
	align-self: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.header .right .r_links {
	list-style-type: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: flex-end;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 0;
	padding-left: 0
}

.header .right .r_links li {
	margin-right: 11px;
	cursor: pointer
}

.header .right .r_links li #write_message {
	width: 200px;
	padding: 10px;
	border-radius: 35px;
	border: 2px solid #CB7723;
	color: #CB7723;
	background: #fff;
	outline: none
}

.header .right .r_links li #write_message:hover {
	box-shadow: 0 0 10px #CB7723
}

.header .resp-menu {
	display: none
}

.navigation {
	position: relative;
	z-index: 3;
	background: #CB7723
}

.navigation .wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between
}

.navigation ul.menu {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none
}

.navigation ul.menu li {
	font-size: 16px;
	color: #0c0c0c;
	font-weight: 600;
	position: relative
}

.navigation ul.menu li a {
	color: #fff;
	padding: 18px 25px;
	display: block;
	text-align: center;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-ms-transition: all linear 0.5s;
	-o-transition: all linear 0.5s;
	transition: all linear 0.5s;
	position: relative
}

.navigation ul.menu li:first-of-type a {
	padding-left: 0
}

.navigation ul.menu li.has-child>a::after {
	position: absolute;
	content: '';
	height: 10px;
	width: 10px;
	border: 3px solid #fff;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 10px;
	border-top: 0;
	border-left: 0;
	border-radius: 1px
}

.navigation ul.menu li:hover .sub-menu {
	top: 54px;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-in-out
}

.navigation ul.menu li .sub-menu {
	position: absolute;
	background: #fff;
	width: 250px;
	top: 65px;
	padding: 0;
	margin: 0;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease-in-out
}

.navigation ul.menu li .sub-menu li a {
	padding: 10px 20px;
	text-align: left;
	color: #000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;
	font-weight: 400
}

.navigation ul.menu li .sub-menu li:hover a {
	background: #CB7723;
	color: #fff;
	transition: all 0.3s ease-in-out;
	font-weight: 400
}

.navigation .enquire-now {
	margin-bottom: -15px;
	position: relative;
	z-index: 1
}

.navigation .enquire-now a {
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	padding-left: 30px;
	height: 54px;
	position: relative;
	background: #fa7819;
	line-height: 50px
}

.navigation .enquire-now a:before {
	content: "";
	display: block;
	border-left: 18px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 54px solid #fa7819;
	width: 0;
	height: 0;
	position: absolute;
	left: -18px
}

.navigation .enquire-now a:after {
	content: "";
	display: block;
	width: 200%;
	height: 100%;
	position: absolute;
	background: #fa7819;
	right: -200%;
	top: 0
}

.navigation .enquire-now a span {
	display: block;
	width: 46px;
	height: 46px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: rgba(8, 56, 181, 0.2);
	padding: 3px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px
}

.navigation .enquire-now a span:before {
	content: "";
	background: url(../blog/404.html) no-repeat 11px center #0838b5;
	display: block;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%
}

.navigation.sticky {
	background: #CB7723;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:99999999;
}

.navigation.sticky ul.menu li a {
	color: #fff
}

.navigation.sticky ul.menu li a.current {
	color: #fff;
	background: #fa7819
}

.navigation.sticky .enquire-now {
	margin-bottom: 0
}

.navigation.sticky .enquire-now a {
	height: 55px;
	line-height: 52px
}

.navigation.sticky .enquire-now a:before {
	border-bottom: 55px solid #fa7819
}

#social_Links {
	display: none
}

.heading {
	font-size: 40px;
	line-height: 60px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
	color: #122d47
}

.heading span {
	font-weight: 300
}

.small-heading {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #122d47;
	width: 100%
}

.text {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 15px
}

.explore_btn {
	margin-top: 20px;
	background: #CB7723;
	padding: 10px 28px;
	border-radius: 35px;
	color: #fff;
	border: 1px solid #CB7723;
	font-weight: 600;
	cursor: pointer
}

.explore_btn:hover {
	box-shadow: 0 0 10px #CB7723;
	background: #fff;
	color: #CB7723
}

.show_more {
	width: 100%;
	text-align: center
}

.dark-txt .text {
	color: #2c1701
}

.banner {
	position: relative
}

.banner.home_banner .banner_text {
	padding: 0px 10px;
	width: 75%
}

.banner.home_banner .banner_text.thirdBanner {
	background: rgba(0, 0, 0, 0.2)
}

.banner.home_banner .slide-img {
	position: relative
}

.banner.home_banner .slick-arrow {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	z-index: 99;
	font-size: 0;
	height: 40px;
	width: 40px;
	border: none
}

.banner.home_banner .slick-arrow.slick-prev {
	left: 30px;
	right: auto;
	background: rgba(18, 45, 71, 0%) url(../images/down-arrow.png) no-repeat 5px 5px;
	background-size: 30px 30px;
	transform: translateY(-50%) rotate(90deg)
}
.banner.home_banner .slick-arrow:focus{
   outline: none;
   border: 0;
}
/*
.banner.home_banner .slick-arrow.slick-prev:hover {
	background: #122d47 url(../images/down-arrow.png) no-repeat 5px 5px;
	background-size: 30px 30px;
	box-shadow: 0 0 10px #4183bf
}*/

.banner.home_banner .slick-arrow.slick-next {
	right: 30px;
	left: auto;
	background: rgba(18, 45, 71, 0%) url(../images/down-arrow.png) no-repeat 5px 5px;
	background-size: 30px 30px;
	transform: translateY(-50%) rotate(-90deg)
}

/*.banner.home_banner .slick-arrow.slick-next:hover {
	background: #122d47 url(../images/down-arrow.png) no-repeat 5px 5px;
	background-size: 30px 30px;
	box-shadow: 0 0 10px #4183bf
}*/

.banner img {
	width: 100%;
	/*max-height: 520px*/
}

.banner .banner_text {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	/*z-index: 99;*/
}

.banner .banner_text h4 {
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 2px
}

.banner .banner_text h2 {
	font-size: 56px;
	font-weight: 600;
	line-height: 67px
}

.banner .banner_text .breadcrumb {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	margin: 10px 0;
	display: none
}

.banner .banner_text .breadcrumb li {
	display: block;
	width: auto;
	color: #fff;
	text-align: center;
	margin: 0 6px
}

.banner .banner_text .breadcrumb li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1.2px
}

.banner .banner_text .breadcrumb li.seprator {
	margin: 0 2px
}

.banner .stay_connected {
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	background: #CB7723;
	padding: 15px 25px;
	color: #fff
}

.banner .stay_connected .wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between
}

.banner ul.social_icons {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	list-style-type: none;
	margin: 0
}

.banner ul.social_icons>li {
	margin: 0 2px;
	cursor: pointer;
	height: 20px;
	width: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background: transparent;
	text-align: center;
	justify-content: center;
	border-radius: 50%;
	padding: 20px;
	border: 1px solid transparent;
	transition: all 0.2s ease-in-out;
	font-size: 25px
}

.banner ul.social_icons>li:hover {
	background: #fff;
	transform: scale(1.1);
	transition: all 0.2s ease-in-out
}

.banner ul.social_icons>li:hover.facebook i {
	color: #3b5999
}

.banner ul.social_icons>li:hover.twitter svg {
	fill: #000
}

.banner ul.social_icons>li:hover.linkedin i {
	color: #0077B5
}

.banner ul.social_icons>li:hover.youtube i {
	color: #cd201f
}

.banner ul.social_icons>li:hover.instagram i {
	color: #e4405f
}

.home_banner .slick-list .slick-track{
    position: relative;
}
.home_banner .slick-list .slick-track:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: #00000073;
	z-index: 9;

}
.home_banner .slick-list{
	height: 631px;
}





.wlcm_cedsi {
	padding: 10px 0;
	/*background: url(../images/imgabout.png) no-repeat;*/
	/*background-size: cover;*/
 /* transition: 2.5s ease;*/
}

.wlcm_cedsi .wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.wlcm_cedsi .heading {
	color: #fff;
	margin-bottom: 20px;
	text-align: left
}

.wlcm_cedsi .left {
	width: calc(100% - 510px);
	margin-top: 50px
}

.wlcm_cedsi .right {
	width: 500px
}

.mis-vis {
	padding: 55px 0px;
	background: #cb772396
}

.mis-vis ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center
}

.mis-vis ul li {
	width: 40%;
	margin: 0 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: #fff;
	border-radius: 5px
}

.mis-vis ul li .img {
	border-bottom: 3px solid #CB7723
}

.mis-vis ul li h3 {
	padding: 20px 20px 10px;
	font-weight: 500;
	font-size: 27px;
	color: #000
}

.mis-vis ul li .text {
	padding: 0 20px 20px
}

.mis-vis .button {
	text-align: center
}

.key-objective {
	padding: 55px 0px;
	background-size: cover;
	background-color: #eb7108ab;
}

.key-objective .heading {
	margin-bottom: 20px;
	color: #122d47
}

.key-objective .heading+.text {
	text-align: center;
	padding: 0 90px;
	color: #122d47
}

.key-objective .key_obj_slider {
	margin-top: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.key-objective .key_obj_slider .item {
	width: 33%;
	padding: 20px
}

.key-objective .key_obj_slider .item .inner_item {
	background: #fff;
	padding: 20px;
	border-top: 3px solid #CB7723;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	position: relative;
	min-height: 320px
}

.key-objective .key_obj_slider .item h3 {
	font-size: 22px;
    line-height: 28px;
	color: #000;
	font-weight: 600;
}

.key-objective .key_obj_slider .item .explore_btn {
	position: absolute;
	bottom: 30px;
	background: #fff;
	color: #CB7723;
	border-width: 2px
}

.key-objective .key_obj_slider .item .explore_btn:hover {
	background: #CB7723;
	color: #fff
}

.key-objective .key_obj_slider .slick-arrow {
	font-size: 0;
	z-index: 99999;
	padding: 0;
	position: absolute;
	top: 50%;
	height: 15px;
	width: 15px;
	border: 4px solid #ffffff;
	border-top: 0;
	border-right: 0;
	transform: rotate(-135deg);
	background: none;
	margin: 0
}

.key-objective .key_obj_slider .slick-arrow:focus{
    outline: none;
}
.key-objective .key_obj_slider .slick-arrow.slick-prev {
    left: 0;
	transform: rotate(45deg);
}
.key-objective .key_obj_slider .slick-arrow.slick-next {
    right: 0;
}

.key-objective .button {
	text-align: center
}

.msg_testimonial {
	display: flex;
	background:#a961088a;
	/*background-image: url(../images/farm-worker-driving-tractor-prepares-harvest-generated-by-ai.jpg);*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.msg_testimonial .left {
	width: 50%;
	/* background: url(../images/send-message-bg.jpg);
	background-size: cover; */
	padding: 55px 70px 55px 88px
}

.msg_testimonial .msg_form {
	margin-top: 30px
}

.msg_testimonial .form_row {
	margin-bottom: 10px
}

.msg_testimonial .form_row.submit input {
	padding: 7px 40px;
	height: auto;
	margin-top: 30px;
	border-radius: 35px;
	background: #CB7723;
	border-color: #CB7723;
	color: #fff;
	text-transform: capitalize
}

.msg_testimonial .form_row.submit input:hover {
	background: #fff;
	color: #CB7723;
	border-color: #CB7723;
	box-shadow: 0 0 10px #CB7723
}

.msg_testimonial .form_row input,
.msg_testimonial .form_row textarea {
	border: 2px solid #64809a;
	border-radius: 4px;
	padding: 10px
}

.msg_testimonial .heading{
	color:#ffffff;
}

.msg_testimonial .text{
	color:#fff;
}
.msg_testimonial .test_name{
	color:#fff;
}

.msg_testimonial .form_row input[type='text'],
.msg_testimonial .form_row input[type='email'],
.msg_testimonial .form_row input[type='tel'] {
	height: 45px
}

.msg_testimonial .form_row textarea {
	min-height: 80px
}

.msg_testimonial .right {
	width: 50%;
	/* background: url(../images/testimonial-bg.jpg) no-repeat;
	background-size: cover; */
	padding: 55px 100px 55px 70px
}

.msg_testimonial .right .testi_slider .item {
	text-align: center;
	margin-bottom: 30px
}

.msg_testimonial .right .testi_slider .img {
	text-align: center
}

.msg_testimonial .right .testi_slider .img img {
	display: inline-block !important;
	border: 8px solid #fff
}

.msg_testimonial .right .testi_slider .text {
	/* text-align: justify */
	/* background-color: #1b4c0f70; */
}

.msg_testimonial .right .testi_slider .test_com {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	margin-top: 30px;
	/* background-color: #67731b38; */
}

.msg_testimonial .right .testi_slider .test_name {
	margin-top: 6px;
	/* background-color: #67731b38; */
}

.msg_testimonial .right .testi_slider .slick-arrow {
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0;
	height: 13px;
	width: 13px;
	border: 3px solid #CB7723;
	padding: 0;
	border-right: 0;
	border-top: 0;
	transform: rotate(45deg);
	background: none
}

.msg_testimonial .right .testi_slider .slick-arrow.slick-prev {
	transform: rotate(-135deg);
	margin-left: 14px
}

.partners {
	padding: 55px 0px
}

.partners .partner_slide {
	margin: 0;
	padding: 0
}

.partners .partner_slide img {
	padding: 20px;
	margin: 0 auto;
	transition: all 0.3s ease-in-out
}

.partners .partner_slide img:hover {
	transform: scale(1.1);
	transition: all 0.3s ease-in-out
}

.partners .partner_slide .slick-list.draggable {
	width: 95%;
	margin: 0 auto
}

.partners .partner_slide .slick-arrow {
	height: 15px;
	width: 15px;
	border: 3px solid #e92e29;
	border-right: 0;
	border-top: 0;
	transform: rotate(45deg) translateY(-50%);
	font-size: 0;
	top: 51%;
	position: absolute;
	background: none
}

.partners .partner_slide .slick-arrow.slick-prev {
	right: 0;
	transform: translateY(-50%) rotate(-135deg)
}

.partners .partner_slide .slick-arrow.slick-next {
	left: 0
}

footer {
	/*background: url(../images/footerback.png) no-repeat;*/
	background: url(../img/banner/james-baltz-rUMnroSO2o4-unsplash.jpg) no-repeat;
	background-size: cover;
	/*background: #CB7723;*/
}

footer .footer_top .wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 55px 15px;
	text-align: center;
	color: #fff
}

footer .footer_top .icon {
	margin-bottom: 10px
}

footer .footer_top h3 {
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 8px
}

footer .footer_top .footer-col {
	margin: 0 13px
}

footer .footer_bottom .wrapper {
	/*border-top: 1px solid rgba(255, 255, 255, 0.5);*/
	padding: 20px 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	color: #fff;
	font-weight: 200;
	font-size: 14px
}

footer .footer_bottom .wrapper p {
	margin-bottom: 0
}

.contact_us {
	background: #cb772373;
	padding: 35px 0
}

.contact_us .wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.contact_us .left {
	width: 45%;
	background: #fff;
	padding: 30px 50px
}

.contact_us .right {
	width: 55%;
	background: #fff;
	padding: 30px 50px
}

.contact_us .cont_add {
	padding: 0;
	margin: 74px 0 0
}

.contact_us .cont_add li {
	list-style-type: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start;
	margin-bottom: 20px;
	padding: 20px 0;
	border-bottom: 2px solid rgba(0, 0, 0, 0.05)
}

.contact_us .cont_add li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0
}

.contact_us .cont_add h3 {
	font-size: 22px;
	color: #000;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 8px
}

.contact_us .cont_add .icon {
	width: 60px;
	margin-right: 30px
}

.contact_us .cont_add .c_add {
	width: calc(100% - 80px)
}

.traing_outer {
	padding: 55px 0 0
}

.tot_outer {
	padding: 55px 0 0
}

.tot_outer .wrapper {
	display: flex;
	flex-wrap: wrap
}

.tot_outer .left {
	width: 50%
}

.tot_outer .right {
	width: 50%
}

.tot_outer .right .bullet li {
	width: 100%
}

.tot_outer .right .bullet li:last-child {
	margin-bottom: 0
}

.tot_outer.ind_training .bullet li {
	width: 100%
}

.tot_outer .text {
	text-align: justify
}

.bullet {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding-left: 60px
}

.bullet li {
	padding-left: 50px;
	list-style-type: none;
	position: relative;
	margin-bottom: 25px;
	font-size: 18px;
	width: 100%;
	color: #ab5500
}

.bullet li:before {
	position: absolute;
	content: '';
	left: 0;
	background: url(../images/bullet-arrow1.png) 0 0 no-repeat;
	background-size: cover;
	height: 30px;
	width: 30px;
	top: 0px
}

.no-bullet {
	list-style-type: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between;
	margin: 20px 0;
	padding-left: 0px
}

.no-bullet>li {
	width: 48%;
	margin-bottom: 15px
}

.no-bullet>li h4 {
	font-size: 19px;
	line-height: 25px;
	font-weight: 500;
	color: #122d47
}

.no-bullet:first-of-type {
	margin-top: 20px
}

.number {
	list-style-type: devanagari;
	padding-left: 40px
}

.number li {
	line-height: 30px;
	width: 100%
}

.research {
	padding: 55px 15px
}

.research h4 {
	font-size: 19px;
	font-weight: 500;
	color: #122d47;
	margin: 15px 0
}

.research .bullet {
	padding-left: 0
}

.research .bullet li {
	font-size: 15px;
	color: #ab5500;
	font-weight: 400
}

.partnership_outer {
	padding: 55px 0 0
}

.partnership_outer .partnership-logo {
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 50px 0 0
}

.partnership_outer .partnership-logo li {
	width: 16%;
	margin: 0;
	text-align: center;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5
}

.partnership_outer .partnership-logo li:nth-last-of-type(1),
.partnership_outer .partnership-logo li:nth-last-of-type(2),
.partnership_outer .partnership-logo li:nth-last-of-type(3),
.partnership_outer .partnership-logo li:nth-last-of-type(4),
.partnership_outer .partnership-logo li:nth-last-of-type(5) {
	border-bottom: 0
}

.partnership_outer .partnership-logo li:nth-of-type(6n) {
	border-right: 0
}

.partnership_outer .partnership-logo li img {
	max-width: 100%;
	padding: 10px;
	cursor: pointer;
	transition: all 0.5s
}

.partnership_outer .partnership-logo li img:hover {
	transform: scale(1.1);
	transition: all 0.5s
}

.partnership_outer#International {
	padding-bottom: 55px
}

#ourTeam_outer {
	padding: 55px 15px;
	background: #edf4f8
}

#ourTeam_outer .item {
	background: #fff;
	padding: 30px 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08)
}

#ourTeam_outer .item ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between
}

#ourTeam_outer .item ul li {
	width: 23%;
	text-align: center
}

#ourTeam_outer .item .ot_img {
	margin-bottom: 5px
}

#ourTeam_outer .item .ot_name {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	line-height: 30px
}

#ourTeam_outer .item .ot_desc {
	font-size: 16px;
	font-weight: 400;
	color: #CB7723;
	line-height: 27px
}

#ourTeam_outer .item .ot_email {
	font-size: 15px;
	font-weight: 400;
	color: #CB7723
}

.notice_outer {
	padding: 55px 15px
}

.notice_outer table {
	width: 100%
}

.notice_outer table th {
	background: #CB7723;
	color: #fff;
	font-weight: 500 !important;
	letter-spacing: 1px;
	font-size: 16px;
	padding: 10px !important;
	border-right: 1px solid;
	border-bottom: 0 !important
}

.notice_outer table th:first-child {
	width: 160px
}

.notice_outer table td {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 5px 20px;
	cursor: pointer;
	background: #fff !important
}

.notice_outer table td:last-child a {
	color: #CB7723;
	text-align: center;
	text-decoration: underline;
	display: block
}

.notice_outer table td:first-child {
	color: #CB7723
}

.notice_outer table td:hover {
	color: #CB7723
}

.notice_outer #example_length,
.notice_outer .dataTables_filter,
.notice_outer .dataTables_info {
	display: none
}

.notice_outer #example_paginate {
	margin: 40px 0 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	width: 100%;
	float: none
}

.notice_outer #example_paginate a {
	border: 1px solid #CB7723;
	height: 39px;
	width: 39px;
	background: #CB7723;
	padding: 10px;
	color: #fff !important;
	text-align: center;
	margin: 0 4px
}

.notice_outer #example_paginate a#example_first,
.notice_outer #example_paginate a#example_previous,
.notice_outer #example_paginate a#example_next,
.notice_outer #example_paginate a#example_last {
	display: none
}

.notice_outer #example_paginate a:hover,
.notice_outer #example_paginate a.current {
	box-shadow: 0 0 5px #122d47;
	background: #122d47;
	border-color: #122d47
}

.objective_outer {
	padding: 55px 15px
}

.objective_outer .obj_bottom-text .bullet {
	padding-left: 0;
	margin-bottom: 20px
}

.objective_outer .obj_bottom-text .bullet li {
	font-size: 16px;
	line-height: 26px;
	color: #b76a1e;
	margin-bottom: 15px
}

.objective_outer .obj_bottom-text .text {
	margin-bottom: 20px;
	text-align: justify
}

.executive_outer {
	background: #edf4f8;
	padding: 55px 0 45px;
	position: relative
}

.executive_outer.advisory_outer {
	background: #fff
}

.executive_outer .member_groups {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: flex-start;
	margin-top: 40px
}

.executive_outer .member_groups .member {
	border: 1px solid rgba(0, 0, 0, 0.1);
	width: 23%;
	margin-bottom: 2%;
	margin-right: 2%;
	display: inline-block;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.07)
}

.executive_outer .member_groups .member .mem_name {
	margin-top: 20px;
	font-size: 18px;
	color: #000;
	line-height: 30px;
	padding: 0 12px
}

.executive_outer .member_groups .member .mem_desc {
	line-height: 30px;
	padding: 0 12px;
	color: #CB7723
}

.executive_outer .member_groups .member .mem_comp {
	padding: 0 12px 25px;
	color: #CB7723
}

.executive_outer .member_groups .slide_sec,
.executive_outer .member_groups .slide_sec1 {
	display: none;
	width: 23%;
	margin-bottom: 2%;
	margin-right: 2%
}

.executive_outer .member_groups .slide_sec .member,
.executive_outer .member_groups .slide_sec1 .member {
	width: 100%
}

.executive_outer .show_more {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0
}

.executive_outer .show_more a {
	margin: 0
}

.about_outer {
	padding: 55px 0px
}

.about_outer .wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: space-between
}

.about_outer .left {
	width: 49%;
	text-align: justify;
	position: relative
}

.about_outer .left .bottom_overlay_sec {
	background: url(../images/about-bg.jpg);
	border-radius: 0;
	margin-left: 0;
	color: #FFF;
	position: absolute;
	right: -250px;
	padding: 20px;
	border: 8px solid #fff;
	box-shadow: 0 0 23px rgba(0, 0, 0, 0.15);
	bottom: 50px;
	background-size: cover
}

.about_outer .left .bottom_overlay_sec .text {
	margin-bottom: 0
}

.about_outer .right {
	width: 48%;
	margin-top: -14px
}

.searchform {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 173, 239, 0.98);
	width: 100%;
	height: 100%;
	z-index: 99;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s
}

.searchform.show {
	opacity: 1;
	visibility: visible;
	transition: all 0.5s
}

.searchform form {
	width: 80%;
	margin: 0 auto
}

.searchform form input#searchInput {
	height: 60px;
	padding: 15px 20px;
	border: 2px solid #fff;
	font-size: 20px;
	width: calc(100% - 210px)
}

.searchform form input#searchInput:active,
.searchform form input#searchInput:visited,
.searchform form input#searchInput:focus {
	transition: all 0.2s;
	box-shadow: 0 0 30px #122d47
}

.searchform form input.submit {
	padding: 14px 20px;
	background: #122d47;
	border: 2px solid #122d47;
	color: #fff;
	width: 200px;
	font-size: 20px
}

.searchform form input.submit:hover {
	background: #122d47;
	box-shadow: 0 0 10px #122d47;
	transition: all 0.3s;
	border-color: #122d47
}

.searchform .close {
	position: absolute;
	right: 90px;
	top: 30px;
	cursor: pointer
}

@media only screen and (max-width: 1199px) {
	.header {
		padding: 15px 0
	}

	.wrapper {
		padding: 0 15px
	}

	.navigation ul.menu li a {
		color: #fff;
		padding: 18px 24px
	}

	.navigation ul.menu li.has-child>a:after {
		right: 0
	}

	.banner .banner_text {
		width: 70%
	}

	.msg_testimonial .left {
		padding: 55px 60px 55px 40px
	}

	.msg_testimonial .right {
		padding: 55px 40px 55px 60px
	}

	.about_outer .left>.text {
		padding-bottom: 250px
	}

	.about_outer .left .bottom_overlay_sec {
		right: -323px;
		bottom: 50px;
		background-size: cover
	}

	.searchform form input#searchInput {
		height: 50px
	}

	.searchform form input.submit {
		padding: 8px 20px
	}

	.searchform .close {
		right: 20px;
		top: 20px
	}

	.searchform .close img {
		width: 75%
	}

	.footer-col.footer_first {
		width: 210px
	}

	.footer-col.footer_mid {
		width: 160px
	}

	.footer-col .text br {
		display: none
	}
}

@media only screen and (max-width: 1023px) {
	.text>br {
		display: none
	}

	.header {
		padding: 15px 0
	}

	.header .resp-menu {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
		margin-left: 7px
	}

	.header .right .r_links li a img {
		width: 37px
	}

	.header .right .r_links li #write_message {
		padding: 7px 15px;
		font-size: 15px;
		width: auto
	}

	.navigation {
		width: 250px;
		position: fixed;
		right: 0;
		height: 100%;
		top: 0;
		padding: 70px 0;
		bottom: 0;
		overflow-y: auto;
		transform: translateX(300px);
		transition: all 0.5s ease-in-out;
		opacity: 0;
		visibility: hidden;
		z-index: 999
	}

	.navigation.show {
		opacity: 1;
		visibility: visible;
		transform: translateX(0px);
		transition: all 0.5s ease-in-out
	}

	.navigation .wrapper {
		padding: 0
	}

	.navigation ul.menu {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%
	}

	.navigation ul.menu li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.8)
	}

	.navigation ul.menu li a {
		text-align: left;
		padding: 10px 20px !important;
		font-weight: 400 !important
	}

	.navigation ul.menu li.has-child>a:after {
		display: none
	}

	.navigation ul.menu li .sub-menu {
		position: static;
		width: 100%;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transition: none !important;
		display: none
	}

	.navigation ul.menu li .slideArrow {
		position: absolute;
		right: 1px;
		background: #122d47;
		height: 37px;
		top: 0;
		width: 37px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		padding: 10px
	}

	.navigation img.closeMenu {
		position: absolute;
		top: 15px;
		right: 15px;
		width: 44px
	}

	.banner .stay_connected {
		padding: 10px 15px
	}

	.banner .banner_text {
		width: 90%
	}

	.heading {
		margin-bottom: 20px;
		font-size: 30px;
		line-height: 40px
	}

	.mis-vis,
	.key-objective,
	.msg_testimonial .left,
	.msg_testimonial .right,
	.partners,
	.about_outer,
	.objective_outer,
	#ourTeam_outer,
	.research,
	.notice_outer {
		padding-top: 35px;
		padding-bottom: 35px
	}

	.executive_outer {
		padding-top: 35px;
		padding-bottom: 35px
	}

	.mis-vis ul li {
		width: 49%
	}

	.key-objective {
		padding-bottom: 50px
	}

	.key-objective .key_obj_slider {
		margin-top: 0px
	}

	.key-objective .key_obj_slider .item .inner_item {
		min-height: 380px
	}

	footer .footer_top .wrapper {
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
		padding-bottom: 35px
	}

	footer .footer_top .footer-col {
		width: 29%
	}

	footer .footer_top .footer-col.footer_last {
		width: 100%
	}

	footer .footer_top .footer-col.footer_last iframe {
		width: 100%;
		height: 300px
	}

	.traing_outer,
	.tot_outer {
		padding-top: 35px;
		padding-bottom: 0px
	}

	.traing_outer .text,
	.tot_outer .text {
		margin-bottom: 0
	}

	.traing_outer {
		padding-bottom: 35px
	}

	.tot_outer .right .bullet li {
		width: 100%;
		margin-bottom: 15px;
		font-size: 17px
	}

	.research .bullet li {
		font-size: 16px;
		margin-bottom: 16px
	}

	.research h4 {
		font-size: 17px
	}

	.partnership_outer .partnership-logo li {
		width: 20%;
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5
	}

	.partnership_outer .partnership-logo li:nth-of-type(5n) {
		border-right: 0
	}

	.partnership_outer .partnership-logo li:nth-of-type(6n) {
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5
	}

	.partnership_outer .partnership-logo li:nth-last-of-type(4),
	.partnership_outer .partnership-logo li:nth-last-of-type(5) {
		border-bottom: 0
	}
}

@media only screen and (max-width: 959px) {
	footer .footer_top .wrapper {
		padding: 30px 15px
	}

	footer .footer-col.footer_last {
		width: 100%;
		margin-top: 30px
	}

	.banner .banner_text h2 {
		font-size: 45px;
		line-height: 55px
	}

	.banner .stay_connected {
		width: 60%
	}

	.banner .stay_connected ul.social_icons {
		padding-left: 0
	}

	.wlcm_cedsi .heading {
		text-align: center
	}

	.wlcm_cedsi .left {
		width: 100%;
		margin-top: 0;
		text-align: justify
	}

	.wlcm_cedsi .right {
		display: none
	}

	.wlcm_cedsi .button {
		text-align: center
	}

	.wlcm_cedsi .explore_btn {
		margin-top: 10px
	}

	.key-objective .heading+.text {
		padding: 0 0px
	}

	.key-objective .key_obj_slider .item .explore_btn {
		left: 50%;
		transform: translateX(-50%)
	}

	.key-objective .key_obj_slider .item h3 {
		text-align: center;
		font-size: 24px;
		line-height: 33px
	}

	.about_outer .wrapper {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.about_outer .left {
		width: 100%
	}

	.about_outer .left>.text {
		padding-bottom: 0
	}

	.about_outer .left .bottom_overlay_sec {
		position: static
	}

	.about_outer .right {
		display: none
	}

	.executive_outer .member_groups {
		margin-top: 20px
	}

	.executive_outer .member_groups .member {
		width: 32%
	}

	.executive_outer .member_groups .member:nth-of-type(3n) {
		margin-right: 0
	}

	.executive_outer .member_groups .slide_sec,
	.executive_outer .member_groups .slide_sec1 {
		width: 32%;
		margin-right: 0
	}

	.executive_outer .member_groups .mem_img img {
		width: 100%
	}

	.contact_us .left,
	.contact_us .right {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media only screen and (max-width: 767px) {
	#social_Links {
		display: block
	}

	.text {
		line-height: 25px;
		text-align: justify
	}

	.heading {
		font-size: 30px;
		line-height: 40px
	}

	.small-heading {
		font-size: 24px;
		margin-bottom: 10px;
		text-align: center
	}

	.header .logo img {
		display: block;
		max-width: 100px
	}

	.header .right .r_links li #write_message {
		position: fixed;
		bottom: 10px;
		right: 10px;
		font-size: 0;
		height: 50px;
		width: 50px;
		padding: 10px;
		transition: all 0.5s ease-in-out;
		z-index: 9
	}

	footer .footer_top .icon {
		margin-bottom: 10px;
		display: none
	}

	footer .footer_top h3 {
		font-size: 20px
	}

	footer .footer_top .text br {
		display: none
	}

	footer .footer_top .footer-col {
		width: 100%;
		margin-bottom: 15px !important
	}

	footer .footer_top .footer-col.footer_last {
		width: 100%;
		margin-top: 0;
		margin-bottom: 0 !important
	}

	footer .footer_top .footer-col .text {
		text-align: center
	}

	footer .footer_bottom .wrapper {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		padding: 10px 15px;
		font-size: 13px
	}

	footer .footer_bottom .wrapper p {
		margin-bottom: 5px
	}

	footer .footer_bottom .wrapper p:last-child {
		margin-bottom: 0
	}

	.banner .stay_connected {
		display: none
	}

	.banner .banner_text h4 {
		font-size: 17px;
		line-height: 30px
	}

	.banner .banner_text h2 {
		font-size: 32px;
		line-height: 40px
	}

	.banner .banner_text .breadcrumb {
		display: none
	}

	.social_icons {
		padding-left: 0;
		display: block;
		position: fixed;
		right: 0;
		background: #CB7723;
		top: 50%;
		transform: translateY(-50%);
		box-shadow: 0 0 10px #093748;
		z-index: 9;
		list-style-type: none;
		padding: 0;
		margin: 0
	}

	.social_icons li {
		height: 40px;
		width: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: 28px;
		border-bottom: 1px solid #fff
	}

	.social_icons li:hover {
		transform: scale(1)
	}

	.social_icons li:last-child {
		border-bottom: 0
	}

	.mis-vis ul {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.mis-vis ul li {
		width: 90%;
		margin: 0 auto 30px
	}

	.mis-vis ul li .img img {
		width: 100%
	}

	.mis-vis ul li:last-child {
		margin-bottom: 0
	}

	.mis-vis ul li h3 {
		text-align: center
	}

	.mis-vis ul li .text {
		text-align: justify
	}

	.key-objective {
		padding-bottom: 35px
	}

	.key-objective .key_obj_slider .item {
		padding: 0px
	}

	.key-objective .key_obj_slider .item .inner_item {
		min-height: auto
	}

	.key-objective .key_obj_slider .item h3 {
		font-size: 24px;
		min-height: auto;
		margin-bottom: 10px
	}

	.key-objective .key_obj_slider .slick-arrow {
		border-color: #CB7723;
		top: 50%;
		bottom: auto
	}

	.key-objective .key_obj_slider .slick-arrow.slick-prev {
		margin-left: 0;
		right: auto;
		transform: rotate(45deg);
		left: 10px
	}

	.key-objective .key_obj_slider .slick-arrow.slick-next {
		right: 10px;
		left: auto;
		transform: rotate(225deg)
	}

	.key-objective .key_obj_slider .slick-list.draggable {
		width: 88%;
		margin: 0 auto
	}

	.key-objective .explore_btn {
		margin-top: 30px
	}

	.msg_testimonial {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.msg_testimonial .left {
		width: 100%;
		padding: 35px
	}

	.msg_testimonial .right {
		width: 100%;
		padding: 35px
	}

	.msg_testimonial .form_row {
		text-align: center
	}

	.msg_testimonial .text {
		text-align: center
	}

	.objective_outer .dark-txt .text {
		text-align: justify
	}

	.executive_outer .member_groups {
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center
	}

	.executive_outer .member_groups .member {
		width: 31%
	}

	.executive_outer .member_groups .member:nth-of-type(3n) {
		margin-right: 0%
	}

	.executive_outer .member_groups .slide_sec,
	.executive_outer .member_groups .slide_sec1 {
		width: 48%;
		margin-right: 0
	}

	.tot_outer .left {
		width: 100%
	}

	.tot_outer .right {
		width: 100%;
		margin-top: 20px
	}

	.tot_outer .right ul {
		padding-left: 0
	}

	.tot_outer .right ul li:last-child {
		margin-bottom: 0
	}

	.no-bullet>li {
		width: 100%;
		margin-bottom: 15px
	}

	.partnership_outer .partnership-logo {
		margin: 30px 0 0
	}

	.partnership_outer .partnership-logo li {
		width: 33%;
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5
	}

	.partnership_outer .partnership-logo li:nth-of-type(3n) {
		border-right: 0
	}

	.partnership_outer .partnership-logo li:nth-of-type(5n) {
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5
	}

	.partnership_outer .partnership-logo li:nth-last-of-type(4),
	.partnership_outer .partnership-logo li:nth-last-of-type(5) {
		border-bottom: 1px solid #e5e5e5
	}

	.partnership_outer .partnership-logo li:nth-last-of-type(1) {
		border-bottom: 0
	}

	.notice_outer .table-responsive {
		overflow-y: auto
	}

	.notice_outer table {
		width: 100%
	}

	.notice_outer table th {
		border-bottom: 0 !important
	}

	.notice_outer table th:first-child {
		width: 120px !important;
		padding: 10px !important
	}

	.notice_outer table th:last-child {
		border-color: #ccc;
		width: 200px !important
	}

	.notice_outer table td {
		padding: 5px 10px
	}

	.contact_us .wrapper {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.contact_us .right {
		padding-top: 0
	}

	.contact_us .cont_add {
		margin: 0px
	}

	.contact_us .cont_add li {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		margin-bottom: 10px;
		padding: 10px 0
	}

	.contact_us .cont_add .icon {
		width: 100%;
		margin-right: 0px
	}

	.contact_us .cont_add .c_add {
		width: 100%;
		margin-top: 20px
	}

	.searchform form {
		width: 90%
	}

	.searchform form input#searchInput {
		font-size: 15px;
		width: calc(100% - 140px)
	}

	.searchform form input.submit {
		font-size: 15px;
		width: 130px
	}
}

@media only screen and (max-width: 599px) {
	.banner.inner_banner img {
		min-height: 130px
	}

	.small-heading {
		font-size: 25px;
		line-height: 30px
	}

	.key-objective .key_obj_slider .item .inner_item {
		min-height: 226px
	}
}

@media only screen and (max-width: 479px) {
	.heading {
		margin-bottom: 10px;
		font-size: 25px;
		line-height: 30px
	}

	.small-heading {
		font-size: 22px;
		line-height: 26px
	}

	.bullet li {
		padding-left: 45px
	}

	.bullet li:before {
		height: 32px;
		width: 32px;
		background-size: cover
	}

	.no-bullet>li h4 {
		font-size: 16px;
		line-height: 24px
	}

	.wlcm_cedsi .heading,
	.key-objective .heading {
		margin-bottom: 10px
	}

	.banner .banner_text h2 {
		font-size: 22px;
		line-height: 26px
	}

	.banner .banner_text h4 {
		font-size: 15px;
		line-height: 24px
	}

	.key-objective .key_obj_slider .item .inner_item {
		min-height: 390px;
		text-align: justify
	}

	.key-objective .key_obj_slider .item h3 {
		line-height: 30px
	}

	.key-objective .key_obj_slider .item .explore_btn {
		width: 70%;
		text-align: center
	}

	.key-objective .key_obj_slider .slick-arrow.slick-prev {
		left: 0
	}

	.key-objective .key_obj_slider .slick-arrow.slick-next {
		right: 0px
	}

	.executive_outer .member_groups .member {
		width: 80%;
		margin: 0 auto 15px !important
	}

	.executive_outer .member_groups .member:nth-of-type(3n) {
		margin-right: 0%
	}

	.executive_outer .member_groups .slide_sec,
	.executive_outer .member_groups .slide_sec1 {
		width: 80%;
		margin: 0 auto 15px !important
	}

	#ourTeam_outer .item {
		padding: 20px 20px
	}

	#ourTeam_outer .item ul li {
		width: 100%;
		text-align: center
	}

	#ourTeam_outer .item ul li:first-child {
		margin-bottom: 20px
	}

	#ourTeam_outer .item .ot_desc {
		line-height: 20px;
		margin-bottom: 5px
	}

	#ourTeam_outer .item .ot_name {
		margin-bottom: 4px
	}

	.tot_outer .right .bullet li {
		font-size: 15px
	}

	.tot_outer.farm_training ul li {
		font-size: 15px
	}

	.number {
		padding-left: 30px
	}

	.partnership_outer .partnership-logo {
		margin: 30px 0 0
	}

	.partnership_outer .partnership-logo li {
		width: 50%;
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5
	}

	.partnership_outer .partnership-logo li:nth-of-type(2n) {
		border-right: 0 !important
	}

	.partnership_outer .partnership-logo li:nth-of-type(3n) {
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5
	}

	.partnership_outer .partnership-logo li:nth-last-of-type(2),
	.partnership_outer .partnership-logo li:nth-last-of-type(3) {
		border-bottom: 1px solid #e5e5e5
	}

	.partnership_outer .partnership-logo li:nth-last-of-type(1) {
		border-bottom: 0;
		border-right: 1px solid #e5e5e5
	}

	.contact_us .left,
	.contact_us .right {
		padding-left: 20px;
		padding-right: 20px
	}

	.searchform form input#searchInput {
		width: 100%;
		margin-bottom: 10px;
		height: 40px
	}

	.searchform form input.submit {
		padding: 7px 15px
	}
}

.banner_texts {
	font-size: 56px;
	font-weight: 600;
	line-height: 67px
}

/*# sourceMappingURL=main.css.map */
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

.sticky+.home_banner {
	padding-top: 75px;
}

/*.wlcm_cedsi:hover {*/
/*	transform: scale(1.1);  */
/*  transition: 2.5s ease;*/
/*}*/
.aboutext{
  width: 80%;
     background: #d0780dba; 
    padding: 20px;
    color: #fff;
    border-radius: 8px;
}

#vision-mission {
  /*background: url(../images/about-us_vision_mission.webp);*/
  background: url(../images/mission.jpg);
  background-attachment: fixed;
}
#vision-mission h2 {
  color: #fff;
  text-align: center;
  font-size: 45px;
  margin-bottom: 0px;
}
#vision-mission img {
  width: 100px;
  padding: 10px;
}
#vision-mission p {
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.vission-section {
	display: block;
    position: relative;
    padding: 120px 0;
    border-bottom: rgba(0,0,0,.1) 1px solid;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    background-size: cover!important;
    box-sizing: border-box!important;
}


#core-values{
	background:url('../images/genesis-of-wheelocity-banner.png');
	padding-bottom:0px;
}
#core-values h2{
	color:#585858;
	text-align:center;
	font-size:45px;
	margin: 0 0 32px 0;
    font-weight: 600;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
#core-values img{width:50px;}#core-values h2.values{margin-bottom:0px;}#core-values p{margin-top:10px;font-size:15px;}
#core-values .col-md-1{padding-right: 1px;padding-left: 1px;}
.valuesd{font-size:16px !important;display:none;}
.valuesbox{transition:1s all;padding-left: 26px;
    padding-right: 26px;}
.valuesbox.active{transform:scale(1.2);}
.valuesbox.active p{margin-bottom:10px;}

@media (max-width: 767px) 
{
    .valuesbox.active{transform:none !important;}
    .valuesbox p.caption{font-weight:bold;margin-bottom: 20px;
    font-size: 20px !important;}
.valuesd{display:block !important;   
margin-bottom: 30px;
    margin-top: -15px !important;}
.reddot{color:#E11C22;font-size:35px;line-height:10px !important;}  
#core-values{padding-top:40px;}
}


.image {
  position: relative;
  overflow: hidden;
  /*background-color: #cf964f;*/
  background-image: url(../img/banner/Welcome-to-cefmi.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding:140px 0;
 
}

.zoom-in,
.zoom-out {
  &::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    background-size: cover;
    transform-origin: center;
    /*transition: transform .4s ease-in-out;*/
    transition: 2.5s ease;
  }
}

.zoom-in {
  &:focus,
  &:hover {
    &::after {
      transform: scale(1.05);
    }
  }
}

.zoom-out {
  &::after {
    transform: scale(1.05);
  }
  
  &:focus,
  &:hover {
    &::after {
      transform: scale(1);
    }
  }
}





.image {
  display: flex;
  width: 100%;
  
  
}
.wlcm_cedsi-wrapper{ z-index:9999; display:block !important; }
.marginbottom{margin-bottom:10px}
section#vision-mission:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #000000b8;
    height: 100%;
}

img.footerimg {
    width: 35px;
}
.text.pull-left {
    float: left;
     padding: 4px; 
}
.footer_add{
	text-align: left;
}
section#vision-mission h2, section#vision-mission p{
	transition: .6s;
}
#visi:hover h2, .vist:hover {
    /*letter-spacing: 1px;*/
    /*font-weight: 600;*/
    transform: scale(1.05);
}
#miss:hover h2, .mist:hover{
    /*letter-spacing: 1px;*/
    /*font-weight: 600;*/
    transform: scale(1.05);
}
/*footer:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    background: #000000b8;*/
/*    height: 66%;*/
/*}*/