
header {
    background: #fff;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.inr_header {
    position: absolute;
    background: transparent;
}
header.header_fixed {
    transition: all 0.5s ease 0s;
    margin-top: 100px;
}
.hdr_col {
    position: static;
    padding: 0;
}
.header_mn .row {
    margin: 0;
}
.logo_menu {
    display: flex;
    justify-content: space-between;
    height: 130px;
    align-items: center;
    padding-left: 0;
}
.logo {
    display: flex;
    align-items: center;
}
.logo_bg {
   /* background: #fff;*/
    padding: 10px;
    display: block;
}
.logo img {
    max-width: 70px;
}
.menu_mn {
    margin-left: auto;
    background: #0033a0;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.inr_header .menu_mn {
    background: transparent;
    border: 1px solid #fff;
}
.inr_header .whait_bg {
    background: #fff;
}
.search_div {
    margin-left: 25px;
    margin-right: 15px;
}
.src_icon {
    font-size: 20px;
    color: #ff6c0e;
    background: none;
    border: 0;
    width: 25px;
    display: block;
    height: auto;
    line-height: 19px;
}
.menu_mn ul li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
    font-family: 'Lato-Light';
}

.menu_mn {
    margin-left: auto;
}
/*.menu_mn ul li:last-child {
    padding-right: 0;
}*/
.menu_mn ul li a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding: 4px 0 5px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    transition: 0.5s all ease;
    font-family: 'Lato-Medium';
}
.whait_bg ul li a {
    color: #0033a1;
}
.whait_bg ul li:hover a{
    color: #0033a1;
    transition: 0.5s all ease;
}
.menu_mn ul li a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    content: "";
    transition: 0.5s all ease;
}
.whait_bg ul li a:before {
    background: #0033a1;
}
.menu_mn ul li a:after {
    position: absolute;
    top: 9px;
    left: -20px;
    width: 12px;
    height: 12px;
    background: #fff;
    content: "";
    border-radius: 50%;
    border: 3px solid #ff6c0e;
}

.menu_mn ul li:hover > a:before{
    width: 100%;
    transition: 0.5s all ease;
}

.menu_mn ul li.active > a:before{
    width: 100%;
    transition: 0.5s all ease;
}
.menu_mn ul li.active a{
    color: #fff;
    transition: 0.5s all ease;
    font-weight: 600;
}
.whait_bg ul li:hover a {
    color: #0033a1;
    transition: 0.5s all ease;
    font-weight: 600;
}

