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

.fixed-header,
.go-to-top-icon-holder,
.go-top,
.slide-new {
    backface-visibility: hidden
}

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

a {
    color: initial;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

button,
input {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.macMargin { margin-left: 1px; margin-top: 10px;  }      /* LOGO */

.navbar,
.navbar-default .navbar-nav>li>a {
    transition: all .3s ease-in-out;
    position: relative
}

.mb-0 {
    margin-bottom: 0
}

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

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

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

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

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

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

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

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

.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
}

.mt-120,
.thank-you-head {
    margin-top: 120px
}

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

.mb-120 {
    margin-bottom: 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
}

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

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: Poppins, sans-serif
}

body {
    font-family: Lato, sans-serif;
    overflow: auto;
    position: relative
}

.course-list b,
.navbar-default .navbar-nav>li>a {
    font-family: Poppins, sans-serif
}

p {
    margin-bottom: 0
}

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

.row {
    margin-right: 0
}

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

textarea {
    resize: none
}

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

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

.top-border {
    height: 0
}

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

.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400
}

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

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

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

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

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

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

.banner-callme-btn:before,
.banner-enquire-btn:before {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #ffcc07;
    border-bottom-color: #ffcc07
}


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

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

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    background: rgba(0, 0, 0, .4)
}

.fixed-header.onscroll {
    background: rgba(0, 0, 0, .8)
}

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

.onscroll .navbar {
    padding: 15px 0
}

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

.onscroll img {
    width: 100%;
    margin-top: 5px
}

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

.onscroll .navbar-nav .nav-link.active {
    color: #ffcc07
}

.home-banner {
    position: relative
}

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

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

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

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

/* CALL */

