@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {
  font-size: 14px;
  color: #585754;
  line-height: 28px;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'Poppins', sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin: 0px;
  background: none;
  font-weight: 600;
  line-height: 1.2em;
  font-family: 'Poppins', sans-serif;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 17px;
}

/*section {
  position: relative;
}
*/
textarea {
  overflow: hidden;
  resize: none;
}

button {
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  min-width: auto;
}

p, .text {
  font-size: 14px;
  line-height: 30px;
  color: #585754;
  font-weight: 400;
  margin: 0;
}

.image_box img{
  width: 100%;
}

.image_caption{
  text-align: center;
  padding: 1% 0%;
}

.image_caption h5{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1%;
}

.content_image{
  float: right;
}

.section_heading{
  position: relative;
  margin-bottom: 2%;
}

.section_heading .sub_heading {
  color: #333333;
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 5px;
}

.section_heading h2 {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
  text-align: center;
}

.section_heading h2::after {
  content: "";
  display: block;
  /*width: 100px;*/
  height: 5px;
  background-color: #14467B;
  /*margin: auto;*/
  margin-top: auto;
  margin-top: 0px;
}

.section_heading h5 {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
  text-align: center;
}

.section_heading h5::after {
  content: "";
  display: block;
  /*width: 100px;*/
  height: 5px;
  background-color: #14467B;
  /*margin: auto;*/
  margin-top: auto;
  margin-top: 0px;
}



.section-heading{
  position: relative;
  margin-bottom: 5%;
}

.section-heading .sub_heading {
  color: #333333;
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 5px;
}

.section-heading h2 {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
  text-align: center;
}

.section-heading h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #14467B;
  margin: auto;
  margin-top: auto;
  margin-top: 0px;
}

.section-heading h5 {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
  /*text-align: center;*/
}

.section-heading h5::after {
  content: "";
  display: block;
  /*width: 100px;*/
  height: 5px;
  background-color: #14467B;
  /*margin: auto;*/
  margin-top: auto;
  margin-top: 5px;
}


.welcome-heading{
  position: relative;
  margin-bottom: 3%;
}

.welcome-heading .sub_heading {
  color: #333333;
  display: block;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 5px;
}

.welcome-heading h2 {
  display: block;
  font-size: 32px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

/*.welcome-heading h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background-color: #14467B;
  margin: auto;
  margin-top: auto;
  margin-top: 10px;
}*/

.btn {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 1%;
  /* text-transform: uppercase; */
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /*background-color: #01a858;*/
}

.cus_btn{
  padding: 11px 35px;
  border: 1px solid #0c5493;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transition: border-color .5s,color .5s,background-color .5s;
  transition: border-color .5s,color .5s,background-color .5s;
  font-family: 'Poppins', sans-serif;
  color: #464646;
  font-weight: 400;
  text-align: left;
}

.read_btn{
  height: 55px;
  text-transform: uppercase;
  color: #d97e2f;
  position: relative;
  display: block;
  border: 0;
  margin: 0;
  background: rgba(0,0,0,0);
  padding: 0;
}

.read_btn span{
  display: block;
  background: #e0dad4;
  /*padding-left: 24px;*/
  padding: 15px;
  letter-spacing: .25em;
  width: calc(100% - 55px);
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.read_btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/arrow2x.png);
  background-color: rgba(224,218,212,.6);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 25px 15px;
  width: 55px;
  height: 55px;
}

.read_btn:hover {
  color: #f58024;
}

.read_btn:hover span {
  width: 100%;
}


/*---------- Top Header Css Starts -----------*/

.top_header{
  background-color: #0167b1;
  padding: 5px 0px;
}

.top_header p{
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}

.top_header .top_call{
  float: right;
}

.top_header .top_call h5{
  margin: 0;
  padding: 0;
}