.menu_mn ul ul {
    position: absolute;
    width: 250px;
    left: 0;
    top: 27px;
    background: #363636;
    z-index: 99;
    max-height: 0;
    overflow: hidden;
    -webkit-transform: perspective(400) rotate3d(1,0,0,-90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}
.menu_mn ul ul li a {
    display: block;
    padding: 9px 10px 12px 10px;
    border-bottom: 1px solid #848484;
    font-size: 13px;
}
.menu_mn ul ul li:hover a{
    background: #93d50a;
    color: #fff;
}
.menu_mn ul ul li {
    display: block;
    margin: 0;
}
.menu_mn ul ul li:last-child a{border-bottom: 0px;}
.menu_mn ul li:hover ul {
    max-height: 1000px;
    -webkit-transform: perspective(400) rotate3d(0,0,0,0);
}
.banner {
    position: relative;
}
.bnr_hd h1 {
    color: #fff;
}
.bnr_hd {
    position: absolute;
    bottom: 160px;
    width: 100%;
    text-align: center;
}


.kgoc_bg_tx {
    background: #0033a0;
    color: #fff;
    letter-spacing: 3px;
    font-family: 'Lato-Medium';
    font-weight: 400;
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 15px 18px;
    text-align: center;
    position: relative;
    margin-top: -40px;
}

.banner_logo h1 {
    color: #0033a1;
}

.banner_logo {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center;
}
.banner_logo span {
    display: inline-block;
    margin-right: 70px;
}
button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.munix_scn{text-align: center;}
.munix_scn img {
    display: inline-block;
    margin-bottom: 15px;
        padding: 60px 0 0px 0;
}
.our_pro_scn {
    /* background: url(../images/our_pro_bg.jpg) no-repeat; */
    background-size: cover;
    padding: 0;
    text-align: center;
    position: relative;
}

/*.our_pro_bg2 {
    background: url(../images/our_pro_bg2.jpg) no-repeat;
}*/
.miles_product_bg {
    background: url(../images/miles_product_bg.jpg) no-repeat;
}
.our_pro_scn  h2 {
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    margin-bottom: 22px;
    font-weight: 600;
    letter-spacing: 2px;
}
.our_pro_scn p {
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    padding: 0 100px;
}
.our_pro_scn {
    /* background: url(../images/our_pro_bg.jpg) no-repeat; */
    background-size: cover;
    padding: 0;
    text-align: center;
    position: relative;
}
.our_brand_img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.product_scn {
    padding: 30px 0 40px 0;
}

.blog_th {
    position: relative;
    overflow: hidden;
    border: 0px solid #ececee;
    background: #e9e9e9;
}
.blog_th a {
    display: flex;
    height: 320px;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
}
.blog_th img{
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 1.2s ease-out;
    -moz-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
}
.blog_th:hover img{
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    -ms-transform: scale(1.4);
}
.blog_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: 0.5s all ease;
}
.blog_th:hover .blog_hover {
    transform: scale(1);
    transition: 0.5s all ease;
}
.href_full{
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.blog_th_tx h3 {
    font-size: 24px;
    line-height: 38px;
    color: #0033a1;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 2px;
}


footer {
    margin-top: 40px;
    background: #dbdbdb;
    overflow: hidden;
}
.ftr_tp {
    background: #dbdbdb;
    padding: 20px 0;
    margin-bottom: 0px;
}
.ftr_tp_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.FOLLOW_UL {
    background: #fc6c0f;
    padding: 0;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.FOLLOW_UL li {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
}
.FOLLOW_tx {
    padding: 13px 22px 11px 20px;
    border-right: 1px solid #fdac77;
}
.ftr_tp_in ul li a{
    display: inline-block;
    font-size: 22px;
    color: #fff;
    margin:0 10px;
    padding:0 15px;
    float: left;
}
.ftr_tp_in ul li a:before {
    position: absolute;
    top: 15px;
    right: -13px;
    height: 5px;
    width: 5px;
    background: #fff;
    border-radius: 50%;
    content: "";
}
.ftr_tp_in ul li a:last-child:before{display: none;}

.FOLLOW_UL2 {
    background: #0033a0;
}
.FOLLOW_UL2 .FOLLOW_tx {
    padding: 13px 20px 11px 15px;
    border-right: 0px solid #fdac77;
    border-right: 1px solid #8fa5d5;
}
.ftr_tp_in ul li a img.call_icon {
    max-width: 22px;
    display: inline-block;
    margin-top: 8px;
}
.ftr_tp_in ul li a img.sm_icon {
    max-width: 36px;
    display: inline-block;
    margin-top: 8px;
}

.ftr_bt ul li {
    margin: 0 15px;
    position: relative;
}
.ftr_bt ul li:before {
    position: absolute;
    top: 11px;
    right: -16px;
    height: 15px;
    width: 1px;
    content: "";
    background: #0033a1;
}
.ftr_bt ul li:last-child:before{display: none;}
.ftr_bt ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #0033a1;
    text-shadow: 0px 0px 0px #0033a1;
    text-transform: uppercase;
    transition: 0.5s all ease;
}
.ftr_bt ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.ftr_bt ul li a:hover {
    color: #fc6c0f;
    transition: 0.5s all ease;
}

.logo_hd {
    display: block;
    margin-top: 25px;
}
.hd_logo {
    max-width: 40px;
    margin-right: 15px;
    float: left;
    display: inline-block;
/*    margin-left: -58px;*/
    margin-top: -9px;
}
.logo_hd3 .hd_logo {
    max-width: 45px;
    margin-right: 15px;
    float: left;
    display: inline-block;
    margin-left: -63px;
}
.logo_hd4 .hd_logo {
    margin-top: 0;
}
.rain_UL li {
    font-size: 18px;
    color: #606060;
    display: block;
    line-height: 29px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 0;
    position: relative;
    padding-left: 25px;
}
.rain_UL li:before {
    position: absolute;
    top: 13px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #606060;
    content: "";
}



/*Left Menu css*/
.about_scn {
    padding: 40px 0 40px 0;
}
.left_menu li {
    display: block;
    margin: 0;
}
.left_menu li a {
    display: block;
    color: #0033a1;
    background: #f4f4f4;
    font-size: 16px;
    line-height: 22px;
    padding: 12px 7px;
    border-bottom: 1px solid #1f4bab;
    position: relative;
    transition: 0.5s all ease;
}
.left_menu li a span{
    display: inline-block;
    position: relative;
    padding-right: 20px;
}

.left_menu li.active a{
    background: #0033a0;
    color: #fff;
    transition: 0.5s all ease;
}
.left_menu li:hover a{
    background: #0033a0;
    color: #fff;
    transition: 0.5s all ease;
}
.left_menu li:hover a span{
    text-decoration: underline;
}
.left_menu li:hover a span{
    text-decoration: underline;
}
/*.left_menu li:hover a span:before {
    background: url(../images/leftmenu_icon_active.png) no-repeat;
    height: 19px;
    width: 19px;
    content: "";
    position: absolute;
    top: 6px;
    right: -8px;
    background-size: 14px;
}*/
.left_menu li a span:before {
    background: url(../images/leftmenu_icon.png) no-repeat;
    height: 15px;
    width: 9px;
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    background-size: 6px;
    transform: rotate(180deg);
}
.left_menu li.active a span:before {
    background: url(../images/leftmenu_icon_active.png) no-repeat;
    height: 19px;
    width: 19px;
    content: "";
    position: absolute;
    top: 6px;
    right: -8px;
    background-size: 14px;
}
.left_menu li.active a span{
    text-decoration: underline;
}

.dis_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.menu_lt {
    width: 26%;
    margin-top: 54px;
}

.menu_rt {
    width: 74%;
    padding-left: 45px;
}
.who_bx ul li {
    text-shadow: 0px 0px 0px #000;
}
.intr_div h2 {
    color: #0033a1;
    margin-bottom: 30px;
}

/*Breadcrun css*/


.bradecrumd ul li a {
    display: block;
    color: #999999;
}
.left_menu li:last-child a {
    border-bottom: 0;
}
.bradecrumd ul li {
    display: inline-block;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    line-height: 20px;
    padding: 0 4px 0 4px;
    position: relative;
    margin:0;
}
.bradecrumd {
    text-align:left;
}
.bradecrumd ul li:before {
    position: absolute;
    top: 0;
    right: -5px;
    content: ">";
    font-size: 12px;
    color: #999;
}
.bradecrumd ul li:last-child:before {
    display: none;
}
.bradecrumd ul li:last-child{
    padding-right: 0;
}

.intr_div {
    margin-top: 20px;
}

.intr_div h3 {
    font-size: 20px;
    line-height: 27px;
    color: #0033a1;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 2px;
}

.rain_UL_yellow li:before {
    background: #fc6c0f;
}
.who_bx {
    position: relative;
    padding-left: 105px;
}
.who_bx_in{
    border-bottom: 1px solid #888888;
    padding: 20px 0;
}
.who_bx:last-child .who_bx_in{
    border: 0px;
    padding-bottom:  0px;
}
.who_bx:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    border: 1px solid #f00;
    content: "";
    border-radius: 50%;
    background: #fff url(../images/Who_we_icon.png) center center no-repeat;
    background-size:45px;
    z-index: 9;
}
.who_bx2:before {
    background: #fff url(../images/Who_we_icon2.png) center center no-repeat;
    background-size:45px;
}
.who_bx3:before {
    background: #fff url(../images/Who_we_icon3.png) center center no-repeat;
    background-size:45px;
}
.who_bx:after {
    position: absolute;
    bottom: 0;
    left: 35px;
    height: 100%;
    width: 1px;
    content: "";
    background: #f00;
}
.all_dot .bnr_hd {
    position: absolute;
    bottom: 140px;
    width: 100%;
    text-align: center;
}
.content_box {
    margin-top: 20px;
}
.content_box h2 {
    font-size: 26px;
    line-height: 26px;
    color: #0033a1;
    margin-bottom: 18px;
}
.hd_logo_0{
    margin-left: 0;
}
.pd_lt_60 {
    padding-left: 55px;
}

