/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    https://aftabhusain.wordpress.com/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Aftab Husain
 Author URI:   https://aftabhusain.wordpress.com/
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentytwenty/style.css");



/*==================================BODY==================================*/

body {
  background: #fff;
  color: #111;
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  line-height: 132%;
  font-weight: 400;
}


body h1{
	font-size:38px;
	font-family: 'Montserrat', sans-serif;
	line-height:112.00000000000001%;
	font-weight:700;
	margin: 0 0 19px;
}


body h2{
	font-size:36px;
	font-family: 'Montserrat', sans-serif;
	line-height: 112.00000000000001%;
	font-weight:600;
	margin: 0 0 19px;
}



body h3{
	font-size:32px;
	font-family: 'Montserrat', sans-serif;
	line-height: 112.00000000000001%;
	font-weight:700;
	margin: 0 0 19px;
}



body h4{
	font-size:24px;
	font-family: 'Montserrat', sans-serif;
	line-height: 112.00000000000001%;
	font-weight:700;
	margin: 0 0 19px;
}



body h5{
	font-size:20px;
	font-family: 'Montserrat', sans-serif;
	line-height: 112.00000000000001%;
	font-weight:700;
	margin: 0 0 19px;
}



body h6{
	font-size:18px;
	font-family: 'Montserrat', sans-serif;
	line-height: 112.00000000000001%;
	font-weight:700;
	margin: 0 0 19px;
}


body p{
	line-height: 132%;
	font-weight: 400;
	margin-bottom: 24px;
	font-family: 'Hind', sans-serif;
}






.container {
	max-width: 1330px;
	width: 100%;
	margin: 0 auto;
}



/*==================================BODY==================================*/




/*=================================HEADER=================================*/


#site-header {
	padding: 8px 40px;
}


#site-header .header-inner {
	position: relative;
	max-width: 1348px;
	width: 100%;
	padding: 2rem 0;
}


.header-navigation-wrapper {
  width: 100%;
  padding: 0 204px;
}


.header-titles-wrapper {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}


#site-header nav ul.primary-menu {
	justify-content: center;
	padding-right: 36px;
}


#site-header nav li {
	margin-left: 28px;
}



.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor {
  text-decoration: none;
}




#site-header nav li .icon:after, 
#site-header nav li .icon:before{
	display:none;
}


#site-header nav li .icon {
	background: url("images/menu-chv.svg") no-repeat 0 0;
	background-size: auto;
	transform: none;
	width: 10px;
	height: 6px;
	background-size: 100%;
	right: -4px;
	top: 7px;
}


#site-header nav li:first-child {
	margin-left: 0;
}


#site-header nav li a {
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	color: #111;
	font-weight: 500;
	letter-spacing: 0%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


#site-header nav li a:hover {
	text-decoration: none;
	color:#4175BA;
}


#site-header nav li.menu-item-has-children {
	margin-right: 12px;
}


#site-header li.schedule-call-btn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	margin: 0;
}



#site-header li .sub-menu {
	background: #fff;
	border-radius: 0;
	color: #fff;
	font-size: 1.7rem;
	padding: 0 0;
	width: 20rem;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
}


#site-header li .sub-menu li {
	margin: 0;
}



#site-header li .sub-menu li a {
	border-bottom: 1px solid rgba(0,0,0,0.05);
}



.primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a {
  text-decoration: none;
  color: #4175BA !important;
}


#site-header li .sub-menu li a:hover {
	background: #4175BA ;
	color: #ffffff !important;
}



#site-header .schedule-call-btn a {
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  font-size: 16px;
  background: #4175BA;
  color: #ffffff !important;
  border: none;
  border-radius: 10px;
  letter-spacing: 1%;
  padding: 6px 20px 6px;
  height: auto;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  text-decoration: none;
  line-height: 35px;
}



#site-header  .schedule-call-btn a:hover {
	background: #23426c;
	color: #ffffff !important;
}


#site-header li .sub-menu::after {
	opacity: 0;
}






.menu-modal {
	position: fixed;
	background: rgba(0,0,0,0.4);
	z-index: 99999;
	display: flex;
	flex-direction: column;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	will-change: opacity,visibility;
	user-select: none;
	text-align: center;
	pointer-events: auto;
	transition: visibility 600ms cubic-bezier(.4,0,.2,1),opacity 400ms cubic-bezier(.4,0,.2,1);
}


.menu-modal.active {
	opacity: 1;
	visibility: visible;
}



.menu-modal-inner.modal-inner {
	position: relative;
	flex-grow: 1;
	width: 100%;
	max-width: 300px;
	transform: translateX(-500px);
	transition: transform 700ms cubic-bezier(0.54, 0.085, 0.5, 0.92);
	background: #4175BA;
	padding: 20px 0 0;
}


.menu-modal.active .menu-modal-inner.modal-inner{
	transform: translateX(0px);
}




.menu-modal .modal-menu {
	left: 0;
	width: auto;
}




.mobile-nav-toggle .toggle-inner .toggle-icon {
	background: url("images/burger-menu.svg") no-repeat 0 0;
	width: 30px;
	height: 30px;
	background-size: 100%;
	background-position: center;
	border-radius: 3px;
	margin-top: -2px;
}



.nav-toggle .toggle-inner {
	padding-top: 12px !important;
}


.header-inner .toggle:focus 
.toggle-text, .header-inner 
.toggle:hover .toggle-text {
	text-decoration: none;
}   


.mobile-nav-toggle .toggle-inner .toggle-text {
	display:none;
}




.menu-modal .menu-modal-inner .section-inner nav ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	padding: 20px 10px;
	text-align: left;
	line-height: normal;
	font-family: "Roboto", sans-serif;
}


.menu-modal .menu-modal-inner .section-inner nav ul li a:hover {
	background: #23426c !important;
	color: #fff;
}


.menu-modal .menu-modal-inner .section-inner nav ul li {
	border-color: rgba(255,255,255,0.2);
}


.menu-modal .menu-modal-inner .section-inner button:hover {
	text-decoration: none;
}


.menu-top .toggle.close-nav-toggle
.fill-children-current-color {
	padding-right: 15px !important;   
}


.menu-modal button.toggle {
	color: #fff !important;
	font-weight: 600;
	padding: 0 0px 25px 0 !important;
	font-family: "Roboto", sans-serif;
	text-decoration: none;
}


.menu-modal .menu-modal-inner button.sub-menu-toggle {
	border-left: 0.1rem solid rgba(255,255,255,0.3) !important;
	padding: 0 12px !important;
}


.menu-modal button.sub-menu-toggle {
	border:none!important;  
}  



.toggle.search-toggle.mobile-search-toggle .toggle-text, 
.mobile-nav-toggle .toggle-inner .toggle-icon svg {
	display: none;
}



.toggle.nav-toggle.mobile-nav-toggle .toggle-inner {
	padding-top: 0 !important;
}



#site-header .header-inner .toggle.nav-toggle.mobile-nav-toggle .toggle {
	padding: 0 0;
	width: auto;
	right: 10px;
}	



.toggle.nav-toggle.mobile-nav-toggle {
	right: 0px;
	padding: 0;
	width: auto;
}



#site-header .header-titles-wrapper, 
#site-header .header-inner .toggle {
	padding: 0;
}




/*=================================HEADER=================================*/







/*=================================HOME=================================*/



#site-content {
  overflow: hidden;
  min-height: 600px;
}



.hm01 {
  width: 100%;
  padding: 62px 40px 92px;
}


.hm01 .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row wrap;
	max-width: 1343px;
	padding-left: 8px;
}


.hm01 .content-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 49%;
}


.hm01 p {
	color: #111;
	opacity: 0.7;
}


.hm01 .image-col {
	display: flex;
	justify-content: flex-end;
	width: 46.4%;
}


.hm01 .image-col img {
	width: 100%;
	object-fit: cover;
	border-radius: 24px;
	display: block;
}


.btn-primary {
	font-family: 'Hind', sans-serif;
	font-weight: 700;
	font-size: 16px;
	background: #4175BA;
	color: #ffffff;
	border: none;
	border-radius: 10px;
	letter-spacing:1%;
	padding: 6px 20px 6px;
	width: 182px;
	height: auto;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s ease;
	text-decoration: none;
	line-height: 35px;
}



.btn-primary:hover {
	background: #23426c;
	color: #ffffff;
}




.hm02 {
	background-color: #F7F8F9;
	padding: 44px 40px;
	margin-bottom: 105px;
}


.hm02 .container {
	max-width: 1222px;
}


.hm02-grid {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.value-item {
  width: 25%;
  text-align: center;
}


.value-item h5 {
	margin-bottom: 7px;
	text-transform: uppercase;
}


.value-item p {
	letter-spacing: 2%;
	font-size: 16px;
	line-height: 132%;
	color: #000;
	margin-bottom: 0;
}



.hm03 {
  margin-bottom: 83px;
  padding: 0 40px;
}



.hm03 .container {
	max-width: 1320px;
}



.hm03-inner {
  text-align: center;
}


.hm03-inner h3 {
	font-weight: 600;
	letter-spacing: -1%;
	color: #1A2332;
	font-size: 34px;
}


.hm03-inner p {
	color: #445166;
}


.hm03-inner h5 {
	color: #1A2332;
	font-weight: 600;
	letter-spacing: -1%;
	margin-bottom: 50px;
}


.value-icon {
  height: 56px;
}


.hm03-item h5 {
	color: #1A2332;
	font-weight: 600;
	letter-spacing: -1%;
	margin-bottom: 12px;
}


.hm03-item p {
  color: #445166;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 400;
}



.hm03-grid {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.hm03-item {
	background: #F7F9FB;
	border-radius: 16px;
	width: 23%;
	margin: 0 1.4% 20px 0;
	padding: 20px;
}


.hm03-item:nth-child(1) {
	width: 23.7%;
}


.hm03-item:nth-child(2) {
	width: 25.2%;
}


.hm03-item:nth-child(3) {
	width: 23.75%;
}


.hm03-item:nth-child(4n) {
	margin-right: 0;
}




.hm04 {
	background: #1A2332;
	text-align: center;
	padding: 92px 40px 77px;
	margin-bottom: 102px;
}



.hm04-grid {
	max-width: 930px;
	margin: 0 auto;
}


.hm04 h3 {
	color: #fff;
	position: relative;
}


.hm04 h3::after {
	width: 64px;
	height: 4px;
	background: #3B7AAC;
	content: "";
	display: block;
	margin: 25px auto 0;
}



.hm05 {
  margin-bottom: 97px;
  padding: 0px 40px 0px;
}



.hm05 .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}



.hm05 .content-col {
	width: 49%;
}


.hm05 .image-col {
	width: 47%;
}


.hm05 .image-col img {
  width: 100%;
  border-radius: 24px;
}




.hm05 h2 {
	font-weight: 600;
	letter-spacing: -1%;
	margin-bottom: 25px;
}



.hm05 p {
  color: #111;
  opacity: 0.7;
  margin-bottom: 21px;
}


.hm05 h4 {
  color: #111;
  letter-spacing: -1%;
  margin-bottom: 25px;
  margin-top: 36px;
}



.hm05 h5 {
  letter-spacing: -1%;
  color: #111;
  margin-bottom: 15px;
}


.hm05 ul {
  margin: -12px 26px 32px;
  list-style: none;
}


.hm05 ul li {
  color: #111;
  opacity: 0.7;
  margin: 0;
  font-size: 18px;
  font-family: 'Hind', sans-serif;
  line-height: 132%;
  position: relative;
}


.hm05 ul li::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #111;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  left: -15px;
}



.btn-primary.btn-auto {
	width: auto;
}



.hm06 {
  background: #F7F8F9;
  padding: 104px 40px;
  margin-bottom: 0;
}


.hm06 .content-col {
  width: 48.5%;
}


.hm06 .image-col {
	width: 46%;
}



.hm07 {
  background: #1A2332;
  text-align: center;
  padding: 49px 40px;
  margin-bottom: 103px;
}


.hm07-grid h2 {
  color: #fff;
  font-weight: 600;
  letter-spacing: -1%;
  margin-bottom: 56px;
}


.hm07-logo {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	max-width: 1110px;
	margin: 0 auto 41px;
}


