
body, html {
	font-family: 'Open Sans', Regular;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
	overflow-x:hidden;
	}
h2 {
	margin: 0 0 20px 0;
	font-weight: 600;
	font-size: 35px;
	color:#3e4545;
}

h3, h4 {
	font-size: 20px;
	font-weight: 400;
	color: #333;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 14px;
	
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #fff;
	font-weight: 400;
}
a:hover, a:focus {
	text-decoration: none;
	color: #fff;
}
.car a:hover{
	color: #0090ea;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 3px;
	width: 160px;
	text-align: center;
	position: relative;
	background: #00adee;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}
/* Navigation */
#menu {
	padding-top: 20px;
	padding-bottom: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	-webkit-background-color: #0008;
	-ms-background-color: #0008;
	-moz-background-color: #0008;
	background-color: #fff;
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-size: 26px;
	font-weight: 600;
	color: #eee;
}


#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #3f4545;
	/*background: #db224c;*/
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 6px 12px;
	border-radius: 6px;
	margin: 6px 0px 0 6px;
}


#menu.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background: #db224c;
    transition: all 0.5s ease-in-out;
}
.on {
	background-color: #134050 !important;
	padding: 0 !important;
	padding: 15px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color:#fff;
	background:#db224c;
}
 .navbar-nav li a.active {
	color: #fff !important;
	background: #da214b  !important;

}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #6aaf08;
}
.navbar-header img{
	width: 240px;
	height: 50px;

}
.section-title {
	margin-bottom: 50px;
	margin-top: 50px;
}
.section-title p {
    font-size: 18px;
    color: #134050;
    /*font-weight: 500;*/
}
.btn-custom {
	margin-top: 200px;
	margin-bottom: -50px;

}
b, strong {
    font-weight: bold;
    
}
.btn-custom, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
    color: #fff;
    background-color: #337ab7;
    /* float: right; */
    margin: 0px 0px;
    margin-left: 65px;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #fff;
	background-color: #0090ea;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

/* Header Section */

.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../video/video-bg.jpg) top center no-repeat;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,70ad47+100&0.6+0,0.4+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(112,173,71,0.4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(112,173,71,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(112,173,71,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#6670ad47', GradientType=0 ); /* IE6-9 */
}
.intro .fa {
	font-size: 94px;
	margin-bottom: 40px;
	color: #fff;
}
.intro h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -1px;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.intro p {
	color: #fff;
	font-size: 25px;
	margin-top: -30px;
	line-height: 28px;
	margin-bottom: 80px;
}

header .intro-text {
	padding-top: 320px;
	padding-bottom: 100px;
	text-align: center;
}

/*.concept-designing-banner{
	background-size:cover !important;
	background: url(../img/concept-design1.jpg) no-repeat center; 
	padding: 250px;
	position: relative;
}*/
.item img{
	background-size: 100%;
	width: 100%;
}
.client-wrapper{
	padding: 10px 10px ;
}
.client-wrapper img {
    padding: 10px 10px;
    width: 100%;
    height: auto;
}
/*img{
	max-width: 100%;
}
*/
/* Services Section */
#services {
	padding-top: 50px;
	background: #f6f6f6;
}
#services .service-media {
	margin: 10px;
	margin-bottom: -15px;
}
#services .service-media img {
	position: relative;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border: 10px solid rgba(255,255,255,0.1);
}
#services .service-desc {
	margin: 10px 10px 40px;
	text-align: center;
}
#services h2 {
	color: #000;
}
#services h3 {
	color: #00adee;
	font-size: 20px;
	font-weight: 400;
	padding: 5px 0;
}
.service-desc p{
	font-size: 12.5px;
}
#services hr {
	background: rgba(255,255,255,0.6);
}
/* clients*/
.client-wrapper img {
    /* box-shadow: 2px 2px 3px #ddd;*/ 
    /*border: 5px solid #134050;*/
    padding: 10px;
}
.button-wrapper {
    margin-top: 30px;

}

.clients{
	padding-bottom: 0px;
}
/* Portfolio Section */
.portfolio-items a{
	display: block;
    position: relative;
    box-shadow: 2px 2px 4px #ddd;
    background: #000;
    border: 3px solid #e6e4e4;
    width: 90%;
    margin:0px 5%;
}

