@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-size: 14px;
  font-family: "Poppins-Regular";
}
img,
object,
embed,
video {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins";
}
img {
  border: 0;
  vertical-align: middlel;
  display: inline-block;
}
.ie6 img {
  width: 100%;
}
ul,
ol {
  list-style: none;
}
.clear {
  clear: both;
}
p {
  text-align: justify;
}
a {
  transition: all 0.4s 0s ease;
  color: inherit;
  text-decoration: none;
  line-height: inherit;
}
a:hover {
  text-decoration: none;
}
.pdd_lft {
  padding-left: 15px !important;
}
.pdd_rht {
  padding-right: 15px !important;
}
.mrg_tp {
  margin-top: 15px !important;
}
.mrg_bot {
  margin-bottom: 15px !important;
}
.pdd_tp {
  padding-top: 15px !important;
}
.pdd_bot {
  padding-bottom: 15px !important;
}
.pdd_all {
  padding: 1% !important;
}
.lightgray {
  background: #f8f8f8;
}
.lightgray2 {
  position: relative;
  background: #f8f8f8;
}
.lightgray2:before,
.lightgray2:after {
  background: #f8f8f8;
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
}
.lightgray2:before {
  left: -100%;
}
.lightgray2:after {
  right: -100%;
}
.darkgray {
  position: relative;
  background: #2f2d2d;
}
.darkgray:before,
.darkgray:after {
  background: #2f2d2d;
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
}
.darkgray:before {
  left: -100%;
}
.darkgray:after {
  right: -100%;
}
.lightblue {
  position: relative;
  background: #eaf4f7;
  padding: 30px 0;
}
.lightblue:before,
.lightblue:after {
  background: #eaf4f7;
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
}
.lightblue:before {
  left: -100%;
}
.lightblue:after {
  right: -100%;
}
.darkblue {
  position: relative;
  background: #1c4ba6;
  padding: 30px 0;
  color: #fff !important;
}
.darkblue:before,
.darkblue:after {
  background: #1c4ba6;
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
}
.darkblue:before {
  left: -100%;
}
.darkblue:after {
  right: -100%;
}
.darkblue p,
.darkblue h1,
.darkblue h2,
.darkblue h3,
.darkblue h4,
.darkblue h5,
.darkblue a,
.darkblue ul li {
  color: #fff !important;
}
.darkblue .link {
  display: block;
  padding: 10px 0;
}
.darkblue .link a {
  display: inline-block;
  border: solid 1px #fff;
  padding: 8px 15px;
}

.orange {
  position: relative;
  background: #bc2226;
  padding: 30px 0;
  color: #fff !important;
}
.orange:before,
.orange:after {
  background: #bc2226;
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
}
.orange:before {
  left: -100%;
}
.orange:after {
  right: -100%;
}
.orange p,
.orange h1,
.orange h2,
.orange h3,
.orange h4,
.orange h5,
.orange a,
.orange ul li {
  color: #fff !important;
}
.orange .link {
  display: block;
  padding: 10px 0;
}
.orange .link a {
  display: inline-block;
  border: solid 1px #fff;
  padding: 8px 15px;
}

.white {
  background: #fff;
}
#main {
  position: relative;
  overflow: hidden;
}
/*header start*/
header {
  position: relative;
  display: block;
}
header .top {
  display: block;
  position: relative;
  background: #bc2226;
  color: #fff;
}
header .top a {
  color: #fff;
}
header .top ul {
  display: table;
  margin-bottom: 0;
}
header .top ul li {
  float: left;
}
header .top .call {
  padding: 5px 30px 8px 0;
  z-index: 1;
  position: relative;
  /* background: #348c5a; */

}
header .top .call ul li {
  display: block;
  text-align: center;
}
header .top .call ul li a {
  display: inline-block;
}
header .top .call ul li a i {
  margin-right: 5px;
  margin-left: 1px;
}
header .top .call ul li + li {
  margin-left: 6px;
  position: relative;
}
header .top .call:before {
  content: "";
  left: -100%;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #348c5a;
  top: 0px;
  display: none;
}

header .top .call:after {
  border-right: 46px solid #348c5a;
  border-top: 66px solid transparent;
  bottom: 0;
  content: "";
  right: -15px;
  position: absolute;
  z-index: -1;
  display: none;
}

.mobcamp {
  display: none;
}

header .top .call ul,
header .top .topsocial ul {
  padding-top: 3px;
}
header .top .call ul li a span {
  color: #e7254b;
  font-size: 16px;
  font-weight: 600;
}
header .top .call ul li a:hover {
  text-decoration: none;
}
header .top .topsocial {
  float: right;
  overflow: hidden;
  padding: 5px 0;
}
header .top .topsocial ul {
  width: 100%;
  overflow: hidden;
}
header .top .topsocial ul li {
  float: left;
}
header .top .topsocial ul li a {
  padding: 0 9px;
  border-right: 1px solid #ffffff52;
}
.marquee-with-options {
  display: block;
  white-space: nowrap;
  color: #fff;
  font-style: normal;
  overflow: hidden;
  text-shadow: 1px 1px 0px #000;
  font-size: 15px;
  padding-top: 12px;
  padding-left: 90px;
  position: relative;
}
.marquee-with-options:before {
  content: "";
  background: url(../images/news.gif) no-repeat #bc2226;
  background-size: contain;
  width: 85px;
  left: 0;
  top: 9px;
  position: absolute;
  bottom: 0;
}

