body {
	color: #454545;
	background-color: #fff;
	font-family: "Arimo", sans-serif;
	font-size: 15px;
	line-height: 1.6;
}
a:hover {
	text-decoration: none;
}
a {
	transition: all .4s ease-in-out;
	text-decoration: unset;
	color: #060104;
}
img
{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
p {
	line-height: 1.4;
	margin-bottom: 10px;
}
ul,
ol {
	margin-left: 20px;
	padding-left: 0;
}
h1, h2, h3, h4, h5{ font-weight: 700;text-transform: capitalize;    margin-bottom: 20px;color: #231F20;}
.sec-title {
        font-size: 32px;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 1.3;
    color: #231F20;
    font-weight: 700;
    position: relative;
}
.comnsec
{
	padding-top: 4em;
	padding-bottom: 4em;
}
.theme-btn {
	padding: 14px 17px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    border-radius: 0px;
    transition: all .4s ease;
    display: inline-flex;
    align-items: center;
    background: #C2910C;
    text-transform: capitalize;
}
.theme-btn:hover {
	background: #016EB5;
}
.theme-btn.theme-btn-w
{
	background: #fff;
	color: #C2910C;
}
.theme-btn.theme-btn-w:hover
{
	background: #C2910C;
	color: #fff;
}
.theme-btn.theme-btn-b
{
	background: #016EB5;
}
.theme-btn.theme-btn-b:hover
{
	background: #C2910C;
}
.header-topbar
{
  background: #C2910C;
  padding: 5px 0;
}
.header-topbar .tobatcntact ul
{
  list-style: none;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 0;
}
.header-topbar .tobatcntact ul li
{
      margin: 0 8px;
}
.header-topbar .tobatcntact ul li a
{
  color: #fff;
  display: flex;
    align-items: center;
    font-size: 13px;
}
.header-topbar .tobatcntact ul li .icon
{
  height: 28px;
    width: 28px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-right: 7px;
}
.header-topbar .tobatcntact ul li .icon:hover
{
  background: #016EB5;
  border: 1px solid #016EB5;
  color: #fff;
}
.header .header-middle
{
	background: #EFEFEF;
}

.navbar-fixed-top {
    position: relative;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0px;
    transition: all .3s ease-in-out;
}
.header-middle.navbar-fixed-top.fix {
    background: #FBFBFB none repeat scroll 0 0;
    box-shadow: 0 -3px 9px 0;
    transition: all .3s ease-in-out;
    top: 0px;
    position: fixed;
}
.header .header-nav
{
	padding: 10px 0;
}
.header .header-nav .custom-logo
{
	height: 55px;
}
.header .header-nav .main-navigation
{

}
.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	color: #231F20;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 15px;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #000;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}
.menu-item-has-children a:after
{
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: never;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}
.main-navigation ul .sub-menu
{
    width: 280px;
    max-height:350px;
    overflow-y: auto;
	overflow-x: hidden;
}
.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}
.header .header-nav ul.navbar-nav li.items
{
	    margin: 0 2px;
}
.header .header-nav ul.navbar-nav li.items .icon
{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;;
    background: #016EB5;
    border-radius: 0;
    color: #fff;
}

@media screen and (min-width: 991px) {
	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation .primary-menu > li {
		float: left;
	}

	.main-navigation a {
		outline-offset: -8px;
		padding: 0.65625em 0.875em;
		white-space: nowrap;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #275bc2;
	}

	.main-navigation ul ul {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}

	.main-navigation ul ul li:hover>ul, .main-navigation ul ul li.focus>ul {
	    left: 100%;
	    right: auto;
	}

	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		background-color: #fff;
		border: 1px solid #d1d1d1;
		border-bottom-width: 0;
	}
	.main-navigation ul ul li a
	{
		font-size: 14px;
        padding: 12px 10px;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: auto;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

	.main-navigation ul ul:before {
		border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		left: 9px;
		top: -9px;
	}

	.main-navigation ul ul:after {
		border-color: #efefef transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: 0;
		right: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
		right: auto;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 2.25em !important;
	}

	.main-navigation .menu-item-has-children > a:after {
		content: "\f107";
		position: absolute;
		right: 0.825em;
        line-height: 1.3;
		/*top: 2.5em;*/
	}

	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}
}

