/* Animations */
@keyframes pencilBody1 {
	from,
	to {
		stroke-dashoffset: 351.86;
		transform: rotate(-90deg);
	}
	50% {
		stroke-dashoffset: 150.8; /* 3/8 of diameter */
		transform: rotate(-225deg);
	}
}
@keyframes pencilBody2 {
	from,
	to {
		stroke-dashoffset: 406.84;
		transform: rotate(-90deg);
	}
	50% {
		stroke-dashoffset: 174.36;
		transform: rotate(-225deg);
	}
}
@keyframes pencilBody3 {
	from,
	to {
		stroke-dashoffset: 296.88;
		transform: rotate(-90deg);
	}
	50% {
		stroke-dashoffset: 127.23;
		transform: rotate(-225deg);
	}
}
@keyframes pencilEraser {
	from,
	to {
		transform: rotate(-45deg) translate(49px,0);
	}
	50% {
		transform: rotate(0deg) translate(49px,0);
	}
}
@keyframes pencilEraserSkew {
	from,
	32.5%,
	67.5%,
	to {
		transform: skewX(0);
	}
	35%,
	65% {
		transform: skewX(-4deg);
	}
	37.5%, 
	62.5% {
		transform: skewX(8deg);
	}
	40%,
	45%,
	50%,
	55%,
	60% {
		transform: skewX(-15deg);
	}
	42.5%,
	47.5%,
	52.5%,
	57.5% {
		transform: skewX(15deg);
	}
}
@keyframes pencilPoint {
	from,
	to {
		transform: rotate(-90deg) translate(49px,-30px);
	}
	50% {
		transform: rotate(-225deg) translate(49px,-30px);
	}
}
@keyframes pencilRotate {
	from {
		transform: translate(100px,100px) rotate(0);
	}
	to {
		transform: translate(100px,100px) rotate(720deg);
	}
}
@keyframes pencilStroke {
	from {
		stroke-dashoffset: 439.82;
		transform: translate(100px,100px) rotate(-113deg);
	}
	50% {
		stroke-dashoffset: 164.93;
		transform: translate(100px,100px) rotate(-113deg);
	}
	75%,
	to {
		stroke-dashoffset: 439.82;
		transform: translate(100px,100px) rotate(112deg);
	}
}