.hm7-logo-item {
  margin: 0px 1.5% 20px;
}


.white-btn {
  background: #fff;
  color: #3B7AAC;
  width: 202px;
}




.hm08 {
  margin-bottom: 147px;
  padding: 0px 40px 0px;
}



.hm08 h2 {
  text-align: center;
  font-weight: 600;
  letter-spacing: -1%;
  margin-bottom: 48px;
}


.hm08-grid {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	margin-bottom: 17px;
}


.hm08-item {
  background: #F7F8F9;
  border-radius: 24px;
  padding: 24px;
  margin: 0 1.7% 20px 0;
  width: 32.2%;
}


.hm08-item:nth-child(3n) {
  margin-right: 0;
}


.hm08-image {
  margin-bottom: 22px;
}


.hm08-image a {
  display: block;
  width: 100%;
}


.hm08-image a img {
	width: 100%;
	border-radius: 24px;
}



.hm08-content h5 {
  color: #111;
  font-weight: 600;
  letter-spacing: -1%;
  margin-bottom: 13px;
}


.hm08-content p {
  color: #111;
  opacity: 0.7;
  margin-bottom: 0;
  letter-spacing: 0;
}



.center-btn {
  text-align: center;
}


.hm08 .btn-primary {
	width: 186px;
}




.hm09 .image-col {
  width: 46%;
}


.hm09 p {
  margin-bottom: 25px;
}


.hm09 .btn-primary {
  margin-top: 5px;
  width: 191px;
}



.hm10 {
  background: #F7F8F9;
  padding: 98px 40px 100px;
}



.hm10 h2 {
  text-align: center;
  letter-spacing: -1%;
  font-weight: 600;
  margin-bottom: 48px;
}


.hm10-slide {
	background: #fff;
	border: 1px solid #E5E7EB;
	border-radius: 24px;
	padding: 25px;
	min-height: 189px;
}


.hm10-img {
  margin-bottom: 14px;
  display: none;
}


.hm10-img {
  margin-bottom: 14px;
}


.hm10-img img {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  object-fit: cover;
}


.hm10-info h5 {
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 0;
}


.hm10-info small {
  display: block;
  font-size: 14px;
  line-height: 132%;
  color: #111;
  opacity: 0.7;
  margin-bottom: 15px;
  letter-spacing: 0;
}


.hm10-info p {
  font-size: 16px;
  line-height: 25.6px;
  color: #111;
  opacity: 0.7;
  margin-bottom: 0;
  letter-spacing: 0;
}


#hm10-slider {
  padding-bottom: 82px;
}



.hm10 .swiper-button-prev {
	background: url("images/left-icon.svg") no-repeat 0 0;
	width: 48px;
	height: 48px;
	background-size: 100%;
	right: 68px;
	left: auto;
	bottom: 0;
	top: auto;
}


.hm10 .swiper-button-next{
	background:url("images/right-icon.svg") no-repeat 0 0;
	width: 48px;
	height: 48px;
	background-size: 100%;
	bottom: 0;
	top: auto;
	right: 0;
}


.hm10 .swiper-button-prev::after, 
.hm10 .swiper-button-next::after {
  display: none;
}



.hm11 {
  background: #1A2332;
  padding: 108px 40px;
  margin-bottom: 0;
}



.hm11 .container {
  padding: 0 22px;
}


.hm11 h2 {
  color: #fff;
}


.hm11 p {
  color: #fff;
  opacity: 1;
  margin-bottom: 32px;
  letter-spacing: 0;
}


.hm11 ul li {
  color: #fff;
  opacity: 1;
  margin-bottom: 10px;
  letter-spacing: 0;
}




.hm11 ul li::after {
	content: "";
	display: block;
	width: 14px;
	height: 15px;
	background: url("images/white-check.svg") no-repeat 0 0;
	border-radius: 100%;
	position: absolute;
	top: 2px;
	left: -25px;
}


.hm11 .image-col {
  width: 44.5%;
}



/*=================================HOME=================================*/






/*=========================DOCUMENT MANAGEMENT==========================*/


.hm01 span {
	color: #111;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 100%;
	display: block;
	font-family: 'Hind', sans-serif;
	margin-bottom: 15px;
	letter-spacing: 0;
}


.doc01 h1 {
  letter-spacing: -2%;
  color:#111111;
}


.doc01 p {
  letter-spacing: 0;
}


.doc01 .image-col {
	width: 44.4%;
}


.doc01 .content-col {
	width: 52%;
}


.doc02 {
	background: #1A2332;
}


.doc02 .value-item {
	width: 30%;
}


.doc02 .value-item:nth-child(2) {
	margin-right: 5.3%;
	margin-left: 3%;
}


.doc02 h5 {
	color: #fff;
	letter-spacing: -1%;
	margin: 0;
}


.doc03 .hm03-inner h3 {
  font-size: 34px;
}



.doc03 p {
  letter-spacing: 0;
}


.doc03 .hm03-grid {
	max-width: 1140px;
	margin: 0 auto;
}


.doc03 .hm03-item {
	width: 32%;
	margin: 0 2% 20px 0;
	padding: 33px 26px 31px;
}


.doc03 .hm03-item:nth-child(3n) {
  margin-right: 0;
}



.doc03 .hm03-item p {
  margin-bottom: 0;
}



.doc04 h3::after {
  display: none;
}



.doc04 .hm04-grid {
  max-width: 851px;
}



.doc05 .hm03-inner {
	max-width: 843px;
	margin: 0 auto;
}


.doc05 p {
  letter-spacing: 0;
}


.doc05 h2 {
  letter-spacing: -1%;
}


.doc06 {
  background: #F7F8F9;
  padding: 89px 40px 98px;
}



.doc06 .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}



.doc06 .doc06-title {
  width: 44%;
}


.doc06-title h2 {
  margin-bottom: 26px;
  letter-spacing: -1%;
}


.doc06-title p {
  color: #111;
  opacity: 0.7;
  letter-spacing: 0;
}


.roll-out-list {
  width: 48.5%;
}



.item-roll-out {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  width: 100%;
  margin-bottom: 24px;
}



.item-roll-out:last-child {
  margin-bottom: 0;
}


.item-head {
  position: relative;
  cursor: pointer;
  padding-left: 86px;
  padding-right: 70px;
}


.item-head img {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 100%;
}



.item-head h4 {
  margin: 0 0 6px;
  letter-spacing: -1%;
  font-weight: 600;
}




.item-head::after {
	background: url("images/plus-icon.svg") no-repeat 0 0;
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	background-size: 100%;
	position: absolute;
	top: 4px;
	right: -1px;
}




.item-head.close::after {
	background: url("images/minuse-icon.svg") no-repeat 0 0;
	background-size: auto;
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	background-size: 100%;
	position: absolute;
	top: 13px;
	right: -2px;
}




.item-head p {
  margin-bottom: 0;
  letter-spacing: 0;
}


.roll-out-list p {
  color: #111;
  opacity: 0.7;
  letter-spacing: 0;
}


.roll-list ul {
  list-style: none;
  margin: 0 0 18px 29px;
  padding: 0;
}


.roll-list ul li {
	color: #111;
	opacity: 0.7;
	font-size: 18px;
	line-height: 140%;
	margin: 0;
	font-family: 'Hind', sans-serif;
	position: relative;
}




.roll-list ul li::after {
  content: "";
  display: block;
  width: 4.5px;
  height: 4.5px;
  background: #111;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: -15px;
}


.roll-list {
  padding: 17px 81px 15px 86px;
}


.roll-list h6 {
  text-transform: none;
  margin: 0 0 10px;
  font-weight: 700;
}



.arrow-btn {
  width: auto;
  background: #fff;
  border: 1px solid #4175BA;
  color: #4175BA;
  font-weight: 700;
}


.arrow-btn span {
  position: relative;
  padding-right: 26px;
}


.arrow-btn span::after {
  background: url("images/arrows-links.svg") no-repeat 0 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100%;
  position: absolute;
  top: 7px;
  right: -1px;
}


.arrow-btn:hover span::after {
  filter: brightness(0) invert(1);
}



.doc07 {
  padding: 97px 40px 68px;
}


.doc07 .doc07-title {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.doc07 .doc07-title h2 {
	width: 45%;
	margin: 0;
	letter-spacing: -1%;
}


.doc07-title .schedule-call-btn {
  width: 162px;
}


.doc07-grid {
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  margin-top: 56px;
}


.doc07-item {
	width: 27.9%;
	margin: 0 3.6% 20px 0;
}


.doc07-item:nth-child(2) {
  width: 33%;
}


.doc07-item:nth-child(3) {
  margin-right: 0;
  width: 31.9%;
}



.doc07-item h6 span {
  background: #EDF4F9;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 100%;
  color: #3B7AAC;
  font-size: 26px;
  margin: 0 0 0;
  position: relative;
  z-index: 1;
  display: block;
}


.doc07-item h6 {
  margin: 0 0 20px;
  position: relative;
}



.doc07-item h6::after {
	content: "";
	border-bottom: 1.3px dashed #000;
	height: 2px;
	width: calc(100% - 75px);
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}



.doc07-item p {
  font-size: 24px;
  color: #111;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  line-height: 112.00000000000001%;
  letter-spacing: -1%;
  margin-bottom: 0;
}



.doc08 {
  background: #fff;
}



.doc08 .hm10-slide {
  background: #F7F8F9;
  border: 1px solid #E5E7EB;
  min-height: 220px;
}



.doc09 {
  background: #F7F8F9;
  padding: 98px 40px;
}


.doc09 .doc06-title {
	max-width: 740px;
	margin: 0 auto 56px;
	text-align: center;
}



.print-block {
  background: #FFF;
  border-radius: 24px;
  padding: 43px 56px 43px 32px;
  max-width: 624px;
  margin: 0 auto;
}



.print-block h4 {
  color: #111;
  letter-spacing: -1%;
  margin-bottom: 18px;
}



.print-block p {
  color: #111;
  opacity: 0.7;
  letter-spacing: 0;
}



.doc10 {
  padding: 94px 40px;
}



.doc10 .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}



.doc10 .doc06-title {
  width: 44%;
}



.roll-out-list2 {
  width: 49%;
}


.item-roll-out2 h4 {
  font-size: 20px;
  color: #111;
  letter-spacing: -1%;
  font-weight: 600;
  margin-bottom: 0px;
  position: relative;
  cursor: pointer;
}


.item-head2 {
  position: relative;
  padding-right: 60px;
  cursor: pointer;
}


.item-head2::after {
	background: url("images/drop-icon.svg") no-repeat 0 0;
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	background-size: 100%;
	position: absolute;
	top: 4px;
	right: -1px;
}


.item-head2.close::after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}


.item-roll-out2 p {
  color: #111;
  opacity: 0.7;
  letter-spacing: 0;
}


.roll-list2 {
  padding: 19px 0 0px 0;
}


.item-roll-out2:first-child {
	padding-top: 6px;
}


.item-roll-out2 {
  border-bottom: 1px solid #E2E8F0;
  padding: 25px 0;
}


.item-roll-out2 p:last-child {
  margin-bottom: 0;
}


.doc11 {
	margin-bottom: 0;
	padding: 78px 40px 77px;
}

.doc11 h2 {
  color: #fff;
  margin-bottom: 34px;
  letter-spacing: -1%;
}


.doc11 .schedule-call-btn {
  width: 170px;
}



/*=========================DOCUMENT MANAGEMENT==========================*/







/*=============================WHO WE HELP=============================*/


.who-we01 {
	padding-top: 113px;
	padding-bottom: 114px;
}


.who-we01 p {
  letter-spacing: 0;
}


.who-we01 h1 {
  letter-spacing: -2%;
}


.who-we01 .content-col {
  text-align: center;
  margin: 0 auto;
  width: 54%;
}


.who-we02 h5 {
	margin: 0 0 6px;
}


.who-we02 .value-item p {
	color: #fff;
	font-size: 16px;
	line-height: 132%;
	letter-spacing: 2%;
}



.center-title {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 40px
}


.center-title p {
  color: #445166;
  letter-spacing: 0;
}


