﻿.neon-text {
   /*-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  color: #000080;
  color: rgb(64, 126, 196);
  background: none;
  text-shadow: 1px 0px 0 rgb(77,162,252) , 0px 0px 0 rgb(77,162,252) , 1px -1px 0 rgb(77,162,252) , -1px 1px 0 rgb(77,162,252) ;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);*/

    -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none; 
  color: rgb(64, 126, 196);;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: rgb(255,255,255);
  text-shadow: 0 1px 3px rgba(145,192,224,0.91) ;

  /*class="support css-property">text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgb(255,255,255);
  text-shadow: 1px 1px 0 rgba(0,14,142,1) , -1px -1px 0 rgb(77,162,252) , 1px -1px 0 rgb(77,162,252) , -1px 1px 0 rgb(77,162,252) , 1px 0 0 #6d94bf , 0 -4px 2px rgba(42,211,200,1) , 3px 1px 9px rgba(11,55,142,1) ;
  -webkit-transition: all 502ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -moz-transition: all 502ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -o-transition: all 502ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: all 502ms cubic-bezier(0.95, 0.05, 0.795, 0.035);*/
}

.neon-text:hover1 {
  color: rgb(64, 126, 196);
  background: none;
  text-shadow: 1px 1px 0 rgb(77,162,252) , -1px -1px 0 rgb(77,162,252) , 1px -1px 0 rgb(77,162,252) , -1px 1px 0 rgb(77,162,252) ;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}

 /*--//About- Tab-*/
        .tabs
        {
            background: #f5f5f5;
            font-size:17px;
        }
        .tabs .nav-tabs
        {
            float: left;
            border-bottom: 0;
        }
        .tabs .nav-tabs li
        {
            float: none;
            margin: 1px 0 0;
        }
        .tabs .nav-tabs li a
        {
            margin-right: 0;
            border: 0;
            background-color: #aaa;
            color: #fff;
            padding: 1.5em;
            font-size: 1.2em;
            border-radius: 0;
            font-weight: 500;
        }
        .tabs .nav-tabs li a:hover
        {
            background-color: #000080;
        }
        .tabs .nav-tabs .active .glyphicon
        {
            color: #333;
        }
        
        .tabs .nav-tabs > li.active > a, .tabs .nav-tabs > li.active > a:hover, .tabs .nav-tabs > li.active > a:focus
        {
            border: 0;
            background-color: #000080;
            color: #fff;
        }
        
        .tabs .tab-content .tab-pane
        {
            display: none;
        }
        .tabs .tab-content .active
        {
            display: block;
        }
        
        .tab-grid-left
        {
            padding: 5px;
        }
        .tab-grid-right
        {
            padding: 0 1em 0 1em;
        }
        .tabs .more
        {
            margin-top: 1.5em;
        }
        .tabs-right
        {
            padding-left: 8em;
        }

.area-info {
    font-family: 'Raleway', sans-serif;
   background-color: #FFF;
    padding: 0 20px;
    position: relative;
    border-bottom: #2EC2A5;
    border-bottom-width: medium;
    border-bottom-style: groove;
    -webkit-box-shadow: 1px 10px 18px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 10px 18px -10px rgba(0,0,0,0.75);
    box-shadow: 1px 10px 18px -10px rgba(0,0,0,0.75);
}
.area-info h4 {
    font-size: 25px;
    margin:0;
    font-weight: 700;
    width: 93%;
    padding: 5px 0;
    color:black;
	text-align:center;
    
}
.area-info p {
    line-height: 33px;
    color: #9C9999;
}

/*END About Tab*/

.slideanim {}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}


#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;
    }
}

.portfolio-modal .modal-content {
       position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.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;
    right:38px;
    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;
}

