@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #6c757d;
}
.bg-black{background-color:#000}
img { border-radius:3px; }
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  color: #000;
  font-family: "Source Sans Pro", arial, sans-serif;
}

/* Button 1e */

/* General button style (reset) */
/*.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: rgba(0,0,0,0.7);
	cursor: pointer;
	padding: 25px 80px;
	display: inline-block;
	margin: 10px 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    overflow:hidden;
    contain:content;
    -webkit-contain:content;
    -moz-contain:content; 
    -ms-contain:content;
    border:solid 6px #F64336;
}
    .btn * { z-index:1; }
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	width: 0;
	height: 100%;
	top: 50%;
	left: 50%;
	background: #007bff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) skewX(0deg);
	-moz-transform: translateX(-50%) translateY(-50%) skewX(0deg);
	-ms-transform: translateX(-50%) translateY(-50%) skewX(0deg);
	transform: translateX(-50%) translateY(-50%) skewX(0deg);
}

.btn:hover,
.btn:active {
	color: #0e83cd;
    background-color:transparent!important;
}

.btn:hover:after {
	-webkit-transform: translateX(-50%) translateY(-50%) skewX(40deg);
	-moz-transform: translateX(-50%) translateY(-50%) skewX(40deg);
	-ms-transform: translateX(-50%) translateY(-50%) skewX(40deg);
	transform: translateX(-50%) translateY(-50%) skewX(40deg);
    width:100%;
	opacity: 1;
}

.btn:active:after {
	height: 400%;
	opacity: 1;
}*/
/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #fff;
	background: none;
	cursor: pointer;
	padding: 25px 50px;
	display: inline-block;
	margin: 15px 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    background-color:rgba(0,0,0,0.6);
    border:solid 2px #F64336 ;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
    .btn * { position:relative; z-index:1; }
/* Button 1d */
.btn-1d {
	overflow: hidden;
}

.btn-1d:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: #007bff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) skew(0deg);
	-moz-transform: translateX(-50%) translateY(-50%) skew(0deg);
	-ms-transform: translateX(-50%) translateY(-50%) skew(0deg);
	transform: translateX(-50%) translateY(-50%) skew(0deg);
}

.btn-1d:hover,
.btn-1d:active {
	color: #fff;
    background-color:transparent;
    border-color:#007bff;
}

.btn-1d:hover:after {
	-webkit-transform: translateX(-50%) translateY(-50%) skew(40deg);
	-moz-transform: translateX(-50%) translateY(-50%) skew(40deg);
	-ms-transform: translateX(-50%) translateY(-50%) skew(40deg);
	transform: translateX(-50%) translateY(-50%) skew(40deg);
	width: 100%;
	opacity: 1;
}

.btn-1d:active:after {
	-webkit-transform: translateX(-50%) translateY(-50%) skew(40deg);
	-moz-transform: translateX(-50%) translateY(-50%) skew(40deg);
	-ms-transform: translateX(-50%) translateY(-50%) skew(40deg);
	transform: translateX(-50%) translateY(-50%) skew(40deg);
	width: 101%;
	opacity: 1;
}




header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

header .navbar-brand {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 400;
  color: #fff !important;
}
    header .navbar-brand img { max-width:160px; max-height:90px; }
header .navbar-collapse {
  position: relative;
}

header .navbar {
  padding-top: 0;
  padding-bottom: 0;
  /*background: transparent !important;*/
  background-color:rgba(21,21,21,0.9)!important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}
.bg{
    background-color:#000;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
 background-color:rgba(0,0,0,1)!important;
}

