:root{
  --black-color:#000000;
  --black-22color:#222222;
  --white-22color:#ffffff;
  --38-color:#383838;
  --global-22color:#252525;
  --a2-22color:#a2a2a2;
  --75-22color:#757575;
  --89-22color:#898989;
  --c28851-color:#c28851;
  --8fa3aa-color:#8fa3aa;
  --a7a9ac-color:#a7a9ac;
  --f2f3f4-color:#f2f3f4;
  --818a9b-color:#818a9b;
  --7f7f7f-color:#7f7f7f;
  --002b46-color:#002b46;
  --fec200-color:#fec200;
  --18304c-color:#18304c;
  --d3da36-color:#d3da36;
  --6e6e6e-color:#6e6e6e;
}
:root{
  --popines-muli:'Muli';
  --popines-Roboto:'Roboto';
}
/* ----------- Project Shortcode ------------- */
.our_projects_outer{
  margin-top: 25px;
}
.our_projects_outer h4{
  padding-top: 25px;
}
.our_projects_outer h4 a{
  color: var(--black-22color);
  font:600 22px var(--popines-muli);
  letter-spacing: 1px;
}
.our_projects_outer .course-meta span{
  font-size: 14px;
  color: var(--a2-22color);
  font-family: var(--popines-Roboto);
  display: inline-block;
  margin-right: 10px;
  padding: 20px 0;
}
.our_projects_outer .short_text{
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 26px;
  color: var(--75-22color);
  font-family:  var(--popines-Roboto);
  padding: 8px 0;
}
.our_projects_outer .project-title{
  font:500 15px var(--popines-muli);
  letter-spacing: 6px;
  color: var(--white-22color);
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
/* --------- Overlay ------------ */
.our_projects_outer .box{
  text-align: center;
  overflow: hidden;
  position: relative;
}
.our_projects_outer .box img{
  width: 100%;
  height: auto;
  transform: scale(1.6);
  transition: all 0.3s ease 0s;
}
.our_projects_outer .box .box-content{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.2s ease 0s;
}
.our_projects_outer .box:before,.our_projects_outer .box:after,.our_projects_outer .box .box-content:before,.our_projects_outer .box .box-content:after{
  content: "";
  width: 100%;
  height: 25%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
  opacity: 0.7;
}
.our_projects_outer .box:before{ transform: translateX(100%); }.our_projects_outer .box:after{
  height: 25.1%;
  top: 25%;
  transition-delay: 0.05s;
}
.our_projects_outer .box:before{ transform: translateX(100%); }.our_projects_outer .box:after,.our_projects_outer .box .box-content:before,.our_projects_outer .box .box-content:after{
  transform: translateX(-100%);
}
.our_projects_outer .box .box-content:before{
  top: 50%;
  transition-delay: 0.1s;
}
.our_projects_outer .box .box-content:after{
  top: 75%;
  transition-delay: 0.15s;
}
.our_projects_outer .box:hover:before,.our_projects_outer .box:hover:after,.our_projects_outer .box:hover .box-content:before,.our_projects_outer .box:hover .box-content:after{ transform: translateX(0); }.our_projects_outer .box .inner-content{
  padding: 7px 7px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  transition: all 0.3s ease 0s;
  left: 0;
}
.our_projects_outer .box:hover .inner-content{
  background-color: var(--global-22color);
}
.our_projects_outer .box .title a{
  color:var(--white-22color);
}
.our_projects_outer .box .title,.our_projects_outer .box .post{
  opacity: 0;
  transition: all 0.4s ease 0s;
  letter-spacing: 1px;
  color: var(--white-22color);
  text-align: center;
}
.our_projects_outer .box .title{
  margin: 0 0 3px 0;
  transform: translateY(150px);
  font:500 22px var(--popines-muli);
  padding-top: 10px;
}
.our_projects_outer .box .post{
  padding: 10px 5px 0 5px;
  transform: translateY(50px);
  font:500 15px var(--popines-muli);
  margin-bottom: 0;
}
.our_projects_outer .box:hover .title,.our_projects_outer .box:hover .post{
  opacity: 1;
  transform: translate(0, 0);
}
.our_projects_outer .box:hover .project-title{
  display: none;
}
.our_projects_outer .box .box-content i{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:2px solid var(--white-22color);
  padding: 10px 10px;
  color:var(--white-22color);
  opacity: 0;
  font-size: 25px;
}
.our_projects_outer .box:hover i{
  opacity: 1 !important;
}
/* -------------- Testimonial Shortcode ----------- */
.our_testimonial_outer{
  text-align: center;
  margin-top: 30px;
}
.our_testimonial_outer h4 a{
  font:700 20px var(--popines-muli);
  letter-spacing: 1px;
  color: var(--black-22color);
}
.our_testimonial_outer .short_text{
  font:500 14px  var(--popines-Roboto);
  letter-spacing: 1px;
  line-height: 27px;
  color: var(--89-22color);
}
.our_testimonial_outer .tdesig{
  font:600 15px var(--popines-muli);
  letter-spacing: 1px;
  line-height: 25px;
  color: var(--c28851-color);
  padding-bottom: 20px;
}
.our_testimonial_outer .testimonial_inner{
  border:2px solid var(--c28851-color);
  padding: 30px;
}
.our_testimonial_outer img{
  border-radius: 50%;
}
/* ----------- Team Shortcode ------------- */
.our_team_outer {
  margin-top: 25px;
}
.our_team_outer .our-team-content-box2 p{
  font-size: 16px;
  color: var(--8fa3aa-color);
  font-family:  var(--popines-Roboto);
  margin-bottom: 5px;
}
.our_team_outer h4{
  text-align: center;
  padding-bottom: 0;
}
.our_team_outer h4 a{
  font:700 18px var(--popines-muli);
  letter-spacing: 1px;
  color: var(--black-22color);
}
.our_team_outer .team-desig{
  font:500 15px  var(--popines-Roboto);
  letter-spacing: 1px;
  color: var(--a7a9ac-color);
  margin-bottom: 0;
  text-align: center;
}
.our_team_outer .short_text{
  font:500 14px  var(--popines-Roboto);
  letter-spacing: 0px;
  color: var(--75-22color);
}
.our_team_outer  .our-team-content-box1{
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.our_team_outer  .our-team-content-box2{
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  padding: 20px;
  width:100%;
}
.our_team_outer .our-team-image{
  padding-left: 0;
}
/* ----------- team hover ---------  */
.our_team_outer .box{
  padding: 5px 5px 0 5px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.our_team_outer .box img{
  width: 100%;
  height: auto;
}
.our_team_outer .box .box-content{
  width: 97.1%;
  padding: 40px 0 40px 0px;
  background: rgba(0,0,0,0.7);
  position: absolute;
  bottom: 0px;
  left: 5px;
  right: 5px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease 0s;
  text-align: left;
}
.our_team_outer:hover .box-content{
  opacity: 1;
  transform: translateY(0);
}
.our_team_outer .box-content p{
  font:500 15px  var(--popines-Roboto);
  letter-spacing: 1px;
  color: var(--white-22color);
  margin-bottom: 5px;
}
.our_team_outer .box-content p i{
  padding-right: 5px;
  color: var(--c28851-color);
  padding-left: 20px;
}
.our_team_outer .att_socialbox{
  text-align: center;
  padding-top: 10px;
}
.our_team_outer .att_socialbox i{
  color: var(--white-22color);
  padding:0 10px;
} 
.our_team_outer .know-more i{
  width: 40px;
  height: 40px;
  color: var(--white-22color);
  border-radius: 50%;
  padding: 10px 15px;
  background-color: var(--c28851-color);
  font-size: 20px;
  position: absolute;
  top: -20px;
  right: 29px;
}
/* ----------- Services Shortcode -------------- */
.middle-content #comments{
  display: none;
}
#services-box{
  padding-top: 70px;
}
#services-box .services_content{
  background-color: var(--f2f3f4-color);
  text-align: center;
  padding: 20px;
  position: relative;
}
#services-box .services_content h4{
  margin-top: -45px;
}
#services-box .services_content h4 a{
  font:800 19px var(--popines-muli);
  letter-spacing: 0px;
  color: var(--global-22color);
  text-align: center;
}
#services-box .services-info{
  font:500 14px  var(--popines-Roboto);
  letter-spacing: 1px;
  color: var(--a7a9ac-color);
  text-align: center;
}
#services-box .services_content .services-icon{
  border-radius: 50%;
  background-color: var(--global-22color);
  padding: 20px 20px;
  width: 100px;
  height: 100px;
  position: relative;
  bottom: 65px;
  margin: auto;
  z-index: 99;
}
#services-box .services_content .services-img{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 2s;
  right: 0;
  width: 100%;
  height: 100%;
}
#services-box .services_content .services-img:hover{
  opacity: 1;
}
#services-box .services_content:hover .services-icon{
  background-color: #c18751;
}
/* ----------- Single Pages -------------- */
.single-page-content{
  font:500 14px  var(--popines-Roboto);
  letter-spacing: 0px;
  line-height: 26px;
  color: var(--75-22color);
}
#projects_single p{
  font:500 15px  var(--popines-Roboto);
  letter-spacing: 0px;
  line-height: 30px;
  color: var(--818a9b-color);
  margin-bottom: 0;
}
#projects_single .project_feature-box{
  padding-bottom: 20px;
}
#projects_single p span{
  font-size: 15px;
  font-weight: bold;
}
#single-team .inner-page-feature-box p{
  font:400 16px var(--popines-muli);
  letter-spacing: 1px;
  color: #acb2bc;
  margin-bottom: 8px;
}
#single-team .inner-page-feature-box img{
  padding-bottom: 20px;
}
#single-team .social-profiles{
  padding-bottom: 10px;
  padding-top: 15px;
}
#single-team .social-profiles i{
  color:var(--white-22color);
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 12px 13px;
  background-color:var(--global-22color); 
}
#testimonial_single .student-desig{
  font:500 17px  var(--popines-Roboto);
  letter-spacing: 0px;
  color: var(--global-22color);
}
#testimonial_single .team_feature-box img{
  border-radius: 50%;
}
#testimonial_single .social-profiles i{
  width: 40px;
  height: 40px;
  color: var(--7f7f7f-color);
  padding: 10px 10px;
  border:2px solid var(--7f7f7f-color);
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* ------------------Single Post ----------------- */
#single_post .postbox .postbox-content {
  position: static;
}
#single_post .date-box-inner {
  padding: 8px;
  border: solid 2px var(--white-22color);
}
.posttitle a,.page-header h1,.entry-title{
  font:600 20px var(--popines-muli);
  letter-spacing: 2px;
  color: var(--black-22color) !important;
}
.single-post-content table td{
  text-align: center;
}
.single-post-content .wp-audio-shortcode{
  margin-bottom: 50px;
}
.author_links a{
  color: var(--black-22color);
}
/*------------------ Single Testimonials -----------------*/
#testimonial_single blockquote {
  padding: 1.25em 40px;
  color: var(--38-color);
  background: var(--white-22color);
  border: 1px solid var(--black-22color);
  width: 100%;
}
.meta_post span i {
  background-color: var(--c28851-color);
  padding: 7px;
  color: var(--white-22color);
  margin-right: 10px;
}
#latest_post .owl-nav {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#latest_post button.owl-prev, #latest_post button.owl-next{
  border: none;
}
#latest_post button.owl-next.disabled, #latest_post button.owl-prev.disabled{
  background-color: transparent;
}
#latest_post button.owl-prev, #latest_post button.owl-next{
  background-color: transparent;
}
/*------------------------- Testimonial Shortcode --------------------------*/
.testimonial-shortcode .testimonials_inner {
    border: solid 2px var(--002b46-color);
}
.our_testimonials_outer.testimonial-shortcode {
    margin-top: 2em;
}
.testimonial-shortcode .testimonials_inner:hover{
  border: solid 2px var(--fec200-color);
}
.testimonial-shortcode .testimonials-icon img {
  width: 100%;
}
/*------------------ Contact Page -----------------*/
.contact-page-details{
  padding-bottom: 30px;
}
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: var(--18304c-color);
  border-bottom: solid 4px var(--d3da36-color);
  display: table;
  margin-bottom: 4%;
}
.contac_form input[type='text'],.contac_form input[type='email'],.contac_form input[type='url'],.contac_form input[type='password'],.contac_form input[type='search'],.contac_form input[type='number'],.contac_form input[type='tel'],.contac_form input[type='range'],.contac_form input[type='date'],.contac_form input[type='month'],.contac_form input[type='week'],.contac_form input[type='time'],.contac_form input[type='datetime'],.contac_form input[type='datetime-local'],.contac_form input[type='color'],.contac_form select,.contac_form textarea,.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color:transparent;
  color: #2f3357;
  border-radius: 0px;
  box-shadow: none;
  border:1px solid #cccccc;
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"] {
  font-size: 16px;
  padding: 10px 18px;
  margin: 0 12px 46px 0;
  height: auto;
  border:1px solid #cccccc;
  background-color: transparent;
}
.contact-box .wpcf7 input[type="text"]::placeholder,.contact-box .wpcf7 input[type="email"]::placeholder,.contact-box .wpcf7 textarea::placeholder{
  font-family:var(--popines-muli);
}
.contact-box .contac_form input[type="submit"]{
  border-radius: 40px;
  font-family: var(--popines-muli);
  padding: 12px 20px;
  margin-top: 20px;
}
section#contact-box{
  padding:0;
  margin:0;
}
.contact-info {
  font-size: 14px;
  line-height: 26px;
  width: 100%;
}
.contac_form h3 {
  text-align: center;
}
.contact-info .head{
  color:var(--black-color);
}
.contact-address, .contact-email, .contact-phone {
  margin: 7px 0;
}
.c_content span {
  font-size: 18px;
}
.c_content p{
  font-size: 16px;
}
.contac_form .fancy-title {
  width: 250px;
  margin: 0 auto;
}
.contac_form label{
  width: 100%;
}
.c_content {
  color: var(--white-22color);
}
.contact-page-details {
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  text-align: center;
  padding: 20px;
  margin-bottom: 40px;
}
.contact-page-details span{
  font:normal 18px var(--popines-muli);
  padding-bottom: 15px;
  color: #1f1e1e;
  letter-spacing: 1px;
}
.contact-page-details .inner-cont p{
  font:400  15px 'Roboto';
  color: var(--6e6e6e-color);
  line-height: 28px;
}
.contact-color-bg form textarea{
  margin-right: 10px;
  padding-left: 20px;
  padding-top: 23px;
}
.contact-box .contact-head{
  text-align: center;
  padding-bottom: 30px;
}
.contact-box .contact-head p{
  font:500 15px  var(--popines-Roboto);
  letter-spacing: 1px;
  line-height: 28px;
  color: var(--6e6e6e-color);
  max-width: 80%;
  margin: 0 auto;
}
.contact-box .contact-head h3{
  font:bold 32px var(--popines-muli);
  color: var(--black-22color);
  padding-bottom: 10px;
}
.contact-box .contact-title{
  font:700 18px  var(--popines-Roboto);
  letter-spacing: 1px;
  color: var(--global-22color);
}
.contact-box .contact-page-details i{
  font-size: 30px;
  color:var(--c28851-color);
  padding-bottom: 15px;
}
.contact-box .contact-text{
  font:500 14px  var(--popines-Roboto);
  letter-spacing: 1px;
  line-height: 28px;
  color: var(--global-22color);
  margin-bottom: 0;
}
aside#block-2.widget_block, aside#block-3.widget_block, aside#block-4.widget_block {
    display: none;
}