@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BookItalic.woff2') format('woff2'),
        url('../fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BoldItalic.woff2') format('woff2'),
        url('../fonts/Gotham-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-LightItalic.woff2') format('woff2'),
        url('../fonts/Gotham-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BookItalic.woff2') format('woff2'),
        url('../fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-UltraItalic.woff2') format('woff2'),
        url('../fonts/Gotham-UltraItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Thin.woff2') format('woff2'),
        url('../fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-XLightItalic.woff2') format('woff2'),
        url('../fonts/Gotham-XLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-MediumItalic.woff2') format('woff2'),
        url('../fonts/Gotham-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-ThinItalic.woff2') format('woff2'),
        url('../fonts/Gotham-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-XLight.woff2') format('woff2'),
        url('../fonts/Gotham-XLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

*{
	margin:0px;
	padding:0px;
}


a:hover, button:hover{
 transition: all 0.3s ease-in-out; 
}
body, html{
/* font-family: 'Gotham'; */
transition: all 0.3s ease-in-out;
}

h1,h2,h3,h4,h5{

}
.creative_heading h4{
 color: #a51c3c;
 position: relative;
 text-align: center;
}

.container{width:1200px;}

/*.header{
    background: url(../img/homeimage.png) 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top;
    min-height: 660px;
}*/
.header{
    
position: relative;
    
background: #f3f3f3;
    
border-bottom: 1px solid #dadada;
}
.header img{
   
}
.absluthed{

position:  absolute;

top: 0;

z-index: 10099;

left: 0;

right: 0;
}
.logo{

vertical-align: top;

margin: 0px 0px;

z-index: 100;
}
.logo img{
    
width: 174px;
}
.navbar-inverse {
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0px;
    margin-bottom: 0px;
    /* height: 93px; */
    border: none;
}

.topheader{
}

.leftside{

display: table-cell;

padding: 33px 0px 0px;
}
.leftside ul{
    
margin-bottom: 0px;
    
padding-left: 0px;
}
.leftside ul li{
    
display:  inline-block;
    
list-style:  none;
}
.leftside ul li a{
    
color: #000000;
}

.rightside{/* float: left; */}
.rightside ul{
    
margin-bottom: 0px;
    
padding-left: 0px;
    
padding-right: 0;
}
.rightside ul li{
    
display:  inline-block;
    
list-style:  none;
    
font-size: 13px;
    
margin-left: 10px;
}

  #home .item img{
       width: 100%;
  }

#footer{

padding: 35px 0px;

border-top: 1px solid #ddd;

display:  table;

width: 100%;

background: #0e0e0e;
}
.list-unstyled li a{
    
color: #333;
    
font-weight: 500;
    
font-size: 14px;
    
padding: 1px 0px;
    
display:  block;
}

.copyRight{
        background: #0e0e0e;
        color: #fff;
        text-align: center;
        padding: 30px 10px;
        border-top: 1px solid #323232;
}
.socialLink li a i{border-radius: 27px;width: 30px;height: 30px;text-align: center;font-size: 15px;line-height: 1.6;color: #fff;padding: 2px;}

.navbar-nav{
}

   .heading h2::after{
    content: "";
    height: 4px;
    position: absolute;
    top: 73%;
    width: 7%;
    background: #e81b3d;
    z-index: 100;
    margin-left: 8px;
    transition:width 1s;
    }
.welcome img{
       width: 100%;
     }
   .welcome h2{
    
text-align: left;
    
position: relative;
    
font-weight: 700;
    
margin-bottom: 13px;
    
margin-top: 10px;
    
color: #1e2d60;
    
text-transform: uppercase;
    
font-size: 25px;
}
  .heading h2{
    
text-align:  center;
    
position: relative;
    
font-weight: 700;
    
margin-bottom: 40px;
    
margin-top: 0px;
    
color: #1e2d60;
}



.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
    font-weight: 500;
}
.navbar-inverse .navbar-nav>li>a {
    color: #000000;
    font-weight: 600;
    padding: 15px 7px;
    font-size: 12px;
    letter-spacing: 0px;
    text-transform: uppercase;
    position: relative;
display: block;}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #a51c3c;
    background-color: transparent;
}
.leftside li{

color: #000;

display:  inline-block;

font-weight: 500;

padding: 0px 24px;

font-size: 16px;
}
.leftside li i{
    
}
.test{
    display: table;
    width: 100%;
    table-layout:  fixed;
}

.bone1{

clear:  both;

z-index: 100;

position:  absolute;

top: 0;

margin: 0 auto;

left: 0;

right: 0;

bottom: 0;

padding: 11% 30%;
}
.bone1 h1{
    
font-size: 62px;
    
text-align: center;
    
color: #fff;
    
text-transform: capitalize;
    
margin-top: 0px;
}
.bone1 p{
    
text-align: center;
    
font-size: 15px;
    
color: #fff;
    
margin: 30px auto;
}


.course .owl-nav .owl-prev{

position:  absolute;

top: 50%;

left: -52px;

opacity: 1;

font-size: 46px;

height: 62px;

width: 38px;

line-height: 1;

vertical-align: top;

border-radius: 0px;
}


  .scroll img{
    
width: 36px;
  }
