/*-----------------------------------------------------------------------------------

    Template Name: VALKUTA 
    Template URI: https://webtend.biz/
    Description: VALKUTA HTML Template
    Author: WebTend
    Author URI: https://webtend.biz/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1. COMMON css 
    2. HEADER css
    3. SLIDER css
    4. ABOUT css
    5. CATAGORIES css
    6. ACTIVITES css
    7. SERVICE css
    8. TESTIMONIAL css
    9. PRICING css
    10. TEAM css
    11. BLOG css
    12. CONTACT css
    13. FOOTER css
    14. BREADCRUMB css 
    15. BLOG-PAGE css
    16. BLOG-DETAILS css
    17. TEAM-PAGE css
    18. TEAM-DETAILS css
    19. ABOUT-PAGE css
    19. SERVICE-V1 css
    20. SERVICE-V1 css
    21. SERVICE-V2 css
    22. SINGLE-SERVICE PAGE css
    23. CONTACT-PAGE css
    24. SPRODUCT PAGE css
    25. FAQ PAGE css
    26. ERROR PAGE css
    


    
    font-family: 'Covered By Your Grace', ;

    font-family: 'Nunito', 
-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url('https://fonts.googleapis.com/css?family=Covered+By+Your+Grace|Nunito:400,600,700,900&display=swap');

body {
    font-family: "Nunito", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #67696f;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,{
    font-family: "Nunito", cursive;
    font-weight: 700;
    color: #27304b;
    margin: 0px;
}

h1 {
    font-size: 50px;
}

h2 {
	color: #4ab3e6;
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}







ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #67696f;
    margin: 0px;
    
}
p.style-para{
	font-family: 'Covered By Your Grace', sans-serif;
	color: #fa6943;
	
}
span.style-para{
	font-family: 'Covered By Your Grace', sans-serif;
	color: #fa6943;

}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/*===== All Button Style =====*/

.fake-btn {
	font-size: 16px;
	background: #4ab3e6;
	color: #fff;
	font-weight: 700;
	padding: 20px 40px;
	border: 1px solid transparent;
	border-radius: 50px;
	
  }


.main-btn {
	font-size: 16px;
	background: #4ab3e6;
	color: #fff;
	font-weight: 700;
	padding: 20px 40px;
	border: 1px solid transparent;
	border-radius: 50px;
	transition: .6s ease-in-out;
  }
  .main-btn:hover {
	border: 1px solid #4ab3e6;
	color: #4ab3e6;
	background: transparent;
  }
  .main-btn-two {
	background: #4bb3e6;
	color: #fff;
	font-size: 24px;
	text-transform: capitalize;
	padding: 20px 35px;
	clip-path: polygon(0% 0%, 100% 12%, 95% 94%,4% 96%);
	border-radius: 6px 18px 26px 22px;
	transition: .6s ease-in-out;
	font-family: 'Covered By Your Grace', sans-serif;
  }
  .main-btn-two:hover {
	background: #27304b;
	color: #fff;
  }

  /* BACK-TO-TOP css  */
#button {
    display: inline-block;
    background-color: #4bb3e6;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 45px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    line-height: 50px;
    color: #fff;
    border-radius: 50%;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
/*----------------------------------------
   preloader
----------------------------------------*/
#loading {
	background-color: #ff4880;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
	}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 20px;
	width: 140px;
	margin-top: -10px;
	margin-left: -70px;
	-webkit-animation: loading-center-absolute 1s infinite;
	animation: loading-center-absolute 1s infinite;

}
.object{
	width: 20px;
	height: 20px;
	background-color: #FFF;
	float: left;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	margin-right: 20px;
	margin-bottom: 20px;	
}
.object:last-child {
	margin-right: 0px;

}
#object_one{
	-webkit-animation: object_one 1s infinite;
	animation: object_one 1s infinite;
	}
#object_two{
	-webkit-animation: object_two 1s infinite;
	animation: object_two 1s infinite;
	}	
#object_three{
	-webkit-animation: object_three 1s infinite;
	animation: object_three 1s infinite;
	}		
#object_four{
	-webkit-animation: object_four 1s infinite;
	animation: object_four 1s infinite;
	}		
	
@-webkit-keyframes loading-center-absolute{
100% {
   -ms-transform: rotate(360deg); 
   	-webkit-transform: rotate(360deg); 
    transform: rotate(360deg); 
	}			
	
}		
@keyframes loading-center-absolute{
100% {
    -ms-transform: rotate(360deg); 
   	-webkit-transform: rotate(360deg); 
    transform: rotate(360deg); 
	}
}	
	
	
								

@-webkit-keyframes object_one{
50% {
    -ms-transform: translate(20px,20px); 
   	-webkit-transform: translate(20px,20px);
    transform: translate(20px,20px);
	}
}		
@keyframes object_one{
50% {
     -ms-transform: translate(20px,20px); 
   	-webkit-transform: translate(20px,20px);
    transform: translate(20px,20px);
	}
}


@-webkit-keyframes object_two{
50% {
    -ms-transform: translate(-20px,20px); 
   	-webkit-transform: translate(-20px,20px);
    transform: translate(-20px,20px);
	}
}		
@keyframes object_two{
50% {
    -ms-transform: translate(-20px,20px); 
   	-webkit-transform: translate(-20px,20px);
    transform: translate(-20px,20px);
	}
}



@-webkit-keyframes object_three{
50% {
    -ms-transform: translate(20px,-20px); 
   	-webkit-transform: translate(20px,-20px);
    transform: translate(20px,-20px);
	}
}		
@keyframes object_three{
50% {
    -ms-transform: translate(20px,-20px); 
   	-webkit-transform: translate(20px,-20px);
    transform: translate(20px,-20px);
	}
}



@-webkit-keyframes object_four{
50% {
    -ms-transform: translate(-20px,-20px); 
   	-webkit-transform: translate(-20px,-20px);
    transform: translate(-20px,-20px);
	}
}		
@keyframes object_four{
50% {
    -ms-transform: translate(-20px,-20px); 
   	-webkit-transform: translate(-20px,-20px);
    transform: translate(-20px,-20px);
	}
}

/* SECTION TITLE */
.section-title p {
	font-size: 58px;
  }
  .section-title img {
	width: 120px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
  }
  .section-title h1 {
	font-weight: 900;
  }

.section-title h2 {
	font-size: 32px;
	font-weight: 700;
}


  .section-title.them-two{
	  position: relative;
	  z-index: 1;
  }
  .section-title.them-two::before {
	position: absolute;
	top: -30px;
	left: 0;
	content: '';
	background: url(../images/paw64.png);	width: 100%;
	height: 113%;
	z-index: -1;
	background-repeat: no-repeat;
}
.section-title.them-two p {
	margin: 0;
	margin-left: 60px;
	margin-bottom: 20px;
}




