
body{
	font-family: 'Raleway';
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', sans-serif;
}
/*start main header section*/
header{
	height:167px;
}
.mainheader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    background: white;
    -webkit-box-shadow: 0px 9px 12px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 9px 12px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 9px 12px -9px rgba(0,0,0,0.75);
}

.top-nav{
	background:#fff;
}
.top-bar{
	height: 5px;
    width: 100%;
    background: #d5d8d9;
	position:relative;
}
/*.nav-user_nav {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    position: absolute;
    right: 0px;
    z-index: 9;
}
.nav-user_nav li {
    float: left;
    font-size: 12px;
    background: #858080;
    padding: 7px 14px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0px 0px 7px 7px;
}
.nav-user_nav .subscribe {
    background: #ec1f27;
    box-shadow: 1px 3px 6px #c2bfbf;
    color: #ffffff;
    padding: 10px 40px;
}
.nav-user_nav >li>a {
    color: #fff;
	
}
.nav-user{
	position:relative;
	top: -10px;
}*/
.top-main{
	float:right;
	margin-left:50px;
	display:flex;
}
.top-left{
	float:right;
	margin-left:50px;
	text-align:right;
}
.pho .top-main .top-icon i{
	font-size: 30px;
  padding-top: 7px;
  color: #e61f2a;
}
/*.pho .top-main .info{
  position: relative;
  left: -48px;
}*/
.info p{
color: #0000006e;
    font-weight: 500;
}
.info strong{
	/*padding-left: 117px;*/
}
/*navigation start*/
.mainheader .top-nav{
  padding-top: 10px;
}
.pho{
	margin-top:16px;
}
.navbar {
	padding:0px;
}
.my-navbar{
	background: #000;
}
.my-navbar .navbar-light .navbar-nav .active>.nav-link{
	color: white;
    font-weight: bold;
    text-transform: uppercase;
}
.my-navbar .navbar-light .navbar-nav .nav-link:hover{
  color: #e61f2a;
}
.my-navbar .navbar-light .navbar-nav .nav-link{
	color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding:15px 40px;
	font-family: 'Playfair Display', sans-serif;
        margin: 0px;
}

/*.my-nav-bef{
	position:relative;
}
.my-nav-bef:before{
    content: '';
    position: absolute;
    background: #034065;
    bottom: 0px;
	top: 40px;
	width: 100%;
    height: 4px;
    left: 0px;
}*/
.navbar-brand{
	margin:0px;
	margin-top: 8px;
}
.dropdown:hover .dropdown-menu{
	display:block;
}

.my-dropdown .dropdown-menu{
	border-radius: 0px;
    background-color: #000;
    margin-top: -2px;
    padding: 0px 9px;
}
.my-dropdown a{
	padding: 7px 20px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin: 5px 0px;
    position: relative;
    margin-bottom: 16px;
    transition: all 0.5s;

}
.dropdown-item{
	border-bottom:1px solid white;
}
.my-dropdown .dropdown-item:hover{
	text-decoration: none;
    background-color: #e61f2a;
    border-radius: 4px;
    color: #fff;
}
.my-dropdown .dropdown-toggle{
	margin:0px;
}

/*navigation end*/

/* Carrousel */
.carousel-control-next, .carousel-control-prev {
	opacity:1;
}
.carousel-control-prev-icon {
	background: none,url(../images/arrow-left.svg) transparent 0 0 no-repeat;
	width: 47px;
    height: 75px;
}
.carousel-control-next-icon {
	background: none,url(../images/arrow-right.svg) transparent 0 0 no-repeat;
	width: 47px;
    height: 75px;
}

.carousel-caption{
	bottom:250px;
	left: 20%;
	right: 20%;
}

.carousel-caption h2 {
   
    font-size: 3.25rem;
    line-height: 90px;
    line-height: 5.625rem;
    display: block;
    background: #ffffffc2;
    text-transform: uppercase;
    margin-bottom: .5rem;
    margin-top: 0;
    
    color: #000;
}
.carousel-caption p{
	font-size: 1.875rem;
	    margin: 0;
    text-transform: uppercase;
	margin-bottom: 1.875rem;
    text-shadow: 2px 2px #000;
    
    background: #00000091;
    padding: 10px 14px;
    margin-top: 16px;
}
.carousel-caption a{
	width: auto;
    display: inline-block;
    background: rgba(0,0,0,.5);
	margin: 0 auto;
    color: #fff;
    padding: 1rem 1.5rem .9375rem 1.5rem;
    border: 1px solid #fff;
    text-decoration: none;
}
.carousel-caption a i{
	font-size:12px;
}
.carousel-1 .zoom{
  width: 100%;
}
.zoom {
  animation: scale 30s linear infinite;
}
  
