@charset "UTF-8";

body {
    font-family: 'Rubik', sans-serif;
    position: relative;
    background-image: url(../images/Circle2.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position:right center;
    background-color:#ffffff;

}

a {
    color: #e38cb7;
}

a:hover,
a:focus {
    color: #633991;
}

h1 {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 45px;
    font-weight: 300;
    color: #158BD0;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

h3 {
    color: #ffffff;
    font-size: 33px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
    color: #F0007A;
}

h5 {
     font-size: 18px;
    font-weight: 500;
     color: #ffffff;
     line-height:30px;
}

p {
    color: #ffffff;
}

p.lead {
    color: #e38cb7;
    margin-bottom: 2rem;
}

.text-primary {
    color: #e38cb7 !important;
}

.light-font {
    font-weight: 300;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.375rem 1.35rem;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    color: #d6619c;
}

.btn-primary {
    border-radius: 3px;
    background-image: -moz-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    background-image: linear-gradient( 122deg, #e54595 0%, #fd378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
    font-weight: 500;
    padding: 0.6rem 2rem;
    border: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-image: linear-gradient( 122deg, #fd378e 0%, #e54595 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.btn-light {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 14px;
    font-weight: 500;
    color: #633991;
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.8;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.8rem 1rem;
    font-size: 15px;
}

.light-bg {
    background-color: #faf6fb;
}

.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title small {
    color: #998a9b;
}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
}


/* NAVBAR
----------------------*/

.nav-menu {
    padding: 1rem 0;
    transition: all 0.3s ease;
  /*  background-color: rgb(255, 255, 255); */
        background-color: rgb(74, 13, 143);
    background: -moz-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: -webkit-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    padding: 0;
        color:#fff !important;
    
}

.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background-color: rgb(74, 13, 143);
    background: -moz-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: -webkit-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.nav-item{
	margin-left:20px;;
	}

.navbar-nav  {
  margin-left:5%;
  padding-left:0%;
  margin-right:0% !important;
   padding-right:0% !important;

}


.nav-menu.is-scrolling {
    padding: 0;
}

.navbar-nav .nav-link {
    position: relative;
   
    
    
}
.nav-link{
	color:#fff !important;
	
	}
.btn-staroptical{
	background-color:#EC1984;
	border:solid 1px #EC1984;
	color:#fff;
    max-width: 185px;
}

@media (min-width: 992px) {
	
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
 
    }
     .navbar-expand-lg .nav-menu.is-scrolling .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
        color:#fff !important;
    }
    
      .nav-menu.is-scrolling .nav-link {

        font-size: 14px;
        color:#fff !important;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        border-bottom: 2px solid #cd99d4;
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
}

@media (max-width:991px) {
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
        
    }
    .navbar-nav .nav-item {
        text-align: center;
        
    }
}


/* HERO
----------------------*/

header {
    padding: 100px 0 0;
    text-align: center;
    color: #FFF;
}

.bg-gradient {
    background-image: -moz-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: -ms-linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
    background-image: linear-gradient( 135deg, rgba(60, 8, 118, 0.8) 0%, rgba(250, 0, 118, 0.8) 100%);
}

.tagline {
    font-size: 23px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 800px;
    margin: 0 auto;
}

.img-holder {
    height: 0;
    padding-bottom: 70%;
    overflow: hidden;
}

@media (max-width:1200px) {
    .img-holder {
        padding-bottom: 50%;
    }
}

@media (max-width:767px) {
    .tagline {
        font-size: 17px;
    }
    .img-holder {
        padding-bottom: 100%;
    }
}


/* FEATURES
----------------------*/


.card-body .media img {
	width:35%;
    padding-right:5%;
    
}

.card.features {
    border: 0;
    border-radius: 3px;
    transition: all 0.3s ease;
   
}

@media (max-width:991px) {
    .card.features {
        margin-bottom: 2rem;
    }
    [class^="col-"]:last-child .card.features {
        margin-bottom: 0;
    }
}

.card.features:before {
    content: "";
    position: absolute;
    width: 3px;
    color: #000;
    top: 0;
    bottom: 0;
    left: 0;
}

.card-text {
    font-size: 14px;
    color:#000;
}





.circle-icon {
  background-image: -moz-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -webkit-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: -ms-linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    background-image: linear-gradient( 122deg, #e6388e 0%, #fb378e 100%);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.09);
    color: #FFF;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 1.5rem;
    font-size: 22px;
    text-align: center;
    line-height: 28px;
    font-weight: 500;
    transition: all 0.3s ease;
}

@media (max-width:992px) {
    .circle-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 22px;
    }
}



.perspective-phone {
    position: relative;
    z-index: -1;
}

@media (min-width:992px) {
    .perspective-phone {
        margin-top: -150px;
    }
}


/*  TABS
----------------------*/

.tab-content {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    padding: 3rem;
}

@media (max-width:992px) {
    .tab-content {
        padding: 1.5rem;
    }
}

.tab-content p {
    line-height: 1.8;
}

.tab-content h2 {
    margin-bottom: 0.5rem;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    padding: 1rem 1rem;
    border-color: #faf6fb #faf6fb #FFF;
    font-size: 19px;
    color: #b5a4c8;
    background: #f5eff7;
                    border:soldid 1px red;
    
}

.nav-tabs .nav-link.active {
    background: #FFF;
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    color: #633991;
}


/*  TESTIMONIALS
----------------------*/


/* ============================================================================================================================
== BUBBLE WITH A BORDER AND TRIANGLE
** ============================================================================================================================ */

/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.testimonials-single {
  position:relative;
  padding:15px;
  margin:1em 0 3em;
  border:5px solid #ce75b4;
  color:#333;
  background:#fff;
  /* css3 */
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
   text-align: center;
}

/* Variant : for left positioned triangle
------------------------------------------ */

.testimonials-single.left {
  margin-left:30px;
}

/* Variant : for right positioned triangle
------------------------------------------ */

.testimonials-single.right {
  margin-right:30px;
}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

.testimonials-single:before {
  content:"";
  position:absolute;
  bottom:-20px; /* value = - border-top-width - border-bottom-width */
  left:40px; /* controls horizontal position */
  border-width:20px 20px 0;
  border-style:solid;
  border-color:#ce75b4 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* creates the smaller  triangle */
.testimonials-single:after {
  content:"";
  position:absolute;
  bottom:-13px; /* value = - border-top-width - border-bottom-width */
  left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width:13px 13px 0;
  border-style:solid;
  border-color:#fff transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}


/* Variant : left
------------------------------------------ */

/* creates the larger triangle */
.testimonials-single.left:before {
  top:10px; /* controls vertical position */
  bottom:auto;
  left:-30px; /* value = - border-left-width - border-right-width */
  border-width:15px 30px 15px 0;
  border-color:transparent #5a8f00;
}

/* creates the smaller  triangle */
.testimonials-single.left:after {
  top:16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
  bottom:auto;
  left:-21px; /* value = - border-left-width - border-right-width */
  border-width:9px 21px 9px 0;
  border-color:transparent #fff;
}

/* Variant : right
------------------------------------------ */

/* creates the larger triangle */
.testimonials-single.right:before {
  top:10px; /* controls vertical position */
  bottom:auto;
  left:auto;
  right:-30px; /* value = - border-left-width - border-right-width */
  border-width:15px 0 15px 30px;
  border-color:transparent #5a8f00;
}

/* creates the smaller  triangle */
.testimonials-single.right:after {
  top:16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
  bottom:auto;
  left:auto;
  right:-21px; /* value = - border-left-width - border-right-width */
  border-width:9px 0 9px 21px;
  border-color:transparent #fff;
}



.blockquote {
    color: #7a767a;
    font-weight: 300;
    font-size: 18px;
     line-height: 30px;
}

.testimonials h5{
    color: #158BD0;
}

.testimonials .text-primary {
    color: #e38cb7 !important;
     font-size: 14px;
     font-weight: 300;
}



.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e7d9eb;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff487e;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ff487e;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}


/*  IMAGE GALLERY
----------------------*/

.img-gallery .owl-item img {
    transition: all 0.3s ease-in;
    max-height:300px !important;
    padding-left:20px;
    padding-right:20px;
}

#gallery{
	background:url(../images/partnersbackground.png) no-repeat ;
    background-size: cover; 
    background-color:#ffffff;
}

/*  PRICING
----------------------*/

@media (max-width:992px) {
    .card-deck {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-deck .card {
        margin-bottom: 15px;
    }
}

.card.pricing {
    border: 1px solid #f1eef1;
}

.card.pricing.popular {
    border-top-width: 3px;
    border-color: #ce75b4 #faf6fb #FFF;
    box-shadow: 0px 12px 59px 0px rgba(36, 7, 31, 0.11);
    color: #633991;
}

.card.pricing .card-head {
    text-align: center;
    padding: 40px 0 20px;
}

.card.pricing .card-head .price {
    display: block;
    font-size: 45px;
    font-weight: 300;
    color: #633991;
}

.card.pricing .card-head .price sub {
    bottom: 0;
    font-size: 55%;
}

.card.pricing .list-group-item {
    border: 0;
    text-align: center;
    color: #959094;
    padding: 1.05rem 1.25rem;
}

.card.pricing .list-group-item del {
    color: #d9d3d8;
}

.card.pricing .card-body {
    padding: 1.75rem;
}


/*  CALL TO ACTION
----------------------*/

.call-to-action {
    text-align: center;
    color: #000;
    margin: 3rem 0;
}

.call-to-action .box-icon {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    transform: scale(0.85);
    margin-bottom: 2.5rem;
}

.call-to-action h2 {
    color: #000;
}

.call-to-action .tagline {
    font-size: 16px;
    font-weight: 300;
    color: #ffb8f6;
    max-width: 650px;
    margin: 0 auto;
}

.btn-light img {
    margin-right: 0.4rem;
    vertical-align: text-bottom;
}


/*  FOOTER
----------------------*/
.social-icons {
    text-align: right;
}

.social-icons a {
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin: 0 0.3rem;
    border-radius: 5px;
    color: #f4c9e2;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    text-decoration: none;
    color: #e38cb7;
}

@media (max-width:991px) {
    .social-icons {
        text-align: center;
        margin-top: 2rem;
    }
}




/* Top_content
---------------------------------*/

.top_content{
	position:relative;
	min-height:750px;
	}
	
.top_content img{
	max-width:50%;
	padding-bottom:5%;
	}
		
	
.white_pad{
	position:relative;
	right:0px;
	bottom:0px;
	}
	
.white_pad img{
	position: absolute;
	right:0px;
	bottom:0px;
	}
	
.top_left_cont{
	padding-top: 15%;
	padding-left:5%;
}

.top_left_cont h3{
	color:#F0007A;
}
	
.top_left_cont h5{
	font-size:16px;
	color:#000000;
	margin:0 0 0px 0;
	font-weight:500;
	line-height: 26px;
}
.top_left_cont p{
	font-size:16px;
	color:#000000;
	font-weight:100;
	margin:0 0 0px 0;
	line-height: 26px;
	}


/* Services
---------------------------------*/

#service{
	padding:0px;
	padding-bottom:5%;
	}

.service_area{
	padding:40px 0 40px; 
	}
	
.service_section{
	}
	
.service_block{
	text-align:center;
	padding-left: 15px;
    padding-right: 15px;
	}
	
.service_icon{
	border:2px solid #f56eab;
	border-radius:50%;
	width:90px;
	height:90px;
	margin:0px auto 25px;
	}
	
.service_icon.icon2{
	border:2px solid #7cc576;
	}
	
.service_icon.icon3{
	border:2px solid #49b5e7;
	}
	
.service_icon span {
    background:#f56eab;
    border: 3px solid #fff;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}
.service_icon.icon2 span {
    background:#7cc576;
}
.service_icon.icon3 span{
    background:#49b5e7;
	}
.service_icon i{
	color: #fff;
    font-size: 40px;
    margin-top: 0;
    position: relative;
    top: 14px;
    z-index: 20;
	}
	
.service_block h3{
	font-weight: 600;
	line-height:22px;
	font-size:14px;
	color:#4A4A4A;
	margin:35px 0 18px;
	}
	
.service_block p{
	font-size:16px;
	color:#888888;
	margin:0px;
	}
	


.title-centre{
	font-size:22px;
	color:#C6C6C6;
	font-weight:600;
	font-size:30px;
	text-align:center;
	text-transform:uppercase;
	/*right:0px;*/
	letter-spacing: 4px;
	
}
.card{
background: none !important;	
}
.card-title{

font-size: 14px;
}



.subtext-centre{
	font-size:18px;
	color:#000000;
	font-weight:400;
	font-size:14px;
	text-align:center;
	/*right:0px;*/
	letter-spacing: 1px;
	
}


.so-button > a {
    color: #fff;
    font-weight: 500;
    display: inline-block;
    border: 2px solid #158BD0;
    height: 50px;
    min-width: 178px;
    line-height: 46px;
    text-align: center;
    border-radius: 24px 24px 24px 24px;
     background: #158BD0;
}

.so-button > a:hover {
    background: #F0007A;
    color: #fff;
    border: 2px solid #F0007A;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration:none;
}



/*--------------------------------------------------*/
/* Testimonial Area */
.testimonial_area {
	 padding-top: 90px;
  padding-bottom: 0px;
  background: #fefefe;
}
.testimonial_area .testimonial_carosel {
  padding-top: 60px;
}
.testimonial_area .testimonial_carosel .item .media {
  max-width: 260px;
  margin: 0 auto;
  padding-bottom: 32px;
}

.testimonial_area .testimonial_carosel .item .media .media-body {
  padding-top: 40px;
}
.testimonial_area .testimonial_carosel .item .media .media-body h4 {
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  color: #888888;
}
.testimonial_area .testimonial_carosel .item .media .media-body h6 {
  font-family: 'Rubik', sans-serif;
  color: #555555;
  padding-top: 5px;
}
.testimonial_area .testimonial_carosel .item p {
  font: 400 italic 14px/26px 'Rubik', sans-serif;
  color: #888888;
  max-width: 945px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}
.testimonial_area .testimonial_carosel .item p i {
  color: #555555;
  font-size: 18px;
  display: block;
}
.testimonial_area .testimonial_carosel .item p .fa-quote-right {
  text-align: right;
  padding-top: 5px;
}
.testimonial_area .testimonial_carosel .item p .fa-quote-left {
  text-align: left;
  padding-bottom: 5px;
}
.testimonial_area .testimonial_carosel .owl-controls {
  text-align: center;
}
.testimonial_area .testimonial_carosel .owl-controls .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border: 2px solid #555555;
  margin-left: 15px;
  display: inline-block;
  transition: all 300ms linear 0s;
  border-radius: 50%;
}
.testimonial_area .testimonial_carosel .owl-controls .owl-dots .owl-dot:hover, .testimonial_area .testimonial_carosel .owl-controls .owl-dots .owl-dot:focus, .testimonial_area .testimonial_carosel .owl-controls .owl-dots .owl-dot.active {
  background: #fe0066;
  border: 2px solid #fe0066;
}

.testimonial_area .client-name > h5 {
    color: #fe0066;
    font-size: 18px;
    margin-top: 5px;
}

.testimonial_area .client-name > p {
    color: #fe0066;
    font-size: 18px;
    margin-top: 5px;
}

/* End Testimonial Area */



/* --------------------------
:: 10.0 Testimonials Area CSS
-------------------------- */

.clients-feedback-area .client-name > h5 {
    color: #5b32b4;
    font-size: 22px;
    margin-top: 5px;
}

.clients-feedback-area .star-icon > i {
    font-size: 18px;
    color: #f1b922;
}

.clients-feedback-area .client-description > p {
    max-width: 1010px;
    margin: auto;
    margin-bottom: 15px;
    font-size: 22px;
    color:red !important;
 
}

.clients-feedback-area .client > i {
    font-size: 48px;
    color: #897ceb;
    margin-bottom: 30px;
}

.clients-feedback-area .client-name > p {
    color: #b5aec4;
}

.clients-feedback-area .slick-dots {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.clients-feedback-area .slick-dots li button {
    width: 12px;
    height: 12px;
    text-indent: -999999999999999999999999px;
    border: 3px solid #a49fba;
    background-color: #fff;
    border-radius: 50%;
    margin: 5.5px;
    outline: none;
}

.clients-feedback-area .slick-dots li.slick-active button {
    background-color: #fb397d;
    border-color: #fb397d;
}

.clients-feedback-area .slick-slide.client-thumbnail {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 129px;
}


.clients-feedback-area .slick-slide img {
    display: block;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.clients-feedback-area .slick-slide.slick-current img {
    width: 100px !important;
    height: 100px !important;
}

.clients-feedback-area .slick-arrow {
    position: absolute;
    width: 30px;
    background-color: #fff;
    height: 100%;
    text-align: center;
    font-size: 24px;
    color: #b5aec4;
    display: block;
    line-height: 550%;
    left: 0;
    z-index: 90;
    cursor: pointer;
}

.clients-feedback-area .slick-arrow.fa-angle-right {
    left: auto;
    right: 0;
    top: 0;
}



      
      
      
/*--------------------------------------------------*/


.all_contact_info 
{
background: #ffffff;	
	
}
.all_contact_info .contact_row .contact_info p {
  font: 400 14px/26px 'Rubik', sans-serif;
  color: #555555;
  padding-top: 30px;
  
}
.all_contact_info .contact_row .contact_info .location {
  padding-top: 55px;
}
.all_contact_info .contact_row .contact_info .location a {
  font: 400 14px/28px 'Rubik', sans-serif;
  color: #555555;
  display: block;
  text-transform: uppercase;
  
}
.all_contact_info .contact_row .contact_info .location a:hover, .all_contact_info .contact_row .contact_info .location a:focus {
  color: #019a9b;
  
}
.all_contact_info .contact_row .contact_info .location .f_location {
  padding-bottom: 30px;
}
.all_contact_info .contact_row .contact_info .location .location_laft {
  width: 98px;
  float: left;
}
.all_contact_info .contact_row .contact_info .location .address a {
  text-transform: none;
}
.all_contact_info .contact_row .send_message .contact_box {
  padding-top: 30px;
}
.all_contact_info .contact_row .send_message .contact_box .input_box {
  border: 1px solid #dfe3e4;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  height: 50px;
  padding-left: 15px;
  width: 100%;
  color: #000;
  margin-bottom: 20px;
}
.all_contact_info .contact_row .send_message .contact_box .input_box.placeholder {
  color: #d3dadf;
}
.all_contact_info .contact_row .send_message .contact_box .input_box:-moz-placeholder {
  color: #d3dadf;
}
.all_contact_info .contact_row .send_message .contact_box .input_box::-webkit-input-placeholder {
  color: #d3dadf;
}
.all_contact_info .contact_row .send_message .contact_box textarea {
  height: 120px !important;
  resize: none;
}
.all_contact_info .contact_row .send_message .contact_box button {
   background: #F51969;
    height: 48px;
    min-width: 185px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 22px 25px 22px 25;
}
.all_contact_info .contact_row .send_message .contact_box button:hover, .all_contact_info .contact_row .send_message {
  
    color: #555555;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;

}

figure
{
   width: 100%; /*container-width*/
   margin:0;   /*reset margin of figure tag*/
}
figure img
{
   display:block; /*remove inline-block spaces*/
   border-radius:5%;
   overflow:hidden; /*hide bounds of image */
   max-height:500px;/* to overrride attribute height set in tag */
}


/* The location pointed to by the popup tip. */
.popup-tip-anchor 
{
      height: 0;
      position: absolute;
      width: 200px;
}
    /* The bubble is anchored above the tip. */
.popup-bubble-anchor
{
      position: absolute;
      width: 100%;
      bottom: /* TIP_HEIGHT= */ 8px;
      left: 0;
}
/* Draw the tip. */
.popup-bubble-anchor::after 
{
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      /* Center the tip horizontally. */
      transform: translate(-50%, 0);
      /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
      width: 0;
      height: 0;
      /* The tip is 8px high, and 12px wide. */
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: /* TIP_HEIGHT= */ 8px solid white;
}
    /* The popup bubble itself. */
.popup-bubble-content 
{
      position: absolute;
      top: 0;
      left: 0;
      transform: translate(-50%, -100%);
      /* Style the info window. */
      background-color: white;
      padding: 5px;
      border-radius: 5px;
      font-family: sans-serif;
      overflow-y: auto;
      max-height: 60px;
      box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);
}

 /*--------------------------------------------------*/
  #contact{background:#ffffff !important;}
 #contact p {color:#C4C4C4;}
 
  #contact a {color:#C4C4C4;}
  

#pink
{
   color:#F0007A;
   font-weight:bold;
}

#blue
{
   color:#158BD0;
   font-weight:bold;
}
   
  
  /*  SERVICES BANNER
----------------------*/
/* Banner Area */
.banner_area {
  background:url(../images/partnersbackground.png) no-repeat fixed;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
  padding-top: 70px;
}
.banner_area:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: -1;
}
.banner_area h2 {
  color: #fff;
  text-transform: uppercase;
  padding-top: 85px;
}
.banner_area .breadcrumb {
  background-color: transparent;
  padding-top: 15px;
}
.banner_area .breadcrumb li a {
  color: #fefefe;
}
.banner_area .breadcrumb li a.active {
  color: #F0007A;
}

/* our_services_tow */
.our_services_tow {
  padding-bottom: 100px;
  overflow: hidden;
  display: block;
}
.our_services_tow .architecture_area {
  padding-top: 60px;
}
.our_services_tow .architecture_area .portfolio_filter_2 {
  border: 1px solid #dfe3e4;
  display: block;
  overflow: hidden;
}
.our_services_tow .architecture_area .portfolio_filter_2 ul {
  padding: 0;
}
.our_services_tow .architecture_area .portfolio_filter_2 ul li {
  float: left;
  list-style: none;
  width: 20%;
  text-align: center;
  transition: all 300ms linear 0s;
  border-right: 1px solid #dfe3e4;
  height: 150px;
}
.our_services_tow .architecture_area .portfolio_filter_2 ul li:last-child {
  border-right: 0;
}
.our_services_tow .architecture_area .portfolio_filter_2 ul li a {
  color: #222222;
  display: block;
  padding-top: 40px;
  padding-bottom: 35px;
}
.our_services_tow .architecture_area .portfolio_filter_2 ul li a i {
  font-size: 36px;
  display: block;
  padding-bottom: 10px;
}
.our_services_tow .architecture_area .portfolio_filter_2 ul li:hover, .our_services_tow .architecture_area .portfolio_filter_2 ul li:focus, .our_services_tow .architecture_area .portfolio_filter_2 ul li.active {
  border-bottom: 5px solid #F0007A;
}
.our_services_tow .architecture_area .portfolio_filter_2 ul li:hover a, .our_services_tow .architecture_area .portfolio_filter_2 ul li:focus a, .our_services_tow .architecture_area .portfolio_filter_2 ul li.active a {
  color: #F0007A;
}
.our_services_tow .architecture_area .portfolio_2 {
  padding-top: 90px;
}

.our_services_tow .architecture_area .portfolio_2 .single_facilities {
 margin-bottom:15px;
  margin-top:10px;
}


.our_services_tow .architecture_area .portfolio_2 .single_facilities img {
  max-width: 100%;
  max-height:350px;
  border: solid 2px #dfe3e4;
  border-radius:10%;
  margin-left:50%;
  padding-top: 0px;
  padding: 10px;
  margin: 10px;

}
.our_services_tow .architecture_area .portfolio_2 .single_facilities .who_we_area .subtittle {
  padding-bottom: 30px;
}
.our_services_tow .architecture_area .portfolio_2 .single_facilities .who_we_area .subtittle h2:after {
  background: #f6b60b;
}
.our_services_tow .architecture_area .portfolio_2 .single_facilities .who_we_area p {
  color: #555555;
  padding-bottom: 30px;
}
.our_services_tow .architecture_area .portfolio_2 .single_facilities .who_we_area a {
  margin-top: 0px;
}
.our_services_tow .services_pages {
  padding-top: 0;
}

.list-unstyled .media {
  background:url(../images/bullet.png) no-repeat 0 4px;
  list-style: none;
  font: 400 14px/26px 'Rubik', sans-serif;
  color: #555555;
  padding-left:30px;
  padding-bottom: 5px;
}


.grid-sizer-2 {
  width: 41.66666667%;
}

/* our_services_tow */
/*--------------------------------------------------*/


  #client-logos img{
	     max-width: 80%;
	     display: inline;
	     margin: 20 20 20 9px;
	     top:0px;
	  }
	  
	  