.our_missin_tx span {
    display: inline-block;
    margin-right: 10px;
    color: #0033a1;
    font-weight: 600;
}
.our_missin_tx p {
    margin-bottom: 10px;
}

.our_missin_div {
    border-top: 1px solid #e1e1e1;
}
.leader_tx {
    background: #ededed;
    padding: 9px 10px 11px 15px;
}

.leader_tx p {
    font-size: 15px;
    color: #0033a1;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 0;
}
.leader_div {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.leader_div li {
    width: 20%;
    margin: 0;
    padding: 5px;
}
.leader_div li img{width: 100%;}
.globel_div {
    margin-top: 50px;
}
.globel_img {
    display: block;
    text-align: center;
    margin-top: 60px;
}
.knivace_in .row {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.knivace_in .blog_th_tx p {
    font-size: 16px;
    text-align: center;
    line-height: 23px;
    color: #333;
}



.An_logo ul {
    margin-top: 50px;
    text-align: center;
}
.an_intro_in h4 {
    font-size: 22px;
    line-height: 25px;
    color: #606060;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Lato-Light';
    letter-spacing: 2px;
}
.An_logo ul li a {
    display: flex;
    align-items: center;
     height: 120px; 
    border: 2px solid #c4c4c4;
    padding: 25px 35px 25px 30px;
    border-radius: 8px;
    min-width: 265px;
    transition: 0.5s all ease;
    cursor: auto;
}
.our_brnd ul li a {
    cursor: auto;
}
.An_logo ul li a span {
    display: inline-block;
    margin-right: 15px;
}
.An_logo ul li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
    margin-right: 55px;
    margin-bottom: 40px;
}
.An_logo ul li.An_logo_li2 a{
    width: 370px;
}
.An_logo ul li.An_logo_li3 {
    margin-right: 0;
}
.An_logo_tx h4 {
    font-size: 20px;
    line-height: 22px;
    color: #0033a1;
}
.scn_hmorbrnd {
    background: #ededed;
}

.container-full {
    padding: 0 45px;
}
.our_brnd ul {
    display: flex;
    justify-content: flex-start;
    margin-top: 50px;
}
.scn_hmorbrnd h1 {
    font-size: 40px;
    line-height: 49px;
    color: #383838;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.our_brnd ul li {
    width: 25%;
    padding: 0 20px;
    margin-bottom: 25px;
}
.blog_th_tx span {
    display: flex;
    height: 65px;
    border: 2px solid #979797;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 25px;
}
.blog_th_tx span img {
    max-width: 170px;
}
.blog_th_tx p {
    font-size: 16px;
    color: #606060;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 0;
    text-align: justify;
}
.scn_journy {
    background: #0b47b2;
    height: 530px;
    display: flex;
    align-items: center;
}
.journey_lt h1 {
    font-size: 120px;
    line-height: 130px;
    margin: 0;
    letter-spacing: 0;
    color: #ff6c0e;
}

.journey_rt h1 {
    font-size: 20px;
    line-height: 29px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 3px;
}
.journy_border img {
    width: 100%;
}
.journey_lt {
    margin-right: 50px;
}
.journey_item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#journey_bx .owl-dots {
    bottom: -125px;
    left: 0;
}
#journey_bx .owl-nav {
    display: none;
}
.news_item span img {
    width: 100%;
}
.news_item span {
    display: block;
}
.bews_tx {
    height: 100px;
    background: #0b47b2;
    padding: 12px 10px 10px 25px;
    text-align: center;
}
.bews_tx p {
    font-size: 16px;
    color: #ffffff;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 0;
}
.scn_news h1 {
    font-size: 40px;
    line-height: 49px;
    color: #606060;
    margin-bottom: 45px;
    font-weight: 400;
    letter-spacing: 4px;
    text-align: center;
}
.scn_news .owl-nav {
    display: none;
}
.scn_news .sub_btn {
    width: 210px;
}

