@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

/*************************
*******Typography******
**************************/

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
    line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
}

h1 {
    font-size: 36px;
    color: #fff;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}

h4 {
    font-size: 16px;
}

a {
    color: #c52d2f;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

a:hover,
a:focus {
    color: #d43133;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.btn-primary {
    padding: 8px 20px;
    background: #c52d2f;
    color: #fff;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #c52d2f;
    outline: none;
    box-shadow: none;
}

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}

.center h2 {
    font-size: 36px;
 
    color: #006dac;
}

.media>.pull-left {
    margin-right: 20px;
}

.media>.pull-right {
    margin-left: 20px;
}
.main-slider {
	height: 650px;
}
.italic-heading {
    color: #0079bf !important;
    font-size: 36px !important;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.get_quote {
    background: #006dac;
    border: medium none;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.15);
    right: -17px;
    z-index: 9;
    outline: medium none;
    position: fixed;
    text-align: center;
    top: 30%;
    transition: all 0.3s ease 0s;
    vertical-align: baseline;
    width: 60px;
}
.get_quote img {
	width:100%;
	height: 80px;
	display: inline;
}
.get_quote a {
font-weight: 600;
    color: #f8fdff;
    font-size: 20px;
}
.get_quote {
    width: 143px;
    height: 105px;
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}
.overlay {
  position: absolute;
    z-index: 1001;
    top: 142px;
    bottom: 0;
    height: 2480px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 200px auto;
    padding: 50px 60px;
    background:url(../images/slider/bg1.jpg) rgb(182, 224, 249);
    border-radius: 44px;
    width: 60%;
    position: relative;
 
}

.popup h2 {
      margin-top: 14px;
    color: #daf73d;
    font-size: 26px;
    text-align: center;
    font-family: Tahoma, Arial, sans-serif;
}
.content1 p{
	    display: inline;
    color: red;
    font-size: 20px;
    font-size: 20px;
}
.content1 h6{
	    display: inline;
       color: #ffedb9;
    font-weight: 700;
    font-size: 18px;
}
.ui-hidden-accessible {
	font-size: 22px;
    width: 37%;
    font-weight: 300;
    color: white;
}
.content1 .btn-primary {
    padding: 8px 20px !important;
    background: #006dac;
    color: #fff;
   
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}
.thankyou {
	height: 332px;
	text-align: center;
}
.content1 input {
	padding: 5px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.content1 {
	margin-top: 20px;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content1 {
  max-height: 30%;
  overflow: auto;
}
.content1 span {
  display:block;
  float:left;
  width:100px;
      background-color: black;
  padding-top:65px;
  font: 14px/16px'Bree Serif', Georgia, serif;
}
#captcha input{
  background: url(http://img3.uploadhouse.com/fileuploads/17737/17737011310213e71805ecf2292144cbbecf42ad.png) no-repeat scroll 0 0 transparent;
  margin: 5px 0 0;
  padding: 0;
  border: medium none;
  cursor: pointer;
  width: 15px;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.lead {
    font-size: 20px;
    text-align: justify;
    line-height: 24px;
    font-weight: 600;
    padding: 73px 86px 57px 76px;
    line-height: 1.5;
    color: #004f7c;
}

.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}


/*************************
*******Header******
**************************/

#
/*************************
*******Header******
**************************/

#header .search {
    display: inline-block;
}

.navbar>.container .navbar-brand {
    margin-left: 0;
}

.top-bar {
    padding: 10px 0;
    background: #006dac;
    
    
}

.social-share {
    margin: 0;
    /* float: right; */
}

ul.social-share li {
    display: inline-block;
}

ul.social-share li a {
    display: inline-block;
    color: #fff;
    background: #404040;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
}

ul.social-share li a:hover {
    background: fff;
    background-color: #fff;
    color: #006dac;
}

.search i {
    color: #fff;
}

input.search-form {
    background: transparent;
    border: 0 none;
    width: 60px;
    padding: 0 10px;
    color: #FFF;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

input.search-form::-webkit-input-placeholder {
    color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
    color: #fff;
}

input.search-form:hover {
    width: 180px;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: #fff;
    padding-bottom: 0;
    border-bottom: 1px solid #000;
}

.navbar-nav {
    margin-top: 28px;
}

.navbar-nav>li {
   
    padding-bottom: 28px;
}

.navbar-inverse .navbar-nav > li > a {
    padding: 5px 12px;
    margin: 0;
    border-radius: 3px;
    color: #000;
    line-height: 24px;
    display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #006dac;
    color: #fff;
}

.navbar-inverse {
    border: none;
}

.navbar-inverse .navbar-brand {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #006dac;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: rgba(0, 0, 0, .85);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before {
    position: absolute;
    top: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 8px 15px;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
    background-color: #006dac;
    color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
    border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
    background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}


/*************************
*******Home Page******
**************************/


#feature {
   background-attachment: fixed;
   background-color: #006dac;
   width: 100%;
   height: 450px;
}

.features {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding-top: 55px;
    padding-bottom: 40px;
    -webkit-background-size: cover;
}

.features img {
    height: 173px;
    width: 250px;
    border: 1px solid #006dac;
}

.book-button button {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    border: 2px solid #006dac;
    color: #006dac;
    font-size: 18px;
    height: 55px;
    text-align: center;
    margin-left: 481px;
    width: 243px;
    transition: all 0.5s ease 0s;
}

#recent-works {
    background-color: rgb(86, 86, 86);
    /* height: 179px; */
}

#recent-works .col-xs-12.col-sm-4.col-md-3 {
    padding: 0;
}