/*===========================
    2. HEADER css 
===========================*/
header .container .row {
	display: flex;
	align-items: center;
}
header{
	z-index: 99;
}
.main-menu {
	text-align: center;
  }
  .main-menu ul li {
	display: inline-block;
  }
  .main-menu ul li > a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #67696f;
	margin-left: 40px;
	position: relative;
	z-index: 1;
	padding-top: 40px;
	transition: .4s ease-in-out;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.main-menu ul li a i{
	padding-left: 5px;
}
  .main-menu ul li a::before {
	position: absolute;
	background: url(../images/shape-blue.png);
	width: 100%;
	bottom: 0;
	bottom: 0;
	content: '';
	height: 9px;
	background-repeat: no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	visibility: hidden;
	opacity: 0;
	transition: .4s ease-in-out;
}
.main-menu ul li:hover a::before,   .main-menu ul li.active a::before{
	visibility: visible;
	opacity: 1;
}
.main-menu ul li:hover a, .main-menu ul li.active a{
	color: #4ab3e6;
	font-weight: 700;
}
.main-menu ul li ul.submenu {
    position: absolute;
    top: 120%;
    background: #fff;
    width: 200px;
    z-index: 99;
    padding: 10px;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
}
.main-menu ul li:hover ul.submenu{
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.main-menu ul li ul.submenu li {
    display: block;
}

.main-menu ul li ul.submenu li a {
    margin: 0;
    padding: 0;
    text-align: left;
    padding: 10px;
	transition: .3s;
	color: #333;
	text-transform: capitalize;
}
.main-menu ul li ul.submenu li:hover a{
	color: #4ab3e6;
}
.main-menu ul li ul.submenu li a:before {
    display: none;
}
.main-menu ul li ul.submenu li a span{
	transition: .3s;
}
.main-menu ul li ul.submenu li a i{
	visibility: hidden;
	opacity: 0;
	transition: .3s;
}
.main-menu ul li ul.submenu li a:hover i{
	visibility: visible;
	opacity: 1;
}
.main-menu ul li ul.submenu li a:hover span {
    margin-left: 10px;
}
.them-two-header {
	position: absolute;
	width: 100%;
	top: 30px;
	z-index: 98;
  }
  .them-two-header .container {
	background: #fff;
  }
  .them-two-header .main-menu ul li a:before {
	display: none;
  }
  .them-two-header .main-menu ul li a {
	padding: 0;
	background: transparent;
	color: #67696f;
	padding: 8px 10px;
	clip-path: polygon(0% 0%,100% 12%,92% 92%,8% 93%);
	border-radius: 6px 11px 14px 13px;
	transition: .5s ease-in-out;
	margin: 0;
	margin-right: 30px;
}
.them-two-header .main-menu ul li.active a {
  background: #fa6943;
  color: #fff;
}
.them-two-header .main-menu ul li:last-child a{
	margin-right: 0;
}
  .them-two-header .main-menu ul li:hover a {
	background: #fa6943;
	color: #fff;
  }
  .them-two-header .logo {
	margin-top: 0;
	margin-left: 0px;
}
.header-social-links li {
	display: inline-block;
	transition: .4s ease-in-out;
  }
  .header-social-links li a {
	padding-left: 25px;
	color: #67696f;
	transition: .4s ease-in-out;
  }
  .header-social-links li:hover a {
	color: #fa6943;
  }
  .header-social-links {
	margin-right: 25px;
}
.them-two-header .row {
	display: flex;
	align-items: center;
  }
  .them-two-header .main-menu {
	margin: 30px 0;
  }
  .them-two-header .main-menu ul li ul.submenu li a{
	  color: #333;
  }
  .them-two-header .main-menu ul li ul.submenu li:hover a,   .them-two-header .main-menu ul li ul.submenu li a{
	  background: #ffffffd4;
  }
/* STICKY HEADER CSS */
header.sticky {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: #ffffffd4;
  transition: .4s;
  border-bottom: 2px solid #4bb3e6;
}
header.sticky .main-menu ul li a {
  padding-top: 20px;
}

header.sticky .main-btn.header-btn {
  padding: 18px 40px;
}
header.them-two-header.sticky {
  top: 0;
}
header.them-two-header.sticky .main-menu ul li a {
  padding-top: 8px !important;
}
header.them-two-header.sticky .logo {
  margin-top: 25px;
}
/* MOBILE-MENU */
#mobile-menu-wrapp{
  display: none;
}
/*===========================
    3. SLIDER css 
===========================*/
.slider-bg-1{
	background: url(../images/kennel01.jpg);
}
.slider-bg-2{
  background: url(../images/blog-5.jpg);
}
.slider-bg-3{
  background: url(../images/blog-6.jpg);
}
.slider-content p.style-para {
	font-size: 18px;
	margin-bottom: 10px;
}

.slider-content img {
	margin-left: 190px;
	margin-bottom: 40px;
  }
  .slider-content h1 {
	color: #fff;
	font-weight: 900;
	font-size: 80px;
	margin-bottom: 40px;
  }
  