.center-title h3 {
	margin-bottom: 16px;
	letter-spacing: -1%;
	color: #1A2332;
	font-size: 34px;
	font-weight: 600;
}



.who-we03 .btn-primary {
  margin-top: 13px;
}


.who-we03 .content-col {
  width: 47%;
}


.who-we03 .image-col {
	width: 46%;
}


.who-we04 .content-col {
  width: 46%;
}


.who-we04 p {
	letter-spacing: 0;
}


.who-we03 p {
  letter-spacing: 0;
}


.who-we04 .btn-primary {
  margin-top: 13px;
}


.who-we04 {
  margin-bottom: 74px;
}



.who-we05 {
  margin-bottom: 60px;
}


.who-we05 p {
  letter-spacing: 0;
}


.who-we05 .content-col {
  width: 46%;
}


.who-we05 .btn-primary {
  margin-top: 13px;
}


.who-we06 {
  background: #fff;
}


.who-we06 .hm10-slide {
	background: #F7F8F9;
	border: 1px solid #E5E7EB;
	min-height: 220px;
}



.who-we07 {
	background: #fff;
}



.who-we-page .who-we07 .container {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.who-we07 .item-roll-out {
	background: #F7F8F9;
	padding: 32px 24px 36px 24px;
}


.who-we07 .item-head::after {
	display: none;
}


.who-we07 p:last-child {
  margin-bottom: 0;
}


.who-we07 p {
  letter-spacing: 0;
}


.who-we07 .item-head h4 {
  margin: 0 0 12px;
}


.who-we07 .item-head {
	padding-left: 90px;
	padding-right: 44px;
	cursor: unset;
}


.who-we08 {
  padding-top: 74px;
  margin-bottom: 95px;
}


.who-we08 .hm08-grid {
  margin-bottom: 26px;
}


/*=============================WHO WE HELP=============================*/






/*=================================ABOUT================================*/


.about-02 {
	padding-top: 34px;
	padding-bottom: 32px;
}


.about-02 .hm07-logo {
	margin: 0;
	max-width: 100%;
}



.about-02 .hm7-logo-item {
  margin: 0 7% 0 0;
}


.about-02 .hm7-logo-item:last-child {
	margin-right: 0;
}


.about-03 .image-col {
  width: 46%;
}



.about-03 .content-col {
  width: 47%;
}


.about-03 {
  margin-bottom: 137px;
}


.about-03 p {
  letter-spacing: 0;
}


.about-04 .image-col {
  width: 46.5%;
}



.about-04 p {
  letter-spacing: 0;
}



.about-04  .content-col {
  width: 46%;
}



.about-05 h3::after {
  display: none;
}


.about-05 {
  padding-top: 63px;
  padding-bottom: 46px;
  margin-bottom: 0;
}



.about-05 h3 {
	letter-spacing: -1%;
}



.hm05 .pre-heading {
	color: #111;
	font-size: 16px;
	font-weight: 500;
	display: block;
	font-family: 'Hind', sans-serif;
	margin-bottom: 12px;
	letter-spacing: 0;
}



.about-06 .content-col {
  width: 45.5%;
}



.about-06 p {
  letter-spacing: 0;
}



.about-06 p:last-child {
  margin-bottom: 0;
}


.about-06 .image-col {
  width: 45%;
}


.about-06 {
  margin-bottom: 100px;
}



.about-07 .content-col {
  width: 46%;
}


.about-07 p {
  letter-spacing: 0;
}


.about-07 p:last-child {
  margin-bottom: 0;
}


.about-07 .image-col {
  width: 46.5%;
}


.about-08 {
  background: #F7F8F9;
  margin-bottom: 89px;
}


.about-08 .item-roll-out {
	background: #fff;
}


.about-08 .roll-out-list {
  width: 51%;
}


.about-08 .item-head {
	padding-right: 27px;
}


.about-08 .doc06-title h6 {
	font-size: 18px;
	margin: 0;
	font-weight: 400;
	text-transform: none;
	font-family: 'Hind', sans-serif;
	line-height: 132%;
	color: #111;
	opacity: 0.7;
}



.about-08 .item-head p {
  margin-bottom: 22px;
}


.about-08 .item-head p:last-child {
  margin-bottom: 0;
}



.about-08 ul {
  list-style: none;
  margin: 0 0 18px 29px;
  padding: 0;
}


.about-08 ul li {
	color: #111;
	opacity: 0.7;
	font-size: 18px;
	line-height: 140%;
	margin: 0;
	font-family: 'Hind', sans-serif;
	position: relative;
	letter-spacing: 0;
}




.about-08 ul li::after {
	content: "";
	display: block;
	width: 4.5px;
	height: 4.5px;
	background: #111;
	border-radius: 100%;
	position: absolute;
	top: 10px;
	left: -15px;
}


.about-08 .btn-primary {
  margin-top: 10px;
}



.paper-04 .center-title h2 {
	text-transform: unset;
}


.center-title h2 {
  letter-spacing: -1%;
  text-transform: capitalize;
}



.about-09 {
  margin-bottom: 144px;
  padding: 0 40px;
}



.about-09 .center-title h2 {
  text-transform: none;
}



.about-09-grid {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}



.about-09 .hm08-item {
	background: #F7F9FB;
	padding: 32px 29px 27px;
	width: 32.2%;
}


.about-09 .hm08-content h5 {
	letter-spacing: 0;
	line-height: 28px;
}


.quate {
	background: #EDF4F9;
	border-radius: 12px;
	padding: 20px 16px;
	margin-top: 20px;
}


.quate span {
	font-family: 'Hind', sans-serif;
	display: block;
	font-size: 16px;
	color: #1A2332;
	font-weight: 400;
	line-height: 132%;
	margin-bottom: 6px;
	letter-spacing: 0;
}


.quate span::before {
	content: "";
	display: block;
	width: 16px;
	height: 12px;
	background: url("images/qt-ico.svg") no-repeat 0 0;
	background-size: 100%;
	margin-bottom: 7px;
}


.quate small {
	color: #3B7AAC;
	display: block;
	font-weight: 600;
	font-family: 'Hind', sans-serif;
	font-size: 14px;
	line-height: 16.5px;
	letter-spacing: 0;
}


.about-10 {
  text-align: center;
  margin-bottom: 100px;
  padding: 0 40px;
}



.about-10-grid {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}



.about-10 h2 {
  letter-spacing: -1%;
  color: #111;
  margin-bottom: 56px;
}


.about-10-item {
  width: 24%;
  padding: 0 0;
}


.about-10-item:nth-child(2n) {
  width: 30%;
  border-left: 1px solid #E2E8F0;
  border-right: 1px solid #E2E8F0;
  padding-left: 57px;
  padding-right: 57px;
  margin: 0 4% 0 6%;
}


.about-10-item h3 {
	color: #3B7AAC;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 9px;
	letter-spacing: 0;
}


.about-10-item h5 {
  margin-bottom: 16px;
  color: #1A2332;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0;
}



.about-10-item p {
  color: #4A5568;
  font-size: 18px;
  margin: 0;
  letter-spacing: 0;
}




.logo-slider {
    width:100%;
    overflow:hidden;
}



.slick-list {
  margin: 0 -15px;
}


.slider{
    width:100%;
}


.slider .img {
  width: 180px !important;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin: 0 15px;
}


.slider .img img {
  height: 60px;
  width: auto;
  object-fit: contain;
}


.logo-slider .slick-track {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


/*=================================ABOUT================================*/










/*============================PRINT SERVICES============================*/


.print-02 .value-item:first-child {
	width: 25%;
}


.print-02 .value-item:nth-child(2) {
  margin-right: 5%;
  margin-left: 5%;
  width: 30%;
}

.print-02 .value-item {
  width: 35%;
}


.print-04 .hm04-grid {
  max-width: 970px;
}


.print-03 .hm03-grid {
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}


.print-03 .hm03-item {
  width: 32%;
}


.print-03 .hm03-item:nth-child(3n), 
.print-03 .hm03-item:last-child {
	margin-right: 0;
}


.print-04 h3 {
  letter-spacing: -1%;
}


.print-04 h3::after {
  display: none;
}


.print-06 {
	padding-bottom: 57px;
	margin-bottom: 0;
}



.brand {
  margin: 100px 0 0;
  padding: 0 40px;
}


.brand h4 {
  text-align: center;
  font-size: 28px;
  letter-spacing: -1%;
  width: 100%;
  font-weight: 600;
  margin-bottom: 39px;
}



.print-05 .hm03-inner .btn-primary {
  margin-top: 10px;
}



.print-05 .hm03-inner {
  max-width: 1035px;
}


.brand-grid {
  width: 100%;
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}


.brand-img {
  padding: 0 2.5%;
}


.brand-img img {
  display: inline;
}



.print-06 .container {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}



.print-06 .doc06-title {
  width: 45%;
}


.print-06 .roll-out-list {
  width: 50%;
}


.print-08 {
  background: #fff;
}


.print-08 .hm10-slide {
	background: #F7F8F9;
	border: 1px solid #E5E7EB;
	min-height: 220px;
}




.print-09 h2 {
  margin-bottom: 25px;
}



.print-09 {
  background: #F7F8F9;
  padding: 100px 40px 59px;
  margin-bottom: 0;
}



.print-09 .hm08-item {
	background: #FFF;
	padding: 44px 30px 41px;
}


.print-09 .hm08-content h5 {
	font-weight: 700;
	font-size: 24px;
}


.print-09 .hm08-content {
	position: relative;
	height: 100%;
	padding-bottom: 74px;
}


.print-09 .btn-primary {
  width: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}


.print-11 .doc06-title {
  width: 37%;
}


.print-11 .roll-out-list2 {
  width: 47%;
}



.print-11  .roll-list2 {
  padding-right: 52px;
}



/*============================PRINT SERVICES============================*/







/*================================M-FILES===============================*/


.file-logo img {
	height: 39px;
	margin-bottom: 16px;
	display: inline;
}


.m-file-01 .image-col {
  width: 49.4%;
}


.m-file-01 .content-col {
  width: 46%;
}



.m-file-02 .hm03-inner h3 {
  text-align: left;
  margin-bottom: 46px;
}


.m-file-02 .hm03-grid {
	max-width: 100%;
	justify-content: unset;
	-webkit-justify-content: unset;
	-moz-justify-content: unset;
}


.m-file-02 .hm03-item {
  width: 32%;
  padding: 23px 22px 39px;
}


.m-file-02 .hm03-item img {
  margin-bottom: 22px;
}


.m-file-03 .hm04-grid {
  max-width: 895px;
}


.m-file-03 {
  margin-bottom: 0;
}


.m-file-04 {
  padding-top: 102px;
  padding-bottom: 115px;
}


.m-file-05 {
  padding-bottom: 54px;
}



.m-file-06 {
	background: #F7F8F9;
	padding: 108px 40px 83px;
	margin-bottom: 96px;
}


.m-file-06 .hm03-grid {
  max-width: 100%;
}



.m-file-06 .hm03-item {
	background: #fff;
	border-radius: 16px;
	padding: 27px 20px 31px;
	margin-bottom: 30px;
}


.m-file-06 .hm03-item img {
  margin-bottom: 19px;
}


.m-file-06 .hm03-inner {
  max-width: 715px;
  margin: 0 auto 59px;
}



.m-file-07 .center-title {
  margin-bottom: 49px;
}


.m-file-07 h2 {
  line-height: 46.8px;
  letter-spacing: -0.9px;
  margin-bottom: 13px;
}


.m-file-07 .center-title p {
  color: #4A5568;
  font-size: 18px;
  line-height: 30.6px;
}



.m-file-07-grid {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
}


.m-file-07-file {
  background: #EDF4F9;
  border: 1px solid #3B7AAC;
  border-radius: 16px;
  padding: 32px;
  width: 48.5%;
}


.m-file-07-tool {
  width: 48.5%;
  border-radius: 16px;
  padding: 32px;
  background: #F7F9FB;
}


.m-file-07-file h5 {
  color: #3B7AAC;
}


.m-file-07-grid h5 {
  line-height: 22.5px;
  font-size: 20px;
  margin-bottom: 9px;
  letter-spacing: 0;
}



.m-file-07-grid h6 {
  margin-bottom: 18px;
  color: #1A2332;
  line-height: 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0;
}



.m-file-07-file ul, 
.m-file-07-grid ol {
	list-style: none;
	margin: 0;
	padding: 0 0 0 25px;
}


.m-file-07-grid ol {
  padding-left: 27px;
}



.m-file-07-grid ul li, 
.m-file-07-grid ol li {
	margin: 0 0 11px;
	position: relative;
	color: #4A5568;
	font-size: 18px;
	line-height: 132%;
	list-style: none;
}


.m-file-07-file ul li::after {
	content: "";
	display: block;
	background: url("images/blue-check.svg") no-repeat 0 0;
	width: 14px;
	height: 11px;
	background-size: 100%;
	position: absolute;
	top: 6px;
	left: -24px;
}


.m-file-07-tool ol li::after {
	content: "";
	display: block;
	width: 16px;
	height: 0;
	background-size: 100%;
	position: absolute;
	top: 12px;
	left: -27px;
	border-bottom: 2px solid #4A5568;
}



.m-file-07 {
  padding:0px 40px 100px;
}



.m-file-09 {
  padding: 100px 40px 66px;
  background: #F7F8F9;
  text-align: center;
}


.m-file-09 h2 {
	letter-spacing: -1%;
	color: #111;
	margin-bottom: 57px;
}


.m-file-09-item {
  padding: 0 3%;
}


.m-file-09-grid {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	max-width: 1036px;
	margin: 0 auto 70px;
}


.m-file-09-item h5 {
  position: relative;
  color: #111111B2;
  font-size: 20px;
  line-height: 140%;
  font-family: 'Hind', sans-serif;
  text-align: left;
  margin: 0;
  padding-left: 65px;
  letter-spacing: 0;
}


.m-file-09-item h5 img {
	position: absolute;
	left: 0;
	top: -14px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	object-fit: cover;
}

.m-file-09-item h5 span {
  font-weight: 400;
  font-size: 20px;
}



.m-file-10 {
  padding-bottom: 56px;
}


.m-file-11 .doc06-title {
  width: 48%;
}



/*================================M-FILES===============================*/






/*================================SQUARE-9===============================*/


.square-01 .file-logo img {
	height: 59px;
}


.square-10 .doc07-title h2 {
  width: 48%;
}


.square-11 .doc06-title {
  width: 42%;
}



/*================================SQUARE-9===============================*/









/*================================PAPERCUT===============================*/


.paper-01 .btn-primary {
  width: 285px;
}


.paper-01 .file-logo img {
  height: auto;
  width: 214px;
}



.paper-01 {
  margin-bottom: 92px;
}



.paper-02 .hm03-item {
  padding: 43px 22px 32px;
}




.paper-04 {
  background: #F7F8F9;
  padding: 109px 40px 99px;
}


.paper-04 .center-title {
  max-width: 1090px;
  margin: 0 auto;
}


.paper-04 h2 {
  margin-bottom: 24px;
}


.paper-04 p {
  margin-bottom: 32px;
}



.paper-05 {
  background: #fff;
}


.paper-05 .hm10-slide {
  background: #F7F8F9;
  min-height: 220px;
}



.paper-06 ul {
  margin: 0 0 18px 16px;
}


.paper-06 ul li::after {
	width: 5.99px;
	height: 5.8px;
	background: #3B7AAC;
	position: absolute;
	border-radius: 100%;
	top: 8px;
	left: -15px;
	content: "";
	display: block;
}



.paper-06 {
  padding-bottom: 40px;
}



.paper-07 ul {
	list-style: none;
	margin: 0 0 0 14px;
	padding: 0;
}


.paper-07 ul li {
	margin: 0 0 12px;
	padding-left: 16px;
}


.paper-07 ul li::after {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background: url("images/blue-check-circle.svg") no-repeat 0 0;
	border-radius: 100%;
	position: absolute;
	top: 1px;
	left: -15px;
}



.paper-07 h2 {
  margin-bottom: 18px;
}


.paper-07 h6 {
  text-transform: none;
  font-weight: 600;
  letter-spacing: -1%;
  color: #111;
  font-size: 20px;
  margin-bottom: 24px;
}



.paper-07 {
  margin-bottom: 0;
  padding-bottom: 41px;
}



.paper-08 {
  padding-bottom: 107px;
}



.paper-09 .schedule-call-btn {
  width: auto;
}



.paper-10 .doc06-title {
  width: 40%;
}


.paper-10 .roll-out-list2 {
  width: 49%;
}




/*================================PAPERCUT===============================*/



/*======================IT PROVIDER PARTNER PROGRAM========================*/


.it-program-01 {
  margin-bottom: 117px;
}


.it-program-01 .content-col span {
  text-transform: none;
}


.it-program-01 .image-col {
	width: 49.4%;
}


.it-program-01 .content-col {
  width: 42%;
}


.it-program-01 .btn-primary {
  width: 250px;
}



.it-program-02 h2 {
  font-weight: 600;
  letter-spacing: -1%;
  font-size: 34px;
  text-transform: none;
  margin-bottom: 16px;
}



.it-program-02 .hm03-grid {
  max-width: 100%;
}


.it-program-02 .hm03-item {
	width: 23.45%;
}


.it-program-02 .hm03-item:nth-child(3n) {
	margin-right: 2%;
}


.it-program-02 .hm03-item:nth-child(4n) {
	margin-right: 0;
}



.it-program-03 {
	margin-bottom: 0;
}


.it-program-04 h6 {
	font-size: 18px;
	font-weight: 700;
	line-height: 132%;
	letter-spacing: 0;
	font-family: 'Hind', sans-serif;
	text-transform: none;
	color: #111;
	opacity: 0.7;
	margin-bottom: 35px;
}



.it-program-04 {
	margin-bottom: 116px;
}



.it-program-05 .hm03-inner h3 {
	text-align: center;
	margin-bottom: 61px;
}



.it-program-06 {
	margin-bottom: 10px;
}



.it-program-06 .btn-primary {
  width: 226px;
}



.it-program-06 .roll-out-list {
  width: 49%;
}



.it-program-07 .roll-out-list {
  width: 49%;
}


.it-program-07 .item-head {
	padding-right: 8px;
}



.it-program-09 {
	background: #1A2332;
	padding-bottom: 100px;
	margin-bottom: 7px;
}


.it-program-09 h2 {
  color: #fff;
}



/*======================IT PROVIDER PARTNER PROGRAM========================*/







/*============================DEFAULT AND ERROR==========================*/


.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 100%;
  width: 100%;
}


.page-template-default article .post-inner {
  padding-top: 0;
}


.page-template-default article header h1 {
  text-align: left;
  letter-spacing: -1%;
}


.page-template-default article .entry-header-inner {
  max-width: 100%;
  width: 100%;
}


.page-template-default article {
  padding: 0 0 79px;
}


.post-meta-wrapper.post-meta-edit-link-wrapper {
  display: none;
}



.error404 #site-content {
  padding-top: 7rem;
}


