.mob-header, .mob-header .menu-items .menufixed
{
    position: fixed;
    z-index: 999;
    top: 0;
}
.mob-header
{
    padding-top: 0.7rem;
	padding: .6rem 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: .1rem .1rem .45rem #888887;
    -moz-box-shadow: .1rem .1rem .45rem #888887;
    -ms-box-shadow: .1rem .1rem .45rem #888887;
    box-shadow: .1rem .1rem .45rem #888887;
    border: 0;
}
@media (max-width:991px)
{
    .mob-header
    {
        display: block;
    }
}
@media (min-width:992px)
{
    .mob-header
    {
        display: none;
    }
}
.mob-header .menu-items .trigger-mbtn
{
    width: 2rem;
    background: 0 0;
    border: 0;
    padding: 0;
    margin-top: .4rem;
}
.mob-header .menu-items .trigger-mbtn span
{
    width: 100%;
    display: block;
    height: 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: #333333;
   /* background: #000;
    margin-bottom: .35rem;*/
	margin-bottom: 4px;
}
.mob-header .menu-items .menufixed
{
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    -webkit-box-shadow: 0 1px 3px 0 #ccc;
    -moz-box-shadow: 0 1px 3px 0 #ccc;
    -ms-box-shadow: 0 1px 3px 0 #ccc;
    box-shadow: 0 1px 3px 0 #ccc;
    background: #E2E319;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
}
.mob-header .menu-items .menufixed .mlogo img
{
    max-width: 7.4rem;
    margin: 1rem 0;
}
.mob-header .menu-items .menufixed .closebut
{
    width: 1.5rem;
    margin: 2rem 0 0;
}
.mob-header .menu-items .menufixed .request-demo
{
    border: 0;
    text-align: center;
}
.mob-header .menu-items .menufixed .request-demo a
{
    display: inline-block;
    border: .1rem solid;
    border-radius: 3rem;
    margin-top: 2rem;
    padding: .5rem 3rem;
}
.mob-header .menu-items .menufixed ul
{
    margin: .7rem 0 0;
}
.mob-header .menu-items .menufixed ul li
{
    width: 100%;
    text-align: left;
    padding: 0;
    border-bottom: .1rem solid #fff;
}
.mob-header .menu-items .menufixed ul li a
{
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: .7rem 1rem;
    color: #454545;
    text-transform: capitalize;
	text-decoration: none;
	cursor: pointer;
}
.mob-header .menu-items .menufixed ul li a:hover
{
    color: #000;
}
.mob-header .menu-items .menufixed ul li:last-child
{
    border-bottom: 0 solid #ccc;
    /*text-align: center;*/
}
.mob-header .menu-items .menufixed ul li:last-child .menubutton
{
    background: #f6ba18;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    border-radius: 5rem;
    padding: .4rem 1.7rem;
    text-decoration: none;
    display: block;
    margin: 1rem auto;
    width: 12rem;
    text-align: center;
    font-size: 1rem;
    border: .05em solid #000;
    text-transform: initial;
}
.mob-header .site-logo img
{
    max-width: 7.4rem;
}
.mob-header .logo-right img
{
    width: 2.2rem;
    margin-top: .5rem;
}
.head-bancont
{
    position: relative;
    padding-top: 4.345rem;
    overflow: hidden;
}
.head-bancont .banner-wrapper
{
    position: relative;
    background: #000;
}
.head-bancont .banner-wrapper .banner-items
{
    position: absolute;
    text-align: center;
    width: 100%;
    color: #fff;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background: rgba(0,0,0,.3);
}
.head-bancont .innerbanner, .headings1, .product-items
{
    position: relative;
}
.head-bancont .banner-wrapper .banner-items h1
{
    font-size: 3rem;
    color: #fff;
    margin: .5rem 0 0;
    font-weight: 300;
}
.head-bancont .banner-wrapper .banner-items h1 strong
{
    font-weight: 700;
}
@media (max-width:991px)
{
    .head-bancont
    {
        padding-top: 3.5rem;
    }
    .head-bancont .banner-wrapper .banner-items h1
    {
        font-size: 2.7rem;
    }
}
@media (max-width:767px)
{
    .head-bancont .banner-wrapper .banner-items h1
    {
        font-size: 2rem;
    }
}
.head-bancont .banner-wrapper .banner-items h2
{
    font-size: 2.7rem;
    color: #fff;
    margin: .5rem 0 0;
    font-weight: 300;
}
.head-bancont .banner-wrapper .banner-items h2 strong
{
    font-weight: 700;
}
@media (max-width:991px)
{
    .head-bancont .banner-wrapper .banner-items h2
    {
        font-size: 2.4rem;
    }
}
@media (max-width:767px)
{
    .head-bancont .banner-wrapper .banner-items h2
    {
        font-size: 1.7rem;
    }
}
.head-bancont .banner-wrapper .banner-items h3
{
    font-size: 2.4rem;
    color: #fff;
    margin: .5rem 0 0;
    font-weight: 300;
}
.head-bancont .banner-wrapper .banner-items h3 strong
{
    font-weight: 700;
}
@media (max-width:991px)
{
    .head-bancont .banner-wrapper .banner-items h3
    {
        font-size: 2rem;
    }
}
@media (max-width:767px)
{
    .head-bancont .banner-wrapper .banner-items h3
    {
        font-size: 1.4rem;
    }
}
.head-bancont .banner-wrapper .banner-items h4
{
    font-size: 2rem;
    color: #fff;
    margin: .5rem 0 0;
    font-weight: 400;
}
.head-bancont .banner-wrapper .banner-items h4 strong
{
    font-weight: 700;
}
@media (max-width:991px)
{
    .head-bancont .banner-wrapper .banner-items h4
    {
        font-size: 1.6rem;
    }
}
@media (max-width:767px)
{
    .head-bancont .banner-wrapper .banner-items h4
    {
        font-size: 1.2rem;
    }
}
.head-bancont .banner-wrapper .banner-items h5
{
    font-size: 1.5rem;
    color: #fff;
    margin: .5rem 0 0;
    font-weight: 400;
}
.head-bancont .banner-wrapper .banner-items h5 strong
{
    font-weight: 700;
}
@media (max-width:991px)
{
    .head-bancont .banner-wrapper .banner-items h5
    {
        font-size: 1.3rem;
    }
}
@media (max-width:767px)
{
    .head-bancont .banner-wrapper .banner-items h5
    {
        font-size: 1.1rem;
    }
}
.head-bancont .banner-wrapper .banner-items h6
{
    font-size: 1.5rem;
    color: #fff;
    margin: .5rem 0 0;
    font-weight: 400;
    line-height: 1.5;
}
.head-bancont .banner-wrapper .banner-items h6 strong
{
    font-weight: 700;
}
@media (max-width:991px)
{
    .head-bancont .banner-wrapper .banner-items h6
    {
        font-size: 1.1rem;
    }
}
.head-bancont .banner-wrapper .banner-items p
{
    margin: .5rem 0 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}
