@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

@font-face {
      font-family: 'PT_Sans-Narrow-Web-Regular';
      src: url(../fonts/PT_Sans-Narrow-Web-Regular.ttf) format('truetype');
}
@font-face {
      font-family: 'Engagement-Regular';
      src: url(../fonts/Engagement-Regular.ttf) format('truetype');
}

body {
	font-family: 'Open Sans', sans-serif;
	color:#4e4e4e;
	line-height: 22px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300; 
  font-family: 'Righteous', cursive;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
	color: #ffff99;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition:  color 300ms, background-color 300ms;
	transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
	color: #c52d2f;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
p{
	margin:0;
	text-decoration: none;
}
.btn-primary {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}

.btn-contest {
    background-color: #ff4081;
      color: white;
      border: none;
      padding: 12px 20px;
      font-size: 16px;
      border-radius: 10px;
      cursor: pointer;
      margin-top: 20px;
}

.btn-contest-1{
    
          background-image: linear-gradient(to right, #02AAB0 0%, #00CDAC  51%, #02AAB0  100%)}
         .btn-contest-1 {
            margin: 10px;
            padding: 12px 20px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
            display: block;
          }

          .btn-contest-1:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }




.btn-contest-2 {background-image: linear-gradient(to right, #FF512F 0%, #DD2476  51%, #FF512F  100%)}
.btn-contest-2 {
            margin: 10px;
            padding: 12px 20px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
            display: block;
          }

.btn-contest-2:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
         
                   
         



.btn-primary:hover, 
.btn-primary:focus{
  background: #c52d2f;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
}
.center {
  text-align: center;
  padding-bottom: 55px;
}
.center h2{
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 20px;
}
.center img {
	background-image: url(../images/under-heading.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 30px;
}
.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 70px 0;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
}

.transparent-bg {
	
	background-color: transparent !important;
	margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******top-bar******
**************************/

#header{
  display: inline-block;
  width: 100%;
}

.top-bar {
	padding: 10px 0;
	line-height: 30px;
	background-color: #c52d2f;
}

.top-number{
  color: #fff;
}

.top-number p{
	margin: 0;
	font-family: 'Righteous', cursive;
	float: left;
}


/*************************
*******social******
**************************/


.social{
  text-align: right;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

ul.social-share li a {
	display: inline-block;
	color: #fff;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 2px;
}

ul.social-share li a:hover {
	color: #fff;
}


/*************************
*******nav******
**************************/

a.navbar-brand {
	margin-left: 10px;
	width: 182px;
	height: 80px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	
}

.navbar-default {
    margin: 0;
    border: none;
}
.navbar-nav > li > a {
	font-size: 14px;
	font-family: 'Righteous', cursive;
	padding: 36px 15px;
}
div#bs-example-navbar-collapse-1 {
    padding: 0;
}
/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c52d2f;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover a, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: #fff;
}
.navbar-nav > li > a:hover {
    color: #fff !important;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #c52d2f;
}





/***********************
*********home-page******
************************/


/*************************
*******banner******
**************************/

#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#slider {
  overflow: hidden;
}

.slider-caption {
	position: absolute;
	width: 42%;
	margin-top: 160px;
	color: #fff;
	font-family: 'Righteous', cursive;
	float: left;
	margin-left: 13%;
}

.slider-caption h1 {
	text-shadow: 1px 1px #777;
	font-size: 36px;
	padding-bottom: 20px;
	font-weight: 300;
	color: #ffffff;
	font-family: 'Righteous', cursive;
	text-align: left;
}

.slider-caption p {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	text-align: left;
}

.slider-caption a {
	margin-top: 20px;
	text-decoration: none;
	display: inline-block;
	background-color: #c52d2f;
	width: 100px;
	height: 40px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 12px;
	font-weight: 100;
	border-radius: 5px;
}


/*************************
*******about-us******
**************************/

#feature {
	background: #f2f2f2;
	padding-bottom: 80px;
}
.about {
	padding: 0;
}
.about h4 {
	font-size: 1.3em;
	color: #4e4e4e;
	margin: 0 0 .5em;
	line-height: 1.6em;
	font-family: 'Righteous', cursive;
}
.about p {
	color: #666;
	font-size: 0.9em;
	line-height: 2em;
	font-family: 'Righteous', cursive;
	margin-bottom: 15px;
}
.about-left  img {
  width: 100%;
}


/*************************
*******courses******
**************************/


#services {
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/services/slid.jpg);
}

#services .lead,
#services h2{
  color: #fff;
}

.services-wrap {
	margin: 0;
	padding: 40px 30px;
	text-align: center;
}

.services-wrap h3 {
	font-size: 20px;
	margin: 10px 0;
	text-decoration: none;
	color: #fff;
}

.services-wrap p {
	text-decoration: none;
}

.services-wrap .pull-left {
  margin-right: 20px;
}



/*************************
*******student-works******
**************************/

