/* global */
.mb-1{ margin-bottom:1rem; }
.mb-2{ margin-bottom:2rem; }
.mb-3{ margin-bottom:3rem; }
.mt-1{ margin-top:1rem; }
.mt-2{ margin-top:2rem; }

.mt-3{ margin-top:3rem; }
.my-1{ margin:1rem; }
.my-2{ margin:2rem; }
.my-3{ margin:3rem; }
.px-3{ padding-left:30px; padding-right:30px;}
.pb-0{ padding-bottom:0px; }
.pb-3{ padding-bottom:3rem; }

.row_flex{
	display: flex;
	flex-wrap: wrap;	
}
.row_flex .col-lg-3,
.row_flex .col-lg-4,
.row_flex .col-lg-6,
.row_flex .col-lg-12,
.row_flex .col-md-3,
.row_flex .col-md-4,
.row_flex .col-md-6,
.row_flex .col-md-12,
.row_flex .col-sm-3,
.row_flex .col-sm-4,
.row_flex .col-sm-6,
.row_flex .col-sm-12,
.row_flex .col-xs-6,
.row_flex .col-xs-12
{
    flex: 0 0 auto;
	float:none;
}

.clearbrod{
	display:block;
	width:100%;
	height:25px;
}

/* error page */
.error_page{
	display: flex;
	flex-wrap: wrap;
	min-height: 100vh;
}
.error_page .align-self-center{
	flex: 0 0 auto;
	float:none;
	align-self: center !important;
}
.error_page .align-self-center h1{
	color: #ba0000;
	font-size: 5rem;	
}
.error_page .align-self-center h2{
	color: #ba0000;
	font-size: 3rem;
}
.error_page .align-self-center p{
	color: #151515;
	font-size: 2rem;
	margin: 2rem 0;
}