.head-bancont .banner-wrapper .banner-items a, .head-bancont .banner-wrapper .banner-items a:hover
{
    color: #fff;
}
.head-bancont .banner-wrapper picture img
{
    height: 34.71rem;
    object-fit: cover;
}
.product-items
{
    margin-top: -7.7rem;
}
@media (max-width:767px)
{
    .head-bancont .banner-wrapper .banner-items h6
    {
        font-size: 1rem;
    }
    .head-bancont .banner-wrapper picture img
    {
        height: 21.43rem;
    }
    .product-items
    {
        margin-top: 2rem;
    }
}
.product-items .treasury-market
{
    max-width: 52%;
    margin: 0 auto;
}
@media (max-width:991px)
{
    .product-items .treasury-market
    {
        max-width: 55%;
    }
}
.product-items .treasury-market a
{
    display: block;
}
.product-items .treasury-market a .panel
{
    background: 0 0;
    border: 0;
}
.product-items .treasury-market a .panel-body
{
    height: 11rem;
    border-radius: .571rem;
    box-shadow: .143rem .143rem .214rem #676767;
    background: #fff;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.product-items .treasury-market a .prod-inner span
{
    color: #000;
    font-size: 1.286rem;
    font-weight: 400;
}
@media (max-width:767px)
{
    .product-items .treasury-market
    {
        max-width: 30rem;
        padding: 0;
    }
    .product-items .treasury-market a .panel-body
    {
        height: 9rem;
    }
    .product-items .treasury-market a .prod-inner span
    {
        font-size: 1rem;
    }
}
.product-items .treasury-market a .prod-inner img
{
    width: 3rem;
}
.product-items .treasury-market a:hover .prod-inner span
{
    color: #f6ba18;
}
.head-bancont .innerbanner .banner-wrapper
{
    position: relative;
    background: #000;
}
.head-bancont .innerbanner .banner-wrapper .banner-items
{
    color: #fff;
}
.head-bancont .innerbanner .banner-wrapper .banner-items h1
{
    font-size: 3rem;
    color: #fff;
    margin: .5rem 0 0;
    font-weight: 300;
}
.head-bancont .innerbanner .banner-wrapper .banner-items h1 strong
{
    font-weight: 700;
}
@media (max-width:991px)
{
    .head-bancont .innerbanner .banner-wrapper .banner-items h1
    {
        font-size: 2.7rem;
    }
}
@media (max-width:767px)
{
    .head-bancont .innerbanner .banner-wrapper .banner-items h1
    {
        font-size: 2rem;
    }
}
.head-bancont .innerbanner .banner-wrapper .banner-items h2
{
    font-size: 2.7rem;
    color: #fff;
    margin: .5rem 0 0;
    font-weight: 300;
}
.head-bancont .innerbanner .banner-wrapper .banner-items h2 strong
{
    font-weight: 700;
}
@media (max-width:991px)
{
    .head-bancont .innerbanner .banner-wrapper .banner-items h2
    {
        font-size: 2.4rem;
    }
}
@media (max-width:767px)
{
    .head-bancont .innerbanner .banner-wrapper .banner-items h2
    {
        font-size: 1.7rem;
    }
}
.head-bancont .innerbanner .banner-wrapper .banner-items h3
{
    font-size: 2.4rem;
    color: #fff;
    margin: .5rem 0 0;
    font-weight: 300;
}
.head-bancont .innerbanner .banner-wrapper .banner-items h3 strong
{
    font-weight: 700;
}
@media (max-width:991px)
{
    .head-bancont .innerbanner .banner-wrapper .banner-items h3
    {
        font-size: 2rem;
    }
}
@media (max-width:767px)
{
    .head-bancont .innerbanner .banner-wrapper .banner-items h3
    {
        font-size: 1.4rem;
    }
}
.head-bancont .innerbanner .banner-wrapper .banner-items h4
{
    font-size: 2rem;
    color: #fff;
    margin: .5rem 0 0;
    font-weight: 400;
}
.head-bancont .innerbanner .banner-wrapper .banner-items h4 strong
{
    font-weight: 700;
}
@media (max-width:991px)
{
    .head-bancont .innerbanner .banner-wrapper .banner-items h4
    {
        font-size: 1.6rem;
    }
}
@media (max-width:767px)
{
    .head-bancont .innerbanner .banner-wrapper .banner-items h4
    {
        font-size: 1.2rem;
    }
}
.head-bancont .innerbanner .banner-wrapper .banner-items h5
{
    font-size: 1.5rem;
    color: #fff;
    margin: .5rem 0 0;
    font-weight: 400;
}
.head-bancont .innerbanner .banner-wrapper .banner-items h5 strong
{
    font-weight: 700;
}
@media (max-width:991px)
{
    .head-bancont .innerbanner .banner-wrapper .banner-items h5
    {
        font-size: 1.3rem;
    }
}
@media (max-width:767px)
{
    .head-bancont .innerbanner .banner-wrapper .banner-items h5
    {
        font-size: 1.1rem;
    }
}
.head-bancont .innerbanner .banner-wrapper .banner-items h6
{
    font-size: 1.2rem;
    color: #fff;
    margin: .5rem 0 0;
    font-weight: 400;
}
.head-bancont .innerbanner .banner-wrapper .banner-items h6 strong
{
    font-weight: 700;
}
@media (max-width:991px)
{
    .head-bancont .innerbanner .banner-wrapper .banner-items h6
    {
        font-size: 1.1rem;
    }
}
.head-bancont .innerbanner .banner-wrapper .banner-items p
{
    margin: .5rem 0 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
}
.head-bancont .innerbanner .banner-wrapper .banner-items a, .head-bancont .innerbanner .banner-wrapper .banner-items a:hover
{
    color: #fff;
}
.head-bancont .innerbanner .banner-wrapper picture img
{
    object-fit: cover;
}
@media (max-width:767px)
{
    .head-bancont .innerbanner .banner-wrapper .banner-items h6
    {
        font-size: 1rem;
    }
    .head-bancont .innerbanner .banner-wrapper picture img
    {
        height: 17rem;
    }
    .caption
    {
        height: 12rem;
    }
}
/*img
{
    width: 100%;
}*/
.panel-body
{
    padding: 1.071rem;
}
.panel
{
    margin-bottom: 1.429rem;
}
.caption
{
    height: 12rem;
}
@media (max-width:991px)
{
    .caption
    {
        height: 12rem;
    }
    .caption br
    {
        display: none;
    }
}
.breadcrumbs li, .delivering-p img
{
    display: inline-block;
}
.delivering-p img
{
    height: auto;
    width: 1rem;
}
.delivering-p .quote-left
{
    margin: -1rem .5rem 0;
}
.delivering-p .quote-right
{
    margin: -.4rem 0 -1rem .35rem;
}
.delivering-genre h4
{
    padding: 0;
    margin: 0;
    font-size: 1.429rem;
}
.delivering-genre p
{
    padding: 0;
    margin: 0;
    color: #f6ba18;
}
.delivering-genre a
{
    color: #f6ba18;
}
footer
{
    background: #222;
    color: #848484;
}
.breadcrumbs a
{
    text-transform: none;
    font-weight: 400;
}
.breadcrumbs a:after
{
    content: '>';
    padding: 0 .5rem;
    font-weight: 700;
}
.breadcrumbs a:hover
{
    color: #444;
}
.breadcrumbs .active-breadcrumbs
{
    color: #f6ba18;
}
.headings1
{
    margin: 1rem 0 2rem;
}
.headings1 :after
{
    content: "";
    position: absolute;
    top: 5.7rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 3.571rem;
    height: .286rem;
    background: #f6ba18;
}
.event
{
    background: #848484;
}
#back-to-top, #back-to-top:hover, .news
{
    background: #f6ba18;
}
#back-to-top
{
    position: fixed;
    bottom: 2rem;
    right: 1.75rem;
    z-index: 99;
    width: 2.25rem;
    height: 2.25rem;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity .2s ease-out;
    opacity: 0;
    border-radius: 50%;
    padding: .315rem;
}
@media (max-width:991px)
{
    #back-to-top
    {
        right: 1.5rem;
    }
}
#back-to-top img
{
    width: 1.25rem;
}
.footfix #back-to-top
{
    bottom: 5rem;
}
#back-to-top.show
{
    opacity: 1;
}
.arrowfixed #back-to-top
{
    opacity: 0;
}
.ahref-btn .btn
{
    margin-top: .395rem;
}
.section-color .panel-default .panel-body
{
    min-height: 20rem;
}
@media (max-width:767px)
{
    #back-to-top
    {
        right: .5rem;
    }
    .section-color .panel-default .panel-body
    {
        min-height: 25rem;
    }
    .Insights .panel-default .panel-body
    {
        min-height: 16rem;
    }
}
.section-color h4
{
    margin: 3rem 0 1rem;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.7rem;
}
.Insights .panel-default .panel-body
{
    min-height: 16rem;
}
.Insights .panel-default .panel-body div:first-child p
{
    color: #f6ba18;
    margin-bottom: 0;
}
.Insights .panel-default .panel-body h4
{
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 1.2rem;
    min-height: 3rem;
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 1.5;
}
.Insights .panel-default .panel-body a:hover
{
    color: #444;
}
.learnmore-icon a
{
    font-weight: 500;
}
.learnmore-icon a img
{
    display: inline-block;
    width: .8rem;
    height: auto;
    margin: 0 0 .28rem;
}
.title-black-color
{
    color: #000;
}
.home-footer, .inner-footer
{
    background: url(../../images/background/map.png) left bottom no-repeat;
}
.preloader
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../../images/icons/preloader.gif);
}
.section-adjustment
{
    padding: 2rem 0;
}
.section-adjustment.pb-adjus
{
    padding-bottom: 0;
}
.time-color
{
    color: #848484;
}
.latestn-wrap picture .Latest-News-ahref img
{
    height: 15rem;
    object-fit: cover;
}
@media (max-width:991px)
{
    .footfix #back-to-top
    {
        bottom: 9rem;
    }
    .remove-br br
    {
        display: none;
    }
    .latestn-wrap picture .Latest-News-ahref img
    {
        height: 10rem;
    }
}
.latestn-wrap .thumbnail .caption h4
{
    font-size: 1rem;
    margin-top: 0;
}

