@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Josefin+Sans:400,600,700,900');

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

ul,
ol {
	list-style: none;
}

input:focus {
	outline: none !important;
	box-shadow: 0 0 10px transparent !important;
}

a:focus,
a:hover {
	text-decoration: none;
	border-color: transparent;
	outline: 0;
	color: #091524;
}

img {
	border: 0;
}

.clr {
	clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
p,
address,
strong {
	cursor: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: normal;
}

body {
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover {
	text-decoration: none;
}

/*
==========================================
    Preloader
==========================================
*/


/* ============================
            common 
========================= */
.m-b-30 {
	margin-bottom: 30px;
}

.m-b-60 {
	margin-bottom: 60px;
}

.m-b-25 {
	margin-bottom: 25px;
}

.m-b-80 {
	margin-bottom: 80px;
}

.m-b-50 {
	margin-bottom: 50px;
}

.pr0 {
	padding-right: 0;
}

.pl0 {
	padding-left: 0;
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.mt0 {
	margin-top: 0 !important;
}

img {
	max-width: 100%
}

.section {
	padding-top: 80px;
}

.heading h5 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	line-height: 24px;
	padding-bottom: 10px;
}

.color h2 {
	color: #356EB4;
}

.heading h2 {
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	line-height: 50px;
	font-size: 50px;
}

.heading p {
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 24px;
	padding-top: 30px;
}

figure {
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 24px;
	padding-top: 30px;
}

.mc-banner { display: none !important; }



/* =======================
          Button
============================*/

.btn {
	background: #091524;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	transition: ease all .3s;
	padding: 12px 38px !important;
	font-family: "Open Sans", sans-serif !important;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none;
	border: 0 none;
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none !important;
	border: 1px solid trasnaprent;
	background: #091524;
}

.btn-4 {
	overflow: hidden;
	position: relative;
}

.btn-4 span {
	z-index: 20;
}

.btn-4:after {
	background: #fff;
	content: "";
	height: 155px;
	left: -85px;
	opacity: 0.2;
	position: absolute;
	top: -40px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
	width: 50px;
	z-index: 8;
}

.btn-4:hover:after {
	left: 120%;
	transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}

/* MENU CONFIGURATION
**********************************************************/
.header_top{
	background: #091524;
	padding: 6px 0;
}
.social_text ul li{
	float: left;
}

.social_text ul li a {
	display: block;
	font-family: "Open Sans";
	border-radius: 100%;
	text-align: center;
	line-height: 24px;
	margin-right: 18px;
	color: #fff;
}

.social_text ul li a:hover {
	color: #356EB4;
}

.social_text ul li:last-child a {
	margin-right: 0;
}
.right_info > ul > li {
    display: inline-block;
    position: relative;
}
.right_info ul li a {
    cursor: pointer;
}
.right_info > ul > li > a {
    font-size: 14px;
    color: #fff!important;
	font-family: "Open Sans";
    padding: 8px 0;
    display: block;
    margin-left: 25px;
}
.right_info ul li ul li a {
    color: #091524;
	font-family: "Open Sans";
    padding: 4px 0;
    display: block;
    font-size: 14px;
    line-height: 24px;
}
.right_info ul li ul.open {
    max-height: 150px;
    padding: 10px;
}
.right_info ul li ul {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    min-width: 150px;
    text-align: center;
    padding: 0;
    right: 0;
    top: 116%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 99999;
}
.logo img {
	width: 100px;
}

.navbar {
	position: relative;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	transition: all ease .7s;
	background: #fff;
	box-shadow: 0 0px 5px 0px rgba(0, 0, 0, .2);
}

.navcss {
	position: fixed;
	transition: all ease .7s;
	margin-top: 0px;
}

.header-nav .navbar-nav li a {
	position: relative;
	display: inline-block;
	margin: 30px 22px 25px 0;
	padding: 0px 10px;
	outline: none;
	color: #091524;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
	font-size: 14px;
	transition: all ease 0.6s;
	-webkit-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	-ms-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	cursor: pointer;
}

.header-nav .navbar-nav li:hover a,
.header-nav .navbar-nav li .active {
	color: #356EB4;
}

.header-nav .navbar-nav li a {
	overflow: hidden;
}

.header-nav .navbar-nav li .active span,
.header-nav .navbar-nav li a:hover span,
.header-nav .navbar-nav li a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.header-nav .navbar-brand span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	bottom: 12px;
	right: -9px;
	float: left
}

.header-nav .navbar-nav .nav-item {
	position: relative;
}

.header-nav .m-nav {
	margin-right: 60px;
}

.navbar-toggler {
	border: none;
	padding: 10px 6px;
	outline: 0 !important;
}

.navbar-toggler span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggler span + span {
	margin-top: 4px;
	width: 18px;
}

.navbar-toggler span + span + span {
	width: 10px;
}

.navbar .btn-shape:before,
.navbar .btn-shape:after {
	background: transparent;
}

/* ============================
          banner css start
============================== */
.home-banner {
	position: relative;
}

.full-screen {
	min-height: 700px;
}

.home-banner {
	position: relative;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 0;
}
.home-banner:after {
	content: '';
	position: absolute;
	background: rgba(255, 255, 255, 0.6);
	height: 100%;
	width: 100%;
	top: 0;
	z-index: -1;
}

.home-text-center {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 2;
}

@media (max-width: 700px)
{
    .home-text-center {top: 5%;};
}

.home-banner .ban-txt {
	position: relative;
	padding-left: 0px;
	z-index: 1;
}

.ban-txt::after {
	position: absolute;
	/*content: 'BoatOfficer'; */
	left: 0;
	color: #356EB4;
	font-size: 16px;
	letter-spacing: 4px;
	top: 0;
	text-transform: uppercase;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-weight: 600;
}

.ban-txt::before {
	position: absolute;
	/* content: 'BoatOfficer'; */
	left: 0;
	font-weight: 600;
	color: #356EB4;
	font-size: 16px;
	letter-spacing: 4px;
	text-transform: uppercase;
	top: 100px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-rl;
	text-orientation: upright;

}

.home-banner h5 {
	width: 660px;
	font-size: 55px;
	font-weight: 700;
	color: #356EB4;
	font-family: "Josefin Sans";
	margin: 0 0 0px;
	padding-bottom: 30px;
}

.home-banner h1 {
	width: 100%; 
	font-size: 55px;
	font-weight: 700;
	color: #356EB4;
	font-family: "Josefin Sans";
	margin: 0 0 0px;
	padding: 0 10px 30px 10px;
}

@media (max-width:700px)
{
    .home-banner h1 {font-size: 40px;};
}

@media (max-width:480px)
{
    .home-banner h1 {font-size: 30px;};
}

.home-banner p {
    width: 100%;
	max-width: 100%;
	font-weight: 600;
	line-height: 24px;
	font-size: 14px;
	padding: 0 10px 35px 10px;
	font-family: "Open Sans";
	color: #222;
	margin: 0;
}

.home-banner .m-btn {
	min-width: 140px;
	margin-right: 10px;
	text-align: center
}

.banner-btn {
	width: 170px;
	position: relative;
}

.btn i {
	padding-left: 5px;
	font-size: 14px;
	position: absolute;
	top: 18px;
}

.welcome-mockup{
	z-index: 99;
	position: relative;
    right:-20%;
	text-align: center;
}
.welcome-mockup img {
    z-index: 98;
    position: relative;
    width: 68%;
}
.single-mockups img{
    z-index: 95;
    position: relative;
	width: 100%;
	height: 100%;
}
.home-mockup-slider {
    z-index: 94;
    height: 94%;
    margin: 14px auto 0;
    overflow: hidden;
    position: absolute;
    left: 20%;
    top: -0.5%;
    width: 60%;
}

/* ============================
          banner css End
============================== */
/* section2*/
.section2 {
	background: #091524;
	padding: 60px 0;
}

.boat-feature {
	text-align: center;
}

.boat-feature img {
	/* padding: 30px; */
	text-align: center;
	height: 150px;
	display: inline-block;
}

.feature-txt {
	margin-top: 30px;
}

.feature-txt a {
	font-weight: 600;
	line-height: 24px;
	font-size: 16px;

	font-family: "Open Sans";
	color: #fff !important;
}

.brder-1 {
	border-right: 1px solid #fff;
}

/* ==== section3 == */

.section3 {
	padding: 80px 0 30px;
}

.section3 .heading {
	color: #091524;
	padding-bottom: 60px;
}

.service-text span {
	color: #356EB4;
	font-size: 65px;
}

.ser-text {
	margin-bottom: 50px;
}

.ser-text h4 {
	padding: 30px 0 15px;
    font-size: 24px;
	font-weight: 700;
	color: #091524;
	line-height: 24px;
	font-family: "Josefin Sans";
}

.ser-text h4 a {
	font-size: 24px;
	font-weight: 700;
	color: #091524;
	line-height: 24px;
	font-family: "Josefin Sans";
}

.ser-text p {
	font-size: 14px;
	font-weight: 400;
	color: #444;
	line-height: 24px;
	font-family: "Open Sans";
}
/* ===========================
   product css
====================================*/
.product{
	padding-bottom: 60px;
}
.product .heading {
    color: #091524;
    padding-bottom: 60px;
}
.product_name h2 a{
	font-size: 18px;
	font-weight: 400;
	color: #091524;
	line-height: 24px;
	font-family: "Josefin Sans";
}
.product_name h2 a:hover {
    color: #356EB4;
}
.product_rating ul {
    line-height: 15px;
}
.product_rating ul li {
    display: inline-block;
}
.product_rating ul li a {
    color: #e53131;
}
.single_product{
	padding-bottom: 30px;
}
.img_block{
	position: relative;
	border: 1px solid #ccc;
}
.img_block img{
	padding: 20px;
}
.single_product .img_block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0%;
	top: 100%;
    z-index: 1;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
     background: rgba(0,0,0,0.6);
}
.single_product:hover .img_block::before {
    opacity: 1;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
	 top: 0;
	bottom: 0%;
}
.single_product .img_block .quick-view {
	content: '';
    position: absolute;
    bottom: 45%;
    left:0;
    right: 0;
    opacity: 0;
    text-align: center;
    z-index: 2;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.single_product .img_block .quick_view {
    display: inline-block;
    background: #356EB4;
    color: white;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    margin-bottom: -20px;
    font-size: 18px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.single_product:hover .quick-view {
    opacity: 1;
    bottom: 50%;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
/* ==============================
           Product Details
===================================*/
.page-content{
	padding-top: 20px;
}
.h1.namne_details, .product_name_h1 {
    font-size: 44px;
    font-weight: 400;
    margin: 0 0 15px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
     color: #356EB4;
	line-height: 24px;
	font-family: "Josefin Sans";
}
#product_comments_block_extra .comments_note {
    margin-bottom: 5px;
    display: inline-block;
}
.no-print .hook-reviews i {
    color: #e53131;
    font-size: 20px;
}
#product_comments_block_extra .comments_advices {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.comments_advices li {
    display: inline-block;
    line-height: 21px;
}
.comments_advices a.reviews {
    margin-right: 9px;
}

.comments_advices a {
    text-decoration: none;
    color: #999999 !important;
    position: relative;
    margin-right: 8px;
    line-height: 21px;
    padding: 0;
    font-size: 12px;
    margin-bottom: 10px;
    cursor: pointer;
    display: inline-block;
}
.product-prices .product-discount span{
    font-weight: 700;
    font-size: 28px;
    line-height: 27px;
    color: #091524;
}
.product-information .product-desc p{
	 font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #444;
	font-family: "Open Sans";
	margin: 20px 0;
}
.product-information .product-desc li{
	 font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #444;
	font-family: "Open Sans";
	margin: 0px 0;
}
.box-quantity a{
	padding: 12px 38px 12px 50px!important;
}
.box-quantity i{
	padding-left: 5px;
    font-size: 14px;
    position: absolute;
    top: 16px;
    left: 25px;
}
.product-information .social-sharing span {
    text-transform: uppercase;
    margin-right: 15px;
	 font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #444;
	font-family: "Open Sans";
}
.single-product-page-area .social-sharing ul li {
	float: left;
}
.single-product-page-area .social-sharing li a {
    display: inline-block;
    text-align: center;
    border: 1px solid #e5e5e5;
    color: #444;
	padding: 15px;
    margin-right: 10px;
    white-space: normal;
    text-indent: 0;
    overflow: hidden;
    font-size: 16px;
}
.single-product-page-area .social-sharing li:hover a{
	color: #356EB4;
	border: 1px solid #356EB4;
}
.single-product-page-area .social-sharing{
	padding-top: 30px;
}
/* thumnail*/
.product-cover {
    overflow: hidden;
    position: relative;
    display: block;
    border: 1px solid #e5e5e5;
}
.images-container .js-qv-mask {
    float: left;
    width: 98px;
    text-align: center;
    margin: 0;
    margin-right: 10px;
}
.images-container .js-qv-mask {
    white-space: nowrap;
    overflow: hidden;
}
.thumb-container{
	padding-top: 2px;
}
.thumb-container ul li {
    margin-bottom: 10px;
}
.thumb-container img {
    width: 100%;
    height: auto;
    cursor: pointer;
    margin: 0;
    border: 1px solid #e5e5e5;
    margin-top: -1px;
    position: relative;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.thumb-container img:hover {
    border-color: #356EB4;
    z-index: 1;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.pos_content {
    position: relative;
}
/* ============== testimoni =========================== */
.testimoni {
	background: url(../images/IMG_4285.JPG) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 80px 0 20px;
	z-index: 0;
	background-attachment: scroll;
	position: relative;
}

.testimoni:after {
	content: '';
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	width: 100%;
	top: 0;
	z-index: -3;
}

.testimoni .heading {
	color: #fff;
}

.testimonial-content {
	color: #ffffff;
	padding-top: 60px;
	z-index: 99;
}

.testimonial-content img {
	border-radius: 100%;
	width: 80px;
	height: 80px;
	display: inline-block;
	margin-bottom: 30px;
}

.testimonial-content p {
	margin-left: 50%;
	transform: translateX(-50%);
	width: 50%;
}

.testimoni .slick-dots li {
	display: inline-block;
	cursor: pointer;
	border-radius: 100%;
	margin: 0 -20px;
	color: #48416f;
	margin-top: 60px;
	margin-bottom: 60px;
}

.testimoni .slick-dots .slick-active {
	background: #fff;
}

.testimoni .slick-dots li button {
	display: block;
	outline: none;
	font-size: 0;
	line-height: 24px;
	font-weight: 500;
	font-family: "Arimo";
	background: transparent;
	color: transparent;
	cursor: pointer;
	transition: all .3s ease;
	border-radius: 100%;
	border: 2px solid #fff;
	padding: -5px;
	height: 15px;
	width: 15px;
}

/* ==== section4 == */
.section4 {
	background: #356EB4;
	padding: 60px 0;
}

.convice h2 {
	font-size: 55px;
	font-weight: 700;
	color: #fff;
	font-family: "Josefin Sans";
}

.convice p {
	font-weight: 400;
	line-height: 24px;
	font-size: 14px;
	padding: 30px 0;
	font-family: "Open Sans";
	color: #fff;
}

.convice a {
	font-weight: 400;
	line-height: 24px;
	font-size: 14px;
	padding: 30px 0;
	font-family: "Open Sans";
	color: #fff;
}

.convice a:hover {
	font-weight: 400;
	line-height: 24px;
	font-size: 14px;
	padding: 30px 0;
	font-family: "Open Sans";
	color: #091524;
}

/* ==== Footer  == */
.footer_social ul li {
	display: inline-block;
	margin-bottom: 0 !important;
}

.single_footer h3 {
	font-size: 16px;
	font-weight: 600;
	line-height: 12px;
	margin-bottom: 25px;
	color: #fff;
}

.footer_area {
	background: #222;
}

.footer_top {
	padding: 80px 0 77px;
	border-bottom: 1px solid #ddd;
}

.single_footer p {
	font-size: 14px;
	line-height: 24px;
	font-family: "Open Sans";
	color: #999999;
	margin-bottom: 32px;
	padding-top: 30px;
}

.footer_social h3 {
	margin-bottom: 17px;

}

.footer_social ul li a {
	display: block;
	height: 40px;
	font-family: "Open Sans";
	width: 40px;
	border: 1px solid #999;
	border-radius: 100%;
	text-align: center;
	line-height: 36px;
	color: #999;
	margin-right: 5px;
}

.footer_social ul li a:hover {
	color: #356EB4;
	border-color: #356EB4;
}

.footer_social ul li:last-child a {
	margin-right: 0;
}

.single_footer ul li {
	margin-bottom: 12px;
	line-height: 19px;
}

.single_footer ul li:last-child {
	margin-bottom: 0;
}

.single_footer ul li a,
.single_footer ul li {
	color: #999;
}

.single_footer ul li a:hover,
.footer_menu ul li a:hover {
	color: #356EB4;
}

.single_footer.column_3 ul li {
	font-size: 13px;
}

.footer-payment {
	margin-top: 30px;
}

.footer_menu ul li {
	display: inline-block;
}

.copyright_conent p {
	font-size: 13px;
	line-height: 20px;
	color: #999999;
}

.copyright_conent p a {
	color: #999999;
	font-weight: 500;
	padding: 0 3px;

}

.copyright_conent p a:hover {
	color: #356EB4;
	text-decoration: underline;
}

.footer_menu ul li a {
	font-size: 14px;
	color: #999999;
	margin-right: 15px;
}

.footer_menu ul li:ladt-child a {
	margin-right: 0;
}

.footer_menu ul {
	line-height: 13px;
}

.copyright_area {
	padding: 30px 0;
}

/*  ============= Breadcrum ===============*/
.breadcrumb-section.about_bread {
	padding: 30px 0 62px;
}

.breadcrumb_content ul {
	line-height: 14px;
}

.breadcrumb_content ul li {
	color: #356EB4;
	display: inline-block;
	margin-right: 20px;
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.breadcrumb_content ul li a {
	color: #222;
}

.breadcrumb_content ul li.active {
	position: relative;
}

.breadcrumb_content ul li.active::before {
	position: absolute;
	content: "/";
	color: #222;
	font-size: 18px;
	left: -15px;
	top: 1px;
}

/* ============= About page============== */
.choseus_area {
	padding-bottom: 60px;
}

.about-cont {
	padding-top: 70px;
}

.about-cont a:hover {
	color: #091524;
}

.chose_icone {
	padding-top: 60px;
}

.chose_icone i {
	font-size: 70px;
	color: #091524;
}

.chose_content h3 {
	line-height: 24px;
	font-size: 24px;
	font-weight: 600;
	font-family: 'Josefin Sans', sans-serif;
	color: #356EB4;
	padding: 20px 0;
}

.chose_content p {
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #444;
	padding: 10px 15px;
}

.chose_content a {
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #444;
	padding: 10px 15px;
}

/* ============================
      Support
==============================*/
.slider_one {
	text-align: center;
	background-image: url(../images/banner-pattern.png);
	background-position: center center;
	background-repeat: repeat;
	background-attachment: fixed;
	padding: 80px 0 0;
	color: #fff;
	margin-bottom: 0;
	background-size: 400px;
	position: relative;
}

.slider_one .fright.searchForm {
	width: 100%;
	max-width: 800px;
	margin: 10px auto 0;
	display: block;
	background: #fff;
	position: relative;
	border: 20px solid #fff;
	bottom: -15px;
	box-shadow: 0 -49px 30px -39px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease-in;
}

.slider_one .searchForm input.form-control {
	min-height: 70px;
	padding: 0 20px;
	border: 1px solid #ccc;
	font-size: 27px;
	font-weight: 100;
}

.slider_one .searchForm input.form-control:focus {
	box-shadow: none;
}

.input-group {
	position: relative;
}

.slider_one .fright form button.btn.comman-search {
	margin: 0px;
	background: #0067B8;
	border-radius: 0px;
	transition: all 0.3s ease-out;
}

.slider_one .fright form button.btn.comman-search:hover {
	box-shadow: -160px 0 1px 1px rgba(255, 255, 255, 0.6) inset;
	padding-left: 45px!important;
	padding-right: 45px!important;
	transition: all 0.3s ease-in;
}

.slider_one .fright form span.input-group-btn.searchIco i.fa {
	color: #fff;
}

.fright .autocomplete {
	position: relative;
}

.fright .autocomplete #searchautocomplete-list {
	position: absolute;
	top: 70px;
	width: 100%;
	background: #efefef;
	text-align: left;
	z-index: 9999;
}

.fright .autocomplete div {
	padding: 8px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: #000000;
}

.fright .autocomplete div * {
	width: 100%;
	cursor: pointer;
}

.fright .autocomplete div:hover {
	background: #fff;
}

 .input-group-btn.searchIco i{
    font-size: 21px;
	 top: 24px!important;
    right: 36%!important;
}
 
.comman-search span {
    right: 0px;
    top: 0px;
    color: #fff;
}
/* ===================================
          FAQ
=====================================*/
.faqs_second .faq_button .nav {
    padding-bottom: 30px;
}
.faqs_second .faq_button a.btn {
    margin: 5px;
    padding: 6px 35px;
    font-family: 'Montserrat',sans-serif;
}
.faqs_second .faq_button a.btn.active {
    background: #0067B8;
    color: #fff;
    border: 1px solid #0067B8;
}
.faqs_second .que_ans_cover .card .card-header {
    background: #d7edf9;
    border: none;
	border-left: 2px solid #356EB4;
	font-size: 20px;
	border-radius: 0;
}
.faqs_second .que_ans_cover .card {
    border: none;
	margin-bottom: 20px;
}
.faqs_second .que_ans_cover .card .card-header .card-link {
    width: 100%;
    margin: 10px auto;
    box-shadow: 0px 15px 114px -26px rgba(85, 98, 164, 0.29);
    color: #111;
    text-align: left;
    padding: 12px 15px;
    border: none;
}
.support{
	padding-bottom: 80px;
}
/* know */
.know-get-help{
	padding-bottom: 40px;
}
.know-get-help .help_box {
    padding: 25px 0;
    min-height: auto;
    height: 100%;
    text-align: center;
    border: 5px solid rgba(0, 0, 0, 0);
    width: 100%;
}
.know-get-help .help_box a {
    display: block;
    position: relative;
}
.know-get-help .help_box a i {
    font-size: 45px;
    color: #E5E5E5;
    border: 1px solid #E5E5E5;
    background: #fff;
    width: 95px;
    height: 95px;
    line-height: 95px;
    padding: 0 15px;
    border-radius: 100%;
    transition: all 0.3s ease-in;
}
.know-get-help .help_box a .help_tittle {
    padding: 15px;
}
.know-get-help .help_box a .help_tittle h5 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
	color: #356EB4;
}
.help_box:hover {
    cursor: pointer;
    transform: translateY(-5px);
    transition: 0.5s ease-out;
}
.know-get-help .help_box:hover i {
    transition: all 0.3s ease-in;
    color: #356EB4;
    border-color: #356EB4;
}
/* ===================================
        Contact us
=====================================*/
.contact_area{
	padding-bottom: 70px;
}
.contact_message h3 {
    font-size: 28px;
    color: #356EB4;
    font-weight: 700;
	font-family: 'Josefin Sans', sans-serif;
    line-height: 24px;
    margin-bottom: 25px;
}
.contact_message p {
    font-size: 14px;
    line-height: 24px;
    color: #444;
	font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
}
.contact_message ul li {
    font-size: 14px;
    color: #444;
	font-family: 'Open Sans', sans-serif;
    padding: 5px 0;
    /* border-top: 1px solid #e4e4e4;*/
}
.contact_message ul li i {
    margin-right: 10px;
}
.contact_message ul li a {
    color: #356EB4;
}
.contact_message label {
    line-height: 18px;
    color: #356EB4;
    font-weight: 500;
}
.contact_message input {
    border: 1px solid #ddd;
    height: 45px;
    background: #fff;
}
.form p{
	color: #444;
}
.contact_message p label {
    font-size: 15px;
    font-weight: 400;
    color: #444;
}
.contact_message input {
    background: #fff;
    border: 1px solid #ddd;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
	font-family: 'Open Sans', sans-serif;
    padding-left: 10px;
    font-size: 14px;
    color: #444;
    width: 100%;
}
.contact_message textarea {
    resize: vertical;
    background: #fff;
    border: 1px solid #ccc;
	font-family: 'Open Sans', sans-serif;
    padding: 10px;
    width: 100%;
    font-size: 14px;
	    height: 170px;
    border: 1px solid #ddd;
    resize: none;
    margin-bottom: 15px;
}
/* ===================================
        login
=====================================*/
.bg-grea {
    background: #f9f9f9;
}
.form-content-box {
    max-width: 400px;
    color: #7c7c7c;
    margin: 60px auto;
    text-align: center;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.form-content-box .details {
    padding: 25px 30px 30px;
    background: #fff;
    border-radius: 10px 10px 0 0;
}
.form-content-box .details img{
	padding-bottom: 20px;
}
.form-content-box .details a {
    cursor: pointer;
    color: #444;
}
.form-content-box .checkbox {
    padding-left: 0;
    margin: 15px 0;
}
.form-content-box h3 {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: 600;
}
.form-content-box .form-group {
    margin-bottom: 25px;
}
.form-content-box .input-text {
    width: 100%;
	font-family: 'Open Sans', sans-serif;
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #717171;
    border-radius: 3px;
    height: 45px;
}
.form-content-box .checkbox a {
    color: #8b8b8b;
	font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    font-size: 14px;
}
.form-content-box .checkbox label {
    padding-left: 0;
}
.ps label, .checkbox label {
    font-size: 15px;
    font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}
.form-content-box .form-group label, .checkbox label {
    font-weight: 400;
    color: #8b8b8b;
    font-size: 15px;
}
.form-content-box input[type=checkbox], 
.form-content-box input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.form-content-box .social-list li {
    display: inline-block;
    font-size: 16px;
    margin-top: 30px;
}
.form-content-box .social-list li a {
    margin: 0 3px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
	color: #fff!important;
}
.facebook-bg {
    background: #4867aa;
}
.facebook-bg:hover {
    background: #3b589e;
}
.twitter-bg {
    background: #33CCFF;
}
.twitter-bg:hover {
    background: #56d7fe;
}
.google-bg {
    background: #db4437;
}
.google-bg:hover {
    background: #dc4e41;
}
.linkedin-bg {
    background: #0177b5;
}
.linkedin-bg:hover {
    background: #1c82ca;
}
.form-content-box button{
	width: 100%;
	 background: #356EB4;
}
.form-content-box .log-footer {
    font-size: 14px;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 0 0 5px 5px;
    border-top: solid 1px #f5f5f5;
    font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.form-content-box .log-footer a{
	color: #356EB4;
}
/*=====================================
newsletter class start 
=======================================*/

.modal-content {
    border-radius: 0;
    overflow: hidden;
    padding-bottom: 0px;
    margin-top: 11%;
    background: #fff;
}

.modal-header i {
    position: absolute;
}

.modal-header {
    border-bottom: none;
}

.modal-dialog {
    margin-top: 100px;
    max-width: 800px!important;
     z-index: 99999;
}

.download-close {
    float: right;
    background: #091524;
    border-radius: 50%;
    border: 1px solid transparent;
    width: 50px;
    height: 50px;
    z-index: 99999;
    position: absolute;
    right: -8px;
    top: -15px;

}

.download-close i {
    font-size: 20px;
    color: #ffff;
    font-weight: 400;
    line-height: 45px;
    padding: 5px 15px;
}

.download-icon {
    margin-left: 59%;
    transform: translateX(-50%);
    margin-top: 30px;
}

#letter5,
.letter_inner {
    text-align: center;
}

.letter_inner img {
    margin-top: 10px;
}
.letter_inner h2 {
    color: #356EB4;
    font-size: 28px;
	font-weight: 400;
    font-family: "Josefin Sens";
    padding: 20px 0;
    line-height: 24px;
}

.letter_inner p {
    font-size: 14px;
    color: #444;
    font-family: "Open Sans";
    font-weight: 400;
    line-height: 24px;
    padding: 0 24%;
     padding-bottom: 30px;
}
#letter5 input {
    margin-bottom: 10px;
	position: relative;
	color: #888;
	resize: none;
	border-radius: 5px;
	border: 0.5px solid #888;
	font-size: 14px;
    font-family: "Open Sans";
	height: 49px;
	background: transparent;
	width: 600px;
	padding-left: 20px;
    z-index: 9;
    margin-bottom: 55px;
    box-shadow: none;
}
#letter5 input:focus { 
    outline: none !important;
    border-color: #888;
    color: #888;
}
#letter5::placeholder {
    color: #888;
    opacity: 1; /* Firefox */
}
.letter_inner ul{
   display: inline-block;
    margin-bottom: 30px;
}
.letter_inner ul li{
    float: left;
}
.button{    
	position: absolute;
	text-align: center;
	text-decoration: none;
	z-index: 99;
	transform: translateX(-100%) translateY(0%);
}
/*=====================================
newsletter class end 
=======================================*/

/* === BACK TO TOP CSS == */

#back-top-btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #091524;
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
	display: none;
	-webkit-transition: ease all .5s;
	-moz-transition: ease all .5s;
	-o-transition: ease all .5s;
	transition: ease all .5s;
	z-index: 999;
}