.error404 #site-content .search-form {
	display: none;
}


.page-template-default article h2, 
.page-template-default article h3, 
.page-template-default article h4, 
.page-template-default article h5 {
	margin-bottom: 10px;
	margin-top: 30px;
	font-family: 'Montserrat', sans-serif;
	line-height: 112.00000000000001%;
}


.page-template-default header.header-footer-group {
	padding-bottom: 34px;
}



#site-content article .entry-content p {
	font-size: 18px;
	font-family: 'Hind', sans-serif;
	line-height: 132%;
	letter-spacing: 0;
	margin-bottom: 15px;
}


#site-content article .entry-content p strong {
	letter-spacing: 0;
}


#site-content article .entry-content ul li {
	font-family: 'Hind', sans-serif;
	line-height: 132%;
	margin: 0 0 0 29px;
	font-size: 18px;
	letter-spacing: 0;
}


.page-template-default article .entry-content p a {
  color: #4175BA;
  text-decoration: none;
}




/*============================DEFAULT AND ERROR==========================*/





/*================================Auto Dealers============================*/

.ad01 .btn-primary{
	width: 250px;
}

.ad02 .value-item:nth-child(2) {
    width: 31%;
}

.ad02 .value-item p {
	margin-top: 7px;
	color: #fff;
}

.ad04 .hm04-grid {
    max-width: 930px;
}

.ad04 h3 {
	letter-spacing: -0.32px;
}

.ad04 h3::after {
    width: 64px;
    height: 4px;
    background: #3B7AAC;
    content: "";
    display: block;
    margin: 25px auto 0;
}

.ad05 .doc06-title p:nth-child(3) {
	margin-bottom: 0;
}

.ad05-02 .doc06-title p:nth-child(3) {
	margin-bottom: 24px;
}


.ad05 .doc06-title ul {
	margin-bottom: 24px;
}

.ad05 .doc06-title ul li {
	color: #111111B2;
}

.ad05 .item-roll-out .roll-list, 
.ad05 .item-roll-out .roll-list2 {
    margin-top: -20px;
    padding: 0px 81px 0px 86px;
}

.ad05 .item-head2 h4 {
	font-weight: 600;
}

.ad05 .roll-list2 ul li {
	color: #111111B2;
}

.ad05 .roll-out-list .item-head::after {
	top: 20px;
}


.ad05 .item-head2::after {
    background: url("images/plus-icon.svg") no-repeat 0 0 !important;
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background-size: 100%;
    position: absolute;
    top: 20px;
    right: -1px;
}


.ad05 .item-head2.close::after {
    background: url("images/minuse-icon.svg") no-repeat 0 0 !important;
    background-size: auto;
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background-size: 100%;
    position: absolute;
    top: 20px;
    right: -2px;
}


.ad05 .item-roll-out:nth-child(3) .roll-list {
    margin-top: 0;
}

.ad05 .item-head, .ad05 .item-head2 {
    padding-left: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.ad05 .roll-list ul, .ad05 .roll-list2 ul {
    margin: 0 0 0px 45px;
    padding: 0;
}

.ad05 .item-head img, .ad05 .item-head2 img {
	position: relative;
}

.ad06 {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #1A2332;
	margin-bottom: 0;
}

.ad06 .content-col span {
	color: #fff;
	font-family: 'Hind', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}

.ad06 .content-col h2, .ad06 .content-col p, .ad06 .content-col ul li {
	color: #fff;
}
.ad06 .content-col ul li::after {
	background: #fff;
}

.ad06 .content-col p:nth-child(5) {
	margin-bottom: 10px;
}

.ad07 {
	background: #F7F8F9;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-bottom: 0;
}

.ad07 .hm03-grid {
    max-width: 1330px;
    margin: 0 auto;
}

.ad07 .hm03-item {
    background: #fff;
    border-radius: 24px;
    padding: 42px 50px 42px 32px;
    width: 31%;
}

.ad07 .hm03-grid .image-box {
    display: flex;
    align-items: center;
}

.ad07 .hm03-grid .image-box h5 {
	padding-left: 16px;
	font-size: 24px;
	font-weight: 700;
	line-height: 112%;
	letter-spacing: -0.24px;
	margin-bottom: 0;
}

.ad07 .hm03-grid p {
	padding: 16px 0 24px;
	font-size: 18px;
}


/*================================Auto Dealers============================*/



/*================================AEC============================*/

.aec-01 .btn-primary {
    width: 200px;
}

.aec-02 .value-item:nth-child(2) {
    margin-right: 2%;
    margin-left: 2%;
	width: 30%;
}

.aec-02 .container {
	max-width: 1280px
}

.aec-02 .value-item:first-child {
	width: 36%;
}

.aec-04 {
	margin-bottom: 0;
}

.aec-05 .doc06-title ul {
    margin-left: 10px;
}


.aec-05 .doc06-title p:nth-child(3) {
    margin-bottom: 24px;
}

.aec-05 .item-head, .aec-05 .item-head2 {
	padding-right: 0;
}

.aec-05 .item-head h4, .aec-05 .item-head2 h4 {
	margin-bottom: 0;
}

.aec-05 .item-roll-out .roll-list {
	margin-top: 0;
    padding: 0px 0px 0px 116px;
}

.aec-05 .item-roll-out .roll-list p {
	margin-bottom: 0;
}


.aec-05 .item-roll-out .roll-list2 {
    margin-top: 0;
    padding: 0px 0px 0px 70px;
}


.aec-06 {
	background: #fff;
	margin-bottom: 0;
}

.aec-06 .hm03-item {
	background: #F7F8F9;
}

.aec-06 .hm03-inner {
    max-width: 1024px;
}

.aec-06 .item-roll-out .roll-list, .aec-06 .item-roll-out .roll-list2 {
    margin-top: -20px;
    padding: 0px 10px 0px 60px;
}


/*================================AEC============================*/



/*================================ Manufacturing ============================*/

.manuf-02 {
	padding: 58px 40px;
}

.manuf-04 {
	margin-bottom: 0;
}


.manuf-05 .item-roll-out .roll-list2 {
	padding: 0px 0px 0px 114px;
}

.manuf-05 .item-roll-out .roll-list2 p:last-child {
	margin-bottom: 0;
}


.manuf-06 .hm03-grid {
	justify-content: space-between;
}
.manuf-06 .hm03-item {
    width: 23%;
    margin: 0;
	position: relative;
  	overflow: hidden;
	padding: 27px 25px 31px;
}


.manuf-06 .hm03-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #3B7AAC;
}


