/*Css by saneeshonline*/

@import url(https://fonts.googleapis.com/css?family=Fredoka+One|Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

.scrollup
{
   width:50px;
   height:50px;
   position:fixed;
   bottom: 95px;
   right: 25px;
   display:none;
   text-indent:-9999px;
   z-index:99999;
   background:url(../images/anchor.png) no-repeat;
}

*:focus 
{
    outline: none;
}

.reset
{
	clear:both;
}

body
{
	color:#6f6f6f;
	font-size:14px;
	overflow-x:hidden;
	font-family: 'Roboto', sans-serif !important;
	margin:0;
	background:white;
}

h1, h2, h3, h4, h5, h6 
{
	margin:0;
	padding:0;
	font-family: 'Fredoka One', cursive;
}

p
{
	line-height:21px;
	margin: 15px 0 0 0;
	float:left;
	width:100%;
}

a
{
	text-decoration:none !important;
	color:#3a3a3a;
	-webkit-transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-ms-transition: 400ms ease-in-out;
}

a:hover
{
	text-decoration:none !important;
	color:#000;
}

ul
{
	padding:0;
	margin:0;
}

.p0
{
	padding:0 !important;
}

.m0
{
	margin:0 !important;
}

.fl
{
	float:left;
}

.fr
{
	float:right;
}

li
{
	list-style:none;
}

.bg
{
	width:100%;
	height:100vh;
	background:url(../images/bottom.jpg) bottom center no-repeat white fixed;
	float:left;
}

.bg:before
{
    background: url(../images/dot.gif);
    opacity: 0.1;
    content: "";
    left: 0;
    top: 0;
	width:100%;
	height:100%;
	position: absolute;
	z-index: 0;
}

.logo
{
	width:100px;
	height:auto;
	float:left;
	margin-top:45px;
	position:relative;
	z-index:9;
	padding-left:15px;
}

.m175
{
	margin-top:175px;
}

h1
{
	font-size:30px;
	text-transform:uppercase;
	color:#313131;
	width:100%;
}

.heightlight
{
	width:100%;
	float:left;
	margin-top:15px;
	line-height:35px;
	font-size:16px;
}

.slider
{
  margin:0;
  display: block;
  width: 100%;
  height: auto;
  -webkit-mask-image: url(../images/mask.png);
  -moz-mask-image: url(../images/mask.png);
  mask-image: url(../images/mask.png);
  -webkit-mask-position: center center;
  -moz-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size:contain;
  -moz-mask-size:contain;
  mask-size:contain;
}

.parallex-1
{
	width:100%;
	float:left;
	background:url(../images/parallex-1.jpg) center center fixed;
	background-size:cover;
	height:auto;
	padding: 100px 0 200px 0;
}

.full
{
	width:100%;
	float:left;
}

.full h1
{
	text-align:center;
	color:white;
	margin-top:45px;
}

.parallex-1-txt-box
{
	width:100%;
	background:white;
	padding: 75px 30px;
	float:left;
}

.green
{
	background:#669900;
	width:100%;
	padding-bottom:75px;
	float:left;
	text-align:center;
}

.green p
{
	font-size:18px;
	line-height:30px;
	padding:0 45px;
	color:white;
	font-weight:300;
}

.box-icon
{
	width:170px;
	border:#669900 10px solid;
    height: 170px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden !important;
    margin:-100px auto 0 auto;
    text-align: center;
}

.box-icon img
{
	margin-top:50px;
}

.blue
{
	background:#0e4d9d;
}

.blue .box-icon
{
	border:#0e4d9d 10px solid;
}

.light-blue
{
	background:#3c87e4;
}

.light-blue .box-icon
{
	border:#3c87e4 10px solid;
}

.full-btn
{
	width:180px;
	margin:0 auto;
}

.section-1
{
	width:100%;
	float:left;
	padding:75px 0;
}

.section-1 h1
{
	text-align:center;
	margin-bottom:50px;
}

.txt-box-right
{
	width:100%;
	text-align:right;
}

.txt-box-right p
{
	color:#a2a2a2;
	font-weight:300;
}

.txt-box-left
{
	width:100%;
}

.txt-box-left p
{
	color:#a2a2a2;
	font-weight:300;
}

.m15
{
	margin-top:15px;
}

.title
{
	color:#696969;
	font-size:18px;
	text-transform:uppercase;
	display:inline-block;
	float:right;
	margin-right:10px;
}

.title-dot
{
	width:16px;
	height:18px;
	background:url(../images/dot.jpg);
	float:right;
	margin-top:3px;
}

.title-left
{
	color:#696969;
	font-size:18px;
	text-transform:uppercase;
	display:inline-block;
	float:left;
	margin-left:10px;
}

.title-left-dot
{
	width:16px;
	height:18px;
	background:url(../images/dot.jpg);
	float:left;
	margin-top:3px;
}

.more
{
    display: inline-block;
    /*background: #ffd800;*/
    color: #40acff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
	float:right;
	margin-top:15px;
}

.more:after 
{
    content: '\f105  ';
    transition: all .25s;
    opacity: 0;
    margin-left: -.5em;
    font-family: 'FontAwesome';
}

.more:hover:after
{
	opacity: 1;
  	margin-left: .7em;
}

.more-left
{
    display: inline-block;
    /*background: #ffd800;*/
    color: #40acff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
	float:left;
	margin-top:15px;
}

.more-left:after 
{
    content: '\f105 ';
    transition: all .25s;
    opacity: 0;
    margin-left: -.5em;
    font-family: 'FontAwesome';
}

.more-left:hover:after
{
	opacity: 1;
  	margin-left: .7em;
}

.test-bg
{
	width:100%;
	float:left;
	background:url(../images/testimonial.jpg) center center fixed;
	background-size:cover;
	height:auto;
	padding:250px 0 175px 0;
}

.quote 
{
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

#fade-quote-carousel.carousel 
{
  padding-bottom: 60px;
}

#fade-quote-carousel.carousel .carousel-inner .item 
{
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active 
{
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators 
{
  bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators > li 
{
  background-color: #e84a64;
  border: none;
}

#fade-quote-carousel blockquote 
{
    text-align: center;
    border: none;
}

#fade-quote-carousel .profile-circle 
{
    width: 160px;
	height:auto;
	float:left;
	margin:-100px 0 0 90px;
}

.carousel-inner
{
	border: #787878 1px solid;
	float:left;
	overflow:inherit;
	padding-bottom:35px;
}

.section-2
{
	width:100%;
	float:left;
	padding:75px 0;
}

footer
{
	background:black;
	padding-top:75px;
	width:100%;
	float:left;
	color:#524e4e;
}

footer a
{
	color:#524e4e;
}

footer a:hover
{
	color:#fff;
}

.social
{
	width:100%;
	text-align:center;
	float:left;
	margin-top:35px;
}

.pl50
{
	padding:0 0 0 50px;
}

.pl25
{
	padding:0 0 0 25px;
}

.social-icon
{
	width:45px;
	height:45px;
	border-radius:50%;
	border:#707070 1px solid;
	text-align:center;
	margin:0 8px;
	display:inline-block;
	color:#707070;
}

.social-icon .fa
{
	margin-top:15px;
}

h2
{
	width:100%;
	color:#6c6c6c;
	font-size:20px;
	text-transform:uppercase;
	float:left;
}

.list
{
	width:100%;
	float:left;
	margin-top:20px;
}

.list ul
{
	padding:0;
	margin:0;
}

.list ul li
{
	width:100%;
	float:left;
	margin-top:7px;
}

.connect
{
	width:100%;
	float:left;
	margin-top:5px;
}

.connect .fa 
{
	margin-right:10px;
}

.input-group 
{
    width: 100%;
	float:left;
	margin-top:20px;
}

input.btn.btn-lg,
input.btn.btn-lg:focus 
{
    outline: none;
    width: 70%;
    height: 40px;
	border-radius:0;
	font-size:13px;
}

button.btn 
{
    width: 30%;
    height: 40px;
    border-radius:0;
	font-size:13px;
	text-transform:uppercase;
	background:#1855ff;
}

.copyright
{
	width:100%;
	background:#0a0a0a;
	padding:50px 10px;
	float:left;
	margin-top:75px;
	text-align:center;
	font-size:12px;
}

.inner-bg
{
	width:100%;
	height:340px;
	float:left;
	margin-top:15px;
}

.inner-bg:before
{
    background: url(../images/dot.gif);
    opacity: 0.1;
    content: "";
    left: 0;
    top: 91px;
	width:100%;
	height:340px;
	position: absolute;
	z-index: 0;
}

.inner-bg h1
{
	text-align:center;
	color:white;
	font-size:50px;
	margin-top:130px;
	position:relative;
	z-index:1;
}

.bg-1
{
	background:url(../images/bg-1.jpg) center center no-repeat;
	background-size:cover;
}

.bg-2
{
	background:url(../images/bg-2.jpg) center center no-repeat;
	background-size:cover;
}

.bg-3
{
	background:url(../images/bg-3.jpg) center center no-repeat;
	background-size:cover;
}

.bg-4
{
	background:url(../images/bg-4.jpg) center center no-repeat;
	background-size:cover;
}

.bg-5
{
	background:url(../images/bg-5.jpg) center center no-repeat;
	background-size:cover;
}

.bg-6
{
	background:url(../images/bg-6.jpg) center center no-repeat;
	background-size:cover;
}

.bg-7
{
	background:url(../images/bg-7.jpg) center center no-repeat;
	background-size:cover;
}

.breadcrumbs 
{
    width: 100%;
    text-align: center;
    color: white;
    float: left;
    margin-top: 15px;
}

.breadcrumbs .fa 
{
    margin: 0 5px;
}

.m95
{
	margin-top:95px;
}

h3
{
	width:100%;
	float:left;
	color:black;
	font-size:20px;
	text-transform:uppercase;
}

.box
{
	width:100%;
	float:left;
	margin-top:30px;
}

.box-pic
{
	width:100%;
	float:left;
	height:auto;
}

.box-txt
{
	width:100%;
	background:#f0f0f0;
	padding:10px;
	float:left;
}

h4
{
	width:100%;
	float:left;
	color:#3c87e4;
	text-transform:uppercase;
	font-size:15px;
}

.form-box
{
    width: 100%;
    float: left;
    background: white;
    padding-bottom: 15px;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(179, 179, 179, 0.75);
    -moz-box-shadow: 0px 10px 25px 0px rgba(179, 179, 179, 0.75);
    box-shadow: 0px 10px 25px 0px rgba(179, 179, 179, 0.75);
}

.field 
{
    width: 100%;
    height: 45px;
    padding-left: 10px;
    border: 2px solid #e0e0e0;
}

.form-label 
{
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin: 15px 0 5px 0;
}

.pr 
{
    padding: 0 7.5px 0 0;
}

.pl 
{
    padding: 0 0 0 7.5px;
}

.br 
{
    border-right: transparent !important;
}

.number 
{
    width: 100%;
    height: 45px;
    border: #e0e0e0 2px solid;
    padding: 0 10px;
    float: left;
}

.select 
{
    width: 100%;
    height: 45px;
    padding: 0 10px;
    border: 2px solid #e0e0e0;
}

.file 
{
    width: 100%;
    height: 45px;
    border: #e0e0e0 2px solid;
    padding: 11px 0 0 10px;
    margin-top: 15px;
    float: left;
}

input[type=radio].css-checkbox 
{
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=radio].css-checkbox + label.css-label 
{
	padding-left: 27px;
	height: 22px;
	display: inline-block;
	line-height: 22px;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
	cursor: pointer;
	margin-right:10px;
}

input[type=radio].css-checkbox:checked + label.css-label 
{
	background-position: 0 -22px;
}

label.css-label 
{
	background-image:url(../images/radio.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.height
{
	height:40px;
}

.demo-gallery img 
{
    margin-top: 30px;
}

.blog-date 
{
    width: 50px;
    height: 50px;
    background: rgba(49,49,51,0.8);
    position: absolute;
    top: 30px;
    left: 15px;
    color: white;
    line-height: 15px;
    padding-top: 10px;
    text-align: center;
}

.area 
{
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 2px solid #e0e0e0;
}



h5
{
    font-size: 15px;
    text-transform: uppercase;
    color: #3c87e4;
    float: left;
    width: 100%;
    margin-top: 25px;
}

h5:after 
{
    content: '';
    display: block;
    width: 30px;
    border-bottom: 3px solid #669900;
    margin: 2px 0 0 0px;
    position: absolute;
}

.contact-line
{
	width:100%;
	float:left;
	margin-top:8px;
}

.contact-line .fa
{
	margin-right:10px;
}

.map
{
	width:100%;
	height:500px;
	float:left;
}

.blog-detail-date 
{
    float: left;
    color: #fff;
    background: #313133;
    padding: 10px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
}

.by 
{
    width: 100%;
    float: left;
    margin-top: 5px;
    color: #E74C3C;
}

.blog-detail-pic 
{
    width: 100%;
    float: left;
    margin-top: 15px;
}

.blog-detail-pic img 
{
    width: 100%;
}

h6
{
	text-transform:uppercase;
	font-size:14px;
	color:#3c87e4;
	width:100%;
	float:left;
}

.reply
{
	width:100%;
	float:left;
	margin-top:15px;
	color:black;
}

.catagories 
{
    width: 100%;
    float: left;
    margin: 27px 0;
    background: #f7f7f7;
    border: #dbdbdb 1px solid;
    border-bottom: none;
}

.catagories ul 
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.catagories ul li 
{
    padding: 10px;
    border-bottom: #dbdbdb 1px solid;
    width: 100%;
}

.catagories ul li .fa 
{
    color: #0081c3;
    margin-right: 10px;
}

/*MEDIA QUERIES*/

@media screen and (max-width: 1024px) 
{
}

@media screen and (max-width: 991px) 
{
}

@media screen and (max-width: 768px) 
{
}

@media screen and (max-width: 480px) 
{
}

@media (min-width: 568px) and (max-width: 736px)
{
}