body
{
	font-family: 'Montserrat';
	color: #636363;
}
h1,h2,h3,h4,h5,h6,p
{
	margin: 0;
}
a, a:hover
{
	text-decoration: none;
}

.top_minus { top: -105px; }
nav.navbar.mynav.shrink
{	
	padding: 0 !important;
	min-height: 0;
	margin-top: 0 !important;
	background-color: #1b1b1b;
	border-bottom: 2px solid #12a2d5;
}
nav.navbar.mynav.shrink .navbar-brand.logo img
{
	width: 193px;
}
nav.navbar.mynav.shrink .navbar-brand.logo
{
	margin-top: -5px;
}
.mar_btm_pc_30px
{
	margin-bottom: 30px;
}
.pad_btm_pc_30px
{
	padding-bottom: 30px;
}
.pad_btm_pc_15px
{
	padding-bottom: 15px;
}
.pad_top_pc_20px
{
	padding-top: 20px;
}
.pc-not-visible
{
	display: none !important;
}
.navbar.navbar-default.mynav
{
    background-color: transparent;
    border: none;
    padding: 25px 0;
    transition: all 400ms ease;
}
.navbar-default .nav.navbar-nav > li > a
{
	color: #ffffff;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s all ease;
    font-family: 'Montserrat';
}
ul li a.menu-active  {
    /*border-bottom: 3px solid #12a2d5;*/
    color: #12a2d5 !important;
    background-color: transparent;
}
ul li ul li a.menu-active  {
    font-weight: bold;
    color: #12a2d5 !important;
    background-color: transparent;
}
.mynav.navbar-default .navbar-nav > .active > a, .mynav.navbar-default .navbar-nav > .active > a:focus, .mynav.navbar-default .navbar-nav > .active > a:hover 
{
    color: #12a2d5;
    background-color: transparent;
}
.navbar-default .nav.navbar-nav > li > a:hover
{
	color: #12a2d5;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover 
{
    color: #ffffff;
    background-color: transparent;
}
.navbar-nav > li > .dropdown-menu 
{
    background-color: rgba(0,0,0,0.7);
    padding: 15px 0;
    border-radius: 6px;
}
.dropdown.open .dropdown-menu > li > a
{
	font-family: 'Montserrat';
	color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 18px;
    transition: 0.3s all ease;
}
.dropdown.open .dropdown-menu > li > a:hover
{
	color: #12a2d5;
	background-color: #ffffff;
}
.navbar-brand.logo
{
	margin-top: -8px;
}
.navbar-brand.logo img
{
	width: 223px;
	transition: all 400ms ease;
}
.carousel-inner img 
{ 
	width: 100%;
	height: 100%; 
}
.left.carousel-control, .right.carousel-control 
{ 
	background-image: none;
	cursor: default;
}
.carousel-control
{
	width: 0;
}
.glyphicon.glyphicon-chevron-left, .glyphicon.glyphicon-chevron-right
{ 
	display: none; 
}
.carousel-inner .item .carousel-caption
{
	left: 5%;
	right: 5%;
	font-family: 'Montserrat';
	color: #ffffff;
	padding-bottom: 100px;
}
.carousel-inner .item .carousel-caption h1
{
	font-size: 48px;
	line-height: 32px;
	font-weight: 500;
	letter-spacing: 1px;
	padding-bottom: 15px;
}
.carousel-inner .item .carousel-caption h1 span
{
	color: #12a2d5;
}
.carousel-inner .item .carousel-caption h2
{
	font-size: 38px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 80px;
}
.carousel-caption .btn-lg 
{
	padding: 9px 30px; 
	font-size: 18px;
	line-height: 18px;
}
.carousel-caption .btn-primary 
{ 
	color: #ffffff; 
	background: transparent;  
	font-weight:600; 
	border:2px solid #ffffff; 
	border-radius: 25px;
	transition: all 400ms ease;
}
.carousel-caption .btn-primary:hover
{
	color: #ffffff; 
	background-color: #12a2d5; 
	border:2px solid #12a2d5; 
}

/*Body Part Begins*/

.welcome
{
	margin-top: 60px;
	text-align: center;
}
.welcome h1, .you-think h1, .our-works h1, .were-growing h1, .testimonials h1, .contact-us-details h1, .connect-social h1, .web-packages h1, .our-expertise h1
{
	font-size: 42px;
	line-height: 42px;
	font-weight: 400;
	color: #15153d;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}
.welcome h1 span, .you-think h1 span, .our-works h1 span, .were-growing h1 span, .testimonials h1 span, .contact-us-details h1 span, .connect-social h1 span, .web-packages h1 span, .our-expertise h1 span
{
	color: #12a2d5;
}
.welcome h1::after , .you-think h1::after, .our-works h1::after, .were-growing h1::after, .testimonials h1::after, .contact-us-details h1::after, .connect-social h1::after, .web-packages h1::after, .our-expertise h1::after
{
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: 3px;
  background: #12a2d5;
  bottom: 0;
  left: calc(50% - 50px);
}
.welcome .welcome-text, .you-think .you-think-text, .were-growing .were-growing-text
{
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	padding: 0 110px;
	margin-bottom: 30px;
	text-align: justify;
	text-align-last: center;
}
.welcome .btn-lg 
{
	padding: 8px 30px; 
	font-size: 18px;
	line-height: 18px;
	margin: 0 10px;
}
.welcome .btn-primary
{ 
	color: #12a2d5; 
	background: #ffffff;  
	font-weight:600; 
	border:2px solid #12a2d5; 
	border-radius: 25px;
	transition: all 400ms ease;
}
.welcome .btn-primary:hover
{
	color: #ffffff; 
	background-color: #12a2d5; 
	border:2px solid #12a2d5; 
}

/*Services section starts*/

.services
{
	margin-top: 60px;
}
.services-bg
{
	background:url(../images/home-page-service-bg.jpg) no-repeat fixed center;
	padding: 50px 0;
	width: 100%;
	box-sizing: border-box; 
	text-align: center;
}
.services h1
{
	font-size: 42px;
	line-height: 42px;
	font-weight: 400;
	color: #ffffff;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}
/*.services h1 span
{
	font-weight: 600;
}*/
.services h1::after 
{
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: 3px;
  background: #ffffff;
  bottom: 0;
  left: calc(50% - 50px);
}
.services .row .col-sm-4 img
{
	position: relative;
	text-align: center;
}
.services .row .col-sm-4 p
{
	position: absolute;
	width: calc(100% - 30px);
	top: calc(50% - 18px);
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	padding: 12px 0;
	background: rgba(18,162,213,0.7);
	opacity: 1;
	transition: all 0.4s ease;
}
.services .row .col-sm-4 #service-view-works
{
	opacity: 0;
}
.services .row .col-sm-4:hover  p
{
	background: rgba(99,44,141,0.7);
	opacity: 0;
}
.services .row .col-sm-4:hover #service-view-works
{
	opacity: 1;
}
.services .row .col-sm-4:hover
{
	cursor: pointer;
}

/*You think we develop*/

.you-think
{
	text-align: center;
	/*margin-top: 40px;*/
	background-color: #f5f5f5;
	padding-top: 60px;
}
.you-think img
{
	width: 100%;
	margin-bottom: 40px;
}


/*our Works*/

.our-works
{
	text-align: center;
	margin-top: 60px;
}

/*Counter*/

.were-growing
{
	background:url(../images/counter-bg.jpg) no-repeat fixed center;
	padding: 50px 0;
	width: 100%;
	box-sizing: border-box; 
	text-align: center;
	margin-top: 60px;
}
.were-growing .col-sm-3
{
	font-size: 42px;
	color: #12a2d5;
}
.were-growing p
{
	font-size: 18px;
	font-weight: 500;
}
.were-growing span
{
	font-size: 42px;
	font-weight: 400;
	color: #12a2d5;
}

/*testimonial*/

.testimonials
{
	text-align: center;
	margin-top: 60px;
}
.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #12a2d5;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

.testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  padding: 0 115px;
  line-height: 24px;
}
.testimonials .owl-nav
{
	display: none;
}
.testimonials .owl-nav,
.testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #c2c2c2 !important;
}

.testimonials .owl-dot.active {
  background-color: #12a2d5 !important;
}


footer
{
	margin-top: 60px;
	background-color: #1b1b1b;
	padding: 50px 0; 
}
footer h2
{
	color: #ffffff;
	font-size: 34px;
	font-weight: 400;
}
footer h2 span
{
	font-weight: 800;
}
footer h3
{
	margin-top: 10px;
}
footer h3 i
{
	color: #ffffff;
	font-size: 20px;
}
footer h3 span
{
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	padding-left: 30px;
}
footer h3 .social-media-icons-ftr
{
	margin-top: 20px;
}
footer h3 .social-media-icons-ftr i
{
	font-size: 30px;
	padding-right: 10px;
}
footer h3 .social-media-icons-ftr i:hover, footer h3 .pln a:hover
{
	color: #12a2d5;
	transition: all 400ms ease;
	cursor: pointer;
}
footer h4
{
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	padding-top: 5px;
	margin-bottom: 22px;
}
.ftr-txt
{
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 1px;
	margin-top: 25px;
	margin-bottom: 30px;
}
footer input, footer textarea
{
	width: 100%;
	border: 0;
	border-radius: 25px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	padding: 15px 38px;
	margin: 12px 0;
}
footer textarea
{
	border-radius: 45px;
	resize: none;
	max-height: 100px;
}
#sbm
{
	width: auto;
	font-weight: 900;
	letter-spacing: 1px;
	background-color: transparent;
	color: #ffffff;
	border: 3px solid #ffffff;
	padding: 13px 45px;
	transition: all 400ms ease;
}
#sbm:hover
{
	color: #1b1b1b;
	background-color: #ffffff;
	border: 3px solid #ffffff;
}
.text-success
{
	display: inline-block;
	font-weight: 700;
}
.extra-ftr
{
	background-color: #ffffff;
	padding: 13px 0;
}
.extra-ftr .extra-ftr-left a
{
	float: left;
	color: #15153d;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	font-weight: 600;
	margin-right: 20px;
}
.extra-ftr .extra-ftr-left a:hover
{
	color: #12a2d5;
	cursor: pointer;
	transition: all 400ms ease;
}
.extra-ftr .extra-ftr-right
{
	float: right;
	color: #15153d;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
}

footer h3 .pln{
	padding-left: 0 ;
}
footer h3 .pln a{
	color: #fff;
	text-decoration: none;
}



/*About Us*/


.ban-about
{
	background: url(../images/cyberchimp-about-bg.jpg) center no-repeat;
	width: 100%;
	height: 550px;
}
.ban-about-text
{
	font-size: 48px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #ffffff;
	display: table;
	margin: auto;
	padding-top: 270px;
}
.ban-about-text span
{
	color: #12a2d5;
}
.were-growing.about-grow
{
	background:url(../images/about-counter-bg.jpg) no-repeat fixed center;
}
.were-growing.about-grow .col-sm-3 p
{
	color: #ffffff;
}
.were-growing.about-grow h1
{
	color: #ffffff;
}
.were-growing.about-grow h1::after
{
	background-color: #ffffff;
}
.were-growing.about-grow .were-growing-text
{
	color: #ffffff;
}


/*Portfolio*/

.ban-portfolio
{
	background: url(../images/cyberchimp-portfolio-bg.jpg) center no-repeat;
	width: 100%;
	height: 550px;
}
.ban-portfolio-text, .ban-contact-text, .ban-web-text, .ban-mobile-app-text, .ban-graphics-text
{
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #ffffff;
	display: table;
	margin: auto;
	padding-top: 270px;
	text-transform: uppercase;
}
.ban-portfolio-text span, .ban-contact-text span, .ban-web span, .ban-mobile-app-text span, .ban-graphics-text span
{
	color: #12a2d5;
	font-weight: 500;
}
.works
{
	padding: 60px 0;
	background-color: #f2f2f2;
}
.ftr-portfolio
{
	margin-top: 0;
}



/*Contact Page*/

.ban-contact
{
	background: url(../images/cyberchimp-contact-bg.jpg) center no-repeat;
	width: 100%;
	height: 550px;
}
.contact-page-form input, .contact-page-form textarea
{
	width: 100%;
	border: 2px solid #636363;
	border-radius: 25px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	padding: 17px 38px;
	margin: 14px 0;
}
.contact-page-form textarea
{
	border-radius: 45px;
	resize: none;
	max-height: 100px;
}
#sbm1
{
	width: 100%;
	font-weight: 800;
	background-color: transparent;
	color: #12a2d5;
	border: 3px solid #12a2d5;
	padding: 15px 45px;
	transition: all 400ms ease;
	margin-bottom: 0;
}
#sbm1:hover
{
	color: #ffffff;
	background-color: #12a2d5;
	border: 3px solid #12a2d5;
}

.contact-us-details
{
	background: url(../images/contact-us-details-bg.jpg) center no-repeat fixed;
	padding: 50px 0;
	margin-top: 60px;
	text-align: center;
}
.contact-us-details h1
{
	color: #ffffff;
}
.contact-us-details h2
{
	font-size: 30px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 20px;
}
.contact-us-details h2 span
{
	font-weight: 700;
	color: #12a2d5;
}
.contact-us-details h3
{
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	color: #ffffff;
}
.connect-social
{
	text-align: center;
	margin-top: 60px;
}
.connect-social .social-media-one
{
	border: 2px solid #12a2d5;
	border-radius: 25px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	font-size: 20px;
	font-weight: 600;
	color: #636363;
	transition: all 400ms ease;
}
.connect-social .social-media-one i
{
	color: #12a2d5;
	transition: all 400ms ease;
}
.connect-social .social-media-one:hover
{
	background-color: #12a2d5;
	color: #ffffff;
	cursor: pointer;
}
.connect-social .social-media-one:hover i
{
	color: #ffffff;
}

/* Services page*/

/* Web Design Page */

.ban-web
{
	background: url(../images/ban-web-bg.jpg);
	width: 100%;
	height: 550px;
}
.web-packages
{
	text-align: center;
	margin-top: 60px;
}
.web-packages h1
{
	margin-bottom: 50px;
}
.web-packages .web-category-1 h2
{
	text-transform: uppercase;
	border: 2px solid #12a2d5;
	border-radius: 25px;
	width: 100%;
	color: #12a2d5;
	padding: 8px 0;
	font-weight: 700;
	font-size: 24px;
	transition: all 400ms ease;
}
.web-category-details
{
	text-align: left;
	color: #636363;
	font-size: 18px;
	font-weight: 600;
	margin-top: 40px;
	min-height: 460px;
	transition: all 400ms ease;
}
.web-category-details p
{
	margin-bottom: 10px;
}
.web-category-details i
{
	font-size: 20px;
	color: #12a2d5;
	padding-right: 20px;
}
.web-packages .web-category-1 h3
{
	font-size: 18px;
	border: 2px solid #12a2d5;
	border-radius: 25px;
	width: 100%;
	color: #12a2d5;
	padding: 8px 0;
	font-weight: 600;
	margin-top: 30px;
	transition: all 400ms ease;
}
.web-category-1:hover
{
	cursor: pointer;
}
.web-category-1:hover h2
{
	background-color: #12a2d5;
	color: #ffffff;
}
.web-category-1:hover .web-category-details
{
	color: #1b1b1b;
}
.web-packages .web-category-1 h3:hover
{
	background-color: #12a2d5;
	color: #ffffff;
}
.web-packages h4
{
	font-size: 14px;
	color: #636363;
	font-weight: 600;
	text-align: left;
	margin-top: 25px;
}
.our-expertise
{
	text-align: center;
	margin-top: 60px;
}
.expertise-item
{
	width: 100%;
	height: 165px !important;
	background-color: #ffffff;
	text-align: center;
    margin: 0 auto;
    position: relative;
}
.expertise-item img
{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

/*mobile app development*/
.ban-mobile-app
{
	background: url(../images/ban-mobile-app-bg.jpg);
	width: 100%;
	height: 550px;
}

.web-packages.app-package h2
{
	font-size: 24px;
	text-transform: none;
}
.web-packages.app-package .web-category-details
{
	min-height: 250px;
}

/*Graphics and Branding page*/




.ban-graphics
{
	background: url(../images/ban-graphics-bg.jpg);
	width: 100%;
	height: 550px;
}
.graphic-services-categories
{
	/*background-color: #f2f2f2;*/
	padding-top: 60px;
}
.graphic-services-categories .graphic-services img
{
	position: relative;
	text-align: center;
}
.graphic-services-categories .graphic-services p
{
	position: absolute;
	width: calc(100% - 30px);
	top: calc(50% - 18px);
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	padding: 10px 0;
	background: rgba(18,162,213,0.7);
	opacity: 1;
	transition: all 0.4s ease;
}
.graphic-services-categories .graphic-services #service-on-hover
{
	opacity: 0;
}
.graphic-services-categories .graphic-services:hover  p
{
	background: rgba(99,44,141,0.7);
	opacity: 0;
}
.graphic-services-categories .graphic-services:hover #service-on-hover
{
	opacity: 1;
}
.graphic-services-categories .graphic-services:hover
{
	cursor: pointer;
}

.graphics-service-border{
	border-bottom: 1px solid #12a2d5;
	padding-bottom: 5px;
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
}
.graphics-heading{
	letter-spacing: 1px;
	font-size: 24px;
    padding-bottom: 8px;
    font-weight: 600;

}
.graphics-service-border .btn-primary.btn-lg
{ 
	color: #12a2d5; 
	background: #ffffff;  
	font-weight:600; 
	border:2px solid #12a2d5; 
	border-radius: 25px;
	transition: all 400ms ease;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 16px;
	margin-top: 15px;
}
.graphics-service-border .btn-primary.btn-lg:hover
{
	color: #ffffff; 
	background-color: #12a2d5; 
	border:2px solid #12a2d5; 
}

.mobile-appl
{
	padding-bottom: 30px;
	font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.mobile-appl .btn-primary.btn-lg
{ 
	color: #12a2d5; 
	background: #f5f5f5;  
	font-weight:600; 
	border:2px solid #12a2d5; 
	border-radius: 25px;
	transition: all 400ms ease;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 16px;
	margin-left: 30px;
}
.mobile-appl .btn-primary.btn-lg:hover
{
	color: #ffffff; 
	background-color: #12a2d5; 
	border:2px solid #12a2d5; 
}

/*Gallery*/
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
/*/Gallery*/
#portfolio {  
          margin: 1rem 0;
          -webkit-column-count: 3; 
          -moz-column-count: 3;
          column-count: 3;
          -webkit-column-gap: 1rem;
          -moz-column-gap: 1rem;
          column-gap: 1rem;
          -webkit-column-width: 33.33333333333333%;
          -moz-column-width: 33.33333333333333%;
          column-width: 33.33333333333333%;
      }
      .tile { 
          -webkit-transform: scale(0);
          transform: scale(0);
          -webkit-transition: all 350ms ease;
          transition: all 350ms ease;

      }
      .tile:hover { 
      	-webkit-transform: scale(1.05);
          transform: scale(1.05);
          cursor: pointer;

      }

      .scale-anm {
        transform: scale(1);
      }


      /*p{ 
        padding:10px; 
        border-bottom: 1px #ccc dotted; 
        text-decoration: none; 
        font-family: lato; 
        text-transform:uppercase; 
        font-size: 12px; 
        color: #333; 
        display:block; 
        float:left;
      }*/

      /*p:hover { 
        cursor:pointer; 
        background: #333; 
        color:#eee; }*/

      .tile img {
          max-width: 100%;
          width: 100%;
          height: auto;
          margin-bottom: 1rem;
        
      }

      .btn1 {
          font-family: Lato;
          font-size: 1rem;
          font-weight: normal;
          text-decoration: none;
          cursor: pointer;
          display: inline-block;
          line-height: normal;
          padding: .5rem 1rem;
          margin: 0;
          height: auto;
          border: 1px solid;
          vertical-align: middle;
          -webkit-appearance: none;
          color: #555;
          background-color: rgba(0, 0, 0, 0);
      }

      .btn1:hover {
        text-decoration: none;
      }

      .btn1:focus {
        outline: none;
        border-color: var(--darken-2);
        box-shadow: 0 0 0 3px var(--darken-3);
      }

      ::-moz-focus-inner {
        border: 0;
        padding: 0;
      }
      /*End Gallery*/

.w-100
{
	width: 100%;
}
.img-hov{
	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}
.img-hov:hover{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor:pointer; 
}

/* MODAL */

.modal_container{
    width:100%;
    height:100%;
    pointer-events: none;
    opacity: 0;
    position:fixed;
    top:0;
    left: 0;
    background:rgba(34, 233, 230, 0.7);
    transition:all 500ms ease;
    z-index: 9999;
    text-align: center;
}

.modal_container:target{
    opacity:1;
    pointer-events: auto;
}

.modal_container > div{
    transform: translate(0px, -50px);
	transition: all 500ms ease;
}

.modal_container:target > div{
    transform: translate(0px, 0px);
}


.modal1{
    width:470px;
    height:570px;
    margin:auto;
    position: absolute;
    top:0px; bottom:0px;
    right:0px; left:0px;
    background:#1b1b1b;
    padding:20px 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 25px 5px #ffffff;
}

.modal_heading{
    box-sizing: border-box;
    width:100%;
    display:block;
    min-height:30px;
    margin-bottom:10px;
    color:#ffffff;
    padding:10px;
    text-align: center;
    font-size:24px;
    line-height: 26px;
    font-weight: 700;
}
.modal1 p{
	color: #ffffff;
	text-align: left;
	font-weight: 500;
	margin-bottom: 4px;
	padding-left: 5px;
}

.modal1 input, .modal1 textarea{
    margin-bottom: 13px;
    padding: 10px 12px;
    width:100%;
    box-sizing: border-box;
    border-radius:25px;
    height:auto;
    border:0;
    font-size: 12px;
    text-align: left;
}
.modal1 input.btnRegister
{
	text-align: center;
}
.modal1 textarea
{
	border-radius: 35px;
	height: 75px;
	resize: none;
	padding: 10px 12px;
}

#sbm2
{
	width: auto;
	font-weight: 900;
	letter-spacing: 2px;
	background-color: transparent;
	color: #ffffff;
	border: 3px solid #ffffff;
	padding: 10px 45px;
	transition: all 400ms ease;
	margin-top: 10px;
}
#sbm2:hover
{
	color: #1b1b1b;
	background-color: #ffffff;
	border: 3px solid #ffffff;
}
.close{
    color:#142e43;
    position: absolute;
    padding:9px;
    font-family: Arial;
    background:#ffffff;
    text-decoration: none;
    top:-20px;
    right:-20px;
    border-radius: 50%;
    transition: background 500ms;
    opacity: 1;
}

.close:hover{
    background:#22e9e6;
    color: #142e43;
    cursor:pointer;
    opacity: 1;
}

#visib
{
	display: none;
}
/*Modal css ends here*/


.web-packages ul {
    list-style-type: none;
}

.web-packages a {
    color: #e95846;
    text-decoration: none;
}

.pricing-table-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.6em;
    color: #FFF;
    margin-top: 15px;
    text-align: left;
    margin-bottom: 25px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table-title a {
    font-size: 0.6em;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    clear: both;
}
/** ========================
 * Contenedor
 ============================*/
.pricing-wrapper {
    margin: 40px auto 0;
}

.pricing-table {
    text-align: center;
    width: 100%;
    float: left;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.pricing-table:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}

.pricing-title {
    color: #FFF;
    background: #e95846;
    padding: 20px 0;
    /*font-size: 2em;*/
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table.recommended .pricing-title {
    background: #2db3cb;
}

.pricing-table.recommended .pricing-action {
    background: #2db3cb;
}

.pricing-table .price {
    background: #403e3d;
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    color: #fff;
}

.pricing-table .price sup {
    font-size: 0.4em;
    position: relative;
    left: 5px;
}

.table-list {
    background: #FFF;
    color: #403d3a;
}

.table-list li {
    font-size: 14px;
    font-weight: 500;
    padding: 12px 8px;
}

.table-list li i {
    color: #3fab91;
    display: inline-block;
    position: relative;
    right: 7px;
    font-size: 16px;
    padding-left: 15px;
} 

.table-list li span {
    font-weight: 400;
}

.table-list li span.unlimited {
    color: #FFF;
    background: #e95846;
    font-size: 0.9em;
    padding: 5px 15px;
    display: inline-block;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    margin-left: 10px;
}


.table-list li:nth-child(2n) {
    background: #F0F0F0;
}

.table-buy {
    background: #FFF;
    padding: 15px;
    text-align: center;
    overflow: hidden;
    padding-bottom: 20px;
}
/*
.table-buy p {
    float: left;
    color: #37353a;
    font-weight: 700;
    font-size: 2.4em;
}*/

.table-buy p sup {
    font-size: 0.5em;
    position: relative;
    left: 5px;
}

.table-buy .pricing-action {
    color: #FFF;
    background: #e95846;
    padding: 10px 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 700;
    font-size: 1.4em;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.table-buy .pricing-action:hover {
    background: #cf4f3e;
}

.recommended .table-buy .pricing-action:hover {
    background: #228799;    
}
ul.table-list
{
	padding-left: 0px;
	text-align: left;
}

/** ================
 * Responsive
 ===================*/
 @media only screen and (min-width: 768px) and (max-width: 959px) {
    .pricing-wrapper {
        width: 768px;
    }

    .pricing-table {
        width: 236px;
    }
    
    .table-list li {
        font-size: 1.3em;
    }

 }

 @media only screen and (max-width: 767px) {
    .pricing-wrapper {
        width: 420px;
    }

    .pricing-table {
        display: block;
        float: none;
        margin: 0 0 20px 0;
        width: 100%;
    }
 }

@media only screen and (max-width: 479px) {
    .pricing-wrapper {
        width: 300px;
    }
} 
