@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
@import url('https://fonts.googleapis.com/css?family=Asap:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

html{scroll-behavior: smooth;}
body { font-family:'Lato', sans-serif; } 

h1,h2,h3,h4,h5,h6 { font-family:'Asap', sans-serif; } 
a { color: #e0001b; transition: all 0.5s ease 0s; } 
a:hover { color: #434e55; text-decoration: none; transition: all 0.5s ease 0s; }  

.main-wrapper { position: relative; } 
.inner-wrapper { position: relative; background-repeat: no-repeat; background-size: 100% auto; background-attachment: fixed; } 
.inner-wrapper .content-wrapper { background: #fff; background-size: 100% auto; background-attachment: fixed;} 

.max-cntr { max-width: 1300px; margin: 0 auto; } 

.top-bar { position: absolute; z-index: 10; width: 100%; font-size: 14px; color: #666; padding: 8px 0; top: 0; background: url(../images/top-bg.png) center top repeat; } 
.top-bar a { color: #ffffff; } 
.tp1 { text-align: right; position: relative; margin-top: 10px; } 
.tp-phone { margin-right: 30px; position: relative;} 
.tp-phone::after {content: ""; height: 10px; width: 5px; background-color: #68bc46; display: inline-block; position: absolute; right: -20px; top: 3px;} 
.tp-email { margin-left: 0; } 
.tp-email a { color: #666; } 
.tp-srch { position: relative;} 
.tp-srch .tsrch { width: 320px; border-radius: 15px; border: 0 none; background-color: rgba(0, 0, 0, 0.2); padding: 5px 40px 5px 12px; color: #ffffff; outline: none;  transition: all 0.7s ease 0s;} 
/* .tp-srch .tsrch:focus { width: 620px;  background-color: rgba(0, 0, 0, 0.9);} */
.tp-srch .tsrch::placeholder{color: rgba(255, 255, 255, 0.8); opacity: 1;}
.tp-srch a { position: absolute; right: 4px; top: 0; } 
.tp-srch a i { font-size: 16px; width: 30px; text-align: center; } 
.tp-srch a i:hover { animation-name: rubberBand; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; } 
.tp-srch button { position: absolute; right: 4px; top: -2px; border: 0 none; background: transparent; cursor: pointer; outline: none;} 
.tp-srch button i { font-size: 16px; width: 30px; text-align: center;  color: #fff;} 
.tp-srch button:hover i { animation-name: rubberBand; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; } 

.tp2 { text-align: right; } 
.tp-social a { border-right: 1px solid rgba(255, 255, 255, 0.3); padding:0 8px; } 
.tp-social a:last-child { border-right:0 none; } 
.tp-social a i { font-size: 18px; } 

.scor-login { width: 100%; font-size: 14px; color: #ffffff; padding: 0; position: relative; text-align: right; margin-top: 10px;}
.scor-login .scbox { padding:2px 20px; display: inline-block; background-color: #fff; border-radius: 20px;} 
.scor-login a { color: #222; display: inline-block; text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9); font-size: 14px; font-weight: 700; text-transform: uppercase;}
.scor-login a:hover { color: #ec0f18;}
.scor-login a i { color: #ec0f18; padding-right: 2px;}
.scor-login .scbox span{ color: #c4c4c4; display: inline-block; padding: 0 5px;}

.navbar-brand { padding-top: 0; position: absolute; z-index: 99999; visibility: hidden; display: none; } 
.navbar {padding: 0;}
.nav-bg { background-color:rgba(236, 15, 24, 0.9); position: absolute; width: 100%; z-index: 20; top: 99px; box-shadow: 0 15px 20px rgba(0, 0, 0, 0.4); } 
.nav-bg::after { background-color:rgba(0, 0, 0, 0.2); position: absolute; width: 100%; z-index: 20; bottom: -7px; height: 7px; content: ""; } 
.nav-bg .navbar { padding-left: 0; padding-right: 0; } 
li.nav-item { padding: 0px; border-left: 1px solid rgba(0, 0, 0, 0.15);} 
li.nav-item:last-child {border-right: 1px solid rgba(0, 0, 0, 0.15);} 
li.nav-item:last-child { padding-right: 0; } 
.navbar-dark .navbar-nav .nav-link { font-family:'Asap', sans-serif; font-size: 16px; font-weight: 500; text-transform: uppercase; color: #fff; padding: 15px 16px; position: relative; } 
.navbar-dark .navbar-nav .nav-link i { position: absolute; right: -10; padding:6px 0 0 5px; } 
.navbar-dark .navbar-nav .nav-link:hover { color:#fff; } 
.navbar-dark .navbar-nav .active .nav-link { color:#fff; } 

li.nav-item > a:before { position:absolute; height:100%; background:#68bc46; width:0; content:" "; left:0; bottom:0; top: 0; right: 0; margin: auto; transition: all 0.3s ease 0s; z-index:-1; opacity: 1; border: 0 none;} 
li.nav-item:hover > a:before { left:0; width:100%; opacity: 1; padding: 0; } 

.mega-dropdown-menu h2{ margin:10px 0px 20px; display: block; background-color:#d9d9d9; border-radius: 3px; border-left: 3px solid #b6b6b6; border-right: 3px solid #b6b6b6; padding: 10px 15px;}
.mega-dropdown-menu h2 a{ margin: 0; display: block; font-size: 16px; text-transform: uppercase; color: #333; font-weight: 400;}

.mega-dropdown { position: static !important; } 
.mega-dropdown-menu { padding: 10px 20px 25px 20px; width: 100%; max-width: 1366px; box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.6); margin: 0 auto; left: 0; right: 0; background-image:url('../images/dpdwn-bg.jpg'); background-position:  top right; background-repeat: no-repeat; background-color: #fff; border-radius: 0 0 8px 8px; border: 0 none; border-top: 7px solid rgba(0, 0, 0, 0);} 
.mega-dropdown-menu > li ul { padding: 0; margin: 0; max-height:460px; overflow: auto;} 
.mega-dropdown-menu > li ul > li { list-style: none; } 
.mega-dropdown-menu > li ul > li > a { display: block; color: #ec0f18; padding: 4px 5px 4px 15px; position: relative; } 
.mega-dropdown-menu > li ul > li > a::after { position: absolute; content: ""; height: 100%; width: 100%; border: 1px solid #eee; border-left: 4px solid #eee; left: 4px; top: 0; background-color: #fff; transition: all 0.5s ease 0s; z-index: -1; border-radius: 4px;} 
.mega-dropdown-menu > li ul > li > a:hover,.mega-dropdown-menu > li ul > li > a:focus { text-decoration: none; color: #fff; } 
.mega-dropdown-menu > li ul > li > a:hover::after { height: 100%; width: 100%; border-color: #ec0f18; background-color: #ec0f18; top: 0px; z-index: -1; transition: all 0.5s ease 0s; } 
.mega-dropdown-menu .dropdown-header { font-size: 24px; color: #fff; padding: 0px 10px 5px; line-height: 30px; text-transform: none; font-family:'Open Sans', sans-serif; font-weight: 300; margin-bottom: 30px; } 
.mega-dropdown-menu .drp-tit { font-size: 18px; color: #ec0f18; font-family:'Asap', sans-serif; padding: 10px 2px; margin:0; font-weight: 500; } 
.megalink { border-right: 1px solid #dddddd; } 
.megalink:last-child { border-right: 0 none; } 
.megalink li { border-top: 1px dotted rgba(225, 255, 255, 0.1); } 
.megalink:nth-child(1):hover i { animation-name: rubberBand; animation-duration: 1s; } 
.megalink:nth-child(2):hover i { animation-name: rubberBand; animation-duration: 1s; } 
.megalink:nth-child(3):hover i { animation-name: rubberBand; animation-duration: 1s; } 
.megalink:nth-child(4):hover i { animation-name: rubberBand; animation-duration: 1s; } 
.megalink:nth-child(5):hover i { animation-name: rubberBand; animation-duration: 1s; } 

.drp-flex { display: flex; align-items: center; width: 100%; flex-wrap: wrap; } 
.drp-flex li { width: 31%; padding: 1px; margin: 0 1%; } 
.drp-flex2 { display: flex; align-items: center; width: 100%; flex-wrap: wrap; } 
.drp-flex2 li { width: 48%; padding: 1px; margin: 0 1%; } 
.drpnoflex li { padding: 1px; } 

.drpcol { padding-left: 30px; padding-right: 30px; } 

.sticky { position: fixed; top: 0; width: 100%; box-shadow:  0 15px 20px rgba(0, 0, 0, 0.4); background-color: rgba(236, 15, 24, 0.95); z-index: 20; -webkit-animation-name: slideInDown; animation-name: slideInDown; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;} 
.sticky .navbar-brand { position: relative; padding-bottom: 0 !important; } 
.sticky .navbar-brand img { max-height: 40px; } 
.sticky .navbar-brand { visibility: visible; display: unset; } 
.sticky.navbar-dark .navbar-nav .nav-link{ padding: 15px 13px;}

/*.carousel-caption h3:first-child { animation-delay: 1s; } 
.carousel-caption h3:nth-child(2) { animation-delay: 2s; } 
.carousel-caption button { animation-delay: 3s; } */

/* Banner Slide Part */
.carousel-control-prev { opacity: 0; } 
.carousel-control-next { opacity: 0; } 
.carousel-caption { position: absolute; right: auto; left: 0; text-align-last: left; padding:140px 140px 40px 100px; bottom: 0%; -webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } 
.cardelay { text-align: left; } 
.carousel-caption .cardelay{position: relative;}
.carousel-caption h1 { font-size: 54px; font-weight: bold; padding: 25px 80px 25px 30px; margin: 0 0 90px; line-height: 1; display: inline-block; font-family:'Asap', sans-serif; -webkit-animation-name: flipInX; animation-name: flipInX; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-duration: 1s; animation-duration: 1s; animation-delay: 0.7s; -webkit-animation-fill-mode: both; animation-fill-mode: both; background-color: rgba(236, 15, 24, 0.8); -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%); clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%); } 
.carousel-caption h1 small{font-size: 18px; display: block;}
.carousel-caption h2 { font-size: 24px; font-weight: 300; padding: 73px 90px 30px 30px; margin: 50px 0 0; width: 716px; line-height: 1; font-family:'Open Sans', sans-serif; -webkit-animation-name: flipInX; animation-name: flipInX; -webkit-animation-duration: 1s; animation-duration: 1s; animation-delay: 0.7s; -webkit-animation-fill-mode: both; animation-fill-mode: both; background-color: rgba(0, 0, 0, 0.5); -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%); clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%); position: absolute; bottom: 0; z-index: -1;} 
.carousel-item { -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } 

/* inner banner */
.banner-bg2{text-align: center; background-color: #333;}
.banner-bg2 img{margin: 0 auto; max-width: 100%;}
.carousel-caption2{position: absolute; bottom: 30px; max-width: 1300px; margin: 0 auto; left: 0; right: 0; text-align: left;}
.carousel-caption2 h1 { font-size: 36px; color: #fff; font-weight: bold; padding: 20px 80px 20px 30px; margin: 0 0 0 0px; line-height: 1; display: inline-block; font-family:'Asap', sans-serif; -webkit-animation-name: flipInX; animation-name: flipInX; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-duration: 1s; animation-duration: 1s; animation-delay: 0.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; background-color: rgba(236, 15, 24, 0.8); -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%); clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%); }

/* Course section */
.crse-bg { background: url(../images/crse-bg.jpg); background-size: cover; padding: 40px 0; font-family:'Asap', sans-serif; } 
.crse-sel { background-color: rgba(255, 255, 255, 0.8); padding:25px 30px; } 
.crse-sel .card { border: 0 none; margin-bottom: 10px; } 
.crse-sel .card-header { border: 1px solid #ddd; border-radius: 6px !important; padding: 7px 20px; } 
.crse-sel .card-body { padding: 10px; } 
.crse-sel .acrd-link { font-size: 24px; font-weight: 300; color: #555; } 
.crse-sel .acrd-link:hover { color: #000; } 
.crse-sel .acrd-link i { float: right; margin-top: 4px; } 
.crse-sel .fa-caret-right { display: none; } 
.collapsed .fa-caret-down { display: none; } 
.collapsed .fa-caret-right { display: inline; } 
.crse-sel .acrd-link { display: block; } 
ul.crse-lnk { list-style: none; margin: 0; padding: 0; } 
ul.crse-lnk li { list-style: none; margin: 0; padding: 8px 0; border-bottom: 1px dotted #ccc; } 
ul.crse-lnk li a { font-size: 18px; display: block; } 
ul.crse-lnk li a i { font-size: 16px; color: #999999; transition: all 0.3s ease 0s; } 
ul.crse-lnk li a:hover i { color: #ec0f18; animation-name: bounceIn; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; } 

.crse-srch { background-color: rgba(224, 0, 27, 0.8); padding: 30px; } 
.crse-srch h3 { font-size: 24px; font-family:'Asap', sans-serif; font-weight: 300; color: #ffffff; } 
.crse-srch select { width: 100%; border: 0 none; padding: 14px 20px; font-size: 20px; margin-bottom: 20px; border-radius: 6px; } 
.crs-btn { margin-top: 10px; } 
.btn-crs1 { font-size: 22px; color: #fff; background-color: rgba(0, 0, 0, 0.7); font-weight: bold; text-transform: uppercase; padding: 10px 20px; border-radius: 6px; border: 0 none; cursor: pointer; } 
.btn-crs1:hover { background-color: #222; color: #ffffff; } 
.btn-crs1:hover i { -webkit-animation-name: swing; animation-name: swing; -webkit-animation-duration: 1s; animation-duration: 1s; } 
.btn-crs2 { font-size: 18px; color: #fff; font-weight: normal; text-transform: uppercase; } 
.btn-crs2:hover { color: #fff; animation-name: rubberBand; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; } 
.crs-enq { border-top: 4px solid #cd2b3f; margin-top: 40px; padding-top: 20px; } 
.crse-ltr { color: #ffffff; font-size: 20px; font-weight: 300; line-height: 1; } 
.crse-ltr b { display: block; } 
.crse-ltr span { display: block; margin-top: 10px; font-size: 24px; font-weight: 500; } 
.crse-rtr { text-align: right; padding-top: 20px; } 
.crse-rtr a { display: inline-block; padding: 10px 20px; border-radius: 30px; background-color: #fff; font-size: 20px; color: #222222; box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15) } 
.crse-rtr a:hover { color: #ec0f18; } 
.crse-rtr a i { color: #666666; } 
.crse-rtr a:hover i { -webkit-animation-name: zoomIn; animation-name: zoomIn; -webkit-animation-duration: 1s; animation-duration: 1s; } 

/* Awards Gallery Page */
.tmadv-cam{ padding:15px 0px 0px;}
.tmadv-cam h2{ padding: 0px 0px 10px; margin-top: 10px; font-size: 20px; color: #005ca9; text-transform: uppercase; font-weight: 600; margin-bottom: 10px; position:relative}
.tmadv-cam h2:before{ position:absolute; content:''; background:#e1e1e1; height:1px; bottom:0px; left:0%; width:110px;}
.tmadv-cam h2:after{ position:absolute; content:''; background:#d38004; height:3px; bottom:-4px; left:0%; width:50px;}
.tmadv-cam-galry { padding: 20px 0px 0; display: flex; flex-wrap: wrap; }
.tmadv-cam-galry .gal-box{ width:19%; position: relative;} 
.tmadv-cam-galry .d-flex { margin-bottom:16px; border: 1px solid #ccc; margin-right:16px;} 
.tmadv-cam-galry .d-flex:nth-child(5n+5){ margin-right:0;}
.tmadv-cam-galry .card { text-align: center; border: 0 none; transition: all 0.5s ease 0s; position:relative; width:100%; align-items: center;
justify-content: center; height:250px; transition:0.4s;}
.tmadv-cam-galry .card > a { display: flex; text-align: center; overflow: hidden; padding:5px;} 
.tmadv-cam-galry .card > a img{border-radius: 0; margin: 0; width: auto; height: auto; object-fit: contain;}
.tmadv-cam-galry .card > a span { display: block; width: 100%; background-color: rgba(0, 0, 0, 0.7); color: #fff; font-size: 14px; position: absolute;
bottom: 15px; padding: 10px; left: 0; transition:0.4s;} 
.tmadv-cam-galry .card > a:hover span{ bottom:30px; background-color: rgba(236, 15, 24, 0.95)}
/* // Advertisers / Agency */

/* Register Page */
.chk-reg{ width: 100%;}
.chk-reg h1{ font-size: 20px; font-weight: 500; color: #444; margin-bottom: 20px; text-align: left; position: relative; padding-bottom: 10px;}
.chk-reg h1:before{ position: absolute; content: ""; background-color: #d9d9d9; left: 0; bottom:2px;  width:150px; height: 1px; }
.chk-reg h1:after{ position: absolute; content: ""; background-color: #d9d9d9; left: 0; bottom: 0;  width:80px; height: 1px; }
.chk-reg .reg-btn-grup{ display: flex; justify-content: flex-start; background-color: #f3f3f3; padding: 15px; border-radius: 3px;}
.chk-reg .reg-btn-grup .btn-group{background-color: transparent;} 
.chk-reg .reg-btn-grup .btn-reg{ color: #fff; background-color: #1c77ec; text-transform: uppercase; border-color:#1c77ec; font-size:13px; margin-right:8px; transition: 0.4s; border-radius: 5px; padding: 6px 15px;}
.chk-reg .reg-btn-grup .btn-reg:hover{ transition: 0.4s; background-color: #024498; border: 1px solid #024498; color: #fff;}
.chk-reg .reg-btn-grup .btn-reg:first-child{  border-radius: 5px; }
.chk-reg .reg-btn-grup .btn-reg:nth-child(2){  border-radius: 5px; }
.chk-reg .reg-btn-grup .btn-reg:nth-child(3){  border-radius: 5px; }
.chk-reg .reg-btn-grup .btn-reg:last-child{ margin-right: 0; }
.chk-reg .reg-btn-grup .btn-reg.active{ background-color: #024498; border: 1px solid #024498; color: #fff;  transition: 0.4s;}
.chk-reg .reg-btn-grup .btn:focus{ outline: 0; box-shadow: 0 0 0 .0rem rgba(255, 255, 255, 0.25);}
.chk-reg .reg-btn-grup .btn-reg.btn:focus{ outline: 0; box-shadow: 0 0 0 .0rem rgba(255, 255, 255, 0.25);}

.reg-des{ width: 100%; background-color: #fff; border: 1px solid #ececec; border-radius: 3px; margin-top: 15px; padding: 15px; margin-bottom: 30px; /*animation-name: slideInUp ; animation-duration: 1s;*/}
.reg-des .reg-title{ font-size: 17px; font-weight: 300; color: #fff; margin-bottom: 15px; padding: 6px 15px; background-color: #888; border-radius: 5px; text-align:left; text-transform: uppercase;}
.reg-des ul{ padding: 0; margin: 0px 0px 12px;}
.reg-des ul li{ list-style: none; line-height: 1.7; color: #444; position: relative; padding-left: 15px; text-align: justify;}
.reg-des ul li ul{ padding: 0; margin: 10px 0px;}
.reg-des ul li ul li{ list-style: none; padding-left: 0;}
.reg-des ul li ul li:before{ background-color: transparent;}
.reg-des ul li ul li h2{ font-size: 20px; font-weight: 500; color: #333; margin-bottom:5px; text-align: left; position: relative; padding-bottom:0px;}
.reg-des ul li ul li span{ width: 100%; display: block; font-size: 15px;}
.reg-des ul li:before{ position: absolute; content: ""; background-color: #999; left: 0; top: 11px; width: 8px; height: 8px; 
-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }
.reg-des ul li b{ text-decoration: underline;}
.reg-des p{ margin: 10px 0px; line-height: 1.6; color: #333; text-align: justify;}
/* .reg-des p strong{ text-decoration: underline;} */
.reg-des span.reg-chk{ display: flex; align-items: center; background-color: #f3f3f3; padding: 8px; border-radius: 5px; font-weight: 600;}
.reg-des span.reg-chk input{ margin-right: 5px; } 
.clr-red{ color: #ec1a22;}

.reg-des .reg-btn{ width: 100%; margin: 20px 0px 10px; text-align: left;}

.btn-prcd{ background-color:#4472c4; border:1px solid #4472c4; border-radius:5px; color:#fff; transition:0.4s; padding:5px 16px; text-transform: uppercase; font-size: 13px; letter-spacing: 0.5px; margin-right:3px;}
.btn-prcd i{ padding-right:5px; font-size: 16px;}
.btn-prcd:hover{ color:#4472c4; background-color:transparent;}
.btn-prcd:focus{ color:#4472c4; background-color:transparent;}

h2.eventhide{ display: flex; flex-wrap: wrap; width: 100%; margin-top: 10%; justify-content: center; font-weight: 100; color: #888;}
h2.eventhide b{ width: 100%; text-align: center; margin-bottom: 10px }
h2.eventhide b i{ width: 100%; text-align: center; color: #999; font-size: 46px; }

/* Course List */
.prd-list { padding: 20px 0; text-align: center;} 
.prd-list .row{ margin: 0; } 
.prd-list .prd-title { margin:20px 0 20px; } 
.prd-list .prd-title h4 { color: #444; font-size: 24px; font-weight: 300; margin: 0; padding: 0; font-family:'Open Sans', sans-serif; } 
.prd-list .prd-title small { color: #95a6ae; font-size: 14px; font-weight: 500; font-family:'Asap', sans-serif; } 
.prd-list .prd-box { position: relative; overflow: hidden; padding: 10px 0 10px; margin-right: 36px; border-radius: 5px; background-color: #444;} 
.prd-list .prd-box:last-child{margin-right: 0;}
.prd-list .prd-box::before { position: absolute; content: ""; height: 100%; width: 10%; left: 0; bottom: 10%; background-color: rgba(68, 68, 68, 0.7); z-index: 1; transition: all 0.5s ease 0s; top: 0; visibility: hidden; opacity: 0;} 
.prd-list .prd-box:hover::before { left: 0; transition: all 0.5s ease 0s; bottom:0; height: 100%; width: 100%; opacity: 1; visibility: visible; } 
/* .prd-list .prd-box > a{display: block;} */
.prd-list .prd-box span { margin-bottom: 12px; display: block; max-height: 188px; overflow: hidden; } 
.prd-list .prd-box h2 { font-size: 18px; color: #fefefe; font-weight: normal; font-family:'Asap', sans-serif; text-transform: none; padding: 0 15px;} 
.prd-list .prd-box p { text-align: center; font-size: 14px; color: #687989; font-family:'Asap', sans-serif; margin-bottom: 5px; line-height: normal; font-weight: normal; text-transform: none; } 
.prd-list .prd-box a { color: #fff; font-size: 14px; text-transform: uppercase; font-weight: 500; background-color: #ec0f18; display: inline-block; position: absolute; top: -40%; z-index: 9; margin: 0 15%; padding: 15px 15px; border-radius: 25px; left: 0; right: 0; transition: all 0.5s ease 0s; visibility: hidden; opacity: 0;}
.prd-list .prd-box:hover a{visibility: visible; top: 40%; transition: all 0.5s ease 0s; opacity: 1;}
.prd-list .prd-box a:hover { color: #ec0f18; background-color: #fff;}

/* News List */
.nws-list { padding: 10px 0 40px; text-align: center;} 
.nws-list .row{ margin: 0; } 
.nws-list .nwshme{ width: 100%; display: flex; flex-wrap: wrap;}
.nws-list .nwshme .nws-box{ max-width: 24%;}
.nws-list .nws-title { margin:20px 0 20px; } 
.nws-list .nws-title h4 { color: #444; font-size: 24px; font-weight: 300; margin: 0; padding: 0; font-family:'Open Sans', sans-serif; } 
.nws-list .nws-title small { color: #95a6ae; font-size: 14px; font-weight: 500; font-family:'Asap', sans-serif; } 
.nws-list .nws-box { position: relative; overflow: hidden; padding: 15px; margin-right: 30px; background-color: #f4f4f4;} 
.nws-list .nws-box:last-child{margin-right: 0;}
.nws-list .nws-box::before { position: absolute; content: ""; height: 10%; width: 100%; left: 0; bottom: 10%; background-color: rgba(68, 68, 68, 0.7); z-index: 1; transition: all 0.5s ease 0s; top: 0; visibility: hidden; opacity: 0;} 
.nws-list .nws-box:hover::before { left: 0; transition: all 0.5s ease 0s; bottom:0; height: 100%; width: 100%; opacity: 1; visibility: visible; } 
/* .nws-list .nws-box > a{display: block;} */
.nws-list .nws-box .nws-dt{display: flex; width: 100%; margin-bottom: 10px;}
.nws-list .nws-box span.nwsd { width: 26%; background-color: #68bc46; padding-top: 8px;}
.nws-list .nws-box span.nwsd i{width: 100%; font-size: 18px; color: rgba(0, 0, 0, 0.4); font-style: normal; display: block;}
.nws-list .nws-box span.nwsd h5{width: 100%; padding: 0; margin: 0; font-size: 36px; color: rgba(255, 255, 255, 0.5); font-weight: bold; display: block;}
.nws-list .nws-box span.nwsd small{width: 100%; font-size: 14px; color: rgba(0, 0, 0, 0.4); display: block;}
.nws-list .nws-box span.nwsi {width: 74%; text-align: right; overflow: hidden; max-height: 108px;}
.nws-list .nws-box span.nwsi img {max-width: 100%; height: auto;}
.nws-list .nws-box h2 { font-size: 17px; color: #262626; font-weight: normal; font-family:'Asap', sans-serif; text-transform: none; padding: 0;} 
.nws-list .nws-box p { text-align: justify; font-size: 13px; color: #555; font-family:'Asap', sans-serif; margin-bottom: 5px; line-height: normal; font-weight: normal; text-transform: none; } 
.nws-list .nws-box a { color: #fff; font-size: 14px; text-transform: uppercase; font-weight: 500; background-color: #ec0f18; display: inline-block; position: absolute; top: -40%; z-index: 9; margin: 0 15%; padding: 15px 15px; border-radius: 25px; left: 0; right: 0; transition: all 0.5s ease 0s; visibility: hidden; opacity: 0;}
.nws-list .nws-box:hover a{visibility: visible; top: 40%; transition: all 0.5s ease 0s; opacity: 1;}
.nws-list .nws-box a:hover { color: #ec0f18; background-color: #fff;}

/* Enquiry Bar */
.enq-bar { background-color: #0068b6; padding: 30px 0; font-family:'Asap', sans-serif; } 
.enq-bar h3 { font-size: 30px; color: #ffffff; font-weight: 100; } 
.enq-bar .conth .phoneh { font-size: 18px; color: #ffffff; font-weight: 600; } 
.enq-bar .conth .phoneh i { border: 1px solid rgba(255, 255, 255, 0.5); padding: 12px; border-radius: 50%; } 
.enq-bar .conth .emailh { margin-left: 30px; } 
.enq-bar .conth .emailh a { font-size: 18px; color: #ffffff; font-weight: 600; } 
.enq-bar .conth .emailh a i { border: 1px solid rgba(255, 255, 255, 0.5); padding: 12px; border-radius: 50%; } 
.enrtr { text-align: right; } 
a.enq-btn { background-color: #fff; display: inline-block; padding: 20px 30px 20px 80px; color: #354554; font-size: 18px; border-radius: 10px; margin-top: 15px; position: relative; } 
a.enq-btn i { padding: 19px 15px 0; height: 67px; background-color: #84b8de; color: #ffffff; font-size: 30px; border-radius: 10px 0 0 10px; margin-right: 20px; position: absolute; left: 0; top: 0; display: inline-block; } 
a.enq-btn span { font-family:'Asap', sans-serif; text-transform: uppercase; font-weight: 600; } 
a.enq-btn:hover { background-color: #354554; color: #ffffff; } 

/* Welcome Part */
.wel-bg { background: url(../images/wel-bg.jpg) center center no-repeat; padding: 40px 0; overflow: hidden;} 
.wel-cnt { display: flex; width: 100%; } 
.wel-cnt .wltr { width: 100%; padding: 0px; text-align: center;} 
.wel-cnt .wltr h1 { color: #444; font-size: 36px; font-weight: normal; font-family:'Asap', sans-serif; position: relative; margin-bottom: 25px;} 
.wel-cnt .wltr h1::after{content: ""; height: 3px; width: 28%; background-color: #ec0f18; position: absolute; bottom: -10px; left: 0; right: 0; margin: 0 auto;}
.wel-cnt .wltr h1 small { color: #606e7f; font-size: 36px; font-weight: normal; display: block; } 
.wel-cnt .wltr h2 { color: #606e7f; font-size: 20px; font-weight: normal; display: block; } 
.wel-cnt .wltr .wbox{padding: 20px 0 10px; margin: 10px 0; position: relative;}
.wel-cnt .wltr .wbox::after{position: absolute; content: ""; top: 0; left: -30%; height: 100%; width: 200%; background-color: rgba(255, 255, 255, 0.4); z-index: -1;}
.wel-cnt .wltr p { color: #444; font-size: 17px; text-align: center; font-family:'Asap', sans-serif; } 
.wel-cnt .wltr .ubtn { padding-top: 10px; } 
.wel-cnt .wltr .wbtn a { display: inline-block; background-color: #ec0f18; color: #fff; padding:10px 20px; border-radius: 30px; text-transform: uppercase; font-size: 14px; position: relative; } 
.wel-cnt .wltr .wbtn a i { font-size: 16px; padding: 0px 5px; } 
.wel-cnt .wltr .wbtn a:hover { background-color: #444; color: #ffffff; } 

.wel-cnt .wrtr { text-align: right; position: relative; } 
.wel-cnt .wrtr .wimg1 { padding: 0; } 
.wel-cnt .wrtr .wimg2 { position: absolute; z-index: 7; left: 0; top: 100px; } 

/* Clients Part */
.clnt-bg { background-color: #fff; padding: 0px 0 30px; } 
.cl-tit { display: flex; justify-content: center; align-items: center; background-image: url(../images/client-bg.jpg); } 
.cl-tit h5 { font-size: 28px; font-weight: 300; text-align: center; letter-spacing: 1px; text-transform: uppercase; color: #434e55; } 
.cl-tit h5 b { display: block; font-size: 56px; font-weight: bold; color: #fff; text-shadow: 3px 3px 0px #439de0; } 
.clnt-list { flex-direction: row; align-items: stretch; height: 100%; padding: 0 14px; } 
.clnt-list .col-2 { border: 1px solid #eeeeee; padding: 30px 5px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; } 
.clnt-list .prtit{ color: #b2b2b2; font-size: 12px; font-weight: bold; text-transform: uppercase; background-color: #e3e3e3; text-align: center; border-radius: 5px 5px 0 0;}

.taf-ptrs { border: 1px solid #eeeeee; padding: 5px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; height: 140px;} 
.taf-ptrs img { max-height: 78px; width: auto; max-width: 200px;} 

/* News Section */
.news-bg { background: url(../images/news-bg.png); background-size: cover; padding: 50px; border: 1px solid #d1e8f9; } 
.nltr span { margin-bottom: 10px; display: block; } 
.nltr p { font-size: 20px; color: #434e55; line-height: 1.8; padding-right: 60px; } 
.nltr .ubtn a { display: inline-block; background-color: #fff; color: #0068b6; padding: 15px 65px 15px 20px; border-radius: 10px; text-transform: uppercase; font-size: 14px; position: relative; } 
.nltr .ubtn a i { background-color: #0068b6; position: absolute; font-size: 30px; right: 0; top: 0; border-radius:0 10px 10px 0; padding: 10px 15px; color: #ffffff; transition: all 0.5s ease 0s; } 
.nltr .ubtn a:hover { background-color: #439de0; color: #ffffff; } 
.nltr .ubtn a:hover i { background-color: #606e7f; color: #ffffff; transition: all 0.5s ease 0s; } 


.nrtr h3 { color: #354554; font-size: 24px; font-weight: 300; } 
.nbox { border-bottom: 1px solid #eeeeee; } 
.nbox:last-child { border-bottom: 0 none; } 
.nbox small { display: block; color: #a1afbd; margin-top: 10px; } 
.nbox small i { margin-right: 6px; } 
.nbox a { font-size: 18px; font-weight: 600; font-family:'Asap', sans-serif; } 

/* Video Section */
.video-bg { padding: 0; margin: 30px 0 0; } 
.video-bg .vdtxt { background-color: #aaacaf; text-align: center; padding: 90px 20px; } 
.video-bg .vdtxt h3 { color: #fff; font-family:'Asap', sans-serif; font-weight: 300; font-size: 20px; } 

/* Contact and Map Part */
.contact-bg { margin: 0px 0 30px; background-color: #444;} 
.contact-bg section { display: flex; width: 100%; } 
.contact-bg section .lsec{width: 25%; background-color: #2f2f2f; padding: 10px; text-align: center;}
.contact-bg section .lsec h4{font-family: "Open Sans"; font-weight: 300; color: #aaa; font-size: 30px; padding: 30px 0; margin: 0;}
.contact-bg section .rsec{ display: flex; width: 75%; padding: 30px 0 30px 30px;}
.cont-ltr { width: 55%; } 
.cont-rtr { width: 45%; padding: 10px 25px 25px; color: #fff; background-color: #68bc46; } 
.cont-rtr h3 { font-size: 19px; font-weight: 600; margin-top: 10px; color: #fff; } 
.cont-rtr .address span { display: flex; margin-top: 15px; } 
.cont-rtr .address span.adrlist1 { font-size: 15px;} 
.cont-rtr .address span.adrlist2, .cont-rtr .address span.adrlist3 { font-weight: 600; font-size: 17px;} 
.cont-rtr .address span.adrlist4 { flex-wrap: wrap; } 
.cont-rtr .address span i { margin-right: 8px; padding-top: 5px; color: rgba(0, 0, 0, 0.44); font-size: 16px; } 
.cont-rtr .address span a { color: #fff; padding-left: 5px;}
/* .cont-rtr .address span.adrlist1 { display: flex; } 
.cont-rtr .address span.adrlist1 i { margin-right: 15px; padding-top: 5px; } */

/* Inner page styles */
.head-title h2 { font-size: 48px; color: #ffffff; text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7); } 
.head-title h3 { font-size: 24px; color: #ffffff; background-color: rgba(235, 28, 39, 0.8); display: inline-block; font-family:'Asap', sans-serif; font-weight: 300; border-radius: 6px; padding: 6px 20px; } 
.cnt-part { padding: 0; } 
.abt-us { background-color: rgba(255, 255, 255, 0.9); padding: 30px 0px; border-radius: 6px 6px 0 0; min-height: 500px; } 
.abt-us::after { content: ""; width: 100%; height: 1px; clear: both !important; display: block; } 
.abt-img { float: right; margin:0 0 25px 25px; } 
.abt-img img { border-radius: 4px; box-shadow:5px 5px 0px rgba(0, 0, 0, 0.1); border: 1px solid transparent; } 

.abt-us > ul { padding: 0; margin: 0; } 
.abt-us > ul > li { padding: 0 0 0 20px; margin: 0; list-style: none; position: relative; } 
.abt-us > ul > li::after { position: absolute; content: ""; height: 8px; border-left: 4px solid #ec0f18; left: 9px; top: 9px; -webkit-clip-path: polygon(0 1%, 0 100%, 100% 49%); clip-path: polygon(0 1%, 0 100%, 100% 49%); background-color: transparent; transition: all 0.5s ease 0s; } 
.abt-us img { max-width: 100% !important; height: auto !important; } 
.abt-us h1, .abt-us h2, .abt-us h3, .abt-us h4, .abt-us h5, .abt-us h6 { font-family:'Asap', sans-serif; } 
.abt-us h1 { font-size: 40px; font-weight: 300; position: relative; padding-bottom: 20px; color: #444; margin: 0; } 
.abt-us h2 { font-size: 30px; font-weight: 500; position: relative; padding-bottom: 20px; color: #444; margin: 0; } 
.abt-us h3 { font-size: 22px; font-weight: 600; position: relative; padding-bottom: 20px; color: #ec0f18; margin: 0; } 
.abt-us h4 { font-size: 18px; font-weight: 600; position: relative; padding-bottom: 20px; color: #ec0f18; margin: 0; } 
.abt-us h5 { font-size: 16px; font-weight: 600; position: relative; padding-bottom: 20px; color: #444; margin: 0; } 
.abt-us h6 { font-size: 14px; font-weight: 600; position: relative; padding-bottom: 20px; color: #444; margin: 0; } 
.abt-us p { text-align: justify; } 
.red-line { position: relative; } 
.red-line::after { position: absolute; content: ""; height: 5px; width: 10%; background-color: #ec0f18; left: 5px; bottom: 10px; } 

.floatr-img { float: right; margin:0 0 25px 25px; } 
.floatr-img img { max-width: 600px !important; } 

.ptnrs { padding: 0; } 
.ptnrs ul { padding: 0; margin: 0; list-style: none; display: flex; width: 100%; flex-wrap: wrap; } 
.ptnrs ul li { padding:15px 10px; margin: 0; list-style: none; width: 20%; text-align: center; display: flex; } 
.ptnrs ul li:nth-child(5n+5) { border-right: 0 none; } 
.ptnrs ul li a { display: flex; background-color: #fff; padding: 0 0 60px; border: 4px solid #ddd; border-radius: 5px; align-items: center; justify-content: center; min-height: 200px; position: relative; width: 100%;} 
.ptnrs ul li a img { border: 5px solid #fff; } 
.ptnrs ul li a span { position: absolute; font-size: 14px; font-weight: normal; padding: 0 10px; left: 0; right: 0; bottom: 0; height: 60px; width: 100%; margin: 0 auto; background-color: rgba(0, 0, 0, 0.7); color: #ffffff; vertical-align: middle; display: flex; justify-content: center; align-items: center; line-height: 1.3; border-radius: 0 0 3px 3px; transition: all 0.5s ease 0s; border-bottom: 2px solid #333;} 
.ptnrs ul li a:hover span { visibility: visible; opacity: 1; background-color: rgba(236, 15, 24, 0.8); transition: all 0.5s ease 0s;  border-bottom: 2px solid #ec0f18;} 

/* Testimonials page */
.grid { max-width: 100%; } 
.grid:after { content: ''; display: block; clear: both; } 
.grid-sizer, .grid-item { width: 33.33%; } 
.grid-item { float: left; padding: 10px; } 
.grid-item .ts-box { padding: 20px; border: 1px solid transparent; border-bottom: 3px solid rgba(0, 0, 0, 0.15); border-radius: 10px; transition: all 0.5s ease 0s; } 
.grid-item:nth-child(3n+1) .ts-box { background-color: #def2eb; } 
.grid-item:nth-child(3n+2) .ts-box { background-color: #f2f0de; } 
.grid-item:nth-child(3n+3) .ts-box { background-color: #eee; } 
.grid-item:nth-child(3) .ts-box { background-color: #d3ebf9; } 
.grid-item:nth-child(4) .ts-box { background-color: #e6dfff; } 
.grid-item:nth-child(6) .ts-box { background-color: #e5dad6; } 
.grid-item:nth-child(9) .ts-box { background-color: #dfffe5; } 
.grid-item:nth-child(14) .ts-box { background-color: #e6dfff; } 
.grid-item .ts-box i { color: #555; font-size: 24px; display: block; } 
.grid-item .ts-box span { color: #ec0f18; font-weight: 500; display: block; position: relative; padding-top: 10px; } 
.grid-item .ts-box span::after { content: ""; width: 25%; height: 2px; border-bottom: 2px solid rgba(0, 0, 0, 0.2); left: 0; top: 5px; position: absolute; } 
.grid-item .ts-box span b { display: block; font-weight: 500; } 
.grid-item .ts-box span small { display: block; font-weight: 600; color: #333; } 
.grid-item .ts-box p { line-height: 1.3 !important; font-size: 14px; } 
.grid-item:hover .ts-box { background-color: #fff; transition: all 0.5s ease 0s; border: 1px solid #ddd; border-bottom: 3px solid #ec0f18; } 
.grid-item:hover .ts-box i { color: #ec0f18; font-size: 24px; } 

.prgms { background-color: rgba(255, 255, 255, 0.95); padding: 30px 0px 10px; border-radius: 6px 6px 0 0; margin-top: 0px; min-height: 500px; clear: both; } 
.prgm-img{ margin: 15px 0;}
.prgm-img img{ box-shadow: 4px 4px 0 #ddd; border-radius: 8px; padding: 2px;}
.prgm-content h1 { font-family:'Asap', sans-serif; font-size: 30px; font-weight: bold; color: #555; }

.prdetail{ width: 100%; margin-top: 15px;}
.sidebar { background-color:#ddd; margin-bottom: 25px;} 
.sbar_item { padding: 0; transition: all 0.5s ease 0s; } 
.sbar { padding-bottom: 0px; margin: 0; } 
.prgm-tit { font-family:'Asap', sans-serif; font-size: 16px; font-weight: 500; padding: 0 0 5px 18px; margin: 0 0 5px; color: #999; border-bottom: 1px dotted rgba(255, 255, 255, 0.2); position: relative; } 
.prgm-tit i { color: #aaa; font-size: 14px; position: absolute; left: 0; top: 3px; } 
.prgmcol { padding: 20px 20px 0px; } 
.prgmcol ul { list-style: none; padding: 0; margin: 0; } 
.prgmcol ul li { margin: 0; padding: 0; list-style: none; } 
.prgmcol ul li a { color: #ffffff; font-size: 14px; position: relative; padding: 1px 10px; display: block; margin: 1px 0; border-radius: 5px; } 
.prgmcol ul li a:hover, .prgmcol ul li a.active { color: #fff; background-color: #ec0f18; } 
.prgmcol ul li a:after { margin: 0; padding: 0; border-left: 4px solid #ec0f18; position: absolute; content: ""; height: 10px; left: 0; top: 7px; transition: all 0.5s ease 0s; width: 0; } 
.prgmcol ul li a:hover:after { margin: 0; padding: 0; border-left: 0px solid #ec0f18; border-bottom: 1px solid #999; height: 10px; left: 0px; top: auto; bottom: 0px; width: 100%; transition: all 0.5s ease 0s; border-radius: 5px; } 

.prgmcol2 { padding: 20px 0 0; } 
.prgmcol2 ul { list-style: none; padding: 0; margin: 0 20px; } 
.prgmcol2 ul li { margin: 2px 0; padding: 0; list-style: none; border-bottom: 1px dotted rgba(255, 255, 255, 0.2); } 
.prgmcol2 ul li a { color: #fff; font-size: 17px; position: relative; padding: 1px 0px; display: block; margin: 1px 0; font-weight: normal; } 
.prgmcol2 ul li a:hover, .prgmcol2 ul li a.active { color: #fff; background-color: #ec0f18; border-radius: 5px; } 
.prgmcol2 ul li a:hover i { transition: all 0.5s ease 0s; opacity: 0;} 

.prgm-content { padding-left: 0px; } 
.prgm-content .pcontent p{text-align: justify;} 
.prgm-content .pcontent h3{color: #333; font-family:'Asap', sans-serif; font-size: 24px; font-weight: 300;} 
.prgm-content .pcontent h3 strong{font-weight: 300;} 
.prgm-content .pcontent h4{color: #333; font-family:'Asap', sans-serif; font-size: 24px; font-weight: 300;} 
.prgm-content .pcontent h4 strong{font-weight: 300;} 
.plist1 { border: 1px solid #eee; margin-top: 30px; padding: 0px; border-radius: 3px; background-color: #fff;} 
.plist1 h4 { padding: 10px 0 0; margin: 15px 10px; color: #888; font-family:'Open Sans', sans-serif; font-size: 24px; font-weight: 300; text-align: center;} 
.plist1 ul { list-style: none; margin: 0; padding: 0; display: flex; width: 100%; flex-wrap: wrap;} 
.plist1 ul li { list-style: none; margin: 0 0 10px; padding: 15px; width: 25%;} 
.plist1 ul li .crbox { margin: 0; padding: 0; font-size: 17px; display: block; height: 100%; border-radius: 5px; border-top: 6px solid #ddd; background-color: #ddd; text-align: center; color: #fff; position: relative; border-bottom: 6px solid #ccc; transition: all 0.5s ease 0s;}
.plist1 ul li .crbox:hover{border-top-color: #68bc46; border-bottom-color: #222; transition: all 0.5s ease 0s;}
.plist1 ul li .crbox i{display: block; overflow: hidden; max-height: 192px; position: relative; font-style: normal; transition: all 1s ease} 
.plist1 ul li .crbox i .img-crbox{ width: 100%; display: flex; height: 185px;}
.plist1 ul li .crbox i .img-crbox img{ width:100%; height: auto; }

/* .plist1 ul li .crbox i img{width: 100%; height: auto;}  */
.plist1 ul li .crbox i span{ padding: 10px; display: flex; position: absolute; bottom: 0px; left: 0; right: 0; width: 100%; background-color: rgba(0, 0, 0, 0.7); color: #fff; font-weight: normal; line-height: 1.2; height: auto; font-size: 14px; flex-wrap: wrap; transition: 0.6s; justify-content: center; text-transform: uppercase;}
.plist1 ul li .crbox i span b{ width: 100%; background-color: rgba(0, 0, 0, 0.5); padding: 3px 5px; margin: 6px 0px 0px; border-radius: 50px;}
.plist1 ul li .crbox i span b small{ width: 100%; padding: 2px 0px;}
.plist1 ul li .crbox i span b small:nth-child(1) { color: #aaa; font-size: 12px; letter-spacing: 0.5px;}
.plist1 ul li .crbox i span b small:nth-child(2){ color: #68bc46; font-size: 13px; font-weight: 600; letter-spacing: 0.5px;}
.plist1 ul li .crbox:hover i span{background-color: rgba(236, 15, 24, 0.8); color: #fff; height: 100%; align-items: center; font-size:15px; font-weight: normal; transition: 0.6s;}
.plist1 ul li .crbox small{display: block; padding: 15px 6px;}
.vd-btn{font-size: 13px; text-transform: uppercase; color: #fff; background-color: #68bc46; padding: 4px 15px; border-radius: 20px; margin: 0 5px;}
.vd-btn:hover{background-color: #fff; color: #ec0f18;}
.ap-btn{font-size: 13px; text-transform: uppercase; color: #fff; background-color: #ec0f18; padding: 4px 15px; border-radius: 20px; margin: 0 5px;}
.ap-btn:hover{background-color: #fff; color: #ec0f18;}

.norec{ width: 100%; display: flex; justify-content: center; align-items: center;}
.norec h6{ margin: 15px 0px !important; color: #666 !important; font-size: 30px !important; font-weight: 300 !important; display: flex; align-items: center; background-color: transparent !important;}
.norec h6 i{ font-size: 36px; padding-right: 12px; color: #ec0f18;}

.plist2 { border: 1px solid #dee2e6; margin-top: 30px; padding: 10px; border-radius: 3px; } 
.plist2 h4 { padding: 8px 15px; margin: 0; background-color: #dee2e6; color: #555; font-family:'Asap', sans-serif; font-size: 18px; border-radius: 3px; font-weight: 300; } 
.plist2 ul { list-style: none; margin: 0; padding: 0; } 
.plist2 ul li { list-style: none; margin: 0; padding: 5px 10px; border-bottom: 1px dotted #ddd; } 
.plist2 ul li a { margin: 0; padding: 3px 10px 3px 15px; font-size: 16px; position: relative; display: inline-block; border-radius: 15px; } 
.plist2 ul li a:hover { background-color: #ec0f18; color: #ffffff; } 
.plist2 ul li a::after { position: absolute; content: ""; height: 8px; border-left: 4px solid #333; left: 6px; top: 12px; -webkit-clip-path: polygon(0 1%, 0 100%, 100% 49%); clip-path: polygon(0 1%, 0 100%, 100% 49%); background-color: transparent; transition: all 0.5s ease 0s; } 

.pgrmob{display: none;}

.pbot { border-bottom: 3px dotted rgba(0, 0, 0, 0.2); padding: 3px 15px 15px 40px; } 
.pbot:last-of-type { border-bottom: 0 none; } 
.pbot a { margin-right: 10px; font-size: 14px; } 
.btn-detail { background-color: rgba(0, 0, 0, 0.4); color: #ffffff; padding: 5px 20px; display: inline-block; border-radius: 20px; text-transform: uppercase;} 
.btn-apply { background-color: #ec0f18; color: #ffffff; padding: 5px 20px; display: inline-block; border-radius: 20px; text-transform: uppercase; } 
.btn-sched { background-color: #ddd; color: #333; padding: 5px 20px; display: inline-block; border-radius: 20px; text-transform: uppercase; } 
.pbot a:hover { background-color: #fff; color: #ec0f18; border: 1px solid #ddd; } 

.no-sched { background-color: #eee; color: #888; border: 1px solid #ddd; padding: 5px 20px; display: inline-block; border-radius: 20px; } 

.pdetail h1 { font-size: 28px; font-weight:600; position: relative; padding-bottom: 8px; color: #444; border-bottom: 4px dotted #ccc; } 
.pdetail h1 small{ display: block; font-size: 18px; font-weight: 600; color: #444; } 

.crdbar{margin: 0 0 25px; background-color: #eee;}
.crprice{ background-color: #68bc46; text-align: center; display: flex; align-items: center; justify-content: center; color: #fff;}
.crprice span{font-size: 26px; width: 100%; font-family: 'open Sans'; font-weight: 300; display: block;}
.crprice b{font-size: 26px; width: 100%; display: block;}

.crtime{ text-align: center; display: flex; align-items: center; justify-content: center; border-left: 4px solid #fff; border-right: 4px solid #fff;}
.crtime span{font-size: 20px; width: 100%; display: block; font-family: 'open Sans'; font-weight: 300; }
.crtime span small{display: block;}
.crtime b{font-size:24px; width: 100%; display: block; color: #555;}

.sidebot { margin-top: 0px; background-color: #9ca5b3; padding: 0px;} 
.sidebot a { display: block; text-align: center; margin-top: 10px; font-size: 13px; font-weight: 500;} 
.sidebot a:hover { background-color: #fff; color: #ec0f18; } 

.csradd{ padding:10px; color: #fff;}
.csradd span{ display: flex; padding: 3px 0;}
.csradd span:last-child{ border-bottom: 0; width: 100%;}
.csradd span small{font-size: 15px; font-weight: bold; text-transform: uppercase; color: rgba(0, 0, 0, 0.6); padding-left: 10px; font-family: "Open Sans";}
.csradd span b{ width: 8%; text-align: center;}
.csradd span > i{ width: 92%; font-style: normal; text-align: left; padding: 0;}

.pdcont-main .table{ width: 100%;}
.pdcont-main .table tr td{ text-align: left;}
.pdcont-main .table tr td{ text-align: left;}
.pdcont-main .table th{ text-align: left;}
.pdcont-main .table tr td small{ display: block; width: 100%; color: #777; font-size: 14px;}


.pdcont-main{ width: 100%;}
.pdcont-main .pdcont-lst{ width: 100%; margin-bottom: 15px;}
.pdcont-main .pdcont-lst h6{ padding: 0px 0px 0px 12px; margin: 0px 0px 5px; font-weight: 500; font-size: 17px; color: #333; position: relative;}
.pdcont-main .pdcont-lst ul{ margin: 10px 10px; padding: 0;}
.pdcont-main .pdcont-lst ul li{ list-style: none; position: relative; padding-left: 15px;}
.pdcont-main .pdcont-lst ul li:before{ position: absolute; content: ""; left: 0; -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); width: 9px; height: 9px; background-color: #ff8989; top: 9px;}
.pdcont-main .pdcont-lst h6:before{ background-color: #ff8989; height: 100%; width: 3px; left: 0; content:" "; position: absolute; border-radius: 50px;}
.pdcont-main .pdcont-lst p{ padding: 0; margin:2px 0px 0px !important; line-height:1.3 !important; color: #666;}
.pdcont-main .pdcont-lst p strong{ font-weight: 400; color: #555; font-size: 16px;}
.pdcont-main .pdcont-lst p b{ font-weight: 600; color: #38b008; font-size: 16px; text-transform: uppercase;}
.pdcont-main .pdcont-lst small{ font-size: 12px; margin: 0; padding: 0; line-height: 0; color: #666;}
.pdcont-main .pdcont-lst small.crs-nte{ font-size: 12px; margin: 0; padding: 0; line-height: 0; color: #666;}

.pdcont1 { margin-bottom: 15px; } 
.pdcont1 h5 { font-size: 17px; font-family:'Asap', sans-serif; margin: 0; padding: 10px; font-weight: bold; color: #fff; background-color: #555; border-radius: 5px;} 
.pdcont1 h5 i { font-size: 18px; color: #68bc46; font-weight: 400;} 
.pdcont1 h6 { font-size: 17px; font-family:'Asap', sans-serif; margin: 0; padding: 10px 10px 10px 0; font-weight: bold; color: #ec0f18;} 
.pdcont1 ul.pdmod { margin: 20px 0 30px; padding: 0; list-style: none; } 
.pdcont1 ul.pdmod li { margin: 0; padding: 0; list-style: none; display: flex; font-size: 16px; margin-bottom: 7px; } 
.pdcont1 ul.pdmod li b { width: 40px; padding: 5px; text-align: center; background-color: #999; color: #fff; border-radius: 6px 0 0 6px; -webkit-box-shadow: inset -6px 0px 6px -6px rgba(0,0,0,0.2); -moz-box-shadow: inset -6px 0px 6px -6px rgba(0,0,0,0.2); box-shadow: inset -6px 0px 6px -6px rgba(0,0,0,0.2); } 
.pdcont1 ul.pdmod li span { width: 100%; padding:0px; background: linear-gradient(#eee, #fff); transition: all 0.5s ease 0s; position: relative; overflow: hidden; border-radius: 17px;} 
.pdcont1 ul.pdmod li span a{display: block; padding: 5px 15px 5px 15px; background-color: #68bc46; transition: all 0.5s ease 0s; color: #fff; font-weight: bold; border-radius: 20px; } 
.pdcont1 ul.pdmod li span a.collapsed{background-color: #eee; color: #ec0f18; border: 1px solid #ddd;} 
.pdcont1 ul.pdmod li span a:hover { background-color: #ec0f18; color: #ffffff; transition: all 0.5s ease 0s; } 
.pdcont1 ul.pdmod li span div.open-mod{display: block; padding: 7px 10px; background-color: #555; transition: all 0.5s ease 0s; color: #fff; font-size: 14px; line-height: 1.2;} 
.pdcont1 ul.pdmod li span a::after { font-family:"Font Awesome 5 Free"; content: "\f13a"; float: left; color: rgba(0, 0, 0, 0.4); font-size: 18px; margin: -2px 6px 0 0;}
.pdcont1 ul.pdmod li span a.collapsed::after { content: "\f138"; }

.pdcont1 ul.pdmod li span a.modlnk{position: absolute; top: 4px; right: 12px; transition: all 0.5s ease 0s; display: inline-block; padding: 2px 10px; border-radius: 5px; font-size: 14px; text-transform: uppercase; background: linear-gradient(#fff, #eee); box-shadow: inset 0 -10px 10px -10px #666; color: #333; z-index: -1; opacity: 0;-webkit-animation-name: slideOutDown; animation-name: slideOutDown; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.pdcont1 ul.pdmod li span a.modlnk:hover{color: #ec0f18;}
.pdcont1 ul.pdmod li span .show a.modlnk{z-index: 10; opacity: 1; -webkit-animation-name: slideInUp; animation-name: slideInUp; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}

.pdcont1 ul.pdmod .tapts h6{font-size: 15px; color: #444; border-bottom: 1px dotted #ddd; margin-bottom: 0; padding-bottom: 2px;}
.pdcont1 ul.pdmod .tapts h6:first-child{padding-top: 0;}
.pdcont1 ul.pdmod .tapts ul{padding: 0; margin: 0; list-style: none;}
.pdcont1 ul.pdmod .tapts ul li{padding: 0 0 0 20px; margin: 0; list-style: none; font-size: 14px; position: relative;}
.pdcont1 ul.pdmod .tapts ul li::before{position: absolute; content: ""; width: 6px; height: 6px; background-color: #ec0f18; left: 8px; top: 7px; -webkit-clip-path: polygon(0% 0%, 55% 0%, 100% 50%, 55% 100%, 0% 100%); clip-path: polygon(0% 0%, 55% 0%, 100% 50%, 55% 100%, 0% 100%);}
.pdcont1 ul.pdmod li:hover span { background-color: #eee; color: #222; transition: all 0.5s ease 0s; } 
.pdcont1 ul.pdmod li span .mdle{margin: 0px; padding: 10px 20px;}
.pdcont1 ul.pdmod li span table{text-align: center; margin: auto; width: calc(100% - 20px); margin-top: 10px; margin-bottom: 10px;}
.pdcont1 ul.pdmod li span table th{font-size: 13px; font-weight: 600; text-transform: uppercase; background-color: #ccc; border-color: #ccc;}
.pdcont1 ul.pdmod li span table th i{font-style: normal; font-size: 12px;}
.pdcont1 ul.pdmod li span table td{font-size: 13px; font-weight: normal; text-transform: uppercase; background-color: #fff; border-color: #ccc;}
.pdcont1 ul.pdmod li small { width: 13%; padding: 5px; background-color: #ddd; text-align: center; font-size: 14px; color: #444; border-radius: 0 6px 6px 0; align-items: center; display: flex; justify-content: center; } 
.pdcont1 p { text-align: justify; letter-spacing: normal; font-size: 14px;} 
.pdcont1 ul.pdmod li span .mod-desc{font-size: 13px; padding: 0 10px 10px; text-align: justify; color: #444; line-height: 1.3;}

.pdcont1 ul.pdtime { margin: 20px 0 30px; padding:0; list-style: none; border-radius: 8px; border: 1px solid #ccc; background-color: #fff; } 
.pdcont1 ul.pdtime li { margin: 0; padding:3px 0; list-style: none; display: flex; align-items: center; font-size: 16px; margin: 10px 0; border-bottom: 1px dotted #ccc; } 
.pdcont1 ul.pdtime li:last-child { border-bottom: 0 none; } 
.pdcont1 ul.pdtime li span { width: 50%; padding: 0px 10px; text-align: right; border-right: 4px solid #ccc; } 
.pdcont1 ul.pdtime li b { width: 50%; padding: 0px 10px; text-align: center; text-align-last: left; } 

.pdcont1 ul.pdcar { margin: 20px 0 30px; padding:0; list-style: none; border-radius: 8px; background-color: #ddd; display: flex; align-items: center; width: 100%; flex-wrap: wrap; } 
.pdcont1 ul.pdcar li { margin: 0; padding:10px 15px 10px 25px; list-style: none; font-size: 16px; margin: 0; border: 1px solid #fff; width: 50%; position: relative; } 
.pdcont1 ul.pdcar li::after { position: absolute; content: ""; height: 8px; border-left: 4px solid #ec0f18; left: 15px; top: 20px; -webkit-clip-path: polygon(0 1%, 0 100%, 100% 49%); clip-path: polygon(0 1%, 0 100%, 100% 49%); background-color: transparent; transition: all 0.5s ease 0s; } 

.pdreq { padding: 0; } 
.pdreq h6 { padding: 5px 25px; margin: 0; font-size: 20px; font-weight: 300; color: #ec0f18; } 
.pdreq ul { margin:0 0 10px; padding: 0; list-style: none; } 
.pdreq ul li { margin: 0; padding: 3px 10px 3px 40px; list-style: none; font-size: 16px; position: relative; } 
.pdreq ul li::after { position: absolute; content: ""; height: 8px; width: 6px; background-color: #ec0f18 !important; left: 28px; top: 11px; -webkit-clip-path: polygon(45% 0%, 100% 50%, 45% 100%, 0% 100%, 35% 50%, 0% 0%); clip-path: polygon(45% 0%, 100% 50%, 45% 100%, 0% 100%, 35% 50%, 0% 0%); background-color: transparent; transition: all 0.5s ease 0s; } 
.pdreq ul li i { font-size: 10px; color: #999999; position: absolute; left: 25px; top: 11px; } 
.pdreq small { display: inline-block; margin:0 0 20px 40px; } 
.pdreq p{margin-bottom: 0;}
.pdreq p b{ font-weight: 600; color: #555;}
.pdreq ul li p{margin: 0; padding: 0;}
.pdreq ul li p b{margin: 0; padding: 0; font-weight: normal;}

.pdfee { padding-left: 0px; } 
.pdfee h6 { padding: 5px 0px; margin: 0; font-size: 20px; font-weight: 500; color: #ec0f18; font-family:'Asap', sans-serif; } 
.pdfee .crfee { display: flex; width: 100%; margin: 0 0 0px; padding: 0; list-style: none; flex-flow: row wrap; justify-content: flex-start; } 
.pdfee .crfee li { width: 15%; margin: 0; padding: 0; border: 1px solid transparent; list-style: none; display: flex; flex-flow: column nowrap; } 
.pdfee .crfee li:nth-child(1) { width: 5%; } 
.pdfee .crfee li:nth-child(2) { width: 35%; text-align: left;} 
.pdfee .crfee li:last-child { width: 15%; }
.pdfee .crfee li span { background-color: #ccc; padding: 5px 10px; text-align: center; font-size: 14px; display: flex; flex-grow: 1; align-items: center; justify-content: center; display: none;} 
.pdfee .crfee:nth-child(1) li span{display: unset;}
.pdfee .crfee li b { display: block; background-color: #eee; padding: 5px 10px; text-align: center; font-size: 14px; font-weight: normal; flex: 1;} 
/* .pdfee .crfee li:last-child b{ font-weight: bold; color: #555;} */
.pdfee .crfee li:nth-child(2) b{text-align: left;}
.cnote{font-size: 11px; padding: 5px 10px; background-color: #fff8d4; margin-top: 5px;}
.cnote{ width: 100%; padding: 10px;}
.cnote ul{ margin: 0; padding: 0;}
.cnote ul li{ list-style: none; line-height: 1.7; }

/* Tabs */
.det-tab{ width:100%; margin: 40px 0px;}
.det-tab .nav-tabs{ text-align:center; border-bottom:0 none;  width: 100%; display: flex; justify-content: flex-start; margin-bottom: 0px;}
.det-tab .nav-tabs > li{ display:inline-block; margin:0 8px 0 0;}
.det-tab .nav-tabs-custom{ margin-bottom:0; position:relative; z-index:0;}
.det-tab .nav-tabs-custom > .nav-tabs > li{  background-color: #107d00; border:none; border-radius:0; border-radius:5px 5px 0px 0px; padding:0px;}
.det-tab .nav-tabs-custom > .nav-tabs > li a{ padding: 12px 25px; display:block; font-size:14px; text-transform: uppercase; font-weight: 600; color: #fff; border-top: 4px solid rgba(0, 0, 0, 0.3);}
.det-tab .nav-tabs-custom > .tab-content{ background-color:#fff; padding:15px; border:0 none; border:1px solid #e6e6e6; margin-top:0px; border-radius:0px 10px 10px 0px; border-top: 5px solid #e6e6e6;}
.det-tab .nav-tabs-custom > .tab-content h2{ font-size:18px; color:#027dc2; margin:5px 0px 10px;}
.det-tab .nav-tabs-custom > .tab-content h3{ font-size:17px; color:#333; margin:7px 0px; font-weight:500}
.det-tab .nav-tabs-custom > .tab-content h3 a{ text-decoration:none; color:#333;}
.det-tab .nav-tabs-custom > .tab-content h3 a:hover{ color:#ec1a23;}
.det-tab .nav-tabs-custom > .tab-content p{ text-align:justify; font-size:14px; line-height:1.6; margin:8px 0px;}
.det-tab .nav-tabs-custom > .tab-content .table{ margin:10px 0px;}
.det-tab .nav-tabs-custom > .tab-content .table thead th{ background-color:#888; padding:8px 6px; color:#fff; border-bottom: 0 none;}
.det-tab .nav-tabs-custom > .tab-content .table tr td{ padding:6px; border:1px solid #eaeaea; font-size:13px;}
.det-tab .nav-tabs-custom > .tab-content .table tr td a{ color:#18a9fa;}
.det-tab .nav-tabs-custom > .tab-content .table tr td a:hover{ color:#ec1a23} 
.det-tab .nav-tabs-custom > .tab-content .table tr:nth-of-type(2n+1){ background-color: rgba(0,0,0,.02); transition:0.4s;}
.det-tab .nav-tabs-custom > .tab-content .table tr:hover{ background-color: rgba(0,0,0,.03); transition:0.4s;}
.tab-enq .csr-form .form-group{ display:flex;}
.tab-enq .csr-form .form-group label{ text-align:right;}
.tab-enq h1{ font-size:18px; font-weight: 500; color: #444; border-bottom: 1px solid #e5e6f5; margin-bottom:30px; padding: 7px 0px; line-height:1.5;}
.tab-enq h1 span{ color:#017dc2; font-size:18px; display:block;}
.text-red{ color:#ed1a0e; font-size:15px; padding-right:2px;}
.det-tab .nav-tabs > li{ position:relative;}
.det-tab .nav-tabs > li > a{ position:relative; z-index:510; padding:8px 20px; font-size:16px; color:#333; border-radius:4px 4px 0 0; font-weight:500;}
.det-tab .nav-tabs-custom > .nav-tabs > li.active > a, .det-tab .nav-tabs-custom > .nav-tabs > li.active:hover > a{ background-color:#ec1a23; color:#fff; border-color:#027dc2;}
.det-tab .nav-tabs-custom > .nav-tabs > li > a.active, .det-tab .nav-tabs-custom > .nav-tabs > li:hover > a.active{ background-color:#ec1a23; color:#fff; border-color:#dc0a13; border-radius:3px 3px 0px 0px; border-top: 4px solid rgba(0, 0, 0, 0.3);}
.det-tab .nav-tabs > li:before{ -webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); visibility: hidden; opacity: 0; content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; color:#ffb201; background: #ec1a23; z-index:1; border-radius:4px 4px 0 0;}
.det-tab .nav-tabs > li:hover:before{ -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); visibility: visible; opacity: 1;}
.det-tab .nav-tabs > li > a:hover{background:none transparent; color:#fff;}
.det-tab .pro-img span{ border-radius: 8px; border: 1px solid #eee; margin-right: 5px; margin-bottom: 5px; padding: 2px; width: 19%; display: block; transition:0.4s;}
.det-tab .pro-img span:nth-child(5n+5){  border-right:0 none;}
.det-tab .pro-img span a{ display:flex; background-color:#fff; text-align:center; margin:0; padding:0; height:200px;}
.det-tab .pro-img span a small{ display:flex; margin:0 auto;  max-height:200px;}
.det-tab .pro-img span a img{ width:auto; object-fit: contain; width: auto; height: auto; margin: 0 auto;}
.det-tab .pro-img span:hover{ transition:all 0.5s ease 0s; box-shadow:0 15px 20px rgba(0,0,0,.2);}
.det-tab .pro-img .no-brand{ font-size:30px; text-align:center; padding:30px; margin:10px 0; color:#ccc;}

/* Course cat B Fee styles */
.catbfee { display: flex; width: 100%; flex-wrap: wrap; margin-top: 20px;}
.catbbox { width: 31%; border: 1px solid #ddd; border-radius: 6px; margin:0 3% 25px 0; transition: all 0.5s ease 0s;}
.catbbox:hover{ box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.2); transition: all 0.5s ease 0s;}
.catbbox:nth-child(3n+3){margin-right: 0 !important;}
.catbfee h6 { padding: 5px 15px; margin: 0; font-size: 16px; font-weight: 500; color: #ec0f18; font-family:'Asap', sans-serif; display: flex; flex-wrap: wrap; height: 46px;align-items: center;} 
.catbfee h6 small{display: block; font-size: 14px; width: 100%;}
.catbfee .cbfee { width: 100%; margin: 0; padding: 0; list-style: none;} 
.catbfee .cbfee li { margin: 0; padding: 0; border: 1px solid transparent; list-style: none; display: flex; flex-flow: row wrap; justify-content: flex-start; width: 100%; } 
.catbfee .cbfee li span { background-color: #ddd; padding: 5px 10px; text-align: left; font-size: 13px; display: flex; flex-grow: 1; align-items: center; width: 62%; line-height: 1.1; box-shadow: inset -6px 0px 6px -6px rgba(0,0,0,0.2); transition: all 0.5s ease 0s;} 
.catbfee .cbfee li b { background-color: #eee; padding:3px 10px; text-align: left; font-size: 14px; width: 38%; font-weight: normal; display: flex; align-items: center; transition: all 0.5s ease 0s;}
.catbfee .cbfee li:last-child span, .catbfee .cbfee li:last-child b{font-weight: 600;}
.catbfee .cbfee li:hover span, .catbfee .cbfee li:hover b{ background-color: #fff5bc; transition: all 0.5s ease 0s;}
.catbfee .cbfee li:last-child span{ border-radius: 0 0 0 6px;}
.catbfee .catlbl1{ background-color: #ec0f18; color: #fff; padding: 5px 10px; text-align: center; font-size: 12px;}
.catbfee .catlbl2{ background-color: #666; color: #fff; padding: 5px 10px; text-align: center; font-size: 12px;}
.catbfee .catlbl3{ background-color: #aaa; color: #fff; padding: 5px 10px; text-align: center; font-size: 12px;}

.pdsch { padding-left: 0px; margin-top: 0px; transition: all 0.5s ease 0s; display: flex; flex-wrap: wrap;} 
.pdcont1 .pdsch { margin-top: 10px;} 
.pdsch h6 { padding: 8px 20px; margin: 0; font-size: 18px; font-weight: normal; color: #fff; font-family:'Asap', sans-serif; border: 0px none; position: relative; background-color: #ec0f18; border-radius: 5px 5px 0 0;} 
.pdsch h6 a { color: #fff; font-weight: 300; } 
.pdsch .crsch {  width: 32%; margin: 0 25px 20px 0; padding: 0; list-style: none; background-color: #fff; border-radius: 5px;} 
.pdsch .crsch:nth-child(3n){margin-right: 0;}
.pdsch .crsch li { display: flex; width: 100%; margin: 0; padding: 0; border: 1px solid #ddd; border-bottom: 0 none; list-style: none; position: relative;} 
.pdsch .crsch li:first-child{border-radius: 5px 5px 0 0;}
.pdsch .crsch li:last-child{border-radius: 0 0 5px 5px; border-bottom: 1px solid #ddd;}
.pdsch .crsch li span { width: 25%; background-color: #eee; padding: 3px 8px; text-align: right; font-size: 14px; -webkit-box-shadow: inset -6px 0px 6px -6px rgba(0,0,0,0.2); -moz-box-shadow: inset -6px 0px 6px -6px rgba(0,0,0,0.2); box-shadow: inset -6px 0px 6px -6px rgba(0,0,0,0.2);} 
.pdsch .crsch li b { width: 72%; padding:3px 25px 3px 3px; text-align: left; font-size: 14px; color: #777; font-weight: normal; position: relative; display: flex; align-items: center;}
.map-lnk{ position: absolute; right:10px; width: 21px; height: 21px; border-radius: 50px; background-color: #007bff; top: 3px; display: flex; align-items: center; justify-content: center; transition: 0.4s;}
.map-lnk:hover{ background-color: #35af03; color: #fff; transition: 0.4s;}
.map-lnk i{ color: #fff; font-size: 11px;}
.mdl-map{ width: 100%; height: 100%;}
.mdl-map iframe{ width: 100%; border: 1px solid #eee; border-radius: 5px; padding: 3px; height: 100%;}
.modal-mapbox{ max-width:600px}
.modal-mapbox .modal-body{ min-height: 400px;}
.modal-mapbox .modal-header i{ padding-right: 5px; font-size: 18px;}
.modal-mapbox .modal-title{ text-transform: uppercase;}

.pdsch .crsch li b small.csd { background-color: #ddd; display: inline-block; padding: 0px 18px 0 8px; border-radius: 3px; font-weight: bold; font-size: 12px; color: #ff0c0c; -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); text-transform: uppercase;} 
.pdsch .crsch li b small.opn { background-color: #68bc46; display: inline-block; padding: 0px 20px 0 6px; border-radius: 3px; font-weight: bold; font-size: 12px; color: #ffffff; -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); text-transform: uppercase;} 
.pdsch .crsch li b small.ffast{ background-color: #ff6000; display: inline-block; padding: 0px 10px; border-radius: 3px; font-weight: bold; font-size: 14px; color: #ffffff;}
.pdsch .crsch li b a.aply { background-color: #ec0f18; display: inline-block; padding: 2px 10px; border-radius: 15px; font-weight: bold; font-size: 12px; color: #ffffff; margin-left: 10px; text-transform: uppercase; font-weight: 600; } 
.pdsch .crsch li b a.aply:hover { background-color: #444; } 
.pdsch .crsch li b a.sch-down { background-color: #ec0f18; display: inline-block; padding: 2px 10px; border-radius: 15px; font-weight: bold; font-size: 13px; color: #ffffff; margin-left: 10px; text-transform: uppercase; font-weight: 600; } 
.pdsch .crsch li b a.sch-down:hover { background-color: #444; } 

.srchcourse{ background-color: #9ca5b3; justify-content: space-between; padding: 15px 20px; border-radius: 6px; margin-bottom: 20px; margin-top: 20px; display: flex; width: 100%;}
.srchcourse span{font-size: 18px; color: #fff; margin-right: 15px; font-family: 'Open Sans'; width: 16%; text-align: right; font-weight: 300;}
.srchcourse form{ background-color: #9ca5b3; justify-content: flex-start; padding: 0px; border-radius: 6px; margin-bottom: 0px; display: flex; width: 100%;}
.srchcourse form select{font-size: 17px; margin: 0px 10px 0px 0px; color: #ec0f18; width: 26%; padding: 5px; border: 0 none; border-radius: 4px;}
.pdsch2 { padding-left: 0px; margin-top: 0px; transition: all 0.5s ease 0s; display: flex; flex-wrap: wrap;} 
.pdcont1 .pdsch2 { margin-top: 10px;} 
.pdsch2 .crsch {  width: 32%; margin: 0 25px 30px 0; padding: 0; list-style: none; background-color: #fff; border-radius: 5px;} 
.pdsch2 .crsch:nth-child(3n){margin-right: 0;}
.pdsch2 .crsch li { display: flex; width: 100%; margin: 0; padding: 0; border: 1px solid #ddd; border-bottom: 0 none; list-style: none;} 
.pdsch2 .crsch li:first-child{border-radius: 5px 5px 0 0;}
.pdsch2 .crsch li:last-child{border-radius: 0 0 5px 5px; border-bottom: 1px solid #ddd;}
.pdsch2 .crsch li h2 { padding: 4px 15px; margin: 0; font-size: 16px; font-weight: normal; color: #fff; font-family:'Asap', sans-serif; border: 0px none; position: relative; background-color: #ec0f18; border-radius: 5px 5px 0 0; width: 100%; display: flex; min-height: 52px; align-items: center; justify-content: center; text-align: center; transition: all 0.5s ease 0s;} 
.pdsch2 .crsch:hover li h2{background-color: #68bc46;}
.pdsch2 .crsch li span { width: 25%; background-color: #eee; padding: 3px 8px; text-align: right; font-size: 14px; -webkit-box-shadow: inset -6px 0px 6px -6px rgba(0,0,0,0.2); -moz-box-shadow: inset -6px 0px 6px -6px rgba(0,0,0,0.2); box-shadow: inset -6px 0px 6px -6px rgba(0,0,0,0.2);} 
.pdsch2 .crsch li b { width: 75%; padding: 3px 8px; text-align: left; font-size: 14px; color: #777; } 
.pdsch2 .crsch li b small.csd { background-color: #ddd; display: inline-block; padding: 0px 15px 0 10px; border-radius: 3px; font-weight: bold; font-size: 12px; color: #cd2b3f; -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); text-transform: uppercase;} 
.pdsch2 .crsch li b small.opn { background-color: #68bc46; display: inline-block; padding: 0px 15px 0 10px; border-radius: 3px; font-weight: bold; font-size: 12px; color: #ffffff; -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); text-transform: uppercase;} 
.pdsch2 .crsch li b small.ffast{ background-color: #ff6000; display: inline-block; padding: 0px 10px; border-radius: 3px; font-weight: bold; font-size: 14px; color: #ffffff;}
.pdsch2 .crsch li b a.aply { background-color: #ec0f18; display: inline-block; padding: 2px 10px; border-radius: 15px; font-weight: bold; font-size: 12px; color: #ffffff; margin-left: 10px; text-transform: uppercase; font-weight: 600; } 
.pdsch2 .crsch li b a.aply:hover { background-color: #444; } 
.pdsch2 .crsch li b a.sch-down { background-color: #ec0f18; display: inline-block; padding: 2px 10px; border-radius: 15px; font-weight: bold; font-size: 13px; color: #ffffff; margin-left: 10px; text-transform: uppercase; font-weight: 600; } 
.pdsch2 .crsch li b a.sch-down:hover { background-color: #444; } 
.srchcourse form input{ width: 12%; margin: 0px 10px 0px 0px;}
.srchcourse form button{ margin: 0px 10px 0px 0px; cursor: pointer; border: 1px solid #0b76fa; font-size: 15px;}
.srchcourse form button i{ padding-right: 2px;}
.srchcourse form a i{ padding-right: 2px;}


.crs-title h1 { font-family:'Asap', sans-serif; font-size: 20px; font-weight: normal; margin-top: 30px; margin-bottom: 0; background-color: #eee; padding: 10px 20px; color: #ec0f18; border-radius: 5px 5px 0 0; } 
.crs-title h1 i { color: #68bc46; } 
.schtabs { display: flex; width: 100%; } 
.schtabs .nav-item { width: 20%; font-size: 16px; background-color: #dee2e6; padding: 15px 20px 15px 30px; line-height: 1.1; border-radius: 8px 8px 0 0; border: 1px solid #dee2e6; font-weight: bold; margin-right: 5px; color: #555; position: relative; } 
.schtabs .nav-item::after { position: absolute; content: ""; width: 20px; height: 20px; left: 13px; top: 22px; background-color: rgba(0, 0, 0, 0.2); -webkit-clip-path: polygon(0 0, 0 100%, 50% 50%); clip-path: polygon(0 0, 0 100%, 50% 50%); } 
.schtabs .nav-item:hover { color: #ec0f18; } 
.schtabs .nav-item.active { background-color: #fff; color: #ec0f18; } 
.crs-content .pdsch { padding: 0; margin-bottom: 30px; } 
.crs-content .pdsch .crsch { margin-bottom: 0px; transition: all 0.5s ease 0s; } 
.crs-content .pdsch .crsch:nth-child(even) { background-color: #fff; } 
.crs-content .pdsch .crsch li {  border-right: 1px solid rgba(0, 0, 0, 0.1); border-top: 0 none; padding: 0px; } 
.crs-content .pdsch .crsch li:last-child {  border-right: 1px solid rgba(0, 0, 0, 0.1); } 
.crs-content .pdsch .crsch:hover { background-color: #dcffce; transition: all 0.5s ease 0s; } 
.crs-content .pdsch .crsch li span { background-color: #777; transition: all 0.5s ease 0s; border-bottom: 0 none; text-transform: uppercase; color: #fff; font-size: 13px; /*-webkit-box-shadow: inset -6px 0px 6px -6px rgba(0,0,0,0.2); -moz-box-shadow: inset -6px 0px 6px -6px rgba(0,0,0,0.2); box-shadow: inset -6px 0px 6px -6px rgba(0,0,0,0.2); */ padding: 4px 10px; border-radius: 0px; display: none;}
.crs-content .pdsch .crsch:nth-child(1) li span{display: block;}
.crs-content .pdsch .crsch li b { font-weight: normal; color: #555; padding: 4px 10px; } 
.crs-content .pdsch:hover .crsch li span { transition: all 0.5s ease 0s; } 
.crs-content .nav-tabs { border-bottom-width: 4px; } 

/* step form styles */
.frmflex section label { text-align: right; } 
.frmflex .sred { color: #ec0f18; margin: 0 4px; } 
.frmsel { padding-top: 5px; } 
.frmflex section label.form-check-label{ position: relative;}
.frmflex section label.form-check-label label.error{ position: absolute; left: 0; top: 20px; width: 300px;}
.frmflex section .form-check-inline{margin-top: 8px;}

.corp-frm { border-radius: 6px; border: 1px solid #ddd; padding: 20px 30px; box-sizing: border-box; margin: 0 0px 5px; position: relative; text-align: center; background-color: #eee;} 
.corp-frm .form-group { text-align: left; margin-bottom: 8px;} 
.corp-frm .form-group.row > label { text-align: right; } 
.corp-frm .sred { color: #ec0f18; margin: 0 4px; } 

.corp-frm .form-group .crse-inpt{ width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 10px;}
.corp-frm .form-group .crse-inpt span{ width:49%;  display: flex; align-items: center; margin-bottom: 10px;}
.corp-frm .form-group .crse-inpt span:nth-child(3){ width: 100%;}
.corp-frm .form-group .crse-inpt span:nth-child(4){ width: 100%; margin-bottom: 0;}
.corp-frm .form-group .crse-inpt span:nth-child(5){ width: 100%; margin-bottom: 0;}
.corp-frm .form-group .crse-inpt span:last-child{ width: 100%; margin-bottom: 0; margin-top: 10px;}
.corp-frm .form-group .crse-inpt span input{ width:100%;}
.corp-frm .form-group .crse-inpt small.text-muted{ margin-top: 2px; color: #888 !important;}

.crse-note{ width: 100%; text-align: left; margin-bottom: 20px; background-color: rgba(255, 255, 255, 0.7); padding: 12px 15px; border-radius: 5px;}
.crse-note h2{ font-size: 16px; font-weight: 600; font-size: 14px; margin: 0px 0px 5px; color: #ec0f18; padding-left: 2px;}
.crse-note ul{ margin: 0; padding: 0;}
.crse-note ol{ margin: 0; padding-left: 15px;}
.crse-note ol li{ line-height: 1.5; margin-bottom: 4px; font-size: 13px; color: #666; text-align: justify;}
.crse-note ol li span{ color:#ec0f18; padding: 0px 2px; font-size: 16px; font-weight: bold;}

.form-control.infor{background-color: #f4f4f4; border: 1px solid #eee;}

.frmprevious { background: #aaa; color: white; border: 0 none; border-radius: 25px; cursor: pointer; padding: 6px 25px; margin: 0px 5px; } 
.frmprevious:hover, .frmprevious:focus { box-shadow: 0 0 0 2px white, 0 0 0 3px #ccc; } 
.frmsubmit { background: #ec0f18; color: white; border: 0 none; border-radius: 25px; cursor: pointer; padding: 6px 25px; margin: 0px 5px; } 
.frmsubmit:hover, .frmsubmit:focus { box-shadow: 0 0 0 2px white, 0 0 0 3px #ec0f18; } 
a.frmsubmit:hover { box-shadow: 0 0 0 2px white, 0 0 0 3px #ec0f18; background: #444; color: #fff; } 

.srt-note{ width:100%; margin:0px 0px 20px; background-color:rgba(255, 255, 255,0.7); padding:10px 15px; border-radius:5px;}
.srt-note p{ margin:5px 0px; text-align:justify; font-size:13px; color:#07449f}
.srt-note ul{ margin:10px 0px; padding-left:25px;}
.srt-note ul li{ list-style:disc; font-size:13px; color:#07449f; line-height:1.6; text-align:justify}

/*headings*/
.fs-title { font-size: 20px; font-weight: 300; color: #fff; margin-bottom: 25px; padding:6px 20px; font-family:'Asap', sans-serif; border-bottom: 2px solid #ddd; background-color: #888; border-radius: 5px; text-align: center; text-transform: uppercase; } 
.fs-subtitle { font-weight: normal; font-size: 13px; color: #666; margin-bottom: 20px; } 

.frmflex { width: 100%; margin-top: 30px;} 
.frmflex .frmbox { width: 100%; } 

.trmscond{ padding: 20px 30px; background-color: #f6f6f6; border-radius: 10px; margin: 15px 0;}
.trmscond h4{ text-align: center; border-bottom: 3px dotted #ddd; padding-bottom: 10px;}
.trmscond h5{font-family: 'Asap', sans-serif;}
.yt-video{height: 500px; width: 80%; text-align: center; margin: 20px auto;}

.frmbox ul.cfmtime { margin: 20px 0 30px; padding:0; list-style: none; border-radius: 8px; border: 1px solid #ccc; background-color: #fff; } 
.frmbox ul.cfmtime li { margin: 0; padding:3px 0; list-style: none; display: flex; align-items: center; font-size: 16px; margin: 10px 0; border-bottom: 1px dotted #ccc; } 
.frmbox ul.cfmtime li:last-child { border-bottom: 0 none; } 
.frmbox ul.cfmtime li span { width: 25%; padding: 0px 10px; text-align: right; border-right: 4px solid #ccc; text-transform: uppercase; letter-spacing: 0.5px; color: #888; } 
.frmbox ul.cfmtime li b { width: 75%; padding: 0px 10px; text-align: left; display: flex; justify-content: flex-start;  color: #555; font-weight: 600; } 

.cnfm-note { padding: 0; } 
.cnfm-note h6 { padding: 5px 25px; margin: 0; font-size: 20px; font-weight: 300; color: #ec0f18; } 
.cnfm-note p { text-align: center; } 
.cnfm-note ul { margin:0 0 10px; padding: 0; list-style: none; text-align: left; } 
.cnfm-note ul li { margin: 0; padding: 5px 10px 5px 30px; list-style: none; font-size: 16px; position: relative; border-top: 1px dotted #ddd; } 
.cnfm-note ul li::after { position: absolute; content: ""; height: 8px; border-left: 6px solid #ec0f18; left: 15px; top: 13px; -webkit-clip-path: polygon(0 1%, 0 100%, 100% 49%); clip-path: polygon(0 1%, 0 100%, 100% 49%); background-color: transparent; transition: all 0.5s ease 0s; } 

.cnfm-note2 { padding: 0; margin-top: 30px; text-align: center; } 
.cnfm-note2 .form-group { text-align: center !important; } 

/* Terms and Conditions */

.terms-frnt{ width:100%; color:#333;}
.terms-frnt h5{ font-size:16px; margin:10px 0px;}
.terms-frnt h2{ font-size:20px; margin:10px 0px 15px; color:#333; text-align:left; font-weight:500;}
.terms-frnt h4{ font-size:16px; margin:20px 0px 7px; color:#0f8801; text-align:left; font-weight:500;}
.terms-frnt ol{ margin:0; padding-left:15px; margin:10px 0px 15px;}
.terms-frnt ol li{ line-height:1.3; margin-bottom:25px; text-align:justify; padding-left: 15px;}
.terms-frnt ol li:last-child{ margin-bottom:0;}
.terms-frnt ol li ol li{ margin-bottom:0px;}
.terms-frnt p{ text-align:justify; margin:0px;}
.terms-frnt .table{ margin:15px 0px;}
.terms-frnt .table td{ border:1px solid #d5d5d5; padding:10px;}
.terms-frnt strong{ color:#333;}

/* course details table */
.corse-table{ width: 100%; display: flex; margin: 5px 0px;}
.corse-table table{ width: 100%;}
.corse-table table tr th{background-color: #ccc; padding: 5px 10px; text-align: center; font-size: 14px; border: 2px solid #fff;}
.corse-table table tr td{background-color: #eee; padding: 5px 10px; text-align: center; font-size: 14px; border: 2px solid #fff;}
.corse-table table tr td:nth-child(2){ text-align: left;}
.corse-table table tr th p{ margin-bottom: 0;}
.corse-table table tr td p{ margin-bottom: 0;}

/* News & Events Styles */
.newsevent { padding: 20px 0 0; } 
.newsevent .d-flex { margin-bottom: 30px; } 
.newsevent .card { text-align: center; border-top-width: 5px; transition: all 0.5s ease 0s;}
.newsevent .card:hover{border-color: #999;}
.newsevent .card > a { display: block; border-bottom: 3px solid #68bc46; position: relative; text-align: center; overflow: hidden;} 
.newsevent .card > a img{border-radius: 0;}
.newsevent .card > a .nwsd{ position: absolute; display: flex; bottom: 0; margin: 0 auto; left: 0; right: 0; background-color: rgba(104, 188, 70, 0.9); text-align: center; width: 60%; -webkit-clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%); clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%); transition: all 0.5s ease 0s;} 
.newsevent .card > a .nwsd small{margin: 0 auto; color: #fff; font-size: 14px; padding: 5px 0; font-weight: bold;}
.newsevent .card:hover > a .nwsd{bottom: -50px;}
.newsevent .card .card-body{padding: 8px 15px; -webkit-box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.2); -moz-box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.2); box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.2);}
.newsevent .card h5.card-title{padding-bottom: 5px;}
.newsevent .card-text { font-size: 14px; line-height: 1.3;} 
.newsevent .card-footer { background-color: #fff; border: 0 none; padding: 10px 15px 15px;} 
.btn-news { background: #ec0f18; color: white; border: 0 none; border-radius: 3px; cursor: pointer; padding: 5px 15px; margin: 0px auto; text-align: center; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; display: block;} 
.btn-news:hover, .btn-news:focus { box-shadow: 0 0 0 2px white, 0 0 0 3px #ec0f18; color: #ffffff; background: #68bc46; } 

.news-det { text-align: center; background: linear-gradient(#eee, #fff);} 
.news-det h1.ndtit { font-size: 33px; font-weight: 300; font-family:'Asap', sans-serif; color: #555; margin:0 25px 20px; position: relative; padding: 20px 0 10px; border-bottom: 1px dashed #ddd;} 
/* .news-det h1.ndtit::after { content: ""; width: 20%; height: 1px; background-color: #ec0f18; position: absolute; margin: 0 auto; left: 0; right: 0; bottom: -12px; }  */
.news-det .news-img { margin-bottom: 30px; position: relative;} 
.news-det .news-img .ndate { font-size: 14px; font-weight: bold; margin: 0 auto; position: absolute; left: 0; right: 0; bottom: 20px;} 
.news-det .news-img .ndate small { display: inline-block; font-size: 16px; font-weight: bold; padding: 6px 35px; text-transform: uppercase; color: #fff; background-color: #68bc46; letter-spacing: 1px; -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%, 10% 0); clip-path: polygon(90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%, 10% 0);} 
.news-det .news-img img { max-width: 80%; } 
.news-det .newsdet-body { padding: 0 30px; text-align: left; } 
.news-det .newsdet-body p { padding: 0 30px; text-align: justify; } 
.news-det .newsdet-body ul, .news-det .newsdet-body ol {list-style-position: inside;} 
.news-det .newsdet-body h1, .news-det .newsdet-body h2, .news-det .newsdet-body h3, .news-det .newsdet-body h4, .news-det .newsdet-body h5, .news-det .newsdet-body h6 { font-family:'Asap', sans-serif; } 
.news-det .newsdet-body h5{padding:10px 30px; font-size: 20px; color: #ec0f18;}
.news-det .newsdet-body img { max-width: 80%; } 
.ns-link .page-link{ background-color: #68bc46; color: #fff; border-color: #fff; text-transform: uppercase; font-size: 13px;}
.ns-link .page-item.disabled .page-link{ background-color: #68bc46; color: rgba(255, 255, 255, 0.5); border-color: #fff;}
.ns-link .pagination li:first-child .page-link{border-radius: 20px 0 0 20px;}
.ns-link .pagination li:last-child .page-link{border-radius: 0 20px 20px 0;}

/* Downloads */
.dwnld { padding: 20px 0 0; } 
.dwnld .d-flex { margin-bottom: 30px; } 
.dwnld .card { text-align: center; border-top-width: 5px; transition: all 0.5s ease 0s;}
.dwnld .card:hover{border-color: #999;}
.dwnld .card > a { display: block; position: relative; text-align: center; overflow: hidden; border-left: 1px solid #ddd; border-right: 1px solid #ddd;} 
.dwnld .card > a img{border-radius: 0;}
.dwnld .card > a .nwsd{ position: absolute; display: flex; bottom: 0; margin: 0 auto; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.7); text-align: center; width: 100%; transition: all 0.5s ease 0s;} 
.dwnld .card > a .nwsd small{margin: 0 auto; color: #fff; font-size: 15px; padding: 10px 0; font-weight: normal;}
.dwnld .card:hover > a .nwsd{bottom: -50px;}
.dwnld .card .card-body{padding: 8px 15px; -webkit-box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.2); -moz-box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.2); box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.2);}
.dwnld .card h5.card-title{padding-bottom: 5px;}
.dwnld .card-text { font-size: 14px; line-height: 1.3;} 
.dwnld .card-footer { background-color: #eee; border: 0 none; padding: 10px 15px 15px; -webkit-box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.4); -moz-box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.4); box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.4);} 
.btn-dwn { background: #ec0f18; color: white; border: 0 none; border-radius: 20px; cursor: pointer; padding: 5px 15px; margin: 0px auto; text-align: center; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; display: block; width: 60%;} 
.btn-dwn:hover, .btn-news:focus { box-shadow: 0 0 0 2px white, 0 0 0 3px #ec0f18; color: #ffffff; background: #68bc46; } 

/* Gallery Page */
/* Downloads */
.galry { padding: 20px 0 0; } 
.galry .d-flex { margin-bottom: 0px; border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 15px;} 
.galry .d-flex:nth-child(1), .galry .d-flex:nth-child(2), .galry .d-flex:nth-child(3), .galry .d-flex:nth-child(4){ border-top: 1px solid #ddd;}
.galry .d-flex:nth-child(4n){ border-right: 1px solid #ddd;}
.galry .d-flex:last-child{ border-right: 1px solid #ddd;}
.galry .card { text-align: center; border: 0 none; transition: all 0.5s ease 0s;}
.galry .card:hover{border-color: #999;}
.galry .card > a { display: block; position: relative; text-align: center; overflow: hidden; border-left: 1px solid #ddd; border-right: 1px solid #ddd; max-height: 188px;} 
.galry .card > a img{border-radius: 0;}
.galry .card > a .nwsd{ position: absolute; display: flex; bottom: 0; margin: 0 auto; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.7); text-align: center; width: 100%; transition: all 0.5s ease 0s;} 
.galry .card > a .nwsd small{margin: 0 auto; color: #fff; font-size: 15px; padding: 10px 0; font-weight: normal;}
.galry .card:hover > a .nwsd{bottom: -50px;}
.galry .card .card-body{padding: 8px 15px; -webkit-box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.2); -moz-box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.2); box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.2);}
.galry .card h5.card-title{padding-bottom: 5px;}
.galry .card-text { font-size: 14px; line-height: 1.3;} 
.galry .card-footer { background-color: #eee; border: 0 none; padding: 10px 15px 15px; -webkit-box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.4); -moz-box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.4); box-shadow: inset 0px 6px 9px -6px rgba(0,0,0,0.4);} 

/* Clients Page */
.clnts .nav-tabs{ text-align:center; justify-content: center; background: linear-gradient(#eee, #fff); border-top: 1px solid #eee; border-left: 1px solid #eee; border-right: 1px solid #eee; padding-top: 5px; border-radius: 5px 5px 0 0;}
.clnts .nav-tabs-custom > .tab-content{ background-color:#fff; padding-top:20px;}
.clnts .nav-tabs > a{ position:relative; padding:6px 15px; z-index: 1; overflow: hidden; border-right: 1px solid #eee; font-weight: bold;}
.clnts .nav-tabs > a:first-child{border-left: 1px solid #eee;}
.clnts .nav-tabs > a.active:first-child{border-left: 1px solid #dee2e6;}
/*.clnts .nav-tabs > a:after{ -webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease; visibility: hidden; opacity: 0; content: ''; position: absolute; width: 100%; height: 100%; top: 80px; left: 0; background: #68bc46; z-index:0;}
.clnts .nav-tabs > a:hover:after{ visibility: visible; opacity: 1; top: 0;}*/
.clnts .nav-tabs > a:hover{background: #eee;}
.clnts .hbody ul{padding: 0; margin: 0; list-style: none; display: flex; width: 100%; flex-wrap: wrap; border-top: 1px solid #eee;}
.clnts .hbody ul li{padding: 5px 10px 5px 20px; margin: 0; list-style: none; width: 33.333%; position: relative; font-size: 14px; color: #444; border-left: 1px solid #eee; border-bottom: 1px solid #eee;}
.clnts .hbody ul li::before{position: absolute; content: ""; width: 7px; height: 7px; background-color: #ec0f18; left: 8px; top: 12px; -webkit-clip-path: polygon(0% 0%, 55% 0%, 100% 50%, 55% 100%, 0% 100%); clip-path: polygon(0% 0%, 55% 0%, 100% 50%, 55% 100%, 0% 100%);}
.clnts .hbody ul li:nth-child(3n){ border-right: 1px solid #eee;}
.clnts .hbody ul li:last-child{ border-right: 1px solid #eee;}
.clnts .hbody span small{ display:table; width:100%;}
.clnts .hbody span a{ display:table-cell; background-color:#fff; height:83px; padding:5px; width:100%; vertical-align:middle; overflow:hidden;}
.clnts .hbody span a img{ max-height:73px; width:auto; margin:0 auto;}
.clnts .hbody span:hover{ background-color:#ccc;}
.clnts .hbody .no-brand{ font-size:30px; text-align:center; padding:30px; margin:10px 0; color:#ccc;}
.brands-info{ border-bottom:5px solid #eee; margin-bottom:10px; padding-bottom:10px;}
.clint-btn{ display: flex; justify-content: center; flex-wrap: wrap; align-items: center; margin-bottom: 25px;}
.clint-btn a{ font-size: 18px; background:#7cc45e; border: 1px solid #7cc45e; color:#fff; transition: 0.4s; padding: 10px 25px; border-radius: 30px;}
.clint-btn a:hover{ background: transparent; color: #7cc45e; transition: 0.4s; -webkit-transition: 0.4s; -moz-transition: 0.4s; -ms-transition: 0.4s; -o-transition: 0.4s; }
.clint-btn h3{ width: 100%; text-align: center; font-size:48px; color:#a2a2a2; font-weight: 300; font-family: 'Open Sans', sans-serif;}


.cardesc { text-align: center; padding: 20px 0; } 
.cardesc h1 { font-size: 42px; font-weight: 300; font-family:'Asap', sans-serif; color: #555; margin-bottom: 30px; position: relative; } 
.cardesc h1::after { content: ""; width: 12%; height: 5px; background-color: #ec0f18; position: absolute; margin: 0 auto; left: 0; right: 0; bottom: -12px; } 
.cardesc p { font-size: 18px; margin: 0 15%; } 
.carbox { display: flex; margin: 40px 4% 0; background-color: #eee; } 
.carbox .carlnk { width: 25%; } 
.carbox .carbody { width: 75%; padding:20px 30px; } 
.carbox .carbody h5 { font-family:'Asap', sans-serif; font-weight: 500; font-size: 22px; position: relative; border-bottom: 3px dotted #ccc; margin: 0 0 2px; padding: 0 0 6px; } 

.cardlinks { border-bottom: 3px dotted #ddd; text-align: center; padding: 10px; margin-bottom: 20px; } 
.cardlinks a { font-size: 18px; display: inline-block; padding: 5px 10px; margin: 0 5px; text-transform: uppercase; } 
.cardlinks a.active { color: #666; } 
.cardlinks span { content: ""; height: 25px; width: 2px; display: inline-block; background-color: #ccc; margin-bottom: -6px; } 
.cartitle1 { text-align: center; margin: 10px auto; } 
.caracord .btn-link { display: block; text-decoration: none; color: #fff; font-size: 16px; text-align: left; white-space: normal; } 
.caracord .card { margin-bottom: 5px; } 
.caracord .card-header { background-color: #68bc46; padding: 0px; } 
.caracord .card-body { text-align: left; } 
.caracord .card-body h3 { font-family:'Asap', sans-serif; font-size: 17px; font-weight: bold; color: #555555; margin: 0; padding: 0;} 
.carnote { background-color: #fff5bc; padding: 5px 10px; text-align: center; border-radius: 10px; } 
.btn-blk { text-align: center; } 
.btn-career { font-size: 22px; background-color: #333; color: #ffffff; display: inline-block; padding: 6px 40px; margin: 0; border-radius: 25px; } 
.btn-career:hover { background-color: #ddd; } 

.page-link { color: #ec0f18; } 
.page-link:hover { color: #333; } 

.bof-dtrs { padding: 0; } 
.bof-dtrs h1 { font-size: 42px; font-weight: 300; font-family:'Asap', sans-serif; color: #555; margin-bottom: 30px; position: relative; text-align: center; } 
.bof-dtrs h1::after { content: ""; width: 12%; height: 2px; border-bottom:5px dotted #ec0f18; position: absolute; margin: 0 auto; left: 0; right: 0; bottom: 5px; } 
.bod-box { padding: 0; display: flex; width: 100%; flex-wrap: wrap; } 
.bod-box .bod { padding: 0; width: 50%; position: relative; margin-bottom: 30px; height: 150px; } 
.bod-box .bod:nth-child(odd) { padding-right: 30px; } 
.bod-box .bod:nth-child(even) { padding-left: 30px; } 
.bod-box .bod .bdx { position: relative; z-index: 1; padding-left: 160px; } 
.bod-box .bod .bdx:after { -webkit-clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%); clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%); background-color: #ec0f18; position: absolute; content: ""; width: 100%; height: 100%; left: 0; bottom: -12px; z-index: -1; } 
.bod-box .bod .bdx small { width: 130px; height: 130px; overflow: hidden; display: inline-block; border-radius: 50%; position: absolute; z-index: 10; left: 30px; top: -20px; } 
.bod-box .bod .bdx small img { width: auto !important; max-width: 100% !important; height: auto !important; } 
.bod-box .bod .bdx span { -webkit-clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%); clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%); background:linear-gradient(228deg, rgba(221,221,221,1) 0%, rgba(238,238,238,1) 48%, rgba(255,255,255,1) 100%); display: block; padding: 15px 20px 15px 60px; height: 110px; } 
.bod-box .bod .bdx span b { display: block; font-size: 24px; font-weight: 300; position: relative; } 
.bod-box .bod .bdx span b::after { content: ""; height: 2px; background-color: #ec0f18; width: 15%; position: absolute; left: 0; bottom: 0; } 
.bod-box .bod .bdx span i { display: block; font-size: 16px; font-style: normal; font-weight: 500; letter-spacing: 1px; } 

.bod-box2 { padding: 20px 0 0; display: flex; width: 100%; flex-wrap: wrap; } 
.bod-box2 .bod { padding: 0; width: 50%; position: relative; margin-bottom: 30px; height: 150px; } 
.bod-box2 .bod:nth-child(odd) { padding-right: 30px; } 
.bod-box2 .bod:nth-child(even) { padding-left: 30px; } 
.bod-box2 .bod .bdx { position: relative; z-index: 1; padding-left: 0px; } 
.bod-box2 .bod .bdx:after { -webkit-clip-path: polygon(20% 0%, 100% 0%, 78% 100%, 0% 100%); clip-path: polygon(20% 0%, 100% 0%, 78% 100%, 0% 100%); background-color: #ec0f18; position: absolute; content: ""; width: 60%; height: 100%; right: 0px; top: -25px; z-index: -1; } 
.bod-box2 .bod .bdx .pos { position: absolute; right: 30px; top: -25px; color: #fff; text-transform: uppercase; } 
/* .bod-box2 .bod .bdx small { width: 130px; height: 130px; overflow: hidden; display: inline-block; border-radius: 50%; position: absolute; z-index: 10; left: 30px; top: -20px; } 
.bod-box2 .bod .bdx small img { max-width: 100%; height: auto; } */
.bod-box2 .bod .bdx span { -webkit-clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%); clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%); background:linear-gradient(228deg, rgba(221,221,221,1) 0%, rgba(238,238,238,1) 100%); display: block; padding: 15px 20px 15px 80px; height: 110px; line-height: 1.4; } 
.bod-box2 .bod .bdx span b { display: block; font-size: 24px; font-weight: 300; position: relative; } 
.bod-box2 .bod .bdx span b::after { content: ""; height: 2px; background-color: #ec0f18; width: 15%; position: absolute; left: 0; bottom: 0; } 
.bod-box2 .bod .bdx span i { display: block; font-size: 16px; font-style: normal; font-weight: 500; letter-spacing: 1px; } 
.bod-box2 .bod .bdx span small { display: block; font-size: 14px; font-style: normal; font-weight: normal; } 

.org-chart { text-align: center; } 
.org-chart p { text-align: center; } 

.note { background-color: #fff5bc; padding: 5px 10px; border-radius: 10px; margin: 5px 0; } 

.paypage #msform { margin-top: 0; } 
.paypage #msform .frmbox:not(:first-of-type) { display: block; } 
.paytitle { font-size: 30px; text-align: center; padding: 0 0px 5px; margin: 0 0 5px; color: #444; } 
.paytitle2 { font-size: 36px; text-align: center; padding: 0; margin: 0 0 10px; color: #18c83e; } 
.paytitle3 { font-size: 30px; text-align: center; padding: 0; margin: 0 0 30px; } 
.paytick { text-align: center; margin-top: 30px; } 
.paytick i { font-size: 60px; color: #31b124; text-align: center; } 

.bnopmt{ width: 100%; display: flex; align-items:center; font-size:18px; margin:0px 0px 10px; border-top: 1px solid #eee; padding-top:10px; color: #555; text-transform: uppercase;}
.bnopmt b{ padding-left: 4px; color: #444;}

.uslnkbody1 { margin-bottom: 30px; } 
.uslnkbody1 h3 { font-family:'Asap', sans-serif; font-size: 18px; font-weight: bold; color: #555555; border-bottom: 4px dotted #ddd; padding-bottom: 5px; margin-bottom: 5px; } 
.suplinks { display: flex; list-style: none; margin: 0; padding: 0; width: 100%; flex-wrap: wrap; } 
.suplinks li { display: flex; list-style: none; margin: 0; padding: 2px 5px; width: 33%; } 
.suplinks li a { display: block; background-color: #fff; padding: 5px 10px 5px 20px; width: 100%; border: 1px dashed #aaa; border-radius: 6px; position: relative; transition: all 0.5s ease 0s; } 
.suplinks li a:hover { border: 1px solid #ec0f18; transition: all 0.5s ease 0s; } 
.suplinks li a::after { position: absolute; content: ""; height: 8px; border-left: 4px solid #444; left: 12px; top: 14px; -webkit-clip-path: polygon(0 1%, 0 100%, 100% 49%); clip-path: polygon(0 1%, 0 100%, 100% 49%); background-color: transparent; transition: all 0.5s ease 0s; } 

.uslnkbody2 { margin-bottom: 30px; } 
.uslnkbody2 h3 { font-family:'Asap', sans-serif; font-size: 22px; font-weight: 300; color: #fff; padding: 10px 20px; margin-bottom: 20px; background-color: #444; border-radius: 4px; } 
.suplinks2 { display: flex; list-style: none; margin: 0; padding: 0; width: 100%; flex-wrap: wrap; } 
.suplinks2 li { list-style: none; margin: 0; padding: 8px 8px 8px 10px; width: 32%; border: 1px solid #ddd; border-radius: 6px; background-color: #ddd; border-left: 3px solid #ec0f18; line-height: 1.2; margin:0 20px 20px 0; transition: all 0.5s ease 0s; } 
.suplinks2 li:hover { background-color: #fff; transition: all 0.5s ease 0s; border-left-color: #888; } 
.suplinks2 li:nth-child(3n+3) { margin-right: 0; } 
.suplinks2 li b { display: block; } 
.suplinks2 li span { display: block; } 
.suplinks2 li p { margin: 0 !important; padding: 0 !important; } 
.suplinks2 li a { padding:0px; position: relative; } 
.suplinks2 li a::after { position: absolute; content: ""; width: 5%; height: 1px; background-color: #ec0f18; left: 0; bottom: 0; opacity: 0; visibility: hidden; transition: all 0.5s ease 0s; } 
.suplinks2 li a:hover::after { width: 100%; opacity: 1; visibility: visible; transition: all 0.5s ease 0s; } 

.qubox { margin: 30px 0 0; background-color: #eee; border-bottom: 5px solid #e8e8e8; border-radius: 10px; } 
.qubox .carbody { padding:20px 30px; } 
.qubox .carbody h5 { font-family:'Asap', sans-serif; font-weight: 500; font-size: 22px; position: relative; border-bottom: 3px dotted #ccc; margin: 0 0 2px; padding: 0 0 6px; } 

.contactpg { padding: 0; } 
.cont-adr .cont-title { margin: 0 0 10px; font-family:'Open Sans', sans-serif; font-weight: 300; font-size: 28px; position: relative; border-bottom: 1px dotted #ccc; color: #666; padding: 0 0 5px; line-height: 1;} 
.cont-text > b { color: #333;} 
.cont-text .cont-num { border-top: 2px solid #eee; padding: 5px 0; } 
.cont-text .cont-num span { margin: 0; padding: 5px 20px 5px 10px; display: block; border-top: 1px dashed #ddd; font-size: 17px;} 
.cont-text .cont-num span i { color: #999; margin-right: 4px; background-color: #fff; padding: 10px; border: 1px solid #ddd; border-radius: 50%; font-size: 16px;} 
.cont-text .cont-num span:last-child { border-right: 0 none; } 
.cont-text > strong { margin: 0 0 10px; font-weight: 600; font-size: 14px; text-transform: uppercase; color: #fff; display: block; background-color: #666; padding: 5px 10px; letter-spacing: 1px; } 
.cont-flex { display: flex; } 
.cont-flex .bus-text { width: 40%; background:url("../images/cont-img.jpg") center bottom no-repeat #eee; padding: 15px; border-right: 5px solid #fff; } 
.cont-flex .bus-text p{margin-bottom: 0;}
.cont-flex .bus-text b { display: block; color: #ec0f18; font-weight: 600; font-size: 21px; } 
.cont-flex .bus-text b i { color: #444; margin-right: 3px; } 
.cont-flex .tr-text { width: 60%; background-color: #eee; padding: 15px; border-left: 5px solid #fff; } 
.cont-flex .tr-text b { display: block; color: #666; font-weight: 600; } 
.cont-flex .tr-text b i { color: #444; margin-right: 3px; } 
.cont-flex .tr-text iframe{height: 330px !important;}

.cont-frbox { margin-top: 30px; } 
.cont-frbox .corp-frm .fs-title{ margin-bottom: 30px; padding: 0 0 10px; background-color: transparent; font-family: "Open Sans"; font-weight: 300; font-size: 20px;} 
.cont-frbox .corp-frm .fs-title small{display: block; text-transform: none; font-size: 13px;}
.htapp h1 { font-family:'Asap', sans-serif; font-size: 36px; font-weight: 300; color: #555555; padding-bottom: 5px; margin-bottom: 35px; text-align: center; position: relative; } 
.htapp h1::after { content: ""; width: 20%; height: 5px; background-color: #ec0f18; position: absolute; margin: 0 auto; left: 0; right: 0; bottom: -12px; } 

.htalnkbody { margin-bottom: 30px; } 
.htalnkbody h3 { font-family:'Asap', sans-serif; font-size: 16px; font-weight: 600; color: #fff; padding: 10px 20px; margin-bottom: 15px; background-color: #777; border-radius: 4px; letter-spacing: 0.5px; } 
.htalinks { display: flex; list-style: none; margin: 0; padding: 0; width: 100%; flex-wrap: wrap; } 
.htalinks li { list-style: none; margin: 0; padding: 0; width: 49%; border: 1px solid #ec0f18; border-radius: 6px; background-color: #ec0f18; border-left: 3px solid #333; line-height: 1.2; margin:0 20px 20px 0; transition: all 0.5s ease 0s; position: relative; z-index: 1; overflow: hidden; } 
.htalinks li:hover { background-color: transparent; transition: all 0.5s ease 0s; border-color: #222; border-left-color: #ec0f18; } 
.htalinks li:nth-child(2n+2) { margin-right: 0; } 
.htalinks li::after { position: absolute; content: ""; width: 100%; height: 100%; background-color: #333; right: 100%; bottom: 0; opacity: 0; visibility: hidden; transition: all 0.5s ease 0s; z-index: -1; } 
.htalinks li:hover::after { right: 0; opacity: 1; visibility: visible; transition: all 0.5s ease 0s; } 
.htalinks li a { padding: 8px 8px 8px 10px; position: relative; display: flex; font-weight: normal; width: 100%; align-items: center; height: 100%; color: #ffffff; } 
.htalinks li a:hover { color: #ffffff; } 
.htanote { background-color: #fff5bc; padding: 5px 10px; text-align: center; border-radius: 10px; margin-bottom: 15px; } 

.hta-acord .btn-link { display: block; text-decoration: none; color: #fff; font-size: 18px; text-align: left; } 
.hta-acord .card { margin-bottom: 5px; } 
.hta-acord .card-header { background: linear-gradient(0deg, rgba(235,28,39,1) 0%, rgba(255,90,98,1) 100%); padding: 2px; } 
.hta-acord .card-body { text-align: left; } 
.hta-acord .card-body h3 { font-family:'Asap', sans-serif; font-size: 18px; font-weight: bold; color: #555555; } 

.stulinks { display: flex; list-style: none; margin: 0; padding: 0; width: 100%; flex-wrap: wrap; } 
.stulinks li { list-style: none; margin: 0; padding: 0; width: 32%; border: 1px solid #ddd; border-radius: 6px; background-color: #fff; line-height: 1.2; margin:0 20px 20px 0; transition: all 0.5s ease 0s; position: relative; display: flex; } 
.stulinks li:nth-child(3n+3) { margin-right: 0; } 
.stulinks li b { width: 30%; background-color: #ddd; } 
.stulinks li span { width: 70%; padding: 15px 20px; display: flex; flex-flow: row wrap; justify-content: flex-start; } 
.stulinks li span strong { font-size: 18px; display: block; margin-bottom: auto; color: #444; } 
.stulinks li span strong small { font-size: 14px; display: block; } 
.stulinks li span a { margin-top: auto; } 
.btn-hta { background: #ec0f18; color: white; border: 0 none; border-radius: 25px; cursor: pointer; padding: 5px 15px; text-align: center; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; } 
.btn-hta:hover, .btn-news:focus { box-shadow: 0 0 0 2px white, 0 0 0 3px #ec0f18; color: #ffffff; background: #999; } 

.htamodal .modal-title { font-family:'Asap', sans-serif; font-weight: 300; font-size: 24px; position: relative; text-transform: uppercase; color: #999; margin: 0; } 
.htamodal .modal-title small { font-weight: 600; font-size: 16px; position: relative; text-transform: uppercase; color: #444; display: block; } 
.htamodal ol { margin: 10px 20px; padding: 0; } 
.htamodal ol > li { margin: 0; padding: 0 0 4px; } 
.htamodal ol li b { font-size: 14px; color: #ec0f18; font-weight: 600; } 
.htamodal ul { margin: 0; padding: 0; list-style: none; } 
.htamodal ul li { margin: 0; padding: 2px 0 2px 15px; list-style: none; position: relative; font-size: 14px; border-top: 1px dashed #aaa; } 
.htamodal ul li::after { position: absolute; content: ""; height: 8px; border-left: 4px solid #ec0f18; left: 6px; top: 10px; -webkit-clip-path: polygon(0 1%, 0 100%, 100% 49%); clip-path: polygon(0 1%, 0 100%, 100% 49%); background-color: transparent; transition: all 0.5s ease 0s; } 

.hta-note { padding: 0; } 
.hta-note h3 { padding: 0; margin: 0; font-size: 18px; font-family:'Asap', sans-serif; } 
.hta-note ul { padding: 0; margin: 0; } 
.hta-note li { position: relative; list-style: none; padding: 0 0 0 20px; font-size: 14px; } 
.hta-note li::before { position: absolute; content: "â€¢"; left: 6px; top: -3px; font-size: 18px; color: #ec0f18; } 

.hta-desc { padding: 0; } 
.hta-desc h2 { padding: 0; font-size: 20px; font-family:'Asap', sans-serif; } 
.hta-desc ul { padding: 0; margin: 0; } 
.hta-desc li { position: relative; list-style: none; padding: 0 0 0 20px; } 
.hta-desc li::before { position: absolute; content: "â€¢"; left: 6px; top: -2px; font-size: 18px; color: #ec0f18; } 

.uc-page { padding: 0; text-align: center; } 
.uc-page h1 { font-family:'Asap', sans-serif; font-size: 100px; font-weight: 300; padding: 0; margin: 0; color: #ec0f18; } 
.uc-page b { font-size: 24px; display: block; letter-spacing: 0.5px; padding: 10px 0; text-transform: uppercase; font-weight: 500; } 
.uc-page small { font-size: 18px; display: block; margin-bottom: 0px; font-weight: 600; letter-spacing: 0.5px; color: #666666; } 
.uc-page span { display: block; margin-bottom: 30px; } 
.uc-page span img { border-radius: 10px; } 
.uccut { margin: 10px 0; color: #888; } 
.uccut i { color: #333; } 

.abt-us h1.pstrtit{font-size: 30px; font-family: "Open Sans"; font-weight: 300; text-align: center; border-bottom: 2px dotted #eee; padding: 0 0 5px; margin-bottom: 10px;}
.posters{padding: 0; display: flex; flex-wrap: wrap;}
.posters a{margin:15px 10px; border: 1px solid #ddd; width: 23.3%; display: flex; align-items: center; border-radius: 6px; padding: 10px; background-color: #fff;}
.posters a:hover{border-color: #ec0f18;}
.posters a img{ max-width: 100% !important;}

.stu-msg{padding: 0;}
.stu-msg .stuico{font-size: 70px; color: #2ab20f; border: 1px solid #ccc; display: inline-block; border-radius: 50%; padding: 27px 40px; margin: 20px 0;}
.stu-msg h1{padding: 0 0 15px; font-family:'Asap', sans-serif; font-size: 48px; font-weight: 300; position: relative; margin-bottom: 15px;}
.stu-msg h1::after{ position: absolute; height: 3px; background-color: #ec0f18; left: 0; right: 0; bottom: 0; content: ""; width: 10%; margin: 0 auto;}
.stu-msg h2{padding: 0; font-family:'Asap', sans-serif; font-size: 24px; font-weight: 300;}
.stu-msg h3{padding: 15px 0; font-family:'Asap', sans-serif; font-size: 28px; font-weight: 300; margin: 0;}
.stu-msg h3 i{font-size: 20px;}
.stu-msg p{font-size: 18px;}
.stu-msg p b{font-weight: 500;}
.stu-msg .form-check-label{margin: 0 20px; cursor: pointer; color: #ec0f18;}
.stu-msg ol{list-style-position:inside; padding-left: 0;}

.hr1{border-color:rgba(0, 0, 0, 0.1); width: 20%;}

.no-msg{text-align: center; padding: 30px;}
.no-msg .noico{font-size: 70px; color: #ec0f18; border: 1px solid #ccc; display: inline-block; border-radius: 50%; padding: 0px; margin: 20px auto; width: 150px; height: 150px; display: flex; justify-content: center; align-items: center;}

.estu-frm { border-radius: 6px; border: 1px solid #ddd; padding: 20px 30px; box-sizing: border-box; margin: 0 0px 50px; position: relative; text-align: center; } 
.estu-msg{padding: 0 0 20px;}
.estu-msg .stuico{font-size: 110px; color: #ec0f18; display: inline-block; padding: 0px 40px; margin: 0; line-height: 1.2;}
.estu-msg .stuico2{font-size: 110px; color: #2ab20f; display: inline-block; padding: 0px 40px; margin: 0; line-height: 1.2;}
.estu-msg h1{padding: 0 0 15px; font-family:'Asap', sans-serif; font-size: 48px; font-weight: 300; position: relative; margin-bottom: 15px;}
.estu-msg h1::after{ position: absolute; height: 3px; background-color: #ec0f18; left: 0; right: 0; bottom: 0; content: ""; width: 10%; margin: 0 auto;}
.estu-msg h2{padding: 0; font-family:'Asap', sans-serif; font-size: 24px; font-weight: 300;}
.estu-msg h3{padding: 15px 0; font-family:'Asap', sans-serif; font-size: 28px; font-weight: 300; margin: 0;}
.estu-msg h3 i{font-size: 20px;}
.estu-msg p{font-size: 18px;}
.estu-msg p b{font-weight: 500;}
.estu-msg .form-check-label{margin: 0 20px; cursor: pointer; color: #ec0f18;}
.etout{padding: 25px 0;}
.time-out{background-color: #ddd; width: 60%; font-size: 30px; padding: 10px 20px;}

.modal-dialog { max-width: 800px; } 

.clearfix { clear: both; } 

.stripe-button-el { padding: 7px 10px !important; } 
.stripe-button-el span { background: transparent !important; box-shadow: none !important; } 

/* Footer Section */
.footer-wrapper { background-color: #eee; font-family:'Lato', sans-serif; clear: both; } 

.certlogo {text-align: right;} 
.certlogo small { display: inline-block; padding: 2px 0px; margin:0 0 8px 10px;} 
.certlogo small img { max-height: 68px; border: 1px solid #ccc; border-radius: 5px;} 

.ftr1 { background-color: #1f1f1f; } 

.ft-mainlink { border-bottom: 1px solid #ffffff; padding: 20px 0; } 
.ft-mainlink h5 { color: #8496a1; font-size: 18px; font-weight: 500; } 
.ft-mainlink .mlink span { color: #bec1c2; padding: 0 10px; } 

.ft-social { text-align: right; font-size: 18px; margin-top: 5px; } 
.ft-social span { color: #888; text-transform: uppercase; } 
.ft-social a { margin-left: 5px; color: #666; } 
.ft-social a:hover { color: #ec0f18; } 
.ft-social a i { width: 35px; text-align: center; padding: 8px 0; border-radius: 50%; color: #fff; transition: all 0.5s ease 0s;}
.ft-social a i.fa-facebook-f{background-color: #4064ac;}
.ft-social a i.fa-twitter{background-color: #1e90d8;}
.ft-social a i.fa-linkedin, .ft-social a i.fa-linkedin-in{background-color: #2464ad;}
.ft-social a i.fa-youtube{background-color: #f60000;}
.ft-social a:hover i { background-color: #666; transition: all 0.5s ease 0s; } 
.ft-prlinks { padding: 0; background-color: #262626; overflow: hidden; } 
.ft-prlinks .row { margin: 0; } 
.ft-prlinks .ftitle h5 { color: #8496a1; font-size: 18px; font-weight: 500; } 
.ft-prlinks h6 { color: #888; font-size: 16px; font-weight: normal; text-transform: uppercase; } 
.ft-prlinks ul { margin: 0; padding: 0; } 
.ft-prlinks ul li { margin: 0; padding: 0; list-style: none; } 
.ft-prlinks ul li a { margin: 0 0 5px; padding: 0 0 0 15px; position: relative; display: inline-block; color: #ccc; font-size: 14px; line-height: 1.2; } 
.ft-prlinks ul li a:hover { color: #ec0f18; }
.ft-prlinks ul li a i{font-size: 10px; color: #68bc46; margin-top: -2px; position: absolute; left: 0; top: 5px; transition: all 0.5s ease 0s;}
.ft-prlinks ul li a:hover i { color: #fff; transition: all 0.5s ease 0s;}

.ftr1 { padding: 20px 0px; color: #999; } 
.ftr1 .col-12 {display: flex; padding: 0;} 
.ftr-logo { width: 12%; text-align: left;} 
.ftr1 .head{width: 30%;}
.ftr1 .head h3 { font-size: 17px; color: #ccc; font-family: "Lato"; font-weight: bold;} 
.ftr1 .head small { color: #888; font-size: 15px; padding: 15px 0; margin: 0; } 
.ftr-cont{display: flex; width: 58%; text-align: right; align-items:center; justify-content: flex-end; color: #999;}
.ftr-cont i { margin-right: 10px; background-color: #191919; border: 1px solid #393939; padding: 12px; border-radius: 50%; color: #666;} 
.ftr-ph { padding: 0px; font-size: 16px;} 
.ftr-fax { padding:0; font-size: 16px; margin-left: 50px;} 
.ftr-mail { padding: 0; font-size: 16px; color: #999; margin-left: 50px;} 
.ftr-mail a{ padding: 0; font-size: 16px; color: #999;} 
.ftr-mail a:hover{color: #68bc46;}

.emil-sbcr {border-top: 1px dashed #2c2c2c;}
.emil-sbcr h4{padding: 0; text-transform: uppercase; font-weight: normal; letter-spacing: 1px; font-size: 16px; color: #888; margin: 0;}
.emil-sbcr label{padding: 0; font-weight: normal; font-size: 13px; color: #555;}
.emil-sbcr .ml-box{display: block;}
.emil-sbcr .ml-box .form-control{border-radius:4px; background-color: #3c3c3c; border: 1px solid #3c3c3c; margin-bottom: 8px; color: #fff;}
.emil-sbcr .ml-box .btn-subs{border-radius:4px; background-color: #68bc46; color: #fff; border: 1px solid #68bc46; font-size: 14px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; padding: 4px 15px; cursor: pointer; transition: all 0.5s ease 0s;}
.emil-sbcr .ml-box .btn-subs:hover{background-color: #ec0f18; border: 1px solid #ec0f18; transition: all 0.5s ease 0s;}
.emil-sbcr #sub_alert{font-size: 13px; color: #ec0f18;}

.ftr2 { padding: 35px 0 25px 0px; } 
.ftr2 .col-2{ padding-left:0; } 
.ftr2 .col-3:last-child { padding-right:0; } 
.nwsltr{border-left: 1px solid #3c3c3c; border-right: 1px solid #3c3c3c;}

.ftr-txt1 { color: #aaaaaa; border-top: 1px solid #393939; margin-top: 20px; padding-top: 15px; font-size: 14px; } 
.ftr-txt1 span { display: block; } 

.taf-clock { border-top: 1px solid #393939; margin-top: 20px; padding-top: 15px; } 
.taf-clock span { display: inline-block; margin-right: 15px; } 
.taf-clock span small { display: block; color: #bababa; font-size: 10px; text-transform: uppercase; text-align: center; } 
#tlc #hov { display: none !important; } 

.taf-terms { padding-top: 30px; color: #666666; float: right; } 
.taf-terms a { margin: 0; padding: 0 5px; color: #ddd; font-size: 14px; } 
.taf-terms a:hover { color: #ec0f18; } 
.taf-terms i { font-style: normal } 

.ft-copyright { background-color:#262626; padding: 30px 0; color: #999; font-style: normal; font-size: 14px;} 
.ft-copyright .float-right{ padding: 0; display: none;}

.scrollToTop { width:30px; height:30px; padding:0px; text-align:center; font-weight: bold; color: rgba(235,28,39,0.4); text-decoration: none; position:fixed; bottom:0px; right:0px; display:none; font-size:20px; } 
.scrollToTop:hover { text-decoration:none; color: rgba(235,28,39,0.8); } 
.scrollToTop:focus { color: rgba(235,28,39,0.4); } 

.xhidden { opacity: 0; } 
.xvisible { opacity: 1; } 
.xanimated { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } 
.xanimated2 { -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } 


/* E-assesment page styles */
.epaper, .epaper h1, .epaper h2, .epaper h3, .epaper h4, .epaper h5, .epaper h6 { font-family:'Asap', sans-serif; } 
.hdbar { padding: 10px 0; background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); } 
.elogo { text-align: left; } 
.elogo img { max-height: 80px; } 
.edata1 { text-align: right; } 
.ename span { color: #ccc; padding: 0 15px; } 
.ename a { background-color: #ec0f18; color: #ffffff; display: inline-block; padding: 2px 10px; font-size: 13px; border-radius: 15px; text-transform: uppercase; font-weight: 500; } 
.ename a:hover { background-color: #888; } 
.edate { font-size: 14px; } 
.edate strong { display: inline-block; border-top: 1px dotted #ccc; padding-top: 6px; margin-top: 10px; color: #555; } 
.q-cont { float: right; width: 80%; padding-left: 30px; padding-bottom: 30px; } 
.q-cont2 { padding-bottom: 30px; } 
.qbar { background-color: #ddd; padding: 20px 0; } 
.qbar h2 { font-size: 24px; margin: 0; } 
.etime { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dashed #ccc; } 
.etime h3 { margin:0; padding:0; font-size:16px; background-color:#444; color:#fff; padding:10px; border-radius: 6px 6px 0 0; } 
.etitle h3 { padding:20px 20px; margin:0; font-weight:300; } 
.etitle1 { font-size:20px; font-weight:bold; letter-spacing:0.4px; padding-top:5px; padding-bottom:5px; } 
.ex-bar { background-color:#0d406b; color:#fff; padding:15px 0; } 
.etimer { font-size:18px; display:inline-block; } 
.elang { padding-top:17px; } 
.elang select { padding:5px; } 
.etime .time-box { background-color:#ec0f18; display:block; padding:5px 10px; border-radius:0 0 6px 6px; font-size:15px; margin:0px; color: #ffffff; } 
.etime .time-box strong { font-size:20px; } 
.eleft-menu { background-color:#eee; padding:20px; margin: 20px 0; border-radius: 6px; } 
.ereview h3 { margin:0; padding:0; font-size:16px; background-color:#ccc; color:#444; padding:10px; border-radius: 3px; } 
.ereview a { font-size:18px; margin:5px 2px; width:40px; border-radius: 50%; padding-top: 5px; padding-bottom: 5px; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } 
.ereview2 { padding-top:15px; } 
.ereview2 h3 { margin:0; padding:0; font-size:16px; background-color:#ccc; color:#444; padding:10px; border-radius: 3px; } 
.ereview2 a { font-size:18px; margin:5px 2px; width:40px; border-radius: 50%; padding-top: 5px; padding-bottom: 5px; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); } 
.equestion { padding-top:20px; } 
.equestion .box-title { font-size: 16px; } 
.equestion .box-title2 { font-size: 20px; text-transform: uppercase; margin: 6px 0 0; } 
.equestion .text-red label { color: #ec0f18; cursor: pointer; } 
.equestion .card-body h2 { font-size: 24px; color: #ec0f18; border-bottom:2px dotted #ccc; padding-bottom: 6px; } 
.equestion .card-body h5 { font-size: 18px; color: #333; padding-top: 15px; } 
.ematch { margin-bottom:20px; } 
.ematch label { background-color:#CCC; width:50px; margin-right:10px; padding:5px 10px; text-align:right; display:inline-block; border-radius:4px; cursor: pointer; } 
.ematch label input { margin-right: 5px; } 
.ematch label:hover { background-color: #ec0f18; color: #ffffff; } 
.ematch strong { margin-right:5px; } 
.review-btn { margin-top:20px; padding-top:20px; border-top:2px solid #ccc; text-align: center; } 
.pad1 .radio label { cursor: pointer; } 
.pad1 .radio label:hover { color: #ec0f18; } 
.easyzoom { margin-bottom: 30px; } 
.text-green { color: #00a65a; } 
.all-qst { border-bottom:2px dotted #ddd; padding:10px 20px; } 
.all-qst:hover { border-bottom:2px dotted #ddd; } 
.no-ans{ background-color: #ffc8c8; margin: 8px 0; border-radius: 10px;}
.chg-ans { margin:10px 20px; } 
.ans1 label { margin-left: 15px; } 
.qs-red { color: #ec0f18; } 
.etime2 { display: flex; color: #444; align-items: center; } 
.etime2 h3 { font-size: 18px; padding-right: 15px; } 
.etime2 .time-box { background-color:#ec0f18; padding:3px 10px; border-radius:3px; font-size:15px; margin:0px; color: #ffffff; } 
.etime2 .time-box strong { font-size:18px; } 
.imgpaper{margin-bottom: 25px;}
.imgpaper .card{ width: 100%;}
.imgpaper .card .card-body{display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.imgpaper .card .card-body a{ width: 100%; max-width: 100%;}
.imgpaper .card .card-body a img{ width: 100%; max-width: 100%;}
.imgpaper .card-footer{ text-align: center;}
.imgpaper .card-footer .img-ans{ text-align: center; padding: 3px 10px; border: 1px solid #999; background-color: #fff; cursor: pointer; border-radius: 8px; margin: 0;}
.imgpaper .card-footer .form-group, .imgpaper .card-footer .input-group{margin-bottom: 0 !important;}
.main-ans{ padding: 0;}
.sub-qs{ padding-bottom: 6px; margin: 0px;}
.sub-qs label{ font-weight: bold; display: block; padding: 0; margin: 0; border-top: 1px dotted #ddd; margin-top: 10px;}
.sub-list ul{padding: 0; margin: 0;}
.sub-list ul li{ margin: 0; padding:2px 0 2px 20px; list-style: none; position: relative;}
.sub-list > ul > li::after { position: absolute; content: ""; height: 8px; border-left: 4px solid #ec0f18; left: 9px; top: 11px; -webkit-clip-path: polygon(0 1%, 0 100%, 100% 49%); clip-path: polygon(0 1%, 0 100%, 100% 49%); background-color: transparent; transition: all 0.5s ease 0s; } 

.qspaper .fancybox-container--ready .fancybox-bg{ opacity: 0.6;}
.qsfile{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;}
.qslink1{max-width: 35%;}
.qslink2{max-width: 55%;}
.qslink3{max-width: 10%;}

.sum-sign{ text-align: center; margin-top: 25px; margin-bottom: 10px;}
.sum-sign .pad1{ margin: 0 auto;}

.psukico{ color: #aaa; cursor: pointer; animation-name: rubberBand; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-delay: 0.5s; animation-delay: 0.5s;}
.psukico:hover{color: #444;}
.modal-psuk .modal-title{font-family:'Asap', sans-serif;}
.modal-psuk .modal-body h4{font-family:'Asap', sans-serif; font-size: 16px; border-bottom: 1px dotted #ccc; padding: 5px 0;}
.modal-psuk .modal-body ul{margin: 0 0 15px; padding: 0;}
.modal-psuk .modal-body ul li{margin: 0; padding:2px 0 2px 20px; font-size: 14px; position: relative; list-style: none;}
.modal-psuk .modal-body ul li::after { position: absolute; content: ""; height: 8px; border-left: 4px solid #ec0f18; left: 9px; top: 10px; -webkit-clip-path: polygon(0 1%, 0 100%, 100% 49%); clip-path: polygon(0 1%, 0 100%, 100% 49%); background-color: transparent; transition: all 0.5s ease 0s; } 

.no-ans .btn-chng{ background: #ec0f18 !important;}
.btn-chng { background: #aaa; color: white; border: 0 none; border-radius: 5px; cursor: pointer; padding: 5px 15px; margin: 10px 5px; } 
.btn-chng:hover, .btn-chng:focus { box-shadow: 0 0 0 2px white, 0 0 0 3px #ccc; background: #888; color: #ffffff; } 
.btn-eprev { background: #aaa; color: white; border: 0 none; border-radius: 5px; cursor: pointer; padding: 10px 25px; margin: 10px 5px; } 
.btn-eprev:hover, .btn-eprev:focus { box-shadow: 0 0 0 2px white, 0 0 0 3px #ccc; background: #888; color: #ffffff; } 
.btn-enext { background: #ec0f18; color: white; border: 0 none; border-radius: 5px; cursor: pointer; padding: 10px 25px; margin: 10px 5px; } 
.btn-enext:hover, .btn-enext:focus { box-shadow: 0 0 0 2px white, 0 0 0 3px #ec0f18; color: #ffffff; background: #555; } 

/* Header search bar auto complete styles */
.ui-autocomplete{ background: rgba(0, 0, 0, 0.9); margin: 0; width: 100% !important; max-width: 340px !important; list-style: none; padding: 15px; border-radius: 6px; z-index: 999; position: absolute; right: 0;}
.ui-widget.ui-widget-content{ border: 0 none;}
.ui-autocomplete li{ color: #aaa; list-style: none; font-size: 13px !important; line-height: 1.2; border-bottom: 1px dotted rgba(225, 255, 255, 0.2); padding-bottom: 3px; margin-bottom: 3px;}
.ui-autocomplete li:last-child{border: 0 none;}
.ui-autocomplete li .ui-state-active{background-color: #ec0f18; border: 0 none; border-radius: 5px; margin: 0;}

.modal-signbox{max-width: 340px;}
.modal-signbox .modal-content{border-radius: 8px;}
.modal-signbox .modal-header{padding: 5px 10px;}
.modal-signbox .modal-title{font-size: 18px; font-family:'Asap', sans-serif; text-transform: uppercase;}
.modal-signbox .modal-title i{ color: #999;}
.modal-signbox .modal-body ul{ padding: 0; margin: 0;}
.modal-signbox .modal-body ul li{ padding: 0; margin: 0 0 8px; list-style: none;}
.modal-signbox .modal-body ul li a{ color: #fff; background-color: #ec0f18; padding: 0px; display: block; border-radius: 6px; font-size: 16px; font-weight: 300; text-transform: uppercase;}
.modal-signbox .modal-body ul li a:hover{ color: #fff; background-color: #444;}
.modal-signbox .modal-body ul li a i{font-size: 18px; width: 40px; text-align: center; color: #fff; padding: 10px 0; border-radius: 6px 0 0 6px; margin-right: 0px; transition: all 0.5s ease 0s;}
.modal-signbox .modal-body ul li a:hover i{ color: #ec0f18; transition: all 0.5s ease 0s; background-color: #333;}

.modal-regbox{max-width: 300px;}
.modal-regbox .modal-content{border-radius: 8px;}
.modal-regbox .modal-header{padding: 5px 10px;}
.modal-regbox .modal-title{font-size: 18px; font-family:'Asap', sans-serif; text-transform: uppercase;}
.modal-regbox .modal-title i{ color: #999;}
.modal-regbox .modal-body ul{ padding: 0; margin: 0;}
.modal-regbox .modal-body ul li{ padding: 0; margin: 0 0 8px; list-style: none;}
.modal-regbox .modal-body ul li a{ color: #fff; background-color: #ec0f18; padding: 0px; display: block; border-radius: 6px; font-size: 16px; font-weight: 300; text-transform: uppercase;}
.modal-regbox .modal-body ul li a:hover{ color: #fff; background-color: #444;}
.modal-regbox .modal-body ul li a i{font-size: 18px; width: 40px; text-align: center; color: #fff; padding: 10px 0; border-radius: 6px 0 0 6px; margin-right: 0px; transition: all 0.5s ease 0s;}
.modal-regbox .modal-body ul li a:hover i{ color: #ec0f18; transition: all 0.5s ease 0s; background-color: #333;}

/*acknowledgement modal */
.modal-acgbox{max-width: 600px;}
.modal-acgbox .modal-content{border-radius: 8px;}
.modal-acgbox .modal-header{padding: 5px 10px;}
.modal-acgbox .modal-title{font-size: 18px; font-family:'Asap', sans-serif; text-transform: uppercase;}
.modal-acgbox .modal-title i{ color: #999;}
.modal-acgbox .modal-body ul{ padding: 0; margin: 0;}
.modal-acgbox .modal-body ul li{ padding: 0; margin: 0 0 8px; list-style: none;}
.modal-acgbox .modal-body ul li a{ color: #fff; background-color: #ec0f18; padding: 0px; display: block; border-radius: 6px; font-size: 16px; font-weight: 300; text-transform: uppercase;}
.modal-acgbox .modal-body ul li a:hover{ color: #fff; background-color: #444;}
.modal-acgbox .modal-body ul li a i{font-size: 18px; width: 40px; text-align: center; color: #fff; padding: 10px 0; border-radius: 6px 0 0 6px; margin-right: 0px; transition: all 0.5s ease 0s;}
.modal-acgbox .modal-body ul li a:hover i{ color: #ec0f18; transition: all 0.5s ease 0s; background-color: #333;}
.modal-acgbox .modal-body p{ text-align:justify; font-size:14px;}
.modal-acgbox .modal-footer{padding: 8px 0px;}
/*acknowledgement modal*/

ul.src-rslt{ padding: 0;}
ul.src-rslt li{ border-top: 1px dotted #ddd; padding: 5px 0 4px 20px;}
ul.src-rslt li::after{top: 14px;}

.nimg-group{padding: 25px 30px;}

.page-item.active .page-link{background-color: #444; border-color: #444;}

/* Enquiry Bar */
.vtourbg { background-color: #ec0f18; padding: 15px 0; font-family:'Asap', sans-serif; } 
.vtourbg h3 { font-size: 30px; color: #ffffff; font-weight: 300; font-family:'Open Sans', sans-serif;} 
.vtourbg .conth .phoneh { font-size: 20px; color: #ffffff; font-weight: 600; margin-right: 25px;} 
.vtourbg .conth .phoneh i { font-size: 16px; padding: 10px; border-radius: 50%; background-color: #fff; color: #ec0f18;} 
.vtourbg .conth .emailh { margin-left: 0px; } 
.vtourbg .conth .emailh a { font-size: 20px; color: #ffffff; font-weight: 600; } 
.vtourbg .conth .emailh a i { font-size: 16px; padding: 10px; border-radius: 50%; background-color: #fff; color: #ec0f18;} 
.vtourbg .enrtr { text-align: right; } 
.vtourbg a.enq-btn { background-color: #68bc46; display: inline-block; padding: 15px 30px; color: #fff; font-size: 20px; border-radius: 40px; margin-top: 8px; position: relative; border: 2px solid #fff;} 
.vtourbg a.enq-btn i { padding: 0px; background: transparent !important; height: auto; color: #fff; font-size: 24px; position: unset; margin-right: 10px; } 
.vtourbg a.enq-btn span { font-family:'Asap', sans-serif; text-transform: uppercase; font-weight: 600; } 
.vtourbg a.enq-btn:hover { background-color: #ec0f18; } 

/* Extra large devices (large desktops, 1368px and up) */
@media (min-width: 1368px) 
 {
 .carousel-caption { padding:80px 140px 80px 300px; } 
 }

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1200px) 
 {
.max-cntr { max-width: 1140px; margin: 0 auto; } 
.tp-srch .tsrch { width: 240px; } 
.carousel-caption h1 { font-size: 40px; } 
.carousel-caption h2 { font-size: 40px; } 
.carousel-caption h3 { font-size: 42px; } 
.prd-list .prd-box h2 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis } 
}

/* iPads (portrait and landscape) */
@media only screen and (min-device-width : 970px) and (max-device-width : 1024px) 
 {
.max-cntr { max-width: 970px; margin: 0 auto; } 
.navbar-dark .navbar-nav .nav-link { font-size: 16px; } 
.top-bar { top: 110px; background: url("../images/top-bg.png") -600px top no-repeat; } 
.scor-login .scbox{top: 109px; left: 112px;}
.tmadv-cam-galry .d-flex{ margin-right: 12px;}
.tmadv-cam-galry .card{ height: 160px;}
 }

/* Medium devices (tablets, less than 992px) */
@media (max-width: 992px) 
 {
.max-cntr { max-width: 960px; margin: 0 auto; } 
.top-bar { top: 86px; background: url("../images/top-bg.png") left top repeat-x; }
.carousel-caption { padding-left: 30px; } 
.carousel-caption h1 { font-size: 24px; } 
.carousel-caption h2 { font-size: 24px; } 
.carousel-caption h3 { font-size: 20px; }  
.tp-phone { margin-left: 0px;} 
.tp-email { margin-left: 0px;} 
.tp-srch .tsrch { width: 280px; } 
/* .tp-srch .tsrch:focus { width: 100%; }  */
.navbar-dark .navbar-nav .nav-link { padding: 20px 10px; } 
.navbar-brand{top: 0;}
.taflg1{ width: 38%; margin-top: 4px; margin-left: 6px;}
.crse-sel .acrd-link { font-size: 20px; } 
ul.crse-lnk li a { font-size: 16px; } 
.crse-ltr { font-size: 16px; } 
.crse-srch select { padding: 10px 20px; } 
.prd-list .prd-box h2 { font-size: 16px; } 
.prd-list .prd-box p { font-size: 13px; } 
.wel-cnt .wltr h1 { font-size: 30px; } 
.wel-cnt .wltr p { font-size: 14px; } 
.ft-social { font-size: 16px; } 
.scor-login .scbox{left: auto; right: 60px; top: 40px; z-index: 99; clip-path: unset; background: transparent; padding: 8px 30px;}
.scor-login a{text-shadow: none; background: rgba(255, 255, 255, 0.1); border-radius: 5px; padding: 1px 8px;}
.scor-login a:hover{color: #ffffff;}
.taf-ptrs img { max-width: 170px;} 
.pdsch .crsch li b small.ffast{ margin-bottom:3px;}
.pdsch2{justify-content: space-between;}
.pdsch2 .crsch{width: 48%; margin-right: 0;}
.mega-dropdown-menu{ min-height:auto;}
.tmadv-cam-galry .d-flex{ margin-right:8px;}
.srchcourse form input{width: 40%;}
.srchcourse form select{width: 35%;}
 }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) 
 {
.max-cntr { max-width: 730px; margin: 0 auto; } 
.nav-bg { background-color: rgba(0, 0, 0, 0.8); top: 37px;} 
.sticky.nav-bg{top: 0; z-index: 999;} 
nav.navbar { max-height: 100vh; overflow: auto; -webkit-overflow-scrolling: touch; padding: 10px 0; } 
.drp-flex { display: block; } 
.drp-flex li { width: 100%; } 
.drpcol { width: 100% !important; display: block; flex-basis: auto; } 
.navbar-brand { top: -15px; } 
.sticky .navbar-brand { top: 0;} 
.taflg1 { width: 38%; margin-top: 20px; margin-left: 0; } 
.top-bar { top: 0px; background: url("../images/top-bg.png") left top repeat-x; z-index: 99;} 
.top-bar .row .col-3 {position: absolute; top: 43px;}
.top-bar .row .col-9 {width: 100%; max-width: 100%; flex: auto; justify-content: center; text-align: center;}
.top-bar a.top-brand img.taflg1{width: 45%; margin-top: 0;}
.tp1{text-align: center; margin-top: 0;}
.navbar-collapse{margin-top: 10px;}
.banner-bg{padding-top: 38px;}
.carousel-caption { padding-left: 30px; } 
.carousel-caption h1 { font-size: 18px; padding: 10px 40px 10px 10px; margin: 0 0 30px;} 
.carousel-caption h1 small{font-size: 14px;}
.carousel-caption h2 { font-size: 14px; padding: 33px 40px 10px 10px; margin: 10px 0 0; width: 660px;} 
.carousel-caption h3 { font-size: 20px; } 
.banner-bg2{ padding-top: 38px;}
.carousel-caption2 h1 { font-size: 24px; padding: 10px 40px 10px 20px;}
.crse-bg { padding: 20px 0px 0; } 
.hsclndr .event-listing .event-listing-title{font-size: 16px; letter-spacing: 0;}
.crse-sel { width: 100% !important; max-width: 100%; flex: auto; } 
.crse-srch { width: 100% !important; max-width: 100%; flex: auto; } 
.prd-list{padding-top: 0;}
.prd-list .row{justify-content: space-between;}
.prd-list .prd-box { width: 48% !important; max-width: 48%; flex: auto; margin-right: 0; margin-bottom: 15px;}
.vtourbg h3{font-size: 24px;}
.vtourbg .conth .phoneh{font-size: 16px;}
.vtourbg .conth .emailh a{font-size: 16px;}
.vtourbg a.enq-btn{padding: 10px 20px; font-size: 18px;}
.vtourbg a.enq-btn i{font-size: 20px; margin-right: 8px;}
.contact-bg section .lsec span img{max-width: 160px;}
.video-bg .vdtxt { padding: 20px; } 
.contact-bg section .rsec{display: block; width: 100%;}
.cont-ltr{width: 100%;}
.cont-rtr {width: 100%;}
.cont-rtr .address span { font-size: 14px; } 
.nws-list{padding-bottom: 20px;}
.nws-list .row{ justify-content: space-between;}
.nws-list .nws-box{margin-right: 0; flex: auto; max-width: 49%; margin-bottom: 15px;}
.nws-list .nws-box span.nwsi{max-height: 130px;}
.nws-list .nws-box span.nwsi img{width: 100%;}
.ftr2 .col-2 {width: 33%; flex: auto; max-width: 33%; }
.nwsltr { width: 50% !important; flex: auto; max-width: 100%; border-left: 0 none; padding-top: 10px;}
.ftr2 .col-3:last-child {width: 50%; max-width: 100%; flex: auto; padding-top: 10px;}
.ftr1 .col-12{flex-wrap: wrap;}
.ftr-logo { width: 25%; text-align: center; }
.ftr1 .head { width: 75%; }
.ftr-cont{width: 100%; padding-top: 10px;}
.ft-mainlink { text-align: center; } 
.ft-social { text-align: center; margin-top: 15px; } 
.ftr-ph{font-size: 16px;}
.ftr-fax{font-size: 16px;}
.scor-login{ position: absolute; z-index: 99; top: 30px; right: 90px;}
.scor-login .scbox{left: auto; right: 60px; top: 10px; z-index: 99; clip-path: unset; background: transparent; padding: 8px 30px;}
.scor-login .scbox span{display: none;}
.scor-login a{text-shadow: none; background: rgba(255, 255, 255, 0.7); border-radius: 5px; padding: 1px 8px; font-size: 12px;}
.scor-login a:hover{color: #ffffff;}
.inner-wrapper{background-position-y: 56px; background-attachment: unset;}
.inner-wrapper .content-wrapper{padding-top: 0px; background-attachment: unset;} 
.abt-img{float: none;}
.head-title h2{font-size: 40px;}
.head-title h3{font-size: 20px;}
.floatr-img{float: none;}
.bod-box .bod .bdx{padding-left: 120px;}
.bod-box .bod .bdx small{width: 120px; height: 120px; left: 0;}
.bod-box .bod .bdx span{padding: 15px 20px 15px 37px;}
.bod-box .bod .bdx span b{font-size: 18px;}
.bod-box .bod .bdx span i{font-size: 14px;}
.bod-box2 .bod .bdx::after{width: 70%;}
.bod-box2 .bod .bdx span{padding: 15px 25px 15px 50px;}
.bod-box2 .bod .bdx span b{font-size: 18px;}
.bod-box2 .bod .bdx span i{letter-spacing: normal; font-size: 13px;}
.bod-box2 .bod .bdx span small{font-size: 12px; line-height: 1.2;}
.ptnrs ul li{width: 33.33%;}
.ptnrs ul li a{min-height: 180px;}
.ptnrs ul li:nth-child(3n+3){border-right: 0 none;}
.grid-sizer, .grid-item{width: 100%;}
.grid-item{position: unset !important;}
#sidebar{float: none; width: 100%;}
.prgm-content { width: 100%; float: none; padding-left: 0px;}
.inner-wrapper-sticky{position: unset !important; transform: none !important;}
.pdcont1 ul.pdcar{align-items: unset;}
.pdcont1 ul.pdmod li span a.collapsed{display: flex; align-items: center;}
.pdfee .crfee{display: block; margin-bottom: 15px;}
.pdfee .crfee li{width: 100% !important; flex-flow: row;}
.pdfee .crfee li span{text-align: right; justify-content: right; width: 50%; padding: 5px 10px; display: flex;}
.pdfee .crfee:nth-child(1) li span{display: flex;}
.pdfee .crfee li b{text-align: left; width: 50%; padding: 5px 10px; flex: auto;}
.schtabs .nav-item{width: 24%;}
.flclndr .event-listing{display: block !important;}
.pdetail h1{font-size: 24px;}
.pdsch{justify-content: space-between;}
.pdsch .crsch{display: block; border: 4px solid #ccc; width: 48%; margin-right: 0;}
.pdsch .crsch li{width: 100% !important; padding: 0; display: flex;}
.pdsch .crsch li:first-child{border-left: 0 none;}
.pdsch .crsch li:last-child{border-right: 0 none;}
.pdsch .crsch li span{width: 30%; text-align: right; border-right: 3px solid rgba(0, 0, 0, 0.1);}
.pdsch .crsch li b{width: 70%; text-align: left;}
.crs-content .pdsch .crsch{display: block; border: 4px solid #ccc;}
.crs-content .pdsch .crsch li{width: 100% !important; padding: 0;}
.crs-content .pdsch .crsch li:last-child{border-right: 0 none;}
.crs-content .pdsch .crsch li span{width: 34%; text-align: right; display: unset;}
.crs-content .pdsch .crsch li b{width: 66%; text-align: left;}
.htalinks li{width: 48%;}
.stulinks{flex-wrap: nowrap;}
.stulinks li{flex-wrap: wrap;}
.stulinks li b{width: 100%; display: flex; flex-flow: column; height: 150px; justify-content: center; align-items: center;}
.stulinks li span{width: 100%;}
.suplinks li{width: 100%;}
.suplinks2 li{width: 100%; margin-right: 0;}
.posters a{width: 47%;}
.carbox{flex-wrap: wrap;}
.carbox .carlnk{width: 100%; text-align: center; padding: 10px;}
.carbox .carbody{width: 100%;}
.cont-adr .card-deck{display: block;}
.cont-adr .card-deck .card{margin-bottom: 25px;}
#progressbar li{color: #ffffff;}
#progressbar li.crnt{z-index: 18;}
.catbbox{width: 48%;}
.catbbox:nth-child(2n+2){ margin-right: 0;}
.catbbox:nth-child(3n+3){ margin-right: 3% !important;}
.catbbox:last-child{ margin-right: 0 !important;}
.pgrmob{display: inline;}
.sbarno{display: none !important;}
.vtourbg .enq{text-align: center;}
.vtourbg .enrtr{text-align: center;}
.ft-copyright .float-right{float: none !important; padding-top: 10px;}
.cont-flex{flex-wrap: wrap;}
.cont-flex .bus-text{width: 100%; border-right: 0 none;}
.cont-flex .tr-text{width: 100%; border-left: 0 none;}
.ftr-cont i{padding: 7px; font-size: 12px;}
.pdsch2{justify-content: space-between;}
.pdsch2 .crsch{width: 48%; margin-right: 0;}
.tmadv-cam-galry .d-flex{ margin-right: 10px;}
.tmadv-cam-galry .d-flex:nth-child(3n+3){ margin-right: 0;}
.tmadv-cam-galry .d-flex:nth-child(5n+5){ margin-right: 10px;}
.tmadv-cam-galry .d-flex:nth-child(4){ margin-right: 10px;}
.tmadv-cam-galry .card{ height: 200px;}
.tmadv-cam-galry .gal-box{ width: 32%;}
.srchcourse form input{width: 100%; margin-bottom: 10px;}
.srchcourse form select{width: 100%; margin-bottom: 10px;}
.srchcourse form{justify-content: center; flex-wrap: wrap;}
.srchcourse form button{ margin: 0 5px;}
.nws-list .nwshme .nws-box{ max-width: 48%; margin-bottom: 25px; margin-right: 0;}
.nws-list .nwshme{ justify-content: space-between;}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) 
 {
.max-cntr { max-width: 100% !important; margin: 0 auto; overflow-x: hidden; } 
.inner-wrapper{background-position-y: 74px;}
.top-bar{top: unset; left: unset; position: unset; background-color: #ddd;}
.top-bar .row .col-3{top: 67px; left: 0px; z-index: 99;}
.top-bar a.top-brand img.taflg1{width: 95%;}
.scor-login { position: unset; top: unset; right: unset; margin-top: 82px; }
.scor-login .scbox{position: absolute; top: 61px; right: 70px;}
.nav-bg { top: 58px;} 
.nav-bg .navbar { padding-left: 15px; padding-right: 15px; } 
.navbar-brand { top: 0px; } 
.drp-flex2 li{width: 100%;}
.taflg1 { width: 35%; margin-top: 6px; } 
.banner-bg{padding-top: 0px;}
.clnts .hbody ul li{width: 100%; border-right: 1px solid #eee;}

.nws-list .nwshme .nws-box{ max-width: 100%; margin-bottom: 20px;}
.nws-list .nwshme{ justify-content:center;}

.tp1 { text-align: center; } 
.tp-phone { margin: 0; position: unset; right: unset; left: unset; top: unset;} 
.tp-phone:nth-child(2) {display: none;} 
.tp-email { display: block;}
.tp-srch { display: block; margin: 6px 0 0; padding: 0 15px; } 
.tp-srch .tsrch { width: 100%; } 
.tp-srch a { top: 5px; right: 20px; } 
.carousel-indicators{display: none;}
.carousel-caption { padding: 5px; } 
.carousel-caption h1 { font-size: 12px; padding: 5px 25px 5px 10px; width: 250px; } 
.carousel-caption h2 { font-size: 12px; padding: 5px 20px 5px 10px; width: 350px;} 
.carousel-caption h3 { font-size: 14px; margin-left: 25px; padding: 10px 30px 10px 40px; } 
.banner-bg2{padding-top: 0px;}
.carousel-caption2{bottom: 0;}
.carousel-caption2 h1 { font-size: 14px; padding: 6px 20px 6px 10px; margin: 0 0 5px 5px;}
.crse-sel { padding: 20px 15px; } 
.crse-sel .acrd-link { font-size: 16px; font-weight: 500; } 
ul.crse-lnk li a { position: relative; padding-left: 22px; } 
ul.crse-lnk li a i { position: absolute; left: 0; top: 5px; } 
.ecalendar{padding: 10px;}
.hsclndr .clndr-controls{width: 100%;}
.hsclndr .clndr-grid { float: none; width: 100%; }
.hsclndr .event-listing{float: none; width: 100%; margin-top: 5px;}
.crse-srch { padding: 20px; } 
.crse-srch h3 { font-size: 20px; } 
.crse-srch select { font-size: 16px; } 
.crs-btn { text-align: center; } 
.btn-crs1 { font-size: 16px; padding: 8px 16px; } 
.btn-crs2 { font-size: 14px; float: none !important; display: block; margin-top: 10px; } 
.sticky .navbar-brand img { max-width: 70px; } 
.prd-list .prd-box h2{white-space: normal; font-size: 14px;}
.conth .phoneh:nth-child(2){display: none;}
.vtourbg .conth .emailh{display: block;}
.crse-bg .row { margin: 0; } 
.crse-ltr { font-size: 14px; font-weight: 500; width: 100% !important; display: block; flex-basis: auto; padding: 0 10px 15px; max-width: 100%; text-align: center; } 
.crse-ltr span { font-size: 18px; } 
.crse-rtr { padding-top: 8px; width: 100% !important; display: block; flex-basis: auto; padding: 0 10px 15px; max-width: 100%; text-align: center; } 
.crse-rtr a { font-size: 16px; padding: 8px 18px; } 
.crs-enq { margin-top: 25px; padding-top: 15px; } 
.wel-bg{padding: 0;}
.wel-cnt .wltr h1{font-size: 24px;}
.wel-cnt { display: block; position: relative; } 
.wel-cnt .wltr { width: 100%; padding: 20px; } 
.wel-cnt .wrtr { width: 100%; padding: 0 20px; position: absolute; top: 0; left: 0; } 
.contact-bg section .lsec{width: 100%;}
.contact-bg section .lsec h4{padding: 5px 0; font-size: 24px;}
.contact-bg section .rsec{padding: 20px 0 0;}
.video-bg .vdtxt { padding: 0px 15px; background-color: transparent; } 
.video-bg .vdtxt h3 { background-color: #aaacaf; margin: 0; padding: 20px 40px; } 
.nws-list .nws-box{font-size: 12px;}
.nws-list .nws-box h2{font-size: 14px;}
.nws-list .nws-box span.nwsd{padding-top: 3px;}
.nws-list .nws-box span.nwsd i{font-size: 14px;}
.nws-list .nws-box span.nwsd h5{font-size: 18px;}
.nws-list .nws-box span.nwsd small{font-size: 12px;}
.ftr2 .col-2 { width: 100%; max-width: 100%; margin-bottom: 20px;}
.nwsltr{width: 100% !important; border: 0 none; padding-left: 0; padding-right: 0;}
.ftr2 .col-3:last-child{padding-left: 0;}
.certlogo{text-align: center;}
.ftr1{padding: 20px 10px; text-align: center;}
.ftr-logo{width: 100% !important;}
.ftr1 .head{width: 100%;}
.contact-bg { margin: 0; } 
.contact-bg section { display: block; padding: 0px 20px 20px; } 
.cont-ltr { width: 100%; } 
.cont-rtr { width: 100%; } 
.ftr-cont{ display: block; text-align: center;}
.ftr-ph { font-size: 16px; text-align: center; }
.ftr-fax{display: block; margin-left: 0; margin-top: 6px; margin-bottom: 6px;}
.ftr-mail{margin-left: 0;}
.pdsch2{justify-content: space-between;}
.pdsch2 .crsch{width: 100%; margin-right: 0;}
.ftr2 .row:first-child .col { width: 100% !important; display: block; flex-basis: auto; padding: 0 10px 15px; } 
.ftr2 .row { margin: 0 !important; } 
.video-bg section { padding: 0 20px; } 
.ft-prlinks { padding: 0 20px; } 
.ft-prlinks h6 { margin: 0; } 
.taf-clock { text-align: center; } 
.taf-terms { padding-top: 10px; float: none; } 
.ft-mainlink small img { max-width: 100px; } 
.ft-social span { display: block; margin-bottom: 10px; } 
.ft-copyright { text-align: center; } 
.ft-copyright span { display: block; padding: 0 15px;} 
.scor-login .max-cntr{position: unset;}
.modal-signbox, .modal-regbox{margin: auto;}
.tp-srch button{top: 5px; right: 12px;}
.inner-wrapper .content-wrapper{padding-top: 15px;}
.head-title h2{font-size: 26px;}
.head-title h3{font-size: 14px; font-weight: 400;}
.abt-us{padding: 5px; min-height:auto;}
.abt-us h1{font-size: 30px;}
.abt-us h2{font-size: 22px;}
.abt-img, .floatr-img{margin-left: auto; margin-right: auto;}
.floatr-img img{max-width: 100% !important;}
.bod-box{display: block;}
.bod-box .bod{width: 100%; padding: 0 !important;}
.bod-box2{display: block;}
.bod-box2 .bod{width: 100%; padding: 0 !important;}
.ptnrs ul li{width: 50%; padding: 0; border-left: 2px dotted #ddd;}
.ptnrs ul li:nth-child(2n+2){border-left:0 none;}
.ptnrs ul li:nth-child(3n+3){border-right: 2px dotted #ddd;}
.ptnrs ul li a span{line-height: 1;}
.prgms{padding: 5px; margin-top: 20px;}
.plist1 ul li{padding-left: 0; padding-right: 0;}
.pbot{padding-left: 5px; padding-right: 5px;}
.pdetail h1{font-size: 20px;}
.pdcont1 h6{font-size: 14px;}
.pdcont1 ul.pdcar li{width: 100%;}
.crtime{border-right: 0 none;}
.pdsch .crsch{width: 100%;}
#msform{margin-top: 0;}
.frmflex{padding: 0;}
#progressbar li{color: #ffffff;}
#progressbar li.crnt{z-index: 18;}
#progressbar li::after{width: 65%;}
#progressbar li span{margin-left: -100%; margin-right: -100%; text-align: center;}
#progressbar li:first-child span{margin-left: 0; margin-right: 0; text-align: center;}
#progressbar li:last-child span{margin-left: -190%; margin-right: 0; text-align: center;}
#msform .frmbox{padding-left: 20px; padding-right: 20px;}
.frmflex section label{text-align: left;}
.yt-video{width: 100%; height: auto;}
.schtabs .nav-item{width: 100%; margin-bottom: 5px; border-radius: 8px;}
.schtabs .nav-item::after{top: 15px;}
.stulinks{flex-wrap: wrap;}
.stulinks li{width: 100%; margin-right: 0;}
.stulinks li b{width: 30%;}
.stulinks li span{width: 70%;}
.htalinks li{width: 100%; margin-right: 0;}
.cardlinks a{display: block; border: 1px solid #ddd; margin-bottom: 3px; text-align: left;}
.cardlinks span{display: none;}
.cardesc p{margin: 0 5%;}
.caracord .card-body .card-body{padding: 0;}
.posters a{margin: 0 8px 8px 0;}
.posters a:nth-child(2n+2){margin-right: 0;}
.cont-text .cont-num{flex-wrap: wrap;}
.cont-text .cont-num span{border-right: 0 none;}
.cont-flex{flex-wrap: wrap;}
.cont-flex .bus-text{width: 100%; margin-bottom: 10px;}
.cont-flex .tr-text{width: 100%; border-left: 0 none;}
.corp-frm .form-group.row > label{text-align: left;}
.news-det .newsdet-body{padding: 0;}
.news-det .newsdet-body p{padding: 0;}
.news-det h1.ndtit{font-size: 32px;}
.news-det .newsdet-body h1{font-size: 22px;}
.ui-autocomplete{width: 100% !important; max-width: 330px !important;}
.crs-content .pdsch .crsch li span{padding-left: 0; font-size: 12px;}
#msform ul.cfmtime li { flex-wrap: wrap;} 
#msform ul.cfmtime li span { width: 100%; text-align: left; border-right: 0 none;} 
#msform ul.cfmtime li b { width: 100%; text-align: left;} 
.catbbox{width: 100%; margin-right: 0 !important;}
.taf-ptrs img { max-width: 160px;} 
.no-msg{padding: 5px;}
.stu-msg{padding-bottom: 20px;}
.no-msg .noico{font-size: 50px; width: 80px; height: 80px;}
.stu-msg h1{font-size: 36px;}
.wizard > .steps > ul > li::after{left: 2%;}
.page-link { font-size: 13px; text-align: center; } 
.pdsch .crsch li b small.ffast{ margin-bottom:0;}
.tmadv-cam-galry .d-flex:nth-child(3n+3){ margin-right: 0;}
.tmadv-cam-galry .d-flex:nth-child(5n+5){ margin-right: 0px;}
.tmadv-cam-galry .d-flex:nth-child(4){ margin-right: 0px;}
.tmadv-cam-galry .card{ height: 300px; }
.tmadv-cam-galry .gal-box{ width: 100%; margin-right: 0;}
.norec h6{ font-size: 24px;}
.norec h6 i{ font-size: 26px;}
.det-tab .nav-tabs-custom > .nav-tabs > li{ width: 100%;}
.clint-btn a{ padding: 8px 10px; font-size: 16px;}
.chk-reg .reg-btn-grup{ flex-wrap: wrap;}
.chk-reg .reg-btn-grup .btn-group{ flex-wrap: wrap;}
.chk-reg .reg-btn-grup .btn-reg{ width: 100%; margin-right: 0; margin-bottom: 3px;}
.reg-des span.reg-chk input{ margin-right: 10px;}
.reg-des span.reg-chk{ text-align:justify;}
.bnopmt{ text-align: center; font-size: 17px; justify-content: center;}
}

/* Animation */

@keyframes slideOutLeft { 
 0% { -webkit-transform: translateX(0); transform: translateX(0); } 
 100% { visibility: hidden; -webkit-transform: translateX(-100%); transform: translateX(-100%); } 
 }

@-webkit-keyframes fadeIn { 
 0% { opacity: 0; } 
 100% { opacity: 1; } 
 }

@keyframes fadeIn { 
 0% { opacity: 0; } 
 100% { opacity: 1; } 
 }

@keyframes fadeInUp { 
 0% { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } 
 100% { opacity: 1; -webkit-transform: none; transform: none; } 
 }

@keyframes zoomIn { 
 0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 
 50% { opacity: 1; } 
 }

@-webkit-keyframes bounceInRight { 0%,
 60%,
 75%,
 90%,
 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 
 0% { opacity: 0; -webkit-transform: translate3d(3000px, 0, 0); transform: translate3d(3000px, 0, 0); } 
 60% { opacity: 1; -webkit-transform: translate3d(-25px, 0, 0); transform: translate3d(-25px, 0, 0); } 
 75% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } 
 90% { -webkit-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0); } 
 100% { -webkit-transform: none; transform: none; } 
 }

@keyframes bounceInRight { 0%,
 60%,
 75%,
 90%,
 100% { -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 
 0% { opacity: 0; -webkit-transform: translate3d(3000px, 0, 0); transform: translate3d(3000px, 0, 0); } 
 60% { opacity: 1; -webkit-transform: translate3d(-25px, 0, 0); transform: translate3d(-25px, 0, 0); } 
 75% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } 
 90% { -webkit-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0); } 
 100% { -webkit-transform: none; transform: none; } 
 }

@-webkit-keyframes zoomInRight { 
 0% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 
 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } 
 }

@keyframes zoomInRight { 
 0% { opacity: 0; -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190); } 
 60% { opacity: 1; -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1); } 
 }

@-webkit-keyframes lightSpeedIn { 
 0% { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); opacity: 0; } 
 60% { -webkit-transform: skewX(20deg); transform: skewX(20deg); opacity: 1; } 
 80% { -webkit-transform: skewX(-5deg); transform: skewX(-5deg); opacity: 1; } 
 100% { -webkit-transform: none; transform: none; opacity: 1; } 
 }

@keyframes lightSpeedIn { 
 0% { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); opacity: 0; } 
 60% { -webkit-transform: skewX(20deg); transform: skewX(20deg); opacity: 1; } 
 80% { -webkit-transform: skewX(-5deg); transform: skewX(-5deg); opacity: 1; } 
 100% { -webkit-transform: none; transform: none; opacity: 1; } 
 }

@-webkit-keyframes fadeInLeftBig { 
 0% { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } 
 100% { opacity: 1; -webkit-transform: none; transform: none; } 
 }

@keyframes fadeInLeftBig { 
 0% { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } 
 100% { opacity: 1; -webkit-transform: none; transform: none; } 
 }