@media (min-width: 1200px){
    .container {
    max-width: 90% !important;
}
}
*{
    margin: 0;
    padding: 0;
    user-select: none;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.fa{
    font-family: fontawesome;
}
body{
    width: 100%;
    height: auto;
    margin: 0% auto;
    padding: 0px;

}
#wrapper{
    width: 100%;
    height: 9525px;
    margin: 0% auto;
    overflow: hidden;
}
.sa_organisation, .sa_cns_forum, .sa_news,.sa_officers{
    width: 100%;
    height: auto;
    padding: 50px 0px;
}
.sa_heading{
    text-align: center;
    font-weight: 600;
     font-family:'Times New Roman' !important;
    font-size: 45px;
}
.line {
    width: 5%;
    height: 3px;
    background: #ff4948;
    margin: 0% auto 0% auto;
    margin-top: 0px;
}
.line1 {
    width: 10%;
    height: 3px;
    background: #ff4948;
    margin: 0% auto 0% auto;
    margin-top: 5px;
    margin-bottom: 2%;
}
.sa_btn{
    position: relative;
    border: none;
    background: none;
    position: relative;
    z-index: 1;
    font-weight: bold;
    font-size: 18px;
    outline: none;
    transition-delay:0.3s;
    color: #000;
    padding: 6px 22px 12px 16px;
    font-weight: 600;
    height: 50px;
}
.sa_btn:hover{
  color: #fff;
}
.sa_btn:after{
    content: '';
    position: absolute;
    z-index: -1;
    width: 36px;
    height: 36px;
    top: 0px;
    left: 0px;
    border-radius: 25px;
    background: #005aff;
    transition: 0.5s; 
}
.sa_btn:hover:after{
  width: 100%;
}
/*header style starts */
header{
    width: 100%;
    height: auto;
    padding: 5px 0px;
    position: absolute;
    z-index: 999;
    transition: 0.3s;
        text-align: center;
       


}
.main-menu{
    /* background: rgba(255, 255, 255, 0.2);*/
}
header .logo{
    float: left;
}
header .hambuger_menu{
    width: 40px;
    height: 40px;
    float: right;
    position: relative;
    margin-top: 20px;
    margin-right: 55px;
    cursor: pointer;
    z-index: 99;
}
header .hambuger_menu span {
     width: 40px;
    height: 3px;
    position: absolute;
    top: 18px;
    display: block;
    background: #fff;
    margin-left: 3px;
    transition: 0.5s;
    z-index: 99;
    border-radius: 50%;
}

header .hambuger_menu span:nth-child(1) {
    transform: translateY(-12px);
}

header .hambuger_menu span:nth-child(3) {
    transform: translateY(12px);
}

header .hambuger_menu.active span:nth-child(1) {
    transform: rotate(45deg);
    transition: 0.5s;
    z-index: 99;
}

header .hambuger_menu.active span:nth-child(3) {
    transform: rotate(-45deg);
    transition: 0.5s;
    z-index: 99;
}

header .hambuger_menu.active span:nth-child(2) {
    transform: translateX(100px);
    transition: 0.5s;
    opacity: 0;
    z-index: 99;
}
.sa-header-alt{
    position: fixed;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    transition: 0.3s;
}
.sa-header-alt .hambuger_menu span{
    background: #000088;
}
/*header style ends */
/*banner style starts */
.sa_banner{
    width: 100%;
    height: 100vh;
    background: url(../img/templatemo-bg-1.png);
    background-size: cover;
}
.sa_banner .sa_content {
    width: 450px;
    /*background: rgba(22, 188, 182,0.5);*/
    float: right;
    padding: 30px;
}
.sa_banner .sa_content h5{
    color: #FFEB3B;
    margin-top: 60%;
    font-size: 35px;
    font-family:sans-serif;
}

.sa_banner .sa_content h4{
        color: #fff;
    font-weight: 400;
    line-height: 40px;
    font-size: 34px;
    margin-top: 10px;
    font-family:sans-serif;
    text-transform: uppercase;
}

