
html {
    scroll-behavior: smooth;
}

a:hover{
    color: #0056b3;
    text-decoration: none;
}

ul{
    margin:0;
    padding:0;
    list-style: none;
}

button:focus, .form-control:focus, .btn:focus {
    box-shadow: none;
    outline: 0;
}

.destopmodehide{
    display: none;
}

.container{
    max-width: 100%;
    padding: 0px 15px;
}

/**Global css End**/


/**Header css Start**/

.headerbanner{
    text-align: left;
}

.headerbanner img {
    max-width: 100%;
}

.main-header {
    background-color: #fff;
    border-top: 0;
    padding: 3px 0px;
}

.middle-header {
    padding: 1px 0px;
}

span.moble-menus-models {
    color: #000;
    padding: 5px;
    display: block;
    text-align: center;
    font-size: 30px;
}

.header-menu ul{
    float: right;
}

.header-menu ul li {
    float: left;
    position: static;
}

.header-menu ul li a {
    color: #000;
    padding: 15px 13px;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin: auto 0px;
    transition-duration: 0.2s;
}

.header-menu ul li:hover > a {
    color: red;
}

.header-menu ul li ul {
    display: none;
    position: absolute;
    width: 237px;
    z-index: 999;
    box-shadow: 0px 0px 4px #ccc;
    background: #ffffff;
}

.header-menu ul li ul li a{
    padding: 8px 10px;
}

.header-menu ul li:hover > ul{
    display: block;
}

.header-menu ul li:hover > .mega-menus{
    display: block;
}

.icon-list ul{
    list-style-type: none;
    margin-top: 9px;
}

.icon-list ul li{
    display: inline-block;
}

.icon-list ul li a{
    display: block;
    text-decoration: none;
    color: #555;
    padding: 10px;
    font-size: 19px;
}

ul.dropdown-menus {
    left: 100%;
    top: 0;
}

.header-menu ul li span.fa-chevron-down {
    font-size: 12px;
    margin: 5px;
    padding: 2px;
    color: #e5e5e5;
}

.header-menu ul li span.fa-angle-right {
    padding: 3px 10px;
    color: #e5e5e5;
    float: right;
}

ul.dropdown-submenus li a {
    padding: 5px 0px 5px 10px;
}

.header-menu ul li ul li {
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
}

.header-menu ul li ul li:last-child{
    border-bottom: none;
}

.logo a img {
    max-height: 65px;
    margin-top: 3px;
    border: 1px solid #e5c728;
    border-radius: 50%;
    padding: 1px;
}

.icon-list {
    padding: 15px 5px;
}

/**Header css End**/

/*left side-bar css start*/

.left-side-bar{
    z-index: 9;
    width: 200px;
    position: fixed;
    padding-top: 10px;
    height: 100%;
    overflow: auto;
}

.left-side-bar ul{
    list-style-type: none;
}

.left-side-bar ul li{
    text-align: center;
    margin: 4px 0px;
    background-color: #3573b0;
    display: block;
    border-radius: 8px;
    position: relative;
    transition-duration: 0.2s;
}

.left-side-bar ul li:last-child{
    border: none;
}

.left-side-bar ul li:hover{
    background-color: #999;
}

.left-side-bar ul li:hover a{
    color: #fff;
}

.left-side-bar ul li a{
    text-decoration: none;
    color: #fff;
    padding: 10px 0px;
    font-size: 15px;
    font-weight: 600;
    display: block;
    transition-duration: 0.3s;
}

ul.dropdown-content{
    display: none;
    z-index: 999;
    background-color: #fff;
    position: absolute;
    top: 0px;
    width: 200px;
    border-radius: 10px;
    background-color: #4e4e4e;
    left: 215px;
    height: auto;
}

ul.dropdown-content li{
    border-radius: 0px;
    margin: 0px;
}

ul.dropdown-content li a{
    font-size: 14px;
    color: #555;
    padding: 9px 0px;
    display: block;
}

.left-side-bar ul li:hover ul.dropdown-content{
    display: block;
}


/*left side-bar css end*/

/*success css start*/

.success-details{
    margin-top: 30px;
    text-align: center;
}

.success-details h3{
    font-weight: bold;
    margin-bottom: 25px;
    text-shadow: 0px 0px 5px #ccc;
    color: #555;
}

.success-details p{
    width: 90%;
    margin: 0px auto;
}

/*success css end*/


/*news-result css start*/



/*blog-grid css start*/

.blog-grid{
    background-color: #eaebef;
}

.blog-img {
    min-height: 200px;
    overflow: hidden;
    
}

.blog-img img{
    max-width: 100%;
    transition-duration: 0.2s;
}