.kahmbannersec
{
  position: relative;
  overflow: hidden;
}
.kahmbannersec .carousel-item {
  height: 75vh;
  width:100%;
   background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;   
  z-index: 0;  
  animation:zoom-a 25s linear infinite;
}
.kahmbannersec .carousel-item:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #00000066;
}
@-webkit-keyframes zoom-a{0%{background-size:100% auto}50%{background-size:105% auto}100%{background-size:100% auto}}@-moz-keyframes zoom-a{0%{background-size:100% auto}50%{background-size:105% auto}100%{background-size:100% auto}}@-o-keyframes zoom-a{0%{background-size:100% auto}50%{background-size:105% auto}100%{background-size:100% auto}}@keyframes zoom-a{0%{background-size:100% auto}50%{background-size:105% auto}100%{background-size:100% auto}}
.kahmbannersec .carousel-item:before
{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(1, 110, 181, 0) 33.91%, #016EB5 100%);

}
.kahmbannersec .carousel-inner
{
  position: relative;
      z-index: 0;
}
.kahmbannersec .carousel-caption
{
  z-index: 4;
  width: 30%;
    left: 12%;
    right: auto;
    top: 18%;
    bottom: auto;
    margin: auto;
    text-align: left;
}
.kahmbannersec .carousel-caption .slidettl
{
  color: #fff;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: capitalize;
    position: relative;
    text-shadow: 5px 5px 5px #00000040;
}
.kahmbannersec .carousel-caption .slidedesc
{
  color: #fff;
  margin-bottom: 25px;
  font-size: 14px;
  width: 40%;
}
.kahmbannersec .carousel-caption ul.slideinfo
{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 30px;
}
.kahmbannersec .carousel-caption ul.slideinfo li
{
	display: flex;
	align-items: center;
	color: #fff;
	margin-bottom: 10px;
}
.kahmbannersec .carousel-caption ul.slideinfo li .icon
{
	margin-right: 10px;
}
.kahmbannersec .carousel-caption ul.slideinfo li .txt
{
	text-transform: capitalize;
}
.kahmbannersec .carousel-caption .theme-btn
{
  margin-right: 10px;
}
.kahmbannersec .carousel-caption .sprtr
{
	height: 0.8px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    margin-top: 20px;
    margin-bottom: 30px;
}
.kahmbannersec .carousel-control-next, .kahmbannersec .carousel-control-prev
{
      width: 3%;
      opacity: 1;
}
.kahmbannersec .carousel-control-next
{
	left: auto;
    right: 4%;
}
.kahmbannersec .carousel-control-prev
{
	left: 4%;
    right: auto;
}
.kahmbannersec .carousel-control-next-icon, .kahmbannersec .carousel-control-prev-icon
{
  width: 30px;
    height: 30px;
    background-color: #C2910C;
    opacity: 1;
    border-radius: 50%;
    background-position: 50%;
    background-size: 45% 45%;
}
.kahmbannersec .carousel-control-next-icon
{
background-position: 55%;
}
.kahmbannersec .carousel-control-prev-icon
{
  background-position: 45%;
}
.kahmbannersec .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.kahmbannersec .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.kahmnumsec
{
	padding-top: 3em;
	padding-bottom: 3em;
}
.kahmnumsec .row .col-xxl-3:last-child .numblk:after
{
	display: none;
}
.kahmnumsec .numblk
{
	text-align: center;
	position: relative;
	padding: 0 25px;
}
.kahmnumsec .numblk:hover .icon
{
	background: #016EB5;
}
.kahmnumsec .numblk:after
{
	content: '';
	position: absolute;
	top: 0;
	right: -10px;
	height: 100%;
	width: 1px;
	background: #DBDBDB;
}
.kahmnumsec .numblk .icon
{
	height: 80px;
    width: 80px;
    background: #C2910C;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.kahmnumsec .numblk .icon img
{
	height: 45px;
}
.kahmnumsec .numblk .numcount
{
	font-size: 42px;
    font-weight: 800;
    color: #231F20;
    line-height: 1;
    margin-bottom: 5px;
}
.kahmnumsec .numblk .numttl
{
	color: #231F20;
    text-transform: capitalize;
    font-size: 15px;
    position: relative;
    margin-bottom: unset !important;
}
.kahmnumsec .numblk .numttl:after
{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    width: 40%;
    height: 1px;
    background: #555555;
	display: none;
}
.kahmnumsec .numblk .numdesc
{
	margin-bottom: 0;
}
.kahmabtec
{
	padding-bottom: 2em;
}
.kahmabtec .abtimgblk
{
	border: 10px solid #F9F9F9;
}
.kahmabtec .abtcntblk
{
	background: #016EB5;
    padding: 7em 5em;
    color: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.kahmabtec .abtcntblk:after
{
	content: '';
	position: absolute;
	right: -5em;
    top: -5em;
	height: 200px;
	width: 200px;
	background: #C2910C;
	border-radius: 50%;
	z-index: -1;
}
.kahmabtec .abtcntblk .desc
{
	margin-bottom: 30px;
}.kahmabtec .abtcntblk .desc p{text-align: justify;}
.kahmabtec .abtcntblk .sec-title
{
	color: #fff;
}
.kahmabtec .abtcntblk .theme-btn:hover
{
	background: #fff;
	color: #C2910C;
}
.kahmserec
{
	padding-top: 2em;
	padding-bottom: 2em;
	background: #F9F9F9;
}
.kahmserec .kahmserttlblk
{
	text-align: center;
	margin-bottom: 2em;
}
.kahmserec .serblk
{
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
	height: -webkit-fill-available;
}
.kahmserec .serblk .serimg
{
	margin-bottom: 20px;
}
.kahmserec .serblk .sercnt
{
	padding: 0 1em;
}
.kahmserec .serblk .sercnt .serinnrcnt
{
	min-height: 195px;
}
.kahmserec .serblk .sercnt .serttl
{
	font-size: 22px;
    margin-bottom: 10px;
}
.kahmserec .serblk .sercnt .serdesc
{
	text-align: justify;
	margin-bottom: 20px;
}
.kahmserec .serblk .sercnt .serlink
{
	    margin-bottom: 10px;
    border-top: 1px solid #555555;
    padding-top: 1.5em;
}
.kahmserec .serblk .sercnt .serlink a
{
	color: #222222;
	    display: flex;
    align-items: center;
}
.kahmserec .serblk .sercnt .serlink a .icn
{
	height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C2910C;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    margin-left: 8px;
}
.kahmserec .serblk:hover .sercnt .serlink a .icn
{
	background: #016EB5;
}
.kahmserec .serbtmbtnblk
{
	    text-align: center;
    margin-top: 1.5em;
}
.kahmothrserec
{
	background: #F9F9F9;
	padding-bottom: 2em;
}
.kahmothrserec .kahmothrserttlblk
{
	text-align: center;
	margin-bottom: 1em;
	position: relative;
}
.kahmothrserec .kahmothrserttlblk:before
{
	content: '';
	position: absolute;
	left: -300px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 280px;
	height: 1px;
	background: #838383;
}
.kahmothrserec .kahmothrserttlblk:after
{
	content: '';
	position: absolute;
	right: -300px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 280px;
	height: 1px;
	background: #838383;
}
.kahmothrserec .kahmothrserttlblk .sec-title span
{
	color: #016EB5;
}
.kahmothrserec .kahmothrserttlblk .sec-title a:hover span
{
	color: #c2910c;
}
.kahmothrserec .othrserblk
{
	background: #fff;
	padding: 30px;
	margin-bottom: 20px;
	margin-top: 8em;
}
.kahmothrserec .othrserblk .serimg
{
	margin-bottom: 20px;
    margin-top: -9em;
}
.kahmothrserec .othrserblk .sercnt
{
}
.kahmothrserec .othrserblk .sercnt .serinnrcnt
{
	min-height: 165px;
}
.kahmothrserec .othrserblk .sercnt .serttl
{
	font-size: 22px;
    margin-bottom: 10px;
}
.kahmothrserec .othrserblk .sercnt .serdesc
{
	text-align: justify;
	margin-bottom: 20px;
}

.kahmothrserec .othrserblk .sercnt .serlink
{
	    margin-bottom: 10px;
    border-top: 1px solid #555555;
    padding-top: 1.5em;
}
.kahmothrserec .othrserblk .sercnt .serlink a
{
	color: #222222;
	    display: flex;
    align-items: center;
}
.kahmothrserec .othrserblk .sercnt .serlink a .icn
{
	height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C2910C;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    margin-left: 8px;
}
.kahmothrserec .othrserblk:hover .sercnt .serlink a .icn
{
	background: #016EB5;
}
.kahmwhysec
{
	padding-top: 4em;
	padding-bottom: 4em;
}
.kahmwhysec .kahmwhyttlblk
{
	text-align: center;
	margin-bottom: 3em;
}
.kahmwhysec .whyblk
{
	background: #F9F9F9;
	padding: 25px;
}
.kahmwhysec .whyblk:hover .whyicon
{
	background: #016EB5;
}
.kahmwhysec .whyblk .whyicon
{
	height: 70px;
    width: 70px;
    background: #C2910C;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 30px;
}
.kahmwhysec .whyblk .whyicon img
{
	height: 40px;
}
.kahmwhysec .whyblk .whyttl
{
	font-size: 18px;
	margin-bottom: 10px;
}
.kahmwhysec .whyblk .whydesc
{
	margin-bottom: 0;
}
.kahmproflsec
{

}
.kahmproflsec .kahmproflrow
{
	position: relative;
	z-index: 0;
}
.kahmproflsec .kahmproflrow:after
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 85%;
	width: 100%;
	background: #016EB5;
	z-index: -1;
}
.kahmproflsec .proflcntblk
{
	color: #fff;
	padding: 0 2em;
}
.kahmproflsec .proflcntblk .sec-title
{
	color: #fff;
}
.kahmproflsec .proflcntblk .desc
{ text-align: justify;
	margin-bottom: 30px;
}
.kahmproflsec .proflimgblk
{
	padding: 0 2em;
	position: relative;
	z-index: 0;
}
.kahmproflsec .proflimgblk:after
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 400px;
	height: 400px;
	background: #02619F;
	border-radius: 50%;
	z-index: -1;
}
.kahmsectorsec
{
	padding-top: 2em;
	padding-bottom: 2em;
}
.kahmsectorsec .kahmsectorttlblk
{
	text-align: center;
	margin-bottom: 3em;
}
.kahmsectorsec .sectorblk
{
	border-left: 1px solid #919191;
    padding: 0 40px;
    display: flex;
    flex-flow: column;
    height: 100%;
}
.kahmsectorsec .sectorblk:hover .sectoricon
{
	background: #016EB5;
}
.kahmsectorsec .sectorblk .sectoricon
{
	height: 70px;
    width: 70px;
    background: #C2910C;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 25px;
}
.kahmsectorsec .sectorblk .sectoricon img
{
	height: 40px;
}
.kahmsectorsec .sectorblk .sectorttl
{
	    font-size: 20px;
    margin-bottom: 10px;
}
.kahmsectorsec .sectorblk .sectorlst
{
	margin-bottom: 10px;
	min-height: 310px;
}
.kahmsectorsec .sectorblk .sectorlst ul li
{
	    margin-bottom: 5px;
	    font-size: 14px;
}
.kahmsectorsec .sectorblk .sectorlink
{
	    margin-bottom: 5px;
}
.kahmsectorsec .sectorblk .sectorlink a
{
	color: #222222;
	    display: flex;
    align-items: center;
    font-size: 15px;
}
.kahmsectorsec .sectorblk .sectorlink a .icn
{
	height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C2910C;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    margin-left: 8px;
}
.kahmsectorsec .sectorblk:hover .sectorlink a .icn
{
	background: #016EB5;
}
.kahmctasec
{
	padding-top: 1em;
	padding-bottom: 2em;
}
.kahmctasec .kahmctarow
{
	background: #F9F9F9;
    padding: 3em 7em;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.kahmctasec .kahmctarow:before
{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	    width: 260px;
    height: 633px;
    background-image: url(../images/cta-back.png);
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.14;
}
.kahmctasec .ctacntblk
{
	padding: 0 6em;
}
.kahmctasec .ctacntblk .sec-title
{
	margin-bottom: 10px;
}
.kahmctasec .ctacntblk .desc
{
	text-align: justify;
	margin-bottom: 30px;
}
.kahmctasec .ctacntblk .addrblk
{
	background: #f0f0f0;
    padding: 30px;
    margin: 10px 0;
}
.kahmctasec .ctacntblk .addrblk .addrttl
{
	    margin-bottom: 10px;
    font-size: 18px;
}
.kahmctasec .ctacntblk .addrblk .addrs
{
	text-align: justify;
	    margin-bottom: 20px;
}
.kahmctasec .ctacntblk .addrblk .num
{
	display: flex;
    align-items: center;
}
.kahmctasec .ctacntblk .addrblk .num .icon
{
		height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.68px solid #222222;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 10px;
}
.kahmctasec .ctaformblk
{
	border: 1px solid #DBDBDB;
    background: #fff;
    padding: 3em 3em;
    margin: 0 2em;
    padding-bottom: 1em;
}
.kahmctasec .ctaformblk .frmttl
{
	font-size: 28px;
    margin-bottom: 10px;
}
.kahmctasec .ctaformblk .frmdesc
{
	text-align: justify;
	margin-bottom: 20px;
}

.contactfrm input:not([type="submit"]),
.contactfrm textarea,
.contactfrm input:not([type="submit"]),
.contactfrm textarea,
.contactfrm select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #DBDBDB;
    padding: 10px 15px;
    margin-bottom: 15px;
    color: #666666;
    font-weight: 400;
    border-radius: 0px;
    background: transparent;
    font-size: 14px;
}

