body {
    font-family: 'Inter', sans-serif;
}

.header {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
}

.progress-container {
    width: 100%;
    height: 4px;
}

.progress-bar {
    height: 4px;
    background: #fff url(../images/header_bg.png) top repeat-x;
    width: 0%;
}

.navigation {
    height: 135px;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 3;
}

.navigation .brand {
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
    z-index: 2;
    margin: 3px 0 0 0;
}
.brand img{width:100%;}

.navigation .brand a,
.navigation .brand a:visited {
    color: #fff;
    text-decoration: none;
}

.navigation .nav {
    float: right;
}

.navigation nav ul {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    float: right;
	background:#0094e0;
	padding:0 20px;
}

.navigation nav ul li {
    float: left;
    position: relative;
    border-width: 1px;
    border-right-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(black), to(rgba(204, 204, 204, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(bottom, #ccc, rgba(204, 204, 204, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(bottom, #ccc, rgba(204, 204, 204, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(bottom, #ccc, rgba(204, 204, 204, 0)) 1 100%;
    border-image: linear-gradient(to top, #ccc, rgba(204, 204, 204, 0)) 1 100%;
}

.navigation nav ul li:last-child {
    border: none;
}

.navigation nav ul li a,
.navigation nav ul li a:visited {
    display: block;
    padding: 5px 13px;
    line-height: 35px;
    color: #fff;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
}

.navigation nav ul li a:hover {
    background: none;
    color: #fff!important;
    background: #2c338e;
    text-decoration: none;
    outline: none;
}

.navigation nav ul li a:visited:hover {
    background: none;
}

.navigation nav ul li a:not(:only-child):after,
.navigation nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: '\f0d7';
    font-family: FontAwesome;
}

.navigation nav ul li.active {
	color: #ffffff;
    position: relative;
    background: #2c338e;
}

.navigation nav ul li.active a:after {
    content: '...';
    position: absolute;
    bottom: -10px;
    width: 100%;
    left: 0;
    text-align: center;
}

.navigation .nav-mobile {
    display: none;
    position: absolute;
    top: 25px;
    right: 10px;
    height: 45px;
    width: 50px;
    border-radius: 10px;
}

.navigation #nav-toggle {
    position: absolute;
    left: 8px;
    top: 19px;
    cursor: pointer;
    padding: 0;
}

.navigation #nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #286432;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

.navigation #nav-toggle span:before {
    top: -10px;
}

.navigation #nav-toggle span:after {
    bottom: -10px;
}

.navigation #nav-toggle.active span {
    background-color: transparent;
}

.navigation #nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

.navigation #nav-toggle.active span:before {
    transform: rotate(45deg);
}

.navigation #nav-toggle.active span:after {
    transform: rotate(-45deg);
}

.navigation .nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    background: #f6f6f6;
    top: 34px;
    width: 660px;
    left: -190px;
	columns:2;
	padding:0 5px;
}

.navigation nav ul li ul li {
    min-width: 100%;
    border: none;
    border-bottom: 1px solid #ddd;
}

.navigation nav ul li ul li a {
    color: #000 !important;
    border: none !important;
	font-size:15px;
	line-height:24px;
	font-family: 'Roboto', cursive;
}

.navigation .nav-dropdown li a:after {
    display: none;
}

.header_bg {
    padding: 25px 0;
}

.navbar-fixed-top {
    z-index: 100 !important
}

.main_slider .slick-prev {
    border: 1.5px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    position: absolute;
    left: 40px;
    top: 45%;
    z-index: 2;
}

.main_slider .slick-next {
    border: 1.5px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    position: absolute;
    right: 40px;
    top: 45%;
    z-index: 2;
}

.main_slider {
    top: 135px;
    padding: 0;
}

.main_slider img {
    width: 100%;
}

.main_slider .slick-slide {
    position: relative;
}

.main_slider .slick-prev::before {
    content: "\f104";
    line-height: 38px;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 25px;
}

.main_slider .slick-next::before {
    content: "\f105";
    line-height: 38px;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 25px;
}

.main_slider .slick-next:hover:before {
    color: #b31408;
}

.main_slider .slick-prev:hover:before {
    color: #b31408;
}

.main_slider .carousel-caption {
    left: 0;
    width: 100%;
    text-shadow: none;
    text-align: left;
    bottom: 30%;
}

.main_slider .banner_info {
    margin-top: 300px;
    padding: 0;
}

.main_slider .banner_info h2 {
    font-size: 45px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #fff;
    text-transform: uppercase;
}

.main_slider .banner_info h2 span {
    display: block;
    font-weight: 400;
    font-size: 40px;
}

.main_slider .banner_info p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #fff;
}

.main_slider .banner_info p span {
    display: block;
}

.main_slider .banner_info a.phone {
    background: none;
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    padding: 0;
}

.main_menu .navbar-nav>li:last-child {
    border: none;
}

.main_slider .slick-dots {
    bottom: 10%;
    z-index: 2;
    left: 20%;
    text-align: left;
    width: 80%;
}

.main_slider .slick-dots li {
    margin: 0 10px;
}

.main_slider .slick-dots li button::before {
    font-family: inherit;
    width: 30px;
    height: 9px;
    background: #fff;
    opacity: 1;
    font-size: 0;
    border-radius: 5px;
    transform: rotate(135deg);
}

.main_slider .slick-dots li a.active {
    width: 30px;
    height: 5px;
}

.main_slider .slick-dots .slick-active button::before {
    background: #fff000;
}

.main_slider .banner_info h3 {
    text-transform: uppercase;
    color: #ffc600;
    font-size: 25px;
    font-weight: 700;
}