#portfolio {
	background: #f6f6f6;
}
.categories {
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin: 0 10px 40px 10px;
}
ol.type li a {
	color: #555;
	font-weight: 400;
	padding: 8px 16px;
	background: #e6e6e6;
	border: 0;
	border-radius: 4px;
	letter-spacing: 1px;
	transition: all 0.3s;
}
ol.type li a.active {
	background: #db224c;
	color: #fff;
}
ol.type li a:hover {
	background: #da244c;
	color: #fff;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
}
.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform: uppercase;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Testimonials Section */
#testimonials {
	background: #444 url(../img/testimonials-bg.html) center center no-repeat fixed;
	background-size: cover;
}
#testimonials .overlay {
	padding: 120px 0;
	background: rgba(106, 175, 8, 0.85);
}
#testimonials h2 {
	color: #fff;
}
#testimonials hr {
	background: rgba(255,255,255,0.6);
}
#testimonial p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	border-radius: 50%;
	background: rgba(255,255,255,0.4);
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.3);
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #fff;
	border: 1px solid #fff;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #fff;
	border: 1px solid #fff;
}
/* Contact Section */
#contact {
	
	background: #F6F6F6;
}
#contact .section-title p {
	color: #777;
}
#contact form {
	padding: 0;
	margin-top: 40px;
}
#contact h3 {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
}
#contact .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	resize:none;
	padding: 20px 20px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #134050;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 15px #ddd;
	box-shadow: 0 0 15px #ddd;
}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-info {
	margin-bottom: 30px;
}
#contact .contact-info hr {
	background: #ddd;
}
#contact .contact-item {
	margin: 20px 0 40px 0;
}
/* Footer Section*/

.footer_top{
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 45px;
}
.footer_top .pl_about_us_widget p i {
    border-right: solid 3px #db224c;
    width: 24px;
    margin: 0 8px 0px 0;
}
#footer {
	background: #fff;
	padding: 6px 0 6px;
}
#footer h3 {
	color: #1e7a46;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer .social {
	float: right;
	margin-right: -24%;
	display: none;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 10px;
}
#footer .social i.fa {
	font-size: 22px;
	width: 40px;
	height: 40px;
	padding: 10px;
	background: #0090ea;
	color: #fff;
	border-radius: 50%;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	background: #444;
	color: #fff;
}
#footer p {
	color: #666;
	font-size: 14px;
	float: left;
	margin-left: -25%;
	margin-top: 20px;
}
#footer a {
	color: #888;
}
#footer a:hover {
	color: #ccc;
}
/* Navigation footer*/
.single_widget_info1 .menu li {
    display: inline-block;
    width: calc( 40% - 1px);
    margin-bottom: 17px; 
}
.single_widget_info1 ul.menu li{
   
    cursor: pointer;
}
.single_widget_info1 .menu li a:hover {

	color: #d82349;
}
.single_widget_info2  a:hover {

	color: #0090ea;
}

/* scrollup */

.topbtn{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

.topbtn:hover {
    background: #d82248;
    opacity: 1;

}

.topbtn i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;
}


.ser-top{
	margin-top: 10px;
}

.ser-bottom{
	margin-top: 70px;
}

.navbar-default .navbar-toggle {
    border-color: #3f4545;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #d71c47;
}

/*#menu.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    color: #f58430;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 8px 2px;
    border-radius: 0;
    margin: 16px 20px 0 5px;
}*/
























.aboutus-area {
    padding-top:20px;
     padding-bottom:40px;
}
/*-- aboutus Image --*/
.aboutus-image {
  margin: 0px;
  /*width: 480px; 
    height:500px;*/
}
.aboutus-image img {
     width: 100%; 
	border:15px solid #3f4545; 
	}
	.aboutus-image img :hover{
      border:15px solid #134050;
	transition:all 0.8s ease-in-out;
	cursor:pointer; 
	}
  
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .aboutus-image {
      margin-right: 35px;
      width: 345px; } 
      
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .aboutus-image {
      margin-bottom: 30px;
      float: none; } }
  @media only screen and (max-width: 767px) {
    .aboutus-image {
      margin-bottom: 30px;
      margin-right: 0;
      float: none;
      width: auto;  
  }
  .hidden-sm {
      display: block!important;
      width: 340px;
      height: 85%;
  }
  }
  

/*-- aboutus Content --*/
.aboutus-content h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  }
  @media only screen and (max-width: 479px) {
    .aboutus-content h2 {
      font-size: 30px;
      line-height: 30px; } }
  .aboutus-content h2 span {
    color: #134050;
    font-size: 35px;
     }

.aboutus-content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 23px; }