.header-contact-info {
	display: flex;
  }
  .header-contact-info span {
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 83px;
	background: #fff;
	border-radius: 50%;
	font-size: 35px;
	color: #f15d40;
  }
  .header-contact-details {
	margin-left: 30px;
	padding-top: 8px;
  }
  .header-contact-details h1 {
	font-size: 35px;
  }
  .slider-content {
	padding: 120px 0;
}

  .single-slider-item {
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.single-slider-item::after {
	background: url(../images/previewBanner2.png);
	position: absolute;
	width: 100%;
	height: 11%;
	bottom: 0px;
	left: 0;
	content: '';
	background-size: cover;
	background-repeat: no-repeat;
}
.single-slider-item::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
	background: -moz-linear-gradient(left,  rgba(40,50,72,1) 0%, rgba(226,226,226,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(40,50,72,1) 0%,rgba(226,226,226,0) 100%);
	background: linear-gradient(to right,  rgba(40,50,72,1) 0%,rgba(226,226,226,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283248', endColorstr='#00e2e2e2',GradientType=1 );
	z-index: -1;
	opacity: .7;
}

.hero-bg{
	background: url(../images/DJI_0409.jpg);
	background-color: #ddd;
}
.hero-area {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.hero-area-content p:first-child {
	background: #4bb3e6;
	display: inline-block;
	padding: 20px 40px;
	margin-bottom: 30px;
	border-radius: 5px 18px 24px 20px;
	clip-path: polygon(0% 0%, 100% 9%,95% 93%,8% 100%);
	color: #fff;
	font-weight: 50;  }
  .hero-area-content h1 {
	font-size: 80px;
	font-weight: 800;
	margin-bottom: 40px;
  color: #fff;
	}
  .hero-area-content p {
	font-size: 36px;
	line-height: 35px;
	font-weight: 50;
	margin-bottom: 60px;
	
  }
  .hero-area-content h2 span {
	width: 75px;
	height: 70px;
	line-height: 70px;
	background: #4bb3e6;
	color: #fff;
	text-align: center;
	font-size: 30px;
	margin-right: 20px;
	clip-path: polygon(0% 12%,100% 0%,93% 100%,5% 94%);
	border-radius: 15px 5px 12px 18px;
  }
  .hero-area-content {
    padding-bottom: 0px;
    padding-top: 200px;
    width: 650px;
}

  .slider-carousel-active .slick-dots {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.slider-carousel-active .slick-dots li {
    width: 10px;
    height: 10px;
    background: #73934973;
    margin: 15px 0;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: .3s;
}

.slider-carousel-active .slick-dots li button {
    display: none;
}

.slider-carousel-active .slick-dots li.slick-active {
    background: #fff !important;
    position: relative;
    z-index: 1;
}

.slider-carousel-active .slick-dots li.slick-active:before {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -5px;
    left: -5px;
    content: '';
    border: 2px solid #fff;
    border-radius: 50%;
}
.row.hero-slider-active .slick-dots {
  position: absolute;
  right: 0;
  bottom: 17%;
}

.row.hero-slider-active .slick-dots li {
  display: inline-block;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  background: #eaf8ff;
  border-radius: 50%;
  cursor: pointer;
  transition: .3s;
}

.row.hero-slider-active .slick-dots li button {
  visibility: hidden;
}

.row.hero-slider-active .slick-dots li.slick-active {background: #4bb3e6;position: relative;z-index: 1;}

.row.hero-slider-active .slick-dots li.slick-active:before {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -5px;
  left: -5px;
  content: '';
  border: 2px solid #4bb3e6;
  border-radius: 50%;
}




/*===========================
    4. ABOUT css 
===========================*/

  .about-us-content p {
	margin-top: 30px;
	margin-bottom: 35px;
  }
  .about-us-content h5 span {
	width: 20px;
	height: 20px;
	font-size: 13px;
	background: #fa6943;
	color: #fff;
	text-align: center;
	line-height: 21px;
	border-radius: 50%;
	margin-right: 15px;
  }
  .about-us-content h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
  }
  .about-us-content p {
	margin-top: 30px;
	margin-bottom: 35px;
  }
  .about-us-content h5 span {
	width: 20px;
	height: 20px;
	font-size: 13px;
	background: #fa6943;
	color: #fff;
	text-align: center;
	line-height: 21px;
	border-radius: 50%;
	margin-right: 15px;
  }
  .about-us-content h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
  }
  .about-us-image img {
	margin-left: 175px;
	position: relative;
  }
  .about-area {
	position: relative;
	z-index: 1;
  }
  .about-us-image {
	position: absolute;
	right: 0;
	width: 125%;
  }
  .main-btn.about-btn {
	margin-top: 10px;
}
.about-us-content .section-title p {
	margin-bottom: 0;
}

.them-two .about-us-image {
	margin-right: 40px;
  }
  
 .them-two .about-us-images img {
	float: left;
	margin-right: 15px;
	width: 170px;
	margin-bottom: 80px;
  }
  
 .them-two .about-us-images img:last-child {
	margin-right: 0;
  }

/*===========================
    5. CATAGORIES css 
===========================*/
.catagorie-icon {
	background: #ddd;
	width: 200px;
	height: 180px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 60% 39% 36% 58% / 51% 55% 45% 45%;
	margin-bottom: 30px;
  }
  .catagorie-icon.color-one{
	  background: #fa684325;
  }
  .catagorie-icon.color-two{
	background: #4bb2e625;
}
.catagorie-icon.color-three{
	background: #ffdb4b25;
}
.catagorie-icon.color-four{
	background: #98cb4725;
}
  .catagorie-icon i {
	font-size: 60px;
  }
  .catagorie-icon.color-one i{
	  color: #fa6943;
  }
  .catagorie-icon.color-two i{
	color: #4bb3e6;
}
.catagorie-icon.color-three i{
	color: #ffdb4b;
}
.catagorie-icon.color-four i{
	color: #99cb47;
}
  .catagorie-icon span {
	position: absolute;
	right: 39px;
	top: -6px;
	width: 60px;
	height: 60px;
	background: #333;
	color: #fff;
	line-height: 60px;
	border-radius: 50%;
  }
  .catagorie-icon.color-one span{
	background: #fa6943;
  }
  .catagorie-icon.color-two span{
	background: #4bb3e6;	  
}
.catagorie-icon.color-three span{
	background: #ffdb4b;	  
}
.catagorie-icon.color-four span{
	background: #99cb47;	  
}

.single-catagories-item h2 {
	
	font-weight: 700;
	margin-bottom: 15px;
  }
  .single-catagories-item p {
	padding: 0 35px;
	line-height: 30px;
  }

.them-two .single-categories-item img {
	margin-bottom: 30px;
  }
  .them-two .single-categories-item h2 {
	margin-bottom: 15px;
  }
  .them-two .single-categories-item p {
	line-height: 30px;
  }
  .them-two .catogres-intro p {
	margin-top: 30px;
	margin-bottom: 40px;
	line-height: 30px;
}

.them-two .single-catagories-box.bg-1{
	background: url(../images/count-box/1.jpg);
}
.them-two .single-catagories-box.bg-2{
	background: url(../images/count-box/2.jpg);
}
.them-two .single-catagories-box.bg-3{
	background: url(../images/count-box/3.jpg);
}
.them-two .single-catagories-box.bg-4{
	background: url(../images/count-box/4.jpg);
}
.them-two .single-catagories-box {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
	border-radius: 10px;

}

.them-two .single-catagories-box h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 5px;
}

.them-two .single-catagories-box p {
    font-size: 18px;
    color: #fff;
}


/*===========================
    6. ACTIVITES css 
===========================*/
.activities-content p {
  margin-top: 50px;
  margin-bottom: 30px;
}
.activities-content .section-title p {
  margin: 0;
}
.activities-logo-content h4 i {
  width: 50px;
  height: 50px;
  background: #ddd;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  margin-right: 10px;
}
.activities-logo-content h4 {
  margin-bottom: 20px;
}
.single-activites-content .activities-logo-content:first-child {
  margin-right: 40px;
}
.single-activites-content {
  display: flex;
  margin-bottom: 50px;
}
.activities-img {
	position: relative;
	width: 725px;
	margin-left: -200px;
  }
  .single-activites-content .activities-logo-content:first-child h4 i{
	  background: #fa6943;
  }
  .single-activites-content .activities-logo-content:last-child h4 i{
	background: #4bb3e6;
}
.them-two .activities-content p {
    margin-top: 30px;
	margin-bottom: 30px;
}
.them-two .activities-img-two {
    margin-left: 50px;
    overflow: hidden;
}
/*===========================
    7. SERVICE css 
===========================*/
.single-service-img img {
	margin-bottom: 30px;
  }
  .single-service-area h2 {
	margin-bottom: 20px;
	transition: .6s ease-in-out;
  }
  .single-service-area p {
	margin-bottom: 40px;
  }
  .main-btn.service-btn {
	background: transparent;
	border: 1px solid #4ab3e6;
	color: #4ab3e6;
  }
  .main-btn.service-btn:hover,  .single-service-area.active  .main-btn.service-btn{
	background: #4ab3e6;
	color: #fff;
	border: 1px solid transparent;
  }
  .single-service-area:hover h2 {
	color: #4ab3e6;
  }
  .single-service-img {
	position: relative;
	z-index: 1;
  }
  .single-service-img:before {
	position: absolute;
	width: 180px;
	height: 180px;
	bottom: 22px;
	left: 79px;
	content: '';
	background: #ddd;
	border-radius: 50%;
	z-index: -1;
  }
.service-area .row .col-lg-4:nth-child(1)  .single-service-img:before{
	background: #4ab3e6;
}
.service-area .row .col-lg-4:nth-child(2)  .single-service-img:before{
	background: #fa6943;
}
.service-area .row .col-lg-4:nth-child(3)  .single-service-img:before{
	background: #99cb47;
}
.them-two a.single-service-item img {
    margin-bottom: 20px;
}

.them-two a.single-service-item h2 {
    margin-bottom: 20px;
    transition: .5s;
}

.them-two a.single-service-item {
    transition: .5s;
    padding: 40px 25px;
    border-radius: 10px;
}

.them-two a.single-service-item:hover, .them-two a.single-service-item.active {
    background: #fa6943;
}

.them-two a.single-service-item:hover h2,  .them-two a.single-service-item.active h2{
    color: #fff;
}

.them-two a.single-service-item p {
    transition: .5s;
}

.them-two a.single-service-item:hover p, .them-two a.single-service-item.active p {
    color: #fff;
}
.service-area.them-two .col-lg-4:nth-child(1) a.single-service-item:hover{
	background: #8db54a;
}
.service-area.them-two .col-lg-4:nth-child(3) a.single-service-item:hover{
	background: #4f9bbf;
}
/*===========================
    8. TESTIMONIAL css 
===========================*/
  .single-testimonial-containt span {
	font-size: 48px;
	color: #4ab3e6;
	margin-top: 60px;
	margin-bottom: 25px;
  }
  .single-testimonial-containt p {
	font-size: 17px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 60px;
  }
  .testimonial-author-img img {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	float: left;
  }
  .testimonial-details {
	margin-left: 65px;
  }
  .testimonial-details p {
	font-size: 14px;
  }
  .testimonial-area-img {
	position: relative;
	width: 725px;
	margin-left: 13px;
}
.single-testimonial-containt .section-title p {
	margin: 0;
	font-size: 24px;
}
.them-two .single-testimonial-item {
    margin-top: 40px;
    width: 100%;
    height: 300px;
    background: #4bb3e6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    clip-path: polygon(6% 15%, 95% 0, 100% 100%, 0 90%);
    padding: 0 50px;
    position: relative;
    z-index: 1;
    overflow: visible;
	border-radius: 140px 48px 8px 43px;
	padding-top: 35px;
}
.them-two .single-testimonial-item p {
    margin-bottom: 30px;
    color: #fff;
}

.them-two .testimonial-author-info p {
    font-size: 14px;
}

.them-two .testimonial-author-info h4 {
    color: #fff;
}

.them-two .single-testimonial-item span {
    position: absolute;
    left: 136px;
    font-size: 40px;
    color: #fff;
    top: 48%;
}
.them-two .testimonial-area-img-two {
    margin-right: 100px;
}

.testimonial-carousel-active .slick-dots {
  position: absolute;
  right: 15px;
  bottom: 10px;
}

.testimonial-carousel-active .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  background: #6fc2eb;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
}

.testimonial-carousel-active .slick-dots li button {
  visibility: hidden;
}

.testimonial-carousel-active .slick-dots li.slick-active {
  background: #fff;
  position: relative;
  z-index: 1;
}

.testimonial-carousel-active .slick-dots li.slick-active:before {
  position: absolute;
  width: 17px;
  height: 17px;
  top: -4px;
  left: -4px;
  content: '';
  border: 2px solid #fff;
  border-radius: 50%;
}

/*===========================
    9. PRICING css 
===========================*/
.pricing-bg img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
	transition: .9s ease-in-out;
  }
  .price-content {
	padding: 50px;
  }
  .price-content h2 {
	margin-bottom: 15px;
  }
  .price-content h1 {
	margin-bottom: 20px;
	font-size: 36px;
	color: #4ab3e6;
  }
  .price-content p {
	margin-bottom: 40px;
  }
  .price-content ul li {
	margin-bottom: 15px;
  }
  .price-content ul li:last-child {
	margin-bottom: 0;
  }
  .price-content ul li i {
	padding-right: 15px;
	color: #4ab3e6;
  }
  .pricing-bg {
	overflow: hidden;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
  }
  .pricing-bg:hover img {
	transform: scale(1.1);
  }
  .price-area .col-lg-4:nth-child(1) .price-content ul li:nth-child(4) i{
	  color: #67696f;
  }
  .price-area .col-lg-4:nth-child(1) .price-content ul li:nth-child(5) i{
	color: #67696f;
  }
  .price-area .col-lg-4:nth-child(2) .price-content ul li:nth-child(5) i{
	color: #67696f;
  }

  .them-two .single-price-content:before{
    background: url(../images/pricingbg-2.jpg);
}
.them-two .single-price-content {
    position: relative;
    z-index: 1;
    padding: 50px;
    transition: .5s;
    border: 1px solid #4ab3e6;
    border-radius: 10px;
}

.them-two .single-price-content:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-position: center center;
    background-size: cover;
    z-index: -1;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
}

