/*
Theme Name: Race Mutual Fund Theme
Theme URI: http://www.racebdmutualfund.com/
Description: An ideal theme for Mutual Fund Investment company
Version: 1.0
Author: Sadia Yamin
Author URI: https://www.smeinformatics.com/
*/
/*@import url('https://fonts.googleapis.com/css?family=Poppins');*/
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400');
@font-face{
    font-family: COOPBL;
    src: url(fonts/COOPBL.TTF);
}
@font-face{
    font-family: Garamond;
    src: url(fonts/GARA.TTF);
}
@font-face{
    font-family: Gothic;
    src: url(fonts/GOTHIC.TTF);
}
/* -----General starts here--- */
.hide{
    /* display:none !important;*/
    top: -100px;
    transition: top 0.5s;
}
html,body{
    margin:0px !important;
    padding: 0px !important;
	/* font-size:14px; */
    width:100% !important;
    height:100% !important;
   /* font-family: 'Open Sans', sans-serif !important; */
}
.primary-color{
    color:#088539;
}
/*.font-josefin{
    font-family: 'Poppins', sans-serif !important;
}*/
p{
    font-family: 'Open Sans', sans-serif !important;
	/*font-size:14px;*/
}
input[type=radio]{
    transform:scale(1.3);
}
a{
    background:none !important;
    text-decoration:none !important;
    color:#088539 !important;
}
a:hover{
    text-decoration:none;
    color:#333;
}
#glyphs {
    border-bottom: 1px solid #ccc;
    padding: 2em 0;
    text-align: center;
}
.glyph {
    display: inline-block;
    width: 9em;
    margin: 1em;
    text-align: center;
    vertical-align: top;
    background:none;
}
.glyph .glyph-icon {
    padding: 10px;
    display: block;
    font-family:"Flaticon";
    line-height: 1;
}
.glyph .glyph-icon:before {
    font-size: 74px;
    color: #088539;
    margin-left: 0;
}
.section-padding{
    padding-top:80px;
    padding-bottom:80px;
}
.section-padding-page{
    padding-top:80px;
    padding-bottom:80px;
}
@media screen and (max-width:991px){
    .section-padding{
        padding-top:80px;
        padding-bottom:80px;
    }
}
.mf-btn-outline{
   border: 0px solid #088539 !important;
    color:#ffffff !important;
    border-radius:25px !important;
    padding: 10px 25px !important;
	background: linear-gradient(40deg,#123f87 ,#339966) !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
	transition: all 1s !important;
}
.mf-btn-outline:hover{
    background: linear-gradient(40deg,#258e4f ,#123f87) !important;
}
.green-btn{
    border: 1px solid #088539;
    color:#fff !important;
    border-radius:25px;
    padding: 10px 25px;
    background-color:#088539 !important;
}
.green-btn:hover{
    border: 1px solid #088539;
    color:#088539;
    background-color:#fff !important;
    transition: all 1s;
}
.grey-bg{
    background-color: #f6f9fc;
    border-top:1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.white-btn-outline{
    border: 1px solid #fff;
    color:#fff !important;
    border-radius:25px;
    padding: 10px 25px;
    background:none;
}
/* ------ General ends here----- */
/*--------Page loader starts---------*/
#loading{
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    z-index: 9999999;
    opacity: .9;
    text-align: center;
}
#loading img{
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}
@media screen and (max-width:992px){
    #loading img{
        width: 50px;
    }
}
.fg-loader,
.fg-loader:after {
    border-radius: 50%;
    width: 6em;
    height: 6em;
}