.footer-text {
    margin-bottom: 15px;
    padding-right:15px;
    padding-left: 15px;
    
}



.footer-text a{
    color: #633991;
}


.logo-small {
    width: 40%;
    margin-top: 0px;
      border:sold 1px red;
}



/*--------------------------------------------------*/
.building_construction_area .building_construction_row {
  padding-top: 95px;
  padding-bottom: 95px;
}
.building_construction_area .building_construction_row .constructing_laft h2 {
  font: 700 24px 'Rubik', sans-serif;
  color: #222222;
  text-transform: uppercase;
  padding-bottom: 35px;
}
.building_construction_area .building_construction_row .constructing_laft img {
  max-width: 100%;
}

.building_construction_area .building_construction_row .constructing_laft a:hover, .building_construction_area .building_construction_row .constructing_laft a:focus {
  color: #f6b60b;
}
.building_construction_area .building_construction_row .constructing_laft p {
  font: 400 14px/26px 'Rubik', sans-serif;
  color: #555555;
}
.building_construction_area .building_construction_row .constructing_laft .ipsum {
  padding-left: 0;
  padding-top: 15px;
}
.building_construction_area .building_construction_row .constructing_laft .ipsum .excavator {
  padding: 0;
  padding-top: 15px;
}
.building_construction_area .building_construction_row .constructing_laft .ipsum .excavator li {
  background:url(../images/bullet.png) no-repeat 0 4px;
  list-style: none;
  font: 400 14px/26px 'Rubik', sans-serif;
  color: #555555;
  padding-left:30px;
  margin:5px;
}
.building_construction_area .building_construction_row .constructing_laft .ipsum .excavator li i {
  color: #f6b60b;
  padding-right: 30px;
}
.building_construction_area .building_construction_row .constructing_laft .ipsum_img {
  padding-top: 25px;
  padding-bottom: 16px;
}
.building_construction_area .building_construction_row .constructing_laft .ipsum_img img {
  max-width: 100%;
}
.building_construction_area .building_construction_row .constructing_right h2 {
  color: #222222;
  text-transform: uppercase;
  padding-bottom: 35px;
}
.building_construction_area .building_construction_row .constructing_right .painting {
  padding: 0;
  padding-bottom: 40px;
}
.building_construction_area .building_construction_row .constructing_right .painting li {
  list-style: none;
  padding-bottom: 10px;
}
.building_construction_area .building_construction_row .constructing_right .painting li a {
  font: 400 14px/50px 'Rubik', sans-serif;
  color: #fff;
  background: #F0007A;
  display: block;
  padding-left: 25px;
}
.building_construction_area .building_construction_row .constructing_right .painting li a i {
  font-size: 18px;
  padding-right: 20px;
}
.building_construction_area .building_construction_row .constructing_right .painting li a:hover, .building_construction_area .building_construction_row .constructing_right .painting li a:focus {
  color: #000;
}
.building_construction_area .building_construction_row .constructing_right .contact_us {
  background: #f6b60b;
  padding: 30px;
}
.building_construction_area .building_construction_row .constructing_right .contact_us h4 {
  font: 400 14px/1 'Rubik', sans-serif;
  color: #fefefe;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.building_construction_area .building_construction_row .constructing_right .contact_us .contac_namber {
  font: 700 18px/26px 'Rubik', sans-serif;
  color: #fefefe;
  display: block;
}
.building_construction_area .building_construction_row .constructing_right .contact_us p {
  font: 400 14px/26px 'Rubik', sans-serif;
  color: #fefefe;
  padding-top: 20px;
  padding-bottom: 25px;
}
.building_construction_area .building_construction_row .constructing_right .contact_us .button_all {
  width: 150px;
  border: 2px solid #fff;
  background-color: transparent;
  font: 400 14px/36px 'Rubik', sans-serif;
  color: #fefefe;
}

