@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 {
    width: 100%;
    height: auto;
}
.modal-open .modal {
    overflow-x: scroll;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 15%!important;
    overflow-x: scroll;
}
.modal-footer {
padding: 0rem;
}
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;
    font-weight: 400;
}

.dismob {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0;
    color: #444;
}

h1 {
    font-size: 34px;
    line-height: 26px;
}

h2 {
    font-size: 28px;
    line-height: 26px;
}

h3 {
    font-size: 24px;
    line-height: 26px;
}

h4 {
    font-size: 22px;
    line-height: 26px;
}

h5 {
    font-size: 20px;
    line-height: 26px;
}

h6 {
    font-size: 18px;
    line-height: 26px;
}

p {
    color: #666;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    margin: 0;
    font-weight: 400;
}

p strong {
    font-weight: 400;
}

.uppercase {
    text-transform: uppercase;
}
.foot-social.tops {
    float: right;
    z-index: 99999999999;
    padding-top: 5px;
   
   
}
/* .foot-social.tops p a {
    color: #2e6696;
} */

.ms-feature {
    padding: 30px;
    margin-top: 20px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    border-bottom: 2px dotted #346699;
    background: #2e6696;
    /* border-radius: 2px; */
    color: white;
}
section.inner-page-banner {
    display: block;
    position: relative;
    margin-top: 95px;
}
h4.txtdect {
    font-size: 23px;
    margin-top: 14px;
    font-weight: 400;
    line-height: 26px;
}
.navbar-light .navbar-nav .nav-link{
    color: #4e4e4e;
    display: block;
    font-size: 16px;
    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: 500;
    font-family: 'Poppins', sans-serif;
}

.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;
}

.why-box {
    display: flex;
    flex-direction: column;
}

.secadmi {
    background: #024b7e;
    text-align: center;
    color: #fff;
    margin-top: 45px;
    padding: 40px;
}
section.slider {
    margin-top: 95px;
    position: relative;
}
i.fa.fa-check-square {
    color: #3caa59;
}

.why-icon {
    padding-right: 10px;
}

.why-box-area {
    display: flex;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 400;
    line-height: 36px;
}

p.services {
    text-align: justify;
    font-size: 18px;
    line-height: 28px;
    padding: 10px 0px;
}

h3.admisec {
    color: #fff;
    font-weight: 800;
    font-size: 28px;
}

input[type="submit"] {
    border: none;
    padding: 5px 10px;
    background-color: #024b7e;
    color: #ffff;
    font-size: 14px;
    font-weight: 400;
    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;
    font-size: 17px;
}

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;
}

img.social-icon.whatsapp {
    width: 45px;
    height: 45px;
}

p.clr3.conthead {
    font-weight: 400!important;
    font-size: 22px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

a.social-icon.whatsapp {
    position: fixed;
    z-index: 3000;
    right: 10px;
    /* top: 264px; */
    font-size: 60px;
    bottom: 20px;
    color: green;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

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;
}

.dsfx {
    display: flex;
}
.bg-light {
    background-color: #ffffff!important;
}
.card.service {
    min-height: 206px;
    border-bottom: 1px solid #024b7e;
}

section.academysec h2 {
    text-align: center;
    line-height: 30px;
    color: #024b7e;
    font-weight: 500;
    background: #2e669614;
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
}
section.academysec img {
    border-radius: 20px;
}
.hight-sec h2 {
    color: #2e6696;
    font-weight: 400;
}
.hight-sec {
    padding: 20px;
    background: #2e669614;
    margin-bottom: 10px;
}
span.hight-text {
    padding: 5px;
    display: flex;
    justify-content: flex-start;
}
span.small-abt {
    font-size: 18px;
   
}
section.inner-page.upcomimg-pgm h2 {
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 15px;
}
section.inner-page.upcomimg-pgm h3 {
    line-height: 26px;
    margin-top: 5px;
    text-align: left;
}

section.inner-page.upcomimg-pgm h3 {
    text-align: left;
    font-weight: 400;
}

section.inner-page.upcomimg-pgm h4 {
    line-height: 26px;
    margin-top: -5px;
    text-align: left;
    font-weight: 400;
    padding-bottom: 0px;
}
section.inner-page.contactus h4 {
    padding-bottom: 5px;
    font-size: 18px;
    display: flex;
}

section.inner-page.upcomimg-pgm h5 {
    padding-bottom: 10px;
}
span.blockbox {
    padding: 10px;
    line-height: 36px;
    color: #024b7e;
}
h1.abt-tile2 {
    margin-top: 20px;
}
.spandfx {
    padding-right: 5px;
}

.nameastero {
    font-size: 18px;
    margin-top: 30px;
    font-weight: 400;
}

span.projsub {
    display: block;
}

a.fbhm {
    padding: 10px 15px;
    background: #265aad;
    color: #fff;
    font-weight: 400;
    border-radius: 2px;
    transition-delay: 2s;
    transition-timing-function: ease-in-out;
    
}
a.fbhm:hover {
    padding: 11px 16px;
    background: #2e6696;
    color: #fff;
    font-weight: 500;
    border-radius: 0px;
    transition-delay: 2s;
    transition-timing-function: ease-in-out;
}


a.ythm {
    padding: 10px 15px;
    background: #39b65a;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
}

.social-home {
    margin-top: 20px;
}

.img-box {
    margin-bottom: 20px;
}


/*------------------------------------------*/


/*	     02 - Header & Navigation
/*------------------------------------------*/

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: #fff;
    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;
}