#services {
    background: #000 url(../images/new/drguptasexclinic-1.jpg);
    background-size: cover;
    background-attachment: fixed;
    border-top: 12px solid #006dac;
}


#testimonial4 {
    overflow: hidden;
    min-height: 375px;
    position: relative;
}

#testimonial4 .carousel-inner {
    width: 100%;
    margin: auto;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

#testimonial {
    background: #000 url(../images/new/dr.gupta-1.jpg);
    background-attachment: fixed;
    background-size: cover;
    border-bottom: 7px solid;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: -1px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 10px;
    height: 10px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}



.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}


.testimonial4_control_button .carousel-control.left {
    left: 7%;
    right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header h2 {
    
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight:600;
}

.testimonial4_header h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide {
   text-align: center;
   padding: 62px 132px 29px 141px;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 24px;
    line-height: 46px;
    text-align: center;
    position: relative;
}

.testimonial4_slide p {
    color: #ffffff;
    margin-top: 31px;
    font-size: 17px;
  
}

.testimonial4_slide h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

@media only screen and (max-width: 480px) {
    .testimonial4_control_button .carousel-control {
        display: none;
    }
    .testimonial4_header {
        width: 95%;
    }
    .testimonial4_header h4 {
        font-size: 20px;
    }
    .testimonial4_slide {
        width: 98%;
        padding: 5px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .testimonial4_control_button .carousel-control.left {
        left: 2%;
    }
    .testimonial4_control_button .carousel-control.right {
        right: 2%;
    }
    .testimonial4_header {
        width: 95%;
    }
    .testimonial4_slide {
        width: 98%;
        padding: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonial4_control_button .carousel-control.left {
        left: 5%;
    }
    .testimonial4_control_button .carousel-control.right {
        right: 5%;
    }
}

@-webkit-keyframes psBoxShadowEffect_2 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes psBoxShadowEffect_2 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}




/***********************
********* Footer ******
************************/




#bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#bottom ul li {
    display: block;
    padding: 5px 0;
}

#bottom ul li a {
    color: #808080;
}

#bottom ul li a:hover {
    color: #c52d2f;
}

#bottom .widget {
    margin-bottom: 0;
}

#footer {
    /* padding-top: 18px; */
    color: #fff;
    background: #2e2e2e;
    border-top: 4px solid #006dac;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #006dac;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul > li {
    display: inline-block;
    margin-left: 15px;
}

.form-group {
    color: #000;
}

#about-us {
    background-color: #fff;
}

