@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before
{
	box-sizing: border-box;
}
:after, :before
{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 15px;
    float: right;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: url(../images/top.png) center center no-repeat;
    border-radius: 2px 0 0 2px;
}
.scrollup:hover
{
	
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: 'Nunito', sans-serif;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
}
p strong
{
    color: #000;
    font-weight: 600;
}
a
{
	color:#ff3000;
	text-decoration:none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a:hover
{
	color:#000; 
}
h1, h2, h3
{ 
	margin:15px 0;
}
ul.list
{
	padding:0;
	margin:15px 0 0 15px;
	list-style:none;
} 
ul.list li
{
    color: #000;
    line-height: 26px;
    font-size: 16px;
    padding-left: 0px;
	position:relative;
     list-style: circle;
     left: 20px;
}
/*ul.list li:before
{
    content: " ";
    position: absolute;
    top: 11px;
    left: 0;
    width: 10px;
    height: 3px;
    background: #133c7e;
}*/
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}
.wow
{
	visibility:hidden;
}
.wrapper
{
    overflow: hidden;
}
header
{
	position:relative;
}
.section
{
	outline:0;
    position: relative;
    background: #fff;
    z-index: 9999;
}
.footer
{
	
}
.header
{
	
}
.nav-shrink
{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}	
.nav-shrink.header-top
{   
    background:#fff;
    box-shadow: 0px 0px 16px #888888;
	/*background:#133c7e;*/
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.nav-shrink .callus a
{
    color: #fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.nav-shrink .languagebtn
{
    color: #fff;
    border: solid 2px #1f56ad;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.header-top
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
    padding:0 80px;
	/*padding:0 100px;*/
    z-index: 9999;
	background:#fff;
    z-index: 99999;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.header-top h1
{
    margin: 0;
    padding: 5px;
 /*   background: #fff;*/
    position: absolute;
/*    border-radius: 100%;*/
}
.callus
{
    position: relative;
    margin: 15px 0;
    display: none;
}
.callus a
{
    display: block;
    color: #133c7e;
    font-size: 22px;
    font-weight: 800;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.callus a:hover
{
	text-decoration:underline;
}
.callus a:before
{
    content: " ";
    background: url(../images/callus.svg) center center no-repeat;
    background-size: 30px;
    border-right: solid 2px #dcdcdc;
    position: absolute;
    top: -4px;
    left: -55px;
    width: 50px;
    height: 50px;
}
.callus a strong
{
    font-weight: 500;
    font-size: 17px;
}
.social-icon-top
{
    margin: 15px 0 15px 40px;
    display: none;
}
.social-icon-top a
{
    display: block;
    background: #4267b2;
    color: #fff;
    width: 42px;
    height: 42px;
    margin-bottom: 3px;
    text-align: center;
    padding: 8px 0;
    font-size: 26px;
    border-radius: 3px;
    float: left;
    margin-left: 10px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.social-icon-top a:nth-of-type(2)
{
    background: #1da1f2;
}
.social-icon-top a:nth-of-type(3)
{
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icon-top a i
{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.social-icon-top a:hover i
{
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.social-icon-top a:hover
{
	opacity:0.8;
}
.years
{
	margin-right:75px;
    display: none;
}
.header-top h1 img
{
	
}
.language
{
    position: relative;
    display: inline-block;
    margin: 18px 0 18px 30px;
}
.languagebtn
{
    background: none;
    color: #000;
    padding: 6px 10px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Nunito', sans-serif;
    position: relative;
    border: solid 2px #dcdcdc;
    width: 130px;
    text-align: left;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.languagebtn:after
{
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    font-size: 24px;
    font-weight: 100;
    width: 15px;
    height: 10px;
    line-height: 8px;
}
.languagebtn:hover, .languagebtn:focus
{
  	outline:0;
}
.languagebtn:hover:after, .languagebtn:focus:after
{
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.language-content
{
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.language-content a
{
    color: #fff;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
    background: #133c7e;
}
.language a:hover
{
	opacity:0.9;
}
.showlanguage
{
	display: block;
}
.banner-wrapper
{
    height: 100vh;
}
.banner
{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 8;
    background: url(../images/banner-new.jpg) bottom center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 50px;
}
.banner:before
{
    content: " ";
    position: absolute;
	top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
	display:none;
}
.banner:after, .banner-heading:after
{
    content: " ";
    position: absolute;
    bottom: -1%;
    left: -1%;
    right: 0;
    background: url(../images/curve.svg) bottom center no-repeat;
    background-size: contain;
    z-index: 999;
    width: 102%;
    height: 200px;
	display:none;
}
.ml6
{
    color: #fff;
    font-size: 46px;
    margin: auto;
    position: relative;
    z-index: 999;
    font-weight: 800;
	font-family: 'Foco';
    font-weight: bold;
}
.banner-txt
{
    color: #fff;
    font-size: 46px;
    margin: auto;
    position: relative;
    z-index: 999;
    font-weight: 800;
    font-family: 'Foco';
    font-weight: bold;
}
.ml6 .text-wrapper
{
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.ml6 .letter
{
  display: inline-block;
  line-height: 1em;
}
.scroll
{
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    width: 64px;
    height: 18px;
    margin: auto;
    z-index: 9999;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    text-align: center;
}
.scroll a
{
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    position: relative;
    display: block;
    text-transform: uppercase;
}
.scroll a:before
{
    content: " ";
    position: absolute;
    bottom: -9px;
    left: -80px;
    right: 0;
    width: 2px;
    height: 30px;
    margin: auto;
    background: #fff;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.scroll a:after
{
    content: " ";
    position: absolute;
    bottom: 0px;
    left: -70px;
    right: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    background: #fff;
    transform: rotate(-90deg);
    border: solid 2px #ffc511;
    border-radius: 50%;
    -webkit-animation: scroll 1s infinite ease-out;
    -ms-animation: scroll 1s infinite ease-out;
    animation: scroll 1s infinite ease-out;
}
@keyframes scroll
{0%,100%{-webkit-transform:translateX(1px)}75%{-webkit-transform:translateX(-20px)}}@-webkit-keyframes scroll{0%,100%{-webkit-transform:translateX(1px)}75%{-webkit-transform:translateX(-20px)}}@-moz-keyframes scroll{0%,100%{-webkit-transform:translateX(1px)}75%{-webkit-transform:translateX(-20px)}}@-ms-keyframes scroll{0%,100%{-webkit-transform:translateX(1px)}75%{-webkit-transform:translateX(-20px)}}@-o-keyframes scroll{0%,100%{-webkit-transform:translateX(1px)}75%{-webkit-transform:translateX(-20px)}}
.section-text
{
	text-align:center;
	padding:100px 200px;
	background:url(../images/grass.png) bottom center repeat-x;
	position:relative;
}
.section-text:before
{
    content: " ";
    background: url(../images/cow-brown.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 500px;
    height: 300px;
    z-index: -8;
    -webkit-transform: translate(-72px, 0);
    transform: translate(-72px, 0);
}
.section-text:hover:before
{
    -webkit-transform: translate(50px, 0px);
    transform: translate(50px, 0);
}
.section-text:after
{
    content: " ";
    background: url(../images/cow-brown-and-black.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 220px;
    z-index: -8;
}
.section-text:hover:after
{
    -webkit-transform: translate(-60px, 12px);
    transform: translate(-60px, 12px);
}
.section-text figure
{
	width:46%;
}
.section-text aside
{
	width:46%;
}
.section-text aside article
{
	background:#133c7e;
	padding:15px 30px;
}
.section-text aside article h2, .section-news h2, .section-tag aside h2, .section-testimonial h2 , .section-home h2
{
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    position: relative;
	margin-bottom:30px;
}
.section-text aside article h2:after, .section-news h2:after, .section-tag aside h2:after, .section-testimonial h2:after, .section-home h2:after
{
	content:" ";
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 36px;
    height: 6px;
    background: #fff;
    -webkit-transform: skew(50deg, 0deg);
    transform: skew(50deg, 0deg);
}
.section-text aside article p
{
	color:#fff;
}
.section-text aside h3
{
    color: #133c7e;
    font-size: 26px;
    font-weight: 700;
}
.section-text aside a, .section-news .item article a
{
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #5CA33B;
    overflow: hidden;
    position: relative;
    border: solid 2px #5CA33B;
	border-radius:30px;
}
.section-text aside a:hover, .section-news .item article a:hover
{
    border: solid 2px #5CA33B;
}
.section-text aside a span, .section-news .item article a span
{
    padding: 0 26px;
    display: block;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 44px;
}
.section-text aside a:hover span, .section-news .item article a:hover span
{
	-webkit-transform:translateX(-100%);
	transform:translateX(-100%);
}
.section-text aside a:before, .section-news .item article a:before
{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 8;
    padding: 0 26px;
    width: 100%;
    height: 100%;
    background: #5CA33B;
    color: #fff;
    content: attr(data-hover);
	text-transform:uppercase;
    font-size: 14px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 44px;
}
.section-text aside a:hover:before, .section-news .item article a:hover:before
{
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.section-news
{
	background:#133c7e;
	padding: 95px;
	position:relative;
}
.section-news:before
{
    content: " ";
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(0deg, #133c7e, transparent);
}
.section-news:before
{
    content: " ";
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(0deg, #133c7e, transparent);
}
.section-news h2
{
    margin-top:5px;
    margin-left:5px;
}
.section-news h2:after
{
    left: 0;
    right: auto;
}
.section-news .item
{
	margin:5px;
	background:#fff;
}
.section-news .item figure
{
	position:relative;
}
.section-news .item figure h3
{
    margin: 0;
    font-size: 22px;
    font-weight: 700;
	position:absolute;
	top:20px;
	left:20px;
	color:#fff;
	text-transform:uppercase;
}
.section-news .item article
{
	padding:20px;
}
.section-news .item article h4
{
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}
.section-news .item article a span, .section-news .item article a:before
{
	padding: 0 6px;
    line-height: 18px;
    font-size: 13px;
}
.section-tag
{
    background: url(../images/tagbg.jpg) top center no-repeat;
    background-size: cover;
    padding: 200px 100px;
    position: relative;
    z-index: 9;
}
.section-tag:before
{
    content:" ";
    background: url(../images/shape.svg) top -1px center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -8;
}
.section-tag:after
{
    content:" ";
	background:url(../images/shape-white.svg) top -1px center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.section-tag aside
{
    width: 36%;
    text-align: center;
    padding-bottom: 75px;
	position:relative;
    z-index: 9;
}
.section-tag aside h2
{
    
}
.section-tag aside p
{
    color:#fff;
    font-size: 20px;
    font-weight: 300;
}
.section-testimonial
{
    padding:100px;
}
.section-home {
    padding: 100px 100px 0 100px;
}
.section-testimonial .owl-carousel .owl-stage-outer
{
	padding:30px 0;
}
.section-testimonial h2
{
    color: #133c7e;
	text-align:center;
}
.section-testimonial h2:after
{
	background:#5CA33B;
}
.section-home h2
{
    color: #133c7e;
    text-align:center;
}
.section-home h2:after
{
    background:#5CA33B;
}
.section-testimonial .item
{
    padding: 30px;
    background: #fff;
    box-shadow: 0px 7px 26px rgba(160,160,160,0.4);
	position:relative;
        height: 550px;
}
.section-testimonial .item:before
{
    content:" ";
    background: #133c7e;
    position: absolute;
    top: -10%;
    bottom: -10%;
    left: 0;
    right: 0;
    z-index: -8;
    width: 120px;
    height: 120%;
    margin: auto;
    opacity: 0.3;
}
.section-testimonial .item:after
{
    content: "\f10d";
    font-family: 'FontAwesome';
    color: #5CA33B;
    font-size: 42px;
    font-weight: 100;
	display:block;
}
.section-testimonial .item p
{
    position: relative;
    margin-bottom: 28px;
}
.section-testimonial .item p:after
{
	content:" ";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 36px;
    height: 3px;
    background: #5CA33B;
    margin: auto;
}
.section-testimonial .item h3
{
    font-weight: 800;
    color: #133c7e;
    font-style: italic;
    font-size: 20px;
}
.section-testimonial .item img
{
    width: 80px;
    border-radius: 50%;
    border: solid 3px #c1cfc9;
}
.map
{
	position:relative;
}
.map article
{
    position: absolute;
    width: 430px;
    background: #fff;
    border-radius: 3px;
    padding: 55px 30px 15px 30px;
    top: 50%;
    left: 100px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
}
.map article h2
{
    position: absolute;
    background: #133c7e;
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 12px 30px;
}
.map article p
{
	position:relative;
    padding-left: 22px;
}
.map article p i
{
    position: absolute;
    top: 4px;
    left: 0;
    color: #5CA33B;
    font-size: 20px;
}
.map:before
{
    content: " ";
    position: absolute;
    top: 0;
	bottom:0;
    left: 0;
    right: 0;
    background: url(../images/shape-curve-white.svg) top center no-repeat;
    background-size: contain;
    z-index:8;
	display:none;
}
.footer
{
    position: relative;
    background: #133c7e;
}
.footer:before
{
    content: " ";
    position: absolute;
    top: -155px;
    left: -1%;
    right: 0;
    background: url(../images/shape-blue.svg) top center no-repeat;
    background-size: cover;
    z-index: 9999;
    width: auto;
    height: 157px;
	display:none;
}
.footer h1
{
    margin: 0;
    text-align: center;
    padding: 75px 20px;
    position: relative;
    z-index: 9999;
}
.footer h1 a img
{
    background: #fff;
    border-radius: 100%;
    padding: 15px;
}
.footer article:after, .footer-nav:before, .footer-nav:after
{
	content:" ";
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:75%;
	height:3px;
	background:linear-gradient(90deg, #133c7e, #1755ba, #133c7e);
	margin:auto;
}
.footer article
{
	display:flex;
	flex-wrap:wrap;
	position:relative;
}
.footer article:after
{
	bottom:auto;
	top:0;
}
.footer aside
{
    width: 33.333333%;
	text-align:center;
    padding: 50px 20px;
}
.footer aside:nth-of-type(2)
{
	border-left:solid 2px #1755ba;
	border-right:solid 2px #1755ba;
}
.footer h3
{
    color: #fff;
    margin-top: 0;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
	font-weight:700;
}
.footer h3:after
{
    content: " ";
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 36px;
    height: 6px;
    background: #5CA33B;
    -webkit-transform: skew(50deg, 0deg);
    transform: skew(50deg, 0deg);
}
.footer p
{
    color: #fff;
    font-size: 16px;
	margin-top:0;
}
.footer p strong
{
    color: #378bd6;
    font-weight: 800;
}
.footer a
{
    color: #fff;
}
.footer a:hover
{
	text-decoration:underline;
}
.social-media
{
	
}
.social-media a
{
    display: inline-block;
    margin:0 4px;
	color:#fff;
	font-size:22px;
}
.social-media a:hover
{
	opacity:0.6;
}
.footer-text
{
	
}
.footer-nav
{
	position:relative;
}
.footer-nav:before
{
	top:0;
	bottom:auto;
}
.footer-nav:after
{
	
}
.footer-nav ul
{
	padding:0;
	margin:0;
	text-align:center;
}
.footer-nav ul li
{
	list-style:none;
	display:inline-block;
	margin:20px 10px;
}
.footer-nav ul li a
{
	color:#fff;
	font-weight:normal;
	font-size:18px;
}
.footer-bottom
{
	padding:35px 100px;
}
.footer-bottom a
{
    color: #378bd6;
}
.footer-bottom p
{
    color: #fff;
}
.footer-text-link a:hover
{
	text-decoration:underline;
}
.show
{
	display:block;
}
.hide
{
	display:none;
}
.gm-style .place-card-large
{
    padding: 9px 4px 9px 11px;
    display: none;
}
.banner-heading
{
    height: 200px;
    margin-top: 75px;
    background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 50px;
	position:relative;
}
.section-content
{
	position:relative;
	padding:85px 100px;
}
.section-useful {
    position: relative;
    padding: 10px 100px;
}
.section-content h2
{
    color: #000;
    font-weight: 800;
    font-size: 30px;
}
.section-content h3
{
    color: #133c7e;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    font-family: 'Foco';
}
.privacy-head h3{
    color: #133c7e;
    font-size: 20px!impotant;
    line-height: 32px;
    font-weight: 700;
    font-family: 'Foco';
}


.section-useful h3 {
    color: #133c7e;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    font-family: 'Foco';
}
.content
{
	width:65%;
}
.sidebar
{
	width:30%;
}
.sidebar img
{
	margin:15px 0;
}
.section-content article
{
	display:flex;
    align-items: center;
}
.section-content article figure
{
	width:25%;
}
.section-content article aside
{
	width:70%;
	padding-left:5%;
}
.split
{
	width:48%;
}
.banner-nav
{
    position: absolute;
    bottom: -30px;
    right: 100px;
    z-index: 99999;
}
.banner-nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.banner-nav ul li
{
    float: left;
    list-style: none;
    position: relative;
    color: #666666;
    font-size: 15px;
    margin-left: 16px;
}
.banner-nav ul li:first-of-type:before
{
	display:none;
}
.banner-nav ul li:before
{
	content: " ";
    position: absolute;
    top: -1px;
    bottom: 0;
    left: -8px;
    width: 2px;
    height: 18px;
    background: #5CA33B;
}
.banner-nav ul li a
{
    color: #133c7e;
    font-size: 16px;
    display: block;
}
.banner-nav ul li a:hover
{
	text-decoration:underline;
}
.products
{
	
}
.products .sidebar
{
	width:22%;
}
.products .content
{
	width:73%;
}
.products-nav
{
	
}
.products-nav h3
{
    background: #5CA33B;
    color: #fff;
    padding: 12px 16px;
    border-radius: 15px 0 15px 0;
    margin-bottom: 0;
}
.products-nav ul
{
    padding: 0;
    margin: 0;
    border: solid 1px #dde2d6;
}
.products-nav ul li
{
	
}
.products-nav ul li a
{
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    padding: 15px;
    border-top: solid 1px #dde2d6;
}
.products-nav ul li a:hover
{
	background:#dde2d6;
}
.products-list
{
	
}
.products-list ul
{
    padding: 0;
    margin: 0;
}
.products-list ul li
{
    width: 50%;
    float: left;
}
.products-list ul li a
{
    display: block;
    border: solid 2px #dde2d6;
    border-radius: 5px;
    overflow: hidden;
    margin: 15px;
}
.products-list ul li a:hover
{
    border: solid 2px #133c7e;
}
.products-list ul li a figure
{
    height: 250px;
    display: flex;
    align-items: center;
    padding: 20px;
}
.products-list ul li a figure img
{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.products-list ul li a h3
{
    background: #dde2d6;
    margin: 0;
    text-transform: uppercase;
    font-size: 17px;
    text-align: center;
    padding: 18px 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.products-list ul li a:hover h3
{
	color:#fff;
    background: #133c7e;
}
.products-desc
{
	
}
.products-image
{
    border: solid 2px #dde2d6;
    border-radius: 5px;
    height: 400px;
    display: flex;
    align-items: center;
    padding: 30px;
	width:40%;
	margin:15px 0;
}
.products-image img
{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.products-content
{
	width:60%;
	padding-left:30px;
}
.products-content p
{
	margin:10px 0;
}
.products-content p span
{
	display:inline-block;
	/*width:25%;*/
	position:relative;
	font-weight:700;
}
.products-content p span:after
{
	/*content:":";
	position:absolute;
	right:6px;*/
}
.products_table
{
    width: 100;
    padding: 0px;
    margin: 0px;
}

.products_table tr td:first-child{width: 35%}
.products_table tr td:nth-child(2){width: 5%}
.products_table tr td:last-child{width: 60%}
.products-content a
{
    background: #5CA33B;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 16px;
    border-radius: 5px;
    margin: 15px 0;
}
.products-content a:hover
{
    background: #dde2d6;
    color: #000;
}

.dealer-content a
{
    background: #5CA33B;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 16px;
    border-radius: 5px;
    margin: 15px 0;
}
.dealer-content a:hover
{
    background: #dde2d6;
    color: #000;
}

.products-table
{
	margin:15px 0;
}
.products-table table
{
    border: solid 1px #dde2d6;
}
.products-table table th, .products-table table td
{
    padding:10px 16px;
}
.products-table table th
{
    background: #133c7e;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
 .products-table table td
{
    border: solid 1px #dde2d6;
}
.products-table table tr:nth-child(even) 
{
	background:#dde2d6;
}

.benifits-table
{
    margin:15px 0;
}
.benifits-table table
{
    border: solid 1px #dde2d6;
}
.benifits-table table th, .benifits-table table td
{
    padding:10px 16px;
}
.benifits-table table th
{
    background: #133c7e;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
 .benifits-table table td
{
    border: solid 1px #dde2d6;
}
.benifits-table table tr:nth-child(even) 
{
    background:#dde2d6;
}

.products-features
{
	
}
.products-features h3
{
	
}
.products-features aside
{
    width: 48%;
    padding: 15px 30px;
    border: solid 2px #5CA33B;
    border-radius: 5px;
}
.products-benifits aside {
    width: 100%;
    padding: 15px 30px;
    border: solid 2px #5CA33B;
    border-radius: 5px;
}
.photo-gallery, .video-gallery
{
	
}
.photo-gallery ul, .video-gallery ul
{
    padding: 0;
    margin: 0px -10px;
    list-style: none;
}
.photo-gallery ul li, .video-gallery ul li
 {
    float: left;
    list-style: none;
    width: 25%;
    overflow: hidden;
}
.photo-gallery ul li a, .video-gallery ul li a
{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.letter-testimonials ul li a
{
	border:solid 2px #D7D7D7;
}
.photo-gallery ul li a img
{
    width: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.photo-gallery ul li a:hover img
{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.photo-gallery ul li a:before
{
    content: " ";
    position: absolute;
    display: block;
    background: rgba(0,0,0,.6);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-tranistion: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 9;
    opacity: 0;
}
.photo-gallery ul li a:hover:before
{
	opacity:.5
}
.photo-gallery ul li a:after
{
    content: "\f00e";
    color: #000;
    background: #fff;
    font-family: 'FontAwesome';
    font-size: 26px;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
    border-radius: 50%;
    padding: 50px 0 0 0;
    border-radius: 50%;
    text-align: center;
}
.photo-gallery ul li a:hover:after
{
	top:-52px
}
.video-gallery ul li a iframe
{
    height: 150px;
    width: 100%;
}
.video-gallery ul li a:before
{
    content: " ";
    position: absolute;
    display: block;
    background: rgba(0,0,0,.5);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-tranistion: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 9;
}
.video-gallery ul li a:after
{
    content: "\f144";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 37px;
    height: 37px;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
    text-align: center;
    opacity: 0;
}
.video-gallery ul li a:hover:after
{
	opacity:1;
}
.branch
{
	
}
.branch ul
{
    padding: 0;
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}
.branch ul li
{
    width: 33.333333%;
    float: left;
}
.branch ul li figcaption
{
    border: solid 2px #dde2d6;
    padding: 55px 30px 15px 30px;
    border-radius: 10px;
    position: relative;
    margin: 10px;
}
.branch ul li h3
{
    color: #fff;
    font-weight: 800;
    background: #5CA33B;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    padding: 12px 30px;
    border-radius: 8px 0;
}
.branch ul li p
{
    position: relative;
    padding-left: 30px;
}
.branch ul li p i
{
    position: absolute;
    top: 4px;
    left: 0;
    color: #133c7e;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 2px;
    border-right: solid 1px #dde2d6;
}
.branch ul li a
{
    color: #fff;
    background: #133c7e;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 8px 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.career
{
	
}
.career aside
{
	width:35%;
	text-align:center;
	padding:30px;
	background:#133c7e;
	margin:15px 0;
}
.career aside h2, .career aside p
{
	color:#fff;
}
.career fieldset
{
	width:60%;
}
.career fieldset aside
{
    width: 49%;
    background: none;
    padding: 0;
    text-align: left;
	margin:0 0;
}
.select
{
	position: relative;
	display: inline-block;
	width: 100%;
}
.select select
{
    color: #4d4d4f;
    padding: 14px 20px;
    border: solid 5px #e7e7e7;
	width:100%;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 300;
    box-shadow: 0px 2px 4px rgba(230, 233, 237, 0.5);
	cursor:pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
    border-radius: 30px;
}
.select select::-ms-expand
{
	display: none;
}
select select:hover,
.select select:focus
{
    color: #4d4d4f;
	outline:0;
}
.select:after
{
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 20px;
    color: #000;
    pointer-events: none;
    font-weight: normal;
    font-size: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.date-icon
{
	position:relative;
}
.date-icon:after
{
    content: " ";
    background: url(../images/calendar.svg) center center no-repeat;
    background-size: contain;
    width: 23px;
    height: 32px;
    position: absolute;
    top: 31px;
    right: 24px;
    opacity: 0.5;
}
.file-upload
{
    position: relative;
    display: block;
}
.file-upload__label
{
    font-family: 'Nunito', sans-serif;
    display: block;
    color: #4d4d4f;
    padding: 16px 20px;
    border: solid 5px #e7e7e7;
    background: #fff;
    transition: background .3s;
    outline: 0;
    border-radius: 30px;
	cursor:pointer;  
  &:hover {
     cursor: pointer;
     background: #000;
  }
}
.file-upload__input
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width:0;
    height: 100%;
    opacity: 0;
}
.map
{
	/*filter: grayscale(100%);*/
}
.contact
{
	padding-bottom:100px;
}
.contact-top
{
	text-align:center;
}
.contact-top h2
{
	text-transform:uppercase;
}
.contact-top ul
{
	padding:0;
	margin:30px 0;
    display: flex;
    flex-wrap: wrap;
}
.contact-top ul li
{
	width:24.333333%;
	float:left;
    border-left: solid 2px #dde2d6;
}
.contact-top ul li:first-of-type
{
    border-left: none;
}
.contact-top p
{
	text-align:center;
}
.contact h4
{
    color: #000;
    font-weight: 300;
    font-size: 20px;
}
.contact p strong
{
	color:#5CA33B;
}
.contact p i
{
    display: block;
    font-size: 20px;
    color: #133c7e;
    font-weight: normal;
    margin: auto;
}
.contact aside p
{
	text-align:center;
    position: relative;
}
.contact aside
{
    width: 48%;
    padding: 50px 100px;
    text-align: center;
}
.contact fieldset
{
	width:48%;
	padding:0;
	margin:0;
	border:none;
}
.contact fieldset aside
{
	width:49.5%;
	padding:0 0;
}
.contact fieldset aside:first-of-type
{
	padding:0 0;
}
.contact fieldset aside:nth-of-type(2)
{
	padding:0 0;
}
.contact iframe
{
	margin-top:50px;
}
.contact fieldset label, .modal fieldset label, .career fieldset label, .career fieldset h4
{
    position: relative;
    font-size: 15px;
    font-weight: 700;
	margin-bottom:5px;
	display:block;
}
.contact fieldset label, .modal fieldset label
{
    margin-left: 22px;
}
.contact fieldset label span, .modal fieldset label span, .career fieldset label span
{
	color:#F00;
	font-size:16px;
	padding:3px 0;
}
.contact fieldset input::-webkit-input-placeholder,
.contact fieldset textarea::-webkit-input-placeholder,
.contact fieldset input::-moz-placeholder,
.contact fieldset textarea::-moz-placeholder,
.contact fieldset input:-ms-input-placeholder,
.contact fieldset textarea:-ms-input-placeholder,
.contact fieldset input:-moz-placeholder,
.contact fieldset textarea:-moz-placeholder,
.modal fieldset input::-webkit-input-placeholder,
.modal fieldset textarea::-webkit-input-placeholder,
.modal fieldset input::-moz-placeholder,
.modal fieldset textarea::-moz-placeholder,
.modal fieldset input:-ms-input-placeholder,
.modal fieldset textarea:-ms-input-placeholder,
.modal fieldset input:-moz-placeholder,
.modal fieldset textarea:-moz-placeholder,
.career fieldset input::-webkit-input-placeholder,
.career fieldset textarea::-webkit-input-placeholder,
.career fieldset input::-moz-placeholder,
.career fieldset textarea::-moz-placeholder,
.career fieldset input:-ms-input-placeholder,
.career fieldset textarea:-ms-input-placeholder,
.career fieldset input:-moz-placeholder,
.career fieldset textarea:-moz-placeholder
{
	color: #4d4d4f;
	font-family: 'Nunito', sans-serif;
	font-weight:400;
	font-size:16px;
}
.contact fieldset input[type=text], .contact fieldset input[type=email], .contact fieldset input[type=number],
.modal fieldset input[type=text], .modal fieldset input[type=email], .modal fieldset input[type=number],
.career fieldset input[type=text], .career fieldset input[type=email], .career fieldset input[type=number]
{
    padding: 14px 20px;
    box-sizing: border-box;
    width: 100%;
	border:solid 5px #e7e7e7;
    background: #fff;
    outline: 0;
    position: relative;
    color: #4d4d4f;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
	margin-bottom:1.8%;
    border-radius: 30px;
}
.contact fieldset textarea, .modal fieldset textarea, .career fieldset textarea
{
	padding: 14px 20px;
    box-sizing: border-box;
    width: 100%;
	border:solid 5px #e7e7e7;
    background: #fff;
    outline: 0;
    position: relative;
    color: #4d4d4f;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    border-radius: 3px;
    box-shadow: 0px 5px -2px #e7e9ed;
    border-radius: 30px;
}
.contact fieldset input[type=submit], .contact fieldset input[type=reset],
.modal fieldset input[type=submit], .modal fieldset input[type=reset],
.career fieldset input[type=submit], .career fieldset input[type=reset]
{
    border: none;
    padding: 12px 45px;
    outline: 0;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    border-radius: 30px;
    margin-top: 15px;
}
.contact fieldset input[type=submit], .career fieldset input[type=submit]
{
    background: #133c7e;
}
.modal fieldset input[type=submit]
{
    background: #5CA33B;
}
.contact fieldset input[type=reset], .career fieldset input[type=reset]
{
	background: #5CA33B;
}
.video-testimonial
{
	
}
.video-testimonial ul
{
	padding:0;
	margin:0;
}
.video-testimonial ul li
{
	width:50%;
	position: relative;
	padding-bottom: 30%;
	height: 0;
	float:left;
}
.video-testimonial ul li iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:solid 15px #fff;
}
.useful-information
{
	
}
.useful-information .sidebar
{
    width: 30%;
}
.useful-information .content
{
    width: 65%;
}
.useful-information
{
    position:relative;
}
.diagram
{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	position:relative;
}
.diagram:after
{
    content: " ";
    background: url(../images/Lac-Cycle-Logo.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 50%;
}
.pos-1:before, .pos-2:before, .pos-3:before, .pos-4:before, .pos-5:before, .pos-6:before, .pos-7:before, .pos-8:before, .pos-9:before
{
	content:" ";
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 12px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.pos-1:before
{
    border-top-color: #1c9e77;
}
.pos-2:before
{
    border-top-color: #d95f02;
}
.pos-3:before
{
    border-top-color: #7570b3;
}
.pos-4:before
{
    border-top-color: #e72a8a;
}
.pos-5:before
{
    border-top-color: #55a917;
}
.pos-6:before
{
    border-top-color: #e6ab01;
}
.pos-7:before
{
    border-top-color: #666666;
}
.pos-8:before
{
    border-top-color: #a6761d;
}
.pos-9:before
{
    border-top-color: #b035d3;
}
.diagram.pos-1 #circle-lac
{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	-webkit-transform:rotate(-0);
	transform:rotate(-0);
    transform-box: fill-box;
    -webkit-transform-box: fill-box;
    transform-origin: center;
    -webkit-transform-origin: center;
}
.diagram.pos-2 #circle-lac
{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	-webkit-transform:rotate(-41deg);
	transform:rotate(-41deg);
    transform-box: fill-box;
    -webkit-transform-box: fill-box;
    transform-origin: center;
    -webkit-transform-origin: center;
}
.diagram.pos-3 #circle-lac
{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	-webkit-transform:rotate(-79deg);
	transform:rotate(-79deg);
    transform-box: fill-box;
    -webkit-transform-box: fill-box;
    transform-origin: center;
    -webkit-transform-origin: center;
}
.diagram.pos-4 #circle-lac
{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	-webkit-transform:rotate(-120deg);
	transform:rotate(-120deg);
    transform-box: fill-box;
    -webkit-transform-box: fill-box;
    transform-origin: center;
    -webkit-transform-origin: center;
}
.diagram.pos-5 #circle-lac
{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	-webkit-transform:rotate(-159deg);
	transform:rotate(-159deg);
    transform-box: fill-box;
    -webkit-transform-box: fill-box;
    transform-origin: center;
    -webkit-transform-origin: center;
}
.diagram.pos-6 #circle-lac
{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	-webkit-transform:rotate(-201deg);
	transform:rotate(-201deg);
    transform-box: fill-box;
    -webkit-transform-box: fill-box;
    transform-origin: center;
    -webkit-transform-origin: center;
}
.diagram.pos-7 #circle-lac
{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	-webkit-transform:rotate(-238deg);
	transform:rotate(-238deg);
    transform-box: fill-box;
    -webkit-transform-box: fill-box;
    transform-origin: center;
    -webkit-transform-origin: center;
}
.diagram.pos-8 #circle-lac
{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	-webkit-transform:rotate(-278deg);
	transform:rotate(-278deg);
    transform-box: fill-box;
    -webkit-transform-box: fill-box;
    transform-origin: center;
    -webkit-transform-origin: center;
}
.diagram.pos-9 #circle-lac
{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	-webkit-transform:rotate(-319deg);
	transform:rotate(-319deg);
    transform-box: fill-box;
    -webkit-transform-box: fill-box;
    transform-origin: center;
    -webkit-transform-origin: center;
}
.tab
{
    overflow: hidden;
    background-color: #fff;
    border-radius: 15px;
    border-left: none;
    border-right: none;
    border-top: solid 1px #dde2d6;
    box-shadow:0px 1px 0px 2px #dde2d6;
}
.tab a
{
    background-color: #fff;
	color:#133c7e;
    float: left;
    outline: none;
    padding: 20px 10px;
    transition: 0.3s;
    font-size: 18px;
    font-family: 'Foco';
    font-weight: 600;
    width: 11.11111111111111%;
}
.tab a:hover
{
	background-color: #133c7e;
	color:#fff;
}
.tab a.active
{
	background-color: #133c7e;
	color:#fff;
}
.tabcontent
{
	display: none;
	margin-top:30px;
}
.modal
{
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal fieldset
{
  
}
.modal-content
{
    background-color: #FEFEFD;
    padding: 30px;
    width: 36%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
}
.modal-content h2
{
	margin-top:0;
    color: #ec1c24;
    font-weight: 800;
    font-size: 26px;
}
.close
{
    color: #133c7e;
    float: right;
    font-size: 50px;
    position: absolute;
    top: 0;
    right: 12px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: 100;
}
.close:hover,
.close:focus
{
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.btm_gallery {
    padding-bottom: 25px;
}
@media only screen and (max-width:768px)
{
.modal-content {
    background-color: #FEFEFD;
    padding: 30px;
    width: 90% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
}
.section-home {
    padding: 100px 0 0 0px;
}
.benifits-table {
    margin: 15px 0;
    overflow-x: scroll;
}
.products_table tr td:first-child{width: 45%}
.products_table tr td:nth-child(2){width: 5%}
.products_table tr td:last-child{width: 50%}
.btm_img {
    padding-bottom: 15px;
}
}