#back2Top {
   transition:all 0.4s ease-in-out;
   width: 40px;
   line-height: 40px;
   overflow: hidden;
   z-index: 999;
   display: block;
   cursor: pointer;
   -moz-transform: rotate(270deg);
   -webkit-transform: rotate(270deg);
   -o-transform: rotate(270deg);
   -ms-transform: rotate(270deg);
   transform: rotate(359deg);
   position: fixed;
   bottom:150px;
   right: 45px;
   color: #fff;
   text-align: center;
   font-size: 30px;
   text-decoration: none;
   background: #a51c3c;
   border-radius: 100%;
}


.navbar-scroll{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index:100000;
  transition: 2s;
}
.socialLink li a i:hover{
  background: #fbbb36;
  color: #fff;
  transition: .6s;
  transition-timing-function: ease-out;
}
.copyRight .socialLink li a i:hover{
    background: #fff;
  color: #000;
   
      transition: .6s;
  transition-timing-function: ease-out;
}
.contact .heading:hover h2::after {
    width: 20%;
}
.nav.navbar-nav>li:hover>.sub-menu{
  display: block;
  left: 0;
}
.sub-menu{
	list-style:none;
padding-left: 0px;	
position: absolute;display: none;z-index: 99;background: #fff;width: 230px;padding-right: 0px !important;}
.sub-menu>li>a{
      font-size: 12px;
padding: 7px 10px;
display: block;font-weight: 500;color: #000;width: 100%;}
.sub-menu>li>a:hover{
  background:#aa2b46;
  color: #fff;
}

@media (max-width: 767px){
	.tisda{
		font-size: 18px!important;}
	.navbar.navbar-scroll .think{
		 top: 49px;
	}
	.think {
    font-size: 17px;
    position: absolute;
    top: 65px;
    left: 31px;
}
	.navbar-nav {
		margin:0px;
}
	.team-wrapper{
		margin-bottom:50px;
	}
	.fixsloew {
    height: 100px !important;
    width: 100px !important;
	}
	.sub-menu{
		position:relative;
	}
	.navbar-inverse.navbar-scroll .navbar-nav>li>a {
    padding: 8px 0px !important;
}
  .navbar-scroll .navbar-toggle{
    margin-top: 10px;
  }
  .reviwshadow img{
    width: 100%;
  }
  .desc{
    padding: 0px !important;
  }
  .contbtn {
    display: table !important;
    margin: 4px 0px !important;
	  float:none !important;
}
  button.btn.contus i{
    font-size:12px !important;
  }
  .contentleft {
   top: 7% !important;
    left: 5% !important;
}
  button.btn.contus{/* padding:5px 5px !important; */
font-size:9px !important;margin-top: 48px;/* opacity: 0.3; */}
  .contentleft h1 {
    font-size: 10px;
    margin-bottom: 10px !important;
  }
  .carousel-fade .carousel-control{
    display: none;
  }
  .homebaner {
    height: auto !important;
    position: relative;
}
  .caretdown img{
    width:100%;
  }
  #back2Top{
    bottom: 100px;
  }
  #newsletter .bg1, #newsletter .bg2 {
    padding: 40px 10px !important;
}
  .creative_heading h4:after{
        left: 46% !important;
  }
  .toprightside ul {
    margin-top: 8px;
  }
  .topleftside li {
    display: inline-block;
    list-style: none;
    padding: 7px 0px !important;
}
  html, body, .carousel, .carousel-inner, .carousel-inner .item {
    height: auto !important;
}
  .caretdown{
    padding-top: 0px !important;
  }
  .sc_item_subtitle{
  }
  h2.sc_item_title.sc_item_title_style_default:not(.sc_item_title_tag) {
    font-size: 20px !important;
    color: #000;
    font-weight: 700;
}
  .creative_heading h2{
    font-size: 30px !important;
  }
  .row{
    margin: 0px;
  }
  .backg p{
    width: 100% !important;
  }
    .rightside ul{
      margin-top:0px;
      float: none;
    }
  .rightside ul li{
    

    

  }
  .navbar-inverse .navbar-nav>li>a{

color: #000;

width:  100%;

display:  block;

padding: 8px 0px;
}
  .rightside{
    
display:  block;
    
width: 227px;/* float: right; */
  }
  .leftside{

  }
  .middle{

float: left;

width: auto !important;
}
 .recent{

width: 59% !important;

font-size: 15px !important;

top: 67% !important;

}
  .bone1 h1{
    font-size: 33px;
    margin-bottom: 0px;
  }
  .bone1 p{
    font-size: 16px;
  }
  .bone1 span{
     font-size: 16px !important;
  }
  .navbar-toggle{opacity: 1;background: #ffffff;float: right;text-align: right;margin-top: 7px;margin-right: 8px;z-index: 10098;}
 .navbar-toggle:focus, .navbar-toggle:hover {
    background-color: #aa2b45 !important;
    border-radius: 3px;
}
.navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #000 !important;
}
.container{
  width:100% !important;
  padding: 0px 15px;
}

  .bone1 {
    width: 100% !important;
    top: 7px;
    left: 0px;
  }
  
    .bone1 h1{
    width: 100% !important;
    top: 7px;
    font-size: 20px;
    margin: 0px;
  }
  .navul li {
    display: block;
    padding: 7px 0px;
    text-align:  left;
}
  .logo img {
    width: 100px!important;
    margin: 0px 0px;
    display: table;
}
  .navul li a {color:#000 !important;display:  block;width: 100%;padding: 0px 0px;}
  .carousel-inner {
    height: 100%;
  }

  .bonebtn{
    margin-top: 9px;
    padding: 6px 10px;
  }
  .navbar{
    
height: auto;
  }
  #myNavbar{
    background: #fff;
    position:  absolute;
    z-index: 10099;
    width:  100%;
    left: 0;
    right: 0;
    /* padding: 13px 18px; */
  border: none;}
  .pdnone{
    padding:0px;
  }
}


