*{
    margin: auto;
    padding: 0px; 
    outline: none!important;  
}

a{
    color: initial;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button, input{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

a:hover, a:visited{
    text-decoration: none;
}

a:focus{
    text-decoration: none;
}


.mb-0{
    margin-bottom: 0px;
}

.mt-5{
    margin-top: 5px;
}

.mt-10{
    margin-top: 10px;
}

.mt-15{
    margin-top: 15px;
}

.mb-15{
    margin-bottom: 15px;
}

.mt-20{
    margin-top: 20px;
}

.mb-20{
    margin-bottom: 20px;
}

.mt-30{
    margin-top: 30px;
}

.mb-30{
    margin-bottom: 30px;
}

.mt-40{
    margin-top: 40px;
}

.mb-40{
    margin-bottom: 40px;
}

.mt-50{
    margin-top: 50px;
}

.mt-60{
    margin-top: 60px;
}

.mb-60{
    margin-bottom: 60px;
}

.mt-10{
    margin-top: 10px;
}

.mt-80{
    margin-top: 80px;
}

.mb-80{
    margin-bottom: 80px;
}

.mt-70{
    margin-top: 70px;
}

.mb-70{
    margin-bottom: 70px;
}

.mt-50{
    margin-top: 50px;
}

.mt-30{
    margin-top: 30px;
}

.mb-50{
    margin-bottom: 50px;
}

.mt-100{
    margin-top: 100px;
}

.mb-100{
    margin-bottom: 100px;
}

.mt-120{
    margin-top: 120px;
}

.mb-120{
    margin-bottom: 120px;
}

.mt-120{
    margin-top: 120px;
}

.mb-150{
    margin-bottom: 150px;
}

.mb-200{
    margin-bottom: 200px;
}

.mlr-15{
    margin-right: 15px!important;
    margin-left: 15px!important;
}

.mlr-30{
    margin-right: 30px!important;
    margin-left: 30px!important;
}

h1, h2, h3, h4, h5, h6, strong{
    font-family: 'Roboto Condensed', sans-serif;
}

body{
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    overflow: auto; 
    position: relative;
}

p{
    margin-bottom: 0px;
}

.container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}

.row{
    margin-right: 0px;
    margin-left: 0px;
    background: url(img/service/midban.jpg);
}

.no-padd{
    padding-right: 0px!important;
    padding-left: 0px!important;
}

textarea{
    resize: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number],
input[type=date] {
    -moz-appearance:textfield;
}

/*homepage css*/

.top-border{
    height: 0px;
}

.navbar-brand {
    float: inherit;
    height: 50px;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 0px;
    margin-top: -20px;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    transition: all .3s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #45bf55;
}

.navbar-nav>li>a:after {
    content: '';
    display: block;
    margin: 0px auto 0px auto;
    height: 1px;
    width: 0px;
    background: transparent;
    transition: width .3s ease, background-color .3s ease;
}

.navbar-nav>li>a:hover:after {
    width: 100%;
    background: #45bf55;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #ffffff;
    padding: 0px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    padding: 30px 0px;
    border: 0px solid transparent;
    border-radius: 0px;
    background: transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navbar-nav {
    margin: 0px 15px 0px 0px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.fixed-header{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    backface-visibility: hidden;
    /*background: rgba(0,0,0,.4);*/
    /* border-bottom: 1px solid #464646; */
}

.fixed-header.onscroll{
    background: #0a1814;
    /*-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);*/
}

.onscroll .navbar-default .navbar-nav>li>a{
    color: #fff;
}

.onscroll .navbar{
    padding: 15px 0px;
}

.onscroll #color-white{
    color: #fff;
}

.onscroll img{
    width: 130px;
    margin-top: 10px;
}

.onscroll .navbar-default .navbar-nav>li>a:hover {
    color: #45bf55;
    background-color: transparent;
}

/*.onscroll .navbar-default .navbar-nav>li>a:focus{
    color: #ffcc07;
    background-color: transparent;
}*/

.onscroll .navbar-nav .nav-link.active{
    color: #45bf55;
}

/*Banner css*/

.home-banner{
    position: relative;
}

.home-banner .item{
    padding: 260px 0px;
}

/*.home-banner strong, .home-banner h1{
    font-size: 46px;
    display: block;
    font-weight: 200;
    text-shadow: 1px 2px 4px #29170d;
    text-align: center;
    color: #fff;
}*/

/*.home-banner strong span, .home-banner h1 span{
    color: #ffcc07;
    font-weight: 600;
}*/

.bleft{
    display: block;
    color: #fff;
    text-align: center;
}

.bcenter{
    display: block;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 62px;
}

.bcenter b{
    color: #45bf55;
}

.bright {
    display: block;
    color: #d2d2d2;
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
}

/*.banner-info-holder b{
    font-weight: 300;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 20px;
}*/

.banner-btn-holder{
    margin-top: 50px;
    text-align: center;
}

.banner-enquire-btn{
    display: inline-block;
    font-size: 16px;
    position: relative;
    letter-spacing: 0px;
    background: #45bf55;
    padding: 22px 75px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #45bf55;
    font-family: 'Roboto Condensed', sans-serif;
}

.banner-enquire-btn:hover, .banner-enquire-btn:focus{
    color: #45bf55;
    background: #fff;
    border-color: #fff;
    /*border-color: #fff;*/
}

.banner-callme-btn{
    display: inline-block;
    font-size: 16px;
    position: relative;
    letter-spacing: 0px;
    /* background: #ffffff; */
    padding: 22px 75px;
    font-weight: 600;
    color: #fff;
    margin-left: 30px;
    border: 1px solid #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

.banner-callme-btn:hover, .banner-callme-btn:focus{
    color: #45bf55;
    border-color: #45bf55;
}

.parallax-slider {
    position: relative;
}

.slider-wrapper {
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.slide-new {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    display: inline-block;
    width: 100%;
    height: 665px;
    flex-shrink: 0;
    transition: 0.9s ease-in-out transform;
    backface-visibility: hidden;
}

.slide-indicator {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
}

.slide-indicator ol {
    display: inline-block;
}

.slide-indicator li {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 0%;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.slide-indicator li:hover {
    background: #b62f30;
}

.slide-indicator li.active {
    background: #b62f30;
}

.slide-new::before {
    content: '';
    display: inline-block;
    height: 50%;
}

.content {
    display: inline-block;
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
    white-space: normal;
    color: #fff;
    transform: translate(-5px);
}

.caption {
    padding: 20px;
    transition: 0.4s;
    transition-delay: 0.8s;
    opacity: 0;
    transform: translatey(200%);
}

.slide-active .caption {
    transform: translatey(0);
    opacity: 1;
}

.slide1 {
    background: url("../img/banner/home-banner1.jpg") top center;
}

.banner-cut-border{
    position: relative;
    width: 100%;
    margin-top: -40px;
}

.banner-cut-border:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 680px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    content: "";
    right: 0px;
}

.banner-cut-border:before{
    width: 0;
    height: 0;
    border-style: solid;
    /*border-width: 40px 0 0 680px;*/
    border-top-width: 40px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 680px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    content: "";
}

.welcomeheading{
    font-size: 22px;
    text-align: center;
    font-weight: 300;
    color: #999;
    margin-top: 30px;
    display: block;
}

.inner-subheading{
    font-size: 30px;

}

.ben{
    line-height: 45px;
}

.ben li{
    list-style-type: none;
}

/*Banner css*/

/*Main css*/

.denim-bg{
    background-color: #c4c2c0;
}

.white-shadow{
    box-shadow: inset 0px 230px 0px 0px #f8f8f8;
}

/*.twin-bg{
    background: linear-gradient(90deg, #f8f8f8 50%, #f8f8f8 50%);
}
*/
.twin-bg1{
    background-image:url('../img/service/midban.jpg');
    background-attachment: fixed;
    background-position: center;

    /*linear-gradient(90deg, #1b2b2f 50%, #c4c2c0 50%);*/
}

.intro-holder{
    border-bottom: 3px solid #45bf55;
    padding: 30px;
    margin: 80px 0px;
    background: #fffefe;
    position: relative;
    box-shadow: 0px 0px 5px #dadada;
}

.intro-holder:after {
    border-top-color: #45bf55!important;
    border-width: 20px!important;
    margin-left: -21px;
    bottom: -40px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.intro-holder strong{
    font-size: 34px;
    display: block;
    font-weight: 700;
    color: #222;
    line-height: 40px;
}

.intro-holder p{
    color: #444;
}

.main-heading{
    display: inline-block;
    font-size: 50px;
    color: #222;
    font-weight: 800;
}

.side-border{
    position: relative;
}

.border{
    position: relative;
}

.border:after{
    border-bottom: 0px;
    content: ' ';
    background: linear-gradient(90deg, #45bf55 50%, #ececec 50%);
    display: block;
    height: 4px;
    position: absolute;
    width: 10%;
    left: 45%;
    margin-left: 0px;
    margin-top: 10px;
}

/*.side-border:before {
    display: inline-block;
    width: 60px;
    height: 0px;
    content: '';
    vertical-align: middle;
    border-top: 1px dashed #eb1d24;
    margin-right: 10px;
    margin-bottom: 5px;
}*/

/*.side-border:after {
    display: inline-block;
    width: 60px;
    height: 1px;
    content: '';
    vertical-align: middle;
    border-top: 1px dashed #eb1d24;
    margin-left: 10px;
    margin-bottom: 5px;
}*/

.padd-box{
    padding-top: 20px;
    transition: all .3s ease-in-out;
}

.padd-box:hover{
    padding-top: 10px;
}

.course-module-holder{
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 0px 15px #f0f0f0;
/*    padding: 25px 25px;*/
    transition: all .3s ease-in-out;
}

.course-module-holder:hover{
    box-shadow: 0px 0px 30px #cdcdcd;
}

.course-module-holder p{
    padding: 0px 15px;
}

.course-module-holder b{
    position: absolute;
    right: 30px;
    font-size: 180px;
    top: -50px;
    color: #f6f6f6;
}

.course-module-holder span{
    display: block;
    font-size: 60px;
    color: #1b2b2f;
    font-weight: 300;
}

.course-module-holder strong{
    display: block;
    font-size: 18px;
    color: #222;
    margin: 30px 0 15px;
    text-align: center;
}

.s1 {
    font-size: 24px!important;
}


.read-more-btn{
    display: inline-block;
    padding: 10px 30px;
    color: #FFF;
    background: #45bf55;
    margin-top: 20px;
    margin-bottom: 30px;
}

.read-more-btn:hover, .read-more-btn:focus{
    color:#fff;
    background:#222;
}

.yellow-text{
    color: #ffcc07;
}

.overlay-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transition: all .3s ease;
}

.course-module-holder:hover .overlay-bg{
    transform: scale(1)
}

.text {
    color: #fff;
    font-size: 14px!important;
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    padding: 8px;
    border-top: 1px solid #45bf55;
    border-bottom: 1px solid #45bf55;
    letter-spacing: 2px;
}

.text a{
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 0px 3px;
}

.red-text{
    color: #eb1d24;
}

.big-btn{
    display: inline-block;
    font-size: 16px;
    position: relative;
    letter-spacing: 0px;
    background: #45bf55;
    padding: 20px 50px;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    border: 1px solid #45bf55;
}

.big-btn:hover, .big-btn:focus{
    background: transparent;
    color: #45bf55;
    /* box-shadow: 0px 5px 20px #a6a6a6; */
    border-color: #45bf55;
}



.grey-bg{
    background: #f8f8f8;
}

.para{
    color: #111;
    line-height: 30px;
    font-size: 15px;
}

.maac-offers{
    display: block;
    padding: 30px 0px;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    box-shadow: 0px 5px 0px #eeeeee;
    border-top: 5px solid #ffce06;
}

.mt-minus80{
    margin-top: -120px!important;
}

.yellow-bg{
    background: #fffae6;
    border-top: 5px solid #ffce06;
    border-bottom: 5px solid #ffce06;
    position: relative;
    z-index: 0;
}

.white-bg{
    background: #fff;
    border: 1px solid #1b2b2f;
}

.course-list{
    padding: 0px;
}

.course-list li{
    padding: 15px 30px 15px 80px;
    color: #111;
    line-height: 30px;
    list-style-type: none;
    font-size: 16px;
}

.course-list b{
    color: #0a1814;
    font-weight: 900;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 15px;
}

.course-list .course-list-number{
    position: absolute;
    color: #f7ce41;
    margin-left: -40px;
    font-weight: 600;
}

.software-box .item img{
    width: 120px;
}

.softwares-holder{
    background: #fff;
    margin-bottom: 30px;
    padding: 30px 0px;
    box-shadow: 0px 2px 5px #dedede;
}

.softwares-holder img{
    width: 100px;
}

.softwares-holder strong{
    margin-top: 20px;
    display: block;
    color: #222;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.highlight-text{
    display: block;
    font-size: 18px;
    padding: 20px 20px;
    border-bottom: 1px solid #edd15d;
    background: #fffae7;
    color: #111;
    /* border-left: 3px solid #eb1d24; */
    font-weight: 800;
}

.bold-text{
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    color: #eb1d24;
}

.course-icon-list{
    padding: 0px;
    list-style-type: none;
}

.course-icon-list li{
    padding: 5px 15px 5px 50px;
    color: #444;
    line-height: 30px;
    list-style-type: none;
    font-size: 16px;
}

.course-icon-list i{
    position: absolute;
    color: #ffcc07;
    margin-left: -30px;
    font-size: 16px;
    margin-top: 7px;
}

.subheading{
    display: block;
    color: #1b2b2f;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 5px;
}

.subheading-border{
    display: block;
    position: relative;
    border-bottom: 1px solid #f7ce41;
    margin-top: 5px;
}

.subheading-border:before{
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 0px 0px 0 0;
    position: absolute;
    content: "";
    background: #f7ce41;
    border-radius: 15px;
    border: 2px solid #f7ce41;
    top: -4px;
}

.module-detail-holder{

}

.short-cta-box{
    padding: 30px;
    background: linear-gradient(90deg, #1b2b2f 50%, #c4c2c0 50%);
}

.short-cta-holder{
    display: block;
    padding: 30px;
    border: 1px solid #1b2b2f;
    background: #fff;
}

.short-cta-holder strong{
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #1b2b2f;
}

.short-cta-holder span{
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    color: #c4c2c0;
}

.short-cta-holder a:hover{
    color: #333;
}

.short-cta-holder i{
    display: inline-block;
    text-align: center;
    color: #f7ce41;
    font-size: 20px;
    margin-top: 20px;
    margin-right: 5px;
}

.features{

}

/*.features i{
    text-align: center;
    font-size: 30px;
    display: block;
    color: #fff;
}*/

.features strong{
    text-align: center;
    font-size: 24px;
    display: block;
    color: #fff;
    font-weight: normal;
}

.features p{
     text-align: center;
    font-size: 50px;
    color: #45bf55;
    margin-bottom: 0px;
}
/*.short-cta-holder a{
    display: block;
    color: #eb1d24;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    margin-top: 5px;
}*/

.brand-holder .item{
    padding: 15px 40px;
    background: #fff;
}

.owl-nav {
    text-align: center;
    margin-top: 10px;
    z-index: 2;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 12px;
    margin: 5px;
    text-transform: uppercase;
    width: 70px;
    height: 35px;
    text-align: center;
    line-height: 33px;
    background: #45bf55;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    border: 2px solid #45bf55;
    transition: all .3s ease-in-out;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    text-decoration: none;
    background: #222;
    border-color: #222;
}

.placement-holder{
    border: 5px solid #eeeeee;
    padding: 67px 20px 20px 20px;
    margin-bottom: 50px;
    background: #ffffff;
    box-shadow: inset 0px 0px 5px 1px #acacac;
}

.placement-img-holder{
    display: block;
    position: absolute;
    width: 100px;
    padding: 10px;
    background: #ffffff;
    border-radius: 100px;
    margin-top: -120px;
    box-shadow: inset 0px 0px 0px 1px #eeeeee;
}

.placement-img-holder img{
    border-radius: 100px;
}

.placement-name{
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #1b2b2f;
    margin-top: 10px;
}

.placement-company{
    display: block;
    font-size: 15px;
    margin-top: 10px;
    color: #45bf55;
    font-weight: 700;
}

.placement-para{
    color: #111;
    font-size: 14px;
    line-height: 26px;
    margin-top: 30px;
    min-height: auto;
}

.form-bg{
    background-image: url('../img/banner/form-bg.jpg');
    background-position: center;
    background-attachment: fixed;
    /*background: linear-gradient(90deg, #f7ce41 50%, #c4c2c0 50%);*/
    /*background: linear-gradient(90deg, #1b2b2f 50%, #f7ce41 50%);*/
}

.query-form-holder{
    background: rgba(0,0,0,.3);
    padding: 50px 15px 70px;
}

.query-form-holder strong{
    display: block;
    font-size: 42px;
    color: #fff;
    font-weight: 800;
    text-align: center;
}

.query-form-holder strong b{
    color: #0a1814;
}

.query-form-holder span{
    display: block;
    font-size: 15px;
    font-weight: 300;
    color: #ccc;
    text-align: center;
}

.form-holder{

}

.form-holder .form-control{
    height: 54px;
    border-radius: 0px;
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
    box-shadow: none;
    margin-bottom: 15px;
    padding: 15px 20px;
}

.form-holder .form-control:focus{
    border: 1px solid #1b2b2f;
}

.form-holder textarea{
    height: 123px !important;
}

/*Main css*/

/*Footer css*/

.contact-info-holder{
    margin-bottom: 50px;
    border-bottom: 2px solid #45bf55;
    margin-left: 15px;
    padding: 30px 20px;
    min-height: 178px;
    background: #f8f8f8;
}

.contact-info-holder i{
        display: inline-block;
    font-size: 30px;
    color: #45bf55;
    text-align: center;
    background: #fff;
    border: 1px solid #45bf55;
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: -15px;
    left: 15px;
}

.contact-info-holder strong{
    display: block;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #909090;
}

.contact-info-holder p{
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    color: #111;
    line-height: 26px;
}

.contact-info-holder a{
    display: block;
    color: #1b2b2f;
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
    font-weight: 900;
}

.copyright-holder{
    padding: 20px 0px;
    background: #0a1814;
}

.copy-para{
    font-size: 13px;
    color: #969696;
    padding-top: 3px;
}

.copy-social{
    display: block;
    text-align: right;
    color: #969696;
}

.copy-social a{
    display: inline-block;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}

.facebook{
    background: #3b5998;
    color: #fff;
}

.facebook:hover{
    background: transparent;
    color: #3b5998;
}

.google{
    background: #dc4335;
    color: #fff;
}

.google:hover{
    background: transparent;
    color: #dc4335;
}

.twitter{
    background: #339cc3;
    color: #fff;
}

.twitter:hover{
    background: transparent;
    color: #339cc3;
}

.pinterest{
    background: #b31318;
    color: #fff;
}

.pinterest:hover{
    background: transparent;
    color: #b31318;
}

.instagram{
    background: #4060a4;
    color: #fff;
}

.instagram:hover{
    background: transparent;
    color: #4060a4;
}

.youtube{
    background: #e52d27;
    color: #fff;
}

.youtube:hover{
    background: transparent;
    color: #e52d27;
}

.linkedin{
    background: #015983;
    color: #fff;
}

.linkedin:hover{
    background: transparent;
    color: #015983;
}

.rss{
    background: #f2780d;
    color: #fff;
}

.rss:hover{
    background: transparent;
    color: #f2780d;
}

/*Footer css*/

/*Modal css*/

.modal-header {
    padding: 0px;
    border-bottom: 0px transparent;
}

.modal-content {
    position: relative;
    /*background: linear-gradient(90deg, #f7ce41 50%, #c4c2c0 50%);*/
    background: linear-gradient(90deg, #1b2b2f 50%, #f7ce41 50%);
    background-clip: padding-box;
    border: 0px solid #ffcc07;
    border-radius: 0px;
    padding: 0px;
}

.modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 1px;
    top: -28px;
    z-index: 999;
    width: 60px;
    height: 30px;
    padding: 0px;
    line-height: 30px;
    background: #fff;
    border-radius: 0pc;
    opacity: .7;
    color: #000;
    text-shadow: none;
    font-size: 14px;
}

.modal-header .close:hover{
    opacity: .8;
}

.modal-body {
    position: relative;
    padding: 30px 15px;
    background: #fff;
    border: 1px solid #1b2b2f;
}

.enquiry-popup i{
    display: block;
    text-align: center;
    margin-bottom: 20px;
    color: #1b2b2f;
    font-size: 42px;
}

.enquiry-popup strong{
    display: block;
    font-size: 26px;
    color: #1b2b2f;
    margin-top: 0px;
    text-align: center;
    text-transform: uppercase;
}

.enquiry-popup span{
    display: block;
    font-size: 14px;
    color: #111;
    font-weight: 300;
    margin-top: 10px;
    text-align: center;
}

.enquiry-popup .form-control{
    background: #f8f8f8;
    border-radius: 0px;
    border: 1px solid #e8e8e8;
    box-shadow: none;
    margin-bottom: 10px;
    height: 42px;
}

.enquiry-popup .form-control:focus{
    border: 1px solid #1b2b2f;
}

.enquiry-popup textarea{
    height: 96px!important;
}

.pop-up-btn{
    display: inline-block;
    font-size: 16px;
    position: relative;
    letter-spacing: 0px;
    background: #45bf55;
    padding: 15px 30px;
    font-weight: 600;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    border: 0px solid #ffffff;
    box-shadow: none;
}

.pop-up-btn:hover{
    background: #222;
    color: #fff;
    box-shadow: none;
}

/*Modal css*/

/*Thank you css*/

.thank-you-head{
    background: #333;
    margin-top: 120px;
    padding: 5px;
}

.thank-you-body{
    background: #f8f8f8;
    -webkit-box-shadow: 0px 35px 35px -28px rgba(94, 94, 94, 1);
    -moz-box-shadow: 0px 35px 35px -28px rgba(94, 94, 94, 1);
    box-shadow: 0px 35px 35px -28px rgba(94, 94, 94, 1);
}

.thank-you-body i{
    display: block;
    text-align: center;
    font-size: 50px;
    color: #40b902;
    margin-top: 50px;
}

.thank-you-body strong{
    display: block;
    text-align: center;
    font-size: 60px;
    color: #333;
}

.thank-you-body span{
    display: block;
    text-align: center;
    color: #555;
    font-size: 20px;
    margin-bottom: 80px;
}

/*Thank you css*/

/*activity css*/

.faq-heading{
    display: block;
    text-align: left;
    font-size: 34px;
    font-weight: 800;
    color: #333;
}

.activity-tab{

}

.activity-tab .panel-heading {    
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 0px;
}

.activity-tab .panel-heading a{
    padding: 30px 30px;
    display: block;
    font-weight: 700;
    color: #333;
}

.activity-tab .panel-heading a span{
    float: right;
    font-size: 14px;
    color: #fafafa;
    margin-top: 5px;
}

.activity-tab .panel-default>.panel-heading {
    color: #333;
    background-color: #fafafa;
    border-color: #fff;
}

.activity-tab .panel-default {
    border-color: #fff;
}

.activity-tab .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    /*border-left: 1px solid #43aee2;*/
}

.activity-tab .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fff;
}

.activity-tab .panel-group {
    margin-bottom: 0px;
}

.activity-tab .panel {
    margin-bottom: 0px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.activity-tab .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: #333;
}

.activity-tab .panel-body {
    padding: 30px;
}

.activity-subheading{
    font-size: 18px;
    display: block;
    color: #333;
    padding-left: 25px;
}

.activity-tab .panel-group .panel+.panel {
    margin-top: 0px;
    /*border-top: 1px solid #eaeaea;*/
}

.activity-subheading i{
    position: absolute;
    margin-left: -25px;
    margin-top: 5px;
    font-size: 14px;
    color: #ed1e24;
}
/*activity css*/

.inner-banner{
    background: url('../img/banner/innerban.jpg');
    background-attachment: fixed;
    padding: 100px 0px;
}

.banhead{
    display: block;
    text-align: center;
    font-size: 35px;
    color: #fff;
}

.innerbreadcrumb{
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.innerbreadcrumb a{
    /*display: block;*/
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-right: 10px;
}

.innerbreadcrumb i{
    margin-right: 10px;
}


.inner-heading{
    font-size: 40px;
}

.contact-form-holder span{
    display: block;
    text-align: center;
}

.contact-form-holder strong{
    font-size: 50px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.contact-form-holder .form-control{
    border-radius: 0px;
    height: 48px;
    margin-bottom: 15px;
}

.contact-form-holder textarea{
    height: 111px!important;
    padding: 15px;
}

.ptb-25 {
    padding-bottom: 25px;
    padding-top: 25px;
}














@-webkit-keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes scale-up {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    60% {
        -moz-transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}
@keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
}
@-moz-keyframes scale-down {
    0% {
        -moz-transform: scale(1);
        opacity: 1;
    }
    60% {
        -moz-transform: scale(0);
        opacity: 0;
    }
}
@keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    60% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}

/*top move button css*/

.go-top{
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    border: none;
    outline: none;    
    cursor: pointer;
    border-radius: 0px;  
    backface-visibility: hidden;    
}

.go-to-top-icon-holder{
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    background-color: #ffffff;
    color: #1b2b2f;
    border: 2px solid #1b2b2f;
    opacity: .4;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 36px;
    backface-visibility: hidden;
    border-radius: 0px;
}

.go-to-top-icon-holder:hover {
  opacity: 1;
}

.go-to-top-icon-holder i{
    font-size: 20px;
}

.modal-backdrop
{
    opacity: 0.8 !important;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*top move button css*/