.progress-wrap {
  position: fixed;
  right: 15px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\f139";
  font-family: FontAwesome;
  font-weight: 900;
  
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #e95996;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.lightScrollIcon::after {
  color: #e95996 !important;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  content: "\f139";
  font-family: FontAwesome;
  font-weight: 900;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  opacity: 0;
  background-image: linear-gradient(298deg, #000000, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #e95996;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}


 p {
     font-family: 'Open Sans', sans-serif;
     font-weight:400;
     font-size:14px;
     line-height: 24px;
     color:#848484;
}
 a {
     text-decoration: none;
     display: inline-block;
     outline: none;
}
 a:hover,a:focus,a:visited {
     text-decoration: none;
     outline: none;
}
 img {
     /* width: auto; */
     max-width: 100%;
     display: inline-block;
}


 .cart {
     top: 27px;
     margin-left: 10px;
     background:url("../images/resources/hb.png") no-repeat;
     height: 50px;
     width: 51px;
     position: relative;
     text-align: center;
     display: inline-block;
}
 .cart a span {
     position: relative;
     color: #232323;
     line-height: 48px;
     color: #fc7013;
}
/* ============================================= 6. Rev Slider style ============================================= */
 .rev_slider_wrapper .slide-content-box h1{
     font-size: 50px;
     color:#fff;
     font-family: 'Dosis', sans-serif;
     font-weight:700;
     line-height: 70px;
}
 .rev_slider_wrapper .slide-content-box p{
     color: #ffffff;
     font-size: 17px;
     line-height: 24px;
     font-family: 'Open Sans', sans-serif;
     font-weight: 400;
     text-align:center;
}
 .rev_slider_wrapper .slide-content-box .button a{
     padding: 0px 22px;
     margin-right: 15px;
     transition: all 500ms ease !important;
     -moz-transition: all 500ms ease !important;
     -webkit-transition: all 500ms ease !important;
     -ms-transition: all 500ms ease !important;
     -o-transition: all 500ms ease !important;
}
 .rev_slider_wrapper .slide-content-box .button a.thm-btn.our-solution{
     background: #fff;
     padding: 0px 35px;
     color: #222;
     border-color: #fff;
}
 .rev_slider_wrapper .slide-content-box .button a.thm-btn.our-solution:hover{
     background: #48c7ec;
     color: #fff;
     border-color: #48c7ec;
}
 .rev_slider_wrapper .slide-content-box.last-slide p{
     margin: 0;
}
 .rev_slider_wrapper .slide-content-box.last-slide a{
     margin: 0 8px;
}
 .rev_slider_wrapper .slotholder {
     position: relative;
}
 .slotholder:after {
     background: rgba(0, 0, 0, 0.20);
     width: 100%;
     height: 100%;
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     bottom: 0;
     pointer-events: none;
}
 .tp-bannertimer {
     display: none;
}
 .rev_slider_wrapper .tparrows {
     background: transparent;
     border: 2px solid #fff;
}
 .tp-revslider-mainul{
     width:100% !important;
}
/* ============================================== 7. page title style ============================================== */
 .page-title{
     background: url(../images/background/header.jpg)no-repeat;
     padding: 70px 0px 73px;
     overflow: hidden;
     background-position: center center;
     background-size: cover;
     background-repeat: no-repeat;
     position: relative;
}
 .page-title .clearfix .pull-left{
     position:relative;
     z-index: 10;
}
 .page-title .clearfix .pull-right{
     position:relative;
     z-index: 10;
}
 .page-title .overlay:before{
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(34, 34, 34, 0.53);
     opacity: 1;
     content: "";
}
 .page-title h1{
     font-size: 50px;
     font-weight: 700;
     text-transform: capitalize;
     color: #ffffff;
}
 .page-title p{
     color:#fff;
     margin-top: 14px;
     letter-spacing: 1px;
}
 .page-title .path{
     font-size:14px;
     color:#ffffff;
     font-weight:600;
     line-height: 28px;
     padding: 20px 15px 0px;
}
 .page-title .path a{
     position:relative;
     font-size: 15px;
     font-weight: 600;
     font-family: 'Open Sans', sans-serif;
     display:inline-block;
     color:#ffffff;
     text-decoration:none;
     transition:.5s;
}
 .page-title .path a:hover{
     color:#fc7013;
     transition:.5s;
}
/* ============================================ 8. latest-news style ============================================ */
 .latest-news{
     padding: 30px 0px 30px;
     position:relative;
}
section.latest-news.gizlikutu{
		display:none;
	}
 .latest-news:after {
     background: url(../images/resources/noksha.png) repeat;
     content: "";
     display: block;
     height: 10px;
     position: absolute;
     bottom: -7px;
     width: 100%;
     z-index: 2;
}
 .latest-news .sec-title h2{
     margin-bottom: 17px;
}
 .latest-news .sec-title p{
     color: #848484;
}
 .latest-news .item h4{
     font-weight: 500;
     font-size: 24px;
     color: #222222;
}
 .latest-news .item h4 a{
     color: #222222;
     transition:.5s;
}
 .latest-news .item h4 a:hover{
     color: #6059bb;
     transition:.5s;
}
 .latest-news .item p{
     margin-top: 5px;
     color: #848484;
}
 .latest-news .content-box .item-list .item{
     margin-top:20px;
}
 .latest-news .content-box .item-list .item .image-box{
     position: relative;
     overflow: hidden;
}
 .latest-news .content-box .item-list .item .image-box img{
     width: 100%;
     transition:.5s;
}
 .latest-news .content-box .item-list .item .image-box .overlay {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     border-radius:5px;
     background: rgba(51, 51, 51, 0.55);
     text-align: center;
     opacity: 0;
     transition: all .3s ease;
}
 .latest-news .content-box .item-list .item:hover .image-box .overlay {
     opacity: 1;
}
 .latest-news .content-box .item-list .item .image-box .overlay .social {
     display: table-cell;
     vertical-align: middle;
     position: relative;
}
 .latest-news .content-box .item-list .item .image-box .overlay .inner {
     display: table;
     width: 100%;
     height: 100%;
     position: relative;
}
 .latest-news .content-box .item-list .item .image-box .overlay .social a i:before {
     font-size: 20px;
     color: #6059bb;
     margin: 0px;
     background: url(../images/about/abw.png) no-repeat;
     width: 60px;
     height: 60px;
     position: absolute;
     line-height: 52px;
     bottom: 50%;
     margin-bottom: -30px;
     margin-left: -30px;
}
 .latest-news .item .date{
     height:60px;
     width:70px;
     background:#7aba1e;
     color:#fff;
     text-align: center;
     padding-top: 8px;
     position: absolute;
     top: 20px;
}
 .latest-news .item .date h5{
     font-size:22px;
     font-weight: 700;
     font-family: 'Open Sans', sans-serif;
}
 .latest-news .item .date p{
     margin: 0;
     font-size: 12px;
     line-height: 20px;
     text-transform: uppercase;
     color:#fff 
}
 .latest-news .item .admin-comments{
     padding: 26px 0px 10px;
}
 .latest-news .item .admin-comments .icon{
     margin-right: 16px;
     font-family: 'Open Sans', sans-serif;
     font-size: 14px;
     font-weight: 400;
     color: #848484;
}
 .latest-news .item .admin-comments .icon:before{
     color: #6059bb;
     margin: 0;
     padding: 0px 10px 0px 0px;
     font-size: 14px;
}
 .latest-news .item .admin-comments li{
     display:inline-block;
}
 .latest-news .owl-theme .owl-nav {
     margin: 0;
     padding: 0;
     position: absolute;
     bottom: 100%;
     right: 0;
     margin: 0;
     margin-bottom: 70px;
}
 .latest-news .owl-theme .owl-nav [class*=owl-] {
     color: #7aba1e;
     font-size: 24px;
     margin: 0;
     padding: 0;
     background-color: transparent;
     height: 40px;
     width: 40px;
     border: 2px solid #7aba1e;
     line-height: 36px;
     text-align: center;
     margin-left: 10px;
     display: inline-block;
     -webkit-transition: color .3s ease;
     transition: color .3s ease;
}
 .latest-news .owl-theme .owl-nav [class*=owl-]:hover {
     color: #fff;
     border: 2px solid #7aba1e;
     background:#7aba1e;
     -webkit-transition: .5s ease;
     transition: .5s ease;
}
/* ============================================== 9. google map Section style ============================================== */
 .home-google-map .google-map {
     width: 100%;
     height: 400px;
}
 .home-google-map .gmnoprint {
     display: none;
}
/* ============================================= 10. contact Section style ============================================= */
 .default-cinfo .icon_box {
     width: 40px;
}
 .default-cinfo li + li {
     margin-top: 10px;
     border-top: 1px solid #f1f1f1;
     padding-top: 12px;
}
 .default-cinfo li .icon_box, .default-cinfo li .text-box {
     display: table-cell;
     vertical-align: top;
}
 .default-cinfo li .icon_box i {
     font-size: 20px;
     color: #48c7ec;
     position: relative;
     top: 7px;
}
 .default-cinfo .accordion .acc-btn {
     background: #f7f7f7;
     padding: 14px 30px;
     margin: 0;
}
 .default-cinfo .accordion-box {
     border: none;
}
 .default-cinfo .accordion {
     border: 1px solid #f7f7f7;
}
 .default-cinfo .accordion-box .accordion .acc-content b {
     color: #222;
     font-weight: 600;
}
/*form*/
 .default-form {
     position: relative;
}
 .default-form p {
     color: #fff;
     font-size: 18px;
     line-height: 34px;
     margin-bottom: 20px;
}
 .default-form p span {
     color: #ab7442;
     font-size: 20px;
     font-weight: 600;
}
 .default-form .form-box{
     position:relative;
}
 .comment-form .form-box{
     padding:25px 25px 0px 25px;
}
 .default-form .form-group{
     position:relative;
}
 .form-group.style-two{
     margin-bottom:30px;
}
 .default-form .comment-form .form-box .form-group{
     margin-bottom:25px;
}
 .default-form.form-box .row{
     margin-left:-10px;
     margin-right:-10px;
}
 .default-form.form-box .row .form-group{
     padding:0px 0px;
}
 .default-form .form-group .field-label{
     display:block;
     line-height:24px;
     text-transform:uppercase;
     margin-bottom:10px;
     color:#232323;
     font-weight:500;
     font-size:13px;
}
 .default-form .form-group .field-label sup{
     color:#ff0000;
     font-size:14px;
}
 .default-form input[type="text"], .default-form input[type="email"], .default-form input[type="password"], .default-form input[type="number"], .default-form select, .default-form textarea{
     display:block;
     width:100%;
     line-height:24px;
     height:55px;
     font-size:16px;
     box-shadow: none;
     border: 1px solid #dddddd;
     padding:12px 15px;
     border-radius: 10px;
     transition:all 500ms ease;
     -webkit-transition:all 500ms ease;
     -ms-transition:all 500ms ease;
     -o-transition:all 500ms ease;
}
 .default-form textarea{
     height: 120px;
}
 .default-form .bootstrap-select {
     border: 1px solid #f4f4f4;
     background: #f7f7f7;
     color: #7aba1e;
     padding: 10px 0;
     font-size: 16px;
}
 .default-form .btn-group.open .dropdown-toggle {
     box-shadow: none;
}
 .default-form .btn-group.open .dropdown-toggle:focus {
     border: none;
     outline: none;
}
 .default-form .bootstrap-select .dropdown-toggle:focus {
     outline: none !important;
}
 .default-form .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
     background-color: #48c7ec;
     color: #000;
}
 .default-form .form-control:focus {
     border-color: #6059bb;
     box-shadow: none;
}
 .default-form .thm-btn {
     width: 100%;
}
 .default-form form input::-webkit-input-placeholder {
     color: #9e9e9e;
}
 .default-form form input:-moz-placeholder {
    /* Firefox 18- */
     color: #9e9e9e;
}
 .default-form form input::-moz-placeholder {
    /* Firefox 19+ */
     color: #9e9e9e;
}
 .default-form form input:-ms-input-placeholder {
     color: #9e9e9e;
}
 .default-form .alert-success {
     color: #48c7ec;
     background: none;
     border: none;
     font-size: 18px;
}
 .consultation .default-form-area {
     background: #fff;
     padding: 40px 30px 10px;
     border: 1px solid #f4f4f4;
     max-width: 690px;
     margin: 0 auto;
     margin-top: -40px;
     position: relative;
}
/* ================================================== 11. Team Member styles ================================================== */
 .testimonials {
     position: relative;
     padding-bottom: 30px;
}
 .single-testimonial h3, .single-testimonial p {
     margin: 0;
}
 .single-testimonial h4 {
     font-size: 18px;
     color: #222;
     text-transform: capitalize;
     margin-top: 12px;
     margin-bottom: 6px;
}
 .single-testimonial .img-box {
     position: relative;
}
 .single-testimonial .img-box img {
     -webkit-transition:all 0.5s ease;
     transition: all 0.5s ease;
     -webkit-transform: scale(1);
     transform: scale(1);
}
 .testimonials .single-testimonial {
     margin-bottom: 40px;
     border: 1px solid #f4f4f4;
     padding: 30px 10px 26px;
     -webkit-transition:.5s ease-in-out;
     transition: .5s ease-in-out;
}
 .testimonials .single-testimonial:hover {
     box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0), 0 0px 82px 0 rgba(0, 0, 0, 0.05);
     -webkit-transition:.5s ease-in-out;
     transition: .5s ease-in-out;
}
 .single-testimonial .author-info {
     overflow: hidden;
     border: 2px solid #f4f4f4;
     padding: 6px 0 9px;
     margin-top: 5px;
}
 .single-testimonial p a {
     color: #48c7ec;
     -webkit-transition:.5s ease;
     transition: .5s ease;
}
 .single-testimonial .text {
     margin-top: 15px;
     border-bottom: 1px solid #f4f4f4;
     padding-bottom: 22px;
     margin-bottom: 20px;
}
 .single-testimonial .text p {
     font-size: 16px;
}
/* ======================================================== 12. latest-gallery styles ======================================================== */
 .latest-gallery{
     padding: 30px 0px 70px;
     position:relative;
}
 .latest-gallery:after {
     background: url(../images/resources/noksha.png) repeat;
     content: "";
     display: block;
     height: 10px;
     position: absolute;
     bottom: -7px;
     width: 100%;
     z-index: 2;
}
 .latest-gallery .single-item {
     padding-bottom: 30px;
}
 .latest-gallery .single-item .img-box {
     position: relative;
     overflow: hidden;
}
 .latest-gallery .single-item .img-box img {
     width: 100%;
}
 .latest-gallery .single-item .title h5 {
     color: #222;
     padding: 25px 0 0;
     font-size: 16px;
     font-weight: 400;
     -webkit-transition:.5s ease;
     transition: .5s ease;
}
 .latest-gallery .single-item:hover .title h5 {
     color: #48c7ec;
     -webkit-transition:.5s ease;
     transition: .5s ease;
}
 .latest-gallery .single-item .img-box .overlay {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgba(79, 74, 161, 0.44);
     text-align: center;
     border-radius: 10px;
     opacity: 0;
     transition: all .3s ease;
}
 .latest-gallery .single-item .img-box .overlay .social {
     display: table-cell;
     vertical-align: middle;
     position: relative;
}
 .latest-gallery .single-item .img-box .overlay .social li a {
     display: inline-block;
     width: 60px;
     height: 60px;
     text-align: center;
     font-size: 12px;
     line-height: 36px;
     color: #fff;
     transition: .5s ease-in;
}
 .latest-gallery .single-item .img-box .overlay .social li a i:before {
     font-size: 20px;
     color: #6059bb;
     margin: 0px;
     background: url(../images/about/abw.png) no-repeat;
     width: 60px;
     height: 60px;
     position: absolute;
     line-height: 52px;
     bottom: 50%;
     margin-bottom: -30px;
     margin-left: -30px;
}
 .latest-gallery .single-item .img-box .overlay .inner {
     display: table;
     width: 100%;
     height: 100%;
     position: relative;
}
 .latest-gallery .single-item .social a i:before {
     font-size: 30px;
     color: #fff;
     margin: 0px;
}
 .latest-gallery .single-item .social h4 {
     font-size: 18px;
     font-weight: 500;
     color: #fff;
     margin-top: 20px;
}
 .latest-gallery .single-item .img-box .overlay .box {
     display: table;
     width: 100%;
     height: 100%;
}
 .latest-gallery .single-item .img-box .overlay .box .content {
     display: table-cell;
     vertical-align: bottom;
}
 .latest-gallery .single-item .img-box .overlay .top {
     text-align: center;
}
 .latest-gallery .single-item .img-box .overlay .top ul {
     margin-bottom: 0;
     margin-bottom: 20%;
}
 .latest-gallery .single-item .img-box .overlay .top li a {
     width: 45px;
     height: 45px;
     color: #fff;
     font-size: 16px;
     line-height: 48px;
     text-align: center;
     background: #222;
     display: block;
     border-radius: 50%;
     -webkit-transition:.4s ease;
     transition: .4s ease;
}
 .latest-gallery .single-item .img-box .overlay .top li a:hover {
     background: #1f1f1f;
     color: #48c7ec;
}
 .latest-gallery .single-item .img-box .overlay .bottom {
     padding: 10px 0px;
     padding-right: 0;
     text-align: center;
}
 .latest-gallery .single-item .img-box .overlay .bottom .title h3 {
     margin: 0;
     color: #fff;
     font-family: "Roboto Slab", serif;
     line-height: 30px;
     font-size: 15px;
}
 .latest-gallery .single-item:hover .img-box .overlay {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     opacity: 1;
     visibility: visible;
}
 .post-filter {
     display: inline-block;
     margin: 0;
     margin-bottom: 50px;
}
 .post-filter li {
    margin: 10px 0px 0px;
}
 .post-filter li span {
     padding: 6px 22px;
     color: #343434;
     font-size: 17px;
     border: 1px solid #e5e5e5;
     background: #f7f7f7;
     font-weight:500;
     line-height: 24px;
     border-radius: 7px;
     display: block;
     font-family: 'Dosis', sans-serif;
     padding-right: 16px;
     cursor: pointer;
     -webkit-transition:.5s ease;
     transition: .5s ease;
}
 .post-filter li:hover span, .post-filter li.active span {
     color: #fff;
     background: #5f58ba;
     -webkit-transition:.5s ease;
     transition: .5s ease;
}