.middle{
      vertical-align: top;
      z-index: 100;
      float: left;
      padding: 23px 0px;
      width: 225px;
}
.phone{
  
font-size: 23px !important;
  
margin-left: 29px;
}
.testimonial{

padding: 50px 0px;

display:  table;

width: 100%;
}
.test{

}

.testimonial .backg span{color: #fff;font-weight: 600;font-size: 14px;display:  block;text-align:  center;padding: 10px 0px;margin-top: 20px;}
.testimonial .item .testcenter{
    padding-top: 0px;
}

  .zombo li a:before{content: "\f101";display: inline-block;font: normal normal normal 14px/1 FontAwesome;padding-right: 8px;display:  none;}
     #footer ul li{
      position: relative;
      list-style:  none;
     }
  #footer ul li a{
  color: #cdcdcd;
  padding-bottom: 11px;
  display:  table;
  text-transform: uppercase;
  font-size: 13px;
 }

.gallery{
padding: 25px 0px;
}
      .oerview{
        margin-top: 30px;
      }
      .backg p{
      padding: 20px 0px 0px;
      font-weight: 500;
      color: #fff;
      width: 70%;
      line-height: 29px;
      margin: 0 auto;
      }

.testname{

padding: 25px 0px 50px;
}
.testname img{
  
width: 100px !important;
  
margin: 0 auto;
  
border-radius: 100%;
  
height: 100px;
}
.testname span{
  
font-size: 18px;
  
font-weight: 500;
  
width:  100%;
  
display:  table;
  
padding: 7px 0px;
}

.course .owl-dots .owl-dot.active span, .course .owl-dots .owl-dot:hover span {
    background: #f8da78 !important;
}
.mores{
    position: relative;
    transition: all .2s ease-in-out;
    display: inline-block;
    transition: all 1s ease-out;
    width: 32%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.mores:nth-child(3n){
margin-right: 0px;
}
.mores:hover img{
-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.mores a{
display: block;
overflow: hidden;
  }
.mores img{display: block;-webkit-transition: -webkit-transform 0.5s ease;-moz-transition: -moz-transform 0.5s ease;transition: transform 0.5s ease;width: 100%;}
    
.viewmore:hover, .viewmore:focus{
  transition: all .2s ease-in-out;
  background: #000000;
  color: #fff;
  text-decoration:  none;
}


#header .navbar-scroll {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 109999;
    transition: all ease-out 0.5s;
    animation:slide-down 0.7s;
    opacity: 1;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    margin-top: 5px;
    background: #a51c3c;
    transition: width .3s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.cool-link:hover::after {
    width: 100%;
    transition: width .3s;
}

.img_bg1 {
    background: url(../imG/slide.jpg) 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
    padding: 38px 0px 70px;
}

.creative_heading h2 {
    font-size: 30px;
    word-wrap: break-word;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align:  center;
}

#feadback .creative_heading h2 span, #project-section .creative_heading h2 span {
    color: #222;
}


.quote-form input[type="text"] {
    display: block;
    height: 46px;
    margin-bottom: 30px;
    width: 100%;
    font-size: 14px;
    padding: 0 15px;
    border: 1px solid transparent;
    color: #222;
    background: #fff;
    -webkit-appearance: none;
    border-radius: 8px;
}
.img_bg1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 123, 152, 0.8);
    z-index: -1;
}


.quote-form textarea {
    height: 110px;
    width: 100%;
    border: 1px solid transparent;
    color: #878787;
    font-size: 14px;
    padding: 15px;
    border-radius: 8px;
}