.logomain .reg {
  color: #c06d6c;
  font-style: italic;
  text-align: center;
  position: absolute;
  width: 80%;
  right: 0;
  bottom: 9px;
}
.logomain {
  display: block;
  padding: 10px 0;
  position: relative;
}
.logomain .callbox {
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
.logomain .callbox ul {
  display: table;
  float: right;
  margin-bottom: 0;
}
.logomain .callbox ul li {
  color: #646a7c;
  float: left;
  position: relative;
  padding-left: 70px;
  min-height: 52px;
  margin-bottom: 5px;
  transition: all 0.4s 0s ease;
}
.logomain .callbox ul li + li {
  margin-left: 30px;
}
.logomain .callbox ul li figure {
  position: absolute;
  left: 7px;
  top: 5px;
  text-align: center;
  z-index: 1;
  color: #bc2226;
  border: dashed 1px #bc2226;
  transition: all 0.4s 0s ease;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.logomain .mobile {
  display: none;
}
.desktop {
  width: 442px;
}

.mobicamp {
  display: none;
}

/*.logomain .callbox ul li figure{ position:absolute; left:7px; top:7px; width:35px; height:35px; line-height:35px; text-align:center; z-index:1; color:#FFCB05;}
.logomain .callbox ul li figure:before{content:''; left:0; right:0; top:0; bottom:0; border:solid 1px #FFCB05; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg);-ms-transform: rotate(45deg);z-index:-1; position:absolute;}
.logomain .callbox ul li span{display: block;color: #000;padding-bottom: 4px;font-size: 18px}*/
.logomain .callbox ul li span {
  display: block;
  color: #000000;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
}
.logomain .callbox ul li a {
  color: #851443;
}
.logomain .callbox ul li:hover figure {
  color: #333;
}
.menubox {
  background: #bc2226;
  display: block;
}
.menubox .menumain {
  display: block;
  position: relative;
  padding-right: 170px;
}

.menubox .menumain .top_apply {
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  width: 170px;
}
.menubox .menumain .top_apply a {
  display: block;
  color: #fff;
  text-align: center;
  min-height: 60px;
  font-weight: 600;
  line-height: 35px;
  font-size: 15px;
  text-decoration: none;
  border: 2px solid #fff;
  
  /* transform: skew(-21deg); */
}
.menubox .menumain .top_apply2 {
  position: absolute;
  right: 130px;
  top: 0;
  bottom: 0;
  width: 170px;
  z-index: 999;
}
.menubox .menumain .top_apply2 a {
  display: block;
  color: #fff !important;
  text-align: center;
  font-weight: 600;
  line-height: 35px;
  font-size: 15px;
  text-decoration: none;
  background-color: #1c8932 !important;
  padding: 2px;
  
  /* transform: skew(-21deg); */
}
.menubox .menumain .top_apply a:hover {
  background: #26176c;
}

/*banner start*/
#banner {
  display: block;
  position: relative;
  text-align: center; /*padding-bottom:7px;*/
}
/*#banner:after{content:'';left:0;right:0;bottom:7px;height:7px;position:absolute;background:url(../images/webtop.png) repeat-x;left:0;}*/
#banner .item {
  display: block;
}
.bannercrawsal ul {
  margin: 0;
  padding: 0;
}
.bannercrawsal .owl-theme .owl-controls {
  margin-top: 0;
}
.bannercrawsal .owl-prev {
  position: absolute;
  left: -5px;
  top: 42%;
}
.bannercrawsal .owl-next {
  position: absolute;
  right: -5px;
  top: 42%;
}
.bannercrawsal .owl-prev,
.bannercrawsal .owl-next {
  background: #000 !important;
  border-radius: 0 !important;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  text-align: center;
  z-index: 1;
}
.bannercrawsal .owl-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  text-indent: 11px;
  line-height: 30px;
}
.bannercrawsal .owl-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  text-indent: 13px;
  line-height: 30px;
}
.bannercrawsal .owl-theme .owl-controls .owl-buttons div {
  opacity: 0;
  transition: all 0.4s 0s ease;
}
.bannercrawsal:hover .owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
}
.bannercrawsal .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannercrawsal figure {
  display: block;
  position: relative;
}
.bannercrawsal figure:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  position: absolute;
}
.bannercrawsal .bannercontent {
  position: absolute;
  left: 0;
  top: 30%;
  right: 0;
}
.bannercrawsal .bannercontent .bannercontent_box {
  display: block;
}
.bannercrawsal .bannercontent .bannertitlenew {
  font-size: 32px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 15px;
  text-align: left;
  margin-top: 0;
  text-transform: uppercase;
  font-family: "Montserrat-Bold";
  position: relative;
  padding-bottom: 15px;
}
.bannercrawsal .bannercontent .bannertitlenew span {
  color: #bbdddf;
}
.bannercrawsal .bannercontent .bannertitlenew:before {
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  width: 60px;
}
.bannercrawsal .bannercontent p {
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-family: "Roboto-Light";
  font-weight: 600;
  margin-bottom: 5px;
}
.bannercrawsal .bannercontent p strong {
  color: #e2db8c;
  text-align: left;
  font-size: 26px;
  font-family: "Montserrat-Bold";
  padding: 8px 0 8px;
  display: block;
}
.bannercrawsal .bannercontent .bannerinfo {
  display: block;
  position: relative;
  padding-bottom: 70px;
}
.bannercrawsal .bannercontent .bannerinfo .link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
}
.bannercrawsal .bannercontent .bannerinfo .link a {
  display: inline-block;
  padding: 10px 20px;
  color: #343333;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 600;
}
.bannercrawsal .bannercontent .bannerinfo .link a + a {
  margin-left: 10px;
}
.innerbanner {
  display: block;
}
.innerbanner:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  position: absolute;
}
.innerbannertitle {
  position: relative;
  z-index: 1;
  padding: 0;
  text-align: center;
}
.innerbannertitle .maintitlebox {
  padding: 30px 0;
  margin: 50px 0 20px;
  text-align: left;
}
/*.innerbannertitle .maintitlebox{ background:rgba(12, 31, 56,0.8); padding:30px; margin:50px 0; outline:solid 1px #5d829e; outline-offset:-10px; }*/
.innerbannertitle .maintitle {
  font-family: "Poppins";
  font-size: 50px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.innerbannertitle .breadcrumb {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  padding-left: 0;
  text-align: center;
}
.innerbannertitle .breadcrumb a {
  color: #f3d028;
}
.innerbannertitle .breadcrumb .active {
  color: #fff;
}
.brecum_new {
  background: #f5f5f5;
  display: block;
}
.brecum_new .breadcrumb {
  margin-bottom: 0;
  text-align: right;
}
/*banner end*/
/*cms start*/
.cms {
  display: block;
  padding: 40px 0 20px;
}
.cms h1 {
  color: #2b2a2a;
  font-size: 30px;
  margin: 0 0 10px;
  position: relative;
  padding-bottom: 15px;
}
.cms h1 span {
  font-family: "Poppins-Regular";
  color: #ee4e07;
}
.cms h1:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  position: absolute;
  background: #05b3fb;
}
.cms h2 {
  color: #2b2a2a;
  font-size: 20px;
  margin: 15px 0;
  position: relative;
}
.cms h3 {
  color: #2b2a2a;
  font-size: 18px;
  margin: 15px 0;
  position: relative;
}
.list_order {
  display: block;
}
.list_order ul {
  width: auto;
  display: table;
  overflow: hidden;
}
.list_order ul li {
  position: relative;
  margin-bottom: 0;
  padding: 4px 5px 4px 20px;
  line-height: 22px;
  text-align: justify;
}
.list_order ul li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  top: 2px;
  left: 0;
  color: #1b829a;
  font-size: 12px;
}
.list_order ol {
  width: 100%;
  margin: 5px auto;
  padding-left: 22px;
  overflow: hidden;
  list-style-position: outside;
  list-style-type: decimal;
}
.list_order ol li {
  width: 100%;
  padding: 5px;
  color: #444;
  position: relative;
  padding-left: 2px;
}
.list_order ol li strong {
  color: #21759b;
}
.list_order ol li ul li {
  padding-left: 20px;
}
.cms a {
  color: #1E733A;
}
/*cms end*/
/*crawsal start*/
.crawsal .item {
  display: block;
}
.crawsal ul {
  margin-bottom: 0;
}
.crawsal .owl-theme .owl-controls {
  margin-top: 0;
}
.crawsal .owl-prev {
  position: absolute;
  left: -5px;
  top: 42%;
}
.crawsal .owl-next {
  position: absolute;
  right: -5px;
  top: 42%;
}
.crawsal .owl-prev,
.crawsal .owl-next {
  background: #000 !important;
  border-radius: 0 !important;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  text-align: center;
  z-index: 1;
}
.crawsal .owl-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  text-indent: 11px;
  line-height: 30px;
}
.crawsal .owl-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  text-indent: 13px;
  line-height: 30px;
}
.crawsal .owl-theme .owl-controls .owl-buttons div {
  opacity: 0;
  transition: all 0.4s 0s ease;
}
.crawsal:hover .owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
}
.crawsal .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
/*crawsal end*/

.img_left {
  margin-left: -15px;
}
.img_right {
  margin-right: -15px;
}
.imgabt {
  margin-top: 25%;
}
.imgborder {
  display: block;
  text-align: center;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.imgborder:before {
  content: "";
  left: 0;
  top: 0;
  width: 30%;
  height: 30%;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  position: absolute;
  z-index: -1;
}
.imgborder:after {
  content: "";
  right: 0;
  bottom: 0;
  width: 30%;
  height: 30%;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  position: absolute;
  z-index: -1;
}
.imgborder img {
  -webkit-box-shadow: 10px 10px 10px -6px rgba(125, 124, 125, 1);
  -moz-box-shadow: 10px 10px 10px -6px rgba(125, 124, 125, 1);
  box-shadow: 10px 10px 10px -6px rgba(125, 124, 125, 1);
}

.rowmargintop {
  margin-top: 10px;
}
.faculty_detials {
  border: 1px solid;
  border-radius: 10px;
}
.faculty_detials:hover {
  background: #ff9800cf;
  border: 1px solid;
  border-radius: 10px;
}
.faculty_detials img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.faculty_detials h4 {
  text-align: center;
}
.faculty_detials p {
  text-align: center;
}
.row_margint_top {
  margin-top: 20px;
}

#elementor {
  background: #333436;
  display: block;
  position: relative;
  padding: 40px 0 20px 0;
}
#elementor ul {
  margin-bottom: 0;
}
#elementor ul li {
}
#elementor .elementorbox {
  display: block;
  position: relative;
  padding-left: 80px;
}
#elementor .elementorbox i {
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 55px;
  text-align: center;
  color: #fff;
  font-size: 35px;
  line-height: 55px;
  transition: all 1s ease 0s;
}
#elementor .elementorbox p {
  color: #999;
  text-align: left;
}
#elementor .elementorbox p strong {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
#elementor .elementorbox p span {
  display: block;
}
#elementor ul li:nth-child(1) .elementorbox i {
  background: #bc2226;
}
#elementor ul li:nth-child(2) .elementorbox i {
  background: #1e73be;
}
#elementor ul li:nth-child(3) .elementorbox i {
  background: #d93ad0;
}
#elementor ul li:nth-child(4) .elementorbox i {
  background: #639823;
}

#elementor ul li:nth-child(1) .elementorbox p a {
  color: #f7af05;
}
#elementor ul li:nth-child(2) .elementorbox p a {
  color: #74bcfc;
}
#elementor ul li:nth-child(3) .elementorbox p a {
  color: #f97af2;
}
#elementor ul li:nth-child(4) .elementorbox p a {
  color: #93e135;
}

.elementor_content {
  display: block;
  padding: 20px;
}
.elementor_content p {
  font-family: "Roboto-Light";
  line-height: 26px;
}
.elementor_content .link {
  display: block;
}
.elementor_content .link a {
  display: inline-block;
  background: #06c;
  color: #fff;
  padding: 8px 20px;
}

#elementor .elementorbox:hover i {
  transform: rotateY(360deg);
}