.them-two .single-price-content span {
    font-size: 14px;
    color: #27304b;
    margin-bottom: 10px;
}

.them-two .single-price-content h1 {
    font-size: 48px;
    font-weight: 800;
    color: #4ab3e6;
}

.them-two .single-price-content ul li {
    display: block;
    margin-bottom: 15px;
}
.them-two .single-price-content ul li:last-child {
    margin-bottom: 0;
}

.them-two .single-price-content ul li i {
    float: right;
}

.them-two .single-price-content ul {
    margin-top: 30px;
    margin-bottom: 40px;
}
.them-two .single-price-content.active:before {
    visibility: visible;
    opacity: 1;
}

.them-two .single-price-content.active span, .them-two .single-price-content.active h1, .them-two .single-price-content.active ul li{
    color: #fff;
}
.them-two .single-price-content.active {
    transform: scale(1.1);
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: -32px;
    border: 1px solid transparent;
    z-index: 4;
}
.price-area.them-two .col-lg-4{
    padding: 0;
}
.price-area.them-two .row{
    margin: 0;
}
section.price-area.them-two .section-title {
    margin-bottom: 150px;
}
section.price-area.them-two .section-title.them-two::before {
	position: absolute;
	top: -30px;
	left: 40%;
	content: '';
	background: url(../images/section-title-2.png);
	width: 100%;
	height: 134%;
	z-index: -1;
	background-repeat: no-repeat;
}
.price-area.them-two .single-price-content ul li i{
    color: #4ab3e6;
}
.price-area.them-two .col-lg-4:nth-child(1) .single-price-content ul li:nth-child(6) i, .price-area.them-two .col-lg-4:nth-child(1) .single-price-content ul li:nth-child(7) i{
    color: #67696f;
}
.price-area.them-two .col-lg-4:nth-child(1) .single-price-content.active ul li i{
    color: #fff;
}
.price-area.them-two .col-lg-4:nth-child(3) .single-price-content.active ul li i{
    color: #fff;
}
.price-area.them-two .col-lg-4 .single-price-content.active ul li i{
    color: #fff;
}
.price-area.them-two .col-lg-4 .single-price-content.active ul li:last-child i{
    color: #aee5ff;
}
.price-area.them-two .col-lg-4:nth-child(3) .single-price-content ul li i{
    color: #4ab3e6;
}
  
