@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700);
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500&display=swap');
    
    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap');
/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/
body {
font-family: 'Roboto', sans-serif;
font-size: 13px;
line-height: 21px;
font-weight: 300;
color: #666;
/*	background: url(../images/patterns/1.png) fixed repeat;*/
}
strong, b {
    font-weight: 500;
}
img {
max-width: 100%;
height: auto;
}
ul, ol {
list-style: none;
}
ul {
padding: 0;
margin: 0;
}
a {
transition: color 0.2s ease-in-out;
-moz-transition: color 0.2s ease-in-out;
-webkit-transition: color 0.2s ease-in-out;
-o-transition: color 0.2s ease-in-out;
}
a:hover {
color: #444;
}
a, a:hover {
text-decoration: none;
}
.dismob {
    display: none;
}
font-size: 1.1em;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto', sans-serif;
font-weight: 600;
margin: 0;
color: #444;
}
h1 {
font-size: 24px;
line-height: 30px;
}
h2 {
font-size: 22px;
line-height: 28px;
}
h3 {
font-size: 18px;
line-height: 24px;
}
h4 {
font-size: 16px;
line-height: 22px;
}
h5 {
font-size: 14px;
line-height: 20px;
}
h6 {
font-size: 12px;
line-height: 18px;
}
p {
color: #666;
font-size: 14px;
font-family: 'Roboto', sans-serif;
line-height: 22px;
margin: 0;
font-weight: 400;
}
p strong {
font-weight: 600;
}
.uppercase {
text-transform: uppercase;
}
.ms-feature {
    padding: 30px;
    margin-top: 20px;
}
h4.txtdect {
    font-size: 23px;
    margin-top: 14px;
    font-weight: 400;
    line-height: 26px;
}
.ms-icon.ms-icon-xxlg {
    /* width: 80px; */
    /* height: 80px; */
    line-height: 80px;
    color: #fff!important;
    background-color: #5b5b5b;
    font-size: 36px;
    padding: 20px;
    border-radius: 10px;
}
.secadmi {
    background: #f65202a1;
    text-align: center;
    color: #fff;
    margin-top: 45px;
    padding: 40px;
}
h3.admisec {
    color: #fff;
    font-weight: 800;
    font-size: 28px;
}
input[type="submit"] {
border: none;
    padding: 5px 10px;
background-color:#f65202;
color: #ffff;
font-size: 14px;
    font-weight: 600;
    box-shadow: 2px 2px 6px #333e;
    border-radius: 4px;
}
h2.mainhead.text-center {
    text-align: center;
    font-size: 45px;
    color: #ffff;
    padding-bottom: 20px;
}
p.clr3.white {
    line-height: 30px;
    color: #fff;
}
h2.atma {
    font-size: 50px;
    padding-bottom: 30px;
}
.bodcont {
    border: 1px solid #2181b230;
    padding: 10px;
    min-height: 346px;
}
i.fa.fa-whatsapp {
    color: green;
}
a.soco1 {
    font-size: 25px;
    padding: 0px 20px 10px 0px;
}
p.clr3.conthead {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 5px;
}
a.conter {
    color: inherit;
}
.followm.link {
    color: #1b77b5;
    line-height: 20px;
}
.section {
position: relative;
overflow: hidden;
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
#container {
background-color: #fff;
}
img.img-fluid.article {
    margin-top: 20px;
    padding-bottom: 10px;
}
h3.article {
    margin-bottom: 5px;
}
h4.article {
    margin-top: 15px;
    margin-bottom: 5px;
}
p.article.hight {
    margin-top: 25px;
    padding-bottom: 0px;
}

.modal-content {
    margin-top: 20%;
    z-index: 99999;
}
h2.maindserv.inners.article {
    color: #767676;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 10px;
}
h1.maindserv.inners.article {
    font-size: 28px;
}

li.xst {
    margin-bottom: 10px!important;
}

i.fa.fa-arrow-circle-right {
    padding: 5px;
}

li.inner {
    font-size: 15px;
    padding-bottom: 5px;
}

ul.inner {
    margin-top: 15px;
}
/*------------------------------------------*/
/*	     02 - Header & Navigation
/*------------------------------------------*/
header {
position: fixed;
top: 0;

width: 100%;
z-index: 9999999;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;

}
.clr3.mainhead2.tp {
    margin-top: -15px;
}
.fixed-header {
opacity: 0.95;
box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
}
.top-bar {
background-color: #fff;
border-bottom: 1px solid #f2f2f2;
}
.top-bar.color-bar {
border-bottom: 0;
}
.top-bar.color-bar a {
color: rgba(255,255,255,.6);
}
.top-bar.color-bar a:hover {
color: rgba(255,255,255,1) !important;
}
.top-bar.color-bar ul.social-list li a i {
border-left: 1px solid rgba(255,255,255,.1);
}
.top-bar.color-bar ul.social-list li:last-child a i {
border-right: 1px solid rgba(255,255,255,.1);
}
.top-bar.color-bar .contact-details li a:before {
color: rgba(255,255,255,.2);
}
.top-bar.dark-bar {
background-color: #444;
border-bottom: 0;
}
.top-bar.dark-bar a {
color: rgba(255,255,255,.4);
}
.top-bar.dark-bar a:hover {
color: rgba(255,255,255,1) !important;
}
.top-bar.dark-bar ul.social-list li a i {
border-left: 1px solid rgba(255,255,255,.08);
}
.top-bar.dark-bar ul.social-list li:last-child a i {
border-right: 1px solid rgba(255,255,255,.08);
}
.top-bar.dark-bar .contact-details li a:before {
color: rgba(255,255,255,.2);
}
.top-bar a {
color: #666;
}
.top-bar .contact-details li {
display: inline-block;
}
.top-bar .contact-details li a:before {
position: relative;
content: "|";
font-size: 13px;
margin: 0 3px;
top: -1px;
color: #ddd;
}
.top-bar .contact-details li a:before {
color: #666;
}
.top-bar .contact-details li:first-child a:before {
display: none;
}
.top-bar .contact-details li a {
font-size: 12px;
display: block;
line-height: 32px;
}
p.clr3.mainhead2 {
color: #fff;
}
section.slider {
    margin-top: 100px;
}