.about,
.services,
.gallery,
.contact,
.codes,
.wthree-sub,
.team {
    padding: 5em 0;
    margin-top: 146px;
    background-color: rgba(0, 109, 172, 0.72);
    /* border-bottom: 7px solid #4c4c4c; */
}

.agileits-title {
    text-align: center;
}

.agileits-title h3 {
    font-size: 3em;
    color: #000;
    font-weight: 600;
    display: inline-block;
    padding: .1em 0.5em;
    margin-bottom: 1.3em;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}


/*-- panel --*/

.pa_italic i {
    left: -1.5em;
    font-size: 11px;
}

.pa_italic span {
    display: none;
}

.collapsed span {
    display: inline-block;
    left: -1.5em;
    font-size: 11px;
}

.collapsed i {
    display: none;
}

.panel-heading {
    padding: 0;
}

.panel-title {
    font-size: 1.2em;
    color: #333;
    text-transform: capitalize;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

.panel-title a.pa_italic.collapsed {
    background: #fff;
    color: #333;
    -webkit-box-shadow: 0px 1px 1px 1px #ccc;
    -moz-box-shadow: 0px 1px 1px 1px #ccc;
    -o-box-shadow: 0px 1px 1px 1px #ccc;
    -ms-box-shadow: 0px 1px 1px 1px #ccc;
    box-shadow: 0px 1px 1px 1px #ccc;
}

.panel-title a {
    background: #00BCD4;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 12px 35px;
}

.panel-default {
    border-color: #FFF;
    background: #f5f5f5;
}

.panel-default > .panel-heading {
    color: #212121;
    background-color: #fff;
}

.panel-body {
    padding: 2em;
    font-size: 14px;
    line-height: 2em;
    color: #999;
    border-top-color: transparent;
    -webkit-box-shadow: 0px 0px 1px #aaa;
    -moz-box-shadow: 0px 0px 1px #aaa;
    box-shadow: 0px 0px 1px #aaa;
    background: #fff;
}

a.pa_italic label {
    cursor: pointer;
    font-weight: 500;
}

a.pa_italic:focus {
    outline: none;
    text-decoration: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fff;
}


/*-- //panel --*/


/*-- //about --*/

.box-2 {
    border: 1px solid #fff;
    height: 373px;
}

.box-2 h2 {
    color: #fff;
    text-align: center;
    font-size: 50px;
    margin-top: 40px;
}

.box-2 p {
    line-height: 2;
    font-size: 18px;
    text-align: justify;
    padding: 20px 29px 44px 30px;
    color: #ffffff;
}




.services-12,
.team,
.gallery,
.mail {
    padding: 5em 0;
    text-align: center;
    background-color: #fff;
}




/*-- services --*/

.services-1,
.team,
.gallery,
.mail {
    padding: 5em 0;
    text-align: center;
}


.w3layouts-services-1-heading h2 {
    color: #fff;
}

.about-header-top {
    background: rgba(0, 0, 0, 0.7) !important;
}

.w3l-services-1-grid {
    text-align: left;
}

.w3ls-services-1-img i {
    color: #fff;
    font-size: 3.5em;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.w3l-services-grid:hover div.w3ls-services-img i {
    color: #00B5B5;
}

.agileits-services-info h4 {
    color: #02476f;
    font-weight: 800;
    font-size: 1.8em;
    margin: 1em 0;
    /* margin-top: 10px; */
    padding: 26px 0 0 0;
    text-transform: uppercase;
}

.agileits-services-info p {
    color: #000000;
}

.w3l-services-grid:nth-child(2) {
    padding-top: 5em;
}

.w3l-services-grid:nth-child(3) {
    padding-top: 10em;
}


/*-- //services --*/






#lightbox .modal-content {
    display: inline-block;
    text-align: center;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    z-index: 1032;
}

section#contact {
    background-color: rgba(0, 20, 31, 0.8);
    background-image: url('http://artdnaswitchbd.com/componants/images/map-image.png');
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 138px;
}



section#contact .section-heading {
    color: white;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #002d49;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}

.gellary_bg_none img {
    width: 100%;
    height: 250px;
}

