    #index-loader {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9900;
    background-color: #fff;
}
#index-loader .index-logo {
    width: 5%;
    opacity: 0;
    display: block;
    position: absolute;
    top: 30%;
    left: 44.5%;
}
#index-loader .loading-circle {
    transform: scale(0.1) translate(-50%, -50%);
    -moz-transform: scale(0.1) translate(-50%, -50%);
    -webkit-transform: scale(0.1) translate(-50%, -50%);
    -o-transform: scale(0.1) translate(-50%, -50%);
    -ms-transform: scale(0.1) translate(-50%, -50%);
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 90%;
    left: 50%;
    width: 100%;
    height: auto;
    padding-top: 100%;
    background-color: #070707;
}
#index-loader .index-copy {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80vw;
    -ms-transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#index-loader .index-copy h2 {
    color: #fff;
    text-align: center;
    line-height: 1.5em;
    font-size: 3vw!important;
}
#index-loader .index-copy .letter {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    display: inline-block;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
}
#loader {
    position: absolute;
    z-index: 9950;
    opacity: 0;
}
#loader .circle-first {
    transition: all 1250ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 1250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 1250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 1250ms cubic-bezier(0.77, 0, 0.175, 1);
    position: fixed;
    background-color: #D6372E;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    -moz-transform: translate(-50%, -50%) scale(0, 0);
    -webkit-transform: translate(-50%, -50%) scale(0, 0);
    -o-transform: translate(-50%, -50%) scale(0, 0);
    -ms-transform: translate(-50%, -50%) scale(0, 0);
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    width: 130%;
    height: auto;
    padding-top: 130%;
    border-radius: 50%;
}
#loader .circle-second {
    transition: all 1250ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 1250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 1250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 1250ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    -moz-transform: translate(-50%, -50%) scale(0, 0);
    -webkit-transform: translate(-50%, -50%) scale(0, 0);
    -o-transform: translate(-50%, -50%) scale(0, 0);
    -ms-transform: translate(-50%, -50%) scale(0, 0);
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    width: 130%;
    padding-top: 130%;
    height: auto;
    border-radius: 50%;
    background-color: #fff;
}
#loader .loader-logo {
    width: 75%;
    position: fixed;
    display: none;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#loader .loader-logo span {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    display: inline-block;
    width: 8%;
    margin-right: -0.2rem;
}
#loader .loader-logo span svg {
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1.01) translateZ(0);
    transform: scale(1.01) translateZ(0);
    width: 100%;
    height: auto;
}
.nav-up {
  top: -90px!important;
}
#loader .loader-logo span svg path {
    fill: #fff;
}
@media only screen and (min-width: 768px){
#loader .loader-logo span:first-of-type {
    width: 7.5%;
}

}
@media only screen and (max-width: 1023px)
{
#index-loader .loading-circle {
    transform: scale(0.1) translate(-50%, -50%);
    -moz-transform: scale(0.1) translate(-50%, -50%);
    -webkit-transform: scale(0.1) translate(-50%, -50%);
    -o-transform: scale(0.1) translate(-50%, -50%);
    -ms-transform: scale(0.1) translate(-50%, -50%);
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 90%;
    left: 50%;
    width: 250%;
    height: auto;
    padding-top: 250%;
    background-color: #070707;
}
}
@media only screen and (max-width: 767px)
{
#index-loader .index-logo {
    width: 10%;
    left: 25%;
}
}
@media only screen and (max-width: 768px){
#index-loader .index-copy h2 {
    font-size: 6vw!important;
}
}
.serv-cont
{
	padding: 20px 0;
}
.btn-outline {
    color: #000;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 20px 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 2px solid #000;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 0.54em 1.38em;
    font-size: 0.88em;
    line-height: 1.52857143;
    border-radius: 1.66em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn-outline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background: #ccc;
    -webkit-transition: all 450ms ease;
    transition: all 450ms ease;
    transform: scale(0.5, 1);
}
  .btn-outline:hover:before
  {
    opacity: 0.2;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.serv-cont h3 {
    padding: 20px 0;
}
.message-box p , .serv-cont p {
    font-size:18px;
    line-height:1.5em;
}

.list-widget ul
{
	margin: 0;
padding: 0;
list-style: none;
}

.list-widget ul li
{
	margin: 0;
	padding: 0;
}
.list-widget ul li a
{
	color: #ffffff;
	line-height: 39px;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 0;
}
.list-widget ul li .fleft {float: left;color: #ffffff;width: -webkit-calc(100% - 34px);width: calc(100% - 34px);font: 400 1em/1.4em "Open Sans", sans-serif;padding: 1.1em 0 0;margin-left: 6px;}
.list-widget li i
{
	font-size: 20px;
	color: #8c8c8c;
	margin-top: 18px;
}
.widget a.btn
{
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bolder;
    margin: 20px 0;
    color: #fff;
    border: 1px solid;
}
.widget a.btn:hover
{
    background: #fefefe;
    /* border:1px solid #fff; */
    color: #000!important;
}
.about-item:hover {
    background: #111;
    color: #fff;
}

.about-item:hover .about-text h3 a
{
    color:#fff !important;
}
   .animation{
	z-index: 1;
	position: absolute;
}
.animationCricle1{
	left: -120px;
	top:25%;
}
.animationCricle2{
	top:22%;
	right: 50px;
}
.animationCricle3{
	width: 50px;
	bottom: 80px;
	left: 70px;
}
.animationCricle4{
	width: 27px;
	top: 18%;
	left: 35%;
}
.animationCricle5{
	width: 283px;
	top: 0px;
	left: -100px;
}
.animationCricle6{
	width: 160px;
	bottom: 50px;
	right:20px;
}
.animationCricle7{
	width: 43px;
	top: 107px;
	right:110px;
}
.animationCricle8{
	width: 110px;
	bottom: 107px;
	left:230px;
}
.animationCricle9{
	top:50px;
	left: -100px;
}
.animationCricle10{
	bottom:120px;
	left: 220px;
}
.animationCricle11{
	width: 57px;
	top:160px;
	right:190px;
	transform: rotateX(180deg);
}
.animationCricle12{
	width: 194px;
	bottom:90px;
	right:150px;
	transform: rotateY(180deg);
}
.animationCricle13{
	left: -120px;
	top:25%;
}
.animationCricle14{
	top:22%;
	right: 50px;
}
.animationCricle15{
	width: 50px;
	bottom: 80px;
	left: 70px;
}
.animationCricle16{
	width: 27px;
	top: 18%;
	left: 35%;
}

.boxAnimation{
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
	position: absolute;
}
.animationHome1{
	top:5%;
	left: 39%;
}
.animationHome2{
	top:16%;
	left: 26%;
}
.animationHome3{
	top:6%;
	left: 54%;
}
.animationHome4{
	top:25%;
	left: 41%;
}
.animationHome5{
	top:20%;
	right: 39%;
}
.animationHome6{
	top:27%;
	left: 14%;
}
.animationHome7{
	top:50%;
	left: 9%;
}
.animationHome8{
	bottom:32%;
	left: 33%;
}
.animationHome9{
	bottom:8%;
	left: 6%;
}
.animationHome10{
	bottom:38%;
	right: 38%;
}
.animationHome11{
	bottom:21%;
	right: 32%;
}
.animationHome12{
	bottom:19%;
	right: 20%;
}
.animationHome13{
	bottom:32%;
	right: 12%;
}
.animationHome14{
	top:40%;
	right: 7%;
}
.animationHome15{
	top:25%;
	right: 6%;
}
.animationHome16{
	bottom:10%;
	right: 6%;
}
.animationHome17{
	bottom:38%;
	left: 20%;
}
.animationHome18{
	bottom:24%;
	left: 26%;
}
.animationHome19{
	bottom:27%;
	left: 7%;
}
.animationHome20{
	top:25%;
	right:16%;
}
.message-box {
    /* z-index: 1; */
    background: #f2f2f2;
}
#about .col-md-6
{
    z-index:1;
}
.subHeading {
    font-weight: 500;
    line-height: 1.5;
    font-size: 19px;
    letter-spacing: 1px;
    text-shadow: 0px -1px 5px rgba(0,0,0,0.2);
    color:#fff;
        margin-bottom: 60px;
}
.heading
{
    font-size: 30px;
    margin: 0px;
    color: #fff;
    padding-bottom: 30px;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
}
.footer-left i {
    color: red;
}

.footer-left {
    color: #fff;
}
/** ADD YOUR AWESOME CODES HERE **/