.sent-but {
    min-width: 100%;
    border-radius: 20px;
    cursor: pointer;
    margin: 34px 0 0;
    background: #1aa8ce;
    padding: 10px 3px;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition:all 0.4s ease-in-out;
}
.footerheading p{
  color: #cdcdcd;
}
.footerheading h2{
  
color: #fff;
  
font-size: 17px;
  
margin-bottom: 23px;
  
text-transform: uppercase;
}
.address span{
  color: #cdcdcd;
  font-size: 13px;
  display:  block;
}
.address i{
  color: #ffffff;
}
.table-cell{
display: table-cell;
vertical-align:top;
}
.zombo{
  padding-left: 0px;
}
.submit{transition:all .4s ease-in-out;position:  absolute;right: 0px;bottom: 0px;background: #fbbb36;color: #fff;padding: 8px 9px;border-radius: 0px;font-size: 15px;border: none;}
.formsa{background: #fff;padding: 0px 17px;height: 37px;border-radius: 2px;border: none;}
.address{
  position:relative;
}
.bone1 span{
    color: #ecb101;
}
.bone1 p{
  
}
#home .item{
  position: relative;
}
.recent:hover{transition:all 0.4s ease-in-out;text-decoration: none;background: #003a4b;color: #fff;}
.recent{
     transition:all 0.4s ease-in-out;
     position:  absolute;
     color:  #fff;
     background: transparent;
     font-size: 20px;
     z-index: 100998998;
     left: 0;
     right: 0;
     text-align: center;
     display:  table;
     top: 59%;
     margin:  0 auto;
     width: 11%;
     text-transform:  uppercase;
     padding: 8px 0px;
     border-radius: 3px;
     border: 1px solid #ddd;
}
.read__more{

padding: 10px 25px;

color: #ffffff;

transition:all 0.4s ease-in-out;

text-transform:  uppercase;

font-weight: 500;

font-size:  13px;

border-radius: 3px;

background: #a51c3c;

border: none;
}
.readmore{

padding: 8px 16px;

color: #007da4;

transition:all 0.4s ease-in-out;

text-transform:  uppercase;

font-weight: 500;

font-size:  13px;

border-radius: 3px;

display:  table;

margin: 0 auto;

font-family: 'Oswald', sans-serif;
}
.text-content p{padding: 8px 0px;font-weight: 500;color: #545454;}
.text-box{

padding: 10px 18px;

border: 1px solid #eeeaea;

box-shadow: 0px 0px 8px #e8e8e8;

background: #fff;

position: absolute;

bottom: 28px;

left: 0;

right: 0;

margin: 0px 28px;

text-align: center;

border-radius: 7px;

z-index: 99;
}
.zoom-img{margin-bottom: 25px;position: relative;height: 375px;}
.zoom-img figure{overflow: hidden;position:  relative;border-radius: 20px;height: 100%;}
.zoom-img figure img:hover{
  transform:scale(1.1);
    -ms-transform:scale(1.1); /* IE 9 */
    -moz-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
}
  .zoom-img figure img{
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  width: auto;
  height: auto;
  margin: 0 auto;
  left: 0;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  max-width: 100%;
  text-align: center;
  right: 0;
  top: 0;
  bottom: 0;
  vertical-align: middle;
}
.ourservice{
  
background: #f5f5f5;
  
padding: 40px 0px;
}

.creative_heading h2 span{
  
color: #18a7ce;
}
.pdlnone{
  padding-left: 0px;
}
.yellowback{
  
padding: 0px 15px 14px;
  
background: #fbbb36;
  
height: 405px;
}
#workgallery .item p{
  color: #3b3b3b;
}
#workgallery .item h3{
  color: #000;
}

#workgallery .owl-prev span{
    position: relative;
    top: -4px;
  }
#workgallery .owl-prev{

background:  transparent;

border: 1px solid #fff;

border-radius:  0px;

padding: 0px 7px !important;

font-size: 42px;

line-height: 0;

vertical-align: top;

height: 40px;
}
#workgallery .owl-nav{float: left;padding-top: 0%;margin-top: -85px;margin-left: -88px;}
#workgallery .owl-next span{
    position: relative;
    top: -4px;
  }
#workgallery .owl-next{
  background:  transparent;
  border: 1px solid #fff;
  border-radius:  0px;
  padding: 0px 7px !important;
  font-size: 42px;
  line-height: 1;
  vertical-align: top;
  height: 40px;
}
.ole_heading{

}
.ole_heading h2{
  
padding-bottom: 10px;
  
margin-top: 0px;
  
text-align:  center;
}
.ole_heading span{
  
color: #18a7ce;
}
.blog{
  background: #e6e5e5;
  padding: 50px 0px;
}
.text-content h3{
  margin: 0px;
  line-height: 0;
}
.text-content h3 a{
  
font-size: 18px;
  
color: #000;
  
font-weight: 500;
  
line-height: 1.3;
  
margin-top: 8px;
  
text-align: center;
}
.read__more:hover{
  transition:all 0.4s ease-in-out;
  background: #000;
  color: #fff;
  text-decoration: none;
}
.creative_heading p{
  
font-weight: 500;
}

.sent-but:hover{
    transition:all 0.4s ease-in-out;
      background: #63cfec;
}
.address .d-table p{
      color: #928d8d;
    padding-left: 10px;
}
.address .d-table{
  margin-bottom:8px;
}
.address .d-table a{color: #cdcdcd;}

.submit i{
  color:#000 !important;
}
#back2Top:hover{
     transition:all 0.4s ease-in-out;
     background: #fff;
     color: #000;
}
.navbar-scroll .leftside{
    transition:all 0.4s ease-in-out;
        padding: 18px 0px 0px;
}
.navbar-scroll .nav{
  transition:all 0.4s ease-in-out;
 
}
#header .navbar-scroll{
  height: 68px;
}

.navbar-scroll .logo{
    margin: 0px 0px;
}
.navbar-scroll .logo img{
      width: 152px;
}
.navbar-scroll .middle{
      top: -8px;
}
.leftside ul li a:hover{
  text-decoration: none;
}
.section-bar{

margin: 30px 0px;
}
.bg-pic .section-bar-text:nth-child(3){
border-right:none;
  }
