         .bd-placeholder-img {
         font-size: 1.125rem;
         text-anchor: middle;
         -webkit-user-select: none;
         -moz-user-select: none;
         user-select: none;
         }
         @media (min-width: 768px) {
         .bd-placeholder-img-lg {
         font-size: 3.5rem;
         }
         }
         .content {
         padding: 16px;
         }
         .sticky {
         position: fixed;
         top: 0;
         width: 100%;
         }
         .sticky + .content {
         padding-top: 60px;
         }
         .brdmore{ 
         text-decoration:none;
         color:#ffffff;
         text-align:center;
         width:100%;
         position: absolute;
         bottom: 0;
         left: 0;
         font-weight: 800;
         font-size: 16px;
         text-shadow: 2px 4px 3px rgba(0,0,0,0.8);
         z-index: 110;
         }
         .pbrdmore{ 
         text-decoration:none;
         color:#ffffff;
         text-align:center;
         width:100%;
         position: absolute;
         bottom: 15px;
         left: 0;
         font-weight: 800;
         font-size: 16px;
         text-shadow: 2px 4px 3px rgba(0,0,0,0.8);
         z-index: 110;
         }	
         .pbrdmore:hover,.pbrdmore:focus{
			 color:#B418BD;
		 }		 
body {
  font-family: "Montserrat", Sans-serif;
  font-size: 13px;
}

.navbar {
  margin-bottom: 20px;
}
.apxftr{
	background:#2A2A2A;
	color:#ffffff;
}
.smneml{height: 50px;
border-color: #ffffff;
border-radius: 0;}
.btmdv{
	border-top:1px solid #ffffff;
	height: 50px;
border-color: #ffffff;
border-radius: 0;
padding:10px;
text-align:center;
}
.psmbt{padding-top:3em;
	padding-bottom:0px;}