/* =========================================== 28. our-team style =========================================== */
 .our-team{
     padding: 0px 0px 100px;
     position:relative;
}
section.our-team.gizlikutu{
		display:none;
	}
 .our-team .sec-title{
     margin-bottom:10px;
}
 .our-team.style-two:after {
     background: url(../images/resources/noksha.png) repeat;
     content: "";
     display: block;
     height: 10px;
     position: absolute;
     bottom: -7px;
     width: 100%;
     z-index: 2;
}
 .our-team .content-box .item-list .single-team{
     position:relative;
     margin-top: 33px;
     text-align: center;
     display: inline-block;
     padding: 20px 20px;
     background-size: contain;
     background-position: center center;
     background-repeat: no-repeat;
     background-clip: padding-box;
}
 .our-team .content-box .item-list .column:nth-child(1) .single-team {
     background-image: url(../images/team/tb1.png);
}
 .our-team .content-box .item-list .column:nth-child(2) .single-team{
     background-image: url(../images/team/tb2.png);
}
 .our-team .content-box .item-list .column:nth-child(3) .single-team{
     background-image: url(../images/team/tb3.png);
}
 .our-team .content-box .item-list .column:nth-child(4) .single-team{
     background-image: url(../images/team/tb4.png);
}
 .our-team .content-box .item-list .column:nth-child(5) .single-team {
     background-image: url(../images/team/tb5.png);
}
 .our-team .content-box .item-list .column:nth-child(6) .single-team{
     background-image: url(../images/team/tb6.png);
}
 .our-team .content-box .item-list .column:nth-child(7) .single-team{
     background-image: url(../images/team/tb7.png);
}
 .our-team .content-box .item-list .column:nth-child(8) .single-team{
     background-image: url(../images/team/tb8.png);
}
 .our-team .content-box .item-list .column:nth-child(1) .single-team:hover{
     background-image: url(../images/team/b1.png);
     transition:.5s;
}
 .our-team .content-box .item-list .column:nth-child(2) .single-team:hover{
     background-image: url(../images/team/b2.png);
     transition:.5s;
}
 .our-team .content-box .item-list .column:nth-child(3) .single-team:hover{
     background-image: url(../images/team/b3.png);
     transition:.5s;
}
 .our-team .content-box .item-list .column:nth-child(4) .single-team:hover{
     background-image: url(../images/team/b4.png);
     transition:.5s;
}
 .our-team .content-box .item-list .column:nth-child(5) .single-team:hover{
     background-image: url(../images/team/b5.png);
     transition:.5s;
}
 .our-team .content-box .item-list .column:nth-child(6) .single-team:hover{
     background-image: url(../images/team/b6.png);
     transition:.5s;
}
 .our-team .content-box .item-list .column:nth-child(7) .single-team:hover{
     background-image: url(../images/team/b7.png);
     transition:.5s;
}
 .our-team .content-box .item-list .column:nth-child(8) .single-team:hover{
     background-image: url(../images/team/b8.png);
     transition:.5s;
}
 .our-team .content-box .item-list .single-team .img-holder .overlay .social a i:before {
     font-size: 20px;
     color: #6059bb;
     margin: 0px;
     background: url(../images/about/abw.png) no-repeat;
     width: 60px;
     height: 60px;
     position: absolute;
     line-height: 56px;
     bottom: 50%;
     margin-bottom: -30px;
     margin-left: -30px;
}
 .our-team .content-box .item-list .single-team .img-holder{
     position: relative;
     overflow: hidden;
}
 .our-team .content-box .item-list .single-team .img-holder .overlay {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     border-radius: 9px;
     background: rgba(34, 34, 34, 0.46);
     text-align: center;
     opacity: 0;
     transition: all .3s ease;
}
 .our-team .content-box .item-list .single-team:hover .img-holder .overlay {
     opacity: 1;
}
 .our-team .content-box .item-list .single-team .img-holder .overlay .social {
     display: table-cell;
     vertical-align: middle;
     position: relative;
}
 .our-team .content-box .item-list .single-team .img-holder .overlay .inner {
     display: table;
     width: 100%;
     height: 100%;
     position: relative;
}
 .our-team .content-box .item-list .single-team .content-holder h3{
     margin-top: 25px;
     transition:.5s;
}
 .our-team .content-box .item-list .single-team .content-holder h3 a{
     font-size:24px;
     font-weight:500;
     color:#222;
     transition:.5s;
}
 .our-team .content-box .item-list .single-team:hover .content-holder h3 a{
     color:#fff;
     transition:.5s;
}
 .our-team .content-box .item-list .single-team .content-holder p{
     margin-top: 10px;
}
 .our-team .content-box .item-list .single-team:hover .content-holder p{
     color:#fff;
     transition:.5s;
}
 .our-team .content-box .item-list .single-team .content-holder .social{
     margin-top: 20px;
}
 .our-team .content-box .item-list .single-team .content-holder .social li a{
     color: #848484;
     margin-right: 15px;
     font-size: 17px;
     transition:.5s;
}
 .our-team .content-box .item-list .single-team:hover .content-holder .social li a{
     color:#fff;
     transition:.5s;
}
/* ==================================================================== 26. about style ==================================================================== */
 .about {
     position: relative;
     padding: 62px 0 130px;
     background-size: cover;
     background-repeat: repeat;
     background-position: center center;
}
	section.about.gizlikutu{
		display:none;
	}
 .about.style-two{
     padding: 62px 0 100px;
}
 .about.style-two:after {
     background: url(../images/resources/noksha.png) repeat;
     content: "";
     display: block;
     height: 10px;
     position: absolute;
     bottom: -7px;
     width: 100%;
     z-index: 2;
}
 .about .sec-title {
     padding-top: 14px;
     padding-bottom:0px;
}
 .about .item-box .single-column{
     margin-top:20px;
}
 .about .item-box .single-column .link_btn{
     margin-top:25px;
}
 .about .post-content .text {
     margin-bottom: 10px;
}
 .about .single-column.about_carousel{
     padding-left:50px;
     margin-top:40px;
}
 .about .post-content .text p span {
     color: #222222 ;
}
 .about .list {
     position: relative;
}
 .about .list li {
     position: relative;
     color: #848484;
     font-size: 14px;
     font-weight: 400;
     padding-left: 28px;
     padding-bottom: 10px;
     font-family: 'Open Sans', sans-serif;
}
 .about .list li:before {
     position:absolute;
     content: "";
     left:0px;
     top: 3px;
     width:15px;
     height:15px;
     background: #f8ba59;
     border-radius: 50%;
}
 .about .list li:after {
     position:absolute;
     content: "";
     left:3px;
     top: 6px;
     width:9px;
     height:9px;
     border: 2px solid #fff;
     border-radius: 50%;
}
 .about .post-content .text {
     margin-bottom: 17px;
     margin-top: -6px;
     max-width:550px;
}
 .about .post-content .link_btn .thm-btn{
     background:transparent;
     color:#6059bb;
     border:2px solid #6059bb;
}
 .about .post-content .link_btn .thm-btn:hover{
     background:#6059bb;
     color:#fff;
}
 .about .owl-nav {
     margin: 0;
     padding: 0;
}
 .about .owl-nav [class*=owl-] {
     color: #999999;
     font-size: 24px;
     margin: 0;
     padding: 0;
     background-color: transparent;
     padding: 0 5px;
     -webkit-transition: color .3s ease;
     transition: color .3s ease;
     position: absolute;
     bottom: 50%;
     margin: 30px;
     width: 60px;
     height: 60px;
     background: url(../images/about/abw.png) no-repeat;
     font-size: 26px;
     line-height: 52px;
     text-align: center;
     margin-bottom: -30px;
     color: #222;
     transition: .5s ease;
}
 .about .owl-nav [class*=owl-]:hover {
     color: #ffffff;
     background:url("../images/about/abw2.png") no-repeat;
     transition: .5s ease;
}
 .about .owl-nav .owl-next {
     right: 0;
}
 .about .owl-nav .owl-prev {
     left: 0;
}
/* ================================================= 34. faq-section ================================================= */
 .faq-section{
     padding: 50px 0px 80px;
     position:relative;
}
 .faq-section:after {
     background: url(../images/resources/noksha.png) repeat;
     content: "";
     display: block;
     height: 10px;
     position: absolute;
     bottom: -7px;
     width: 100%;
     z-index: 2;
}
 .faq-section .inner-box .ask-questions{
     border: 1px solid #e5e5e5;
     border-radius: 10px;
     margin-right: 38px;
     margin-top: 0px;
}
 .faq-section .inner-box .ask-questions .sec-title{
     background:#6059bb;
     text-align:center;
     padding: 21px 0px;
     margin-bottom: 40px;
     border-radius: 10px 10px 0px 0px;
}
 .faq-section .inner-box .ask-questions .sec-title h3{
     color:#fff;
}
 .faq-section .inner-box .column{
     margin-top:0px;
}
 .faq-section .inner-box .ask-questions .default-form-area.style-two{
     padding: 0px 24px 30px;
}
 .faq-section .inner-box .ask-questions .default-form-area.style-two .form-group{
     margin-bottom:10px;
}
 .faq-section .inner-box .ask-questions .default-form-area.style-two .form-group .thm-btn{
     margin-top: 20px;
     background:transparent;
     border: 2px solid #6059bb;
     color:#6059bb;
}
 .faq-section .inner-box .ask-questions .default-form-area.style-two .form-group .thm-btn:hover{
     background:#6059bb;
     color:#fff;
}
 .accordion{
     margin-bottom: 20px;
     position: relative;
     border-radius: 9px;
}
 .accordion-box{
     margin-top: 0px;
}
 .accordion .acc-btn .left-icon {
     position: absolute;
     left: 0;
     top: 0;
     background: #f1f1f1;
     width: 60px;
     height: 100%;
     color: #9c9c9c;
     font-size: 20px;
     text-align: center;
}
 .accordion .acc-btn.active .left-icon {
     color: #fff;
}
 .accordion .left-icon span {
     position: relative;
     top: 18px;
}
 .accordion .acc-btn.active{
     color:#fff;
     border-radius: 9px 9px 0px 0px;
}
 .accordion .acc-btn {
     cursor: pointer;
     font-size: 20px;
     color: #fff;
     line-height: 24px;
     padding: 15px 30px 15px;
     font-weight: 500;
     font-family: 'Dosis', sans-serif;
}
 .accordion .acc-btn.pr {
     position: relative;
}
 .accordion .acc-btn .img-box {
     display: none;
}
 .accordion .acc-btn.active .img-box {
     display: block;
}
 .accordion .acc-btn .toggle-icon {
     color: #222222;
     display: block;
     font-weight: 100;
     height: 24px;
     line-height: 24px;
     position: absolute;
     right: 20px;
     top: 18px;
     width: 24px;
}
 .accordion .acc-btn .toggle-icon .fa{
     transform:none;
}
 .accordion .acc-btn .toggle-icon.left {
     color: #9c9c9c;
     display: block;
     font-weight: 100;
     height: 24px;
     line-height: 24px;
     position: absolute;
     right: 20px;
     bottom: 20px;
     left: 30px;
}
 .accordion .acc-btn .toggle-icon .plus:before {
     font-size: 12px;
     font-weight: 500;
     transition: all 0.3s ease 0s;
     position: absolute;
     top: 3px;
     left: 12px;
     width: 100%;
     color: #fff;
}
 .accordion-box .accordion .acc-btn.active .toggle-icon .plus {
     opacity: 0;
}
 .accordion-box .accordion .acc-btn .toggle-icon .minus:before {
     font-size: 12px;
     font-weight: 500;
     transition: all 0.3s ease 0s;
     position: absolute;
     top: 3px;
     left: 12px;
     width: 100%;
     color: #fff;
}
 .accordion-box .accordion .acc-btn.active .toggle-icon .minus {
     opacity: 1;
}
 .accordion-box .accordion .acc-content {
    display: none;
    font-size: 14px;
    line-height: 24px;
    padding: 25px 4px 32px 30px;
}
 .accordion-box .accordion .acc-content.collapsed {
     display: block;
}
 .accordion-box .accordion .acc-content p {
     margin: 0;
     color: #848484;
}
 .accordion-box .accordion .acc-btn.active .toggle-icon .minus:before {
     color: #fff;
}
 .accordion-box .accordion:nth-child(1) {
     border:2px solid #6059bb;
}
 .accordion-box .accordion:nth-child(2) {
     border:2px solid #fc7013;
}
 .accordion-box .accordion:nth-child(3) {
     border:2px solid #6cabb8;
}
 .accordion-box .accordion:nth-child(4) {
     border:2px solid #add546;
}
 .accordion-box .accordion:nth-child(5) {
     border:2px solid #6aa5e1;
}
 .accordion-box .accordion:nth-child(6) {
     border:2px solid #fec344;
}
 .accordion-box .accordion:nth-child(7) {
     border:2px solid #add546;
}
 .accordion-box .accordion:nth-child(8) {
     border:2px solid #6059bb;
}
 .accordion-box .accordion:nth-child(9) {
     border:2px solid #6cabb8;
}
 .accordion-box .accordion:nth-child(10) {
     border:2px solid #6aa5e1;
}
 .accordion-box .accordion:nth-child(11) {
     border:2px solid #fec344;
}
 .accordion-box .accordion:nth-child(12) {
     border:2px solid #fc7013;
}
 .accordion-box .accordion .acc-btn{
     border-radius:5px;
}
 .accordion-box .accordion:nth-child(1) .acc-btn{
     background:#6059bb;
     border-radius: 5px 5px 0px 0px;
}
 .accordion-box .accordion:nth-child(2) .acc-btn{
     background:#fc7013;
     border-radius: 5px 5px 0px 0px;
}
 .accordion-box .accordion:nth-child(3) .acc-btn{
     background:#6cabb8;
     border-radius: 5px 5px 0px 0px;
}
 .accordion-box .accordion:nth-child(4) .acc-btn{
     background:#add546;
     border-radius: 5px 5px 0px 0px;
}
 .accordion-box .accordion:nth-child(5) .acc-btn{
     background:#6aa5e1;
     border-radius: 5px 5px 0px 0px;
}
 .accordion-box .accordion:nth-child(6) .acc-btn{
     background:#fec344;
     border-radius: 5px 5px 0px 0px;
}
 .accordion-box .accordion:nth-child(7) .acc-btn{
     background:#add546;
     border-radius: 5px 5px 0px 0px;
}
 .accordion-box .accordion:nth-child(8) .acc-btn{
     background:#6059bb;
     border-radius: 5px 5px 0px 0px;
}
 .accordion-box .accordion:nth-child(9) .acc-btn{
     background:#6cabb8;
     border-radius: 5px 5px 0px 0px;
}
 .accordion-box .accordion:nth-child(10) .acc-btn{
     background:#6aa5e1;
     border-radius: 5px 5px 0px 0px;
}
 .accordion-box .accordion:nth-child(11) .acc-btn{
     background:#fec344;
     border-radius: 5px 5px 0px 0px;
}
 .accordion-box .accordion:nth-child(12) .acc-btn{
     background:#fc7013;
     border-radius: 5px 5px 0px 0px;
}
@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url(bootstrap.min.css);
@import url(bootstrap-select.min.css);
@import url(jquery.bootstrap-touchspin.css);
 @import url(font-awesome.css);
 @import url(flaticon.css);
 @import url(../assets/revolution/css/settings.css);
 @import url(../assets/revolution/css/layers.css);
 @import url(../assets/revolution/css/navigation.css);
 @import url(owl.carousel.css);
 @import url(jquery.bxslider.css);
 @import url(flexslider.css);
 @import url(jquery-ui.css);
 @import url(jquery.fancybox.css);
 @import url(polyglot-language-switcher.css);
 @import url(animate.min.css);
 @import url(nouislider.css);
 @import url(nouislider.pips.css);
 @import url(magnific-popup.css);
 @import url(hover.css);