.manuf-05-title .center-title {
  margin: 0 auto 60px;
  text-align: center;
}


.manuf-05-title .center-title h2 {
  max-width: 100%;
  width: 100%;
  text-transform: unset;
}



/*================================ Manufacturing ============================*/







/*===========================PRIVACY-POLICY=============================*/


.page-template-default .container {
	max-width: 1350px;
}


.page-id-1439 article h2 {
  font-size: 30px;
}


/*===========================PRIVACY-POLICY=============================*/





/*===============================CONTACT=================================*/


.contact01 {
  text-align: center;
  padding-top: 110px;
  padding-bottom: 80px;
}


.contact01 .content-col {
  margin: 0 auto;
}


.contact02 {
  background: #F7F9FB;
  padding-top: 70px;
  padding-bottom: 70px;
}


.contact02 .form-col {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 38px 38px;
  border: 1px solid #E2E8F0;
  width: 100%;
  max-width: 667px;
  margin: 0 auto;
}


.contact02 .form-col h3 {
  color: #1A2332;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
  margin: 0 0 11px;
}


.form-col p.sub-title {
  margin-bottom: 33px;
}


.form-col label {
  color: #111;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-family: 'Hind', sans-serif;
  letter-spacing: 0;
}


.form-col .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}


.form-col br {
  display: none;
}


.form-col input, 
.form-col select, 
.form-col textarea {
	background: #fff;
	border: 1px solid #E2E8F0;
	border-radius: 10px;
	padding: 11px 18px 10px;
	outline: none;
	box-shadow: none;
	color: #718096;
	font-size: 15px;
	letter-spacing: 0;
	font-family: 'Hind', sans-serif;
	line-height: 100%;
	width: 100%;
}


.form-col select {
	background: #fff url("images/menu-chv.svg") no-repeat calc(100% - 20px) center;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	height: 46.6px;
	color:#1A2332;
	margin-bottom: 8px;
}


.form-col textarea {
	height: 120px;
	resize: none;
	padding-top: 16px;
	margin-bottom: 31px;
}



.cf7-row {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.cf7-row .cf7-col {
  width: 48%;
}


.cf7-col {
  margin-bottom: 8px;
}



.col-submit input {
  background: #4175ba;
  color: #fff;
  padding: 16px 10px;
  font-weight: 700;
  text-transform: none;
  border-radius: 10px;
  border: none;
  letter-spacing: 1%;
  font-size: 16px;
  opacity: 1;
  transition: background 0.3s ease;
}



.col-submit input:hover {
  background: #23426c;
  color: #ffffff;
  text-decoration:none;
}




.col-privacy {
  border-bottom: 1px solid #E2E8F0;
  padding-bottom: 28px;
  margin-bottom: 24px;
}


.col-privacy p small {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  letter-spacing: 0;
  font-family: 'Hind', sans-serif;
}


.cf7-col-100.col-privacy a {
  color: #3B7AAC;
}


.cf7-col-100.col-privacy a:hover {
  color: #23426c;
}


.contact-info {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
}


.contact-info a {
  color: #4A5568;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}


.contact-info a span {
  text-transform: none;
}


.contact-info p {
  margin: 0 25px;
}



.contact-info .tel-link::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url("images/contact-call-icon.svg") no-repeat 0 0;
	position: absolute;
	top: 0;
	left: -24px;
}




.contact-info .mail-link::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("images/contact-mail-icon.svg") no-repeat 0 0;
  position: absolute;
  top: -0.5px;
  left: -23px;
}


.cf7-col .wpcf7-not-valid-tip {
  color: red;
  font-size: 12px;
  text-transform: none;
  margin-top: 6px;
}



.form-col input::-webkit-input-placeholder, 
.form-col textarea::-webkit-input-placeholder { 
   color: #718096 !important; opacity:1 !important;
}


.form-col input::-moz-placeholder, 
.form-col textarea::-moz-placeholder { 
   color: #718096 !important;  opacity:1 !important;
}


.form-col input:-ms-input-placeholder, 
.form-col textarea:-ms-input-placeholder { 
   color: #718096 !important;  opacity:1 !important;
}


.form-col input:-moz-placeholder, 
.form-col textarea:-moz-placeholder { 
   color: #718096 !important;  opacity:1 !important;
}



.form-col p {
  opacity: 1;
}


/*===============================CONTACT=================================*/





/*=================================NEWS===================================*/



.news-banner {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 90px;
}


.news-banner-caption {
  background: rgba(0,0,0,0.5);
  padding: 140px 20px;
}


.news-banner-caption h1 {
  margin: 0;
  color: #fff;
  font-size: 62px;
  letter-spacing: 0;
}


.news-img {
  margin-bottom: 20px;
}


.news-img a img {
  width: 100%;
}


.news-img a {
  display: block;
}


.news-list .news-list-title h3 {
  line-height: 32px;
  margin-bottom: 9px;
}


.news-list .news-list-title h3 a {
  color: #111;
  text-decoration: none;
  font-size: 22px;
  line-height: normal;
  display: inline-block;
}



.news-list-featured .news-list-title h3 {
  margin-bottom: 9px;
}


.news-list-featured .news-list-title h3 a {
  color: #111;
  text-decoration: none;
  line-height: normal;
  display: inline-block;
}


.news-list-featured .news-img img {
  border-radius: 22px;
}


.news-date span {
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
}



.read-btn a {
  width: auto;
}





.news-list-featured {
  margin-bottom: 40px;
  padding: 0 40px;
}


.news-list-featured .news-list-block {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
}


.news-list-featured .news-img {
  width: 51%;
}


.news-list-featured .news-content {
  width: 47%;
}


.news-list-inner .news-list-block {
	width: 31.95%;
	margin: 0 2% 3% 0;
}


.news-list .news-list-block {
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 0 28px 0 rgba(0,0,0,0.1);
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border-radius: 22px;
	overflow: hidden;
}


.news-list-inner {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}



.news-list .news-list-block:hover {
	box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
}


.news-list-inner .news-list-block:nth-child(3n) {
  margin-right: 0;
}


.news-content {
  padding: 0 20px 28px;
}


.news-desc p {
  color: #111;
  opacity: 0.7;
}


.news-list {
  margin-bottom: 60px;
  padding: 0 40px;
}



.news-list .news-img a, 
.related-news .news-img a {
  position: relative;
  padding-bottom: calc( 0.7 * 100% );
  background: rgba(0,0,0,0.1);
  overflow: hidden;
}






.news-list .news-img a img, 
.related-news .news-img a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}


.read-btn a {
	color: #000;
	text-decoration: none;
	font-weight: 400;
	font-family: 'Hind', sans-serif;
	background: url("images/black-arrow-svg.svg") no-repeat calc(100% - 0px) center;
	padding-right: 17px;
	letter-spacing: 0;
	transition: all 0.3s linear;
}


.read-btn a:hover {
	background: url("images/black-arrow-svg.svg") no-repeat calc(100% - 0px) center;
	padding-right: 13px;
}


.news-date {
  margin-bottom: 15px;
}


.news-date .author {
  background: transparent;
  color: #111;
  padding: 3.2px 5px 2px 38px;
  border-radius: 50px;
  margin-right: 0px;
  position: relative;
}


.news-date .author img {
  position: absolute;
  left: 0;
  top: -4px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}



.news-date .date::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  display: inline-block;
  border-radius: 100%;
  margin-right: 4px;
  position: relative;
  top: -3px;
}



.pagination-box {
  width: 100%;
  text-align: center;
  margin: 24px 0 40px;
}



.pagination-box a, 
.pagination-box span {
	height: 35px;
	display: inline-block;
	padding: 0 14px;
	border: 1px solid rgba(0,0,0,0.1);
	text-decoration: none;
	line-height: 35px;
	color: #000;
	margin: 0 3px;
	border-radius: 2px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.pagination-box span {
	background: #4175BA;
	color: #fff;
}


.pagination-box a:hover, 
.pagination-box span:hover {
	background: #23426c;
	color: #fff;
}



.register-btn {
  margin: 30px 0 49px;
}



.register-btn a {
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  font-size: 16px;
  background: #4175BA;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  letter-spacing: 1%;
  padding: 6px 20px 6px;
  height: auto;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  text-decoration: none;
  line-height: 35px;
}



.register-btn a:hover {
  background: #23426c;
  color: #fff;
}


.register-btn a br {
  display: none;
}



.wp-block-button {
  margin: 30px 0 49px;
}



.wp-block-button a {
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  font-size: 16px;
  background: #4175BA;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  letter-spacing: 1%;
  padding: 14px 20px;
  height: auto;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  text-decoration: none;
  line-height: 19px;
}



.wp-block-button a:hover {
  background: #23426c;
  color: #fff;
  text-decoration:none !important;
}


.wp-block-button a br {
  display: none;
}


.wp-block-buttons.is-content-justification-center {
  margin: 52px 0 36px;
}


.news-detail02 {
  padding-left: 40px;
  padding-right: 40px;
}



.related-news {
  margin-top: 40px;
}



.news-detail02 ul {
  margin-left: 10px;
}



.related-news h2 {
  margin-bottom: 30px;
}



/*=================================NEWS===================================*/






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



footer#site-footer {
	margin: 0 !important;
	background: #1A2332;
	padding: 47px 40px 42px;
}


.footer-logo .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.footer-logo .widget_media_image img {
  width: 84px;
}


.footer-logo .widget_media_image {
	margin-bottom: 23px;
}


.footer-logo .item-info {
	width: 44%;
}


.footer-logo .item-info p {
	color: #fff;
	font-family: 'Hind', sans-serif;
	font-size: 18px;
	line-height: 132%;
}


#site-footer .item-button a {
	width: 170px;
}



#site-footer .item-button a:hover {
	text-decoration:none !important;
}


.widget {
	margin-top: 0;
}


.footer-upper-links .container {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
}


.footer-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.footer-links ul li h3 {
  margin-bottom: 6px;
}


.footer-links ul li h3 a {
	font-size: 18px;
	font-weight: 600;
	line-height: 132%;
	font-family: 'Hind', sans-serif;
	text-decoration: none;
	opacity:1;
	letter-spacing: 0;
}


.footer-links ul li a {
	color: #fff;
	opacity: 0.7;
	font-size: 18px;
	line-height: 132%;
	display: inline-block;
	font-family: 'Hind', sans-serif;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}


.footer-links ul li a:hover, 
.footer-copyright a:hover {
	color: #4175BA;
	opacity:1;
	text-decoration:none !important;
}



.footer-links {
  width: 15%;
  margin: 0 5% 0 0;
}


.footer-links:nth-child(3) {
	margin-right: 3.5%;
}


.footer-links:nth-child(4) {
	margin-right: 4.7%;
	width: 11%;
}



.footer-links:nth-child(5) {
	margin-right: 5%;
	width: 10.7%;
}


.footer-links:last-child {
	margin-right: 0;
	width: 10%;
}


.footer-links ul li {
  margin: 0 0 3px;
}



.footer-logo {
  margin-bottom: 35px;
}



