@import url('https://fonts.googleapis.com/css?family=Slabo+27px');
*
{
    position: relative;
    padding: 0;
    margin: 0;
}
body
{
    font-family: "Roboto" , sans-serif;
    font-size: 15px;
    color: #666;
    background-color: #fff;
    font-weight: 400;
}

.clr
{
    color: #ed1b24;
}

p
{ 
    line-height: 1.9;
    padding-bottom: 10px;
}

.pentagon
{
    height: 95px;
    width: 90px;
    color: #fff;
    text-align: center;
    padding: 10px;
    -webkit-clip-path: polygon(0 0, 100% 0,100% 75%, 50% 100% ,0 75%);
    display: block;
    background-color: #EE1C23;
    -webkit-box-shadow: inset 0px 0px 10px rgba(154,12,15,0.7);
}
.img
{
    width: 100%;
    height: 200px;
}
.margin-bottom-10
{
    margin-bottom: 10px;
}
.margin-bottom-15
{
    margin-bottom: 15px;
}
.margin-bottom-20
{
    margin-bottom: 20px;
}
.margin-top-10
{
    margin-top: 10px;
}
.margin-top-15
{
    margin-top: 15px;
}
.margin-top-20
{
    margin-top: 20px;
}
.overflow-h
{
    overflow: hidden;
}
.padding-top-bottom-30
{
    padding-bottom: 30px;
    padding-top: 30px;
}
.padding-top-bottom-40
{
    padding-bottom: 40px;
    padding-top: 40px;
}
.padding-5
{
    padding-top: 10px;
}
.color-777
{
    color: #777;
}
.color-e67742
{
    color: #e67742;
}
.icon-space
{
    margin-right: 8px;
}
.logo
{
    height: 150px;
    width: 120px;
}
.header
{
    color: #f9f9f9;
    background-color: #F38902;
}


.header-col1
{
    padding: 14px 0px;
    text-align: left;
}
.header-col1 a
{
    color: #f9f9f9;
    text-align: center;
    padding: 0 15px;
    border-right: 1px solid #eee;
}
.header-col1 a.border-none
{
    border: none;
}
.header-col2
{
    padding: 14px 20px;
    text-align: right;
    vertical-align: middle;
    float: right;
}