.blog-img img:hover{
    transform: scale(1.1);
}

.blog-title a{
    text-decoration: none;
    color: #555;
    font-size: 26px;
    font-weight: bold;
    line-height: 27px;
    margin: 15px 0px;
    display: block;
    transition-duration: 0.2s;
}

.blog-title a:hover{
    color: #3573b0;
}

.blog-media-info ul{
    list-style-type: none;
}

.blog-media-info ul li{
    display: inline-block;
    padding: 0px 10px;
    color: #555;
    font-size: 14px;
    font-weight: bold;
}

.blog-media-info ul li:first-child{
    padding-left: 0px;
    color: #65a0da;
    font-size: 14px;
    font-weight: 600;
}

/*blog-grid css end*/

.all-news{
    margin-top: 83px;
}

.blog-title {
    padding: 5px 0;
}

.news-part{
    display: block;
    padding:0;
}

.news-part h3{
    text-align: center;
    font-size: 35px;
}

.news-part .blog-grid{
    padding: 10px;
    border-radius: 5px;
}

.news-part .blog-img{
    min-height: 250px;
    text-align: center;
    background: white;
}

.news-part .blog-img img{
    max-height: 230px;
    max-width: 100%;
    padding:10px;
}

.news-part .blog-title a {
    font-size: 17px;
    font-weight: bold;
    line-height: 18px;
    margin: 0px;
}

.news-part .blog-grid span{
    margin: 7px 0px;
    display: block;
    font-size: 13px;
}

.news-part .blog-grid p{
    margin: 0px;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    line-height: 18px;
}

.news-part .all-pigeon{
    text-align: center;
    margin: 20px 0;
}

.news-part .all-pigeon a{
    text-decoration: none;
    background-color: #eaebef;
    color: #555;
    letter-spacing: 2px;
    font-size: 14px;
    border-radius: 20px;
    font-weight: bold;
    padding: 15px 25px;
    text-align: center;
    transition-duration: 0.2s;
}

.news-part .all-pigeon a:hover{
    background-color: #3573b0;
    color: #fff;
}

a.readmore{
    text-decoration: none;
    color: #3573b0;
    font-weight: bold;
}

/*news-result css end*/

/*spotlight css start*/

.spotlight-part{
    display: block;
    margin:0px;
}

.spotlight-part h3{
    text-align: center;
    font-size: 35px;
}

.spotlight-part .blog-grid{
    padding:10px;
    border-radius: 5px;
}

.spotlight-part .blog-img{
    min-height: 250px;
    background: white;
    text-align: center;
}

.spotlight-part .blog-img img{
    height: 250px;
    padding:10px;
}

.spotlight-part .blog-title a {
    font-size: 17px;
    font-weight: bold;
    line-height: 18px;
    margin: 0px;
}

.spotlight-part .blog-grid span{
    margin: 3px 0px;
    display: block;
    font-size: 12px;
}

.spotlight-part .blog-grid p{
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    line-height: 18px;
}

.spotlight-part .all-pigeon{
    text-align: center;
    margin:20px 0;
}

.spotlight-part .all-pigeon a{
    text-decoration: none;
    background-color: #eaebef;
    color: #555;
    letter-spacing: 2px;
    font-size: 14px;
    border-radius: 20px;
    font-weight: bold;
    padding: 15px 25px;
    text-align: center;
    transition-duration: 0.2s;
}

.spotlight-part .all-pigeon a:hover{
    background-color: #3573b0;
    color: #fff;
}

.raceWinner-design .spotlight-part{
    margin-top: 83px;
}

.form-subscribers {
    padding: 10px 20px;
    border: 2px solid #eaebef;
}

/*spotlight css end*/

/*singlePage css start*/

.singlePage-design{
    margin-top: 83px;
}

.singlePage-img{
    border: 20px solid yellow;
    box-shadow: 0px 0px 20px #ccc;
}

.singlePage-details{
    padding: 10px 20px;
}

.singlePage-details h2{
    font-weight: 700;
    font-size: 40px;
    margin: 0px;
}

.singlePage-details span{
    display: block;
    font-size: 20px;
    margin: 0px;
    font-weight: 600;
    color: #1895be;
}

.singlePage-details em{
    font-size: 18px;
    font-weight: 600;
}

.biodata {
    margin-top: 20px;
}

.biodata p {
    margin: 0px;
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
    color: #555;
}

.full-details{
    margin: 20px 0px;
}

.full-details p{
    font-size: 15px;
    font-weight: 500;
    color: #777;
}

/*singlePage css end*/

/*breedingPage css start*/

