@charset "utf-8";
/* CSS Document */


/*@font-face {
 font-family: betty;
 src: url(../fonts/betty.ttf);
}
*/
@font-face {
	font-family: betty;
	src: url('../fonts/ThinkingOfBetty.woff2') format('woff2'),
		url('../fonts/ThinkingOfBetty.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	margin: 0 auto;
	padding: 0;
	/* max-width: 1366px; */
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-font-size-adjust: none;
	font-size-adjust: none;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

.wrapper {
	max-width: 1100px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.under-line {
	width: 50%;
	border-top: 2px solid #69cbef;
}

.margin-top2 {
	margin-top: 20px;
}

h3.sub-heading {
	font-size: 23px;
	margin: 15px 0;
}

p.bullets {
	line-height: 28px;
}

.page-active {
	border-bottom: 3px solid #69cbef;
}

/*******************************************************************************Animation***********************************************************/

.menu li:hover {
	transform: translateY(-5px);
}

.news-inner .col-1 {
	-webkit-animation-duration: 750ms;
	-webkit-animation-delay: 100ms;
	-webkit-animation-iteration-count: 1;
}

.services-content-inner .box {
	-webkit-animation-duration: 500ms;
}

/*******************************************************************************Header Section***********************************************************/

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

.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.header-top {
	background-color: #69cbef;
}

.header-top .left {
	float: left;
}

.header-top .left p {
	float: left;
	padding: 20px 0;
}

.header-top .right {
	float: right;
}

.header-top .right i {
	color: #ffffff;
	font-size: 25px;
	margin: 0 20px;
	padding: 20px 0;
}

.header-top .right i:hover {
	color: grey;
}

.header-top .left p {
	font-size: 15px;
	color: #ffffff;
}

p.address {
	font-size: 15px;
}

p.address:before {
	font-family: "Font Awesome 5 Free";
	content: "\f3c5";
	margin-left: -16px;
	position: relative;
	left: -5px;
	color: #ffffff;
	font-weight: 900;
	font-size: 20px;
	padding: 20px 0;
}

p.mail {
	font-size: 15px;
	margin-left: 30px;
}

p.mail:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	margin-left: -5px;
	position: relative;
	left: -5px;
	color: #ffffff;
	font-weight: 400;
	font-size: 20px;
	padding: 20px 0;
}

p.phone {
	font-size: 15px;
	margin-left: 30px;
}

p.phone:before {
	font-family: "Font Awesome 5 Free";
	content: "\f095";
	margin-left: -5px;
	position: relative;
	left: -5px;
	color: #ffffff;
	font-weight: 900;
	font-size: 20px;
	padding: 0px 0;
	display: inline-block;
	transform: rotate(90deg);
}

.logo {
	float: left;
	width: 10%;
}

.logo img {
	float: left;
	width: 100%;
	padding: 5px 0;
}

.menu {
	float: right;
	width: 85%;
}

.menu ul {
	float: right;
	padding: 15px 0;
	margin-top: 12px;
}

.menu li {
	float: left;
	font-size: 15px;
	padding: 22px 20px;
	color: #91683f;
	font-weight: 600;
	transition: 0.2s ease-in;
}

.header-bottom {
	background-color: #ffffff;
	z-index: 9;
	box-shadow: 0px 0px 5px gainsboro;
	overflow: auto;
}

.hamburger-btn {
	display: none;
}

/*******************************************************************************Banner Section***********************************************************/

.banner-outer {
	position: relative;
}

.banner {
	width: 100%;
	padding-top: 160px;
}

.banner img {
	width: 100%;
}

.banner-text-outer {
	position: absolute;
	top: 0;
	left: 10%;
	bottom: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/*text-rendering:optimizeLegibility;*/
}

.banner-text {
	color: #ffffff;
}

.banner-text h1 {
	font-family: betty;
	font-size: 45px;
	margin-left: 20px;
}

.banner-text p {
	font-size: 25px;
	line-height: 40px;
}

.bold {
	font-weight: 600;
}

.banner-inner .slick-prev {
	position: absolute;
	top: 50%;
	left: 3%;
	z-index: 99;
	font-size: 40px;
	background: transparent;
	border: none;
	color: #ffffff;
	outline: none;
	cursor: pointer;
}

.banner-inner .slick-next {
	position: absolute;
	top: 50%;
	right: 3%;
	z-index: 99;
	font-size: 40px;
	background: transparent;
	border: none;
	color: #ffffff;
	outline: none;
	cursor: pointer;
}

/*******************************************************************************About Us Section***********************************************************/
.aboutus-section {
	padding: 15px 0;
}

/*.aboutus-section h2{
	text-align: center;
}*/

.heading h2 {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

span.line:before {
	content: "";
	height: 3px;
	width: 8%;
	background: transparent;
	position: absolute;
	bottom: 0;
}

.aboutus-section p {
	text-align: justify;
	font-size: 15px;
	line-height: 25px;
}

.aboutus-section .heading {
	width: 100%;
	margin: 20px auto;
}

p.sub-heading {
	text-align: center;
}

.aboutus-text {
	width: 38%;
	float: left;
}

.aboutus-images {
	width: 60%;
	float: right;
}

.aboutus-images .left {
	float: left;
	width: 45%;
	line-height: 0;
}

.aboutus-images .left img {
	width: 100%;
}

.aboutus-images .right {
	float: left;
	width: 55%;
}

.aboutus-images .right img {
	width: 100%;
}

.aboutus-content {
	margin: 30px 0;
}

p.know-btn {
	text-align: center;
	margin-top: 20px;
}

p.know-btn a {
	text-align: center;
	padding: 8px 13px;
	background-color: #69cbef;
	color: #ffffff;
	border-radius: 25px;
	border: 2px solid #69cbef;
	transition: 0.2s ease-in;
}

p.know-btn a:hover {
	background-color: #ffffff;
	color: #69cbef;
}

/*******************************************************************************Services Section***********************************************************/

.services-section .heading {
	width: 100%;
	margin: 20px auto;
}

.services-content {
	background-image: url("../images/services-bg.png");
	background-size: cover;
	padding: 50px 0;
}

.services-content .box {
	width: 49%;
	background-color: #91683f;
	padding: 50px 20px 0px 20px;
	line-height: 30px;
	margin: 10px 0;
	transition: 0.2s ease-in;
	cursor: pointer;
}

.services-content .box h3 {
	text-align: center;
	color: #ffffff;
	font-size: 28px;
	font-weight: 400;
	margin: 15px 0;
}

.services-content .box p {
	color: #ffffff;
	text-align: center;
	margin: 15px 0;
	font-size: 14px;
}

.services-content-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

p.services-know-btn a {
	text-align: center;
	padding: 8px 13px;
	background-color: #ffffff;
	color: #91683f;
	border-radius: 25px;
	transition: 0.2s ease-in;
	font-weight: 700;
	border: 2px solid transparent;
}

p.services-know-btn a:hover {
	background-color: #91683f;
	color: #ffffff;
	border: 2px solid #ffffff;
}

.box .icon i {
	color: #ffffff;
	font-size: 30px;
}

.box .icon {
	text-align: center;
}

.white-line {
	width: 40%;
	border-top: 3px solid #ffffff;
	margin: 10px auto;
}

.training-top .heading {
	width: 100%;
	margin: 30px auto;
}

.training-top p.desc {
	width: 70%;
	margin: 30px auto;
	text-align: center;
}

.training-left {
	width: 40%;
	position: relative;
	float: left;
}

.training-left img {
	width: 100%;
}

.training-left .left-text {
	position: absolute;
	right: 10px;
	bottom: 20px;
}

.training-right {
	width: 60%;
	position: relative;
	float: left;
}

.training-right img {
	width: 100%;
}

.training-right .right-text {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0px;
	left: 0;
}

.training-right .right-text h3 {
	width: 70%;
	text-align: center;
	margin: 20px auto;
}

.training-right .right-text p {
	text-align: center;
	margin: 40px 0;
	font-weight: 700;
	transition: 0.2s ease-in;
}

.training-left .left-text p {
	color: #ffffff;
	font-size: 25px;
}

.training-left .left-text p span {
	font-size: 35px;
}

#know-more a {
	padding: 10px 20px;
	background-color: #ffffff;
	border-radius: 30px;
}

#know-more a:hover {
	background-color: #69cbef;
	color: #ffffff;
}

.right-address:before {
	font-family: "Font Awesome 5 Free";
	content: "\f3c5";
	margin-left: -16px;
	position: relative;
	left: -15px;
	color: #000000;
	font-weight: 900;
	font-size: 35px;
}

/*******************************************************************************Gallery Section***********************************************************/

.gallery-outer .heading {
	width: 100%;
	margin: 30px auto;
}

.demo-gallery ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.demo-gallery li {
	width: 22%;
	height: 180px;
	margin-bottom: 33px;
	margin-right: 33px;
	overflow: hidden;
}

.demo-gallery li img {
	width: 100%;
	display: block;
}

.gallery-outer .heading {
	width: 100%;
	margin: 30px auto;
}
.gallery-inner .gallery-content {
	width: 20%;
	float: left;
	overflow: hidden;
}
.gallery-inner .gallery-content img {
	width: 100%;
}
.gallery-inner .gallery-content img:hover {
	transform: scale(1.5);
	transition: 0.5s ease-in;
}
.gallery-image {
	overflow: hidden;
	padding: 10px 0 40px 0;
}
.gallery-bottom {
	padding: 40px 0;
}
.gallery-bottom-inner {
	position: relative;
	width: 100%;
}
.gallery-bottom-bg {
	width: 100%;
}
.gallery-bottom-bg img {
	width: 100%;
}
.gallery-bottom-text {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 45px;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.gallery-bottom-text .text-inner {
	color: #ffffff;
	width: 80%;
	margin: 0 auto;
}
.gallery-bottom-text .text-inner h3 {
	text-align: center;
	margin: 40px 0;
}
.gallery-bottom-text .text-inner p {
	margin: 40px 0;
	text-align: justify;
	line-height: 30px;
}



.video-content video {
	width: 100%;
}


.video-gallery-inner {
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.video-gallery-inner .row {
	width: 30%;
	margin: 1.5% 1.5%;
}

.video-gallery-inner .row .img-box {
	width: 100%;
}

.video-gallery-inner .row .img-box img {
	width: 100%;
	display: block;
}

/*******************************************************************************News Section***********************************************************/

.news-section .heading {
	width: 100%;
	margin: 0 auto;
}

.news-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 0;
}

.news-inner .col-1 {
	width: 30%;
}

.news-inner .col-1 .news-image {
	width: 100%;
}

.news-inner .col-1 .news-image img {
	width: 100%;
}

.news-inner .col-1 p.description {
	height: 130px;
	line-height: 30px;
	color: #4c4c4c;
	font-size: 15px;
}

.news-inner .col-1 h3 {
	font-weight: 700;
	margin: 20px 0;
}

.news-inner .col-1 p.know-btn {
	text-align: left;
}

/* .news-inner .col-1:hover {
 transform:
} */
/*******************************************************************************Footer Section***********************************************************/

footer {
	background-color: #747474;
	color: #ffffff;
	padding: 0px 0;
}

.footer-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 0;
	border-bottom: 3px solid #ffffff;
}

.footer-inner .col-1 {
	width: 25%;
	line-height: 30px;
}

.footer-inner .col-1 h2 {
	margin: 20px 0;
}

.footer-inner .col-1 p {
	font-size: 14px;
}

.footer-inner .col-1 i {
	font-size: 30px;
	margin-right: 20px;
}

.footer-inner .col-1 i:hover {
	color: #888888;
}

.map iframe {
	width: 100%;
	height: 250px;
}

.mobile-number:before {
	font-family: "Font Awesome 5 Free";
	content: "\f095";
	margin-left: 15px;
	position: relative;
	left: -13px;
	color: #ffffff;
	font-weight: 900;
	font-size: 18px;
	transform: rotate(90deg);
	display: inline-block;
}

.mail-id:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	margin-left: 15px;
	position: relative;
	left: -13px;
	color: #ffffff;
	font-weight: 400;
	font-size: 18px
}