.aboutus-content p {
    font-size: 14px;
    line-height: 22px;
    color: #134050;
    text-align: center;
}
 /*-- counter --*/
.single-counter {
  border:none;
  margin-top: 32px;
  float: left;
  width: 100%; }
   .single-counter {
    float: left;
    width: 25%;
    padding: 28px 15px 28px; }
    @media only screen and (max-width: 767px) {
      .counter .single-counter {
        width: 50%; }
      
    .counter .single-counter + .single-counter {
      border-left: none }
    .counter .single-counter h2 {
      font-size: 30px;
      color: #71b100;
      line-height: 24px;
      font-family: "Open Sans", sans-serif;
      margin-bottom: 8px; }
    .counter .single-counter p {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 0;
      color: #8f8f8f; }
  }

.section1 {
	padding-top: 0px;
	padding-bottom: 50px;
}





/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}





.aboutus-content .welcome h1 {
    font-size: 26px !important;
    color: #db224c;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;

}

hr {
    height: 3px;
    width: 160px;
    text-align: center;
    position: relative;
    background: #db224c;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 0;
}





.social-box .box {
    background: #FFF;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 20px 0px;
    cursor: pointer;
    transition: all 0.5s ease-out;
    /* border: 1px solid#134050; */
    text-align: center;
}

.social-box .box:hover {
    box-shadow: 0px 0px 16px #134050;
}
.social-box .box .box-text{
    margin:20px 0px;
    font-size: 14px;
    line-height: 22px;
}

.social-box .box .box-btn a{
    text-decoration: none;
    color: #db224c;
    font-size: 14px;
}

.fa{
     color:#db224c;
}


a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #337ab7;
    border: 0px 0px 0px 10px;
    box-shadow: 0px 16px 14px #000;
    transition: all 0.5s ease-in-out;
}




.fa-whatsapp:before {
    content: "\f232";
    color: #fff;
}

.icon-bar1 {
    position: fixed;
    top: 59%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom:0px;
    z-index: 99;
}
.icon-bar1 a {
    display: block;
    text-align: center;
    padding: 15px 27px;
    transition: all 0.3s ease;
    color: white;
    font-size: 23px;
    border-radius: 40px 0px 0px 40px;
    width: 100%;
    color:#000;
}
.icon-bar1 a:hover{
    color:#000;
}


.whats {
    background: #2cb742;
    color: white;
}
.tell1 i{
	color: #fff;
}
.tell1{
	background:#00acec;
	color:#fff;
}
.tell{
	 position: fixed;
    top: 51%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom:0px;
    z-index: 99;

}
.tell a {
	display: block;
    text-align: center;
    padding: 15px 27px;
    transition: all 0.3s ease;
    color: white;
    font-size: 23px;
    border-radius: 40px 0px 0px 40px;
    width: 100%;
    color:#000;
}
.tell a:hover{
	color:#000;

}

.bounzd_tab {
    border: 0 solid black;
    display: block;
    margin: 0 0 10px;
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 10000;
}
.abt-btn{
	margin-top: 30px;
	text-align: center;
}
.abt-btn a {
    color: #fff;
    background: #3f4545;
    padding: 9px 10px;
    margin-top: 10px;
    font-size: 14px;
}
.abt-btn a:hover {
    background: #db224c;
}

/*.abt-btn {
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}*/

.abt-btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.abt-btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.abt-btn:hover span {
  padding-right: 25px;
}

.abt-btn:hover span:after {
  opacity: 1;
  right: 0;
}





/*
.btn-primary{
	margin-top: 30px;
}
.btn-primary a {
    color: #fff;
    background: #134050;
    padding: 9px 10px;
    margin-top: 10px;
    font-size: 14px;
}
.btn-primarya:hover {
    background: #f58634;
}
.btn-primary span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-primary span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn-primary:hover span {
  padding-right: 25px;
}

.btn-primary:hover span:after {
  opacity: 1;
  right: 0;
}*/



.servicesleft p a:hover{

	color:#da224a;
}

.servicesright p a:hover{

	color:#d9224a;
}








.you {
    background: #134050;
    padding: 8px;
    text-align: center;
}

.you a{
	font-size: 15px;
	color: #fff;
	text-align: center;
}


.box-title h3 {
    font-size: 20px;
    color: #da214b;
    font-weight: 500;
}

.cap{
margin-left: -26px;
}

.btn-custom1 {
    padding: 10px 15px;
    color: #fff;
    background: #337ab7;
    margin-left: 0px;
    /* margin-top: 0px; */
    float: right;
}