.section-bar .section-bar-text{

border-right: 1px solid #ddd;

padding: 55px 4px;
}
.icon-wrap{position: relative;border-bottom: 3px solid #e3c661;width: 146px;margin: 27px auto;}
h3.heading{

font-size: 21px;

margin-bottom: 20px;
}
.desc{

font-weight: 500;

color: #686767;

padding: 40px;
}
.white{
  color: #fff;
}
.icon-wrap span{

}
.icon-wrap span i{
  
font-size: 43px;
}
.section-bar-text .icon-wrap span i:first-child{
  
color: #18a7ce;
}
.icon-wrap.color span i{
  color: #fbb72a !important;
}
#workgallery .owl-prev:focus, #workgallery .owl-next:focus{
outline: none;
}

.topheader{

background-color: #e6b124;
}

.topleftside{

display:  inline-block;

padding: 4px 0px 0px;
}
.topleftside ul{
    
margin-bottom: 0px;
    
padding-left: 0px;
}
.topleftside li{
    
display:  inline-block;
    
list-style:  none;
    
padding: 7px 14px;
}
.topleftside li a{
    
color: #ffffff;
}

.toprightside{

display:  inline-block;

float: right;

padding-top: 5px;
}
.toprightside ul{
    
margin-bottom: 1px;
    
padding-left: 0px;
    
display: inline-block;
}
.toprightside ul li{
    
display:  inline-block;
    
list-style:  none;
    
padding: 0px 3px;
    
color: #fff;
}
.minus{

}
.fa-heart-o{
color: #fbbb36;
}
.fa-comment-o{
color: #fbbb36;
}
.admins span{

padding-right:  10px;

font-size:  13px;

font-weight: 500;
}
.admins{
  
padding: 7px 0px 0px;
}
.pdn{
  padding:0px;
}
#workgallery .item img{
  
height: 209px;
}
.yellow_item p{
  color:#fff;
}
.topleftside li a:hover{
  text-decoration: none;
}

#home .item .bone1 :after{
  content: '';
  position: absolute;
  left:0;
  right:0;
  top: 0;
  bottom:0;
  background: #00000040;
  z-index: -1;
}
#home{
  position: relative;
}


#service .owl-nav .owl-next{
  background: #f6d876;
  position: absolute;
  top: -20%;
  right: 12px;
  opacity: 1;
  font-size: 46px;
  height: 47px;
  width: 38px;
  line-height: 1;
  font-weight: 100;
  vertical-align: top;
  border-radius: 0px;
}
#service .owl-nav .owl-prev{
  background: #f6d876;
  position: absolute;
  top: -20%;
  right: 59px;
  opacity: 1;
  font-size: 46px;
  height: 47px;
  width: 38px;
  line-height: 1;
  font-weight: 100;
  vertical-align: top;
  border-radius: 0px;
}

#service .owl-nav .owl-prev span{

position: relative;

top: -4px;

font-weight: 100;

color: #000;
}
#service .owl-nav .owl-next span{

position: relative;

top: -4px;

font-weight: 100;

color: #000;
}
#service .owl-nav .owl-prev:hover span{
color: #333;
}
#service .owl-nav .owl-next:hover span{
color: #333;
}

#service .owl-theme .owl-nav [class*=owl-]:hover, #service.owl-theme .owl-nav [class*=owl-]:focus {
    background: #ddd;
    color: #333;
    text-decoration: none;
    outline: none;
}
.ourtitle{
  
position:  absolute;
  
top: 50%;
  
z-index:  1000;
  
background: #f7d568;
  
width: 100%;
  
text-align:  center;
  
padding: 9px 0px;
  
font-weight: 500;
  
font-size: 15px;
  
text-transform:  uppercase;
  
color: #000;
}
.backgnd{
   background-image: url(../img/all-course-bg.jpg);
   height:400px;
   background-repeat:  no-repeat;
   background-size:  cover;
   display:  table;
   width: 100%;
   table-layout:  fixed;
   padding: 40px 0px;
}
.backgnd p{
  
text-align:  center;
  
padding:  22px 0px;
  
color: #fff;
  
font-size: 18px;
}

.course{
  
padding: 17px 0px;
}

.faq .panel-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
  background: #000000;
  color: #fff;
  padding: 3px 5px;
  font-weight: normal;
  border-radius: 100%;
  line-height: 1;
}
.faq .panel-title > a.collapsed:before {
  float: right !important;
  content: "\f067";
  background: #003a4b;
  color: #fff;
  padding: 3px 5px;
  font-weight: normal;
  border-radius: 100%;
  line-height: 1;
}
.faq .panel-title > a:hover,
.faq .panel-title > a:active,
.faq .panel-title > a:focus {
  text-decoration: none;
}
.panel-group{
  width:850px;
  margin:0 auto;
}
.faq .panel-title a{

color: #000;

font-weight: 600;

font-size: 14px;
}
.faq{
  
padding: 40px 0px;
}
.faqback{
  
background: #f7d977;
  
padding: 30px 0px 12px;
}

.panel-heading {
    padding: 13px 15px;
}
#testimonial .owl-dots .owl-dot.active span, #testimonial .owl-dots .owl-dot:hover span {
    background: #f8da78 !important;
}


#testimonial .owl-nav .owl-prev{

position:  absolute;

top: 30%;

left: 0px;

opacity: 1;

font-size: 55px;

vertical-align: top;