p#phone2 {
	margin-left: 33px;
}

p.mail2 {
	margin-left: 33px;
}

.footer-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 13px;
}

.dotline a {
	color: #ffb100c2;
}

.dotline a:hover {
	color: #ff0000;
}

/*.col-1.col-middle {
    text-align: center;
}*/

.col-1.col-right {
	text-align: right;
}

.col-1.col-right i {
	margin-left: 20px;
	margin-right: 0;
}

/*.social {
    margin-left: 25px;
}*/

.footer-bottom p {
	padding: 20px 0;
}

/*******************************************************************************Enquiry bubble***********************************************************/

.enquiry {
	position: fixed;
	top: 30%;
	z-index: 99999999999;
	right: 0;
	-webkit-transform: translateX(234px);
	-ms-transform: translateX(234px);
	transform: translateX(234px);
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	width: 234px
}

.enquiry.open {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px)
}

.enquiry span {
	display: block;
	background: -webkit-gradient(linear, left top, right top, from(#650c5c), color-stop(#912c87), to(#650c5c));
	background: -webkit-linear-gradient(left, #650c5c, #912c87, #650c5c);
	background: -o-linear-gradient(left, #650c5c, #912c87, #650c5c);
	background: -webkit-gradient(linear, left top, right top, from(#650c5c), color-stop(#912c87), to(#650c5c));
	background: linear-gradient(to right, #650c5c, #912c87, #650c5c);
	font-weight: 500;
	font-size: 15px;
	color: #fff;
	border-radius: 5px;
	padding: 13px 15px;
	margin: 4px;
	width: 100%
}

.enquiry .en-toggle {
	text-shadow: 0 0 #000;
	padding: 15px;
	background: #ffffffd4;
	-webkit-box-shadow: 0 0 7px grey;
	box-shadow: 0 0 1px grey
}

.enquiry button {
	background: #69cbef;
	color: #fff;
	width: 207px;
	border: 0;
	padding: 13px 0;
	font-size: 17px;
	font-weight: 500;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	top: 80px;
	left: -127px;
	border-radius: 10px 10px 0 0;
	outline: none;
}

.enquiry input#Submit {
	background: #69cbef;
	color: #fff
}

.enquiry .en-toggle input,
.enquiry .en-toggle textarea,
.enquiry .en-toggle input[type="text"] {
	width: 100%;
	padding: 10px;
	border: 0;
	margin-bottom: 5px;
	border-radius: 5px;
	resize: none;
	border: 1px solid gainsboro;
}

.enquiry .en-toggle input::placeholder {
	color: #000;
	opacity: 1
}

.enquiry .en-toggle textarea::placeholder {
	color: #000;
	opacity: 1
}

.enquiry .en-toggle input:-ms-input-placeholder {
	color: #000
}

.enquiry .en-toggle textarea:-ms-input-placeholder {
	color: #000
}

.enquiry .en-toggle input::-ms-input-placeholder {
	color: #000
}

.enquiry .en-toggle textarea::-ms-input-placeholder {
	color: #000
}

/*******************************************************************************About Us Page***********************************************************/

.aboutus-page-outer {
	padding: 30px 0;
}

.aboutus .banner {
	height: 550px;
	overflow: hidden;
}

.aboutus-page-outer .heading {
	width: 100%;
	margin: 20px auto;
	font-size: 18px;
}

.aboutus-page-outer h3 {
	margin: 20px 0;
}

.aboutus-page-outer p {
	line-height: 30px;
	color: #4c4c4c;
	text-align: justify;
}
.aboutus-page-outer p img{margin-left:22%;}
.key-personell {
	width: 98%;
	margin: 0 auto;
}

/*******************************************************************************Training Details***********************************************************/
.training-details-outer {
	position: relative;
	width: 100%;
}

.training-details-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00000090;
}

.training-details-outer {
	background-image: url("../images/services-bg.png");
	padding: 40px 0;
	background-size: cover;
}

.training-details-outer:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00000090;
}


.training-details-outer h3 {
	text-align: center;
	margin: 15px 0;
	font-size: 25px;
	color: #ffffff;
	position: relative;
}

.training-details-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}



.venue {
	background-color: #ffffffc7;
	padding: 20px 30px;
	margin: 20px 0;
	box-shadow: 0px 0px 5px gainsboro;
	width: 100%;
}

.venue h3 {
	color: #4c4c4c;
}

.prog-details {
	background-color: #ffffffc7;
	padding: 20px 30px;
	margin: 20px 0;
	box-shadow: 0px 0px 5px gainsboro;
	width: 100%;
}

.prog-details h3 {
	color: #4c4c4c;
}

.bullets:before {
	font-family: "Font Awesome 5 Free";
	content: "\f101";
	margin-left: 15px;
	position: relative;
	left: -15px;
	color: #4c4c4c;
	font-weight: 900;
}

.bullets-ii:before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	margin-left: 48px;
	position: relative;
	left: -15px;
	color: #4c4c4c;
	font-weight: 900;
}

/*******************************************************************************Breed Page***********************************************************/

.breed-page-outer {
	padding: 30px 0;
}

.breed-page-outer .heading {
	width: 100%;
	margin: 15px auto;
	font-size: 20px;
}

.goat-outer {
	background-image: url("../images/goat.jpg");
	padding: 30px 0;
}

.goat-outer h2 {
	color: #ffffff;
	text-align: center;
	font-size: 28px;
	margin: 15px 0 25px 0;
}

.goat-inner .col-1 h3 {
	text-align: center;
	margin: 15px 0;
}

.goat-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.goat-inner .col-1 {
	width: 32%;
	color: #4c4c4c;
	background-color: #ffffffc7;
	text-align: justify;
	padding: 25px 25px;
	box-shadow: 0px 0px 2px gainsboro;
}

.goat-inner .col-1 p {
	line-height: 30px;
}

.sheep-outer {
	background-image: url("../images/sheep.jpg");
	background-size: cover;
	padding: 30px 0;
}

.sheep-outer h2 {
	color: #ffffff;
	text-align: center;
	font-size: 28px;
	margin: 15px 0 25px 0;
}

.sheep-inner .col-1 h3 {
	text-align: center;
	margin: 15px 0;
}

.sheep-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sheep-inner .col-1 {
	width: 49%;
	color: #4c4c4c;
	background-color: #ffffffc7;
	text-align: justify;
	padding: 25px 25px;
	box-shadow: 0px 0px 2px gainsboro;
}

.sheep-inner .col-1 p {
	line-height: 30px;
}

/*******************************************************************************Contact Us Page***********************************************************/

section.contactus {
	padding: 30px 0;
}

.enquiry-heading h2 {
	text-align: center;
	color: #000000b5;
	margin: 15px 0;
}

.enquiry-heading p {
	text-align: left;
	color: #000000b5;
	margin: 15px 0;
}

.enquiry-heading {
	margin-bottom: 30px;
	width: 100%;
	margin: 30px auto;
}

.contact-form {
	width: 100%;
	float: left;
}

.contact-form em {
	color: #ff0000;
	font-size: 14px;
}

.contact-form form input {
	width: 100%;
	height: 60px;
	background: #ffffff;
	color: #888888;
	outline: none;
	display: block;
	padding-left: 50px;
	border-radius: 2px;
	border: 1px solid #69cbef;
	box-shadow: 0px 0px 5px gainsboro;
}

.contact-form form input:focus {
	box-shadow: 0px 0px 10px #888888;
}
.blr {
	width: 100%;
	float: left;
	line-height: 30px;
	padding: 15px 25px;
	margin:5% 1%;
	 border-radius: 2px;
    font-size: 14px;
    border: 1px solid #69cbef;
    box-shadow: 0px 0px 5px gainsboro;
}
.blr .left{width: 35%;
	float: left;}

.blr .right{width: 65%;
	float: left;}

.blr p.address {
	font-size: 15px;
}

.blr p.address:before {
	font-family: "Font Awesome 5 Free";
	content: "\f3c5";
	margin-left: -16px;
	position: relative;
	left: -5px;
	color: #000;
	font-weight: 900;
	font-size: 20px;
	padding: 20px 0;
}

.blr p.mail {
	font-size: 15px;
	margin-left: 0px !important;
}

.blr p.mail:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	margin-left: -5px;
	position: relative;
	left: -5px;
	color: #000;
	font-weight: 400;
	font-size: 20px;
	padding: 20px 0;
}

.blr p.phone {
	font-size: 15px;
	margin-left: 0px !important;
}

.blr p.phone:before {
	font-family: "Font Awesome 5 Free";
	content: "\f095";
	margin-left: -5px;
	position: relative;
	left: -5px;
	color: #000;
	font-weight: 900;
	font-size: 20px;
	padding: 0px 0;
	display: inline-block;
	transform: rotate(90deg);
}










.location-email {
	width: 100%;
	float: left;
	color: #ffffff;
	line-height: 30px;
	background-color: #69cbef;
	border-radius: 5px;
	padding: 15px 25px;
}

.location h3 {
	margin-bottom: 10px;
}

.email h3 {
	margin: 20px 0;
}

.location {
	width: 100%;
	margin: 0 auto;
}

.email {
	width: 70%;
	margin: 0 auto;
}

form#contact {
	width: 80%;
	margin: 0 auto;
}