.scn_helping {
    background: url(../images/news_bg.jpg) no-repeat center center;
    height: 650px;
    background-size: cover;
    padding-top: 80px;
}
.scn_hlp_tx {
    max-width: 640px;
}
.scn_hlp_tx h3 {
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: 2px;
}

.scn_hlp_tx p {
    font-size: 18px;
    color: #fff;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 22px;
    letter-spacing: 0;
    text-align: justify;
}
.scn_hlp_tx ul {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    margin-top:35px;
}
.scn_hlp_tx ul li {
    display: flex;
    width: 50%;
    padding-right: 50px;
    align-items: center;
    margin-bottom: 20px;
}
.scn_hlp_tx ul li span {
    display: inline-block;
    margin-right: 15px;
}
.curr_opn_img img {
    width: 100%;
}
.curr_opn_img {
    width: 54%;
}
.curr_opn_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.curr_opn_tx {
    width: 44%;
    padding-left: 25px;
    text-align: center;
}
.curr_opn_tx h1 {
    font-size: 36px;
    line-height: 44px;
    color: #606060;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 4px;
}

.curr_opn_tx p {
    font-size: 17px;
    color: #606060;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 22px;
    letter-spacing: 0;
}
section.csn_curr_opn {
    padding: 30px 0 40px 0;
}
.scn_hlp_tx ul li p {
    margin: 0;
}
.mg_bt0 {
    margin-bottom: 10px;
}
.abt3_frth_hd {
    margin-bottom: 15px;
}
.About_3Div p {
    line-height: 24px;
}
.mg_bt_25{margin-bottom: 25px;}
.object_tx {
    font-size: 18px;
    line-height: 27px;
    color: #0033a1;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 2px;
}
.CertificationsDiv h3 {
    margin-bottom: 5px;
    font-size: 18px;
}
.center.pd_rt_lt_100 {
    padding: 0 225px;
}
.our_bx_in {
    background: #f7f7f7;
    border-radius: 15px;
    position: relative;
    padding: 45px 15px 25px 15px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}
