/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@font-face { font-family: 'SurveyorText-Book'; src: url('../fonts/SurveyorText-Book-Pro.otf');}
@font-face { font-family: 'SurveyorText-BookItalic'; src: url('../fonts/SurveyorText-BookItalic-Pro.otf');}
@font-face { font-family: 'LatoBold';
    src: url('../fonts/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato-Bold.ttf') format('truetype');
    text-rendering: optimizeLegibility; }
body {
    overflow-x: hidden;
    font-size: 16px;
    font-family: 'SurveyorText-Book';
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #18bc9c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #000000;
    background: url("../img/home/Img_1.png"), url("../img/home/Img_2.png");
	background-position: -6px 45px, right top;
    background-repeat: no-repeat;
	background-color: #f4f4f4;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 500;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding-top: 190px;
        padding-bottom: 50px;
    }

    header .intro-text .name {
        font-size: 28px;
    }

    header .intro-text .skills {
        font-size: 23px;
    }
    header .arrow-down {
        margin-top: 120px;
        z-index: 4 !important;
        cursor: pointer;
        position: relative;
    }
    header .arrow-down span {
        font-size: 13px;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 15px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

..navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
    margin-top: 10px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 130px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #18bc9c;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #302e2f;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 40px 0 20px;
    background-color: #302e2f;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 54px;
    height: 54px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 26px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
.navbar-default {
	background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #000000;
}
.navbar-nav > li > a {
    padding-bottom: 10.5px;
    padding-top: 10.5px;
}
.navbar-nav > li > a {
    line-height: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}
.nav > li {
    border-right: 1px solid;
    display: block;
    position: relative;
}
.nav > li:last-child {
    border-right: 0px solid;
}
/***********menu *****************/

.main-menu {
	border-right: 1px solid;
    color: #000;
    font-family: "LatoBold";
    padding: 4px 16px 4px 10px;
    font-size: 13px;
}
.main-menu:last-child {
	border-right: none;
    color: #000;
        font-size: 13px;
    font-family: "LatoBold";
    padding: 4px 18px 4px 0px;
}
a.main-menu, a.main-menu:hover, a.main-menu:focus, a.main-menu:active, a.main-menu.active {
    color: #000;
    outline: 0 none;
    text-decoration: none;
    margin-right: 15px;
}
#drawerOpen .drawer-controls {
	float: right;
    height: auto;
    margin-right: -52%;
    padding: 25px;
    position: relative;
    width: 52%;
    z-index: 500;
}
#drawerOpen .width-change {
	width: 85%;
	float: left;
}
/*
.navbar ul.submenu {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    display: none;
    left: 0;
    margin: 0;
    min-width: 180px;
    padding: 0;
    position: absolute;
    top: 18px;
}
.navbar li:hover > ul {
    animation: 0.5s ease 0s normal none 1 running fadeInDownSmall;
    display: block;
}
.navbar .submenu li {
    padding: 10px 18px;
}
.navbar ul.submenu li {
    border-bottom: 1px solid #eee;
    display: block;
    float: none;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-transform: none;
    text-align: center;
}
ul.navbar-nav li {
    color: #000;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
ul.navbar-nav li a{
	color: #000;
	font-family: 'LatoBold';
}
ul.navbar-nav li a:hover{
	text-decoration: none;
}*/
/*********menu end******************/
.arrow-down {
-webkit-animation: scroll-down-btn-picto-loop 5s infinite 6s;
-moz-animation: scroll-down-btn-picto-loop 5s infinite 6s;
animation: scroll-down-btn-picto-loop 5s infinite 6s;
}
@-webkit-keyframes scroll-down-btn-picto-loop{0%,100%,16%,28%{-webkit-transform:translateY(0);transform:translateY(0)}22%,8%{-webkit-transform:translateY(10px);transform:translateY(10px)}}@keyframes scroll-down-btn-picto-loop{0%,100%,16%,28%{-webkit-transform:translateY(0);transform:translateY(0)}22%,8%{-webkit-transform:translateY(10px);transform:translateY(10px)}}