/* ============================================ 2. Global styles ============================================ */
 body {
     color:#222222;
     font-size: 16px;
}
 h1,h2,h3,h4,h5,h6,p,ul {
     margin:0;
    padding: 0;
}
 h1,h2,h3,h4,h5 {
     font-family: 'Dosis', sans-serif;
}
 ul {
    list-style-type: none;
}
 p {
     font-family: 'Open Sans', sans-serif;
     font-weight:400;
     font-size:14px;
     line-height: 24px;
     color:#848484;
}
 a {
     text-decoration: none;
     display: inline-block;
     outline: none;
}
 a:hover,a:focus,a:visited {
     text-decoration: none;
     outline: none;
}
 img {
     width: auto;
     max-width: 100%;
     display: inline-block;
}
 button {
     border:none;
     outline:none;
     box-shadow: none;
     display: block;
     padding: 0;
     background: transparent;
}
 input,textarea {
     display: block;
     font-size: 16px;
     line-height: 28px;
     outline: none;
     box-shadow: none;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .boxed_wrapper {
     width: 100%;
     background: #fff;
     /* overflow-x: hidden; */
}
 .clear_fix {
     clear:both;
}
 .clear_fix:after {
     display: table;
     content: '';
     clear: both;
}
 .list_inline li {
     display: inline-block;
}
 .social li {
     display: inline-block;
     font-size: 14px;
}
 .social li a {
     color: #fff;
     -webkit-transition:.5s ease-in-out;
     transition: .5s ease-in-out;
}
 .default_link {
     font-size: 14px;
     text-transform: uppercase;
     font-family: "Poppins", sans-serif;
     color: #48c7ec;
     font-weight: 600;
}
 .default_link:hover {
     color: #48c7ec;
}
 .default_link i {
     margin-left: 3px;
     font-weight: 700;
     font-size: 18px;
}
 .uppercase {
     text-transform: uppercase;
}
 .padd-80 {
     padding-top: 80px;
}
 .tran3s {
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 .center {
     text-align: center;
}
 .row-5 {
     margin: 0 -5px;
}
 .thm-color {
     color: #48c7ec;
}
 .bold {
     font-weight: 700;
}
 .s-bold {
     font-weight: 600;
}
 .m-bold {
     font-weight: 600;
}
 .float_left {
     float: left;
}
 .float_right {
     float: right;
}
 @media (min-width: 1200px) {
     .container {
         padding: 0;
    }
}
/* =============================================== 3. button style =============================================== */
 .thm-btn {
     position: relative;
     background: #fc7013;
     font-size: 14px;
     line-height: 42px;
     font-weight: 700;
     color: #ffffff;
     border: 2px solid #fc7013;
     border-radius:5px;
     text-transform: uppercase;
     display: inline-block;
     padding: 0 26px;
     font-family: 'Open Sans', sans-serif;
     -webkit-transition:all .5s cubic-bezier(0.4, 0, 1, 1);
     transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
 .thm-btn:hover {
     background: transparent;
     color: #fc7013;
     -webkit-transition:all .5s cubic-bezier(0.4, 0, 1, 1);
     transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
 .theme_menu .link_btn {
     margin-top: 24px;
     color:#222222;
}
 .button-style-one{
     margin-top: 20px;
     color:#7aba1e;
     position:relative;
     text-transform: uppercase;
     font-size: 14px;
     font-weight: 700;
     letter-spacing: 1px;
     font-family: 'Roboto', sans-serif;
     margin-bottom: 12px;
}
 .button-style-one:before{
     content: "";
     position: absolute;
     bottom: 0px;
     width: 94px;
     height: 1px;
     background: #7aba1e;
}
 .button-style-one:hover{
     color:#7aba1e;
}
 .button-style-two{
     font-family: 'Roboto', sans-serif;
     font-size: 14px;
     font-weight: 700;
     text-transform:uppercase;
     color:#222222;
     padding: 11px 26px;
     border:1px solid #7aba1e;
     letter-spacing: 1px;
}
 .button-style-two:hover{
     color:#222222;
}
 .anim-3 {
     -webkit-transition:all 0.3s ease;
     transition: all 0.3s ease;
}
 .anim-5 {
     -webkit-transition:all 0.5s ease;
     transition: all 0.5s ease;
}
/* -------------------------------------------- 4. sec title style -------------------------------------------- */
 .sec-title {
     position: relative;
     margin-bottom: 30px;
}
 .sec-title h2 {
     color:#6059bb;
     margin-bottom: 20px;
     font-size:40px;
     font-weight:600;
}
* ================================================= 5. header-style ================================================= */
 
/* Mainmenu fixed style */
 @-webkit-keyframes menu_sticky {
     0% {
        margin-top:-100px;
    }
     50% {
        margin-top: -90px;
    }
     100% {
        margin-top: 0;
    }
}
 @keyframes menu_sticky {
     0% {
        margin-top:-100px;
    }
     50% {
        margin-top: -90px;
    }
     100% {
        margin-top: 0;
    }
}

 .cart {
     top: 27px;
     margin-left: 10px;
     background:url("../images/resources/hb.png") no-repeat;
     height: 50px;
     width: 51px;
     position: relative;
     text-align: center;
     display: inline-block;
}
 .cart a span {
     position: relative;
     color: #232323;
     line-height: 48px;
     color: #fc7013;
}
/* ============================================= 6. Rev Slider style ============================================= */
 .rev_slider_wrapper .slide-content-box h1{
     font-size: 50px;
     color:#fff;
     font-family: 'Dosis', sans-serif;
     font-weight:700;
     line-height: 70px;
}
 .rev_slider_wrapper .slide-content-box p{
     color: #ffffff;
     font-size: 17px;
     line-height: 24px;
     font-family: 'Open Sans', sans-serif;
     font-weight: 400;
     text-align:center;
}
 .rev_slider_wrapper .slide-content-box .button a{
     padding: 0px 22px;
     margin-right: 15px;
     transition: all 500ms ease !important;
     -moz-transition: all 500ms ease !important;
     -webkit-transition: all 500ms ease !important;
     -ms-transition: all 500ms ease !important;
     -o-transition: all 500ms ease !important;
}
 .rev_slider_wrapper .slide-content-box .button a.thm-btn.our-solution{
     background: #fff;
     padding: 0px 35px;
     color: #222;
     border-color: #fff;
}
 .rev_slider_wrapper .slide-content-box .button a.thm-btn.our-solution:hover{
     background: #48c7ec;
     color: #fff;
     border-color: #48c7ec;
}
 .rev_slider_wrapper .slide-content-box.last-slide p{
     margin: 0;
}
 .rev_slider_wrapper .slide-content-box.last-slide a{
     margin: 0 8px;
}
 .rev_slider_wrapper .slotholder {
     position: relative;
}
 .slotholder:after {
     background: rgba(0, 0, 0, 0.20);
     width: 100%;
     height: 100%;
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     bottom: 0;
     pointer-events: none;
}
 .tp-bannertimer {
     display: none;
}
 .rev_slider_wrapper .tparrows {
     background: transparent;
     border: 2px solid #fff;
}
 .tp-revslider-mainul{
     width:100% !important;
}

/* Start progress-bar styles */
 .progress-bar-success {
     background-color: #F16D67;
}
 .progress-bar {
     background-color: #fc7013;
     box-shadow: none;
}
 .progress-bar.item-2 {
     background: #add546 none repeat scroll 0 0;
}
 .progress-item .progress-bar.item-2 .value-holder {
     border: 3px solid #add546;
}
 .progress-bar.item-3 {
     background: #9C73EF none repeat scroll 0 0;
}
 .progress-item .progress-bar.item-3 .value-holder {
     border: 3px solid #9C73EF;
}
 .progress-item .progress {
     background-color: #f0f0f0;
     border-radius: 5px;
     height: 6px;
     margin-bottom: 26px;
     overflow: visible;
}
 .progress-item p {
     margin: 0;
     padding: 0 0 5px;
}
 .progress-item .progress-bar {
     border-radius: 10px;
     font-size: 12px;
     height: 6px;
     line-height: 18px;
     padding-left: 10px;
     position: relative;
     text-align: left;
     -webkit-transition: all 1s ease 0s;
     -moz-transition: all 1s ease 0s;
     -ms-transition: all 1s ease 0s;
     -o-transition: all 1s ease 0s;
     transition: all 1s ease 0s;
     width: 0;
}
 .progress-item .progress-bar .value-holder {
     background: #fff none repeat scroll 0 0;
     border: 3px solid #fc7013;
     border-radius: 50%;
     height: 20px;
     line-height: 10px;
     position: absolute;
     right: 0;
     text-align: center;
     top: -8px;
     width: 20px;
     z-index: 9999;
}
 .progress-item .progress-bar .value-holder .value {
     color: #848484;
     font-size: 14px;
     left: 21px;
     line-height: 24px;
     position: absolute;
     top: -21px;
}
 .progress-item.progress-white .progress {
     padding: 2px;
}
 .causes .progress-item .progress {
     background-color: #e5e5e5;
     border-bottom: 1px solid #ddd;
     box-shadow: none;
}
/*============================================== Mainmenu Area Css ===============================================*/
 .mainmenu-area {
     background: #fff;
     theme_menu {
         box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
         background: #fff;
    }
     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
     position: relative;
}
 .mainmenu-area:after{
     background: url(../images/resources/noksha.png) repeat;
     content: "";
     display: block;
     height: 10px;
     position: absolute;
     bottom: -7px;
     width: 100%;
     z-index: 2;
}
 .main-menu {
     position: relative;
     margin-top: 29px;
}
 .navbar-collapse {
     padding: 0px 
}
 .navigation {
     position: relative;
     font-family: 'Montserrat', sans-serif;
}
 .navigation li {
     display: inline-block;
}
 .navigation li a {
     padding: 8px 13px 28px;
     text-transform: capitalize;
     color: #222;
     border-top: 1px solid transparent;
     border-bottom: 1px solid transparent;
     font-size: 18px;
     font-weight: 600;
     font-family: 'Dosis', sans-serif;
}
 .navigation > li:hover > a {
     color: #fc7013;
}
 .navigation > li > ul {
     position: absolute;
     left: 0px;
     top: 100%;
     background: #333;
     width: 230px;
     border-top: 2px solid #fc7013;
     padding: 12px 0px;
     z-index: 999;
     display: none;
}
 .navigation > li > ul > li {
     position: relative;
     display: block;
}
 .navigation > li > ul > li > a {
     color: #ffffff;
     display: block;
     font-size: 16px;
     font-weight: 400;
     line-height: 20px;
     padding: 12px 20px;
     margin: 0;
     text-transform: capitalize;
     transition: all 500ms ease 0s;
}
 .navigation > li > ul > li:hover > a {
     color: #fc7013;
}
/*========= third-menu ===============*/
 .navigation > li > ul > li.third-menu ul {
     position: absolute;
     left: 230px;
     top: 0px;
     background: #333;
     width: 200px;
     border-top: 2px solid #fff;
     padding: 12px 0px;
     z-index: 999;
     display: none;
}
 .navigation > li > ul > li.third-menu {
     position: relative;
}
 .navigation > li > ul > li.third-menu ul a {
     color: #ffffff;
     display: block;
     font-size: 14px;
     font-weight: 400;
     line-height: 20px;
     padding: 12px 20px;
     margin: 0;
     text-transform: capitalize;
     transition: all 500ms ease 0s;
}
 .navigation > li > ul > li.third-menu ul a:hover {
     color: #fdc716;
}
 .navigation > li > ul > li.third-menu:after {
     position: absolute;
     content: "\f0de";
     font-family: FontAwesome;
     color: #fff;
     font-size: 20px;
     line-height: 40px;
     right: 14px;
     transform: rotate(90deg);
     top: 3px;
}
/*========= mobile-menu ==============*/
 .mobile-menu .dropdown-btn {
     position: absolute;
     right: 0;
     top: 0;
     width: 50px;
     height: 42px;
     border-left: 1px solid #fc7013;
     cursor: pointer;
     display: block;
     z-index: 5;
}
 .mobile-menu .dropdown-btn:after {
     position: absolute;
     content: "\f107";
     font-family: FontAwesome;
     color: #fc7013;
     font-size: 20px;
     line-height: 40px;
     text-align: center;
     width: 100%;
}
 .mobile-menu, .mobile-menu > li > ul, .mobile-menu > li > ul > li > ul{
     background: #000;
}
 .mobile-menu > li > ul, .mobile-menu > li > ul > li > ul{
     display: none;
}
 .mobile-menu > li > a, .mobile-menu > li > ul > li > a, .mobile-menu > li > ul > li > ul > li > a{
     background: #fff;
     padding:10px 20px;
     line-height:22px;
     color: #222;
     display: block;
     text-transform: uppercase;
     font-weight: 600;
     font-size: 16px;
     border-top: 1px solid #fc7013;
     font-family: 'Dosis', sans-serif;
}
 .mainmenu-area .right-area .link_btn{
     margin-top: 24px;
}
 .mainmenu-area .navigation > li.current > a {
     position: relative;
     color: #fc7013;
}
/*menu*/
 .theme_menu {
     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
     background: #fff;
}
 .theme_menu .menu-column {
     padding: 0;
}
 .nav_side_content {
     margin-top: 33px;
     float: left;
     position: relative;
     left: -20px;
}
 .nav_side_content .cart_select {
     border-left: 1px solid #ececec;
     padding-left: 5px;
}
/* Mainmenu fixed style */
 @-webkit-keyframes menu_sticky {
     0% {
        margin-top:-100px;
    }
     50% {
        margin-top: -90px;
    }
     100% {
        margin-top: 0;
    }
}
 @keyframes menu_sticky {
     0% {
        margin-top:-100px;
    }
     50% {
        margin-top: -90px;
    }
     100% {
        margin-top: 0;
    }
}
 .mainmenu-area.stricky-fixed {
     margin: 0;
     position: fixed;
     background: #fff;
     top:0;
     left:0;
     width: 100%;
     z-index: 99999;
     -webkit-animation-name: menu_sticky;
     animation-name: menu_sticky;
     -webkit-animation-duration: 0.60s;
     animation-duration: 0.60s;
     -webkit-animation-timing-function: ease-out;
     animation-timing-function: ease-out;
}
 .anasayfa_haber{
     height:160px;
}
 .anasayfa_haber h4{
     height:55px;
}
 .certifications .item {
     display: -moz-flex;
     display: -ms-flex;
     display: -o-flex;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     padding: 15px 0;
     border-bottom: 1px solid #e6e6e6;
}
 .certifications .item i.icon-certificate {
     background-image: url(../images/icon-certificate.png);
}
 .certifications .item i.icon-certificate, .certifications .item i.icon-certificate-doct, .certifications .item i.icon-certificate-download, .certifications .item i.icon-certificate-green {
     width: 50px;
     height: 52px;
     display: inline-block;
     background-position: center center;
     margin-right: 10px;
     background-repeat: no-repeat;
}
 .certifications .item p {
     max-width: 600px;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     color: #777;
     font-size: 18px;
     margin: 0;
     width: calc(100% - 180px);
}
 .certifications .item a {
     color: #000;
     width: 50px;
     height: 50px;
     border: 2px solid rgba(255,255,255,.3);
     border-radius: 50%;
     position: relative;
     margin-left: 20px;
}
 .certifications .item a i{
     position:absolute;
     width:100%;
     height:100%;
     text-align:center;
     line-height:46px;
     transition:all .4s ease 
}
 .certifications .item a i.icon-certificate-green {
     background-repeat: no-repeat;
     background-image: url(../images/icon-certificate-green.html);
     background-position: 50% 45%;
     border: 1px solid #d1d1d1;
     border-radius: 100%;
}
 .certifications .item a i.icon-certificate-download {
     background-repeat: no-repeat;
     background-image: url(../images/icon-certificate-download.png);
     background-position: 50% 45%;
     border: 1px solid #d1d1d1;
     border-radius: 100%;
}
 .certifications .item a i.icon-certificate-download:hover {
     border-color: #00d8a2;
}
 .certifications .item a i:hover {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
}
 .certifications .item a i.icon-certificate-doct {
     background-repeat: no-repeat;
     background-image: url(../images/icon-certificate-doct.png);
     background-position: 50% 45%;
     border: 1px solid #d1d1d1;
     border-radius: 100%;
}
 .certifications .item a i.icon-certificate-doct:hover {
     border-color: #00d8a2;
}
 .album-item {
     width: auto;
     height: auto;
     border-radius: 8px;
     background-color: #fff;
     border: solid 1px #eef7fa;
     padding: 10px;
     float: left;
     width: 100%;
     -webkit-transition: all 0.5s ease-in;
     -o-transition: all 0.5s ease-in;
     transition: all 0.5s ease-in;
     top: 0;
     position: relative;
}
 span.slide-show i {
     display: block;
     text-align: center;
     font-style: normal;
     position: relative;
     color: #f47524;
     line-height: normal;
     font-size:50px;
}
 span.slide-show i+i {
     margin-top: 10px;
     font-size: 11px;
     padding: 0 6px;
     color: #fff;
}
 section.album {
     padding: 0;
}
 section.album-detay {
     padding-top: 0;
}
 .album-isim.wdth100 {
     width: 100%;
     max-height: 16px;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
     overflow: hidden;
}
 .album-bg {
     height: 174px;
     background-size: cover!important;
     background-position: center center!important;
     background-repeat: no-repeat!important;
     border-radius: 8px;
     float: left;
     width: 100%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     position: relative 
}
 .album-galeri .col-md-3.col-sm-6.col-xs-12, .video-galeri .col-md-3.col-sm-6.col-xs-12, .fotograf-galeri .col-md-3.col-sm-6.col-xs-12, .video-galeri .col-md-3.col-sm-6.col-xs-12 {
     margin-bottom: 30px 
}
 .album-aciklama {
     font-family: Nunito;
     font-size: 14px;
     font-weight: 600;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: -.3px;
     text-align: left;
     color: #a0c9da;
     margin: 20px 0 10px 
}
 .clear {
     clear: both 
}
 .clear2 {
     clear: both;
     display: none 
}
 .album-genel {
     float: left;
     width: 100%;
     margin-top: 15px 
}
 .album-isim {
     font-family: Nunito;
     font-size: 12px;
     font-weight: 600;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: -.3px;
     color: #f47524;
     float: left;
     width: 140px;
     max-height: 32px;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
}
 .album-tarih {
     float: right;
     font-family: Nunito;
     font-size: 12px;
     font-weight: 400;
     font-style: normal;
     font-stretch: normal;
     line-height: normal;
     letter-spacing: -.3px;
     color: #f47524 
}
 a.album-item:hover {
     -webkit-box-shadow: 0 8px 15px -3px rgba(0, 0, 0, .24);
     box-shadow: 0 8px 15px -3px rgba(0, 0, 0, .24);
     position: relative;
     top: -10px;
     -webkit-transition: all 0.5s ease-in;
     -o-transition: all 0.5s ease-in;
     transition: all 0.5s ease-in;
}
 .album-bg:before {
     content: "";
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     background: rgba(42, 67, 91, .59);
     opacity: 0;
     -webkit-transition: all 0.5s ease-in;
     -o-transition: all 0.5s ease-in;
     transition: all 0.5s ease-in 
}
 .album-bg:hover:before {
     opacity: 1;
     visibility: visible;
     -webkit-transition: all 0.5s ease-in;
     -o-transition: all 0.5s ease-in;
     transition: all 0.5s ease-in 
}
 span.slide-show {
     opacity: 0;
     visibility: hidden;
     -webkit-transition: all 0.5s ease-in;
     -o-transition: all 0.5s ease-in;
     transition: all 0.5s ease-in;
     position: relative 
}
 .album-bg:hover span {
     opacity: 1;
     visibility: visible;
     -webkit-transition: all 0.5s ease-in;
     -o-transition: all 0.5s ease-in;
     transition: all 0.5s ease-in 
}
 .radius-10{
     border-radius: 10px;
}
.radius-left-10{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.form-div{
	margin-bottom: 15px;
    clear: both;
    overflow: hidden;
}
.form-div.capt-cont .captcha {
    margin-left: 0;
    width: 48%;
}
.form-div.capt-cont .captcha {
    width: 100%;
	position:relative;
	border: 1px solid #dddddd;
    padding: 2px 0px;
    border-radius: 10px;
}
.form-div.capt-cont .captcha img {
     border: none !important;
     margin: 0 !important;
     display: block;
     max-height: 100%;
	 margin-left: 5px !important;
}
 .form-div.capt-cont .captcha img {
     border: none !important;
     display: block;
     max-height: 100%;
}
.captcha a>img {
    position: absolute;
    width: 25px;
    right: 10px;
    top: 12px;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.blog-wrap:hover {
    box-shadow: 0px 0px 15px #ccc;
}
.golge {
    position: relative;
    box-shadow: 0 0 10px 3px rgba(243, 243, 243, 0.74);
}
.title-text {
    margin-bottom: 38px;
    position: relative;
}
.title-text:before {
    background: #6059bb;
}
.title-text:before {
    position: absolute;
    content: '';
    height: 5px;
    width: 50px;
    border-radius: 5px;
    left: 0;
    margin-left: 0;
    bottom: -18px;
}
ul.meta {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul.meta li {
    margin: 10px 0px;
}
.post-description {
    margin: 0 0 24px;
    font-size: 16px;
}
.section-title h4 a{
	color: #6059bb;
	font-size:22px;
}
.lang{
    display: inline-block;
    align-items: center;
	float:right;
	margin-top: 0px;
	margin-left: 5px;
}
.lang>ul{
}
.lang>ul:hover{
    background: #fc7013;
}
.lang>ul>li{
    position: relative !important;
}
.lang>ul>li>a{
    color:#fff !important;
    padding: 11px !important;
    display: block !important;
	float: none !important;
	font-size:13px !important;
	margin-top: -7px;
    margin-bottom: -7px;
}
.lang>ul>li>a>i{
    color:#fff !important;
}
.lang>ul:hover i{
    color: #fff !important
}
.lang>ul:hover a{
    color: #fff !important
}
.lang>ul>li:hover>ul{
    opacity: 1;
    visibility: visible !important;
}
.lang>ul>li>ul{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top:100%;
    left: 0;
	z-index:9999;
    background: #fc7013;
    width: 100%;
    -webkit-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
.lang>ul>li>ul>li{
}
.lang>ul>li>ul>li>a{
    color:#fff;
    display: block;
    padding: 11px;
    border-top: 1px solid #fff;
	float:none !important;
	font-size:13px !important;
}
/* ================================================ 35. team-profile ================================================ */
 .team-profile{
     padding:60px 0px 80px;
}
 .team-profile .item-box .item{
     margin-top:40px;
}
 .team-profile .item-box .content{
     padding: 0px 11px 5px;
     border:1px solid #e5e5e5;
     border-radius: 10px;
}
 .team-profile .item-box .content h1{
     font-size:40px;
     font-weight:600;
     color:#6059bb;
}
 .team-profile .item-box .content .text{
     margin: 18px 0px 18px;
}
 .team-profile .item-box .content h4{
     font-size:18px;
     font-weight:500;
     color:#222;
     line-height:25px;
}
 .team-profile .item-box .content h4 span{
     font-size:14px;
     font-weight:500;
     color:#848484;
     margin-left: 10px;
     font-family: 'Open Sans', sans-serif;
}
 .team-profile .item-box .content .social{
     margin-top:20px;
}
 .team-profile .item-box .content .social li{
     padding:0px 16px 0px 0px;
}
 .team-profile .item-box .content .social li a{
     color:#848484;
     transition:.5s;
}
 .team-profile .item-box .content .social li a:hover{
     color:#fc7013;
     transition:.5s;
}
 .team-profile .details{
     margin-top:60px;
}
 .team-profile .details .text{
     margin-top:20px;
}
 .team-profile .two-column{
     margin-top:30px;
}
 .team-profile .two-column .item{
     margin-top:30px;
}
 .team-profile .two-column .item .sec-title{
     margin-bottom:30px;
}
 .team-profile .two-column .item .sec-title h3{
     margin-bottom:30px;
     font-weight:500;
     font-size:24px;
     color:#5f58ba;
}
 .team-profile .two-column .list {
     position: relative;
}
 .team-profile .two-column .list li {
     position: relative;
     color: #848484;
     font-size: 14px;
     font-weight: 400;
     padding-left: 28px;
     padding-bottom: 16px;
     font-family: 'Open Sans', sans-serif;
}
 .team-profile .two-column .list li:before {
     position:absolute;
     content: "";
     left:0px;
     top: 3px;
     width:15px;
     height:15px;
     background: #f8ba59;
     border-radius: 50%;
}
 .team-profile .two-column .list li:after {
     position:absolute;
     content: "";
     left:3px;
     top: 6px;
     width:9px;
     height:9px;
     border: 2px solid #fff;
     border-radius: 50%;
}