.captcha-outer input.capcha {
	max-width: 215px;
	height: 60px;
	color: #000000;
	outline: none;
	display: block;
	padding-left: 25px;
	border-radius: 2px;
	border: none;
}

input#mainCaptcha {
	border: none;
	background-image: url(../images/bg5.jpg);
	background-size: cover;
	pointer-events: none;
	user-select: none;
	text-align: center;
	letter-spacing: 15px;
	font-weight: 600;
	font-family: cursive;
	box-shadow: none;
}

.captcha-outer {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

button#refresh {
	padding: 0px 20px 0px 20px;
	margin-left: 30px;
	background: none;
	border: none;
	background-color: #4c4c4c;
	color: #ffffff;
	border-radius: 2px;
	outline: none;
}

.contact-form form textarea {
	width: 100%;
	height: 140px;
	color: #888888;
	border: none;
	outline: none;
	display: block;
	padding-left: 50px;
	padding-top: 20px;
	resize: none;
	border-radius: 2px;
	font-size: 14px;
	border: 1px solid #69cbef;
	box-shadow: 0px 0px 5px gainsboro;
}

.contact-form form textarea:focus {
	box-shadow: 0px 0px 10px #888888;
}

.details {
	margin-bottom: 20px;
}

input#txtInput {
	padding-left: 25px;
	width: 300px;
}