.contactfrm input:not([type="submit"]):focus,
.contactfrm textarea:focus,
.contactfrm input:not([type="submit"]):focus,
.contactfrm textarea:focus,
.contactfrm select:focus {
    outline: none;
}

.contactfrm .theme-btn {
    border: none;
    width: 100%;
}

.contactfrm .sendbtn {
    width: 100%;
    color: #fff;
    padding: 14px 17px;
    display: inline-block;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
    background: #C2910C;
    border: none;
}

.contactfrm .sendbtn:hover {
    background: #016EB5;
    color: #fff;
}

.contactfrm .wpcf7-spinner {
    display: block;
}
.footer
{
	background: #016EB5;
	color: #FFFFFF;
}
.footer .footertop
{
	padding-top: 3em;
	padding-bottom: 1em;
}
.footer .copyright-sec
{
	text-align: center;
    border-top: 1px solid #FFFFFF;
    color: #fff;
    padding: 10px 0;
    text-transform: capitalize;
    font-size: 14px;
}
.footer .social-flex
{
	display: flex;
	align-items: center;
}
.footer .social-flex .icon
{
	margin-right: 5px;
}
.footer .social-flex .icon a
{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 35px;
	background: #fff;
	color: #016EB5;
	border-radius: 50%;
}
.footer .social-flex .icon a:hover
{
	background: #C2910C;
	color: #fff;
}
.footer .ftrabtblk .common-desc
{text-align: justify;
	margin-bottom: 30px;
}
.footer .ftrabtblk
{
	padding-right: 4em;
}
.footer .ftrblk
{
	margin-bottom: 30px;
}
.footer .ftrblk .ftrttl
{
	color: #fff;
	margin-bottom: 20px;
	font-size: 20px;
}
.footer ul.ftrlinks
{
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.footer ul.ftrlinks li
{
	margin-bottom: 4px;
}
.footer ul.ftrlinks li a
{
	color: #fff;
}
.footer ul.ftrlinks li a:hover
{
	color: #C2910C;
}
.footer .ftraddrblk .addrs
{
	    margin-bottom: 20px;
	    color: #fff;
	    min-height: 85px;
}
.footer .ftraddrblk .num
{
	display: flex;
    align-items: center;
    color: #fff;
}
.footer .ftraddrblk .num .icon
{
		height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.68px solid #fff;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 10px;
    color: #fff;
}
.footer .ftraddrblk .mapblk iframe
{
	width: 100%;
    margin-top: 20px;
}
.footer .ml-40
{
	margin-left: 40px;
}
.footer .ftraddrblk
{
	padding: 0 20px;
}
a.ftr-whatsapp {
    background-color: #00ab40;
    border-radius: 50%;
    bottom: 20px;
    height: 45px;
    position: fixed;
    right: 10px;
    text-decoration: none !important;
    width: 45px;
    z-index: 99;
    text-align: center;
     display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    box-shadow: rgba(0, 0, 0, .16) 0px 2px 10px 0px;
}
a.ftr-whatsapp:hover, a.ftr-contactfrm:hover
{
  color: #fff;
}
a.ftr-contactfrm
{
background-color: #c2910c;
    border-radius: 50%;
    bottom: 75px;
    height: 45px;
    position: fixed;
    right: 10px;
    text-decoration: none !important;
    width: 45px;
    z-index: 99;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    box-shadow: rgba(0, 0, 0, .16) 0px 2px 10px 0px;
}
.cf7-hp-wrap {
    display: none !important;
}
.kainrbnrsec
{
	background-size: cover;
    background-position: center;
    height: 440px;
    position: relative;
    z-index: 0;
}
.kainrbnrsec:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(1, 110, 181, 0) 33.91%, #016EB5 100%);
    z-index: -1;
}
.kainrbnrsec .kainrbnrcntblk
{
padding: 0 4em;
}
.kainrbnrsec .kainrbnrcntblk .pagetitle
{
	color: #fff;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-transform: capitalize;
    position: relative;
    text-shadow: 5px 5px 5px #00000040;
}
.kainrbnrsec .kainrbnrcntblk .sprtr {
    height: 0.8px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    margin-top: 20px;
    margin-bottom: 30px;
}
.kainrbnrsec .kainrbnrcntblk ul.slideinfo
{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 30px;
}
.kainrbnrsec .kainrbnrcntblk ul.slideinfo li
{
	display: flex;
	align-items: center;
	color: #fff;
	margin-bottom: 10px;
}
.kainrbnrsec .kainrbnrcntblk ul.slideinfo li .icon
{
	margin-right: 10px;
}
.kainrbnrsec .kainrbnrcntblk ul.slideinfo li .txt
{
	text-transform: capitalize;
}
.kahmctasec.kacontctsec
{
	padding-top: 4em;
}
.kahmctasec.kacontctsec .kahmctarow
{
	padding: 5em 7em;
}
.kahmctasec.kacontctsec .ctacntblk .addrblk {
    background: #016EB5;
    color: #fff;
}
.kahmctasec.kacontctsec .ctacntblk .addrblk .addrttl
{
	color: #fff;
}
.kahmctasec.kacontctsec .ctacntblk .addrblk .num
{
	color: #fff;
}
.kahmctasec.kacontctsec .ctacntblk .addrblk .num .icon
{
	border: 0.68px solid #fff;
}
.kahmctasec.kacontctsec .ctaformblk {
    border: 1px solid #DBDBDB;
    background: #C2910C;
    color: #fff;
}
.kahmctasec.kacontctsec .ctaformblk .frmttl
{
	color: #fff;
}
.kahmctasec.kacontctsec .contactfrm input:not([type="submit"]),
.kahmctasec.kacontctsec .contactfrm textarea,
.kahmctasec.kacontctsec .contactfrm input:not([type="submit"]),
.kahmctasec.kacontctsec .contactfrm textarea,
.kahmctasec.kacontctsec .contactfrm select {
	color: #fff;
}