#back-top-btn i {
	margin: 0;
	position: relative;
	left: 17px;
	color: #fff;
	top: 15px;
	-webkit-transition: ease all .5s;
	-moz-transition: ease all .5s;
	-o-transition: ease all .5s;
	transition: ease all .5s;
}

#back-top-btn i:hover {
	top: 10px;
}

#back-top-btn:hover {
	box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, .3);
	-o-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, .3);
}


/* ==================================
           Contact Us
=====================================*/
.contact-banner {
	background: url(../images/counter-background-image.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	overflow: hidden;
	margin-top: 46px;
}

.contact-banner:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #bb1093;
	opacity: 0.8;
	z-index: -9;
}

.aboutus .blogdetails_form form .form-group.col-sm-12 textarea {
	width: 100%;
	height: 140px;
	margin-top: 40px;
	padding: 15px 20px;
}

.contact-in p {
	font-family: 'Open Sens', sans-serif;
	font-weight: 400;
	line-height: 24px;
	color: #444;
	font-size: 16px;
}

.contact-in {
	left: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-53%);
}

.contact-inner,
.contact-img {
	position: relative;
	padding: 0;
}

.contact-text {
	position: absolute;
	bottom: 0;
	z-index: 99;
	color: #fff;
	padding: 80px 100px;
}