.welcome_main {
  display: block;
  padding: 40px 0;
}
.welcome_main .welcome {
  position: relative;
  display: block;
  padding-bottom: 60px;
}
.welcome_main .welcome h1 {
  font-size: 18px;
  margin: 0 0 15px;
  line-height: 26px;
}
.welcome_main .welcome h1 strong {
  color: #000;
  font-weight: 300;
  font-size: 26px;
  text-transform: inherit;
}
.welcome_main .welcome h1 span {
  color: #bc2226;
  font-size: 26px;
}
.welcome_main .welcome p {
  color: #343434;
  font-size: 16px;
  line-height: 26px;
}
.welcome_main .welcome .link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.welcome_main .welcome .link a {
  display: inline-block;
  position: relative;
  background: #1E733A;
  color: #fff;
  padding: 10px 50px 10px 10px;
  font-size: 13px;
}
.welcome_main .welcome .link a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 12px;
  top: 10px;
  border-left: solid 1px #fff;
  padding-left: 12px;
}
.welcome_main .welcome .link a:hover {
  background: #bc2226;
  border-color: #16a9e3;
}
.welcome_main .home_news {
  display: block;
}
.welcome_main .home_news h2 {
  font-size: 22px;
  color: #343434;
  font-weight: 600;
  position: relative;
}
/* .welcome_main .home_news h2:before {
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  background: #bc2226;
  position: absolute;
} */

.latest_news {
  position: relative;
  display: block;
  padding-bottom: 0px;
  padding-top: 5px;
}
.latest_news ul {
  width: 100%;
  overflow: hidden;
}
.latest_news ul li {
  width: 100%;
  overflow: hidden;
}
/* .latest_news ul li + li {
  padding-top: 20px;
  border-top: dashed 1px #ccc;
  margin-top: 20px;
} */
.latest_news .latest_newsbox {
  display: block;
  overflow: hidden;
}
.latest_news .latest_newsbox figure {
  max-width: 60px;
  float: left;
  margin-right: 20px;
}
.latest_news .latest_newsbox .latest_newsinfo {
  float: left;
  display: table;
  width: 100%;
}
.latest_news .latest_newsbox .latest_newsinfo p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.latest_news .latest_newsbox .latest_newsinfo p {
  font-size: 13px;
  text-align: left;
}
.latest_news .latest_newsbox .latest_newsinfo h4 {
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 7px;
}
.latest_news .latest_newsbox .latest_newsinfo a:hover {
  color: #1E733A;
}
.latest_news .latest_newsbox .latest_newsinfo .datebox {
  display: block;
  font-weight: 600;
  color: #c5c1c1;
}

.latest_news .link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.latest_news .link a {
  display: inline-block;
  position: relative;
  background: #1E733A;
  color: #fff;
  padding: 10px 50px 10px 10px;
  text-decoration: none;
}
.latest_news .link a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 12px;
  top: 10px;
  border-left: solid 1px #fff;
  padding-left: 12px;
}
.latest_news .link a:hover {
  background: #bc2226;
  border-color: #16a9e3;
}
.stellarnav > ul > li.menuapply {
  display: none;
}

#marqueecontainer {
  position: relative;
  width: 100%; /*marquee width */
  height: 282px; /*marquee height */
  overflow: hidden;
}

#offering {
  display: block;
  padding: 50px 0 20px;
}

#offering h2,
#offering h3 {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 10px;
}
#offering h2:before,
#offering h3:before {
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  background: #bc2226;
  position: absolute;
}

#offering .offering_box {
  display: block;
  color: #fff;
}
#offering .offering_box p {
  display: block;
  color: #fff;
}
#offering .offering_box p strong {
  font-size: 17px;
}
#offering .offering_box ol {
  width: 100%;
  margin: 5px auto;
  padding-left: 22px;
  overflow: hidden;
  list-style-position: outside;
  list-style-type: decimal;
}
/*#offering .offering_box ol li{width:100%; line-height: 22px; position:relative;padding-left:2px; margin-bottom:15px;}
*/
#offering .offering_box ol li {
  width: 48%;
  line-height: 22px;
  position: relative;
  padding-left: 2px;
  margin-bottom: 15px;
  float: left;
  margin-right: 30px;
}
#offering .offering_box ol li a:hover {
  color: #f7c605;
}

#offering .offering_box ol li span {
  display: inline;
}
#offering .offering_box ol li:nth-child(even) {
  margin-right: 0;
}
#offering .download_link ul {
  width: 100%;
  margin: 5px auto;
  overflow: hidden;
}
#offering .download_link ul li {
  display: inline-block;
  clear: both;
  float: left; /* max-width: 65%;*/
  width: 100%;
}
#offering .download_link ul li a {
  position: relative;
  background: rgba(255, 255, 255, 1);
  color: #333;
  display: block;
  padding: 10px 10px 10px 60px;
}

#offering .download_link ul li + li {
  margin-top: 15px;
}
#offering .download_link ul li a:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  background: #0093ff;
  color: #fff;
}

.course_offered {
  display: block;
  margin: 30px 0;
}
.course_offered article {
  display: block;
  margin: 0 0 30px;
}
.course_offered article h2,
.course_offered article h3 {
  color: #2b2a2a;
  font-size: 30px;
  margin: 0 0 10px;
}
.course_offered article h2 span,
.course_offered article h3 span {
  /* font-family: "Poppins-Regular"; */
  color: #ee4e07;
}
.course_offered article .link {
  display: block;
}
.course_offered article .link a {
  display: inline-block;
  position: relative;
  background: #1E733A;
  color: #fff;
  padding: 10px 50px 10px 10px;
}
.course_offered article .link a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 12px;
  top: 10px;
  border-left: solid 1px #fff;
  padding-left: 12px;
}
.course_offered article .link a:hover {
  background: #bc2226;
  border-color: #16a9e3;
}

.course_offered article p {
  color: #2b2a2a;
}
.course_offered .course_list {
  display: block;
  margin: 20px 0 0;
}
.course_box{
  border-right: 6px solid #bc2226;
}
.course_offered .course_list ul li {
  margin-bottom: 30px;
}
.course_offered .course_list figure {
  background: #000;
  display: block;
  overflow: hidden;
  position: relative;
  height: 250px;
}
.course_offered .course_list figure img {
  transition: all 1s 0s ease;
}
.course_offered .course_list figure:hover img {
  transform: scale(1.1);
  opacity: 0.6;
}
.course_offered .course_list figure h2,
.course_offered .course_list figure h4,
.course_offered .course_list figure .sliding {
  position: absolute;
  margin: 0;
  font-size: 18px;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 1;
  padding: 15px 0;
}
.course_offered .course_list figure h2:before,
.course_offered .course_list figure h4:before,
.course_offered .course_list figure .sliding:before {
  content: "";
  transition: all 0.4s 0s ease;
  z-index: -1;
  background: #1E733A;
  left: 0;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.course_offered .course_list figure:hover h2:before,
.course_offered .course_list figure:hover .sliding:before,
.course_offered .course_list figure:hover h4:before {
  width: 0;
}

.course_offered .course_list figure h2:after,
.course_offered .course_list figure h3:after,
.course_offered .course_list figure h4:after {
  content: "";
  transition: all 0.4s 0s ease;
  z-index: -1;
  background: #bc2226;
  right: 0;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}

.course_offered .course_list figure:hover h2:after,
.course_offered .course_list figure:hover h3:after,
.course_offered .course_list figure:hover h4:after {
  width: 100%;
}

/*client_number start*/
#bright_counter {
  display: block;
  padding: 50px 0 20px;
  color: #fff;
}
.client_number {
  display: block;
  position: relative;
  color: #fff;
  padding: 0;
}
.client_number ul li {
  margin-bottom: 20px;
}
.client_number .client_numberbox {
  display: block;
  position: relative;
  text-align: center;
}
.client_number ul li:first-child .counter {
  position: relative;
}
.client_number ul li:first-child .counter:after {
  content: "K";
  margin-left: 7px;
}
.client_number .counter {
  font-size: 36px;
  font-family: "Poppins";
}
.client_number .client_numberbox i {
  display: block;
  font-size: 40px;
  color: #fff;
  padding: 0 0 20px;
}
.client_number .client_numberbox p {
  text-align: center;
}
/*client_number end*/

