@charset "utf-8";
@font-face {
  	font-family: 'OldGrowth-Regular';
  	src: url('../fonts/OldGrowth-Regular.otf');
}
@font-face {
  	font-family: 'Bignoodletitling';
  	src: url('./fonts/Bignoodletitling.ttf') format('ttf');
}
* {
	margin:0px;
	padding:0px;
}
.clearall {
	padding:0px;
	margin:0px;
  font-family: 'IBM Plex Sans', sans-serif;
}
::selection {
	background:#ce6629;
	color:#fff;
}
::-moz-selection {
	background:#ce6629;
	color:#fff;
}
a:hover{
  	text-decoration:none;
}
a{
 	text-decoration:none;
}
a:focus{
  	outline:0;
  	text-decoration:none;
}
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
a[href^="mailto:"] {
	color: inherit;
	text-decoration: none;
}
.clearfix:after {
  	clear: both;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
html {
  *scroll-behavior: smooth;
}
#return-to-top {
    z-index: 999;
    position: fixed;
    bottom: 10px;
    right: 10px;
    line-height: 35px;
    text-align: center;
    background: #ce6629;
    border:1px solid #ce6629;
    width: 35px;
    height: 35px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
}
#return-to-top:hover {
    background: #6e3337;
    color: #fff;
    border:1px solid #6e3337;
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background:#fff;
  font-family: 'IBM Plex Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	line-height: inherit;
}
p {
	margin: 0;
	padding: 0;
	line-height: inherit;
	color: #666;
	font-size: 16px;
}
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: inherit;
}
.ktga_wrapper{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
header{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;	
}
.ktga_top_header {
    width: 100%;
    position: relative;
    float: left;
    background: #ededed;
    padding: 15px 0;
}
.ktga_top_header_inn {
    width: 100%;
    position: relative;
    float: left;
}
.ktga_top_header_inn .row {
    display: flex;
    align-items: center;
    align-content: center;
}
.ktga_top_header_logo {
    width: 100%;
    position: relative;
    float: left;
}
.ktga_top_header_logo img{
    width: 100%;
    object-fit: cover;
}
.ktga_top_header_inn_stml {
    width: 100%;
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    align-content: center;
}
.ktga_top_header_srch_bar {
    width: 60%;
    float: left;
    position: relative;
    padding-right: 15px;
}
.ktga_top_header_srch_bar_form {
    width: 100%;
    float: left;
    position: relative;
}
.ktga_top_header_srch_bar_form_input {
    width: 100%;
    height: 30px;
    float: left;
    position: relative;
    background: transparent;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
    text-transform: capitalize;
    text-align: left;
    color: #717171;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: 0.5s ease-in-out;
    outline: none;
    padding: 10px 10px 10px 30px;
    background-size: 18px 18px;
    background-position: left 0px center;
    background-image: url(../images/search_icon.svg);
    background-repeat: no-repeat;
    flex: 0 0 auto;
    font-weight: 500;
}
.ktga_top_header_srch_bar_list {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% - -24px);
    *margin: 0 40px;
    margin: 0 0;
    *width: calc(100% - 80px);
    width: 50%;
    background: #ffffff;
    max-height: 260px;
    border-radius: 0 0 3px 3px;
    padding: 10px 15px;
    z-index: 12;
    overflow: hidden;
    overflow-y: auto;
    outline: none;
}
.ktga_top_header_srch_bar_list h3 {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #333;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: inherit;
}
.ktga_top_header_srch_bar_list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ktga_top_header_srch_bar_list ul li {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin: 0;
    padding: 10px 0 0 0;
}
.ktga_top_header_srch_bar_list ul li a {
    display: flex;
    width: 100%;
    color: #666;
    padding: 6px 0px 6px 22px;
    background-position: left 0px center;
}
.ktga_top_header_srch_rslt_lcsn_icn {
    background-image: url(../images/result-location-icon.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}
.ktga_top_header_show {
    display: block;
}
.ktga_top_header_info {
  width: 100%;
  position: relative;
  float: left;
}
.ktga_top_header_info ul {
  margin: 0;
  padding: 0;
  list-style-type: none; 
  text-align: center;
}
.ktga_top_header_info ul li{
  margin: 0;
  padding: 0;
  list-style-type: none; 
  display: inline-block;
}
.ktga_top_header_info ul li a{
  font-family: 'IBM Plex Sans', sans-serif;
  color: #cf6a2f;
  font-size: 15px;
  text-align: left;
  font-weight: 500;
  margin: 0;
  padding: 0;
  display: flex;
  align-content: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.ktga_top_header_info ul li a:hover {
    color: #6e3337;
    text-decoration: none;
}
.ktga_top_header_info ul li a i {
    font-size: 16px;
    padding-right: 6px;
}
.ktga_top_header_inn_jkgp {
    width: 100%;
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    align-content: center;
}
.ktga_top_header_btn {
    width: 100%;
    float: left;
    position: relative;
    text-align: right;
}
.ktga_btn_all {
  font-family: 'IBM Plex Sans', sans-serif;
    border-radius: 4px;
    background-color: #ce6629;
    border: 1px solid #ce6629;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 16px;
    padding: 10px 20px;
    width: fit-content;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    position: relative;
    float: none;
}
.ktga_btn_all:hover {
    background: #6e3337;
    border-color: #6e3337;
    color: #fff;
    opacity: 1;
}
.ktga_hdr_menubar{
  width: 100%;
  float: left;
  position: relative;
  padding: 20px 0;
  background: #fff;
}
.ktga_hdr_menu{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_hdr_menu ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  align-content: center;
  text-align: center;
}
.ktga_hdr_menu ul li {
  display: inline-block;
  position: relative;
}
.ktga_hdr_menu ul li a {
  font-family: 'IBM Plex Sans', sans-serif;
  color: #000000;
  display: block;
  font-size: 17px;
  padding: 0px 76px 0 0;
  transition: 0.3s linear;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  align-content: center;
}
.ktga_hdr_menu ul li:last-child a{
  padding-right: 0;
}
.ktga_hdr_menu ul li:hover { 
  background: #fff; 
}
.ktga_hdr_menu ul li ul {
  border-bottom: 5px solid #ce6629;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 11;
  left:0;
    padding-top:20px;    
}
.ktga_hdr_menu ul li ul li ul {
  border-bottom: 5px solid #ce6629;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 11;
    left:317px;
    padding-top:0px;  
    top:0;
}
.ktga_hdr_menu ul li:hover  ul li ul {
  display: none !important;
}
.ktga_hdr_menu ul li ul li:hover ul {
  display: block !important;
}
.ktga_hdr_menu ul li ul li {
  border-top: 1px solid #444;
  display: block;
}
.ktga_hdr_menu ul li ul li:first-child { 
  border-top: none; 
}

.ktga_hdr_menu ul li ul li a {
  background: #373737;
    display: block;
    padding: 10px 14px;
    text-align: left;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.ktga_hdr_menu ul li ul li a:hover { 
  background: #ce6629; 
}
.ktga_hdr_menu .fa.fa-angle-down { 
  margin-left: 10px; 
  font-weight: 600;
  font-size: 24px;
}
.ktga_hdr_menu .fa.fa-angle-right { 
  margin-left: 10px; 
  font-weight: 600;
  font-size: 20px;
  float: right;
}
.ktga_hdr_bykcwu_bar{
  width: 100%;
  float: left;
  position: relative;
  padding: 5px 0;
  background: #ce6629;
}
.ktga_hdr_bykcwu_bar_card{
    width: auto;
    float: none;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    margin: 0 auto;
}
.ktga_hdr_bykcwu_bar_card p{
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 0;
}
.ktga_hdr_bykcwu_bar_card p i{
  padding-right: 5px;
}
.ktga_hdr_bykcwu_bar_card a{
    font-family: 'IBM Plex Sans', sans-serif;
    border-radius: 0px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 14px;
    padding: 5px 12px;
    width: fit-content;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    cursor: pointer;
    margin: 0 0 0 30px;
    overflow: hidden;
    position: relative;
    float: none;
}
.ktga_hdr_bykcwu_bar_card a:hover {
    background: #6e3337;
    border-color: #6e3337;
    color: #fff;
    opacity: 1;
}
.sticky_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  /*border-bottom: 1px solid #ececec;*/
  padding: 10px 0;
  -webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
  -moz-box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
  box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
  height: inherit;
}
.ktga_hdr_menubar_flx{
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.ktga_hdr_menubar .sticky_hdr_logo{
  display: none;
  width: 16%;
  float: left;
  position: relative;
}
.ktga_hdr_menubar .sticky_hdr_menu_bar{
  width: 100%;
  float: left;
  position: relative;
}
.sticky_header .sticky_hdr_logo{
  display: block;
}
.sticky_header .sticky_hdr_menu_bar{
  width: 83%;
}
.sticky_header .ktga_hdr_menu ul {
    float: right;
}
.sticky_header .ktga_hdr_menu ul li a {
    font-size: 16px;
    padding: 0px 20px 0 0;
}
.sticky_header .ktga_hdr_menu ul li ul {
    padding-top: 25px;
}
.sticky_header .ktga_hdr_menu ul li ul li a {
    font-size: 15px;
    padding: 12px 15px;
}
.sticky_header .ktga_hdr_menu ul li ul {
    width:115%;
}
.sticky_header .ktga_hdr_menu ul li ul li ul {
    left:286px;
    width:100%;
    padding-top: 0px;
}
#ktga_hm_banner_sec{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_hm_banner_fig{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_hm_banner_fig img{
  width: 100%;
  object-fit: cover;
}
.ktga_hm_banner_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_hm_banner_sec_ovrly{
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    background: #12110f;
    background: -webkit-linear-gradient(bottom right, rgba(18,17,15,0.3), rgba(179,179,179,0.3));
    background: -moz-linear-gradient(bottom right, rgba(18,17,15,0.3), rgba(179,179,179,0.3));
    background: linear-gradient(to top left, rgba(18,17,15,0.3), rgba(179,179,179,0.3));
    *background: -webkit-linear-gradient(bottom right, rgba(157,125,253,0.9), rgba(72,48,145,0.999));
    *background: -moz-linear-gradient(bottom right, rgba(157,125,253,0.9), rgba(72,48,145,0.999));
    *background: linear-gradient(to top left, rgba(157,125,253,0.9), rgba(72,48,145,0.999));
}
.ktga_hm_banner_info {
    width: 100%;
    float: left;
    position: relative;
    *padding-top: 100px;
}
.ktga_hm_banner_info h5{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0 0 29px 0;
    letter-spacing: 5px;
}
.ktga_hm_banner_info h1{
    font-family: 'OldGrowth-Regular', sans-serif;
    font-size: 60px;
    font-weight: 600;
    text-align: left;
    text-transform: none;
    color: #fff;
    margin: 0;
    padding: 0; 
}
.ktga_hm_banner_info p{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    padding: 20px 40% 20px 0;
}
.ktga_hm_banner_info_btn {
    width: 100%;
    float: left;
    position: relative;
    text-align: left;
    padding-top: 30px;
}
.ktga_hm_banner_info_btn .ktga_btn_all{
  padding: 15px 40px;
}
#ktga_kmbyl_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 30px 0 30px 0;
  background: #6e3337;
}
.ktga_kmbyl_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_kmbyl_sec_card .row{
  display: flex;
  align-content: center;
  align-items: center;
}
.ktga_kmbyl_sec_card_fig{
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
}
.ktga_kmbyl_sec_card_fig img{
  width: 100%;
  object-fit: cover;
  margin-top: -80px;
}
.ktga_kmbyl_card_btn{
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
}
.ktga_kmbyl_card_btn .ktga_btn_all {
  padding: 15px 30px;
}
.ktga_kmbyl_card_btn .ktga_btn_all i {
  padding-left: 15px;
}

.ktga_kmbyl_card_btn .ktga_btn_all:hover{
    border: 1px solid #ce6629;
    *color: #ce6629;
}
.ktga_kmbyl_card_info{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_kmbyl_card_info h2{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    padding: 0 0 10px 0;
}
.ktga_kmbyl_card_info h2 span{
    font-family: 'OldGrowth-Regular', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 0 5px 0 5px;
    text-transform: none;
}
.ktga_kmbyl_card_info p{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    color: #b9b9b9;
    margin: 0;
    padding: 0;  
}
.ktga_kmbyl_card_info p span{
  font-weight: 600;
  font-size: 17px;
  color: #fff;
}
#ktga_footer_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 0px 0;
  background: #1f0000;
}
#ktga_footer_sec:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0;
    z-index: 0;
    float: left;
    background: url(../images/ke-footer.svg) no-repeat left top transparent;
    opacity: 1;
    transition: background .3s,border-radius .3s,opacity .3s;
    background-size: 100% 48%;
}
.ktga_footer_copy_rght{
  width: 100%;
  float: left;
  position: relative; 
  padding: 20px 0;
  background: #000;
}
.ktga_footer_copy_rght_txt{
  width: 100%;
  float: left;
  position: relative;
      display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.ktga_footer_copy_rght_txt p{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    padding: 0;
}
.ktga_footer_copy_rght_txt p a{
    color: #ce6629;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.ktga_footer_copy_rght_txt p a:hover{
    color: #fff;
}
.ktga_payment_sec {
    width: 20%;
    float: left;
    position: relative;
}
.ktga_payment_sec_logo {
    width: 18%;
    float: left;
    position: relative;
    margin-right: 5px;
    background: #fff;
}
.ktga_payment_sec_logo img {
    width: 100%;
    object-fit: cover;
}
.ktga_prtnr_sec{
  width: 100%;
  float: left;
  position: relative; 
  padding: 15px 0 40px 0;
}
.ktga_prtnr_sec_card{
  width: 100%;
  float: left;
  position: relative; 
  display: flex;
  align-items: center;
  align-content: center;
}
.ktga_prtnr_logos{
  width: 100%;
  float: left;
  position: relative; 
}
.ktga_prtnr_logos_fig{
  width: 70%;
  float: left;
  position: relative; 
}
.ktga_prtnr_logos_fig img{
  width: 100%;
  object-fit: cover;
}
.ktga_footer_social_sec{
  width: 100%;
  float: left;
  position: relative; 
}
.ktga_footer_social_sec ul {
    width: 100%;
    float: right;
    position: relative;
    list-style-type: none;
    text-align: right;
}
.ktga_footer_social_sec ul li {
    display: inline-block;
    list-style-type: none;
    padding: 0 2px;
}
.ktga_footer_social_sec ul li a {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #3d3d3d;
    background-color: #3d3d3d;
    border-radius: 50%;
    color: #fff;
    float: left;
    position: relative;
    font-size: 16px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.ktga_footer_social_sec ul li a:hover {
    border: 1px solid #ce6629;
    color: #ce6629;
}
.ktga_footer_link_sec{
  width: 100%;
  float: left;
  position: relative; 
  padding: 20px 0 30px 0;
}
.ktga_footer_link_sec_card{
  width: 100%;
  float: left;
  position: relative; 
  background: rgba(37, 63, 75, 0.6);
  padding: 35px 35px 25px 35px;
  border-radius: 3px;
}
.ktga_footer_link_item{
  width: 100%;
  float: left;
  position: relative; 
}
.ktga_footer_link_item_title{
  width: 100%;
  float: left;
  position: relative; 
  padding-bottom: 15px;
}
.ktga_footer_link_item_title h4{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    color: #ce6629;
    margin: 0;
    padding: 0; 
}
.ktga_footer_link_item_list{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_footer_link_item_list ul{
  width: 100%;
  float: left;
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ktga_footer_link_item_list ul li{
  list-style-type: none;
  padding: 0 0 10px 0;
  margin: 0;
  display: block;
}
.ktga_footer_link_item_list ul li a{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    padding: 0; 
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.ktga_footer_link_item_list ul li a:hover{
    color: #ce6629;
}
#ktga_tkwga_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 80px 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgb(255, 255, 255, 0.9) ), url(../images/tkwga-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.ktga_tkwga_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_tkwga_sec_card_dtls{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_tkwga_sec_card_dtls{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_tkwga_sec_card_dtls_hdng{
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.ktga_tkwga_sec_card_dtls_hdng:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  width: 100px;
  background-color: #255669;
  margin: 0 auto;
}
.ktga_tkwga_sec_card_dtls_hdng:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  width: 60px;
  background-color: #ce6629;
  margin: 0 auto;
}
.ktga_tkwga_sec_card_dtls_hdng h2{
    font-family: 'OldGrowth-Regular', sans-serif;
    color: #255669;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: inherit;
    text-align: center;
    padding: 0 0 20px 0;
    margin: 0;
}
.ktga_tkwga_sec_card_dtls_hdng h4{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    color: #1a1411;
    margin: 0;
    padding: 0; 
    position: relative;
}
.ktga_tkwga_sec_card_dtls_hdng h4 span{
      color: #df2b18;
}  
.ktga_tkwga_sec_card_dtls_descp{
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 20px;
}
.ktga_tkwga_sec_card_dtls_descp p{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 0 10%; 
    line-height: 1.8;
}
.ktga_tkwga_sec_card_dtls_btn{
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  padding-top: 40px;
}
.ktga_btn_all_bg {
  font-family: 'IBM Plex Sans', sans-serif;
    border-radius: 30px;
    background-color: #255669;
    border: 1px solid #255669;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 17px;
    padding: 15px 40px;
    width: fit-content;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    cursor: pointer;
    margin: 0 5px;
    overflow: hidden;
    position: relative;
    float: none;
}
.ktga_btn_all_bg:hover {
    background: #6e3337;
    border-color: #6e3337;
    color: #fff;
    opacity: 1;
}
.ktga_btn_all_bg_red {
  font-family: 'IBM Plex Sans', sans-serif;
    border-radius: 30px;
    background-color: #df2b18;
    border: 1px solid #df2b18;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 17px;
    padding: 15px 40px;
    width: fit-content;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    cursor: pointer;
    margin: 0 5px;
    overflow: hidden;
    position: relative;
    float: none;
}
.ktga_btn_all_bg_red:hover {
    background: #ce6629;
    border-color: #ce6629;
    color: #fff;
    opacity: 1;
}
#ktga_cwowcs_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 60px 0;
  background: #255669;
  margin: 0px 0 10px 0;
}
.ktga_cwowcs_sec_card{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 40px;
}
.ktga_hdng_cntr_whte{
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.ktga_hdng_cntr_whte h2{
  font-family: 'OldGrowth-Regular', sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    color: #fff;
    margin: 0;
    padding: 0;
}
.ktga_hdng_cntr_whte h5{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0 0 20px 0;
    letter-spacing: 3px;
} 
.ktga_hdng_cntr_whte p{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    text-transform: inherit;
    color: #fff;
    margin: 0;
    padding: 15px 0 0px 0;
}    
.ktga_cwowcs_left{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_cwowcs_left_item{
  width: 50%;
  float: left;
  position: relative;
  padding: 30px 5px;
}
.ktga_cwowcs_left_item_box{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_cwowcs_left_item_box_fig{
  width: 50px;
  float: none;
  position: relative;
  margin: 0 auto;
  padding-bottom: 15px;
}
.ktga_cwowcs_left_item_box_fig img{
  width: 100%;
  object-fit: cover;
}
.ktga_cwowcs_left_item_box_info{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_cwowcs_left_item_box_info h4{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    padding: 0;
}
.ktga_cwowcs_left_item_lbr{
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.ktga_cwowcs_left_item_bbr{
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.ktga_cwowcs_right_card{
  width: 100%;
  float: left;
  position: relative;
  padding-left: 70px;
}
.ktga_cwowcs_right_box{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_cwowcs_right_box h4{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    padding: 0 0 15px 0;
}
.ktga_cwowcs_right_box p{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #fff;
    margin: 0;
    padding: 0 0 15px 0;
}
.ktga_cwowcs_right_box_ather{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 40px;
    margin-top: 20px;
}
.ktga_cwowcs_right_box_ather:before {
    height: 2px;
    width: 80px;
    background-color: #ce6629;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
}
.ktga_cwowcs_right_box_ather h5{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    text-transform: inherit;
    color: #fff;
    margin: 0;
    padding: 0 0 15px 0;  
}
.ktga_cwowcs_right_box_ather_str{
  width: 100%;
  float: left;
  position: relative;  
  display: inline-block;
}
.ktga_cwowcs_right_box_ather_str i{
  color: #ce6629;
  font-size: 18px;
}
.cwowcs_icn{
  color: #ce6629;
  font-size: 38px;
    margin-bottom: 20px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 0;
}
.ktga_cwowcs_right_card .owl-nav {
    position: relative;
    width: 100%;
    float: left;
    padding-top: 20px;
}
.ktga_cwowcs_right_card .owl-carousel .owl-nav .owl-prev{
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    float: left;
    position: relative;
    width: 50px;
    height: 40px;
    border-radius: 0%;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    outline: none;
    padding: 5px;
    *position: absolute;
    *top: 46%;
    *left: -3%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.ktga_cwowcs_right_card .owl-carousel .owl-nav .owl-prev:hover{
    background: transparent;
    border: 1px solid #ce6629;
    color: #ce6629;
}
.ktga_cwowcs_right_card .owl-carousel .owl-nav .owl-next{
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    float: left;
    position: relative;
    width: 50px;
    height: 40px;
    border-radius: 0%;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    outline: none;
    padding: 5px;
    *position: absolute;
    *top: 46%;
    *right: -3%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.ktga_cwowcs_right_card .owl-carousel .owl-nav .owl-next:hover{
    background: transparent;
    border: 1px solid #ce6629;
    color: #ce6629;
}
.ktga_hdng_cntr_blck{
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.ktga_hdng_cntr_blck h2{
  font-family: 'OldGrowth-Regular', sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    color: #255669;
    margin: 0;
    padding: 0;
}
.ktga_hdng_cntr_blck h5{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #8c8c8c;
    margin: 0;
    padding: 0 0 20px 0;
    letter-spacing: 3px;
} 
.ktga_hdng_cntr_blck p{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 15px 0 0px 0;
}    
#ktga_tmetckr_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.ktga_tmetckr_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_tmetckr_box{
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
      -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}
.ktga_tmetckr_box_fig{
  width: 100%;
  float: left;
  position: relative;
      -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.ktga_tmetckr_box_fig img{
  width: 100%;
  object-fit: cover;
}
.ktga_tmetckr_box_fig:before {
      content: '';
    background: -o-linear-gradient(top, rgba(28, 32, 42, .2) 0%, rgba(28, 32, 42, .2) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 32, 42, .2)), to(rgba(28, 32, 42, .2)));
    background: linear-gradient(to bottom, rgba(28, 32, 42, .2) 0%, rgba(28, 32, 42, .2) 100%);
        width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
        -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.ktga_tmetckr_box_overlay {
    height: 100%;
    top: 0;
    text-align: center;
    color: #fff;
    width: 100%;
    position: absolute;
    left: 0;
}
.ktga_tmetckr_box_overlay_info {
    bottom: 30px;
    width: 100%;
    position: absolute;
    left: 0;
}
.ktga_tmetckr_box_overlay_info h3{
      font-family: 'IBM Plex Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
        text-shadow: 4px 4px 15px rgb(0 0 0 / 75%);
    color: #fff;
    margin: 0;
    padding: 0 0 10px 0;
    position: relative;
}
.ktga_tmetckr_box_overlay_info h3:before {
    content: "\f6fc";
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    color: #fff;
    display: block;
    border: 2px solid #fff;
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    text-shadow: 0px 0px 10px rgb(0 0 0);
    -webkit-box-shadow: 0px 0px 4px #000;
    box-shadow: 0px 0px 4px #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
        margin-bottom: 15px;
}
.ktga_tmetckr_box_overlay_info a{
      font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 4px 4px 15px rgb(0 0 0 / 75%);
    color: #ce6629;
    margin: 0;
    padding: 0;
    position: relative;
        -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: none;
}
.ktga_tmetckr_box_overlay_info a:hover{
  color: #fff;
}
.ktga_tmetckr_box_overlay_info a:after {
      content: "\f061";
      font-family: 'Font Awesome 5 Free';
    vertical-align: middle;
    font-size: 14px;
    margin-left: 5px;
}
.ktga_tmetckr_box:hover .ktga_tmetckr_box_fig:before {
    background-color: rgba(28, 32, 42, .8);
}
.ktga_tmetckr_box:hover .ktga_tmetckr_box_overlay_info a {
    display: block;
}
#ktga_mpkan_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.ktga_mpkan_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_mpkan_item{
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
          -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #fff;
    -webkit-transition: .3s linear box-shadow,.3s linear border-color;
    -o-transition: .3s linear box-shadow,.3s linear border-color;
    transition: .3s linear box-shadow,.3s linear border-color;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #dfdfdf;
}
.ktga_mpkan_item_fig{
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.ktga_mpkan_item_fig img{
  width: 100%;
  object-fit: cover;
  -webkit-transition: .5s ease-out all;
    -o-transition: .5s ease-out all;
    transition: .5s ease-out all;
    border-radius: 2px;
}
.ktga_mpkan_item_fig .tag {
    position: absolute;
    left: 0;
    top: 18px;
    padding: 8px 15px;
    border-radius: 0 3px 3px 0;
    background-color: #df2b18;
}
.ktga_mpkan_item_fig .tag p{
    font-family: 'IBM Plex Sans', sans-serif;
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 1;
}
.ktga_mpkan_item_fig .group_discount {
  font-family: 'IBM Plex Sans', sans-serif;
    position: absolute;
    right: 15px;
    bottom: 15px;
    height: 38px;
    width: 38px;
    overflow: hidden;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 50rem;
    color: #242424;
    font-size: 16px;
    background-color: #f1f5f7;
    -webkit-transition: .3s ease width;
    -o-transition: .3s ease width;
    transition: .3s ease width;
    text-align: center;
}
.ktga_mpkan_item_fig .group_discount i {
    margin-left: 10px;
    color: #000;
    font-size: 18px;
}
.ktga_mpkan_item:hover .ktga_mpkan_item_fig .group_discount{
  width: 210px;
}
.ktga_mpkan_item:hover .ktga_mpkan_item_fig img {
    -webkit-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}
.ktga_mpkan_item_dtls{
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 20px 20px 24px 20px;
}
.ktga_mpkan_item_dtls_lcsn{
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 15px;
}
.ktga_mpkan_item_dtls_lcsn p{
    font-family: 'IBM Plex Sans', sans-serif;
    text-align: left;
    font-size: 15px;
    text-transform: capitalize;
    color: #8c8c8c;
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 1;
    position: relative;
}
.ktga_mpkan_item_dtls_lcsn p:before {
    font-family: 'FontAwesome';
    content: "\f041";
    font-size: 22px;
    margin-right: 8px;
    line-height: 1;
    vertical-align: text-top;
}
.ktga_mpkan_item_dtls_title{
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 15px;
}
.ktga_mpkan_item_dtls_title h3{
    font-family: 'IBM Plex Sans', sans-serif;
    text-align: left;
    font-size: 24px;
    text-transform: capitalize;
    color: #000;
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 1;
    position: relative;
      -webkit-transition: .5s ease-out all;
    -o-transition: .5s ease-out all;
    transition: .5s ease-out all;
}
.ktga_mpkan_item_dtls_title ul{
  margin: 0;
  padding: 10px 0 0 0;
  list-style-type: none;
}
.ktga_mpkan_item_dtls_title ul li{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  font-family: 'IBM Plex Sans', sans-serif;
    text-align: left;
    font-size: 15px;
    text-transform: capitalize;
    color: #8c8c8c;
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 1;
    position: relative;
}
.ktga_mpkan_item_dtls_title ul li i{
  color: #ce6629;
    font-size: 15px;
}  
.ktga_mpkan_item_dtls_title ul li:last-child{
  padding-left: 20px;
}
.ktga_mpkan_item_dtls_dayspr{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 10px;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ktga_mpkan_item_dtls_dayspr .pkg_days{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_mpkan_item_dtls_dayspr .pkg_days h6{
    font-family: 'IBM Plex Sans', sans-serif;
    text-align: left;
    font-size: 18px;
    text-transform: capitalize;
    color: #8c8c8c;
    margin: 0;
    padding: 0;
    font-weight: 500;
    line-height: 1;
    position: relative;
}
.ktga_mpkan_item_dtls_dayspr .pkg_days h6:before{
    font-family: 'FontAwesome';
    content: "\f073";
    font-size: 20px;
    margin-right: 8px;
    line-height: 1;
    vertical-align: text-top;
    *color: #ce6629;
}
.ktga_mpkan_item_dtls_dayspr .pkg_prce{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_mpkan_item_dtls_dayspr .pkg_prce p{
    font-family: 'IBM Plex Sans', sans-serif;
    text-align: right;
    font-size: 15px;
    text-transform: capitalize;
    color: #8c8c8c;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1;
    position: relative;
}
.ktga_mpkan_item_dtls_dayspr .pkg_prce p:before{
    font-family: 'FontAwesome';
    content: "\f0e7";
    font-size: 20px;
    margin-right: 8px;
    line-height: 1;
    vertical-align: text-top;
    color: #ce6629;
}
.ktga_mpkan_item_dtls_dayspr .pkg_prce p span{
    font-size: 20px;
    color: #22252d;
    font-weight: 600;
}
.ktga_mpkan_item:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 4px 6px rgb(0 0 0 / 15%);
    box-shadow: 0 4px 6px rgb(0 0 0 / 15%);
}
.ktga_mpkan_item:hover .ktga_mpkan_item_dtls_title h3{
    color: #ce6629;
}
#ktga_fypcbk_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.ktga_fypcbk_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_fypcbk_box{
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
}
.ktga_fypcbk_box_fig{
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.ktga_fypcbk_box_fig img{
  width: 100%;
  object-fit: cover;
   overflow: hidden;
  -webkit-transition: -webkit-transform 5s cubic-bezier(.21,0,.36,1);
    transition: -webkit-transform 5s cubic-bezier(.21,0,.36,1);
    transition: transform 5s cubic-bezier(.21,0,.36,1);
    transition: transform 5s cubic-bezier(.21,0,.36,1),-webkit-transform 5s cubic-bezier(.21,0,.36,1);
}
.ktga_fypcbk_box_fig:after {
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(30,30,30,.7)),color-stop(50%,rgba(30,30,30,0)));
    background: linear-gradient(
0deg
,rgba(30,30,30,.7) 0,rgba(30,30,30,0) 50%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    mix-blend-mode: multiply;
}
.ktga_fypcbk_box_overlay {
    height: 100%;
    top: 0;
    text-align: center;
    color: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
        display: flex;
    align-items: flex-end;
    align-content: flex-end;
}
.ktga_fypcbk_box_overlay_info {
    width: 100%;
    position: relative;
    float: left;
    padding: 0 0 20px 20px;
}
.ktga_fypcbk_box_overlay_info h3{
      font-family: 'IBM Plex Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 4px 4px 15px rgb(0 0 0 / 75%);
    color: #fff;
    margin: 0;
    padding: 0 0 5px 0;
    position: relative;
}
.ktga_fypcbk_box_overlay_info p{
      font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    padding: 0;
    position: relative;
}
.ktga_fypcbk_box:hover .ktga_fypcbk_box_fig img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
#ktga_cygalw_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.ktga_cygalw_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_cygalw_top_sec{
  width: 100%;
  float: left;
  position: relative;  
}
.ktga_cygalw_top_sec ul{
  width: 100%;
  float: left;
  position: relative; 
  flex-wrap: wrap;
  display: -webkit-box;
    display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #e2e8f0;   
}
.ktga_cygalw_top_sec ul li{
  width: 100%;
  float: left;
  position: relative;
  list-style: none;
      -webkit-box-flex: 1;
    flex: 1 1 0%;  
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #e2e8f0;
    cursor: pointer;
}
.ktga_cygalw_top_box{
  width: 100%;
  float: left;
  position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 15px 10px 15px 10px;
    text-align: center;
        display: -webkit-box;
    display: flex;
    border: 1px solid #edf2f7;
    border-right: transparent;
}
.ktga_cygalw_top_sec ul li:last-child .ktga_cygalw_top_box{
  border-right: 1px solid #edf2f7;
}
.ktga_cygalw_top_sec ul li h6{
font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
    color: #8c8c8c;
    margin: 0;
    padding: 0;
    position: relative;
}
.ktga_cygalw_top_sec ul li.active .ktga_cygalw_top_box{
  border: 1px solid #ce6629;
  background: #1f0000;
}
.ktga_cygalw_top_sec ul li.active h6{
  color: #ce6629;
}
.ktga_cygalw_top_box_crcl{
  width: auto;
  float: left;
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  margin-top: 10px;
}
.ktga_cygalw_top_box_crcl .circle_blnk{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #a7b5c7;
  margin: 0 2px;
}
.ktga_cygalw_top_box_crcl .circle_one{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #f6ad55;
  margin: 0 2px;
  background: #f6ad55;
}
.ktga_cygalw_top_box_crcl .circle_two{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #ed8936;
  margin: 0 2px;
  background: #ed8936;
}
.ktga_cygalw_top_box_crcl .circle_three{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #dd6b20;
  margin: 0 2px;
  background: #dd6b20;
}
.ktga_cygalw_top_box_crcl .circle_four{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #c05621;
  margin: 0 2px;
  background: #c05621;
}
.ktga_cygalw_top_box_crcl .circle_five{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #9c4221;
  margin: 0 2px;
  background: #9c4221;
}

.ktga_cygalw_botm_box_all{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_cygalw_botm_box{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 40px;
  display: none;
}
.ktga_cygalw_botm_box_fig{
  width: 100%;
  float: left;
  position: relative;
  border-radius: 5px;
}
.ktga_cygalw_botm_box_fig img{
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.ktga_cygalw_botm_box_dtls{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_cygalw_botm_box_dtls h3 {
    font-family: 'Lora', serif;
    color: #255669;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-align: left;
    padding: 0 0 5px 0;
    margin: 0;
}
.ktga_cygalw_botm_box_dtls p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
.ktga_cygalw_botm_box_dtls_list{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 30px;
}
.ktga_cygalw_botm_box_dtls_list ul{
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
      display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.ktga_cygalw_botm_box_dtls_list ul li{
  width: 48%;
  float: left;
  position: relative;
  padding: 0;
  margin: 0 12px 12px 0;
  list-style-type: none;
  display: flex;
  align-content: center;
  align-items: center;
      box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    border: 1px solid #fff5f1;
    display: inline-block;
    vertical-align: top;
        flex-wrap: wrap;
    justify-content: center;
          -webkit-transition: .5s ease-out all;
    -o-transition: .5s ease-out all;
    transition: .5s ease-out all;
}
.ktga_cygalw_botm_box_dtls_list ul li:nth-child(even) {
    margin-right: 0;
}
.ktga_cygalw_botm_box_dtls_list ul li a{
  width: 100%;
  float: left;
  position: relative;
  padding: 8px 16px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: auto;
    white-space: nowrap;
    text-align: center;
}
.ktga_cygalw_botm_box_dtls_list ul li:hover {
    transition: box-shadow .3s ease-in-out;
    box-shadow: 0 0 8px rgb(0 0 0 / 35%);
    cursor: pointer;
}
.ktga_cygalw_botm_box_dtls_list ul li a i{
  font-size: 15px;
  margin-right: 8px;
  color: #ce6629;
}
.ktga_cygalw_botm_box_dtls_list ul li a p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 0;
    line-height: inherit;
}
.ktga_cygalw_botm_box_all .ktga_cygalw_botm_box:first-child { 
  display:block; 
}
#ktga_tmaat_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 150px 0 160px 0;
  margin: 50px 0 10px 0;
  background: linear-gradient(to right, rgba(37, 86, 105, 0.2), rgb(37, 86, 105, 0.3) ), url(../images/award-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.ktga_tmaat_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_tmaat_sec_card h2{
  font-family: 'OldGrowth-Regular', sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    color: #fff;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    line-height: 1.99;
    position: relative;
}
.ktga_tmaat_sec_card h2:after {
    position: absolute;
    *top: 100%;
    *left: 50%;
    width: 100px;
    height: 4px;
    background: #fff;
    content: '';
    *-webkit-transform: translateX(-50%);
    *-moz-transform: translateX(-50%);
    *transform: translateX(-50%);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.ktga_tmaat_sec_card p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    padding: 15px 0 15px 0;
    line-height: 1.5;
}
.ktga_tmaat_sec_card_btn{
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  padding-top: 40px;
}
.ktga_tmaat_sec_card_btn .ktga_btn_all{
  padding: 15px 40px;
}
.ktga_tmaat_sec_card_bg_box{
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  padding-top: 60px;
}
.ktga_tmaat_sec_card_bg_box p{
font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    margin: 0 auto;
    padding: 15px 30px 15px 30px;
    line-height: 1.5;
    width: fit-content;
    float: none;
    background: rgba(0,0,0,0.5);
    border-radius: 4px;
}
#ktga_kbtio_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.ktga_kbtio_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_kbtio_item{
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 7px 0;
}
.ktga_kbtio_item_fig{
  width: 100%;
  float: left;
  position: relative;
        overflow: hidden;
    transition-duration: 1500ms;
}
.ktga_kbtio_item_fig img{
  width: 100%;
  object-fit: cover;
      overflow: hidden;
    transition-duration: 1500ms;
}
.ktga_kbtio_item:hover .ktga_kbtio_item_fig img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.ktga_kbtio_item_ovrly{
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    background: -moz-linear-gradient(top,rgba(125,185,232,0) 0,rgba(63,93,116,0) 50%,rgba(0,0,0,.6) 100%);
   background: -webkit-linear-gradient(top,rgba(125,185,232,0) 0,rgba(63,93,116,0) 50%,rgba(0,0,0,.6) 100%);
    background: linear-gradient(to bottom,rgba(125,185,232,0) 0,rgba(63,93,116,0) 50%,rgba(0,0,0,.6) 100%);
    display: flex;
    align-items:flex-end;
    align-content: flex-end;
}
.ktga_kbtio_item_ovrly_info {
    width: 100%;
    float: left;
    position: relative;
    padding: 15px 15px;
}
.ktga_kbtio_item_ovrly_info h6{
font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0 0 5px 0;
    position: relative;
    letter-spacing: 0.8px;
}
.ktga_kbtio_item_ovrly_info h3{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 4px 4px 15px rgb(0 0 0 / 75%);
    color: #fff;
    margin: 0;
    padding: 0 0 5px 0;
    position: relative;  
}
.ktga_kbtio_item_ovrly_info p{
font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    padding: 0;
    position: relative;  
}
.ktga_kbtio_sec_card .no_gutters {
    margin-right: -7px;
    margin-left: -7px;
}
.ktga_kbtio_sec_card .no_gutters>.col, .ktga_kbtio_sec_card .no_gutters>[class*=col-] {
    padding-right: 7px;
    padding-left: 7px;
}
#ktga_wloctmr_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.ktga_wloctmr_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_wloctmr_review{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_wloctmr_review_box{
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  border: 1px solid #ededed;
  background-color: #fafafa;
  border-radius: 4px;
  padding: 5px;
}
.ktga_wloctmr_review_box:before {
    position: absolute;
    bottom: -8px;
    left: 35px;
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #ededed;
    border-top: none;
    border-left: none;
    background-color: #fafafa;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ktga_wloctmr_review_box_cntnt{
  width: 100%;
  float: left;
  position: relative;
  height: 180px;
  background-color: inherit;
  overflow-y: auto;
  margin: 10px 0;
  padding: 0 10px 0 40px;
}
.ktga_wloctmr_review_box:after {
    bottom: 47px;
    box-sizing: border-box;
    color: #bbb;
    content: '\201C';
    display: block;
    height: 96px;
    left: 50px;
    position: absolute;
    right: 515.391px;
    text-size-adjust: 100%;
    top: 20px;
    width: 24.6094px;
    column-rule-color: #bbb;
    perspective-origin: 12.2969px 48px;
    transform-origin: 12.2969px 48px;
    border: 0 none #bbb;
    margin: -25px 0 0 -40px;
    outline: #bbb none 0;
    font: normal normal normal normal 60px / 96px Georgia,serif;
}
.ktga_wloctmr_review_box_cntnt::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(254,132,3,0.3);
    background-color: #F5F5F5;
}
.ktga_wloctmr_review_box_cntnt::-webkit-scrollbar{
    width: 3px;
    background-color: #F5F5F5;
}
.ktga_wloctmr_review_box_cntnt::-webkit-scrollbar-thumb{
    background-color: #F5F5F5;
    border: 2px solid #ce6629;
}
.ktga_wloctmr_review_box_cntnt p{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 0px 0 12px 0;
}
.ktga_wloctmr_review_box_cntnt .ratings_5{
  width: fit-content;
  float: left;
  position: relative;
  display: inline-block;
  line-height: inherit;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  white-space: nowrap;
  letter-spacing: 2px;
  color: #ce6629;
  margin-right: 5px;
  font-size: 14px;
}
.ktga_wloctmr_review_box_cntnt .ratings_5:before{
  content: "\f006 \f006 \f006 \f006 \f006";
}
.ktga_wloctmr_review_box_cntnt .ratings_5:after {
    content: "\f005 \f005 \f005 \f005 \f005";
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.ktga_wloctmr_review_item .ktga_auther{
  width: 100%;
  float: left;
  position: relative;
      padding: 20px 5px 0 20px;
}
.ktga_wloctmr_review_item{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_wloctmr_review_item .ktga_auther h5{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    color: #ce6629;
    margin: 0;
    padding: 0;
}
.ktga_wloctmr_review_item .ktga_auther p{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 5px 0 0px 0;
}
/*.ktga_wloctmr_review .owl-nav {
    position: relative;
    width: 100%;
    float: left;
    padding-top: 20px;
}*/
.ktga_wloctmr_review .owl-carousel .owl-nav .owl-prev{
    background: #ce6629;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    float: left;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    outline: none;
    padding: 5px;
    position: absolute;
    top: 40%;
    left: -5%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.ktga_wloctmr_review .owl-carousel .owl-nav .owl-prev:hover{
    background: transparent;
    border: 1px solid #ce6629;
    color: #ce6629;
}
.ktga_wloctmr_review .owl-carousel .owl-nav .owl-next{
    background: #ce6629;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    float: right;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    outline: none;
    padding: 5px;
    position: absolute;
    top: 40%;
    right: -5%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.ktga_wloctmr_review .owl-carousel .owl-nav .owl-next:hover{
    background: transparent;
    border: 1px solid #ce6629;
    color: #ce6629;
}
.ktga_wloctmr_review .owl-dots {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    margin-top: 20px;
}
.ktga_wloctmr_review button.owl-dot.active {
    background: #ce6629;
    width: 10px;
    height: 10px;
}
.ktga_wloctmr_review button.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #dcdcdc;
    margin: 0px 2px;
    outline: none;
}
.ktga_wloctmr_rate_bar{
  width: 100%;
  float: left;
  position: relative;
  display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
      padding-top: 20px;  
}
.ktga_wloctmr_rate_bar p{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 0px 40px 0px 0;  
}
.ktga_wloctmr_rate_bar_fig{
  width: 15%;
  float: left;
  position: relative;
}
.ktga_wloctmr_rate_bar_fig img{
  width: 100%;
  object-fit: cover;
}
#ktga_wccd_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.ktga_wccd_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_wccd_item{
  width: 100%;
  float: left;
  position: relative;
  box-shadow: 1px 0 12px rgb(0 0 0 / 13%);
  border-radius: 4px;
  background: #fff;
  padding: 20px 15px;
}
.ktga_wccd_item_fig{
  width: 50px;
  float: none;
  position: relative;
  margin: 0 auto;
}
.ktga_wccd_item_fig img{
  width: 100%;
  object-fit: cover;
}
.ktga_wccd_item_info{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 15px;
}
.ktga_wccd_item_info h6{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 0px 0px 5px 0;
}
.ktga_wccd_item_info h3{
     font-family: 'OldGrowth-Regular', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: none;
    color: #ce6629;
    margin: 0;
    padding: 0;
}
.ktga_wccd_item_info p{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 5px 0 0 0;  
}
#ktga_wlthac_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 70px 0;
  margin: 50px 0 10px 0;
  background: #1f0000;
}
#ktga_wlthac_sec:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    float: left;
    background-image: url(../images/vctr-bg.png);
    opacity: .5;
    transition: background .3s,border-radius .3s,opacity .3s;
}
.ktga_wlthac_sec_card{
  width: 100%;
  float: left;
  position: relative;

}
.ktga_wlthac_descp{
  width: 100%;
  float: left;
  position: relative;  
}
.ktga_wlthac_descp p{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    padding: 0px 10%;
    line-height: 1.5; 
}
.ktga_wlthac_linkss{
  width: 100%;
  float: left;
  position: relative;  
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.ktga_wlthac_linkss_telp{
  width: auto;
  float: left;
  position: relative;
  padding-right: 60px;
}
.ktga_wlthac_linkss_telp a{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: inherit; 
      -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.ktga_wlthac_linkss_telp a:hover{
    color: #ce6629;
}
.ktga_wlthac_linkss_btn{
  width: auto;
  float: left;
  position: relative;
  text-align: left;
}
.ktga_wlthac_linkss_btn .ktga_btn_all{
  padding: 12px 30px;
}
.ktga_wlthac_linkss_btn .ktga_btn_all i{
  padding-left: 8px;
}
#ktga_vttkg_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 60px 0;
}
.ktga_vttkg_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_vttkg_item{
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-top: 12px solid #000;
  border-bottom: 12px solid #000;
}
.ktga_vttkg_item_fig{
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 10px 10px;
}
.ktga_vttkg_item_fig img{
  width: 100%;
  object-fit: cover;
}
.ktga_vttkg_item::after {
    content: "\f01d";
    font: normal normal normal 65px/1 FontAwesome;
    color: rgba(0,0,0,.6);
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    width: 65px;
    margin: auto;
    cursor: pointer;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
#ktga_inr_bnr_sec{
  width: 100%;
  float: left;
  position: relative;
}
#ktga_inr_bnr_sec:before {
    position: absolute;
    content: '';
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    opacity: .5;
    z-index: 1;
}
.ktga_inr_bnr_fig {
    width: 100%;
    float: left;
    position: relative;
}
.ktga_inr_bnr_fig img {
    width: 100%;
    object-fit: cover;
}
.ktga_inr_bnr_contnt_sec {
    float: left;
    width: 100%;
    position: absolute;
    left: 0%;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    z-index: 2;
}
.ktga_inr_bnr_contnt_dtls {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    padding-bottom: 50px;
}
.ktga_inr_bnr_contnt_dtls_txt {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.6);
}
.ktga_inr_bnr_contnt_dtls_txt h1 {
    font-family: 'OldGrowth-Regular', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    text-transform: none;
    color: #fff;
    margin: 0;
    padding: 0;
}
.ktga_inr_bnr_contnt_dtls_txt p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    padding: 15px 0 15px 0;
}
.ktga_inr_bnr_contnt_dtls_btn {
    width: 30%;
    float: right;
    position: relative;
    text-align: right;
        margin-bottom: 20px;
}
.ktga_inr_bnr_contnt_dtls_btn .ktga_btn_all{
  padding: 15px 40px;
}
.ktga_breadcrumb {
    width: 100%;
    position: relative;
    float: left;
    padding-bottom: 20px;
}
.ktga_breadcrumb ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.ktga_breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-family: 'IBM Plex Sans', sans-serif;
}
.ktga_breadcrumb li:after {
    position: absolute;
    content: "//";
    right: -8px;
    top: -0px;
    color: #ce6629;
    font-size: 15px;
    *font-family: 'FontAwesome';
    text-align: center;
}
.ktga_breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}
.ktga_breadcrumb li:last-child:after {
    display: none;
}
.ktga_breadcrumb li a {
 font-family: 'IBM Plex Sans', sans-serif;
  font-size: 18px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.ktga_breadcrumb li a:hover {
  color: #ce6629;
}
#ktga_mkcl_ovrvw_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
}
.ktga_mkcl_ovrvw_sec_card{
  width: 100%;
  float: left;
  position: relative;
  column-count: 2;
  column-gap: 40px;
}
.ktga_mkcl_ovrvw_sec_card p{
  font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 1.5;
}
.ktga_mkcl_ovrvw_sec_card p strong{
    font-weight: 600;
    color: #000;
}
#ktga_tfbep_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.ktga_tfbep_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
#ktga_tfbep_sec .tabContent h3{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    color: #ce6629;
    margin: 0;
    padding: 0 0 15px 0;
}
#ktga_tfbep_sec .tabContent p{
  font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #fff;
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 1.5;
}
#ktga_gbgktg_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.ktga_gbgktg_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_gbgktg_box {
    width: 100%;
    float: left;
    position: relative;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin: 7px 0;
    overflow: hidden;
}
.ktga_gbgktg_box_fig {
    width: 100%;
    float: left;
    position: relative;
    transition: all ease-in-out 0.3s;
    overflow: hidden;
}
.ktga_gbgktg_box_fig img {
    width: 100%;
    object-fit: cover;
        transition: all ease-in-out 0.3s;
}
.ktga_gbgktg_box_fig:before {
    content: '';
    background: linear-gradient(to top, #0000009c, transparent);
    height: 40%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all ease-in-out 0.3s;
}
.ktga_gbgktg_box:hover img {
    transform: rotate(5deg) scale(1.2);
    transition: all ease-in-out 0.3s;
    transform: translateY(-5px; );
}
.ktga_gbgktg_box:hover .ktga_gbgktg_box_fig:before {
    height: 100%;
    transition: all ease-in-out 0.3s;
}
.ktga_gbgktg_box_cntnt {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    display: flex;
    align-items: center;
    align-content: center;
}
.ktga_gbgktg_box_cntnt_inn {
    width: 100%;
    float: left;
    position: relative;
    padding: 20px 40px;
    z-index: 1;
}
.ktga_gbgktg_box_cntnt:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: -30px;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000 100%);
    z-index: 0;
    opacity: .6;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.ktga_gbgktg_box_cntnt_inn h3 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    position: relative;
}
.ktga_gbgktg_box_cntnt_inn p {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    position: relative;
}
.ktga_gbgktg_sec_card .no_gutters {
    margin-right: -7px;
    margin-left: -7px;
}
.ktga_gbgktg_sec_card .no_gutters>.col, .ktga_gbgktg_sec_card .no_gutters>[class*=col-] {
    padding-right: 7px;
    padding-left: 7px;
}
#ktga_dtamr_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 20px 0;  
  background: #f1f1f1;
}
.ktga_dtamr_sec_card{
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  *align-items: center;
  *align-content: center;
}
.ktga_dtamr_box{
    width: fit-content;
    float: left;
    position: relative;
    padding: 0 30px;
    border-right: 2px solid #dcdcdc;
}
.ktga_dtamr_sec_card .ktga_dtamr_box:last-child{
  border-right: none;
  padding-right: 0
}
.ktga_dtamr_sec_card .ktga_dtamr_box:first-child{
  padding-left: 0
}
.ktga_dtamr_box h4{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    color: #255669;
    margin: 0;
    padding: 0 0 15px 0;
}
.ktga_dtamr_box h5{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    margin: 0;
    padding: 0 0 15px 0;
}
.ktga_dtamr_box p{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
.ktga_dtamr_box ul{
  width: 100%;
  float: left;
  position: relative;
  padding: 0 0 0 15px;
  margin: 0;
  list-style-type: none;
}
.ktga_dtamr_box ul li{
  list-style-type: disc;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 1.5;
}
.ktga_dtamr_box .rating_box{
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  height: 100%;
}
.ktga_dtamr_box .rating_box_prcnt {
  font-family: 'IBM Plex Sans', sans-serif;
    background: #3EB468;
    height: 32px;
    width: auto;
    display: inline-block;
    padding: 0 5px 0 0;
    margin: auto;
    position: relative;
    color: #fff;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    margin-right: 15px;
    margin-left: 5px;
}
.ktga_dtamr_box .rating_box_prcnt:before {
    content: "";
    border: 16px solid #3EB468;
    border-left-color: transparent;
    border-left-width: 5px;
    position: absolute;
    top: 0;
    left: -20px;
}
.ktga_dtamr_box .rating_box_prcnt:after {
    content: "";
    border: 16px solid transparent;
    border-left-color: #3EB468;
    border-left-width: 12px;
    position: absolute;
    top: 0;
    right: -28px;
}
.ktga_dtamr_box .rating_box_rvw{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_dtamr_box .rating_box_rvw p{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.ktga_dtamr_box .rating_box_star{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_dtamr_box .rating_box_star .fa-star {
    color: #ce6629;
    font-size: 20px;
    margin-right: 5px;
}
#ktga_itnery_pkgs_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.ktga_itnery_pkgs_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_itnery_pkgs_sec_left {
    width: 100%;
    float: left;
    position: relative;
}
.ktga_itnery_pkgs_nab_tab {
    width: 100%;
    float: left;
    position: relative;
}
.ktga_itnery_pkgs_nab_tab .navbar_nav_itnry {
    float: none;
    padding: 8px 0;
    background-color: #087dc2;
}
.ktga_itnery_pkgs_nab_tab {
    width: 100%;
    background-color: #fff;
/*    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;*/
}
.ktga_itnery_pkgs_nab_tab .navbar_nav_itnry {
    float: none;
    padding: 15px 15px;
    background-color: #ce6629;

}
.ktga_itnery_pkgs_nab_tab ul li {
    float: none;
    display: inline-block;
}
.ktga_itnery_pkgs_nab_tab ul li a{
    color: #fff;
    font-weight: 600;
    border: 2px solid transparent;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 10px;
    text-transform: uppercase;
    font-family: 'IBM Plex Sans', sans-serif;
}
.ktga_itnery_pkgs_nab_tab .navbar_nav_itnry>.active>a, 
.ktga_itnery_pkgs_nab_tab .navbar_nav_itnry>.active>a:focus, 
.ktga_itnery_pkgs_nab_tab .navbar_nav_itnry>.active>a:hover {
    color: #fff;
    border-radius: 4px;
    background-color: transparent;
    border: 2px solid #fff;
}
.ktga_itnery_pkgs_nab_tab ul li a:hover, 
.ktga_itnery_pkgs_nab_tab ul li a:active, 
.ktga_itnery_pkgs_nab_tab ul li a:focus{
    color: #fff;
    border-radius: 4px;
    background-color: transparent;
    border: 2px solid #fff;
}
.active-itnry{
    color: #fff;
    border-radius: 4px;
    background-color: transparent;
    border: 2px solid #fff !important; 
}
#ktga_itinerary_overview_sec {
    width: 100%;
    float: left;
    position: relative;
    padding: 40px 0 40px 0;
}
.ktga_itinerary_overview_dtls {
    width: 100%;
    float: left;
    position: relative;
}
.ktga_itinerary_title{
    width: 100%;
    float: left;
    position: relative;  
    padding-bottom: 15px;
}
.ktga_itinerary_title h3{
    font-family: 'IBM Plex Sans', sans-serif;
    text-align: left;
    font-size: 22px;
    text-transform: uppercase;
    color: #255669;
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 1;
}
.ktga_itinerary_overview_dtls p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 1.5;
}
#ktga_itinerary_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 0px 0 40px 0;  
}
.ktga_itinerary_sec_dtls{
    width: 100%;
    float: left;
    position: relative;
}
.ktga_itinerary_sec_dtls_title{
    width: 100%;
    float: left;
    position: relative;  
        background: #f7f7f7;
    padding: 15px 15px;
}
.ktga_itinerary_sec_dtls_title_hdng{
    width: 100%;
    float: left;
    position: relative;  
}
.ktga_itinerary_sec_dtls_title_hdng h4{
    font-family: 'IBM Plex Sans', sans-serif;
    text-align: left;
    font-size: 16px;
    text-transform: capitalize;
    color: #717171;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1;  
}
.ktga_itinerary_sec_dtls_title_hdng h4 span{
    color: #5d5d5d;
    font-weight: 600;
}
.ktga_itinerary_desc{
    width: 100%;
  float: left;
  position: relative;
  margin-top: 20px;
}
.ktga_itinerary_desc .panel-group .panel {
    border-radius: 5px;
    border: none;
    padding:0;
  }
.ktga_itinerary_desc  .panel-default > .panel-heading {
    background-color: transparent;
    border: none;
    padding: 10px 0px;
    border-bottom: 1px solid #EEEEEE;
}
.ktga_itinerary_desc  .panel-title {
  font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #555;
}
.ktga_itinerary_desc  .panel-title > a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
}
.ktga_itinerary_desc  .panel-title span {
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding-right: 20px;
    color: #000;
}
.ktga_itinerary_desc  .short-full {
    float: right;
    color: #ce6629;
}
.ktga_itinerary_desc  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: solid 1px #EEEEEE;
    background-color: transparent;        
}
.ktga_itinerary_desc  .hide{
    display: none;
}
.ktga_itinerary_desc  .show{
    display: block;
}
.ktga_itinerary_expand_btn{
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}
.ktga_itinerary_expand_btn a{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    color: #255669;
    margin: 0;
    padding: 0;
    line-height: 1;
        -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.ktga_itinerary_expand_btn a:hover{
    color: #ce6629;
}
.ktga_itinerary_desc_pnlbdy{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_itinerary_desc_pnlbdy p{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 1.4;
}
#ktga_include_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 0px 0 40px 0;  
}
.ktga_include_sec_dtls{
    width: 100%;
    float: left;
    position: relative;
}
.ktga_include_sec_dtls{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    *padding: 20px 15px 15px 15px;
    *background: #fff;
    *border: 1px solid rgba(156, 170, 179, 0.28);
    *-webkit-box-shadow: 0 0 9px 0px rgb(0 0 0 / 10%);
    *box-shadow: 0 0 9px 0px rgb(0 0 0 / 10%);
    *border-radius: 4px;
    *margin-top: 10px;
    *margin-bottom: 15px;
}
.ktga_include_sec_dtls ul {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    *display: flex;
    *flex-wrap: wrap;
}
.ktga_include_sec_dtls ul li {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0 15px 10px 30px;
    list-style-type: none;
    font-weight: 400;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #8c8c8c;
    text-transform: inherit;
    text-align: left;
    font-size: 16px;
}
.ktga_include_sec_dtls ul li::before {
    display: inline-block;
    margin-right: 0px;
    font-size: 15px;
    color: #6eb43f;
    font-weight: 600;
    content: "\f05d";
    font-family: FontAwesome;
    position: absolute;
    left: 4px;
    top: 0px;
}
#ktga_exclude_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 0px 0 40px 0;  
}
.ktga_exclude_sec_dtls{
    width: 100%;
    float: left;
    position: relative;
}
.ktga_exclude_sec_dtls{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    *padding: 20px 15px 15px 15px;
    *background: #fff;
    *border: 1px solid rgba(156, 170, 179, 0.28);
    *-webkit-box-shadow: 0 0 9px 0px rgb(0 0 0 / 10%);
    *box-shadow: 0 0 9px 0px rgb(0 0 0 / 10%);
    *border-radius: 4px;
    *margin-top: 10px;
    *margin-bottom: 15px;
}
.ktga_exclude_sec_dtls ul {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    *display: flex;
    *flex-wrap: wrap;
}
.ktga_exclude_sec_dtls ul li {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0 15px 10px 30px;
    list-style-type: none;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    color: #8c8c8c;
    text-transform: inherit;
    text-align: left;
    font-size: 16px;
}
.ktga_exclude_sec_dtls ul li::before {
    display: inline-block;
    margin-right: 0px;
    font-size: 15px;
    color: #df2b18;
    font-weight: 600;
    content: "\f05c";
    font-family: FontAwesome;
    position: absolute;
    left: 4px;
    top: 0px;
}
#ktga_price_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 0px 0 40px 0;  
}
.ktga_price_sec_dtls{
    width: 100%;
    float: left;
    position: relative;
}
#ktga_map_sec{
    width: 100%;
    float: left;
    position: relative;
    padding: 0px 0 40px 0;  
}
.ktga_map_sec_dtls{
    width: 100%;
    float: left;
    position: relative;
}
.ktga_map_sec_dtls iframe{
     width: 100%;
     height: 400px;
    float: left;
    position: relative; 
}
.ktga_itnry_glry_sec{
    width: 100%;
    float: left;
    position: relative;
}
.ktga_itnry_glry_sec_fig{
    width: 100%;
    float: left;
    position: relative;
    margin: 15px 0;
        overflow: hidden;
    will-change: transform;
    transition-duration: 1500ms;
}
.ktga_itnry_glry_sec_fig img{
    width: 100%;
    object-fit: cover;
    transition-duration: 1500ms;
}
.ktga_itnry_glry_sec_fig:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#ktga_itinerary_overview_sec .no_gutters {
    margin-right: 0;
    margin-left: 0;
}
#ktga_itinerary_overview_sec .no_gutters>.col, #ktga_itinerary_overview_sec .no_gutters>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.ktga_itinerary_sidebar {
    width: 100%;
    float: left;
    position: relative;
}
.ktga_itinerary_sticky_siadebar {
    position: sticky;
    top: 80px;
}
.ktga_itinerary_sidebar .trip_standard {
  width: 100%;
  float: left;
  position: relative;
  background-color: #FFF;
  padding: 20px 15px 15px 15px;
  margin-bottom: 20px;
  border: 1px solid #dadada;
}
.ktga_itinerary_sidebar .trip_standard_prc_box {
  width: 100%;
  float: left;
  position: relative;
}
.ktga_itinerary_sidebar .trip_standard_prc_box p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.ktga_itinerary_sidebar .trip_standard_prc_box_info {
    font-weight: 400;
    background: #255669;
    width: 180px;
    height: 30px;
    color: #fff;
    font-size: 12px;
    padding: 0px 10px 1px;
    margin: 10px 0 17px 0px;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
}
.ktga_itinerary_sidebar .trip_standard_prc_box_info:after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 175px;
    top: 0px;
    border-width: 15px 15px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    border-style: solid;
    border-color: #255669 #255669 #255669 transparent;
}
.ktga_itinerary_sidebar .trip_standard_prc_box_info i {
    color: #fff;
    font-size: 15px;
    padding-right: 5px;
}
.ktga_itinerary_sidebar .trip_standard_prc_box_info p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.ktga_itinerary_sidebar .trip_standard_prc_box_price {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}
.ktga_itinerary_sidebar .trip_standard_prc_box_price h5 {
    font-family: 'Lora', serif;
    color: #255669;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-align: center;
    padding: 0;
    margin: 0;
}
.ktga_itinerary_sidebar .trip_standard_prc_box_price h5 small {
    color: #255669;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.ktga_itinerary_sidebar .trip_standard_prc_box_price h5 span {
    color: #255669;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.ktga_itinerary_sidebar .trip_standard_prc_table {
  width: 100%;
  float: left;
  position: relative;
    padding: 20px 0 0 0;
}
.ktga_itinerary_sidebar .trip_standard_prc_table_flx {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  border-bottom: 1px solid #d6d6d6;
  justify-content: space-between;
}
.ktga_itinerary_sidebar .trip_standard_prc_table_flx_box {
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 0;
}
.ktga_itinerary_sidebar .trip_standard_prc_table_flx_box h4 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.ktga_itinerary_sidebar .trip_standard_prc_table_flx_box:last-child h4 {
  text-align: right;
}
.ktga_itinerary_sidebar .trip_standard_prc_table_flx_box p {
font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.ktga_itinerary_sidebar .trip_standard_prc_table_flx_box h5 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    color: #676767;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.ktga_itinerary_sidebar .trip_standard_prc_table_flx_box:last-child h5 {
  text-align: right;
}
.ktga_itinerary_sidebar .trip_standard_prc_btn {
  width: 100%;
  float: left;
  position: relative;
  padding: 30px 0 10px 0;
}
.ktga_itinerary_sidebar .trip_standard_prc_btn .ktga_btn_all_bg {
  margin: 5px 0;
  font-size: 18px;
  text-transform: capitalize;
  border-radius: 4px;
  float: left;
    width: 100%;
        padding: 10px 5px;
}
.ktga_itinerary_sidebar .trip_standard_prc_btn .ktga_btn_all_bg_red {
  margin: 5px 0;
  font-size: 18px;
  text-transform: capitalize;
  border-radius: 4px;
  float: left;
    width: 100%;
        padding: 10px 5px;  
}
.ktga_itinerary_sidebar .ktga_hdng_sbar {
    width: 100%;
    float: left;
    position: relative;
    background: #255669;
    padding: 12px;
}
.ktga_itinerary_sidebar .ktga_hdng_sbar h3 {
  font-family: 'IBM Plex Sans', sans-serif;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.ktga_itinerary_sidebar .ktga_lspln_dtls{
  width: 100%;
  float: left;
  position: relative;
  padding: 15px;
}
.ktga_itinerary_sidebar .ktga_lspln_dtls .ktga_lspln_dtls_form{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_itinerary_sidebar .ktga_lspln_dtls .ktga_lspln_dtls_form .ktga_lspln_dtls_form_box{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_lspln_dtls_form_box_input{
  font-family: 'IBM Plex Sans', sans-serif;
    width: 100%;
    height: 40px;
    float: left;
    position: relative;
    color: #666;
    font-size: 14px;
    text-align: left;
    padding: 0 0 0 10px;
    font-weight: 400;
    margin: 0 0 10px 0;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.ktga_lspln_dtls_form_box_input:hover{
   border: 1px solid #ce6629;
}  
.ktga_lspln_dtls_form_box_input:focus{
   border: 1px solid #ce6629;
   outline: 1px solid #ce6629;
} 
.ktga_lspln_dtls_form_box_select{
  font-family: 'IBM Plex Sans', sans-serif;
    width: 100%;
    height: 40px;
    float: left;
    position: relative;
    color: #666;
    font-size: 14px;
    text-align: left;
    padding: 0 0 0 10px;
    font-weight: 400;
    margin: 0 0 10px 0;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.ktga_lspln_dtls_form_box_select:hover{
   border: 1px solid #ce6629;
}  
.ktga_lspln_dtls_form_box_select:focus{
   border: 1px solid #ce6629;
   outline: 1px solid #ce6629;
} 
.ktga_ccph_flex{
  display: flex;
}
.ktga_ccph_flex_cc{
  width: 40%;
  float: left;
  position: relative;
  margin-right: 10px;
}
.ktga_ccph_flex_phn{
  width: 60%;
  float: left;
  position: relative;
}
.ktga_edteyc_flex{
  display: flex;
}
.ktga_edteyc_flex_edt{
  width: 50%;
  float: left;
  position: relative;
  margin-right: 5px;
}
.ktga_edteyc_flex_eyc{
  width: 50%;
  float: left;
  position: relative;
  margin-left: 5px;
}
.ktga_lspln_dtls_form_box_txtarea{
  font-family: 'IBM Plex Sans', sans-serif;
  width: 100%;
  height: 80px;
  float: left;
  position: relative;  
  color: #666;
  font-size: 14px;
  text-align: left;
  padding: 10px 0 0 10px;
  font-weight: 400;
  margin: 0 0 15px 0;
  border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;  
}
.ktga_lspln_dtls_form_box_txtarea:hover{
   border: 1px solid #ce6629;
} 
.ktga_lspln_dtls_form_box_txtarea:focus{
   border: 1px solid #ce6629;
   outline: 1px solid #ce6629;
} 
.ktga_lspln_dtls_form_box_btn{
  font-family: 'IBM Plex Sans', sans-serif;
  width: 100%;
  float: left;
  position: relative;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  background: #ce6629;
  color: #fff;
  border:1px solid #ce6629;
  outline: none;
  padding: 12px 20px;
  margin: 10px 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 75%);
  border-radius: 4px;  
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;   
}
.ktga_lspln_dtls_form_box_btn:hover{
  background: #255669;
  color: #fff;
  border:1px solid #255669;
}
.ktga_itinerary_sidebar .trip_standard_lspln {
  width: 100%;
  float: left;
  position: absolute;
  background-color: #FFF;
  margin-bottom: 20px;
  border: 1px solid #dadada;
  display: none;
}
.ktga_lspln_dtls_form_box ul{
    width: 100%;
    float: left;
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ktga_lspln_dtls_form_box ul li{
  font-family: 'IBM Plex Sans', sans-serif;
    width: 100%;
    float: left;
    position: relative;
    list-style-type: none;
    padding: 0 0 12px 0;
    margin: 0;
    display: flex;
    color: #8c8c8c;
    text-align: left;
    font-size: 15px;
}
.ktga_lspln_dtls_form_box ul li:before {
    font-family: "FontAwesome";
    content: "\f00c";
    margin-right: 10px;
    color: #ce6629;
    font-size: 1.5rem;
}
.ktga_itinerary_sidebar  .hide{
    display: none;
}
.ktga_itinerary_sidebar  .show{
    display: block;
}
.ktga_tips_sec{
  width: 100%;
  position: relative;
  float: left;
  padding: 50px 0 10px 0;
}
.ktga_tips_sec_main{
  width: 100%;
  position: relative;
  float: left; 
}
.ktga_tips_sec_main_lft{
  width: 100%;
  position: relative;
  float: left;
}
.ktga_tips_sec_main_lft_one{
  width: 100%;
  position: relative;
  float: left; 
  display: flex;
  justify-content: space-between; 
}
.ktga_tips_sec_main_lft_one_cont{
    width: 100%;
    position: relative;
    float: left;
    padding: 0 15px 0 0;
}
.ktga_tips_sec_main_lft_one_cont span{
    font-size: 32px;
    margin-bottom: 0;
    font-family: 'IBM Plex Sans', sans-serif;
    text-transform: uppercase;
    color: #255669;
    display: block;
    font-weight: 500;
    line-height: 1.5;
}
.ktga_tips_sec_main_lft_one_cont .ktga_tips_one{
  text-align: left;
}
.ktga_tips_sec_main_lft_one_cont .ktga_tips_two{
  text-align: left;
}
.ktga_tips_sec_main_lft_one_cont .ktga_tips_three{
  text-align: left;
}
.ktga_tips_sec_main_lft_one_cont .ktga_tips_four{
    font-family: 'OldGrowth-Regular', sans-serif;
    font-size: 23px;
    text-align: left;
    color: #ce6629;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: unset;
    padding-top: 15px;
}
.ktga_tips_sec_main_lft_one_fig{
  width: 80%;
  position: relative;
  float: left;
}
.ktga_tips_sec_main_lft_one_fig img{
  width: 100%;
  object-fit: cover;
  border: 12px solid #f7f6f2;
}
.ktga_tips_sec_main_lft_two{
    width: 100%;
    float: left;
    position: relative;
    background: #ce6629;
    padding: 30px 30px;
    padding-bottom: 20px;
    box-shadow: 0 0 0 1px #ffffff inset;
    border: 10px solid #ce6629;
    margin: 20px 0 0 0;
}
.ktga_tips_sec_main_lft_two p{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #ffffff;
    margin: 0;
    padding: 0 0 15px 0px;
}
.ktga_tips_sec_main_lft_three{
    width: 100%;
    float: left;
    position: relative;
    margin: 20px 0 0 0;
    background: #255669;
    padding: 30px 30px;
    padding-bottom: 15px;
    box-shadow: 0 0 0 1px #ffffff inset;
    border: 10px solid #255669;
}
.ktga_tips_sec_main_lft_three p{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #ffffff;
    margin: 0;
    padding: 0 0 15px 0;
}
.ktga_tips_sec_main_lft_two h3{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0 0 25px 0;
    position: relative;
}
.ktga_tips_sec_main_lft_three h3{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0 0 25px 0;
    position: relative;
}
.ktga_tips_sec_main_rgt{
  width: 100%;
  position: relative;
  float: left;  
}
.ktga_tips_sec_main_rgt_one{
    width: 100%;
    position: relative;
    float: left;
    padding: 30px 30px 15px 30px;
    background: #255669;
}
.ktga_tips_sec_main_rgt_two{
    width: 100%;
    position: relative;
    float: left;
    padding: 30px 30px 15px 30px;
    background: #ce6629;
    margin: 20px 0 0 0;
}
.ktga_tips_sec_main_rgt_one h3{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0 0 25px 0;
    position: relative;
}
.ktga_tips_sec_main_rgt_two h3{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-align:left;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0 0 25px 0;
    position: relative;
}
.ktga_tips_sec_main_rgt_one p{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #dcdada;
    margin: 0;
    padding: 0 0 15px 0;
}
.ktga_tips_sec_main_rgt_two p{
    width: 100%;
    position: relative;
    float: left;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color:#fff;
    margin: 0;
    padding: 0 0 15px 0;
}
.ktga_tips_sec_main_rgt_two ul{
    width: 100%;
  float: left;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0 0 15px 15px;
}
.ktga_tips_sec_main_rgt_two ul li{
display: block;
    list-style-type: none;
    margin: 0;
    padding: 0 0 12px 18px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #fff;
    line-height: inherit;
    position: relative;
}
.ktga_tips_sec_main_rgt_two ul li:before{
content: '\f111';
    font-size: 10px;
    color: #fff;
    font-family: 'FontAwesome';
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 5px;
}
.ktga_tips_sec_main_lft_two ul{
    width: 100%;
  float: left;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0 0 15px 15px;
}
.ktga_tips_sec_main_lft_two ul li{
display: block;
    list-style-type: none;
    margin: 0;
    padding: 0 0 12px 18px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #fff;
    line-height: inherit;
    position: relative;
}
.ktga_tips_sec_main_lft_two ul li:before{
content: '\f111';
    font-size: 10px;
    color: #fff;
    font-family: 'FontAwesome';
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 5px;
}
.ktga_tips_sec_main_rgt_one ul{
    width: 100%;
  float: left;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0 0 15px 15px;
}
.ktga_tips_sec_main_rgt_one ul li{
display: block;
    list-style-type: none;
    margin: 0;
    padding: 0 0 12px 18px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #fff;
    line-height: inherit;
    position: relative;
}
.ktga_tips_sec_main_rgt_one ul li:before{
content: '\f111';
    font-size: 10px;
    color: #fff;
    font-family: 'FontAwesome';
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 5px;
}
.ktga_tips_sec_main_lft_three ul{
    width: 100%;
  float: left;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0 0 15px 15px;
}
.ktga_tips_sec_main_lft_three ul li{
display: block;
    list-style-type: none;
    margin: 0;
    padding: 0 0 12px 18px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #fff;
    line-height: inherit;
    position: relative;
}
.ktga_tips_sec_main_lft_three ul li:before{
content: '\f111';
    font-size: 10px;
    color: #fff;
    font-family: 'FontAwesome';
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 5px;
}
#ktga_kcg_ovrvw_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
}
.ktga_kcg_ovrvw_sec_card{
  width: 100%;
  float: left;
  position: relative;
  column-count: 2;
  column-gap: 40px;
}
.ktga_kcg_ovrvw_sec_card p{
  font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 1.5;
}
.ktga_kcg_ovrvw_sec_card p strong{
    font-weight: 600;
    color: #000;
}
#ktga_efdsf_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 50px 0;
  margin: 50px 0 10px 0;
  background: #255669;
}
.ktga_efdsf_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_efdsf_left{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_efdsf_left_item{
  width: 100%;
  float: left;
  position: relative;
  margin: 40px 0;
}
.ktga_efdsf_left_item_icn{
  width: 60px;
  float: none;
  position: relative;
  margin: 0 auto;
  padding-bottom: 10px;
}
.ktga_efdsf_left_item_icn img{
  width: 100%;
  object-fit: cover;
}
.ktga_efdsf_left_item_icn i{
  font-size: 60px;
  text-align: center;
  color: #ce6629;
}
.ktga_efdsf_left_item_info{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_efdsf_left_item_info h4{
    font-family: 'IBM Plex Sans', sans-serif;
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 1;
    position: relative;
}
.ktga_efdsf_left_item_info h6{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #ce6629;
    margin: 0;
    padding: 0 0 10px 0;
    letter-spacing: 1px;
}
.ktga_efdsf_rght{
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  padding: 20px 20px;
  background-color: #f5f5f5;
  background-image: url(../images/grain-black-bg.png);
  background-size: 300px auto;
}
.ktga_efdsf_rght_dae{
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 20px;
}
.ktga_efdsf_rght_dae span{
    width: fit-content;
    float: left;
    position: relative;
    background: #ce6629;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 6px 15px;
}
.ktga_efdsf_rght_dae h5{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    text-shadow: none;
    color: #737373;
    margin: 0;
    padding: 12px 0 5px 0;
    position: relative;
    width: 100%;
    float: left;
}
.ktga_efdsf_rght_sfgbp{
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 20px;
}
.ktga_efdsf_rght_sfgbp span{
    width: fit-content;
    float: left;
    position: relative;
    background: #ce6629;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 6px 15px;
}
.ktga_efdsf_rght_sfgbp h5{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    text-shadow: none;
    color: #737373;
    margin: 0;
    padding: 12px 0 5px 0;
    position: relative;
    width: 100%;
    float: left;
}
.ktga_efdsf_rght_parra{
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 20px;
}
.ktga_efdsf_rght_parra p{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 1.5;
}
.ktga_efdsf_rght_btn{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_pdf_btn{
  width: fit-content;
  float: left;
  position: relative;
  font-family: 'IBM Plex Sans', sans-serif;
    color: #ce6629;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 18px;
    padding: 0;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    align-content: center;
}
.ktga_pdf_btn:before {
    content: "";
    background-color: #f77f3c;
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 0;
    left: 36px;
    transition: width .25s ease;
}
.ktga_pdf_btn i {
  font-size: 32px;
  margin-right: 10px;
}
.ktga_pdf_btn:hover{
  color: #000;
}
.ktga_pdf_btn:hover:before{
  width: 100%;
}
.ktga_tt6mpk_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.ktga_tt6mpk_sec h3{
    font-family: 'OldGrowth-Regular', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    text-transform: none;
    color: #ce6629;
    margin: 0;
    padding: 0 0 15px 0;
}
.ktga_tt6mpk_sec h4{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #ce6629;
    margin: 0;
    padding: 20px 0 0 0;
}
.ktga_tt6mpk_sec p{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #fff;
    margin: 0;
    padding: 0 0 15px 0;
}
.ktga_tt6mpk_sec ul{
  width: 100%;
  float: left;
  position: relative;
  padding: 0 0 25px 0;
  margin: 0;
  list-style-type: none;
}
.ktga_tt6mpk_sec ul li{
  width: 100%;
  float: left;
  position: relative;
  padding: 0 0 12px 0;
  margin: 0;
  list-style-type: none;
  font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #fff;
}
#ktga_kcgglry_sec{
  width: 100%;
  float: left;
  position: relative;
  margin: 50px 0 10px 0;
}
.ktga_kcgglry_sec_card{
  width: 100%;
  float: left;
  position: relative;
  -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.ktga_kcgglry_sec_card .carousel{
    position: relative;
}
.ktga_kcgglry_sec_card .carousel-indicators{
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    margin: 10px 0 0 0;
    bottom: 0;
}
.ktga_kcgglry_sec_card .carousel-indicators li{
    text-indent:0;
    display:inherit;
    float:left;
    width: 10%;
    height: 100px;
    margin:5px 0px;
}
.ktga_kcgglry_sec_card .carousel-indicators li img{
    width: 95%;
    height: 100px;
    border:2px solid #CCCCCC;
    padding: 2px;
}
.ktga_kcgglry_sec_card .carousel-indicators .active img{
    border:2px solid #ce6629;
}
.ktga_kcgglry_sec_card .carousel-indicators .active{
    margin:5px 0px;
    width: 10%;
    height: 100px;
}
.ktga_kcgglry_sec_card .carousel-control.right,
.ktga_kcgglry_sec_card .carousel-control.left{
    background-image: none;
}
.ktga_kcgglry_sec_card .carousel-control {
    position: absolute;
    top: 36%;
    bottom: 0;
    left: 0;
    width: 60px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
    height: 30px;
    visibility: hidden;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.ktga_kcgglry_sec_card .carousel-control.right {
    right: 0;
    left: auto;
}
.ktga_kcgglry_sec_card .carousel-control:hover {
    opacity: 1;
}
.ktga_kcgglry_sec_card:hover .carousel-control{
  visibility: visible;
}
@media screen and (min-width:320px) and (max-width:360px) {
    .ktga_kcgglry_sec_card .carousel-indicators{
        top:115px;
        left:95px;
    }
    .ktga_kcgglry_sec_card .carousel-indicators li img{
        width:95%;
        height:50px;
    }
    .ktga_kcgglry_sec_card .carousel-indicators li{
        width:20%;
        height:50px;
    }
    .ktga_kcgglry_sec_card .carousel-indicators .active{
        width:20%;
        height:50px;
    }
}
@media screen and (min-width:768px) and (max-width:980px){
    .ktga_kcgglry_sec_card .carousel-indicators{
        top:240px;
        left:213px;
    }
}
#ktga_htcmkcg_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.ktga_htcmkcg_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_htcmkcg_box {
    width: 100%;
    float: left;
    position: relative;
    margin: 15px 0;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    overflow: hidden;
    padding: 20px 20px;
}
.ktga_htcmkcg_box_icn {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    float: none;
    position: relative;
    margin: 0 auto;
    background: #f1f1f1;
    line-height: 70px;
    text-align: center;
    padding: 26px 0 0px 0;
}
.ktga_htcmkcg_box_icn i {
    font-size: 32px;
    color: #ce6629;
    text-align: center;
}
.ktga_htcmkcg_box_info {
    width: 100%;
    float: left;
    position: relative;
    padding-top:20px;
}
.ktga_htcmkcg_box_info h4 {
    font-family: 'Lora', serif;
    color: #255669;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-align: center;
    padding: 0 0 15px 0;
    margin: 0;
}
.ktga_htcmkcg_box_info p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
#ktga_htcmkcg_sec .no_gutters {
    margin-right: -15px;
    margin-left: -15px;
}
#ktga_htcmkcg_sec .no_gutters>.col, #ktga_htcmkcg_sec .no_gutters>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}
#ktga_whklicg_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.ktga_whklicg_sec_card{
  width: 100%;
  float: left;
  position: relative;
  padding: 20px 20px;
  background-color: #f5f5f5;
  background-image: url(../images/grain-black-bg.png);
  background-size: 300px auto;
      display: flex;
    align-items: center;
    align-content: center;
}
.ktga_whklicg_fig{
  width: 50%;
  float: none;
  position: relative;
  margin: 0 auto;
}
.ktga_whklicg_fig img{
  width: 100%;
  object-fit: cover;
}
.ktga_whklicg_info{
  width: 100%;
  float: left;
  position: relative;
  border-left: 1px solid #d2d2d2;
    padding-left: 15%;
}
.ktga_whklicg_info h3{
    font-family: 'Lora', serif;
    color: #255669;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-align: left;
    padding: 0 0 15px 0;
    margin: 0;
}
.ktga_whklicg_info p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 1.5;
}
#ktga_wbwucg_sec{
  width: 100%;
  float: left;
  position: relative;
  *padding: 50px 0 50px 0;
  background: #1e1e1e;
  margin: 50px 0 10px 0;
}
.ktga_wbwucg_sec_card{
  width: 100%;
  float: left;
  position: relative;
    background: linear-gradient(to right, rgba(37, 86, 105, 0.0), rgb(37, 86, 105, 0.0) ), url(../images/wbwucg-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  padding: 60px 50px 40px 50px;  
}
.ktga_wbwucg_sec_card:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    float: left;
    background-image: url(../images/grain-white-bg.png);
    opacity: .5;
    transition: background .3s,border-radius .3s,opacity .3s;
    background-repeat: repeat, no-repeat;
    background-size: 300px auto,100% auto;
    background-position: top;
}
.ktga_wbwucg_top_card{
  width: 100%;
  float: left;
  position: relative;
    display: flex;
    align-items: center;
    align-content: center;
}
.ktga_wbwucg_top_card_left{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_wbwucg_top_card_left h3{
    font-family: 'OldGrowth-Regular', sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    color: #fff;
    margin: 0;
    padding: 0 20%;
    line-height: 1.8;
}
.ktga_wbwucg_top_card_rght{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_wbwucg_top_card_rght p{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #fff;
    margin: 0;
    padding: 0 0 15px 0;
}
.ktga_wbwucg_botm_card{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 50px;
}
.ktga_wbwucg_botm_card_box{
  width: 100%;
  float: left;
  position: relative;
  margin: 15px 0;
}
.ktga_wbwucg_botm_card_box h4{
    font-family: 'Lora', serif;
    color: #ce6629;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-align: left;
    padding: 0 0 10px 0;
    margin: 0 0 30px 0;
  position: relative;
}
.ktga_wbwucg_botm_card_box h4:before{
    position: absolute;
    content: '';
    height: 3px;
    width: 70px;
    background: #ce6629;
    left: 0;
    right: 0;
    *margin: 0 auto;
    bottom: 0;
}
.ktga_wbwucg_botm_card_box p{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #fff;
    margin: 0;
    padding: 0 0 15px 0;
}
#ktga_prtclinfocg_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.ktga_prtclinfocg_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_prtclinfocg_tab{
  width: 100%;
  float: left;
  position: relative;  
}
.ktga_prtclinfocg_tab ul{
  width: 100%;
  float: left;
  position: relative; 
  flex-wrap: wrap;
  display: -webkit-box;
    display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #e2e8f0;   
}
.ktga_prtclinfocg_tab ul li{
  width: 100%;
  float: left;
  position: relative;
  list-style: none;
      -webkit-box-flex: 1;
    flex: 1 1 0%;  
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #e2e8f0;
    cursor: pointer;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.ktga_prtclinfocg_tab_box{
  width: 100%;
  float: left;
  position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 15px 10px 15px 10px;
    text-align: center;
        display: -webkit-box;
    display: flex;
    *border: 1px solid #edf2f7;
    border-right: transparent;
}
.ktga_prtclinfocg_tab ul li:last-child .ktga_prtclinfocg_tab_box{
  *border-right: 1px solid #edf2f7;
}
.ktga_prtclinfocg_tab ul li h6{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    color: #8c8c8c;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 42px;
}
.ktga_prtclinfocg_tab ul li i{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #ce6629;
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
}
.ktga_prtclinfocg_tab ul li:after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #ce6629;
  opacity: 1;
  transition: height .25s ease,opacity .25s ease;
}
.ktga_prtclinfocg_tab ul li.active .ktga_prtclinfocg_tab_box{
  border: 1px solid #ce6629;
  background: #255669;
}
.ktga_prtclinfocg_tab ul li:hover .ktga_prtclinfocg_tab_box{
  border: 1px solid #ce6629;
  background: #255669;
}
.ktga_prtclinfocg_tab ul li.active h6{
  color: #fff;
}
.ktga_prtclinfocg_tab ul li:hover h6{
  color: #fff;
}
.ktga_prtclinfocg_tab ul li.active i{
  color: #fff;
}
.ktga_prtclinfocg_tab ul li:hover i{
  color: #fff;
}
.ktga_prtclinfocg_tab ul li.active:after{
  opacity: 1;
  height: 2px;
}
.ktga_prtclinfocg_tab ul li:hover:after{
  opacity: 1;
  height: 2px;
}
.ktga_prtclinfocg_tab_all{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_prtclinfocg_tab_all_box{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 20px;
  display: none;
}
.ktga_prtclinfocg_tab_all_box_fig{
  width: 100%;
  float: left;
  position: relative;
  border-radius: 5px;
}
.ktga_prtclinfocg_tab_all_box_fig img{
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.ktga_prtclinfocg_tab_all_box_dtls{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_prtclinfocg_tab_all_box_dtls h3 {
    font-family: 'Lora', serif;
    color: #255669;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-align: left;
    padding: 0 0 10px 0;
    margin: 0;
}
.ktga_prtclinfocg_tab_all_box_dtls p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 1.5;
}
.ktga_prtclinfocg_tab_all .ktga_prtclinfocg_tab_all_box:first-child {
    display: block;
}
.ktga_prtclinfocg_tab_all_box_dtls ul {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.ktga_prtclinfocg_tab_all_box_dtls ul li {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0 15px 10px 30px;
    list-style-type: none;
    font-weight: 400;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #8c8c8c;
    text-transform: inherit;
    text-align: left;
    font-size: 16px;
}
.ktga_prtclinfocg_tab_all_box_dtls ul li::before {
    display: inline-block;
    margin-right: 0px;
    font-size: 15px;
    color: #ce6629;
    font-weight: 600;
    content: "\f28e";
    font-family: FontAwesome;
    position: absolute;
    left: 4px;
    top: 0px;
}
.ktga_prtclinfocg_sec_card_scnd{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 60px;
}
.ktga_prtclinfocg_tab_scnd{
  width: 100%;
  float: left;
  position: relative;  
}
.ktga_prtclinfocg_tab_scnd ul{
  width: 100%;
  float: left;
  position: relative; 
  flex-wrap: wrap;
  display: -webkit-box;
    display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #e2e8f0;   
}
.ktga_prtclinfocg_tab_scnd ul li{
  width: 100%;
  float: left;
  position: relative;
  list-style: none;
      -webkit-box-flex: 1;
    flex: 1 1 0%;  
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #e2e8f0;
    cursor: pointer;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.ktga_prtclinfocg_tab_scnd_box{
  width: 100%;
  float: left;
  position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 15px 10px 15px 10px;
    text-align: center;
        display: -webkit-box;
    display: flex;
    *border: 1px solid #edf2f7;
    border-right: transparent;
}
.ktga_prtclinfocg_tab_scnd ul li:last-child .ktga_prtclinfocg_tab_scnd_box{
  *border-right: 1px solid #edf2f7;
}
.ktga_prtclinfocg_tab_scnd ul li h6{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    color: #8c8c8c;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 42px;
}
.ktga_prtclinfocg_tab_scnd ul li i{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #ce6629;
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
}
.ktga_prtclinfocg_tab_scnd ul li:after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #ce6629;
  opacity: 1;
  transition: height .25s ease,opacity .25s ease;
}
.ktga_prtclinfocg_tab_scnd ul li.active .ktga_prtclinfocg_tab_scnd_box{
  border: 1px solid #ce6629;
  background: #255669;
}
.ktga_prtclinfocg_tab_scnd ul li:hover .ktga_prtclinfocg_tab_scnd_box{
  border: 1px solid #ce6629;
  border-bottom:none;
  background: #255669;
}
.ktga_prtclinfocg_tab_scnd ul li.active h6{
  color: #fff;
}
.ktga_prtclinfocg_tab_scnd ul li:hover h6{
  color: #fff;
}
.ktga_prtclinfocg_tab_scnd ul li.active i{
  color: #fff;
}
.ktga_prtclinfocg_tab_scnd ul li:hover i{
  color: #fff;
}
.ktga_prtclinfocg_tab_scnd ul li.active:after{
  opacity: 1;
  height: 2px;
}
.ktga_prtclinfocg_tab_scnd ul li:hover:after{
  opacity: 1;
  height: 2px;
}
.ktga_prtclinfocg_tab_scnd_all{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_prtclinfocg_tab_scnd_all_box{
  width: 100%;
  float: left;
  position: relative;
  padding-top: 20px;
  display: none;
}
.ktga_prtclinfocg_tab_scnd_all_box_fig{
  width: 100%;
  float: left;
  position: relative;
  border-radius: 5px;
}
.ktga_prtclinfocg_tab_scnd_all_box_fig img{
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.ktga_prtclinfocg_tab_scnd_all_box_dtls{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_prtclinfocg_tab_scnd_all_box_dtls h3 {
    font-family: 'Lora', serif;
    color: #255669;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-align: left;
    padding: 0 0 10px 0;
    margin: 0;
}
.ktga_prtclinfocg_tab_scnd_all_box_dtls p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 1.5;
}
.ktga_prtclinfocg_tab_scnd_all .ktga_prtclinfocg_tab_scnd_all_box:first-child {
    display: block;
}
.ktga_prtclinfocg_tab_scnd_all_box_dtls ul {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.ktga_prtclinfocg_tab_scnd_all_box_dtls ul li {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0 15px 10px 30px;
    list-style-type: none;
    font-weight: 400;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #8c8c8c;
    text-transform: inherit;
    text-align: left;
    font-size: 16px;
}
.ktga_prtclinfocg_tab_scnd_all_box_dtls ul li::before {
    display: inline-block;
    margin-right: 0px;
    font-size: 15px;
    color: #ce6629;
    font-weight: 600;
    content: "\f28e";
    font-family: FontAwesome;
    position: absolute;
    left: 4px;
    top: 0px;
}
#ktga_abtpg_ovrvw_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
}
.ktga_abtpg_ovrvw_sec_card{
  width: 100%;
  float: left;
  position: relative;
  column-count: 2;
  column-gap: 40px;
}
.ktga_abtpg_ovrvw_sec_card p{
  font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 1.5;
}
.ktga_abtpg_ovrvw_sec_card p strong{
    font-weight: 600;
    color: #000;
}
#ktga_abtpg_sdp_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 20px 0 10px 0;
}
.ktga_abtpg_sdp_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_abtpg_sdp_item{
  width: 100%;
  float: left;
  position: relative;
  margin: 15px 0;
}
.ktga_abtpg_sdp_item_fig{
  width: 100%;
  float: left;
  position: relative;
      border-radius: 100%;
}
.ktga_abtpg_sdp_item_fig img{
  width: 100%;
  object-fit: cover;
      border-radius: 100%;
}
.ktga_abtpg_sdp_item_txt{
  width: 100%;
  float: left;
  position: relative;
      padding-top: 20px;
}
.ktga_abtpg_sdp_item_txt h4 {
    font-family: 'Lora', serif;
    color: #255669;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 15px 0;
    margin: 0;
}
.ktga_abtpg_sdp_item_txt p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
#ktga_kmrouts_ovrvw_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
}
.ktga_kmrouts_ovrvw_sec_card{
  width: 100%;
  float: left;
  position: relative;
  column-count: 2;
  column-gap: 40px;
  padding-bottom: 15px;
}
.ktga_kmrouts_ovrvw_sec_card p{
  font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 1.5;
}
.ktga_kmrouts_ovrvw_sec_card p strong{
    font-weight: 600;
    color: #717171;
}
.ktga_kmrouts_ovrvw_sec_card p a{
    font-weight: 600;
    color: #ce6629;
        -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.ktga_kmrouts_ovrvw_sec_card p a:hover{
    color: #6e3337;
}
.ktga_kmrouts_ovrvw_sec_card h3{
    font-family: 'Lora', serif;
    text-align: left;
    font-size: 22px;
    text-transform: capitalize;
    color: #ce6629;
    margin: 0;
    padding: 15px 0 10px 0;
    font-weight: 600;
    line-height: 1;
}
.ktga_kmrouts_ovrvw_sec_card ul{
    width: 100%;
  float: left;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0 0 15px 0px;
}
.ktga_kmrouts_ovrvw_sec_card ul li{
display: block;
    list-style-type: none;
    margin: 0;
    padding: 0 0 12px 18px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #8c8c8c;
    line-height: inherit;
    position: relative;
}
.ktga_kmrouts_ovrvw_sec_card ul li:before{
content: '\f111';
    font-size: 10px;
    color: #ce6629;
    font-family: 'FontAwesome';
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 5px;
}
#ktga_cntpg_ovrvw_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
}
.ktga_cntpg_ovrvw_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_cntpg_ovrvw_sec_card p{
  font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 0 0 15px 0;
    line-height: 1.5;
}
.ktga_cntpg_form{
  width: 100%;
  float: left;
  position: relative;
    padding: 40px 40px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    margin-top: 20px;
}
.ktga_cntpg_form_box{
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 30px;  
}
.ktga_cntpg_form_box label {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 4px 0;
    font-family: 'Lora', serif;
    font-size: 16px;
    color: #ce6629;
    text-transform: capitalize;
    text-align: left;
}
.ktga_cntpg_form_box input {
    float: left;
    width: 100%;
    height: 45px;
    position: relative;
    padding: 10px 10px;
    border: 1px solid #845255;
    border-radius: 2px;
    transition: 0.5s ease-in-out;
    outline: none;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #606060;
    font-size: 16px;
}
.ktga_cntpg_form_box input:hover {
    box-shadow: inset 0 0 5px #845255;
}
.ktga_cntpg_form_box select {
    float: left;
    width: 100%;
    height: 45px;
    position: relative;
    padding: 10px 10px;
    border: 1px solid #845255;
    border-radius: 2px;
    transition: 0.5s ease-in-out;
    outline: none;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #606060;
    font-size: 16px;
}
.ktga_cntpg_form_box select:hover {
    box-shadow: inset 0 0 5px #845255;
}
.ktga_cntpg_form_box textarea {
    float: left;
    width: 100%;
    height: 180px;
    position: relative;
    padding: 10px;
    border: 1px solid #845255;
    border-radius: 2px;
    transition: 0.5s ease-in-out;
    outline: none;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #606060;
    font-size: 16px;
}
.ktga_cntpg_form_box textarea:hover {
    box-shadow: inset 0 0 5px #845255;
}
.ktga_cntpg_form_box_btn{
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 20px 0 0 0;
}
.ktga_cntpg_form_box_btn .ktga_btn_all {
    padding: 15px 40px;
}
#ktga_cntpg_info_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.ktga_cntpg_info_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
#ktga_cntpg_info_sec .no_gutters {
    margin-right: -7px;
    margin-left: -7px;
}
#ktga_cntpg_info_sec .no_gutters>.col, #ktga_cntpg_info_sec .no_gutters>[class*=col-] {
    padding-right: 7px;
    padding-left: 7px;
}
.ktga_cntpg_info_map{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_cntpg_info_map iframe{
  width: 100%;
  height: 620px;
  float: left;
  position: relative;  
}
.ktga_cntpg_info_gint{
  width: 100%;
  float: left;
  position: relative;
  padding-left: 40px;
}
.ktga_cntpg_info_gint h3{
    font-family: 'Lora', serif;
    text-align: left;
    font-size: 30px;
    text-transform: capitalize;
    color: #ce6629;
    margin: 0;
    padding: 0px 0 15px 0;
    font-weight: 700;
    line-height: 1;
}    
.ktga_cntpg_info_gint_adrs{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_cntpg_info_gint_adrs_box {
    width: 100%;
    float: left;
    position: relative;
    padding: 25px 25px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    display: grid;
    grid-template-columns: 1fr 11fr;
    align-items: center;
    align-content: center;
    margin: 15px 0;
}
.ktga_cntpg_info_gint_adrs_box .ktga_cntpg_icn{
  width: 60px;
  height: 60px;
  border-radius: 100%;
  line-height: 66px;
  text-align: center;
  background: #6e3337;
  margin-right: 15px;
}
.ktga_cntpg_info_gint_adrs_box .ktga_cntpg_icn i {
  color: #fff;
  font-size: 24px;
  text-align: center;
      line-height: 1;
}
.ktga_cntpg_info_gint_adrs_box .ktga_cntpg_dtls {
    width: 100%;
    float: left;
    position: relative;
}
.ktga_cntpg_info_gint_adrs_box .ktga_cntpg_dtls h4 {
    font-family: 'IBM Plex Sans', sans-serif;
    text-align: left;
    font-size: 20px;
    text-transform: capitalize;
    color: #565656;
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: 500;
    line-height: 1;
}
.ktga_cntpg_info_gint_adrs_box .ktga_cntpg_dtls p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}
#ktga_cntpg_social_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.ktga_cntpg_social_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_cntpg_social_sec_card ul {
    padding: 0;
    margin: 0;
    float: none;
    position: relative;
    list-style-type: none;
    text-align: center;
}
.ktga_cntpg_social_sec_card ul li {
    padding: 0;
    margin: 0 3px 0 0;
    display: inline-block;
    position: relative;
    list-style-type: none;
}
.ktga_cntpg_social_sec_card ul li a {
    font-size: 20px;
    color: #fff;
    background: #ce6629;
    padding: 0px;
    margin: 0 5px;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.ktga_cntpg_social_sec_card ul li a i {
    margin: 0;
    font-size: inherit;
    line-height: 1;
}
.ktga_cntpg_social_sec_card ul li a:hover {
    color: #fff;
    background: #6e3337;
}
.ktga_cntpg_social_sec_card h4{
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Lora', serif;
    color: #000;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 0 25px 0;
}
#ktga_tmt_ovrvw_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 10px 0;
}
.ktga_tmt_ovrvw_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_tmt_ovrvw_sec_card p{
  font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    text-transform: inherit;
    color: #8c8c8c;
    margin: 0 auto;
    padding: 0 0 15px 0;
    line-height: 1.5;
    width: 75%;
}
#ktga_tmt_form_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 20px 0 10px 0;
}
.ktga_tmt_form_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_tmt_form_sec_card form{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_tmt_form_main{
    width: 100%;
    position: relative;
    float: left;
}
.ktga_tmt_form_main_inpt{
    width: 100%;
    position: relative;
    float: left;
    padding-bottom: 30px;    
}
.ktga_tmt_form_main_inpt label{
    margin-bottom: 6px;
    font-weight: 600;
    width: 100%;
    float: left;
    position: relative;
    font-family: 'Lora', serif;
    font-size: 16px;
    color: #6e3337;
    text-transform: capitalize;
    letter-spacing: 0px;
    line-height: 1;
}
.ktga_tmt_form_main_inpt input{
    height: 50px;
    padding: .5rem 1rem;
    font-size: 16px;
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d4d4d4;
    border-radius: .25rem;
    transition: 0.5s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
}
.ktga_tmt_form_main_inpt input:hover {
    box-shadow: inset 0 0 5px #845255;
}
.ktga_tmt_form_main_inpt i{
    position: absolute;
    top: 38px;
    right: 18px;
    color: #ce6629;
    font-size: 20px;
}
.ktga_tmt_form_main_inpt select{
    height: 50px;
    padding: .5rem 1rem;
    font-size: 16px;
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d4d4d4;
    border-radius: .25rem;
    transition: 0.5s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
    appearance: none;
}
.ktga_tmt_form_main_inpt select:hover {
    box-shadow: inset 0 0 5px #845255;
}
.ktga_tmt_form_main_inpt_rtflx{
    width: 100%;
    position: relative;
    float: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.ktga_tmt_form_main_inpt textarea{
    width: 100%;
    height: 180px;
    padding: .5rem 1rem;
    font-size: 16px;
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'IBM Plex Sans', sans-serif;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d4d4d4;
    border-radius: .25rem;
    transition: 0.5s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
    appearance: none;
}
.ktga_tmt_form_main_inpt textarea:hover {
    box-shadow: inset 0 0 5px #845255;
}
.ktga_tmt_form_main_inpt .fab{
    position: absolute;
    top: 40px;
    right: 18px;
    color: #ce6629;
    font-size: 20px;
}
.ktga_tmt_form_main_inpt_btn{
    position: relative;
    width: 100%;
    float: left;
    padding-top: 20px; 
    text-align: center;
}
.ktga_tmt_form_main_inpt_btn .ktga_btn_all{
  padding: 15px 40px;
}
.ktga_quot_pp p {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #8c8c8c;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    text-transform: inherit;
    line-height: 28px;
    padding-bottom: 15px;
}
#get_quote .modal-header .close {
    margin: 0;
    width: 40px;
    height: 40px;
    background: #ce6629;
    color: #38160e;
    line-height: 40px;
    padding: 0;
    text-align: center;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    outline: none;
}
#get_quote .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #6e3337;
}
#get_quote .modal-title {
    font-family: 'Lora', serif;
    margin: 0;
    line-height: 1.42857143;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-align: center;
        text-transform: uppercase;
}
.ktga_quot_pp form{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_quot_pp form{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_quot_pp_box{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_quot_pp_box input{
  font-family: 'IBM Plex Sans', sans-serif;
  text-align: left;
  color: #666;
  font-size: 16px;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 2px;
    padding: 0 15px;
    height: 55px;
    line-height: 55px;
    clear: both;
    border: 1px solid #e1e1e1;  
    outline: none;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.ktga_quot_pp_box input:focus {
    border: 1px solid #ce6629;
    box-shadow: none;
    outline: none;
}
.ktga_quot_pp_box input:hover {
    border: 1px solid #ce6629;
    box-shadow: none;
    outline: none;
}
.ktga_quot_pp_box select{
  font-family: 'IBM Plex Sans', sans-serif;
  text-align: left;
  color: #666;
  font-size: 16px;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 2px;
    padding: 0 15px;
    height: 55px;
    line-height: 55px;
    clear: both;
    border: 1px solid #e1e1e1; 
    outline: none;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out; 
}
.ktga_quot_pp_box select:focus {
    border: 1px solid #ce6629;
    box-shadow: none;
    outline: none;
}
.ktga_quot_pp_box select:hover {
    border: 1px solid #ce6629;
    box-shadow: none;
    outline: none;
}
.ktga_quot_pp_box textarea{
  font-family: 'IBM Plex Sans', sans-serif;
  text-align: left;
  color: #666;
  font-size: 16px;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    background: #fff;
    border-radius: 2px;
    padding: 15px 15px;
    height: 180px;
    clear: both;
    border: 1px solid #e1e1e1;  
    outline: none;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;   
}
.ktga_quot_pp_box textarea:focus {
    border: 1px solid #ce6629;
    box-shadow: none;
    outline: none;
}
.ktga_quot_pp_box textarea:hover {
    border: 1px solid #ce6629;
    box-shadow: none;
    outline: none;
}
.ktga_quot_pp_box_btn{
      position: relative;
    width: 100%;
    float: left;
    text-align: center;
}
.ktga_quot_pp_box_btn_new{
    width: auto;
}
.ktga_quot_pp_box_btn input {
    font-family: 'IBM Plex Sans', sans-serif;
    background: #ce6629;
    border: 1px solid #ce6629;
    color: #fff;
    letter-spacing: 0.4px;
    padding: 15px 40px;
    position: relative;
    border-radius: 2px;
    z-index: 0;
    overflow: hidden;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    float: none;
    outline: none;
    width: fit-content;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    margin: 0 auto;
}
.ktga_quot_pp_box_btn input:hover {
  background: rgba(110,51,55,1);
    border: 1px solid #6e3337;
    color: #fff;
} 
.ktga_quot_pp_box_btn_new input{
    padding: 10px 20px;
}
.ktga_mkcl_ovrvw_sec_card ul{
    width: 100%;
  float: left;
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0 0 15px 0px;
}
.ktga_mkcl_ovrvw_sec_card ul li{
display: block;
    list-style-type: none;
    margin: 0;
    padding: 0 0 12px 18px;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    text-transform: inherit;
    color: #8c8c8c;
    line-height: inherit;
    position: relative;
}
.ktga_mkcl_ovrvw_sec_card ul li:before{
content: '\f111';
    font-size: 10px;
    color: #ce6629;
    font-family: 'FontAwesome';
    padding-right: 10px;
    position: absolute;
    left: 0;
    top: 5px;
}
.ktga_mkcl_ovrvw_sec_card_tbl{
    width: 100%;
  float: left;
  position: relative; 
  padding-top:30px;
}
.ktga_mkcl_ovrvw_sec_card_tbl table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    float: left;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
}
.ktga_mkcl_ovrvw_sec_card_tbl table tr:nth-child(odd) {
    *background: rgba(0,0,0,0.1);
}
.ktga_mkcl_ovrvw_sec_card_tbl table tr:first-child {
    background: rgba(0,0,0,0.05);
    color:#000;
}
.ktga_mkcl_ovrvw_sec_card_tbl table tr:first-child p {
    color:#000;
    font-size: 16px;
}
.ktga_mkcl_ovrvw_sec_card_tbl table tr {
    border-left: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
.ktga_mkcl_ovrvw_sec_card_tbl table th {
    text-align: left;
    background-color: #2d3e40;
    color: #fff;
    padding: 10px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.ktga_mkcl_ovrvw_sec_card_tbl table td {
    text-align: left;
    color: #555;
    padding: 10px 10px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
    border-right: 1px solid #d6d6d6;
}
.ktga_mkcl_ovrvw_sec_card_tbl table td p {
    text-align: center;
    color: #8c8c8c;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.1px;
}
.ktga_mkcl_ovrvw_sec_card_tbl table tr td:first-child p {
    font-weight: 700;
    font-size: 16px;
    color:#000;
    text-align: left;
}
.ktga_vttkg_sec_card_sldr{
  width: 100%;
  float: left;
  position: relative; 
}
.ktga_kbtio_sec_card_sldrr{
   width: 100%;
  float: left;
  position: relative;   
}
.ktga_fypcbk_sec_card_sldr{
  width: 100%;
  float: left;
  position: relative;   
}
.ktga_mpkan_sec_card_sldr{
  width: 100%;
  float: left;
  position: relative;    
}
.ktga_tmetckr_sec_card_sldr{
  width: 100%;
  float: left;
  position: relative;    
}
.ktrk_tnqu_sec{
  width: 100%;
  position: relative;
  float: left;
  padding: 0;
   background: linear-gradient(rgb(163 84 33 / 51%), rgb(206 102 41)), url(../images/kili-tqu-fig-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; 
  height:100vh;

}
.ktrk_tnqu_sec_main{
  width: 100%;
  position: relative;
  float: left;  
}
.ktrk_tnqu_sec_main_hndg{
  width: 100%;
  position: relative;
  float: left; 
  padding-bottom: 25px;
 
}
.ktrk_tnqu_sec_main_hndg h2{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    color: #fff;
    margin: 0;
    padding: 0
}
.ktrk_tnqu_sec_main_hndg p{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    text-transform: inherit;
    color: #fff;
    margin: 0;
    padding: 15px 0 0px 0;
    width: 45%;
    margin: 0 auto;
}
.ktrk_tnqu_sec_main_icon{
   width: 100%;
  position: relative;
  float: left; 
      padding-top: 20px;
}
.ktrk_tnqu_sec_main_icon ul{
    width: 100%;
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-flex;
    justify-content: center;
    gap: 30px;
}
.ktrk_tnqu_sec_main_icon ul li a{
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #000;
    font-size: 17px;
}
.ktrk_tnqu_sec_main_btn{
  width: 100%;
  position: relative;
  float: left;
  padding-top: 40px;

}
.ktrk_tnqu_sec_main_btn a{
  color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 25px; 
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 600;
    text-transform: inherit;
    color: #fff;
}
.ktrk_tnqu_sec_main_btn a i{
  padding-left: 10px;
    font-size: 25px; 
}
.ktrk_tnqu_sec_main_fig{
width: 30%;
    position: relative;
    float: none;
    margin: 0 auto;
}
.ktrk_tnqu_sec_main_fig img{
  width: 100%;
  object-fit: cover;
}
.ktrk_tnqu_sec_main_flx {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 100vh;
}
.ktga_trvl_gude_sldr{
  width: 100%;
  position: relative;
  float: left;  
}
.ktga_mpkan_sec_card_sllldr{
  width: 100%;
  position: relative;
  float: left; 
}
.ktga_efdsf_left_main_box{
  width: 100%;
  position: relative;
  float: left; 
}
#ktga_group_tour_sec{
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px 0;
}
.ktga_group_tour_sec_card{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_group_tour_box{
  width: 100%;
  float: left;
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 0px;
  display: flex;
  align-content: center;
  align-items: center;
  margin: 15px 0;
}
.ktga_group_tour_box_item{
  width: 100%;
  float: left;
  position: relative;  
}
.ktga_group_tour_box_item .title_box{
  width: 100%;
  float: left;
  position: relative;  
  border-bottom: 1px solid #ddd;
  padding: 10px 5px;
  border-right: 1px solid #ddd;
}
.ktga_group_tour_box_item .title_box h6{
    font-family: 'IBM Plex Sans', sans-serif;
    color: #b5b5b5;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.ktga_group_tour_box_item_fig{
  width: 100%;
  float: left;
  position: relative;  
}
.ktga_group_tour_box_item_fig img{
  width: 100%;
  object-fit: cover;  
}
.ktga_group_tour_box_item .info_box{
  width: 100%;
  float: left;
  position: relative;  
  padding: 10px 5px;
  border-right: 1px solid #ddd;
}
.ktga_group_tour_box_item .info_box p{
    font-family: 'IBM Plex Sans', sans-serif;
    color: #333;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: inherit;
}
.ktga_group_tour_box_item .info_box p span{
    color: #fdab67;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.ktga_group_tour_box_item .info_box h4{
    font-family: 'IBM Plex Sans', sans-serif;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: inherit;
}
.ktga_group_tour_box_item .info_box h4 span{
    color: #fdab67;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.ktga_group_tour_box_item .info_box_link{
  width: 100%;
  float: left;
  position: relative;  
  padding: 10px 5px;
  text-align: center;
}
.ktga_group_tour_box_item .info_box_link a{
  font-family: 'IBM Plex Sans', sans-serif;
  color: #38160e;
  text-align: center;
    font-size: 15px;
    font-weight: 600;
    text-transform: inherit;
        -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    position: relative;
    padding-bottom: 5px;
}
.ktga_group_tour_box_item .info_box_link a:hover{
  color: #fdab67;
}
.ktga_group_tour_box_item .info_box_link a:before, .ktga_group_tour_box_item .info_box_link a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s cubic-bezier(.645,.045,.355,1);
    height: 2px;
}
.ktga_group_tour_box_item .info_box_link a:before {
    width: 0;
    background-color: #fff;
    z-index: 2;
}
.ktga_group_tour_box_item .info_box_link a:after {
    width: 100%;
    background-color: #fdab67;
}
.ktga_group_tour_box_item .info_box_link a:hover:before{
    left: 20%;
    width: 80%;
}
.join_gt .modal-header .close {
    margin: 0;
    width: 40px;
    height: 40px;
    background: #ce6629;
    color: #38160e;
    line-height: 40px;
    padding: 0;
    text-align: center;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    outline: none;
}
.join_gt .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #6e3337;
}
.join_gt .modal-title {
    font-family: 'Lora', serif;
    margin: 0;
    line-height: 1.42857143;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-align: center;
        text-transform: uppercase;
}
.chk_avlblty .modal-header .close {
    margin: 0;
    width: 40px;
    height: 40px;
    background: #ce6629;
    color: #38160e;
    line-height: 40px;
    padding: 0;
    text-align: center;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    outline: none;
}
.chk_avlblty .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #6e3337;
}
.chk_avlblty .modal-title {
    font-family: 'Lora', serif;
    margin: 0;
    line-height: 1.42857143;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-align: center;
        text-transform: uppercase;
}
.showme {
  display: block;
}
.hideme {
  display: none;
}
.ktga_tmt_steps_all_sec{
  width: 100%;
  float: left;
  position: relative;
  background: rgba(255,255,255,0.4);
  padding: 20px 0 40px 0;
  border-radius: 1.125rem .3125rem .3125rem .3125rem;
}
.ktga_tmt_steps_all_title{
  width: 100%;
  float: left;
  position: relative;
}
.ktga_tmt_steps_all_title h3{
    font-family: 'IBM Plex Sans', sans-serif;
    text-align: center;
    font-size: 24px;
    text-transform: capitalize;
    color: #ce6629;
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 1;
}
.alert {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 10px;
  margin-bottom: 0;
}
.ktga_tmt_alert_sec{
  float: left;
  width: 100%;
  position: relative;
  padding: 0 30px;
}
.ktga_tmt_btn_all_steps {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.ktga_tmt_prv_btn_sec{
    float: left;
    width: auto;
    position: relative;
}
.ktga_tmt_prv_btn_sec .ktga_btn_all{
    display: flex;
    align-items: center;
    align-content: center;
}
.ktga_tmt_prv_btn_sec i{
    margin-right: 10px;
    font-size: 24px;
}
.ktga_tmt_next_btn_sec{
    float: left;
    width: 100%;
    position: relative;
    text-align: right;
    padding: 20px 15px 0 15px;    
}
/*.ktga_tmt_next_btn_sec .ktga_btn_all{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    align-content: center;*/
/*}*/
.ktga_tmt_next_btn_sec i{
    margin-left: 10px;
    font-size: 18px;
}
.ktga_tmt_option_selection_sec{
  width: 100%;
  float: left;
  position: relative; 
  margin-top: 15px;
}
.ktga_tmt_forms_sec{
  float: left;
  width: 100%;
  position: relative;
}
.ktga_tmt_option_selection_sec .optionitem {
  *margin-bottom: 10px;
}
.ktga_tmt_option_selection_sec .optionitem h5 {
  display: inline-block;
  text-align: center;
  line-height: normal;
  vertical-align: middle;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
}
.ktga_tmt_option_selection_sec .optionitem .label_icon {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 25%;
  width: 80px;
  height: 80px;
}
.ktga_tmt_option_selection_sec .optionitem .label_icon img{
  width: 100%;
  vertical-align: top;
}
.ktga_tmt_option_selection_sec .ktga_tmt_check_box {
  height: 170px;
  line-height: 140px;
}
.ktga_tmt_option_selection_sec .optionitem .label_icon {
  top: 10%;
}
.ktga_tmt_option_selection_sec .optionitem h5 {
    font-family: 'IBM Plex Sans', sans-serif;
  line-height: 18px;
  vertical-align: text-bottom;
  font-size: 14px;
  padding: 10px 5px 10px 5px;
}
.ktga_tmt_option_selection_sec input[type="radio"] {
  display: none;
}
.ktga_tmt_check_box {
  padding: 0;
  text-align: center;
  float: left;
  display: block;
  background-color: #f7f7f7;
  /*border: 4px solid #f7f7f7;*/
  color: #666;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  height: 170px;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  line-height: 160px;
  cursor: pointer;
  margin: 15px 0;
  box-shadow: 1px 1px 7px 0px rgb(0 0 0 / 15%), 0px 0px 2px 0px rgb(0 0 0 / 5%);
}
.ktga_tmt_check_box input[type=radio] {
  height: 40px;
  border-radius: 0;
  border: 1px solid #e5452b;
  color: #000;
  background: 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: -4px;
  cursor: pointer;
  z-index: 9;
}
.ktga_tmt_check_box input[type=radio]:checked {
  background-color: #f7f7f7;
  border: 4px solid #cf8129;
}
.ktga_tmt_check_box label {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  cursor: pointer;
  height: 100%;
}
.ktga_tmt_check_box input[type="radio"]:checked ~ label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: transparent;
  width: 100%;
  border: 4px solid #cf8129;
  height: 100%;
  border-radius: 0;
  text-align: center;
  line-height: 34px;
  font-size: 20px;
  z-index: 1;
}
















