section#contact:-moz-placeholder {
    /* Firefox 18- */
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}

section#contact::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}

section#contact:-ms-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}

section#contact .text-danger {
    color: #e74c3c;
}

.about_our_company {
    text-align: center;
}

.about_our_company h1 {
    font-size: 37px;
}

.titleline-icon {
    position: relative;
    max-width: 100px;
    border-top: 4px double #ffffff;
    margin: 20px auto 20px;
}

.titleline-icon:after {
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'FontAwesome';
    content: "\f141";
    font-size: 20px;
    line-height: 1;
    color: #006dac;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    height: 20px;
    background: #ffffff;
}

.about-text{
	background-color: rgba(255, 255, 255, 0.57);
	padding: 33px 26px 39px 21px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.about-text p{
	color:#000;
	font-weight:600;
	text-align:center;
}

.widget-12 {
  height:100%;
  width: 100%;
  background-color: #dadada;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  border: 21px solid #fff;
}

.widget-12 h2 {
  color: #035a8c;
  font-weight: 700;
}

.widget-12 img {
  width: 235px;
  height: 170px;
}

#footer p {
  float: right;
  color: #fff;
  margin-top: 8px;
}



#services h2{
	text-align:center;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	margin-top: 61px;
}

#services p {
  font-size: 18px;
  text-align: center;
  color: #fff;
  line-height: 2.5;
  margin-bottom: 56px;
}

a.btn.btn-info {
  margin-top: 5px;
  height: 57px;
  width: 354px;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.about img{
	border: 1px solid #fff;
	margin-bottom: 11px;
	
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}


.about h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.about p {
  font-size: 18px;
  line-height: 2.5;
  color: #fff;
  text-align: justify;
  
}

.about-us-1  h3{
	color:#000;
	font-size: 25px;
	font-weight:600;
}

.carousel-content h1 {
  color: #0079bf;
}

.carousel-content h2 {
  color: #0079bf;
}

.create-by {
  float: left;
}

.info p {
  color: #fff;
}

.about-1, .services, .gallery, .contact, .codes, .wthree-sub, .team {
    padding: 5em 0;
    background-color: rgba(22, 23, 23, 0.72);
}

.about-1 img{
	border: 1px solid #fff;
	
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}



.about-1 p {
  font-size: 18px;
  padding: 49px 18px 94px 23px;
  color: #fff;
  text-align: justify;
}



.about-2, .services, .gallery, .contact, .codes, .wthree-sub, .team {
    padding: 5em 0;
    background-color: rgb(71, 150, 195);
    
}

.about-2 img{
	border: 1px solid #fff;
	
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	width:100%;
	overflow:hidden;	
}

.revolution-slider{
	position:relative;
	background:none;
	color:#ffffff;
}

.revolution-slider .text{
	font-weight:400;
	font-size:20px;	
}

.revolution-slider h1{
	line-height:1.2em;
	font-size:45px;
	font-weight:700;
}

.revolution-slider h2{
	line-height:1.2em;
	font-weight:700;
	font-size:38px;
}

.revolution-slider h2.styled{
	padding-bottom:20px;	
}

.revolution-slider h2.styled:after{
	content:'';
	position:absolute;
	left:0px;
	top:100%;
	width:60px;
	border-bottom:2px solid #247fe1;
}

.revolution-slider h3{
	line-height:1.5em;
	font-size:20px;
}

.revolution-slider .bg-dark-theme{
	background:rgba(0,0,0,0.70);
	color:#01adff;	
}

.revolution-slider .bg-theme{
	background:rgba(39,55,70,1);
	color:#01adff;	
}

.tp-bullets{
	display:none;	
}

.tp-bullets.preview4 .bullet{
	background:#ffc13b !important;
	border-color:#202020 !important;
	margin:0px 5px;	
}

.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected{
	border-color:#ffc13b !important;	
}

.main-slider h3.italic-heading{
	font-size:20px;
	font-style:italic;
	padding-bottom:15px;
}

.main-slider h3.italic-heading:after{
	content:'';
	position:absolute;
	left:0px;
	top:100%;
	width:60px;
	border-bottom:2px solid #ffffff;
}

.revolution-slider .tp-bannertimer{
	display:none !important;	
}

.main-slider {
    position: relative;
    padding: 0px;
    margin-top: 115px;
}


.yogo-img img {
  margin-left: 82px;
}

#gallery-12 {
  margin-top: 138px;
  background-color: #006dac;
}


