/* Color */

.btn-style-one:hover,
.btn-style-three:hover,
.btn-style-four,
.main-header .header-top .info li a,
.header-style-two .options-box .search-box .search-box-btn,
.header-style-two .options-box .lang-box .lang-btn,
.main-header .options-box .lang-box .dropdown-menu > li > a,
.sec-title h1,
.sec-title-two h1,
.about-section .left-column h2,
.about-section .left-column .info,
.about-section .right-column .link-box a,
.service-block-one h3,
.service-block-one h3 a,
.why-we .text-column h2,
.list-style-one li,
.news-block-one h3,
.news-block-one h3 a,
.news-block-one .post-info,
.main-footer .footer-upper h3,
.service-block-two h3,
.service-block-two h3 a,
.service-block-three h3,
.service-block-three h3 a,
.team-block h3,
.team-block h3 a,
.accordion-box .block .acc-btn,
.news-block-two h3,
.news-block-two h3 a,
.default-section .fun-facts .count-outer,
.page-title h1,
.about-three .title-column h2,
.history-block-one h3,
.history-block-one h3 a,
.funfacts-section .fun-facts .count-outer,
.testimonials-three .load-more a,
.sidebar .search-box .form-group button,
.latest-posts .post h4,
.latest-posts .post h4 a,
.blog-detail .inner-box h2,
.author-box .author-comment .inner-box h3,
.sidebar-page-container .group-title h2,
.comments-area .comment-box strong,
.faq-tabs .tab .faq-block h3,
.mixitup-gallery .filters li.active,
.mixitup-gallery .filters li:hover,
.case-block-three .inner-box h3,
.case-block-three .inner-box h3 a,
.case-block-three .inner-box .link-box a,
.gallery-section .load-more a,
.styled-pagination li a,
.service-block-four h3,
.service-block-four h3 a,
.service-block-four .post-info,
.service-single h2,
.careers-page .left-side h3,
.careers-page .left-side .jobs-widget ul li:hover a,
.careers-page .left-side .jobs-widget ul li.current a,
.careers-page .career-block h2,
.careers-page .load-more a{
	color:#000;
}

.sticky-header .main-menu .navigation > li > a{
	color:#011b54 !important;	
}


/*Background Color*/

.btn-style-three,
.main-header .main-box,
.main-header .header-upper,
.main-menu .navigation > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li > ul > li:hover > a,
.main-header .options-box .lang-box .dropdown-menu > li > a:hover,
.main-header .options-box .lang-box .dropdown-menu > li > a:focus,
.testimonials-section:before,
.cases-section .cases-carousel .owl-dots .owl-dot.active span,
.sponsors-section,
.footer-style-two,
.footer-style-two .footer-bottom,
.call-to-action,
.fullwidth-section:before,
.fullwidth-section .content-column,
.callback-box .callback-header,
.about-four,
.faq-tabs .tab-buttons .tab-btn:hover,
.faq-tabs .tab-buttons .tab-btn.active-btn,
.comming-soon:before,
.subscribe-section .subscribe-form .form-group input[type="submit"],
.subscribe-section .subscribe-form button,
.service-single .nav-side ul li:hover a,
.service-single .nav-side ul li.current a,
.careers-page .search-form .form-group input[type="submit"],
.careers-page .search-form button,
.info-section{
	background-color:#00325d;
}

/*RGBA Color*/

.main-header .header-lower{
	background:rgba(0,50,93,0.50);	
}

.default-case-block .inner-box .overlay-content,
.case-block-two .hover-box .hover-content,
.case-block-two .title-box .title-content{
	background:rgba(0,50,93,0.80);	
}

/* .statistics-section .content-column:before, */
/* .why-us .content-column:before{ */
	/* background:rgba(0, 50, 93, 0.96);	 */
/* } */

/*Border Color*/

.btn-style-three,
.btn-style-three:hover,
.main-header .info-box:before,
.cases-section .cases-carousel .owl-dots .owl-dot span,
.faq-tabs .tab-buttons .tab-btn:hover,
.faq-tabs .tab-buttons .tab-btn.active-btn,
.subscribe-section .subscribe-form .form-group input[type="text"],
.subscribe-section .subscribe-form .form-group input[type="tel"],
.subscribe-section .subscribe-form .form-group input[type="email"],
.subscribe-section .subscribe-form .form-group textarea,
.styled-pagination li a{
	border-color:#00325d;
}


/* custom css */

.contact li a{
	padding-left:10px;
}
.social li{
	float:left;
	margin:0 5px;
}
.social li a{
	line-height:40px;
}

/* Tools Css */

.hovicon {
    display: inline-block;
    font-size: 45px;
    line-height: 90px;
    cursor: pointer;
    margin: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}
.hovicon.small {
    font-size: 20px;
    line-height:45px;
    width:45px;
    height:45px;
    margin:7px;
}
.hovicon.mini {
    font-size: 15px;
    line-height:32px;
    width:30px;
    height:30px;
    margin:7px;
}
.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
/* Effect 1 */
 .hovicon.effect-1 {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.hovicon.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}
/* Effect 1a */
 .hovicon.effect-1.sub-a:hover {
    background: rgba(255, 255, 255, 1);
    color: #0b3f6b;
}
.hovicon.effect-1.sub-a:hover i {
    color: #41ab6b;
}
.hovicon.effect-1.sub-a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/* Effect 1b */
 .hovicon.effect-1.sub-b:hover {
    background: rgba(255, 255, 255, 1);
    color: #41ab6b;
}
.hovicon.effect-1.sub-b:hover i {
    color: #41ab6b;
}
.hovicon.effect-1.sub-b:after {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.hovicon.effect-1.sub-b:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Effect 3 */
 .hovicon.effect-3 {
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
.hovicon.effect-3:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}
/* Effect 2 */
 .hovicon.effect-2 {
    color: #00aba0;
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
.hovicon.effect-2:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
/* Effect 2a */
 .hovicon.effect-2.sub-a:hover, .hovicon.effect-2.sub-a:hover i {
    color: #00aba0;
}
.hovicon.effect-2.sub-a:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
/* Effect 2b */
 .hovicon.effect-2.sub-b:hover:after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
    -moz-transition: -moz-transform 0.4s, opacity 0.2s;
    transition: transform 0.4s, opacity 0.2s;
}
.hovicon.effect-2.sub-b:hover, .hovicon.effect-2.sub-b:hover i {
    color: #fff;
}
.block {
	margin-bottom: 40px;
}
.block a{
	text-align:center;
	display:block;
}
.block h5{
	font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
}


/* market css */
.market {
    border: 1px solid #a2a2a28f;
    width: 100%;
    margin: 0 1%;
}
.market h4 {
    font-size: 22px;
    color: #252525;
    text-align: center;
    font-weight: 500;
    padding: 20px 0;
}