.our_log_bg {
    margin-top: auto;
}
.our_txgg {
    padding: 20px 30px 5px;
    text-align: justify;
}

.our_logo1 {
    background: #fff;
    max-width: 260px;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: -32px auto 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
}
.our_log_bg img {
    width: 100%;
}
.our_brand_scn .section_top50 {
    margin-top: 75px;
}
.our_logo1 img {
    max-width: 190px;
}
.cont_in {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.cmt_frm_in .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 10px 10px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #8c8c8c;
    letter-spacing: 2px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #888888;
    border-radius:5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cmt_frm_in textarea.form-control {
    height: 150px;
}
.cmt_frm_in .form-group {
    margin-bottom: 25px;
    position: relative;
    width: 50%;
    padding: 0 15px;
    float: left;
}
.cmt_frm_in .form-group-full {
    width: 100%;
}
span.star_tx {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #8c8c8c;
    letter-spacing: 2px;
    position: absolute;
    top: 12px;
    right: 25px;
}


.form-group input.sub_btn {
    font-size: 16px;
    letter-spacing: 2px;
    color: #ffffff;
    border-radius: 0;
    background: #fc6c0f;
    transition: 0.5s all ease;
    line-height: 24px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    width: 202px;
    text-transform: uppercase;
    padding: 12px 40px 12px 40px;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-family: 'Lato-Bold';
    border-radius: 10px;
    overflow: hidden;
    border: 0;
    margin: 0 auto;
    float: none;
}
.form-group input.sub_btn:hover {
    color: #fff;
    transition: 0.5s all ease;
    background: #0033a0;
}
.cmt_frm_in {
    margin-top: 35px;
}

.color_606060 {
    color: #606060;
}
.date_tx {
    font-size: 18px;
    line-height: 30px;
    color: #606060;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Lato-Medium';
    display: none;
}
.media_tx {
    border-top: 1px solid #cccccc;
    margin-top: 25px;
    padding-top: 20px;
    border-bottom: 1px solid #ccc;
}
.media_th_in {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 30px;
}
.meadi_1_bx {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.media_th {
    width: 48%;
}
.media_th img {
    width: 100%;
}
.media_th span {
    display: block;
    margin-bottom: 15px;
}

.meadi_1_bx span img {
    width: 100%;
}
.meadi_1_bx span {
    display: block;
    width: 52%;
}
.meadi_1_tx {
    background: #0033a0;
    width: 48%;
    padding: 20px 15px 20px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.meadi_1_in h5 {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
    display: none;
}
.meadi_1_in h3 {
    font-size: 18px;
    line-height: 29px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}

.meadi_1_in .sub_btn {
    font-size: 13px;
    color: #ffffff;
    background: #fc6c0f;
    line-height: 24px;
    padding: 9px 10px 10px 10px;
    width: 150px;
}
.meadi_1_in .sub_btn:before {
    background: #000;
}
.meadi_1_in {
    margin-top: 30px;
}

.journey_item {
    width: 100%;
}
.our_le_sl {
    background: #0b47b2;
    padding: 100px 0;
    margin-bottom: 20px;
}

.our_le_sl .journey_lt h1 {
    font-size: 90px;
    line-height: 100px;
}

.our_le_sl #journey_bx .owl-dots {
    bottom: -65px;
    left: 0;
}
h3.border_bt {
    color: #606060;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 15px;
    margin-bottom: 32px;
}
.our_le_sl .journy_border img {
    width: 100%;
}
.our_brand__in2 {
    margin-top: 35px;
}
.pd_rt_lt_50 {
    padding: 0 50px;
}
.our_bx_bx2 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #f7f7f7;
    height: 330px;

}
.our_bx_bx2 + .our_bx_bx2 {
    margin-top: 50px;
}
.our_bx_in2_lt {
    width: 50%;
    text-align: center;
    padding: 20px 85px 0px 40px;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our_bx_in2_rt {
    width: 50%;
}
.our_bx_in2_rt img {
    width: 100%;
}
.our_bx_in2_lt .our_txgg {
    padding: 0 0 0;
    text-align: justify;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.our_bx_bx2 p {
    line-height: 26px;
}
.our_bx_bx2:nth-child(even) {
    flex-direction: row-reverse;
}
.our_bx_bx2:nth-child(even) .our_bx_in2_lt {
    padding: 20px 40px 0px 80px;
}
.our_bx_bx2 .our_txgg:before {
    position: absolute;
    height: 5px;
    left: 0;
    bottom: 0;
    background: #174795;
    width: 100%;
    content: "";
}
.munix_bx .our_txgg:before {
    background: #fc6c0f;
}
.miles_bx .our_txgg:before {
    background: #cf152d;
}
.kohe_bx .our_txgg:before {
    background: #93d50a;
}
.our_logo2 {
    text-align: center;
    margin-bottom: 15px;
}
.dutt_ {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #2650ad;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 4px;
}
.our_stra_value {
    border-top: 1px solid #d8d8d8;
    padding-top: 20px;
}
.our_stra_value h1 {
    font-size: 30px;
    line-height: 40px;
}
.career_bnr_tx {
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
}
.career_bnr_tx p {
    font-size: 18px;
    color: #ffffff;
    line-height: 27px;
    margin-bottom: 0px;
    letter-spacing: 0;
}
.yellow_tx {
    font-size: 30px;
    color: #fd6b0d;
    line-height: 32px;
}
.width_sm {
    max-width: 768px;
    text-align: center;
    margin: 0 auto;
}
.Whyjoin_scn {
    background: #0033a0;
}
.Whyjoin_scn p {
    margin: 0;
    color: #fff;
}
ul.crvlu_li {
    margin-top: 50px;
}
.crvlu_li li {
    font-size: 16px;
    line-height: 25px;
    color: #393939;
    text-align: left;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul.crvlu_li span {
    display: flex;
    width: 64px;
    height: 70px;
    background: #0033a0;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
}
ul.crvlu_li p {
    font-size: 16px;
    color: #393939;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 0;
    width: 91%;
    padding-left: 15px;
}
.width_sm p {
    font-size: 16px;
    line-height: 28px;
}
.lifr_slmn {
    padding: 0 0px;
}
.lifr_slmn_bx {
    height: 315px;
    background: #41539d;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 18%);
    margin-top:0px;
}
.lifr_sl_lt {
    width: 50%;
}
.lifr_sl_rt {
    background: #fff;
    width: 50%;
    padding: 50px;
}
.lifr_sl_rt p {
    font-size: 16px;
    line-height: 27px;
    margin: 0;
}
#lifr_slider .owl-stage-outer {
    padding: 30px 0;
}
#lifr_slider .owl-item {
    padding: 0 30px;
}
#lifr_slider .owl-nav {
    display: none;
}
#lifr_slider .owl-dots {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    left: 0;
    text-align: left;
    padding-left: 267px;
}

