html {
    font-size: 14px;
}
body
    {
        background: #fff;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        position: relative;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
    
.tm-white a {
	color: #fff;
}

/* start h1 group */
h1 { 
    margin-top: 0;
    margin-bottom: 25px; 
}
h1,
h2,
h3,
h4
    {
        font-weight: bold;
    }
/* end h1 group */
p { line-height: 1.6em; }
/* img */
img
    {
        max-width: 100%;
        height: auto;
    }
/* img */

/* overlay */
.overlay 
    {
       width: 100%;
       height: 750px;
       background: rgba(0, 0, 0, 0);
       padding-top: 90px;
       padding-bottom: 90px;
	   
    }  
/* over lay */
h1.top 
    {
	   position: relative;
	   font-weight: bold;
	   left:100px;
	   top: 260px;
	   font-size: 57px;
	   text-align: left;
    }  
div.fixed {
  position: fixed;
  bottom: 120;
  left:100px;
  right: 0;
  width: 300px;
  border: 3px solid #73AD21;
}
div.policy {
  text-align: left;
  position: fixed;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 18px;
  color: #519ac3;
}
/* start page container */
@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
	.container {
		width: 1000px;
	}
}
/* end page container */

/* start preloader */
.preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        /*justify-content: center;*/
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner 
    {
        width: 100px;
        height: 100px;
        /*background-color: #519ac3;*/
	background-image: url('../images/favicon.png');
         margin: 0 auto;
        -webkit-animation: sk-rotatePlane 2.4s infinite ease-in-out;
                animation: sk-rotatePlane 2.4s infinite ease-in-out;
     }

@-webkit-keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
					
		/*			
@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
			*/		
@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  25% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  50% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } 

  75% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(-180deg);
                transform: perspective(120px) rotateX(0deg) rotateY(-180deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }}					
/* end preloader */

/* start top-Contact */

.top-contact {
	background-color: #519ac3;
	font-size: .875em;
	height: 24px;
	line-height: 24px;
	margin: 0 auto;
	overflow:hidden
}

.contact-list {
	list-style-type:none;
    padding:0px;
	margin-bottom: 0px;;
}
.contact-list li {
	display: inline-block; 
	list-style: none;
}
.contact-list a {
	color: #ffffff;
	text-decoration: none;
}
.top-icon {
	background-color: #ffffff;
	border-radius: 50%;
	color: #519ac3;
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	margin-right: 10px;
	text-align: center;
}
.top-social {
	text-align: right;
	list-style-type:none;
    padding:0px;
	margin-bottom: 0px;
}
.top-social li{
	 display: inline-block;
	 list-style: none;
}
.top-social a{
	 text-decoration: none;
}
.top-social ul{
	
}
/* end top-Contact */

/* start navigation */
.navbar-default
    {
        background: #fff;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0!important;
    }
.navbar-default .navbar-brand
    {
        color: #519ac3;
        font-size: 30px;
        font-weight: bold;
        height: 50px;
        line-height: 35px;
		padding-top: 10px;
		padding-bottom: 10px;
    }
	
.navbar-default .navbar-brand img
    {
        height: 30px;
    }
	
.navbar-default .nav li a
    {
        color: #666;
        font-size: 13px;
        font-weight: bold;
        height: 50px;
        line-height: 20px;
    }
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current
    {
        color: #519ac3;
    }

.navbar-default .navbar-toggle
    {
		/*
        border: none;
        padding-top: 10px;*/
		position: absolute;
		right: 0;
		border: none;
        padding-top: 10px;
    }
	
.navbar-default .navbar-toggle .icon-bar
    {
        background: #519ac3;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* end navigation */

/* start home */       
#home
    {
    background: url('../images/Top_bg.jpg') no-repeat;
    background-size: cover;
    color: #519ac3;
    margin-top: 0px;
    text-align: center;
    width: 100%;

    }
#home p
    {
        font-weight: 400;
        font-style: italic;
        line-height: 2em;
    }
#home img
    {
        display: inline-block;
		
        margin-top: 30px;
    }
	
/* end home */

/* start service */
#service
    {
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#service .fa
    {
        color: #519ac3;
        font-size: 60px;
    }
#service img
    {
        height: 60px;
    }	
#service h3
    {
        font-size: 20px;
    }
#service p{
		height: 120px;
	}
/* end service */
/* start refclients */
#refclients
    {
        text-align: left;
        padding-top: 80px;
        padding-bottom: 80px;
        border-spacing: 5px 1rem;
    }
#refclients .fa
    {
        color: #519ac3;
        font-size: 60px;
    }
#refclients img
    {
        height: 60px;
    }    
#refclients h3
    {
        font-size: 20px;
    }
#refclients p{
		height: 160px;
	}