.last_pointer {
    position: fixed;
    right: 0px;
    bottom: 25px;
}

.last_pointer .fa {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    background: #009977;
    font-size: 30px;
    color: #fff;
}

.last_pointer a {
    color: #b31408;
    text-decoration: none;
    outline: none;
}

.on .header_info {
    z-index: 10;
}

.hdrtop {
    padding: 5px 0;
}

.hdrtops {
    padding: 0;
    float: right;
    text-align: right;
    margin-top: 15px;
}

.hdrtops a {
    margin-right: 5px;
}

.hdrtops ul {
    padding: 0;
    margin: 0;
    background: #30b1d9;
    border-radius: 20px;
}

.hdrtops ul li {
    list-style: none;
    display: inline-block;
    padding: 0 9px;
    position: relative;
}

.hdrtops ul li:last-child {
    background: #2c338e;
    border-radius: 20px;
}

.hdrtops ul li:last-child a {
    color: #fff;
    font-size: 16px;
}

.hdrtops ul li:last-child .fa {
    color: #fff;
}

.hdrtops ul li a {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.hdrtops ul li a .fa {
    margin-right: 10px;
}

.hdrtops .fa {
    color: #000000;
    line-height: 35px;
    text-align: center;
}

.cntroexcb {
    padding: 50px 0 50px 0;
    position: relative;
	background:#e8eff9;
}

.cntroexcb h3 {
    text-align: center;
    color: #212121;
    font-size: 35px;
    font-weight: 700;
}

.cntroexcb h3 img {
    display: block;
    margin: 0 auto 20px auto;
}

.cntroexcb h3 span {
    display: block;
    font-family: 'Shadows Into Light', cursive;
    font-weight: 400;
}

.excellence_slider .slick-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 45%;
    z-index: 2;
    border: 1px solid #7e7e7e;
}

.excellence_slider .slick-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 45%;
    z-index: 2;
    border: 1px solid #7e7e7e;
}

.excellence_slider img {
    width: 100%;
}

.excellence_slider .slick-slide {
    position: relative;
    padding: 20px;
}

.excellence_slider .item {
    overflow: hidden;
}

.excellence_slider .slick-prev::before {
    content: "\f104";
    line-height: 38px;
    font-family: 'FontAwesome';
    color: #7e7e7e;
    font-size: 25px;
}

.excellence_slider .slick-next::before {
    content: "\f105";
    line-height: 38px;
    font-family: 'FontAwesome';
    color: #7e7e7e;
    font-size: 25px;
}

.excellence_slider .slick-next:hover:before {
    color: #7e7e7e;
}

.excellence_slider .slick-prev:hover:before {
    color: #7e7e7e;
}

.excellence_slider .banner_info {
    padding: 20px 15px;
    text-align: center;
    border: 1px solid #c2c2c2;
    border-top: none;
}

.excellence_slider .banner_info h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #545454;
    text-transform: uppercase;
    /* min-height: 39px; */
}

.excellence_slider .banner_info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #212121;
}

.excellence_slider .banner_info p span {
    display: block;
}

.excellence_slider {
    padding: 0 50px;
}

.excellence_slider .slick-dots {
    bottom: 20px;
    z-index: 2;
    left: 20%;
    text-align: left;
    width: 80%;
}

.excellence_slider .slick-dots li {
    margin: 0 10px;
}

.excellence_slider .slick-dots li button::before {
    font-family: inherit;
    width: 30px;
    height: 5px;
    background: #80a0bf;
    opacity: 1;
    font-size: 0;
}

.excellence_slider .slick-dots li a.active {
    width: 30px;
    height: 5px;
}

.excellence_slider .slick-dots .slick-active button::before {
    background: #b31408;
}

.excellence_slider .banner_img {
    position: relative;
}

.excellence_slider .banner_img .pattern {
    position: absolute;
    top: -15px;
    left: -15px;
}

.excellence_slider .banner_img .pattern span {
    background: #10408a;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
}

.excellence_slider .banner_img .pattern span.orange {
    background: #22a0e0;
}

.excellence_slider .banner_img .pattern span.blue {
    background: #00c9c1;
}

.excellence_slider .banner_info h3 {
    color: #000000;
    font-size: 25px;
    font-weight: 700;
    text-transform: initial;
}

.know_more {
    text-align: center;
}

.know_more a {
    background: #ff6323;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    border-radius: 15px;
    padding: 5px 15px;
    text-decoration: none;
}

.wycseicgcb {
    padding: 0 0 50px 0;
}

.wycseicgcb h3 {
    text-align: center;
    color: #212121;
    font-size: 35px;
    font-weight: 700;
}

.wycseicgcb h3 img {
    display: block;
    margin: 0 auto 20px auto;
}

.wycseicgcb h6 {
    color: #212121;
    font-size: 22px;
    font-family: 'Shadows Into Light', cursive;
    font-weight: 400;
    margin-bottom: 40px;
}

.wycseicgcbs {}

.wycseicgcbs.first {
    padding-left: 0;
}

.wycseicgcbs.last {
    padding-right: 0;
}

.wycseicgcbs p {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    line-height: 40px;
}

.wycseicgcbc {
    padding: 0 115px;
}

.metorfndrb {
    background: url(../images/founder_bg.png);
    background-size: contain;
    padding: 50px 0 75px 0;
}

.metorfndrb h3 {
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}

.metorfndrb h3 img {
    display: block;
    margin: 0 auto 20px auto;
}

.founder_slider .slick-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 45%;
    z-index: 2;
    background: #fff;
}

.founder_slider .slick-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 45%;
    z-index: 2;
    background: #fff;
}

