*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
 margin:0;
 padding:0;
 font-family: 'Sequel Sans Medium Disp' !important;
}
a {
    color: #303030;
    text-decoration: none !important;
}
p {
    color: #454545;
}
img{
 max-width:100%;
 
}

.img{
 width:100%;
 height:100px;	
}
a:hover{
 text-decoration:none;
}

.carousel-control.left{
 background:transparent !important;	
}
.carousel-control.right{
 background:transparent !important;	
}
.carousel-control{
 display:none;	
}
.owl-theme .owl-controls .owl-buttons div{
 border-radius:0 !important;
 -webkit-border-radius:0 !important;
 -moz-border-radius:0 !important;	
 border:1px solid;
 padding:3px 4px !important;
 color:#041D5F !important;
}
.owl-buttons{
 display:none;	
}
.banner-area .col-md-8 {
    padding-left: 0;
}
.banner-area .col-md-4 {
    padding-right: 0;
}
.test-slider{
 margin-top:20px;	
}
.owl-theme .owl-controls .owl-page span{
 height:18px !important;
 width:18px !important;	
}
.owl-theme .owl-controls .owl-page.active span{
 background:#fa812b !important;	
}
.carousel-indicators li{
 height:16px;
 width:16px;	
}
.carousel-indicators .active{
 height:18px;
 width:18px;
 background:#1ac995;	
}
.header-top{
 padding:10px 0;	
 position:relative;
}
.menu-area{
 padding:0;	
}
.header-right{
 text-align:right;
 position:relative;	
}

.live-ticker .container {
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
}

img.imgs {
    position: absolute;
    top: 0;
    right: 0;
}

.contact-box {
    box-shadow: 0px 2px 16px #d0caca;
    padding: 10px;
    background: white;
    width: 100%;
    text-align: center;
    min-height: 240px;
}
.contact-box a {
    color: #454545;
}
.contact-box a:hover {
    color: #303030;
}
.login{
 display:inline-block;	
}
.login a{
 font-size:18px;
 color:#ffffff;
 background:#05357f;
 padding:10px 15px;
 border-radius:10px;	
}
.login a:hover
{
    background: #11a0c8;
}
.modal-content {
    background:#154A93;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-title {
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.modal-body .input {
    text-align: center;
}
.input span {
    color: #ffffff;
}
.input-fld input {
    width: 100%;
    margin: 10px 0;
    padding: 5px;
}
.modal-footer {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
	text-align:center;
}
.login_btn {
    background:#1ac995;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 40px;
}

.news div#myTabContent {
    padding: 5px;
}

.grayBox {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1055;
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.box_content {
    background-color: #FFFFFF;
    border: 2px solid #AE6948;
    overflow: hidden;
    padding: 15px;
    position: fixed;
    top: 118px;
    z-index: 1056;
    height: 240px;
    right: 45%;
}
.social-icons{
 margin-top:15px;
 display:inline-block;	
}
.social-icons ul{
 list-style:none;
 padding:0;	
 
}
.social-icons ul li{
 display:inline-block;
 margin: 0 4px;	
}
.social-icons ul li a {
    color: #fff;
    background: #303030;
    padding: 10px 13px;
    border-radius: 50%;
    font-size: 15px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    width: 40px;
    height: 40px;
}
.social-icons ul li a:hover {
    background:#0054d2;
    border-radius: 50%;
	transition:all 0.2s ease-in-out;
	border:0px solid #ffffff;
}
.feature-in{
 /*background:#0054d2;*/
 padding:15px 0; 
 text-align:center;	
}
.heading{
 font-size:25px;
 color:#0054d2;
 text-transform:uppercase;
 margin:12px 0 20px;	
 border-bottom: 2px solid #ffffff;
 display: inline-block;
 padding-bottom: 5px;
}
.service_area {
  padding-top: 30px !important;
padding-bottom: 0px !important;
}
.feature-all {
    background: #f5f5f5;
    padding: 25px 10px;
    text-align: center;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ddd;
}
.fe-head {
    font-size: 16px;
    color: #000000;
    margin: 5px 0;
    font-weight: 600;
}
.feature-all:hover .fe-head {
    color: #fff;
}
.feature-all:hover p{
    color: #fff;
}

.live-news-ticker {
    background-color: #f5f5f5;
    padding: 25px 0;
}

.feature-all p{
 font-size:14px;
 color:#000000;
 text-align:justify;
 display: none;	
}
.feature-all:hover{
    background-color: #0054d2;
    transition:all 0.3s ease-in-out;	
}
.feature-all:hover a
{
    text-decoration: none;
}
.feature-icon i {
    font-size: 46px;
    color: #303030;
    transition:all 0.3s ease-in-out;
}
.feature-all:hover .feature-icon i {
   transition:all 0.3s ease-in-out;
    color: #fff;
}
.fe-inside{
 display:flex;
 margin-bottom :20px;	
}
.fe-inside .col-sm-4{
 display:flex;	
}
.news{
 border:1px solid #999;	
}
.news .nav > li {
    background: #0054d2;
    width: 50%;
    text-align: center;
}
.news .nav > li.active a {
    background: #303030;
	color:#ffffff;
}
.news .nav > li a {
    color: #ffffff;
    padding: 10px 32px;
    border: none;
    display: block;
}

#contact_form {
    margin-top: 15px;
}

