/*-----------------------------------------------------------------------------------

    Template Name:
    Template URI:
    Description: This is html5 
    Author: Naresh Kumar
    Author URI:
    Version: 1.0
-----------------------------------------------------------------------------------
    CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)433
    2. header-area start
    3. slider-area start
    4. spacial-area start
    5. callto-action-area start
    6. about-area start
    7. project-area start
    8. team-area start
    9. testmonial-area start
    10. pricing-area start
    11. footer-area start
    12. home page two style here
    13. fanfact-area start
    14. blog-area start
    15. breadcumb-area start
    16. sidebar-area start
    17. blog-details-area start
    18. contact-area start
    19. 404-area start

-----------------------------------------------------------------------------------*/

/*========================================================================================================
                                        defolt-css here
 ========================================================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600&family=Raleway:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@200;300;400;500&family=Montserrat:wght@200;300;400;500;600&family=Source+Sans+Pro:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta+Malar:wght@400;500;600;800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,700,800,900');
* {
    margin: 0 auto;
    padding: 0;
	/*-webkit-font-smoothing:antialiased;
-webkit-backface-visibility:hidden;*/
	-webkit-text-stroke: 0px!important;-webkit-font-smoothing: antialiased !important;
}
body {
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    color: #333132;
    font-size: 16px;
	margin: 0 auto;
	padding: 0px;
	 overflow-x:hidden; 
	width: 100%;
	letter-spacing: 0.7px;
	
	
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
img {
    max-width: 100%;
    height: auto
}
.fix {
    overflow: hidden
}
p {
    margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    margin-top: 0px;
	-webkit-text-stroke: 0px!important;-webkit-font-smoothing: antialiased !important;
}
input:focus,
select:focus {
    outline: none;
}
input,
button {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*-webkit-transition: all .3s;*/
    -moz-transition: all .3s;
    text-decoration: none;
    color: #333132;
}
a:hover {
    color: #722F37;
}
a:active,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}
button:focus {
    outline: none;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
:before,
:after {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
div {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.black-opacity {
    position: relative;
    z-index: 9;
}
.black-opacity:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.black-opacity1 {
    position: relative;
    z-index: 9;
}
.black-opacity1:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #629d42;
    content: "";
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.bg-img-1 {
    background: url(../images/bg/1.jpg) no-repeat center center / cover
}
.bg-img-2 {
	
    background: url(../images/bg/2.jpg) no-repeat center center / cover
}
.bg-img-3 {
    background: url(../images/bg/3.jpg) no-repeat center center / cover
}
.bg-img-4 {
    background: url(../images/bg/4.jpg) no-repeat center center / cover
}
.bg-img-5 {
    background: url(../images/bg/5.jpg) no-repeat center center / cover
}
.bg-img-6 {
    background: url(../images/bg/6.jpg) no-repeat center center / cover
}
.bg-img-7 {
    background: url(../images/bg/youtube.jpg) no-repeat center center / cover;
}
.bg-img-8 {
    background: url(../images/bg/raa_bg.jpg) no-repeat center center / cover;
}
.bg-img-8a {
    background: url(../images/bg/raa_bg3.jpg) no-repeat center center / cover;
}
.bg-img-raa {
    background: url(../images/bg/about.jpg) no-repeat center center / cover;
}
.bg-img-9 {
    background: url(../images/bg/beanstalk.jpg) no-repeat center center / cover;
}
.pt-120 {
    padding-top: 120px;
}
.ptb-120 {
    padding: 120px 0;
}
.ptb-60 {
    padding: 60px 0;
}
.ptb-30 {
    padding: 30px 0;
}
.mb-40 {
    margin-bottom: 40px;
}
.bg-1 {
    /*background: #f1f1f1;*/
	background: #fafafa;
}
.bg-fff {
    background: #fff;
}
a#scrollUp {
    position: fixed;
    right: 10px;
    bottom: 20px;
    height: 45px;
    width: 45px;
    background: #222;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
}
a#scrollUp:hover {
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
}

/*--------header-area start---------*/
header {
  
	/* overflow: hidden;*/
  padding: 0px 0px 25px 0px;
  width: 97%;
	/*width:960px;*/
  position:absolute;
  left:0;
top:0;
	/*margin-left:auto;
  margin-right:auto;*/
	
}
.index
{
	z-index: 99999; 
}
.logo {
    margin: 24px 0px;
}
.mainmenu {
    padding: 40px 0px 15px 0px;	
	/*padding 4px 0px;*/
}

.mainmenu ul,
.search-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	
/*	background: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";  
	filter: alpha(opacity=90);  
	-moz-opacity: 0.9;     
	-khtml-opacity: 0.9;   
	-webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;*/
	}
/*.mainmenu ul:before
{
	
}
	*/
.mainmenu ul li {
    margin-left: 20px;
    position: relative;	
	
}
.mainmenu ul li:first-child {
    margin-left: 0px;
	/*padding-right: 5px;*/
}
.mainmenu ul li a {
    display: block;
    text-transform: uppercase;
    padding: 3px 5px;
    font-weight: 500;
   /* color: #333132;*/	
	color: #ffffff;
	text-shadow: 2px 2px 2px #333132;	
	filter: DropShadow(Color=#333132, OffX=1, OffY=1);
	
}
.mainmenu ul li.active>a,
.mainmenu ul li:hover>a {
    /*background: #722F37;*//*background-color: rgba(114,47,55,.8); */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
filter: alpha(opacity=70);
-moz-opacity: 0.7;   
-khtml-opacity: 0.7; 
opacity: 0.7; */      
	color: #ffffff;
	 border-bottom: 2px solid #722f37; 
	/*border-bottom: 2px solid #8dc28c;*/

}
.mainmenu ul li>ul {
    display: block;
    position: absolute;
    left: 0; 
    top: 100%;
    width: 227px;
	/*background: #ffffff;*/
	/*background: #722F37;*/
	/* background: #722F37;*/
	
	/*background-color: rgba(114,47,55,.8); */  
	
    /*background-color: rgba(255, 225, 225, .9);*/
    padding: 15px 10px 20px 10px;	
    z-index: 999;
    visibility: hidden;
   /* opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
    /*transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .1);*/
}
.mainmenu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mainmenu ul li>ul li { 
    margin-left: 0px;
    display: block;
}
.mainmenu ul li>ul li a {
    text-transform: capitalize;
}
.mainmenu ul li>ul li:hover a {
    background: transparent; 
    color: #8dc28c;
    /*padding-left: 20px;*/
}
.search-wrapper ul li {
    position: relative;
}
.search-wrapper ul li a {
    padding: 52px 0px;
    display: block;
}
.search-wrapper ul li>ul {
    position: absolute;
    right: 0;
    top: 120%;
    width: 300px;
    background: #fff;
    padding: 20px 10px;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    z-index: 999;
}
.search-wrapper ul li:hover>ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
}
.search-wrapper ul li>ul li {
    display: block;
    padding: 0px;
}
.search-wrapper ul li>ul li form {
    position: relative;
}
.search-wrapper ul li>ul li input {
    width: 100%;
    height: 45px;
    border: 1px solid #e5e5e5;
    padding: 0px 45px 0px 15px;
}
.search-wrapper ul li>ul li button {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
    color: #333132;
    border: none;
    cursor: pointer;
}
.search-wrapper ul li>ul li button:hover {
    background: #222;
    color: #fff;
}
/*--------header-area end---------*/