.fg-loader {
    font-size: 10px;
    position: relative;
    border-top: 0.5em solid rgba(0, 0, 0, 0.8);
    border-right: 0.5em solid rgba(0, 0, 0, 0.8);
    border-bottom: 0.5em solid rgba(0, 0, 0, 0.8);
    border-left: 0.5em solid rgba(255,255,255, 1);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.fg-loader-center {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
}
@media screen and (max-width:992px){
    .fg-loader-center {
        width: 50px;
        height: 50px;
    }
}
.fg-loader-text {
    color: rgba(0, 0, 0, 0.8);
}
/* ------- page loader ends here ------*/
/*---Back to top button stars here-----*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 999;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    /*display: none;*/
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: -webkit-linear-gradient(to right,#2d8659,#005c99) !important;
    background: linear-gradient(to right,#2d8659,#005c99) !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media screen and (max-width:414px){
	#return-to-top {
		width: 40px;
    	height: 40px;
		bottom: 10px;
        right: 10px;
	}
	#return-to-top i {
		font-size: 14px;
		left: 13px;
        top: 7px;
	}
}
/*---Back to top button ends here-----*/
/*-------------table---------*/
.racemf-table .thead-light th {
    color: #000;
	font-weight:normal ;
}
.racemf-table>tbody>tr{
    transition:all .2s;
}
.racemf-table>tbody>tr:hover{
	background: linear-gradient(45deg, #339966, #005c99); 
	/* background: linear-gradient(to right, #2d8659, #005c99); */
	color:#fff;
}
.racemf-table>tbody>tr:hover>td>a{
	color:#fff !important;
	transition:all .2s;
}

/* ------ Banner slider stars here----- */
@media screen and (max-width: 375px){
	.sm-container{
		padding-top:15px !important;
	}
}

.slider-content{
    padding-top:30px;
    padding-bottom:30px;
    position:relative;
    font-family: Gothic !important;
}
.left-logo,
.right-logo{
    max-height: 130px;
}
@media screen and (max-width: 1600px){
    .left-logo,
    .right-logo{
        max-height: 100px;
    }
}
@media screen and (max-width: 1366px){
    .left-logo,
    .right-logo{
        max-height: 80px;
    }
}
@media screen and (max-width: 540px){
    .left-logo,
    .right-logo{
        max-height: 60px;
    }
}
.mf-title{
    font-size: 60px;
    font-family: COOPBL !important;
}
@media screen and (max-width:1366px){
    .mf-title{
        font-size: 40px;
    }
}
@media screen and (max-width:992px){
    .mf-title{
		margin-top:50px;
    }
}
@media screen and (max-width:768px){
    .mf-title{
        font-size: 30px;
    }
}
@media screen and (max-width:375px){
    .mf-title{
		margin-top:20px;
        font-size: 25px;
    }
}
@media screen and (max-width:320px){
    .mf-title{
        font-size: 22px;
    }
}
.mf-title2{
    font-size: 42px;
    font-weight: bolder;
    letter-spacing: 8px;
}
@media screen and (max-width:1600px){
    .mf-title2{
        font-size: 30px;
    }
}
@media screen and (max-width:768px){
    .mf-title2{
        font-size: 20px;
    }
}
.mf-title3{
    font-size: 30px;
    font-family: Garamond !important;
    font-style: italic;
}
@media screen and (max-width:1600px){
    .mf-title3{
        font-size: 30px;
    }
}
@media screen and (max-width:768px){
    .mf-title3{
        font-size: 20px;
    }
}
.fund-code{
    width:50%;
    text-align: center;
    margin-top:50px;
    margin-bottom: 50px;
}
@media screen and (max-width:1600px){
    .fund-code{
        margin-top:20px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width:1366px){
    .fund-code{
        margin-top:10px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:991px){
    .fund-code{
        width:100%;
    }
}
.listing-date-box{
    margin-bottom:50px;
}
@media screen and (max-width: 1600px){
    .listing-date-box{
        margin-bottom:20px;
    }
}
.listing-date{
    font-size:30px;
    color:#333;
}

@media screen and (max-width: 1600px){
    .listing-date{
        font-size:24px;
    }
}
@media screen and (max-width: 1366px){
    .listing-date{
        font-size:22px;
    }
}
@media screen and (max-width: 540px){
    .listing-date{
        font-size:16px;
    }
}
.banner-box{
    background: transparent !important;
    border: 1px solid #999999;
	transition:all 0.5s;
}
@media screen and (max-width: 1600px){
    .banner-box{
        max-height:220px;
    }
}
@media screen and (max-width: 1366px){
    .banner-box{
        max-height:180px;
    }
}
@media screen and (max-width: 1024px){
    .banner-box{
        min-height:150px;
        margin-top:50px;
    }
}
@media screen and (max-width: 768px){
    .banner-box{
        min-height:150px;
    }
}
@media screen and (max-width: 540px){
    .banner-box{
        min-height:120px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width:414px){
    .banner-box{
    	min-height:110px;
		margin-top:10px;
    }
}
@media screen and (max-width: 375px){
    .banner-box{
    	min-height:100px;
	    margin-top:0px;
    }
}
.banner-box:hover{
    background-color:rgba(255, 255, 255,0.8) !important;
    border:1px solid #333;
    margin-top:10px !important;
}

.banner-box >.card-body{
    min-height:100%;
    height: auto !important;
    height: 100%;
}
@media screen and (max-width: 1366px){
    .banner-box >.card-body{
        min-height:100%;
        height: auto !important;
        height: 100%;
        padding-top:5px !important;
        padding-bottom:5px !important;
    }
}
.banner-box >.card-body >.banner-box-content{
    min-height:100px;
}
@media screen and (max-width: 1366px){
    .banner-box >.card-body >.banner-box-content{
        min-height:60px;
    }
}
@media screen and (max-width: 768px){
    .banner-box >.card-body >.banner-box-content{
        min-height:50px;
    }
}
.banner-box-footer{
    height:50px;
	font-size:14px !important;
	font-weight:normal !important;
}
@media screen and (max-width:1600px) {
    .banner-box-footer{
        height:40px;
        font-size: 12px;
    }
}
@media screen and (max-width:540px) {
    .banner-box-footer{
        height:25px;
        padding: 0px !important;
    }
}
.banner-box-footer p{
	font-weight:normal !important;
	font-size: 12px !important;
}
.banner-box-img{
    max-height: 100px;
}
@media screen and (max-width:1366px) {
    .banner-box-img{
        max-height: 50px;
    }
}

.banner-slider{
   /* 
    min-height:100vh;
    position: relative;
	*/
	min-height:100vh;
	background: url(images/slides/banner3.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom:5px solid #555555;
}
.fluid_container {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    -webkit-backface-visibility: hidden;
    right: 0;
    top: 0;
    z-index: 0;
}
#camera_wrap_4 {
    bottom: 0;
    height: 100%;
    left: 0;
    margin-bottom: 0!important;
    position: absolute;
    -webkit-backface-visibility: hidden;
    right: 0;
    top: 0;
}
.camera_bar {
    z-index: 2;
}
.camera_thumbs {
    margin-top: -100px;
    position: relative;
    z-index: 1;
    display: none;
}
.camera_thumbs_cont {

    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.camera_overlayer {
    opacity: .1;
}

/* ------ Banner slider ends here ----- */

/* ------- Navbar starts here ---- */
.race-nav{
    height:100px;
    padding-top:10px !important;
    /* display: none; */
    background-color: rgba(255,255,255,0.9) !important;
    border-bottom:1px solid #ddd;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media screen and (max-width: 992px){
    .race-nav{
        height:60px;
        border-bottom:1px solid #ddd;
    }
}
.race-nav .navbar-nav a {
    color: rgba(0,0,0,1) !important;
    text-transform: uppercase;
    font-weight: bold !important;
    border-bottom: 2px solid transparent;
    margin: 0.4em 1em;
	font-size:14px;
    padding-left: 0rem !important;
    padding-right:0rem !important;
}
@media screen and (max-width: 992px){
	.race-nav .navbar-nav a {
		color: rgba(255,255,255,1) !important;
		margin: 0em 0em;
		border-bottom:1px solid #666666;
		padding:1.2em 0em;
	}
}
.race-nav .navbar-nav .current-menu-item > a,
.race-nav .navbar-nav a.current-menu-item,
.race-nav .navbar-nav a.show,
.race-nav .navbar-nav .show > a {
    border-bottom:2px solid #088539;
    padding-left: 0rem !important;
    padding-right:0rem !important;
}

@media screen and (max-width:992px) {
    .race-nav .navbar-nav .current-menu-item > a,
    .race-nav .navbar-nav a.current-menu-item,
    .race-nav .navbar-nav a.show,
    .race-nav .navbar-nav .show > a {
        border-bottom:1px solid #666666;
        color:#088539 !important;
    }
}
.list-group-horizontal .list-group-item {
    display: inline-block;
}
.list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-left:-4px;
    margin-right: 0;
}
.list-group-horizontal .list-group-item:first-child {
    border-top-right-radius:0;
    border-bottom-left-radius:4px;
}
.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius:4px;
    border-bottom-left-radius:0;
}
.race-nav ul li.dropdown.show .dropdown-menu{
    margin-top:23px;
    background-color: rgba(0,0,0,0.9) !important;
    min-width: 250px;
    padding:0px !important;
    border-radius: 0px;
}
@media screen and (max-width: 992px){
	.race-nav ul li.dropdown.show .dropdown-menu{
		margin-top:0px;
		background: linear-gradient(to right, #2d8659, #005c99) !important;
		text-align:center;
		opacity:0.9;
	}
}
.race-nav ul li.dropdown.show .dropdown-menu .dropdown-item{
    margin-right: 15px !important;
    color:rgba(255,255,255,0.8) !important;
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 13px !important;
    padding: 15px 15px !important;
    border-bottom:1px solid #ccc;
    margin:0px;
}
@media screen and (max-width: 992px){
	.race-nav ul li.dropdown.show .dropdown-menu .dropdown-item{
		color:rgba(255,255,255,1) !important;
		transition:all 1s;
	}
}
.race-nav ul li.dropdown.show .dropdown-menu .dropdown-item:hover {
    color: rgba(8, 133, 57, 1) !important;
    
}
@media screen and (max-width: 992px){
	.race-nav ul li.dropdown.show .dropdown-menu .dropdown-item:hover {
		color: rgba(0, 0, 0, 1) !important;
		transition:all 1s;
	}
}
.race-nav ul li.dropdown.show .dropdown-menu .dropdown-item:last-child{
    border-bottom:0px solid #ccc !important;
}
@media screen and (max-width:991px){
    .race-navbar-collapse{
		margin:8px 0px 0px;
        padding-top:0px;
        background-color: rgba(0,0,0,0.9);
		width:100%;
    }
}
.race-toggler{
    color: rgba(255,255,255,.5) !important;
    border-color: rgba(0,0,0,.8);
    background: linear-gradient(to right, #2d8659, #005c99) !important;
    padding: .3rem .5rem; 
	border-radius:0px !important;
}

@media screen and (max-width:540px) {
    .mf-brand{
        display: none;
    }
}
/* ------- Navbar ends here ------- */

/* ------ Content starts here----- */
.page-content{
    min-height: 57vh;
    padding-top:80px;
    padding-bottom:80px;
}
.title-divider{
    width:80px;
    height:3px;
    background-color:#088539;
    margin:40px auto !important;
}
.title-divider-dark{
    width:80px;
    height:3px;
    background-color:#333;
    margin:40px auto !important;
}
.title-divider-white{
    width:80px;
    height:3px;
    background-color:#fff;
    margin:40px auto !important;
}
.banner-title-divider{
    width:100%;
    height:1px;
    background:linear-gradient(to right,transparent, #000, transparent);
}
/*
.parallax-window {
	min-height: 550px;
	width: 100%;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: cover;
	background: transparent;
}
*/
.parallax-window {
    min-height: 300px;
    background: transparent;
}
/* ------ Content ends here ----- */

/* ------ Home Content starts here----- */
.history{
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    color:#fff;
    /* margin-top: 100px; */
    text-align: justify;
    min-height:300px;
    background:transparent;
}
.about-section{
    text-align: center;
	background-color:#fff;
	/*background-color:#f2f2f3;*/
    border-top:1px solid #eee; 

}
.about-box{
    border:1px solid #d6dadb;
    border-radius:4px;
    margin:10px;
    padding:10px 20px 35px;
    min-height:350px;
	background-color:#e8eaeb;
	border-radius: 0px 50px 0px 50px;
	/*box-shadow: 0px 0px 70px rgba(29, 24, 24, 0.09); */
}
.performance{
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;

}
.etn-card{
    box-shadow: 0 5px 11px 0 rgba(204, 204, 204, .4), 0 4px 15px 0 rgba(204, 204, 204, .4);
    border:1px solid white;
}

.line-chart-box{
    min-height:350px;
    padding:50px 25px;
    color:#fff !important;
    background:linear-gradient(to bottom, #8adbae, #d8f3e5);
    /* background:linear-gradient(to bottom, #8adbae, #008ae6); */
}
.bar-chart-box{
    min-height:350px;
    padding:50px 25px;
    color:#fff !important;
    background:linear-gradient(to bottom, #00bfff, #99e6ff);
}
.doughnut-chart-box{
    background:linear-gradient(45deg, #ffb3b3, #ff6666);
    min-height:350px;
    padding:50px 50px 0px;
    color:#fff !important;
}
.horizontal-barchart-box{
    background:linear-gradient(to right, #92b9b9, #d0e1e1);
}
.pie-chart-box{
    background:linear-gradient(45deg, #cceeff, #3385ff);
    min-height:350px;
    padding:50px 50px 0px;
    color:#fff !important;
}
@media screen and (max-width:540px){
    .race-card-title{
        font-size:20px;
    }
}

/* ------ Home Content ends here ----- */

/* ------ Performance Content starts here----- */
.performance-details{
    border-bottom:1px solid #ddd;
    /* background: linear-gradient(to right, #0F326C , #258e4f);
     background:linear-gradient(45deg, #007acc, #258e4f); */
    color:#fff;
    margin-top: 100px;
    text-align: justify;
    min-height:300px;
}
@media screen and (max-width:991px){
    .performance-details{
        margin-top: 50px;
    }
}
/* ------ Performance Content ends here ----- */

/* ------ History page starts here----- */
.history-details{
    border-bottom:1px solid #ddd;
    color:#fff;
    margin-top: 100px;
    text-align: justify;
    min-height:300px;
}
@media screen and (max-width:991px){
    .history-details{
        margin-top: 50px;
    }
}
.transparent-layer{
    background: linear-gradient(to right, #258e4f, #0F326C);
    opacity:0.8;
}

@media screen and (max-width: 991px) {
    .transparent-layer{
        height:200px;
    }
}
.inner {
    background-color: #4d4d4d;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-family: 'Lato';
    font-size: 28px;
    line-height: 118px;
    font-weight: 600;
    position: relative;
    margin-top:100px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .24), 0 4px 15px 0 rgba(0, 0, 0, .15);
}
@media screen and (max-width:991px){
    .page{
        margin-top: 50px;
    }
}
.inner:before {
    content: '';
    width: 1px;
    height: 137px;
    background: #cccccc;
    position: absolute;
    top: 100%;
    left: 50%;
}
.stepbystep-year >.container >.row >.col-2 .inner:last-child:before{
    display: none;
}
.stepbystep-year >.container >.row >.col-2 .inner:first-child{
    margin-top:0px;
}
.history-box{
    border:1px solid #ccc;
    text-align: justify;
    margin-top:30px;
}
.history-box:first-child{
    margin-top:0px;
}
/* ------ History page ends here ----- */

/*------Financial Information page starts here ---- */
.financial-info{
    margin-top: 35px;
    text-align: justify;
    min-height: 100vh;
}
.report-header{
    margin:-30px 50px 10px 50px;
	padding:12px 10px 6px;
   /* border-radius:4px !important; 
    background: linear-gradient(to right, #2d8659, #005c99); */
	background: linear-gradient(45deg, #339966, #005c99); 
    text-align: center;
	border-radius: 50px 0px 50px 0px !important;
    box-shadow: 0 5px 11px 0 rgba(204, 204, 204, .4), 0 4px 15px 0 rgba(204, 204, 204, .4);
}
@media screen and (max-width: 540px){
    .report-header {
        margin:-35px 0px 10px 0px;
        padding:10px 0px;
    }
}
@media screen and (max-width: 414px){
    .report-header{
		padding:15px 20px 10px;
	}
}
@media screen and (max-width: 414px){
    .report-header h4,
	.report-header h5{
		font-size:18px !important
	}
}
@media screen and (max-width: 375px){
    .report-header h4,
	.report-header h5{
		font-size:16px !important
	}
}
/*------Financial Information page ends here ---- */

/* ------- Inner page starts here------*/

.page{
    min-height: 100vh;
    /*border-bottom:1px solid #ddd; */
    text-align: left;
	background-color:#e8eaeb;
}
.page-container{
	background-color:#fff;
	margin:80px auto;
	padding:50px 50px;
}
@media screen and (max-width:1366px){
	.page-container{
		margin:50px auto;
	}
}
@media screen and (max-width:375px){
	.page-container{
		padding:20px;
	}
}
.inner-page h1,
.inner-page h2,
.inner-page h3,
.inner-page h4,
.inner-page h5,
.inner-page h6{
    font-family: 'Poppins', sans-serif !important;
}
@media screen and (max-width:991px){
    .page{
        margin-top: 50px;
    }
}
.page-title{
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    color:#fff;
    /* margin-top: 100px; */
    text-align: justify;
    min-height:200px;
    background:transparent;
    margin-top:100px;
}
@media screen and (max-width:991px){
    .page-title{
        margin-top:60px;
        max-height:100px;
    }
}

@media screen and (max-width:991px){
    .page-heading{
       /* margin-top:-30px; */
        color:#fff !important;
    }
}
/* ------- Inner page ends here------*/

/* ------ Footer ----- */
.footer{
    background-color: #262626;
    color:#eee;
}
/* ------ /./Footer ----- */

/*--------Contact Us--------*/
.contact-box{
	text-align:center;
	padding:50px;
}
@media screen and (max-width:576px){
	.contact-box{
		padding:50px 20px;
	}
}