.carousel-item:before { position:absolute; display:block; content:""; background-color:rgba(0,0,0,0.6); left:0; right:0; bottom:0; top:0; }
.carousel-caption { position:absolute; top:50%; transform:translateY(-50%); }
@media (max-width: 991.98px) {
  header .navbar {
    background: rgba(0, 0, 0, 0.7) !important;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

/*header .navbar .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}*/

header .navbar .navbar-nav.absolute-right {
  position: absolute;
  right: 0;
}



@media (max-width: 991.98px) {
  header .navbar .navbar-nav.absolute-right {
    position: relative;
    right: inherit;
  }
}

header .navbar .nav-link {
  padding: 1.7rem 1rem;
  font-size: 15px;
  outline: none !important;
}

@media (max-width: 991.98px) {
  header .navbar .nav-link {
    padding: .5rem .5rem;
  }
}

header .navbar .nav-link:hover {
  color: #fff !important;
}

header .navbar .nav-link.active {
  color: #fff !important;
}

header .navbar .dropdown.show > a {
  color: #fff !important;
}

header .navbar .dropdown-menu {
  font-size: 14px;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
  min-width: 13em;
  margin-top: -10px;
}

header .navbar .dropdown-menu:before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 10px;
}

@media (max-width: 1199.98px) {
  header .navbar .dropdown-menu:before {
    display: none;
  }
}

header .navbar .dropdown-menu .dropdown-item:hover {
  background: #007bff;
  color: #fff;
}

header .navbar .dropdown-menu .dropdown-item.active {
  background: #007bff;
  color: #fff;
}

header .navbar .dropdown-menu a {
  padding-top: 7px;
  padding-bottom: 7px;
}

header .navbar.navbar-light .nav-link {
  color: #fff;
}
img{
    width:100%;
}
header .navbar.navbar-light .nav-link.active {
  color: #fff;
}

.site-hero {
  background-size: cover;
  background-position: center center;
  /*min-height: 750px;*/
  height: 100vh;
}

.site-hero img{
    width:100%;
     /*min-height: 750px;*/
  height: 100vh;
}


.site-hero a:hover {
  opacity: 1;
}

.site-hero .post-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.site-hero h2, .site-hero p {
  color: #fff;
  line-height: 1.5;
}

.site-hero h2 {
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
  color:#fff;
}

.site-hero .lead {
  font-size: 24px;
  color: #fff;
  opacity: 1.5;
  margin-bottom: 30px;
  font-weight: 300;
}

.site-hero > .container {
  position: relative;
  z-index: 2;
}

.site-hero.overlay {
  position: relative;
}

.site-hero.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.site-hero .site-hero-inner {
  height: 100vh;
}


.box {
  padding: 30px;
  background: #fff;
}

.episodes .episode a {
  color: #000;
}

.episodes .episode a:hover {
  opacity: .7;
}

.episodes .meta {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .2em;
  color: #cccccc;
}

.episodes .episode-number {
  border: 2px solid #0062cc;
  text-align: center;
  display: inline-block;
  width: 80px;
  height: 80px;
  text-transform: uppercase;
  line-height: 74px;
  border-radius: 50%;
  background: #007bff;
  color: #fff;
  font-size: 30px;
}

.site-hero-innerpage, .site-hero-innerpage .site-hero-inner {
  min-height: 250px;
  height: 50vh;
  background-position:center center!important;
  background-repeat:no-repeat;
  background-size:cover;
}

.site-section {
  padding: 70px 0;
}
.section_title {
    font-size:40px; font-weight:600; 
  background: url('../images/grad-bg.png');
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*-webkit-text-stroke: 1px rgba(255,255,255,0.5);*/
}
.section_title.color-white {
    
  background: none;
  -webkit-background-clip: content-box;
  -webkit-text-fill-color: #fff;
}
.light_title { font-weight:400; opacity:0.4; margin-bottom:20px; text-transform:uppercase;}
.school-features,
.school-instructors {
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}

@media (min-width: 576px) {
  .school-features,
  .school-instructors {
    width: 100%;
    /*padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;*/
  }

}

@media (min-width: 576px) {
  .school-features .inner,
  .school-instructors .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   margin-right: -15px;
    margin-left: -15px;*/
  }
}

.school-features .feature, .school-features .instructor,
.school-instructors .feature,
.school-instructors .instructor {
  position: relative;
  /*width: 100%;*/
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  /*-webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;*/
}

@media (min-width: 576px) {
  .school-features .feature, .school-features .instructor,
  .school-instructors .feature,
  .school-instructors .instructor {
    position: relative;
    /*width: 100%;*/
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    /*-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;*/
  }
}