.our_services {
  display: block;
  padding: 30px 0 10px;
}
.our_services h2 {
  font-size: 22px;
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 10px;
}
.our_services h2:before {
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  background: #bc2226;
  position: absolute;
}
.our_services a:hover {
  color: inherit;
}
.our_services .service_list {
  display: block;
}
.our_services .service_list ul {
  margin-bottom: 0;
}
.our_services .service_list ul li {
  margin-bottom: 20px;
}
.our_services .service_list .service_box {
  display: block;
  position: relative;
  padding-left: 50px;
  min-height: 118px;
}
.our_services .service_list .service_box i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
}
.our_services .service_list .service_box h3 {
  margin: 0 0 10px;
  font-size: 18px;
}
.our_services .service_list .service_box p {
  text-align: left;
  font-size: 13px;
  color: #666;
  line-height: 22px;
}
.our_services .service_list .service_box p {
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.our_services .service_list .service_box p a {
  color: #c9490b;
}

.our_services .service_list ul li:nth-child(1) .service_box {
  color: #b58a71;
}
.our_services .service_list ul li:nth-child(2) .service_box {
  color: #0088cb;
}
.our_services .service_list ul li:nth-child(3) .service_box {
  color: #f2550f;
}
.our_services .service_list ul li:nth-child(4) .service_box {
  color: #689c54;
}
.our_services .service_list ul li:nth-child(5) .service_box {
  color: #a800cb;
}
.our_services .service_list ul li:nth-child(6) .service_box {
  color: #e3b529;
}

.enqury_box h2 {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 10px;
}
.enqury_box h2:before {
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  background: #bc2226;
  position: absolute;
}

.enqury_box {
  display: block;
  padding: 20px;
  background: #0887b9;
  margin: 0;
}

.enqury_box ul {
  margin-bottom: 0;
  overflow: hidden;
}
.enqury_box ul li {
  margin-bottom: 20px;
}
.enqury_box ul li label {
  position: relative;
  line-height: 2;
  display: block;
  font-weight: 300;
  color: rgb(253, 254, 255);
}
.enqury_box ul li .chkbox {
  font-weight: 700;
  color: #ee6c1e;
  font-size: 13px;
  padding-left: 20px;
  cursor: pointer;
}
.enqury_box ul li .chkbox input[type="radio"],
.enqury_box ul li .chkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 3px;
}
.enqury_box ul li input[type="text"],
.enqury_box ul li input[type="email"],
.enqury_box ul li input[type="tel"],
.enqury_box ul li textarea {
  border: solid 1px #ccc;
  line-height: 2.5;
  padding: 0 5px;
  width: 100%;
}
.enqury_box ul li .select {
  display: block;
  position: relative;
  border: solid 1px #ccc;
  line-height: 2;
}
.enqury_box ul li .select:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20px;
  background: #fff;
  text-align: center;
  line-height: 2.5;
}
.enqury_box ul li .select select {
  border: none;
  width: 100%;
  cursor: pointer;
  height: 35px;
  background: #fff;
  color: #666;
}
.enqury_box ul li input[type="submit"] {
  background: #bc2226;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 30px;
  margin: 10px 0;
  width: 100%;
  display: block;
  border: none;
}
.enqury_box ul li textarea {
  line-height: 1.3;
  height: 150px;
}
.enqury_box ul li:last-child {
  margin-bottom: 0px;
}

#video_home {
  display: block;
  padding: 50px 0;
  text-align: center;
  overflow: hidden;
}
#video_home p {
  font-size: 16px;
  text-align: center;
  padding: 0 15%;
  color: #fff;
}
#video_home h3 {
  margin: 15px 0;
  font-size: 30px;
  color: #f90;
}
#video_home .link {
  display: block;
  text-align: center;
}
#video_home .link a {
  font-size: 80px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
}

/*homegallery start*/
#homegallery {
  display: block;
  text-align: center;
  padding: 50px 0 0;
}
#homegallery h2 {
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
  margin: 0;
  position: relative;
  padding-bottom: 10px;
}
#homegallery .view {
  position: relative;
  margin: 0 0 15px;
  text-align: center;
}
#homegallery .view a {
  color: #403f3c;
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
#homegallery .view a:before {
  content: "";
  height: 1px;
  background: #403f3c;
  width: 50px;
  position: absolute;
  left: -50px;
  top: 50%;
}
#homegallery .view a:after {
  content: "";
  height: 1px;
  background: #403f3c;
  width: 50px;
  position: absolute;
  right: -50px;
  top: 50%;
}
#homegallery .view a:hover {
  color: #bc2226;
}

#homegallery h2 strong {
}
#homegallery figure {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#homegallery figure .effect {
  transition: all 0.4s 0s ease;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(15, 18, 19, 0.5);
}
#homegallery figure .effect a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  top: 50%;
  margin-top: -25px;
  padding: 0;
  transition: all 0.8s 0s ease;
  transform: translate(0, 50px);
  border: none;
  background: #1E733A;
  color: #fff;
}
#homegallery figure:hover .effect a {
  transform: translate(0, 0);
}
#homegallery figure:hover .effect {
  opacity: 1;
}
#homegallery figure img {
  transition: all 1s 0s ease;
  height: 260px;
  object-fit: cover;
  object-position: top;
  width: 100%;
}
#homegallery figure:hover img {
  transform: scale(1.1);
}
#homegallery .col-sm-3 {
  padding: 0;
}
#homegallery article {
  display: block;
  padding: 0 30% 20px;
}
#homegallery article p {
  text-align: center;
}
#homegallery ul {
  margin-bottom: 0;
}
/*homegallery end*/

/*testimonials start*/

.testimonials {
  display: block;
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.07);
}
.testimonials article {
  padding-left: 25px;
  position: relative;
  display: block;
}
.testimonials article:after {
  background: url(../images/heading_curve.png) no-repeat left center;
  height: 100px;
  width: 65px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: ""; /*z-index: -1;*/
}
.testimonials article h3 {
  text-transform: uppercase;
  color: #1669b3;
  font-size: 30px;
  text-align: left;
  line-height: 1.2;
  white-space: nowrap;
}
.testimonials article h3 span {
  display: block;
  color: #090808;
  text-transform: capitalize;
  font-size: 16px;
}
.testimonials article .sub-head-text {
  border-left: 1px solid #cdd2d4;
  padding: 0 0 0 30px;
  color: #041d26;
  margin: 25px 0 0 50px;
}

.testimonials article .link {
  display: block;
}
.testimonials article .link a {
  display: inline-block;
  padding: 7px 16px;
  background: #183773;
  color: #fff;
}

.testimonial_crwasals {
  display: block;
  margin-top: 30px;
}
.testimonial_crwasals .testimonial_box {
  display: block;
  padding: 0 20px 0 130px;
  position: relative;
  min-height: 120px;
  background: #fff;
}
.testimonial_crwasals .testimonial_box figure {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.14);
  position: absolute;
  overflow: hidden;
  left: 14px;
  top: 35px;
}
.testimonial_crwasals .testimonial_box h4 {
  color: #1669b3;
}
.testimonial_crwasals .testimonial_box p {
  font-size: 14px;
  color: #383535;
  text-align: left;
}
.testimonial_crwasals .testimonial_box .name {
  display: block;
  color: #1669b3;
}
.testimonial_crwasals .testimonial_box .name span {
  display: block;
  color: #666;
}
.testimonial_crwasals .testimonial_box .testimonial_info {
  position: relative;
  display: block;
  padding: 40px 20px; /*! background:#f18923; */
  color: #3f3d3d;
}
.testimonial_crwasals .testimonial_box a {
  color: inherit;
}
.testimonial_crwasals .testimonial_box .testimonial_info:before {
  content: "";
  left: 0;
  top: 20px;
  left: -10px;
  width: 20px;
  height: 20px; /*! background:#f18923; */
  transform: rotate(45deg);
  position: absolute;
}
.testimonial_crwasals .item {
  display: block;
  margin: 0 10px;
}
.testimonial_crwasals .owl-theme .owl-controls {
  margin-top: 0;
}
.testimonial_crwasals .owl-prev {
  position: absolute;
  left: -5px;
  top: 42%;
}
.testimonial_crwasals .owl-next {
  position: absolute;
  right: -5px;
  top: 42%;
}
.testimonial_crwasals .owl-prev,
.testimonial_crwasals .owl-next {
  background: #000 !important;
  border-radius: 0 !important;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  text-align: center;
  z-index: 1;
}
.testimonial_crwasals .owl-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  text-indent: 11px;
  line-height: 30px;
}
.testimonial_crwasals .owl-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  text-indent: 13px;
  line-height: 30px;
}
.testimonial_crwasals .owl-theme .owl-controls .owl-buttons div {
  opacity: 0;
  transition: all 0.4s 0s ease;
}
.testimonial_crwasals:hover .owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
}
.testimonial_crwasals .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
/*testimonials end*/

/*footer  start*/
footer {
  display: block;
  background: #fff;
  display: block;
  color: #d3e5f5;
  border-top: 1px solid #dfddddfb;
}
footer p {
  color: #000;
}
footer a {
  color: #000;
}
footer a:hover {
  color: #bc2226;
}
footer .newsletter {
  background: #2c2a29;
  display: block;
  position: relative;
  padding: 20px 0;
  color: #fff;
}
footer .newsletter:before,
footer .newsletter:after {
  background: #2c2a29;
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
}
footer .newsletter:before {
  left: -100%;
}
footer .newsletter:after {
  right: -100%;
}

footer .newsletter .newsletter_title {
  position: relative;
  padding: 0 0 0 80px;
}
footer .newsletter .newsletter_title:before {
  content: url(../images/newsbg.html);
  position: absolute;
  left: 0;
  top: 0;
}
footer .newsletter .newsletter_title h5 {
  font-size: 30px;
  text-transform: capitalize;
}
footer .newsletter .newsletter_title h5 span {
  display: block;
  font-size: 18px;
  color: #bc2226;
}
footer .newsletter input[type="text"],
footer .newsletter input[type="email"] {
  border: none;
  border-bottom: solid 1px #fff;
  background: none;
  width: 100%;
  padding: 10px 70px 10px 0;
}
footer .newsletter input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  opacity: 0;
}
footer .newsletter form {
  display: block;
  position: relative;
  margin-top: 22px;
}
footer .newsletter form:after {
  content: "\f3fe";
  font-family: "Font Awesome 5 Brands";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 30px;
  pointer-events: none;
  color: #1ebcfa;
}
footer .newsletter input[type="text"]:focus {
  outline: none;
}
footer .newsletter ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