border-radius: 0px;
}
#testimonial .owl-nav .owl-next{
  position: absolute;
  top: 30%;
  right: 0px;
  opacity: 1;
  font-size: 55px;
  font-weight: 100;
  vertical-align: top;
  border-radius: 0px;
}

#testimonial .owl-nav .owl-prev span{

position: relative;

top: -4px;

font-weight: 100;

color: #fff;
}
#testimonial .owl-nav .owl-next span{

position: relative;

top: -4px;

font-weight: 100;

color: #fff;
}
#testimonial .owl-nav .owl-prev:hover span{
color: #333;
}
#testimonial .owl-nav .owl-next:hover span{color: #fff;}

#testimonial.owl-theme .owl-nav [class*=owl-]:hover, #testimonial.owl-theme .owl-nav [class*=owl-]:focus {
    background: #ddd;
    color: #333;
    text-decoration: none;
    outline: none;
}

.foterlogo p{
  
color: #cdcdcd;
  
margin-bottom: 0px;
  
padding: 9px 0px;
}

.list-inline{
}
.list-inline li a{display: block !important;}
.list-inline li{
  
width: 40px;
  
height: 40px;
  
border-radius: 4px;
  
padding: 9px 0px;
  
text-align:  center;
  
float: none;
  
margin-right: 5px;
}
.list-inline li i{font-size: 19px;}
#course .backg span{

background: #e4c664;

width:  100%;

display:  block;

padding: 10px 0px;

font-weight: 600;

font-size: 16px;

text-transform:  capitalize;

}
#product{
  
background: #e9e9e9;
  
padding: 28px 10px;
} 

#product .item{
  
text-align:  center;
}
#product .item img{

width: 100px;

text-align:  center;

margin:  0 auto;
}

#home .owl-next{

position: absolute;

right: 45px;

top: 45%;

color: #fff;

border: 1px solid #fff;

border-radius: 0px;

padding: 10px 10px !important;
}
#home .owl-prev{
  
position: absolute;
  
left: 45px;
  
top: 45%;
  
color: #fff;
  
border: 1px solid #fff;
  
border-radius: 0px;
  
padding: 10px 10px !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #e7c967 !important;
    color: #000 !important;
    text-decoration: none;
}
#testimonial.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #fff !important;
    text-decoration: none;
}
.courses{
  
padding: 40px 0px 0px;
}

/*css start*/

.scheme_default .sc_item_subtitle {
    color: #50aab2;
}
h2.sc_item_title{
    font-size: 22px;
    color: #a51c3c;
    font-weight: 700;
}
.height_small {
    height: 20px !important;
    display: table;
    clear: both;
}

section.portfolio {
    padding: 50px 0px;
}
.copyRightText a{

color: #a51c3c;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
body .carousel-indicators {
    right: 7% !important;
    left: auto !important;
    width: auto;
    top: 40%;
    transform: rotate(90deg);
    bottom: auto !important;
}

.carousel-indicators li{
     background-color: #ffffff;
     width: 15px;
     height: 15px;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    background-color: #a73349;
}
.btn-primary {
    color: #fff;
    background-color: #eebb35;
    border-color: #eebb35;
}
.sc_item_subtitle{
  
color: #000000;
  
font-size: 16px;
  
text-transform: uppercase;
  
position: relative;
}

.nav.navbar-nav li:last-child a{
}
.pdn{
  padding: 0px;
}
.test, #testimonial{
  display: table;
  table-layout: fixed;width: 100%;
}
a:hover, a:focus{
  text-decoration: none;
}
.sc_button:hover, .read__more:hover {
    color: #000000;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
    }
  body{
      transition: all 0.3s ease-in-out;
  }

  /*start css*/

  .folowup{
position: relative;
  }
   .folowup img{
   width: 22%;
   position: absolute;
   bottom: 0;
   left: 24%;
  }
  .homebaner{
    height:466px;
    position: relative;
  }
  .navbar-inverse.navbar-scroll .navbar-nav>li>a{
    
  padding: 15px 7px;}