@media (min-width: 768px) {
  .school-features .feature, .school-features .instructor,
  .school-instructors .feature,
  .school-instructors .instructor {
    position: relative;
    /*width: 100%;*/
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    /*-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;*/
  }
}

.cources{
    padding:10px;
    text-align:center;
   
}
.cources-col{
  

}
/*.cources-col :hover{
   box-shadow:0px 0px 25px rgba(255, 255, 255, 0.5);

}*/

.cources a{
    color:#fff;
    font-size:18px;

}

.color-white{
    color:#fff;
}
@media (min-width: 992px) {
  .school-features .feature, .school-features .instructor,
  .school-instructors .feature,
  .school-instructors .instructor {
    position: relative;
    /*width: 100%;*/
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    /*-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;*/
    /*flex: 0 0 25%;*/
    /*max-width: 20%;*/
    padding: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.school-features .feature h3, .school-features .instructor h3,
.school-instructors .feature h3,
.school-instructors .instructor h3 {
  font-size: 18px;
  color: #fff;
}

.school-features .feature p, .school-features .instructor p,
.school-instructors .feature p,
.school-instructors .instructor p {
  color: #fff;
  opacity: .5;
}

.school-features .feature img, .school-features .instructor img,
.school-instructors .feature img,
.school-instructors .instructor img {
  width: 100px;
  border-radius: 50%;
  margin: 0 auto;
}

.school-features .feature .icon > span:before, .school-features .instructor .icon > span:before,
.school-instructors .feature .icon > span:before,
.school-instructors .instructor .icon > span:before {
  font-size: 50px;
  margin-left: 0;
  color: #fff;
}

.school-features.text-dark.last,
.school-instructors.text-dark.last {
  border-bottom: none;
}

.school-features.text-dark.last .feature,
.school-instructors.text-dark.last .feature {
  border-bottom: none;
}

@media (min-width: 992px) {
  .school-features.text-dark .feature,
  .school-instructors.text-dark .feature {
    border-right: 1px solid #e6e6e6;
    /*border-bottom: 1px solid #e6e6e6;*/
  }
}

.school-features.text-dark .feature:last-child,
.school-instructors.text-dark .feature:last-child {
  border-right: none;
}

.school-features.text-dark .feature h3,
.school-instructors.text-dark .feature h3 {
  font-size: 18px;
  color: #000;
}

.school-features.text-dark .feature p,
.school-instructors.text-dark .feature p {
  color: #000;
  opacity: .5;
}

.school-features.text-dark .feature p:last-child,
.school-instructors.text-dark .feature p:last-child {
  margin-bottom: 0;
}

.school-features.text-dark .feature .icon > span:before,
.school-instructors.text-dark .feature .icon > span:before {
  font-size: 50px;
  margin-left: 0;
  color: #007bff;
}

.img-bg {
  background-size: cover;
}

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%;
  }
}
.section_title{
   /*font-size: 30px;*/
text-transform: uppercase;
margin-bottom: 24px;

}

.module .owl-item {
 
}
/*.top-bottom{
     padding-top: 40px;
padding-bottom: 40px;
}*/
.item p:not(:last-child){

padding-bottom:20px;


/*border-bottom: 1px solid #e6e6e6;*/
}
.item{
    /*border-right: 1px solid #e6e6e6;*/
     margin-left:-10px !important;
}
.ml-2{
    margin-left: 1rem !important;
}
.item-inner{
    /*border:1px groove lightgrey;*/
    height: 150px;
    vertical-align:middle;
    padding:10px;
    border-bottom:1px solid #dee2e6!important
}
    .item-inner:nth-child(4) {
        border-bottom:none!important
    }
/*.info{
    padding-top: 50px;
padding-bottom: 40px;
}*/

.info ol{
    margin-left: -22px;
}
.section-cover {
  background-size: cover;
  position: relative;
  background-position: top left;
}

.section-cover, .section-cover .intro {
  /*height: 500px;*/
}