/*---------------------------- responsiv-area start --------------------------*/
.responsive-menu-wrap {
    position: relative;
	z-index: 99999;;
	float: right;
}
.responsive-menu-wrap .slicknav_btn {
    background-color: transparent;
    border-radius: 0;
    display: block;
    float: right;
    margin: 0 0 0 0;
    padding: 0px 0px; 
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
}
.slicknav_menu .slicknav_icon {
    margin: 2px 8px;
}
.responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
    display: none;
}
.responsive-menu-wrap .slicknav_menu {
    background: transparent none repeat scroll 0 0;
    font-size: 15px;
    padding: 57px 0;
    position: absolute;
    right: 0px;
    top: 0;
}
.responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
    border-radius: 0;    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
	box-shadow: none;
    display: block;
    height: 3px;
    width: 25px;
    background: #333132;
}
.responsive-menu-wrap .slicknav_nav {
    background: #333132 none repeat scroll 0 0;
    border-radius: 0px;
    clear: both;
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 5px 0;
    position: relative;
    top: 50px;
    width: 100%;
   /* z-index: 99;*/
    right: 0px;
    z-index: 999;
    /*position: relative;*/
}
.slicknav_nav a {
    color: #f1f1f1;
    text-decoration: none;
    text-transform: capitalize;
}
.slicknav_nav a i {
    display: none
}
.slicknav_nav a:hover {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, .5);
    color: #fff;
}
.responsive-menu-wrap .slicknav_nav .slicknav_row:hover {
    background: transparent;
}
.responsive-menu-wrap .slicknav_nav .slicknav_arrow {
    font-size: 10px;
    margin: 5px;
}
.sticky-menu {
    width: 100%;
    left: 0;
    top: 0px;
    position: fixed;
    z-index: 999;
/*    background: #fff;*/
	/*background-color: rgba(255, 255, 255, .5);*/
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.sticky-menu .logo {
    margin: 15px 0px;
}
.sticky-menu .mainmenu {
    padding: 32px 0px;
}
.sticky-menu .search-wrapper ul li a {
    padding: 37px 0px;
}
.sticky-menu .responsive-menu-wrap .slicknav_menu {
    padding: 42px 0px;
}
.sticky-menu .responsive-menu-wrap .slicknav_nav {
    top: 42px;
}
/*-------- responsiv-area end ------------*/

/*--------slider-area start---------*/
.slider-items {
    position: relative;
}
.slider-items img {
    visibility: hidden;
	
}
.slider-items:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.slider-content {
    position: absolute;
    left: 0;
   /* top: 0;*/
	bottom: 0;	
    width: 100%;
    /*width: 100%;
    height: 100%;*/
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
	padding: 0px;
	margin:0px;
}
.slider-content h2 {
    /*text-transform: uppercase;*/
    /*font-size: 30px;*/
	/*font-family: 'Quicksand', sans-serif;*/
	/*font-family: 'Barlow', sans-serif;*/
    /*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	font-size: 2.25em;
    line-height: 60px;
    color: #fff;
    	font-weight: 400;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
	padding:0px;
	margin:0px;
	-webkit-transform: translateZ(0px);
	/*text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);*/
	/*text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3); */
}
.slider-content h2 span.color,
.slider-content p span {
    color: #e2cbb6;
}
.slider-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}
.colors
{
	color: azure;
	padding-right: 20px;
}
.color_white
{
	color: azure;
}
.slider-content a {
    font-size: 16px;
    color: #e2cbb6;
    font-weight: 500;
}
.slider-text {
    position: relative;
    /*padding-left: 50px;*/
	padding: 0px 0px 50px 0px;
	margin:0px;
}
.line {
    position: absolute;
    width: 430px;
    height: 340px;
    left: 0;
    top: -40px;
    z-index: -9;
}
.line:before,
.line:after,
.blog-wrap2:before,
.blog-wrap2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: transparent;
    border: 2px solid transparent;
    content: "";
    z-index: -9;
}
.next-prev-style .owl-item.active .line:before,
.blog-wrap2:hover:before {
    -webkit-animation: animate 1s linear forwards;
            animation: animate 1s linear forwards;
}
@-webkit-keyframes animate {
    0% {
        width: 0;
        height: 0;
        border-top-color: #e2cbb6;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: #e2cbb6;
        border-right-color: #e2cbb6;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
    100% {
        width: 100%;
        height: 90%;
        border-top-color: #e2cbb6;
        border-right-color: #e2cbb6;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
}
@keyframes animate {
    0% {
        width: 0;
        height: 0;
        border-top-color: #e2cbb6;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: #e2cbb6;
        border-right-color: #e2cbb6;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
    100% {
        width: 100%;
        height: 90%;
        border-top-color: #e2cbb6;
        border-right-color: #e2cbb6;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
}
.next-prev-style .owl-item.active .line:after,
.blog-wrap2:hover:after {
    -webkit-animation: animate2 1s linear forwards;
            animation: animate2 1s linear forwards;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
@-webkit-keyframes animate2 {
    0% {
        width: 0;
        height: 0;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: translate;
        border-left-color: #e2cbb6;
    }
    50% {
        width: 0;
        height: 90%;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: #e2cbb6;
        border-left-color: #e2cbb6;
    }
    100% {
        width: 100%;
        height: 90%;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: #e2cbb6;
        border-left-color: #e2cbb6;
    }
}
@keyframes animate2 {
    0% {
        width: 0;
        height: 0;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: translate;
        border-left-color: #e2cbb6;
    }
    50% {
        width: 0;
        height: 90%;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: #e2cbb6;
        border-left-color: #e2cbb6;
    }
    100% {
        width: 100%;
        height: 90%;
        border-top-color: translate;
        border-right-color: translate;
        border-bottom-color: #e2cbb6;
        border-left-color: #e2cbb6;
    }
}
.next-prev-style .owl-nav div {
    position: absolute;
    left: 0;
    top: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.next-prev-style .owl-nav div:hover {
    background: #e2cbb6;
}
.next-prev-style .owl-nav div.owl-next {
    left: auto;
    right: 0;
}
/*--------slider-area end---------*/
/*--------slider-area end---------*/
.nooutline
{
	position: relative;
    padding: 45px 0px 60px 30px;    
}
/*--------about-area start---------*/
.about-wrap {
    position: relative;
    padding: 60px 0px 60px 30px;    
	border-top: 2px solid #722F37;
    border-left: 2px solid #722F37;
}
.about-wrap:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
}
.about-wrap:after {
    position: absolute;
    right: -100px;
    top: -2px;
    width: 100px;
    height: 60px;
    /*border-top: 2px solid #722F37;
    border-right: 2px solid #722F37;*/
    content: "";
}
.about-wrap h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.about-wrap h3 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 25px;
}
.about-wrap p {
    margin-bottom: 30px;
}
.about-content {
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    padding: 30px 0px;
    text-align: center;
}
.about-content h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}
.about-content p {
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 20px;
}
.about-img {
    position: relative;
    margin-top: 100px;
}
.about-img:before {
    position: absolute;
    left: -15px;
    bottom: -15px;
    height: 95%;
    width: 98%;
    background: #333132;
    content: "";
    z-index: -9;
}
/*--------about-area end---------*/

/*--------servic-area start---------*/
.section-title {
    margin-bottom: 40px;
}
.section-title h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.section-title h3 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0px;
}
.spacial-img {
    position: relative;
}
.spacial-wrap {
	/*padding: 60px 0px 30px;*/
    padding: 10px 0px 30px;
}
.spacial-item {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    text-align: center;
    padding: 49px 3px;
    margin-bottom: 30px;
}
.spacial-item:hover {
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
}
.spacial-item span {
    display: block;
    margin-bottom: 10px;
}
.spacial-item span:before {
    font-size: 35px;
}
.spacial-item h4 {
    /*text-transform: uppercase;*/
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}
/*--------servic-area end---------*/

/*--------project-area start---------*/
.project-area {
    padding: 120px 0px 90px;
}
.project-menu button {
    border: 1px solid #722F37;
    padding: 7px 20px;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}
.project-menu button.active {
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
}
.project-wrap {
    position: relative;
    margin-bottom: 30px;
}
.project-wrap img {
    width: 100%;
}
.project-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
    opacity: .55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
    content: "";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.project-wrap:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.project-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.project-wrap:hover .project-content {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.project-content a {
    font-size: 30px;
    display: inline-block;
    margin-bottom: 15px;
}
.project-content a:hover {
    color: #fff;
}
.project-content h3 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
/*--------project-area end---------*/

/*--------service-area start---------*/
.service-area {
    padding: 120px 0px 90px;
}
.service-wrap {
    margin-bottom: 30px;
}
.service-img {
    position: relative;
    overflow: hidden;
}
.service-img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);

    -webkit-transition: all .3s;
    transition: all .3s;
}
.service-wrap:hover .service-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.service-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    content: "";
    border: 25px solid rgba(0, 0, 0, .2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 9;
}
.service-wrap:hover .service-img:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.service-content {
    padding: 30px 10px;
    background: #fff;
}
.service-content h4 {
    margin-bottom: 20px;
   /* text-transform: uppercase;*/
    font-weight: 700;
    font-size: 18px;
}
.service-content2 h4 {
    margin: 0 0px;
   /* text-transform: uppercase;*/
    font-weight: 700;
    font-size: 18px;
}
.service-content p {
    margin-bottom: 25px;
}
.service-content a {
    height: 35px;
    width: 110px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
    line-height: 35px;
}
.service-content a:hover {
    background: #333132;
    color: #fff;
}
/*--------service-area end---------*/

/*--------fanfact-area start---------*/
.fanfact-area {
    padding: 80px 0px;
}
.funfact-wrap {
    text-align: center;
}
.funfact-wrap h2 {
    color: #722F37;
    font-size: 72px;
    margin: 0px auto 20px;
    line-height: 51px;
    font-weight: 300;
    width: 180px;
}
.funfact-wrap p {
    text-transform: uppercase;
    font-size: 30px;
    color: #333132;
	font-weight: bold;
}
/*--------fanfact-area end---------*/

/*--------team-area start---------*/
.team-area {
    padding: 120px 0px 90px;
}
.team-wrap {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.team-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
    content: "";
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.team-wrap:hover:before {
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
.team-content {
    position: absolute;
    left: 0;
    bottom: -108px;
    width: 100%;
    background: #fff;
    padding: 20px 0px 50px;
    text-align: center;
}
.team-wrap:hover .team-content {
    bottom: 0px;
    background: transparent;
}
.team-content h4 {
    font-weight: 700;
    font-size: 24px;
    /*text-transform: uppercase;*/
    margin-bottom: 0px;
}
.team-content p {
    margin-bottom: 20px;
}
.team-content ul li {
    display: inline-block;
    margin: 0px 2px;
}
.team-content ul li a {
    display: block;
    height: 35px;
    width: 35px;
    background: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-size: 16px;
}
.team-content ul li:hover a {
    background: #323131;
    color: #fff;
}
/*--------team-area end---------*/

/*--------testmonial-area start---------*/
.section-title2 h2,
.section-title2 h3 {
    color: #fff;
}
.test-wrap {
    padding: 60px 0px 0px;
    outline: none;
}
.test-wrap i {
    color: #722F37;
    font-size: 36px;
    margin-bottom: 25px;
    margin-left: 1px;
}
.test-wrap p {
    color: #fff;
    margin-bottom: 35px;
}
.test-wrap h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #fff;
}
.test-wrap span {
    display: block;
    font-size: 14px;
    color: #722F37;
}
.test-img-active {
    padding: 60px 30px 0px 0px;
    position: relative;
    z-index: 9;
}
.test-img-active:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 85%;
    height: 95%;
    border: 3px solid #722F37;
    content: "";
    z-index: -9;
}
.test-img {
    position: relative;
    padding-left: 30px;
    outline: none;
}
.test-img img {
    width: 100%;
}
.test-img ul {
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    background: rgba(0, 0, 0, .7);
}
.test-img ul li {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.test-img ul li i {
    font-size: 14px;
    color: #fcb837;
}
.test-images {
    height: 110px;
    width: 110px;
    border-radius: 50%;
    border: 3px solid #722F37;
    left: 0px;
    bottom: 80px;
    position: absolute;
    overflow: hidden;
}
ul.slick-dots {
    position: absolute;
    bottom: -50px;
}
.slick-dots li {
    display: inline-block;
    margin-right: 5px;
	line-height:32px;
}
.slick-dots li button {
    height: 15px;
    width: 15px;
    font-size: 0px;
    border-radius: 50%;
    background: #bcb8b8;
    cursor: pointer;
    border: none;
}
.slick-dots li.slick-active button {
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
}
/*--------testmonial-area end---------*/

/*--------blog-area start---------*/
.blog-area {
	padding:20px 0px 0px 0px;
	margin-top: 100px;
   /* padding: 90px 0px 90px;*/
	/*padding: 60px 0px 30px;*/
	/*margin-top: 100px;*/
}
.blog-area-gal
{
	padding: 40px;
}
.blog-area1 {
    padding: 0;
	margin: 0px;
	/*padding: 60px 0px 30px;*/
}
.blog-area2 {
    padding: 70px 0px 30px;
	/*padding: 60px 0px 30px;*/
	/*margin-top: 100px;*/
	margin-top: 50px;
}
.blog-wrap {
    margin-bottom: 30px;
}
.blog-img {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.blog-img img {
    /*min-width: 100%;
    height: auto;*/
	min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
    /*transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);*/
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
	
}
.blog-img2 img {
    /*min-width: 100%;
    height: auto;*/
	min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
    /*transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);*/
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
	
}
@media screen and (max-width: 600px) {
  .blog-img2  {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
	.philo{
  font-size: 2.0vh;
}
}

.blog-wrap:hover .blog-img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
	 transform: scale(1);
}
.blog-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    border: 30px solid rgba(0, 0, 0, .3);
    content: "";
    z-index: 9;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.blog-wrap:hover .blog-img:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-content ul li {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}
.blog-content h4 {
    /*text-transform: uppercase;*/
    line-height: 28px;
    font-size: 18px;
    font-weight: 700;
    /*border-bottom: 1px solid #722F37;*/
    padding-bottom: 10px;
    margin: 10px 0px 20px;
}
.blog-content p {
    color: #333132;
}
/*--------blog-area end---------*/

/*--------brand-area start---------*/
.brand-area {
    padding: 100px 0px;
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
}
.collaboration-area {
    padding: 50px 0px;
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
}
/*--------brand-area end---------*/
#googleMap {
    width: 100%;
    height: 450px;
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
}
/*--------footer-area start---------*/
.footer-top {
    padding: 60px 0px 60px;
}
.footer-widget {
    margin-bottom: 30px;
}
.footer-logo img {
    margin-bottom: 32px;
}
.footer-logo p {
    margin-bottom: 20px;
}
.footer-logo h4 {
    font-size: 16px;
    /*text-transform: uppercase;*/
    margin-bottom: 5px;
}
.footer-logo span {
    display: block;
    margin-bottom: 20px;
}
.footer-logo ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
}
.footer-widget h4.widget-title {
    font-size: 18px;
    /*text-transform: uppercase;*/
    padding-left: 30px;
    margin: 30px 0px 50px;
    font-weight: 600;
    position: relative;
}
.footer-widget h4.widget-title:before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 12px;
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
    content: "";
}
.footer-contact ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
    line-height: 24px;
    font-size: 14px;
}
.footer-contact ul li i {
    height: 25px;
    width: 25px;
    font-size: 14px;
    border: 1px solid #722F37;
    text-align: center;
    line-height: 24px;
    position: absolute;
	vertical-align: middle;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}