/*---gallery----*/
.gallery-grids {
    /*padding-left:70px;*/
}
.view {
    width: 360px;
    height: 330px;
    margin: 10px;
    border: 10px solid #FFFFFF;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px #808080;
    -moz-box-shadow: 0px 0px 5px #808080;
    box-shadow: 0px 0px 5px #808080;
    cursor: default;
    padding: 0;
}
.view .mask,.view .content {
   width: 341px;
    height:310px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view p 
{
       /*padding: 1px 2px 0 2px;*/
           padding: 6px 6px 0px 9px;
    font-style: normal;
    font-size: 15px;
    line-height:22px;
    position: relative;
    color: #fff;
    text-align: center;
    width: 100%;
    top :-12px;
        margin: 0 0 0 3px;
}
.view h1
{
    color:white;
    padding-bottom:5px;
    margin-top:5px;
    font-size:20px;
    font-style:italic;
    font-weight:700;
     border-bottom: 3px solid #f0f0f0;
    }
    .view h2
{
    padding-bottom:5px;
    margin-top:5px;
    font-size:20px;
    line-height:30px;
    font-style:italic;
    font-weight:700;
    color:#000080;
    }
.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.9s ease-in-out;
   -moz-transition: all 0.9s ease-in-out;
   -o-transition: all 0.9s ease-in-out;
   -ms-transition: all 0.9s ease-in-out;
   transition: all 0.9s ease-in-out;
}
.view-tenth .mask {
   background-color: rgb(21, 92, 178);
   -webkit-transition: all 0.9s linear;
   -moz-transition: all 0.9s linear;
   -o-transition: all 0.9s linear;
   -ms-transition: all 0.9s linear;
   transition: all 0.9s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.9s linear;
   -moz-transition: all 0.9s linear;
   -o-transition: all 0.9s linear;
   -ms-transition: all 0.9s linear;
   transition: all 0.9s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover p{
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}		
/*---//gallery----*/


/*-- Footer-Starts-Here --*/
.footer {
    /*background: url("../images/world.jpg");*/
    background-color:rgb(64, 126, 196);
}
.social {
    padding: 10px 0;
    text-align: center;
}
.footer-info {
    margin-top: 0px;
}
.footer-info h4 {
    color: #FFF;
    padding: 20px 0;
    font-weight: 600;
}
.footer-info li {
    color: #FFF;
    display: block;
    font-weight: 300;
    font-size: 13px;
    line-height: 25px;
}
.links a {
    color: #FFF;
}
.links a:hover {
    color:#FFF;
    text-decoration: underline;
}
a.mail {
    color: #FFF;
}
a.mail:hover {
    color: #2AFFF5;
}
.footer-info p {
    color: #EEE;
    font-weight: 300;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 10px;
}
.newsletter {
    position: relative;
}
.newsletter .email {
    padding: 5px 60px 5px 15px;
    font-style: italic;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 40px;
    border: 1px solid #ddd;
    min-width: 100%;
}
.newsletter .email {
    color: #bcc0c4;
    background-color: #565f66;
    border: none;
}
.newsletter .submit {
    width: 40px;
    height: 40px;
    background-image: url('../images/subscribe.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-color: #006db7;
    top: 0;
    right: 0;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}


ul.social li {
    display: inline-block;
}
ul.social li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("../images/img-sprite.png") no-repeat 0px 0px;
}
ul.social li a.facebook {
    background-position: 0px 0px;
}
ul.social li a.facebook:hover {
    background-position: 0px -50px;
}
ul.social li a.twitter {
    background-position: -50px 0px;
}
ul.social li a.twitter:hover {
    background-position: -50px -50px;
}
ul.social li a.googleplus {
    background-position: -100px 0px;
}
ul.social li a.googleplus:hover {
    background-position: -100px -50px;
}
ul.social li a.instagram {
    background-position: -150px 0px;
}
ul.social li a.instagram:hover {
    background-position: -150px -50px;
}
ul.social li a.youtube {
    background-position: -200px 0px;
}
ul.social li a.youtube:hover {
    background-position: -200px -50px;
}
ul.social li a.linkedin {
    background-position: -250px 0px;
}
ul.social li a.linkedin:hover {
    background-position: -250px -50px;
}

.copyright {
    text-align: center;
    padding: 10px 0;
    border-top: 3px solid #FFF;
}
.copyright p {
    color:#FFF;
}
.copyright a {
    color: #140F0F;
    text-decoration: none;
}
.copyright a:hover {
    color: #009688;
    text-decoration: underline;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 15px;
    overflow: hidden;
    width: 40px;
    height: 21px;
    border: none;
    text-indent: 100%;
    z-index:20;
    background: url("../images/to-top2.png") no-repeat 0px 0px;
}
/*-- //Footer-Ends-Here --*/