.contbtn{
  
background: #a51c3c;
  
color: #fff;
  
float: right;
  
padding: 10px 16px;
  
border-radius: 25px;
  
margin: 26px 0px;
}
.contbtn:hover{
background: #000;
color: #fff;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.zoom-img:hover .text-box{
 background: #000;
}
.zoom-img:hover .text-content h3 a{
 color: #fff;
}
div, span, p, a, h1, h3, h2, h4{
transition: all 0.3s ease-in-out;
}
.navbar-scroll .contbtn{
  margin: 13px 0px;
}
.navbar-scroll .middle{
  padding: 14px 0px;
}
.zoom-img figure:before{
  content:'';
  background-color: rgb(165 28 60 / 65%);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  bottom:0;
  right:0;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.zoom-img figure:hover:before{
    opacity: 1;
  visibility: visible;
}
.meloae {position: absolute;bottom: 30px;right: 7px;z-index: 999;}
.meloae a{background: #000;color: #fff;padding: 11px 15px;border-radius: 25px 0px 0px 25px;}
.meloae a:hover{
background: #fff;color: #000;
}
.zoom-img.awerenes figure{
  height: 276px;
}
.reviwshadow {
    box-shadow: 0px 2px 16px #ddd;
    margin: 45px 0px;
    padding: 36px;
}
.foterlogo img{
width: 205px;
}
.address div{
  color: #fff;
  text-transform: uppercase;
padding: 0px 4px;}
.whatapp{

position: fixed;

left: 15px;

bottom: 15px;
}
.whatapp img{
  
width: 48px;
}
.chats img{
  width: 48px;
}.chats{
  position: fixed;

right: 15px;

bottom: 15px;
}
.carousel-fade .carousel-control.right {
   z-index: 2;
    bottom: 32px;
    background-image: none;
    width: 50px;
    height: 50px;
    position: absolute;
    top: auto;
    border: 1px solid #eee;
    font-size: 40px;
    line-height: 1;
    right: 45px;
}.carousel-fade .carousel-control.left {
  z-index: 2;
    bottom: 32px;
    background-image: none;
    width: 50px;
    height: 50px;
    position: absolute;
    top: auto;
    border: 1px solid #eee;
    font-size: 40px;
    line-height: 1;
    left: 45px;
    background: #000;
}
.contentleft {
       position: absolute;
    z-index: 9999;
    top: 22%;
    left: 7%;
}
.contentleft h1{
  margin-bottom: 30px;
color: #fff;
}
button.btn.contus i{
  color: #000;
  font-size: 20px;
}
button.btn.contus {
    background: #fdec08;
    font-weight: 600;
    text-transform: uppercase;
    border-radius:25px;
    color: #000;
    vertical-align: top;
}
.blog.bestblogred .text-box{
background: #a51c3c;
border:none;
}.blog.bestblogred .text-content h3 a{
  color: #fff;
  font-size: 13px;
}.blog.bestblogred .zoom-img figure:before {
    background-color: rgb(0 0 0 / 65%);
}

 /*inner page css*/

 
.tabsflags .nav.nav-tabs{

margin: 20px auto;

border: none;

justify-content: center;
}.tabsflags .nav.nav-tabs li{
  
}.tabsflags .nav.nav-tabs li a{
  
padding: 10px 9px;
  border:none;
display: block;
  
border-bottom: 2px solid transparent;
  
color: #000;
  
text-transform: uppercase;
  
font-weight: 600;
  
letter-spacing: 1px;
  
font-size: 13px;
}.tabsflags .nav.nav-tabs li.active a{
  
border-bottom: 2px solid #a51c3c;
  
color: #a51c3c;
  
background: #fff;
}
.tabsflags {
    margin-top: 0px;
}
.tab-content.lefop{
  
margin: 0 auto;
  
text-align: center;
  
width:100%;
}
.tabsflags .nav>li>a:focus, .tabsflags .nav>li>a:hover{
  background-color: transparent;
  color: #a51c3c;
}
.titledpe{
padding: 15px 0px 40px;
}
.detailright {
    background: #ebebeb;
    border-radius: 30px;
    padding-bottom: 40px;
    overflow: hidden;
    box-shadow: 0px 2px 5px #b1b1b1;
}
.selhead{background: #a51c3c;color: #fff;text-align: center;padding: 20px 0px;margin-bottom: 15px;}.selhead h2{
  
margin: 0px;
  
font-weight: 400;
  
font-size: 24px;
}
.stronglop{
  
padding: 20px 43px 0px;
}
.stronglop p{
  margin: 0px;
  font-weight: 500;
}
.flagdetail{
  padding:60px 0px 20px;
}
.stronglop p strong{
  font-size:16px;
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
    padding-left: 115px;
    padding-right: 0px !important;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    left: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: right;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.page-holder {
   width: 100%;
   max-width: 100%;
   margin: auto;
   background: #ffffff;
}

.page-holder li img {
   width: 100%;
   height: auto;
}
.leftdetail h3 {
    margin: 0px;
    text-align: center;
    padding-bottom: 20px;
    font-size: 25px;
}

.vewalls:hover {
    background: #000000;
    color: #fff;
}
.vewalls {
  text-decoration: none;
  width: 100%;
  padding: 15px 10px;
  border-radius: 32px;
  background: #a51c3c;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  font-size: 17px;
  margin: 20px auto 20px;
  display: table;
}
#myviewall{
 z-index: 999999;
 background: rgb(0 0 0 / 65%);
 padding-right: 0px !important;
}
button.close {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #ec0000;
    opacity: 1;
    color: #fff;
    font-weight: normal;
    width: 33px;
    z-index: 999999999999999999;
    height: 33px;
    border-radius: 100%;
}
#myviewall .modal-content{
    padding: 35px;
    max-height: 600px;
    overflow-y: auto;
}
#myviewall .margintop {
  margin: 0px 0px;
    padding: 9px 10px;
}
@media (min-width:768px){
 #myviewall .modal-dialog {
    max-width: 60%;
    margin:7% auto;
}   
}
#myviewall input {
    margin-bottom: 16px;
    padding: 11px 10px;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #e2e2e2;
width: 100%;/* border-radius: 25px; */}
#myviewall textarea {
    height: 120px;
    margin-bottom: 15px;
}
.submitcls{background-color: #a51c3c;padding: 12px 29px;border: none !important;color: #fff;cursor: pointer !important;outline: none;-webkit-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;margin: 0 auto;display: table;}
 #myviewall select {
  margin-bottom: 16px;
 }   