.breedingPage-design{
    margin-top: 83px;
}

.breedingPage-design .blog-img{
    min-height: 450px;
}

.breedingPage-design .blog-img img{
    min-height: 430px;
}

.breedingPage-design .blog-grid{
    padding: 20px 10px;
}

.breedingPage-design .blog-title a{
    font-size: 21px;
}

/*breedingPage css start*/

.pagination-part{
    margin: 30px 0px 10px;
    text-align: center;
    display: block;
}

.gallery-page{
    margin-top: 83px;
}

/*slider css start*/

.slider-part{
    margin-top: 80px;
}

.slider-part img{
    width: 100%;
}

/*slider css end*/

/*our pigeon css end*/

/*gallery-page-design css start*/

.gallery-page-design h2{
    text-align: center;
}

/*gallery-page-design css end*/

/*contact css start*/

.contact-page{
    margin-top: 100px;
    padding: 30px 0px 10px;
}

.contact-header p{
	width: 60%;
	margin: 0px auto;
	font-weight: normal;
}

.contact-header{
	text-align: center;
	background-image: url(./land.jpg);
	color: #e91e63;
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0px 130px;
}

.contactbutton{
	background-color: #EF5108;
    color: #fff;
    padding: 5px 20px;
    margin-top: 50px;
    transition-duration: 0.2s;
}

.contactbutton:hover{
	background-color: red;
}

.contactbutton a{
	text-decoration: none;
	color: #fff;
}

.form-info{
	background-color: #fff;
	border-radius: 5px;
}

.form-info h3{
	font-weight: bold;
}

.form-info p{
	margin: 10px 0px 30px 0px; 
}

.form-group-section{
	margin-bottom: 25px;
}

.required{
    display: block;
    margin: 2px 0px -10px 0px;
    color: red;
    font-size: 12px;
}

.control-section{
	padding: 22px 15px;
}

.control-section:focus{
	box-shadow: none;
}

.submitbutton:focus{
	box-shadow: none;
}

.submitbutton{
	background-color: #2196f3;
    color: #fff;
    margin-top: 7px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 7px 25px 8px;
}

.submitbutton:hover{
	background-color: #009688;
	color: #fff;
}

/* contact css end*/

/* footer css start*/
a.subscriberUs {
    display: inline-block;
    padding: 5px 10px;
    background: #e5c728;
    border-radius: 5px;
    min-width: 100%;
    text-align: center;
    color: white;
    font-size: 25px;
    text-transform: uppercase;
}
.bottom-footer {
    background-color: #151515;
    padding: 25px 0px;
}

.main-footer{
    background-color: #222;
    padding: 50px;
    z-index: 9999;
}

.footer-widget img {
    max-width: 69%;
}

.footer-widget h3{
    color: #fff;
    margin: 0px;
    font-size: 23px;
}

.footer-widget-menu h4{
    color: #fff;
}

.footer-widget p{
    font-size: 14px;
    color: #ccc;
    margin: 20px 0px;
}

.footer-widget ul{
    margin-top: 10px;
}

.footer-widget ul li{
    display: inline-block;
}

.footer-widget ul li a{
    text-decoration: none;
    display: block;
    font-size: 11px;
    width: 34px;
    padding: 7px 10px;
    border-radius: 50%;
    margin: 0px 2px;
    border: 1px solid #1da1f2;
    text-align: center;
    color: #ffffff;
    background-color: #1da1f2;
    transition-duration: 0.2s;
}

.footer-widget ul li a:hover{
    background-color: #fff;
    color: #1da1f2;
}

.footer-widget-popular img{
    width: 20%;
    float: left;
    border-radius: 10%;
    margin-right: 10px;
}

.footer-widget-popular p{
    margin: 0px 0px 4px;
    font-weight: 500;
    font-size: 11px;
}

.footer-widget-popular h4{
    font-size: 16px;
    margin: 0px;
}

.footer-widget span{
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: block;
}

.footer-widget span:first-child{
    padding-top: 0px;
}

.footer-widget span:last-child{
    border-bottom: none;
}

.footer-widget span a{
    text-decoration: none;
    color: #ccc;
    display: block;
    line-height: 22px;
    font-weight: 500;
    transition-duration: 0.3s;
}

.footer-widget span a:hover{
    color: #1da1f2;
}

.footer-widget-menu ul{
    margin-top: 26px;
}

.footer-widget-menu ul li{
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: block;
}

.footer-widget-menu ul li:first-child{
    padding-top: 0px;
}

.footer-widget-menu ul li:last-child{
    border-bottom: none;
}

.footer-widget-menu ul li a{
    text-decoration: none;
    color: #ccc;
    display: block;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    transition-duration: 0.3s;
}