.section-cover p {
  color: #fff;
}

.section-cover h2 {
  color: #fff;
}
/*.border-bottom{
    border-bottom:1px solid lightgrey;
}*/
.top-course .course, .top-course .blog-entry, .blog-entries .course, .blog-entries .blog-entry {
  display: block;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  margin-bottom: 30px;
}

.top-course .course:hover, .top-course .course:focus, .top-course .blog-entry:hover, .top-course .blog-entry:focus, .blog-entries .course:hover, .blog-entries .course:focus, .blog-entries .blog-entry:hover, .blog-entries .blog-entry:focus {
  opacity: .7;
}

.top-course .course img, .top-course .blog-entry img, .blog-entries .course img, .blog-entries .blog-entry img {
  max-width: 100%;
  margin-bottom: 20px;
}

.top-course .course h2, .top-course .blog-entry h2, .blog-entries .course h2, .blog-entries .blog-entry h2 {
  font-size: 18px;
  line-height: 1.5;
}

.top-course .course p, .top-course .blog-entry p, .blog-entries .course p, .blog-entries .blog-entry p {
  font-size: 13px;
  color: gray;
}

.instructor-meta {
  margin-bottom: 10px;
  color: #999999 !important;
}

.btn, .form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
}

.btn:focus, .btn:active, .form-control:focus, .form-control:active {
  outline: none;
}

.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

textarea.form-control {
  height: inherit;
}

.btn {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  padding: 12px 30px;
}

.btn.btn-black {
  background: #000;
  color: #fff;
}

.btn.btn-primary {
  color: #fff;
  border-width: 2px;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  border-color: #3395ff;
  background: #3395ff;
}

.btn.btn-sm {
  font-size: 12px;
}

.btn.btn-outline-primary {
  border-width: 2px;
  color: #007bff;
}

.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active {
  color: #fff;
}

.btn.btn-outline-white {
  border-width: 2px;
  border-color: #fff;
  color: #fff;
}

.btn.btn-outline-white:hover, .btn.btn-outline-white:focus {
  background: #fff;
  color: #000;
  border-width: 2px;
}

.btn:hover {
  -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
}

.flaticon-custom {
  font-size: 70px;
}

.flaticon-custom:before, .flaticon-custom:after {
  margin-left: 0;
}

.no-nav .owl-nav {
  display: none;
}

.owl-carousel .owl-item {
  opacity: .4;
}


.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  bottom: 0%;
  width: 100%;
  top:auto;
  height:30px;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 10px;
  font-size:60px!important;
  height:30px!important;
  line-height:30px!important;
  /*display:none!important;*/
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-prev:active,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-next:active {
  /*outline: none;*/
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 40px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 10px !important;
  outline:none;
}

.owl-carousel .owl-nav .owl-next {
  right: 10px !important;
  outline:none;
}

.owl-carousel .owl-dots {
  text-align: center;
  /*display:none!important;*/
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #007bff;
}

.owl-carousel.home-slider {
  z-index: 1;
  position: relative;
}

.owl-carousel.home-slider .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.home-slider .owl-nav button {
  color: #fff;
}

.owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh - 117px);
  min-height: 700px;
  position: relative;
}

.owl-carousel.home-slider .slider-item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}

.owl-carousel.home-slider .slider-item .slider-text {
  color: #fff;
  height: calc(100vh - 117px);
  min-height: 700px;
}

.owl-carousel.home-slider .slider-item .slider-text .child-name {
  font-size: 40px;
  color: #fff;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  font-weight: 800 !important;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 40px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: white;
}

.owl-carousel.home-slider .slider-item.dark .child-name {
  color: #000;
}

.owl-carousel.home-slider .slider-item.dark h1 {
  color: #000;
}

.owl-carousel.home-slider .slider-item.dark p {
  color: #000;
}

.owl-carousel.home-slider.inner-page .slider-item {
  height: calc(50vh - 117px);
  min-height: 350px;
}

.owl-carousel.home-slider.inner-page .slider-item .slider-text {
  color: #fff;
  height: calc(50vh - 117px);
  min-height: 350px;
}