#site-footer .section-inner {
	width: 100%;
	max-width: 100%;
}


#site-footer .section-inner .container {
	border-top: 1px solid #fff;
	margin-top: 34px;
	padding-top: 14px;
}



#site-footer .footer-credits p {
  color: #fff;
  font-size: 16px;
  line-height: 132%;
  font-weight: 400;
  font-family: 'Hind', sans-serif;
}


.footer-credits .widget_custom_html {
	margin: -4px 0 0;
}



.footer-credits .widget_custom_html ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}


.footer-credits .widget_custom_html ul li {
	margin: 0;
	margin-left: 17px;
	line-height: normal;
}


.footer-credits .widget_custom_html ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 132%;
	font-weight: 400;
	font-family: 'Hind', sans-serif;
}


.footer-credits .widget_custom_html ul li a:hover {
	color: #4175BA;
	text-decoration:none !important;
}


#site-footer .footer-credits {
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


.footer-credits .widget_custom_html ul li:first-child {
  margin-left: 0;
}


p:empty {
  display: none;
}



#site-footer a {
  text-decoration: none !important;
}



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





/*=========================================================================================================================================================================================================================================================================================================================================================================*/







/*===============================HEADER=================================*/




@media (max-width:1000px){

	#site-header {
	  padding: 0 15px;
	}


	.header-titles-wrapper {
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
	}


	#site-header .header-inner {
		padding: 8px 0;
	}
	
	
}/*====media close===*/


@media (min-width:1000px) and (max-width:1300px){


	.header-navigation-wrapper {
		padding: 0 125px;
	}


	#site-header .schedule-call-btn a {
		font-size: 14px;
		padding: 6px 14px;
		height: 42px;
	}


	#site-header nav li.menu-item-has-children {
	  margin-right: 0;
	}


	#site-header nav li .icon {
		right: 4px;
		top: 5px;
	}


	#site-header nav li a {
		font-size: 11px;
	}


	#site-header nav li {
	  margin-left: 11px;
	}


	#site-header nav li:first-child {
	  margin-left: 0;
	}
		
	
	
}/*====media close===*/





@media (min-width:1100px) and (max-width:1200px){

	#site-header nav li a {
		font-size: 13px;
	}
	
	#site-header .schedule-call-btn a {
		font-size: 14px;
		padding: 6px 20px;
		height: 44px;
	}

}/*====media close===*/




@media (min-width:1200px) and (max-width:1300px){

	#site-header nav li a {
		font-size: 14px;
	}


	#site-header nav li {
		margin-left: 20px;
	}


	#site-header nav li:first-child {
		margin-left: 0;
	}
	
	#site-header .schedule-call-btn a {
		font-size: 14px;
		padding: 6px 20px;
		height: 44px;
	}

}/*====media close===*/



@media (min-width:1300px) and (max-width:1400px){

	.header-navigation-wrapper {
		padding: 0 157px;
	}

}/*====media close===*/


/*===============================HEADER=================================*/





/*===============================HOME=================================*/



@media (max-width:1000px){
	
		
	.hm01, 
	.hm02, 
	.hm03, 
	.hm04, 
	.hm05, 
	.hm06, 
	.hm07, 
	.hm08, 
	.hm09, 
	.hm10, 
	.hm11, 
	.hm12 {
		padding-left:15px;
		padding-right:15px;
	}


	.hm01 .container {
		padding-left: 0;
	}
	
	
}/*====media close===*/



@media (max-width:767px){


	body h2 {
		font-size: 28px;
	}


	.hm01 {
		padding-top: 50px;
		padding-bottom: 67px;
	}



	.hm01 h1 {
		font-size: 30px;
	}


	.hm01 h1 br {
	  display: none;
	}


	.hm01 .content-col {
		width: 100%;
		margin-bottom: 40px;
	}


	.hm01 .image-col {
		width: 100%;
	}


	.value-item {
		width: 100%;
		margin-bottom: 40px;
	}


	.value-item:last-child {
	  margin-bottom: 0;
	}



	.hm02 {
		margin-bottom: 60px;
	}


	.hm03-inner h3 {
		font-size: 28px;
	}


	.hm03-item {
		width: 100% !important;
		margin: 0 0 20px;
	}



	.hm03 {
		margin-bottom: 50px;
	}



	.hm04 h3 {
		font-size: 28px;
	}



	.hm04 {
		padding: 70px 40px 65px;
		margin-bottom: 60px;
	}



	.hm05 .content-col {
		width: 100%;
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
	}



	.hm05 .image-col {
		width: 100%;
		margin-bottom: 40px;
	}



	.hm05 {
		margin-bottom: 60px;
	}


	.hm06 .image-col {
		width: 100%;
		margin-bottom: 40px;
	}


	.hm06 .content-col {
	  width: 100%;
	}


	.hm05.hm06 {
	  padding-top: 65px;
	  padding-bottom: 60px;
	  margin-bottom: 0;
	}


	.hm7-logo-item {
		margin: 0 10px 20px;
	}


	.hm07 {
		margin-bottom: 60px;
	}


	.hm08-item {
		margin: 0 0 20px;
		width: 100%;
	}



	.hm08 {
		margin-bottom: 70px;
	}


	.hm08-content h5 {
		font-size: 17px;
	}


	.hm09 h2 {
	  font-size: 28px;
	}




	.hm10 {
	  padding-top: 60px;
	  padding-bottom: 50px;
	}


	#hm10-slider {
	  padding-bottom: 60px;
	}


	.hm10 .swiper-button-next {
		width: 35px;
		height: 35px;
		right: calc(50% - 39px );
	}


	.hm10 .swiper-button-prev {
		width: 35px;
		height: 35px;
		right: calc(50% + 7px);
	}



	.hm11 {
	  padding-top: 71px;
	  padding-bottom: 64px;
	  margin-bottom: 0;
	}


	.hm11 .container {
	  padding: 0;
	}

	
	
}/*====media close===*/




@media (min-width:767px) and (max-width:1000px){
	
		
	body h1 {
		font-size: 32px;
	}	


	body h1 br {
	  display: none;
	}


	body h2, 
	body h3, 
	.hm03-inner h3 {
		font-size: 30px;
	}


	.hm01 .content-col {
		width: 47%;
	}


	.value-item {
	  width: 30%;
	  text-align: center;
	}


	.value-item br {
	  display: none;
	}


	.value-item h5 {
		font-size: 16px;
	}


	.hm02-grid {
		align-items: unset;
		-webkit-align-items: unset;
		-moz-align-items: unset;
		-ms-align-items: unset;
	}
	
	
	
	.hm03-grid {
	  justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	}


	.hm03-item {
		width: 48.8% !important;
		margin: 0 0 18px;
		padding: 20px;
	}



	.hm05 .image-col {
	  width: 100%;
	  margin-bottom: 40px;
	}



	.hm05 .content-col {
		width: 100%;
		order: 2;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
	}



	.hm06 .image-col {
	  width: 100%;
	  margin-bottom: 40px;
	}


	.hm06 .content-col {
	  width: 100%;
	}


	.hm7-logo-item {
		padding: 0 29px;
	}


	.hm09 .image-col, .hm11 .image-col {
	  width: 100%;
	}
	
	
	.hm11 .container {
	  padding: 0;
	}
			
	
	
}/*====media close===*/






@media (min-width:1000px) and (max-width:1340px){


	.hm01 br, .value-item br {
		display: none;
	}


	.value-item {
		width: 28%;
	}


	.value-item h5 {
		font-size: 17px;
	}


	.hm02-grid {
		align-items: unset;
		-webkit-align-items: unset;
		-moz-align-items: unset;
		-ms-align-items: unset;
	}



	.hm05 .container {
		align-items: unset;
		-webkit-align-items: unset;
		-moz-align-items: unset;
		-ms-align-items: unset;
	}
	
	
	 .hm09 .container {
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
	  }
	  
	 

}/*====media close===*/




@media (min-width:1300px) and (max-width:1500px){
	
	.hm01 br, .value-item br {
		display: none;
	}

}/*====media close===*/




@media (min-width:1000px) and (max-width:1200px){
	
	  .hm10-slide {
	  min-height: 220px;
	}

}/*====media close===*/


/*===============================HOME=================================*/










/*=========================DOCUMENT MANAGEMENT==========================*/



@media (max-width:1000px){

	.doc06, 
	.doc07, 
	.doc08, 
	.doc09, 
	.doc10, .doc11 {
	  padding-left:15px;
	  padding-right:15px;
	}	

}/*====media close===*/




@media (max-width:767px){

	.doc02 .value-item {
	  width: 100%;
	}


	.doc03 .hm03-inner h3 {
	  font-size: 28px;
	}


	.doc03 .hm03-item {
	  margin: 0 0 20px;
	}


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


	.doc06 .doc06-title {
	  width: 100%;
	  margin-bottom: 20px;
	}


	.roll-out-list {
	  width: 100%;
	}


	.item-head {
	  position: relative;
	  cursor: pointer;
	  padding: 69px 27px 0 0;
	}


	.roll-list {
	  padding: 17px 26px 15px 2px;
	}



	.item-head::after {
		width: 15px;
		height: 15px;
		top: 71px;
		right: -1px;
	}


	.item-head.close::after {
		width: 15px;
		height: 17px;
		top: 79px;
		right: -2px;
	}



	.item-head img {
		width: 55px;
		height: 55px;
	}



	.item-head h4 {
		font-size: 20px;
	}


	.roll-list h6 {
		font-size: 16px;
	}



	.doc07 .doc07-title h2 {
	  width: 100%;
	  margin: 0 0 21px;
	}
	
	
	.doc07-item {
	  width: 100% !important;
	  margin: 0 0 37px;
	}


	.doc07-item:last-child {
	  margin-bottom: 0;
	}



	.doc07 {
	  padding-bottom: 25px;
	  padding-top: 60px;
	}



	.doc07-item p {
		font-size: 20px;
	}


	.doc09 {
	  padding-top: 60px;
	  padding-bottom: 74px;
	}



	.print-block {
		padding: 43px 23px;
	}


	.doc10 {
	  padding-top: 60px;
	  padding-bottom: 60px;
	}


	.doc10 .doc06-title {
	  width: 100%;
	  margin-bottom: 30px;
	}


	.roll-out-list2 {
	  width: 100%;
	}
		

	.item-roll-out2 h4 {
		font-size: 18px;
	}	
		
		
	.doc11 {
	  margin-bottom: 0;
	}	
		
		
	.doc11 h2 {
		font-size: 28px;
	}	
	
	
	.arrow-btn {
		font-size: 15px;
		font-weight: 600;
	  }

	

}/*====media close===*/



@media (min-width:767px) and (max-width:1000px){
		
	.doc03 .hm03-item {
		width: 32% !important;
	}


	.item-head img {
		width: 55px;
		height: 55px;
	}


	.item-head {
		padding-left: 67px;
		padding-right: 40px;
	}


	.roll-list {
		padding: 17px 50px 15px 68px;
	}


	.doc07 .doc07-title h2 {
		width: 66%;
	}


	.doc07-item p {
		font-size: 20px;
	}


	.doc07 {
	  padding-bottom: 20px;
	}



	.doc03 .hm03-inner h3 {
	  font-size: 30px;
	}
	
}/*====media close===*/	
	



@media (min-width:1000px) and (max-width:1100px){

	.doc08 .hm10-slide {
		min-height:300px;
	}

}/*====media close===*/




@media (min-width:1100px) and (max-width:1200px){

	.doc08 .hm10-slide {
		min-height: 265px;
	}

}/*====media close===*/


/*=========================DOCUMENT MANAGEMENT==========================*/







/*=============================WHO WE HELP=============================*/



@media (max-width:1000px){


	.center-title {
		padding-left: 15px;
		padding-right: 15px;
	}


}/*====media close===*/




@media (max-width:767px){


	.who-we01 {
	  padding-bottom: 32px;
	}


	.who-we01 .content-col {
	  margin-bottom: 0;
	}


	.center-title h3 {
		font-size: 28px;
	}


	.hm05.who-we04 {
	  margin-bottom: 67px;
	}



	.who-we05 {
	  margin-bottom: 20px;
	}


	.who-we07 .item-head {
	  padding: 69px 27px 0 0;
	}


	.who-we07 {
	  padding-bottom: 0;
	}



}/*====media close===*/