#contact_form .form-group {
    margin-bottom: 7px;
}

#contact_form input, div#contact_form textarea {
    width: 100%;
    padding: 2px 5px;
    border-radius: 4px;
    border: 1px solid #000000;
}

.nav-tabs {
    background-color: #0054d2;
}

.live-ticker{

}
.market-head {
    background: #0054d2;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    font-size: 17px;
}

#frmContact {
    padding: 5px 10px;
}
.footer-in{
 padding:10px 0;	
}
.footer-list ul{
 list-style: none;	
 margin: 0px;
 padding: 0px;
}
.footer-list ul li{
 margin:4px 0;
}
.footer-list ul li a{
 font-size:15px;
 color:#fff;
 padding: 0px 20px;
 text-decoration: none;
}
.footer-list
{
    text-align: center;
}
.footer-list ul li a:hover {
 color:#ffffff;
}

ul.footer-list {
    list-style: none;
}

ul.footer-list .add {
    float: right;
    width: 87%;
}

ul.footer-list li {
    clear: both;
    margin-bottom: 5px;
}

.footer-list .fa{
 width:40px;
 color:#1ac995;
 font-size:20px;
 margin:5px 0;	
}
.footer-list li{
 font-size:17px;
 color:#ffffff;	
}
.footer-head{
 font-size:24px;
 color:#ffffff;
}
.address-dtls {
    margin-top: 10px;
}
.footer-head {
    margin-bottom: 15px;
}
.footer-btm{
 /*background:#1ac995;*/
 padding:15px 0;
 text-align:center;	
}
.footer-btm p{
 color:#fff;
 font-size:14px;
 margin:0;	
}
.copyright{
 font-size:20px;
 color:#fff;	
}
.title {
    background: #0054d2;
    color: #fff;
    font-size: 22px;
    margin: 15px 0;
	padding:10px;
}
.right-side .feature-all {
    margin: 15px 0;
}

.middle-area {
    margin: 40px 0px;
}
.mail-call 
{
    
}
.mail-call ul
{
    float: right;
    margin: 0;
}
.mail-call ul li
{
    display: inline-block;
}
.mail-call ul li a{
    color: #303030;
}
.mail-call ul li i{
    color: #303030;
    margin-right: 10px;
    margin-left: 20px;
}
.header-bottom
{
    background: #0054d2;
}
#frame1
{
    margin-top: 15px;
}
.welcome h3
{
    background: #0054d2;
    color: #fff;
    padding: 8px;
    font-size: 22px;
}
#myCarousel img
{
    width: 100%;
}
.footer
{
    background: #0054d2;
}
.footer-bottom
{
    background: #303030;
}
.footer-list ul li
{
    display: inline-block;
}
.marb-20 
{
    margin-bottom: 20px;
}