.navbar {
margin-bottom: 0;
background:#ffffff;
border: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
border-bottom: 2px solid #eee;
}
.navbar-brand {
position: relative;
padding: 15px 0!important;
margin: 0!important;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav {
/*	margin-right: 10px!important;*/
position: relative;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
margin-top:15px
}
.navbar-default .navbar-nav > li {
margin-left: 6px;
}
.navbar-default .navbar-nav > li:first-child {
margin-left: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #4e4e4e;
    display: block;
    font-size: 15px;
padding: 10px 10px !important;
overflow: hidden;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
font-weight: 400;
   font-family: 'Poppins', sans-serif;

}
.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li:hover > a {
/*border-bottom: 2px solid #88067F;*/
background: #ff7836;
border-radius: 5px;
color: aliceblue;
}
.navbar-default .navbar-nav > li > a i {
margin: 0 -2px 0 -5px;
}
span.textbig {
font-weight: 700;
font-size: 25px;
color: #f7f7f7;
}
.navbar-default .navbar-nav > li > a:after {
position: absolute;
bottom: 0;
content: '';
left: 50%;
display: block;
height: 5px;
width: 5px;
opacity: 0;
margin: 0 0 -3px -2px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
}
.navbar-default .navbar-nav > li > a.active:after {
opacity: 1;
}
.navbar-default .navbar-nav .dropdown {
position: absolute;
left: 0;
top: 100%;
width: 100%;
min-width:200px;
background-color: #fff;
visibility: hidden;
z-index: 2;
opacity: 0;
transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-webkit-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav > li.drop:hover .dropdown {
visibility: visible;
opacity: 1;
}
.dropdown li, .sup-dropdown li {
position: relative;
border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.dropdown li:first-child, .sup-dropdown li:first-child {
border-top: none;
}
.dropdown li a, .sup-dropdown li a {
display: block;
color: #666666;
font-size: 12px;
/*font-family: 'Roboto Condensed', sans-serif;*/ font-family: 'Oswald', sans-serif;
font-weight:400;
padding: 11px 16px;
text-decoration: none;
text-transform: uppercase;
transition: padding 0.2s ease-in-out;
-moz-transition: padding 0.2s ease-in-out;
-webkit-transition: padding 0.2s ease-in-out;
-o-transition: padding 0.2s ease-in-out;
}
.dropdown > li:hover > a, .sup-dropdown li:hover > a {
padding-left: 18px;
}
.dropdown li a i {
margin: 0 0 0 -4px;
}
.navbar-default .navbar-nav .sup-dropdown {
position: absolute;
left: 100%;
top: 0;
width: 180px;
background-color: #fff;
margin-top: 10px;
/*   transition: margin-top 0.2s ease-in-out;
-moz-transition: margin-top 0.2s ease-in-out;
-webkit-transition: margin-top 0.2s ease-in-out;
-o-transition: margin-top 0.2s ease-in-out;
visibility: hidden;
z-index: 3;*/
/*	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
}
.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
visibility: visible;
margin-top: 0;
}
h1.mainhead1 {
padding-bottom: 10px;
font-weight: 700;
color: #2c8c5f;
}
/*==================================================
Slideshow
================================================== */
/*-- Main slide --*/
#main-slide .item img{
width: 100%;
}
#main-slide .item .slider-content {
z-index: 0;
opacity: 0;
-webkit-transition: opacity 500ms;
-moz-transition: opacity 500ms;
-o-transition: opacity 500ms;
transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
z-index: 0;
opacity: 1;
-webkit-transition: opacity 100ms;
-moz-transition: opacity 100ms;
-o-transition: opacity 100ms;
transition: opacity 100ms;
}
#main-slide .slider-content{
top: 50%;
margin-top: -70px;
left: 0;
padding: 0;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
color: #fff;
}
#main-slide .carousel-indicators {
bottom: 0px;
}
.clr3.cont {
    text-align: left;
}
.carousel-indicators li{
width: 14px !important;
height: 14px !important;
border: 2px solid #fff !important;
margin: 1px !important;
}
#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
opacity: 1;
filter: alpha(opacity=100);
background-image: none;
background-repeat: no-repeat;
text-shadow: none;
}
#main-slide .carousel-control.left span {
padding: 15px;
}
#main-slide .carousel-control.right span {
padding: 15px;
}
#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right{
position: absolute;
top: 40%;
z-index: 5;
display: inline-block;
}
#main-slide .carousel-control .fa-angle-left{
left: 0;
}
#main-slide .carousel-control .fa-angle-right{
right: 0;
}
#main-slide .carousel-control i{
/*background: rgba(0,0,0,.7);*/
color: #fff;
line-height: 36px;
font-size: 32px;
padding: 15px 20px;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
#main-slide .slider-content h2{
font-size: 76px;
font-weight: 100;
text-transform: uppercase;
color: #555;
}
#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
color: #fff;
}
#main-slide .slider-content h3{
font-size: 36px;
font-weight: 300;
margin-top: 60px;
text-transform: uppercase;
text-align: center;
color: #555;
}
.slider.btn{
padding: 10px 40px;
margin-top: 40px;
font-size: 20px;
border-radius: 2px;
text-transform: uppercase;
line-height: 28px;
border: 0;
-moz-transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
-o-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
-moz-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
-webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
}
.slider.btn.btn-default{
margin-left: 4px;
background: #ECECEC
}
.slider.btn.btn-default:hover{
background: #000;
color: #fff;
}
.slider-content-left {
position: relative;
margin: 0 0 0 40px;
}
.slider-content-right{
position: relative;
}
/*-- Animation --*/
.carousel .item.active .animated1 {

}
.carousel .item.active .animated2 {
-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
animation: lightSpeedIn 1s ease-in 200ms both;
}
.carousel .item.active .animated3 {
-webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
animation: bounceInLeft 1s ease-in-out 500ms both;
}
.carousel .item.active .animated4 {
-webkit-animation: flipInX 1s ease-in 500ms both;
animation: flipInX 1s ease-in 500ms both;
text-align: center;
}
.carousel .item.active .animated5 {
-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
animation: bounceInLeft 1s ease-in-out 100ms both;
}
.carousel .item.active .animated6 {
-webkit-animation: bounceIn 1s ease-in 500ms both;
animation: bounceIn 1s ease-in 500ms both;
text-align: center;
}
.carousel .item.active .animated7 {
-webkit-animation: bounceIn 1s ease-in 500ms both;
animation: bounceIn 1s ease-in 500ms both;
}
.carousel .item.active .animated8 {
-webkit-animation: fadeInDown 1s ease-in 1000ms both;
animation: fadeInDown 1s ease-in 1000ms both;
}
/*------------------------------------------*/
/*	   03 - Main Page Elements
/*------------------------------------------*/
.page-banner {
padding: 30px 0;
background: url(../images/slide-02-bg.jpg) center;
border-bottom: 1px solid #eee;
}
.page-banner h2 {
font-weight: 500;
text-transform: uppercase;
}
.page-banner p {
font-weight: 300;
}
ul.breadcrumbs {
float: right;
margin-top: 15px;
}
.no-subtitle ul.breadcrumbs {
margin-top: 4px;
}
ul.breadcrumbs li {
font-family: 'Roboto', sans-serif;
font-size: 13px;
font-weight: 300;
margin-left: 3px;
color: #999;
float: left;
}
ul.breadcrumbs li:before {
content: '/';
margin: 0 4px 0 2px;
color: #bbb;
}
ul.breadcrumbs li:first-child {
margin: 0;
}
ul.breadcrumbs li:first-child:before {
content: '';
margin: 0;
}
ul.breadcrumbs li a {
color: #666;
font-weight: 600;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
label {
font-size: 14px;
color: #666;
font-weight: 500;
cursor: pointer;
font-family: 'Roboto Condensed', sans-serif;
text-align:left;
}
label .required {
color: #ED2C3A;
margin-left: 2px;
}
input[type="submit"] {
outline: none;
}
.widget-search input[type="search"],
.contact-form input[type="text"],
.contact-form textarea,
#respond input[type="text"],
#respond textarea, .email {
color: #666fb5!important;
font-size: 18px;
    font-weight: 300;
font-family: 'Roboto Condensed', sans-serif;
border: 1px solid #CBCBCB;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
outline: none;
/*box-shadow: 0px 0px 5px #FFF;*/
width: 100%;
padding: 7px 14px;
display: block;
margin-bottom: 10px;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.widget-search input[type="search"]:focus,
.contact-form input[type="text"]:focus,
.contact-form textarea:focus,
#respond input[type="text"]:focus,
#respond textarea:focus {
border-color: #ddd;
box-shadow: 0 0 3px #eee;
-o-box-shadow: 0 0 3px #eee;
-moz-box-shadow: 0 0 3px #eee;
-webkit-box-shadow: 0 0 3px #eee;
}
/*------------------------------------------*/
/*	     05 - Shortcodes Elements
/*------------------------------------------*/
/*************** Dividers ***************/
.margin-60 {
margin-top: 30px;
margin-bottom: 30px;
}
.margin-top {
margin-top: 30px;
}
.hr1 {
height: 1px;
}
.hr2 {
height: 0;
border-bottom: 1px solid #eee;
}
.hr3 {
height: 0;
border-bottom: 1px dotted #eee;
}
.hr4 {
height: 0;
border-bottom: 1px dashed #eee;
}
.hr5 {
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
}
.btn {
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.btn-system {
display: inline-block;
color: #fff;
margin-right: 5px;
font-weight: 300;
border-radius: 3px;
/*	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
-o-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
-moz-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
-webkit-box-shadow: 0 4px 0 rgba(0,0,0,0.1) inset;
border:0;*/
text-transform: uppercase;
font-weight: 400;
font-family: 'Roboto Condensed', sans-serif; font-size:16px;
background-color:#E5617B; border:none;
}
.btn-system:last-child {
margin-right: 0;
}
.btn-system {
font-size: 1em;
width: auto;
}
.btn-system.border-btn {
background-color: transparent;
border: 1px solid;
box-shadow: none;
-o-box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
.btn-system:hover {
color: #fff;
opacity: 0.8;
}
.btn-system.border-btn:hover {
opacity: 1;
color: #fff;
}
.btn-system.border-btn.btn-gray:hover {
background-color: #444;
color: #fff;
}
.btn-system.border-btn.btn-black:hover {
background-color: #111;
color: #fff;
}
.btn-system.border-btn.btn-wite:hover {
background-color: #fff;
}
.btn-system.btn-gray {
background-color: #444;
}
.btn-system.btn-black {
background-color: #111;
}
.btn-system.btn-wite{
background-color: #fff;
}
.btn-system.border-btn.btn-gray {
background-color: transparent;
border: 1px solid #444;
color: #444;
}
.btn-system.border-btn.btn-black {
background-color: transparent;
border: 1px solid #111;
color: #111;
}
.btn-system.border-btn.btn-wite {
background-color: transparent;
border: 1px solid #fff;
color: #fff;
}
.btn-large {
font-size: 14px;
padding: 7px 22px;
}
.btn-medium {
font-size: 14px;
padding: 7px 18px;
}
.btn-small {
padding: 5px 15px;
}
.btn-mini {
padding: 3px 12px;
}
.btn-large.border-btn {
padding: 8px 22px;
}
.btn-medium.border-btn {
padding: 6px 18px;
}
.btn-small.border-btn {
padding: 4px 15px;
}
.btn-mini.border-btn {
padding: 2px 12px;
}
/*************** Alerts ***************/
.alert {
}
.alert-success p {
color: #468847;
}
.alert-info p {
color: #3a87ad;
}
.alert-warning p {
color: #c09853;
}
.alert-danger p {
color: #a94442;
}
.alert h4 {
margin-bottom: 10px;
}
.alert strong {
font-weight: 700;
}
********/
.nav-tabs {
border-color: #eee;
}
.nav-tabs > li > a {
font-weight: 600;
color: #666;
padding: 8px 14px;
border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-o-border-radius: 3px 3px 0 0;
border: 1px solid #eee;
border-bottom: none;
box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
-o-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
-moz-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
-webkit-box-shadow: 0 0 15px rgba(0,0,0,.04) inset;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.nav-tabs > li > a i {
margin-right: 1px;
padding-right: 5px;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
color: #fff;
border-color: #fff;
box-shadow: 0 0 15px rgba(0,0,0,.1) inset;
-o-box-shadow: 0 0 15px rgba(0,0,0,.1) inset;
-moz-box-shadow: 0 0 15px rgba(0,0,0,.1) inset;
-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1) inset;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
border-color: #eee;
border-bottom-color: #fff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
box-shadow: 0 0 0 rgba(0,0,0,.1) inset;
-o-box-shadow: 0 0 0 rgba(0,0,0,.1) inset;
-moz-box-shadow: 0 0 0 rgba(0,0,0,.1) inset;
-webkit-box-shadow: 0 0 0 rgba(0,0,0,.1) inset;
}
.tab-content {
border: 1px solid #eee;
border-top: none;
padding: 12px 16px;
}
.tab-content p {
margin-bottom: 15px;
}
.tab-content p:last-child {
margin-bottom: 0;
}
/*************** Icons ***************/
.section {
padding-top: 80px;
padding-bottom: 80px;
}
.service {
//padding-top: 80px;
//padding-bottom: 60px;
}
.icon-small {
font-size: 2em;
color: #444;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.icon-small:hover, .service-box:hover .icon-small {
text-shadow: 5px 5px 2px rgba(255,255,255,0);
}
.icon-medium {
font-size: 2.5em;
color: #666;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.icon-medium:hover, .service-box:hover .icon-medium {
text-shadow: 5px 5px 2px rgba(255,255,255,0);
}
.icon-large {
font-size: 3em;
color: #666;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.icon-large:hover, .service-box:hover .icon-large {
text-shadow: 5px 5px 2px rgba(255,255,255,0);
}
.icon-mini-effect {
position: relative;
display: block;
z-index: 1;
font-size: 1.2em;
color: #fff;
top: 4px;
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
margin: 0;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.icon-medium-effect {
position: relative;
display: block;
z-index: 1;
font-size: 2em;
color: #fff;
width: 64px;
height: 64px;
line-height: 64px;
text-align: center;
margin: 0;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.icon-large-effect {
position: relative;
display: block;
z-index: 1;
font-size: 2.6em;
color: #fff;
width: 80px;
height: 80px;
line-height: 80px;
text-align: center;
margin: 0;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.icon-mini-effect:after, .icon-medium-effect:after, .icon-large-effect:after {
pointer-events: none;
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
content: '';
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
/*First Icon Effect */
.icon-effect-1 {
background-color: rgb(160, 41, 109);
-webkit-transition: color 0.4s;
-moz-transition: color 0.4s;
transition: color 0.4s;
}
.gray-icon.icon-effect-1 {
box-shadow: 0 0 0 3px #444;
-o-box-shadow: 0 0 0 3px #444;
-moz-box-shadow: 0 0 0 3px #444;
-webkit-box-shadow: 0 0 0 3px #444;
}
.icon-effect-1:after {
top: -2px;
left: -2px;
padding: 2px;
z-index: -1;
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
-moz-transition: -moz-transform 0.4s, opacity 0.4s;
transition: transform 0.4s, opacity 0.4s;
}
.gray-icon.icon-effect-1:after {
background: #444;
}
.icon-effect-1.gray-icon:hover, .service-box:hover .gray-icon.icon-effect-1 {
color: #444;
}
.icon-effect-1:hover:after, .service-box:hover .icon-effect-1:after {
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
opacity: 0;
}
/*Seconed Icon Effect */
.icon-effect-2 {
background: #fff;
-webkit-transition: color 0.4s;
-moz-transition: color 0.4s;
transition: color 0.4s;
}
.gray-icon.icon-effect-2 {
color: #444;
box-shadow: 0 0 0 3px #444;
-o-box-shadow: 0 0 0 3px #444;
-moz-box-shadow: 0 0 0 3px #444;
-webkit-box-shadow: 0 0 0 3px #444;
}
.icon-effect-2:after {
top: -2px;
left: -2px;
padding: 2px;
z-index: -1;
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
opacity: 0;
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
-moz-transition: -moz-transform 0.4s, opacity 0.4s;
transition: transform 0.4s, opacity 0.4s;
}
.gray-icon.icon-effect-2:after {
background: #444;
}
.icon-effect-2:hover, .service-box:hover .icon-effect-2, .icon-effect-2.gray-icon:hover, .service-box:hover .gray-icon.icon-effect-2 {
color: #fff;
}
.icon-effect-2:hover:after, .service-box:hover .icon-effect-2:after {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
opacity: 1;
}
/*Third Icon Effect */
.icon-effect-3 {
background: #fff;
}
.gray-icon.icon-effect-3 {
color: #444;
box-shadow: 0 0 0 3px #444;
-o-box-shadow: 0 0 0 3px #444;
-moz-box-shadow: 0 0 0 3px #444;
-webkit-box-shadow: 0 0 0 3px #444;
}
.icon-effect-3:hover:before, .service-box:hover .icon-effect-3:before {
-webkit-animation: toRightFromLeft 0.4s forwards;
-moz-animation: toRightFromLeft 0.4s forwards;
animation: toRightFromLeft 0.4s forwards;
}
@-webkit-keyframes toRightFromLeft {
49% {
-webkit-transform: translate(100%);
}
50% {
opacity: 0;
-webkit-transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toRightFromLeft {
49% {
-moz-transform: translate(100%);
}
50% {
opacity: 0;
-moz-transform: translate(-100%);
}
51% {
opacity: 1;
}
}
@keyframes toRightFromLeft {
49% {
transform: translate(100%);
}
50% {
opacity: 0;
transform: translate(-100%);
}
51% {
opacity: 1;
}
}
/*Fourth Icon Effect */
.icon-effect-4 {
background: #fff;
}
.gray-icon.icon-effect-4 {
color: #444;
box-shadow: 0 0 0 3px #444;
-o-box-shadow: 0 0 0 3px #444;
-moz-box-shadow: 0 0 0 3px #444;
-webkit-box-shadow: 0 0 0 3px #444;
}
.icon-effect-4:hover:before, .service-box:hover .icon-effect-4:before {
-webkit-animation: toLeftFromRight 0.4s forwards;
-moz-animation: toLeftFromRight 0.4s forwards;
animation: toLeftFromRight 0.4s forwards;
}
@-webkit-keyframes toLeftFromRight {
49% {
-webkit-transform: translate(-100%);
}
50% {
opacity: 0;
-webkit-transform: translate(100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toLeftFromRight {
49% {
-moz-transform: translate(-100%);
}
50% {
opacity: 0;
-moz-transform: translate(100%);
}
51% {
opacity: 1;
}
}
@keyframes toLeftFromRight {
49% {
transform: translate(-100%);
}
50% {
opacity: 0;
transform: translate(100%);
}
51% {
opacity: 1;
}
}
/*Fifth Icon Effect */
.icon-effect-5 {
background: #fff;
}
.gray-icon.icon-effect-5 {
color: #444;
box-shadow: 0 0 0 3px #444;
-o-box-shadow: 0 0 0 3px #444;
-moz-box-shadow: 0 0 0 3px #444;
-webkit-box-shadow: 0 0 0 3px #444;
}
.icon-effect-5:hover:before, .service-box:hover .icon-effect-5:before {
-webkit-animation: toTopFromBottom 0.4s forwards;
-moz-animation: toTopFromBottom 0.4s forwards;
animation: toTopFromBottom 0.4s forwards;
}
@-webkit-keyframes toTopFromBottom {
49% {
-webkit-transform: translateY(-100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toTopFromBottom {
49% {
-moz-transform: translateY(-100%);
}
50% {
opacity: 0;
-moz-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@keyframes toTopFromBottom {
49% {
transform: translateY(-100%);
}
50% {
opacity: 0;
transform: translateY(100%);
}
51% {
opacity: 1;
}
}
/*six Icon Effect */
.icon-effect-6 {
background: #fff;
}
.gray-icon.icon-effect-6 {
color: #444;
box-shadow: 0 0 0 3px #444;
-o-box-shadow: 0 0 0 3px #444;
-moz-box-shadow: 0 0 0 3px #444;
-webkit-box-shadow: 0 0 0 3px #444;
}
.icon-effect-6:hover:before, .service-box:hover .icon-effect-6:before {
-webkit-animation: toBottomFromTop 0.4s forwards;
-moz-animation: toBottomFromTop 0.4s forwards;
animation: toBottomFromTop 0.4s forwards;
}
@-webkit-keyframes toBottomFromTop {
49% {
-webkit-transform: translateY(100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toBottomFromTop {
49% {
-moz-transform: translateY(100%);
}
50% {
opacity: 0;
-moz-transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
@keyframes toBottomFromTop {
49% {
transform: translateY(100%);
}
50% {
opacity: 0;
transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
/*************** Heading Titles ***************/
.classic-title {
margin-bottom: 16px;
padding-bottom: 8px;
/*border-bottom: 1px solid #eee;*/
font-weight: 300;
}
.classic-title span {
padding-bottom: 8px;
/*border-bottom: 1px solid;*/
font-weight: 400;
}
.big-title {
margin-bottom: 20px;
}
.big-title h1, .big-title h2 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 300;
}
.big-title h1 strong, .big-title h2 strong {
font-weight: 400;
}
.big-title .title-desc {
font-size: 16px;
line-height: 22px;
color: #666;
}
.big-title h2 + .title-desc, .big-title h1 + .title-desc {
margin-top: 4px;
}
.text-center {
text-align: center!important;
}
i.fa.fa-location-arrow:hover {
transform: rotate(
45deg
);
transition-duration: 1s;
}
.mainbtnn.mainserhd {
padding-bottom: 15px;
}
h4.mainheasserv {
font-weight: 500;
padding: 20px 0px;
font-size: 22px;
}
/*Pagination*/
#pagination span, #pagination a {
display: inline-block;
text-align: center;
height: 34px;
width: 34px;
color: #666;
line-height: 33px;
border: 1px solid #eee;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
#pagination span.current {
color: #fff;
}
#pagination a:hover {
border-color: #ddd;
}
#pagination .all-pages, #pagination .next-page {
width: auto;
padding: 0 14px;
}
footer {
float: left;
width: 100%;


color: #999;
padding-top: 30px;
padding-bottom:30px;
background: #0a1727;
}

.mar_top2 {
margin-top:40px;
width: 100%;
float: left;
}
footer p {
color: #ccc;
}
footer a {
font-size:15px; font-family: 'Roboto Condensed', sans-serif; font-weight:400;
color:#999;
}
footer a:hover {
color: #E1BE3E;
text-decoration: underline;
}
.footer-widget {
text-align: center;
}
.footer-widget h4 {
color: #eee;
text-transform: uppercase;
padding-bottom: 5px;
position: relative;
font-size:18px;
font-family: 'Roboto Condensed', sans-serif; font-weight:300;

}
.devlopded {
text-align: center;
border-top: 1px solid #101e2f;
padding-top: 5px;
margin-top: 10px;
}
p.powerdby {
font-size: 12px;
}
a.textweb {
font-size: 12px;
color: #e0e0e0;
}
.botnline {
background: #3292bd85;
width: 100%;
padding-bottom: 0px;
height: 1px;
}
.footer-widget h4 span	{ font-weight:600;}
.footer-widget h4 .head-line {
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 50px;
height: 3px;
background-color: #333;
margin: 0;
}
.social-widget ul.social-icons li {
display: inline-block;
margin-right: 4px;
margin-bottom: 4px;
}
.social-widget ul.social-icons li a i {
font-size: 1.4em;
width: 36px;
height: 36px;
color: #fff;
line-height: 36px;
text-align: center;
display: block;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.social-widget ul.social-icons li a:hover {
text-decoration: none;
}
.social-widget ul.social-icons li a.facebook:hover i {
background-color: #507CBE;
}
.social-widget ul.social-icons li a.twitter:hover i {
background-color: #63CDF1;
}
.social-widget ul.social-icons li a.google:hover i {
background-color: #F16261;
}
.social-widget ul.social-icons li a.dribbble:hover i {
background-color: #E46387;
}
.social-widget ul.social-icons li a.linkdin:hover i {
background-color: #90CADD;
}
.social-widget ul.social-icons li a.tumblr:hover i {
background-color: #4D7EA3;
}
.social-widget ul.social-icons li a.flickr:hover i {
background-color: #E474AF;
}
.social-widget ul.social-icons li a.instgram:hover i {
background-color: #4D4F54;
}
.social-widget ul.social-icons li a.vimeo:hover i {
background-color: #87D3E0;
}
.social-widget ul.social-icons li a.skype:hover i {
background-color: #36C4F3
}
.contact-widget {
/*background: url(../images/map.png) center bottom no-repeat;*/
}
.contact-widget span {
font-weight: 700;
}
.contact-widget ul li {
font-size:15px; font-family: 'Roboto Condensed', sans-serif; font-weight:400;
color:#cacaca;
margin-bottom: 5px;
}
.contact-widget ul li p a {
color: #bbb;
}
.contact-widget p {
padding-bottom: 0px;
}
.twitter-widget a:hover {
color: #43B9CD;
text-decoration: underline;
}
.twitter-widget ul li {
margin-bottom: 6px;
}
.twitter-widget ul li span {
color: #666;
}
.flickr-widget ul {
overflow: hidden;
}
.flickr-widget ul li {
float: left;
margin-left: 8px;
margin-bottom: 8px;
}
.flickr-widget ul li:nth-child(3n+1) {
margin-left: 0;
}
.flickr-widget ul li a {
display: inline-block;
width: 80px;
/*opacity: 0.6;*/
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
border: 2px solid #969698;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.flickr-widget ul li a img {
width: 100%;
height: 65px;
}
.flickr-widget ul li a:hover {
opacity: 1;
}
.mail-subscribe-widget form {
margin-top: 15px;
margin-bottom: 20px;
}
.mail-subscribe-widget form input[type="text"] {
outline: none;
color: #666;
font-size: 12px;
padding: 6px 12px;
border: none;
background: #fff;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
outline: none;
}
ul.footer-nav {
float: right;
}
ul.footer-nav li {
display: inline-block;
float: left;
margin-left: 15px;
}
ul.footer-nav li:first-child {
margin-left: 0;
}
ul.footer-nav li a {
display: inline-block;
text-transform: uppercase;
text-decoration: none;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
ul.footer-nav li a:hover {
color: #fff;
}
.back-to-top {
display: none;
position: fixed;
bottom: 18px;
right: 15px;
}
.back-to-top i {
display: block;
width: 36px;
height: 36px;
line-height: 36px;
color: #fff;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
text-align: center;
background-color: #444;
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.iframe {
border: none;
}
.navbar-collapse {
max-height: 340px;
}
p.atma {
    padding-top: 20px;
   text-align:justify;
font-size: 18px;
    font-weight: 300!important;
    line-height: 26px;
}
p.atmas {
    padding-top: 10px;
   text-align:justify;

  font-size: 18px;
    font-weight: 300!important;
    line-height: 26px;
}
.middle {
    width: 100%;
    position: relative;
    padding: 60px 0px 60px 0px;
   
    text-align: center;
    /* background: url(../images/graph-01.png) no-repeat center top; */
    /* background: #eee; */
}
a.pur_link.mainhead.mainbtntopbtm {
float: right;
margin-top: -24px;
}
.middle b			{ font-family: 'Roboto Condensed', sans-serif; font-size:36px; color:#fff; font-weight:300;}
.middle b em 		{ font-family: 'Roboto Condensed', sans-serif; font-size: 18px; font-style: normal; display: block; margin-top: 10px;
color: #fff; font-weight: normal; }
.middle a.pur_link { font-family: 'Roboto Condensed', sans-serif; color: #333; font-size: 18px; text-transform: uppercase;
background-color:#fff; padding: 10px 25px; border-radius: 4px; }
.middle a.pur_link:hover {
    color: #f65202;
    background: #fff;
    border: 1px solid;
}
a.pur_link.mainhead.train:hover {
    background: #fff;
    color: #f65202;
    border: 1px solid #f65202;
}
.products		{
float: left;
width: 100%;
padding: 50px 0px;
background: url(../images/graph-bg1.jpg) repeat left top;
-webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 4px 0px 0px #FFF;
-moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 4px 0px 0px #FFF;
box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 4px 0px 0px #FFF;
}

.tst			{ font-family: 'Roboto Condensed', sans-serif; font-size:14px; font-weight:400; text-align:justify;}
.clr			{ font-family: 'Roboto Condensed', sans-serif; font-size:16px; font-weight:600!important; text-transform:uppercase;}
.clr1			{ font-family: 'Roboto Condensed', sans-serif; font-size:15px; font-weight:400!important; text-align:justify; line-height:25px;}
.clr3 {
    font-size: 18px;
    font-weight: 300!important;
    line-height: 26px;

    margin-bottom: 20px;
    text-align: justify;
}
.clr4			{ font-family: 'Roboto Condensed', sans-serif; font-size:24px; font-weight:600!important; margin-bottom:20px; color:#333;}
.clr6			{ font-family: 'Roboto Condensed', sans-serif; font-size:15px; font-weight:600!important; margin-bottom:20px; color:#88067F;}
.clr2			{ /*background:url(../images/slide-clean-bg-1.jpg); background-size:cover;*/

/*  background: linear-gradient(to bottom, #A32D71 0%,#A52E72 100%);
background: linear-gradient(to bottom, #A32D71 0%,#A52E72 100%);;
background: linear-gradient(to bottom, #A32D71 0%,#A52E72 100%);
background: linear-gradient(to bottom, #A32D71 0%,#A52E72 100%);
background: linear-gradient(to bottom, #A32D71 0%,#A52E72 100%);
background: linear-gradient(to bottom, #137bbd 0%,#1597eb 100%);*/
}
.clr5			{ font-family: 'Roboto Condensed', sans-serif; font-size:15px; font-weight:400;}
.mrgn			{ margin-right: 10px;}
.section-header	{ margin-bottom:50px;}
.section-header .section-title {
font-size: 40px;
color: #666;
text-transform: uppercase;
position: relative;
padding-bottom: 20px;
margin: 0 0 20px;
}
.section-header .section-title:before {
content: "";
position: absolute;
width: 140px;
bottom: 0;
left: 50%;
margin-left: -70px;
height: 1px;
background: #ebebeb;
}
.section-header .section-title:after {
content: "";
position: absolute;
width: 24px;
height: 24px;
bottom: -11px;
left: 50%;
margin-left: -12px;
border: 5px solid #fff;
border-radius: 20px;
background: #D2527F;
}
.jm-header 		{
background: #89c443;
background: -moz-linear-gradient(top,  #89c443 0%, #6e9d36 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#89c443), color-stop(100%,#6e9d36));
background: -webkit-linear-gradient(top,  #89c443 0%,#6e9d36 100%);
background: -o-linear-gradient(top,  #89c443 0%,#6e9d36 100%);
background: -ms-linear-gradient(top,  #89c443 0%,#6e9d36 100%);
background: linear-gradient(to bottom, #FFFFFF 0%,#FFFFFF 100%);
border: 1px solid #fff;
padding: 2px;
}

.jm-header-orange {
background: #DEB32A;
background: -moz-linear-gradient(top,  #ffae35 0%, #ff9900 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffae35), color-stop(100%,#ff9900));
background: -webkit-linear-gradient(top,  #ffae35 0%,#ff9900 100%);
background: -o-linear-gradient(top,  #ffae35 0%,#ff9900 100%);
background: -ms-linear-gradient(top,  #ffae35 0%,#ff9900 100%);
background: linear-gradient(to bottom,  #ffae35 0%,#ff9900 100%);}

/* Contact Widget
====================================*/
.contact-details-alt{padding:0;}
.contact-details-alt li{list-style:none; }
.contact-details-alt li p strong { color:#999; float: left; margin: 0; font-weight:400; width:17%;}
.contact-details li p strong { color:#999; float: left; margin: 0 5px 5px 0; }
.contact-details-alt li {
margin: 0 0 2px 0;
}
.contact-details p,
.contact-details li,
.contact-details a {color: #999; }
.contact-details-alt p { font-family: 'Roboto Condensed', sans-serif; font-size:15px; font-weight:400; color:#999;
line-height: 27px;
width: 100%;
margin:0;
}
.contact-details-alt p a {
color: #999;
font-family: 'Roboto Condensed', sans-serif; font-size:15px; font-weight:400;
}
.contact-details-alt p a:hover {
color: #919191;
}
.contact-details-alt li i {
float: left;
font-size: 22px;
margin: 2px 12px 0 0 ;
width: 15px;
}
.page_title_block
{
background: #46434e;
padding: 20px 0 26px 0;
margin-bottom: 50px;
}
.page_title_block .title
{
color: #ffffff;
margin-bottom: 6px;
text-transform: none;
}
.page_title_block .breadcrumbs a:first-child, .page_title_block .breadcrumbs:first-child, .page_title_block .breadcrumbs span:first-child
{
color: #ffffff;
}
.page_title_block .breadcrumbs a:first-child, .page_title_block .breadcrumbs:first-child, .page_title_block .breadcrumbs span:first-child
{
color: #ffffff;
}
.breadcrumbs
{
margin-top:8px;
}
.page_title_block .breadcrumbs a:after
{
content: '/';
color: #6e6c74;
padding: 0 11px;
}
.page_title_block .breadcrumbs a
{
color: #cdcbd3;
}
.page_title_block .breadcrumbs span
{
color: #cdcbd3;
}
.clr12
{
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
margin-bottom: 5px;
font-size: 16px;
}
.pur_link i
{
padding-right:5px;
}
.navbar-collapse .contact-details-alt li i
{
float: left;
font-size: 22px;
margin: 2px 12px 0 0;
width: 15px;
color: #E1406A;
}
.tile ul li
{
border: 1px solid #FFE7B7;
padding: 10px;
border-radius: 5px;
margin: 24px;
text-align: center;
cursor:pointer;
}
.fnt		{ font-size:14px!important;}
.fnt2		{ font-family: 'Roboto Condensed', sans-serif; color:#fff; font-weight:600; text-transform: uppercase;}
.division2					{ float:left; margin:30px 0px; width:100%;}
.division2 span				{ margin-left:20px;}
.division2 table			{ font-family:Verdana, Geneva, sans-serif; color:#fff; font-size:14px;}
.division2 table td			{ color:#6a6a6a; padding:10px 15px; font-family: 'Roboto Condensed', sans-serif; font-weight:400; font-size:16px;
border: 1px solid #D2B5D1;}
.clr20						{ background-color:#fff;}
.clr21						{ background-color:#f9f9f9;}
.classic-title span {
/*padding-bottom: 6px;
border-bottom: 3px solid;*/
font-weight: 400;
color: #ffffff;
}
.classic-title {
margin-bottom: 16px;
padding-bottom: 8px;
/* border-bottom: 1px solid #DEDEDE;*/
font-weight: 300;
}
@media (min-width : 320px) {
.social{ display:none!important;}
}
@media (min-width : 420px) {
.social{ display:none!important;}
}
@media (min-width : 1200px) {
.social{ display:block!important;}
}
@media (min-width : 768px) {
.social{ display:block!important;}
}
.fac li
{
line-height: 2.5em;
color: #555;
list-style: outside none none;
padding: 6px 24px;
background: transparent url(../images/ico-style.png) no-repeat scroll 0px 15px;
text-align: justify;
font-family: 'Roboto Condensed', sans-serif;
font-size:14px;
font-weight:500;
}
.fac
{
margin-top:20px;
}
.banquet
{
margin-top:20px;
}
.columns
{
float: left;
min-height: 1px;
padding: 0 15px;
position: relative;
margin-bottom: 30px;
}
.form-row
{
margin-bottom: 15px;
}
.form-row label
{
margin-bottom: 2px;
}
.form-row .input_text
{
margin-top: 3px;
width: 93%;
}
.form-row .select
{
margin-top: 3px;
width: 93%;
}
input[type=text], input[type=password], textarea
{
color: #000000;
padding: 0.7em 10px;
border: 1px solid #d2d2d2;
background: #ffffff;
font-size: 14px;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
}
.select-box {
background: #f4f4f4;
color: #000000;
position: relative;
margin-top: 3px;
padding: 0.7em 10px;
width: 93%;
border-color: #fff;
}
.select-box span {
display: block;
line-height: 18px;
background: url(../images/select-box.png) no-repeat right center;
}
.select-box select {
position: absolute;
opacity: 0;
left: 0px;
top: 0;
cursor: pointer;
width: 100%;
height: 100%;
}
.form-row textarea {
width: 97%;
max-height: 300px;
height: 200px;
}
.contact-text span
{
font-family: 'Roboto', sans-serif;
font-weight:500;
}
.menu_grid .menu-item
{
margin: 0 0 30px;
}
.interest-in .overlay_content, .menu_grid .overlay_content, .menu_list .overlay_content, .our-menu .overlay_content
{
position: relative;
}
.overlay_content {
position: relative
}
.overlay_content a.close-overlay {
display: none;
position: absolute;
top: 0;
right: 0;
z-index: 100;
width: 45px;
height: 45px;
font-size: 20px;
color: #fff;
line-height: 45px;
text-align: center;
background-color: #000;
cursor: pointer
}
.overlay_content a.close-overlay.hidden {
display: none
}
.overlay_content .overlay {
position: absolute;
z-index: 2;
background: rgba(0,0,0,.7);
overflow: hidden;
-webkit-transition: all .5s;
transition: all .5s;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 0
}
.overlay_content .overlay_item
{
position: relative;
overflow: hidden
}
.overlay_content .overlay .icons {
-webkit-transition: all .5s;
transition: all .5s;
position: relative;
top: 50%;
-webkit-transform: translateY(-65%);
-ms-transform: translateY(-65%);
transform: translateY(-65%);
text-align: center;
background: rgba(35, 33, 33, 0.65);
color:#FFFFFF;
}
.overlay-menu .overlay:hover .icons {
top: 50%!important
}
.overlay_content .overlay .icons h1, .overlay_content .overlay .icons h2, .overlay_content .overlay .icons h3, .overlay_content .overlay .icons h4, .overlay_content .overlay .icons h5 {
margin-top: 0;
margin-bottom: 15px
}
.overlay_content .icons a {
font-size: 24px;
margin-right: 15px;
vertical-align: baseline
}
.overlay_content .icons a:last-child {
margin-right: 0
}
.overlay_content .overlay_item.hover .overlay {
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
height: 100%
}
.overlay_content .overlay_item.hover .overlay .icons {
top: 40%
}
.overlay_content .overlay_item.hover .overlay .icons .label {
display: none
}
.overlay_content .overlay_item.hover .overlay a.close-overlay {
display: block
}
.overlay_content .desc {
position: absolute;
bottom: 0;
text-align: center;
z-index: 3;
background: #262626;
width: 100%;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px
}
.overlay_content .button {
margin-top: 20px
}
.overlay_content .button a {
font-size: 16px
}
.overlay_content .button a:hover i {
color: #fff
}
.overlay_content .button i {
color: #c59d5f
}
.menu_grid .overlay_content .label, .menu_list .overlay_content .label, .our-menu .overlay_content .label
{
-webkit-transition: all ease 1s;
transition: all ease 1s;
top: 10px!important;
position: absolute;
left: auto;
right: 10px;
text-transform: capitalize;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
background: #c59d5f;
padding: 4px 12px;
font-size: 12px;
}
.overlay_item img
{
max-width: 100%;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
}
.overlay_item .overlay
{
border-top-right-radius: 0;
border-top-left-radius: 0;
height: 28%;
overflow: visible;
}
.overlay_item .overlay
{
position: absolute;
z-index: 2;
background: rgba(0,0,0,.7);
overflow: visible;
-webkit-transition: all .5s;
transition: all .5s;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-o-border-radius: 10px;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 0;
}
.interest-in .overlay_content .overlay .icons, .menu_grid .overlay_content .overlay .icons, .menu_list .overlay_content .overlay .icons, .our-menu .overlay_content .overlay .icons
{
top: 100%;
position: relative;
}
.overlay_content .overlay .icons h3
{
margin-top: 0;
margin-bottom: 15px;
color:#FFFFFF;
}
.interest-in .overlay_item .rating, .menu_grid .overlay_item .rating, .menu_list .overlay_item .rating, .our-menu .overlay_item .rating
{
float: none;
}
.rating
{
border: none;
margin-bottom: 10px;
}
.dark span
{
color: #fff;
}
.rating i:hover, .rating span.active i
{
color: #c59d5f;
}
.tarrif img
{
border-radius:10px;
}
/*	.cpt-item{position: relative;}
.cpt-item.columns{}
.cpt-title{padding-top:14px;margin-bottom:3px;text-transform: uppercase;font-size: 16px;}
.cpt-desc{font-size:12px;font-style: italic;color:#858585;}
.thumb-wrapper{position: relative;}
.thumb-control-wrapper{position: absolute;width:100%;height: 100%;margin:10px;left:0;top:0;background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';opacity: 0;}
.thumb-control{margin-bottom:0px;position: absolute;top:50%;margin-top:-20px;left:50%;margin-left:-41px;}
.builder-gallery .thumb-control{margin-left:-20px;}
.thumb-control-wrapper ul li{display: inline-block;float:left;}
.thumb-control-wrapper ul li:first-child{margin-right:2px;}
.go-detail{width: 40px;height: 40px;text-indent: -9999px;background: url('images/thumb-detail.png') no-repeat center #BCA474;display: inline-block;     background-color: #bca474;}
.go-gallery{width: 40px;height: 40px;text-indent: -9999px;background: url('../images/thumb-gallery.png') no-repeat center #BCA474;display: inline-block;    background-color: #bca474;}
.go-detail:hover,.go-gallery:hover{background-color: #202020;}

.builder-title-wrapper.has_filter .cpt-filters{position: absolute;right:15px;top:-64px;}
.cpt-filters{margin-bottom:0px;}
.cpt-filters li{display: inline-block;float:left;}
.cpt-filters li a{font-size: 13px;font-family: 'Roboto',Arial,sans-serif;text-transform: uppercase;background: url('assets/images/doted-divider.png') no-repeat left center;padding-left:13px;padding-right:13px;}
.cpt-filters li:first-child a{background: none;}
.cpt-filters li:last-child a{padding-right:0px;}
.cpt-filters li a{color:#202020;}
.cpt-filters li a:hover{color:#BCA474;}
.cpt-filters li a.selected{color:#BCA474;}*/
/*Isotope Transitions-------------------------------*/
/*.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
.isotope,
.isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property:    -moz-transform, opacity; -ms-transition-property:     -ms-transform, opacity; -o-transition-property:         top, left, opacity; transition-property:         transform, opacity; }
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }

.go-detail
{
background-color: #bca474;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-webkit-transition: .5s;
}
*/
.boxcontainer {
border:1px solid #ededed;
border-bottom:double medium #ececec;
background:rgba(225, 91, 123, 0.6);
font-size:13px;
text-align:center;
transition:border 500ms ease-out;
-webkit-transition:border 500ms ease-out;
-moz-transition:border 500ms ease-out;
-o-transition:border 500ms ease-out;
position:relative;
overflow:hidden;
}
.boxcontainer:hover {
border-bottom:double medium #eaeaea;
}
.boxcontainer p {
margin-bottom:10px;
color:#666;
padding: 0px 10px;
}
.boxcontainer h1 {
font-size:13px;
line-height:1;
padding-left:10px;
padding-right:10px;
margin-top:15px;
}
.boxcontainer h1 a {
padding-bottom:10px;
border-bottom:1px solid #ebebeb;
display:block;
color:#FFF;
line-height:20px;
text-transform:uppercase;
}
.boxcontainer img {
position:relative;
max-width: 100%;
}
.recent-projects-home .boxcontainer img {
height:185px;
}
.recent-projects-home .smalltitle {
max-width:50%;
margin:0px auto;
margin-top:30px;
margin-bottom:-13px;
border-bottom:1px solid #fff;
border-top:1px solid #ebebeb;
}
.wrapcaption {
position:absolute;
font-size:30px;
background:transparent;
width:100%;
margin:0px auto;
display:table-cell;
vertical-align:middle;
top:59%;
}
.captionicons {
font-size:20px;
padding:13px;
background:#e7402f;
margin-right:0px;
border-radius:50%;
color:#fff;
position:relative;
top:55%;
vertical-align:middle;
margin-top:0px;
margin:0 auto;
}
.captionicons:hover {
opacity:0.9;
}
.boxportfolio2 .captionicons {
top: 57%;
}
.roll {
position:absolute;
font-size:30px;
width:100%;
margin:0px auto;
height:100%;
top:-44px;
display:table-cell;
vertical-align:middle;
background:#000;
z-index:10;
opacity:0;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
filter:alpha(opacity=0);
zoom:1;
}
.wrapcaption .read
{
font-size: 14px;
background-color: #E45B7F;
padding: 5px;
color: #ffffff;
border-radius: 5px;
}
.xpager-gallery div
{

padding: 10px;
border-radius: 5px;
text-align: center;
cursor: pointer;
margin-top:10px
}
.clr7
{
font-family: 'Roboto Condensed', sans-serif;
font-size: 40px;
color: white;
line-height: 45px;
/* font-weight: 400;*/
/* text-align: center;*/
text-transform: uppercase;
}
.clr8
{
font-family: 'Roboto Condensed', sans-serif;
font-size: 16px;
font-weight: 600!important;
margin-bottom: 20px;
color: #E66486;
}
.clr8 i
{
padding-right:10px;
color: #A2296F;
}
.classic
{
text-align: center;
padding-top: 20px;
margin-bottom: 38px;
}
.margin
{
margin-top:35px;
}
.borde
{
border: 1px solid white;
padding: 2px;
border-radius: 5px;
margin-top:60px;
}
.bottom
{
margin-top:20px;
border-bottom: 2px solid #DEDEDE;
padding-bottom: 15px;
}
h3.liftt {
color: #2c8c5f;
}
.what li
{
font-size: 15px;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
color: #999;
}
section.secttiontwo {
padding: 65px 0px;
background: #2181b2;
}
.navbar-nav.navbar-right:last-child {
margin-right: -15px;
padding-top: 15px;
padding-bottom: 10px;
}
.icon {
width: 80px;
height: 80px;
line-height: 80px;
font-size: 36px;
border-radius: 50%;
background: #443131;
text-align: center;
align-items: center;
display: contents;
}
i.fa.ico1 {
border-radius: 50%;
background: #fbb603;
padding: 20px;
width: 80px;
height: 80px;
color: #fff;
}
a.pur_link.mainhead.col1 {
background: #000;
}
i.fa.ico2{
background:#f65202;
padding: 20px;
border-radius: 50%;
width: 80px;
height: 80px;
color: #fff;
}
h2.atma {
    font-size: 50px;
}
h3.classic-title {
font-size: 30px;
color: #fff;
font-weight: 400;
}
h2.maindserv.inners.abt {
    margin-top: 0px;
}
h2.maindserv {
    text-align: center;
    font-size: 30px;
    /* color: #6ab783; */
    margin-bottom: 50px;
    text-transform: none;
    font-weight: 600;
}
.card:hover, .card:focus {
box-shadow: 0 3px 4px 0 rgb(0 0 0 / 14%), 0 3px 3px -2px rgb(0 0 0 / 20%), 0 1px 8px 0 rgb(0 0 0 / 12%);
background-color: #fafafa;
}
.card .card-block, .card.card-block {
padding-bottom: 2rem;
padding-top: 2rem;
padding-left: 2rem;
padding-right: 2rem;
}
a.goorevie {
padding-top: 5px;
font-size: 12px;
display: block;
color: #3292bd;
text-decoration: underline;
}
.card {
box-shadow: none;
box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
border-radius: 2px;
background-color: #fff;
margin-bottom: 20px;
margin-bottom: 2rem;
border: 0;
}
section.secttionthree {
    padding: 80px 0px 90px 0px;
    background: #fff;
}
h2.mainhead2 {
padding-bottom: 15px;
color: #fff;
font-size: 26px;
}
.hmdivhead {
margin-top: 35px;
}
h3.conthead {
    margin-bottom: 15px;
}
a.pur_link.mainhead {
    padding: 10px 15px;
    background: #f65202;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 2px 2px 6px #333e;
        border-radius: 4px;
}

.borderbox {
padding: 20px;
border: 1px solid #e0e0e0;
}
p.mainservpara {
    color: #f1f1f1;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 30px;
  
}
.card.hmbg {
    min-height: 305px;
}
section.testimonmials {
    padding: 60px 0px 84px 0px;
    background: #f4f4f6;
}
.mainbtnn {
margin-top: 30px;
}
h3.liftt.topp {
margin-bottom: 15px;
padding-top: 10px;
}
p.clr3.inner {
    margin-bottom: 5px;
}
h4.mainheasserv {
    font-weight: 600;
    padding: 10px 0px;
    color: #fff;
    font-size: 22px;
    line-height: 36px;
}
h2.mainheasserv {
    color: #f65202;
    font-size: 18px;
    font-weight: 600;
}

a.hmserv {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
}
a.breadcumbs {
    color: #444444;
    font-weight: 400;
}
a.active.breadcumbs {
    color: #f77737;
    font-weight: 500;
}
.innerbanner {
    margin-top: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.scp-breadcrumb {
    position: absolute;
    right: 100px;
    top: 195px;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    float: right;
}
h4.inerquat {
    color: #fff;
    font-size: 22px;
    line-height: 36px;
}

section.innerabout {
    padding: 80px 0px;
}

h2.maindserv.inners {
    text-align: left;
    margin-bottom: 20px;
    color: #d84700;
}
span.colrchange {
    color: #2181b2;
}
p.clr3.inner.tps {
    margin-top: 15px;
    font-weight: 600;
}
h4.suntopinerr {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 20px;
}

i.fa.fa-bookmark {
    padding: 5px 10px 10px 5px;
    color: #2181b2;
}

li.specipoint {
    font-size: 14px;
    color: #3a3a3a;
    font-weight: 600;
}
i.fa.fa-bars {
    color: #2181b2;
    padding: 0px;
}
i.fa.fa-bars.ser {
    color: #2181b2;
    padding: 10px 10px 5px 0px;
}
.h3.conthead {
    padding-bottom: 15px;
}
h4.suntopinerr.main {
    font-size: 20px;
    color: #313131;
}

h4.suntopinerr.tples {
    margin-top: -15px;
}
p.clr3.inner.lines {
    font-size: 20px;
    border: 1px solid #2181b245;
    padding: 20px;
    font-weight: 400!important;
    margin-bottom: 20px;
    box-shadow: 10px 10px 5px #eee;
}
section.innerabout.ser1 {
   padding-bottom: 60px!important;
 padding-top: 70px!importa
}
section.innerabout.sev2 {
    padding-top: 70px!important;
    background: #eee;
    padding-bottom: 60px!important;
}
section.innerabout.sev3 {
    padding-top: 70px!important;
    padding-bottom: 60px!important;
}
section.innerabout.sev4 {
    padding-top: 70px!important;
    background: #eee;
    padding-bottom: 50px!important;
}
.card-block.inner {
    padding: 2rem!important;
}

span.textbig.s {
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    display: block;
    margin-bottom: -20px;
    margin-top: 5px;
}
a.quickside4 {

    width: 89px;
    position: fixed;
    top: 273px;
    right: 1px;
   background: #f65202;
    font-size: 15px;
    color: #ffffff;
    z-index: 99;
    font-weight: 600;
    z-index: 999999;
    padding: 12px;
      font-size: 14px;
    font-weight: 600;
    box-shadow: 2px 2px 6px #333e;
        border-radius: 4px;
}
a.quickside3 {

    width: 89px;
    position: fixed;
    top: 130px;
    right: 1px;
   background: #f65202;
    font-size: 15px;
    color: #ffffff;
    z-index: 99;
    font-weight: 600;
    z-index: 999999;
    padding: 12px;
      font-size: 14px;
    font-weight: 600;
    box-shadow: 2px 2px 6px #333e;
        border-radius: 4px;
}
a.quickside1 {
    position: fixed;
    top: 20%;
    right: 1px;
    background: #f65202;
    font-size: 15px;
    color: #fff;
    z-index: 99;
    width: 89px;
    font-weight: 600;
    padding: 10px;
      font-size: 14px;
    font-weight: 600;
    box-shadow: 2px 2px 6px #333e;
        border-radius: 4px;
}
img.img-fluid {
    width: 100%;
}
.navbar-toggle {
position: relative;
float: left;
padding: 9px 10px;
margin-top: 30px;
}
a.quickside2 {
    position: fixed;
    top: 240px;
    right: 1px;
    background: #f65202;
    font-size: 15px;
    color: #fff;
    z-index: 99;
    width: 89px;
    font-weight: 600;
    padding: 10px;
      font-size: 14px;
    font-weight: 600;
    box-shadow: 2px 2px 6px #333e;
        border-radius: 4px;
}
span.mainlisize {
    font-size: 16px;
    font-weight: 400;
}
.logo img {
position: relative;
/* top: 7px; */
padding: 20px 0px 5px 0px;
}
.board {
border: 1px solid rgba(169, 66, 137, 0.29);
border-radius: 3px;
padding: 5px;
}
.qoutes {
    margin-top: 50px;
    padding: 30px 20px;
    background: #fff;
    border-radius: 18px;
}
h5.homeqouts {
    color: #f65202;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.about {
    padding-top: 100px;
    padding-bottom:50px;
    border-bottom: 1px solid #eee;
    margin-top: 0px;
    position: relative;
    background:#ff6a22;
}
i.fa.fa-check-circle-o {
    padding: 5px;
    color: #fbb603;
    font-size: 18px;
    padding-right: 5px;
}
a.pur_link.mainhead.train {
    background:#f65202;
}
ul.capsewc {
    padding-top: 10px;
}
li.capsewc {
    padding: 10px;
    font-size: 18px;
}
section.capsection {
    padding: 60px 0px;
    padding-bottom: 0px;
}
h3.capheals {
    font-size: 45px;
    line-height: 50px;
    margin-top: 50px;
}
.card.upcon {
    min-height: 365px;
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : Landscape)
{
.navbar-nav
{
left:none !important;
margin-top: 33px !important;
}
.col-xs-push-5
{
left:0px
}
}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : Portrait)
{

}
.para span
{
color: #E41B4A;
font-weight: 700;
}
.nav .fb
{
width: 100px;
position: relative;
bottom: 6px;
box-shadow: 2px 2px 4px #616161;
border-radius: 5px;
margin-right: -12px;
}
.navbar-nav > li:hover > .fbs
{
background:none !important;
}
.icons-list li
{
font-size: 17px !important;
font-weight: 700 !important;
}
.top
{
margin-top:20px;
}

.enquire li .icon i {
border-radius: 4px;
height: 50px;
width: 100%;
line-height: 50px;
border: 1px solid #eeeeee;
overflow: hidden;
font-size: 30px;
color: #ffffff;
position: relative;
}
.enquire li .icon {
display: inline-block;
border-radius: 4px;
height: 50px;
position: relative;
overflow: hidden;
text-align: center;
width: 70%;
background: #13bdff;
}
.enquire li:hover i
{
color:#3b5997;
}
.enquire .overlay
{
padding-top:50px;
padding-bottom:50px;
background: #ff6a22;
}
a.pur_link.mainhead.col2 {
background: #f65202;
}
a.pur_link.mainhead.col1{
background: #fbb602
}
a.pur_link.mainhead.col3{
background: #2181b2
}
h4.qautosck {
font-size: 20px;
line-height: 30px;
}
.enquire li {
margin-bottom: 25px;
padding:0px;
}
section.enquire {
    padding: 60px 0px;
    padding-top: 0px;
}
h3.capsub {
    color: #ff5200;
    text-align: center;
    font-size: 25px;
    margin-bottom: 10px;
}
i.fa.followm {
    padding: 10px;
    font-size: 22px;
    border-radius: 30px;
    width: 40px;
    background: #fff;
    height: 40px;
    margin: 3px;
}
i.fa.fa-twitter.followm {
    color: #428bca;
}
i.fa.fa-facebook.followm {
    color: #015196;
}
section.abotme {
    padding: 90px 0px;
    min-height: 600px;
}
h2.headbio {
    font-size: 45px;
    color: #fff;
}
p.abtme {
    color: #fff;
    line-height: 25px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    padding-top: 15px;
}
p.followme {
    margin-top: 20px;
    text-align: center;
}
h1.maincapt {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 55px;
    padding-top: 0px;
    margin-top: 5px;
}
span.seppara {
    font-family: emoji;
    display: block;
    font-size: 30px;
}
img.img.cksuresh.atma {
    margin-top: 10px;
}
.cksuresh {
    /* border: 2px solid #fff; */
    /* background: #FFF; */
    margin-top: 15px;
}

section.captionsec {
    padding: 80px 0px;
}
.txt h5
{
color: white;
font-family: 'Roboto Condensed', sans-serif;
font-size: 18px;
}
.txt p
{
color: white;
text-align: justify;
}
.frm .contact-form input[type="text"]
{
background: white;;
}
.frm .contact-form textarea
{
background: white;;
}
.head
{
margin-top: 74px;
padding: 50px;
}
.head h2
{
font-size:25px;
}
.clinic img
{
border: 1px solid #b6b6b6;
padding: 5px;
border-radius: 5px;
background: white;
box-shadow: 2px 2px 2px #888;
}
.box h3
{
border-bottom: 1px solid #b4b4b4;
margin-bottom: 20px;
padding-bottom: 6px;
font-size: 20px;
font-family: 'Roboto Condensed', sans-serif;
color: #717373;
text-transform: uppercase;
}
.box
{
background: #f6f6f6;
padding: 20px;
border-radius: 5px;
border: 1px solid #b5b5b5;
min-height: 1355px;
}
.treat h3
{
font-size: 20px;
font-family: 'Roboto Condensed', sans-serif;
border-bottom: 1px solid #c6c6c6;
margin-bottom: 5px;
padding-bottom: 5px;
}
.boottom
{
margin-top:40px;
}
.flash
{
padding-bottom:15px;
}
.flash  p
{
color: white;
font-size: 20px;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
}
.rply h2
{
text-align: center;
font-size: 40px;
text-transform: uppercase;
font-weight: 700;
margin-top: 240px;
}