@keyframes scale {
  50% {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
  }
}
.carousel-fade .carousel-item:before{
	content:'';
	position:absolute;
	height:100%;
	width:100%;
	background:rgba(15, 15, 15, 0.20);
	z-index:9;
}
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
/* End Carrousel */
/*End main head section*/


/*Start about section*/
.about-section {
    padding-top: 40px;
	padding-bottom:40px;
}
.about-section-img{
	position:relative;
}
.about-section-img:before{
	    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 70px;
    height: 12px;
    background: #e58004;
}
.about-section-info {
    text-align: right;
}

.about-details {
     line-height: 26px;
}

/*End about section*/







/*start newslatter section*/
.newslatter{
    padding: 80px 0px;
    background-image: url(../images/midpx.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: auto;
}
.newslatter:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    top: 0;
}
.newslatter .newslatter-first .help-text{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-left: 0px;
    padding-bottom: 20px;
}
.newslatter .newslatter-first{
    margin-top: 100px;
}
.newslatter .newslatter-first .form-inline .form-group input{
    border-radius: 0px;
    padding: 10px;
    width: 227px;
}

.newslatter .newslatter-first .form-inline button{
    background-color: #e61f2a;
    border-color: #e61f2a;
    padding: 10px;
    color: white;
    border-radius: 0px;

}

.newslatter .news-icon{

    background-color: #e61f2a;
    padding: 22px;
    padding-top: 25px;
    margin: 0px 5px;
    margin-bottom: 10px;
}

.newslatter .news-icon .icon-new i{
    color: #fff;
    font-size: 35px;
    text-align: center;
}
.newslatter .news-icon .icon-new p{
    color: #fff;
}
/*End newlatter section*/

/*strat midile section*/
.midile{
  background: #f1f1f1;
  padding-top: 11%;
  position: relative;

}
.midile .midile_bg_img .main .midle-btn a{
    text-decoration: none;
    color: #fff;
    background: #e61f2a;
    padding: 13px 23px;
}
.midile .midile_bg_img .main .midle-btn{
  margin-top: 36px;
}
.midile .midile_bg_img .main{
  position: absolute;
    top: -99px;

}
.midile_bg_img{
     
     background:url(../images/mid-overlay.jpg) center bottom;
  
   
   background-size: 100%;
  background-repeat: no-repeat;
  height: 300px;
  position: relative;
    
}
.midile_bg_img:before{
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  background: #ad916982;
  left: 0px;
  bottom: 0px;
}
.midile .midile_bg_img .text-heading{
  background: #fff;
  padding-bottom: 30px;
    padding-left: 22px;
    padding-right: 22px;
     box-shadow:-1px 0px 4px 0px rgba(173, 167, 167, 0.59);

}
.midile .midile_bg_img .text-heading h2{
    color: #e61f2a;
    padding-bottom: 15px;
    padding-top: 30px;
    text-transform: uppercase;
    font-size: 22px;
}
/*End midile section*/
.newslatter .news-icon p a{
	color:#fff;
}
.newslatter .news-icon p a:hover{
	text-decoration:none;
}
/*start team setion*/
.team {
  padding: 50px 0px;
}

.team-info h2 {
  text-transform: uppercase;
    font-size: 25px;
}

.team-info p{
  width: 65%;
    margin-left: 200px;
    padding-top: 15px;
    padding-bottom: 25px;
}

.team-items [class^="flaticon-"]:before, .team-items [class*=" flaticon-"]:before{
     
    float: left;
    font-size: 36px !important;
    padding-left: 8px;
        color: #e72228;
	    margin-left: 5px;
}

.team-item-info {
      float: right;
    width: 85%;
    padding-left: 10px;
}

.team-item-info h4 {
  font-size: 20px;
    text-transform: uppercase;
}

.team-item-info p {
    text-align: justify;
    color: #808080fa;
	margin-bottom: 3px;
}
.team-item-info a{
	font-size:14px;
	text-decoration:underline;
}
/*End team section*/
.insidecontactbox {
    background: #252525;
    color: white;
    padding: 10px;
}
.insideright h4 {
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 8px;
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 18px;
    text-transform: uppercase;
}
.inside-nav {
    height: 300px;
    width: 100%;
    position: relative;
    top: 0px;
}
.inside-nav:before{
	position:absolute;
	content:'';
	background:#000;
	opacity:0.3;
	width:100%;
	height:100%;
	
}
/*Left Nav*/
.leftnavtitle {
    background: #e61f2a;
    color: white;
    padding: 10px;
	font-size:18px;
}
ul.leftnav {
    padding: 0px;
}