.founder_slider img {
    margin: 0px auto;
}

.founder_slider .slick-slide {
    position: relative;
    padding: 20px;
}

.founder_slider .item {
    overflow: hidden;
}

.founder_slider .slick-prev::before {
    content: "\f104";
    line-height: 38px;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
}

.founder_slider .slick-next::before {
    content: "\f105";
    line-height: 38px;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
}

.founder_slider .slick-next:hover:before {
    color: #1e1e1e;
}

.founder_slider .slick-prev:hover:before {
    color: #1e1e1e;
}

.founder_slider .banner_info {
    padding: 20px;
    text-align: center;
}

.founder_slider .banner_info h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 0 0;
    color: #fff000;
    text-transform: uppercase;
}

.founder_slider .banner_info h5 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.founder_slider .banner_info h5 span {
    font-weight: 300;
}

.founder_slider {
    padding: 0;
}

.founder_slider .slick-dots {
    bottom: 20px;
    z-index: 2;
    left: 20%;
    text-align: left;
    width: 80%;
}

.founder_slider .slick-dots li {
    margin: 0 10px;
}

.founder_slider .slick-dots li button::before {
    font-family: inherit;
    width: 30px;
    height: 5px;
    background: #80a0bf;
    opacity: 1;
    font-size: 0;
}

.founder_slider .slick-dots li a.active {
    width: 30px;
    height: 5px;
}

.founder_slider .slick-dots .slick-active button::before {
    background: #b31408;
}

.founder_slider .banner_img {
    position: relative;
}

.founder_slider .banner_img .pattern {
    position: absolute;
    top: -15px;
    left: -15px;
}

.founder_slider .banner_img .pattern span {
    background: #fc0391;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
}

.founder_slider .banner_img .pattern span.orange {
    background: #ec6801;
}

.founder_slider .banner_img .pattern span.blue {
    background: #00c9c1;
}

.founder_pattern1 {
    position: absolute;
    left: 0;
    top: 20px;
}

.founder_pattern2 {
    position: absolute;
    right: 0;
    bottom: 40%;
}

.know_more a.founder {
    background: #fff;
    color: #000000;
}

.founder_pattern3 {
    position: absolute;
    left: 0;
    bottom: 20%;
}

.founder_pattern4 {
    position: absolute;
    right: 0;
    top: 20%;
}

.excellence_pattern1 {
    position: absolute;
    top: 20%;
    left: 2%;
}

.excellence_pattern2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.excellence_pattern3 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.excellence_pattern4 {
    position: absolute;
    bottom: 5%;
    left: 0;
}

.excellence_pattern5 {
    position: absolute;
    bottom: 20%;
    right: 5%;
}

.glmsoowrsb {
    padding: 50px 0;
}

.glmsoowrsb .tab-content {
    margin-bottom: 30px;
}

.glmsoowrsb h3 {
    text-align: center;
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.glmsoowrsb .nav-tabs {
    text-align: center;
    border: none;
    background: #4c8212;
    padding: 2px;
    border-radius: 25px;
    margin-bottom: 40px;
}

.glmsoowrsb .nav-tabs>li {
    float: none;
    display: inline-block;
    position: relative;
}

.glmsoowrsb .nav-tabs>li>a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 53px;
}

.glmsoowrsb .nav-tabs>li.active>a,
.glmsoowrsb .nav-tabs>li.active>a:focus,
.glmsoowrsb .nav-tabs>li.active>a:hover {
    color: #000000;
    background: #fff200;
    border: none;
    box-shadow: none;
    border: 1px solid transparent;
    border-radius: 25px;
}

.glmsoowrsb .nav>li>a:hover {
    background: none;
    box-shadow: none;
    border: none;
    border: 1px solid transparent;
}

.glmsoowrsb .nav>li>a:focus {
    background: none;
}

.gallery_s {
    padding: 10px;
}

.gallery_s img {
    border-radius: 5px;
}

.idxtstmb {
    /* background: url(../img/testimonial_bg.png); */
    background: #087aac;
    background-size: contain;
    padding: 50px 0 50px 0;
}

.idxtstmb h3 {
    text-align: center;
    color: #e9e6e6;
    font-size: 35px;
    font-weight: 700;
}

.idxtstmb h3 img {
    display: block;
    margin: 0 auto 20px auto;
}

.idxtstmb h6 {
    text-align: center;
    color: #e3e3e3;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Shadows Into Light', cursive;
    margin: 30px 0;
}

.testi_slider .slick-prev {
    border: 1.5px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    position: absolute;
    left: 40px;
    top: 45%;
    z-index: 2;
}

.testi_slider .slick-next {
    border: 1.5px solid #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    position: absolute;
    right: 40px;
    top: 45%;
    z-index: 2;
}

.testi_slider {
    padding: 0;
}

.testi_slider .slick-slide {
    position: relative;
}

.testi_slider .slick-prev::before {
    content: "\f104";
    line-height: 38px;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 25px;
}

.testi_slider .slick-next::before {
    content: "\f105";
    line-height: 38px;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 25px;
}

.testi_slider .slick-next:hover:before {
    color: #b31408;
}

.testi_slider .slick-prev:hover:before {
    color: #b31408;
}

.testi_slider .banner_info {
    padding: 0;
}

.testi_slider .banner_info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #efefef;
}

.testi_slider .banner_info p span {
    display: block;
}

.testi_slider .banner_info h4 {
    color: #efefef;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 0 0;
    text-align: center;
}

.testi_slider .banner_info h4 span {
    font-size: 30px;
    font-weight: 400;
    font-family: 'Roboto', cursive;
    color: #efefef;
}