.navbar-light .navbar-toggler {
    color: rgb(46 102 150);
    border-color: rgb(46 102 150);
    border: 2px solid;
}
.navbar {
    margin-bottom: 0;
    background: #ffffff;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
  
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 15px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #276793;
}
.navbar-brand {
    position: relative;
    padding: 5px 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;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    font-weight: 400;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.navbar-default .navbar-nav>li>a {
    color: #4e4e4e;
    display: block;
    font-size: 16px;
    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: 500;
    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: #2e6696;
    border-radius: 2px;
    color: aliceblue;
}

i.fa.fa-youtube.followm.link {
    color: red;
    background: #e9e9e9;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 25%);
    margin-left: 5px;
}

i.fa.fa-instagram.followm {
    color: #d62487;
    background: #e9e9e9;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 25%);
    margin-left: 5px;
}

.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: #2c2c2c;
}


/*==================================================
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: 400;
    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: 400;
    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 ***************/




.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: 22px;
    line-height: 28px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 0px;
}

.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;
    background: #1c478f;
}

h3.serv {
    font-weight: 400;
    font-size: 20px;
    margin-top: 0px;
}

.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 #153d81;
    padding-top: 5px;
    margin-top: 10px;
}

p.powerdby {
    font-size: 10px;
}

a.textweb {
    font-size: 10px;
    color: #e0e0e0;
}

.botnline {
    background: #3292bd85;
    width: 100%;
    padding-bottom: 0px;
    height: 1px;
}

.footer-widget h4 span {
    font-weight: 400;
    font-size: 22px;
}
.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: 100%;
}

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: #024b7e;
    background: #fff;
    border: 1px solid;
}

a.pur_link.mainhead.train:hover {
    background: #fff;
    color: #024b7e;
    border: 1px solid #024b7e;
}

.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: 400!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: 16px;
    font-weight: 400!important;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: left;
}

.clr4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: 400!important;
    margin-bottom: 20px;
    color: #333;
}

.clr6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    font-weight: 400!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: 400;
    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: 400!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 {
    border: 1px solid #eee;
    padding: 10px;
}

.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: 13px;
    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: #024b7e;
    padding: 20px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    color: #fff;
}

h2.atma {
    font-size: 50px;
}

h3.classic-title {
    font-size: 30px;
    color: #024b7e;
    font-weight: 400;
}

h4.activities.mt-2 {
    margin-top: 60px;
}

p.services {
    text-align: justify;
    font-size: 18px;
    line-height: 28px;
}

img.vedanga {
    padding-bottom: 15px;
}

h4.activities {
    text-align: center;
    font-size: 26px;
    color: #ddd;
}

.homecont-btn {
    margin-top: 20px;
}