@media (min-width:767px) and (max-width:1000px){
	

	.who-we01 {
	  padding-top: 76px;
	  padding-bottom: 78px;
	}	
		

	.who-we01 .content-col {
		width: 84%;
	}


	.who-we06 .hm10-slide {
		min-height: 224px;
	}


	.who-we06 {
		padding-bottom: 30px;
	}


	.who-we05 {
	  margin-bottom: 10px;
	}	


	.who-we07 .item-head {
		padding-left: 67px;
		padding-right: 0px;
	}
	
	
}/*====media close===*/




@media (min-width:1000px) and (max-width:1300px){


	.who-we01 .content-col {
		width: 77%;
	}


	.who-we01 .content-col br {
		display: inline;
	}


	.who-we06 .hm10-slide {
		min-height: 255px;
	}


	.who-we07 .item-head {
		padding-right: 20px;
	}


	.who-we06 {
	  padding-bottom: 50px;
	}


	.who-we07 {
	  padding-bottom: 60px;
	}
	
	
	.who-we02 p br {
	  display: inline;
	}


}/*====media close===*/




@media (min-width:1300px) and (max-width:1500px){
	
	.who-we02 p br {
	  display: inline;
	}

}/*====media close===*/



/*=============================WHO WE HELP=============================*/







/*================================ABOUT================================*/



@media (max-width:1000px){
	
	.hm04, 
	.about-09, 
	.about-10 {
		padding-left: 15px;
		padding-right: 15px;
	}
		
}/*====media close===*/



@media (max-width:767px){
	

	.about-02 .hm7-logo-item {
		margin: 0 0 15px;
		width: 100%;
		text-align: center;
	}


	.hm04 br {
		display: none;
	}


	.about-02 .hm7-logo-item img {
	  display: inline;
	}


	.about-08 .doc06-title {
	  margin-bottom: 40px;
	}


	.about-08 .roll-out-list {
	  width: 100%;
	}


	.about-05 {
	  margin-bottom: 0;
	}


	.hm05.about-06 {
	  margin-bottom: 67px;
	}


	.about-08 {
		padding-bottom: 75px;
		margin-bottom: 60px;
	}


	.about-09 .hm08-item {
		padding: 32px 29px 27px;
		width: 100%;
	}

	.about-09 {
		margin-bottom: 76px;
	}


	.about-10-item {
		width: 100% !important;
		padding: 0 0 37px !important;
		border-bottom: 1px solid #E2E8F0;
		border-left: none !important;
		border-right: none !important;
		margin-bottom: 40px !important;
	}


	.about-10-item:last-child {
		border-bottom: none;
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}



	.about-10 {
		margin-bottom: 70px;
	}


	.about-10-item h3 {
		font-size: 30px;
	}


}/*====media close===*/




@media (min-width:767px) and (max-width:1000px){
	
		
	.about-02 .hm7-logo-item {
		margin: 5px 0;
		width: 43%;
		text-align: center;
	}


	.about-02 .hm7-logo-item img {
	  display: inline;
	}


	.about-03, 
	.about-04 {
	  margin-bottom: 70px;
	}


	.about-06 {
	  padding-bottom: 70px;
	}


	.about-09 .hm08-item {
		width: 48.7%;
		margin: 0 0 20px;
	}


	.about-09 {
		margin-bottom: 94px;
	}


	.about-09 .hm08-grid {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}



	.about-10-item:nth-child(2n) {
		padding-left: 25px;
		padding-right: 25px;
		width: 32%;
	}


	.about-10-item p {
		font-size: 16px;
	}


	.about-10-item h5 {
		margin-bottom: 9px;
	}



	.about-10-item h3 {
		font-size: 30px;
	}

	
	
}/*====media close===*/




@media (min-width:1000px) and (max-width:1300px){


	.about-02 .hm7-logo-item {
		margin: 0 5% 0 0;
	}


	.about-02 .hm7-logo-item:last-child {
	  margin-right: 0;
	}


	.about-08 {
		padding-bottom: 95px;
	}


	.about-10-item:nth-child(2n) {
		width: 36%;
		padding-left: 40px;
		padding-right: 40px;
		margin: 0px 6% 0 6%;
	}


	.about-10-item p br {
	  display: none;
	}




}/*====media close===*/


/*================================ABOUT================================*/



/*============================PRINT SERVICES============================*/


@media (max-width:1000px){

	.brand{
		padding-left:15px;
		padding-right:15px;
	}

}/*====media close===*/



@media (max-width:767px){


	.print-02 .value-item:first-child {
	  width: 100%;
	}


	.print-02 .value-item:nth-child(2) {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}


	.brand-img {
	  padding: 0 18.5% 4px;
	}


	.brand {
		margin: 70px 0 0;
	}


	.print-06 {
	  margin-bottom: 0;
	}


	.print-09 {
	  padding-top: 60px;
	  padding-bottom: 35px;
	  margin-bottom: 0;
	}


	.print-11 .roll-out-list2 {
	  width: 100%;
	}


	.print-11 .roll-list2 {
	  padding-right: 33px;
	}



}/*====media close===*/




@media (min-width:767px) and (max-width:1000px){
	
	
	.print-08 .hm10-slide {
		min-height: 275px;
	}	

	.print-09 .btn-primary {
		font-weight: 600;
		font-size: 14px;
	}


	.print-11 .doc06-title {
	  width: 45%;
	}	
	
	
}/*====media close===*/




@media (min-width:1000px) and (max-width:1100px){
	
	.print-08 .hm10-slide {
		min-height: 296px;
	}


}/*====media close===*/




@media (min-width:1100px) and (max-width:1300px){
	
	.print-08 .hm10-slide {
		min-height: 244px;
	}


}/*====media close===*/



@media (min-width:1000px) and (max-width:1300px){

	.print-11 .doc06-title {
	  width: 44%;
	}
	
	
	.doc07 .doc07-title h2 {
	  width: 56%;
	}
	
	
}/*====media close===*/



/*============================PRINT SERVICES============================*/






/*================================M-FILES===============================*/



@media (max-width:1000px){


	.m-file-07, 
	.m-file-09 {
		padding-left: 15px;
		padding-right: 15px;
	}

}/*====media close===*/





@media (max-width:767px){


	.m-file-03 {
	  margin-bottom: 0;
	}
	
	
	
	.m-file-02 .hm03-inner h3 {
	  margin-bottom: 28px;
	}


	.m-file-06 {
	  padding-top: 58px;
	  padding-bottom: 53px;
	}


	.m-file-07 h2 {
	  line-height: 31.8px;
	  letter-spacing: -0.9px;
	  margin-bottom: 13px;
	}


	.m-file-07 .center-title p br {
	  display: none;
	}


	.m-file-07 .center-title p {
		line-height: 27.6px;
	}


	.m-file-07 {
		padding-top: 15px;
		padding-bottom: 76px;
	}



	.m-file-07-file {
		width: 100%;
		margin-bottom: 40px;
	}


	.m-file-07-tool {
		width: 100%;
	}


	.m-file-09 {
	  padding-top: 70px;
	}



	.m-file-09-grid {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		margin-bottom: 0;
	}



	.m-file-09 h2 {
		margin-bottom: 80px;
	}



	.m-file-09-item {
	  width: 100%;
	  text-align: center;
	  margin: 0 0 55px;
	}



	.m-file-09-item h5 {
		padding: 30px 0 0;
		font-size: 18px;
		line-height: 18px;
		text-align: center;
	}


	.m-file-09-item h5 span {
	  font-weight: 400;
	  font-size: 18px;
	  line-height: 20px;
	}


	.m-file-09-item h5 img {
		top: -33px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}




}/*====media close===*/





@media (min-width:767px) and (max-width:1000px){
		
	.m-file-09-item h5 span {
		font-size: 16px;
	}		
	
}/*====media close===*/




@media (min-width:1000px) and (max-width:1200px){
		
	.m-file-09-item h5 span {
		font-size: 18px;
	}

}/*====media close===*/




@media (min-width:1000px) and (max-width:1400px){
		
	.doc07 .doc07-title h2 {
		width: 50%;
	}	
	
}/*====media close===*/



/*================================M-FILES===============================*/





/*================================SQUARE-9===============================*/



@media (min-width:1000px) and (max-width:1400px){
		
	.square-10 .doc07-title h2 {
		width: 70%;
		max-width: 642px;
	}


	.square-11 .doc06-title {
	  width: 46%;
	}
	
}/*====media close===*/




/*================================SQUARE-9===============================*/




/*================================Auto Dealers============================*/

@media (min-width: 1101px){
	.ad01 h1, .ad01 p {
    width: 575px;
}
}


@media (min-width:767px) and (max-width:1024px){
	.ad05 .item-roll-out .roll-list, .ad05 .item-roll-out .roll-list2 {
    margin-top: 0;
		padding: 0px 50px 0px 60px;
}
	.ad07 .hm03-item {
    padding: 25px;
}
	.ad07 .hm03-item .image-box img {
		width: 50px;
		height: 50px;
	}
	
	.ad07 .hm03-grid .image-box h5 {
		font-size: 18px;
	}
	
	.ad07 .hm03-grid p {
		font-size: 16px;
	}
	
	.ad07 .btn-primary {
		font-size: 14px;
		padding: 5px 16px 5px;
	}
}


@media (max-width: 767px){
.ad02 .value-item:nth-child(2) {
    width: 100%;
}

.ad05 .item-head, .ad05 .item-head2 {
	padding: 15px 27px 5px 0;
}
	
.item-head2 h4 {
    font-size: 20px;
}
	
.ad05 .item-roll-out .roll-list, .ad05 .item-roll-out .roll-list2 {
    margin-top: 0;
    padding: 0px 30px 15px 30px;
}
	
.ad05 .roll-out-list .item-head::after {
    top: 30px;
}
	
.ad05 .roll-out-list .item-head2::after {
    top: 30px;
}
	
.ad06, .ad07 {
    padding-top: 70px;
    padding-bottom: 70px;
}
	
}/*====media close===*/


/*================================Auto Dealers============================*/



/*================================PAPERCUT===============================*/


@media (max-width:1000px){


.paper-04 {
  padding-left: 15px;
  padding-right: 15px;
}


}/*====media close===*/




@media (max-width:767px){


	.paper-01 {
	  margin-bottom: 0;
	}


	.paper-04 {
	  padding-top: 64px;
	  padding-bottom: 73px;
	}


	.paper-06 {
	  padding-bottom: 0;
	}


	.who-we04.paper-07 {
	  margin-bottom: 0;
	  padding-bottom: 0;
	}


	.paper-08 {
	  padding-bottom: 72px;
	}


}/*====media close===*/




@media (min-width:767px) and (max-width:1000px){


	.paper-01 {
	  margin-bottom: 0;
	}


	.paper-05 .hm10-slide {
	  min-height: 267px;
	}


	.paper-08 .m-file-09-item {
	  padding: 0 2%;
	}


}/*====media close===*/





@media (min-width:1000px) and (max-width:1300px){


	.paper-05 .hm10-slide {
	  min-height: 283px;
	}


}/*====media close===*/




@media (min-width:1280px) and (max-width:1400px){


	.paper-05 .hm10-slide {
	  min-height: 240px;
	}


}/*====media close===*/




/*================================PAPERCUT===============================*/






/*============================DEFAULT AND ERROR==========================*/



@media (max-width:1000px){

	.page-template-default article {
		padding-left: 15px;
		padding-right: 15px;
	}

}/*====media close===*/





@media (min-width:1000px) and (max-width:1400px){


	.page-template-default article {
		padding-left: 40px;
		padding-right: 40px;
	}


}/*====media close===*/


/*============================DEFAULT AND ERROR==========================*/







/*======================IT PROVIDER PARTNER PROGRAM========================*/



@media (max-width:767px){


	.it-program-01 {
	  margin-bottom: 10px;
	}


	.it-program-02 h2 {
		font-size: 30px;
	}


	.hm04.it-program-03 {
	  margin-bottom: 0;
	}


	.it-program-05 {
	  margin-top: 70px;
	}


	.it-program-07 .roll-out-list {
	  width: 100%;
	  margin-bottom: 40px;
	}


	.it-program-06 {
	  margin-bottom: 10px;
	}


	.it-program-07 {
	  padding-bottom: 58px;
	}



	.it-program-09 {
		margin-bottom: 10px;
	}



}/*====media close===*/