#section1 {
background: rgba(219,219,219,1);
background: -moz-linear-gradient(left, rgba(219,219,219,1) 0%, rgba(220,220,220,1) 3%, rgba(242,242,242,1) 50%, rgba(236,236,236,1) 98%, rgba(236,236,236,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(219,219,219,1)), color-stop(3%, rgba(220,220,220,1)), color-stop(50%, rgba(242,242,242,1)), color-stop(98%, rgba(236,236,236,1)), color-stop(100%, rgba(236,236,236,1)));
background: -webkit-linear-gradient(left, rgba(219,219,219,1) 0%, rgba(220,220,220,1) 3%, rgba(242,242,242,1) 50%, rgba(236,236,236,1) 98%, rgba(236,236,236,1) 100%);
background: -o-linear-gradient(left, rgba(219,219,219,1) 0%, rgba(220,220,220,1) 3%, rgba(242,242,242,1) 50%, rgba(236,236,236,1) 98%, rgba(236,236,236,1) 100%);
background: -ms-linear-gradient(left, rgba(219,219,219,1) 0%, rgba(220,220,220,1) 3%, rgba(242,242,242,1) 50%, rgba(236,236,236,1) 98%, rgba(236,236,236,1) 100%);
background: linear-gradient(to right, rgba(219,219,219,1) 0%, rgba(220,220,220,1) 3%, rgba(242,242,242,1) 50%, rgba(236,236,236,1) 98%, rgba(236,236,236,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#ececec', GradientType=1 );
   position: relative;
    z-index: 500 !important;
}
#section1 .section1-img {
	float: right;
}
#section1 .heading-main {
    color: #000000;
    font-size: 35px;
     letter-spacing: 3px;
}
#section1 .heading-sub {
    color: #000;
    margin-bottom: 30px;
    padding-right: 200px;
    font-size: 15px;
}
#section1 .product_span {
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}
#section1 .product_span .product_image{
    padding-left: 28px;
    padding-right: 28px;
}
.heading-span > img {
    margin-right: 10px;
}
.heading-span {
	z-index: 500;
	position: relative;
}
#section1  .heading-span a {
    color: #000;
    font-size: 21px;
    font-weight: 500;
    vertical-align: middle;
    font-family: 'SurveyorText-BookItalic';
}
#section1 .heading-span a:hover, #section1 .heading-span a:focus {
    text-decoration: none !important;
}
#section2 {
    padding: 0;
    background-color: #F1F1F1;
}
#section2 .section2-img{
	margin-top: 25px;
    position: absolute;
}
#section2 .main-container {
    padding: 230px 0;
}
#section2 .section2 {
	float: right;
}
#section2 .heading-main {
    color: #000000;
    line-height: 36px;
    font-size: 38px;
     letter-spacing: 3px;
}
#section2 .heading-sub {
    color: #000;
    margin-bottom: 30px;
     margin-top: 15px;
    font-size: 17px;
}
#section2  .heading-span a {
    color: #000;
    font-size: 21px;
    font-weight: 500;
    vertical-align: middle;
    font-family: 'SurveyorText-BookItalic';
}
#section2 .heading-span a:hover, #section2 .heading-span a:focus {
    text-decoration: none;
}
#section3 {
background: rgba(223,223,223,1);
background: -moz-linear-gradient(left, rgba(223,223,223,1) 0%, rgba(228,228,228,1) 62%, rgba(247,247,247,1) 81%, rgba(247,247,247,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(223,223,223,1)), color-stop(62%, rgba(228,228,228,1)), color-stop(81%, rgba(247,247,247,1)), color-stop(100%, rgba(247,247,247,1)));
background: -webkit-linear-gradient(left, rgba(223,223,223,1) 0%, rgba(228,228,228,1) 62%, rgba(247,247,247,1) 81%, rgba(247,247,247,1) 100%);
background: -o-linear-gradient(left, rgba(223,223,223,1) 0%, rgba(228,228,228,1) 62%, rgba(247,247,247,1) 81%, rgba(247,247,247,1) 100%);
background: -ms-linear-gradient(left, rgba(223,223,223,1) 0%, rgba(228,228,228,1) 62%, rgba(247,247,247,1) 81%, rgba(247,247,247,1) 100%);
background: linear-gradient(to right, rgba(223,223,223,1) 0%, rgba(228,228,228,1) 62%, rgba(247,247,247,1) 81%, rgba(247,247,247,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#f7f7f7', GradientType=1 );
padding: 0;
}
#section3 .section3-img{
	margin-right: 25px;
    margin-top: 25px;
    position: absolute;
    right: 0;
}
#section3 .main-container {
    padding: 230px 0;
}
#section3 .heading-main {
    color: #000000;
    line-height: 36px;
    font-size: 40px;
     letter-spacing: 3px;
}
#section3 .heading-sub {
    color: #000;
     margin-top: 5px;
     margin-bottom: 30px;
    font-size: 17px;
}
#section3  .heading-span a {
    color: #000;
    font-size: 21px;
    font-weight: 500;
    vertical-align: middle;
    font-family: 'SurveyorText-BookItalic';
}
#section3 .heading-span a:hover,#section3 .heading-span a:focus {
    text-decoration: none;
}
.footer-below .col-lg-12.footer-belowtitle {
    text-align: right;
    font-size: 12px;
    font-family: 'LatoBold';
}
.footer-above .footer-col p {
    margin: 0 0 3px;
    font-family: 'LatoBold';
    font-size: 17px;
}
.footer-above .footer-col p a {
    color: #fff;
}
.footer-above .footer-col p a:hover {
    text-decoration: none;
}
.footer-above .list-inline {
    float: right;
    margin-left: 0;
    margin-top: 15px;
    width: 85%;
}
.footer-above .list-inline > li {
    padding-left: 20px;
    padding-right: 20px;
}
.footer-above .list-inline > li > a {
    color: #fff;
    font-size: 17px;
    font-family: 'LatoBold';
    outline: 0 none;
    text-decoration: none;
}
.footer-above .fa-fw {
    width: 2.286em;
}
@media only screen and (min-width: 768px) and (max-width: 1020px){
	#drawerOpen .drawer-controls {
		margin-right: -60%;
		width: 60%;
	}
	#section1 .product_span .product_image {
		padding-left: 10px;
		padding-right: 10px;
	}
	#section1 .heading-sub {
		padding-right: 0px;
	}
	#section2 {
		padding: 0;
	}
	#section2 .row {
		margin-left: 0px;
		margin-right: 0px;
	}
	#section2 .section2-img {
		margin-top: 50px;
		position: absolute;
		width: 50%;
	}
	#section2 .main-container {
		padding: 100px 0;
	}
	#section3 .row {
		margin-left: 0px;
		margin-right: 0px;
	}
	#section3 .section3-img {
		width: 50%;
	}	
	#section3 .main-container {
		padding: 100px 0;
	}
	.footer-above .list-inline > li {
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer-above .footer-col.col-md-3 {
		text-align: center;
	}
	footer .footer-below {
		padding: 10px 0 20px;
	}
	.footer-below .col-lg-12.footer-belowtitle {
		text-align: center;
	}
	canvas.canvas_section {
		display: none;
	}
	canvas.canvas_section3 {
		display: none;
	}
}
@media only screen and (min-width: 1021px) and (max-width: 1080px){
	#drawerOpen .drawer-controls {
		margin-right: -65%;
		width: 65%;
	}
	#drawerOpen .width-change {
		width: 84%;
	}
	#section1 .product_span .product_image {
		padding-left: 25px;
		padding-right: 25px;
	}
	#section1 .heading-sub {
		padding-right: 0px;
	}
	#section2 {
		padding: 0;
	}
	#section2 .row {
		margin-left: 0px;
		margin-right: 0px;
	}
	#section2 .section2-img {
		margin-top: 50px;
		position: absolute;
		width: 50%;
	}
	#section2 .main-container {
		padding: 170px 0;
	}
	#section3 .row {
		margin-left: 0px;
		margin-right: 0px;
	}
	#section3 .section3-img {
		width: 50%;
	}	
	#section3 .main-container {
		padding: 170px 0;
	}
	.footer-above .list-inline > li {
		padding-left: 10px;
		padding-right: 10px;
	}
	canvas.canvas_section {
		position: absolute;
		top:151% !important;
		left: 0;
		overflow:hidden;
		width: 50%;
		height: 40% !important;
	}
	canvas.canvas_section3 {
		position: absolute;
		top:220% !important;
		left: 50%;
		overflow:hidden;
		width: 50%;
		height: 40% !important;
	}
	#parallax_fast2{
		z-index: 3;
		background: url(../img/home/dot_two.png), url(../img/home/dot_two.png), url(../img/home/dot_two.png), url(../img/home/dot_two.png),  url(../img/home/dot_two.png) !important;
		background-position: 20px 90px, 240px 60px, 400px 60px, 400px 475px , 170px 500px !important;
		background-repeat: no-repeat !important;
	}
	#parallax_medium2{
		z-index:2;
		background: url(../img/home/dot_two.png), url(../img/home/dot_two.png) !important;
		background-position: 450px 120px, 300px 345px !important;
		background-repeat: no-repeat !important;
	}

	#parallax_slow2{
		z-index:1;
		background: url(../img/home/dot_two.png), url(../img/home/dot_two.png) !important;
		background-position: 90px 70px, 430px 180px !important;
		background-repeat: no-repeat !important;
	}
}
@media only screen and (min-width: 630px) and (max-width: 650px) {
	.fold.dw-xs-8 {
		margin-left: -33.3333% !important;
	}
	.dw-xs-8 {
		width: 33.3333% !important;
	}
}
@media only screen and (max-width: 767px){
	#drawerOpen .width-change {
		width: 79%;
	}
	#drawerOpen .drawer-controls {
		margin-right: -100%;
		width: 100%;
	}
	.main-menu {
	margin-right: 0 !important;
		padding: 4px 10px 4px 0;
	}
	.main-menu:last-child {
		padding: 4px 10px 4px 8px;
		margin-right: 0;
	}
	.arrow-down {
		cursor: pointer;
		 padding-top: 40px;
	}
	header .container {
		padding-bottom: 20px;
	}
	ul.navbar-nav {
		height: auto;
		min-height: 150px;
	}
	.navbar-header {
		width: 30%;
		float: right;
	}
	.nav.navbar-nav.navbar-left {
		padding-top: 15px;
		text-align: center;
	}
	canvas.canvas_header {
		display: none;
	}
	canvas.canvas_section {
		display: none;
	}
	canvas.canvas_section3 {
		display: none;
	}
	#section1 .section1-img {
		float: none;
		margin: 0 auto;
	}
	#section1 .col-sm-4.section1{
		display: inline-block;
		width: 100%;
	}
	section {
		padding: 35px 0;
	}
	#section1 .col-sm-8.portfolio-item {
		text-align: center;
	}
	#section1 .product_diveder {
		display: none;
	}
	#section1 .product_span .product_image {
		margin-bottom: 25px;
	}
	#section1 .heading-sub {
		font-size: 18px;
		padding-right: 0;
	}
	#section2 .heading-sub {
		font-size: 18px;
	}
	#section2 .section2-img {
		margin-top: 0;
		position: relative;
	}
	#section2 .main-container {
		padding: 20px 0;
	}
	#section2 .section2 {
		float: none;
		text-align: center;
	}
	#section3 .heading-sub {
		font-size: 18px;
	}
	#section3 .section3-img {
		margin-right: 0;
		margin-top: 0;
		position: relative;
		right: 0;
	}
	#section3 .main-container {
		padding: 20px 0;
	}
	#section3 .section3 {
		text-align: center;
	}
	#section3 .heading-main {
		font-size: 39px;
	}
	#section1 .row {
		margin-left: 0px;
		margin-right: 0px;
	}
	#section2 .row {
		margin-left: 0px;
		margin-right: 0px;
	}
	#section3 .row {
		margin-left: 0px;
		margin-right: 0px;
	}
	footer .footer-col {
		margin-bottom: 30px;
		text-align: center;
	}
	.list-inline img {
		display: none;
	}
	.footer-above .list-inline {
		float: none;
		margin-top: 20px;
		width: 100%;
	}
	.footer-above .list-inline > li {
		padding: 10px 0;
		width: 100%;
	}
	footer .footer-below {
		padding: 15px 0 20px;
	}
	.footer-below .col-lg-12.footer-belowtitle {
		text-align: center;
	}
}
canvas.canvas_header {
	position: absolute;
	top:0;
	left:0;
	overflow:hidden;
	width: 100%;
	z-index: 1 !important;
}
canvas.canvas_section {
	position: absolute;
	top:170%;
	left: 0;
	overflow:hidden;
	width: 50%;
	height: 100%;
}
canvas.canvas_section3 {
	position: absolute;
	top:294%;
	left: 3%;
	overflow:hidden;
	width: 50%;
	height: 78%;
	float: right;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	canvas.canvas_section {
		position: absolute;
		top:1150px; /*157%*/
		left: 0;
		overflow:hidden;
		width: 50%;
		height: 100%;
	}
	canvas.canvas_section3 {
		position: absolute;
		top:1980px;/*240%*/
		left: 1%;
		overflow:hidden;
		width: 50%;
		height: 77%;
	}
	#parallax_fast2{
		z-index: 3;
		background: url(../img/home/dot_two.png), url(../img/home/dot_two.png), url(../img/home/dot_two.png), url(../img/home/dot_two.png),  url(../img/home/dot_two.png) !important;
		background-position: 170px 90px, 254px 145px, 472px 62px, 541px 475px, 200px 500px !important;
		background-repeat: no-repeat !important;
	}
	#parallax_medium2{
		z-index:2;
		background: url(../img/home/dot_two.png), url(../img/home/dot_two.png) !important;
		background-position: 530px 120px, 600px 345px !important;
		background-repeat: no-repeat !important;
	}

	#parallax_slow2{
		z-index:1;
		background: url(../img/home/dot_two.png), url(../img/home/dot_two.png) !important;
		background-position: 200px 70px, 535px 180px !important;
		background-repeat: no-repeat !important;
	}
}
#parallax_fast{
	z-index: 3;
	background: url(../img/home/dot_two.png), url(../img/home/dot_two.png), url(../img/home/dot_two.png), url(../img/home/dot_two.png);
	background-position: 75px 70px, 200px 270px, 246px 433px, 94% 82px;
	background-repeat: no-repeat;
}
#parallax_medium{
	z-index:2;
	background: url(../img/home/dot_three.png), url(../img/home/dot_three.png);
	background-position: 209px 144px, 75px 475px;
	background-repeat: no-repeat;
}