.leftnav li {
    list-style: none;
}

.leftnav li a {
    padding: 12px 0 12px 30px;
    text-decoration: none;
    margin-bottom: 0px;
    display: block;
    background: #fff;
    color: #000;
    border-bottom: 1px solid #d8d8d8;
    text-transform: uppercase;
    font-size: 14px
}
.leftnav ul.mycollapse li a{

}
.leftnav li a:hover {
    background: #e61f2a;
    color: #fff
}

ul.mycollapse li a {
    background: rgb(255, 255, 255);
    padding-left: 25px;
    color: #080808;
    font-weight: normal;
    margin-bottom: 3px;
    border: 0px;
}

.panel-group .panel {
    border-radius: 0px;
    margin-bottom: 3px;
}

ul.mycollapse li a:hover,
ul.mycollapse li.active a,
.leftnav li.active a {
    background: #e61f2a;
    color: #fff
}

.mycollapse .panel-body {
    padding: 0px 0px 0px 0px;
}

ul.mycollapse {
    padding: 0px;
    padding-left: 20px;
}

i.myfa {
    padding-right: 20px;
    float: right;
    font-size: 16px
}

.panel-group .panel+.panel {
    margin-bottom: 3px;
    margin-top: 0px
}

.panel {
    border: none
}
/*End Left nav*/
/*Start footer section*/
.icon-foot1{
	float:left;
	margin-right:20px;
}
.address-footer{
	float:left;
}
.f-btom{
    background: #000;
    color: #ced0d4;
    padding-top: 20px;
    height: auto;
    width: 100%;
    z-index: 99;
    padding-bottom: 15px;
}
.f-btom .f-rigting{
     text-transform: uppercase;
     text-decoration: none;
     font-size: 15px;
    margin-bottom: 20px;
   color: #eaeaea;
    transition: .3s;
     letter-spacing: 3.82px;
     display: inline-block;
     white-space: nowrap;
     border-bottom: 2px solid #000;
}
.f-btom .rigting2{
    font-size: 10px;
    text-decoration: none;
    line-height: 18px;
    letter-spacing: 3px;
     color: #eaeaea;
}
.f-btom .rigting2:hover{
    border-bottom: 2px solid red;
}
.f-btom .f-rigting:hover{
    border-bottom: 2px solid red;
}
.f-btom p{
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
}
.f-btom .icon-foot .icon-foot1{
    padding-bottom:  20px;
}
.f-btom .icon-foot .linkidin-icon{
    background-image: url(../images/linkedin-light.png);
    display: inline-block;
    height: 38px;
    width: 38px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right:  15px;
}
.f-btom .icon-foot .linkidin-icon:hover{
    background-image: url(../images/linkedin-red.png);
    display: inline-block;
    height: 38px;
    width: 38px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.f-btom .icon-foot .twitter-icon{
    background-image: url(../images/twitter-light.png);
    display: inline-block;
    height: 38px;
    width: 38px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.f-btom .icon-foot .twitter-icon:hover{
    background-image: url(../images/twitter-red.png);
    display: inline-block;
    height: 38px;
    width: 38px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.f-btom hr {
    margin-top: 1rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 2px solid #fff;
}
.f-btom  .privecy .privecy-1{
    text-decoration: none;
    color: #eaeaea;
    font-size: 10px;
    letter-spacing: 3px;
    line-height: 40px;
    transition: .3s;
    border-bottom: 1px solid  #000;
}
.f-btom  .privecy .privecy-1:hover{
    border-bottom: 1px solid red;
}
.f-btom  .privecy .copyright{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    color: #eaeaea;
    letter-spacing: 4.58px;
    line-height: 20px;
}
.s-footer{
	font-size:14px;
}
.s-footer a{
	margin-left:10px;
	color:#fff;
	
}
/*End footer section*/
.text{
    transition: all 0.5s ease;
}
.text.short {
    max-height: 138px;
    overflow: hidden;
    transition: all 0.5s ease;
}
.team-single h4{
    padding-bottom: 0px;
    margin-bottom:0px;
    border:none;
	text-decoration:none;
}
.team-single{
	padding-bottom:20px;
	border-bottom:1px solid #eee;
	margin-bottom:20px;
}
.team-single:last-child{
	border:0px;
}