.btn:hover, .btn:focus, .btn.focus {
    color: #f6f6f6;
    text-decoration: none;
    background: #05aded;
}

  .carousel-inner img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }







.wrapper{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1111;
    left: 96%;
}

.share{
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s linear;
}

.share .fa{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 16px;
}

.share.facebook{
    background: #3b5998;
}

.share.twitter{
    background: #55acee;
}

.share.reddit{
    background: #ff4500;
}

.share.google{
    background: #dd4b39;
}
.share.linkedin{
    background: #0077b5;
}

.share.whatsapp{
    background: #4dc247;
}
.share:hover {
    width: 40px;
    transform: translate(-4px, 0px);
}








.primary-bg-area {
    background: #f5f6f10a none repeat scroll 0 0;
    border-bottom: 2px solid #ffffff;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}

.primary-bg-area .primary-bg {
    padding: 0px 0px 50px 0;
    overflow: hidden;
}

.primary-bg-area .primary-bg h2 {
    font-weight: 700;
    letter-spacing: 0.03em;
}
.subtitle {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.primary-bg-area .primary-bg .seline-border {
    background: #ff7f50;
}
.seline-border {
    background-color: #ff7f50;
    width: 80px;
    height: 3px;
    margin: 6px auto;
    margin-bottom: 10px;
}

.what-we-do-area .what-we-do-content {
    margin-top: 40px;
}

.padding2px {
    padding-right: 2px;
    padding-left: 2px;
}

.primary-bg-area .primary-bg .single-primary {
    background: #ffffff;
    padding: 30px;
    box-sizing: border-box;
    -webkit-transition: all 320ms ease;
    -moz-transition: all 320ms ease;
    -ms-transition: all 320ms ease;
    -o-transition: all 320ms ease;
    transition: all 320ms ease;
    height: 400px;
    margin: 8px;
    border: 1px solid #da214b;
}

.single-primary img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.heading3 {
    color: #da214b;
    -webkit-transition: all 320ms ease;
    -moz-transition: all 320ms ease;
    -ms-transition: all 320ms ease;
    -o-transition: all 320ms ease;
    transition: all 320ms ease;
}
.description {
    color: #463f3a;
    line-height: 1.7em;
    font-size: 14px;
    margin-top: 10px;
    -webkit-transition: all 320ms ease;
    -moz-transition: all 320ms ease;
    -ms-transition: all 320ms ease;
    -o-transition: all 320ms ease;
    transition: all 320ms ease;
    text-align: left;
}
.primary-bg-area .primary-bg .single-primary:hover .heading3, .primary-bg-area .primary-bg .single-primary:hover .description {
    color: #ffffff;
}.primary-bg-area .primary-bg .single-primary:hover {
    background: #00000066;
    background-image: url(images/1.html);
}




.primary-bg-area1 {
 /*   background: #f5f6f1 none repeat scroll 0 0;*/
    /*border-bottom: 2px solid #ffffff;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);*/
}

.primary-bg-area1 .primary-bg {
    padding: 10px 0;
    overflow: hidden;
}

.primary-bg-area1 .primary-bg h2 {
    font-weight: 700;
    letter-spacing: 0.03em;
}
.subtitle {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.primary-bg-area1 .primary-bg .seline-border {
    background: #ff7f50;
}
.seline-border {
    background-color: #ff7f50;
    width: 80px;
    height: 3px;
    margin: 6px auto;
    margin-bottom: 10px;
}

.what-we-do-area .what-we-do-content {
    margin-top: 40px;
}

.padding2px {
    padding-right: 2px;
    padding-left: 2px;
}

.primary-bg-area1 .primary-bg .single-primary {
    background: #ffffff;
    padding: 30px;
    box-sizing: border-box;
    -webkit-transition: all 320ms ease;
    -moz-transition: all 320ms ease;
    -ms-transition: all 320ms ease;
    -o-transition: all 320ms ease;
    transition: all 320ms ease;
    height: 400px;
    margin: 8px;
    border: 1px solid #da214b;
}

.single-primary img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.heading3 {
    color: #da214b;
    -webkit-transition: all 320ms ease;
    -moz-transition: all 320ms ease;
    -ms-transition: all 320ms ease;
    -o-transition: all 320ms ease;
    transition: all 320ms ease;
}
.description {
    color: #463f3a;
    line-height: 1.7em;
    font-size: 14px;
    margin-top: 10px;
    -webkit-transition: all 320ms ease;
    -moz-transition: all 320ms ease;
    -ms-transition: all 320ms ease;
    -o-transition: all 320ms ease;
    transition: all 320ms ease;
    text-align: left;
}
.primary-bg-area1 .primary-bg .single-primary:hover .heading3, .primary-bg-area1 .primary-bg .single-primary:hover .description {
    color: #ffffff;
}.primary-bg-area1 .primary-bg .single-primary:hover {
    background: #00000066;
    background-image: url(images/1.html);
}






























/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fff;
    margin: auto;
    padding: 40px;
    border: 1px solid #97bdac;
    width: 70%;
}

/* The Close Button */
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.re1{
	    padding: 10px 10px;
    background: #009edf;
    border: none;
    color: #fff;
    border: 1px solid#009edf;
}

.re1:hover {
    background: #da214b;
    color: #fff;
    border: 1px solid#da214b;
}
.re{
	     padding: 7px 20px;
    background: #009edf;
    border: none;
    color: #fff;
    border: 1px solid#009edf;
}
.re:hover {
    background: #da214b;
    color: #fff;
    border: 1px solid#da214b;
}



.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #000;
}

.main1{
 	padding: 0px 0;
}
.main1 input, .main1 input::-webkit-input-placeholder {
    font-size: 14px;
    /* padding-top: 3px; */
}
.main1-center {
    margin-top: 30px;
    margin: 0 auto;
    padding: 0px 0px;
    color: #FFF;
    text-shadow: none;
    /* -webkit-box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 31%); */
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    /* box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 31%); */
}
.main1-center h5 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    height: 50px;
    margin-bottom: 0;
    line-height: 38px;
}

