@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');
body{ padding: 0px; margin: 0px; font-family: 'Montserrat', sans-serif; font-weight: 400;}
h1, h2, h3, h4, h5, h6, ol, li, ul, a, img, p, span, strong{ padding: 0px; margin: 0px;}
a:hover,a:focus{ outline: none;}
section{ float: left; width: 100%;}
.pad0{ padding: 0;}
img { max-width: 100%;}
/************** Header *****************/
.top-section-home{ background-image: url('../images/slider.jpg');  padding: 25px 0; background-size: cover;}
.main-menu nav.navbar.navbar-default { background: transparent none repeat scroll 0 0; border: 0 none; margin: 0;}
.main-menu .navbar-brand { height: auto; padding: 15px 0;}
.top-section-home .main-menu { border-bottom: 1px solid #fff;}
.main-menu .nav.navbar-nav.navbar-right > li > a { color: #fff; font-size: 15px; padding: 38px 16px; position: relative;}
.main-menu .nav.navbar-nav .active > a { background: transparent none repeat scroll 0 0;}
.main-menu .nav.navbar-nav.navbar-right > li.active > a::after, .main-menu .nav.navbar-nav.navbar-right > li:hover > a::after {
  border-bottom: 8px solid #fff; border-left: 8px solid transparent; border-right: 8px solid transparent; bottom: 0; content: ""; left: 50%; position: absolute;
  transform: translate(-50%, 0px);}
.middle-head { padding: 100px 0; text-align: center;}
.middle-head h2 { color: #fff;font-size: 65px; margin: 0 auto 15px; max-width: 700px; text-shadow: 0 0 2px #000; text-transform: uppercase;}
.middle-head p {color: #fff;  font-family: "Roboto Slab",serif; font-size: 25px; margin-bottom: 60px;}
span.border { background-color: #fff; display: inline-block; height: 10px; margin-bottom: 20px; margin-top: 30px; width: 200px;}
.middle-head .btn { border: 3px solid #fff; border-radius: 0; color: #fff; display: inline-block; font-size: 20px; font-weight: 700; padding: 9px 25px; margin: 0 10px; text-transform: uppercase;}
.middle-head .btn-colored { background-image: url("../images/slide-btn.png"); background-size: 100% 100%; border: 0 none; padding: 12px 28px;}

.welcome-sec { padding: 60px 0;}
.heading { color: #000; font-size: 40px; margin-bottom: 35px; padding-bottom: 20px; position: relative;}
.welcome-sec .heading { margin-bottom: 50px;}
.heading::after { background-color: #000; content: ""; height: 4px; left: 0; position: absolute;  top: 100%; width: 100px;}
.welcome-sec p { color: #000; float: left; font-family: "Roboto Slab",serif; font-size: 27px; margin: 10px 0; width: 100%;}

.Professional-sec .p-sec-left { float: left; width: 50%; padding-bottom: 50px;}
.r-sec-box{ float: right;}
.l-sec-box{ float: left;}
.Professional-sec .pc-box { margin: 60px 0; max-width: 580px; padding-right: 70px;}
.pc-box h3 { font-size: 25px; font-weight: 400; margin-bottom: 20px; text-transform: uppercase;}
.pc-box p { color: #676666; font-family: "Roboto Slab",serif; font-size: 18px; font-weight: 300; margin-bottom: 40px;}

.btn-border { border: 4px solid transparent; -moz-border-image: -moz-linear-gradient(left, #d47414 0%, #ff00fc 100%);
              -webkit-border-image: -webkit-linear-gradient(left, #d47414 0%, #ff00fc 100%); border-image: linear-gradient(to right, #ff00fc 0%, #d47414 100%);
              border-image-slice: 1; font-size: 20px;font-weight: bold; color: #000; padding: 14px 30px;}
.btn-border:hover{background-image: url("../images/slide-btn.png"); background-size: 100% 100%; border: 0 none; padding: 18px 34px; border-radius: 0; color: #fff;}

.course-sec { background-color: #000;}
.course-sec .c-sec-left { float: left; width: 50%;}
.course-sec .cc-box { margin: 60px 0; max-width: 580px; padding-right: 70px;}
.course-sec h2 { color: #fff; font-size: 25px; font-weight: normal; margin-bottom: 60px; padding-bottom: 10px; position: relative; text-transform: uppercase;}
.course-sec h2::after { background-color: #fff; content: ""; height: 3px; left: 0; position: absolute; top: 100%; width: 90px;}

.news-list li { color: #fff; font-family: "Roboto Slab",serif; font-size: 18px; list-style: outside none none; margin-bottom: 25px;}
.cc-box .btn-border { color: #fff; margin-top: 25px; padding: 16px 22px;}
.cc-box .btn-border:hover { padding: 19px 25px;}

.c-sec-left.advertising {background-image: url("../images/course.png"); background-position: right bottom; background-size: cover; padding: 0 60px;}
.c-list li { color: #ff7f00; font-family: "Roboto Slab",serif; font-size: 25px; list-style: outside none none; padding: 10px 30px; position: relative;}
.c-list li::after { content: "-"; font-size: 35px; left: 0; position: absolute; top: 0;}
.advertising .cc-box { margin: 60px 0 95px;}

.gallery-sec{ text-align: center; padding: 60px 0 20px;}
.gallery-sec h2 { margin-bottom: 15px; font-size: 40px; text-align: center; text-transform: uppercase;}
span.line { background-color: #000; display: inline-block; height: 5px; margin-bottom: 40px; margin-top: 0; width: 100px;}
.gallery-sec li { float: left; list-style: outside none none; width: calc(100% / 5); position: relative;}
.gallery-sec li img{ width: 100%;}

.zoom-icon { background-color: rgba(0, 0, 0, 0.6); height: 0%; left: 0; position: absolute; top: 0; width: 100%; opacity: 0; transition: all 0.5s ease 0s;}
.gallery-sec li .zoom-icon > img { left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: auto;}
.gallery-sec li:hover > .zoom-icon {opacity: 1; height: 100%;}

.follow-sec{ text-align: center; padding: 40px 0;}
.follow-sec h2 { margin-bottom: 15px; font-size: 40px; text-align: center; text-transform: uppercase;}
.follow-sec .social { margin-bottom: 25px}
.follow-sec .social li{ list-style: none; display: inline-block; padding: 0 3px;}
.foot-link p { color: #000; font-size: 14px; margin-top: 40px;}
.foot-link p a { color: #000; display: inline-block;padding: 0 7px;}

@media(max-width: 991px){
.main-menu .navbar-brand > img { display: block; width: 150px;}
.main-menu .nav.navbar-nav.navbar-right > li > a { font-size: 14px; padding: 22px 11px;}
.middle-head h2 { font-size: 45px;}
.middle-head { padding: 50px 0; text-align: center;}
span.border { height: 5px; margin-top: 0; width: 100px;}
.middle-head p { color: #fff; font-family: "Roboto Slab",serif; font-size: 25px; margin-bottom: 30px;}
.Professional-sec .pc-box { padding-left: 25px; padding-right: 25px;}
}

@media(max-width: 767px){
.main-menu .nav.navbar-nav.navbar-right > li > a { text-align: center;}
.middle-head h2 { font-size: 30px;}
.middle-head .btn { font-size: 16px; margin: 0 5px; padding: 3px 7px;}
.middle-head .btn-colored { padding: 7px 11px;}
.welcome-sec p { font-size: 16px;}
.Professional-sec .p-sec-left { width: 100%;}
.course-sec .c-sec-left { padding: 0 30px; width: 100%;}
.c-list li { color: #fff; font-size: 18px; padding: 10px 0 0 20px;}
.c-sec-left.advertising { background-image: none; padding: 0 30px;}
.course-sec h2 { margin-bottom: 19px;}
.follow-sec h2, .gallery-sec h2 { font-size: 30px;}
.gallery-sec li { width: calc(100% / 2);}
.c-list li::after { top: -5px;}
}