h2.maindserv {
    text-align: center;
    font-size: 30px;
    color: #024b7e;
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 400;
}

h3.prices {
    color: green;
    font-weight: 400;
}

.btm-head {
    display: flex;
    justify-content: space-between;
    background: #d8aa4a4a;
    padding: 10px 15px;
    margin-top: 15px;
}

.social-home.rooms {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    padding: 25px;
    background: #d8aa4a4a;
}

.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;
    position: relative;
}

p.clr3.cont {
    margin-bottom: 10px;
}

.img-absolute1 {
    position: absolute;
    top: 0;
    right: 10px;
    width: 11%;
    opacity: 0.5;
}

h4.aboutpage {
    font-size: 20px;
    margin-bottom: 5px;
    padding-top: 10px;
    font-weight: 400;
}

h3.activitypage {
    font-size: 20px;
    margin-bottom: 5px;
}

h2.mainhead2 {
    padding-bottom: 15px;
    color: #fff;
    font-size: 26px;
}

.hmdivhead {
    margin-top: 35px;
}

h3.conthead {
    margin-bottom: 15px;
    font-weight: 400;
}

a.pur_link.mainhead {
    padding: 10px 15px;
    background: #024b7e;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    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: 400;
    padding: 10px 0px;
    color: #fff;
    font-size: 22px;
    line-height: 36px;
}

h2.mainheasserv {
    color: #024b7e;
    font-size: 18px;
    font-weight: 400;
}

a.hmserv {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
}

a.breadcumbs {
    color: #444444;
    font-weight: 400;
}

a.active.breadcumbs {
    color: #024b7e;
    font-weight: 500;
}

.innerbanner {
    margin-top: 88px;
    padding-top: 40px;
    position: relative;
    padding-bottom: 40px;
}

.scp-breadcrumb {
    position: absolute;
    right: 100px;
    top: 195px;
}

h2.maindserv.inners.abt.text-left {
    margin-bottom: 20px;
}

a.quickside5 {
    position: fixed;
    bottom: 120px;
    z-index: 99999999;
    right: 25px;
}

.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;
    text-align: center;
    font-weight: 400;
}

section.innerabout {
    padding: 80px 0px;
}

span.colrchange {
    color: #2181b2;
}

p.clr3.inner.tps {
    margin-top: 15px;
    font-weight: 400;
}

h4.suntopinerr {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 20px;
}

i.fa.fa-bookmark {
    padding: 5px 10px 10px 5px;
    color: #2181b2;
}

.social-home {
    margin-top: 20px;
    padding-bottom: 10px;
}

li.specipoint {
    font-size: 14px;
    color: #3a3a3a;
    font-weight: 400;
}

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!important
}

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: fit-content;
    background: #024b7e;
    font-size: 15px;
    color: #ffffff;
    z-index: 99;
    font-weight: 400;
    z-index: 999999;
    padding: 5px 10px;
    font-size: 14px;
    box-shadow: 2px 2px 6px #333e;
    border-radius: 4px;
}
img.logo {
    width: 130px;
}
a.quickside3 {
    width: fit-content;
    background: #4267B2;
    position: relative;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    z-index: 999999999;
    padding: 5px 10px;
    font-size: 14px;
    box-shadow: 2px 2px 6px #333e;
    border-radius: 4px;
}
a.social-foot {
    padding-left: 10px;
    color: #fff;
}
a.social-foot.fb:hover{
    color: #153d81;
}
a.social-foot.ybt:hover{
    color:red;
}
a.social-foot.inst:hover{
    color:orange;
}
a.quickside1 {
    width: fit-content;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    position: relative;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    z-index: 999999999;
    padding: 5px 10px;
    font-size: 14px;
    box-shadow: 2px 2px 6px #333e;
    border-radius: 4px;
}

img.img-fluid {
    max-width: 100%;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 30px;
}

a.quickside2 {
    background: #d93025;
    width: fit-content;
    position: relative;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    z-index: 999999999;
    padding: 5px 10px;
    font-size: 14px;
    box-shadow: 2px 2px 6px #333e;
    border-radius: 4px;
}

