svg {
    display: block;
    font: 10.5em 'Montserrat';
    width:100%;
    height: 170px;
    margin: 0 auto;
}

.text-copy {
    fill: none;
    stroke: white;
    stroke-dasharray: 6% 29%;
    stroke-width: 5px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 5.5s infinite linear;
}

.text-copy:nth-child(1){
    stroke: #4D163D;
    animation-delay: -1;
}

.text-copy:nth-child(2){
    stroke: #840037;
    animation-delay: -2s;
}

.text-copy:nth-child(3){
    stroke: #BD0034;
    animation-delay: -3s;
}

.text-copy:nth-child(4){
    stroke: #BD0034;
    animation-delay: -4s;
}

.text-copy:nth-child(5){
    stroke: #FDB731;
    animation-delay: -5s;
}

@keyframes stroke-offset{
    100% {stroke-dashoffset: -35%;}
}

.footer-distributed{
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;

    padding: 55px 50px;
    margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
    width: 40%;
}

/* The company logo */

.footer-distributed h3{
    color:  #ffffff;
    font: normal 36px 'Cookie', cursive;
    margin: 0;
}

.footer-distributed h3 span{
    color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
    color:  #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a{
    display:inline-block;
    line-height: 1.8;
    text-decoration: none;
    color:  inherit;
}

.footer-distributed .footer-company-name{
    color:  #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
    width: 35%;
}

.footer-distributed .footer-center i{
    background-color:  #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p{
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin:0;
}

.footer-distributed .footer-center p span{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:2;
}

.footer-distributed .footer-center p a{
    color:  #5383d3;
    text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
    width: 20%;
}

.footer-distributed .footer-company-about{
    line-height: 20px;
    color:  #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span{
    display: block;
    color:  #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons{
    margin-top: 25px;
}

.footer-distributed .footer-icons i:hover
{
    color:black;
}