.testi_slider .banner_info h4 label {
    float: right;
}

.testi_slider .slick-dots {
    bottom: -32%;
    z-index: 2;
    left: 0;
    text-align: center;
    width: 100%;
}

.testi_slider .slick-dots li {
    margin: 0 10px;
}

.testi_slider .slick-dots li button::before {
    font-family: inherit;
    width: 30px;
    height: 9px;
    background: #362f2d;
    opacity: 1;
    font-size: 0;
    border-radius: 5px;
    transform: rotate(135deg);
}

.testi_slider .slick-dots li a.active {
    width: 30px;
    height: 5px;
}

.testi_slider .slick-dots .slick-active button::before {
    background: #a17100;
}

.gallery_s_abs {
    position: absolute;
    right: 0;
    bottom: 0;
}

.testi_pattern1 {
    position: absolute;
    left: 10%;
    top: 10%;
}

.testi_pattern2 {
    position: absolute;
    left: 0;
    bottom: 10%;
}

.testi_pattern3 {
    position: absolute;
    right: 0;
    top: 20%;
}

.testi_pattern4 {
    position: absolute;
    right: 10%;
    bottom: 20%;
}

.icgcftrb {
    padding: 40px 0 0 0;
	background:#f1f1f1;
}

.icgcftrbadrs {
    padding: 0;
}

.icgcftrbadrs ul {
    padding: 0;
    margin: 0;
}

/* .icgcftrbadrs ul li:nth-child(1) {border:none;} */
/* .icgcftrbadrs ul li:nth-child(4) {border:none;} */
.icgcftrbadrs ul li {
    border: 1px solid #cacaca;
    list-style: none;
    padding: 0;
}

.icgcftrbadrs ul li .icgcftrbadrss {
    padding: 20px 20px;
    min-height: 127px;
}

.icgcftrbadrs ul li .icgcftrbadrss h3 {
    color: #393939;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding: 0 0 0 85px;
    margin: 0;
}

.icgcftrbadrs ul li .icgcftrbadrss h3 img {
    position: absolute;
    left: 0;
    top: -5px;
}

.icgcftrbadrs ul li .icgcftrbadrss h3 span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.icgcftrbadrs ul li .icgcftrbadrss h3 p {
	font-size:15px;
	color:4c4c4c;
	font-weight:400;
	line-height:24px;
}
.icgcftrbadrs ul li .icgcftrbadrss h3 a {
    text-decoration: none;
    color: #393939;
}

.icgcftrbadrs ul.bgclr {
    background: #e9fff5;
}

.icgcftrbadrs ul li .icgcftrbadrss.bghgt {
    min-height: inherit;
    background: #e9fff5;
    border-top: 1px solid #cacaca;
    padding: 20px 30px;
}

.icgcftrbadrs ul li .icgcftrbadrss h3 a.whatsapp {
    color: #393939;
    font-size: 30px;
    font-weight: 400;
}

.icgcftrbadrs ul li .icgcftrbadrss h3.whatsapp {
    padding: 0 0 0 64px;
}

.icgcftrqckl {
    padding: 50px 0;
}

.icgcftrqckls {
    padding: 0;
    margin: 0;
}

.icgcftrqckls h3 {
    margin-top: 0;
    margin-bottom: 30px;
    color: #393939;
    font-size: 20px;
    font-weight: 700;
}

.icgcftrqckls ul {
    padding: 0;
    margin: 0;
    border-left: 1px solid #acacac;
}

.icgcftrqckls ul li {
    list-style: none;
    border: none;
    line-height: 40px;
    padding: 0 0 0 22px;
    position: relative;
}

.icgcftrqckls ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    border-bottom: 1px solid #acacac;
    width: 10px;
}

.icgcftrqckls ul li a {
    color: #393939;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
}
.icgcftrqckls p{
	color: #393939;
    font-size: 15px;
	line-height:25px;
	font-weight:500;
}
.icgcftrqckls p b{
	color:#087aac;
	font-weight:1000;
}

.icgcftrqckls ul li.active a {
    color: #ff8a00;
}

.icgcsftrb {
    /* background: url(../img/sub_footer_bg.png); */
    /* background-size: contain; */
	background:#2c338e;
    padding: 10px 0 10px 0;
}

.icgcsftrb ul {
    padding: 0;
    margin: 0;
}

.icgcsftrb ul li {
    list-style: none;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.icgcsftrb ul li a {
    color: #fff;
    text-decoration: none;
}

.icgcsftrb ul li:last-child {
    float: right;
}

.ftrlogo {
    text-align: center;
    padding: 0 0 50px 0;
}
.ftrlogo img{width:40%;}

.inner_banner {
    padding: 0;
    position: relative;
    margin-top: 135px;
}

.inner_banner img {
    width: 100%;
}

.inner_banner .caption {
    left: 0;
    width: 100%;
    position: absolute;
    top: 25%;
    text-align: center;
}

.inner_banner .caption h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}

.inner_banner .caption p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', cursive;
	padding-top:10px;
}

.abtuinnb {
    padding: 70px 0 0 0;
}

.abtuinnb h2 {
    text-align: center;
    color: #212121;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
}

.abtuinnb ul {
    padding: 0;
    margin: 0;
}

.abtuinnb ul li {
    list-style: none;
    padding: 20px 0 20px 0;
}

.abtuinnb ul li .abtuinnbs {
    padding: 0;
}

.abtuinnb ul li .abtuinnbs_info {}

.abtuinnb ul li:nth-child(even) .abtuinnbs_info {
    float: right;
}

.abtuinnb ul li .abtuinnbs_info p {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
}

.abtuinnb ul li .abtuinnbs_img {}