span.mainlisize {
    font-size: 16px;
    font-weight: 400;
}

.logo img {
    position: relative;
    /* top: 7px; */
    padding: 10px 0px 5px 0px;
    width: 100%;
}

.mt-home-3 {
    margin-top: 60px;
}

h2.room-head {
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
    color: #024b7e;
    font-weight: 400;
}
section.scrolld {
    padding: 10px 0px;
    background:#1d6890;;
}
.card-block.rooms {
    padding: 20px 20px 10px 20px;
}
i.fa.fa-pencil {
    padding-right: 5px;
    color: #fff;
}
.board {
    border: 1px solid rgba(169, 66, 137, 0.29);
    border-radius: 3px;
    padding: 5px;
}
section.inner-page h1 span {
    color: green;
    font-size: 22px;
    padding-left: 5px;
}
.qoutes {
    margin-top: 50px;
    padding: 30px 20px;
    background: #fff;
    border-radius: 18px;
}
section.inner-page.academic h1 {
    padding-bottom: 10px;
    line-height: 30px;
}

h5.homeqouts {
    color: #024b7e;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.about {
    padding-top: 30px;
    padding-bottom: 80px;
    margin-top: 0px;
    position: relative;
    background: #fff;
}

i.fa.fa-check-circle-o {
    padding: 5px;
    color: #fbb603;
    font-size: 18px;
    padding-right: 5px;
}

a.pur_link.mainhead.train {
    background: #024b7e;
}

ul.capsewc {
    padding-top: 10px;
}

li.capsewc {
    padding: 10px;
 
}

section.academysec {
    padding: 60px 0px;
    background: #fff;
}
section.academysec p {
    padding-top: 15px;

    line-height: 26px;
}
section.academysec h1 {


    font-weight: 500;
    padding-bottom: 15px;
    text-align: left;
}

section.inner-page h2 {

    line-height: 26px;
    padding-bottom: 0px;
    padding-top: 10px;
    text-align: left;
  
}
section.inner-page h3 {
    color: #2e6696;
    text-align: left;
    margin-bottom: 5px;
}

section.inner-page h4 {

    font-weight: 400;
}
section.inner-page h5 {
    text-align: left;
    line-height: 30px;

}
span.text-bold {
    font-weight: 500;
}
section.academysec  h4.mt-1{
    margin-top: 15px;
}
.primary-color{
    color: #276793;
}

section.academysec .card {

    border-bottom: 2px solid #276793;
}
section.academysec img {
    margin-bottom: 5px;
    margin-top: 20px;
}
section.accademicpgm {
    background: antiquewhite;
    padding: 60px 0px;
}

.acadpgm-head {
    margin-bottom: 20px;
}
h1.homehead {
    margin-top: 40px;
}
section.accademicpgm {
    background: antiquewhite;
    padding: 60px 0px;
}


section.accademicpgm  h1 {

    font-weight: 500;
    padding-bottom: 15px;
    text-align: left;
}

section.accademicpgm  h3 {
  
    line-height: 36px;
    padding-bottom: 10px;
    text-align: left;
}

section.accademicpgm  h2 {
  
    font-weight: 500;
    padding-bottom: 10px;
}

section.accademicpgm h4 {
 
    padding-bottom: 10px;
    font-weight: 500;
}
section.accademicpgm h5 {
   
    padding-bottom: 0px;
}
img.img-fluid.acdpgm2 {
    margin-bottom: 10px;
}

.accpgmbox:hover  {

    transition-timing-function: ease-in-out;
    transition-duration: 1s;
}
.mb-2{
    margin-bottom: 20px!important;
}
.mb-1 {
    margin-bottom: 10px!important;
}
.mt-1{
    margin-top: 10px!important;
}
.mt-2{
    margin-top: 20px!important;
}