.nwsbtn{min-height: 50px;
border-radius: 0;
padding: 0px 24px;
background-color: #B418BD;
color: #ffffff;
font-weight: 600;z-index: 2;
margin-left: -10px;}	
.ftrttls{color: #fff;
font-family: "Montserrat",Sans-serif;
font-size: 16px;
font-weight: 600;padding-bottom:10px;}
.btsoc{
	margin-top:20px;
	color:#ffffff;
	 padding: 5px;
	 
}
.bslink{color:#ffffff;text-decoration:none; width:100%;margin-left: 40px;font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 600;}
.btsoc a:focus, .btsoc a:hover, .btsoc a:active {color:#B418BD;}
.smmenu{
background-color: #0000005E;
border-radius: 0;
}
.apactive{border-bottom:3px solid #B418BD;color:#B418BD;}
.nav-link.active{color:#B418BD;}
.ms-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
color:#B418BD;}

.header.headr-style-2{padding-top: 0;}

.header{display: block;
position: fixed;
z-index: 9000 !important;
top: 40px;
left: 0;
width: 100%;
background-color: transparent;
border-bottom: 0px solid rgba(255, 255, 255, 0.18);}
  
 #nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}
.hmigsht{max-width:100%;}

.navbar-nav {
  font-family: "Tahoma",Sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px;
}
.navbar-dark .navbar-nav .nav-link{color:#ffffff; padding:13px 20px; border-bottom: 3px solid transparent;}
.stickym {/* background: orange; */}

.fixed {
  position: fixed;
  top:0; left:0;
  width: 100%;background-color:#0000005e !important;padding-top:0px;padding-bottom:0px; }
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(170,170,170,0.4);
}

.hovereffect h2, .hovereffect img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hovereffect:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  top: 40px;
  font-size: 17px;
  padding:25px 10px 25px 10px;
  background: rgba(0, 0, 0, 0.6);
  font-family: "Montserrat", Sans-serif;
font-size: 22px;
font-weight: 600;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  height: 100%;
  width: 100%;
  position: absolute;
  top:-20px;
  left:0;
  padding-top:50%;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: rgba(0,0,0,0.4);
}
.osr{font-family: "Montserrat",Sans-serif;
font-weight: 700;color: #222222;}

.services-we-do{
padding: 0px 0px 0px 0px;
border-style: none;
border-radius: 0px 0px 0px 0px;
height: 480px;
width: 100%;
box-shadow:none;}
.services-we-do img{object-fit: cover;}
.srrdl{border-radius: 40px 0px 0px 0px;}
.srrdr{border-radius: 0px 40px 0px 0px;}
.srrdbl{border-radius: 0px 0px 0px 40px;}
.srrdbr{border-radius: 0px 0px 40px 0px;}
.dine-time{display: block;
margin-bottom: 20px;text-align: center;padding: 25px 10px 25px 10px;
background-color: #00000073;
-webkit-transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
-o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
color: #FFFFFF;
font-family: "Montserrat", Sans-serif;
font-size: 22px;
font-weight: 600;
line-height: 1;
overflow-wrap: break-word;
width: 100%;
position: absolute; 
 top:80px; 
}
.service-info{
	position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
   width: 100%;
  opacity: 0;
  color:#B418BD;
  height:400px;
  padding-top:150px;
}
.services-we-do:hover .service-info {
  opacity: 1;
}
.services-we-do:hover {
  box-shadow:none;
  transition:none;
}
.tdx{
  color: #FFFFFF;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.upost-img{height: 100%;
  width: 100%;
  object-fit: cover}
.bapx{
	color:red;
	
}
.how-section1{
    margin-top:-15%;
    padding: 10%;
}
.how-section1 h4{
    
    font-weight: bold;
    font-size: 30px;
}
.how-section1 .subheading{
    
    font-size: 20px;
}
.how-section1 .row
{
    margin-top: 10%;
}
.how-img 
{
    text-align: center;
}
.how-img img{
    width: 100%;
}
.aoxhd{color: #440f47;
font-family: "Montserrat",Sans-serif;
font-size: 32px;
font-weight: 700;padding-top: 60px;}
.aoxbtm{margin: 0px 0px 10px 0px;
font-family: "Montserrat", Sans-serif;
font-size: 36px;
font-weight: 700;
text-transform: uppercase;
line-height: 1em;color:#333333;}

.apxpgf,.apxpgfb{font-family: "Montserrat", Sans-serif;
font-size: 14px;
font-weight: 500;
line-height: 1.5em;
color:#333;
}
.apxpgf{padding-bottom:71px;}
.apxpgfb{padding-left:10px;padding-bottom:71px;}
.apxbtn,.apxbtnl{width:100%;
position:absolute;margin-top:3px;}
.apxbtn{text-align:left;}
.apxbtnl{text-align:right;padding-right:50px;}
.apxbtn-btn{
font-family: "Montserrat", Sans-serif;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
background-color: #1A2934;
border-style: none;
border-radius: 0px 0px 0px 0px;
color:#ffffff;
text-decoration: none;

padding: 15px 30px;
display: inline-block;
line-height: 1;
vertical-align: middle;
text-align: center;
}

.apxbtn-btn:hover{
border-radius:25px;
background-color: #640169;
-webkit-transition: all .4s ease;
transition: all .4s ease;
color:#ffffff;
}
.apxbrdr{right: 0px;width: auto;
bottom: 3px;position: absolute;bottom: 73px;}
.asdpx{vertical-align: middle;
display: inline-block;height: auto;
max-width: 100%;
border: none;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;box-sizing: border-box;text-align: center;}
.bbx{vertical-align:bottom;padding-top: 10px;
padding-left: 50px;display:inline-block;padding-right: 20px;}

.bbxb{vertical-align:bottom;padding-top: 10px;
padding-right: 50px;padding-left:20px;display:inline-block;}

.apxbrdrl{

left: 0px;width: auto;
bottom: 3px;position: absolute;

z-index: 1;
bottom:100px;
}
.navbar-dark .navbar-nav .nav-link:hover{border-color:#B418BD;}
.navbar-dark .navbar-nav .bmlk{color:#B418BD;border-color:#B418BD;}
.apbtl{font-family: "Montserrat",Sans-serif;
font-size: 14px;
font-weight: 500;
line-height: 1.6em;color:#ffffff;}
.apbtl:hover{color:#ffffff;}

.form-control{border:none; transition:none;}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border:none;
  outline: 0;
  transition:none;
  box-shadow:none;
}
.nwsbtn,.btn-primary:hover{border:none;
  outline: 0;border:none;
  transition:none;
  box-shadow:none;}
  .btn-primary:hover,.btn-primary:focus{outline: 0;
  transition:none;
  box-shadow:none;background-color: red;
color: #fff;}
.btsocf{margin-top:20px;
	color:#ffffff;
	 padding: 5px;margin-right:auto;}
.bslink a:focus, .bslink a:hover, .bslink a:active {color:#ffffff;}
.apabt{font-family: "Montserrat Subrayada",Sans-serif;
font-size: 60px;
font-weight: 700;
line-height: 1.3em;color:rgb(110, 193, 228);width:100%;
text-align:left;
}

.apabtcl{
	  text-align: center;
  font-size: 19px;
  font-weight: 400;
  line-height: 2.5;
color:rgb(84, 89, 95);
width:100%;
text-align:left;
}
.apabtpara{
	margin-top: 0;
margin-bottom: .9rem;
font-family: "Montserrat",Sans-serif;
font-size: 14px;
font-weight: 500;
line-height: 1.2em;
color:rgb(122, 122, 122);
}

.apabtclsubt{font-family: "Montserrat",Sans-serif;
font-size: 16px;
line-height: 1em;
margin: 0 0 0 17px;
font-weight: 700;
color: rgba(0,0,0,.5);
text-align: left;
}
.apabtclrtbg{
	margin: 0;
font-weight: 700;
text-transform: uppercase;
line-height: 1em;
border-left:4px solid #f03d4d;
padding-left: 10px;
position: relative;
text-align: left;
color: rgb(51, 51, 51);
font-size:32px;
}
.apabtflxim{
  display:inline-block;
box-shadow: 0px 14px 15px 0px rgba(0,0,0,.16);
margin: 10px 10px;
line-height:24px;

}
.apabtflxim img{width:200px;}
.apbtmg{margin-top:50px;
margin-bottom:50px;text-align:center;}
.hdr{background-position: bottom center;
background-repeat: no-repeat;
background-size: cover;
margin-top: -128px;
max-height:500px;
padding: 100px 0;
}
.bv{margin:40px 10px 40px 10px;}
.ctttle{  font-family: "Montserrat", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.ctpr{font-family: "Montserrat", Sans-serif;
font-size: 14px;
line-height: 1.5em;
padding-bottom:50px;}
.hdrr{}
.hdrr img {
  width: 100%;
  position: relative;
}

.hdrr .pgttls {
	width:100%;
  position: absolute;
  top: 260px;
   text-align:center;
}
.pgttls{text-align:center;position: relative;}
.ptap{color: #fff;font-size:62px;
font-family: "Montserrat",Sans-serif;
font-weight: 700;line-height:72px;
text-shadow: 2px 4px 3px rgba(0,0,0,0.8);
}
.vdb .pbut{position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  margin-left: -20px; 
  margin-top: -20px; }
.vdb .pbut:hover{background-color: black;}

.icon-bar1 {
  position: fixed;
  top: 75%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:10000;
}

.icon-bar1 a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar1 a:hover {
  background-color: #000;
}

@media screen and (max-width: 1280px) {
  .apxbrdrl {visibility: hidden;}
  .apxbrdr{visibility: hidden;}

}


.video-abt-block{position: relative; width: auto; overflow: hidden; margin-bottom: 30px;width:300px;}
.video-testimonial-block{height: 206px; }
.video-testimonial-block { position: relative; width: auto; overflow: hidden; margin-bottom: 30px; }
.video-testimonial-block .video-thumbnail { height: 100%; width: 100%; position: absolute; z-index: 1; background-size: cover; top: 0; left: 0; }
.video-testimonial-block .video { }
.video-testimonial-block .video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0px; }
.video-testimonial-block .video-play { position: absolute; z-index: 2; top: 40%; left: 50%; margin-left: -30px; margin-top: -18px; text-decoration: none; }
.video-testimonial-block .video-play::before { content: "\f144"; font: normal normal normal 14px/1; font-family: 'Font Awesome\ 5 Free'; font-weight: 900; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 50px; color: #b3b5bc; }
.video-testimonial-block .video-play:hover::before { color: #ffffff; }

.video-abt-block .avideo-thumbnail { height: 100%; width: 100%; position: absolute; z-index: 1; background-size: cover; top: 0; left: 0; }
.video-abt-block .avideo { }
.video-abt-block .avideo iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0px; }
.video-abt-block .avideo-play { position: absolute; z-index: 2; top: 40%; left: 50%; margin-left: -30px; margin-top: -18px; text-decoration: none; }
.video-abt-block .avideo-play::before { content: "\f144"; font: normal normal normal 14px/1; font-family: 'Font Awesome\ 5 Free'; font-weight: 900; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 50px; color: #b3b5bc; }
.video-abt-block .avideo-play:hover::before { color: #ffffff; }


.mb10{margin-bottom:10px;}
.section-title { margin-bottom: 40px; }



.masthead {
    position: relative;
    height: 100vh;
    width:100%;
    background-color: #343a40;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
    
}

.masthead .overlay{position:absolute;/*background-color:#212529*/;height:100%;width:100%;top:0;left:0;opacity:.3}

@media (min-width:768px) {
   .masthead {
        padding-top: 12rem;
        padding-bottom: 12rem;
        width: 100%;
    }
    .masthead h3 {
        font-size: 3rem;
    }
	.masthead h1 {
        font-size: 3rem;
    }
}
@media only screen and (max-width:768px) {
	.bpfix{padding-top:60px;}
	
}
.container.slider-top-text {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 520px) {
    ::placeholder {
        font-size: 10px;
    }
    .scroll-down {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 150px;
    }
	.ptap{font-size: 42px;}
	.masthead{max-width: 100%;max-height:383px;
	 background-position: center center;   
	    
	}
}
.floating-arrow {
    -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
    -o-animation: floating-arrow 1.6s infinite ease-in-out 0s;
    animation: floating-arrow 1.6s infinite ease-in-out 0s;
	color:#ffffff;
}
.floating-arrow:hover,.floating-arrow:active,.floating-arrow:focus{color:#ffffff;}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem #000000;
}
.bnrbt{border: 2px solid #000000;
color: #000000;
border-radius: 100%;}

@keyframes floating-arrow {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    65% {
        -webkit-transform: translateY(11px);
        transform: translateY(11px);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    position: relative; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 20px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li a:hover {
      color: #fff; }

.form-control {
  height: 52px;
  background: #fff;
  color: #000;
  font-size: 18px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .form-control:focus, .form-control:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }

textarea.form-control {
  height: inherit !important; }

.ftco-section {
  padding: 12em 0; }
  .ftco-section h2 {
    margin-bottom: 0; }

footer {
  padding: 7em 0; }

.footer-10 {
  background: #2A2A2A;
  padding: 0 0 2em 0; }
  .footer-10 .border-top, .footer-10 .border-bottom {
    border-color: rgba(255, 255, 255) !important; }
  .footer-10 .footer-heading {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px; 
	
	
font-family: "Montserrat",Sans-serif;

font-weight: 600;
line-height: 1em;
	
	}
  .footer-10 p {
    color: #fff; }
  .footer-10 a {
    color: #1089ff; }
  .footer-10 .con.con-1 {
    background: #1e1e1e; }
  .footer-10 .con.con-2 {
    background: #1c1c1c; }
  .footer-10 .con.con-3 {
    background: #252525; }
  .footer-10 .list-unstyled li a {
    color: #ffffff; }
    .footer-10 .list-unstyled li a:hover {
      color: #fff; }
  .footer-10 .con-info .icon {
    width: 50px;
    height: 50px;
    background: #1089ff;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px; }
    .footer-10 .con-info .icon span {
      color: #fff;
      font-size: 24px; }
  .footer-10 .con-info span {
    color: rgba(255, 255, 255, 0.8); }
  .footer-10 .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    border-radius: 0; }
    .footer-10 .subscribe-form .form-group input {
      background: white !important;
      border: none !important;
      outline: none !important;
      color: rgba(0, 0, 0, 0.3) !important;
      font-size: 16px;
      border-radius: 0; }
      .footer-10 .subscribe-form .form-group input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-10 .subscribe-form .form-group input::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-10 .subscribe-form .form-group input:-ms-input-placeholder {
        /* IE 10+ */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-10 .subscribe-form .form-group input:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(0, 0, 0, 0.3) !important; }
      .footer-10 .subscribe-form .form-group input:focus {
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .footer-10 .subscribe-form .form-group .submit {
      color: #fff !important;
      display: block;
	  font-family: "Montserrat",Sans-serif;
	  font-weight: 600;
font-style: normal;
      width: 130px;
      height: 52px;
      font-size: 16px;
      background: rgb(180, 24, 189) !important;
      border: none;
      border-radius: 0; }

      .footer-10 .subscribe-form .form-group .submit:hover, .footer-10 .subscribe-form .form-group .submit:focus {
        text-decoration: none !important;
        outline: none !important;
background-color: red;
color: #fff;
		}
  .footer-10 .subscribe-form .subheading {
    display: inline-block;
    margin-top: 5px;
    color: rgba(255, 255, 255);
    font-size: 12px; }
  .footer-10 .ftco-footer-social li a {
        color: #fff; }
	.ftlks{
		text-decoration:none;
		
		font-family: "Montserrat",Sans-serif;
font-size: 14px;
font-weight: 500;
line-height: 1.6em;
color: #ffffff;
		
	}
.fusbh{color: #fff;
font-family: "Montserrat",Sans-serif;
font-size: 14px;
font-weight: 500;}
.footer-10 .subscribe-form .form-group .submit:hover{background-color: rgb(255, 0, 0);
color: #fff;}
.copyright{text-align:center;}
/* end news letter */

.apex{width:100%; height:auto;max-width:235px;}
.axm{margin-top: 3rem !important;}

@media (max-width: 1280px) {
  .bbx {padding-left:20px;}
  .apxpgf {padding-bottom: 30px;}
 
}
@media (max-width: 1024px) {
  .bbx {padding-left:10px;}
  .apxpgf {padding-bottom: 10px;}
 
}

@media (max-width: 768px) {
    
  *[data-paroller-factor] {
    background-position: center !important; 
    transform: none !important;
  }
  .bbx { padding-left:0px; }
  .apxpgf { padding-bottom: 1px; }
  .bbxb { padding-bottom:50px; }
  .axm{visibility: hidden;}
  .ptap{font-size:20px;}
  .srrdl,.srrdbr,.srrdbl,.srrdr{border-radius: 0px 0px 0px 0px;}
}
@media (max-width: 480px) {
  .bbx {padding:1px;}
  .apxpgf {padding-bottom: 1px;}
  .bbxb{padding-top: 0px;
   padding-right: 0px;
   padding-left: 0px;}
   .icon-bar1{top: 75%;}
   .ptap{font-size:20px;}
   .container.slider-top-text{top: 96%;}
   .axm{visibility: hidden;}
   .masthead{background-size: 100% 100%;}
   .how-section1{ padding: 10% 1% 10% 1%;}
   .apabtclsubt{padding-top: 25px;}
   .srrdl,.srrdbr,.srrdbl,.srrdr{border-radius: 0px 0px 0px 0px;}
   .apxbtn{}
 }
 .sphd{font-family: "Great Vibes",Sans-serif;
font-size: 20px;
font-weight: 700;
line-height: 1em;
color: rgba(0,0,0,.5);
letter-spacing: 2px;
margin: 15px 0 12px;}

@media (min-width: 1680px ) {
 .apxbrdrl {visibility: hidden;} 
 .apxbrdr {visibility: hidden;} 
}

.apxbtndv {
  width: 100%;
   margin-top: 3px;
margin-bottom: 3px;}
.bplaywrap{padding-bottom:20px;}
.bplayerwdgt iframe{width: 100%;
height: 100%;
display: block;
margin: 0;
top: 0;
left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
.binesqbox, .binesqboxb 
         {
         font-family: calibri;
         font-size:20px;
         position: relative;
         width:100%;
         padding:20px;
         }
         .binesqboxb:before {
         content: " ";
         position: absolute;
         border-left:6px solid #1a2934;
         border-top:6px solid #1a2934;
         border-bottom:6px solid #1a2934;
         padding:85px;
         top:-10px;
         bottom:-10px;
         left: -5px;
         }
         .binesqbox:after
         {
         content: " ";
         position: absolute;
         border-right:6px solid #1a2934;
         border-top:6px solid #1a2934;
         border-bottom:6px solid #1a2934;
         padding:85px;
         top:-10px;
         bottom:-10px;
         right: -5px;
         }
         .aoxhd{color: #440f47;
         font-family: "Montserrat",Sans-serif;
         font-size: 32px;
         font-weight: 700;}
         .aoxbtm{margin: 0px 0px 10px 0px;
         font-family: "Montserrat", Sans-serif;
         font-size: 36px;
         font-weight: 700;
         text-transform: uppercase;
         line-height: 1em;color:#333333;}
         .apxpgf,.apxpgfb{font-family: "Montserrat", Sans-serif;
         font-size: 14px;
         font-weight: 500;
         line-height: 1.5em;
         color:#333;
         }
         .apxpgf{padding-bottom:0px;}
         .apxpgfb{padding-left:10px;padding-bottom:0px;}
         .hmbtlctr,.hmbtlctl{width:100%;padding:5px;position:relative;}
         .hmbtlctl{text-align:left;padding-left:20px;}
         .hmbtlctr{text-align:right;padding-right:20px;}
         .aoxhd{padding-top:0px;}
.icon-bar1{top:36%;}
		 .icmgb{text-decoration:none;color:#ffffff;text-shadow: rgba(0, 0, 0, 0.8) 2px 4px 3px;}
		 .icon-bar1 a{text-decoration:none;text-align: left;font-size: 13px;}
		 
		 .icon-bar1 {
         top: 50%;
         left: 0;
         }
         .icon-bar1 a {
         text-align: right;}
		 .apxvdobox {
         position: relative;
         padding-bottom: 75%;  
         margin-bottom:50px;
         }
		 
		.apxvdobox iframe{position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;}
         .rte .boxHeadline {
         font-size: 18px;
         font-size: 1.8rem;
         font-weight: 400;
         margin: 0 0 25px 0;
         }
         .rte .boxHeadline+.boxHeadlineSub {
         margin: -18px 0 30px 0;
         }
         .rte .boxHeadlineSub {
         font-size: 14px;
         font-size: 1.4rem;
         font-weight: 400;
         font-style: italic;
         color: #919599;
         margin: 0 0 25px 0;
         } 
		 .bnmpad{padding-bottom:10px;padding-top:10px;}
		 .bnmpadb{padding:10px;}
 

.site-wrapper{overflow:hidden;}
.apxbtndv {text-align: center;}

.footer-10 a {
  color: #ffffff;text-decoration:none;
}
   .rspara{color:#ffffff;margin-bottom:1px;}
   .rspara a{text-decoration:none;color:#FFF;}
   .rspara a:hover{text-decoration:none;color:#ffffff;}   
   .rscookiect{
   z-index: 2147483647;
   width:100%;
   max-width: 420px;
   background-color: #030303;
   position: fixed;
   bottom: 0;
    right: 100px;
    margin: 10px;
   border-radius: 2px;
   padding: 10px 20px;
   opacity: .8;
   text-align: center;
   }
   .rscookiect .txt{
   float: left;
   width: 65%;
   }
   .txt p{}
   .rscookiect .accept {
   background-color: #CBC3C3;
   color: #fff !important;
   border-radius: 2px;
   padding: 1px 5px;
   font-size: 13px;
   margin-top: 2.5%;	
   margin-left: 3%;
   border: 0px;
   }
   .rscookiect .accept:hover {
   background-color: #E84B4C;
   }
   @media (max-width: 640px) {
   .rscookiect{right: auto;left: auto;width:95%;}
   }
   .rscookiect{display:none;}
   .ckybtn{cursor:pointer;}
   
   /* new code */
   /******/
         .cpymnu {
         overflow: hidden;
         font-weight: 600;
		 font-size:14px;
         }
         .cpymnu a {
         float: left;
         font-size: 14px;
         color: white;
         text-align: center;
         padding: 14px 16px;
         text-decoration: none;
         }
         .cpymnudrp {
         float: left;
         overflow: hidden;
         font-size: 14px; 
         }
         .cpymnudrp .cpymnudrpbtn {
         font-size: 14px;  
         border: none;
         outline: none;
         color: white;
         padding: 14px 16px;
         background-color: inherit;
         font: inherit;
         margin: 0;
         }
         .cpymnu a:hover, .cpymnudrp:hover .cpymnudrpbtn {
         color:#B418BD;
         }
         .cpymnudrp-content,.cpymnudrp-contentf {
         display: none;
         position: absolute;
         background-color: #ffffff;
         box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
         z-index: 1;
		 font-weight: 400;
         }
		 .cpymnudrp-content h3,.cpymnudrp-contentf h3{font-size:14px;font-weight: 500;text-transform:uppercase;}
         .cpymnudrp-content{width: 50%;left: 25%;box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);border: 1px solid #ccc;transition: top .3s ease 0s,opacity .3s;}
         .cpymnudrp-contentf{ }
         .cpymnudrp:hover .cpymnudrp-content,.cpymnudrp:hover .cpymnudrp-contentf {
         display: block;
         }
         /* Create three equal columns that floats next to each other */
         .cpymnudrpcol,.cpymnudrpcolf {
         float: left;
         padding: 10px;
         background-color: #ffffff;
         }
         .cpymnudrpcol{  /*height: 250px;*/width: 33.33%;}
         .cpymnudrpcolf{width: 100%;}
         .cpymnudrpcol a,.cpymnudrpcolf a {
         float: none;
         color:#999;
         padding: 0 15px 11px 15px;
         text-decoration: none;
         display: block;
         text-align: left;
		 transition: all .3s ease 0s;
         }
         .cpymnudrpcol a:hover, .cpymnudrpcolf a:hover {
         background-color: #ffffff;
		 color:#999;color: #000000;
         }
         /* Clear floats after the columns */
         .cpyrow:after {
         content: "";
         display: table;
         clear: both;
         }
         .cpmnusp{padding: 0 15px 11px 30px;font-weight:bold;}
		 
		 .huan{
  display: inline-block;
  position: relative;
  color: #000000;
}

.huan::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #B418BD;
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.huan:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
	/* menu */
.clickable-mainmenu {
  width: 100%;
  height: 30%;
  position: fixed;
  top: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(30, 30, 30, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition: all 500ms cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 500ms cubic-bezier(0.65, 0.05, 0.36, 1);
  z-index: 999;
  padding: 202px 46px 39px;
}

.clickable-mainmenu .clickable-mainmenu-icon button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 40px;
  padding: 0;
  position: absolute;
  right: 20%;
  top: 22%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .clickable-mainmenu .clickable-mainmenu-icon button {
    top: 7%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .clickable-mainmenu .clickable-mainmenu-icon button {
    top: 7%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .clickable-mainmenu .clickable-mainmenu-icon button {
    top: 7%;
  }
}

.clickable-mainmenu .clickable-mainmenu-icon button span {
  color: #fff;
}

.clickable-mainmenu .clickable-mainmenu-icon button:hover span {
  color: #B418BD;
}

.clickable-mainmenu .clickable-mainmenu-icon:hover button {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .clickable-mainmenu {
    padding: 120px 46px 39px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .clickable-mainmenu {
    padding: 120px 46px 39px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .clickable-mainmenu {
    padding: 120px 46px 39px;
  }
}

.clickable-mainmenu.inside {
  visibility: visible;
  opacity: 1;
  height: 100%;
}

.clickable-mainmenu .slinky-menu-style ul li ul li ul li a.new span {
  position: relative;
  display: inline-block;
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}

.clickable-mainmenu .slinky-menu-style ul li ul li ul li a.new span::after {
  position: absolute;
  content: "*New";
  top: -8px;
  right: -40px;
  color: red;
  font-size: 14px;
}

.slinky-menu-style {
  width: 400px;
  margin: 0 auto;
  text-align: left;
}

.slinky-menu-style ul li a {
  color: #ffffff;
}

.slinky-menu-style ul li a span {
  color: #ffffff;
  font-size: 26px;
  text-transform: capitalize;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .slinky-menu-style ul li a span {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slinky-menu-style ul li a span {
    font-size: 21px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slinky-menu-style ul li a span {
    font-size: 20px;
  }
}

.slinky-menu-style ul li a span:hover {
  color: #B418BD;
}

.slinky-menu-style ul li a:not(.back) {
  padding: 10px 0px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .slinky-menu-style ul li a:not(.back) {
    padding: 6px 0px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slinky-menu-style ul li a:not(.back) {
    padding: 6px 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slinky-menu-style ul li a:not(.back) {
    padding: 6px 0px;
  }
}
.slinky-theme-default a:not(.back):hover{
	background: rgba(180, 24, 189, 0.25);
}
.slinky-menu-style.slinky-theme-default .next::after {
  font-size: 25px;
}

.slinky-menu-style.slinky-theme-default .back::before {
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #B418BD;
}

.slinky-menu-style.slinky-theme-default .back:hover::before {
  background-color: #000000;
}

.slinky-theme-default {
  background: transparent;
}

.slinky-theme-default ul li a {
  position: relative;
}

.slinky-theme-default ul li a:not(.back) {
  color: #fff;
}

.slinky-theme-default ul li a:not(.back):hover {
  color: #B418BD;
  background: transparent;
  
}

.slinky-theme-default .next::after {
  font-weight: 900;
  opacity: 1;
  -webkit-transition: all .3 ease 0s;
  -o-transition: all .3 ease 0s;
  transition: all .3 ease 0s;
  color: #ffffff;
}

.slinky-theme-default .next:hover::after {
  color: #B418BD;
}

.slinky-theme-default .back::before {
  font-weight: 900;
  opacity: 1;
  -webkit-transition: all .3 ease 0s;
  -o-transition: all .3 ease 0s;
  transition: all .3 ease 0s;
  color: #fff;
  padding: 0;
  text-align: center;
  margin: 0 0 13px 0px;
  border-radius: 3px;
}

.slinky-theme-default .back:hover::before {
  background-color: #B418BD;
  opacity: 1;
}

.main-wrapper-2 .body-overlay-2 {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}

.main-wrapper-2.overlay-active-2 .body-overlay-2 {
  opacity: 1;
  visibility: visible;
}

.off-canvas-active {
  position: fixed;
  top: 0;
  width: 370px;
  min-height: 100vh;
  bottom: 0;
  z-index: 111;
  right: 0;
  visibility: hidden;
  opacity: 1;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform: translate(370px, 0);
      -ms-transform: translate(370px, 0);
          transform: translate(370px, 0);
  background-color: #fff;
  -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  z-index: 9999;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .off-canvas-active {
    width: 320px;
  }
}

@media only screen and (max-width: 767px) {
  .off-canvas-active {
    width: 260px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .off-canvas-active {
    width: 280px;
  }
}

.off-canvas-active.inside {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-active .off-canvas-close {
  position: absolute;
  left: -40px;
  top: 0px;
  z-index: 9;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background-color: #B418BD;
}

.off-canvas-active .off-canvas-close i {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-block;
  color: #fff;
  line-height: 40px;
}

.off-canvas-active .off-canvas-close:hover i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.off-canvas-active .off-canvas-wrap {
  padding: 40px 30px 50px;
  overflow: auto;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .off-canvas-active .off-canvas-wrap {
    padding: 30px 20px 50px;
  }
}

.off-canvas-active .off-canvas-wrap .mobile-search {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  padding-bottom: 40px;
}

.off-canvas-active .off-canvas-wrap .mobile-search form {
  position: relative;
}

.off-canvas-active .off-canvas-wrap .mobile-search form input {
  background-color: #f6f6f6;
  border: none;
  border-radius: 0px;
  height: 50px;
  padding: 0 60px 0 15px;
  width: 100%;
  font-size: 14px;
  color: #000000;
}

.off-canvas-active .off-canvas-wrap .mobile-search form input::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}

.off-canvas-active .off-canvas-wrap .mobile-search form input::-moz-input-placeholder {
  color: #000000;
  opacity: 1;
}

.off-canvas-active .off-canvas-wrap .mobile-search form button {
  background-color: transparent;
  border-color: #ddd;
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  border-radius: 5px 0 0 5px;
  border-style: none none none solid;
  border-width: medium medium medium 1px;
  color: #000000;
  font-size: 18px;
  height: 100%;
  padding: 0 15px 0 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .off-canvas-active .off-canvas-wrap .mobile-search form button {
    font-size: 16px;
  }
}

.off-canvas-active .off-canvas-wrap .mobile-search form button:hover {
  color: #B418BD;
}

.off-canvas-active .off-canvas-wrap .mobile-search form button i {
  margin-top: 5px;
  display: inline-block;
}

.off-canvas-active .off-canvas-wrap .mobile-menu-wrap {
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  padding-bottom: 24px;
}

.off-canvas-active .off-canvas-wrap .mobile-menu-wrap.mrg-padding-border-none {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.off-canvas-active .off-canvas-wrap .mobile-others-info-wrap {
  border-bottom: 1px solid #ddd;
  margin-bottom: 37px;
  padding-bottom: 35px;
}

.off-canvas-active .off-canvas-wrap .mobile-others-info-wrap.mrg-padding-border-none {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.off-canvas-active .off-canvas-wrap .mobile-others-info-content {
  margin: 8px 0 0;
}

.off-canvas-active .off-canvas-wrap .mobile-others-info-content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  margin: 0 0 17px;
}

.off-canvas-active .off-canvas-wrap .mobile-others-info-content ul li:last-child {
  margin: 0 0 0;
}

.off-canvas-active .off-canvas-wrap .mobile-others-info-content ul li i {
  color: #000000;
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.off-canvas-active .off-canvas-wrap .mobile-others-info-content ul li a {
  text-decoration:none;	
  color: #000000;
}

.off-canvas-active .off-canvas-wrap .mobile-others-info-content ul li a:hover {
  color: #B418BD;
}

.off-canvas-active .off-canvas-wrap .mobile-social-wrap {
  margin-bottom: 20px;
}

.off-canvas-active .off-canvas-wrap .mobile-social-wrap a {
  font-size: 16px;
  margin-right: 20px;
}

.off-canvas-active .off-canvas-wrap .mobile-social-wrap a:last-child {
  margin-right: 0;
}

.off-canvas-active .off-canvas-wrap .mobile-social-wrap a.facebook {
  color: #3b5999;
}

.off-canvas-active .off-canvas-wrap .mobile-social-wrap a.twitter {
  color: #55acee;
}

.off-canvas-active .off-canvas-wrap .mobile-social-wrap a.pinterest {
  color: #bd081c;
}

.off-canvas-active .off-canvas-wrap .mobile-social-wrap a.instagram {
  color: #e4405f;
}

.off-canvas-active .off-canvas-wrap .mobile-social-wrap a.youtube {
  color: #dd4b39;
}

.slinky-mobile-menu {
  text-align: left;
}

.slinky-mobile-menu ul li a {
  color: #000000;
}

.slinky-mobile-menu ul li a span {
  color: #000000;
  font-size: 15px;
}

.slinky-mobile-menu ul li a:not(.back) {
  padding: 10px 0px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .slinky-mobile-menu ul li a:not(.back) {
    padding: 8px 0px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slinky-mobile-menu ul li a:not(.back) {
    padding: 8px 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slinky-mobile-menu ul li a:not(.back) {
    padding: 8px 0px;
  }
}

.slinky-mobile-menu ul li a:hover span {
  color: #B418BD;
}

.slinky-mobile-menu ul li ul li a.new span {
  position: relative;
  display: inline-block;
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}

.slinky-mobile-menu ul li ul li a.new span::after {
  position: absolute;
  content: "*New";
  top: -5px;
  right: -30px;
  color: red;
  font-size: 12px;
}

.slinky-mobile-menu.slinky-theme-default .next::after {
  font-size: 17px;
  color: #000000;
}

.slinky-mobile-menu.slinky-theme-default .next:hover::after {
  color: #B418BD;
}

.slinky-mobile-menu.slinky-theme-default .back::before {
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 28px;
}
.slinky-menu .header {
  position: relative;
  top: auto;}	
.navbar{padding-top: 1.1rem;
padding-bottom: 1.1rem;}		 
.btsoc{margin-top:0px;}   
		 /*  blog */
		 .ctypgtitle{font-size: 36px;
letter-spacing: -1px;
margin: 0 0 50px;
font-weight: 600;}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ctypgtitle {
    font-size: 27px;
  }
}

@media only screen and (max-width: 767px) {
  .ctypgtitle {
    font-size: 20px;
    margin: 0 0 26px;
  }
}
.ctypg-details-box {
  margin-right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ctypg-details-box {
    margin-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ctypg-details-box {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .ctypg-details-box {
    margin-right: 0px;
  }
}

.ctypg .ctypg-details-meta {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ctypg .ctypg-details-meta .ctypg-meta-common {
  margin-right: 60px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .ctypg .ctypg-details-meta .ctypg-meta-common {
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 10px;
  }
}

.ctypg .ctypg-details-meta .ctypg-meta-common:last-child {
  margin-right: 0px;
}

.ctypg .ctypg-details-meta .ctypg-author-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ctypg .ctypg-details-meta .ctypg-author-box .ctypg-author-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .ctypg .ctypg-details-meta .ctypg-author-box .ctypg-author-img {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }
}

.ctypg .ctypg-details-meta .ctypg-author-box .ctypg-author-img img {
  width: 100%;
  border-radius: 100%;
}

.ctypg .ctypg-details-meta .ctypg-author-box .ctypg-author-desc span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 5px;
  display: block;
}

.ctypg .ctypg-details-meta .ctypg-author-box .ctypg-author-desc p {
  font-size: 13px;
  color: #666;
  text-transform: capitalize;
  margin: 0;
}

.ctypg .ctypg-details-meta .single-ctypg-details-meta span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 5px;
  display: block;
}

.ctypg .ctypg-details-meta .single-ctypg-details-meta a {
  font-size: 13px;
  color: #666;
  text-transform: capitalize;
  margin: 0;
}

.ctypg .ctypg-details-meta .single-ctypg-details-meta a:hover {
  color: #000000;
}

.ctypg .ctypg-details-desc p {
  line-height: 2;
  margin: 0 0 25px;
}

.ctypg .ctypg-details-desc .ctypg-block-quote-content {
  padding: 0px 0px 0px 16px;
  border-left: 4px solid #B418BD;
  margin: 0 0 30px;
}

.ctypg .ctypg-details-desc .ctypg-block-quote-content p {
  font-size: 17.5px;
  font-style: italic;
  line-height: 2;
  color: #666;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .ctypg .ctypg-details-desc .ctypg-block-quote-content p {
    font-size: 15.5px;
  }
}

.ctypg .ctypg-details-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ctypg .ctypg-details-tag span {
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  padding-right: 20px;
}

.ctypg .ctypg-details-tag ul li {
  display: inline-block;
  margin-right: 12px;
}

.ctypg .ctypg-details-tag ul li:last-child {
  margin-right: 0;
}

.ctypg .ctypg-details-tag ul li a {
  font-size: 16px;
  color: #999;
}
.ctypgsidebartitle h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 0px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .ctypgsidebartitle h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .ctypgsidebartitle h3 {
    font-size: 20px;
  }
}	
.mb-25 {
  margin-bottom: 25px;
}	
.map-2 iframe {
  height: 720px;
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .map-2 iframe {
    height: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-2 iframe {
    height: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .map-2 iframe {
    height: 300px;
  }
  .aoxbtm{font-size: 20px;
  margin: 0 0 26px;
  }
  .aoxbtmh{font-size: 20px;
  margin: 0 0 26px;
  }
  .aoxhd{
	  font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .map-2 {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .map-2 {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .map-2 {
    padding-top: 70px;
    padding-bottom: 40px;
  }
} 
.mb-45 {
  margin-bottom: 45px;
}
.masthead:after{content: " "; display: block; background: #fff; height: 5vh; width: 100%; position: absolute; bottom: 0px;}
@media only screen and (max-width: 767px) {
 .masthead:after{content: " "; display: block; background: #fff; height: 1px; width: 100%; position: absolute; bottom: 0px;}
 .m-top8 { margin-top: 40px; }
}
@media only screen and (max-width: 1399px) {
  #mnuclk {display: none;}
}   
.slinky-mobile-menu ul li a span:hover, .slinky-mobile-menu ul li a span:focus {color:#B418BD;}   
.msh{color:#000000;}
.msh:hover{color:#B418BD;}
.aoxbtmh{margin: 0px 0px 10px 0px;
         font-family: "Montserrat", Sans-serif;
         font-weight: 700;
         text-transform: uppercase;
         line-height: 1em;color:#333333;}
.aoxbtmh a{text-decoration:none;color:#333333;}		
.aoxbtmh a:hover{text-decoration:none;color:#B418BD;}	 
         .sprrc{margin-left: 35px;
         margin-right: 35px;}
.racportfolio{
         border-radius: 5px;
         margin: 24px;
         display: flex;
         justify-content: center;
         align-items: center;
         font-size: 18px;
         position: relative;
         cursor: pointer;
         transition: all .25s ease;
         top: 0;
         overflow: hidden;
         color: #fff;
         }
         .racportfolio:hover {
         top: -10px;
         box-shadow: 0 25px 65px rgba(0,0,0,.1);
         }
         .racportfolio img{max-width:100%; height:auto;}
         .contbox{margin: 24px;
		 
         }
         .contbox h4 a, .contbox h3 a, .contbox h2 a {
         color: #1f1f25;
         transition: .3s;
         text-decoration: none;font-weight: 600;
         line-height: 1.4074;
         text-align: left;
		 margin: 0 0 15px;
		 font-weight: 600;
         }
		 .contbox h4 a:hover, .contbox h3 a:hover, .contbox h2 a:hover{color: #b418bd;}
         .contbox p{
         margin-bottom: 5px;
         font-size: 16px;
         margin: 0 0 15px;
		         }
		.contbox p.apxpgfz {
			font-family: "Montserrat", Sans-serif;
            font-size: 14px;
			
		}			
				 
		.bcmpsp{padding-top:20px;padding-left:20px;z-index: 9;
position: relative;
		}		 
		.bcmpsp a{color:#B418BD;text-decoration:none;}
		.bcmpsp a:hover{color:#B418BD;text-decoration:underline;cursor:pointer;}
em {
	font-size:16px;
  color: #ffffff;
}		
.contbox .hmsrhd{font-size:18px;}
@media screen and (max-width: 520px){
         .icon-bar1 {
          top: 32%;
		 }
         }
@media only screen and (min-width: 1921px) {
  .site-wrapper {
  background-color:#fff;
  max-width: 1920px;
  margin: 0 auto;
}
.header { 
  max-width: 1920px;
  left: auto;
}
.fixed {
	max-width: 1920px;
	left: auto;
}
body{background-color: #f1f1f3;}
}		 
@media only screen and (min-height: 600px) and (max-height: 924px)
{
  .masthead::after {
    z-index: -1;
  }
}
		 
		 .cmpnylogos img{margin-left:50px;width:200px;border:1px solid #f4f4f4;}
         .apbtmgt{margin-top:30px;}
		 @media screen and (max-width: 520px){
		 .apabtflxim img,.cmpnylogos img {
         width: 140px;
         }
         .apbtmgt{margin-top:5px;}
         }
         .vdtitl{font-size: 20px;
         font-family: "Montserrat", Sans-serif;
         font-size: 18px;
         font-weight: 700;
         text-transform: uppercase;
         color: #333333;
         }
         .racourclientsarea h2 {
         text-align: center;
         }
         .racclientswrapper {
         display: flex;
         width: 100%;
         margin: 0 auto;
         overflow: hidden;
         padding: 2.5rem;
         }
         .cmpnylogos {
         animation: animate 13s alternate linear infinite;
         }
         .racclientswrapper:hover .cmpnylogos {
         animation-play-state: paused;
         }
         @keyframes animate {
         0% {
         transform: translate3d(0, 0, 0);
         }
         100% {
         transform: translate3d(-1100px, 0, 0);
         }
         }
         @media (max-width:767px) {
         .racourclientsarea h2 {
         font-size: 30px;
         }
         .racclientswrapper {
         width: 100%;
         border-radius: 0;
         padding: 0;
         }
         }
         .rcaprcl{width:25%; background:#f9f9f9;}
         @media screen and (max-width: 520px){.rcaprcl{width:50%;padding-bottom:20px;}}
         .racabsm{font-size:96%;}
         .pabtxrc{margin-top:50px;}

.counter {
    background-color: #f5f5f5;
    padding: 20px 0;
    border-radius: 16px;
}
.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #FF5E00;
}
.fac-2x {
  margin: 0 5px 0 auto;
  float: left;
  display: table;
  color: #fff;
  width: 14px;
  height: 14px;
  filter: invert(100%) sepia(100%) saturate(27%) hue-rotate(107deg) brightness(107%) contrast(108%);
}
.prct::after{content: "+";}
.prcts::after{content: " SQ FT";font-size:60%;}
.prawars{max-width:250px;margin: 10px auto;}	
.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #FF5E00;
  width: 26px;
  height:26px;
}
.icnftcolr{filter: invert(40%) sepia(64%) saturate(2055%) hue-rotate(358deg) brightness(99%) contrast(111%);}	