footer .footer {
  display: block;
}
footer .footer .footertext {
  display: block;
  background: #1c4ba6;
  position: relative;
  z-index: 1;
  min-height: 300px;
  padding-right: 20px;
  padding-bottom: 20px;
}
footer .footer .footertext:before {
  background: #1c4ba6;
  content: "";
  width: 100%;
  top: 0;
  bottom: 0;
  left: -100%;
  position: absolute;
}
footer .footer .footerlogo {
  display: block;
  padding: 50px 0 30px 0;
}

footer .footermenu {
  display: block;
}
footer .footermenu ul li {
  margin-bottom: 2.5px;
}
footer .footermenu ul li a {
  line-height: 2;
  display: block;
  position: relative;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 14px;
}
footer .footermenu ul li a:hover {
  color: #bc2226;
}
footer .footermenu ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 2;
  color: #5da4e1;
}
footer h6 {
  color: #bc2226;
  font-family: "Poppins";
  font-size: 20px;
  text-transform: capitalize;
  margin: 60px 0 20px;
}
@media (max-width: 425px) {
  footer h6 {
  margin: 20px 0px;
}
}
s footer article {
  display: block;
  padding-top: 10px;
}
footer article p {
  text-align: left;
  line-height: 26px;
}
footer article p strong {
  color: #21a5bf;
}
footer article .link a {
  color: #afedfb;
}
footer .compinfo {
  display: block;
}
footer .compinfo p {
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  padding-left: 20px;
}
footer .compinfo p i {
  position: absolute;
  left: 0;
  top: 3px;
  /* color: #73b5ed; */
}

footer .footer_social {
  display: block;
  margin-top: 20px;
}
footer .footer_social ul {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
footer .footer_social ul li {
  display: block;
  float: left;
}
footer .footer_social ul li + li {
  margin-left: 10px;
}
footer .footer_social ul li a {
  border-radius: 50%;
  display: block;
  line-height: 35px;
  color: #fff;
  text-align: center;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.14);
}
footer .footer_social ul li a:hover {
  color: #fff;
}
footer .footer_social ul li:nth-child(1) a {
  background: #3b5998;
}
footer .footer_social ul li:nth-child(3) a {
  background: #20c277;
}
footer .footer_social ul li:nth-child(2) a {
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
}
footer .footer_social ul li:nth-child(4) a {
  background: #ff0000;
}

.footerlink {
  display: block;
  position: relative;
  background: #1E733A;
  text-align: center;
  padding: 17px 0;
  color: #e7e7e7;
  font-size: 13px;
}
.footerlink:before,
.footerlink:after {
  background: #1E733A;
  content: "";
  top: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
}
.footerlink:before {
  left: -100%;
}
.footerlink:after {
  right: -100%;
}
.footerlink .powerby {
  text-align: right;
}
.footerlink a {
  color: #777;
}

.whats_upimg {
  position: fixed;
  z-index: 1;
  width: 50px;
  left: 30px;
  bottom: 20px;
  z-index: 99;
}
/*footer  end*/

/*about us  start*/
.about {
  display: block;
  padding: 50px 0;
  overflow: hidden;
}
.about h1 {
  font-style: italic;
  font-size: 18px;
  margin: 20px 0 15px;
  line-height: 26px;
}
.about h1 strong {
  color: #154684;
  font-weight: 300;
  font-size: 26px;
  text-transform: uppercase;
}
.about h1 span {
  color: #bc2226;
  font-size: 26px;
}
.about p {
  color: #343434;
  font-size: 16px;
  line-height: 26px;
}

.about_services {
  display: block;
  padding: 50px 0 20px;
}
.about_services ul {
  margin-bottom: 0;
}
.about_services ul li {
  margin-bottom: 30px;
}
.about_services .service_box {
  display: block;
  text-align: center;
  color: #fff;
  padding: 50px;
  min-height: 310px;
}
.about_services .service_box a {
  display: block;
}
.about_services .service_box a:hover {
  color: inherit;
}
.about_services .service_box i {
  font-size: 60px;
}
.about_services .service_box h3 {
  margin: 22px 0 10px;
}
.about_services .service_box p {
  text-align: center;
}

.about_services ul li:nth-child(1) .service_box {
  background: #b58a71;
}
.about_services ul li:nth-child(2) .service_box {
  background: #0088cb;
}
.about_services ul li:nth-child(3) .service_box {
  background: #f2550f;
}
.about_services ul li:nth-child(4) .service_box {
  background: #689c54;
}
.about_services ul li:nth-child(5) .service_box {
  background: #a800cb;
}
.about_services ul li:nth-child(6) .service_box {
  background: #e3b529;
}

.welcome_crowsal ul {
  margin: 0;
}
.welcome_crowsal {
  display: block;
  position: relative;
  overflow: hidden;
}
.welcome_crowsal .item {
  display: block;
  margin: 0;
}
.welcome_crowsal .owl-theme .owl-controls .owl-buttons div {
  opacity: 0;
  transition: all 0.4s 0s ease;
}
.welcome_crowsal:hover .owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
}

.welcome_crowsal .thumbnail {
  margin-bottom: 0;
  border: none;
}
.welcome_crowsal a.thumbnail:hover,
.welcome_crowsal a.thumbnail:focus,
.welcome_crowsal a.thumbnail.active {
  border-color: #999;
}
#sync1 .item {
  background: #999;
  padding: 0px;
  margin: 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
#sync2 .item {
  background: #ccc;
  border: none;
  padding: 0px;
  margin: 0 5px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s 0s ease;
}
#sync2 .item img {
  padding: 3px;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .synced .item {
  background: #449efa;
}
.welcome_crowsal .owl-theme .owl-controls {
  margin-top: 0;
}

.cms.course_offered {
  margin: 0;
}

.ourmission {
  position: relative;
  display: block;
}
.ourmission figure {
  background-size: cover !important;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 48.9%;
}
.ourmission .ourmissionbox {
  display: block;
  padding: 50px 0;
}
.ourmission .ourmissionbox p {
  text-align: left;
  color: #555e69;
  font-size: 16px;
  line-height: 26px;
}
.ourmission h2 {
  font-size: 26px;
  margin: 15px 0;
  text-transform: uppercase;
}
.ourmission h3 {
  font-size: 18px;
}

.ourmission h2 strong,
.ourmission h3 strong {
  color: #1a81cc;
}

.recogigation h2,
.recogigation h3 {
  font-family: "Poppins-Regular";
  font-weight: 600;
}
/*about us  end*/