span.input-group-addon i {
    color: #549b7b;
    font-size: 17px;
}

.card-container {
    width: 100%;
    margin: 15px auto 0;
    height: auto;
    display: grid;
    grid-template-rows: 440px;
    grid-gap: 0px;
}

    .card-container .custom-card {
        position:relative;
        overflow: hidden;
       
        transition: .5s;
       

    }

    .card-container .custom-card:hover {
        transform: translateY(-20px);
        box-shadow: 0 20px 20px rgba(0,0,0,0.2);

    }
        .card-container .custom-card .card-img-box {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            
            transition: 0.5s;
        }

        .card-container .custom-card:hover .card-img-box {        
            opacity: 0.5;
        }

        .card-container .custom-card .card-img-box img {
            width:100%;
            height: 100%;
            margin: 20px;
        }

        .card-container .custom-card .card-content {
            position: absolute;
            width: 100%;
            height: 60%;
            bottom: -100%;
            padding: 20px;
            box-sizing: border-box;
            text-align: center;
            transition: 0.5s;
            padding-top: 30px;
        }


        .ssBtnDefault {
            display: none !important;
            position: absolute;
            z-index: 100000000;
            background: none;
            border: none;
            outline: none;
            right: 0;
            cursor: pointer;
            width: 26px;
            height: 26px;
            margin: 0;
            padding: 0;
            top: 8px;
            right: 8px;
            opacity: .6;
            pointer-events: all;
            transition-duration: .25s;
        }

        .card-container .custom-card:hover .card-content {
            bottom:0
        }
            
        /*.card-container .custom-card:nth-child(1) {
            background: linear-gradient(0deg, #c21833, transparent)
        }
        .card-container .custom-card:nth-child(2) {
            background: linear-gradient(0deg, #8012a5, transparent)
        }
        .card-container .custom-card:nth-child(3) {
            background: linear-gradient(0deg, #3a414c, transparent)
        }*/

        .card-container .custom-card .card-content h2 {
            margin: 0 0 10px;
            padding:0;
            color: #fff;
            font-size: 20px;
        }

        .card-container .custom-card .card-content h2 span {        
            color: #ffeb3b;
            font-size: 16px;
        }

        .card-container .custom-card .card-content p {
            margin: 0;
            padding: 0;
            color: #fff;
            font-size: 13px;
        }

        .card-container .custom-card .card-content ul {
            display: flex;
            margin: 10px 0 0;
            padding: 0;
            align-items: center;
            justify-content: center;
        }

        .card-container .custom-card .card-content ul  li {
            list-style: none;

        }

            .card-container .custom-card .card-content ul li a {
                 padding: 0 10px;
                font-size: 18px;
                transition: 0.5s;\
                background: none;


            }

            @media(max-width: 768px){
            	.card-img-box{
            		width: 100%;
            		height: auto;
            		margin:0 auto;
            	}
            }