.form-box {
	margin-bottom: 20px;
	position: relative;
	border-radius: 5px;
}

.contact-form .form-box i {
	position: absolute;
	top: 22px;
	left: 30px;
	color: #4c4c4c;
	font-size: 15px;
}

.thm-btn {
	background-color: #ffffff;
	border-radius: 5px;
	padding: 15px 0px;
	border: 1px solid #69cbef;
	outline: none;
	box-shadow: 0px 0px 5px gainsboro;
	font-size: 14px;
	color: #888888;
	width: 100px;
	transition: 0.3s ease-in;
}

.thm-btn:hover {
	background-color: #69cbef;
	color: #ffffff;
}

section.enquiry {
	padding: 35px 0;
}

iframe {
	width: 100%;
	height: 450px;
	display: block;
}

section.contact-map {
	position: relative;
}

.contact-address {
	position: absolute;
	top: 37%;
	left: 37%;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #69cbef;
	position: relative;
	left: 44%;
	bottom: 20px;
}

.bullets-ii {
	margin: 10px 0;
}

/**************************************************************************Gallery CSS****************************************************************************/


.row>.column {
	padding: 0 8px;
	margin-top: 10px;
	cursor: pointer;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
	float: left;
	width: 25%;
}

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 999;
	/*padding-top: 100px;*/
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
}