/*chairmanspeak start*/
.chairmanspeak {
  display: block;
  padding: 30px 0;
}
.chairmanspeak ul {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
.chairmanspeak ul li {
  background: rgba(11, 145, 186, 1);
  width: 100%;
  overflow: hidden;
}
.chairmanspeak article {
  display: block;
  text-align: center;
  padding: 30px;
  overflow: hidden;
}
.chairmanspeak article h2,
.chairmanspeak article h3 {
  margin: 0 0 20px;
  font-size: 22px;
  color: #fff;
}
.chairmanspeak article h2 span,
.chairmanspeak article h3 span {
  display: inline-block;
  z-index: 1;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.chairmanspeak article h2 strong,
.chairmanspeak article h3 strong {
  display: block;
  font-size: 18px;
  color: #ffd75e;
}

.chairmanspeak article h2 span:before,
.chairmanspeak article h3 span:before {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  position: absolute;
  background: rgba(255, 255, 255, 0.54);
}
.chairmanspeak article h2 span:after,
.chairmanspeak article h3 span:after {
  content: "";
  left: 0;
  right: 0;
  bottom: -1px;
  margin: auto;
  height: 3px;
  width: 30%;
  position: absolute;
  background: rgba(255, 255, 255, 0.54);
}

.chairmanspeak article p {
  color: #fff;
  text-align: center;
  padding: 0;
}
.chairmanspeak article .link {
  margin-top: 30px;
}
.chairmanspeak article .link a {
  display: inline-block;
  background: #1fa5f5;
  color: #fff;
  padding: 10px 10px;
  border-radius: 4px;
  font-weight: 600;
}
.chairmanspeak ul li:nth-child(even) figure {
  float: right;
}
.chairmanspeak ul li:nth-child(even) article {
}
.chairmanspeak figure {
  background: #e9e9e9;
  min-height: 530px;
  text-align: center;
}
.chairmanspeak figure .imgborder {
  margin: 50px 0 0;
}
.chairmanspeak figure .imgborder:before,
.chairmanspeak figure .imgborder:after {
  display: none;
}
/*chairmanspeak end*/

/*listing detail start*/
.listing_detail {
  background: #fff;
  display: block;
  padding: 20px;
  margin: 30px 0;
}

.sliderreserv {
  display: block;
  margin-bottom: 30px;
}
.listing_detail article {
  display: block;
  margin-bottom: 30px;
}
.listing_detail article h1 {
  margin: 10px 0;
  font-size: 21px;
}
.listing_detail article .price {
  display: block;
}
.listing_detail article .price span {
  display: inline-block;
  color: #3271a7;
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}
.listing_detail article .listing_top {
  display: block;
}
.listing_detail article .listing_top h1 {
  display: inline-block;
}
.listing_detail article .listing_top .listing_infomation {
  display: inline-block;
}
.listing_detail article .listing_top p span {
  display: block;
  position: relative;
  padding-left: 30px;
}
.listing_detail article .listing_top p i {
  font-size: 22px;
  color: #09f;
  position: absolute;
  left: 0;
  top: 0;
}
.listing_detail article .listing_top .listing_infomation span {
  display: inline-block;
  margin: 0 5px;
  padding: 3px 10px;
  border-radius: 3px;
}
.listing_detail article .listing_top .listing_infomation .org {
  background: #f4864b;
  color: #fff;
}
.listing_detail article .listing_top .listing_infomation .green {
  background: #41ba60;
  color: #fff;
}
.listing_detail h2,
.listing_detail h3 {
  font-size: 20px;
  margin: 20px 0;
}
.listing_detail h4 {
  font-size: 18px;
  margin: 15px 0;
  color: #851443;
}
.listing_detail .feature {
  display: block;
}
.listing_detail .feature ul {
  margin-top: 20px;
}
.listing_detail .feature ul li {
  margin-bottom: 30px;
}
.listing_detail .feature .featurebox {
  display: block; /*! border: solid 1px #ccc; */
  padding: 20px 0;
  text-align: center;
  background: #1f93cc;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.listing_detail .feature .featurebox i {
  display: block;
  padding-bottom: 8px;
  font-size: 22px;
}
.listing_detail .video {
  display: block;
}
.listing_detail .video .embed-responsive-16by9 {
}

.inc_right {
  background: #fff;
  display: block;
  margin-top: 30px;
}
.inc_right .right_box {
  display: block;
}
.inc_right .formtitle {
  display: block;
  overflow: hidden;
  position: relative;
  background: #1E733A;
  padding: 5px 10px;
  color: #fff;
  margin: 20px 0 0;
}
.inc_right .formtitle figure {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 13px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  float: left;
}
.inc_right .formtitle figure img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.inc_right .formtitle .name {
  display: inline-block;
  float: left;
  font-weight: 600;
  padding-top: 5px;
  font-size: 16px;
}
.inc_right .formtitle .name span {
  display: block;
  padding-top: 3px;
  font-size: 14px;
}
.inc_right a {
  color: inherit;
}
.inc_right .right_form {
  display: block;
  overflow: hidden;
  padding: 20px;
}
.inc_right .right_form h3,
.inc_right .right_form h4 {
  margin: 0 0 15px;
}
.inc_right .right_form ul {
}
.inc_right .right_form ul li {
  margin-bottom: 10px;
}
.inc_right .right_form input[type="text"],
.inc_right .right_form input[type="email"],
.inc_right .right_form input[type="tel"],
.inc_right .right_form textarea {
  width: 100%;
  border: solid 1px #eeeded;
  padding: 10px 20px;
  border-radius: 4px;
}
.inc_right .right_form input[type="submit"] {
  background: #1E733A;
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  border: none;
}

.inc_right .right_form .select {
  display: block;
  position: relative;
  border: solid 1px #eeeded;
  line-height: 2;
}
.inc_right .right_form .select:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20px;
  background: #fff;
  text-align: center;
  line-height: 40px;
}
.inc_right .right_form .select select {
  border: none;
  width: 100%;
  cursor: pointer;
  height: 40px;
  background: #fff;
  color: #666;
  padding-left: 20px;
}

.inc_right .right_form textarea {
  height: 150px;
}
.right_menu {
  display: block;
  padding: 20px 20px 0;
  margin: 0 0 20px;
  overflow: hidden;
}
.right_menu ul {
  width: 100%;
  margin-bottom: 0;
}
.right_menu ul li {
  width: 100%;
}
.right_menu ul li a {
  display: block;
  padding: 10px 0 10px 25px;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  position: relative;
  background: #fff; /*! border: solid 1px #ccc; */
}
.right_menu ul li a:before {
  transition: all 0.5s 0s ease;
  content: "\f105";
  left: 10px;
  top: 9px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  font-size: 10px;
}
.right_menu ul li + li a {
  border-top: solid 1px rgba(255, 255, 255, 0.18);
}

.right_menu ul li a:hover {
  background: #1994cf;
  border-color: #000;
  color: #fff;
}
.inc_right h3 {
  font-size: 22px;
  font-weight: 600;
  color: #060607;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  margin-top: 0;
}
.inc_right h3 strong {
  color: #02baff;
}
.inc_right h3:before {
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  background: #4ba8fa;
  position: absolute;
  width: 50px;
}

.opening {
  display: block;
  padding: 0 20px 20px;
}
.opening .openingbox {
  display: block;
  padding: 20px;
  border: solid 10px #eee;
}
.opening .openingbox h4 {
  margin: 0 0 15px;
}
.opening .openingbox h4 i {
  margin-right: 5px;
  font-size: 14px;
  color: #1fa8ea;
}
.opening .openingbox ul {
  width: 100%;
  overflow: hidden;
}
.opening .openingbox ul li {
  width: 100%;
  overflow: hidden;
}
.opening .openingbox ul li span {
  display: inline-block;
  float: right;
}
.opening .openingbox ul li + li {
  padding-top: 10px;
  border-top: dashed 1px #ccc;
  margin-top: 10px;
}

.download {
  display: table;
  position: relative;
  padding-left: 60px;
  margin: 20px 0;
}
.download a {
  display: block;
  color: #333;
}
.download i {
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 55px;
  background: #1E733A;
  color: #fff;
  text-align: center;
  line-height: 55px;
  font-size: 36px;
}
.download h4 {
  margin: 0 0 5px;
  font-size: 20px;
  color: #1E733A;
}
.download p {
  font-family: "Roboto-Light";
  text-align: left;
}

.table_formate thead {
  background: #1E733A;
  color: #fff;
  font-size: 22px;
}

.table_formate {
  margin: 30px 0;
}
.table_formate table tbody td,
.table_formate table thead td {
  padding: 15px;
}

.view_sylabus {
  display: block;
  padding: 20px;
}
.view_sylabus ul {
  width: 100%;
  overflow: hidden;
  border: solid 1px #ccc;
  padding: 20px;
}
.view_sylabus ul li {
  position: relative;
  padding-left: 80px;
  width: 100%;
  min-height: 65px;
}
.view_sylabus ul li + li {
  margin-top: 20px;
}
.view_sylabus ul li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: #1E733A;
  color: #fff;
  text-align: center;
  line-height: 55px;
  font-size: 36px;
  border-radius: 4px;
}
.view_sylabus ul li a {
  display: block;
  color: #333;
}
.view_sylabus ul li span {
  display: inline-block;
  padding: 13px 0 0;
  font-size: 18px;
  font-weight: 600;
}
.view_sylabus ul li:nth-child(1) i {
  background: #f2b930;
}
.view_sylabus ul li:nth-child(2) i {
  background: #1E733A;
}
.view_sylabus ul li:nth-child(3) i {
  background: #d93ad0;
}
/*listing detail end*/

/*homegallery start*/
.gallerymain .tabmenu {
  display: block;
  overflow: hidden;
  padding-top: 20px;
}

.gallerymain .tabmenu .nav-tabs > li.active > a,
.gallerymain .tabmenu .nav-tabs > li.active > a:hover,
.gallerymain .nav-tabs > li.active > a:focus {
  border: none;
  outline: none;
  background: #1186aa;
  color: #fff;
  border-radius: 0;
}
.gallerymain .tabmenu .nav-tabs > li {
  margin-bottom: 0;
}
.gallerymain .nav-tabs > li > a {
  border-radius: 0;
  border: none;
  background: #eee;
  color: #333;
  text-transform: uppercase;
}
.gallerymain .tabmenu ul {
  border-bottom: none;
}