.conholder {  font-family: 'Poppins';     
font-size: 22px;text-align: center; color: #fff; }

.conholder a:hover{  font-family: 'Poppins'; 
font-size: 22px;text-align: center; color: #ffcc07; }

.conholder a{  font-family: 'Poppins'; 
font-size: 22px;text-align: center; color: #fff; }

.banner-callme-btn,
.banner-enquire-btn {
    display: inline-block;
    line-height: 60px;
    font-weight: 400;
    font-size: 14px
}

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

.banner-enquire-btn {
    height: 60px;
    width: 180px;
    position: relative;
    letter-spacing: 1px
}

.banner-enquire-btn span {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #000
}

.banner-enquire-btn:after,
.banner-enquire-btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.banner-enquire-btn:hover span {
    letter-spacing: 2px;
    color: #ffcc07
}

.banner-enquire-btn:after {
    z-index: -1;
    transition: all .3s ease-in-out;
    background-color: #ffcc07
}

.banner-enquire-btn:hover::after {
    opacity: 0;
    -webkit-transform: scale(.1, 1);
    transform: scale(.1, 1)
}

.banner-enquire-btn:before {
    z-index: 1;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(.1, 1);
    transform: scale(.1, 1)
}

.banner-callme-btn span,
.banner-callme-btn:after {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.banner-enquire-btn:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.banner-callme-btn {
    height: 60px;
    width: 180px;
    position: relative;
    letter-spacing: 1px;
    margin-left: 15px
}
.call{ display: inline; }
.banner-callme-btn:after,
.banner-callme-btn:before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    bottom: 0
}

.banner-callme-btn span {
    color: #ffcc07;
    transition: all .3s ease-in-out
}

.banner-callme-btn:hover span {
    color: #fff;
    letter-spacing: 2px
}

.banner-callme-btn:after {
    z-index: -1;
    transition: all .3s ease-in-out;
    background-color: #ff5200;
    opacity: 0;
    -webkit-transform: scale(.1, 1);
    transform: scale(.1, 1)
}

.banner-callme-btn:before,
.orange-btn:after {
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.banner-callme-btn:hover::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.banner-callme-btn:before {
    opacity: 1;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background: rgba(0, 0, 0, .5)
}

.banner-callme-btn:hover::before {
    opacity: 0;
    -webkit-transform: scale(.1, 1);
    transform: scale(.1, 1)
}

.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
}

.content,
.slide-indicator li,
.slide-indicator ol,
.slide-new,
.slide-new::before {
    display: inline-block
}

.slide-new {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 650px;
    flex-shrink: 0;
    transition: .9s ease-in-out transform
}

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

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

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

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

.banner-cut-border:after,
.banner-cut-border:before {
    border-style: solid;
    content: ""
}

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

.caption {
    padding: 20px;
    transition: .4s;
    transition-delay: .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-width: 0 0 40px 680px;
    border-color: transparent transparent #fff;
    position: absolute;
    right: 0
}

.banner-cut-border:before {
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    border-width: 40px 0 0 680px
}

.mega{ margin-top:100px;}

.intro-holder {
    border: 10px solid #f1f1f1;
    padding: 30px
}

.intro-holder:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 0;
    border-color: #e0e0e0 #fff;
    position: absolute;
    right: 15px;
    bottom: 0
}

.side-border:after,
.side-border:before {
    width: 60px;
    content: '';
    vertical-align: middle;
    border-top: 1px dashed #eb1d24;
    margin-bottom: 5px
}

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

.big-btn,
.main-heading,
.side-border:after,
.side-border:before {
    display: inline-block
}

.intro-holder strong span {
    color: #ee1b24
}

.main-heading {
    font-size: 38px;
    color: #333;
    font-weight: 800
}

.side-border {
    position: relative
}

.side-border:before {
    height: 0;
    margin-right: 10px
}

.side-border:after {
    height: 1px;
    margin-left: 10px
}

.course-module-holder {
    padding: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px
}

.overlay-bg,
.text {
    position: absolute
}

.course-module-holder img {
    min-width: 100%
}

.course-module-holder strong {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
    position: absolute;
    background: rgba(0, 0, 0, .6);
    left: 0;
    right: 0;
    overflow: hidden;
    bottom: 0;
    color: #fff
}

.big-btn,
.text {
    font-size: 14px
}

.yellow-text {
    color: #ffcc07
}

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

.big-btn span,
.pop-up-btn span {
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

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

.text {
    color: #fff;
    font-weight: 300;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    padding: 8px;
    border-top: 1px solid #ffcc07;
    border-bottom: 1px solid #ffcc07;
    letter-spacing: 2px
}

.red-text {
    color: #eb1d24
}

.big-btn {
    height: 60px;
    width: 300px;
    line-height: 60px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px
}

.orange-btn:after,
.orange-btn:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0
}

.big-btn span {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff
}

.big-btn:hover span {
    letter-spacing: 2px;
    color: #ff5200
}

.orange-btn:after {
    transition: all .3s ease-in-out;
    background-color: #ff5200
}

.orange-btn:before,
.pop-up-btn:after {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.orange-btn:hover::after {
    opacity: 0;
    -webkit-transform: scale(.1, 1);
    transform: scale(.1, 1)
}

.orange-btn:before {
    z-index: 1;
    opacity: 0;
    transition: all .3s ease-in-out;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #ff5200;
    border-bottom-color: #ff5200;
    -webkit-transform: scale(.1, 1);
    transform: scale(.1, 1)
}

.maac-offers,
.yellow-bg {
    border-top: 5px solid #ffce06
}

.orange-btn:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.grey-bg {
    background: #f8f8f8
}

.para {
    color: #444;
    line-height: 28px;
    font-size: 16px
}

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

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

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

.course-list {
    padding: 0
}

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

.course-list b {
    color: #eb1d24;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px
}

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

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

.softwares-holder img {
    width: 100px
}

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

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

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

.course-icon-list {
    padding: 0;
    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: 10px;
    margin-top: 10px
}

.subheading {
    display: block;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px
}

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

.subheading-border:before {
    width: 100px;
    height: 0;
    border-style: solid;
    border-width: 3px 10px 0 0;
    border-color: #ee3f41 transparent transparent;
    position: absolute;
    content: ""
}

.short-cta-holder {
    display: block;
    padding: 30px;
    border: 5px dashed #ffcc07
}

.short-cta-holder strong {
    display: block;
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #333
}

.short-cta-holder span {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #333
}

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

.short-cta-holder i {
    display: block;
    text-align: center;
    color: #ff5201;
    font-size: 50px;
    margin-top: 20px
}

.brand-holder .item {
    padding: 0 50px
}

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

.owl-theme .owl-nav [class*=owl-] {
    color: #ff5201;
    font-size: 12px;
    margin: 5px;
    text-transform: uppercase;
    width: 50px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    background: 0 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #ff5201;
    transition: all .3s ease-in-out
}

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

.placement-holder {
    border: 10px solid #f1f1f1;
    padding: 60px 30px 30px;
    margin-bottom: 30px
}

.placement-img-holder {
    display: block;
    position: absolute;
    width: 100px;
    padding: 10px;
    background: #fff;
    border-radius: 100px;
    margin-top: -115px;
    box-shadow: 0 0 15px #d5d5d5
}

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

.placement-name {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #333
}

.placement-company {
    display: block;
    font-size: 16px;
    margin-top: 5px;
    color: #ee3f40
}

.placement-para {
    color: #444;
    font-size: 15px;
    line-height: 28px;
    margin-top: 20px;
    min-height: 140px
}

.form-bg {
    background-image: url(../img/banner/form-bg.jpg);
    background-position: center top
}

.query-form-holder {
    background: rgba(0, 0, 0, .7);
    padding: 80px 15px 100px
}

.query-form-holder strong {
    display: inline-block;
    font-size: 37px;
    color: #fff;
    font-weight: 800
}

.query-form-holder span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #fff
}

.form-holder .form-control {
    height: 48px;
    border-radius: 0;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: none;
    margin-bottom: 15px;
    padding: 12px
}

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

.form-holder button {
    display: inline-block;
    width: 100%;
    line-height: 60px;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    letter-spacing: 1px;
    border: 0;
    background: 0 0;
    height: 60px
}

.form-holder .orange-btn span {
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    transition: all .3s ease-in-out
}

.submit-btn:hover span {
    color: #ff5200;
    letter-spacing: 2px
}

.form-holder .orange-btn:after {
    z-index: 1
}

.contact-info-holder {
    margin-bottom: 30px
}

.contact-info-holder i {
    display: block;
    font-size: 46px;
    color: #ee3f40;
    text-align: center
}

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

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

.contact-info-holder a {
    display: block;
    color: #ff5100;
    font-size: 24px;
    margin-top: 15px;
    text-align: center;
    font-weight: 600
}

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

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

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

.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: 0 0;
    color: #3b5998
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-content {
    position: relative;
    background-color: #f2f2f2;
    background-clip: padding-box;
    border: 6px solid #ffcc07;
    border-radius: 0
}

.modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: -30px;
    top: -25px;
    z-index: 999;
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    background: #ffcc07;
    border-radius: 30px;
    opacity: .5;
    color: #000;
    text-shadow: none
}

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

.modal-body {
    position: relative;
    padding: 15px 0 15px 15px
}

.enquiry-popup strong {
    display: block;
    font-size: 24px;
    color: #333;
    margin-top: 5px
}

.enquiry-popup span {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 300
}

.pop-up-btn,
.pop-up-btn span {
    font-weight: 600;
    font-size: 14px
}

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

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

.pop-up-btn {
    display: inline-block;
    height: 40px;
    width: 200px;
    line-height: 40px;
    position: relative;
    letter-spacing: 0;
    background: 0 0;
    border: 0
}

.pop-up-btn span {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 2;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff
}

.pop-up-btn:after,
.pop-up-btn:before {
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    bottom: 0;
    content: ''
}

.pop-up-btn:hover span {
    color: #ff5200;
    letter-spacing: 1px
}

.pop-up-btn:after {
    transition: all .3s ease-in-out;
    background-color: #ff5200
}

.pop-up-btn:hover::after {
    opacity: 0;
    -webkit-transform: scale(.1, 1);
    transform: scale(.1, 1)
}

.pop-up-btn:before {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #ff5200;
    border-bottom-color: #ff5200;
    -webkit-transform: scale(.1, 1);
    transform: scale(.1, 1)
}

.pop-up-btn:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

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

.thank-you-body {
    background: #f8f8f8;
    -webkit-box-shadow: 0 35px 35px -28px rgba(94, 94, 94, 1);
    -moz-box-shadow: 0 35px 35px -28px rgba(94, 94, 94, 1);
    box-shadow: 0 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
}

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

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

.activity-tab .panel-heading a {
    padding: 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: 0
}

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

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

.activity-tab .panel {
    margin-bottom: 0;
    background-color: #fff;
    border: 0 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: 0
}

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

@-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
    }
}

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