.header-col2 a
{
    font-size: 14px;
    padding: 8px 15px;
    color: #f9f9f9;
    background-color: #62B800;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.header-col2 a:hover
{
    color: #62B800;
    background-color: #fff;
}
.index-about
{
    padding: 30px 0;
}
.index-main-head
{
    padding-bottom: 40px;
    font-weight: 400;
    color: #222;
    margin-top: 0;
    text-align: center;
}
.index-main-head span
{
    padding-bottom: 20px;
    margin-top: 0;
    font-size: 28px;
}
.index-main-head span:after
{
    display: block;
    position: absolute;
    bottom: 0;
    width: 20%;
    left: 40%;
    content: '';
    border: 1px solid #F38902;
}


.index-place
{
    background-color: #F8F8F8;
    text-align: center;
    padding: 30px 0;
}
.link-button
{
    padding: 20px 0px;
}

.link-button
{
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff; 
    text-transform: uppercase;
    border: 2px solid #fff;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.08);
    perspective: 300px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.link-button:hover
{
    color: #000;
    text-decoration: none;
}

.link-button:before
{
    content: "";
    width: 100%;
    height: 100%;
    background: #88091b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform-origin: left center 0;
    transition: all 0.3s ease 0s;
}

.link-button:hover:before
{
    
    transform: rotateY(90deg);
}
.palace-div
{
    margin: 15px 0px; 
    border-radius: 5px;
    text-align: center;
    position: relative;
    display: block;
}
.palace-div:hover.palace-div::after
{
    background: rgba(0,0,0,0.8);
    opacity: 0.8;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: top 0.6s;
}
.palace-div img
{ 
}
.palace-div p
{
    background-color: #222;
    color: #f1f1f1;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 400;
}

.palace-div a
{
    position: absolute;
    top: 40px;
    visibility: hidden;
    z-index: 999;
    display: inline-block;
}
.palace-div:hover a
{
    color: #f1f1f1;
    background-color: #F68C19;
    padding: 7px 10px;
    z-index: 999;
    top: 100px;
    visibility: visible;
    border-radius: 0px;
    font-weight: 600;
    -webkit-transition: ease 0.6s;
    left: 30%;
}
.palace-div a:hover
{
    background: rgba(0,0,0,0.8);
}
.index-blog
{
}
.index-blog-2
{
    background-color: #222;
    min-height: 400px;
    padding: 40px 0;
}
.index-blog-2 h1
{
    padding-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    color: #f9f9f9;
    margin-top: 0;
}
.testimonials
{
    background-color: #F8F8F8;
    padding: 30px 0;
}
.testimonials-div
{
}
.testimonials-div-col
{
    background-color: #fff;
    color: #666;
    padding: 20px;
    box-shadow: 1px 2px 4px #aaa;
}
.testimonials-div-col p
{
    padding: 10px 0;
    color: #222;
}
.testimonials-div-col p i
{
    color: #F38902;
    margin-right: 15px;
}
.index-video
{
    padding: 30px 0;
}
.footer
{
    color: #999;
    background-image: url('../img/footer-bg.png');
    padding-bottom: 30px;
}
.footer-social-icon
{
    border-radius: 50px;
    border: solid 1px #999;
    color: #999;
    padding: 5px 9px;
    text-align: center;
    margin-right: 10px;
}
.footer-social-icon:hover
{
    border: solid 1px #1BB4B9;
    color: #fff;
    background-color: #1BB4B9;
}
.footer-2
{
    border-top: 1px solid #009900;
    color: #999;
    background-color: #101010;
    padding: 15px 0;
    text-align: center;
}
.footer-2-ul
{
    padding: 0px;
    position: relative;
    display: block;
    width: 100%;
}
.footer-2-ul li
{
    text-decoration: none;
    list-style-type: none;
    padding: 0 10px;
    width: auto;
    display: inline-block;
    border-right: 1px solid #777;
}
.footer-2-ul li.border-none
{
    border: none;
}
.footer-2-ul li a
{
    color: #777;
    padding: 0;
}
.footer-2-ul li a:hover
{
    color: #ccc;
}
.visitor-box
{
    color: #999;
    font-size: 17px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-align: left;
    border: 1px solid #777;
    display: inline-block;
}

.form-control-new
{
    display: block;
    width: 100%;
    height: 40px;
    padding: 11px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    border: 0.5px solid #ddd;
}
.form-control-new.fcn-change
{
    height: auto;
}
.form-control
{
    height: 40px;
    padding: 11px 10px;
    margin-top: 6px;
}
.form-control-new:focus
{
    outline: 0;
    border: 0.5px solid #F38902;
}
.form-control-new::-moz-placeholder
{
    color: #999;
    opacity: 1;
}
.form-control-new:-ms-input-placeholder
{
    color: #999;
}
.form-control-new::-webkit-input-placeholder
{
    color: #999;
}
.form-control-new[disabled], .form-control-new[readonly], fieldset-new[disabled] .form-control
{
    background-color: #eee;
    opacity: 1;
}
.form-control-new[disabled], fieldset[disabled] .form-control
{
    cursor: not-allowed;
}

.social-icon
{
    padding: 10px 0;
    margin-right: 15px;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}


.social-icon-facebook
{
    background-color: #527DBD;
    color: #fff;
}

.social-icon-facebook:hover
{
    color: #527DBD;
    background-color: #ddd;
}
.social-icon-twitter
{
    color: #1DA1F2;
}
.social-icon-twitter:hover
{
    height: 100%;
    background-color: #ddd;
    color: #fff;
}
.social-icon-google-plus
{
    color: #fff;
    background-color: #D34736;
}
.social-icon-google-plus:hover
{
    color: #DD4B39;
    background-color: #ddd;
}
.social-icon-instagram
{
    color: #fff;
    background-color: #0077B5;
}

.social-icon-instagram:hover
{
    background-color: #ddd;
    color: #0077B5;
}
.social-icon-Youtube
{
    color: #fff;
    background-color: #CC0000;
}

.social-icon-Youtube:hover
{
    color: #CC0000;
    background-color: #ddd;
}

.float-left
{
    float: left;
}
.float-none
{
    float: none;
}
.footer-h1
{
    font-size: 22px;
    padding: 20px 0;
    color: #009900;
    font-weight: 400;
}
links
{
    padding-left: 0px;
    position: relative;
    display: block;
    width: 100%;
}
.links li
{
    text-decoration: none;
    list-style-type: none;
    padding-bottom: 4px;
    width: 49%;
    display: inline-block;
}

.links li a
{
    color: #fff;
}
.links li a:hover
{
    color: #009900;
}
.business-detail-box
{  
    background-image: url('../img/krishna-head.jpg'); 
    text-align: center; 
    color: #f9f9f9;
}
.bussiness-detail-bg
{
    background:rgba(45, 62, 80, 0.8);
    padding: 50px 0 50px 0;
}
.business-detail-box p
{
    font-size: 16px;
}
 
.page-containt-heading
{
    background-image: url('../img/krishna-head.jpg');
}
.page-containt-heading-bg
{
    background: rgba(45, 62, 80, 0.8);
        padding: 80px 0 80px 0
}
.page-containt-heading-bg h1
{
    color: #ed1b24;
    text-align: center;
    padding-bottom: 51px;
    text-transform: uppercase;
    position: relative;
    font-size: 30px;
}
.page-containt-heading-bg h1:after
{
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 29px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 2px;
}
.page-containt-heading-bg h2
{
    color: #f9f9f9;
    text-align: center;
    font-size: 13px;
}
.page-containt-heading-bg h2 a
{
    color: #f9f9f9;
}
.page-containt-heading-bg h2 a:hover
{
    color: #AA1613;
}
.page-containt-heading-bg h2 i
{
    padding: 0 3px;
}
.bg-change
{
    background-color: #f5f5f5;
}
.containt-page
{
    padding: 40px 0;
}
.category-detail-box
{
    background-color: #fff;
    margin-bottom: 10px;
    padding: 20px 30px;
    color: #444;
}
.category-detail-col
{
}
.category-detail-box h1
{
    font-size: 24px;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 10px;
    color: #CA6500;
}
.category-detail-col p
{
    padding-bottom: 10px;
}
.category-detail-col p i
{
    margin-right: 10px;
    font-size: 17px;
    font-weight: 400;
    color: #293955;
}
.category-detail-col p a
{
    text-decoration: none;
    color: #444;
}
.category-detail-col p a:hover
{
    color: #CA6500;
}
.category-detail-col2 p
{
}
.category-detail-col2 p b
{
    color: #293955;
    font-size: 17px;
    margin-right: 7px;
    font-weight: 400;
}
.category-detail-col3
{
}
.color-white
{
    color: #fff;
}
.flat
{
    border-radius: 0px;
}
#mg-grid
{
    position: relative;
    overflow: visible !important;
}
.footer-a
{
    color: #f9f9f9;
}


.model-width
{
    border-radius: 0;
    background-color: #fff;
    padding: 30px 20px 50px 20px;
    width: 550px;
}
.modal-h1
{
    font-size: 18px;
    color: #006699;
    padding: 7px 0;
}
.model-3:focus
{
    border: 1px solid #666;
}

.model-3:active
{
    border: 1px solid #666;
}

.model-table
{
}
.model-close-button
{
    float: right;
}

label
{
    font-weight: 400;
    color: #444;
    margin: 10px 0;
    font-size: 15px;
}
.contact-h1
{
    font-size: 22px;
    color: #009900;
}
.flot-box
{
    float: right;
}
.containt-box
{
    padding: 25px 10px;
    border: 1px solid #999;
}
.contact-h2
{
    color: #006699;
    padding: 0 0 25px 0;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
}
.contact-h2:after
{
    display: block;
    border: 1px solid #444;
    position: absolute;
    top: 7px;
    width: 100%;
    height: 2px;
}
.about-contorl
{
    background: #fff none repeat scroll 0 0;
    position: relative;
}
.about-contorl h2
{
    color: #012247;
    font-size: 20px;
    font-weight: 700;
    margin: 0 20px 20px 20px;
    padding: 10px 0;
    position: relative;
    text-transform: capitalize;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}
.about-contorl h2 i
{
    color: #f9f9f9;
    padding: 7px;
    border: 2px solid #FFB606;
    border-radius: 50px;
    margin-right: 15px;
}
.about-contorl h2:after
{
    border: 1px solid #FFB606;
    height: 1px;
    width: 50px;
    bottom: 0px;
    left: 0;
    position: absolute;
    display: block;
    content: '';
}
.about-contorl-ul
{
}

.about-contorl-ul li
{
    list-style-type: none;
    padding-left: 15px;
    margin: 0 20px;
    border-bottom: 1px solid #ecf0f1;
}
.about-contorl-ul li a
{
    color: #2D3E50;
    display: block;
    font-size: 14px;
    padding: 12px 10px;
    position: relative;
}
.about-contorl-ul li a:before
{
    content: "\f105";
    font-family: "FontAwesome";
    left: -5px;
    position: absolute;
    top: 12px;
}
/* Slider Start */
.carousel-control
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #f9f9f9;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=0);
    opacity: 1;
}
.carousel-control.left
{
    background-image: none !important;
    filter: none !important;
}
.carousel-control.right
{
    right: 0;
    left: auto;
    background-image: none !important;
    filter: none !important;
}
.carousel-control:hover, .carousel-control:focus
{
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=0);
    outline: 0;
    opacity: 1;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa-angle-left, .carousel-control .fa-angle-right
{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .fa-angle-left
{
    left: 50%;
    margin-left: -10px;
    font-size: 25px;
    background-color: rgba(0,0,0,0.4);
    color: #f9f9f9;
    text-align: center;
    width: 35px;
    padding: 10px 0;
}
.carousel-control .icon-next, .carousel-control .fa-angle-right
{
    right: 50%;
    margin-right: -10px;
    font-size: 25px;
    background-color: rgba(0,0,0,0.4);
    color: #f9f9f9;
    text-align: center;
    width: 35px;
    padding: 10px 0;
}
.carousel-control .icon-prev, .carousel-control .icon-next
{
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
}


/* Slider Closed */
.about-contorl-ul li a:hover
{
    color: #890013;
}
#mg-grid
{
    position: relative;
    overflow: visible !important;
}
.mg-gallery-item
{
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}
.mg-gallery-item > a
{
    display: block;
}
.mg-gallery-item > a > img
{
    border: 1px solid rgba(100, 100, 100, 0.8);
    padding: 1px;
}
.mg-gallery-item .mg-gallery-overlayer
{
    background-color: rgba(100, 100, 100, 0.8);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: block;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
.mg-gallery-item .mg-gallery-overlayer > i
{
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    color: #16262e;
    font-size: 16px;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
.mg-gallery-item:hover .mg-gallery-overlayer
{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.mg-gallery-item:hover .mg-gallery-overlayer > i
{
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
}
.mg-gallery-item .mg-gallery-overlayer > i:hover
{
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

/*Back To Top
------------------------------------*/
#topcontrol
{
    color: #fff;
    z-index: 99;
    width: 40px;
    height: 40px;
    font-size: 23px;
    background: #df0b29;
    position: relative;
    right: 14px !important;
    bottom: 11px !important;
    border-radius: 3px !important;
}

#topcontrol:after
{
    top: 2px;
    left: 13px;
    content: "\f106";
    position: absolute;
    text-align: center;
    font-family: FontAwesome;
}

#topcontrol:hover
{
    color: #fff;
    background: #FFbb00;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


@media (max-width:767px)
{

    .logo
    {
        height: 100px;
        width: 80px;
    }

    .header-col h5
    {
        font-size: 23px;
        padding: 22px 0 0px 0;
        text-align: left;
    }
    .header-col p
    {
        color: #777;
        font-size: 14px;
        padding: 0 0 8px 0;
        float: right;
    }


    .header-col1, .header-col2
    {
        text-align: center;
    }
    .header-col2
    {
        float: none;
    }
    .header-col1 a
    {
        padding: 0 5px;
    }

    .hdr-col1
    {
        text-align: center;
        padding: 0px 5px;
    }

    .index-div4 span
    {
        padding: 10px 10px;
        font-size: 14;
    }


    .page-containt-heading-bg
    {
        padding: 15px 5px;
    }
    .page-containt-heading-bg h1
    {
        padding-bottom: 20px;
        font-size: 18px;
        margin: 0;
    }
    .page-containt-heading-bg h1:after
    {
        height: 10px;
        width: 2px;
    }
    .
     h2
    {
        font-size: 13px;
        margin: 6px 0 0 0;
    }
    .model-width
    {
        width: 100%;
    }
}
@media (max-width:300px)
{

}
@media (max-width:450px)
{
    .slogen
    {
        font-size: 29px;
    }
}
.txt-center
{
    text-align:center;
}
.pl-50
{
	padding-left:50px;
}
@media(max-width:991px)
{
	.pl-50
	{
		padding-left:0px;
	}
}
.vertical-align
{
	display:flex;
	align-items:center;
}
@media(max-width:991px)
{
	.vertical-align
	{
		display:block;
	}
	.hide-m
	{
		display:none;
	}
}







	.containt-page-h1 {
    padding: 15px 0;
    font-size: 20px;
    background-color: #88091b;
    color: #fff;
    line-height: 2.0;
}
		.containt-page-h1 span {
    margin-top: 8px;
}

.pull-right {
    float: right !important;
}
		.containt-page-h1 a {
    color: #d0d0d0;
    font-size: 14px;
}


.video-block-page {
    padding: 6px;
    background: #f9fafa;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    transition: all 0.3s;
}

    .video-block-page h4 {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        margin: 0;
        padding: 15px 0;
    }


        .refresh-btn
		{
		background:#f0f0f0;
			padding:10px;
			text-decoration:none;
			border-radius:10px;
		}
		.refresh-btn:hover
		{
			background:#f0f0f0;
			padding:10px;
			text-decoration:none;
			border-radius:10px;
		}