/*===========================
    10. TEAM css 
===========================*/
.single-time-img h4 span {
  width: 45px;
  height: 45px;
  line-height: 47px;
  background: #333;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 10px;
}
.single-time-img {
  margin-bottom: 35px;
}
.single-time-content .single-time-img:first-child h4 span{
	background: #fa6943;
}
.single-time-content .single-time-img:last-child h4 span{
	background: #4bb3e6;
}
.time-area-bg {
	position: relative;
	width: 625px;
	margin-left: -110px;
}
.them-two .single-team-img {
    overflow: hidden;
    margin-bottom: 25px;
}
.them-two .team-member-info h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

section.team-area.them-two .section-title {
    margin-bottom: 80px;
}
.team-area.them-two .section-title.them-two::before {
	left: 220px;
	height: 133%;
}

/*===========================
    11. BLOG css 
===========================*/
.single-blog-details img {
	width: 70px;
	margin-bottom: 20px;
  }
  .single-blog-details p:first-child {
	margin-bottom: 10px;
  }
  .single-blog-details h3 {
	font-size: 24px;
	margin-bottom: 20px;
  }
  .single-blog-details {
	padding: 30px;
  }
.single-blog-details img {
	width: 70px;
	margin-bottom: 20px;
  }
  .single-blog-img {
    overflow: hidden;
}

.single-blog-img img {
    transition: .9s;
}

.single-blog-img:hover img {
    transform: scale(1.1);
}
  .single-blog-details p:first-child {
	margin-bottom: 10px;
  }
  .single-blog-details h3 {
	font-size: 24px;
	margin-bottom: 20px;
  }
  .single-blog-details {
	padding: 30px;
  }
  .them-2 .blog-content p {
    margin-top: 30px;
    margin-bottom: 50px;
}