.accpgmbox {
    background-color: #00adff4d;
    padding: 20px;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    margin-bottom: 20px;
    box-shadow: 1px 2px 6px #cdcdcd;
    border-radius: 10px;
}
.accpgmbox:hover {
    background-color:#eee;
    padding: 20px;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    margin-bottom: 20px;
    box-shadow: none;
    border-radius: 10px;
}
img.pdbg {
    padding: 5px;
    background: #2e669614;
}
section.mainlinks h1 {
    text-align: left;
    color: #2e6696;
    line-height: 36px!important;
    font-size: 30px;
}
section.mainlinks .card{
    background: #00adff4d;
}
ul.vision {
    padding-left: 10px;
    margin-top: 5px;
}
h2.homehead.ds {
    margin: 0px;
    background: no-repeat;
    padding: 0px;
    font-size: 25px;
    /* font-style: italic; */
    /* font-family: monospace; */
    letter-spacing: .5px;
}
ul.vision li {
    font-weight: 400;
    padding-bottom: 10px;
    font-size: 15px;
}
ul.vision i.fa {
    color: #2f6796;
    padding-right: 5px;
}
span.smfnt {
    font-size: 24px;
    color: #444;
}
span.num {
    margin-left: 5px;
}

.hight-sec {
    padding: 20px;
    background: #00adff4d;
    border-radius: 20px;
    margin-bottom: 10px;
}
.hight {
    background:#00adff4d;
    padding: 15px;
    margin-top: 15px;
}
.accpgmbox.nohv{
    transition: none!important;
}
section.recent-programs {
    background: #fff;
    padding: 60px 0px;
}



section.recent-programs  h1 {

    font-weight: 500;
    padding-bottom: 15px;
    text-align: left;
}

section.recent-programs   h3 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 10px;
    text-align: left;
}

section.recent-programs h2 {
    color: #276793;
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 10px;
}


section.academysec {
    padding: 30px 0px 50px 0px;
    background: #fff;
}


section.publications {
    padding: 60px 0px;
    text-align: center;
    background: #246193;
}

section.publications h1 {

    color: #fff;
    font-weight: 500;
    padding-bottom: 15px;
    text-align: center
}

section.publications  h3 {

    line-height: 36px;
    color: #fff;
    padding-bottom: 10px;
    text-align: center;
}

section.recent-programs .card {
    border-radius: 20px;
    border: 1px solid #2863945c;
    box-shadow: 1px 5px 5px #cad7e2;
    transition-timing-function: ease-in-out;
    transition-duration: 1s;
}
section.recent-programs .card:hover {
    border-radius: 20px;
    border: 0px solid #2863945c;
    box-shadow: none;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
}
section.inner-page {
    padding: 50px 0px;
    background: antiquewhite;
}

section.inner-page h1 {
    color: #2e6696;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 0px;
    text-align: left;
}


section.inner-page.aboutus h2 {
    padding-bottom: 5px;
    padding-top: 15px;
}
.hight-box {

   
    margin-top: 15px;
    padding: 10px;
    background: #00adff4d;
    border-radius: 20px;
    margin-bottom: 10px;
}
table.table {
    margin-top: 15px;
}
section.inner-page.admission ul {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}
section.inner-page.admission li {
    display: flex;
 
}
table.table th {
    font-size: 18px;
    font-weight: 600;
}
section.inner-page.admission h2 {
    font-weight: 500;
    padding-bottom: 5px;
    padding-top: 15px;
}
section.inner-page.admission li {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
}
section.inner-page.news h2 {
 
    line-height: 26px;
}
span.fnt-size {
    font-size: 20px;
}
section.inner-page.recent h3 {

    line-height: 26px;
    padding-top: 5px;
}
section.inner-page.recent h4 {
    line-height: 26px;
    padding-top: 5px;
}
section.inner-page.recent h5 {
    line-height: 26px;
    padding-top: 20px;
    padding-bottom: 5px;
    font-style: italic;
}
section.inner-page.recent h2 {
    padding-bottom: 5px;
    padding-top: 10px;
}
section.inner-page.recent h6 {
 
    margin-top: 15px;
    padding-bottom: 5px;
}
section.inner-page.admission i.fa {
    color: #2e6696;
    padding-right: 10px;
}
section.inner-page.admission h6 {

    padding-bottom: 15px;
}
section.inner-page.admission h3 {
    line-height: 36px;
    margin-top: 5px;
    text-align: left;
    margin-bottom: 0px;
}
section.inner-page.publication h6 {
    margin-top: 10px;
  
}
section.inner-page.admission h4 {
    padding-top: 10px;
    padding-bottom: 5px;
}
section.inner-page.publication h3 {
    padding-top: 15px;
}