.footer-contact ul li:last-child {
    margin-bottom: 0px;
}
.footer-menu ul li {
    line-height: 37px;
    padding-left: 30px;
    position: relative;
}
.footer-menu ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f101";
    font-family: fontawesome;
}
.footer-menu ul li:hover:before {
    left: 5px;
    color: #722F37;
}
.newsletter p {
    margin-bottom: 20px;
}
.newsletter input {
    width: 100%;
    height: 40px;
    border: 1px solid #e5e5e5;
    padding-left: 15px;
    background: transparent;
    margin-bottom: 10px;
}
.newsletter button {
    width: 115px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
    cursor: pointer;
    border-radius: 3px;
}
.newsletter button:hover {
    background: #323131;
    color: #fff;
}
.footer-bootem {
    padding: 20px 0px;
    background: #722F37;
    text-align: center;
	color: #ffffff;
	opacity:0.7;
	filter:alpha(opacity=70);		
}
.footer-bootem a
{
	color: #ccc;
}
/*--------footer-area end---------*/

/*=======================================
        home two style here
=======================================*/
.slider-area2 .slider-text {
    padding-left: 0;
}
.slider-area2 .line {
    height: 360px;
    left: 160px;
}
/*about*/
.about-area2 .about-wrap:after {
    left: 0;
    width: 0;
    height: 140px;
}
a.readmore-btn {
    display: inline-block;
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 14px;
    background: #722F37;
    font-weight: 500;
	color: #fff;
	opacity:0.7;
	filter:alpha(opacity=70);
}
a.readmore-btn:hover {
    background: #333132;
    color: #fff;
}
.about-area2 .about-wrap {
    padding: 80px 0px 80px 30px;
	border: 2px solid #722F37;
    /*border-top: 2px solid #722F37;
    border-left: 2px solid #722F37;
    border-right: 2px solid #722F37;*/
}
.about-area2 {
    position:relative;
    padding-bottom: 70px;
	/*max-width: 100%;
	height: 100%;
	display: flex;	*/
}
.about-img2 {
    position:relative;
    padding-bottom: 70px;
	/*max-width: 100%;
	height: 100%;
	display: flex;	*/
}
 .image-holders
{
	 background-size: cover;
  background-position: center center;
  height:100%;
	min-height: 400px;
  min-width: 100%;
}
.classWithPad { margin:10px; padding:10px; }
.about-area2 .about-images {
    position: absolute;
    right: 0;
    bottom: 0;
    border-left: 3px solid #722F37;
    border-top: 3px solid #722F37;
}