.top_header .top_call h5 a{
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.top_header .top_mail{
  float: right;
}

.top_social{
  float: right;
}

.top_social ul{
  margin: 0;
  padding: 0;
}

.top_social ul li{
  display: inline-block;
  list-style: none;
  padding: 0px 5px;
}

.top_social ul li i{
  color: #333;
  padding: 7px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  font-size: 12px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.top_social ul li i:hover{
  background-color: #333;
  color: #fff;
}

/*---------- Top Header Css Ends -----------*/


/* Mid Header CSS Starts */

.mid_header{
  padding: 5px 0px;
}

.mid_header .college_name{
  padding-top: 0%;
  text-align: center;
}

.mid_header .college_name img{
  width: 100%;
}

.mid_header .logo img{
  max-width: 100px;
}

.mid_header h5{
  padding-top: 10%;
  text-align: right;
}

.mid_header h5 a{
  font-size: 18px;
  color: #14467B;
}

.mid_header .logo_right{
  float: right;
}

/* Mid Header CSS Ends */


/* Header CSS Starts */

.header{
  background-color: #0167b1;
}

.navbar{
  padding: 0rem 6rem;
}

.navbar-brand{
  visibility: hidden;
}

.header img{
  width: 100%;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  border-bottom: 2px solid transparent;
}

.navbar-dark .navbar-nav .nav-link:hover{
  color: #333 !important;
  background-color: #eee;
  /*border-bottom: 2px solid #333;*/
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.navbar-expand-lg .navbar-nav li{
  /*border-bottom: 2px solid transparent;*/
}

/*.navbar-expand-lg .navbar-nav li:last-child{
  background-color: #003960;
}

.navbar-expand-lg .navbar-nav li:last-child a{
  color: #fff !important;
}

.navbar-expand-lg .navbar-nav li:last-child a:hover{
  color: #fff !important;
}*/



.nav-link {
  display: block;
  padding: 0.2rem 2rem;
  color: #fff;
}

.header .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 40px;
  padding-left: 40px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-right: 1px solid #fff;
  /*text-transform: uppercase;*/
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.dropdown-menu {
  position: absolute;
  top: 95%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0rem;
}

.dropdown-menu .dropdown-item{
  color: #777;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #d97e2f;
  text-decoration: none;
  background-color: #fff;
}

/*.dropdown .dropdown-menu {
   transition: all 0.5s;
   overflow: hidden;
   transform-origin: top center;
   transform: scale(1, 0);
   display: block;
}
 .dropdown:hover .dropdown-menu {
   transform: scale(1);
}*/

.header .cus-btn{
  margin: 0;
  background-color: #d97e2f;
  border-radius: 0;
  padding: 14px 25px;
}

.header .cus-btn::before {
  background: #222 !important;
  border-radius: 0px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0);
  transition: all 0.5s ease 0s;
  z-index: -1;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 15%;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

/* Header CSS Ends */



/*---------- Banner Desktop Css Starts -----------*/


.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 30%;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-caption h2{
  color: #fff;
  font-weight: 600;
  font-size: 42px;
  background-color: #00000061;
  padding: 10px 5px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2%;
}

.carousel-caption p{
  color: #fff;
  font-weight: 600;
  background-color: #00000061;
  padding: 5px 5px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2%;
}

.banner{
  position: relative;
  z-index: 000;
}


.breadcrumb-background-image {
  background-image: linear-gradient(
    rgba(0,0,0,0.5),
    rgba(0,0,0,0.5)
    ),
    url(../images/breadcrumb-bg.jpg);
  background-size: cover;
  background-position: center;   
  background-repeat: no-repeat;
  position: relative;
}

.breadcrumb-background-image h3{
  text-align: center;
  color: #fff;
  padding-top: 5%;
}

.breadcrumb-background-image h4{
  color: #fff;
  padding: 5% 0% 2% 0%;
}

.breadcrumb {
  border-radius: 0;
  background-color: transparent;
  padding: 3% 0 3% 0;

}
.breadcrumb li, .breadcrumb li a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #fff;
  content: "/";
}

.content_wrap{
  padding: 3% 0%;
}

.content_wrap ul{
    padding: 0% 2% 0% 0%;
}

.content_wrap ul li{
    list-style: none;
    padding: 2% 0%;
}

.content_wrap ul li i{
    color: #d97e2f;
    padding-right: 5px;
}

.content_wrap p{
  margin-bottom: 1%;
}


/*---------- Banner Desktop Css Ends -----------*/



/* Banner Bottom CSS Starts */

.banner_bottom{
  background-color: rgb(0 32 99) !important;
  padding: 5px 0px;
}

.banner_bottom span a{
  color: #fff;
  margin-bottom: 0;
  line-height: 20px;
  padding-top: 5px;
}

/* Banner Bottom CSS Ends */



/*---------- Welcome Css Ends -----------*/

.content_wrap{
  padding: 5% 0% 1% 0%;
}

.welcome_wrap{
  margin-bottom: 5%;
}

/*---------- Welcome Css Ends -----------*/



/*---------- Important Links Css Starts -----------*/

.important_wrap{
  border-right: 1px solid #e6e4db;
  margin-bottom: 5%;
}

.important_link .title{
  background-color: #14467B;
  color: #fff;
  padding: 2% 0%;
  text-align: center;
}

.important_link ul{
  margin: 0;
  padding: 0;
}

.important_link ul li{
  padding: 5% 3%;
  border-bottom: 1px dotted #777777;
}

.important_link ul li:hover{
  background-color: #eee;
  cursor: pointer;
}

.important_link ul li a{
  color: #585754;
}


/*---------- Important Links Css Ends -----------*/



/*---------- Latest Update Css Starts -----------*/


.latest_wrap{
  border-left: 1px solid #e6e4db;
  margin-bottom: 5%;
}

.latest_update{
  /*border: 1px solid #eee;*/
  margin-bottom: 5%;
}

.latest_update .title{
  background-color: #14467B;
  color: #fff;
  padding: 2% 0%;
  text-align: center;
}

.latest_update h5{
  margin-bottom: 5%;
}

.latest_update h5 a{
  font-size: 14px;
  color: #585754;
}

.latest_update h5 a:hover{
  font-size: 14px;
  color: #14467B;
}

.latest_update ul{
  margin: 0;
  padding: 0;
}

.latest_update ul li{
  padding: 1% 3%;
  border-bottom: 1px solid #eee;
}

.latest_update ul li:hover{
  background-color: #eee;
  cursor: pointer;
}

.latest_update ul li a{
  color: #333;
}


/*---------- Latest Update Css Ends -----------*/


/*---------- Managing Committee Css Starts -----------*/

.managing_committee_wrap{
  border: 1px solid #eee;
  padding: 1%;
  margin-bottom: 1%;
}

.managing_committee_wrap .image_box img{
  padding: 5% 15%;
}

/*---------- Managing Committee Css Ends -----------*/


/*---------- Administration Css Starts -----------*/

.administration_box h6{
  margin: 2% 0%;
}

/*---------- Administration Css Ends -----------*/


/*---------- Faculty Css Starts -----------*/

.faculty_wrap{
  border: 1px solid #eee;
  padding: 2% 2%;
}

.faculty_wrap ul{
  padding: 1% 3%;
}

.faculty_wrap ul li{
  list-style: disc;
  padding: 5px 0px;
  font-size: 14px;
  font-weight: 500;
}

.faculty_box{
  margin-bottom: 2%;
}

.faculty_box h5{
  margin-bottom: 1%;
}

.faculty_box p{
  font-weight: 600;
}

.team-area .single-item {
  margin-bottom: 30px;
}

.team-area .item .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.team-area .item .thumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
}

.team-area .team-items .item:hover .thumb::after {
  opacity: 0.7;
}

.team-area .item .thumb .overlay {
  top: -100%;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 1;
}

.team-area .item:hover .thumb .overlay {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.team-area .item .thumb .overlay h5 {
  color: #ffffff;
}

.team-area .item .thumb .overlay h4 {
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 5%;
}

.team-area .item .thumb img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.team-area .item:hover .thumb img {
  opacity: .6;
}

.team-area .item .thumb .social li {
  display: inline-block;
}

.team-area .item .thumb .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}

.team-area .info {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  padding: 40px 20px 20px;
  position: relative;
  text-align: center;
  z-index: 9;
}

.team-area .info .message {
  height: 50px;
  line-height: 40px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.team-area .info .message a {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  box-sizing: border-box;
  color: #ff5a6e;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.team-area .info .message a i {
  font-weight: 500;
}

.team-area .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.team-area .info span {
  color: #ff5a6e;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.team-area .social li.twitter a {
  background-color: #00b6f1;
}

.team-area .social li.pinterest a {
  background-color: #bd081c;
}

.team-area .social li.facebook a {
  background-color: #3b5998;
}

.team-area .social li.google-plus a {
  background-color: #df4a32;
}

.team-area .social li.vimeo a {
  background-color: #1ab7ea;
}

.team-area .social li.instagram a {
  background-color: #cd486b;
}

/*---------- Faculty Css Ends -----------*/



/* ----------- Gallery CSS Starts ----------- */

.home_gallery{
  padding-bottom: 5%;
}

.gallery_carousel img{
  width: 100%;
  height: 250px;
}


/* ----------- Gallery CSS Ends ----------- */


/* ----------- Gallery CSS Starts ----------- */

.gallery_carousel img{
  width: 100%;
  height: 250px;
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}

.img-wrapper img {
  width: 100%;
  height: 250px;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

/* ----------- Gallery CSS Ends ----------- */


/* ----------- Contact Us CSS Starts ----------- */

.content_wrap{
  padding: 5% 0% 3% 0%;
}

.contact_wrap {
  /*float: left;*/
  width: 100%;
  background: url(../images/contact-service-bg.png);
  background-repeat: no-repeat;
  background-position: center 10%;
  margin-bottom: 56px;
}

.contact_box{
  text-align: center;
}

.contact_icon{
  display: inline-block;
  width: 109px;
  height: 109px;
  position: relative;
  font-size: 44px;
  color: #ffffff;
  padding: 32px 0px 0px 0px;
  margin-bottom: 59px;
}

.contact_icon:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #0167b1;
  box-shadow: 7px 7px 0px #0167b182;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.contact_icon i{
  position: relative;
}

.contact_box h5 {
  margin-bottom: 9px;
  font-size: 16px;
}

.contact_box p {
  display: inline-block;
  width: 55%;
  margin-bottom: 0px;
  line-height: 24px;
  font-size: 16px;
}

/* ----------- Contact Us CSS Ends ----------- */



/*---------- Footer Css Starts -----------*/

.footer{
  /*background: #f0f0f0;*/
  background-color: #333;
  padding: 2% 0%;
}

.footer .footer_logo{
  /*text-align: center;*/
  margin-top: 30px;
}

.footer .footer_logo img{
  width: auto;
  margin-bottom: 5%;
}

.footer p{
  color: #f1f1f1;
}

.footer .footer_title h3{
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  padding-bottom: 14px;
}

.footer .footer_title h3:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #00a3c8;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
  margin-left: 0;
  border-radius: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0;
}

.footer ul{
  margin: 0;
  padding: 0;
}

.footer ul li{
  list-style: none;
  color: #fff;
  padding: 2% 0%;
}

.footer .footer_links li {
  margin-bottom: 0px;
}

.footer .footer_links li a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.footer .footer_links li a:hover {
  color: #00a3c8;
}

.footer .address li {
  padding: 0px 0px 16px 40px;
  position: relative;
}

/*.footer .address li i {
    color: #ea7329;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 22px;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #ea7329;
    padding: 5px;
}*/

.footer .address li i {
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 22px;
  width: 35px;
  height: 35px;
  text-align: center;
  border: 1px solid #666;
  padding: 5px;
}

.footer .address li .desc a{
  color: #fff;
  text-decoration: none;
}

.footer .address li .desc a:hover{
  color: #00a3c8;
}

.footer_social ul {
  margin: 0;
  padding: 0;
}

.footer_social li {
  display: block;
  margin-right: 5px;
}

.footer_social li a {
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}

.footer_social li a:hover i{
  color: #00a3c8;
  /*background: #fb5e75;*/
}


.footer_social li a:hover{
  color: #00a3c8;
  /*background: #fb5e75;*/
}

.footer_social li a i {
  padding: 0 0px 0 0;
  font-size: 15px;
  margin-right: 3px;
  transition: all .8s ease;
  /*background: #1c2024;
  width: 35px;
  height: 35px;*/
  line-height: 35px;
  border-radius: 0;
  color: #fff;
  text-align: center;
}

/*---------- Footer Css Ends -----------*/



/*---------- Copyright Css Starts -----------*/

.copyright{
  padding: 10px 0;
  background: #2e2e2e;
  border-top: 1px solid #fff;
  text-align: center;
}

.copyright h6 {
  padding-top: 5px;
  margin: 0;
  font-size: 14px;
  color: #fff;
}

/*---------- Copyright Css Ends -----------*/



/*---------- Back to Top Css Starts -----------*/

#button {
  position: fixed;
  bottom: 40px;
  right: 30px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button i{
  text-align: center;
  height: 40px;
  font-size: 24px;
  width: 42px;
  border-radius: 4px;
  color: #fff;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  background: #448aff;
  margin-left: 2px;
  box-shadow: 0 0 2px #54595f;
}
#button i:hover {
  cursor: pointer;
  background-color: #0d1a2f;
  border-radius: 4px;
}
#button:active {
  background-color: #0d1a2f;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