.LifeatKGOC_scn {
    padding-top: 0;
}

.job_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 645px;
    width: 100%;
    margin: 35px auto 0;
}
.job_link a {
    display: flex;
    width: 200px;
    height: 50px;
    font-size:18px;
    font-weight: 600;
    color: #000;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.5s all ease;
}
.job_link a:before {
    position: absolute;
    top: 19px;
    right: 20px;
    border-right: 12px solid #0033a0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    content: "";
}
.job_link a:hover{
    background: #0033a0;
    color: #fff;
    transition: 0.5s all ease;
}
.job_link a:hover:before{
    border-right: 12px solid #fff;
}
.job_opnin {
    margin-top: 50px;
}


.ftr_contx a {
    display: inline-block;
    color: #333;
    transition: 0.5s all ease;
}

.ftr_contx figure {
    float: left;
    font-size: 18px;
    color: #333;
    text-align: left;
}
p.locationadd, p.phoneadd, p.mailadd {
    padding-left: 27px;
    font-size: 17px;
    line-height: 24px;
    color: #333;
    font-weight: 400;
    margin-bottom: 8px;
}
.ftr_contx a:hover {
    color: #0033a0;
    transition: 0.5s all ease;
}


.sticky-social-bar {
    padding: 0;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: fixed;
    right: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
}
.sticky-social-bar li {
    list-style: none;
    margin: 6px;
}
.sticky-social-bar li a {
    background: #393939;
    padding-top: 0;
    padding-left: 15px;
    display: block;
    transition: all 0.3s;
    border-radius: 40px;
    width: 48px;
    height: 48px;
    float: right;
    margin-top: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 0;
}
.sticky-social-bar li a i {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
}
.sticky-social-bar li a i.fa.fa-phone {
    font-size: 20px;
}
.sticky-social-bar li.phone a span {
    visibility: hidden;
    color: #fff !important;
}
.sticky-social-bar li.phone a:hover span {
    visibility: visible;
    transition-delay: 0.2s;
    vertical-align: middle;
    color: #fff !important;
}
.sticky-social-bar li.phone a:hover {
    width: 215px;
    border-radius: 20px;
}
.sticky-social-bar li a:hover {
    background: #fc6c0f;
    color: #fff;
}
.ivySlideTxt{ opacity: 0; position: absolute; top: 0; left: 0;}
    .slideState { position: relative; display: none;}
    .slideState span {
        position: absolute;
        background: #000;
        left: 0;
        top: 0;
        transition: all 0.5s ease;
        color: #FFF;
        padding-left: 15px;
        background: url(../images/arow_icon.png) no-repeat left top;
        width: 31px;
        height: 25px;
        font-size: 0;
        background-size: 26px;
        margin-left: -50px;
    }