.kahmctasec.kacontctsec .contactfrm input::placeholder, .kahmctasec.kacontctsec .contactfrm textarea::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.kahmctasec.kacontctsec .contactfrm .sendbtn
{
	background: #fff;
	color: #C2910C;
}
.kahmctasec.kacontctsec .contactfrm .sendbtn:hover
{
	background: #016EB5;
    color: #fff;
}
.kacaropningsec
{
	background: #F9F9F9;
	padding-top: 4em;
	padding-bottom: 3em;
}
.kacaropningsec .kacaropningintroblk
{
	text-align: left;
	margin-bottom: 2em;
}
.kacaropningsec .kacaropningttlblk
{
	position: relative;
	text-align: center;
	margin-bottom: 2.5em;
}
.kacaropningsec .caropngblk
{
	background: #FFFFFF;
	padding: 25px;
	    margin-bottom: 30px;
}
.kacaropningsec .caropngblk .ttlblk
{
	border-bottom: 1px solid #C7C7C7;
	margin-bottom: 20px;
}
.kacaropningsec .caropngblk .ttlblk .ttl
{
	color: #016EB5;
	font-size: 22px;
}
.kacaropningsec .caropngblk .ttlblk .ttl a
{
	color: #016EB5;
}
.kacaropningsec .caropngblk .opngcntblk
{
	border-bottom: 1px solid #C7C7C7;
	margin-bottom: 20px;
}
.kacaropningsec .caropngblk .opngcntblk .opngcnt
{
	display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}
.kacaropningsec .caropngblk .opngcntblk .opngcnt .ttl
{
	font-weight: 600;
	width: 30%;
}
.kacaropningsec .caropngblk .opngcntblk .opngcnt .txt
{
	width: 70%;
}
.kacaropningsec .caropngblk .opngbtn a {
    color: #222222;
    display: flex;
    align-items: center;
}
.kacaropningsec .caropngblk .opngbtn a .icn {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C2910C;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    margin-left: 8px;
}
.kacaropningsec .caropngblk:hover .opngbtn a .icn {
    background: #016EB5;
}
.kacaropningsec .caropngblk:hover .ttlblk .ttl a
{
	color: #C2910C;
}
.kacarbtmsec
{
	padding-top: 3em;
	padding-bottom: 3em;
}
.kacarbtmsec .kacarbtmcntblk
{
	text-align: center;
}
.kacarbtmsec .kacarbtmcntblk p
{
	font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}