.submitcls.btn-default:hover {
    color: #fff;
    background-color: #000000;
}
.lezada-form form input[type="text"], .lezada-form form input[type="email"], .lezada-form form input[type="password"], .lezada-form form textarea, .lezada-form form input[type="number"] {
    font-size: 14px;
    display: block;
    color: #000;
    width: 100%;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: transparent;
    border-bottom: 2px solid #cccccc;
    padding: 9.5px 0;
}
.mb-40 {
    margin-bottom: 40px;
}
.lezada-button {
    background-color: #333;
    color: #fff !important;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #333;
    font-weight: 500;
    letter-spacing: 1px;
}

.lezada-button--medium {
    font-size: 14px;
    padding: 10px 45px;
}
.single-icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
    height: 100%;
}
.icon-box-icon i {
    font-size: 32px;
    color: #a51c3c;
}
.icon-box-content {
    padding-left: 20px;
    height: 100%;
}
.icon-box-content .title {
    color: #333333;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
}
.icon-box-content .content {
    font-size: 15px;
    line-height: 24px;
    color: #878787;
}
.contdetail {
    padding: 50px 0px;
}
.lezada-form input:focus, .lezada-form textarea:focus{
  outline: none;
}
.zoom-img.awerenes{
	height:280px;
}
.bestblogred .zoom-img{
height: 270px;	
}
.tabscategory .zoom-img{
height: 270px;	
}
.detailright p{
	padding: 0px 20px;
	    text-align: justify;
}
.es_spinner_image{
	display:none !important; 
}
.es_submit_button{
	background: #a51c3c;
	color: #fff;
	padding: 10px 16px;
	border: none;
	border-radius: 22px;
	width: auto !important;
}
.address input{
	padding: 4px 13px;
	border-radius: 0px;
	border: none;
	width:100%;
	color:#000;
}
.address label{
	width:100%;
}
.footer-widget-list{
	padding:0px;
}
textarea.form-control {
    /* border-radius: 25px; */
}
/* .rightside ul li.current-menu-item a{
color: #a51c3c;	
} */
.sub-menu>li{
width:100%;	
margin: 0px !important;position: relative;}
.productimg_ee{
width: auto;
    position: absolute;
    bottom: 0;
    right: 0;	
left: 0;max-width: 100%;height: auto;max-height: 100%;margin: 0 auto;}
.fixsloew{
	
height: 350px;width: 350px;display: flex;position: relative;align-items: center;}
.ablop_sw{
	
position: absolute;right: 10%;top: 10%;}

.team-area {
 
}
section.ourteam {
    padding: 50px 0px 70px;
}
.team-area .team-wrapper .team-image {
    position: relative
;display: block;overflow: hidden;background: #eee;}

.team-area .team-wrapper .team-image img {
    max-width: 100%;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 100%;
    -webkit-transform: scale(1.01) rotate(0);
    transform: scale(1.01) rotate(0)
}

.team-area .team-wrapper .team-inner {
    margin-top: 30px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-color: #fff;
    position: relative
}

.team-area .team-wrapper .team-inner .team-content {
    text-align: center;
    line-height: 1
}

.team-area .team-wrapper .team-inner .team-content .title {
    font-size: 23px;
    color: #000;
    font-weight: 500;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.team-area .team-wrapper .team-inner .team-content .sub-title {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    margin: 9px 0 0;
    display: block;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.team-area .team-wrapper:hover .team-image img {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg)
}
#myviewall .row{
	margin:0px;
}
.foter .address input[type="submit"]{
	
border-radius: 22px;background: #a51c3c;}
.foter .address input{
	
margin-bottom: 6px;background: #fff;border-radius: 10px;}
.foter .address textarea{
	
height: 80px;padding: 10px;width: 100%;margin-bottom: 3px;border-radius: 10px;}
.wpcf7-form-control-wrap {
    position: relative;
}
#myviewall .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -28px;
    font-size: 9px !important;
}
.address .wpcf7-not-valid-tip{
	
font-size: 7px;color: #ff003c;}
.wpcf7 form .wpcf7-response-output {
    font-size: 10px;
}
.headerbottom {
    display: table;
    clear: both;
width: 100%;background: #f6f6f6;}
.logtophead{
	
display: flex;clear: both;width: 100%;justify-content: space-between;align-items: center;}
.rightside li{
	
}
.rightside li a{
    display: block;
    background: #a51c3c;
    color: #fff;
   padding: 6px 15px;
    font-size: 13px;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;}
.rightside li a:hover{
	
}
.think{font-weight: 700;font-size: 23px;}
.paymentoption input, .paymentoption select, .paymentoption textarea{
	    line-height: unset !important;
	height: auto;
padding:10px 10px;	
margin-bottom: 15px;}
.clearboth{
	clear:both;
}
.screen-reader-response ul{
	display:none;
}
.wpcf7-not-valid-tip{
	color:red;
}
.nav.navbar-nav>li.menu-item-has-children>a:after{
content: "\f107";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
}
.nav.navbar-nav>li>.sub-menu>li:hover>.sub-menu{
    right: 100%;
left: auto;top: 0;display: block;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #000 !important;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #000 !important;
}
:-moz-placeholder { /* Firefox 18- */
 color: #000 !important;
}
.tisda{
	margin-bottom: 30px;
	color: #fff;
	overflow-wrap: break-word;
	font-size: 36px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	margin: 0.67em 0;
}