.modal-dialog,
.modal:before {
    display: inline-block;
    vertical-align: middle
}

.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: #ee3f40;
    color: #fff;
    border: 2px solid #ee3f40;
    opacity: .4;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 0
}

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

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

.modal-backdrop {
    opacity: .8!important
}

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

.modal:before {
    content: '';
    height: 100%;
    margin-right: -4px
}

.modal-dialog {
    text-align: left
}




/*css-for-blog-page-25-06-19*/

/*.main-heading span
{
	color: #ffcc07;
    font-weight: 800;
    line-height: 75px;
    font-size: 45px;
}*/

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ffcc07;
}

.dropdown-menu>li>a
{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.dropdown-menu
{
    padding: 0 !important;
}

.for-min-hight
{
    min-height: 110px;
}

.blog-bg
{
    background: url(../img/banner/blog-bg.jpg) center center;
    background-attachment: fixed;
}

.blog-bg strong
{
    color: #fff;
}

.blog-bg .blog-btn span
{
    color: #fff;
}

.blog-bg .blog-btn
{
    background-color: #ff5200;
    padding: 15px 35px;
}

.navbar-nav>li>a {
    color: #ececec !important;
}
.navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

.navbar-nav>li>a {
    font-family: Poppins, sans-serif;
}
.navbar-nav>li>a {
    transition: all .3s ease-in-out;
    position: relative;
}

.navbar-nav>li>a:hover {
    color: #ffcc07 !important;
    background-color: transparent;
}

.navbar-nav>li>a:focus, .navbar-nav>li>a:hover {
    color: #ffcc07 !important;
}

.slide2 {
    background: url(../img/banner/1016.jpg) center center;
    height:350px;
}

.slide3
{
    background: url(../img/banner/1735.jpg) center center;
    height:350px;
}

.slide4
{
    background: url(../img/banner/2822.jpg) center center;
    height:350px;
}

.blog-box
{
    background: #fff;
    box-shadow: 0px 0px 5px 0px #d2d2d2;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    min-height: 335px;
}

.blog-head h2 {
    margin: 0px;
    margin-bottom: 30px;
    font-size: 17px;
    background-color: #ee3f40;
    color: white;
    padding: 14px 30px;
    line-height: 22px;
    margin-top: -25px;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    width: 100%;
    text-align: center;
}

.blog-head a {
    color: #ee3f40;
    font-size: 24px;
    text-decoration: none;
    
}

.underline1 {
    width: 200px;
    height: 4px;
    background-color: #17C3E9;
    margin: 0px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.underline2 {
    width: 15px;
    height: 15px;
    background-color: #17C3E9;
    margin-top: -10px;
    transform: rotate(45deg);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

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

.blog-middle {
    display: inline-flex;
    /*padding-left: 20px;*/
    margin-top: 15px;
}

.blog-icon {
    color: black;
    margin-top: 1px;
}

.blog-middle h4 {
    margin: 0px;
    font-size: 15px;
    margin-left: 7px;
    margin-right: 15px;
}

.blog-bottom p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 40px;
    /*margin-top: 20px;*/
}

.blog-bottom {
    margin-top: 25px;
    /*padding-left: 20px;*/
    padding-right: 20px;
}

.about-contact2 {

    display: inline-block;
    background: #ee3f40;
    color: #fff;
    /*margin-top: 20px;*/
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 700;
    /*margin-left: 30px;*/
    transition: .2s all ease-in-out;
}

.about-contact2:hover
{
    /*color: #17C3E9;*/
    background: #111;
    color: #fff;
}

.for-bold
{
    font-weight: bold;
    font-size: 20px;
}

.for-list-style-off
{
    list-style: none;
}

.for-i-padding li i
{
     position: absolute;
    margin-left: -30px;
    /*color: #eb553a;*/
    font-size: 15px;
    margin-top: 8px;
}

.for-i-padding li
{
    line-height: 30px;
}

.for-margin li i
{
        position: absolute;
    margin-left: -30px;
    /*color: #eb553a;*/
    font-size: 15px;
    margin-top: 5px;
}

.full
{
    padding-top: 100px;
}