/*---------- Back to Top Css Ends -----------*/



/*------------ Whatsapp Css Starts-----------------------
-----------------------------------------------------------*/

.whatsapp{
  position: fixed;
  bottom: 1%;
  left: 1%;
  z-index: 999;
  background: #18c139;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  padding: 7px 1px 1px 1px;
}

.whatsapp .wapp i {
  color: #fff;
  background: #18c139;
  font-size: 35px;
  /* padding: 15%;
  border-radius: 50%; */
}

/*------------ Whatsapp Css Ends-----------------------
-----------------------------------------------------------*/




/* ----------- Blog CSS Starts ----------- */

.blog{
  padding: 3% 0%;
  background-color: #fff;
}

.blog_wrap{
  display: block;
  background: #f7f7f7;
  position: relative;
  padding-bottom: 1%;
  border: 1px solid #f7f7f7;
}

.blog_wrap_inner{
  background-color: #eee;
}

.blog_wrap:hover .blog_image img{
  transform: scale(1.2);
}

.blog_image{
  overflow: hidden;
}

.blog_image img{
  width: 100%;
  transition: transform .5s;
}

.blog_info{
  display: block;
  padding: 0 15px 30px 15px;
}

.blog_info .blog_author{
  display: block;
  padding: 15px 0 20px 0;
  font-size: 12px;
  color: #96adba;
  margin-bottom: 5%;
}