.about-area2 .about-images a {
    position: absolute;
    height: 55px;
    width: 55px;
    background: #fff;
    line-height: 55px;
    text-align: center;
    display: block;
    left: 50%;
    border: 2px solid #722F37;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/*about*/

/*---------quote-area start---------*/
.quote-area {
    padding: 50px 0px;
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
}
.quote-wrap h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.quote-wrap a {
    display: inline-block;
    padding: 10px 25px;
    background: #222;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.quote-wrap a:hover {
    background: #fff;
    color: #222;
}
/*---------quote-area end---------*/

/*---------interior-area start---------*/
.interior-area {
    background: #722F37;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";       /* IE 8 */
filter: alpha(opacity=80);  /* IE 5-7 */
-moz-opacity: 0.8;          /* Netscape */
-khtml-opacity: 0.8;        /* Safari 1.x */
opacity: 0.8;               /* Good browsers */
    position: relative;
    padding: 60px 20px;
    overflow: hidden;
}
.interir_bg
{
background-image:url(../raa_bg.jpg);
}
.interior-img {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    height: 100%;
    background: url(../images/about/5.jpg) no-repeat center center / cover;
}
.interior-img img {
    visibility: hidden;
}
.interior-wrap {
    padding: 0px 20px;
}
.interior-wrap span {
    display: block;
    margin-bottom: 15px;
}
.interior-wrap span:before {
    font-size: 60px;
}
.interior-wrap h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}
/*---------interior-area end---------*/
.brand-area2 {
    background: #fff;
}
/*------testimonial------*/
.test-img2 {
    width: 110px;
    /*border-radius: 50%;*/
    /*border: 3px solid #722F37;*/
    margin: 0px 0 15px;
    overflow: hidden;
}
.test-wrap2 i {
    font-size: 36px;
    color: #722F37;
    margin-bottom: 20px;
    display: block;
}
.test-wrap2 p {
    margin-bottom: 50px;
}
.test-wrap2 h4 {
    font-size: 18px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    margin-bottom: 0px;
}
.test-wrap2 span {
    display: block;
    font-style: italic;
    font-size: 14px;
}
.test-active {
    padding-bottom: 50px;
}
.test-active .owl-nav div {
    position: absolute;
    left: -100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}
.test-active .owl-nav div:hover {
    color: #722F37;
}
.test-active .owl-nav div.owl-next {
    left: auto;
    right: -100px;
}
.test-active .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}
.test-active .owl-dot {
    display: inline-block;
    margin: 0px 2px;
    height: 15px;
    width: 15px;
    background: #323131;
    border-radius: 50%;
}
.test-active .owl-dot.active {
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
}
/*------testimonial------*/

