/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
    text-align: center;  }

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

input,
select,
button {
  box-shadow: none !important;
  outline: none !important; }

input:focus,
select:focus,
button:focus {
  box-shadow: none !important;
  outline: none !important; }

button {
  box-shadow: none !important;
  outline: none !important;
  border: none;
  cursor: pointer; }

a:hover {
  text-decoration: none;
  outline: none !important; }

a:focus {
  outline: none !important; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin-bottom: 0; }

a,
button {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  cursor: pointer;
  outline: none !important; }

.wrapper {
  clear: both;
  position: relative;
  float: left;
  width: 100%; }

body {
  position: relative; }

p,
a,
input,
label,
button,
span,
body {
  font-family: "Montserrat", sans-serif;
  word-break: break-word; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  word-break: break-word; }

p {
  font-size: 15px;
  line-height: 25px;
  color: #6f7074;
  margin-bottom: 15px;
  text-align: justify;}

.cntrl_grp {
  position: relative; }

.form-control {
  border-radius: 4px;
  border: 1px solid #d9d7d7;
  padding-right: 50px;
  height: 40px; }
  .form-control:focus {
    border-color: #020202; }

.icon_txt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.page_btn {
  display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 5px;
    padding: 12px 20px;
    border: 2px solid #fff;
    text-transform: uppercase;
    background: #fff;
    font-weight: 600;
    color: #000;
    font-size: 13px;
    z-index: 1;
    /* border: none; */
    box-shadow: none;}
.page_btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #0472b7;
	color: #000000 !important;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s; }
.page_btn:hover {
    color: #ffffff; }
.page_btn:hover::before {
      width: 100%; }

.spacing_module {
  padding: 45px 0; }

.owl-carousel,
select {
  animation: reveal 0s 2s forwards;
  -webkit-animation: reveal 0s 2s forwards;
  visibility: hidden; }

@keyframes reveal {
  to {
    visibility: visible; } }

.form-group {
  margin-bottom: 30px;
  position: relative; }
  .form-group label {
    margin-bottom: 10px;
    font-weight: 700; }

input[type=text],
input[type=password],
input[type=number] {
  background-color: #ffffff;
  border-color: #d9d7d7;
  height: 50px; }
.sub_sec_content {
  margin: 30px 0 15px; }
  .sub_sec_content p {
    color: #6f7074;
    margin-bottom: 10px; }

.section_list {
  margin: 15px 0; }
  .section_list li {
    display: block;
    margin-bottom: 20px; }
    .section_list li span {
      display: block;
      font-size: 15px;
      color: #6f7074;
      position: relative;
      padding-left: 20px;
      line-height: 23px;}
      .section_list li span::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        font-size: 15px;
        width: 10px;
        height: 10px;
        border: 1px solid #020202;
        border-radius: 100%; }

.owl-carousel .owl-dots {
  margin: 15px 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center; }
  .owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: none;
    border: 1px solid #1c2e5c;
    border-radius: 100%;
    margin-right: 10px; }
    .owl-carousel .owl-dots .owl-dot.active {
      background: #dc3545;
    border: 1px solid #dc3545; }

.breadcrumb_wrapper {
  padding: 120px 0 60px;
  background-size: cover !important;
  background-attachment: fixed !important; }
  .breadcrumb_wrapper h1 {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px; }
  .breadcrumb_wrapper .breadcrumb_links {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: stretch; }
    .breadcrumb_wrapper .breadcrumb_links li {
      display: block; }
      .breadcrumb_wrapper .breadcrumb_links li a {
        display: block;
        color: #ffffff;
        font-size: 16px;
        position: relative;
        padding-right: 30px;
        margin-right: 15px; }
        @media only screen and (max-width: 480px) {
          .breadcrumb_wrapper .breadcrumb_links li a {
            font-size: 12px;
            margin-right: 7px;
            padding-right: 12px; } }
        .breadcrumb_wrapper .breadcrumb_links li a::before {
          content: ">";
          position: absolute;
          right: 0;
          top: 0;
          color: #ffffff; }
      .breadcrumb_wrapper .breadcrumb_links li span {
        display: block;
        color: #007bff;
        font-size: 16px;
        font-weight: 700; }
        @media only screen and (max-width: 480px) {
          .breadcrumb_wrapper .breadcrumb_links li span {
            font-size: 12px; } }

.grey_bg {
  background-color: #f2f2f2 !important; }

@media only screen and (max-width: 767px) {
  .container {
    max-width: 100%; } }

.top_bar_wrap {
  background: #0e54a2;
  /** padding: 15px 0;**/ }
  .top_bar_wrap .q_contact_block {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: end; }
    .top_bar_wrap .q_contact_block .q_block {
          margin-right: 30px;
    padding: 14px 0 14px 0; }
      .top_bar_wrap .q_contact_block .q_block span {
        color: #ffffff;
        font-size: 14px;
        display: block; }
  .top_bar_wrap .q_socialblock {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
	}
    .top_bar_wrap .q_socialblock a {
      display: inline-block;
      margin-right: 20px;
      font-size: 18px;
      color: #ffffff; }
      .top_bar_wrap .q_socialblock a:last-child {
        margin-right: 0; }
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  color:#ffffff;
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  transform: translateY(-8px);
}

.navigation_wrapper {
  background-color: #ffffff !important; }
  .navigation_wrapper .nav_menus {
    height: 100%;
    width: 100%; }
    .navigation_wrapper .nav_menus > ul {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: stretch;
      height: 100%; }
      .navigation_wrapper .nav_menus > ul > li {
        position: relative;
        display: block; 
        margin-right: 20px; }
        .navigation_wrapper .nav_menus > ul > li:last-child {
          margin-right: 0; }
        .navigation_wrapper .nav_menus > ul > li > a {
          display: block;
          font-size: 16px;
          color: #ffffff;
          font-weight: 500;
          line-height: 65px; }
          @media only screen and (max-width: 1199px) {
            .navigation_wrapper .nav_menus > ul > li > a {
              font-size: 14px; } }
          .navigation_wrapper .nav_menus > ul > li > a i {
            font-size: 13px;
            display: inline-block;
            margin-left: 5px; }
          .navigation_wrapper .nav_menus > ul > li > a:hover {
            color: #000; }
        .navigation_wrapper .nav_menus > ul > li .nav_dropdown {
          display: none;
          position: absolute;
          top: 100%;
          right: 0;
          background: #ffffff;
          width: 220px;
          z-index: 12; }
          .navigation_wrapper .nav_menus > ul > li .nav_dropdown::before {
            content: "";
            position: absolute;
            top: -8px;
            right: 15px;
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-bottom: 15px solid #ffffff;
            z-index: 1; }
          .navigation_wrapper .nav_menus > ul > li .nav_dropdown li a {
            display: block;
            font-size: 14px;
            color: #6f7074;
            font-weight: 500;
            padding: 15px;
            border-bottom: 1px solid #d9d7d7; }
            .navigation_wrapper .nav_menus > ul > li .nav_dropdown li a:hover {
              color: #0472b7; }
        .navigation_wrapper .nav_menus > ul > li:hover .nav_dropdown {
          display: block; }
    .navigation_wrapper .nav_menus.nav_rt ul {
      justify-content: center; }
  .navigation_wrapper .logo_a {
        display: block;
    width: 221px;
    position: relative;
    z-index: 123; }
    .navigation_wrapper .logo_a img {
          display: block;
    position: absolute;
    /* border-radius: 45px; */
    left: 0;
    /* top: -26px; */
    /* box-shadow: -2px 7px 3px #084870;*/
} }
.navigation_wrapper .mega_menu {
    height: 100%;
    width: 100%; }
    .navigation_wrapper .mega_menu > ul {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: stretch;
      height: 100%; }
      .navigation_wrapper .mega_menu > ul > li {
        position: relative;
        display: block; 
        margin-right: 20px; }
        .navigation_wrapper .mega_menu > ul > li:last-child {
          margin-right: 0; }
        .navigation_wrapper .mega_menu > ul > li > a {
          display: block;
          font-size: 16px;
          color: #88090e;
          font-weight: 500;
          line-height: 102px; }
          @media only screen and (max-width: 1199px) {
            .navigation_wrapper .mega_menu > ul > li > a {
              font-size: 14px; } }
          .navigation_wrapper .mega_menu > ul > li > a i {
            font-size: 13px;
            display: inline-block;
            margin-left: 5px; }
          .navigation_wrapper .mega_menu > ul > li > a:hover {
            color: #7cd24d; }
.navigation_wrapper .mega_menu > ul > li .mega_menu_list {
          display: none;
          position: absolute;
          top: 100%;
          left: -661px !important;
		background: #ffffff;
		width: 1203px;
        z-index: 1000;
		padding: 21px 0 0px 3px;
		  }
          .navigation_wrapper .mega_menu > ul > li .mega_menu_list::before {
            content: "";
            position: absolute;
            top: -8px;
            right: 15px;
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-bottom: 15px solid #ffffff;
            z-index: 1; }
          .navigation_wrapper .mega_menu > ul > li .mega_menu_list li a {
            display: block;
            font-size: 14px;
            color: #6f7074;
            font-weight: 500;
            padding: 15px;
            border-bottom: 1px solid #d9d7d7;
            line-height: 18px; }
            .navigation_wrapper .mega_menu > ul > li .mega_menu_list li a:hover {
              color: #000000; }
        .navigation_wrapper .mega_menu > ul > li:hover .mega_menu_list {
          display: block; }
		  .navigation_wrapper .mega_menu > ul > li:hover .mega_menu_list .icon {
         float: left;}
			.navigation_wrapper .mega_menu > ul > li:hover .mega_menu_list .icon i {
          margin: 10px 8px 3px 6px;
    padding: 3px 4px 2px;
    background: #88090e;
    color: #fff;
    border-radius: 2px; }
    .navigation_wrapper .mega_menu > ul > li .mega_menu_list li a.menu_title {
      font-weight: 600;
      color: #000;
      text-align: center;
    }
.top_bar_wrap {
  display: block; }

.navigation_wrapper {
  display: block; }

@media only screen and (max-width: 991px) {
  .top_bar_wrap {
    display: none; }
  .navigation_wrapper {
    display: none; }
  .rd-mobilepanel {
    background: #ffffff; }
  .rd-hm {
    display: table;
    left: auto;
    margin: 0 auto;
    position: relative; }
  .rd-hm a {
    width: 113px;
    display: block; }
  .rd-mobilepanel_toggle {
        background: #2b286b;
    border-radius: 50%; }
  .rd-mobilemenu_ul {
    background: rgba(255, 255, 255, 0.99); }
  .rd-mobilemenu_ul a i {
    display: none; }
  .rd-mobilemenu_ul a:hover {
    background: #2b286b; }
  .rd-mobilemenu_submenu {
    background: rgba(235, 235, 235, 0.95); }
  .rd-mobilemenu_submenu li a {
    font-size: 13px !important; } }

.slider_wrapper {
  min-height: 412px; }
  .slider_wrapper .camera_commands {
    display: none; }
  .slider_wrapper .camera_caption {
    width: 50%;
    left: 120px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
    @media only screen and (max-width: 1199px) {
      .slider_wrapper .camera_caption {
        width: 80% !important; } }
    @media only screen and (max-width: 767px) {
      .slider_wrapper .camera_caption {
        width: 100% !important;
        background: #1c2e5c;
        position: relative;
        left: 0;
        top: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0); } }
    .slider_wrapper .camera_caption > div {
      background: none;
      padding: 0px; }
    .slider_wrapper .camera_caption h2 {
      display: block;
      color: #ffffff;
      font-size: 50px;
      margin: 0 0 15px;
      font-weight: 700;
      line-height: 60px;
      border-left: 7px solid #7cd24d;
      padding-left: 30px; }
      @media only screen and (max-width: 767px) {
        .slider_wrapper .camera_caption h2 {
          font-size: 32px;
          line-height: 40px; } }
      @media only screen and (max-width: 480px) {
        .slider_wrapper .camera_caption h2 {
          font-size: 20px;
          line-height: 22px; } }
    .slider_wrapper .camera_caption span {
      display: block;
      clear: both;
      font-size: 18px;
      color: #ffffff;
      line-height: 25px;
      font-weight: 400; }
    .slider_wrapper .camera_caption .slide_btn {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: stretch;
      margin: 30px 0 0; }
      .slider_wrapper .camera_caption .slide_btn .page_btn {
        margin-right: 15px;
        width: 40% !important; }

@media only screen and (max-width: 767px) {
  .slider_wrapper {
    margin-bottom: 0px; 
	    top: 58px;
		min-height: 156px;}
  .camera_target {
    position: relative !important; }
  .camera_target_content {
    position: relative !important; }
  .cameraContent {
    position: relative !important; }
  .slide_btn {
    display: none !important; }
  .camera_wrap {
    height: 0px !important; }
  .camera_target {
    height: 140px !important; }
  .camera_wrap img {
    width: 100% !important;
    margin: 0 !important;
    height: 150px !important; }
	.home_about_section img.re_size	{
		display: none;
	}
	.events_home_wrapper .section_title	{
		width: 87%;
	}
	
	}

.cameraContents::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1; }

.abt_img {
  display: block;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .abt_img {
      margin-bottom: 30px; } }
.section_title  {
	text-align: left;
	    width: 60%;
    margin-top: 55px;
	margin-bottom: 10px;
    padding-left: 41px;
} 
 .section_title h2 {
	display: inline-block;
  margin-bottom: 0;
      text-align: left;
	  text-transform: uppercase;
	  font-weight: 700;
	  line-height: 1.5;
	  font-size: 1.625pc;
	  color: #222;
} 
 .section_title .left_style {
    font-size: 0;
    height: 8px;
    width: 67px;
    display: inline-block;
    border-radius: 28px;
    vertical-align: middle;
    background-color: #351681;
    margin: 0 12px;
}

.section_title h2 span {
	color:#4013ad;
	font-size: 2.4pc;
	text-transform: capitalize;} 
@media only screen and (max-width: 767px) {
    .section_title {
      width: 100%; } }
.home_about_section {
	margin: 50px 0 45px;
    padding: 30px 0;
}	
.home_about_section .ha_grid {
        padding: 5% 8% 8% 8%;
}
.home_about_section .ha_grid::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0px;
    border: 7px solid #0472b7;
    width: 50%;
    z-index: -1;
}

.home_about_section .ha_grid::after {
    content: "";
    position: absolute;
    left: 0;
    border-right: 7px solid #fff;
    top: 50%;
    bottom: 0;
    width: 50%;
    height: 80%;
    transform: translateY(-50%);
    z-index: -1;
}
.home_about_section img.re_size {
    width: 401px;
}


.news_update{
	position: absolute;
    margin-top: 642px;
    right: 63px;
    z-index: 99;
}
.news_update .news_grid{
	padding: 50px 15px 15px;
    background-color: #fff;
   -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.news_update .news_grid .each_nbox{
	border-right: 1px dashed #e9e9e9;
    padding: 0px 30px;
}
.news_update .news_grid .each_nbox h4{
	font-size: 1.05rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.news_update .news_grid .each_nbox p{
	font-size: 0.925rem;
    margin-bottom: 0;
	    text-align: left;
}
.news_update .news_grid .each_nbox .news-meta a {
    color: #dc3545;
    display: block;
	    margin-top: 12px;
    padding-top: 5px;
    font-size: 12px;
    line-height: 24px;
    margin-right: 12px;
	border-top: 1px dashed #e9e9e9;
}
.news_update .news_grid .each_nbox .news-meta a i {
    display: block;
    color: #dc3545;
    float: left;
    line-height: 24px;
    margin-right: 9px;
}
.news_update .news_grid .vertical_head{
    padding: 10px;
    background: red;
    width: 12%;
    color: #fff;
    font-size: 15px;
    position: absolute;
    left: -53px;
    top: 106px;
    transform: rotate( 
270deg);
}
.news_update .news_grid .news-meta a.note {
    color: #dc3545;
    display: block;
    text-align: center;
    margin-top: 12px;
    padding: 9px 10px 0 9px;
    font-size: 12px;
    /* line-height: 24px; */
    margin-right: 12px;
    border-top: 1px dashed #e9e9e9;
}
.news_scroll {
  max-height: 277px;
overflow : hidden;
height: 277px;
}

@media only screen and (max-width: 768px) {
    .news_update .news_grid .vertical_head {
      width: 10%;
    transform: none;} }
.home_highlight_course {
	margin-top: 45px;
	overflow: hidden;
	width: 100%;
	height: auto;
	clear: both;
	padding: 100px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background: url(images/pattern_bg-01.png) top center;
    background-color: #0472b7;
	}
	.home_highlight_course .intro_title_box{
		margin: 0 auto;
		width: 70%;
		text-align: center;
	}
	.home_highlight_course .intro_title_box h2{
		margin-bottom: 18px;
      text-transform: capitalize;
	  font-weight: 700;
	      line-height: 36px;
	  font-size: 1.625pc;
	  color: #ffffff;
	}
.home_highlight_course .intro_title_box h2 span{
	color:#212529;
    font-size: 2.4pc;} 
.home_highlight_course .intro_title_box p{
	color: #ffffff;
    text-align: center;} 
		
.home_sub_slide {
	overflow: hidden;
	width: 100%;
	height: auto;
	clear: both;
	padding-bottom:100px ;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background: url(images/pattern_bg-01.png) top center;
    background-color: #0472b7;
}
@media (min-width: 1025px) and (max-width: 1400px)
.course_item .content {
    box-shadow: 5px 10px 10px 0 rgb(105 105 105 / 8%);
}
.course_item .content {
    min-height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 13px 15px 15px 0 rgb(105 105 105 / 8%);
    padding: 18px;
}
.course_item .content::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transition: all .4s;
}
.course_item.color_1 .content::before {
    background: #1f1f1f;
    background: -webkit-linear-gradient(left,rgb(44 20 104),#08011a);
    background: -o-linear-gradient(left,rgb(44 20 104),#08011a);
    background: -moz-linear-gradient(left,rgb(44 20 104),#08011a);
    background: linear-gradient(left,rgb(44 20 104),#08011a);
}
.course_item.color_2 .content::before {
   background-color: rgb(44 20 104);
    border: 2px solid rgba(255,255,255,0.2);
}
.course_item.color_1 .content:hover:before {
    border: #dedede;
}
.course_item.color_2 .content:hover:before {
    border: #dedede;
}

.course_item .content .title {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.333333;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
}
.course_item .content .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}
.highlight .box1_shape{
    clip-path: polygon(0 0, 100% 0, 100% 86%, 2% 100%);
}
.highlight .box2_shape{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 2% 86%);
}

a:hover, a:focus {
    text-decoration: none!important;
}
.why_techseequ {
	margin-top: 45px;
    margin-bottom: 35px;
}
.why_techseequ .why_us_border{
	background-color: #fff;
	box-shadow: 0 0 25px rgb(0 0 0 / 15%);
    padding: 15px;
	border: 1px solid #e9ecef;
    border-radius: 5px;
    margin-bottom: 20px;
}
.why_techseequ .why_us_border .inner_grid{
    margin: 2px;
    display: flex;
}
.why_techseequ .why_us_border .inner_grid i{
    font-size: 40px;
    line-height: 3;
    padding-right: 11px;
    color: #0472b7;
}
.why_techseequ .why_us_border .inner_grid h2{
    display: inline-block;
    margin-bottom: 6px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.5;
    font-size: 16px;
    color: #222;
}
.why_techseequ .why_us_border .inner_grid p{
    
}
.why_techseequ .title  {
	    width: 100%;
	text-align: center;
    margin-top: 50px;
    margin-bottom: 45px;
    padding-left: 41px;
} 
.why_techseequ .title h2 {
	display: inline-block;
  margin-bottom: 0;
      text-align: left;
	  text-transform: capitalize;
	  font-weight: 700;
	  line-height: 1.5;
	  font-size: 1.625pc;
	  color: #222;
} 
.why_techseequ .title .left_style {
    font-size: 0;
    height: 8px;
    width: 67px;
    display: inline-block;
    border-radius: 28px;
    vertical-align: middle;
    background-color: #351681;
    margin: 0 12px;
}

.why_techseequ .title h2 span {
	color:#0472b7;
	    font-size: 2.4pc;} 
.home_enq_course {
	background: url(../images/pattern_bg-01.png)repeat 0px 0px;
    padding: 0;
    margin: 100px 0;
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0472b7;
	}
	.home_enq_course .intro_title_box{
	    margin: 108px auto;
    border: 3px solid #fff;
    border-radius: 25px;
    padding: 26px;
}
	.home_enq_course .intro_title_box h2{
	 margin-bottom: 25px;
    /* text-transform: uppercase; */
    /* text-align: center; */
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 39px;
    line-height: 1;
    color: #ffffff;
	}
.home_enq_course .intro_title_box h2 span{
	    color: #dee2e6;
    font-size: 1.8em;
    text-transform: capitalize;} 
.home_enq_course .intro_title_box p{
	color: #ffffff;
    text-align: center;} 
	.home_enq_course img.size{
	    margin-top: -155px;
    /* position: absolute; */
    top: -124px;
    height: auto;
    width: 100%;
    margin-bottom: -59px;
  } 
.home_ad {
	margin: 45px 0 45px;
    padding: 30px 0;
}
.home_ad .image_right img{
	position: relative;
    
    height: 536px;
    width: 561px;
}
}
.home_ad .list_width{
	position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
}
	
.home_ad .fa-ul{
	margin-left:0;
}
.home_ad ul li{
	display: inline-flex;
    clear: both;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 11px;
    color: #6f7074;
    width: 49%;
}	
.home_ad ul li span i{
	color:#dc3545;
	padding-right:4px;
}	
.courses {
	margin-top: 45px;
    margin-bottom: 35px;
}
.courses .container{
	max-width: 96%;
}
.courses .section_title  {
	text-align: left;
    margin: 35px auto 70px;
    padding-left: 0;
} 
.courses .section_title h2 {
	display: inline-block;
  margin-bottom: 0;
      text-align: left;
	  text-transform: uppercase;
	  font-weight: 700;
	  line-height: 1.5;
	  font-size: 1.625pc;
	  color: #222;
} 
.courses .section_title .left_style {
    font-size: 0;
    height: 8px;
    width: 67px;
    display: inline-block;
    border-radius: 28px;
    vertical-align: middle;
    background-color: #0472b7;
    margin: 0 12px;
}

.courses .section_title h2 span {
	color:#0472b7;
	font-size: 2.4pc;
	text-transform:capitalize;} 
.courses .ad_box {
    /* box-shadow: 0 0 25px rgb(0 0 0 / 15%); */
    background: #f5f6f7;
    display: flex;
    justify-content: left;
    border-radius: 10px;
    margin-bottom: 20px;
}
.courses .ad_box .img_section{
   width: 40%;
    height: 162px;
    margin-top: 21px;
    box-shadow: none !important;
    /* border: 11px solid #f5f6f7; */
    /* min-height: 205px; */
    /* max-height: 205px; */
    border-radius: 100%;
    overflow: hidden;
}
.courses .ad_box .img_section a {
    display: block;
    position: relative;
    overflow: hidden;
}
.courses .ad_box .img_section a img{
    height: 162px;
    /* max-height: 205px; */
    /* min-height: 205px; */
    border-radius: 100%;
    /* box-shadow: 0 0 25px rgb(0 0 0 / 15%); */
    border: 8px solid #f8f9fa;
    padding: 0px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.courses .ad_box .img_section a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); }
.courses .ad_box .txt_part{
    width: 60%;
}
.blog-content-wrapper {
    background-color: #f5f6f7;
    padding: 25px 5px 23px 9px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
}
.blog-content-wrapper span.blog-date {
    color: #909090;
    display: block;
    /* float: left; */
    font-size: 12px;
    line-height: 24px;
    margin-right: 20px;
}

.blog-foot {
    margin-top: 20px;
}
.blog-foot .read-more {
    color: #252525;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.float-right {
    float: right;
}
.blog-foot .blog-meta a {
    color: #909090;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 24px;
    margin-right: 12px;0
}
.blog-foot .blog-meta a i {
    display: block;
    float: left;
    line-height: 24px;
    margin-right: 9px;
}
.blog-title {
       margin: 10px 0;
}
h4.blog-title a{
   margin-top: 18px;
    /* margin-bottom: 50px; */
    color: #312d2a;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.ad_table {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 21px;
    border: 2px solid #17a2b8;
	
}
.ad_table img{
    display: block;
    width: 100%;
    border-radius: 21px;
    padding: 5px;
	    max-height: 356px;
    min-height: 356px;
}
.courses .page_btn {
  display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 5px;
    padding: 20px 30px;
    border: 2px solid #dc3545;
    text-transform: uppercase;
    /* background: #dc3545; */
    font-weight: 600;
    color: #dc3545;
    font-size: 13px;
    z-index: 1;
    /* border: none; */
    box-shadow: none;}
.courses .page_btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #b33238;
	color: #000000 !important;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s; }
.page_btn:hover {
    color: #ffffff; }
.courses .page_btn:hover::before {
      width: 100%; }
.events_home_wrapper {
  background: #ffffff; }
.events_home_wrapper .events_list_slider {
    margin: 45px 0; }
.events_home_wrapper .events_list_slider .each_event_slide .img_hold {
	overflow: hidden;
    border-radius: 10px;	}
.events_home_wrapper .events_list_slider .each_event_slide .img_hold a {
    display: block;
    position: relative;
    overflow: hidden;
    max-height: 250px; }
.events_home_wrapper .events_list_slider .each_event_slide .img_hold a img {
	    min-height: 250px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
	transition: all ease 0.5s; }
.events_home_wrapper .events_list_slider .each_event_slide .img_hold a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); }
.events_home_wrapper .events_list_slider .each_event_slide .img_hold .event_dt {
	display: block;
    padding: 10px 14px;
    margin: 4px;
    background: #0472b7;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0; }
.events_home_wrapper .events_list_slider .each_event_slide .img_hold .event_dt h3 {
    font-weight: 800;
    font-size: 15px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    color: #fff; }
.events_home_wrapper .events_list_slider .each_event_slide .img_hold .event_dt h4 {
    font-weight: 600;
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 0;
    color: #fff; }
.events_home_wrapper .events_list_slider .each_event_slide .events_meta_block {
        margin: 15px 0;
    padding: 7px; }
.events_home_wrapper .events_list_slider .each_event_slide .events_meta_block .event_title {
    display: block;
    padding-bottom: 7px;
    border-bottom: 1px solid #d9d7d7;
    margin-bottom: 15px;
    color: #1c2e5c;
    font-size: 18px;
    font-weight: 600; }
.events_home_wrapper .events_list_slider .each_event_slide .events_meta_block .event_place_date span {
	display: block;
    color: #6f7074;
    font-size: 13px;
    font-weight: 400;
    margin: 4px; }
.events_home_wrapper .events_list_slider .each_event_slide .events_meta_block .event_place_date span i {
    margin-right: 5px; }
.events_home_wrapper .events_list_slider .each_event_slide .events_meta_block  p {
    text-align: left !important; }
	
.events_home_wrapper .owl-carousel .item {
	box-shadow: 0 1px 5px 0px #dee2e6;
    border-radius: 10px;
}
.events_home_wrapper .owl-carousel .item:hover {
	    background: #e9ecef;
}

.events_home_wrapper .owl-carousel .owl-nav {
     position: absolute;
    display: block !important;
    top: 38%;
    left: 19px;
    width: 101%;
    margin-top: -20px;
}
.events_home_wrapper .owl-carousel .fa {
  background: #eee;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  cursor: pointer;
}
.events_home_wrapper .owl-carousel .fa:hover {
  background: #f2f141;
  color: #FFF;
}
.events_home_wrapper .owl-carousel .fa-chevron-right {
  float: right;
  margin-right: 1px;
}
.events_home_wrapper .owl-carousel .fa-chevron-left {
  float: left;
  margin-left: -45px;
}
.ug_pg {
	width: 100%;
	text-align: center;
    margin-top: 50px;
    margin-bottom: 45px;
}
.ug_pg .college_details {
    width: 100%;
    float: left;
    margin: 3em 0 3em 0;
}
.ug_pg .college_details .text_box {
    float: left;
}
.ug_pg .college_details .text_box h3.college_head{
    display: inline-block;
    margin: 16px 0 0;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 20px;
    color: #222;
}
.ug_pg .college_details .text_box hr{
    width: 135px;
}

.ug_pg .img_box {
    width: 80%;
    margin: 0 auto;
}
.ug_pg .img_box img {
    float: left;
    padding: 5px;
    border-radius: 10px;
}
.ug_pg .college_details li {
    list-style: none;
    line-height: 30px;
}
.ug_pg .college_details h3 b {
    color: #ea1f25;
    font-weight: 100;
}
.ug_pg .college_details li {
	float: left;
    list-style: none;
    line-height: 30px;
}
.ug_pg .college_details  li>i {
    margin: 5px 10px 10px;
    color: #432973;
}
.ug_pg .owl-carousel .owl-nav {
     position: absolute;
    display: block !important;
    top: 38%;
    left: 19px;
    width: 101%;
    margin-top: -20px;
}
.ug_pg .owl-carousel .fa {
  background: #eee;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  cursor: pointer;
}
.ug_pg .owl-carousel .fa:hover {
  background: #dc3545;
  color: #FFF;
}
.ug_pg .owl-carousel .fa-chevron-right {
  float: right;
  margin-right: 1px;
}
.ug_pg .owl-carousel .fa-chevron-left {
  float: left;
  margin-left: -45px;
}
#cursor {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: transform;
  mix-blend-mode: difference;
}

@media (hover: hover) and (pointer: fine) {
  .cursor__circle {
    width: 30px;
    height: 30px;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 50%;
    border: solid 1px #88090e;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  
  #cursor.arrow .cursor__circle{
    width: 30px;
    height: 30px;
    background-color: #073099;
    border-color: #073099;
  }
  
  #cursor.arrow::after{
    content: '';
    position: absolute;
    left: -50%;
    top: -50%;
    width: 100%;
    height: 100%;
    background-image: url('https://svgshare.com/i/MzQ.svg');
    background-repeat: no-repeat;
    background-position: center;
  }
  
  #cursor.subtle .cursor__circle{
    opacity: 1;
  }
  
  #cursor.overlay .cursor__circle{
    width: 48px;
    height: 48px;
    background-color: rgba(227, 222, 193, 0.08);
    border-color: transparent;
  }
}
.sree_about_section {
	margin-top: 45px;
    margin-bottom: 35px;
}
		.sree_about_section .title  {
	    width: 100%;
	text-align: left;
    margin-top: 50px;
    margin-bottom: 25px;
} 
.sree_about_section .title h2 {
	display: inline-block;
  margin-bottom: 0;
      text-align: left;
	  text-transform: capitalize;
	  font-weight: 700;
	  line-height: 1.5;
	  font-size: 1.625pc;
	  color: #222;
} 
.sree_about_section .title .left_style {
    font-size: 0;
    height: 8px;
    width: 67px;
    display: inline-block;
    border-radius: 28px;
    vertical-align: middle;
    background-color: #dc3545;
    margin: 0 12px;
}
img.size {
    width: 100%;
    height: 350px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.sree_about_section .title h2 span {
	color:#dc3545;
	    font-size: 2.4pc;}
.sree_about_section_right {
    margin-top: 45px;
    margin-bottom: 35px;
} 
.sree_about_section_right h2 {
	display: inline-block;
  margin-bottom: 0;
      text-align: left;
	  text-transform: capitalize;
	  font-weight: 700;
	  line-height: 1.5;
	  font-size: 16px;
	  color: #222;
	  padding-bottom: 20px;
    margin-bottom: 25px;
	  border-bottom: 1px solid #ddd;
} 
 .about_founder{    
	margin-bottom: 40px;
	align-items: center!important;
	display: flex !important;
}
.about_founder .founder_img {
    display: inline-block;
    float: left;
}
 .about_founder .founder_img img{
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 0 15px 0 0;
}
.founder_txt h5 {
    font-size: 1.2rem;
    line-height: 1;
    padding-top: 10px;
    margin-bottom: 5px;
}
.founder_txt span {
    color: #666;
    font-size: 0.915rem;
}
.founder_txt p {
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 900;
    margin-top: 4px;
    margin-bottom: 0;
}
.sidebar_box {
    border: 1px solid #ccc;
    padding: 40px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	margin-bottom: 40px;
}
.sidebar_box h5{
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 20px;
}
.sidebar_box .page_btn {
  display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 5px;
    padding: 20px 30px;
    border: 2px solid #dc3545;
    text-transform: uppercase;
    /* background: #dc3545; */
    font-weight: 600;
    color: #dc3545;
    font-size: 13px;
    z-index: 1;
    /* border: none; */
    box-shadow: none;}
.sidebar_box .page_btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #b33238;
	color: #000000 !important;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s; }
.page_btn:hover {
    color: #ffffff; }
.sidebar_box .page_btn:hover::before {
      width: 100%; }
 .side_bar_spec_box {
    background-color: #0e54a2;
    border: 1px solid #0e54a2;
    color: #fff;
    padding: 50px 30px;
	margin: 0 0 45px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.side_bar_spec_box h5{
	color: #fff;
	margin-bottom: 40px;
	font-size: 1.25rem;
}
.side_bar_spec_box table {
    margin-top: 40px;
    margin-bottom: 0;
}
.about_ad {
    margin-bottom: 40px;
}
.our_moto  {
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.our_moto h3 {
	margin-bottom: 0;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.5;
    font-size: 1.625pc;
    color: #222;
}
.box-list {
    display: flex;
}
.box-list i{
    line-height: 25px;
    padding-right: 11px;
}
.each_staff_block {
    margin-bottom: 30px;
    background: #ffffff;
    padding: 15px;
}
.each_staff_block .img_hold {
    margin-bottom: 20px;
    text-align: center;
}
.each_staff_block .img_hold  img{
    width: 50%;
    border-radius: 100%;
}
.each_staff_block .staff_data h3 {
    display: block;
    clear: both;
    padding-bottom: 10px;
    color: #1c2e5c;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}
.each_staff_block .staff_data span {
    display: block;
    clear: both;
    font-size: 13px;
    color: #b33238;
    text-align: center;
}
p.bg{
    padding: 5px;
    background: #cccccc40;
}
.college_details  {
  margin-top: 45px;
  margin-bottom: 35px;
  }
.college_details .title h4 {
display: inline-block;
  margin: 0 0 12px 0;
  text-align: left;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.625pc;
  color: #222;
  }
.college_details .title hr {
  background: #dc3545;
  }

.college_details p.ind {
text-indent: 40px;
  }
.colleges_location{
position: relative;
  width: 100%;
  float: left;
}
.colleges_location .location_grid{
padding: 50px 1px 15px;
  background-color: #f8f9fa;
 -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.colleges_location .location_grid .l_box{
border-right: 1px dashed #e9e9e9;
  padding: 0px 13px 10px;
}
.colleges_location .location_grid .l_box h4{
font-size: 1.05rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.colleges_location .location_grid .l_box p{
font-size: 0.925rem;
  margin-bottom: 0;
    text-align: left;
}
.colleges_location .location_grid .vertical_head{
  padding: 10px;
  background: red;
  width: 9%;
  color: #fff;
  font-size: 15px;
  position: absolute;
  left: 40px;
  top: 89px;
    border-radius: 5px;
  transform: rotate( 
270deg);
}.colleges_location .location_grid .u_city_details_outer {
margin: 0;
padding: 0;
}
.colleges_location .u_city_details_outer li {
display: inline-block;
width: 100%;
position: relative;
margin-bottom: 1.25rem;
}
.colleges_location .l_box h4 i {
  width: 30px;
  float: left;
  color: #ff0000;
  font-size: 1rem;
  margin-right: 0 !important;
}
.colleges_location .l_box h4 span {
  font-size: 1.125rem;
color: #939393;
}
.colleges_location .l_box .btn-call {
background: #015eab;
  color: #FFF;
  padding: 0.3rem 10px;
  margin-right: 6px;
  border-radius: 5px;
  float: left;
font-size: 15px;
}
.colleges_location .l_box .btn-whatsup {
background: #1bd741;
color: #FFF;
padding: 0.3rem 10px;
border-radius: 5px;
margin-right: 6px;
float: left;
clear: both;
} 
.innerug_pg {
width: 100%;
text-align: center;
  margin-top: 50px;
  margin-bottom: 35px;
}
.innerug_pg .college_details {
  width: 100%;
  float: left;
  margin: 3em 0 3em 0;
}
.innerug_pg .college_details .text_box {
  float: left;
}
.innerug_pg .college_details .text_box h3.college_head{
  display: inline-block;
  margin: 16px 0 0;
  text-align: left;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  color: #222;
}
.innerug_pg .college_details .text_box hr{
  width: 135px;
}

.innerug_pg .img_box {
  width: 80%;
  margin: 0 auto;
}
.innerug_pg .img_box img {
  float: left;
  padding: 5px;
  border-radius: 10px;
}
.innerug_pg .college_details li {
  list-style: none;
  line-height: 30px;
}
.innerug_pg .college_details h3 b {
  color: #ea1f25;
  font-weight: 100;
}
.innerug_pg .college_details li {
float: left;
  list-style: none;
  line-height: 30px;
}
.innerug_pg .college_details  li>i {
  margin: 5px 10px 10px;
  color: #432973;
}
.innerug_pg .fa {
background: #eee;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  line-height: 35px;
  cursor: pointer;
}
.innerug_pg li:hover .fa {
background: #dc3545;
color: #FFF;
}
.innerug_pg .nav-tabs {
border-bottom: 1px solid #b33238;
}
.innerug_pg .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #b33238 #b33238 #fff;
}
.section_special {
padding: 0.75rem 0;
}
.section_special .container {
max-width: 87.5rem;
padding-left: 6.25rem;
}
.section_special h2 {
display: inline-block;
  margin: 0 0 12px 0;
  text-align: left;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.625pc;
  color: #222;
}
.section_special h4{
  text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
}
.section_special p.bold {
 color:#ff0000;
}

.section_special .points_listing {
margin: 0 0 2rem;
padding: 0;
}
.section_special  h3 b {
  color: #ea1f25;
  font-weight: 100;
}
.section_special li {
list-style: none;
  line-height: 30px;
}
.section_special  li>i {
  margin: 5px 10px 10px;
  color: #432973;
}
.section_special .fa {
background: #eee;
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 50%;
  line-height: 26px;
  cursor: pointer;
}
.section_special li:hover .fa{
background: #dc3545;
color: #FFF;
}
.section_special p.bg {
  background: #f8f9fa;
  padding: 10px;
}
.college_detail img {
 border-radius:6px;
}

.clg_glry {
overflow: hidden;
  width: 100%;
  height: auto;
  clear: both;
  padding: 42px 0 50px;
  margin: 0 0 3em;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed !important;
  background-size: cover !important;
  background: url(images/counter.jpg) top center;
}
.clg_glry .intro_title_box{
      float: left;
    margin-top: 0px;
}
.clg_glry .intro_title_box h2{
  margin-bottom: 18px;
    width: 82%;
  text-transform: capitalize;
  font-weight: 700;
      line-height: 36px;
  font-size: 1.625pc;
  color: #000000;
}
.clg_glry .intro_title_box h2 span{
  color:#ee2f1e;
    font-size: 2.4pc;} 
.clg_glry .course_item .content {
  min-height: 125px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 13px 15px 15px 0 rgb(105 105 105 / 8%);
  padding: 18px;
}
.clg_glry_item .content::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 62px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: all .4s;
}
.clg_glry_item.color_1 .content::before {
  background: #B09358;
  background: -webkit-linear-gradient(left,#dc3545,#cf0f22);
  background: -o-linear-gradient(left,#dc3545,#cf0f22);
  background: -moz-linear-gradient(left,#dc3545,#cf0f22);
  background: linear-gradient(left,#dc3545,#cf0f22);
}
.clg_glry_item.color_2 .content::before {
  background: #F2AE27;
  background:-webkit-linear-gradient(left,#d72839,#1b1401);
  background: -o-linear-gradient(left,#d72839,#1b1401);
  background: -moz-linear-gradient(left,#d72839,#1b1401);
  background: linear-gradient(left,#d72839,#1b1401);
}
.clg_glry_item .content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 2.6;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 6px;
  padding-top: 12px;
}
.clg_glry_item .content .description {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
      text-align: center;
  margin-bottom: 11px;
}
.clg_glry_item a.clg_coursesimg img{
  width: 20%;
  float: left;
  border-radius: 50%;
}
.clg_glry .glry_img{
padding: 0px;
  margin: 0px;
}
.clg_glry .glry_img1{
width: 40%;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 7%;
  left: 0;
  background: url(../images/ad_01.jpg) no-repeat center;
  min-height: 278px;
  -webkit-transform: rotate(
-11deg);
  -moz-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  -o-transform: rotate(-11deg);
  transform: rotate(
-17deg);
  border-radius: 11%;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.clg_glry .glry_img2{
width: 40%;
  padding: 0px;
  margin: 0 auto;
  left: 87px;
  position: absolute;
  z-index: 1;
  top: 32%;
  /* background-position: center; */
  /* background-attachment: fixed; */
  /* background-size: cover; */
  /* position: relative; */
  background: url(../images/ad_01.jpg) no-repeat center;
  min-height: 278px;
  border-radius: 11%;
  -webkit-transform: rotate(
30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(
-19deg);
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}
.clg_glry .glry_img3{
width: 40%;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 15%;
  left: 115px;
  border-radius: 11%;
  background: url(../images/ad_01.jpg) no-repeat center;
  min-height: 278px;
  -webkit-transform: rotate(
30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(
-17deg);
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.clg_glry .glry_img4{
width: 40%;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 9%;
  right: 14px;
  background: url(../images/ad_01.jpg) no-repeat center;
  min-height: 278px;
  -webkit-transform: rotate( 
-11deg);
  -moz-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  -o-transform: rotate(-11deg);
  tra: rotate( -17deg);
  transform: rotate( 
-17deg);
  border-radius: 11%;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.clg_glry .glry_img5{
width: 40%;
  padding: 0px;
  margin: 0 auto;
  right: 13px;
  position: absolute;
  z-index: 1;
  top: 38%;
  /* background-position: center; */
  /* background-attachment: fixed; */
  /* background-size: cover; */
  /* position: relative; */
  background: url(../images/ad_01.jpg) no-repeat center;
  min-height: 274px;
  border-radius: 11%;
  -webkit-transform: rotate( 
30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate( 
-19deg);
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.clg_glry .glry_img6{
width: 40%;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 22%;
  right: -66px;
  border-radius: 11%;
  background: url(../images/ad_01.jpg) no-repeat center;
  min-height: 278px;
  -webkit-transform: rotate( 
30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate( 
-17deg);
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.clg_glry .clg_glry_grid{
width:60%;margin:0 auto
}
.clg_glry .clg_glry_grid img{
border-radius: 11%;
}
.clg_glry .owl-nav {
   position: absolute;
  display: block !important;
  top: 45%;
  left: 19px;
  width: 101%;
  margin-top: -20px;
}
.clg_glry  .owl-carousel .owl-nav .fa {
background: #eee;
width: 40px;
height: 40px;
text-align: center;
border-radius: 50%;
line-height: 40px;
cursor: pointer;
}
.clg_glry  .owl-carousel .owl-nav .fa:hover {
background: #dc3545;
color: #000;
}
.clg_glry  .owl-carousel .owl-nav .fa-chevron-right {
float: right;
margin-right: 1px;
}
.clg_glry  .owl-carousel .owl-nav .fa-chevron-left {
float: left;
margin-left: -45px;
}
.college_fooetr_ad {
margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.college_fooetr_ad .clg_other{
float:left;
margin: 2em 0 2em;
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
  background-color: #fff;
}
.college_fooetr_ad .clg_other img{
border-radius: 6px 6px 0 0;
  max-height: 180px;
  min-height: 180px;
}
.college_fooetr_ad .clg_other h4 {
  margin: 11px;
    color: #fff;
    text-align: center;
    position: absolute;
    line-height: 20px;
    top: 100px;
    background: #000000;
    border-radius: 7px;
    /* border: 1px solid #a97c7c; */
    width: 90%;
    padding: 5px;
}
.services_section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.services_section .list-group {
  display: -ms-flexbox;
  display: flex;
  text-align: center!important;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.services_section ul {
  width: 100%;
  margin: 10px 0 0;
  padding-right: 30px;
}
.services_section ul .nav-item {
  width: 100%;
  margin: 0;
  text-align: left;
}
.services_section .nav-pills .nav-link.active, #tabs-2 .nav-pills .nav-link.active:hover {
  background-color: #f8f8f8;
  color: #333;
  border: none;
  border-right: 2px solid #b33238;
}
.services_section .nav-pills .nav-link {
  background-color: transparent;
  border: none;
  border-right: 2px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 17px 20px;
  margin-right: 0;
  margin-bottom: 4px;
}
.nav-pills .nav-link {
  background-color: transparent;
  border: 1px solid transparent;
  color: #b33238;
  font-size: 1rem;
  font-weight: 400;
  padding: 18px 35px;
  margin-right: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.services_section .tab-content h3 {
  margin-bottom: 20px;
  font-size: 1.625rem;
  font-weight: 600;
}
.services_section .tab-img {
  margin-top: 30px;
  margin-bottom: 30px;
}
.box-list-icon {
  font-size: 0.75rem;
  line-height: 1.5rem;
  float: left;
  margin-right: 7px;
}
.gallery_wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}
.gallery_wrapper .img_hold {
  background: #ffffff;
  padding: 15px;
  box-shadow: 0px 0px 12px #e4e4e480;
}
.gallery_wrapper .img_hold a img{
      max-height: 190px;
    min-height: 190px;
    height: 190px;
}
.gallery_wrapper .img_hold h3 {
  display: block;
  clear: both;
  padding: 10px;
  color: #1c2e5c;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
.contact_section {
  padding-top: 80px;
  margin-bottom: 35px;
}
.contact_section .container{
    max-width: 1230px !important;
}
 @media (min-width: 1200px) {
    .contact_section .container {
        max-width: 1265px !important;
    }
    }
@media screen and (min-width: 1400px) {
  .contact_section .container {
    width: 1400px !important;
  }
}
@media screen and (min-width: 1600px) {
  .contact_section .container {
    width: 1500px !important; 
  }
}
@media screen and (min-width: 1900px) {
  .contact_section .container  {
    width: 1600px !important;
  }
}
@media screen and (min-width: 2000px) {
  .contact_section .container {
    width: 1970px !important;
  }
}
.contact_section .ph_grid{
    width: 100%;
    padding-right: 12px;
    text-align: center;
}
.contact_section .ph_grid h4{
    margin: 10px 0 20px;
    font-size: 1.7em;
    color: #870007;
    line-height: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
.contact_section .ph_form label{
	    margin: 10px;
    font-size: 15px;
    color: #a2a8ad;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.contact_section .contact_branch{
    margin: 14px 0 20px;
    padding: 5px;
    text-align: center;
}

.contact_section .contact_branch ul {
    list-style-type: none;
}
.contact_section .contact_branch li {
    display: inline-block;
    margin: 0 4px;
	background: url(../images/bar.png) right center no-repeat;
    padding-right: 16px;
    margin-bottom: 3px;
}
.contact_section .contact_branch li a{
    font-weight: 500;
    color: #000000;
    letter-spacing: 1px;
    font-size: 16px;
}
.contact_section .contact_branch h4{
    margin: 10px 0 24px;
    font-size: 1.7em;
    color: #a2a8ad;
    line-height: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
.contact_section .form_grid {
      margin-top: 87px !important;
    padding-right: 12px;
    margin: 0 auto;
    width: 70%;
}
.contact_section .form_grid .addres_box{
        padding: 20px 4px 0px 12px;
    margin: 0 auto;
    width: 50%;
    background: #dee2e6;
    text-align: center;
    border-radius: 100px 0 0 100px;
}
.contact_section .form_grid .addres_box address{
	margin: 7px 0 18px;
    /* font-weight: 500; */
    font-size: 16px;
    line-height: 20px;
    font-size: 15px;
    line-height: 25px;
    /* color: #6f7074; */
    margin-bottom: 15px;
    
}
.contact_section .form_grid .addres_box address b{
  color: #870007;
  font-weight: 700;
  font-size: 17px;
}
.contact_section .ph_form {
	padding-left: 35px;
}
@media only screen and (max-width: 480px) {
      .contact_section .form_grid .addres_box {
		    width: 100% !important;
		}
	  }
  @media only screen and (max-width: 768px) {
    .contact_section .form_grid .addres_box { 
		width: 100% !important;
		}
	}
.map_form_section {
    margin-top:2em;
	padding:35px;
}
.map_form_section .form_grid{
    width: 100%;
}
.map_form_section .contact_branch{
    margin: 14px 0 20px;
    padding: 5px;
    text-align: center;
}

.map_form_section .contact_branch ul {
    list-style-type: none;
}
.map_form_section .contact_branch li {
    display: inline-block;
    margin: 0 4px;
	background: url(../images/bar.png) right center no-repeat;
    padding-right: 16px;
    margin-bottom: 3px;
	    line-height: 22px;
}
.map_form_section .contact_branch li a{
    font-weight: 500;
    color: #000000;
    letter-spacing: 1px;
    font-size: 16px;
}
.map_form_section .contact_branch h4{
    margin: 10px 0 24px;
    font-size: 1.7em;
    color: #222;
    line-height: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
.map_form_section .form_grid .addres_box{
    padding: 20px 4px 0 0;
}
.map_form_section .form_grid .addres_box address{
	    margin: 7px 0 18px;
	font-weight: 500;
    color: #6a6e72;
    font-size: 16px;
	line-height:20px;
}
.map_form_section .form_grid .addres_box address b{
	color: #f9ae1a;
    font-weight: 700;
}
.map_form_section .ph_form {
	
}
.map_form_section .ph_form label{
	    margin: 10px;
    font-size: 15px;
    color: #a2a8ad;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.map_form_section .career_grid{
	width: 100%;
    padding-right: 12px;
    text-align: center;
	margin-top:1em;
}
.map_form_section .career_grid h4 {
    margin: 10px 0 20px;
    font-size: 1.7em;
    color: #ffa500;
    line-height: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
.map_form_section .career_grid p {
    color: #61616a;
}
.news_home_section {
	background: #fff;
  padding: 4.375rem 0 6.25rem;
}
.news_home_section h3 {
	color: #b33238;
    margin-bottom: 40px;
    padding-top: 23px;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
}
.news_home_section .news_list .each_news_box .img_hold {
  overflow: hidden;
padding-right: 10px;
    border-radius: 10px;
}
.news_home_section .news_list .each_news_box .img_hold img.news_details{
      width: 100%;
  max-height: 362px;
}

.news_home_section .news_list .each_news_box .img_hold a {
  display: block;
  position: relative;
  overflow: hidden;
  max-height: 217px; 
border-radius: 10px;
}
.news_home_section .news_list .each_news_box .img_hold a img {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
    border-radius: 10px;
}
.news_home_section .news_list .each_news_box .img_hold a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1); 
}
.news_home_section .news_list .each_news_box .img_hold .event_dt {
  display: block;
  padding: 5px 5px;
  background: #b33238;
  border-radius: 9px 0 0 0;
  position: absolute;
  top: 95px;
  left: 15px;
}
.news_home_section .news_list .each_news_box .img_hold .event_dt h4 {
  font-weight: 100;
  font-size: 15px;
  display: block;
  text-align: center;
  margin-bottom: 0;
  color: #ffffff;
}
.news_home_section .news_list .each_news_box .news_txt_block {
  margin: 15px 0; 
}
.news_home_section .news_list .each_news_box .news_txt_block .news_title {
  display: block;
  padding-bottom: 7px;
  border-bottom: 1px solid #d9d7d7;
  margin-bottom: 15px;
  color: #1c2e5c;
  font-size: 18px;
  font-weight: 600; }
.news_home_section .news_list .each_news_box .news_txt_block .news_updated_date span {
  display: block;
  color: #6f7074;
  font-size: 15px;
  font-weight: 400; }
.news_home_section .news_list .each_news_box .news_txt_block .news_updated_date p {
  color: #796f6f;
  font-size: 14px;
  padding-bottom: 7px;
  padding-top: 16px; }

.news_home_section .news_list .each_news_box .news_txt_block .news_updated_date span i {
  margin-right: 5px;
}
.scroll {
	max-height: 550px;
    overflow-y: scroll;
    height: 544px;
}
.news_home_section .each_newsbox_content {
	background: #f5f5f5;
    margin: 10px; 
    padding: 1.375rem 1rem 0.25rem 1rem;
	    border-radius: 10px;
}
.news_home_section .each_newsbox_content h4{
	  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
    color: #0b2e69;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 200;
    text-transform: capitalize;
    padding-bottom: 7px;
}

.news_home_section .each_newsbox_content p{
	color: #796f6f;
  font-size: 14px;
  padding-bottom: 7px;
  padding-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
}
.news_home_section .each_newsbox_content span.sub_txt{
	display: block;
    clear: both;
    font-size: 12px;
    color: #999;
    font-weight: 500;
    line-height: 25px;
	    padding-bottom: 11px;
    border-bottom: 1px solid #d9d7d7;
}
.news_home_section .each_newsbox_content .sub_txt i{
	padding-left: 7px;
    padding-right: 7px;
}
.blog_wrapper {
	margin: 15px 0 15px;
    padding: 15px 0 25px;
	background: url(./images/.jpg)repeat 0px 0px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
}
.blog_wrapper .blog_grid{
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: #ffffff;
	    box-shadow: 0 0 6px #eee;
    border-radius: 10px;
}
.blog_wrapper .blog_grid:hover{
	transition:1s;
	box-shadow: 4px 3px 24px rgb(223 227 234 / 74%);
}

.blog_wrapper .blog_grid .ads_cover .ad_img {
    display: block;
    width: 100%;
    overflow: hidden;
	    border-radius: 10px;
    position: relative;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s; }
.blog_wrapper .blog_grid .ads_cover .ad_img img.blogh_img {
	max-width: 100%;
    min-width: 100%;
    min-height: 173px;
    max-height: 173px;
    -webkit-transition: all ease 0.5s;
	border-radius:2px;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s; }
.blog_wrapper .blog_grid .ads_cover .ad_img img.blogr_img {
	max-width: 100%;
    min-width: 100%;
    min-height: 173px;
    max-height: 300px;
    -webkit-transition: all ease 0.5s;
	border-radius:2px;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s; }
	
.blog_wrapper .blog_grid .ads_cover .ad_img::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    border: 70px solid rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out; }
.blog_wrapper .blog_grid .ads_cover .ad_img::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    border: 30px solid #fff;
    top: 0;
    left: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition: all 0.5s ease-in-out; }
.blog_wrapper .blog_grid .ads_cover .ad_img:hover::before {
    border: 0 solid rgba(255, 255, 255, 0.7); }
.blog_wrapper .blog_grid .ads_cover .ad_img:hover::after {
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    opacity: 0;
    transition-delay: 0.1s;
	}
.blog_wrapper .blog_grid .ads_cover .ad_img:hover img {
    transform: scale(1.09);
    -webkit-transform: scale(1.09);
}
.blog_wrapper .blog_grid h4 {
    font-size: 15px;
    font-weight: 800;
	    line-height: 21px;
    color: #000000;
    letter-spacing: 1px;
    padding-top: 14px;
    padding-left: 16px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog_wrapper .blog_grid b {
    position: absolute;
    top: 7px;
    background: white;
    font-size: 12px;
    font-weight: 400;
    padding: 3px;
    left: 0;
}

.blog_wrapper .blog_grid small {
	display: block;
    color: #6f7074;
	padding-left: 11px;
    font-size: 15px;
    font-weight: 400; }
.blog_wrapper .blog_grid small i{
    margin-right: 5px; 
	margin-left: 14px;
	color: #88090e;
}
.blog_wrapper .blog_grid p{
  padding:10px 10px 0 10px;
    color: #9a8b8b;
}
.blog_wrapper .blog_grid p.content_align{
    padding:10px 10px 0 10px;
	    color: #9a8b8b;
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog_breadcrumb_wrapper {
    padding: 0px 0 60px;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.blog_wrapper .blog_grid_right{
	margin-bottom: 20px;
    padding: 17px;
    background: #ecf0f5;
    border-radius: 10px;
}

.blog_wrapper .blog_grid_right img.width{
	width: 91px;
    height: 87px;
    float: left;
    padding-right: 7px;
    border-radius: 50%;
}

.blog_wrapper .blog_grid_right h3 {
  font-size: 15px;
  font-weight: 800;
  line-height: 21px;
  color: #000000;
  letter-spacing: 1px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.blog_wrapper .blog_grid_right h4 {
  font-size: 13px;
  line-height: 19px;
  color: #031319;
      font-weight: 600;
  letter-spacing: 1px;
  padding-top: 14px;
  padding-left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog_wrapper .blog_grid_right hr {
  border-color: #ecf0f5;
  margin-top: 6px;
  margin-bottom: 19px;
  background-color: #ecf0f5 !important;
}

.blog_wrapper .blog_grid_right small {
	display: block;
    color: #6f7074;
	padding-left: 11px;
    font-size: 13px;
	    margin-top: 9px;
    font-weight: 400; }
.blog_wrapper .blog_grid_right small i{
    margin-right: 5px; 
	margin-left: 2px;
	color: #5bd0c6;
}
.blog_wrapper .blog_grid_right .blog_tags{
	background: #ffffff;
    border-radius: 55px 0 0 53px;
    padding: 1px 0 10px;
    margin: 5px 0 0 0;
}

 .blog_tags h5{
	width: 50% !important;
}
.blog_wrapper .blog_grid_right .blog_tags h5 i{
	font-size: 13px;
    background: #73aad3;
    width: 30px;
    height: 30px;
    line-height: 31px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
.blog_wrapper .blog_tags:hover{
	background: #bdb7b71a;
}
       .sree_course_section {
	margin-top: 45px;
    margin-bottom: 35px;
}
		.sree_course_section .title  {
	    width: 100%;
	text-align: left;
    margin-top: 50px;
    margin-bottom: 25px;
} 
.sree_course_section .title h2 {
	display: inline-block;
  margin-bottom: 0;
      text-align: left;
	  text-transform: capitalize;
	  font-weight: 700;
	  line-height: 1.5;
	  font-size: 1.625pc;
	  color: #222;
} 
.sree_course_section .title .left_style {
    font-size: 0;
    height: 8px;
    width: 67px;
    display: inline-block;
    border-radius: 28px;
    vertical-align: middle;
    background-color: #dc3545;
    margin: 0 12px;
}
img.size {
    width: 100%;
    height: 350px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.sree_course_section .title h2 span {
	color:#dc3545;
	    font-size: 2.4pc;}
.sree_course_section_right {
    margin-top: 45px;
    margin-bottom: 35px;
} 
.sree_course_section_right h2 {
	display: inline-block;
  margin-bottom: 0;
      text-align: left;
	  text-transform: capitalize;
	  font-weight: 700;
	  line-height: 1.5;
	  font-size: 16px;
	  color: #222;
	  padding-bottom: 20px;
    margin-bottom: 25px;
	  border-bottom: 1px solid #ddd;
} 
.courses_grid_right{
    padding: 17px;
    background: #ecf0f5;
    border-radius: 10px;
}

.courses_grid_right img.width{
	width: 91px;
    height: 87px;
    float: left;
    padding-right: 7px;
    border-radius: 50%;
}

.courses_grid_right h3 {
  font-size: 15px;
  font-weight: 800;
  line-height: 21px;
  color: #000000;
  letter-spacing: 1px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.courses_grid_right h4 {
  font-size: 13px;
  line-height: 19px;
  color: #031319;
      font-weight: 600;
  letter-spacing: 1px;
  padding-top: 14px;
  padding-left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.courses_grid_right hr {
  border-color: #ecf0f5;
  margin-top: 6px;
  margin-bottom: 19px;
  background-color: #ecf0f5 !important;
}

.courses_grid_right small {
	display: block;
    color: #6f7074;
	padding-left: 11px;
    font-size: 13px;
	    margin-top: 9px;
    font-weight: 400; }
.courses_grid_right small i{
    margin-right: 5px; 
	margin-left: 2px;
	color: #b33238;
}
.courses_grid_right .blog_tags{
	background: #ffffff;
    border-radius: 55px 0 0 53px;
    padding: 1px 0 30px;
    margin: 5px 0 0 0;
}
.courses_clg_list {
    padding: 17px;
    background: #ecf0f5;
    border-radius: 10px;
}
.courses_clg_list .fancy-collapse-panel {
    background: white;
    border-radius: 5px;
    margin-bottom: 4px;
}
.courses_clg_list .fancy-collapse-panel i.fa{
    float: right;
    padding-right: 14px;
    font-size: 1.3em;
    color: #b33238;
}
.courses_clg_list .fancy-collapse-panel .panel-body{
    padding: 11px;
}
.courses_clg_list .fancy-collapse-panel .panel-body .table th{
    color: #000;
    background: #dee2e659;
    font-size: 14px;
    border-bottom: 1px solid #dee2e6;
}
.courses_clg_list .fancy-collapse-panel .panel-body .table td{
    color: #000;
    font-size: 14px;
}
.courses_clg_list .fancy-collapse-panel .panel-body .table td a{
    color: #dc3545;
}
.courses_table {
  border: 3px solid #dddcdc;
  padding: 10px;
  margin: 2px;
}
.courses_table h4{
  color:#b33238;
}
.courses_table span {
  font-size: 15px;
  line-height: 25px;
  color: #6f7074;
  margin-bottom: 15px;
  text-align: justify;
}
.footer_wrapper {
  background-color: #1a1033  !important; }
  .footer_wrapper .footer_logo {
    display: block;
    width: 70px;
    margin-bottom: 10px; }
  .footer_wrapper .footer_txt {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400; }
  .footer_wrapper .footer_title {
    display: block;
    clear: both;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #ffffff; }
  .footer_wrapper .footer_links {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch; }
    .footer_wrapper .footer_links li {
      display: block;
      clear: both;
      margin-bottom: 15px;
      flex: 0 0 40%; }
	  .footer_wrapper .footer_links li  span{
      float:left;
	color:#fff;
	padding:15px;
	padding: 0 8px 0 0px;	}
	   .footer_wrapper .footer_links li:hover i{
      color:#000;
	  background:transparent;}
	  
      .footer_wrapper .footer_links li a {
        font-size: 16px;
        color: #ffffff;
        display: block; }
        .footer_wrapper .footer_links li a:hover {
          color: #ec0811; }
  .footer_wrapper .social_links_footer {
    margin-top: 30px; }
    .footer_wrapper .social_links_footer li {
      display: inline-block;
      margin-right: 15px; }
      .footer_wrapper .social_links_footer li a {
        display: block;
        color: #0472b7;
        font-size: 22px; }
  .footer_wrapper .address_content_block span {
    display: block;
    clear: both;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 15px;
      line-height: 20px;
  }
    @media only screen and (max-width: 480px) {
      .footer_wrapper .address_content_block span {
        line-height: 22px; } }
    .footer_wrapper .address_content_block span i {
      margin-right: 10px;
      display: inline-block; }
  .footer_wrapper .copyright {
    display: block;
    clear: both;
    font-size: 13px;
    color: #ffffff;
    margin-top: 30px; }
  @media only screen and (max-width: 768px) {
    .footer_wrapper .row {
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; }
    .footer_wrapper .each_footer_area {
      margin-bottom: 30px; } }

.featured_nav {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  flex-direction: column;
  -ms-flex-direction: column;
  z-index: 123;
  margin-top: 100px; }
  .featured_nav a {
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
    text-align: left;
    padding: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700; }
    .featured_nav a.page_btn {
      background: rgba(38, 163, 72, 0.9); }
      .featured_nav a.page_btn::before {
        background: #7cd24d; }
.footer_wrapper img.footer_logo_resize {
	    width: 55%;
}
.departments{
	width: 100%;
	height: 100%;
    padding: 25px;
	
}
.departments .title_block h2 {
	margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 2.5;
    font-size: 1.625pc;
    color: #222;
} 
.departments p {
	margin: 0 auto;
    width: 69%;
} 

.departments .card {
	padding:1.3rem;
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(26, 54, 126, 0.125);
    border-radius: 0.25rem;
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
    border-width: 0;
    transition: all 0.2s;
	margin-bottom: 10px;
}
.departments .card:hover{
    background:#1c2e5c;
}
.departments .bg_color_01 {
	background: linear-gradient( 180deg , #0472b7 0%, #1f858b 100%);
}

.departments .card .widget_content{
    position: relative;
    text-align: center;
	color: #fff !important;
}


.departments .card  .widget_content .widget_heading {
	opacity: 0.8;
    font-weight: bold;
    padding-bottom: 0px;
    line-height: 22px;
}
.departments .card  .widget_content .widget-subheading {
    opacity: 0.5;
    display: block;
    clear: both;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 15px;
}
.dpmnt_details_section_wrapper {
	background: #ffffff;
	padding: 30px 0; }
.dpmnt_details_section_wrapper .each_service_left {
    max-height: 1000px;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    height: 1000px;
    position: relative;
    overflow: hidden; }

.dpmnt_details_section_wrapper .vertical-tabs{
    font-size:15px;
    padding:10px;
    color:#000
}
.dpmnt_details_section_wrapper  .vertical-tabs .nav-tabs .nav-link{
   border-radius: 0;
    background: #dee2e6;
    text-align: left;
    font-size: 16px;
	width:227px;
    color: #000;
    line-height: 2;
}
.dpmnt_details_section_wrapper  .vertical-tabs .nav-tabs .nav-item{
   border-bottom: 2px solid #fff;
       margin: 0;
}

.dpmnt_details_section_wrapper .nav-tabs .nav-item .nav-link:hover{
	background: #047d84 !important;
	color:#fff;
}

 .dpmnt_details_section_wrapper .vertical-tabs .nav-tabs .nav-link.active{
	background-color: #047d84!important;
    color: #fff !important;
}
 .dpmnt_details_section_wrapper .vertical-tabs .tab-content>.active{
    background:#fff;
    display:block;
}
.dpmnt_details_section_wrapper .vertical-tabs .nav.nav-tabs{
    border-bottom:0;
    border-right:4px solid #047d84;
    display:block;
    float:left;
    margin-right:20px;
    padding-right:15px;
}
.dpmnt_details_section_wrapper .vertical-tabs .sv-tab-panel{
    background:#fff;
    height:274px;
    padding-top:10px;
}
@media only screen and (max-width: 420px){
  .titulo{font-size: 22px}
}
@media only screen and (max-width: 325px){
  .vertical-tabs{ padding:8px;}
}
.dpmnt_details_section_wrapper .dpt_box {
   padding-right: 19px;
}
.dpmnt_details_section_wrapper .dpt_box h2.dpt_box_head{
   display: block;
   padding-right: 15px;
    font-size: 26px;
    font-weight: 600;
    color: #047d84;
    margin-bottom: 10px 10px 10px 0;
}
.dpmnt_details_section_wrapper .dpt_box h2.dpt_box_subhead{
       font-size: 14px;
    font-weight: 500;
}

.dpmnt_details_section_wrapper .dpt_box  h2{
	display: block;
    clear: both;
    /* padding-right: 15px; */
    font-size: 17px;
    font-weight: 600;
    color: #000080;
    margin: 10px 10px 10px 0;
}
.dpmnt_details_section_wrapper .dpt_box   h4{
	display: block;
    clear: both;
    /* padding-right: 15px; */
    font-size: 15px;
    font-weight: 100;
    color: #000080;
    margin: 10px;
}
.dpmnt_details_section_wrapper .dpt_box  span{
	display: block;
    clear: both;
    font-size: 14px;
    color: #dc3545;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 15px;
}

.dpmnt_details_section_wrapper .dpt_box   img.dpt_size{
    height: 162px;
    max-height: 162px;
    min-height: 162px;
	border-radius: 4px;
}
.dpmnt_details_section_wrapper ul.dpt_ul li {
      display: block;
      clear: both;
      margin-bottom: 15px;
      flex: 0 0 44%; 
	      font-size: 15px;
    line-height: 25px;
    color: #6f7074;
    text-align: justify;}
      .dpmnt_details_section_wrapper ul.dpt_ulli a {
        font-size: 16px;
        color: #ffffff;
        display: block; }
.dpmnt_details_section_wrapper ul.dpt_ul li  i{
    padding-right: 9px;
	font-size: 7px;
	}
 .dpmnt_details_section_wrapper ul.dpt_ul li:hover i {
    color: #7fc241;
    font-size: 11px;
	color:#dc3545;
}
 .dpmnt_details_section_wrapper ul.dpt_ul li B {
    color: #dc3545;
}
.service_img {
	clip-path: polygon(0 0, 100% 0, 100% 86%, 2% 100%);
    padding: 8px;
    border: 7px solid #30a8f3;
    border-radius: 22px;
}
a.whatsappChat {
    display: inline-block;
    background: #36b345;
    position: fixed;
    right: 15px;
    bottom: 15px;
    border-radius: 25px;
    padding: 8px 22px;
    font-size: 13px;
    color: #fff;
    z-index: 99998;
}
.modal-open .modal {
   top: 58px;
}
.client a {
	display: block;
    position: relative;
    overflow: hidden;
    max-height: 217px; 
}
.client a img {
	-webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
	transition: all ease 0.5s; 
	border-radius: 6px;
    margin: 1px;
	
}
.client a:hover {
	transform: scale(1.1);
    -webkit-transform: scale(1.1); 
}
.clients .cients_box h2{
	display: inline-block;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
    font-size: 1.625pc;
    color: #222;
}
.dr_profile {
    margin: 15px 0 50px;
    padding: 71px 0;
}
.dr_profile .team_title{
    width: 100%;	
	margin: 0px 0 30px;
    text-align: center;
	    color: #fff;
    border-bottom: 2px solid #f8f9fa;	
}
.dr_profile .team_title h3{
	margin: 10px;
    line-height: 30px;
	color: #047d84;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
}
.dr_profile .team_title h3 b{
	background: #176b9a;
    padding: 6px;
    margin-right: 10px;
    color: #fff;
    font-size: 1.2em;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 2% 86%);
}

.dr_profile .team_title h4{
	margin: 10px;
    line-height: 30px;
	color: #ffffff;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
}
.dr_profile .team_title h4 b{
	color: #fff;
    font-weight: 500;
    font-size: 1.5em;
    background: #7fc241;
    padding: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 2% 86%);
}
.dr_profile .dr_block {
	margin-bottom: 20px;
	padding-right: 23px;
    border-radius: 5px;
    width: 100%; 
}
.dr_profile .dr_block .img_hold {
    border-radius: 5% 5% 0 0;
    box-shadow: 2px 9px 5px #ced4da;
	width: 100%;
	background: #e9ecef82;
	margin: 0 auto;
	border-bottom: 3px solid #0a5eb9;
}
.dr_profile .dr_block .img_hold img{
        border-radius: 7px 7px 0 0;
    min-height: 96px;
    max-height: 96px;
}
.dr_profile .dr_block .dr_office  {
	margin-bottom: 30px;
    background: #ffffff;
    padding: 15px 0;
    box-shadow: 0px 0px 12px #e4e4e480;
}
.dr_profile .dr_block .dr_office h3 {
    display: block;
    clear: both;
	color: #1c2e5c;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
.dr_profile .dr_block .dr_office span {
    display: block;
    clear: both;
    line-height: 17px;
    /* margin-bottom: 5px; */
    /* padding-top: 4px; */
    font-size: 13px;
    color: #dc3545;
}
.dr_profile .dr_block .dr_office span.day {
    display: block;
    clear: both;
    font-size: 13px;
	color: #dc3545;}
.dr_profile .dr_block .dr_office span.reg {
    display: block;
    clear: both;
    font-size: 13px;
	color: #0849a9;}


.dr_block:hover .dr_hig h4, .dr_block:hover .dr_hig span  {
	color: #ffffff !important;
}
.dr_block:hover .dr_office{
	border-bottom: 3px solid #047d84;
	transition:2s;
}