/* end refclients */
/* start offer */
#offer
    {
        background: #fff;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#offer p
    {
        padding-top: 10px;
    }
#offer span
    {
        float: left;
    }
#offer .fa
    {
        background: #519ac3;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end offer */

/* start solution */
#solution
    {
        padding-top: 60px;
        padding-bottom: 60px;
    }
#solution p
    {
        padding-top: 10px;
    }
#solution span
    {
        float: left;
    }
#solution .fa
    {
        background: #519ac3;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
#solution .solution-body{
    display: none;
}    
#solution h4
{
    color: #519ac3;   
}        
/* end solution */

/* start pricing */
#pricing
    {
        background: #f8f8f8;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#pricing h2
    {
        padding-bottom: 60px;
    }
#pricing .pricing
    {
        background: #fff;
    }
#pricing .active
    {
        position: relative;
        bottom: 20px;
    }
#pricing .pricing .pricing-title
    {
        background: #519ac3;
        color: #fff;
        font-weight: bold;
        padding: 30px;
    }
#pricing .pricing .pricing-title p
    {
        font-size: 20px;
    }
#pricing .pricing ul
    {
        padding: 0;
        margin: 0;
    }
#pricing .pricing ul li
    {
        display: block;
        list-style: none;
        padding: 16px;
    }
#pricing .pricing .btn
    {
        background: transparent;
        border: 1px solid #519ac3;
        border-radius: 0px;
        color: #519ac3;
        font-weight: bold;
        padding-right: 40px;
        padding-left: 40px;
        margin-top: 20px;
        margin-bottom: 30px;
        transition: all 0.3s ease;
    }
#pricing .pricing .btn:hover {
    background: #519ac3;
    color: #fff;
}
/* end pricing */

/* start download */
#download
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
#download h2
    {
        padding-bottom: 20px;
    }
#download .btn
    {
        border-radius: 0px;
        font-weight: bold;
        margin-top: 20px;
        padding: 10px 40px 10px 40px;
    }
/* end download */
.contact-bottom
{
	    background: url('../images/contact_bg.jpg') no-repeat;
        background-size: cover;
        color: #519ac3;

}
.contact-bottom::after
{
	opacity: 0.6;

}
.contactBottom {
    position: relative; 
    
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #519ac3; 
}

.contactBottom::before {    
      content: "";
      background-image: url('../images/contact_bg.jpg');
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.75;
}
h6 {
	  position: relative;
	  color: #519ac3;  
	  font-size: 14rem;
	  line-height: 0.9;
	  text-align: center;
}
/* start contact */
#contact
    {

    }
#contact image
{
	    background: url('../images/contact_bg.jpg') no-repeat;
        background-size: cover;
        color: #519ac3;
}
#contact h2
    {
        padding-bottom: 10px;
    }
#contact address
    {
        padding-top: 20px;
		font-size: 14px;
		font-weight: bold;
		
    }
#contact address .fa
    {
        background: #cdeafa;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: 6px;
        margin-right: 10px;

    }
#contact .contact-form
    {
        padding-top: 40px;
    }
#contact .form-control
    {
        border: none;
        border-radius: 0px;
        box-shadow: none;
        margin-bottom: 20px;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        background: #519ac3;
        color: #fff;
        font-weight: bold;
        transition: all 0.3s ease;
    }
#contact input[type="submit"]:hover {
    background: #107DB6;
}
/* end contact */

/* start contatc-map */
#contact-map .map {
  position: relative;
}

#contact-map .map #map {
  height: 400px;
  color: white;
}
/* end contact-map */

/* start footer */
footer
    {
        background: #fff;
        font-weight: 400;
        text-align: center;
        padding: 20px;
    }
/* end footer */

@media screen and ( max-width: 991px ) {
	.templatemo-box {
        margin-bottom: 30px;
    }
    #pricing .active {
        bottom: 0;
    }
    .pricing {
        margin-bottom: 20px;
    }
    #offer img, #download img {
        margin-top: 30px;
    }
    #solution img {
        margin-bottom: 30px;
    }
}
@media screen and ( max-width: 767px ) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }
    #offer, #pricing, #download, #solution {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #contact .overlay {
        padding-top: 40px;
    }
	.top-text {
		 display: none;
	}

}
/* start media 360 */
@media screen and ( max-width: 360px ){
    .pricing
        {
            padding-bottom: 40px;screen
        }
}
/* end media 360 */

#slideshow > div { 
	position: absolute;
	margin-right: 8px;
}

.img-hidden{
    opacity: 0.0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}	

#notfound
    {
    color: #fff;
    margin-top: 70px;
    text-align: left;
    }
#notfound p
    {
        font-weight: 400;
        font-style: italic;
        line-height: 2em;
    }

.img-notfound{
	background: url('../images/404-blue.jpg') no-repeat;
    background-size: cover;
	background-position: right;
	
}	
	