.hvr_pg {
    display: block;
    overflow: hidden;
}
.img_wdth {
    width: 100%;
}



.padding_bottom35 {
    padding-bottom: 35px;
}
.ftr_link ul li {
    display: block;
    line-height: 22px;
    margin-bottom: 2px;
}
.ftr_link ul li a {
    padding-left: 0;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    font-weight: 400;
    margin-bottom: 0;
    margin: 0;
    transition: 0.5s all ease;
    padding: 0;
    cursor: inherit;
}
/*.ftr_link ul li a:hover {
    transition: 0.5s all ease;
    color: #0033a0;
}*/










.ourteam {
    margin: 0 auto 0 auto;
    max-width: 1000px;
    padding-bottom: 0;
}
.grid-x {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.ourteam .bigimg_profil {
    max-width: 500px;
    margin: auto;
}

.ourteam .smlimgpnl {
    max-width: 600px;
    margin: 2rem auto;
}
.grid-x > .large-6 {
    width: 50%;
}
.grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
}
.ourteam .bigimg_profil img {
    border-radius: 100% !important;
    max-width: 164px !important;
    margin: auto !important;
    border: 2px solid #606060;
    display: inline-block;
    vertical-align: middle;
}
.ourteam h6 {
    color: #606060;
    font-weight: 500;
    text-transform: uppercase;
    font-size: .85rem;
    margin-top: 1rem;
    margin-bottom: 0;
}
.ourteamHeader {
    font-size: .8rem !important;
    text-align: center !important;
    font-weight: normal!important;
}
.grid-x > .large-4 {
    width: 33.33333%;
}