.footer-widget-menu ul li a:hover{
    color: #1da1f2;
}

.copyright p{
    margin: 0px;
    color: #e2e2e2;
    color: #fff;
    text-align: center;
}
.copyright a {
    color: #13bda6;
    font-weight: bold;
}

/*footer css end*/

header.sticky-header {
    width: 100%;
    -webkit-transition: all 2.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    box-shadow: 0px 0px 10px #ccc;
}

header.sticky-header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: white;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

    .top-header.hidesection {
        display: none;
    }
    .middle-header.hidesection {
        display: none;
    }

    /**Matis Menu multi larvel css Start**/
    .primarymenu {
        padding:0px;
    }

    .multi-lavel ul li {
        padding:0px;
        margin: 10px 0px;
    }

    ul.primarymenu li {
        background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
    }

    ul.primarymenu li a {
        padding: 10px;
        display: block;
        color: white;
        font-weight: bold;
    }

    ul.submenu li{
        display: none;
    }

    ul.submenu li{
        border: 0px;
    }

    ul#submenutwo{
        padding: 0;
        background: #e7e7e7;
    }

    ul#menu li a {
        border-bottom:1px solid #d6d4d4;
        display: inline-block;
        padding:5px;
        font-weight: bold;
        color: #787878;
        width:100%;
    }   
    
    ul#menu li a:hover {
    color: #3573b0;
    }

    /**Matis Menu multi larvel css End**/


/**Side Modals css Start**/
    .side-modals.right {
        right: -300px;
        height: 100vh;
        width: 300px;
        top: 0;
    }
    
    .cart_media {
    padding: 10px 8px;
}

    .side-modals {
        position: fixed;
        background-color: #fff;
        z-index: 9999;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals.right.open-side {
        right: 0;
    }

    .side-modals.open-side {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals .overlay {
        visibility: hidden;
        opacity: 0;
        background-color: #000000a3;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals.open-side .overlay {
        opacity: 0.8;
        visibility: visible;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .side-modals.right .cart-inner {
        height: 100vh;
        overflow: auto;
    }

    .side-modals .cart-inner {
        background-color: #fff;
        z-index: 9;
        position: relative;
        top: 0;
    }

    .side-modals .cart-inner .cart_top {
        padding: 15px 10px;
        border-bottom: 1px solid #ddd;
    }

/**Side Modals css End**/

/**For Laptop/ testop Large deviece**/

@media only screen and (max-width: 1199px) {

    .logo a img {
        width: 85%;
        margin-top: 8px;
    }

    .header-menu ul li a {
        padding: 15px 10px;
    }

    .copyright p{
        font-size:12px; 
    }

    .left-side-bar {
        width: 150px;
    }

    .left-side-bar ul li a {
        font-size: 12px;
    }

    .success-discription h3 {
        font-size: 33px;
    }
}

/**For Tablet/small laptops/ Medium deviece**/

@media only screen and (max-width: 991px) {
  
    .logo a img {
        width: 90%;
        margin-top: 8px;
    }
    
    .main-header {
        padding: 0px 0px;
    }

    .main-header-right ul li a {
        color: #fff;
    }

    .mobilemodehide{
        display: block;
    }

    .left-side-bar{
        display: none;
    }

    .header-menu ul li a {
        padding: 10px 8px;
        font-size: 13px;
    }






}

/**For Mobile small deviece**/
@media only screen and (max-width: 767px) {

    .logo a img {
        width: 44%;
        margin-top: 0px;
    }

    span.moble-menus-models {
        text-align: right;
    }

    .headerbanner {
        display: none;
    }

    .contact-header {
        padding: 12px 0px 21px;
    }
    
    .contact-header p{
        display: none;
    }

    .contact-header h1{
        font-size: 27px;
    }

    .form-info {
        margin: 20px 0px;
    }

    .contact-form {
        margin: 21px 0px;
    }

    .contactbutton{
        margin-top: 0px;
    }
    
    .mobilemodehide{
        display: none;
    }

    .destopmodehide {
        display: block;
    }

    .header-menu{
        display: none;
    }

    .copyright p {
        text-align: center
    }

    .footer-widget {
        margin: 15px 0px;
    }









}

/**For extra Mobile small deviece**/
@media only screen and (max-width: 575px) {

    .middle-header {
        padding: 9px 0px;
    }

    .logo a img {
        width: 64%;
        margin-left: 15px;
    }

    .main-footer {
        padding: 20px;
    }

    .footer-widget {
        margin: 15px 0px;
    }

    span.moble-menus-models {
        text-align: right;
    }
}