.sa_banner .sa_content h4 ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
         font-family: sans-serif;
         
}
.sa_banner .sa_content h4 ul li a{
    font-size: 22px;
    font-weight: 550;
    color: #fff;
    position: relative;
    transition:0.4s;
}
.sa_banner .sa_content h4 ul li a:hover{
    position: relative;;
    left: 5px;
    transition:0.4s;
}
.sa_banner h1 {
    color: #fff;
    font-size: 80px;
    padding: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    margin-top: 30%;
    margin-bottom: 10px;
    line-height: 89px;
    font-weight: 250;
    
}

.sa_banner h1 b {
    font-weight: 600;
    text-transform: uppercase;
    font-family: sans-serif;
    letter-spacing: normal;
}
/*banner style ends */
/*organisation style starts */
.square-flip {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    /*border:1px solid #efefef;*/
    position: relative;
    float: left;
    margin: 20px;
}
.square-flip {
    width: 100%;
    height: 300px;
}
.square,
.square2 {
    width: 100%;
    height: 100%;
}
.bg-1 {
    background: #04d9ff;
}
.bg-2 {
    background: #c659dc;
}
.bg-3 {
    background: #b4e30c;
}
.bg-4 {
    background: #fdac00;
}
.square {
    background-size: cover;
    background-position: center center;
    -ms-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    -webkit-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.square-flip .square {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    z-index: 1;
}
.square-flip:hover .square {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
}
.square2 {
    background-size: cover;
    background-position: center center;
    -ms-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    -webkit-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.square-flip .square2 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    z-index: 1;
}
.square-flip:hover .square2 {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform-style: preserve-3d;
}
.square-container {
    padding: 40px;
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    -webkit-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    -webkit-transform: translateY(-50%) translateX(0px) scale(1);
    -ms-transform: translateY(-50%) translateX(0px) scale(1);
    transform: translateY(-50%) translateX(0px) scale(1);
    transform-style: preserve-3d;
    z-index: 2;
}
.square-flip:hover .square-container {
    -webkit-transform: translateY(-50%) translateX(-650px) scale(.88);
    -ms-transform: translateY(-50%) translateX(-650px) scale(.88);
    transform: translateY(-50%) translateX(-650px) scale(.88);
    transform-style: preserve-3d;
}
.square-container2 {
    padding: 20px;
    text-align: left;
    position: relative;
    top: 50%;
    -ms-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    -webkit-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    -ms-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    transform-style: preserve-3d;
    z-index: 2;
}
.square-flip:hover .square-container2 {

    -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    -ms-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    transform-style: preserve-3d;
}
.square-flip h2 {
    color: white;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 22px;
}
.square-flip h3 {
    color: white;
    font-family: "Open Sans";
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.square2 ul{
    padding: 40px;
}
.flip-overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.align-center {
    margin: 0 auto;
}
.align-center img{
    width: 180px;
    margin-bottom: 30px;
}
.kallyas-button {
    display: block;
    width: 160px;
    padding: 18px 30px;
    font-family: "Open Sans";
    font-weight: 600;
    color: #fff;
    background: #FF2024;
    margin: 0 auto;
    border-radius: 2px;
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa067+0,ff2959+49,ff2024+100 */
    background: #ffa067;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffa067 0%, #ff2959 49%, #ff2024 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ffa067 0%, #ff2959 49%, #ff2024 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ffa067 0%, #ff2959 49%, #ff2024 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa067', endColorstr='#ff2024', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}
.square-flip .square .boxshadow,
.square-flip .square .textshadow,
.square-flip .square2 .boxshadow,
.square-flip .square2 .textshadow {
    -ms-transition: 0.60s;
    transition: 0.60s;
    -webkit-transition: 0.60s;
}
.square-flip .square h2{
    font-size: 25px;
}
.square2 p{
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
    text-align: left;

}
.square2 ul li{
    margin-top: 9px;
}
.square2 ul li a{
    text-decoration: none;
    color: #fff;
}
.square2 ul li a:hover{
    text-decoration: none;
}
.square-flip .square .textshadow {
    -webkit-text-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
    text-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
}
.square-flip:hover .square .boxshadow,
.square-flip:hover .square .textshadow {
    -webkit-box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
    box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
}
.square-flip .square2 .boxshadow {
    -webkit-box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
    box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
}
.square-flip .square2 .textshadow {
    -webkit-text-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
    -moz-text-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
    text-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
}
.square-flip:hover .square2 .boxshadow,
.square-flip:hover .square2 .textshadow {
    -webkit-box-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
    box-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
}
.centerflipcards {
    display: block;
    width: 100%;
    height: 300px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 3
}
/*organisation style ends */
/*CNS Discission Form style starts */
.sa_cns_forum,.sa_officers{
    background: url(../img/bg.jpg);
}
.sa_cns_forum .sa_img{
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.3);
    margin-bottom: 15px;
    transition: 0.3s;
}
.sa_cns_forum .sa_img img{
    width: 200px;
    height: auto;
    margin-left: 20px;
    transition: 0.3s;
}
.sa_cns_forum .sa_img:hover{
    box-shadow: 0px 5px 13px rgba(0,0,0,0.2);
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0);
    transform:translateY(-10px);
}
.sa_cns_forum .sa_img:hover img{
    transform:scale(1.1);
    transition: 0.3s;
}
.sa_cns_forum .saimg{
    width: 150px !important;
    margin-left: 47px !important;
}
/*CNS Discission Form style ends */
/*news and events style starts */
.sa_news{
    background: url(../img/bg_2.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.sa_news .sa_heading, .sa_officers .sa_heading{
    color: #fff;
}
.sa_news .sa_box{
    width: 80%;
    height: auto;
    margin: 0% auto;
    transition: 0.3s;
}
.sa_news .sa_box:hover{
    transition: 0.3s;
    /*transform:translateY(-10px);*/
    transform:scale(1.1);
    box-shadow: 0px 0px 10px rgba(0,0,0,0);
}
.sa_news .sa_box .sa_img{
    width: 100%;
    height: auto;
}
.sa_news .sa_box .sa_img img{
    width: 100%;
    height: auto;
}
.sa_news .sa_box .sa_content{
    width: 100%;
    height: auto;
    padding: 20px;
    padding-bottom: 40px;
}
.sa_content{
    /*background: #fff;*/
}
.sa_content h3{
    color: #f44336;
}
.sa_content h6{
    color: #3f51b5;
}

/*news and events style ends */
/*Officers style starts*/
.sa_officers .box{
    width: 300px;
    height: auto;
    margin: 0% auto;
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 50px;
}
.sa_officers .box img{
    width: 100%;
    height: auto;
}
.sa_officers .box .content{
    width: 100%;
    height: auto;
    padding: 30px;
    background: #fff;
}
.sa_officers .box .content h3{
    color: #ff4948;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}
.sa_officers .box .content p{
    font-size: 15px;
    text-align: left;
    font-weight: 100;
    text-align: center;
}
.swiper-container {
    width: 100%;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}
.sa_officers{
    background: url(../img/bg_1.jpg);
    background-size: cover;
    background-attachment: fixed;
}
/*Officers style ends*/
/*footer style starts*/
footer{
    width: 100%;
    height: auto;
    padding: 20px 0px;
}
footer .menu{
    width: 100%;
    height: auto;
    margin: 0% auto;
}
footer .menu ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}
footer .menu ul li{
    display: inline-block;
    text-align: center;
}
footer p{
    text-align: center;
    margin: 0px;
    margin-top: 10px;
}
/*footer style ends*/
/*menubar style start*/
.menubar {
    width: 300px;
    height: 100%;
    position: fixed;
    background: #fff;
    z-index: 9999;
    padding: 40px 30px;
    transform: translateX(-1000%);
    transition: 0.5s;
}

.menubar ul {
    margin: 0px;
    padding: 0px;
}

.menubar ul li {
    list-style: none;
    border-bottom: 2px solid #ddd;
}

.menubar ul li a {
    position: relative;
    color: #ddd;
    padding: 20px 0px;
    display: block;
    font-size: 25px;
    font-weight: bold;
}

.menubar ul li a:hover {
    text-decoration: none;
}

.menubar ul li a:before {
    content: attr(data-text);
    position: absolute;
    top: 20px;
    width: 100%;
    color: #2196f3;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.3s ease-in-out;
}

.menubar ul:hover li a:before {
    width: 0%;
}

.menubar ul li:hover a:before {
    width: 100%;
}

.menubar.active {
    transform: translateX(0px);
    transition: 0.3s;
}
.menubar .sa_logo{
    width: 100%;
}
.menubar .sa_logo img{
    width: 100%;
    height: auto;
}
.logo.active {
    opacity: 0.1;
}
/*menubar style ends*/
.sa_officer #customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    transform: scale3d(1.0, 1.0, 1);
}

.sa_officer .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    margin: 0 auto 17px;
}

.sa_officer #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
.sa_officer #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #007bff;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

.sa_officer #customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.sa_officer #customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.sa_officer #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #545b62;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}


.sa_organisation,
.sa_cns_forum,
.sa_news,
.sa_officers,
.sa-about,
.sa_footer,
.sa_officer,
.sa_main_content,
.sa_downloads,
.sa_techinical{
    width: 100%;
    height: auto;
    padding: 50px 0px;
}

.sa_cns_forum,
.sa_officers {
    background: url(../img/bg_4.jpg);
}
/*Officers style starts*/
.sa_officers .box {
    width: 300px;
    height: auto;
    margin: 0% auto;
    box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 50px;
}

.sa_officers .box img {
    width: 100%;
    height: auto;
}

.sa_officers .box .content {
    width: 100%;
    height: auto;
    padding: 30px;
    background: #fff;
}

.sa_officers .box .content h3 {
    color: #ff4948;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}

.sa_officers .box .content p {
    font-size: 15px;
    text-align: left;
    font-weight: 100;
    text-align: center;
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.sa_officers {
    background: url(../img/bg_1.jpg);
    background-size: cover;
    background-attachment: fixed;
}

/*Officers style ends*/

.sa_officer .shadow-effect {
    background: #fff;
    padding: 20px;
    width: 300px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ececec;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.2);
    margin: 0% auto;
    border-bottom: 2px solid #000088;
}

.sa_officer #customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 500;
}

.sa_officer .testimonial-name {
    margin: -20px auto 0;
    display: table;
    width: auto;
    background: #000088;
    padding: 9px 25px;
    text-align: center;
    color: #ffe000;
    font-weight: 600;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
}
.sa_officer .testimonial-name:before{  
    content: '';
    position: absolute;
    width: 31px;
    height: 30px;
    top: 6px;
    left: -16px;
    background: #000088;
    z-index: -1;
    transform: rotate(48deg);
}
.sa_officer .testimonial-name:after{  
    content: '';
    position: absolute;
    width: 31px;
    height: 30px;
    top: 6px;
    right: -16px;
    background: #000088;
    z-index: -1;
    transform: rotate(48deg);
}
.sa_officer #customers-testimonials .item {
    text-align: center;
    caption-side: 50px;
    margin-bottom: 40px;
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.3s ease-in-out;
}

.sa_officer #customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    transform: scale3d(1.0, 1.0, 1);
}

.sa_officer .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    margin: 0 auto 17px;
}

.sa_officer #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
.sa_officer #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #007bff;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

.sa_officer #customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.sa_officer #customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.sa_officer #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #545b62;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}