#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#recent-works{
    padding-bottom: 70px;
}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}
.rotate{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	background-image: url(../images/se.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.rotate:hover{
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: rgba(204, 51, 51, 0.68);
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}
.viewport{
	height: 40px;
	width: 110px;
	border: 1px dotted #fff;
	margin-top: 65px;
	margin-left: 65px;
	color: #fff;
	text-decoration: none;
	line-height: 40px;
	text-align: center;
	font-family: 'Righteous', cursive;
	font-size: 18px;
	font-weight: 100;
}


/*************************
*******progress-video******
**************************/


#middle {
  background: #f2f2f2;
}

.skill h2{
  margin-bottom: 25px;
}

.progress-wrap{
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width{
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width{
  background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width{
  background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width{
  background: #db3615;
}

.progress, 
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}

.progress{
  position: relative;
}

.progress .bar-width{
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}

.progress span{
  position: relative;
}

.progress span:before{
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.progress .color1 span:before{
  border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before{
  border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before{
  border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before{
  border-color: #db3615 transparent transparent transparent;
}

.accordion h2{
  margin-bottom: 25px;
}




/*************************
*******tab******
**************************/

.tab-wrap{
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
}

.tab-content{
  padding: 20px;
}

.tab-content h2{
	margin-top: 0;
	color: #c52d2f;
}

.tab-content img{
  border-radius: 4px;
}

.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}

.nav-tabs>li>a {
  background: #f5f5f5;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
}

.nav-tabs li:last-child{
  border-bottom: 0 none;
} 

.nav-stacked>li+li{
  margin-top: 0;
}

.nav-tabs>li>a:hover{
  background: #c52d2f;
  color:#fff;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
  border: 0;
  color:#fff;
  background: #c52d2f;
  position: relative;
}

.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #c52d2f;
  border-width: 25px 22px;
  right: -44px;
  top:0;
}




/*************************
*******news-letter******
**************************/

.subscribe-label {
	padding: 3em 0em;
	background-image: url(../images/reg.png);
	background-size: cover;
}
.sub-cont{
	text-align:center;
}
.sub-cont h3 {
	color: #fff;
	font-weight: 300;
	text-transform: capitalize;
	font-family: 'Righteous', cursive;
	font-size: 24px;
	margin-bottom: 0;
	margin-top: 2px;
}
input.mail {
	border: none;
	outline: none !important;
	padding: 11px 11px;
	width: 50%;
	border-radius: 3px;
	font-family: 'Righteous', cursive;
}

button.btn.btn-warning.sub-btn {
	outline: none;
	padding: 10px 20px;
}




/***********************
********* Footer ******
************************/
footer {
	border-top: 4px solid #c52d2f;
	margin-top: 120px;
	background-color: rgba(0,0,0,.85);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	background-image: url(../images/footer.jpg);
	background-size: cover;
}
.subscribe-form {
  margin-top: 40px;
  padding-bottom: 40px;
}

.subscribe-form span {
	font-family: 'Righteous', cursive;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	float: left;
	margin-right: 26px;
	margin-top: 5px;
}

.subscribeForm {
	position: relative;
	display: inline-block;
}

.subscribe-form input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: center;
	color: transparent;
	background-color: transparent;
	content: '';
	margin-top: 0;
	border: 0;
	background-image: url(../images/subscribe-icon.png);
}

.subscribe-form input#subscribe {
	line-height: 34px;
	height: 34px;
	max-width: 280px;
	width: 250px;
	margin-top: 0px;
	outline: 0;
	border: 0;
	padding-top: 4px;
	padding-right: 32px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.social-bottom {
  margin-top: 40px;
  padding-bottom: 40px;
}

.social-bottom span {
	font-family: 'Righteous', cursive;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}

.social-bottom ul {
	padding: 0;
	margin: 0;
}

.social-bottom li {
  list-style: none;
  display: inline-block;
}

.social-bottom a {
  background-color: #fff;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #c52d2f;
}

.social-bottom a:hover {
  background-color: #c52d2f;
  color: #fff;
}

.footer-title {
	font-family: 'Righteous', cursive;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.abrot{
	padding: 0px;
}
.abrot h4 {
	font-size: 1.3em;
	color: #fff;
	line-height: 1.6em;
	font-family: 'Righteous', cursive;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
.abrot p {
	color: #fff;
	font-size: 0.9em;
	line-height: 2em;
	font-family: 'Righteous', cursive;
	margin-bottom: 15px;
}


.shop-list ul {
  margin: 0;
  padding: 0;
}

.shop-list li {
  list-style: none;
  margin: 10px 0;
}

.shop-list i {
  font-size: 16px;
  margin-right: 5px;
  color: #fff;
}

.shop-list a {
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-family: 'Righteous', cursive;
}

.shop-list a:hover {
  color: #ffff99;
}

.recent-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.recent-post-thumb {
  float: left;
  margin-right: 10px;
  width: 70px;
  height: 70px;
}

.recent-post-info {
  overflow: hidden;
}

.recent-post-info h6 {
	font-family: 'Righteous', cursive;
	font-size: 14px;
	font-weight: 300;
	margin-top: 0;
}

.recent-post-info a {
  color: #fff;
}

.recent-post-info a:hover {
  color: #ffff99;
}

.recent-post-info span {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #fff;
}

.more-info p {
	padding-bottom: 20px;
	font-family: 'Righteous', cursive;
}

.more-info ul {
  margin: 0;
  padding: 0;
}

.more-info li {
  list-style: none;
  margin: 10px 0;
  font-family: 'Righteous', cursive;
  font-size: 13px;
  color: #fff;
}

.more-info i {
  color: #ffff99;
  margin-right: 10px;
  font-size: 18px;
}

.bottom-footer {
	text-align: left;
	padding: 60px 0 15px 0;
	font-family: 'Righteous', cursive;
}















.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #e6e6e6; 
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title>a{
  color: #4e4e4e;
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #1f1f20;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
  background: #c52d2f;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #c52d2f;
  color: #fff;
}



/***********************
*********about-us-page******
************************/

/***********************
*********heading******
************************/

#heading {
	background-image: url(../images/bg-image.jpg);
	height: 140px;
}

#heading h2 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

#heading span {
	color: #fff;
	font-size: 14px;
}

.heading-content {
  text-align: center;
  margin-top: 35px;
}




/***********************
*********about-us-text******
************************/

.about-us {
  margin-top: 110px;
  margin-bottom: -110px;
}

.about-us h2, 
.skill_text h2 {
  color:#4e4e4e;
  font-size: 30px;
  font-weight: 600;
}

.about-us p {
  color:#4e4e4e;
}




/***********************
*********about-us-slider******
************************/

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 1px solid #777;
  border-radius:50%;
  font-size: 28px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#777;
}

#carousel-slider a i:hover {
  background:#bfbfbf;
  color:#fff;
  border: 1px solid #bfbfbf;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:-25px
}

#carousel-slider .carousel-control.right i {
  right: -25px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}



/***********************
*********skill******
************************/

.skill_text {
  display: block;
  margin-bottom: 60px;
  margin-top: 25px;
  overflow: hidden;
}

.sinlge-skill {
  background:#f2f2f2;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  height: 200px;
  position: relative;
  width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  margin: 30px 0;

}

.sinlge-skill p em {
  color: #FFFFFF;
  font-size: 38px;
}

.sinlge-skill p {
	line-height: 1;
	font-size: 16px;
}

.joomla-skill, 
.html-skill, 
.css-skill, 
.wp-skill {
  position: absolute;
  height: 100%;
  bottom: 0;
  width:100%;
  border-radius: 100%;
  padding: 70px 0;
  text-align: center;
}


.joomla-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(28%,rgba(242,242,242,1)), color-stop(28%,rgba(45,125,164,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4',GradientType=0 ); /* IE6-9 */    
}

.html-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(9%,rgba(242,242,242,1)), color-stop(9%,rgba(106,164,47,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f',GradientType=0 ); /* IE6-9 */
}

.css-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(32%,rgba(242,242,242,1)), color-stop(32%,rgba(255,189,32,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20',GradientType=0 ); /* IE6-9 */
}

.wp-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(19%,rgba(242,242,242,1)), color-stop(19%,rgba(219,54,21,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615',GradientType=0 ); /* IE6-9 */
}

.skill-wrap {
  display: block;
  overflow: hidden;
  margin: 60px 0;
}




/***********************
****our-team****
***********************/

.team-thumb {
  position: relative;
  text-align: center;
}

.team-thumb .author img {
  width: 100%;
}

.team-thumb .overlay {
  background-color: rgba(0,0,0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.team-thumb:hover .overlay {
 visibility: visible;
 opacity: 1;
 cursor: pointer;
}

.author-caption ul {
  padding: 0;
  margin: 0;
}

.author-caption li {
  list-style: none;
  display: inline-block;
  margin-top: 40%;
}

.author-caption a {
  display: inline-block;
  background-color: rgba(250,250,250, 0.4);
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #fff;
}

.author-caption a:hover {
  background-color: #c52d2f;
  color: #fff;
}

.author-details {
  margin-top: 15px;
  text-align: center;
}

.author-details h2 {
  display: block;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.author-details span {
  color: #c52d2f;
  text-transform: uppercase;
}



/***********************
****testimonials****
***********************/


.test{
	background-size:cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	min-height: 400px;
	background-image: url(../images/test.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.test-top {
    margin-top: 5%;
}
.test-1{
	width:18%;
	float:left;
}
.test-2 {
	width:78%;
	float:right;
	text-align:left;
	margin-top: 1.7%;
}
.test-2 p{
	font-size:15px;
	color:#fff;
	line-height:1.8em;
	margin-top:2%;
	font-family: 'Righteous', cursive;
}
.test-2 h4{
	font-size:1.5em;
	color:#fff;
	margin-top:3%;
	font-family: 'Righteous', cursive;
}
.test-2 span{
	font-size:2.2em;
	color:#fff;
}





/*************************
*********student work page******
**************************/

/*************************
********Portfolio******
**************************/

#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0;
}

.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding:0;
}

/***********************
****subject****
***********************/

.nav-tabs {
  border-bottom: 1px solid #ecf3f2;
  margin-bottom: 40px;
  justify-content: center;
}
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}

.section-overlay + .container {
  position: relative;
}
.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .navbar {
    background-color: var(--secondary-color);
  }

  .navbar-nav .dropdown-menu {
    position: relative;
    left: 10px;
    opacity: 1;
    pointer-events: auto;
    max-width: 155px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .nav-tabs .nav-link:first-child {
    margin-right: 5px;
  }

  .nav-tabs .nav-link {
    font-size: var(--copyright-font-size);
    padding: 10px;
  }

  .featured-section {
    border-radius: 0 0 80px 80px;
    padding-bottom: 50px;
  }

  .custom-block-topics-listing .custom-block-image {
    width: auto;
  }

  .custom-block-topics-listing > .d-flex,
  .custom-block-topics-listing-info,
  .custom-block-topics-listing a {
    flex-direction: column;
  }

  .timeline-container .vertical-scrollable-timeline .list-progress {
    height: 75%;
  }

  .timeline-container .vertical-scrollable-timeline li {
    padding-left: 135px;
  }

  .subscribe-form-wrap {
    padding-top: 30px;
    padding-bottom: 0;
  }


@media screen and (max-width: 480px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }
}





/***********************
****Service page****
***********************/

#projects {
	background-color: #fff;
	padding-top: 30px;
}

#pro-banner{
	background-size:cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	min-height: 400px;
	background-image: url(../images/services/pro-bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
}
.project-item {
  text-align: center;
}

.icon i {
	border-radius: 50%;
	border: 20px solid #c52d2f;
	color: #c52d2f;
	font-size: 24px;
	line-height: 80px;
	width: 120px;
	height: 120px;
}

.project-item h4 {
	font-family: 'Righteous', cursive;
	font-size: 24px;
	font-weight: 700;
	color: #333;
	margin-top: 25px;
}

.project-item p {
	font-size: 12px;
	color: #333;
	margin-top: 25px;
}

.get-started {
  background: none repeat scroll 0 0 #F3F3F3;
  border-radius: 3px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 18px;
  margin-top: 60px;
}

.get-started h2 {
  padding-top: 30px;
  margin-bottom: 20px;
}

.request {
  bottom: -15px;
  left: 50%;
  position: absolute;
  margin-left: -110px;
}

.request h4 {
  position: absolute;
  width: 220px;
  position:relative;
}

.request h4 a{
  background:#c52d2f;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 3px;
  padding: 5px 15px;
}

.request h4:after {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  position: absolute;
  right: 13px;
  z-index: -99999;
}

.request h4:before {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  left: 13px;
  position: absolute;
  z-index: -99999;
}

#testimonails{
	margin: 100px 0px;
}

.testimonails-content p {
	text-align: center;
	font-size: 15px;
	color: #333;
	font-style: italic;
}

.testimonails-content h6 {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
  font-style: italic;
}
.testimonails-content h6 a {
	color: #c52d2f;
}


/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}









/**************************
********* Pricing Table CSS *
**************************/

.pricing_heading {
  margin-top: 120px
}

.pricing_heading h2, 
.pricing_heading p {
  color:#4e4e4e;
}

.pricing-area h1 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
}

.pricing-area span {
  font-weight: 700;
  font-size: 18px;
}

.pricing-area h3, 
.pricing-area span  {
  color: #fff;
}

.plan {
  position: relative;
  margin-bottom: 70px;
}

.pricing-area ul {
  background:#FAFAFA;
  padding: 0;
  margin: 0;
}

.pricing-area ul li {
  list-style: none;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 400;
}

.pricing-area ul li:nth-child(even){
  background:#f5f5f5
}

.pricing-area .price-three img, 
.pricing-area .price-six img {
  position: absolute;
  right: 15px;
  top: 0;
}

.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three {
  padding:17px 0;
  border-radius:2px 2px 0 0;
} 

.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three, 
.pricing-area .heading-four, 
.pricing-area .heading-five, 
.pricing-area .heading-six, 
.pricing-area .heading-seven {
  margin-left: -10px
}


.pricing-area .heading-one, 
.pricing-area .price-one .plan-action .btn-primary {
  background: #e24f43
}

.pricing-area .heading-two, 
.pricing-area .price-two .plan-action .btn-primary {
  background:#27AE60;
}

.pricing-area .heading-three,
.pricing-area .price-three .plan-action .btn-primary {
  background: #f39c12;
}

.pricing-area .heading-four, 
.pricing-area .price-four .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .heading-five, 
.pricing-area .price-five .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .heading-six, 
.pricing-area .price-six .plan-action .btn-primary {
  background: #e24f43
;
}

.pricing-area .heading-seven, 
.pricing-area .price-seven .plan-action .btn-primary {
  background: #5c5c5c
}

.pricing-area .bg{
 background: #fafafa 
}

.pricing-area .heading-one h3:before {
  border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-two h3:before {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .heading-three h3:before {
  border-color: #d4880f transparent transparent;
}

.pricing-area .heading-four h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area .heading-five h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area .heading-six h3:before {
  border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-seven h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area h3:before {
  border-color: #D4880F transparent transparent;
  border-radius: 5px 0 0 0px;
  border-style: solid;
  border-width: 12px;
  content: "";
  height: 0;
  left: 4px;
  position: absolute;
  top: 78px;
  width: 0;
  z-index: -999;
}

.small-pricing h3:after {
  height:94px;
}

.small-pricing h3:before {
  top: 74px;
}

.plan-action {
  height: 40px;
}

.pricing-area .plan-action .btn-primary {
  position: relative;
  padding:5px 20px;
  color: #fff
;
  margin-top: 5px;
}

.pricing-area .plan-action .btn-primary:before {
  border-color: #E24F43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  left: -9px;
  position: absolute;
  width: 0;
  z-index: -1;
}

.pricing-area .plan-action .btn-primary:after {
  border-color: #E24F43 transparent transparent;
  border-radius: 5px 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  position: absolute;
  right: -9px;
  width: 0;
  z-index: -1;
}

.pricing-area .price-two .plan-action .btn-primary:before, 
.pricing-area .price-two .plan-action .btn-primary:after {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .price-three .plan-action .btn-primary:before, 
.pricing-area .price-three .plan-action .btn-primary:after {
  border-color: #d4880f transparent transparent;
}

.pricing-area .price-four .plan-action .btn-primary:before, 
.pricing-area .price-four .plan-action .btn-primary:after, 
.pricing-area .price-five .plan-action .btn-primary:before, 
.pricing-area .price-five .plan-action .btn-primary:after, 
.pricing-area .price-seven .plan-action .btn-primary:before, 
.pricing-area .price-seven .plan-action .btn-primary:after  {
  border-color: #424242 transparent transparent;
  right: -9px;
}

.pricing-area .price-six .plan-action .btn-primary:before, 
.pricing-area .price-six .plan-action .btn-primary:after {
  border-color: #bf4539 transparent transparent;
  right: -9px;
}






/*************************
********* Contact Us CSS ******
**************************/


.contact-top {
  background: #F9F9F9;
}
.contact-info {
	text-align: center;
	margin-top: 4em;
	margin-right: 0;
	margin-bottom: 4em;
	margin-left: 0;
}
.contact-info h3 {
	color: #4e4e4e;
	font-size: 36px;
	margin: 0;
	font-family: 'Righteous', cursive;
}
.map iframe {
  width: 100%;
  min-height: 400px;
  border: none;
}
.mail-grids {
  margin: 3em 0;
}
.mail-grid-left h3 {
	color: #4e4e4e;
	font-size: 36px;
	font-family: 'Righteous', cursive;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.mail-grid-left h5 {
	color: #919191;
	font-size: 14px;
	margin: 1em 0;
	line-height: 1.8em;
}
.mail-grid-left h5 span {
  display: block;
}
.mail-grid-left h4 {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 600;
  margin: .5em 0;
}
.mail-grid-left p {
  color: #919191;
  font-size: .9em;
  margin: 1em 0;
  line-height: 1.8em;
}
.mail-grid-left p a{
  color: #919191;
  text-decoration:none;
}
.mail-grid-left p span {
  display: block;
}
.contact-form form {
  text-align: right;
}
.contact-form input[type="text"] {
  width: 100%;
  color: #919191;
  background: none;
  outline: none;
  font-size: .9em;
  padding: .5em;
  margin-bottom: 1em;
  border: solid 1px #919191;
  -webkit-appearance: none;
}
.contact-form textarea {
  resize: none;
  width: 100%;
  background: none;
  color: #919191;
  font-size: .9em;
  outline: none;
  padding: .5em;
  border: solid 1px #919191;
  min-height: 150px;
  -webkit-appearance: none;
}
.contact-form input[type="submit"] {
	border: none;
	outline: none;
	color: #FFF;
	padding: .5em 1.5em;
	font-size: .9em;
	font-weight: 600;
	margin: 0.5em 0 0 0;
	-webkit-appearance: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	background-color: #18A990;
}
.contact-form input[type="submit"]:hover {
  background: #c52d2f;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
span.menu {
  display: none;
}


/*********************
****blog page css*****
**********************/

.widget {
  margin-bottom: 60px;
  padding-left: 0;
}

.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}

.widget .entry-meta span a{
	display: inline-block;
	margin-right: 10px;
	color: #c52d2f;
}

.widget h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}

.blog_category li{
  float:none;
  margin-bottom:20px;
}

.blog_category li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.blog_category li a:hover{
  background:#c52d2f;
  color: #fff;
}

 .badge:before {
  border-color: transparent transparent transparent #c52d2f;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.badge {
  background-color: #c52d2f;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
}

.blog_archieve a{
	list-style: none outside none;
	margin: 0;
	padding: 0;
	color: #000;
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

.blog_archieve li:first-child {
  padding-top: 0;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

ul.faq {
  list-style: none;
  margin: 0;
}

ul.faq li {
  margin-top: 30px;
}

ul.faq li:first-child {
  margin-top: 0;
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}

ul.faq li > div {
  margin-left: 70px;
}

ul.faq li > div h3 {
  margin-top: 0;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px;
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 30px;
}

.readmore{
  margin-top: 0;
}

.blog .blog-item .blog-content h3 {
  color: #858586;
  margin-bottom: 40px;
  /* font-weight: 300 */}

.blog .blog-item .blog-content h4 {
  font-size: 14px;
}

.post-tags a{
	color: #c52d2f;
}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #c52d2f;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta > span {
  color: #ccc;
}

.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

ul.pagination > li > a {
	background-color: #ccc !important;
	border: 1px solid #ccc;
	margin-right:5px;
	border-radius: 5px;
	font-size: 16px;
	padding: 5px 14px;
	color: #000;
}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a, 
ul.pagination > li:hover > a {
  background-color: #c52d2f !important;
  border-color: #c52d2f !important;
  color: #fff;
}

.search_box {
  background-image: url("../images/search_icon.png");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}


ul.tag-cloud, 
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover{
  background:#c52d2f;
  color: #fff;  
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}


/**********************
**blog single page css*
**********************/

.reply_section {
  background: #f5f5f5;
  border-radius: 5px;
}

.post_reply {
  margin-left: 10px;
  margin-top: 45px;
}

.post_reply img {
  width: 85px;
  height: 85px;
  border: 5px solid #D5D8DD;
}

.post_reply ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

.post_reply ul li{
  float:left;
}

.post_reply ul li a {
  display: block;
}

.post_reply ul li a i {
  border: 1px solid #DDDDDD;
  border-radius: 39px;
  color: #FFFFFF;
  font-size: 20px;
  height: 30px;
  margin-right: 3px;
  padding-top: 7px;
  text-align: center;
  width: 30px;
}

.post_reply ul li a i.fa-facebook {
  background: #0182C4;
}

.post_reply ul li a i.fa-twitter {
  background: none repeat scroll 0 0 #3FC1FE;
}

.post_reply ul li a i.fa-google-plus{
 background: none repeat scroll 0 0 #D34836;
}

.post_reply ul li a i:hover{
  opacity:.5;
}

.post_reply_content {
  margin: 30px;
}

.post_reply_content h1 a:hover{
  color:#FFC800;
}

.post_reply_content h4 {
  margin-bottom: 50px;
}

.reply_section .media-body{
  display:inherit;
}

.comment_section .media-body{
  display:inherit;
}

#comments_title{
   color:#4e4e4e;
   font-weight:700px;
   font-size:20px;
   margin-top:60px;
   margin-bottom:40px;
}
.comment_section {
  margin-top: 30px;
  position: relative;
}

.post_comments img {
  width: 85px;
  height: 85px;
  margin-top: 35px;
}

.post_reply_comments {
  background:#f5f5f5;
  border-radius: 4px;
  padding: 30px;
}

.post_reply_comments:before {
  border-color: transparent #F0F0F0 transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 75px;
  position: absolute;
  top: 20px;
}

.post_reply_comments h3, 
.post_reply_content h3{
  margin-top: 0;
}

.post_reply_comments h1 a:hover{
  color:#c52d2f;
}

.post_reply_comments h4{
  color:#c4c4c5;
  font-weight:400;
}

.post_reply_comments p {
	padding-bottom: 30px;
}

.post_reply_comments a {
	bottom: 15px;
	position: absolute;
	right: 30px;
	background: #c52d2f;
	color: #fff;
	border-radius: 5px;
	padding: 8px 20px;
}

.post_reply_comments a:before {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 16px;
  bottom: -11px;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  z-index: 99999;
}

.post_reply_comments h2 a{
 
}

.message_heading {
  margin-bottom: 50px;
  margin-top: 60px;
}


/******************
 404 page css
 ******************/

#error .btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success:hover {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}

#error h1{
  color:#c52d2f;
  text-transform: uppercase;
  
}
#error ol{
  text-align: left;
  padding: 10px;
  margin-left: 30px;
  margin-right: 15px;
}

/******************
shortcodes page css
******************/

.shortcode-item {
  padding-bottom: 0;
}

.shortcode-item h2 {
  color: #4E4E4E;
  font-size: 24px;
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: 600
}













.work-gd1 {
	float: left;
	width: 33%;
	margin-top: 10px;
}
.work-gd1:hover {
	float: left;
	width: 33%;
	margin-top: 10px;
	border: 5px ridge #c52d2f;
}



/* start tabs */

.resp-tabs-list {
	width: 100%;
	list-style: none;
	padding: 0;
}
.resp-tab-item:first-child{
	border-left:none;
}
.resp-tab-item{
	font-size: 0.8125em;
	cursor: pointer;
	padding: 1em 1.5em;
	display: inline-block;
	margin: 0 ;
	text-align: center;
	list-style: none;
	float: left;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	  background-color: #f7f7f7;
	  color:#666;
}
.resp-tab-active{
	background:#c52d2f;
	color:#fff;	
}
.resp-tab-item span{
	font-size:1.3em;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
h2.resp-accordion {
	font-size:1em;
	margin: 0px;
	padding: 10px 15px;
	background:#f77462;
	margin:10px 0;
	color:#fff;
}
h2.resp-accordion:hover{
	background:#6CC5D9;
	text-shadow: none;
	color: #fff;
}
.facts{
	border: none;
}
.facts p{
	color:#fff;
	font-size:0.9em;
	line-height:1.7em;
}
.facts ul li{
	list-style:none;
	color:#767676;
	font-size:1em;
	padding:0.3em 0;
}
/*--//tabs--*/

 
/*--//style for menu-drop--*/
 .course_area {
	width: 100%;
	margin: 0 auto;
	padding-top: 2em;
}
.menu-grid {
	margin-top: 15px;
	margin-right: 2em;
}
.menu_drop {
	background:#c52d2f;
	width: auto;
	height: auto;
	padding: 0;
	list-style: none;
}
ul {
	padding: 0;
	list-style: none;
}
.menu_drop > li > a {
	width: 100%;
	line-height: 35px;
	text-indent: 20px;
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	border: 3px solid #fff;
}
.menu_drop ul li a {
	background: #fff;
	width: 100%;
	display: block;
	position: relative;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-weight: 500;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}
.menu_drop ul li a:hover {
	color:#c52d2f;
	background-color: #f1f1f1;
	font-weight: 700;
}
.menu_drop > li > a:hover, .menu > li > a.active {
	background:#cdcdcd;
	color: #000;
}

.socialspan_3 {
  background-color: #fff;
  padding: 1em;
  text-align: center;
  margin: 3em 2em 0 0em;
}
.socialspan_3 img {
  display: inline-block;
}
.socialspan_3 h3 {
  font-size: 1.3em;
  font-weight: 700;
  margin: 1em 0;
  color:#c52d2f;
}
.socialspan_3 h6 {
  font-size: 1.1em;
  color: #cdcdcd;
  margin: 0;
}
.socialspan_3 p {
  font-size: 0.9em;
  color: #464545;
  line-height: 1.8em;
  margin: 1em 0;
  font-weight: 400;
}

i.fb {
	width: 48px;
	height: 51px;
	float: left;
	vertical-align: middle;
	margin-right: 0.8em;
	background-image: url(../images/social.png);
	background-repeat: no-repeat;
	background-position: -7px -9px;
}
i.fb:hover{
	background-image: url(../images/social.png);
	background-repeat: no-repeat;
	background-position: -63px -9px;
}
i.fb-1 {
	width: 48px;
	height: 51px;
	float: left;
	vertical-align: middle;
	background-image: url(../images/social.png);
	background-repeat: no-repeat;
	background-position: -63px -9px;
}
i.fb-1:hover{
	background-image: url(../images/social.png);
	background-repeat: no-repeat;
	background-position: -7px -9px;
}
.soci li {
  display: inline-block;
}
i.twt {
	width: 48px;
	height: 51px;
	float: left;
	vertical-align: middle;
	margin-right: 0.8em;
	background-image: url(../images/social.png);
	background-repeat: no-repeat;
	background-position: -133px -9px;
}
i.twt:hover{
	background-image: url(../images/social.png);
	background-repeat: no-repeat;
	background-position: -189px -9px;
}
i.twt-1 {
	width: 48px;
	height: 51px;
	float: left;
	vertical-align: middle;
	background-image: url(../images/social.png);
	background-repeat: no-repeat;
	background-position: -189px -9px;
}
i.twt-1:hover{
	background-image: url(../images/social.png);
	background-repeat: no-repeat;
	background-position: -133px -9px;
}
 .graphic-a
 .graphic-b
 .graphic-c {
	margin-top: 15px;
	background-size: cover;
	border-radius: 5px;
}
 .twod-a
 .twod-b {
	margin-top: 15px;
	background-size: cover;
	border-radius: 5px;
}
 .threed-a
 .threed-b
 .threed-c {
	margin-top: 15px;
	background-size: cover;
	border-radius: 5px;
}




/*--register--*/


.account-top {
  margin-top: 2em;
}
.account-top h3{
	text-align:center;
	color:#DC483A;
	font-size:1.2em;
	padding:1em;
	background:#2d2d2d;	
}
.your-top-at {
	margin-bottom: 2em;
}
.your-at{
	background:#fff;
	padding:1em;	
}
.your-at input[type="text"],.your-at input[type="password"]{
	background:none;
	width:100%;
	outline:none;
	margin: 1em 0 0;
	padding:0.8em;
	font-size:1em;
	color:#D2D1D1;
	border:1px solid #eee;	
}
.your-at input[type="submit"]{
	background: #DC483A;
	width: 100%;
	outline: none;
	border: none;
	padding: 0.5em;
	font-size: 1em;
	color: #fff;
	margin: 1em 0 0.5em;
	text-align: center;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.your-at input[type="submit"]:hover{
	background:#eee;
	color:#2d2d2d;
}
.checkbox {
	padding-left: 27px;
	line-height: 27px;
	cursor: pointer;
	position: relative;
	font-size: 1em;
	color:#2d2d2d;
	margin-bottom: 4px;
}
.news-letter {
	color: #2d2d2d;
	font-size: 1em;
	margin-bottom: 1em;
	display: block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	clear: both;
}
.checkbox i {
	position: absolute;
	left: 0;
	display: block;
	width:20px;
	height:20px;
	outline: none;
	border: 2px solid #E1DFDF;
	top: 5px;
}
.checkbox input + i:after {
	content: '';
	top: -1px;
	left: -1px;
	width: 15px;
	height: 15px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
	background-image: url(../images/tick1.png);
	background-repeat: no-repeat;
	background-position: 1px 2px;
}
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.news-letter:hover {
	
}
p.connect-in{
	background:#eee;
	color:#2d2d2d;
	font-size:0.9em;
	padding:1em;
	width:100%;
	text-align:center;
	  margin: 1em 0;
}
p.connect-in a{
	text-decoration:none;
	color:#DC483A;
}
p.connect-in a:hover{
	text-decoration:underline;
}
.textbox {
	background:none;
	width:100%;
	outline:none;
	margin: 1em 0 0;
	padding:0.8em;
	font-size:1em;
	color:#999;
	border:1px solid #eee;	
}

.cours-detail{
	margin-top: 30px;
	margin-bottom: 30px;
}
.cours-detail h3{
	color: #fff;
	font-weight: 300;
	background-color: #c52d2f;
	padding: 15px;
}
.cours-detail p{
	color: #000;
	font-size: 12px;
	margin-left: 15px;
}

.listen ul {
	padding: 0;
	margin: 0;
}

.listen li {
	list-style: none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 15px;
}

.listen i {
	font-size: 14px;
	margin-right: 5px;
	color: #c52d2f;
}

.listen a {
	color: #000;
	font-size: 12px;
	font-family: 'Righteous', cursive;
}

.listen a:hover {
  color: #c52d2f;
}

section.featured-food {
	padding: 80px 0px;
  }

.featured-food .heading h2 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
  font-size: 28px;
	font-weight: 800;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #c52d2f;
  padding-bottom: 20px;
}

.featured-food .food-item {
	
	padding: 30px;
}

.food-item h2 {
	margin-top: 0px;
	margin-bottom: 30px;
	padding-bottom: 8px;
	font-size: 22px;
	width: 100%;
	border-bottom: 1px solid #d9dde5;
	color: #121212;
  text-align: center;
}
.contest-title h2 {
	margin-top: 40px;
	margin-bottom: 30px;
	padding-bottom: 8px;
	font-size: 22px;
	width: 100%;
	border-bottom: 1px solid #d9dde5;
	color: #121212;
  text-align: center;
}

.food-item img {
	width: 100%;
	overflow: hidden;
	position: relative;
  border-radius: 25px;
}
.contest-title img {
	width: 100%;
	overflow: hidden;
	position: relative;
  border-radius: 25px;
}

.food-item .price {
	font-size: 17px;
	color: #f2745f;
	font-weight: 500;
	letter-spacing: 0.5px;
	padding: 8px 14px;
	position: absolute;
	right: 45px;
	margin-top: -40px;
	background-color: rgba(250, 250, 250, 0.9);
}

.food-item .text-content {
	background-color: #fff;
	padding: 20px 20px 10px 20px;
}

.food-item h4 {
	margin-top: 0px;
	text-align: center;
	font-size: 20px;
  font-weight: 400;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	color: #000000;
  background-color: #e0e0e0;
  border-radius: 25px;
  padding: 10px;

}
.contest-title .text-content p{
	background-color: #fff;
	padding-top: 10px;
  padding-bottom: 10px;
}

.contest-title h4{
  margin-top: 5px;
	text-align: center;
	font-size: 20px;
  font-weight: 600;
  font-family: "montserrat";
	color: #ff4081; 
   
  padding: 10px;
}



/*---- responsive-design -----*/

@media(max-width:1440px){
}
@media(max-width:1366px){

 .graphic-a {
	background: url(../images/course/saralipi.png) no-repeat -20px 0px;
	min-height: 250px;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);

}
 .graphic-b {
	background: url(../images/course/sp.gif) no-repeat -20px 0px;
	min-height: 250px; 
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
}

 .graphic-c {
	background: url(../images/course/agwd.png) no-repeat 0px 0px;
	min-height: 250px;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
}
 .twod-a {
	background: url(../images/course/2d-ave.png) no-repeat -30px 0px;
	min-height: 250px;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
}
 .twod-b {
	background: url(../images/course/gw-pro.png) no-repeat -25px 0px;
	min-height: 250px;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
}
 .threed-a {
	background: url(../images/course/oaap.png) no-repeat -10px 0px;
	min-height: 250px;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
}
 .threed-b {
	background: url(../images/course/3d-vfx.png) no-repeat 0px 0px;
	min-height: 250px;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
}
 .threed-c {
	background: url(../images/course/oaip-vfx.png) no-repeat -15px 0px;
	min-height: 250px;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
}

.banner {
    background-position:-131px 0px;
}

.about,.team,.special,.services,.portfolio,.testimonials,.contact-form{
    padding: 4em 0;
}
h3.title {
    font-size: 2.8em;
}
}
@media(max-width:1280px){
.banner-title {
    padding: 11em 0;
}
.banner {
   min-height: 530px;
}
.banner-text h2 {
    font-size: 3.8em;
    color: #fff;
}	
}
@media(max-width:1080px){
.banner {
    min-height: 450px;
}
.banner-title {
    padding: 9em 0;
}
.banner-text {
    margin-left: 4em;
}
.contact-right input[type="submit"] {
    padding: .5em 0;
}
.about, .team, .special, .services, .portfolio, .testimonials, .contact-form {
    padding: 3.5em 0;
}
.about h4 {
    font-size: 1.2em;
}
.team-grids a:hover .captn {
    padding: 37% 10%;
}
.team-info {
    margin-top: 4em;
}
.view {
    width: 293px;
    height: 200px;
}
.view .mask, .view .content {
    width: 280px;
    height: 180px;
}
.resp-tab-item {
    width: 27%;
}
.view p {
    margin: 3.5em auto 0;
}
.contact-right input[type="submit"] {
    padding: .5em 0;
}
}
@media(max-width:1024px){
.map iframe {   
   height: 280px;
}
.contact-right input[type="text"] {
    width: 32%;
}
}
@media(max-width:991px){
.navbar-nav > li > a {
	padding: 1.7em 1em;
	font-size: 1.3em;
}
.banner-text {
    margin-left: 0;
    width: 39%;
}
.banner-title {
    padding: 8em 0;
}
.banner-text h2 {
    font-size: 3.6em;
}
.banner {
    min-height: 380px;
}
.about, .team, .special, .services, .portfolio, .testimonials, .contact-form {
    padding: 3em 0;
}
h3.title {
    font-size: 2.6em;
	margin-bottom: 0.8em;
}
.about-left {
    float: left;
    width: 50%;
}
.about-right {
    float: right;
    width: 50%;
	padding: 0;
}
.team-info {
    margin-top: 3em;
}
.team-grids {
    float: left;
    width: 25%;
    padding: 0 .5em;
}
.captn h4 {
    margin-top: 0;
	font-size: 1.6em;
}

.view {
    width: 220px;
    height: 151px;
}
.view .mask, .view .content {
    width: 201px;
    height: 132px;
}
.view p {
    width: 84%;
    margin: 2.4em auto 0;
	font-size: 1em;
}
.resp-tab-item {
    width: 35%;
}
.resp-tab-item {
    width: 12%;
	margin: 0;
}
.resp-tabs-list {
    width: 100%;
	margin: 0 auto 2em;
}
.view1.view-first {
    width: 100%;
}
.map {
    padding: 0 0 3em !important;
}
.contact-left p {
    margin-top: 2em;
	width: 70%;
}
}
@media(max-width:768px){

.banner-text {
    margin-left: 5em;
}
.banner-text h2 {
    font-size: 3.2em;
}
.banner-title {
    padding: 7em 0;
}
.about, .team, .special, .services, .portfolio, .testimonials, .contact-form {
    padding: 2.5em 0;
}
h3.title {
    font-size: 2.4em;
}
.about p {
    font-size: 1em;
    line-height: 1.8em;
}
}
@media(max-width:640px){

form.navbar-form {
    float: right;
    width: 35%;
}
button.navbar-toggle {
    border-color: #B3AFA6 !important;
    margin: 1.1em 2em;
    background-color: #B3AFA6;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #B3AFA6;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-nav {
    margin: 0;
}
.navbar-nav > li > a {
    padding: 1em 0;
    font-size: 1.2em;
    text-align: center;    
}
.navbar-default .navbar-nav > li > a{
	color: #B3AFA6;
}
.banner-title {
    padding: 5em 0;
}
.banner {
    min-height: 330px;
}
.banner-text h2 {
    font-size: 3em;
}
.banner-text p {
    font-size: 1.1em;
    margin: 0.8em 0;
    letter-spacing: 0;
}
.about, .team, .special, .services, .portfolio, .testimonials, .contact-form {

    padding: 2em 0;
}
h3.title {
    font-size: 2.2em;
}
.captn h4 {
    font-size: 1.5em;
}
.team-grids a .captn {
    bottom: -80%;
}
.team-grids a:hover .captn {
    padding: 26% 10%;
}
.captn p {
    font-size: 1em;
}
.special p {
    margin-bottom: 1em;
}
.special h6 {
    font-size: 1em;
}
.view {
    width: 187px;
    height: 130px;
    border: 6px solid #fff;
    margin: 5px;
}
.view .mask, .view .content {
    width: 176px;
    height: 118px;
}
.view p {
    margin: 2em auto 0;
}
.resp-tab-item {
    width: 15%;
}
.view1.view-first {
    padding: 1.5em;
}
.map iframe {
    height: 250px;
}
.map {
    padding: 0 0 2em !important;
}
.contact-right{
    padding: 0;
}
}
@media(max-width:480px){

 .graphic-a {
 	width: 100%;
	background: url(../images/course/owd.png) no-repeat -100px -25px;
	min-height: 100px;
}
 .graphic-b {
 	width: 100%;
	background: url(../images/course/dmp.png) no-repeat -100px -25px;
	min-height: 100px;
}
 .graphic-c {
 	width: 100%;
	background: url(../images/course/agwd.png) no-repeat -100px -25px;
	min-height: 100px;
}
 .twod-a {
 	width: 100%;
	background: url(../images/course/2d-ave.png) no-repeat -100px -25px;
	min-height: 100px;
}
 .twod-b {
 	width: 100%;
	background: url(../images/course/gw-pro.png) no-repeat -100px -25px;
	min-height: 100px;
}
 .threed-a {
 	width: 100%;
	background: url(../images/course/oaap.png) no-repeat -100px -25px;
	min-height: 100px;
}
 .threed-b {
 	width: 100%;
	background: url(../images/course/3d-vfx.png) no-repeat -100px -25px;
	min-height: 100px;
}
 .threed-c {
 	width: 100%;
	background: url(../images/course/oaip-vfx.png) no-repeat -100px -25px;
	min-height: 100px;
}

input.form-control {
    padding: 5px 28px 5px 10px;
    font-size: 1em;
}
.navbar-nav > li > a {
    padding: 0.8em 0;
    font-size: 1.1em;
}
.banner-title {
    padding: 3em 0;
}
.banner-text h2 {
    font-size: 2.6em;
}
.banner {
    min-height: 259px;
}
.banner-text {
    margin-left: 3em;
}
.about, .team, .special, .services, .portfolio, .testimonials, .contact-form {
    padding: 1.5em 0;
}
h3.title {
    font-size: 2em;
	margin-bottom: 0.6em;
}
.about-left {
    float: none;
    width: 100%;
}
.about-right {
    float: right;
    width: 100%;
    margin-top: 1em;
}
.team-info {
    margin-top: 2em;
}
.team-grids {
    width: 50%;
    padding: 1em;
}
.team-grids a .captn {
    bottom: -85%;
}
.team-grids a:hover .captn {
    padding: 39% 10%;
}
.special-grids {
    padding: 0;
}
.progress {
    margin-bottom: 10px;
}
.view {
    width: 206px;
    height: 141px;
}
.view .mask, .view .content {
    width: 195px;
    height: 129px;
}
.view p {
    margin: 2.2em auto 0;
}
.resp-tab-item {
    width: 20%;
}
.resp-tabs-list {
    margin: 0 auto 1em;
}
.contact-right input[type="email"] {
    margin: 1em 0;
    width: 100%;
	padding: 8px 12px;
}
.contact-right input[type="text"] {
    width: 100%;
	margin:0;
	padding: 8px 12px;
}
.contact-right textarea {
    height: 150px;
    margin-top: 1em;
}
.contact-right input[type="submit"] {
    width: 28%;
    font-size: 1em;
}
.contact-left p {
    margin-top: 1.5em;
    width: 100%;
}
.contact-left {
    padding: 0;
}
.contact-left ul {
    margin: 0.5em 0 0;
}
.footer p {
    font-size: 1em;
}
.navbar-form button.btn.btn-default {
    top: 19%;
}
}
@media(max-width:320px){


form.navbar-form {
    float: none;
    width: 69%;
    margin: 0 auto !important;
}
input.form-control {
    padding: 5px 31px 5px 10px;
}
.header {
    padding: 0.6em 0;
}
button.navbar-toggle {
    margin: 1.1em 1em;
}
.banner-title {
    padding: 2em 0 3em;
}

.banner-text h2 {
    font-size: 2.2em;
}
.banner-text p {
    margin: 0.5em 0;
}
.banner-text {
    margin-left: 0;
    width: 71%;
}
.about, .team, .special, .services, .portfolio, .testimonials, .contact-form {
    padding: 1em 0;
}
h3.title {
    font-size: 1.8em;
}
.about-left {
    padding: 0;
}
.team-info {
    margin-top: 1em;
}
.team-grids {
    padding: 0.3em;
}
.captn h4 {
    font-size: 1.3em;
}
.team-grids a .captn {
    bottom: -80%;
}
.view {
    width: 260px;
    height: 162px;
}
.view .mask, .view .content {
    width: 242px;
    height: 150px;
}
.view p {
    margin: 3em auto 0;
}
.resp-tab-item {
    width: 32%;
}
.contact-left p {
    font-size: 1em;
}
.contact-left ul li {
    font-size: 14px;
}
.contact-right input[type="submit"] {
    width: 34%;
    padding: .3em 0;
}
}

/*--//responsive-design---*/

element.style {
}
.u-section-1 .u-container-layout-2 {
    padding-left: 20px;
    padding-right: 20px;
}
.u-valign-middle {
    justify-content: center;
}
.u-valign-middle, .u-valign-top, .u-valign-bottom {
    display: flex
;
    flex-direction: column;
}
.u-container-layout {
    position: relative;
    flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    max-width: 100%;
    transition-duration: inherit;
}
.u-section-1 .u-group-1 {
    width: 273px;
    min-height: 158px;
    height: auto;
    --animation-custom_in-translate_x: 300px;
    --animation-custom_in-translate_y: 0px;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
    margin: -71px auto 0;
}

.u-white, .u-body.u-white, section.u-white:before, .u-white > .u-audio-main-layout-wrapper:before, .u-white > .u-container-layout:before, .u-white > .u-inner-container-layout:before, .u-white.u-sidenav:before, .u-container-layout.u-container-layout.u-white:before, .u-table-alt-white tr:nth-child(even) {
    color: #111111;
    background-color: #ffffff;
}
.u-align-center {
    text-align: center;
}
.u-sheet:not(.u-image):not(.u-video) > * {
    pointer-events: auto;
    pointer-events: initial;
}
.u-sheet:not(.u-image):not(.u-video) {
    pointer-events: none;
}
div {
    display: block;
    unicode-bidi: isolate;
}
.u-section-1 {
    background-image: none;
}
.u-grey-10, .u-body.u-grey-10, section.u-grey-10:before, .u-grey-10 > .u-audio-main-layout-wrapper:before, .u-grey-10 > .u-container-layout:before, .u-grey-10 > .u-inner-container-layout:before, .u-grey-10.u-sidenav:before, .u-container-layout.u-container-layout.u-grey-10:before, .u-table-alt-grey-10 tr:nth-child(even) {
    color: #111111;
    background-color: #e5e5e5;
}
.u-align-center {
    text-align: center;
}
body, aside, .u-sidebar-block, section, header, footer {
    position: relative;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
*, *:before, *:after {
    box-sizing: border-box;
}

section {
 display: block;
    unicode-bidi: isolate;
}
.u-body {
    --theme-sheet-width-xl: 1140px;
    --theme-sheet-width-lg: 940px;
    --theme-sheet-width-md: 720px;
    --theme-sheet-width-sm: 540px;
    --theme-sheet-width-xs: 340px;
}
.u-body {
    color: #111111;
    background-color: #ffffff;
    --effect-scale: 1.1;
}
.u-body {
    font-family: 'Open Sans', sans-serif;
}
.u-body {
    --animation-fade_in-opacity: 0;
    --animation-fade_in_up-opacity: 0;
    --animation-fade_in_left-opacity: 0;
    --animation-fade_in_right-opacity: 0;
    --animation-fade_in_down-opacity: 0;
    --animation-fade_in_up_big-opacity: 0;
    --animation-fade_in_left_big-opacity: 0;
    --animation-fade_in_right_big-opacity: 0;
    --animation-fade_in_down_big-opacity: 0;
    --animation-fade_out-opacity: 0;
    --animation-fade_out_up-opacity: 0;
    --animation-fade_out_left-opacity: 0;
    --animation-fade_out_right-opacity: 0;
    --animation-fade_out_down-opacity: 0;
    --animation-fade_out_up_big-opacity: 0;
    --animation-fade_out_left_big-opacity: 0;
    --animation-fade_out_right_big-opacity: 0;
    --animation-fade_out_down_big-opacity: 0;
    --animation-rotate_in-rotate: -200deg;
    --animation-rotate_in_down_left-rotate: -45deg;
    --animation-rotate_in_down_right-rotate: 45deg;
    --animation-rotate_in_up_left-rotate: 45deg;
    --animation-rotate_in_up_right-rotate: -90deg;
    --animation-rotate_out-rotate: 200deg;
    --animation-rotate_out_down_left-rotate: 45deg;
    --animation-rotate_out_down_right-rotate: -45deg;
    --animation-rotate_out_up_left-rotate: -45deg;
    --animation-rotate_out_up_right-rotate: 90deg;
    --animation-roll_in-rotate: -120deg;
    --animation-roll_in-translate_x: -100%;
    --animation-roll_out-rotate: 120deg;
    --animation-roll_out-translate_x: 100%;
    --animation-zoom_in-scale: 0.3;
    --animation-zoom_in_down-scale: 0.475;
    --animation-zoom_in_down-translate_y: 60px;
    --animation-zoom_in_up-scale: 0.475;
    --animation-zoom_in_up-translate_y: -60px;
    --animation-zoom_in_left-scale: 0.475;
    --animation-zoom_in_left-translate_x: 10px;
    --animation-zoom_in_right-scale: 0.475;
    --animation-zoom_in_right-translate_x: -10px;
    --animation-zoom_out-scale: 0.3;
    --animation-zoom_out_down-scale: 0.475;
    --animation-zoom_out_down-translate_y: -60px;
    --animation-zoom_out_up-scale: 0.475;
    --animation-zoom_out_up-translate_y: 60px;
    --animation-zoom_out_left-scale: 0.475;
    --animation-zoom_out_left-translate_x: 42px;
    --animation-zoom_out_right-scale: 0.475;
    --animation-zoom_out_right-translate_x: -42px;
    --animation-slide_in_down-translate_y: -100%;
    --animation-slide_in_up-translate_y: 100%;
    --animation-slide_in_left-translate_x: -100%;
    --animation-slide_in_right-translate_x: 100%;
    --animation-slide_out_down-translate_y: 100%;
    --animation-slide_out_up-translate_y: -100%;
    --animation-slide_out_left-translate_x: -100%;
    --animation-slide_out_right-translate_x: 100%;
    --animation-custom_in-translate_x: 0px;
    --animation-custom_in-translate_y: 0px;
    --animation-custom_in-scale: 1;
    --animation-custom_in-rotate: 0deg;
    --animation-custom_in-opacity: 0;
    --animation-custom_in-translate_x-end: 0;
    --animation-custom_in-translate_y-end: 0;
    --animation-custom_in-scale-end: 1;
}
.u-body {
    font-size: 1rem;
    line-height: 1.6;
}
style attribute {
    font-size: 16px;
}
html {
    font-size: 16px;
}
html {
    font-size: 16px;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.u-grey-10, .u-body.u-grey-10, section.u-grey-10:before, .u-grey-10 > .u-audio-main-layout-wrapper:before, .u-grey-10 > .u-container-layout:before, .u-grey-10 > .u-inner-container-layout:before, .u-grey-10.u-sidenav:before, .u-container-layout.u-container-layout.u-grey-10:before, .u-table-alt-grey-10 tr:nth-child(even) {
    color: #111111;
    background-color: #e5e5e5;
}
.u-clearfix:after, .u-clearfix:before {
    content: '';
    display: table;
}
*, *:before, *:after {
    box-sizing: border-box;
}
.u-clearfix:after {
    clear: both;
}
.u-clearfix:after, .u-clearfix:before {
    content: '';
    display: table;
}
.u-section-1 .u-btn-1 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 400;
    margin: 17px auto 0;
}
.u-input.u-palette-2-base, .u-field-input.u-palette-2-base, .u-button-style.u-palette-2-base, .u-button-style.u-palette-2-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #f97c37 !important;
}
.u-button-style[class*="u-custom-color-"], .u-button-style[class*="u-palette-"], .u-button-style[class*="u-gray-"], .u-button-style.u-white, .u-button-style.u-black {
    border-width: 0;
}
.u-group, .u-group .u-container-layout > * {
    position: relative;
}
.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item) > .u-btn, .u-gradient > .u-container-layout > .u-btn, .u-image:not(.u-shading) > .u-container-layout > .u-btn, .u-btn {
    background-color: #55c2fd;
    color: #ffffff;
}
.u-btn {
    margin-top: 20px;
    margin-bottom: 20px;
}
.u-palette-2-base, .u-body.u-palette-2-base, section.u-palette-2-base:before, .u-palette-2-base > .u-audio-main-layout-wrapper:before, .u-palette-2-base > .u-container-layout:before, .u-palette-2-base > .u-inner-container-layout:before, .u-palette-2-base.u-sidenav:before, .u-container-layout.u-container-layout.u-palette-2-base:before, .u-table-alt-palette-2-base tr:nth-child(even)
 {
    color: #ffffff;
    background-color: #f97c37;
}
.u-radius-11 {
    border-radius: 11px;
}
[class*="-radius-"], .u-radius, [class*="-radius-"]:before, .u-radius:before, [class*="-radius-"] .u-background-effect, .u-radius .u-background-effect, [class*="-radius-"]:not(.u-hover-box) > .u-container-layout, .u-radius:not(.u-hover-box) > .u-container-layout {
    border-radius: var(--top-left-radius, var(--border-top-left-radius, var(--radius, var(--border-radius, 5)))) var(--top-right-radius, var(--border-top-right-radius, var(--radius, var(--border-radius, 5)))) var(--bottom-right-radius, var(--border-bottom-right-radius, var(--radius, var(--border-radius, 5)))) var(--bottom-left-radius, var(--border-bottom-left-radius, var(--radius, var(--border-radius, 5)))) !important;
    border-top-left-radius:10px ;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
  
[class*="-radius-"], .u-radius {
    --border-radius: initial;
    --border-top-left-radius: initial;
    --border-top-right-radius: initial;
    --border-bottom-right-radius: initial;
    --border-bottom-left-radius: initial;
    --radius: initial;
    --top-left-radius: initial;
    --top-right-radius: initial;
    --bottom-right-radius: initial;
    --bottom-left-radius: initial;
}
.u-align-center {
    text-align: center;
}
.u-valign-middle > *, .u-valign-top > *, .u-valign-bottom > * {
    flex-shrink: 0;
}
.u-audio-main-layout-wrapper, .u-audio-main-layout-wrapper > *, .u-inner-container-layout, .u-inner-container-layout > *, .u-group-elements, .u-group-elements > *, .u-container-layout > * {
    position: relative;
}
.u-button-style {
    transition-property: background-color, color, border-color;
}
.u-btn {
    
    display: table;
    cursor: pointer;
    color: #fff;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: none;
    border: 1px  transparent;
    outline-width: 1px;
    background-color: transparent;
    margin: 0;
    -webkit-text-decoration-skip:objects ;
    font-style: initial;
    white-space: nowrap;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    text-align: center;
    padding: 10px 30px;
    border-radius: 0;
    --border-radius: 0;
    align-self: flex-start;
}
.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item) > a, .u-gradient > .u-container-layout > a, .u-image:not(.u-shading) > .u-container-layout > a, a {
    color: #55c2fd;
}
a {
    color: #259bca;
    text-decoration: none;
}
.u-link, a {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
*, *:before, *:after {
    box-sizing: border-box;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.u-section-1 .u-image-1 {
    height: 323px;
    margin-top: 0;
    margin-bottom: 0;
}
.u-expanded-width:not(.custom-expanded) {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.u-back-image.u-image-contain, .u-image.u-image-contain

 {
    object-fit: contain;
    background-size: contain;
}

img.u-image, .u-video-poster {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}
.u-overlap.u-overlap-transparent .u-header, .u-image, .u-gradient {
    color: #111111;
}
.u-expanded-width {
    width: 100% !important;
}
.u-image, .u-background-effect-image, .u-video-poster {
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
}
img {
    border-style: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
@media (max-width: 1199px) {
    .u-section-1 .u-container-layout-1 {
        padding-top: 27px;
    }
}
.u-section-1 .u-container-layout-1 {
    padding: 30px 30px 27px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 27px;
    padding-left: 30px;
}
.u-container-layout {
    position: relative;
    flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    max-width: 100%;
    transition-duration: inherit;
}
.u-section-1 .u-btn-1 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 400;
    margin: 17px auto 0;
    margin-top: 17px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.u-input.u-palette-2-base, .u-field-input.u-palette-2-base, .u-button-style.u-palette-2-base, .u-button-style.u-palette-2-base[class*="u-border-"] {
    /* color: #ffffff !important; */
    background-color: #f97c37 !important;
}
.u-button-style[class*="u-custom-color-"], .u-button-style[class*="u-palette-"], .u-button-style[class*="u-gray-"], .u-button-style.u-white, .u-button-style.u-black {
    border-width: 0;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.u-clearfix u-sheet u-valign-middle u-sheet-1
{
  max-width: 800px;

} 

.float{
	position:fixed;
	width:55px;
	height:55px;
	bottom:10px;
	left:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:25px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

/*floating offer*/
  /* Basic Reset */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: Arial, sans-serif;
      height: 2000px; /* Just to show scrolling */
    }

    /* Floating Button Style */
    .floating-offer-button {
      position: fixed;
      bottom: 10px;
      right: 10px;
      background-color: #ffe600;
      color: white;
      padding: 10px 15px;
      border-radius: 50px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      font-size: 12px;
      font-weight: bold;
      text-decoration: none;
      z-index: 1000;
      transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .floating-offer-button:hover {
      transform: scale(1.05);
      background-color:#DD2476
    }

    /* Optional pulse animation */
    .floating-offer-button::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      background: rgba(255, 87, 34, 0.4);
      border-radius: 50px;
      transform: translate(-50%, -50%) scale(1);
      animation: pulse 2s infinite;
      z-index: -1;
    }

    @keyframes pulse {
      0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
      }
      100% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
      }
    }


  .info-box {
      background-color: #ffffff;
      border-left: 6px solid #c52d2f;
      
      padding: 20px;
      margin: 20px;
      margin-top: 70px;
      border-radius: 8px;
      max-width: 700px;
      color: #0c5460;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    }

    .info-box h3 {
      font-weight: 500;
      margin-top: 0;
      color: #c52d2f;
      text-align: left;
      
    }

    .info-box p {
      margin: 10px;
      
      text-align: left;
      padding-top: 5px;
      padding-bottom: 5px;
     
      
    }
    