#contact h3{
	color:#fff;
	margin-left: 26px;
	font-size: 28px;
}

.yogo-img img {
  border: 1px solid #fff;
}

.about-us-2 p {
  color: #fff;
  margin-left: 27px;
}

#contact h3{
	color:#fff;
	margin-left: 26px;
	margin-top: 0;
	font-size: 28px;
}

section#bottom {
  padding: 10px;
  border-top: 7px solid;
}

.map-box iframe{
	 width: 100%;
  height: 475px;
  border: none;
	
}

.logo {
  width: 100%;
}

section#feature img {
  border: 16px solid #fff;
  margin-top: 68px;
}

section#feature h2 {
  text-align: -webkit-center;
 
  border-radius: 22px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

section#bottom h3 {
  
  font-weight: 600;
  color: #000;
  font-size: large;
}


/***********************
********* Footer ******
************************/

#bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#bottom ul li {
    display: block;
    padding: 5px 0;
}

#bottom ul li a {
    color: #808080;
}

#bottom ul li a:hover {
    color: #c52d2f;
}

#bottom .widget {
    margin-bottom: 0;
}


.form-group {
    color: #000;
}

#about-us {
    background-color: #fff;
}



.agileits-title {
    text-align: center;
}

.agileits-title h3 {
    font-size: 3em;
    color: #000;
    font-weight: 600;
    display: inline-block;
    padding: .1em 0.5em;
    margin-bottom: 1.3em;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

/*-- panel --*/

.pa_italic i {
    left: -1.5em;
    font-size: 11px;
}

.pa_italic span {
    display: none;
}

.collapsed span {
    display: inline-block;
    left: -1.5em;
    font-size: 11px;
}

.collapsed i {
    display: none;
}

.panel-heading {
    padding: 0;
}

.panel-title {
    font-size: 1.2em;
    color: #333;
    text-transform: capitalize;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

.panel-title a.pa_italic.collapsed {
    background: #fff;
    color: #333;
    -webkit-box-shadow: 0px 1px 1px 1px #ccc;
    -moz-box-shadow: 0px 1px 1px 1px #ccc;
    -o-box-shadow: 0px 1px 1px 1px #ccc;
    -ms-box-shadow: 0px 1px 1px 1px #ccc;
    box-shadow: 0px 1px 1px 1px #ccc;
}

.panel-title a {
    background: #00BCD4;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 12px 35px;
}

.panel-default {
    border-color: #FFF;
    background: #f5f5f5;
}

.panel-default > .panel-heading {
    color: #212121;
    background-color: #fff;
}

.panel-body {
    padding: 2em;
    font-size: 14px;
    line-height: 2em;
    color: #999;
    border-top-color: transparent;
    -webkit-box-shadow: 0px 0px 1px #aaa;
    -moz-box-shadow: 0px 0px 1px #aaa;
    box-shadow: 0px 0px 1px #aaa;
    background: #fff;
}

a.pa_italic label {
    cursor: pointer;
    font-weight: 500;
}

a.pa_italic:focus {
    outline: none;
    text-decoration: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fff;
}


/*-- //panel --*/


/*-- //about --*/

.box-2 {
    border: 1px solid #fff;
    height: 373px;
}

.box-2 h2 {
    color: #fff;
    text-align: center;
    font-size: 50px;
    margin-top: 40px;
}

.box-2 p {
    line-height: 2;
    font-size: 18px;
    text-align: justify;
    padding: 20px 29px 44px 30px;
    color: #ffffff;
}


.services-12,
.team,
.gallery,
.mail {
    padding: 5em 0;
    text-align: center;
    background-color: #fff;
}

.services-12 {
    background: url(../images/new/dr_gupta.jpg)no-repeat center fixed;
    background-size: cover;
    margin-top: 139px;
    border-bottom: 7 px solid;
}


/*-- services --*/

.services-1,
.team,
.gallery,
.mail {
    padding: 5em 0;
    text-align: center;
}

.services-1 {
    
    background-size: cover;
    margin-top: 0px;
    
}

.w3layouts-services-1-heading h2 {
    color: #fff;
}

.about-header-top {
    background: rgba(0, 0, 0, 0.7) !important;
}

.w3l-services-1-grid {
    text-align: left;
}

.w3ls-services-1-img i {
    color: #fff;
    font-size: 3.5em;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.w3l-services-grid:hover div.w3ls-services-img i {
    color: #00B5B5;
}

.agileits-services-info p {
    color: #02324e;
    font-size: 16px;
    font-weight: 600;
    text-align: justify;
    line-height: 2.0;
}

.w3l-services-grid:nth-child(2) {
    padding-top: 5em;
}

.w3l-services-grid:nth-child(3) {
    padding-top: 10em;
}

/*-- //services --*/

#lightbox .modal-content {
    display: inline-block;
    text-align: center;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    z-index: 1032;
}

section#contact .section-heading {
    color: white;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #002d49;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}

.gellary_bg_none img {
    width: 100%;
    height: 250px;
}

section#contact:-moz-placeholder {
   
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}

section#contact .text-danger {
    color: #e74c3c;
}