.them-2 .single-blog-item {
    border: 1px solid #ddd;
    border-radius: 10px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.them-2 .single-blog-img {
    border-radius: 18px;
    overflow: hidden;
}

.them-2 .single-blog-img img {
    border-radius: 18px;
    transition: .9s;
}

.them-2 .single-blog-img:hover img {
    transform: scale(1.1);
}
.them-2 .single-blog-text {
    padding: 30px;
}

.them-2 .single-blog-text p:first-child {
    margin-bottom: 20px;
}

.them-2 .single-blog-text h3 {
    margin-bottom: 20px;
}

.them-2 a.blog-btn {
    font-size: 18px;
    font-weight: 700;
    color: #67696f;
    margin-top: 30px;
    border-bottom: 1px solid #67696f;
    transition: .3s;
}

.them-2 a.blog-btn:hover {
    color: #27304b;
}



  /*===========================
    12. CONTACT css 
===========================*/
.contact-form form input, .contact-form form textarea {
    width: 100%;
    margin-bottom: 25px;
    padding-left: 25px;
    border-radius: 5px;
    border: 1px solid #67696f;
}

.contact-form form input:hover, .contact-form form textarea:hover {
    border-color: #4bb3e6;
}

.contact-form form input {
    height: 80px;
}

.contact-form form textarea {
    height:150px;
    padding-top:20px;
    margin-bottom: 50px;
}
  /*===========================
    13. FOOTER css 
===========================*/
  .footer-logo {
	width: 180px;
	margin-bottom: 40px;
  }
  .footer-social-links {
	margin-top: 40px;
  }
  .footer-social-links li {
	display: inline-block;
  }
  .footer-social-links li a {
	display: block;
	width: 20px;
	height: 20px;
	background: #67696f;
	color: #fff;
	text-align: center;
	line-height: 25px;
	border-radius: 2px;
	font-size: 14px;
	margin-right: 25px;
	transition: .3s ease-in-out;
  }
  .footer-social-links li:hover a {
	background: #fa6943;
  }
  
.footer-wedget h3 {
	color: #fa6943;
	margin-bottom: 10px;
  }
  .footer-wedget img {
	width: 140px;
	margin-bottom: 40px;
}
  .footer-logo img {
	margin-bottom: 0;
  }
  .footer-area .col-lg-4:nth-child(2) .footer-wedget span {
	margin-bottom: 10px;
}
.footer-area .col-lg-4:nth-child(2) .footer-wedget span:last-child {
	margin-bottom: 0;
}
.footer-area .col-lg-4:nth-child(1) .footer-wedget p {
	line-height: 28px;
}

p.footer-contact-info span {
	color: #fa6943;
	margin-right: 15px;
  }
  .footer-wedget p.footer-contact-info {
	margin-bottom: 10px;
  }
  .footer-wedget p.footer-contact-info:last-child {
	margin-bottom: 0;
  }
  
.bottom-footer {
	margin-top: 80px;
	padding-bottom: 320px;
  }
  .bottom-footer .container {
	border-top: 1px solid #e5e5e5;
	padding: 0;
  }
  .bottom-footer p {
	padding-top: 30px;
  }
  .footer-bg:before{
	  background: url(../images/Butt.png);
  }

  .footer-bg {
	position: relative;
	z-index: 1;
  }
  .footer-bg:before {
	position: absolute;
	width: 100%;
	height: 68%;
	bottom: 0;
	left: 0;
	content: '';
	background-size: cover;
	background-repeat: no-repeat;
  }
  .footer-area.them-two .footer-bg:before {
	display:none;
  }
  .footer-area.them-two .bottom-footer {
    margin-top: 0;
    padding-bottom: 0;
}
.footer-area.them-two .footer-bottom-bg::before{
    background: url(../images/DogButt.png);
}
.footer-area.them-two .footer-bottom-bg {
    position: relative;
    z-index: 1;
}

.footer-area.them-two .footer-bottom-bg::before {
    position: absolute;
    width: 98%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-area.them-two section.bottom-footer {
    padding: 80px 0;
    margin: 0 50px;
    margin-top: 80px;
}

.footer-area.them-two section.bottom-footer p {
    color: #fff;
}



  /*===========================
    14. BREADCRUMB css 
===========================*/
section.breadcrumb-area {
	padding-top: 125px;
	padding-bottom: 250px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}

section.breadcrumb-area:before {
    /*position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: -moz-linear-gradient(top,  rgba(39,48,75,1) 0%, rgba(229,229,229,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(39,48,75,1) 0%,rgba(229,229,229,0) 100%);
    background: linear-gradient(to bottom,  rgba(39,48,75,1) 0%,rgba(229,229,229,0) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27304b', endColorstr='#00e5e5e5',GradientType=0 );
    z-index: -1;
    opacity: .7;*/
}
section.breadcrumb-area:after {
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    content: '';
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.breadcrumb-bg{
    
}
.breadcrumb-area::after{

}
.breadcrumb-content h1 {
    font-size: 80px;
    font-weight: 800;
    color: #ff9100;
    margin-bottom: 40px;
}

.breadcrumb-content p {
    font-size: 18px;
}
.breadcrumb-content p span {
    margin: 0 20px;
}
  /*===========================
    15. BLOG-PAGE css 
===========================*/

.blog-page-area .blog-details-img {
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 450px;
    margin-bottom: 50px;
}

.blog-page-area .blog-details-img img {
    transition: .9s;
    border-top-left-radius: 20px;
    margin-bottom: 50px;
    border-top-right-radius: 20px;
    width: 100%;
    height: 100%;
}

.blog-page-area .blog-details-img:hover img {
    transform: scale(1.1);
}

.blog-page-area .single-blog-details-text ul li {
    display: inline-block;
    margin-right: 40px;
}

.blog-page-area .single-blog-details-text ul li i {
    margin-right: 7px;
    color: #fa6943;
}

.blog-page-area .single-blog-details-text h2 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.blog-page-area .single-blog-details-text p {
    margin-bottom: 40px;
}

.blog-page-area .sing-blog-details-item {
    margin-bottom: 80px;
}

.blog-page-area a.main-btn.load-more-blog-btn {
    margin-top: 40px;
}
.blog-page-area .blog-details-img {
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 450px;
    margin-bottom: 50px;
}

.blog-page-area .blog-details-img img {
    transition: .9s;
    border-top-left-radius: 20px;
    margin-bottom: 50px;
    border-top-right-radius: 20px;
    width: 100%;
    height: 100%;
}

.blog-page-area .blog-details-img:hover img {
    transform: scale(1.1);
}

.blog-page-area .single-blog-details-text ul li {
    display: inline-block;
    margin-right: 40px;
}
.blog-page-area .single-blog-details-text ul li span {
    color: #67696f;
}
.blog-page-area .single-blog-details-text ul li i {
    margin-right: 7px;
    color: #fa6943;
}

.blog-page-area .single-blog-details-text h2 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.blog-page-area .single-blog-details-text p {
    margin-bottom: 40px;
}

.blog-page-area .sing-blog-details-item {
    margin-bottom: 80px;
}

.blog-page-area a.main-btn.load-more-blog-btn {
    margin-top: 40px;
}

.blog-page-area .section-heading img {
    width: 70px;
    margin-bottom: 30px;
}


.blog-page-area .section-heading h3 {
    margin-bottom: 5px;
}

.blog-page-area .blog-search-box {
    margin-bottom: 80px;
}

.blog-page-area .blog-search-box form input {
    width: 100%;
    height: 50px;
    border: 1px solid transparent;
}

.blog-page-area .blog-search-box form {
    position: relative;
    z-index: 1;
}

.blog-page-area .blog-search-box form span {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    right: 0;
    background: #4ab3e6;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}
.blog-page-area .single-blog-post-img {
    width: 90px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    float: left;
    border-radius: 5px;
    border-top-left-radius: 0;
}
.blog-page-area .single-blog-post-img span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    text-align: center;
    font-size: 13px;
    border-bottom-right-radius: 5px;
}

.blog-page-area .single-blog-post-img img {
    transition: .9s;
}

.blog-page-area .single-blog-post-img:hover img {
    transform: scale(1.1);
}

.blog-page-area .single-blog-post-content {
    margin-left: 110px;
}

.blog-page-area .single-blog-post-content h4 {
    margin-bottom: 5px;
}

.blog-page-area .single-blog-post-item {
    margin-bottom: 20px;
}

.blog-page-area .blog-catagories-container p {
    margin-bottom: 10px;
}

.blog-page-area .blog-catagories-container p i {
    margin-right: 10px;
    color: #fa6943;
}

.blog-page-area .blog-catagories-container p span {
    float: right;
    color: #27304b;
    font-weight: 700;
}

.blog-page-area .blog-catagories-container {
    margin-top: 60px;
    margin-bottom: 70px;
}
.blog-page-area .blog-post-form-area {
    background: #4ab3e6;
    padding: 30px;
}

.blog-page-area .blog-post-form-area form textarea {
    width: 100%;
    padding: 20px;
    border: transparent;
    border-radius: 10px;
    height: 130px;
}

.blog-page-area .blog-post-form-area form input::placeholder, .blog-page-area .blog-post-form-area form textarea::placeholder {
    color: #67696f;
}

.blog-page-area .blog-post-form-area form input {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    border: transparent;
    margin-bottom: 20px;
}

.blog-page-area .blog-post-form-area form button {
    background: #333;
    border: transparent;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    border-radius: 50px;
    margin-top: 20px;
}

.blog-page-area .blog-post-form-area {
    border-radius: 10px;
}

.blog-page-area .blog-post-form-area h3 {
    color: #fff;
}

  /*===========================
    16. BLOG-DETAILS css 
===========================*/

.blog-page-area.blog-details-page p.colored-boxed-para {
    font-weight: 700;
    background: #4ab3e6;
    padding: 40px;
    color: #fff;
    border-radius: 20px;
}
.blog-page-area.blog-details-page .blog-details-page-content ul {
    margin-top: 40px;
}

.blog-page-area.blog-details-page .blog-details-page-content ul li {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}

.blog-page-area.blog-details-page .blog-details-page-content ul li:last-child {
    margin-bottom: 0;
}

.blog-page-area.blog-details-page .blog-details-page-content ul li i {
    padding-right: 10px;
    color: #fa6943;
}



.blog-page-area.blog-details-page .blog-details-page-tags ul.tags li {
    display: inline-block;
    margin-right: 10px;
}

.blog-page-area.blog-details-page .blog-details-page-tags ul.tags li:first-child {
    color: #27304b;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-right: 20px;
}

.blog-page-area.blog-details-page .blog-details-page-tags ul.tags li a {
    color: #67696f;
}

.blog-page-area.blog-details-page .blog-details-page-tags ul.blog-detsils-social-links {
    text-align: right;
    margin-top: -38px;
}

.blog-page-area.blog-details-page .blog-details-page-tags ul.blog-detsils-social-links li {
    display: inline-block;
}
.blog-page-area.blog-details-page .blog-details-page-tags ul.blog-detsils-social-links li:first-child {
    color: #27304b;
    font-weight: 700;
    font-size: 20px;
    margin-right: 20px;
}

.blog-page-area.blog-details-page .blog-details-page-tags ul.blog-detsils-social-links li a {
    width: 24px;
    height: 24px;
    background: #333;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border-radius: 5px;
    transition: .3s;
}

.blog-page-area.blog-details-page .blog-details-page-tags ul.blog-detsils-social-links li a i {
    color: #fff;
    padding-left: 5px;
    padding-top: 5px;
}

.blog-page-area.blog-details-page .blog-details-page-tags ul.blog-detsils-social-links li:hover a {
    background: #fa6943;
}
.blog-details-page-content .row {
    margin-top: 40px;
}

.blog-page-area.blog-details-page .blog-details-page-tags {border-top: 1px solid #e9eaed;}
.blog-page-area.blog-details-page .blog-details-page-carousel img {
    width: 95px;
    height: 75px;
    border-radius: 5px;
}
.blog-page-area.blog-details-page .blog-details-page-carousel {
    display: flex;
}

.blog-page-area.blog-details-page .carousel-content {
    margin-left: 15px;
}
.blog-page-area.blog-details-page .carousel-content p {
    color: #67696f;
}

.blog-page-area.blog-details-page .carousel-content p i {
    margin-right: 8px;
    color: #fa6943;
}
.blog-page-area.blog-details-page .carousel-content h4 {
    margin-bottom: 5px;
    font-size: 18px;
}
.blog-page-area.blog-details-page .blog-details-page-content .row .col-lg-6:last-child .blog-details-page-carousel img{
    margin-left: 15px;
}
  /*===========================
    17. TEAM-PAGE css 
===========================*/
.team-area.team-page .single-team-img {
    border-radius: 68% 32% 30% 70% / 45% 44% 56% 55%;
    position: relative;
    z-index: 1;
    overflow: visible;
    width: 250px;
    text-align: center;
    margin: 0 auto;
}
.team-area.team-page .single-team-img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 9px;
    left: -15px;
    content: '';
    background: #c5e5f5;
    z-index: -1;
    border-radius: 68% 32% 30% 70% / 45% 44% 56% 55%;
}
.team-area.team-page .single-team-img img {
    border-radius: 68% 32% 30% 70% / 45% 44% 56% 55%;
}
.team-area.team-page .team-member-info {
    margin-top: 40px;
}
  /*===========================
    18. TEAM-DETAILS css 
===========================*/
.single-team-details.team-details-page .single-team-member-info h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 15px;
}

.single-team-details.team-details-page .single-team-member-info span {
    font-size: 24px;
    margin-bottom: 40px;
}

.single-team-details.team-details-page .single-team-member-info p strong {
    font-size: 18px;
    color: #27304b;
    margin-right: 20px;
}

.single-team-details.team-details-page .single-team-member-info p {
    margin-bottom: 10px;
}
.single-team-details.team-details-page .single-team-member-info ul {
    margin-top: 40px;
}

.single-team-details.team-details-page .single-team-member-info ul li {
    display: inline-block;
}

.single-team-details.team-details-page .single-team-member-info ul li a {
    width: 20px;
    height: 20px;
    background: #67696f;
    text-align: center;
    line-height: 20px;
    border-radius: 3px;
    color: #fff;
    margin-right: 10px;
    transition: .3s;
}

.single-team-details.team-details-page .single-team-member-info ul li:hover a {
    background: #fa6943;
}

.single-team-details.team-details-page .single-team-member-info {
    margin-top: 100px;
    margin-left: 100px;
    margin-bottom: 100px;
}

.single-team-details.team-details-page .personal-bio-info p:first-child {
    font-size: 24px;
}

.single-team-details.team-details-page .personal-bio-info img {
    width: 100px;
}

.single-team-details.team-details-page .personal-bio-info h1 {
    font-size: 54px;
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: 15px;
}

.single-team-details.team-details-page .personal-bio-info {
    margin-bottom: 80px;
}
.single-team-details.team-details-page .provided-service-area h1 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 30px;
}

.single-team-details.team-details-page .single-provided-service h4 span {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #fa6943;
    color: #fff;
    line-height: 53px;
    border-radius: 50%;
    font-size: 30px;
    margin-right: 20px;
    margin-bottom: 15px;
}
.single-team-details.team-details-page .single-provided-service h4 span.blue-bg{
    background: #4bb3e6;
}
.single-team-details.team-details-page .single-provided-service h4 span.green-bg{
    background: #99cb47;
}
.single-team-details.team-details-page .completed-events-area h1 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 40px;
}