.hstryinnb {
    padding: 70px 0 0 0;
}

.hstryinnb p {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    margin: 20px 0;
}

.hstryinnb h6 {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    background: #e8e6e6;
    padding: 10px 50px;
    border-radius: 10px;
    border: 1px solid #c5c5c5;
    margin: 30px 0;
}

.prntsinnb {
    padding: 70px 0 0 0;
}

.prntsinnb_info {
    padding-left: 0;
}

.prntsinnb_info p {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 20px;
}

.prntsinnb_info ul {
    padding: 0;
    margin: 0 0 20px 0;
}

.prntsinnb_info ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0;
    background: none;
    text-align: justify;
    line-height: 35px;
}

.prntsinnb_info ul li .fa {
    position: absolute;
    left: 0;
    top: 9px;
    color: #9c9c9c;
}

.prntsinnb_img {
    padding-right: 0;
}

.prntsinnb_img img {
    border-radius: 20px;
    width: 100%;
}

.prntsinnb_info.contadj {
    padding-right: 0;
    margin-top: 30px;
}

.ortminnb {
    padding: 70px 0 0 0;
}

.ortminnb ul {
    padding: 0;
    margin: 0;
}

.ortminnb ul li {
    list-style: none;
    background: url(../images/header_bg.png) repeat-x bottom;
    padding: 0 0 50px 0;
    margin-bottom: 50px;
}

.ortminnb ul li:last-child {
    background: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.ortminnb ul li .ortminnbs {}

.ortminnb ul li .ortminnbs_img {}

.ortminnb ul li .ortminnbs_info {}

.ortminnb ul li .ortminnbs_info h3 {
    color: #e67817;
    font-size: 38px;
    font-weight: 700;
    margin-top: 0;
}

.ortminnb ul li .ortminnbs_info h3 span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #212121;
    margin-top: 7px;
}

.ortminnb ul li .ortminnbs_info p {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    text-align: justify;
}

.ortminnb ul li .ortminnbs_info p span {
    color: #009977;
    font-weight: 700;
}

.ortminnb ul li .ortminnbs_info ul {
    padding: 0;
    margin: 0;
}

.ortminnb ul li .ortminnbs_info ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0;
    background: none;
    text-align: justify;
    line-height: 35px;
}

.ortminnb ul li .ortminnbs_info ul li .fa {
    position: absolute;
    left: 0;
    top: 9px;
    color: #9c9c9c;
}

.ortminnb ul li .ortminnbs_info img {
    margin-bottom: 10px;
}

.ourvsnb {
    padding: 70px 0 0 0;
}

.ourvsnb_info {}

.ourvsnb_info p {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 20px;
    text-align: justify;
}

.ourvsnb_img {
    text-align: center;
}

.ortminnbs_info.vizag {
    margin-top: 30px;
}

.ortminnb ul li .ortminnbs_info p.vizagteam {
    margin: 0;
}

.ortminnbs_info h4 {
    color: #e67817;
    font-size: 30px;
    font-weight: 700;
    margin: 25px 0;
}

.ortminnb ul li .ortminnbs_info.attendworkshop {
    padding: 0;
}

.whyicgcb {
    padding: 70px 0 0 0;
}

.whyicgcb h2 {
    color: #212121;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}

.whyicgcbmto {
    margin: 30px 0;
}

.whyicgcbmtos {}

.whyicgcbmtos:last-child {
    background: #e67817;
    border-radius: 10px;
    padding: 27px;
}

.whyicgcbmtos h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    ;
    line-height: 35px;
}

.whyicgcbmtos h3 span {
    font-family: 'Shadows Into Light', cursive;
}

.whyicgcbs_info {
    padding-right: 85px;
}

.whyicgcbs_info p {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    text-align: justify;
    margin: 0 0 20px 0;
}

.whyicgcbs_info p span {
    color: #e67817;
    font-weight: 700;
}

.whyicgcbs_img {}

.whyicgcbs_info.adjust {
    margin-top: 30px;
    padding: 0;
}

.whyicgcbs_info h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
    background: #e84964;
    border-radius: 10px;
    padding: 15px 50px;
    margin: 30px 0;
}

.mafrcmhb {
    padding: 70px 0 0 0;
}

.mafrcmhb .panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    background: #7f7f7f;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.mafrcmhb .panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    background: #e5e5e5;
    color: #7f7f7f;
}

.mafrcmhb .panel-title>a:hover,
.sinhptlfaqb .panel-title>a:active,
.sinhptlfaqb .panel-title>a:focus {
    text-decoration: none;
}

.mafrcmhb .panel-title {
    font-size: 22px;
    font-weight: 700;
}

.mafrcmhb .panel-body {
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.mafrcmhb .panel-heading {
    background: none;
    border: none;
    padding: 18px 15px;
}

.mafrcmhb .panel-default {
    border: none;
    box-shadow: none;
}

.mafrcmhb .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    background: #dfffdb;
    border-radius: 10px;
}

.mafrcmhb .panel-group .panel-heading+.panel-collapse>.panel-body {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
}

.mafrcmhb .panel-title a {
    display: block;
    text-decoration: none;
}

.mafrcmhb .panel-title a.collapsed {
    color: #303030;
}

.mafrcmhb .panel-title .fa {
    margin-right: 10px;
}

.cntusinnb {
    padding: 70px 0 0 0;
}

.cntusinnb h2 {
    text-align: center;
    color: #212121;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
}

.cntusinnb ul {
    padding: 0;
    margin: 0;
}