section.inner-page.aboutus h3{
 
    line-height: 36px;
   
    margin-top: 15px ;
    text-align: left;
}

section.inner-page.news  h3 {

    line-height: 36px;
    margin-top: 0px;
    text-align: left;
}
section.inner-page.news h5 {

    margin-top: 20px;
    margin-bottom: 20px;
    font-style: italic;
}
section.inner-page.news h4 {

    padding-top: 5px;
    padding-bottom: 10px;
}

section.inner-page.news h6 {
     
        padding-top: 15px;
    }

    section.inner-page {
        padding: 50px 0px;
        background: #fbfbfb;
    }

section.inner-page.news h2{

        font-weight: 400;
        padding-bottom: 5px;
        padding-top: 15px;
    }
    section.inner-page.contactus h3{
        padding-bottom: 10px;
      
        }

        section.inner-page.contactus h2 {
            font-weight: 400;
            padding-bottom: 10px;
            padding-top: 5px;
            line-height: 30px;
        }

section.inner-page.aboutus ul {
    list-style: none;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
}
section.inner-page.aboutus li {
    display: flex;
    align-items: baseline;
    font-weight: 400;
    padding-bottom: 10px;
  
}
section.inner-page.aboutus i.fa {
    color: #266294;
    padding-right: 5px;
}


section.inner-page.aboutus h5{ 

    padding-bottom: 10px;

}

section.inner-page.faculty .mt-2 {
    margin-top: 20px!important;
}

.academic-decription p {
 
    padding-top: 10px;
}

section.inner-page.academic h2 {

    font-weight: 500;
    padding-bottom: 25px;
}

.accpgmbox h3 {
    font-weight: 500;
}

section.inner-page.academic h4 {
    padding-bottom: 10px;
    padding-top: 0px;
    margin-top: -5px;
}
a.newss {
    color: #fff;
}
section.inner-page.academic h6{
padding-top: 15px;

    line-height: 26px;
}

section.inner-page.academic .row.mt-3 {
    margin-top: 30px!important;
}

img.img-fluid.acdpgm5 {
    margin-bottom: 25px;
}

.mapp {
    margin-top: 15px;
}


.homecont-btn {
    margin-top: 20px;
}

.card.upcon {
    min-height: 522px;
    border-bottom: 1 px solid #2e6696;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: Landscape) {
  
}

@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: #fbebd9;
}
a.pur_link.mainhead.col2 {
    background: #024b7e;
}

a.pur_link.mainhead.col1 {
    background: #fbb602
}

a.pur_link.mainhead.col3 {
    background: #2181b2
}

h4.qautosck {
  
    line-height: 30px;
}

.enquire li {
    margin-bottom: 25px;
    padding: 0px;
}




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;
    background: #e9e9e9;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 25%);
    padding-left: 13px;
    margin-right: 5px;
}

section.abotme {
    padding: 90px 0px;
    min-height: 400px;
}

h2.headbio {
 
    color: #fff;
}

p.abtme {
    color: #fff;
    line-height: 25px;

    line-height: 36px;
    font-weight: 400;
    padding-top: 15px;
}

p.followme {
    margin-top: 20px;
    text-align: left;
}

h3.contdetails {
    line-height: 28px;
}

h1.maincapt {
    text-align: center;
 
    font-weight: 400;
    line-height: 55px;
    padding-top: 0px;
    margin-top: 5px;
}

span.seppara {
    font-family: emoji;
    display: block;
 
}

img.img.cksuresh.atma {
    margin-top: 10px;
}

.cksuresh {
    /* border: 2px solid #fff; */
    /* background: #FFF; */
    margin-top: 15px;
}

section.captionsec {
    padding: 80px 0px 60px 0px;
}

.txt h5 {
    color: white;
    font-family: 'Roboto Condensed', sans-serif;

}

.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;
}


.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-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;
}