.single-team-details.team-details-page .single-completed-events img {
    width: 120px;
    float: left;
    height: 80px;
}

.single-team-details.team-details-page .completed-events-info {
    margin-left: 150px;
}

.single-team-details.team-details-page .single-completed-events {
    margin-bottom: 40px;
}
.single-team-details.team-details-page .completed-events-info span {
    margin-bottom: 5px;
}

.single-team-details.team-details-page .completed-events-info h3 {
    font-size: 20px;
}
  /*===========================
    19. ABOUT-PAGE css 
===========================*/

.about-us-content.about-page p {
  margin-bottom: 10px;
}
.about-accordion-img {
  width: 725px;
  margin-left: -220px;
}

.about-accordion-content {
  margin-top: 80px;
}

.about-accordion-content .card {
  border: transparent;
}

.about-accordion-content button.btn.btn-link {
  margin-left: 0;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  color: #1a1e32;
}

.about-accordion-content .card-header {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 1;
}

.about-accordion-content button.btn.btn-link span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #fa6943;
}

.about-accordion-content .btn-link:hover {
  text-decoration: none;
}

.about-accordion-content button.btn.btn-link {
  text-decoration: none;
}
.single-testimonial-containt.about-page-textimonial {
  margin-top: 60px;
}
  /*===========================
    20. SERVICE-V1 css 
===========================*/

.service-v1-page .about-us-image {
  position: absolute;
  right: 0;
  width: 740px;
  margin-right: -50px;
}
.service-v1-page .about-us-content span {
  margin-bottom: 10px;
}

.service-v1-page .about-us-content span i {
  margin-right: 20px;
  color: #4bb3e6;
}
.service-v1-page .service-page-img img {
  position: relative;
  width: 1000px;
}

section.service-v1-page {
  position: relative;
  z-index: 1;
}

.service-v1-page .service-page-img {
  position: absolute;
  width: 725px;
  margin-left: -210px;
}
.service-v1-page .border-service-page-content {
  display: flex;
  border: 1px solid #eaebeb;
  padding: 20px;
}

.service-v1-page .border-service-page-content i {
  width: 195px;
  height: 70px;
  background: #fa6943;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  font-size: 35px;
  color: #fff;
}

