/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 25, 2019, 5:30:36 PM
    Author     : SMS MEDIA
*/


 .header-top{
        padding: 10px 0px 10px 0px;
    }
    .top-logo{
       
    vertical-align: middle;
    /* padding: 10px; */
     
    }
    .gtse-logo{
        max-width: 200px;
        margin: auto;
    }
    .top-info{
        text-align: right;
    }
    
.top-info ul {
    margin: 20px 0px 0px 0px;    
}
.top-info ul li{
   text-align: justify;
    font-size: 15px;
    color: #515e6d;
}
.top-info ul li span i{
    font-size: 20px;
    color: #ee1d23;
    margin-right: 5px;
    
}
.bounce {
	animation: bounce 0.5s ease-in infinite alternate;
            margin-top: 15%;
}
 
@-webkit-keyframes bounce {
	0% {
		transform: translateY(-3rem)
	}
	6%{
		transform: translateY(-3rem)
	}
	90% {
		transform: translateY(-3rem)
	}
	100% {
		transform: translateY(3rem) scale(1, 1)
	}
}
 
@-moz-keyframes bounce {
	0% {
		transform: translateY(-3rem)
	}
	6%{
		transform: translateY(-3rem)
	}
	90% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(0) scale(1, 1)
	}
}
 
@-o-keyframes bounce {
	0% {
		transform: translateY(-3rem)
	}
	6%{
		transform: translateY(-3rem)
	}
	90% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(0) scale(1, 1)
	}
}
@keyframes bounce {
	0% {
		transform: translateY(-3rem)
	}
	6%{
		transform: translateY(-3rem)
	}
	90% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(0) scale(1, 1)
	}
}

/*=====================================
 get social class start 
=======================================*/

.social_icon {
    position: fixed;
    left: calc(100% - 8px);
    top: 45%;
    z-index: 999;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    display: inline-block;
}

.social_icon ul li {
    margin-bottom: 8px;
    background: #fff;
    transition: all linear .3s;
    white-space: nowrap;
    border-top: 0.8px solid #c4c4c4;
    border-bottom: 0.8px solid #c4c4c4;
    margin-left: 8%;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
    width: 127px;
}

.social_icon ul li a {
    color: #695aa6;
    font-size: 20px;
    font-family: "Ubuntu";
    font-weight: 500;
    text-decoration: none;
}

.social_icon ul li:hover {
    -o-transform: translateY(-128px, 0);
    -moz-transform: translateY(-128px, 0);
    -webkit-transform: translate(-128px, 0);
    transform: translate(-128px, 0);
}

.social_icon ul li a i {
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #ff0000;
    line-height: 24px;
    padding: 15px 19px 16px 20px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    margin-right: 6%;
    margin-left: -58px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(46, 71, 110, 0.58);
    -moz-box-shadow: 0px 0px 5px 0px rgba(46, 71, 110, 0.58);
    box-shadow: 0px 0px 5px 0px rgba(46, 71, 110, 0.58);
    text-decoration: none;
}

.social_icon ul li a:hover i {
    background-image: linear-gradient( to right, #ee1d23, #b60f0f);
    background-image: -webkit-linear-gradient( to right, #ee1d23, #b60f0f);
    background-image: -moz-linear-gradient( to right, #ee1d23, #b60f0f);
    color: #ffffff;
}

.tweet :hover i {
    color: #444;
}

.tweet i {
    font-size: 25px;
    color: #695aa6;
    background: transparent;
    padding-left: 6%;
    padding-top: 10px;
}

.social_icon ul li.tweet a:before {
    content: "\f17d";
    font-family: 'FontAwesome';
    position: absolute;
    padding-left: 34%;
    font-size: 24px;
    padding-top: 15px;
}

.social_icon ul li.tweet a:after {
    content: "\f099";
    font-family: 'FontAwesome';
    position: absolute;
    padding-left: 48%;
    font-size: 25px;
    padding-top: 16px;

}

/* =====================================
 get social class end 
======================================= */



/*=====================================
 start of contact Part Css
=======================================*/

#contact {
    background: url(images/footer-background.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 128px;
    margin-top: 70px;
    margin-bottom: -6px;
}

.contact-text {
    border-bottom: 1px solid #ddd;
}

.contact-logo img {
    padding-bottom: 10px;
}

.contact-logo h1 {
    color: #fff;
    font-size: 32px;
    font-family: "Ubuntu";
    line-height: 24px;
    font-weight: 500;
    margin-top: 120px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-logo p {
    font-size: 14px;
    color: #fff;
    font-family: "Open Sans";
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 40px;
}

.follow {
    margin-bottom: 50px;
}

.follow a {
    margin-right: 15px;
    text-align: center;
    border: 1px solid transparent;
    float: left;
    color: #fff;
    font-size: 22px;
    width: 46px;
    height: 46px;
    line-height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
}

.follow a:hover {
    color: #3c219b;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, .3);
}
.footer-text{
    text-align: right;
}

/*=====================================
 End of contact Part Css
=======================================*/

/*=====================================
 Start of Footer Part Css
=======================================*/

.footer-inner p {
    font-size: 14px;
    color: #fff;
    font-family: "Open Sans";
    font-weight: 400;
    line-height: 24px;
    padding: 18px 0;
}

.footer-link li {
    display: initial;
}

.footer-link a {
    position: relative;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    margin-left: 20px;
    color: #fefefe;
    font-weight: 500;
    font-family: "Ubuntu";
    padding: 18px 0;
}

/*=====================================
 End of Footer Part Css
=======================================*/