/*-------blog-------*/
.blog-wrap2 {
    position: relative;
    margin-bottom: 30px;
    z-index: 9;
}
.blog-content2 {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px 20px;
    background: rgba(0, 0, 0, .95);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.blog-wrap2:hover .blog-content2 {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-content2 span {
    display: block;
    color: #777;
    margin-bottom: 5px;
    font-style: italic;
    margin-top: -30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.blog-wrap2:hover .blog-content2 span {
    margin-top: 0px;
}
.blog-content2 h4 {
    /*text-transform: uppercase;*/
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px;
    margin-left: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.blog-wrap2:hover .blog-content2 h4 {
    margin-left: 0px;
}
.blog-content2 h4 a {
    color: #fff;
}
.blog-content2 h4 a:hover {
    color: #722F37;
}
.blog-content2 p {
    margin-bottom: 20px;
    color: #f1f1f1;
    font-size: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.blog-content2 a.readmore {
    text-decoration: underline;
    color: #722F37;
    display: inline-block;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.blog-wrap2:before,
.blog-wrap2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: transparent;
    border: 3px solid transparent;
    content: "";
    z-index: 9;
}
.blog-wrap2:hover:before {
    -webkit-animation: animate3 .6s linear forwards;
            animation: animate3 .6s linear forwards;
}
@-webkit-keyframes animate3 {
    0% {
        width: 0;
        height: 0;
        border-top-color: #722F37;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: #722F37;
        border-right-color: #722F37;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: #722F37;
        border-right-color: #722F37;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
}
@keyframes animate3 {
    0% {
        width: 0;
        height: 0;
        border-top-color: #722F37;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
    50% {
        width: 100%;
        height: 0;
        border-top-color: #722F37;
        border-right-color: #722F37;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: #722F37;
        border-right-color: #722F37;
        border-bottom-color: transparent;
        border-left-color: translate;
    }
}
.blog-wrap2:hover:after {
    -webkit-animation: animate4 .6s linear forwards;
            animation: animate4 .6s linear forwards;
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
}
@-webkit-keyframes animate4 {
    0% {
        width: 0;
        height: 0;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: translate;
        border-bottom-color: #722F37;
    }
    50% {
        width: 0;
        height: 100%;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: #722F37;
        border-bottom-color: #722F37;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: #722F37;
        border-bottom-color: #722F37;
    }
}
@keyframes animate4 {
    0% {
        width: 0;
        height: 0;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: translate;
        border-bottom-color: #722F37;
    }
    50% {
        width: 0;
        height: 100%;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: #722F37;
        border-bottom-color: #722F37;
    }
    100% {
        width: 100%;
        height: 100%;
        border-top-color: translate;
        border-right-color: translate;
        border-left-color: #722F37;
        border-bottom-color: #722F37;
    }
}
/*-------blog-------*/

/*=======================================
        home Three style here
=======================================*/
.slider-area3 .slider-text {
    text-align: right;
    padding-left: 0px;
    padding-right: 50px;
}
.slider-area3 .line {
    left: auto;
    right: 0;
}
/*about-area*/
.about-wrap3 {
    background: #fff;
    padding: 40px 40px;
	z-index: 100;
}
.about-active .slick-list.draggable {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
}
.about-wrap3 h2 {
    /*text-transform: uppercase;*/
    font-weight: 700;
    font-size: 30px; 
	-webkit-transform: translate3d(0,0,0) !important;
transform: translate3d(0,0,0) !important;
}
.about-wrap3 h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.about-wrap3 p {
    margin-bottom: 25px;
	-webkit-transform: translate3d(0,0,0) !important;
transform: translate3d(0,0,0) !important;
}
.about-active {
    margin-right: -80px;
    position: relative;
    z-index: 9;
	background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-img-active i.slick-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    height: 40px;
    width: 40px;
    background: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.about-img-active i.slick-arrow:hover {
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
}
.about-img-active i.slick-arrow.fa-chevron-left {
    right: 40px;
    z-index: 9;
}
.about-wrap-2 {
    padding: 50px 0px;
}
.about-img-active {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .1);
}
/*about-area*/

/*skill-area*/
.skill-wrap {
    padding: 10px 0px;
}
.skill-wrap h2 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.skill-wrap p {
    text-transform: uppercase;
    margin-bottom: 5px;
}
.progress-wrap {
    overflow: hidden;
    padding-bottom: 35px;
}
.skill-wrap .progress {
    height: 10px;
    overflow: visible;
    background: #323131;
    border-radius: 5px;
}
.skill-wrap .progress-bar {
    position: relative;
    border-radius: 5px;
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
}
.skill-wrap .progress-bar:before {
    position: absolute;
    right: -2px;
    top: -5px;
    width: 20px;
    height: 20px;
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
    content: "";
    z-index: 9;
    border: 2px solid #323131;
    border-radius: 50%;
}
.skill-wrap .progress-bar span {
    position: absolute;
    right: 0;
    font-weight: 700;
    color: #323131;
    top: -32px;
    font-size: 14px;
}
.skill-img {
    position: relative;
}
.skill-img img {
    visibility: hidden;
}
.skill-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    content: "";
    border: 50px solid rgba(0, 0, 0, .1);
}
/*skill-area*/

/*newsletter-area*/
.newsletter-area {
    padding: 100px 0px;
}
.newsletter-area.black-opacity:before {
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
    /*opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
}
.newsletter-wrap form {
    position: relative;
}
.newsletter-wrap input {
    padding: 0px 165px 0px 20px;
    height: 65px;
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 25px;
}
.newsletter-wrap button {
    position: absolute;
    right: 0;
    top: 0;
    width: 165px;
    height: 65px;
    line-height: 65px;
    cursor: pointer;
    background: #323131;
    border: none;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.newsletter-wrap button:hover {
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
    color: #323131;
}
/*newsletter-area*/
/*=======================================
        home Three style here
=======================================*/

/*=======================================
        about page style here
=======================================*/
/*--------breadcumb-area start--------*/
.breadcumb-area {
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.breadcumb-wrap h2 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    color: #722F37;
    margin-bottom: 5px;
}
.breadcumb-wrap ul li {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.breadcumb-wrap ul li a {
    color: #fff;
}
.breadcumb-wrap ul li a:hover {
    color: #722F37;
}
/*--------breadcumb-area end--------*/
/*about*/
.about-page-wrap h2 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}
.about-page-wrap p {
    margin: 25px 0px;
}
.about-page-wrap ul {
    position: relative;
}
.about-page-wrap ul:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #393939;
    content: "";
}
.about-page-wrap ul:hover:before {
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
}
.about-page-wrap ul li a {
    display: block;
    line-height: 28px;
    font-size: 16px;
    padding-left: 40px;
    position: relative;
}
.about-page-wrap ul li a:before {
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);	
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent transparent #722F37;
    content: "";
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.about-page-wrap ul li:hover a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.about-sidebar h3 {
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 20px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #393939;
}
.about-sidebar ul {
    margin-bottom: 60px;
}
.about-sidebar ul li {
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #393939;
}
.about-sidebar ul li:last-child {
    border-bottom: none;
}
.about-sidebar-img {
    position: relative;
}
.about-sidebar-img img {
    width: 100%;
}
.about-sidebar-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    border: 30px solid rgba(0, 0, 0, .5);
    content: "";
}
.about-sidebar-img a {
    position: absolute;
    left: 50%;
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    border: 4px solid #fff;
    color: #fff;
    border-radius: 50%;
    z-index: 999;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.about-sidebar-img a:hover {
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
    color: #393939;
}
/*about*/
.project-area-without-gutter {
    padding: 120px 0px;
}
.project-area-without-gutter .project-wrap {
    margin-bottom: 0px;
}
/*blog*/
.pagination-wrap {
    margin: 20px 0px 30px;
}
.pagination-wrap ul li {
    display: inline-block;
}
.pagination-wrap ul li a,
.pagination-wrap ul li span {
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: #333132;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    display: block;
}
.pagination-wrap ul li span,
.pagination-wrap ul li:hover a {
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
    color: #333132;
}
/*-------------------------sidebar-area start-------------------------*/
.widget {
   /* margin-bottom: 40px;*/
	margin-bottom: 15px;
}
.search-wrap form {
    position: relative;
}
.search-wrap input {
    width: 100%;
    height: 40px;
    padding-right: 45px;
    border: none;
    border: 1px solid #333132;
    background: transparent;
    padding-left: 15px;
}
.search-wrap button {
    position: absolute;
    right: 0px;
    background: #333132;
    border: none;
    color: #fff;
    height: 40px;
    top: 0px;
    width: 40px;
    cursor: pointer;
}
.search-wrap button:hover {
    color: #333132;
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
}
.search-wrap input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #333132;
}
.search-wrap input::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #333132;
}
.search-wrap input:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #333132;
}
.search-wrap input:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #333132;
}
.widget .widget-title {
    font-size: 18px;
    font-weight: 600;
	 padding: 0 !important;
	margin: 0 !important;
	/*text-transform: capitalize;*/
    /*padding-bottom: 10px;*/
    /*margin-bottom: 15px;*/
   /* border-bottom: 1px solid #333132;*/
}
.widget-title small
{
	display: block;
	padding-top: 5px;
}

.sidebar-menu ul li {
    line-height: 30px;
}
.sidebar-menu ul li a {
    position: relative;
    padding-left: 20px;
}
.sidebar-menu ul li a:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "\f101";
    font-family: fontawesome;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sidebar-menu ul li a:hover:before {
    left: 5px;
}
.recent-post ul li {
    overflow: hidden;
    margin-bottom: 20px;
}
.recent-post ul li:last-child {
    margin-bottom: 0px;
}
.post-img {
    float: left;
    margin-right: 15px;
}
.post-content {
    overflow: hidden;
}
.post-content a {
    display: block;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}
.post-content p {
    font-size: 12px;
    font-style: italic;
}
.tag-wrap ul li {
    display: inline-block;
    margin-bottom: 5px;
}
.tag-wrap ul li a {
    display: block;
    padding: 6px 20px;
    border: 1px solid #e5e5e5;
    font-weight: 500;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
}
.tag-wrap ul li a:hover {
    color: #393939;
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
    border-color: #722F37;
}
.tag-wrap {
    margin-bottom: 0px;
}
/*-------------------------sidebar-area end-------------------------*/
.blog-details-area .blog-content h4{
    font-size: 36px;
}
.blog-details-wrap p {
    margin-bottom: 25px;
	letter-spacing: 0.75px;
    line-height: 27px;
}
.blog-details-wrap blockquote {
    background: #f1f1f1;
    padding: 30px 25px 30px 40px;
    font-size: 16px;
    /*font-style: italic;*/
    margin: 40px 0;
    border-left: 10px solid gray;
	/*box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3); */
}
.socila-link {
    margin-bottom: 100px;
}
.socila-link ul li {
    display: inline-block;
    color: #8dc28c;
}
.socila-link ul li a {
    font-size: 16px;
    margin-left: 7px;
}
.blog-form h3 {
    margin-bottom: 25px;
    font-weight: 700;
}
.blog-form span {
    display: block;
    margin-bottom: 3px;
}

.blog-form input,
.blog-form textarea,
.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    height: 45px;
    margin-bottom: 25px;
    border-radius: 3px;
    background: transparent;
    border: 1px solid #e5e5e5;
    padding-left: 20px;
}
.blog-form textarea,
.contact-form textarea {
    height: 200px;
    padding-top: 10px;
}
.blog-form button,
.contact-form button {
    padding: 10px 30px;
    background: #722F37;
	opacity:0.7;
filter:alpha(opacity=70);
    /*color: #363636;*/
	color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    /*font-weight: 700;*/
    border-radius: 3px;
    border: none;
    cursor: pointer;
}
.blog-form button:hover,
.contact-form button:hover {
    background: #222;
    color: #722F37;
}
.contact-form textarea{
  height: 270px;
}
.contact-wrap ul li{
  position: relative;
  padding:30px 20px 30px 100px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  background: #722F37;
  opacity:0.7;
filter:alpha(opacity=70);
  margin-bottom: 25px;
  border-radius: 5px;
  color: #ffffff;
}
.contact-wrap ul li:last-child{
  margin-bottom: 0px;
}
.contact-wrap ul li i{
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 30px;
  font-size: 35px;
  color: #222;
}
.contact-wrap ul li p{
  font-size: 14px;
  margin-top: 8px;
  font-weight: 400;
  /*text-transform: capitalize;*/
  text-transform:none;
}
.contact-wrap ul li p span{
  display: block;
}
.contact-area #googleMap{
    margin-top: 100px;
}
.blog-area h3
{
	padding-left: 5px;
}