.owl-carousel.home-slider .owl-dots {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  outline: none !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
  border: 2px solid white;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active span {
  background: white;
}

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057;
}

.owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
  color: #6c757d;
  outline: none;
}

.owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
  color: #dee2e6;
}

.owl-carousel.major-caousel .owl-nav .owl-prev {
  left: -60px !important;
}

.owl-carousel.major-caousel .owl-nav .owl-next {
  right: -60px !important;
}

.owl-carousel.major-caousel .owl-dots {
  bottom: -30px !important;
  position: relative;
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}

.box {
  overflow: hidden;
  border-radius: 4px;
  display: block;
}

.box img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.box .box-body {
  padding: 20px;
  border: 1px solid #e9ecef;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.box h2 {
  font-size: 18px;
  font-family: "Source Sans Pro", arial, sans-serif;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.box.hover:hover img, .box.hover:focus img {
  margin-top: -20px;
}

.box.hover:hover .box-body, .box.hover:focus .box-body {
  background: #007bff;
  color: #fff;
  padding: 30px 20px;
  border-color: #007bff;
}

.box.hover:hover h2, .box.hover:focus h2 {
  color: #fff;
}

.breadcrumb-custom {
  background: none;
  padding: 0;
}

.breadcrumb-custom li a {
  color: #007bff;
}

.breadcrumb-custom li a:hover {
  color: #fff;
}

.breadcrumb-custom li.active {
  color: #fff;
}

.breadcrumb-custom li.breadcrumb-item + .breadcrumb-item:before {
  content: "/";
  color: rgba(255, 255, 255, 0.3);
}

.children-info li {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #dee2e6;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none;
}

.categories li:last-child, .sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a, .sidelink li a {
  display: block;
}

.categories li a span, .sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a, .sidelink li.active a {
  color: #000;
  font-style: italic;
}

.cover_1 {
  background-size: cover;
  background-position: center center;
  padding: 7em 0;
}

.cover_1 .sub-heading {
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
}

.cover_1 .heading {
  font-size: 50px;
  color: white;
  font-weight: 300;
}

.heading {
  color: #000;
}

.heading.border-bottom {
  position: relative;
  padding-bottom: 30px;
}

.heading.border-bottom:before {
  bottom: 0;
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #007bff;
}

.text-black {
  color: #000 !important;
}

.stretch-section .video {
  display: block;
  position: relative;
  -webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
}

.media-feature {
  padding: 30px;
  -webkit-transition: .2s all ease-out;
  -o-transition: .2s all ease-out;
  transition: .2s all ease-out;
  background: #fff;
  z-index: 1;
  position: relative;
  border-bottom: 10px solid transparent;
  border-radius: 4px;
  font-size: 15px;
}

.media-feature .icon {
  font-size: 60px;
  color: #007bff;
}

.media-feature h3 {
  font-size: 16px;
  text-transform: uppercase;
}

.media-feature:hover, .media-feature:focus {
  -webkit-box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 2;
  border-bottom: 10px solid #007bff;
}

.media-custom {
  background: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  margin-bottom: 30px;
  position: relative;
  top: 0;
}

.media-custom .meta-post {
  color: #ced4da;
  font-size: 13px;
  text-transform: uppercase;
}

.media-custom > a {
  position: relative;
  overflow: hidden;
  display: block;
}

.media-custom .meta-chat {
  color: #ced4da;
}

.media-custom .meta-chat:hover {
  color: #6c757d;
}

.media-custom img {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.media-custom:focus, .media-custom:hover {
  top: -2px;
  -webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
}

.media-custom:focus img, .media-custom:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.media-custom .media-body {
  padding: 30px;
}

.media-custom .media-body h3 {
  font-size: 20px;
}

.media-custom .media-body p:last-child {
  margin-bottom: 0;
}

#accordion .card {
  font-size: 15px;
  border-color: #dee2e6;
}

#accordion .card h5 a {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #007bff;
  position: relative;
  -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
  border-radius: 0;
}

#accordion .card h5 a .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