.galleryinner {
  display: block;
  text-align: center;
  padding: 20px 0;
}
.galleryinner h2 {
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 10px;
}
.galleryinner h2:before {
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  margin: auto;
  right: 0;
}
.galleryinner h2 strong {
}
.galleryinner ul li {
  margin-bottom: 30px;
}
.galleryinner figure {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.galleryinner figure .effect {
  transition: all 0.4s 0s ease;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(15, 18, 19, 0.5);
}
.galleryinner figure .effect a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
  top: 50%;
  margin-top: -25px;
  padding: 0;
  transition: all 0.8s 0s ease;
  transform: translate(0, 50px);
  border: none;
  background: #1E733A  ;
  color: #fff;
}
.galleryinner figure:hover .effect a {
  transform: translate(0, 0);
}
.galleryinner figure:hover .effect {
  opacity: 1;
}
.galleryinner figure img {
  transition: all 1s 0s ease;
  height: 235px;
  object-fit: cover;
  width: 100%;
}
.galleryinner figure:hover img {
  transform: scale(1.1);
}
.galleryinner article {
  display: block;
  padding: 0 30% 20px;
}
.galleryinner article p {
  text-align: center;
}
.video {
  display: block;
}
.video iframe {
  border: solid 2px #dad6d0 !important;
  border-radius: 3px;
}
/*homegallery end*/
/*news css start*/
.news {
  display: block;
}
.news h1 {
  margin-top: 0;
}
.news .newslist {
  display: block;
  margin-top: 30px;
}
.news .newslist ul {
  width: 100%;
  overflow: hidden;
}
.news .newslist ul li {
  width: 100%;
  overflow: hidden;
}
.news .newslist ul li + li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #ccc;
}
.news .newslist figure {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.news .newslist figure .date_post {
  font-weight: 600;
  position: absolute;
  top: -6px;
  right: 0;
  width: 90px;
  height: 90px; /*! border-radius: 0 10px 0 90%; */
  background: rgba(15, 63, 137, 0.78);
  color: #fff;
  padding: 11px 0 23px;
  text-align: center;
  font-size: 28px;
}
.news .newslist figure .date_post span {
  display: block;
  font-size: 13px;
}

.news .newslist .news_info {
  display: block;
  position: relative;
  padding: 0 0 20px;
}
.news .newslist .news_info a {
  color: inherit;
}
.news .newslist .news_info h4 {
  color: #2231a6;
  font-size: 17px;
  margin: 0 0 15px;
}
.news .newslist .news_info p {
  color: #444445;
  line-height: 24px;
}

/*news css end*/

.plcemet_list {
  display: block;
}

.plcemet_list ol {
  -ms-flex: 100%;
  flex: 100%;
  max-width: 100%;
  padding: 0 4px 0 18px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin-bottom: 20px;
}

.campus_main {
  display: block;
}
.campus_main ul {
  width: 100%;
  overflow: hidden;
}
.campus_main ul li {
  width: 100%;
  overflow: hidden;
}
.campus_main ul li:nth-child(odd) figure {
  float: right;
}
.campus_main ul li + li {
  margin-top: 30px;
}
.campus_main .campus_box {
  display: block;
  background: #f6f6f6;
  padding: 50px 50px 20px;
  min-height: 352px;
}
.campus_main .campus_box h2 {
  margin: 0 0 10px;
}

.campus_main .campus_box .link {
  display: block;
  margin: 20px 0;
}
.campus_main .campus_box .link a {
  display: inline-block;
  padding: 8px 20px;
  background: #06c;
  color: #fff;
  border-radius: 4px;
}

.quickform {
  border: solid 5px #d89c5c;
  color: #333 !important;
}
.quickform .control-label {
  color: #fff;
}
.modal-content.quickform {
  background: rgba(0, 0, 0, 0.8);
}
.enqurybtn {
  position: fixed;
  right: -60px;
  top: 49%;
  transform: rotate(90deg);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
}
.enqurybtn a {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(6, 129, 173, 0.89);
  color: #fff;
}
.enqurybtn a:hover,
.enqurybtn a:active {
  text-decoration: none;
  outline: none;
}
.quickform .modal-body {
  padding: 20px 6%;
}
.quickform .modal-body h3 {
  color: #fff;
  text-align: center;
  margin: 15px 0 20px;
}
.quickform .modal-body input[type="submit"] {
  display: table;
  margin: auto;
  border: none;
  padding: 8px 30px;
  background: #0f8bb2;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.quickform .modal-title {
  margin: 5px 15px 0;
  display: table;
  float: right;
}
.quickform .fomlogo {
  display: table;
  margin: 0;
  float: left;
}
.quickform .fomlogo img {
  max-height: 40px;
}
.quickform .modal-header {
  background: #333;
  color: #fff;
}
/*.quickform button.close{color: #fff;opacity: 0.5;}*/
.quickform button.close {
  color: #fff;
  opacity: 1;
  width: 30px;
  height: 30px;
  background: #ff8f00;
  border-radius: 50%;
  right: -15px;
  position: absolute;
  top: -15px;
  border: solid 2px #fff;
}

/*contact us start here*/
.contact_us {
  display: block;
  padding: 30px 0;
}
.contact_info {
  display: block;
  background-color: #f1f2f3;
  max-width: 435px;
  padding: 60px;
}
.contact_info ul {
  width: 100%;
  margin: 0;
}
.contact_info ul li {
  border-bottom: 1px dashed #636363;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.contact_info ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.contact_info ul li h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 9px;
}
.contact_info ul li h5 {
  font-size: 16px;
  font-family: "Roboto-Regular";
  font-weight: 600;
  margin-bottom: 9px;
}
.contact_info ul li p {
  text-align: left;
  line-height: 26px;
}
.contact_info a {
  color: inherit;
}
.contact_info ul li p a {
  display: block;
}
.contact_form {
}
.contact_form h2,
.contact_form h3 {
}
.contact_form ul {
  margin-top: 20px;
}
.contact_form ul li {
  margin-bottom: 30px;
}
.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form textarea {
  width: 100%; /*! border-radius: 50px; */
  height: 40px;
  border: 1px solid #ccc;
  line-height: 24px;
  padding: 7px 20px 3px;
  background-color: #fff;
}
.contact_form textarea {
  height: 180px;
  border-radius: 10px;
}
.contact_form input[type="submit"] {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background-color: #151515;
  border: none;
  text-transform: uppercase;
  line-height: 30px;
  padding: 7px 30px 3px;
  border-radius: 50px;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.contact_us .embed-responsive-16by9 {
  padding-bottom: 25.25%;
}
.contact_social {
  display: block;
}
.contact_social a + a {
  margin-left: 8px;
}
.contact_social a {
  /*! border-radius:50%; */
  display: inline-block;
  line-height: 35px;
  color: rgba(2, 2, 2, 0.64);
  text-align: center;
  width: 35px;
  height: 35px;
  color: #fff;
}
.contact_social a:hover {
  color: #fff;
  border-color: transparent;
}
.contact_social a:nth-child(1) {
  background: #3b5998;
}
.contact_social a:nth-child(2) {
  background: #00b2f4;
}
.contact_social a:nth-child(3) {
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.contact_social a:nth-child(4) {
  background: #007bb6;
}
.contactmap {
  display: block;
}
.contactmap .embed-responsive-16by9 {
  padding-bottom: 35.25%;
}
.alladdress {
  display: block;
  margin-bottom: -20px;
  text-align: center;
}
.alladdress ul {
  margin-bottom: 0;
}
.alladdress ul li {
}
.alladdress address p {
  text-align: center;
  color: #333 !important;
}
.alladdress address {
  color: #333 !important;
  display: block;
  text-align: center;
  padding: 10px 0;
  background: #fff;
  min-height: 150px;
}
.alladdress address h3 {
  color: #bc2226 !important;
}
.alladdress h2 {
  margin: 0 0 20px;
}
/*contact us end end*/

.testimonials_inner {
  display: block;
  padding-top: 30px;
}

.testimonials_inner ul {
  width: 100%;
  overflow: hidden;
}

.testimonials_inner ul li {
  width: 100%;
  overflow: hidden;
}

.testimonials_inner ul li + li {
  margin-top: 50px;
}

.testimonials_inner .testimonials_box {
  display: block;
}

.testimonials_inner .testimonials_box .testimonials_boxinfo {
  display: block;
  background: #eee;
  position: relative;
  padding: 30px 30px 30px 60px;
}

.testimonials_inner .testimonials_box .testimonials_boxinfo br {
  display: none;
}

.testimonials_inner .testimonials_box .testimonials_boxinfo:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 22px;
  top: 22px;
  font-size: 24px;
  color: #92876a;
}

.testimonials_inner .testimonials_box .testimonials_boxinfo:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -25px;
  left: 69px;
  border-top: 25px solid #eee;
  border-right: 25px solid transparent;
}

.testimonials_inner .testimonials_box .authoer_name {
  display: block;
  overflow: hidden;
  margin-top: 40px;
}

.testimonials_inner .testimonials_box .authoer_name figure {
  display: table-cell;
  float: left;
  width: 90px;
  height: 90px;
  line-height: 60px;
  overflow: hidden;
  background: #eee;
  border-radius: 50%;
  margin-right: 15px;
}

.testimonials_inner .testimonials_box .authoer_name span {
  display: block;
  color: #b96b2a;
}
.testimonials_inner .testimonials_box .authoer_name .testi_title {
  display: table-cell;
  float: left;
  margin-top: 18px;
}
.testimonials_inner .testimonials_box .authoer_name figure img {
  width: 90px;
  height: 90px;
}

.testimonials_inner ul li:nth-child(even) .testimonials_box .authoer_name {
  text-align: right;
}

.testimonials_inner
  ul
  li:nth-child(even)
  .testimonials_box
  .authoer_name
  figure {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}

.testimonials_inner
  ul
  li:nth-child(even)
  .testimonials_box
  .testimonials_boxinfo:after {
  bottom: -25px;
  left: auto;
  right: 69px;
  border-top: 25px solid #eee;
  border-left: 25px solid transparent;
  border-right: 0;
}

.testimonials_inner
  ul
  li:nth-child(even)
  .testimonials_box
  .authoer_name
  .testi_title {
  float: right;
}
.test_height {
  display: block;
  padding: 20px;
  background: rgba(229, 81, 9, 0.97);
  color: #fff;
  border-radius: 4px;
}
.test_height p {
  color: #fff;
  font-weight: 600;
}

/*placement_gallery start*/
.placement_gallery {
  display: block;
  margin: 30px 0 0;
}

.placement_gallery ul li {
  margin-bottom: 25px;
}
.placement_gallery .thumbnail {
  padding: 0;
  margin-bottom: 0;
  line-height: none;
  background-color: #fff;
  border: none;
  border-radius: 0;
}
.placement_gallery .portfolio_box {
  display: block;
  text-align: center;
}
.placement_gallery .portfolio_box figure {
  display: block;
  overflow: hidden;
  border: solid 1px #ccc;
  padding: 5px;
}
.placement_gallery .portfolio_box figure img {
  height: 200px;
  object-fit: cover;
}
.placement_gallery .portfolio_box h3 {
  font-size: 14px;
  font-family: "Poppins-Regular";
  font-weight: 600;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 25px 0 0;
}
.placement_gallery a:active,
.placement_gallery a:focus {
  outline: none;
}

.placement_gallery .portfolio_box figure img {
  transition: all 1s 0s ease;
}
.placement_gallery .portfolio_box:hover figure img {
  opacity: 0.5;
}
/*placement_gallery end*/
/*newslistnew  start*/
.newslistnew a {
  color: inherit;
}
.newslistnew .news_info {
  display: block;
  min-height: 85px;
  padding: 20px;
}
.newslistnew .news_info h4 {
  font-family: "Poppins-Regular";
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
}
.galleryinner.notice {
  margin-bottom: -30px;
}
.galleryinner.notice figure img {
  transition: all 1s 0s ease;
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.galleryinner.newslistnew h2 {
  text-transform: uppercase;
  color: #333;
  font-weight: 600;
  margin: 0 0 30px;
  position: relative;
  padding-bottom: 10px;
  text-align: left;
  font-size: 24px;
}
.galleryinner.newslistnew h2:before {
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  margin: 0;
  right: 0;
}
.galleryinner.newslistnew figure {
  border: solid 1px #ccc;
  padding: 10px;
}
/*newslistnew  end*/

/*yoga  start*/
.welcome_yoga {
  position: relative;
  display: block;
  background: #fdf1c6;
  overflow: hidden;
  padding: 60px 0 20px;
}
.welcome_yoga:before {
  content: url(../images/halflogo.html);
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
  position: absolute;
  text-align: center;
  opacity: 0.05;
}

.welcome_yoga h1 {
  font-weight: 600;
  font-size: 16px;
  color: #bc2226;
  text-transform: uppercase;
}
.welcome_yoga h1 span {
  display: block;
  font-size: 30px;
  padding-top: 5px;
  color: #000;
  text-transform: capitalize;
}
.welcome_yoga p {
  font-size: 15px;
  text-align: left;
  line-height: 26px;
}

.yoga_offer {
  display: block;
  text-align: center;
  padding: 50px 0 20px;
}
.yoga_offer h2 {
  text-align: center;
  font-size: 24px;
  margin: 0 0 15px;
}
.yoga_offer p {
  text-align: center;
  padding: 0 10%;
  line-height: 26px;
}
.yoga_offer ul {
  margin-top: 50px;
}
.yoga_offer ul li {
  margin-bottom: 30px;
}
.yoga_offer .yoga_offerbox {
  display: block;
}
.yoga_offer .yoga_offerbox figure {
  display: block;
  overflow: hidden;
}
.yoga_offer .yoga_offerbox figure img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.yoga_offer .yoga_offerbox h3 {
  font-size: 18px;
  margin: 30px 0 0;
}

/*video start*/
#video_yoga {
  display: block;
  text-align: center;
  margin-bottom: 40px;
  padding: 50px 0;
}
#video_yoga h4 {
  font-size: 40px;
  margin: 0 0 20px;
  color: #fff;
}
#video_yoga h4 span {
  display: block;
  padding: 10px 0 0;
  font-size: 16px;
  font-style: italic;
  color: #f2b866;
}
#video_yoga figure {
  display: table;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 10px 16px 0px rgba(51, 51, 51, 1);
  -moz-box-shadow: 0px 10px 16px 0px rgba(51, 51, 51, 1);
  box-shadow: 0px 10px 16px 0px rgba(51, 51, 51, 1);
  margin: auto;
}
#video_yoga figure .playbtn {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  overflow: hidden;
  margin-top: -50px;
  margin-left: -50px;
}
#video_yoga figure .playbtn a {
  display: block;
  background: rgba(161, 97, 34, 0.8);
  border: solid 5px rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  line-height: 90px;
  height: 100px;
  color: rgba(234, 233, 140, 0.9);
  width: 100px;
  font-size: 36px;
}
#video_yoga figure img {
  height: 400px;
  object-fit: cover;
}
/*video end*/
.yoga_detail {
  display: block;
  padding: 10px 0;
}
.yoga_detail .listing_detail {
  margin: 0;
  padding: 0;
}
.yoga_detail .crawsal {
  padding-top: 30px;
}
/*yoga  end*/