.cntusinnb ul li {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.cntusinnb ul li .cntusinnbs {
    padding: 0;
}

.cntusinnb ul li .cntusinnbs_info {
    padding: 60px 40px 40px 40px;
    background: #10408a;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    min-height: 325px;
}

.cntusinnb ul li .cntusinnbs_info h3 {
    position: absolute;
    top: 0;
    left: 41px;
    background: #ffffff;
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
    padding: 0 20px 12px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-weight: 700;
    font-size: 24px;
}

.cntusinnb ul li .cntusinnbs_info h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.cntusinnb ul li .cntusinnbs_info p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.cntusinnb ul li .cntusinnbs_info h5 {
    position: relative;
    color: #fff;
    padding: 0 0 0 50px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.cntusinnb ul li .cntusinnbs_info h5 a {
    color: #fff;
    text-decoration: none;
}

.cntusinnb ul li .cntusinnbs_info h5 a.mail {
    font-weight: 400;
}

.cntusinnb ul li .cntusinnbs_info h5 img {
    position: absolute;
    left: 0;
    top: 0;
}

.cntusinnb ul li .cntusinnbs_map {
    padding: 0;
}

.cntusinnb ul li .cntusinnbs_map iframe {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.cntusinnb ul li .cntusinnbs_info.vizag {
    background: #00a6a6;
}

.cntusinnb ul li .cntusinnbs_info.mumbai {
    background: #458ccc;
}

.cntusinnb ul li .cntusinnbs_info.hyderabad {
    background: #45457c;
}

.social-icons {
    position: fixed;
    right: 0;
    z-index: 9999;
    top: 0%;
}

.social-icons a {
    position: absolute;
    right: -108px;
    transition: 0.8s ease-in-out;
    width: 150px;
    text-decoration: none;
    font-size: 13px;
    color: white;
    border-radius: 0px;
    text-align: left;
    font-weight: 100;
    border-radius: 30px 0px 0px 30px;
    font-weight: 700;
}

.social-icons a:hover {
    right: 0px;
}

.social-icons a .fa {
    transition: 0.8s ease-in-out;
    margin-right: 10px;
    padding: 6px 0;
}

.social-icons a:hover .fa {
    transform: rotate(-360deg);
    transition: 0.8s ease-in-out;
}

.social-icons .fa {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 25px;
    text-align: center;
    line-height: 23px;
    float: left;
}

.social-icons .fa-facebook {
    color: #fff;
}

.social-icons .fa-instagram {
    color: #fff;
}

.social-icons .fa-whatsapp {
    color: #fff;
}

.social-icons .fa-youtube {
    color: #fff;
}

.social-icons ul {
    padding: 0;
    margin: 0;
}

.social-icons ul li {
    margin: 10px 0;
    padding: 10px 0;
    list-style: none;
    line-height: 36px;
}

#facebook {
    top: 200px;
    background-color: #1877f2;
}

#facebook:hover {
    background-color: #1877f2;
}

#instagram {
    top: 245px;
    background-color: #f337c1;
}

#instagram:hover {
    background-color: #f337c1;
}

#whatsapp {
    top: 290px;
    background-color: #4ac658;
}

#whatsapp:hover {
    background-color: #4ac658;
}

#youtube {
    top: 292px;
    background-color: #fe0000;
}

#youtube:hover {
    background-color: #fe0000;
}

.cntusinnb ul li .cntusinnbs_info .bor {
    border-bottom: 1px solid #fff;
    margin: 20px 0;
}

.whyicgcbs_info h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 700;
}

.whyicgcbs_info h3 span {
    color: #ff8e26;
}

.whyicgcbs_info ul {
    padding: 20px 0 0 0;
    margin: 0;
}

.whyicgcbs_info ul li {
    list-style: none;
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    position: relative;
    padding-left: 20px;
}

.whyicgcbs_info ul li .fa {
    position: absolute;
    left: 0;
    top: 8px;
}

.whyicgcbs_info ul li a {
    color: #ff8e26;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}

.vrstrpyordb {
    padding: 70px 0 0 0;
}

.vrstrpyordb .nav-tabs {
    text-align: center;
    border: none;
}

.vrstrpyordb .nav-tabs>li {
    float: none;
    display: inline-block;
    position: relative;
    padding: 7px;
    vertical-align: top;
}

.vrstrpyordb .nav-tabs>li>a>span {
    display: block;
}

.vrstrpyordb .nav-tabs>li>a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background: #00a6a5;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 10px 25px;
    min-height: 72px;
    border: none;
}

.vrstrpyordb .nav-tabs>li.active>a,
.vrstrpyordb .nav-tabs>li.active>a:focus,
.vrstrpyordb .nav-tabs>li.active>a:hover {
    color: #fff;
    background: #ff5b17;
    border: none;
    box-shadow: none;
    border: 1px solid transparent;
}

.vrstrpyordb .nav>li>a:hover {
    box-shadow: none;
}

.vrstrpyordbs {}

.vrstrpyordbs h3 {
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    margin: 30px 0;
}

.vrstrpyordbs_info {
    padding-left: 0;
}

.vrstrpyordbs_info p {
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
}

.vrstrpyordbs_img {
    padding-right: 0;
}

.vrstrpyordbs_img h3 {
    background: #1f64a3;
    text-transform: uppercase;
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px 0;
}

.vrstrpyordb .panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    background: #7f7f7f;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.vrstrpyordb .panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    background: #e5e5e5;
    color: #7f7f7f;
}

.vrstrpyordb .panel-title>a:hover,
.vrstrpyordb .panel-title>a:active,
.vrstrpyordb .panel-title>a:focus {
    text-decoration: none;
}

.vrstrpyordb .panel-title {
    color: #ff5b17;
    font-size: 24px;
    font-weight: 700;
}