.kacarbtmsec .kacarbtmcntblk p a
{
	color: #C2910C;
}
.kacardtlsec
{
	padding-top: 3em;
	padding-bottom: 3em;
	position: relative;
}
.kacardtlsec .sticky-column {
    position: sticky;
    top: 100px;
    z-index: 10;
    align-self: flex-start;
    height: fit-content;
}
.kacardtlsec .kacardtlblk
{
	    padding: 0 4em;
}
.kacardtlsec .kacardtlblk .carttl
{
	color: #016EB5;
    font-size: 30px;
}
.kacardtlsec .kacardtlblk .carinfo
{
	border-bottom: 1.37px solid #C7C7C7;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.kacardtlsec .kacardtlblk .carinfo p
{
	margin-bottom: 0;
	margin-right: 15px;
}
.kacardtlsec .kacardtlblk .carcntblk h2
{
	font-size: 24px;
	color: #231F20;
}
.kacardtlsec .kacardtlblk .carcntblk h3
{
	font-size: 22px;
	color: #231F20;
}
.kacardtlsec .kacardtlblk .carcntblk ul
{
	margin-left: 0;
    list-style: none;
    margin-bottom: 30px;
}
.kacardtlsec .kacardtlblk .carcntblk ul li
{
	position: relative;
	padding-left: 30px;
	margin-bottom: 8px;
}
.kacardtlsec .kacardtlblk .carcntblk ul li:before
{
	content: "\f061";
	position: absolute;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	left: 0;
	    top: 2px;
	font-size: 12px;
	display: flex;
	height: 20px;
	width: 20px;
	background: #C2910C;
    color: #fff;
    border-radius: 50%;
    justify-content: center;
    line-height: 1.7;
}
.kacardtlsec .kacarfrmblk
{
	background: #016EB5;
    color: #fff;
    padding: 3em;
    padding-bottom: 1em;
}
.kacardtlsec .kacarfrmblk .frmttl
{
	color: #fff;
}
.kacardtlsec .kacarfrmblk .contactfrm input:not([type="submit"]),
.kacardtlsec .kacarfrmblk .contactfrm textarea,
.kacardtlsec .kacarfrmblk .contactfrm input:not([type="submit"]),
.kacardtlsec .kacarfrmblk .contactfrm textarea,
.kacardtlsec .kacarfrmblk .contactfrm select {
	color: #fff;
}

.kacardtlsec .kacarfrmblk .contactfrm input::placeholder, .kacardtlsec .kacarfrmblk .contactfrm textarea::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.kacardtlsec .kacarfrmblk .contactfrm .sendbtn
{
	background: #fff;
	color: #C2910C;
}
.kacardtlsec .kacarfrmblk .contactfrm .sendbtn:hover
{
	background: #C2910C;
    color: #fff;
}
.kabloglstngsec
{
	padding-top: 3em;
	padding-bottom: 2em;
}
.blogblk
{
	background: #F0F0F0;
	padding: 25px;
	margin-bottom: 30px;
}
.blogblk .blgimg
{
	margin-bottom: 20px;
}
.blogblk .blgcnt .blgmetainfo .date .icn
{
	margin-right: 10px;
	color: #C2910C;
}
.blogblk .blgcnt .title
{
	font-size: 22px;
    border-bottom: 1px solid #555555;
    padding-bottom: 20px;
}
.blogblk .blgcnt .blgink a {
    color: #222222;
    display: flex;
    align-items: center;
}
.blogblk .blgcnt .blgink a .icn {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C2910C;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    margin-left: 8px;
}
.blogblk:hover .blgcnt .blgmetainfo .date .icn, .blogblk:hover .blgcnt .title a
{
	color: #016EB5;
}
.blogblk:hover .blgcnt .blgink a .icn
{
	background: #016EB5;
}
.kablogdtlsec
{
	padding-top: 3em;
	padding-bottom: 3em;
}
.kablogdtlsec .blogdetails
{
	background: #f5f5f5;
    padding: 3em;
}
.kablogdtlsec .blogdetails .blgttl
{
	font-size: 30px;
}
.kablogdtlsec .blogdetails .blgimgblk
{
	margin-bottom: 20px;
}
.kablogdtlsec .blogdetails .blgmetainfo
{
	margin-bottom: 20px;
}
.kablogdtlsec .blogdetails .blgmetainfo .date .icn
{
	margin-right: 10px;
	color: #C2910C;
}
.kablogdtlsec .blogdetails .blgcntblk h2, .innerpagesec h2
{
	font-size: 26px;
}
.kablogdtlsec .blogdetails .blgcntblk h3, .innerpagesec h3
{
	font-size: 24px;
}
.kablogdtlsec .blogdetails .blgcntblk h4, .innerpagesec h4
{
	font-size: 22px;
}
.kablogdtlsec .blogdetails .blgcntblk h5, .innerpagesec h5
{
	font-size: 20px;
}
.kablogdtlsec .blogdetails .blgcntblk h6, .innerpagesec h6
{
	font-size: 18px;
}
.kablogdtlsec .blogdetails .blgcntblk ul li, .innerpagesec ul li
{
	margin-bottom: 6px;
}
.kablogdtlsec .blogdetails .blgcntblk a, .innerpagesec a
{
	color: #C2910C;
}
.kablogdtlsec .blogdetails .blgcntblk a:hover, .innerpagesec a:hover
{
	color: #016EB5;
}
.innerpagesec
{
	padding-top: 3em;
	padding-bottom: 3em;
}
.innerpagesec h1
{
	font-size: 30px;
}
.kaindsupdtsec
{
	padding-top: 3em;
	padding-bottom: 2em;
}
.kaindsupdtsec .indsupdtblk
{
	background: #C2910C;
	padding: 10px;
	margin-bottom: 20px;
}
.kaindsupdtsec .indsupdtblk .indsupdtimg
{
	margin-bottom: 20px;
}
.kaindsupdtsec .indsupdtblk .indsupdtcnt
{
	    padding: 0 15px;
    min-height: 120px;
}
.kaindsupdtsec .indsupdtblk .pdfttl
{
	font-size: 20px;
    color: #fff;
    border-bottom: 1.05px solid #FFFFFF4D;
    padding-bottom: 20px;
}
.kaindsupdtsec .indsupdtblk .viewink a {
    color: #fff;
    display: flex;
    align-items: center;
}
.kaindsupdtsec .indsupdtblk .viewink a .icn {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #C2910C;
    border-radius: 50%;
    font-size: 12px;
    margin-left: 8px;
}
.kaindsupdtsec .indsupdtblk:hover 
{
	background: #016EB5;
}
.kaabtuaesec
{
	background: #F9F9F9;
	padding-top: 2em;
	padding-bottom: 2em;
}
.kaabtuaesec .abtuaeimgblk
{
	padding: 0 4em;
}
.kaabtuaesec .abtuaecntblk
{
	padding: 0 5em;
	text-align: justify;
}
.kaabtuaesec .abtuaecntblk .desc
{
	margin-bottom: 30px;
}
.kaabtknowsec
{
	padding-top: 2em;
	padding-bottom: 2em;
}
.kaabtknowsec .abtknowimgblk
{
	padding: 0 4em;
}
.kaabtknowsec .abtknowcntblk
{
	padding: 0 3em;
	text-align: justify;
}
.kaabtknowsec .abtknowcntblk .desc
{
	margin-bottom: 30px;
}
.kaproflintrosec
{
	background: #F9F9F9;
	padding-top: 2em;
	padding-bottom: 2em;
}
.kaproflintrosec .proflintrocntblk
{
	border-bottom: 1px solid #555555;
	padding: 0 3em;
	padding-bottom: 1em;
    margin-bottom: 2em;
	text-align: center;
}
.kaproflintrosec .abtkothariimgblk
{
	padding: 0 3em;	
}
.kaproflintrosec .abtkotharicntblk
{
	padding: 0 2em;
}
.kaproflintrosec .abtkotharicntblk .desc, .kaafliatesec .afliatecntblk .desc
{
	text-align: justify;
}
.kaafliatesec
{
	padding-top: 2em;
	padding-bottom: 2em;
}
.kaafliatesec .afliatecntblk
{
	padding: 0 3em;
}
.kaafliatesec .afliateimgblk
{
	padding: 0 3em;
}
.kaafliatesec .afliateimgblk img
{
	border-radius: 50%;
	border: 0.88px solid #C2910C;
    padding: 20px;
}
.kateamsec
{
	position: relative;
	z-index: 0;
	padding-top: 1em;
	padding-bottom: 1em;
}
.kateamsec .teamblk
{
	padding: 0 1.6em;
}
.kateamsec .founderimgblk {
    background: #d3d3d3;
    text-align: center;
	border: 5px solid #a1a1a1;
}
.kateamsec .founderimgblk img
{
	padding: 4em 4em 0em 4em;
}
.kateamsec .foundercntblk
{
	    background: #016EB5;
    color: #fff;
    padding: 3.1em 5em;
    min-height: 400px;
}
.kateamsec .foundercntblk .foundername
{
	color: #fff;
    font-size: 30px;
    margin-bottom: 7px;
}
.kateamsec .foundercntblk .desig
{
	border-bottom: 1px solid #FFFFFF;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.kateamsec .foundercntblk .desc
{
	text-align: justify;
}
.kateamsec .teamcntblk {
    margin-top: 0em;
    margin-bottom: 1em;
}
.kateamsec .teamcntblk ul
{
	margin-left: 0;
    list-style: none;
    margin-bottom: 30px;
}
.kateamsec .teamcntblk ul li
{
	position: relative;
	padding-left: 30px;
	margin-bottom: 8px;
}
.kateamsec .teamcntblk ul li:before
{
	content: "\f061";
	position: absolute;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	left: 0;
	    top: 2px;
	font-size: 12px;
	display: flex;
	height: 20px;
	width: 20px;
	background: #C2910C;
    color: #fff;
    border-radius: 50%;
    justify-content: center;
    line-height: 1.7;
}
.kauaeintrosec
{
	padding-top: 3em;
	padding-bottom: 3em;
	position: relative;
}
.kauaeintrosec .uaeintroimgblk
{
	padding: 0 3em;
}
.kauaeintrosec .uaeintrocntblk
{
	padding: 0 2em;
}
.kauaeintrosec .uaeintrocntblk .desc
{
	text-align: justify;
	margin-bottom: 20px;
}
.kauaeintrosec .sticky-column {
    position: sticky;
    top: 100px;
    z-index: 10;
    align-self: flex-start;
    height: fit-content;
}
.kauaeintrosec .uaeintrocntblk .accordion .accordion-item {
    border-radius: 0;
    background: transparent;
    border: none;
    border-bottom: 0.9px solid #555;
        padding: 7px 0px;
}
.kauaeintrosec .uaeintrocntblk .accordion .accordion-item .accordion-button
{
  padding: 12px 0px;
        background: transparent;
            text-transform: capitalize;
            font-weight: 600;
}
.kauaeintrosec .uaeintrocntblk .accordion-item .accordion-button:not(.collapsed)
{
  border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #000;
    
}
.kauaeintrosec .uaeintrocntblk .accordion-item .accordion-button:focus
{
  border: none;
  box-shadow: none;
}
.kauaeintrosec .uaeintrocntblk .accordion .accordion-item .accordion-button:after
{
	height: 22px;
    width: 22px;
    background-color: #c2910c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-size: 0.7em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.kauaeintrosec .uaeintrocntblk .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.kauaeintrosec .uaeintrocntblk .accordion-item .accordion-body
{
padding-bottom: 0;
    padding-top: 0px;
    padding-left: 0px;
    text-align: justify;
}
.kavaluesec
{
	padding-top: 3em;
	padding-bottom: 2em;
}
.kavaluesec .kavaluettlblk
{
	text-align: center;
	margin-bottom: 2em;
}
.kavaluesec .valueblk
{
	background: #F9F9F9;
	padding: 30px;
	min-height: 292px;
	margin-bottom: 30px;
}
.kavaluesec .valueblk .valicon
{
	height: 80px;
    width: 80px;
    background: #C2910C;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
}
.kavaluesec .valueblk:hover .valicon
{
	background: #016EB5;
}
.kavaluesec .valueblk .valicon img
{
	height: 45px;
}
.kavaluesec .valueblk .valttl
{
	font-size: 20px;
}
.kavaluesec .valueblk .desc
{
	text-align: justify;
	margin-bottom: 0;
}
.kamvsec
{
	background: #F9F9F9;
}
.kamvrow
{
	position: relative;
    padding: 2em 0em;
    z-index: 0;
}
.kamvrow:before
{
	content: '';
	position: absolute;
	top: 0;
	left: -110px;
    width: 270px;
	height: 100%;
	background: #C2910C;
	z-index: -1;
}
.kamvrow:after
{
	content: '';
	position: absolute;
	top: 0;
	left: -110px;
  width: 270px;
	height: 100%;
	background-image: url('../images/mvback.png');
	background-size: cover;
	background-position: center center;
	z-index: -1;
}
.kamvsec .kamvblk
{
	    padding: 2em 0;
}
.kamvsec .kamvblk .kamvimgblk
{
	text-align: center;
    padding: 0 2em;
}
.kamvsec .kamvblk .kamvimgblk img
{
	border-radius: 50%;
    border: 10px solid #fff;
}
.kamvsec .kamvblk .kamvcntblk
{
	padding: 0 1em;
}
.kamvsec .kamvblk .kamvcntblk .mvttl
{
	    font-size: 24px;
}
.kamvsec .kamvblk .kamvcntblk .desc
{
	text-align: justify;
}
.kaclntlistsec
{
	padding-top: 3em;
	padding-bottom: 2em;
}
.kaclntlistsec .clntlistttlblk
{
	text-align: center;
	margin-bottom: 2em;
}
.kaclntlistsec .clntlistttlblk .clntlistttl
{
	font-size: 26px;
}
.kaclntlistsec .sectorblk
{
	background: #F9F9F9;
	margin-bottom: 20px;
	padding: 3em;
}
.kaclntlistsec .sectorblk .sectorimgblk
{
	text-align: center;
    padding: 0 2em;
}
.kaclntlistsec .sectorblk .sectorcntblk
{
	    padding: 0 1em;
}
.kaclntlistsec .sectorblk .sectorcntblk .sctrttl
{
	    font-size: 26px;
    color: #C2910C;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 15px;
}
.kaclntlistsec .sectorblk .sectorcntblk .sctrcnt ul
{
	margin-left: 0;
    list-style: none;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.kaclntlistsec .sectorblk .sectorcntblk .sctrcnt ul li
{
	position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    width: 32.33%;
    margin-right: 1%;
    line-height: 1.4;
}
.kaclntlistsec .sectorblk .sectorcntblk .sctrcnt ul li:before
{
	content: "\f061";
	position: absolute;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	left: 0;
	    top: 2px;
	font-size: 10px;
    display: flex;
    height: 18px;
    width: 18px;
    background: #363636;
    color: #fff;
    border-radius: 50%;
    justify-content: center;
    line-height: 1.9;
}
.kaclntlistsec .sectorblk:last-child
{
	margin-bottom: 0;
}
.kaclntlistsec .sectorblk:last-child .sectorcntblk .sctrcnt ul
{
	display: block;
}
.kaclntlistsec .sectorblk:last-child .sectorcntblk .sctrcnt ul li
{
	width: 100%;
}
.kaserintrosec
{
	padding-top: 2em;
	padding-bottom: 2em;
}
.kaserintrosec .serintrocntblk
{
	padding: 0 2em;
}
.kaserintrosec .serintrocntblk .desc p a{color: #C2910C;}
.kaserintrosec .serintrocntblk .desc p
{
	text-align: justify;
}
.kaserintrosec .serintroimgblk
{
	padding: 0 3em;
	text-align: center;
}
.kaserintrosec .serintroimgblk img
{
	border-bottom: 8px solid #C2910C;
    padding-bottom: 7px;
}

.kasercnt1sec
{
	margin-top: 1em;
	margin-bottom: 1em;
}
.kasercnt1sec .sercnt1ttlblk
{
	background: #F9F9F9;
	padding: 3em;
	border-bottom: 8px solid #2983BF;
	height: 100%;
}
.kasercnt1sec .sercnt1cntblk
{
	background: #F9F9F9;
	padding: 3em;
	border-bottom: 8px solid #2983BF;
	height: 100%;
}
.kasercnt1sec .sercnt1cntblk .desc p
{
	text-align: justify;
}
.kasercnt1sec .sercnt1cntblk .desc ul
{
	margin-left: 0;
    list-style: none;
    margin-bottom: 30px;
}
.kasercnt1sec .sercnt1cntblk .desc ul li
{
	position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 1.4;
}
.kasercnt1sec .sercnt1cntblk .desc ul li:before
{
	content: "\f061";
	position: absolute;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	left: 0;
	    top: 2px;
	font-size: 10px;
    display: flex;
    height: 18px;
    width: 18px;
    background: #363636;
    color: #fff;
    border-radius: 50%;
    justify-content: center;
    line-height: 1.9;
}
.kasercnt2sec
{
	padding-top: 2em;
	padding-bottom: 2em;
}
.kasercnt2sec .sercnt2cntblk
{
	padding: 0 2em;
}
.kasercnt2sec .sercnt2cntblk .desc p
{
	text-align: justify;
}
.kasercnt2sec .sercnt2imgblk
{
	padding: 0 4em;
}
.kasercnt2sec .sercnt2imgblk img
{
	border-radius: 50%;
	border: 0.88px solid #C2910C;
    padding: 20px;
}
.kaserctasec
{
	padding-bottom: 2em;
}
.kaserctasec .serctablk
{
	padding: 4em 5em;
	position: relative;
	z-index: 0;
	background-image: url('../images/ser-cta-back.jpg');
	background-size: cover;
	background-position: center center;
}
.kaserctasec .serctablk:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #C2910C 0%, rgba(194, 145, 12, 0) 106.04%);
	z-index: -1;
}
.kaserctasec .serctablk .serctacntblk
{
	color: #fff;
}
.kaserctasec .serctablk .serctacntblk .ctattl
{
	color: #fff;
    font-size: 24px;
}
.kaserctasec .serctablk .serctacntblk .ctabtn
{
	    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.kaserctasec .serctablk .serctacntblk .ctabtn .theme-btn
{
	background: #fff;
    color: #C2910C;
}
.kaserctasec .serctablk .serctacntblk .ctabtn .theme-btn:hover
{
	background: #016EB5;
	color: #fff;
}
.kaserctasec .serctablk .serctacntblk a
{
	color: #fff;
}
.kasercnt3sec
{
	margin-top: 1em;
	margin-bottom: 1em;
}
.kasercnt3sec .sercnt3row
{
	background: #F9F9F9;
	padding: 2em 3em;
}
.kasercnt3sec .sercnt3cntblk
{
	padding: 0 2em;
}
.kasercnt3sec .sercnt3cntblk .desc p
{
	text-align: justify;
}
.kasercnt3sec .sercnt3imgblk
{
	padding: 0 4em;
}
.kasercnt3sec .sercnt3cntblk .accordion .accordion-item {
    border-radius: 0;
    background: transparent;
    border: none;
    border-bottom: 0.9px solid #555;
        padding: 7px 0px;
}
.kasercnt3sec .sercnt3cntblk .accordion .accordion-item .accordion-button
{
  padding: 12px 0px;
        background: transparent;
            text-transform: capitalize;
            font-weight: 600;
}
.kasercnt3sec .sercnt3cntblk .accordion-item .accordion-button:not(.collapsed)
{
  border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #000;
    
}
.kasercnt3sec .sercnt3cntblk .accordion-item .accordion-button:focus
{
  border: none;
  box-shadow: none;
}
.kasercnt3sec .sercnt3cntblk .accordion .accordion-item .accordion-button:after
{
	height: 22px;
    width: 22px;
    background-color: #c2910c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-size: 0.7em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.kasercnt3sec .sercnt3cntblk .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.kasercnt3sec .sercnt3cntblk .accordion-item .accordion-body
{
padding-bottom: 0;
    padding-top: 0px;
    padding-left: 0px;
    text-align: justify;
}
.kasercnt4sec
{
	padding-top: 2em;
	padding-bottom: 2em;
}
.kasercnt4sec .sercnt4cntblk
{
	padding: 0 2em;
}
.kasercnt4sec .sercnt4cntblk .desc p
{
	text-align: justify;
}
.kasercnt4sec .sercnt4imgblk
{
	padding: 0 2em;
}
.kasercfosubsec
{
	padding-top: 2em;
	padding-bottom: 2em;
	position: relative;
	z-index: 0;
}
.kasercfosubsec:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 45%;
	background: #F9F9F9;
	z-index: -1;
}
.kasercfosubsec .sercfosubttlblk
{
	text-align: center;
	margin-bottom: 2em;
}
.kasercfosubsec .sercfosubblk
{
	margin-bottom: 30px;
	position: relative;
	background: #016EB5;
	height: 100%;
}
.kasercfosubsec .sercfosubblk .cfosubtopblk
{
	    background: #C2910C;
    text-align: center;
    padding: 3em 2em;
    z-index: 0;
    position: relative;
    overflow: hidden;
}
.kasercfosubsec .sercfosubblk .cfosubtopblk:before
{
	content: '';
	position: absolute;
	    top: -25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 45px;
	height: 45px;
	background: #fff;
	border-radius: 50%;
	z-index: -1;
}
.kasercfosubsec .sercfosubblk .cfosubbtmblk
{
	background: #016EB5;
	padding: 2em 2em;
	text-align: center;
}
.kasercfosubsec .sercfosubblk .sericon
{
	height: 80px;
	width: 80px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.kasercfosubsec .sercfosubblk .sericon img
{
	height: 50px;
}
.kasercfosubsec .sercfosubblk .serttl
{
	    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
}
.kasercfosubsec .sercfosubblk .sercnt ul
{
	color: #fff;
    margin: 0;
    list-style: none;
}
.kasercfosubsec .sercfosubblk .sercnt ul li
{
    border-bottom: 1px solid #FFFFFF;
    padding: 1.3em 1em;
}
.kasercfosubsec .sercfosubblk .sercnt ul li:last-child
{
	margin-bottom: none;
}
.kaseroptnsec
{
	padding-top: 2em;
	padding-bottom: 2em;
	background: #F9F9F9;
}
.kaseroptnsec .seroptnttlblk
{
	text-align: center;
	margin-bottom: 2em;
}
.kaseroptnsec .seroptnblk
{
	background: #fff;
	padding: 20px;
	height: 100%;
	margin-bottom: 30px;
}
.kaseroptnsec .seroptnblk .seroptnimg
{
	margin-bottom: 20px;
}
.kaseroptnsec .seroptnblk .optnttl
{
	    font-size: 21px;
}
.kaseroptnsec .seroptnblk .desc
{
	margin-bottom: 0;
	text-align: justify;
}
.kaserwilltypesec
{
	padding-top: 2em;
    padding-bottom: 1em;
}
.kaserwilltypesec .serwilltypettlblk
{
	text-align: center;
	margin-bottom: 2em;
}
.kaserwilltypesec .willtypes
{
	display: flex;
	flex-wrap: wrap;
}
.kaserwilltypesec .willtypes .willtype
{
	width: 19%;
	margin: 0 0.5%;
	background: #F9F9F9;
	padding: 20px;
	margin-bottom: 30px;
}
.kaserwilltypesec .willtypes .willtype .icon
{
	height: 50px;
	width: 50px;
	background: #C2910C;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-bottom: 20px;
}
.kaserwilltypesec .willtypes .willtype:hover .icon
{
	background: #016EB5;
}
.kaserwilltypesec .willtypes .willtype .icon img
{
	height: 30px;
}
.kaserwilltypesec .willtypes .willtype .ttl
{
	font-size: 18px;
}
.kaserwilltypesec .willtypes .willtype .desc
{
	text-align: justify;
	margin-bottom: 0;
}
.page-template-will-in-uae .kasercnt1sec{padding-bottom:40px;}
.page-template-services .kasercnt1sec{padding-bottom:40px;}

.main-navigation ul .sub-menu::-webkit-scrollbar {
    width: 5px;
}
.main-navigation ul .sub-menu::-webkit-scrollbar-track {
    background: #e4e4e4;
}
.main-navigation ul .sub-menu::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
.main-navigation ul .sub-menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.our-partnerbk {
    padding:26px 0;
	
}
.our-teamsec
{
	padding-top: 2em;
}
.our-teamsec .section-heading{
padding-bottom:0px;
}
.our-partnerbk:last-child{
	border-bottom:none;
	padding-bottom:60px;
} 
 .our-partnerbk .numrow{row-gap:25px;}
 .our-partnerbk .partnerbk {
	height:100%;
}
 .our-partnerbk .partnerbk .partnercard {
    background: #F9F9F9;
    padding: 25px;
    height: 100%;
    transition: all 0.3s ease;
	 border: 1px solid #b3b3b3;
}
 .our-partnerbk .partnerbk .partnercard:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
 .our-partnerbk .partnerbk .partnerimgbk {
    text-align: center;
}
 .our-partnerbk .partnerbk .partnerbg {
    width: 140px;
    height: 170px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    background: #fff;
}
.our-partnerbk .partnerbk .partnerbg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border: 6px double #c2910c;
}
.our-partnerbk .partnerbk .partnerinfo {
    text-align: center;
}
.our-partnerbk .partnerbk .partnername {
    font-size: 22px;
    font-weight: 700;
    color: #C2910C;
    line-height: 1.2;
    margin-bottom:8px;
}
.our-partnerbk .partnerbk .partnerdes {
    font-size: 18px;
      color:#555555;
    margin-bottom: 20px;
	font-weight:500;
}
.our-partnerbk .partnercnt {
    border-top: 1px solid #a1a1a1;
    margin-top: 20px;
    padding-top: 20px;
    color:#555555;
}
.our-partnerbk .partnercnt ul {
    margin: 0;
    padding-left: 18px;
}
.our-partnerbk .partnercnt li {
    margin-bottom: 12px;
    line-height: 1.5;
}
.our-partnerbk .partnercnt li:last-child{margin-bottom:0;}

.mapsec {
	padding:0 0 2em;
}
.mapsec .map-card {
    overflow: hidden;
	
}
.mapsec .mapouter {
    display: flex;
}
.mapsec.mapouter iframe {
    display: block;
    width: 100%;
}
.ftrblk.ftraddrblk .mapblk {
    margin-top: 40px;
}