.blog_info .blog_author p{
  float: left;
  color: #757575;
  font-size: 14px;
  line-height: 20px;
}

.blog_info .blog_date{
  display: block;
  float: right;
  color: #757575;
  font-size: 14px;
  line-height: 20px;
}

.blog_info h3 a{
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
  letter-spacing: .6px;
  padding: 0 0 5px 0;
  color: #333;
  text-transform: none;
  text-decoration: none;
}

.blog_info p{
  font-size: 16px;
  line-height: 22px;
}


/* ----------- Blog CSS Ends ----------- */



/* ----------- Blog Detail Css Starts -------------
-----------------------------------------------*/

.blog-detail-box h2{
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 1%;
  font-weight: 700;
}

.blog-detail-box .blog-img{
  padding-bottom: 1%;
}

.blog-detail-box .blog-img img{
  width: 100%;
}

.blog-detail-box ul.blog_date{
  margin: 2% 0%;
  padding: 0;
}

.blog-detail-box ul.blog_date li{
  display: inline-block;
}

/* ----------- Blog Detail Css Ends -------------
-----------------------------------------------*/


/* ----------- Sidebar Css Starts -------------
-----------------------------------------------*/

.sidebar{
  border: 1px solid #eee;
  padding: 0% 5%;
}

.sidebar-title{
  background-color: rgb(24, 97, 182);
  padding: 5px 5px;
  margin: 5% 0%;
}

.sidebar-title h2{
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;

}

.sidebar ul{
  margin: 0;
  padding: 0;
}

.sidebar ul li{
  /*display: block;*/
  list-style: none;
}

.sidebar .blog_list{
  padding-bottom: 5%;
}

.sidebar .blog_list img{
  width: 70px;
  height: 70px;
  margin-right: 10px;
  float: left;
}

.sidebar .blog_list p a{
  text-decoration: none;
  color: #2D3954;
}

.sidebar .blog_list p {
  line-height: 18px;
  font-size: 13px;
  margin-bottom: 0px;
}

.sidebar .blog_list p a:hover{
  color: rgb(24, 97, 182);
}

.sidebar ul.blog_date li{
  display: inline-block;
}

.download_prospectus{
  margin: 15% 0%;
}


/* ----------- Sidebar Css Ends -------------
-----------------------------------------------*/