.nav-previous-text img
{
	width: 32px;
	padding-right: 5px;
}
.nav-next
{
	float: right;
}
.nav-next-text img
{
	width: 32px;
	padding-left: 5px;
}
.nav-middle
{
	text-align: center;
}
.nav-middle-text img
{
	width: 32px;
}
.dots ul
{
	padding: 0px;
	margin: 0px;
}
.dots li  
{
  list-style:disc;
  list-style-position: inside;
  text-indent:-20px; 
  margin-left:20px;
}
.dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}
.h6_space
{
	padding: 10px 0;
	
}
.outline img
{
	border: 2px solid #2F2F2F;	
	
}







#map {
	width: 100%;
	min-height: 400px;
        height: 100%;
}
.left
{
	float: left;
	text-align: left;
}
.right
{
	float: right;
	text-align: right;
}
.inline-p {
     display: inline;
}
.camera_caption p {
	padding-bottom: 10px;
}
.box
{
	border: 2px solid #722F37;
}
.color_select
{
 color: #868e96;	
}
.colorblack
{
	color: #000000;
}
.item li
{
	padding:10px;
}

.item li img
{
 padding-bottom: 5px;
	pointer-events: auto;
}
.item li img:hover {border: 4px solid #1D1D1D; border-radius: 0; z-index:99999; 
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
.item img:hover {
    /*background:#E32831;*/
    padding:10px 10px;
    display:inline-block;
    box-sizing:border-box;
    position:relative;
    overflow:hidden;
    color:white;
    transition:all 200ms ease-in;
    border-radius:5px;
    font-family:arial;
    text-decoration:none;
    font-size:12px;
}
.item img:before, .item img:after {
    display:block;
    width:100%;
    content:'';
    box-sizing:border-box;
    position:absolute;
    height:0px;
    border-radius:5px;
}
.item img:before {
    border-top:1px solid red;
    border-right:1px solid red;
    left:-100%;
    top:0;
    height:0px;
}
.item img:after {
    border-bottom:1px solid red;
    border-left:1px solid red;
    left:100%;
    bottom:0;
    height:0px;
}
@-webkit-keyframes left-up {
    0% {
        left:100%;
        height:0;
    }
    50% {
        left:0;
        height:0;
    }
    100% {
        height:100%;
        left:0;
    }
}
@-webkit-keyframes right-dn {
    0% {
        left:-100%;
        height:0;
    }
    50% {
        left:0;
        height:0;
    }
    100% {
        height:100%;
        left:0;
    }
}
item img:hover {
    background:lightgrey;
    color:#808080;
}
.item img:hover:after, .item img:hover:before {
    -webkit-animation-duration:900ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards
}
.item img:hover:after {
    -webkit-animation-name:left-up;
}
.item img:hover:before {
    -webkit-animation-name:right-dn;
}







.mainmenu2 {
    padding: 40px 0px 15px 0px;	
	/*padding 4px 0px;*/
}

.mainmenu2 ul,
.search-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	
/*	background: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";  
	filter: alpha(opacity=90);  
	-moz-opacity: 0.9;     
	-khtml-opacity: 0.9;   
	-webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;*/
	}