.contact-img:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: -webkit-linear-gradient(to top, #bb1093 20%, transparent 90%);
	background: -o-linear-gradient(to top, #bb1093 20%, transparent 90%);
	background: -moz-linear-gradient(to top, #bb1093 20%, transparent 90%);
	background: linear-gradient(to top, #bb1093 20%, transparent 90%);
	opacity: 0.8;
	z-index: 1;
}

.form-map {
	position: relative;
	width: 100%;
}

.form-map iframe {
	width: 100%;
	border: 0;
	height: 500px;
	position: relative;
	z-index: 99;
}

/* 17. blog page css here */
.single_blog.blog_list .blog_meta span a {
	color: #356EB4;
}
.single_blog.blog_list .blog_meta span a:hover{
    text-decoration: underline;
}
.single_blog.blog_list .blog_meta span i {
	color: #8c8c8c;
}
.single_blog.blog_list .blog_thumb {
	width: 43%;
	float: left;
}
.blog_meta span, .blog_meta span a {
    font-size: 14px;
    color: #444;
    margin-right: 20px;
}
.single_blog.blog_list .blog_content {
	width: 53%;
	float: right;
	margin-left: 25px;
}
.readmore_button a{
	padding: 10px 26px !important;
}
.single_blog.blog_list:last-child {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.breadcrumb-section.blog_bread .breadcrumb_content ul li {
	color: #356EB4;

}
.breadcrumb-section.blog_bread {
	padding: 0 0 58px;
}
.single_blog.blog_list .blog_meta span.comment {
	position: inherit;
}
.blog_social ul li {
	display: inline-block;
}

.single_blog.blog_list .blog_desc {
	margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    font-family: "Open Sans";
}
.single_blog.blog_list .blog_meta {
	margin-bottom: 11px;
}
.blog_social ul li a {
	background: #eee;
	border-radius: 100%;
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	height: 26px;
	width: 26px;
	text-align: center;
	color: #353535;
	margin-right: 10px;
}
.blog_social ul li a:hover{
    background: #356EB4;
    color: #fff;
}
.readmore_button {
	margin-bottom: 22px;
}
.blog_title h3 a,
.blog_title h3 {
    font-size: 20px;
    font-weight: 600;
    color: #356EB4;
    margin-bottom: 13px;
}
.blog_title:hover a{
	color: #091524;
}
.single_blog.blog_list .blog_title h3 {
	font-size: 20px;
	text-transform: uppercase;
}
.single_blog.blog_list {
	overflow: hidden;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}
.widget_list.widget_tag .tag_widget ul li a:hover {
	background: #cea679;
	color: #fff;
	border-color: #356EB4;
	background: #356EB4;
	color: #fff;
}
.post_thumb {
	width: 20%;
	float: left;
	margin-right: 10px;
}
.post_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
.post_wrapper:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.post_info h3 {
	font-size: 16px;
	color: #555555;
	line-height: 14px;
	margin-bottom: 5px;
}
.post_info h3 a{
	color: #356EB4;
}

.post_info span {
	color: #444;
	font-size: 13px;
}
.widget_list.widget_categories ul li a {
	color: #555;
	padding: 10px 0;
	display: inline-block;
}
.widget_list.widget_categories ul li:last-child a {
	padding-bottom: 0;
}
.widget_list.widget_categories ul li {
	border-top: 1px solid #ddd;
}
.widget_list > h3 {
	color: #242424;
	text-transform: uppercase;
	font-weight: 600;
	width: 100%;
	padding: 0px;
	margin-bottom: 23px;
	font-size: 17px;
	line-height: 15px;
}
.widget_list.widget_search input {
	height: 35px;
	border: 1px solid #ddd;
	background: #fff;
	width: 100%;
	margin-bottom: 20px;
    padding: 0 15px;
}

.widget_list.comments_post .post_info span {
	color: #555555;
	font-size: 14px;
	display: block;
	line-height: 12px;
	margin-bottom: 8px;
}
.widget_list.comments_post .post_info a:hover,.widget_list.widget_categories ul li a:hover{
    color: #356EB4;
}
.blog_page_section {
	padding-bottom: 54px;
}
.blog_sidebar_widget .widget_list.widget_search,.blog_sidebar_widget .widget_list.widget_post,.blog_sidebar_widget .widget_list.comments_post {
	margin-bottom: 48px;
}
.blog_sidebar_widget .widget_list.widget_tag {
	margin-bottom: 43px;
}
/*blog page css end*/
/* ====================================
              Blog Details
=======================================*/
.blog_details .blog_content {
    padding-top: 20px;
}
.blog_thumbnail img {
	width: 100%;
}
.blog_sized_img img {
	display:block;
    margin-left: auto;
    margin-right: auto;
}
.blog_details .blog_desc p.blockquote {
	font-style: italic;
	margin: 40px 0 40px 0;
	padding: 0 0 0 15px;
	border-left: 5px solid #356EB4;
	line-height: 26px;
	font-size: 16px;
}
.blog_details .blog_desc p {
	margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
    font-family: "Open Sans";
}
.blog_details .blog_social {
	margin-bottom: 21px;
}
.blog_entry_meta ul li {
	display: inline-block;
}
.blog_entry_meta ul li a,.blog_entry_meta ul li{
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}
.blog_entry_meta ul li a:hover{
    color: #091524;
}
.comment_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}
.comment_meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.comment-author-thumb {
	width: 9%;
	float: left;
}
.comment_content {
	width: 90%;
	padding-left: 20px;
}
.comments_box h3 {
	font-size: 20px;
	color: #242424;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	line-height: 15px;
}
.blog_entry_meta {
	margin-bottom: 21px;
}
.comment_title h5 {
	font-size: 13px;
	text-transform: uppercase;
	color: #242424;
	font-weight: 600;
	margin-bottom: 6px;
	line-height: 13px;
}
.comment_title h5 a:hover,.related_posts_content h3 a:hover{
    color: #091524;
}
.comment_title span {
	font-size: 12px;
	color: #999;
}
.comment_content p {
	font-size: 12px;
	color: #999;
	line-height: 12px;
}
.comment_title {
	margin-bottom: 7px;
}
.comment_reply a {
	color: #fff;
	display: inline-block;
	background: #091524;
	font-weight: 600;
	border-radius: 5px;
	height: 40px;
	line-height: 43px;
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
}
.comment_reply a:hover{
    background: #356EB4;
    color: #fff;
}
.comment_list.column-3 {
	margin-left: 40px;
}
.comment_list:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.comments_form h3,.related_posts > h3 {
	font-size: 20px;
	color: #242424;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 14px;
	margin-bottom: 15px;
}
.comments_box {
	margin-bottom: 50px;
}
.comments_form p {
	line-height: 12px;
	font-size: 12px;
	color: #999999;
	margin-bottom: 15px;
}
.comments_form textarea {
	border: 1px solid #888;
	background: none;
	height: 110px;
	resize: none;
    margin-bottom: 15px;
	padding: 10px;
    width: 100%;
    font-size: 14px;
}
.comments_form label {
	color: #242424;
	font-weight: 600;
	line-height: 12px;
	margin-bottom: 8px;
}
.comments_form input {
	border: 1px solid #888;
	background: none;    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #888;
	height: 40px;
    width: 100%;
}
.comments_form button {
	background: #091524;
	color: #fff;
	border: 0;
	height: 43px;
	line-height: 44px;
	border-radius: 5px;
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	margin-top: 24px;
	-webkit-transition: .3s;
	transition: .3s;
}
.comments_form button:hover{
    background: #356EB4;
    color: #fff;
}
.comments_form {
	margin-bottom: 50px;
}
.related_posts_content h3 {
	font-size: 18px;
	color: #242424;
	font-weight: 600;
	line-height: 12px;
    margin-bottom: 4px;
}
.related_posts_content span {
	color: #444;
}
.related_posts_thumb {
	margin-bottom: 25px;
}
.blog_meta {
    margin-bottom: 10px;
}
.blog_details .blog_meta span a {
	color: #356EB4;
}
.blog_details .blog_meta span i{
    color: #999;
}
.blog_details .blog_social ul li a {
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	width: 35px;
}
/*blog details css end*/
/* ========== animation ================ */
@keyframes bulb {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0.6;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes stretch {
	0% {
		transform: scale(.3);
		background-color: #bb1093;
		border-radius: 100%;
	}

	50% {
		background-color: #bb1093;
	}

	100% {
		transform: scale(1);
		background-color: #bb1093;
	}
}

@keyframes zoom {
	0% {
		transform: scale(1, 1);
	}

	50% {
		transform: scale(1.2, 1.2);
	}

	100% {
		transform: scale(1, 1);
	}
}