/********/
.our-courses .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.our-courses .col-lg-4,
.our-courses .col-md-4,
.our-courses .col-md-6,
.our-courses .col-sm-6, 
.our-courses .col-xs-12
{
    flex: 0 0 auto;
	float:none;
}
.our-courses .single-course-block{
	position: relative;
	z-index: 1;
	height: 100%;
	padding-bottom: 30px;
}
.our-courses .single-course-block .text-box{
	position: relative;
	height: 100%;
	border-radius: 20px;
	transition: 0.3s all ease-in-out;
	-webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	-moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	color: inherit;	
	display: flex;
	flex-direction: column;
	height: 100%;
}
.our-courses .single-course-block .text-box .subtitle{
  position:relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 80px 40px 0px;
  filter: grayscale(100%);
}
.our-courses .single-course-block .text-box .subtitle img{
  height: 30px;
  float: left;
  margin-right: 5px;
}
.our-courses .single-course-block .text-box .title_course{
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.our-courses .single-course-block .text-box .icon {
  position: absolute;
  z-index: 2;
  right: 30px;
  top: 30px;
  width: 80px;
  transition: 0.3s all ease-in-out;
}
.our-courses .single-course-block .text-box div.text-center{
	margin-top:auto;
}

.our-courses .single-course-block:hover .text-box .title_course h5{
	color: #ba0000;
}
.our-courses .single-course-block:hover .text-box .subtitle{
	filter: unset;
	transition: 0.3s all ease-in-out;
}
.our-courses .single-course-block:hover .text-box {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* service */
.our-feature-course-one .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.our-feature-course-one .col-lg-4,
.our-feature-course-one .col-md-4,
.our-feature-course-one .col-md-6,
.our-feature-course-one .col-sm-6, 
.our-feature-course-one .col-xs-12
{
    flex: 0 0 auto;
	float:none;
	margin-bottom: 3rem;
}
.our-feature-course-one .feature-block{
	position: relative;
	height: 100%;
	border-radius: 20px;
	padding:40px 30px;
	color: inherit;
	transition: 0.3s all ease-in-out;
	-webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	-moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
}
.our-feature-course-one .feature-block h5{
	text-align:center;
	margin-bottom: 20px;
	transition: all .3s ease-in-out;
}
.our-feature-course-one .feature-block:hover h5 {
  color: #ba0000;
}
.our-feature-course-one .feature-block .wrapper {
  position: relative;
  padding: 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.our-feature-course-one .feature-block .icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	position: relative;
	top: 0;
	margin: auto;
	margin-bottom: 30px;
	margin-top: 0;
}
.our-feature-course-one .feature-block .icon i {
	font-size: 58px;
	margin-left: 40px;
}

.our-feature-course-one .feature-block div.text-center{
	margin-top: auto;
}


.blog-list .single-blog-list .vendor-info{
  display: inline-block;
  padding: 25px;
  background: #f7f7f7;
  width: 100%;	
}
.blog-list .single-blog-list .vendor-info .meta_shildic{
  color: #ba0000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.blog-list .single-blog-list .vendor-info img {
  width: 40px;
  margin-left: 15px;
  float: right;
}
.blog-list .single-blog-list .vendor-info .title{
  font-family: 'Noto Sans';
  letter-spacing: .5px;
  font-weight: 600;  
  display: block;
  width: 100%;
  font-size: 32px;
  line-height: 40px;
  text-align: end;
  color: #151515;
  position: relative;
  padding-bottom: 15px;
}
.blog-list .single-blog-list .vendor-info .title::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #ba0000;
  position: absolute;
  bottom: 0;
  right: 0;
}
.blog-list .single-blog-list .vendor-info p {
  margin-bottom: 15px;
  text-align: left;
  font-size: 18px;
}

.blog-list .single-blog-list .image_logo_product{
  width: 80px;
  margin-right: 25px;
}

.blog-list .single-blog-list .head_product h3 {
  margin-top: 0px;
  position: relative;
  padding-bottom: 15px;
  display: flex;
  align-self: center;
}
.blog-list .single-blog-list .head_product h3::before {
  content: '';
  width: 30%;
  height: 2px;
  background: #ba0000;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* */
button.theme-line-button{
display: inline-block;
background-color: transparent;
}
/* vacakans_block */
.vacakans_block .text{
	border-bottom: 1px solid #d9d6d6;
}
.vacakans_block .text h4{
	margin-bottom:20px;
	margin-left: 30px;
}
.vacakans_block .text h4 i {
  font-weight: normal;
  font-size: 40px;
  position: absolute;
  top: -7px;
  left: 15px;
  color: #d9d6d6;
  z-index: -1;
}
.vacakans_block .text p{
	margin-bottom:20px;
}
/* news */
.blog-grid .row {
	display: flex;
	flex-wrap: wrap;
}
.blog-grid .col-lg-4,
.blog-grid .col-md-4,
.blog-grid .col-md-6,
.blog-grid .col-sm-6, 
.blog-grid .col-xs-12
{
    flex: 0 0 auto;
	float:none;
}
.blog-grid .single-blog-grid{
	position: relative;
	height: 100%;
	z-index: 1;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	-moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
}
.blog-grid .single-blog-grid:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(186, 0, 0);
}
.blog-grid .single-blog-grid .text p {
	color:rgba(0, 0, 0, 0.6);
}
/* politics */

.services-details-content ol {
   counter-reset: li;
   list-style: none;
   margin-top: 2rem;
}
.services-details-content>ol {
	padding-left:0;
}
.services-details-content li:before {
   counter-increment: li;
   content: counters(li, ".") " ";
   padding: 0px 10px;
   display: inline-block;
   margin-right: .8rem;
   border-radius: 5px;
   color: white;
   text-align: center;
   transition: .4s linear;
}
.services-details-content .list li{
	color: #2c3532;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.2px;
	margin-bottom: 15px;
}
.services-details-content .list>li{
	margin-top:1rem;
}
.services-details-content .list>li:before {
   background: #ba0000;
}
.services-details-content .sublist>li:before {
   background: #3C3C3C;
}
.services-details-content .sublist2>li:before {
   background: #acacac;
}
.services-details-content .list a {
   display: inline-block;
   text-decoration: underline;
   color: #ba0000;
}
.services-details-content .list a:hover{
	color: #000;
}
.services-details-content ol li strong{
	font-size:20px;
	color:#ba0000;
	font-weight:600;
}
.services-details-content h4{
  margin-bottom: 30px;
  margin-top: 40px;
}

.our-feature-course-one .feature-block .icon img{
height:58px;
margin-top:11px;
margin-left: 40px;
display: block;
transition: all .3s ease-in-out;	
}
.our-feature-course-one .feature-block:hover .icon img {
  filter: invert(100%) grayscale(100%) contrast(200%);
  -webkit-transform: translateX(-25px);
  transform: translateX(-25px);
}


.blog-details-content .single-blog-list ul li, .blog-details-content .single-blog-list ol li { color:#151515; }
.blog-details-content .single-blog-list ul,
.blog-details-content .single-blog-list ol {
	margin-bottom: 20px;
}
.our-courses .single-course-block .text-box div.text-center, .our-feature-course-one .feature-block div.text-center
{
  padding-top: 50px;
}

/**/
.modal_standart .modal-title{
  font-weight: 400;
  margin: auto;
  line-height: 1.8;	
}
.modal_standart .form-control{
  border: 1px solid #d9d6d6;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #5b5b5b;
  height: auto;
  border-radius: 6px;
}
.modal_standart .form-group {
  margin-bottom: 20px;
}
.modal_standart .btn-close {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  padding: 10px;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  opacity: .5;
}
.modal_standart .btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.modal_standart textarea{
resize: vertical;
min-height: 80px;
}
form br{
}
.wpcf7-not-valid-tip {
line-height: 1.4;
font-size: 14px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ba0000;
  background: #ffe6e6;
  font-size: 16px;
}
.form-control:focus {
  border-color: #b6b6b6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(156, 156, 156, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(156, 156, 156, 0.6);
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: #f7fff8;
  padding: 25px;
}
form.sent input,
form.sent textarea,
form.sent label,
form.sent .wpcf7-acceptance,
form.sent button{
	display: none !important;
}

/*bg-animation*/
.bg-animation {
    animation: bg-animation 25s ease-in-out infinite;
    text-align: center;
}

@keyframes bg-animation {
    0% {
        background-size: 120%;
        background-position: 50% 50%
    }
    20% {
        background-size: 150%;
        background-position: 0 50%;
    }    
    40% {
        background-size: 110%;
        background-position: 20% 80%;
    }
    60% {
        background-size: 160%;
        background-position: 60% 10%;
    }
    80% {
        background-size: 120%;
        background-position: 40% 70%;
    }    
    100% {
        background-size: 120%;
        background-position: 50% 50%
    }
}

@media (max-width: 992px) {
	.theme-footer .footer-list {
		text-align: center;
	}
	.theme-footer .footer-list ul {
	  text-align: left;
	  margin: auto;
	  padding-left: 15px;
	  position: relative;
	}
	.theme-footer .footer-list ul li{
		padding: 0 0 0px 30px;
	}
	.theme-footer .footer-list ul::before {
	  content: '';
	  width: 1px;
	  height: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	  background: #ba0000;
	}
}

@media (max-width: 450px) {

	.our-courses .single-course-block .text-box h5 i {
		left: -5px;
	}
}