@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap');

body { font-size: 16px; font-family: 'Noto Sans', sans-serif;  }

/*============= COMMAN CSS ==============*/
p{line-height: 1.42;}
a, a:hover, a:active, a:focus{ text-decoration: none; color: inherit; outline: none; transition: all 0.4s; -webkit-transition: all 0.4s; -ms-transition: all 0.4s;  -moz-transition: all 0.4s;  -o-transition: all 0.4s;  }
ul { padding: 0; margin: 0; }
img{max-width: 100%; }
.btn{-webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear; -ms-transition: all 0.25s linear; -o-transition: all 0.25s linear; transition: all 0.25s linear;}
.form-control{background: #ffffff; border-radius: 0; height: 43px; font-size: 18px; color: #363636; font-weight: 400px; box-shadow: 0 0 0 rgba(0,0,0,0); border-radius: 0; border: 1px solid #dedede;  }
.form-control:focus{box-shadow: none; border-color: #dedede;  }

h2.sectiontitle { margin:25px 0 50px; font-size: 40px; font-weight: 700; position: relative; text-align: center; }
h2.sectiontitle span { position: relative; display: inline-block; }
h2.sectiontitle span:before{ content: ""; position: absolute; left: -139px; top: 10px; height: 22px; width: 118px; background: url('../images/title-left.png') no-repeat; }
h2.sectiontitle span:after{ content: ""; position: absolute; right: -139px; top: 10px; height: 22px; width: 118px; background: url('../images/title-right.png') no-repeat; }

h1.sectiontitle { margin:25px 0 50px; font-size: 40px; font-weight: 700; position: relative; text-align: center; }
h1.sectiontitle span { position: relative; display: inline-block; }
h1.sectiontitle span:before{ content: ""; position: absolute; left: -139px; top: 10px; height: 22px; width: 118px; background: url('../images/title-left.png') no-repeat; }
h1.sectiontitle span:after{ content: ""; position: absolute; right: -139px; top: 10px; height: 22px; width: 118px; background: url('../images/title-right.png') no-repeat; }

 
h1.sectiontitle2 { margin:25px 0 50px; font-size: 40px; font-weight: 700; position: relative; text-align: center; }
h1.sectiontitle2 span { position: relative; display: inline-block; }
h1.sectiontitle2 span:before{ content: ""; position: absolute; left: -139px; top: 20px; height: 22px; width: 118px; background: url('../images/title-left.png') no-repeat; }
h1.sectiontitle2 span:after{ content: ""; position: absolute; right: -139px; top: 20px; height: 22px; width: 118px; background: url('../images/title-right.png') no-repeat; }

.mln-cta{ background: #e9861f; padding: 10px 20px; color: #fff; display: inline-block; position: relative; font-size: 15px; }
.mln-cta:hover { background: #f3830f; color: #fff; }


/* ========= HEADER ========*/
header a{letter-spacing: normal; }
header{ background: #fff; }
header .topbar{ background: #191919; padding: 12px 0; color: #fff; transition:all 0.3s linear 0s; -moz-transition:all 0.3s linear 0s; -ms-transition:all 0.3s linear 0s; -o-transition:all 0.3s linear 0s; -webkit-transition:all 0.3s linear 0s ;}
header .topbar ul.contectinfo{ float: left; list-style-type: none; margin: 0; padding: 0;}
header .topbar ul.contectinfo li{ float: left; padding: 0 15px; border-right: 1px solid #868686; }
header .topbar ul.contectinfo li a{color: #ffffff; font-weight: normal; line-height: 22px; letter-spacing: 0; }
header .topbar ul.contectinfo li svg{ margin-right:10px; }
header .topbar ul.contectinfo li:first-child{ padding-left: 0;  }
header .topbar ul.contectinfo li:last-child{ border: none;  }

header .topbar ul.social{ float: right; list-style-type: none; margin: 0; padding: 0; }
header .topbar ul.social li{ display: inline-block; padding-left: 10px; }
header .topbar ul.social li a{color: #ffffff; font-weight: normal; line-height: 22px; letter-spacing: 0; }
header .navbar-brand{padding: 15px 15px;}
header .navbar-brand > img{max-height: initial; max-width: 100%; }

header .navbar{ min-height: auto; margin-bottom: 0; }
header .navbar-brand{ height: auto; }
header .navbar-header a.navbar-brand{transition: width 0.25s; -moz-transition:width 0.25s; -ms-transition:width 0.25s; -o-transition:width 0.25s; -webkit-transition:width 0.25s;  width: 221px; }
header .navbar-default{ background:none; border-color:transparent; border:0; }
header .navbar-default .navbar-nav > li{ margin:15px 0 0 0; padding:0 10px; transition:all 0.3s linear 0s; -moz-transition:all 0.3s linear 0s; -ms-transition:all 0.3s linear 0s; -o-transition:all 0.3s linear 0s; -webkit-transition:all 0.3s linear 0s ;}
header .navbar-default .navbar-nav > li > a{ color: #000; text-transform: uppercase; position: relative;  padding: 18px 0;  transition: all 0.4s; font-size: 16px; font-weight: normal; }
header .navbar-default .navbar-nav > li ul.dropdown { display: none; position: absolute;background-color: #e9861f;color: #fff;list-style: none;z-index: 999; width: 180px; padding: 0;}
header .navbar-default .navbar-nav > li ul.dropdown li { padding: 10px;text-align: left; }
header .navbar-default .navbar-nav > li ul.dropdown li a{color: #ffffff; font-weight: normal; }
header .navbar-default .navbar-nav > li:hover ul.dropdown { display: block; }
header .navbar-default .navbar-nav > li:hover ul.dropdown li:hover { background-color: #000; }
header .navbar-default .navbar-nav > li > a:hover{color: #000;}
header .navbar-default .navbar-nav > .active > a, header .navbar-default .navbar-nav > .active > a:focus, header .navbar-default .navbar-nav > .active > a:hover{color: #000;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { background: none; }
header .navbar-default .navbar-nav > li.login { margin: 18px 0 0; padding-right: 0; }
header .navbar-default .navbar-nav > li.login a{ background: #e9861f; padding: 12px 40px; color: #fff; }
header .navbar-default .navbar-nav > li.login a:hover{ background: #f3830f; }
header .navbar-default .navbar-nav > li.login a svg{ margin-right: 10px; }
header .navbar-default .navbar-nav > li.login a:after, header .navbar-default .navbar-nav > li.login a:before{ display: none; }
header .navbar-default .navbar-nav > li.dropdown:before{width: 0; height: 0; border-style: solid; border-width: 0 8px 8px 8px; border-color: transparent transparent #ffffff transparent; position: absolute; left: 50%; bottom: 0; content: ""; margin: 0 0 0 -8px; z-index: 99999; display: none;}
header .navbar-default .navbar-nav > li.dropdown:after{width: 0; height: 0; border-style: solid; border-width: 0 9px 9px 9px; border-color: transparent transparent #cccccc transparent; position: absolute; left: 50%; bottom: 0; content: ""; margin: 0 0 0 -9px; display: none; z-index: 9999;} 
header .navbar-default .navbar-nav ul.dropdown-menu{left: 50%; right: auto; top: 100%; margin: -1px 0 0 -80px; width: 160px; }
header .navbar-default .navbar-nav > li:hover > ul.dropdown-menu{display: block; }
header .navbar-default .navbar-nav > li.dropdown:hover:before, header .navbar-default .navbar-nav > li.dropdown:hover:after{display: block;}


/*============= BANNER =============*/
section.home-banner { }
section.home-banner .banner-slider .slick-arrow{  width: 35px; height: 100px;  position: absolute; z-index: 9; left: 0; right: 8px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); background: none;  border:0; text-indent: -10000px; outline: none;}
section.home-banner .banner-slider .slick-arrow.slick-prev { background: rgba(0,0,0,0.7) url("../images/property-left-arrow-white.svg") no-repeat;  background-position: 50% 50%; background-size: 20px; }
section.home-banner .banner-slider .slick-arrow.slick-next { background: rgba(0,0,0,0.7) url("../images/property-right-arrow-white.svg") no-repeat; left: initial; right: 0; background-position: 50% 50%; background-size: 20px; }

/*===== Why Us Section =====*/
section.why-us-recastio { padding: 40px 0 10px; }
section.why-us-recastio .box{ box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.24); margin: 0 0 30px;}
section.why-us-recastio .box .details { padding: 15px; }
section.why-us-recastio .box .details h3{ font-size: 20px; font-weight: 700; margin: 0 0 15px;}
section.why-us-recastio .box .details .read-more { text-align: center; margin: 20px 0 0; }

/*===== Using Recastio =====*/
section.using-recastio { padding: 40px 0; background: #eeeded; }
section.using-recastio .box{ margin: 15px 0; }
section.using-recastio .box .details{  }
section.using-recastio .box .details h3{font-size: 22px; margin: 10px 10px 10px 0; line-height: 32px; }
section.using-recastio .box .img{ min-height: 110px; }
section.using-recastio .box .img span{ display: inline-block;  width: 103px; height: 103px; border-radius: 50%; line-height: 103px; text-align: center; transition: all 0.5s;}
section.using-recastio .box:hover .img span{ background: #e9861f; box-shadow: 0px 0px 0px 10px #ebb986; }
section.using-recastio .box:hover .img span img{ filter: brightness(0) invert(1); }

/*======== video section =========*/
section.video-section { padding:50px 0; }

/*======== Products Page =========*/
section.product-content { font-size: 15px; }
section.product-content .product-row { display: flex;align-items: center; margin: 0 0 30px 0;}
section.product-content .product-row-reverse { display: flex;align-items: center; margin: 0 0 30px 0;flex-direction: row-reverse;}
section.product-content .product-img img { height: 278px;object-fit: cover;width: 100%; }
.product-content-section{padding: 2rem 0; position: relative;} 
.product-content-section-2 {
    padding: 2px 0 2rem 0;position: relative;
}
.product-content-section-2 .product-content-media{width: 100%; height: 272px; position: relative;overflow:hidden;}
.product-content-section-2 .product-content-media img { height:100%;object-fit: cover;width: 100%; }
section.product-content .product-img3 img { height:320px;object-fit: cover;width: 100%; }
section.product-content .product-text ul { display: inline-block; padding: 0 0 0 25px; }
section.product-content .product-text ul li { margin: 0 0 10px 0;}
section.product-content .product-text h3 { font-weight: 600; }

/*======== my cart banner =========*/
.banner-media {width: 100%; position: relative; height: 420px; overflow: hidden; }
.banner-media img{width: 100%; height: 100%; object-fit: cover; }

/*=========== FOOTER ===========*/
footer{ color: #fff; padding: 20px 0 0; background: #202020; font-size: 16px; }
footer a{font-weight: normal; letter-spacing: normal; }
footer .row{margin-left: -15px; margin-right: -15px; }
footer h3.footer-title{ font-size: 20px; margin: 20px 0 40px; text-transform: uppercase; color: #ffffff; font-weight: normal; }
footer .footer-logo img{ margin: 10px 0 25px; width: auto; }

footer .footer-logo p{ line-height: 1.8; color: #fff; font-size: 16px; }
footer .footer-link ul.address-info{ list-style-type: none; }
footer .footer-link ul.address-info li{ padding: 0 0 20px; color: #fff; }
footer .footer-link ul.address-info li a{color: #fff; }
footer .footer-link ul.address-info li a:hover{color: #e9861f; }
footer .footer-link ul.address-info li span.icon{  width: 30px; float: left; }
footer .footer-link ul.address-info li div.details{ overflow: hidden; }

footer .footer-link ul.social { margin:8px 0 0; display: inline-block; width: 100%; padding: 0; }
footer .footer-link ul.social li{float: left; list-style-type: none; }
footer .footer-link ul.social li a{ width: 33px; height: 33px; text-align: center; line-height: 33px; border: 1px solid #fff; color: #fff; display: block; border-radius: 100%; margin-right: 10px; margin-left: 0; }
footer .footer-link ul.social li a .fa{line-height: 33px; }
footer .footer-link ul.social li a:hover{ background: #e9861f; border-color: #e9861f;  color: #fff; }
footer .footer-link ul.link { list-style-type: none; padding: 0; }
footer .footer-link ul.link li{ margin: 0 0 13px; }
footer .footer-link ul.link li a{color: #fff;}
footer .footer-link ul.link li a:hover{ color: #e9861f; }
footer .footer-link a.make-gift { background: #fff; color: #000; text-transform: uppercase; padding: 10px 20px; margin:12px 0 0; display: inline-block; }
footer .footer-link a.make-gift:hover { background: #e9861f; color: #fff; }
footer .copyright { border-top: 1px solid #909090;  padding: 16px 0; text-align: center; margin: 20px 0 0; font-size: 14px;}
footer .copyright p{ margin:0; font-weight: normal; font-size: 14px; color: #fff; letter-spacing: normal; } 
footer .copyright p strong{font-weight: normal; }


/*========== GOTO TOP ARROW ===============*/
#mln-top {position: fixed;right: 20px;bottom: 80px; border-radius: 3px;width: 40px;height: 40px; }
#mln-top a { width: 40px; height: 40px; float: left; position: relative; background: #e9861f; border: 1px solid #e9861f;}
#mln-top a:before {content: ''; position: absolute; left: 50%; top: 50%; border: solid 8px rgba(0, 0, 0, 0); border-bottom: solid 8px #fff; border-top: 0px; margin-left: -8px; margin-top: -5px; }
#mln-top a:after {content: ''; position: absolute; left: 50%; top: 50%; border: solid 8px rgba(0, 0, 0, 0); border-bottom: solid 8px #e9861f; border-top: 0px; margin-left: -8px; margin-top: -3px; }

section.new-price-page{padding: 30px 0 30px 0; }
section.new-price-page .price-plan-list .row{display: flex; -webkit-display: flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; }
section.new-price-page .price-plan-list .col-xs-12{}
section.new-price-page .price-plan-list .price-box{text-align: center; background: #eeeded; box-shadow: 0 0 15px rgba(0,0,0,0.25); -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.25); transition: all 0.15s linear; -moz-transition: all 0.15s linear; -ms-transition: all 0.15s linear; -o-transition: all 0.15s linear; -webkit-transition: all 0.15s linear; margin: 0 0 30px 0; height: calc(100% - 30px); }
section.new-price-page .price-plan-list .price-box .head{font-size: 28px; line-height: 38px; color: #333333; font-weight: normal; padding: 22px 10px; background: #ffffff; }
section.new-price-page .price-plan-list .price-box .head span{font-size: 40px; }
section.new-price-page .price-plan-list .price-box .ammount-box{background: #202020; color: #ffffff; font-size: 20px; padding: 8px 10px; font-weight: bold; }
section.new-price-page .price-plan-list .price-box .price-body{padding: 20px 20px; }
section.new-price-page .price-plan-list .price-box .price-body p{color: #333;}
section.new-price-page .price-plan-list .price-box .price-body h3{margin: 0 0 12px 0; font-size: 22px; line-height: 32px; font-weight: bold; }
section.new-price-page .price-plan-list .price-box .price-body ul{margin: 0; padding: 10px 0 0 0; text-align: left; }
section.new-price-page .price-plan-list .price-box .price-body ul li{margin: 0; padding: 0 0 8px 30px; list-style: none; color: #333; position: relative; }
section.new-price-page .price-plan-list .price-box .price-body ul li:before{background: url('../images/list-icon.png') no-repeat; background-size: 100%; position: absolute; left: 0; top: 5px; content: ""; width: 18px; height: 15px;  }
section.new-price-page .price-plan-list .price-box .price-foot{padding: 0 0 30px 0; }
section.new-price-page .price-plan-list .price-box .buy-now-btn a{display: inline-block; vertical-align: top; color: #333; border: 2px solid #333; padding: 9px 40px; font-size: 18px; }
section.new-price-page .price-plan-list .price-box.popular-box .head{background: #202020; color: #fff;}
section.new-price-page .price-plan-list .price-box.popular-box .ammount-box{background: #e9861f;}
section.new-price-page .price-plan-list .price-box.popular-box .buy-now-btn a{background: #fff; border-color: #e9861f; color: #e9861f; }
section.new-price-page .price-plan-list .price-box .buy-now-btn a:hover{background: #333; color: #fff; border-color: #333; }
section.new-price-page .price-plan-list .price-box:hover{transform: scale(1.02); -moz-transform: scale(1.02); -ms-transform: scale(1.02); -o-transform: scale(1.02); -webkit-transform: scale(1.02); }


@media (max-width:1199px) {
	/*header .navbar-default .navbar-nav > li{padding: 0 10px; }
	header .navbar-default .navbar-nav > li > a{font-size: 14px; }*/

	h2.sectiontitle { font-size: 30px; }
	h2.sectiontitle span:before, h2.sectiontitle span:after { display: none; }
	section.using-recastio .box .details h3 { font-size: 17px; }	
	section.product-content { font-size: 14px; }
	header .navbar-default .navbar-nav > li.login a { padding: 12px 12px; }
	header .navbar-default .navbar-nav > li  { padding: 0 7px; }
	header .navbar-default .navbar-nav > li > a { font-size: 14px; }
}

@media (max-width:991px) {
	h2.sectiontitle span:before, h2.sectiontitle span:after { display: none; }

	header .navbar-default .navbar-nav > li { margin: 0; }
	header .navbar-default .navbar-nav > li > a { padding: 8px 0; }
	header .navbar-default .navbar-toggle {  padding: 9px 10px; height:35px; margin: 21px 15px; border-color: #e9861f; border-radius: 0; /*display: none;*/ }
	header .navbar-default .navbar-toggle .icon-bar {  background: #e9861f; }
	header .navbar-default .navbar-toggle .icon-bar:nth-child(2) { transform:rotate(45deg); }
	header .navbar-default .navbar-toggle .icon-bar:nth-child(4) { transform:rotate(-45deg); margin-top: -1px; }
	header .navbar-default .navbar-toggle .icon-bar:nth-child(3) { display: none; }
	header .navbar-default .navbar-toggle.collapsed { background: none; display: none;  }
	header .navbar-default .navbar-toggle.collapsed .icon-bar { transform:rotate(0deg); display: block; }
	header .navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(4) {margin-top: 4px; }
	header .navbar-default .navbar-toggle:hover, header .navbar-default .navbar-toggle:focus{  background: none; }

	header .navbar-default .navbar-nav > li.login { padding-right: 10px; margin: 8px 0px; text-align: center;}

	section.video-section .video{ margin: 0 0 30px; }
	section.why-us-recastio .box .images img{ width: 100%; }

	section.new-price-page{padding: 0 0 20px 0; }
	section.new-price-page .price-plan-list .price-box .head{font-size: 25px; line-height: 35px; }
	section.new-price-page .price-plan-list .price-box .price-body h3{font-size: 20px; line-height: 30px; }
	footer .col-xs-12:nth-child(2n+1){clear: left; }


	section.using-recastio .box { text-align: center; }
	section.product-content .product-row { display: block; }
	section.product-content .product-row-reverse { display: block; }
	section.product-content .product-text ul { padding: 0 0 0 16px; }
	section.product-content .product-text { margin: 0 0 15px 0; }
	section.product-content .product-img img { height: 320px; margin: 0 0 10px 0;}
	.mean-container .mean-bar {max-width: 750px;margin: 0 auto;float: none;background: none;position: absolute;right: 5px;top: 0px;width: auto;}
	.mean-container a.meanmenu-reveal { top: 66px;background-color:#000;right: 0px; }
	.mean-container .mean-nav { margin-top: 108px; }

}

@media (max-width:767px) {
	section.why-us-recastio { padding: 10px 0; }
	h2.sectiontitle { margin: 10px 0 20px;font-size: 25px; }
	footer h3.footer-title { margin: 20px 0; }
	footer .footer-link ul.link li { margin: 0 0 5px 0; }
	footer .footer-link ul.address-info li { padding: 0 0 10px; }

	section.new-price-page{padding: 0 0 10px 0; }
	section.new-price-page .price-plan-list .price-box .head{font-size: 20px; line-height: 28px; padding: 8px 10px; }
	section.new-price-page .price-plan-list .price-box .ammount-box{font-size: 18px; padding: 6px 10px; }
	section.new-price-page .price-plan-list .price-box:hover{transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; -webkit-transform: none; }
	section.new-price-page .price-plan-list .price-box{height: auto; margin: 0 0 20px 0; }
	section.new-price-page .price-plan-list .price-box .buy-now-btn a{padding: 8px 20px; font-size: 17px; }
	section.new-price-page .price-plan-list .price-box .price-foot{padding: 0 0 22px 0; }
	section.new-price-page .price-plan-list .price-box .price-body h3{font-size: 18px; line-height: 26px; }
	
}


@media (min-width:768px) {
	.mobile-banner{display: none !important;}
	.web-banner{display: block;}
}

@media (max-width:768px) {
	.mobile-banner{display: block;}
	.web-banner{display: none !important;}

}

@media (max-width:568px) {
	/*h2.sectiontitle { margin: 25px 0 20px; font-size: 26px; }
	footer h3.footer-title { margin: 20px 0 15px; }*/
	h2.sectiontitle { margin: 25px 0 20px; font-size: 26px; }
	footer h3.footer-title { margin: 20px 0 15px; }
	footer .footer-logo img { max-width: 190px; }
	
	section.why-us-recastio .box .details { padding: 10px; }
	section.why-us-recastio .box .details h3 { font-size: 18px;margin: 0 0 10px;}
	section.why-us-recastio .box .details p { font-size: 14px; margin: 0 0 5px 0;}
	.mln-cta { padding: 5px 15px;font-size: 14px;}
	section.image-gallery .gallery-list .gallery-box { margin: 0 0 15px 0;}
	section.image-gallery { padding: 10px 0; }
	section.video-gallery { padding: 10px 0; } 
	section.product-content .product-img img { height: 200px; }
	section.using-recastio .box .details h3 { font-size: 15px; }
	section.using-recastio .box .img span img { max-width: 80%; }
	section.using-recastio .box .img span { width: 60px;height: 60px;line-height: 60px; }
	section.using-recastio .box .img { min-height: unset; }
	section.product-content .product-text h3 { font-size: 20px;margin: 10px 0; }
	section.product-content .product-text ul li { margin: 0 0 5px 0; }

	section.home-banner .banner-slider .slick-arrow { height: 35px; }
	section.why-us-recastio { padding: 0px 0 10px; }
	section.using-recastio { padding: 0px 0 10px; }
	section.using-recastio .box .img { text-align: center; }
	section.using-recastio .box .details { text-align: center; }
	section.video-section { padding: 0px 0px 30px; }
	section.video-section .product-img iframe{height: auto !important;}
	section.home-banner .banner-slider .slide img{ height: auto;  object-fit: cover; }

	
	 
}

@media (max-width:480px) {
	section.new-price-page .price-plan-list .price-box .price-body{padding: 20px 15px; }

}