/*-------- Start home-about Area ------------*/


.home-about-right h6 {
  text-transform: uppercase;
  font-weight: 400;
}

.home-about-right h1 {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .home-about-right h1 {
    font-size: 20px;
  }
}

.home-about-right p {
  margin-bottom: 30px;
  color:#000000 !important;
}

.home-about-right .primary-btn:hover {
  box-shadow: 0px 20px 20px 0px rgba(132, 144, 255, 0.3);
}

.home-about-left img{
border:solid 3px #158BD0;;
	display:block;
	border-radius:50%;
	max-width:210px;
	text-align:center;
	 display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:10px;
	
	}
	
	
/*-------- End home-about Area ------------*/


  #contact  
  {
  margin-bottom: 10px; 
  }
  
  #contact  img
  {
   border: none !important;
  }
 #contact h2 
 {
   font-weight: 700; 
 }
 #contact #details 
 {
   list-style: none;
   padding: 0;
   margin: 0; 
 }
#contact #details li 
{
     text-align: center;
     padding: 10px 0; 
}

#contact #details li [class^="icon"] 
{
       padding-bottom: 5px; 
}
  
#contact #details li span 
{
       font-weight: 500;
       font-size: 1em; 
}

#contact #social_media_icons 
{
   list-style: none;
   padding: 0;
   padding-bottom: 30px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    position: absolute;
   left: 50%;
     padding-top: 50px;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);

 }
 
  #contact #social_media_icons li 
  {
    text-align: left; 
  }
  
  #contact #social_media_icons li img 
   {
      width: 100%;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; 
       border: none !important;
    }
    #contact #social_media_icons li a img:hover
    {
      -webkit-transform: scale(1.25, 1.25);
      -ms-transform: scale(1.25, 1.25);
      transform: scale(1.25, 1.25);
      -webkit-transition: 0.25s ease-out;
      -o-transition: 0.25s ease-out;
      transition: 0.25s ease-out; 
     }
       
       
  
  
  
  /* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  
  .our_services_tow .architecture_area .portfolio_filter_2 ul li {
  float: center ;
  width: 100% ;
  height: 70px ;
  ;
}
	
.contact_us_area .contact_now_aera .contact_now .contacttext {
   padding-top: 20px !important;
   padding-bottom: 10px !important;
}

.contact_us_area .contact_now_aera .contact_now .contact_bottun a {
   margin:5px !important;
}
  
  .top_content img{
    padding-top:5%;
	max-width:80%;
	padding-bottom:5%;
	}
	
	.contact_us_area  {
   padding-bottom: 20px !important;
}
	
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
    
  .our_services_tow .architecture_area .portfolio_filter_2 ul li {
  float: center ;
  width: 100% ;
  height: 70px ;
  ;
}
.contact_us_area .contact_now_aera .contact_now .contacttext {
   padding-top: 20px !important;
   padding-bottom: 10px !important;
}

.contact_us_area .contact_now_aera .contact_now .contact_bottun a {
   margin:5px !important;
}
	 .top_content img{
    padding-top:5%;
	max-width:80%;
	padding-bottom:5%;
	}
		.contact_us_area  {
   padding-bottom: 20px !important;
}
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
	
	  #client-logos img{
	     max-width: 50% !important;
	     display: inline;
	     margin: 20 20 20 9px;
	     top:0px;
	  }
  
  
  .our_services_tow .architecture_area .portfolio_filter_2 ul li {
  float: center ;
  width: 100% ;
  height: 70px ;
  ;
}
	
	.owl-theme .owl-dots .owl-dot span {
    background: #e7d9eb;
    width: 10px;
    height: 5px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}
	
.contact_us_area .contact_now_aera .contact_now .contacttext {
   padding-top: 20px !important;
   padding-bottom: 10px !important;
}

.contact_us_area .contact_now_aera .contact_now .contact_bottun a {
   margin:5px !important;
}
 .top_content img{
    padding-top:5%;
	max-width:80%;
	padding-bottom:5%;
	}
	
		.contact_us_area  {
   padding-bottom: 20px !important;
}
  
}



.bullet {
  padding: 0;
  padding-top: 15px;
}
.bullet li {
  background:url(../images/bullet.png) no-repeat 0 4px;
  list-style: none;
  font: 400 14px/26px 'Rubik', sans-serif;
  color: #555555;
  padding-left:30px;
  margin:5px;
}

.pinklink{
	font-size: 14px !important;
    font-weight: 500;
    text-decoration:none;
    color: #F0007A !important;
}


blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}

blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}




/*--------------------------------------------------*/
/* about_us_area */
.about_us_area {
  background: #fefefe;
}
.about_us_area .about_row {
  padding-top: 10px;
  padding-bottom: 10px;
}
.about_us_area .about_row .about_client {
  padding-top: 7px;
}
.about_us_area .about_row .about_client img {
  max-width: 80%;
}

.member_text{
	padding-top:50px;
}

/* End about_us_area */
/*--------------------------------------------------*/
/* Our contact_us_area Area */
.contact_us_area {
    background-color: rgb(74, 13, 143);
    background: -moz-linear-gradient(190deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: -webkit-linear-gradient(190deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    background: linear-gradient(190deg, rgb(74, 13, 143) 0%, rgb(250, 42, 143) 100%);
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
}

.contact_us_area .contact_now_aera .contact_now .contacttext {
   padding-top: 30px;
   padding-bottom: 30px;
}
.contact_us_area .contact_now_aera .contact_now .contacttext h4 {
  font: 700 18px "Roboto", sans-serif;
  color: #fff;
}
.contact_us_area .contact_now_aera .contact_now .contacttext p {
  font: 400 14px/26px "Roboto", sans-serif;
  color: #fff;
  padding-top: 5px;
}
.contact_us_area .contact_now_aera .contact_now .contact_bottun a {
   margin:30px;
}

/* End Our contact_us_area Area */