* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Montserrat';
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Regular.woff') format('woff'), url('Montserrat-Regular.ttf') format('truetype'), url('Montserrat-Regular.svg#Montserrat-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-SemiBold.woff') format('woff'), url('Montserrat-SemiBold.ttf') format('truetype'), url('Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Bold.woff') format('woff'), url('Montserrat-Bold.ttf') format('truetype'), url('Montserrat-Bold.svg#Montserrat-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Black.woff') format('woff'), url('Montserrat-Black.ttf') format('truetype'), url('Montserrat-Black.svg#Montserrat-Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
.tpmorgon-headfix {
	left: 0;
	right: 0;
	position: absolute;
	width: 100%;
	z-index: 1020;
}
.tpmorgon-headfix.sticky {
	position: fixed;
	background: #fff;
	transition: all 0.3s ease;
	box-shadow: 0 5px 10px rgba(0,0,0,.07);
}
.tpmorgon-headfix.sticky .morgonlogo {
	background: url(../images/logo-b.png) no-repeat;
	background-size: 150px 80px;
	width: 150px;
	height: 80px;
}
.tpmorgon-headfix.sticky .rtphnumbr a {
	display: block;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 36px;
	padding: 0 0 0 25px;
	margin: 30px 0;
	cursor: pointer;
	text-decoration: none;
	transition: 0.3s;
	background: url(../images/ph-icn-1.png) no-repeat 0 9px;
	background-size: 20px 20px;
}
.tpmorgon-headfix.sticky ul li a:after {
	border-bottom: 3px solid #fbbc3d;
}
.tpmorgon-headfix.sticky .navbarmorgon ul li a {
	color: #000;
}
.tpmorgon-headfix.sticky .navbarmorgon ul li a:hover {
	color: #fbbc3d;
	text-decoration: none;
}
header .morgonlogo {
	float: left;
	background: url(../images/logo.png) no-repeat;
	background-size: 150px 80px;
	width: 150px;
	height: 80px;
	margin: 10px 0;
}
header .navbarmorgon {
	float: left;
}
header .navbarmorgon ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .navbarmorgon ul li {
	float: left;
	position: relative;
	margin: 0 50px 0 0;
}
header .navbarmorgon ul li a {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 36px;
	padding: 33px 0 30px;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	transition: 0.3s;
}
header .navbarmorgon ul li a:hover {
	color: #f9dd35;
	text-decoration: none;
}
header .navbarmorgon ul li a:after {
	border-bottom: 3px solid #fff;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	transition: width .4s linear 0s;
	width: 0;
}
header .navbarmorgon ul li a:hover:after {
	left: 0;
	width: 100%
}
header .navbarmorgon li:hover > .sub-menu {
	text-align: left;
	opacity: 100;
	visibility: visible;
	top: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .navbarmorgon li .sub-menu {
	position: absolute;
	min-width: 235px;
	background: #fff;
	padding: 10px 20px 20px;
	z-index: 99;
	left: 0;
	top: 90px;
	border-radius: 10px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 7px 15px rgba(30, 34, 40, .09);
}
header .navbarmorgon li .sub-menu li {
	float: none;
	background: none;
	padding: 0;
	margin: 0;
}
header .navbarmorgon li .sub-menu li a {
	color:#000;
	font-size:16px;
	line-height:30px;
	font-weight:normal;
	padding: 5px 0;
	margin: 0;
}
header .navbarmorgon li .sub-menu li a:hover {
	color: #000;
}
header .rtphnumbr {
	float: right;
	margin: 0;
}
header .rtphnumbr a {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 36px;
	padding: 0 0 0 25px;
	margin: 30px 0;
	cursor: pointer;
	text-decoration: none;
	transition: 0.3s;
	background: url(../images/ph-icn.png) no-repeat 0 9px;
	background-size: 20px 20px;
}
header .rtphnumbr a:hover {
	color: #f9dd35;
	text-decoration: none;
}
header .mobBar {
	display: none;
}
header .mobBar #TopMenu {
	display: block;
	cursor: pointer;
}
header .mobBar #TopMenu .bar1, .bar2, .bar3 {
	width: 25px;
	height: 2px;
	background: #000;
	margin: 4px 0;
	transition: 0.4s;
	border-radius: 50px;
}
header .mobBar .open-menu .bar1 {
	-webkit-transform: rotate(-42deg) translate(-4px, 4px);
	transform: rotate(-45deg) translate(-4px, 4px);
}
header .mobBar .open-menu .bar2 {
	-webkit-transform: rotate(45deg) translate(0, 0);
	transform: rotate(45deg) translate(0, 0);
}
header .mobBar .open-menu .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -11px);
	transform: rotate(45deg) translate(-6px, -6px);
}
header .mobBar .mobNav.active {
	display: block;
	transition: 0.5s;
}
header .mobBar .mobNav {
	display: none;
	position: fixed;
	top: 60px;
	right: 0;
	z-index: -1;
	width: 320px;
	height: 420px;
	background: #222222;
	padding: 20px 0;
	list-style: none;
	transition: width ease .6s;
	overflow-x: hidden;
	transition: 0.5s;
}
header .mobBar .mobNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
header .mobBar .mobNav li {
	width: 100%;
	position: relative;
}
header .mobBar .mobNav li a {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	padding: 10px 20px;
	margin: 0;
	text-decoration: none;
	transition: 0.3s;
}
header .mobBar .mobNav li a:hover {
	color: rgba(255, 255, 255, 0.41);
	background: rgba(255, 255, 255, 0.071);
}
header .mobBar .mobNav li.menu-item-has-children::before {
	content: '';
	position: absolute;
	top: 18px;
	right: 0;
	height: 0;
	width: 0;
	border: 6px solid transparent;
	border-top-color: #fff;
}
header .mobBar .mobNav li .sub-menu.active {
	display: block;
	visibility: visible;
	top: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header .mobBar .mobNav li .sub-menu {
	display: none;
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 10px;
}
header .mobBar .mobNav li .sub-menu li a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	padding: 5px 15px;
	margin: 0;
	text-decoration: none;
	transition: 0.3s;
}
header .mobBar .mobNav li .sub-menu li a:hover {
	color: #fff;
}
.whowemorgon-contentsection {
	padding: 120px 0;
	background: url(../images/about-imgbg.jpg) no-repeat left bottom;
}
.whowemorgon-contentsection h1 {
	position: relative;
	display: block;
	color: #122023;
	font-size: 65px;
	font-weight: 700;
	line-height: 50px;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.whowemorgon-contentsection p {
	color: #122023;
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	padding: 0;
	margin: 0;
}
.whowemorgon-contentsection p strong {
	color: #fabb3d;
	font-size: 30px;
	font-weight: 600;
}
.whowemorgon-contentsection .rgtside-imgbx {
	position: relative;
	border-left: 1px solid #555;
}
.whowemorgon-contentsection .rgtside-imgbx .imgbx {
	position: relative;
	overflow: hidden;
	border-radius: 250px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	width: 80%;
	margin: 0 auto;
}
.whowemorgon-contentsection .rgtside-imgbx .imgbx img {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 250px;
	animation: movlft ease-in-out 10s infinite alternate;
	transition: transform 4s;
}
.whowemorgon-contentsection .rgtside-imgbx .imgbx:hover img {
	-ms-transform: scale(1.5); /* IE 9 */
	-webkit-transform: scale(1.5); /* Safari 3-8 */
	transform: scale(1.5);
}
.ourmorgon-consultingservices-section {
	position: relative;
	background: #fff;
}
.ourmorgon-consultingservices-section .lftside-imgbx {
	position: relative;
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
}
.ourmorgon-consultingservices-section .lftside-imgbx p {
	margin: 0;
}
.ourmorgon-consultingservices-section .lftside-imgbx img {
	width: 100%;
	height: auto;
	transition: transform 4s;
}
.ourmorgon-consultingservices-section .lftside-imgbx:hover img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.ourmorgon-consultingservices-section .rgtside-content {
	padding: 120px 50px 0 40px
}
.ourmorgon-consultingservices-section .rgtside-content h3 {
	position: relative;
	color: #000;
	font-size: 32px;
	font-weight: 700;
	line-height: 54px;
	padding: 0 0 30px;
	margin: 0;
}
.ourmorgon-consultingservices-section .rgtside-content h3 strong {
	color: #fabb3d;
	font-size: 80px;
	font-weight: 400;
	line-height: 84px;
}
.ourmorgon-consultingservices-section .rgtside-content p {
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	padding: 10px 0;
	margin: 0
}
.ourmorgon-consultingservices-section .rgtside-content a:hover {
	text-decoration:none;
}
.ourmorgon-businessservices-section {
	position: relative;
	background: #f5f5f5
}
.ourmorgon-businessservices-section .lftside-content {
	padding: 120px 50px 0 50px
}
.ourmorgon-businessservices-section .lftside-content h3 {
	position: relative;
	color: #000;
	font-size: 32px;
	font-weight: 700;
	line-height: 54px;
	padding: 0 0 30px;
	margin: 0;
}
.ourmorgon-businessservices-section .lftside-content h3 strong {
	color: #fabb3d;
	font-size: 80px;
	font-weight: 400;
	line-height: 84px;
}
.ourmorgon-businessservices-section .lftside-content p {
	display: block;
	color: #000;
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
	padding: 10px 0;
	margin: 0
}
.ourmorgon-businessservices-section .lftside-content a:hover {
	text-decoration:none;
}
.ourmorgon-businessservices-section .rgtside-imgbx {
	position: relative;
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px
}
.ourmorgon-businessservices-section .rgtside-imgbx p {
	margin: 0
}
.ourmorgon-businessservices-section .rgtside-imgbx img {
	width: 100%;
	height: auto;
	transition: transform 4s
}
.ourmorgon-businessservices-section .rgtside-imgbx:hover img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.ourmorgon-trainingservices-section {
	position: relative;
	background: #fff;
}
.ourmorgon-trainingservices-section .lftside-imgbx {
	position: relative;
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
}
.ourmorgon-trainingservices-section .lftside-imgbx p {
	margin: 0;
}
.ourmorgon-trainingservices-section .lftside-imgbx img {
	width: 100%;
	height: auto;
	transition: transform 4s;
}
.ourmorgon-trainingservices-section .lftside-imgbx:hover img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.ourmorgon-trainingservices-section .rgtside-content {
	padding: 120px 50px 0 40px
}
.ourmorgon-trainingservices-section .rgtside-content h3 {
	position: relative;
	color: #000;
	font-size: 32px;
	font-weight: 700;
	line-height: 54px;
	padding: 0 0 30px;
	margin: 0;
}
.ourmorgon-trainingservices-section .rgtside-content h3 strong {
	color: #fabb3d;
	font-size: 80px;
	font-weight: 400;
	line-height: 84px;
}
.ourmorgon-trainingservices-section .rgtside-content p {
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	padding: 10px 0;
	margin: 0
}
.ourmorgon-trainingservices-section .rgtside-content a:hover {
	text-decoration:none;
}
.weare-morgonindustry-section {
	position: relative;
	padding: 100px 0;
	background: url(../images/servbg.jpg) no-repeat center top;
	background-size: cover;
}
.weare-morgonindustry-section .tbx {
	position: relative;
	padding: 50px;
	background: rgba(77,69,69,0.8);
	box-shadow: -5px 5px 0 5px #fabb3d;
	border-radius: 90px;
}
.weare-morgonindustry-section h4 {
	position: relative;
	display: block;
	color: #fff;
	font-size: 54px;
	font-weight: 700;
	line-height: 60px;
	padding: 0;
	margin: 0 0 15px;
}
.weare-morgonindustry-section .pt {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	padding: 0 0 10px;
	margin: 0;
}
.weare-morgonindustry-section p {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	padding: 10px 0;
	margin: 0;
}
.morgonmision-vision-section {
	position: relative;
	padding: 80px 0;
	background: url(../images/lgobg.png) no-repeat center top #f9f9f9;
	background-size: cover;
}
.morgonmision-vision-section .innmsnvsn-tbx {
	position: relative;
	width: 100%;
	float: left;
	padding: 20px;
	margin: 15px 0;
	text-align: center;
}
.morgonmision-vision-section .innmsnvsn-tbx .imgbx {
	width: 80%;
	margin: 0 auto;
}
.morgonmision-vision-section .innmsnvsn-tbx .imgbx img {
	display: block;
	width: 100%;
	margin: 0 auto;
	border-radius: 50%;
	box-shadow: 0 10px 15px rgba(0,0,0,0.2);
}
.morgonmision-vision-section .innmsnvsn-tbx .imgbx .count-size {
	position: absolute;
	right: 20px;
	top: 0
}
.morgonmision-vision-section .innmsnvsn-tbx .imgbx .number {
	width: 80px;
	height: 80px;
	position: relative;
	display: inline-block;
	text-align: center;
	line-height: 80px;
	color: #fff;
	border-radius: 50%;
}
.morgonmision-vision-section .innmsnvsn-tbx .imgbx .number.icn1 {
	background: url(../images/val-icn3.png) no-repeat center #222;
	background-size: 80px 80px;
	text-indent: -10000px;
}
.morgonmision-vision-section .innmsnvsn-tbx .imgbx .number.icn2 {
	background: url(../images/val-icn4.png) no-repeat center #222;
	background-size: 80px 80px;
	text-indent: -10000px;
}
.morgonmision-vision-section .innmsnvsn-tbx .imgbx .number:before {
	width: 87px;
	height: 87px;
	opacity: 0.2;
}
.morgonmision-vision-section .innmsnvsn-tbx .imgbx .number:after {
	width: 109px;
	height: 109px;
	opacity: 0.09;
}
.morgonmision-vision-section .innmsnvsn-tbx .imgbx .number:before, .morgonmision-vision-section .innmsnvsn-tbx .imgbx .number:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	border-radius: 50%;
	background-color: #222;
}
.morgonmision-vision-section .innmsnvsn-tbx .imgbx:hover .number:before, .morgonmision-vision-section .innmsnvsn-tbx .imgbx:hover .number:after {
	background-color: #002345;
	webkit-animation: circle-2 1.05s infinite;
	-moz-animation: circle-2 1.05s infinite;
	-ms-animation: circle-2 1.05s infinite;
	-o-animation: circle-2 1.05s infinite;
	animation: circle-2 1.05s infinite;
}
.morgonmision-vision-section .innmsnvsn-tbx h4 {
	color: #000;
	font-size: 34px;
	font-weight: 600;
	line-height: 44px;
	padding: 20px 0 0;
	margin: 0;
}
.morgonmision-vision-section .innmsnvsn-tbx p {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	padding: 10px 0;
	margin: 0;
}
 @-webkit-keyframes circle-2 {
 100% {
 width: 200%;
 height: 200%;
 opacity: 0;
}
}
 @keyframes circle-2 {
 100% {
 width: 200%;
 height: 200%;
 opacity: 0;
}
}
.morgonpartner-with-section {
	position: relative;
	padding: 70px 0 20px;
	margin-bottom:210px;
}
.morgonpartner-with-section .lt-tbx {
	position: relative;
	width: 50%;
	float: left;
	padding: 30px 50px 0 0;
	margin: 0;
	text-align: right;
	color: #000;
    font-size: 34px;
    font-weight: 600;
    line-height: 44px;
}
.morgonpartner-with-section .lgobx {
	width: 50%;
	float: left;
}
.morgonpartner-with-section .lgobx img {
	display: block;
	padding:10px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.morgoncontactus-formtxt-section {
	position: relative;
	padding: 70px 0;
	z-index: 9;
}
.morgoncontactus-formtxt-section .indiv-contact-frm {
	width: 45%;
	text-align: center;
	background: #e7e7e7;
	border-radius: 50px;
	padding: 30px 50px;
	margin: -210px auto 0;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
}
.morgoncontactus-formtxt-section .indiv-contact-frm h4 {
	display: inline-block;
	color: #000;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	padding: 0;
	margin: 0 0 10px;
}
.morgoncontactus-formtxt-section .indiv-contact-frm input[type=text] {
	width: 100%;
	font-family: 'Montserrat';
	font-size: 15px;
	color: #444;
	font-weight: normal;
	line-height: 24px;
	margin: 5px 0;
	padding: 10px 30px;
	min-height: 50px;
	border-radius: 50px;
	border: 1px solid #393939;
	background: #fff;
	box-shadow: 0 0 5px rgb(195 195 195 / 20%);
}
.morgoncontactus-formtxt-section .indiv-contact-frm input[type=text]::placeholder {
 color: #9d9d9d;
}
.morgoncontactus-formtxt-section .indiv-contact-frm input[type=email] {
	width: 100%;
	font-family: 'Montserrat';
	font-size: 15px;
	color: #444;
	font-weight: normal;
	line-height: 24px;
	margin: 5px 0;
	padding: 10px 30px;
	min-height: 50px;
	border-radius: 50px;
	border: 1px solid #393939;
	background: #fff;
	box-shadow: 0 0 5px rgb(195 195 195 / 20%);
}
.morgoncontactus-formtxt-section .indiv-contact-frm input[type=email]::placeholder {
 color: #9d9d9d;
}
.morgoncontactus-formtxt-section .indiv-contact-frm textarea {
	width: 100%;
	font-family: 'Montserrat';
	font-size: 15px;
	color: #444;
	font-weight: normal;
	line-height: 24px;
	margin: 5px 0;
	padding: 10px 30px;
	height: 115px;
	border: 1px solid #393939;
	background: #fff;
	border-radius: 25px;
	box-shadow: 0 0 5px rgb(195 195 195 / 20%);
}
.morgoncontactus-formtxt-section .indiv-contact-frm textarea::placeholder {
 color: #9d9d9d;
}
.morgoncontactus-formtxt-section .indiv-contact-frm .send-btn {
	width: 40%;
	font-family: 'Montserrat';
	font-size: 16px;
	color: #000;
	font-weight: 600;
	line-height: 30px;
	padding: 10px 30px;
	margin: 10px 0 0;
	background: #fabd3d;
	border-radius: 50px;
	box-shadow: 0 0 5px rgb(195 195 195 / 20%);
	border: none;
	outline: none;
}
.fixright-callbx {
	display: block;
	position: fixed;
	right: 0;
	top: 250px;
	z-index: 999;
	width: 50px;
	height: 100%;
}
.fixright-callbx .calbx {
	display: block;
	width: 58px;
	background: #0ba1f5;
	border-radius: 10px 0 0 0;
	padding: 10px 2px;
}
.fixright-callbx .calbx img {
	display: block;
	width: 45px;
	height: auto;
}
.fixright-callbx .whtbx {
	display: block;
	width: 58px;
	background: #25d366;
	border-radius: 0 0 0 10px;
	padding: 10px 2px;
}
.fixright-callbx .whtbx img {
	display: block;
	width: 50px;
	height: auto;
}
.fixright-callbx a {
	display: block;
}
.foter-morgonwrp {
	position: relative;
	background: url(../images/ftr-gry-bg1.jpg) no-repeat #191919;
	background-size: cover;
	padding-bottom: 50px;
}
.foter-morgonwrp .ftqlink {
	width: 100%;
	float: left;
	padding: 50px 0 0;
}
.foter-morgonwrp .ftqlink h4 {
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	padding: 0;
	margin: 0 0 20px;
}
.foter-morgonwrp .ftqlink ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.foter-morgonwrp .ftqlink ul li {
	position: relative;
}
.foter-morgonwrp .ftqlink ul li a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 28px;
	background: url(../images/ft-lst-arw.png) no-repeat 0 8px;
	padding: 0 0 0 16px;
	margin: 10px 0;
	text-decoration: none;
}
.foter-morgonwrp .ftqlink ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.foter-morgonwrp .ftservlink {
	width: 100%;
	float: left;
	padding: 50px 0 0;
}
.foter-morgonwrp .ftservlink h4 {
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	padding: 0;
	margin: 0 0 20px;
}
.foter-morgonwrp .ftservlink ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.foter-morgonwrp .ftservlink ul li {
	position: relative;
}
.foter-morgonwrp .ftservlink ul li a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 28px;
	background: url(../images/ft-lst-arw.png) no-repeat 0 8px;
	padding: 0 0 0 16px;
	margin: 10px 0;
	text-decoration: none;
}
.foter-morgonwrp .ftservlink ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.foter-morgonwrp .ftmorgonlgo {
	width: 225px;
	height: 120px;
	background: url(../images/ftlogo.png) no-repeat 0 0;
	background-size: 225px 120px;
	margin: 75px auto 0;
}
.foter-morgonwrp .cpy-bx {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	padding: 70px 0 30px;
	margin: 0;
	text-align: center;
}
.foter-morgonwrp .cpy-bx a {
	color: #fff;
}
.heading-title .animate-border {
	margin: 0;
}
.heading-title {
	position: relative;
	padding-bottom: 30px;
}
.heading-title-cnt {
	position: relative;
	padding-bottom: 30px;
	text-align: center;
}
/* Animated Title Border */
.animate-border {
	position: relative;
	display: block;
	width: 115px;
	height: 4px;
	border-radius: 20px;
	background-image: linear-gradient(156deg, #fabb3d 0%, #f9da36 82%);
	overflow: hidden;
	margin: 0 auto;
}
.animate-border:after {
	position: absolute;
	content: "";
	width: 35px;
	height: 4px;
	left: 5%;
	bottom: 0;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	-webkit-animation: animborder 2s linear infinite;
	animation: animborder 2s linear infinite;
}
@-webkit-keyframes animborder {
 0% {
 -webkit-transform: translateX(0px);
 transform: translateX(0px);
}
 100% {
 -webkit-transform: translateX(113px);
 transform: translateX(113px);
}
}
 @keyframes animborder {
 0% {
 -webkit-transform: translateX(0px);
 transform: translateX(0px);
}
 100% {
 -webkit-transform: translateX(113px);
 transform: translateX(113px);
}
}
/**** INNER PAGE CSS ****/

.innerheromorgon-section {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.innerheromorgon-section img {
	width: 100%;
	height: auto;
}
.innerheromorgon-section .bantitle {
	position: absolute;
	left: 0;
	right: 0;
	top: 55%;
	width: 75%;
	margin: 0 auto;
	text-align: center;
}
.innerheromorgon-section .bantitle h4 {
	position: relative;
	font-size: 60px;
	color: #fff;
	line-height: 65px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.innerheromorgon-section .bantitle h4::before {
	content: "";
	position: absolute;
	bottom: -18px;
	width: 50px;
	height: 5px;
	background: #fac83a;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.innermorgon-companyprofile-section {
	padding: 80px 0;
}
.innermorgon-companyprofile-section h1 {
	position: relative;
	display: block;
	color: #122023;
	font-size: 48px;
	font-weight: 700;
	line-height: 58px;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.innermorgon-companyprofile-section p {
	color: #122023;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	padding: 10px 0;
	margin: 0;
}
.innermorgon-companyprofile-section p strong {
	color: rgba(77, 69, 69);
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
}
.innermorgon-companyprofile-section .abtimgbx {
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	width: 95%;
	float: right;
}
.innermorgon-companyprofile-section .abtimgbx img {
	width: 100%;
	height: auto;
	border-radius: 50px;
	transition: transform 4s;
}
.innermorgon-companyprofile-section .abtimgbx:hover img {
	-ms-transform: scale(1.5); /* IE 9 */
	-webkit-transform: scale(1.5); /* Safari 3-8 */
	transform: scale(1.5);
}
.innercompanymorgon-misvisntxt-section {
	position: relative;
	padding: 100px 0;
	background: #f9f9f9;
}
.innercompanymorgon-misvisntxt-section .mistbox {
	padding: 115px 50px;
	text-align: center;
	min-height: 410px;
	background: url(../images/misbg.jpg) no-repeat;
	background-size: cover;
	border-radius: 50px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.innercompanymorgon-misvisntxt-section .mistbox img {
	width: 175px;
	height: auto;
}
.innercompanymorgon-misvisntxt-section .mistbox h4 {
	color: #fff;
	font-size: 44px;
	font-weight: 600;
	line-height: 50px;
	padding: 20px 0;
	margin: 0;
}
.innercompanymorgon-misvisntxt-section .mistbox p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	padding: 0;
	margin: 0;
}
.innercompanymorgon-misvisntxt-section .vistbox {
	padding: 115px 50px;
	text-align: center;
	min-height: 410px;
	background: url(../images/visbg.jpg) no-repeat;
	background-size: cover;
	border-radius: 50px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.innercompanymorgon-misvisntxt-section .vistbox img {
	width: 175px;
	height: auto;
}
.innercompanymorgon-misvisntxt-section .vistbox h4 {
	color: #fff;
	font-size: 44px;
	font-weight: 600;
	line-height: 50px;
	padding: 20px 0;
	margin: 0;
}
.innercompanymorgon-misvisntxt-section .vistbox p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	padding: 0;
	margin: 0;
}
.innercompanymorgon-setsusapart-section {
	position: relative;
	padding: 100px 0;
	background: url(../images/valubg.jpg) no-repeat;
	background-size: cover;
	margin: 0 0 210px;
}
.innercompanymorgon-setsusapart-section h3 {
	position: relative;
	display: block;
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 58px;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.innercompanymorgon-setsusapart-section .indivtbx {
	float: left;
	width: 100%;
	padding: 25px;
	background: #fff;
	border-radius: 50px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.innercompanymorgon-setsusapart-section .tbx {
	position: relative;
	float: left;
	width: 100%;
	padding: 15px 15px 15px 100px;
}
.innercompanymorgon-setsusapart-section .tbx.v1 {
	background: url(../images/vlu-icn-1.png) no-repeat 0 5px;
	background-size: 80px 80px;
}
.innercompanymorgon-setsusapart-section .tbx.v2 {
	background: url(../images/vlu-icn-2.png) no-repeat;
	background-size: 80px 80px;
}
.innercompanymorgon-setsusapart-section .tbx.v3 {
	background: url(../images/vlu-icn-3.png) no-repeat 0 22px;
	background-size: 80px 80px;
}
.innercompanymorgon-setsusapart-section .tbx:before {
	content: "";
	position: absolute;
	left: 40px;
	top: 94px;
	width: 2px;
	height: 50px;
	background: #2e2e2e;
}
.innercompanymorgon-setsusapart-section .tbx h5 {
	display: block;
	color: rgba(77, 69, 69);
	font-size: 26px;
	font-weight: 700;
	line-height: 36px;
	padding: 0;
	margin: 0 0 10px;
}
.innercompanymorgon-setsusapart-section .tbx p {
	color: #122023;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	padding: 0;
	margin: 0;
}
.innercompanymorgon-setsusapart-section .tbx .drctr {
	display: block;
	color: rgba(77, 69, 69);
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	font-style: italic;
	padding: 20px 0 0;
	margin: 0;
	text-align: right;
}
.innercompanymorgon-setsusapart-section .tbx .drctr strong {
	display: block;
	color: #eaa827;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	font-style: italic;
}
.inner-ourvalue-section {
	position: relative;
	padding: 80px 0;
}
.inner-ourvalue-section h2 {
	position: relative;
	display: block;
	color: #000;
	font-size: 65px;
	font-weight: 400;
	line-height: 75px;
	padding: 0;
	margin: 20px 0;
}
.inner-ourvalue-section .indiv-bx {
	position: relative;
	width: 100%;
	float: left;
	padding: 30px;
	margin: 15px 0;
	text-align: center;
	background: #fbba3e;
	border-radius: 50px;
}
.inner-ourvalue-section .indiv-bx.tp {
	margin-top: 80px;
}
.inner-ourvalue-section .imgbx {
	width: 90%;
	margin: 0 auto;
}
.inner-ourvalue-section .imgbx img {
	display: block;
	width: 100%;
	margin: 0 auto;
	xborder-radius: 50%;
	xbox-shadow: 0 10px 15px rgba(0,0,0,0.2);
}
.inner-ourvalue-section .imgbx .count-size {
	position: absolute;
	right: 20px;
	top: 0
}
.inner-ourvalue-section .imgbx .number {
	width: 80px;
	height: 80px;
	position: relative;
	display: inline-block;
	text-align: center;
	line-height: 80px;
	color: #fff;
	border-radius: 50%;
}
.inner-ourvalue-section .imgbx .number.icn1 {
	background: url(../images/val-icn1.png) no-repeat center #c73434;
	background-size: 80px 80px;
	text-indent: -10000px;
}
.inner-ourvalue-section .imgbx .number.icn2 {
	background: url(../images/val-icn2.png) no-repeat center #c73434;
	background-size: 80px 80px;
	text-indent: -10000px;
}
.inner-ourvalue-section .imgbx .number.icn3 {
	background: url(../images/val-icn3.png) no-repeat center #c73434;
	background-size: 80px 80px;
	text-indent: -10000px;
}
.inner-ourvalue-section .imgbx .number.icn4 {
	background: url(../images/val-icn4.png) no-repeat center #c73434;
	background-size: 80px 80px;
	text-indent: -10000px;
}
.inner-ourvalue-section .imgbx .number:before {
	width: 87px;
	height: 87px;
	opacity: 0.2;
}
.inner-ourvalue-section .imgbx .number:after {
	width: 109px;
	height: 109px;
	opacity: 0.09;
}
.inner-ourvalue-section .imgbx .number:before, .inner-ourvalue-section .imgbx .number:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	border-radius: 50%;
	background-color: #d14a4a;
}
.inner-ourvalue-section .imgbx:hover .number:before, .inner-ourvalue-section .imgbx:hover .number:after {
	background-color: #002345;
	webkit-animation: circle-2 1.05s infinite;
	-moz-animation: circle-2 1.05s infinite;
	-ms-animation: circle-2 1.05s infinite;
	-o-animation: circle-2 1.05s infinite;
	animation: circle-2 1.05s infinite;
}
 @-webkit-keyframes circle-2 {
 100% {
 width: 200%;
 height: 200%;
 opacity: 0;
}
}
 @keyframes circle-2 {
 100% {
 width: 200%;
 height: 200%;
 opacity: 0;
}
}
.inner-ourvalue-section .indiv-bx h4 {
	color: #000;
	font-size: 48px;
	font-weight: 600;
	line-height: 60px;
	padding: 30px 0 0;
	margin: 0;
}
.inner-ourvalue-section .indiv-bx p {
	color: #000;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	padding: 10px 0;
	margin: 0;
}
.innermorgon-servicesprofile-section {
	position: relative;
	padding: 80px 0;
}
.innermorgon-servicesprofile-section h1 {
	position: relative;
	display: block;
	color: #122023;
	font-size: 48px;
	font-weight: 700;
	line-height: 58px;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.innermorgon-servicesprofile-section p {
	color: #122023;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	padding: 10px 0;
	margin: 0;
}
.innermorgon-servicesprofile-section p strong {
	color: rgba(77, 69, 69);
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
}
.innermorgon-servicesprofile-section .srvimgbx {
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	width: 95%;
	float: right;
}
.innermorgon-servicesprofile-section .srvimgbx img {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 50px;
	transition: transform 4s;
}
.innermorgon-servicesprofile-section .srvimgbx:hover img {
	-ms-transform: scale(1.5); /* IE 9 */
	-webkit-transform: scale(1.5); /* Safari 3-8 */
	transform: scale(1.5);
}
.innermorgon-consultingcate-section {
	position: relative;
	margin-bottom: 210px;
	padding: 80px 0;
	background: #ececef;
}
.innermorgon-consultingcate-section h2 {
	position: relative;
	display: block;
	color: #122023;
	font-size: 48px;
	font-weight: 700;
	line-height: 58px;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.innermorgon-consultingcate-section .indiv-catebx {
	position: relative;
	width: 20%;
	float: left;
	padding: 20px;
	margin: 15px 0;
	text-align: center;
	border-radius: 20px;
	transition: 0.3s;
}
.innermorgon-consultingcate-section .indiv-catebx:hover {
	background: #fabc3d;
	border-radius: 20px;
}
.innermorgon-consultingcate-section .inncateimg {
	width: 100%;
	margin: 0 auto;
}
.innermorgon-consultingcate-section .inncateimg img {
	display: block;
	width: 100%;
	margin: 0 auto;
	border-radius: 30px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.innermorgon-consultingcate-section .indiv-catebx h4 {
	color: #000;
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	padding: 20px 0 0;
	margin: 0;
}
.innermorgon-consultingcate-section .indiv-catebx h4 strong {
	display: block;
	font-weight: 600;
}
.innermorgon-consultingcate-section .indiv-catebx p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.innermorgon-consultingcate-section .indiv-catebx1 {
	position: relative;
	width: 25%;
	float: left;
	padding: 20px;
	margin: 15px 0;
	text-align: center;
	border-radius: 20px;
	transition: 0.3s;
}
.innermorgon-consultingcate-section .indiv-catebx1:hover {
	background: #fabc3d;
	border-radius: 20px;
}
.innermorgon-consultingcate-section .inncateimg1 {
	width: 100%;
	margin: 0 auto;
}
.innermorgon-consultingcate-section .inncateimg1 img {
	display: block;
	width: 100%;
	margin: 0 auto;
	border-radius: 30px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.innermorgon-consultingcate-section .indiv-catebx1 h4 {
	color: #000;
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	padding: 20px 0 0;
	margin: 0;
}
.innermorgon-consultingcate-section .indiv-catebx1 h4 strong {
	display: block;
	font-weight: 600;
}
.innermorgon-consultingcate-section .indiv-catebx1 p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.innermorgon-consultingcate-section .indiv-why-choose-bx {
	position: relative;
	width: 100%;
	float: left;
	padding: 0 10%;
	margin: 30px 0 0;
	text-align: center;
}
.innermorgon-consultingcate-section .indiv-why-choose-bx h5 {
	color: #000;
	font-size: 26px;
	font-weight: 600;
	line-height: 36px;
	padding: 0;
	margin: 0;
}
.innermorgon-consultingcate-section .indiv-why-choose-bx p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 10px 0;
	margin: 0;
}
.innmorgonpartner-with-section {
	position: relative;
    float: left;
    padding: 40px;
    background: #fff;
    width: 100%;
    margin-bottom: -80px;
}
.innmorgonpartner-with-section .lt-tbx {
	position: relative;
	width: 50%;
	float: left;
	padding: 30px 50px 0 0;
	margin: 0;
	text-align: right;
	color: #000;
    font-size: 34px;
    font-weight: 600;
    line-height: 44px;
}
.innmorgonpartner-with-section .lgobx {
	width: 50%;
	float: left;
}
.innmorgonpartner-with-section .lgobx img {
	display: block;
	padding:10px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.innermorgon-contactpge-section {
	position: relative;
	padding: 70px 0;
}
.innermorgon-contactpge-section .indiv-contact-frm {
	padding: 0 80px;
}
.innermorgon-contactpge-section .indiv-contact-frm h4 {
	color: #000;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	padding: 0;
	margin: 0 0 10px;
}
.innermorgon-contactpge-section .indiv-contact-frm p {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	padding: 10px 0;
	margin: 0;
}
.innermorgon-contactpge-section .indiv-contact-frm input[type=text] {
	width: 100%;
	font-family: 'Montserrat';
	font-size: 15px;
	color: #444;
	font-weight: normal;
	line-height: 24px;
	margin: 5px 0;
	padding: 10px 30px;
	min-height: 50px;
	border-radius: 5px;
	border: 1px solid #8d8d8d;
	background: #fff;
	box-shadow: 0 0 5px rgb(195 195 195 / 20%);
}
.innermorgon-contactpge-section .indiv-contact-frm input[type=text]::placeholder {
 color: #9d9d9d;
}
.innermorgon-contactpge-section .indiv-contact-frm textarea {
	width: 100%;
	font-family: 'Montserrat';
	font-size: 15px;
	color: #444;
	font-weight: normal;
	line-height: 24px;
	margin: 5px 0;
	padding: 10px 30px;
	height: 125px;
	border: 1px solid #8d8d8d;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px rgb(195 195 195 / 20%);
}
.innermorgon-contactpge-section .indiv-contact-frm textarea::placeholder {
 color: #9d9d9d;
}
.innermorgon-contactpge-section .indiv-contact-frm .send-btn {
	width: 40%;
	font-family: 'Montserrat';
	font-size: 16px;
	color: #000;
	font-weight: 600;
	line-height: 30px;
	padding: 10px 30px;
	margin: 10px 0 0;
	background: #fabd3d;
	border-radius: 5px;
	box-shadow: 0 0 5px rgb(195 195 195 / 20%);
	border: none;
	outline: none;
}
.innermorgon-contactpge-section .indiv-contact-adrs {
	padding: 20px 100px;
	background: #4d4545;
	width: 100%;
	float: left;
	margin-top: -70px;
	min-height: 130%;
}
.innermorgon-contactpge-section .indiv-contact-adrs .bx {
	position: relative;
	width: 100%;
	float: left;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	padding: 0 0 0 100px;
	margin: 30px 0;
}
.innermorgon-contactpge-section .indiv-contact-adrs .bx:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: -25px;
	width: 50px;
	height: 2px;
	margin: 0 auto;
	background: #fff;
}
.innermorgon-contactpge-section .indiv-contact-adrs .bx h5 {
	display: block;
	color: #f9dc35;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	padding: 0;
	margin: 0;
}
.innermorgon-contactpge-section .indiv-contact-adrs .bx p {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	padding: 0;
	margin: 0;
}
.innermorgon-contactpge-section .indiv-contact-adrs .bx a {
	color: #fff;
	text-decoration: none;
}
.innermorgon-contactpge-section .indiv-contact-adrs .bx.icn1 {
	background: url(../images/adr-img1.jpg) no-repeat 0 0;
}
.innermorgon-contactpge-section .indiv-contact-adrs .bx.icn2 {
	background: url(../images/adr-img2.jpg) no-repeat 0 0;
}
.innermorgon-contactpge-section .indiv-contact-adrs .bx.icn3 {
	background: url(../images/adr-img3.jpg) no-repeat 0 0;
}
.innermorgon-contactpge-section .indiv-contact-adrs .mapbx {
	position: relative;
	width: 100%;
	float: left;
	margin: 20px 0 0;
}
.innermorgon-contactpge-section .indiv-contact-adrs .mapbx iframe {
	width: 100%;
	height: 150px;
	border: none;
}