.footer-distributed .footer-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color:  #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

    .footer-distributed{
        font: bold 14px sans-serif;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right{
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-distributed .footer-center i{
        margin-left: 0;
    }

}
.col-md-2
{
    margin-top: 10px;
    margin-bottom: 10px;
}
/* carousel */
.carousel-indicators .active{ background: #31708f; } 
.content{ margin-top:20px; } 
.adjust1{ float:left; width:100%; margin-bottom:0; } 
.adjust2{ margin:0; } 
.carousel-indicators li{ border :1px solid #ccc; } 
.carousel-control{ color:#31708f; width:5%; } 
.carousel-control:hover, .carousel-control:focus{ color:#31708f; } 
.carousel-control.left, .carousel-control.right { background-image: none; } 
.media-object{ margin:auto; margin-top:15%; } 
@media screen and (max-width: 768px) { .media-object{ margin-top:0; } }

.col-md-6 font
{
    color:#6ab322;
    font-size:19px;
    font-weight:bold; 
}

/*Hove efect*/
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.hovereffect:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}

.hovereffect a, hovereffect p {
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.hovereffect p
{
    color:white;
}
.hadding
{
    margin-top:10px;
    height:auto;
    width:100%;
    /*color:#6ab322;*/
    border-radius:10px;
    box-shadow: 0px 0.5px 8px 2px rgba(0,0,0,1);
    text-align:center;
    margin-bottom:10px;
    background-color: #132566;
  background-repeat: repeat-y;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#CC3300), to(#132566));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #CC3300, #6bb323);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #CC3300, #6bb323);
  /* IE 10 */
  background: -ms-linear-gradient(left, #CC3300, #6bb323);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #CC3300, #6bb323);
}
}

#hadding{
    /* fallback */
  background-color: #13254d;
  background-repeat: repeat-y;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#CC3300), to(#132566));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #CC3300, #6bb323);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #CC3300, #6bb323);
  /* IE 10 */
  background: -ms-linear-gradient(left, #CC3300, #6bb323);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #CC3300, #6bb323);
}

.hadding h1,h2,h3,h4,h5
{
    font-size:25px;
    color:black;
    position: 50% 50%;
    text-shadow: #000;
    padding-top:4px;
    padding-bottom:4px;
    text-align:center;
    font-weight: 
}

.logo{
        position:absolute;
        margin-top:-52px;
        z-index: 1000;
        width:220px;
        height:120px;
}
.logo img{height:100%; width:100%;}

#logo2{display:block;}
#logo1{display:none;}
#contact_mob{display:none;}
/*Hove efect*/

/*enqury form*/
.form-style-4{
    margin-top: 10px;
    width:100%;
    font-size: 16px;
    background: #13254d;
    padding: 30px 30px 15px 30px;
    border: 5px solid #53687E; 
}
.form-style-4 input[type=submit],
.form-style-4 input[type=button],
.form-style-4 input[type=text],
.form-style-4 input[type=email],
.form-style-4 textarea,
.form-style-4 label
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    color: #fff;

}
.form-style-4 label {
    display:block;
    margin-bottom: 10px;
}
.form-style-4 label > span{
    display: inline-block;
    float: left;
    width: 150px;
}
.form-style-4 input[type=text],
.form-style-4 input[type=tel],
.form-style-4 input[type=email] 
{
    background: transparent;
    border: none;
    border-bottom: 1px dashed #83A4C5;
    width: 275px;
    outline: none;
    padding: 0px 0px 0px 0px;
    font-style: italic;
}
.form-style-4 textarea{
    font-style: italic;
    padding: 0px 0px 0px 0px;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px dashed #83A4C5;
    width: 275px;
    overflow: hidden;
    resize:none;
    height:20px;
}

.form-style-4 textarea:focus, 
.form-style-4 input[type=text]:focus,
.form-style-4 input[type=email]:focus,
.form-style-4 input[type=email] :focus
{
    border-bottom: 1px dashed #D9FFA9;
}

.form-style-4 input[type=submit],
.form-style-4 input[type=button]{
    background: #6ab322;
    border:2px solid  #6ab322;
    padding: 8px 10px 8px 10px;
    border-radius: 5px;
    color: #000;
}
.form-style-4 input[type=submit]:hover,
.form-style-4 input[type=button]:hover{
	color:#FFFFFF;
background: none;
border:2px solid;
}
/**/
.enq_form
{
    position:absolute;
    z-index:100;
    background-color:#13254d;
    right:0;
    top:0;
    margin-right: 100px;
    margin-top:100px; 
    width:20%;
    border-radius:10px; 
    opacity:0.7;
}
.enq_form font
{
    font-size: 25px;
    color:white;
}

.colorgraph {
    height: 5px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

#linearBg2 {
  /* fallback */
  background-repeat: repeat-x;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CC3300), to(#13254d));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #CC3300, #6bb323);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #CC3300, #6bb323);

  /* IE 10 */
  background: -ms-linear-gradient(top, #CC3300, #6bb323);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #CC3300, #6bb323);
} 
.anoop, .shiv, .gagan, .monu
{ 
    max-width: 100%; 
    background-size: 100%; 
    background-image: url('./images/faculty.png'); 
}
 
.anoop
{
    
    background-position: 0 0%; 
    background-size: 100% 398%; 
}
.shiv 
{
   
    background-position: 0 33.333333%; 
    background-size: 100% 399%; 
}
.gagan { 
   
    background-position: 0 66.666667%; 
    background-size: 100% 400%; 
}
.monu {
    
    background-position: 0 100%; 
    background-size: 100% 401%; 
}

.job-employer, .development, .it-training, .project-training
{
    max-width: 100%;
    background-size: 100%; 
    background-image: url('./images/trainings.png'); 
}
 
.job-employer 
{
    background-position: 0 0%; 
    background-size: 100%; 
}
.development { 
    background-position: 0 33.333333%; 
    background-size: 100%; 
}
.it-training 
{ 
    background-position: 0 66.666667%;
    background-size: 100%;
}
.project-training 
{
    background-position: 0 100%; 
    background-size: 100%; 
}

.akash, .arti, .ritika, .rohit, .shamsher, 
.rohit2, .suman
{ max-width: 100%; background-size: 100%; background-image: url('./images/student.png'); }
 
.akash { background-position: 0 0%; background-size:111% 697%; }
.arti { background-position: 0 16.666667%; background-size: 101% 706%; }
.ritika { background-position: 0 33.333333%; background-size: 100% 701%; }
.rohit { background-position: 0 50%; background-size: 100% 703%; }
.shamsher { background-position: 0 66.666667%; background-size: 107% 712%; }
.rohit2 { background-position: 0 83.333333%; background-size: 106% 709%; }
.suman { background-position: 0 100%; background-size: 105.319149%; }

@media (max-width:880px){
    .logo{display:none;}
    #logo1{display:block;padding-left:0px;width:100;}
    #contact_mob{display:block;}
    .navbar-brand{width:20%;} 
    #contact_map{display:none;}
    .enq_form{display:none;}
    #logo2{display:none;}
}

@media only screen and (min-width:880px) and (max-width:1150px)
{
    .enq_form
    {
    position:absolute;
    z-index:100;
    background-color:#13254d;
    right:0;
    top:0;
    margin-right:50px;
    margin-top:90px; 
    width:25%;
    border-radius:10px; 
   }
   .enq_form font
   {
       font-size:20px;
   }
   
}