/* Banner H1 Changes*/

.head-bancont .banner-wrapper .banner-items .banner-h1{

    font-size: 3rem;
    color: #fff;
    margin: .5rem 0 0;
    font-weight: 300;

}


.head-bancont .banner-wrapper .banner-items .banner-h1 strong {

  font-weight: 700;

}

@media only screen and (max-width: 991px) {

  .head-bancont .banner-wrapper .banner-items .banner-h1{

      font-size: 2.7rem;

  }

}

@media only screen and (max-width: 767px) {

  .head-bancont .banner-wrapper .banner-items .banner-h1{

      font-size: 2rem;

  }

}
/* Banner H1 End*/
.h1-c {
  font-size: 2rem;
  margin: .67rem 0;
}


/* Banner H2 Changes*/
.head-bancont .banner-wrapper .banner-items .banner-h2{

    font-size: 2.7rem;
    color: #fff;
    margin: .5rem 0 0;
    font-weight: 300;
}

.head-bancont .banner-wrapper .banner-items .banner-h2 strong {
  font-weight: 700;
}

@media only screen and (max-width: 991px) {

  .head-bancont .banner-wrapper .banner-items .banner-h2{
      font-size: 2.4rem;
  }

}

@media only screen and (max-width: 767px) {

  .head-bancont .banner-wrapper .banner-items .banner-h2{
      font-size: 1.7rem;
  }

}
/* Banner H2 End*/
/* H2 tag Common */
.h2-c{
  font-size: 2.586rem;
  font-weight:300;
}



        /* Mobile */
        .mob-header .menu-dropdown .dropdown-menu{
            position: static;
            width:100%;
        }
        .mob-header .menu-items .menufixed .dropdown-menu{
            margin: 0;
            background: #c6c619;
            border: 0;
            box-shadow: none;
            border-bottom: .1rem solid #fff;
			border-bottom: none;
			border-radius: unset;
        }
        .mob-header .menu-items .menufixed .dropdown-menu li{
            border: 0;
            border-bottom: .1rem solid #fff;
			border-radius: unset;
        }
        .mob-header .menu-items .menufixed .dropdown-menu li a:hover{
            background: #c6c619;
        }
        .mob-header .menu-items .menufixed .dropdown-menu li:last-child  a:hover{
            background: #deb138;
            border-bottom: 0 ;
        }
        .mob-header .menu-items .menufixed .dropdown-menu li:last-child {
            border-bottom: 0 ;
            text-align: left;
        }
        .mob-header .menu-items .menufixed .dropdown-menu li.active a{
            background: #b78b15;
        }
        .mob-header .menu-items .menufixed ul .menu-dropdown.active-menu{
            border:0;
        }
        .mob-header .menu-dropdown:before{
            content:"+";
            position: absolute;
			margin-top: 5px;
            font-size: 2rem;
            right: 1rem;
            color:#000;
            /*top:0.5rem;*/
            cursor: pointer;
        }
        .mob-header .menu-dropdown.active-menu:before{
            content:"-";
            font-size: 2rem;
            /*top:0;*/
        }

/* Dropdown Menu End */

.btn.btn-square {
  border-radius: 0;
  cursor: default;
  width:20%
}