.vrstrpyordb .panel-body {
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.vrstrpyordb .panel-heading {
    background: none;
    border: none;
    border-bottom: 1px solid #cccccc;
    padding: 18px 15px;
}

.vrstrpyordb .panel-default {
    border: none;
    box-shadow: none;
}

.vrstrpyordb .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #cccccc !important;
}

.vrstrpyordb .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top-color: #cccccc !important;
    color: #4d4a4a;
    font-size: 18px;
    font-weight: 300;
}

.vrstrpyordb .panel-title a {
    display: block;
}

.vrstrpyordb .panel-title a.collapsed {
    color: #303030;
}

.cmncldwdcb {
    padding: 70px 0 ;
}

.cmncldwdcb ul {
    padding: 0;
    margin: 0;
}

.cmncldwdcb ul li {
    list-style: none;
    background: url(../images/header_bg.png) repeat-x bottom;
    margin-bottom: 30px;
}

.cmncldwdcb ul li:last-child {
    background: none;
}

.cmncldwdcb ul li .cmncldwdcbs {
    margin: 20px 0;
    padding: 0;
}

.cmncldwdcb ul li .cmncldwdcb_info {}

.cmncldwdcb ul li .cmncldwdcb_info p {
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    color: #212121;
    text-align: justify;
}

.cmncldwdcb ul li .cmncldwdcb_info h6 {
    font-size: 22px;
    font-weight: 700;
    color: #212121;
}

.cmncldwdcb ul li .cmncldwdcb_info h5 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    background: #ff8a00;
    display: inline-block;
    padding: 20px 70px;
    border-radius: 20px;
    ;
}

.cmncldwdcb ul li .cmncldwdcb_img {}

.cmncldwdcb ul li .cmncldwdcb_img img {
    width: 100%;
}

.cmncldwdcb ul li .cmncldwdcb_info.even {
    float: right;
}

.cmncldwdcb ul li h2 {
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    padding-left: 15px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}

.cmncldwdcb ul li .cmncldwdcb_info ul {
    padding: 0;
    margin: 0 0 30px 0;
}

.cmncldwdcb ul li .cmncldwdcb_info ul li {
    list-style: none;
    background: none;
    position: relative;
    font-size: 18px;
    line-height: 35px;
    color: #000000;
    margin: 0;
    padding-left: 20px;
}

.cmncldwdcb ul li .cmncldwdcb_info ul li .fa {
    position: absolute;
    left: 0;
    top: 8px;
}

.cmncldwdcb ul li .cmncldwdcb_info p span {
    background: #009977;
    color: #fff;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: 5px;
    display: block;
}

.cmncldwdcb ul li .cmncldwdcb_info.mentalretardation {
    margin-top: 20px;
}

.cmncldwdcb ul li .cmncldwdcb_info h5.nocturnal {
    background: #ebebeb;
    font-size: 18px;
    font-weight: 600;
    display: inherit;
    text-transform: inherit;
    color: #000000;
}

.attention.nocturnal {
    padding: 0;
}

.cmncldwdcb ul li .cmncldwdcb_info h5.refusal {
    background: #009977;
    color: #fff;
    padding: 20px 30px;
}

.vrstrpyordb .nav-tabs>li>a.workshops {
    min-height: inherit;
}

.workshops {}

.workshops ul {
    padding: 0;
    margin: 0;
}

.workshops ul li {
    list-style: none;
    padding: 0;
    background: url(../images/header_bg.png) repeat-x bottom;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.workshops ul li:last-child {
    background: none;
}

.workshops ul li .workshopss {
    padding: 0;
}

.workshops ul li .workshopss h2 {
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.workshops ul li .workshopss h6 {
    text-align: center;
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0;
}

.workshops ul li .workshopss_info {}

.workshops ul li .workshopss_info p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    text-align: justify;
}

.workshops ul li .workshopss_info h3 {
    background: #2e81c9;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    border-radius: 5px;
    padding: 20px 50px;
    display: inline-block;
}

.workshops ul li .workshopss_info ul {
    padding: 0;
    margin: 0;
}

.workshops ul li .workshopss_info ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    line-height: 45px;
    background: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.workshops ul li .workshopss_info ul li .fa {
    position: absolute;
    left: 0;
    top: 11px;
}

.workshops ul li .workshopss_img {}

.workshops ul li .workshopss_img img {
    width: 100%;
}

.workshops ul li .workshopss_info h3.lifeskill {
    font-size: 20px;
    background: #fd5d0f;
    line-height: 30px;
}

.workshops ul li .workshopss_info.lifeskill {
    padding: 0;
}

.vrstrpyordbs_info ul {
    padding: 0;
    margin: 0 0 10px 0;
}

.vrstrpyordbs_info ul li {
    list-style: none;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #212121;
    line-height: 35px;
    padding-left: 20px;
}

.vrstrpyordbs_info ul li .fa {
    position: absolute;
    left: 0;
    top: 8px;
}

.whyicgcbs_info.parenting_tips {
    padding-right: 0;
}

.ourvsnb ul {
    padding: 0;
    margin: 0;
}

.ourvsnb ul li {
    list-style: none;
}

.ourvsnb ul li .ourvsnbs {}

.workshops ul li .workshopss h2.corporates {
    margin-top: 30px;
}

.excellence_pattern3.aboutus {
    bottom: 45%;
}

.excellence_pattern5.aboutus {
    bottom: 0;
}

.excellence_pattern5 {
    bottom: -45%;
}

.excellence_pattern2.vision {
    bottom: -45%;
}

.excellence_pattern1.director {
    top: 5%;
}

.excellence_pattern3.director {
    bottom: 45%;
}

.excellence_pattern5.director {
    bottom: 0;
}

.ortminnb ul li .ortminnbs_img img {
    border-radius: 20px;
}

.lg-actions .lg-prev {
    left: 217px;
}

.lg-actions .lg-next {
    right: 217px;
}

.ourvsnbs h3 {
    font-size: 20px;
    text-align: center;
}

.know_more,
.video {
    margin-top: 25px;
}

.social-icons a .fa-instagram::before {
    content: '';
    background: url(../images/instagram.png);
    width: 25px;
    height: 25px;
    display: inline-block;
}

.flash {
    position: absolute;
    top: 28px;
    text-align: center;
    left: 18%;
}

.flashit {
    color: #00a6a5;
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1s infinite;
    margin: 0;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
        color: #ff5b17;
    }
    50% {
        opacity: .1;
        color: #ffbe00;
    }
    100% {
        opacity: 1;
        color: #f337c1;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
        color: #ff5b17;
    }
    50% {
        opacity: .1;
        color: #ffbe00;
    }
    100% {
        opacity: 1;
        color: #f337c1;
    }
}