@media (min-width:767px) and (max-width:1000px){


	.it-program-02 .hm03-grid {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}


	.it-program-02 .hm03-item {
		width: 48.5% !important;
		margin-right: 0;
	}


	.it-program-01 {
	  margin-bottom: 6px;
	}


	.it-program-10 br {
	  display: none;
	}


}/*====media close===*/





@media (min-width:1000px) and (max-width:1300px){

	.it-program-07 {
		padding-bottom: 87px;
	}

}/*====media close===*/



/*======================IT PROVIDER PARTNER PROGRAM========================*/



/*================================AEC============================*/


@media (min-width: 1101px){
	
	.aec-01 h1 {
		width: 620px
	}
	
	.aec-05 h2 {
	width: 500px;
}
}/*====media close===*/

@media (max-width: 767px){
	.aec-02 .value-item, .aec-02 .value-item:first-child, .aec-02 .value-item:nth-child(2) {
		width: 100%;
	}
	
}/*====media close===*/


/*================================AEC============================*/

/*================================ Manufacturing ============================*/


@media (min-width: 1101px){
	
	.manuf-05 h2 {
	font-size: 30px;
    width: 100%;
}
}/*====media close===*/

@media (min-width:767px) and (max-width:1000px){
	.manuf-06 .hm03-item {
    width: 24%!important;
}
}



/*================================ Manufacturing ============================*/





/*===============================CONTACT=================================*/



@media (max-width:767px){


	.contact01 .content-col {
		margin-bottom: 0;
	}


	.contact01 {
	  padding-bottom: 36px;
	}


	.contact02 {
	  padding-top: 68px;
	}



	.contact02 .form-col {
		padding: 38px 24px;
	}


	.cf7-row .cf7-col {
	  width: 100%;
	}


	.contact-info {
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
	}


}/*====media close===*/



/*===============================CONTACT=================================*/







/*=================================NEWS===================================*/



@media (max-width:1000px){

	.news-detail02, 
	.news-list, 
	.news-list-featured {
		padding-left: 15px;
		padding-right: 15px;
	}

}/*====media close===*/




@media (max-width:767px){

	.news-banner-caption {
		padding: 110px 20px;
	}


	.news-banner-caption h1 {
		font-size: 50px;
	}


	.news-list-featured .news-img {
	  width: 100%;
	}


	.news-list-featured .news-content {
	  width: 100%;
	  padding: 0;
	}


	.news-list-featured .news-list-title h3 a, 
	.news-list .news-list-title h3 a {
	  font-size: 20px;
	}


	.news-list-inner .news-list-block {
	  width: 100%;
	  margin: 0 0 36px;
	}


	.news-banner {
		margin-bottom: 70px;
	}
	
	
	.register-btn a {
		font-size: 14px;
		padding: 6px 15px 6px;
	}	



.pagination-box a, .pagination-box span {
	margin: 0 0;
	font-size: 16px;
}


}/*====media close===*/




@media (min-width:767px) and (max-width:1000px){
	
	.news-list-featured .news-list-title h3 a {
	  font-size: 25px;
	}
	
}/*====media close===*/



@media (min-width:767px) and (max-width:970px){
	

	.news-list-featured .news-content {
	  width: 100%;
	  padding: 0;
	}


	.news-list-featured .news-img {
	  width: 100%;
	}


	.news-list-inner .news-list-block {
		width: 48.5%;
		margin: 0 0 30px;
	}


	.news-list-inner {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
	}


	
}/*====media close===*/




@media (min-width:970px) and (max-width:1180px){
	
	.news-list-featured .news-img img {
		border-radius: 22px;
		height: 458px;
		object-fit: cover;
	}
	
}/*====media close===*/






/*=================================NEWS===================================*/







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


@media (max-width:1000px){

	footer#site-footer {
		padding: 37px 15px 25px;
	}

}/*====media close===*/




@media (max-width:767px){


	.footer-logo .item-info {
		width: 100%;
		margin-bottom: 26px;
	}



	#site-footer .item-button a {
		font-size: 16px;
		padding: 6px 20px 6px;
		height: auto;
	}


	.footer-links {
		width: 100% !important;
		margin: 0 0 19px !important;
	}


	.footer-credits .widget_custom_html ul {
		justify-content: unset;
		-webkit-justify-content: unset;
		-moz-justify-content: unset;
		-ms-justify-content: unset;
	}


	#site-footer .footer-credits p {
		text-align: left;
		margin-bottom: 5px;
	}


	.footer-logo .widget-content {
	  text-align: left;
	}


	.footer-logo .widget-content img {
	  display: initial;
	}


	.upper-1-item.item-button {
	  width: 100%;
	}


	.footer-links ul li {
		text-align: left;
	}


	#site-footer .section-inner .container {
		border-top: 1px solid rgba(255,255,255,0.4);
		margin-top: 6px;
	}


}/*====media close===*/



@media (min-width:767px) and (max-width:1000px){


	.footer-links {
	  width: 28%;
	  margin: 0 8% 22px 0;
	}


	.footer-links:nth-child(3) {
	  margin-right: 0;
	}


	.footer-links:nth-child(4) {
		margin-right: 10%;
		width: 26%;
	}
	
	
	.footer-links:nth-child(5) {
	  margin-right: 10%;
	  width: 25.8%;
	}


	.footer-links:last-child {
	  margin-right: 0;
	  width: 28%;
	}


	.footer-logo .item-info {
	  width: 70%;
	}	
	
	
}/*====media close===*/








@media (min-width:1000px) and (max-width:1300px){


	.footer-links {
		width: 14%;
		margin: 0 4% 0 0;
	}	
	
	
	.footer-links ul li h3 a, 
	.footer-links ul li a {
		font-size: 16px;
	}


	.footer-links:nth-child(1) {
		width: 19%;
	}


	.footer-links:nth-child(2) {
		width: 19%;
	}


	.footer-links:nth-child(3) {
		margin-right: 2%;
	}


	.footer-links:nth-child(4) {
		margin-right: 3%;
		width: 13%;
	}
	
	
	.footer-links:nth-child(5) {
	  margin-right: 2%;
	  width: 6.7%;
	}


	.footer-links:last-child {
	  margin-right: 0;
	  width: 13%;
	}


	
}/*====media close===*/





@media (min-width:1200px) and (max-width:1300px){


	.footer-links:nth-child(5) {
		width: 8.7%;
	}

	.footer-links:last-child {
		width: 11%;
	}


}/*====media close===*/



@media (min-width:1300px) and (max-width:1400px){


	.footer-links {
		width: 16%;
		margin: 0 4% 0 0;
	}

	.footer-links:nth-child(3) {
		margin-right: 5%;
		width: 11%;
	}


	.footer-links:nth-child(4) {
		margin-right: 8%;
	} 


	.footer-links:nth-child(5) {
		margin-right: 5%;
		width: 8.7%;
	}


	.footer-links:last-child {
		margin-right: 0;
		width: 11%;
	}


}/*====media close===*/



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




/*===============================POPUP=================================*/


/* Popup Overlay */
#schedule-call-popup{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.7);
	z-index:99999;
	justify-content:center;
	align-items:center;
}


#schedule-call-popup .schedule-call-popup-content {
  background: #fff;
  width: 90%;
  max-width: 765px;
  padding: 45px;
  border-radius: 16px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  /*transform: scale(0.9);*/
}


#schedule-call-popup h3 {
	font-size: 34px;
	font-weight: 600;
	line-height: 112.00000000000001%;
	margin-bottom: 14px;
}


#schedule-call-popup .schedule-call-popup-close {
	position: absolute;
	right: 25px;
	top: 30px;
	cursor: pointer;
	line-height: 1;
	background: url("images/Close-SVG.svg") no-repeat 0 0;
	background-size: auto;
	font-size: 0;
	width: 20px;
	height: 20px;
	background-size: 100%;
}


#schedule-call-popup p {
  color: #445166;
  font-size: 18px;
  line-height: 24px;
}



#schedule-call-popup .cf7-row {
	display: flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}


#schedule-call-popup .cf7-row .cf7-col {
  width: 48%;
}


#schedule-call-popup .cf7-col {
  margin-bottom: 29px;
}


#schedule-call-popup .cf7-col br {
  display: none;
}



#schedule-call-popup .cf7-row .cf7-col p {
	margin: 0;
}



#schedule-call-popup  label {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Hind', sans-serif;
	color: #111;
	margin: 0;
}


#schedule-call-popup label span {
  margin-top: 6px;
  display: block;
}



#schedule-call-popup .wpcf7-form input[type="text"], 
#schedule-call-popup .wpcf7-form input[type="email"], 
#schedule-call-popup .wpcf7-form input[type="tel"], 
#schedule-call-popup .wpcf7-form textarea {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #E2E8F0;
	border-radius: 10px;
	background: #fff;
	box-sizing: border-box;
	color: #718096;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Hind', sans-serif;
	outline: none;
	box-shadow: none;
}


#schedule-call-popup .wpcf7-form textarea {
	height: 120px;
	resize: none;
}


.col-textarea p {
	margin-bottom: 5px;
}


.col-submit {
	position: relative;
}


.col-submit .wpcf7-spinner {
	position: absolute;
	right: -28px;
	top: 9px;
	margin: 0;
}


.col-submit p {
  margin-bottom: 22px;
}


.col-privacy p {
	color: #111;
	opacity: 0.7;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}


.col-privacy p a {
	color: #3B7AAC;
	text-decoration:none;
}



#schedule-call-popup .wpcf7-form input[type="submit"] {
	width: 100%;
	background: #4175BA;
	color: #fff;
	border: none;
	font-size: 16px;
	border-radius: 10px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s;
	padding: 14px 10px;
	font-family: 'Hind', sans-serif;
	letter-spacing: 1%;
	text-transform: none;
}


#schedule-call-popup .wpcf7-form input[type="submit"]:hover {
	background: #23426c;
	color: #fff;
	text-decoration:none !important;
}




#schedule-call-popup input::-webkit-input-placeholder, 
#schedule-call-popup textarea::-webkit-input-placeholder { 
   color: #718096; opacity:1;
}


#schedule-call-popup input::-moz-placeholder, 
#schedule-call-popup textarea::-moz-placeholder { 
   color: #718096;  opacity:1;
}


#schedule-call-popup input:-ms-input-placeholder, 
#schedule-call-popup textarea:-ms-input-placeholder { 
   color: #718096;  opacity:1;
}


#schedule-call-popup input:-moz-placeholder, 
#schedule-call-popup textarea:-moz-placeholder { 
   color: #718096;  opacity:1;
}


.wpcf7-response-output {
  text-align: center;
  font-size: 14px;
  font-family: 'Hind', sans-serif;
  color: #111;
  opacity: 0.7;
}



.cf7-success-message {
  text-align: center;
  max-width: 464px;
  margin: 24px auto 0;
}


.cf7-success-message .success-icon {
	width: 64px;
	height: 64px;
	border-radius: 100%;
	margin: 0 auto 22px;
	background:url("images/thank-check.svg") no-repeat 0 0;
	font-size: 0;
	background-size:100%;
}


.cf7-success-message h2 {
  font-size: 32px;
  margin-bottom: 12px;
  font-weight: 600;
  letter-spacing: 0;
}



.cf7-success-message p {
  color: #445166;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0;
}



@media (max-width:767px){


	#schedule-call-popup .schedule-call-popup-content {
		width: 100%;
		padding: 45px 20px;
		max-height: 100vh;
		border-radius:0;
	}	


	#schedule-call-popup h3 {
		font-size: 27px;
	}


	#schedule-call-popup .schedule-call-popup-close {
		right: 15px;
		top: 17px;
	}
	
	
	#schedule-call-popup .wpcf7 {
	  overflow: hidden;
	}
	
	
	#schedule-call-popup .col-privacy p {
	  line-height: 17px;
	}
	
	
}/*====media close====*/





/*===============================POPUP=================================*/