.service-v1-page .border-service-page-content span {
  border-left: 1px solid #e9eaed;
  padding-left: 20px;
  margin-left: 20px;
}
  /*===========================
    21. SERVICE-V2 css 
===========================*/
.service-v2-area .single-service-item span {
  width: 170px;
  height: 150px;
  font-size: 50px;
  background: #4ab3e6;
  line-height: 150px;
  margin-bottom: 40px;
  border-radius: 61% 39% 38% 62% / 55% 57% 43% 45%;
  color: #fff;
}

.service-v2-area .single-service-item h2 {
  margin-bottom: 20px;
}

.service-v2-area .single-service-item p {
  margin-bottom: 40px;
  padding: 0 10px;
}

.service-v2-area a.main-btn.service-v2-btn {
  background: transparent;
  border: 1px solid #4ab3e6;
  color: #4ab3e6;
  transition: .6s;
}

.service-v2-area a.main-btn.service-v2-btn:hover {
  background: #4ab3e6;
  color: #fff;
  border: 1px solid transparent;
}


  /*===========================
    22. SINGLE-SERVICE PAGE css 
===========================*/
.single-service-page .about-us-content ul li {
  margin-bottom: 10px;
}

.single-service-page .about-us-content ul li span {
  margin-right: 20px;
  color: #4ab3e6;
}

.single-service-page .about-us-content ul {
  margin-bottom: 30px;
}

.single-service-page h1.singles-service-price {
  display: inline-block;
  font-size: 28px;
  margin-right: 20px;
  font-weight: 800;
  color: #4ab3e6;
}
.single-service-page  span.colored-span-para {
  color: #4ab3e6;
  font-weight: 700;
}
.single-service-page h1.singles-service-price span {
  font-size: 16px;
  color: #67696f;
  font-weight: 400;
}

.single-service-page h1.singles-service-price.margin-right-none {
  margin-right: 0;
}

.single-service-page .about-us-image {
  margin-top: 85px;
}
.single-service-page .service-gallery-img.margin-top {
  margin-top: -274px;
}
.single-service-page .service-gallery-img {
  overflow: hidden;
  border-radius: 10px;
}

.single-service-page .service-gallery-img img {
  transition: .9s;
}

.single-service-page .service-gallery-img:hover img {
  transform: scale(1.1);
}



  /*===========================
    23. CONTACT-PAGE css 
===========================*/
.contact-page .single-catagories-item p {
  padding: 0;
  line-height: 30px;
}
.contact-page .catagorie-icon.color-one{
  background: #edf7fc;
}
.contact-page .catagorie-icon.color-two{
  background: #fffbed;
}
.contact-page .catagorie-icon.color-three{
  background: #f5faec;
}
.contact-page .catagorie-icon.color-four{
  background: #fef0ec;
}
.contact-page .contact-img {
  width: 725px;
  margin-left: 25px;
  margin-top: -150px;
}
.contact-form form input:focus, .contact-form form textarea:focus {
  border-color: #4bb3e6;
}
.contact-page .section-title.them-two::before{
  display: none;
}
.catagories-area.contact-page .col-lg-3:nth-child(1) .single-catagories-item .catagorie-icon i{
  color: #84cbee;
}
.catagories-area.contact-page .col-lg-3:nth-child(2) .single-catagories-item .catagorie-icon i{
  color: #ffdb4a;
}
.catagories-area.contact-page .col-lg-3:nth-child(3) .single-catagories-item .catagorie-icon i{
  color: #99ca46;
}
.catagories-area.contact-page .col-lg-3:nth-child(4) .single-catagories-item .catagorie-icon i{
  color: #f96943;
}

  /*===========================
    24. SPRODUCT PAGE css 
===========================*/
p.pricing-list {
  display: inline-block;
  margin-right: 30px;
  padding: 17px 20px;
  border: 1px solid #ebebeb;
  width: 200px;
  border-radius: 5px;
  color: #4bb3e6;
  font-weight: 700;
}

p.pricing-list i {
  float: right;
  padding-top: 5px;
  color: #191919;
}

p.pricing-list span {
  padding-left: 22px;
}
p.pricing-list.black {
  color: #191919;
  width: 175px;
}

p.pricing-list.black span {
  color: #4bb3e6;
}
p.product-shoing {
  font-size: 20px;
  padding-top: 20px;
  color: #27304b;
}

p.product-shoing span {
  font-weight: 700;
}
p.product-shoing {
  font-size: 20px;
  padding-top: 20px;
  color: #27304b;
}

p.product-shoing span {
  font-weight: 700;
}

.single-product-img {
  position: relative;
  z-index: 1;
}

.single-product-img span {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #4bb3e6;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 49px;
  font-size: 12px;
  margin-top: -25px;
  text-transform: capitalize;
  margin-right: -25px;
}

.single-product-img img {
  width: 100%;
}

.single-product-info {
  margin-top: 20px;
}

.single-product-info span {
  font-size: 15px;
  font-weight: 600;
  color: #4bb3e6;
  margin-bottom: 10px;
}

.single-product-info h4 {
  font-size: 22px;
  margin-bottom: 20px;
}

.single-product-info ul li {
  display: inline-block;
  margin: 0 5px;
}

.single-product-info ul li span {
  font-size: 13px;
  color: #ffb136;
}

.single-product-item {
  border: 1px solid #ebebeb;
  padding: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}

.absolute-product-links {
  position: absolute;
  left: -85%;
  width: 80%;
  background: #4bb3e6e0;
  border-radius: 50px;
  bottom: 185px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: .3s ease-in-out;
}
.single-product-item:hover .absolute-product-links{
  left: 10%;
  visibility: visible;
  opacity: 1;
}

.absolute-product-links ul li {
  display: inline-block;
}

.absolute-product-links ul li a {
  display: block;
  padding: 16px 24px;
  color: #fff;
  font-size: 14px;
}
.single-product-item.descount-item .single-product-img span{
  background: #fa6943;
}
.single-product-info span strike{
  color: #67696f;
}
a.main-btn.loadmore-btn {
  padding: 20px 60px;
}

  /*===========================
    25. FAQ PAGE css 
===========================*/
.faq-page .f-left{
  float: left;
}
.faq-page .about-us-content ul.margin-right {
  margin-right: 45px;
}

.faq-page .faq-page-accordion-content h2 span {
  width: 70px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  margin-right: 20px;
  background: #4bb3e6;
  border-radius: 12px 10px 11px 20px;
  clip-path: polygon(0% 8%, 100% 0%, 95% 100%,7% 92%);
}
  /*===========================
    26. ERROR PAGE css 
===========================*/
.error-bg{
  background: url(../images/error1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.error-area {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

h1.error-heading {
  font-size: 300px !important;
  color: #4bb3e6;
  font-weight: 800;
}

section.error-area h1 {
  font-size: 48px;
  margin-top: 40px;
  margin-bottom: 20px;
}

section.error-area p {
  margin-bottom: 50px;
}

a.main-btn.error-btn {
  padding: 20px 60px;
}
.error-footer p {
  padding: 30px 0;
}

.error-footer .container {
  border-top: 1px solid #e5e5e5;
}
.error-footer {
	margin-top: 100px;
}