.flash.contact {
    top: inherit;
    bottom: -25px;
    left: 0;
    text-align: center;
    width: 100%;
}

.flash_rel {
    position: relative;
}






.home-sec-5 {
    /* background: url(../img/home-bg-1.png); */
    background: url(../img/gradient_about_bg.png);
	background-size:100% 100%;
    padding: 150px 0 50px;
    margin-top: 0px;
	display: inline-block;
	width:100%;
}

.home-sec-5 h5 {
    /* color: #fd8835; */
    color: #0075bf;
    font-size: 42px;
    font-weight: 1000;
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
	letter-spacing:0.5px;
}

.home-sec-5 h6 {
    color: #4a4a4a;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px;
	line-height:32px;
	border-bottom:1px dotted #c7c5c5;
	padding-bottom:10px;
}

.home-sec-5 h7 {
	color: #4a4a4a;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px;
	line-height:32px;
	border-bottom:1px dotted #c7c5c5;
	padding-bottom:10px;
}

.home-sec-5 p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 20px;
    text-align: justify;
}

.home-sec-5 .trade {
    margin-top: 15px;
}

.home-sec-5 .trade img {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}

.home-sec-5 a.more {
    background: #d28f20;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin-top: 10px;
    padding: 16px 30px;
    display: inline-block;
    border-radius: 4px;
    float: right;
}
.home-sec-5 a.sec_more {
    background: #0075bf;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin-top: 10px;
    padding: 16px 30px;
    display: inline-block;
    border-radius: 4px;
    float: right;
}
.mob-center a{margin:0 10px;}

.home-sec-5 a.more:hover {
    background: #fd8835;
}
.home-sec-5 img{width:100%;}



.cmncldwdcb_info{}
.cmncldwdcb_info h1{
	color:#2d3192;
	margin-top:0px;
	font-weight:500;
	font-size:24px;
	font-family: 'Roboto', sans-serif;
}
.cmncldwdcb_info p{
	font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #212121;
    text-align: justify;
}
.cmncldwdcb_info ul{
	padding: 0;
    margin: 0 0 30px 0;
}
.cmncldwdcb_info ul li{
	list-style: none;
    background: none;
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    margin: 0;
    padding-left: 20px;
	text-align:justify;
}
.cmncldwdcb_info ul li i{
	position: absolute;
    left: 0;
    top: 8px;
}

.testi_section {
    padding: 60px 0 20px;
	display:inline-block;
	width:100%;
}
.test1 {
    width: 100%;
    padding: 35px;
    margin: auto;
    margin-bottom: 40px;
    box-shadow: 0px 0px 7px 4px #e5e5e6;
}
.test1 img {
    width: 40px;
}
.test1 p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 25px;
}
.test1 h2 {
    margin: 0%;
    font-size: 18px;
    color: #30b1d9;
    font-weight: 600;
    padding-top: 10px;
}


.whts img{
    position: fixed;
    right: 0px;
    bottom: 125px;
    z-index: 999;
    width: 60px;
}

.whts1 img{
    position: fixed;
    right: 0px;
    bottom: 215px;
    z-index: 999;
    width: 60px;
}


.gallery_inner{padding:50px 0;display:inline-block;width:100%;}
.gallery_inner .btn:focus, .gallery_inner .btn:active, .gallery_inner button:focus, .gallery_inner button:active {
  outline: none !important;
  box-shadow: none !important;
}

.gallery_inner #image-gallery .modal-footer{
  display: block;
}

.gallery_inner .thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}


/**********************************************************Hospital Attachments **************************************************/

.attachment_main{
	background:url(../img/hospital_bg.jpg) no-repeat;
	background-size:100% 100%;
	padding:50px 0;
	display:inline-block;
}
.mtp-4{margin-top:40px;}
.attachm_det{
	background:#0c649d;
	border:1px solid #0e4c74;
	padding:25px;
	/* width:45%; */
	/* display:inline-block; */
	margin:10px;
}
.attachm_det h1{
	font-size:22px;
	color:#fff;
	font-family:'Inter', sans-serif;
	padding-bottom:15px;
	margin-top:0px;
	font-weight:600;
}
.attachm_det p{
	position:relative;
	font-size:15px;
	color:#f1f1f1;
	font-family:'Inter', sans-serif;
	font-weight:500;
	line-height:25px;
	padding-left:24px;
}
.attachm_det p i{
	position:absolute;
	left:0px;
	top:5px;
	color:#f1f1f1;
}