/* Modal Content */
.modal-content {
	position: relative;
	margin: auto;
	padding: 0;
	width: auto;
	max-width: 90%;
	height: 100vh;
	text-align: center;
	display: table;
}

/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
	z-index: 9;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
	display: none;
	height: 100vh;
	align-items: center;
	flex-wrap: wrap;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* Caption text */
.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}

img.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}

img.hover-shadow {
	transition: 0.3s;
	width: 100%;
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.mySlides img {
	width: auto;
	display: block;
	max-height: 100vh;
	max-width: 100%;
}

a.prev {
	left: 0;
}

/* CSS Rules for Responsive Design*/

/*   Responsive Menu  */

.overlay {
	position: fixed;
	background: #69cbef;
	top: 100px;
	right: 0;
	width: 300px;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s, visibility 0.35s, height 0.35s;
	overflow: auto;
	z-index: 9999;
	bottom: 0;

}

.overlay.open {
	opacity: 0.98;
	visibility: visible;
	height: auto;
	z-index: 999;
	border: 2px solid #14376369;
}

/*.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
	    text-align: center;
}*/
.overlay.open li {
	padding: 15px 25px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
}

.open {
	opacity: .9;
	visibility: visible;
	height: 100%;
}

#toggle {
	z-index: 100;
}