#home_enquiry {
  display: block;
  background: url(../images/pattern_bg.png) center center #07294d;
  background-size: cover;
  position: relative;
  padding: 80px 0;
}
#home_enquiry .home_enquirybox {
  color: #fff;
  display: block;
  padding: 8%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}
#home_enquiry .home_enquirybox h3 {
  margin: 0 0 15px;
  font-size: 34px;
  text-transform: uppercase;
}
#home_enquiry .home_enquirybox h3 span {
  color: #fb4b81;
}
#home_enquiry .home_enquirybox p {
  color: #fff;
}
#home_enquiry .home_enquirybox ul {
  margin-bottom: 0;
  margin-top: 20px;
}
#home_enquiry .home_enquirybox ul li {
  margin-bottom: 20px;
}

#home_enquiry .home_enquirybox input[type="text"],
#home_enquiry .home_enquirybox input[type="email"],
#home_enquiry .home_enquirybox input[type="tel"],
#home_enquiry .home_enquirybox textarea {
  border: solid 1px #fff;
  background: none;
  padding: 8px 5px;
  width: 100%;
}

#home_enquiry .home_enquirybox textarea {
  height: 150px;
}
#home_enquiry .home_enquirybox input[type="submit"] {
  background: #e9225f;
  border: none;
  border-radius: 5px;
  padding: 20px 50px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
#home_enquiry .home_enquirybox .select {
  display: block;
  position: relative;
  border: solid 1px #ccc;
  line-height: 2;
}
#home_enquiry .home_enquirybox .select:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20px;
  background: #203f5f;
  text-align: center;
  line-height: 2.5;
  border-left: solid 1px #ccc;
  width: 34px;
}
#home_enquiry .home_enquirybox .select select {
  border: none;
  width: 100%;
  cursor: pointer;
  height: 36px;
  background: none;
  color: #8a7676;
  padding-right: 40px;
}
#home_enquiry figure {
  position: absolute;
  right: 0;
  width: 48%;
  text-align: center;
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  .mobcamp {
    background-color: orange;
    position: fixed;
    width: 100%;
    bottom: 0px;
    display: block;
  }
  .rowmargintop {
    margin-top: 10px;
  }
  .faculty_detials {
    border: 1px solid;
    border-radius: 10px;
    margin-top: 15px;
  }
  .faculty_detials:hover {
    background: #ff9800cf;
    border: 1px solid;
    border-radius: 10px;
  }
  .faculty_detials img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .faculty_detials h4 {
    text-align: center;
  }
  .faculty_detials .textcenter {
    text-align: center;
  }
}
.about-img img{
    height: 348px;
    width: 100%;
    object-fit: cover;
}
.text-main{
    color: #bc2226 !important;
}
.bg-main{
    background-color: #bc2226 !important;
}
.text-main2{
    color: #1E733A !important;
}
.bg-main2{
    background-color: #1E733A !important;
}
.section-titless h2{
    font-size: 32px;
}
.bihar-card h2{
  font-size: 28px;
}
.main-title {
  font-size: 32px;
}
#banner img{
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.f-10{
  font-size: 10px;
}
.f-12{
  font-size: 12px;
}
.f-14{
  font-size: 14px;
}
.f-16{
  font-size: 16px;
}
.f-18{
  font-size: 18px;
}
.f-20{
  font-size: 20px;
}
.f-22{
  font-size: 22px;
}
.f-11{
  font-size: 11px;
}
.f-13{
  font-size: 13px;
}
.f-15{
  font-size: 15px;
}
.f-17{
  font-size: 17px;
}
.f-19{
  font-size: 19px;
}