#accordion .card h5 a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
}

#accordion .card h5 a.collapsed {
  color: #000;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#accordion .card h5 a.collapsed .icon {
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#accordion .card h5 a.collapsed:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
}

#accordion .card .card-body {
  padding-top: 15px;
}

.testimonial {
  font-size: 30px;
  color: #000;
}

.media-testimonial img {
  width: 100px;
  border-radius: 50%;
}

.media-testimonial blockquote p {
  font-size: 20px;
  color: #000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

blockquote {
  padding-left: 30px;
  border-left: 10px solid #e6e6e6;
}

blockquote p {
  font-size: 18px;
  font-style: italic;
  color: #000;
}

.list-unstyled.check li {
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.list-unstyled.check li:before {
  color: #17a2b8;
  left: 0;
  font-family: "Ionicons";
  content: "\f122";
  position: absolute;
}

#modalAppointment .modal-content {
  border-radius: 0;
  border: none;
}

#modalAppointment .modal-body, #modalAppointment .modal-footer {
  padding: 40px;
}

.overflow {
  position: relative;
  overflow-x: hidden;
}

.site-footer {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 5em 0 3em;
}

.site-footer a {
  color: #fff;
}

.site-footer a:hover, .opacity-50 {
  opacity: .5;
}
.opacity-20 {
  opacity: .2;

}

.site-footer h3 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.5);
}

.blog-entry-footer .post-meta {
  color: gray;
  font-size: 15px;
}

.border-t {
  border-top: 1px solid #f8f9fa;
}

.copyright {
  font-size: 14px;
}

.element-animate {
  opacity: 0;
  visibility: hidden;
}

.h-auto{height:auto!important}
.img1{height: 60px!important; object-fit: contain; object-position: center;}
#loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000;
}

#loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}






.cources-col .row{
    padding:0px!important;
}


/*.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}*/
    .cources-col .box1 { 
        padding:0px;
    }