/*---- Slider ---*/
.slider-section{
    position: relative;
    overflow: hidden;
}
.hero-slider-01{
    position: relative;
}
.single-slide.bg-img{
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 5;
    height: 365px;
}
.single-slide.bg-img:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(8, 24, 69, .4);
}
.slider-content{
    position: relative;
    z-index: 9;
    padding: 0 0;
}
.slider-content .sub-title{
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-transform: inherit;
    font-weight: 500;
    position: relative;
    margin-bottom: 22px;
}
.slider-content .sub-title:after{
    position: relative;
    right: -24px;
    top: -3px;
    width: 60px;
    height: 2px;
    background: #F0F4F9;
    content: '';
    display: inline-block;
}
.slider-content h2{
    font-size: 58px;
    line-height: 62px;
    color: #fff;
    margin: 0 0 38px;
}
.slider-content p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin: -15px 0 0;
}
.slider-content .grap-btn{
    height: 60px;
    padding: 20px 27px;
}
.slider-content .to_bottom{
    margin-left: 14px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .2);
    color: #ffff;
}
.slider-content .to_bottom:hover{
    border-color: #009444;
}
.slider-content .to_bottom::before{
    background: #009444;
    border-radius: 0;
}
.slider-section .owl-dots{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 20px;
    z-index: 3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.slider-section .owl-dots button{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    outline: none;
    position: relative;
    margin: 0 5px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-section .owl-dots button.active,
.slider-section .owl-dots button:hover{
    background: #303030;
}
.owl-carousel .owl-dots button span{
    display: none;
}
.slider-section .owl-carousel .owl-nav{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;;
    width: 1140px;
    text-align: right;
    position: absolute;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.slider-section .owl-carousel .owl-nav button{
    text-align: center;
    z-index: 5;
    font-size: 28px;
    line-height: 54px;
    width: 50px;
    height: 50px;
    margin: 10px 0 5px auto;
    background: #009444;
    color: #fff;
    position: relative;
    border: none;
    outline: none;
    z-index: 1;
    border-radius: 50%;
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-section .owl-carousel .owl-nav button:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: #0f1a2c;
    border-radius: 50%;
    text-align: center;
    width: 0;
    height: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.slider-section .owl-carousel .owl-nav button:hover:after{
    width: 100%;
    height: 100%;
}
.slider-section .owl-item.active .slider-content .sub-title{
    animation-delay: 1.4s;
    animation-name: fadeInLeft;
}
.slider-section .owl-item.active .slider-content h2 {
    animation-delay: 1.7s;
    animation-name: fadeInLeft;
}
.slider-section .owl-item.active .slider-content .to_top{
    animation-delay: 1.9s;
    animation-name: fadeInUp;
}
.slider-section .owl-item.active .slider-content .to_bottom{
    animation-delay: 2.1s;
    animation-name: fadeInUp;
}

.features {
    padding: 40px 0;
}
.gray_box {
    background-color: #eee;
    padding: 10px;
    min-height: 300px;
}
.gray_box.news {
    padding: 0;
    margin-top: 45px;
    border: none;
    min-height: 345px;
}
.gray_box.news #myTab {
    margin-top: -46px;
    border: none;
    background-color: transparent;
}
.news .nav > li {
    background: transparent;
}
.news .nav > li a {
    background-color: #0054d2;
    border-radius: 0;
    margin: 0;
    border: none;
}
.news .nav > li a:hover {
    background-color: #303030 !important;
    color: #fff !important;
}
.radio_group {
    margin: 15px 0;
}
.btn_login {
    background-color: #303030;
    border: 1px solid #303030;
    width: 100px;
    padding: 6px;
}
.form-group {
    margin-bottom: 5px !important;
}
.form-group .form-control {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#captcha {
    display: inline-block;
    width: calc(100% - 125px);
    vertical-align: middle;
    border-radius: 0;
    border: none;
}
.btnRefresh {
    font-size: 13px !important;
    background-color: #0054d2;
    color: #fff;
    height: 32px;
    border-radius: 0 !important;
    vertical-align: middle;
    padding: 5px !important;
}
.login_btn {
    background-color: #303030 !important;
    border: 1px solid #303030 !important;
}
.testimonials {
    text-align: center;
}
.testimonials h5 {
    margin-bottom: 5px;
    line-height: 15px;
    font-weight: 600;
}

.advertisement_area {
    text-align: center;
}
.advertisement_area img{
   margin: 10px 0;
}

.accordion-button:not(.collapsed) {
    color: #303030;
    background-color: #ecd1d2;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button:focus {
    z-index: 3;
    border-color: #303030;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(227 30 37, 0.2);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.calculators_main {
    margin-bottom: 140px;
}
#vtab {
    margin: auto;
    width: 670px;
    height: 100%;
    float: none;
}

.news_tab #myTab {
    background-color: transparent;
}
.news_tab #myTab .nav-item {
    width: 50%;
}
.news_tab #myTab .nav-item .nav-link.active {
    background-color: #303030;
}
.news_tab #myTab .nav-link {
    background-color: #0054d2;
    color: #fff;
    border-radius: 0;
    border: none;
    width: 100%;
    padding: 10px;
}


.banner_area.inner_banner img {
    width: 100%;
}
.owners_info {
    padding: 80px 0;
}
.about_info {
    padding: 70px 0;
}
.owners_info .image {
    text-align: center;
}
.image.curve_img img {
    border-radius: 10px;
}
.owners_info .info {
    padding: 60px 100px 0 0;
}

.mission_info {
    padding: 80px 0;
}

.btn_theme{
    background-color: #303030;
    border: 1px solid #303030;
    width: 100px;
    padding: 6px;
}

.home_planning {
    padding: 60px 0;
}
.home_planning .image {
    text-align: center;
}

.dream_goal {
    margin-bottom: 40px;
}
.dream_goal .information {
    padding: 60px 0;
}

.dropdown-menu.sub-menu.active {
    display: block;
}
.bg-dark {
    background-color: #0054d2!important;
}

.banner_area.inner_banner {
    position: relative;
    max-height: 500px;
    overflow: hidden;
}
.banner_area.inner_banner .banner_title {
    background-color: rgba(57, 49, 134, 0.9);
    display: inline-block;
    position: absolute;
    bottom: 60px;
    left: 0;
    padding: 20px 80px 20px 80px;
    color: #fff;
    font-weight: 500;
    font-size: 42px;
    border-radius: 0 15px 15px 0;
    letter-spacing: 1px;
}

.Info_points ul {
    list-style-type: none;
    padding: 0;
}
.Info_points ul li {
    display: inline-block;
    width: calc(33% - 18px);
    padding: 25px 15px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgb(61 52 128 / 20%);
    text-align: center;
    margin: 10px;
    font-size: 20px;
}
.card.card_info {
    padding: 30px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    border: none;
    border-radius: 10px;
}
.logo img
{
    width: 35%;
}
.banner_area
{
    margin-top: 20px;
}