.about_our_company {
    text-align: center;
}

.about_our_company h1 {
    font-size: 37px;
}

.titleline-icon {
    position: relative;
    max-width: 100px;
    border-top: 4px double #ffffff;
    margin: 20px auto 20px;
}

.titleline-icon:after {
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'FontAwesome';
    content: "\f141";
    font-size: 20px;
    line-height: 1;
    color: #006dac;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    height: 20px;
    background: #ffffff;
}




.about h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-top: 29px;
}

.about-us-1  h3{
	color:#000;
	font-size: 25px;
	font-weight:600;
}

.carousel-content h1 {
  color: #0079bf;
}

.carousel-content h2 {
  color: #0079bf;
}

.create-by {
  float: left;
}

.info p {
  color: #fff;
}

.about-1, .services, .gallery, .contact, .codes, .wthree-sub, .team {
    padding: 5em 0;
    background-color: rgba(22, 23, 23, 0.72);
}

.about-1 img{
	border: 1px solid #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
	margin-top: 32px;
}

.about-1 h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-top: 55px;
}

.about-1 p {
  font-size: 18px;
 
  color: #fff;
  line-height: 3;
  text-align: justify;
}




.about-2 img{
	border: 1px solid #fff;
	
	margin-bottom: 32px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.about-2 h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin-top: 44px;
}

.about-2 p {
  font-size: 18px;
  line-height: 3;
  color: #fff;
  text-align: justify;
}


.yogo-img img {
  margin-left: 82px;
}


#contact{
	/* margin-top:100px; */
}

#contact h3{
	color:#fff;
	margin-left: 26px;
	font-size: 28px;
}

.yogo-img img {
  border: 1px solid #fff;
}

.about-us-2 p {
  color: #fff;
  margin-left: 27px;
}

#contact h3{
	color:#fff;
	margin-left: 26px;
	margin-top: 0;
	font-size: 28px;
}
.galler-images {
  margin-top: 45px;
  margin-bottom:45px;
}

section {padding: 40px;}



.logo {
  width: 100%;
}
.map-box {
  
  margin-top: 40px;
}

.top-bar p {
  color: #fff;
}

footer#footer h5 {
  color: #fff;
}


	footer#footer h5 {
  float: left;
}

.agileits-services-info h2{
	
	color: #006dac;
	font-size: 28px;
	margin-top: 20px;
	font-weight: 700;
	
}

section#yoga-1 {
  background-color: #006dac;
  margin-top: 136px;
  border-bottom: 4px solid #006dac;
}

.yoga-1 {
  margin-top: 141px;
}