#parallax_slow{
	z-index:1;
	background: url(../img/home/dot_one.png), url(../img/home/dot_one.png), url(../img/home/dot_one.png), url(../img/home/dot_one.png);
	background-position: 67px 143px, 217px 314px, 87% 84%, 200px 550px;
	background-repeat: no-repeat;
}
#parallax_fast1{
	z-index: 3;
	background: url(../img/home/dot_two.png), url(../img/home/dot_two.png), url(../img/home/dot_two.png), url(../img/home/dot_two.png), url(../img/home/dot_two.png), url(../img/home/dot_one.png), url(../img/home/dot_one.png), url(../img/home/dot_one.png);
	background-position: 20px 90px, 100px 200px, 40px 225px, 550px 170px, 560px 430px, 400px 500px, 150px 490px, 270px 90px;
	background-repeat: no-repeat;
}
#parallax_medium1{
	z-index:2;
	background: url(../img/home/dot_three.png);
	background-position: 200px 80px;
	background-repeat: no-repeat;
}

#parallax_slow1{
	z-index:1;
	background: url(../img/home/dot_one.png), url(../img/home/dot_one.png), url(../img/home/dot_one.png), url(../img/home/dot_one.png);
	background-position: 60px 80px, 20px 255px, 450px 70px, 490px 380px;
	background-repeat: no-repeat;
}
#parallax_fast2{
	z-index: 3;
	background: url(../img/home/dot_two.png), url(../img/home/dot_two.png), url(../img/home/dot_two.png), url(../img/home/dot_two.png),  url(../img/home/dot_two.png);
	background-position: 100px 90px, 250px 130px, 470px 60px, 480px 475px, 150px 500px;
	background-repeat: no-repeat;
}
#parallax_medium2{
	z-index:2;
	background: url(../img/home/dot_two.png), url(../img/home/dot_two.png);
	background-position: 470px 120px, 540px 345px;
	background-repeat: no-repeat;
}

#parallax_slow2{
	z-index:1;
	background: url(../img/home/dot_two.png), url(../img/home/dot_two.png);
	background-position: 60px 70px, 550px 120px;
	background-repeat: no-repeat;
}
.drawer-heading {
    text-align: center;
    width: 50% !important;
    margin: 0 auto !important;
    /*border-bottom: 4px solid #dfdfdf !important;*/
	border-bottom: none !important;
}
.drawer-heading img {
	width: 50%;
}
.menu_inner_img {
   /* display: inline-block;*/
	 display: none;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}
.menu_inner_img > img {
    width: 50%;
}
.drawer-contents {
    background-color: #000 !important;
}
.drawer-nav {
	text-align: center !important;
}
.drawer-nav li.active a, .drawer-fullnav li.active a, .drawer-nav li a:hover, .drawer-fullnav li a:hover, .drawer-nav li a:focus, .drawer-fullnav li a:focus {
    background-color: #000 !important;
    color: #fff !important;
    text-decoration: none;
}
.drawer-nav, .drawer-fullnav {
    padding: 30px 15px !important;
}
ul.drawer-nav li a {
	font-size: 20px;
}
#menu_open, #menu_open1 {
	cursor: pointer;
}