/*.mainmenu ul:before
{
	
}
	*/
.mainmenu2 ul li {
    margin-left: 20px;
    position: relative;	
	
}
.mainmenu2 ul li:first-child {
    margin-left: 0px;
}
.mainmenu2 ul li a {
    display: block;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: 500;
   color: #333132;
	
}
.mainmenu2 ul li.active>a
 {
    /*background: #722F37;
	color: #ffffff;*/
	background-color: #fff;
	color:#722F37;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";       /* IE 8 */
filter: alpha(opacity=90);  /* IE 5-7 */
-moz-opacity: 0.9;          /* Netscape */
-khtml-opacity: 0.9;        /* Safari 1.x */
opacity: 0.9;               /* Good browsers */
}

.mainmenu2 ul li:hover>a {
    /*background: #722F37;
	color: #ffffff;*/
	background-color: #fff;
	color:#722F37;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";       /* IE 8 */
filter: alpha(opacity=90);  /* IE 5-7 */
-moz-opacity: 0.9;          /* Netscape */
-khtml-opacity: 0.9;        /* Safari 1.x */
opacity: 0.9;               /* Good browsers */
	border-bottom: 2px solid #722f37; 	

}
.mainmenu2 ul li>ul {
    display: block;
    position: absolute;
    left: 0; 
    top: 100%;
    width: 227px;
	/*background: #ffffff;*/
	/*background: #722F37;*/
	color: #722F37;
	background-color: #fff;
    /*background-color: rgba(255, 225, 225, .9);*/
    padding: 20px 10px 20px 10px;	
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
   /* box-shadow: 0px 2px 10px rgba(0, 0, 0, .1);*/
}
.mainmenu2 ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mainmenu2 ul li>ul li {
    margin-left: 0px;
    display: block;
	color: #333132;
}
.mainmenu2 ul li>ul li a {
    text-transform: capitalize;
	color: #333132;
}
.mainmenu2 ul li>ul li:hover a {
    background: transparent; 
    color: #8dc28c;
   /* padding-left: 20px;*/
}
.sticky-menu .mainmenu2 {
    padding: 32px 0px;
}


video controls:focus {
    outline: none;
}