.cources-col .box1:hover{
     transform: scale(1.02);
    box-shadow: 0px 0px 2px 7px rgba(255,255,255,0.2);
}
.cources-col .col-md-3{
   /*padding-left: 0px !important;
   padding-right:0px !important;*/
}
.box1{
    border:1px groove #818181;
    padding:10px;
    transition:all 0.2s ease 0s;
   
}
.box1 h4{
 color: grey;
   
}
.box1 p{
 /*font-size:12px;*/
   
}
.box1 .cources-col-img {
  background:#c2a482;
  background: -moz-linear-gradient(-45deg, rgba(229,217,204,1) 2%, rgba(194,164,130,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(229,217,204,1) 2%,rgba(194,164,130,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(229,217,204,1) 2%,rgba(194,164,130,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5d9cc', endColorstr='#c2a482',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  position: relative;
  height: 100%;
  text-align: center;
}
.box1 img{
 width:100%;

 object-fit:contain;
   margin-top: -15px;
}

.bg-navy{
    background-color:#01579B;
    color:#fff;
}
.bg-red{
    background-color:#F54235;
    color:#fff;
}
.bg-dark{
    color:rgba(255,255,255,0.7);
}
.pl-50{
    padding-left:120px;
}
.career img{
    width:100%;
}

.color-black{
    color:#000;
}

@media screen and (min-width: 992px) {
    .fullimg { height:100%; width:100%; object-fit:cover; object-position:center center;    }

    nav .dropdown:hover > .dropdown-menu { display:block;  }
}

.flip-card {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .flip-card .front, .flip-card .back {
        background-size: cover;
        background-position: center;
        -webkit-transition: -webkit-transform .7s cubic-bezier(.4,.2,.2,1);
        transition: -webkit-transform .7s cubic-bezier(.4,.2,.2,1);
        -o-transition: transform .7s cubic-bezier(.4,.2,.2,1);
        transition: transform .7s cubic-bezier(.4,.2,.2,1);
        transition: transform .7s cubic-bezier(.4,.2,.2,1),-webkit-transform .7s cubic-bezier(.4,.2,.2,1);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        width: 100%;
        height: 280px;
        border-radius: 6px;
        color: #fff;
        font-size: 1.5rem;
    }

.flip-card .dark.back h5{
    color:#fff;
}
.dark .back {
    background-color: #666;
}
.flip-card .front.no-after:after, .flip-card .back.no-after:after {
    content: none;
}

.flip-card .front:after, .flip-card .back:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    opacity: .5;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 6px;
}

.flip-card:hover .front, .flip-card:hover .back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(.4,.2,.2,1);
    transition: -webkit-transform .7s cubic-bezier(.4,.2,.2,1);
    -o-transition: transform .7s cubic-bezier(.4,.2,.2,1);
    transition: transform .7s cubic-bezier(.4,.2,.2,1);
    transition: transform .7s cubic-bezier(.4,.2,.2,1),-webkit-transform .7s cubic-bezier(.4,.2,.2,1);
}

.flip-card .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.flip-card .inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}
.flip-card .fbox-icon {
    margin-bottom:20px!important;
    width:52px;
    height:52px;
}

.flip-card .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-card .front, .flip-card:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-card:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-card.top-to-bottom .back {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-card.top-to-bottom .front, .flip-card.top-to-bottom:hover .back {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-card.top-to-bottom:hover .front {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-card .inner p {
    position: relative;
    font-size: 13px;
    margin-bottom: 0;
    color: rgba(255,255,255,.7);
    font-weight: 300;
}


 .points { padding: 0; list-style: none; }
    .points.row { padding-left: 10px; }
    .points > li { position: relative; padding: 2px 15px 12px 30px; }
        .points > li:before { position: absolute; width: 8px; height: 8px; background-color: #F54235; left: 10px; top: 11px; content: ""; transform: rotate(45deg); }


        
@media screen and (max-width: 992px) {
    .site-hero h2 {
  font-size: 42px;
}

.site-hero .lead {
  font-size: 24px
}
.section_title {
        font-size:36px;
    }
}
@media screen and (max-width: 768px) {
    .site-hero h2 {
  font-size: 30px;
}

.site-hero .lead {
  font-size: 16px
}
    .section_title {
        font-size:24px;
    }
}

.rounded-box {
    width: 100%;
    padding-top: 100%;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;
    border: solid 1px #eee;
    box-shadow: 0px 6px 2px rgba(0,0,0,0.2);
    border-radius:50%;             
}
    .rounded-box span { position:absolute; width:95%; margin:0 auto; top:50%; left:50%;  transform:translateX(-50%) translateY(-50%);font-size:18px;}

/*====================================================*/
#menu-container {
  width: 100%;
  min-height: 100%;
  /*background: #f3f3f3;
  border: 20px solid #fff;*/
}

.folding-menu {
  /* remove inline-block extra spacing */
  font-size: 0;
  padding: 0;
}

.folding-menu li {
  list-style-type: none;
}

.menu-item {
  text-align: center;
  display: inline-block;
   padding:20px; 
  /*margin: 20px;*/
  /*background: #F26F74;*/
  transition: background 0.3s;
  font-size: 15px;
  vertical-align: top;
  /*border: 1px solid #F26F74;*/
}
.menu-item img{
  width: 100%;
  max-width:323px
}
.menu-item:hover {
  background: #e6e6e6;
}

.menu-item:after {
  content: '';
  border-top: 0 solid #e6e6e6;
}

.unfolded-content {
  font-size: 15px;
  background: #ddd;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.active-item {
  background: #ccc;
  position: relative;
}

.active-item:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: calc( 50% - 40px );
  bottom: -40px;
  border-top: 40px solid #ccc;
  border-right: 40px solid transparent;
  border-bottom: 00px solid transparent;
  border-left: 40px solid transparent;
  z-index: 10;
  transition: border-top-color 0.3s;
}

.active-item:hover:after {
  border-top: 40px solid #e6e6e6;
}

.close-unfolded-content {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  background: #fff;
  transition: color 0.3s, background 0.3s;
  color:#000;
  z-index:1;
}

.close-unfolded-content:hover {
  color: #fff;
  background: #444;
}
/* Necessary for functionality */

.folding-content,
.unfolded-content {
  display: none;
}

.unfolded-content {
  width: 100%;
}

.unfolded-content .folding-content {
  display: block;
}

.menu-item:hover,
.close-unfolded-content:hover {
  cursor: pointer;
}

.fg-style {
    color:#F54235;
    font-size:36px; padding:0;
}

.h-form { /*position:absolute;*/ 
    background-color:#000;
    border-radius:0 0 10px 10px;
    padding:10px;
    border:solid 1px #fff;
    box-shadow:0px 3px 8px rgba(0,0,0,0.15);
    width:100%;
    left:0;
    z-index:99;
    top:auto;
}
    .h-form h6 {
        position: absolute;
    z-index: 1;
    padding: 10px 10px;
    left: 50%;
    top: -39px;
    background-color: rgba(0,0,0,0.9);
    transform: translateX(-50%);
    border: solid 1px #fff;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    text-align:center;
    width:340px;
    }
.bg-half-div { left:0; right:0; bottom:0; top:0; position:absolute; }
.bg-light {
    background-color: #f3f3f6!important;
}
@media screen and (max-width: 520px) {
    .h-form h6 { font-size:16px; width:310px;
    top: -45px; }
    .dropdown-menu { max-width:77%;}
    .dropdown-menu a{ overflow:hidden; text-overflow:ellipsis; }
}

/*=============================*/


.modal-title {

    margin-bottom: 0;
    line-height: 1.5;
    text-align: center;
    margin-left: 145px!important;

}
/*===================== projects page ============================*/
.project{

}     
/*.project .btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    text-decoration: none;
    outline: 0;
    background-color: #c2a482;
}*/
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;
    margin-left: 17px;

}
.filter-button:hover, .filter-button.active
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    max-height: 100%;
    height: 200px;
}

.gallery_product
{
    margin-bottom: 30px;
}
     .project   img {
            /*width: 200px;*/
            max-width:100%;
           object-fit:cover;
            max-height:100%;
            height:200px;
        }

     @media screen and (max-width: 768px) {
        .border-bottom, .border-right {
            border: 1px solid #dee2e6!important
        }
}


     .footer-social-info li {
	width: 40px;
	height: 40px;
	
	text-align: center;
	
	padding: 5px;
	border: 1px solid #6E6E6E;
	border-radius: 50%;
    display:inline-block;
}

  /*.face:hover {
   color:#29487d;
}*/

.face :hover {

    color:#29487d;
}
.twit :hover {

    color:#1da1f2;
}
.pint :hover {

    color:#c8232c;
}
.google :hover {

    color:#CC3333;
}
.insta :hover {

    color:#3f729b;
}



/*==========================================================================*/
/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	/*margin: 0 5px;*/
}

/* footer social icons */
.social-network a.icoinsta:hover {
	background-color: #3f729b;
    opacity:unset!important;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
    opacity:unset!important;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
    opacity:unset!important;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
    opacity:unset!important;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
    opacity:unset!important;
}
/* .social-network a.icoPinterest:hover {
	background-color:#c8232c;
    opacity:unset!important;
} */
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 45px;
	height: 45px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.contact-icon {
  width: 24px;
  height: 24px;
  margin-right: 2px; /* Adds spacing between icon and text */
  display: inline-block; /* Ensures proper alignment */
  vertical-align: middle; /* Aligns with text */
}

.email-icon {
  width: 24px;
  height: 24px;
  margin-right: 2px; /* Adds spacing between icon and text */
  display: inline-block; /* Ensures proper alignment */
  vertical-align: middle; /* Aligns with text */
}

.address-icon {
  width: 24px;
  height: 24px;
  margin-right: 2px; /* Adds spacing between icon and text */
  display: inline-block; /* Ensures proper alignment */
  vertical-align: middle; /* Aligns with text */
}
.footer-text {
  color: white;
  font-size: 16px;
  vertical-align: middle;
}

.founder-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ddd;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.social-circle li a {

    /*background: #85b0be;*/

}