.ourteam .smlimgpnl img {
    border: 2px solid #606060 !important;
    max-width: 100px;
    margin: auto;
    border-radius: 100%;
}

.munix_scn {
    text-align: center;
    padding-top: 130px !important;
}


.we_tabsdv {
    margin-top: 35px;
    border-top: 1px solid #e6e6e6;
    padding-top: 27px;
}

.one {
    padding: 15px 10px;
    background-color: #0033a0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
}
.one p {
    color: #fff;
    margin: 0;
}
.year, .year2 {
    display: none;
    background-color: #eee;
    padding: 5px;
    text-align: left;
}
ul.disclosure {
    list-style: none;
}
ul.disclosure li {
    line-height: 30px;
}
.year a, .year2 a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    color: #606060;
    display: block;
    line-height: 29px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 0;
    position: relative;
    padding-left: 15px;
}
#icon_b {
    color: #1e48da;
}
.main_one, .main_two {
    width: 47%;
    float: left;
    margin-right:0px;
    margin-left:0px;
    font-size: 16px;
}
.two {
    padding: 15px 10px;
    background-color: #0033a0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
}
.two p {
    color: #fff;
    margin: 0px;
}

div#panel {
    display: flex;
    justify-content: space-between;
    padding-right: 50px;
}
i.fa.fa-angle-double-right {
    color: #cb465d;
}

.year i.fa.fa-angle-double-right {
    color: #0033a0;
}




