.brand-wrap img
{
	width: 90%;
}
.about-img3 img
{
	width: 100%;
    height: auto;
}
.shadowpng
{
	-webkit-filter: drop-shadow(1px 1px 0px #222);
  filter: drop-shadow(1px 1px 0px #222);
}
.background_pattern
{
	background-image:url(../images/pattern.png);
	background-repeat:repeat;
}
.background_pattern_dot
{
	/*background-image:url(../images/image-box-bg.png);*/
	background-repeat:repeat;
	background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url("../images/white_waves.png");
}

.ftp
{
	font-family: 'Poppins', sans-serif;
    line-height: 26px;
    color: #fff;
    font-size: 14px;
	margin: 0 auto;
	padding: 0px;
	 overflow-x:hidden; 
	width: 100%;
}
.iframe-rwd  {
position: relative;
padding-bottom: 65.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
padding-left:0px;
}
.iframe-rwd iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.bordermap
{
	border:1px solid black;
}
.black-opacity2 {
    position: relative;
    z-index: 9;
}
.black-opacity2:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.linespaceing li
{
	line-height:2em;
}
.rsttooltip
{
    z-index: 1000;
    display: none;
    position: absolute;
    font-size: 11px;
    line-height: 1.4;
    font-family: Arial, Verdana;
    font-size: 12px;
    max-width: 200px;
    padding: 8px;
    color: #D4D4D4;
    text-shadow: 0px 2px 3px #555;
    text-align: center;
    text-decoration: none;
    background-color: #242424;
    border: 1px solid #121212;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 3px rgba(110, 110, 110, 1);
    -moz-box-shadow: 0px 0px 3px rgba(110, 110, 110, 1);
    box-shadow: 0px 0px 3px rgba(110, 110, 110, 1);
}

.item a
{
	
    font-family: 'Poppins', sans-serif;
    line-height: 21px;
    color: #333132;
    font-size: 15px;
	margin: 0;
	padding: 0px;
	width: 100%;
	 display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 768px) {
	
	.blog-area {
    padding: 0px 0px 20px;
	margin-top: 60px;
}
.blog-area-gal
{
	padding: 30px;
}
}
.stream{
    border:3px solid black;
}

.img-responsive
{
	padding: 0;
    display: block;
    margin: 0;
    max-height: 100%;
    max-width: 100%;
}
.img-responsive2
{
	padding: 0;
    display: block;
    margin: 0;
    max-height: 90%;
    max-width: 90%;
}
.img-responsive3
{
	padding: 0;
    display: block;
    margin: 0 auto;
    max-height: 90%;
    max-width: 90%;
}

.bottom-align-text {
    position: absolute;
    bottom: 10px;
	left:20;
	max-width:92%;
  }
@media only screen and (max-width: 576px) {

  .bottom-align-text {
    position: relative;
    bottom: 0;
    right: 0;
  }
	.blog-area2 {
    padding: 90px 0px 30px;
	/*padding: 60px 0px 30px;*/
	margin-top: 20px;
}
/*	#player-overlay {
  position: relative;
		clear: both;
}

.videoresp {
	position: absolute;
    bottom: 10%;
    width: 100%;
}*/
}
  .tooltip
  {
	  pointer-events: none;
  }
  
.tooltip1 {
  display: inline;
  position: relative;
}
.tooltip1:hover:after{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background: #444;
  border-radius: 8px;
  color: #fff;
  content: attr(data-original-title);
  /*margin: -82px auto 0;*/
  font-size: 12px;
  line-height:21px;
  padding: 13px ;
  width: 180px;
}
.tooltip1[data-original-title]:hover:before{
  border: solid;
  border-color: #444 transparent;
  border-width: 12px 6px 0 6px;
  content: "";
  left: 45%;
  bottom: 30px;
  position: absolute;
}
.philo {
    padding:0px;
	margin:0px;
   /* background: #722F37;*/
    text-align: center;
	color: #ffffff;
	/*opacity:0.7;
	filter:alpha(opacity=70);*/		
}
.exp li
{
	padding:20px 0px;
	margin-top: 20px;
	font-size: 14px;
}
.exp li b
{
	padding:10px 5px 10px 10px;
}
.boxshadowli 
{
  -moz-box-shadow: 3px 3px 5px #535353;
  -webkit-box-shadow: 3px 3px 5px #535353;       
  box-shadow: 3px 3px 5px #535353;
}
.roundboxli
{  
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px;  
  border-radius: 6px 6px 6px 6px;
}
.boxcolor
{
	background-color:#9a6b71;
	color:#fff;
	padding:10px 5px 10px 10px;
}
.boxshadowhead
{
  -moz-box-shadow: 3px 3px 5px #9a6b71;
  -webkit-box-shadow: 3px 3px 5px #9a6b71;       
  box-shadow: 3px 3px 5px #9a6b71;
}
.roundboxhead
{  
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px;  
  border-radius: 6px 6px 6px 6px;
}
#player-overlay {
  position: relative;
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background-color: #000;
  /*z-index: 999;*/
}

.videoresp {
	
  display: block;
  width: 100%;
  min-height: 100%;
}

/* slider */
.video-slider {
    width: 100%;
    height: 20em;
    background: #444;
    position: relative;
    overflow: hidden;
}
.slide {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.slide:first-child{
    left: 0;
}
.overlay-content {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4em;
    height: 3em;
    margin-top: -1.5em;
    margin-left: -2em;
    background: red;
    border-radius: 1em;
    cursor: pointer;
}
.play-button:after {
    content:"\25b6";
    font-size: 2em;
    line-height: 1.4em;
}
video{
    max-height: 100%;
    max-width: 100%;
}
.slide-arrow{
    position: absolute;
    top: 0;
    left: 0;
    height: 45%;
    width: 15%;
    cursor: pointer;
    opacity: .2;
}
.slide-arrow:hover{
    opacity: 1;
}
.slide-arrow:after{
    content: "\003c";
    text-align: center;
    display: block;
    height: 10%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 3em;
}
.slide-arrow.right:after{
    content: "\003e";
}
.slide-arrow.right{
    left: auto;
    right: 0;
}
.blockquote2 {
    background: #f1f1f1;
    padding: 30px 25px 30px 40px;
    font-size: 16px;
    /*font-style: italic;*/
    margin: 0px 0;
    border-left: 10px solid gray;
	/*box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3); */
}
img {
    pointer-events: none;
}
.no-margin
{
  margin: 0px !important;
	padding: 0px !important;
}
.inter
{
    color: #722F37;
	font-weight: bold;
}

/*.philosophy_bg {
  background-image: url("Philosophy/bsh.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.75;
}
*/


/*.philosophy_bg { 
    position: relative; 
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../bsh.jpg');
    background-size: cover;
}

.philosophy_bg::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(255,255,255,0.80);
}*/


.philosophy_bg {
    position: relative; 
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.philosophy_bg::before {    
      content: "";
      background-image: url('../bsh.jpg');
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.30;
}

.philosophy_bg h1 {
  position: relative;
  color: #000000;  
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  padding: 20px;
}
.div_hover { background-color: #FFFFFF; padding: 10px;}

.div_hover:hover { background-color: #cccccc;
}

.category-title {
 /* display: inline-block;*/
  background-color: #fcfcfc;
	/*border:1px solid #000;*/
  padding: 10px;
  margin: 0 auto;
	margin-bottom: 10px;
}
.category-title:hover
{
	color:#fff;
	background: #722F37;
	opacity:0.7;
	filter:alpha(opacity=70);
}
.category-title > h2 {
  color: #FFF;
  text-transform: uppercase;
  font-size: 200%;
}

.index-area {
   
	background: rgba(114, 47, 55, 0.3);
	/*
	 background: #722F37;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30); 
	-moz-opacity: 0.3;    
	-khtml-opacity: 0.3;  
	opacity: 0.3; */
	position: relative;
    padding: 20px 20px 0px 20px;
    overflow: hidden;
}

.index-wrap-2 {
    padding: 30px 30px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


h2.myclass::before {
  content: open-quote;
  font: 1.8rem/1.4 Georgia, serif;
	font-size: 6rem; line-height: 1px; position: relative; bottom: -30px; color: #000;
}
h2.myclass::after {
  content: close-quote;
  font: 1.8rem/1.4 Georgia, serif;
	font-size: 6rem; line-height: 1px; position: relative; bottom: -40px; color: #000;
}
h2.myclass {
  quotes: '“' '”' '‘' '’';
	line-height: 1.6em;
}
.philo{
  font-size: 4.0vh;
}
.hrline hr
{
	border: 1px solid black;
}
.tamil
{
	font-family: 'Mukta Malar', sans-serif;
	font-size: 16;
	font-weight: 600;
}
.pb-120
{
	padding: 120px;
}
.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-close,.mfp-preloader{text-align:center;position:absolute}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;top:50%;width:auto;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;right:0;top:0;text-decoration:none;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{position:absolute;left:0;top:40px;bottom:40px;right:0;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
.slicknav_btn,.slicknav_nav .slicknav_item{cursor:pointer}.slicknav_menu,.slicknav_menu *{box-sizing:border-box}.slicknav_btn{position:relative;display:block;vertical-align:middle;float:right;padding:.438em .625em;line-height:1.125em}.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar{margin-top:.188em}.slicknav_menu .slicknav_menutxt{display:block;line-height:1.188em;float:left;color:#fff;font-weight:700;text-shadow:0 1px 3px #000}.slicknav_menu .slicknav_icon{float:left;width:1.125em;height:.875em;margin:.188em 0 0 .438em}.slicknav_menu .slicknav_icon:before{background:0 0;width:1.125em;height:.875em;display:block;content:"";position:absolute}.slicknav_menu .slicknav_no-text{margin:0}.slicknav_menu .slicknav_icon-bar{display:block;width:1.125em;height:.125em;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,.25);box-shadow:0 1px 0 rgba(0,0,0,.25)}.slicknav_menu:after,.slicknav_menu:before{content:" ";display:table}.slicknav_menu:after{clear:both}.slicknav_nav li,.slicknav_nav ul{display:block}.slicknav_nav .slicknav_arrow{font-size:.8em;margin:0 0 0 .4em}.slicknav_nav .slicknav_item a{display:inline}.slicknav_nav .slicknav_row,.slicknav_nav a{display:block}.slicknav_nav .slicknav_parent-link a{display:inline}.slicknav_menu{*zoom:1;font-size:16px;background:#4c4c4c;padding:5px}.slicknav_nav,.slicknav_nav ul{list-style:none;overflow:hidden;padding:0}.slicknav_menu .slicknav_icon-bar{background-color:#fff}.slicknav_btn{margin:5px 5px 6px;text-decoration:none;text-shadow:0 1px 1px rgba(255,255,255,.75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#222}.slicknav_nav{clear:both;color:#fff;margin:0;font-size:.875em}.slicknav_nav ul{margin:0 0 0 20px}.slicknav_nav .slicknav_row,.slicknav_nav a{padding:5px 10px;margin:2px 5px}.slicknav_nav .slicknav_row:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#fff}.slicknav_nav a{text-decoration:none;color:#fff}.slicknav_nav a:hover{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;background:#ccc;color:#222}.slicknav_nav .slicknav_txtnode{margin-left:15px}.slicknav_nav .slicknav_item a,.slicknav_nav .slicknav_parent-link a{padding:0;margin:0}.slicknav_brand{float:left;color:#fff;font-size:18px;line-height:30px;padding:7px 12px;height:44px}