.hamburger-btn {
	display: none;
	transition: 0.2s ease-out;
}

i.fa-times {
	display: none;
}

span.close i.fa-times {
	display: block;
}

.active .fa-times {
	display: block;
	transition: 0.5s ease-in;
}

.active .fa-bars {
	display: none;
}

.fas .fa-bars {
	transition: 0.5s ease-in;
}


/***********  Gallery  ****************/


.row .box-video {
	width: 100%;
	order: 1;
	display: none;
}

.row .box-video video {
	height: 100%;
	width: 100%;
	display: block;
	cursor: pointer;
	outline: none;
}

video[poster] {
	object-fit: cover;
}

.row .img-box {
	width: 50%;
	margin: 0 auto;
}

.row .img-box img {
	width: 100%;
	display: block;
}


.video-popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.video-popup .video-popup-inner {
	position: relative;
	width: 45%;
}

.video-popup.show {
	display: flex;
}

video {
	width: 100%;
}

span.close {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	cursor: pointer;
	background: #ff0000;
}

span.close:hover {
	background: #ff0000;
	color: #ffffff;
}


/*******************************************************************Responsive Rules*****************************************************************/


@media only screen and (max-width: 1024px) {

	/*.header-top {
		display: none;
	}*/

	body {
		-webkit-text-size-adjust: none;
		text-size-adjust: none;
		-webkit-font-size-adjust: none;
		font-size-adjust: none;
	}

	.header-top .right {
		display: none;
	}

	.header-top .left .address {
		display: none;
	}

	.header-top .left .mail {
		display: none;
	}

	p.mail:before {
		margin-left: 0px;
	}

	p.phone {
		font-size: 16px;
		margin-left: 0px;
	}

	p.mail {
		font-size: 16px;
		margin-left: 0px;
	}

	.header-top .left {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.header-top .left p {
		padding: 10px 40px;
		font-size: 16px;
	}

	.banner {
		padding-top: 150px;
	}

	.banner-text-outer {
		top: 30%;
	}

	.logo {
		margin-left: 20px;
		width: 10%;
	}

	.aboutus-section {
		padding: 0px 15px;
	}

	.services-content {
		padding: 50px 20px;
	}

	section.training-bottom {
		padding: 10px 20px;
	}

	.news-inner {
		padding: 40px 20px;
	}

	.footer-inner {
		padding: 30px 20px;
	}

	.footer-bottom {
		padding: 0 10px;
	}

	.banner-inner .slick-next {
		right: 5%;
		top: 55%;
	}

	.banner-inner .slick-prev {
		left: 5%;
		top: 55%;
	}

	.hamburger-btn {
		display: block;
		font-size: 35px;
		color: #69cbef;
		padding-right: 20px;
	}

	.header-bottom-outer {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.header-bottom-outer .menu {
		display: none;
	}

	.enquiry {
		display: none;
	}

	.overlay.open li {
		text-align: center;
	}

	.training-right .right-text h3 {
		font-size: 16px;
		margin: 15px auto;
	}

	.training-right .right-text p {
		margin: 25px 0;
	}

	.overlay {
		top: 153px;
	}

	.aboutus-page-outer {
		padding: 10px 20px;
	}

	.aboutus .banner {
		height: auto;
		overflow: hidden;
	}

	.aboutus-page-outer .heading {
		width: 100%;
		margin: 0px auto;
		font-size: 20px;
	}

	.goat-outer {
		background-size: cover;
	}

	.goat-inner {
		justify-content: space-evenly;
		padding: 0 25px;
	}

	.sheep-inner {
		justify-content: space-evenly;
		padding: 0 25px;
	}

	.goat-inner .col-1 {
		width: 49%;
		color: #4c4c4c;
		background-color: #ffffffc7;
		text-align: justify;
		padding: 25px 25px;
		box-shadow: 0px 0px 2px gainsboro;
		margin: 3px 0;
	}

	.sheep-inner .col-1 {
		width: 49%;
		color: #4c4c4c;
		background-color: #ffffffc7;
		text-align: justify;
		padding: 25px 25px;
		box-shadow: 0px 0px 2px gainsboro;
		margin: 3px 0;
	}

	.heading h2 {
		margin: 20px 0;
	}

}

@media only screen and (max-width: 900px) {

	.col-3 {
		display: none;
	}

	.banner {
		padding-top: 116px;
	}

	.banner-text-outer {
		top: 25%;
	}

	.header-bottom-outer .menu {
		display: none;
	}

	.enquiry {
		display: none;
	}

	.overlay.open li {
		text-align: center;
	}

	.training-right .right-text h3 {
		font-size: 16px;
		margin: 15px auto;
	}

	.training-right .right-text p {
		margin: 25px 0;
	}

	.training-top p.desc {
		width: 95%;
		text-align: justify;
	}

	.overlay {
		top: 131px;
		width: 100%;
	}

	.training-details-outer {
		padding: 3px 0;
	}

	.breed-page-outer {
		padding: 30px 20px;
		font-size: 14px;
	}

	.contact-address {
		display: none;
	}

	section.gallery-outer {
		padding: 20px;
	}

	.demo-gallery li {
		margin: 1.5%;
		height: 120px;
	}



}

@media only screen and (max-width: 768px) {

	.gallery-inner {
		padding: 0 20px;
	}

	.demo-gallery li {
		height: 160px;
		width: 45%;
		margin: 2.5%;
	}

	.aboutus-page-outer p {
		font-size: 14px;
	}
	.aboutus-page-outer p img{ width:100%; margin-left:0px !important;
	}

	.training-details-inner p {
		font-size: 14px;
	}

	.banner-text h1 {
		font-family: 'Lobster', cursive;
	}

	.aboutus-content-inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.header-top .left p {
		padding: 10px 40px;
		font-size: 14px;
	}

	.aboutus-text {
		width: 100%;
		order: 2;
		margin-top: 10px;
	}

	.aboutus-images {
		width: 100%;
		order: 1;
	}

	.services-content .box h3 {
		font-size: 16px;
	}

	.services-content {
		padding: 20px 20px;
	}


	.training-inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.training-left {
		width: 100%;
		position: relative;
	}

	.training-right {
		width: 100%;
		position: relative;
		background-image: url("../images/right-bg.jpg");
		background-size: cover;
	}

	.training-right .right-bg {
		display: none;
	}

	.training-right .right-text {
		position: relative;
	}

	.services-content .box p {
		font-size: 13px;
	}

	.gallery-bottom {
		padding: 15px 0;
		display: none;
	}

	.gallery-bottom-text {
		bottom: 10px;
	}

	.gallery-bottom-text .text-inner {
		width: 90%;
	}

	.news-inner {
		padding: 20px 20px;
	}

	.news-inner .col-1 {
		width: 100%;
		margin-top: 25px;
		text-align: center;
	}

	.news-inner .col-1 p.description {
		height: auto;
	}

	.news-inner .col-1 p.know-btn {
		text-align: center;
	}

	.footer-inner {
		padding: 20px 20px;
	}

	.footer-inner .col-1 {
		width: 100%;
		line-height: 30px;
		text-align: center;
	}

	.footer-inner .col-1 p {
		font-size: 14px;
	}

	.aboutus-section p {
		font-size: 16px;
		line-height: 29px;
	}

	.social {
		margin-left: 20px;
	}

	p.mail2 {
		margin-left: 100px;
	}

	.news-inner .col-1 p.description {
		font-size: 14px;
	}

	p.know-btn a {
		font-size: 13px;
	}

	.overlay {
		top: 117px;
		width: 100%;
	}

	.training-top p.desc {
		width: 70%;
		margin: 5px auto;
		text-align: center;
		font-size: 14px;
	}

	.gallery-bottom-text .text-inner p {
		margin: 20px 0;
		text-align: justify;
		line-height: 25px;
		font-size: 14px;
	}

	.gallery-bottom-text .text-inner h3 {
		font-size: 16px;
	}

	.right-address:before {
		font-size: 20px;
	}

	.aboutus-page-outer h3 {
		margin: 20px 0;
		text-align: center;
	}

	.training-details-inner {
		padding: 0 20px;
	}

	.bullets-ii:before {
		margin-left: 15px;
	}

	.goat-inner .col-1 {
		width: 100%;
		color: #4c4c4c;
		background-color: #ffffffc7;
		text-align: justify;
		padding: 25px 25px;
		box-shadow: 0px 0px 2px gainsboro;
		margin: 3px 0;
	}

	.sheep-inner .col-1 {
		width: 100%;
		color: #4c4c4c;
		background-color: #ffffffc7;
		text-align: justify;
		padding: 25px 25px;
		box-shadow: 0px 0px 2px gainsboro;
		margin: 3px 0;
	}

	.sheep-inner .col-1 p {
		line-height: 25px;
		font-size: 14px;
	}

	.goat-inner .col-1 p {
		line-height: 25px;
		font-size: 14px;
	}

	.column {
		float: left;
		width: 50%;
	}

	input#txtInput {
		padding-left: 25px;
		width: 260px;
	}


	iframe {
		height: 200px;
	}

	section.contactus {
		padding: 20px 0;
	}

	.heading h2 {
		margin: 20px 0;
	}

	.video-gallery-inner {
		padding: 20px;
	}

	.video-popup .video-popup-inner {
		width: 90%;
	}

}

@media only screen and (max-width: 600px) {
	.banner {
		padding-top: 95px;
	}

	.banner-text h1 {
		font-size: 30px;
		line-height: 60px;
		/* text-rendering: optimizeLegibility;
*/
	}

	.banner-text p {
		font-size: 13px;
		line-height: 18px;
	}

	span.line:before {
		content: "";
		height: 3px;
		width: 25%;
		background: #ffffff;
		position: absolute;
		bottom: 0;
	}

	.banner-text-outer {
		left: 15%;
	}

	.services-content .box {
		width: 100%;
	}

	.services-content-inner {
		justify-content: center;
	}

	.overlay {
		top: 134px;
	}

	.training-right .right-text h3 {
		font-size: 16px;
		margin: 0px auto;
	}

	.gallery-bottom-text .text-inner p {
		margin: 0px 0;
		line-height: 26px;
	}

	.gallery-bottom-text .text-inner h3 {
		text-align: center;
		margin: 0;
	}

	.training-top p.desc {
		width: 95%;
		text-align: justify;
		font-size: 14px;
	}

	.header-top .left p {
		padding: 10px 40px;
		font-size: 13px;
	}

	.logo {
		margin-left: 20px;
		width: 15%;
	}

	.banner-text-outer {
		top: 41%;
	}

	.aboutus-section p {
		font-size: 14px;
		line-height: 25px;
	}

	.services-content .box h3 {
		font-size: 20px;
	}

	.services-content .box p {
		font-size: 14px;
		line-height: 25px;
	}

	p.services-know-btn a {
		font-size: 13px;
	}

	.services-content {
		padding: 0px 20px;
	}

	.news-inner .col-1 p.description {
		font-size: 14px;
	}

	.footer-inner .col-1 h2 {
		font-size: 16px;
	}

	.gallery-bottom {
		padding: 15px 0;
		display: none;
	}
}

@media only screen and (max-width: 480px) {

	.demo-gallery li {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.news-inner {
		padding: 15px 20px;
	}

	.video-gallery-inner .row {
		width: 100%;
		margin: 1.5% 0;
	}

	.training-right .right-text p {
		margin: 15px 0;
		font-size: 13px;
	}

	p.phone:before {
		font-size: 14px;
	}

	.overlay {
		top: 95px;
	}
}