@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&amp;display=swap");

* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}

body {
    margin: 0px;
    padding: 0px;
    /* font-family: 'Poppins', sans-serif;*/
    font-family: 14px;
    font-family: "Roboto Condensed", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
ul,
ol,
p {
    margin: 0px;
    padding: 0px;
}

#marqueecontainer{
position: relative;
width: 100%; /*marquee width */
height: 600px; /*marquee height */
background-color: white;
overflow: hidden;

padding: 2px;
padding-left: 4px;
background: none;
}


.faa{
    color:#459b42 !important; 
}




/* ------------------------------------
    07. Services
---------------------------------------*/
.rs-services-style7 .Services-wrap .Services-item {
  position: relative;
  overflow: hidden;
}
.rs-services-style7 .Services-wrap .Services-item:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease 0s;
  border-radius: 8px;
}
.rs-services-style7 .Services-wrap .Services-item .Services-icon img {
  border-radius: 8px;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc {
  position: absolute;
  bottom: 25px;
  left: 0;
  text-align: center;
  width: 100%;
  transition: all .5s ease 0s;
  z-index: 10;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc i {
  webkit-animation-name: rs-animation-scale-up;
  animation-name: rs-animation-scale-up;
 display: none;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc i:before {
  color: #ff3115;
  font-size: 40px;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc .services-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc .services-title a {
  color: #ffffff;
}
.rs-services-style7 .Services-wrap .Services-item:hover:before {
  opacity: 1;
  visibility: visible;
}
.rs-services-style7 .Services-wrap .Services-item:hover .Services-desc {
  bottom: 50%;
  transform: translateY(50%);
}
.rs-services-style7 .Services-wrap .Services-item:hover .Services-desc i {
  display: block;
}
.rs-services-style7 .content-part .sub-text {
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #ff3115;
  font-weight: 600;
}
.rs-services-style7 .content-part .title {
  font-size: 30px;
  line-height: 40px;
  color: #212121;
  font-weight: 700;
  margin: 0;
}
.rs-services-style7 .content-part p {
  font-size: 16px;
  line-height: 27px;
  color: #505050;
  margin: 0;
}
/* ------------------------------------
    07. Services
---------------------------------------*/

.rs-services-style1 {
    padding:100px 0px 50px 0px;
    width: 100%;
    float: left; 
}





.rs-services-style1 .services-item {
  background-color: #212121;
  padding: 25px 17px 17px;
  box-shadow: 0 4px 2px -2px #000000;
  z-index: 111;
  position: relative;
  top: -30px;
  transition: all 0.3s ease 0s;
}
.rs-services-style1 .services-item:hover {
  background-color: #ff3115;
}
.rs-services-style1 .services-item:hover .services-icon {
  background-color: #ff3115;
}



.rs-services-style1 .services-icon {
    height: 130px;
    width: 130px;
    background-color: #212121;
    line-height: 88px;
    text-align: center;
    position: absolute;
    top: -50px;
    z-index: -1;
    font-size: 40px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: var(--skyBlue);
    transition: all 0.3s ease 0s;

}


/******* anime start ******/
.anime-thumb span {
  animation-play-state: running !important;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  padding:10px 0px 10px 0px !important; 
}
.anime-thumb span {
  width: 58%;
  height: 58%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  animation: rotate2 8s linear infinite;
  -webkit-animation: rotate2 8s linear infinite;
  -moz-animation: rotate2 8s linear infinite;
    animation-play-state: running;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
}
.anime-thumb span{
  top: 34%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  content: "";
}

@keyframes rotate2 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(1440deg);
        -ms-transform: translate(-50%, -50%) rotate(1440deg);
        transform: translate(-50%, -50%) rotate(1440deg);
    }
}


.anime-thumb span::after, .anime-thumb span::before {
  width: 10px;
  height: 10px;
  background-size: contain;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: -moz-linear-gradient(0deg, #fff 0, #fff 100%);
  background: -webkit-linear-gradient(0deg, #fff 0, #fff 100%);
  background: -ms-linear-gradient(0deg, #fff 0, #fff 100%);
  box-shadow: 1.21px 4.851px 6.72px 0.28px rgba(232, 58, 153, 0.39);
  left: 5px;
  bottom: 5px;
}
.anime-thumb span::after, .anime-thumb span::before {
  position: absolute;
  content: "";
}
.anime-thumb span::after {
    width: 13px;
    height: 13px;
    left: auto;
    bottom: auto;
    right: 5px;
    top: 5px;
}









/******* anime end ******/



.smlTtl{
  background-color: var(--skyBlue);
  width: fit-content;
  color: white;
  padding: 0 5px;
}
.myClr{
  color: var(--skyBlue);
}

.rs-services-style1 a:hover {
    text-decoration: none !important;
}


.rs-services-style1 .services-item:hover .services-icon,
.rs-services-style1 .services-item:hover .services-desc p {
  color: #fff;
}
.rs-services-style1 .services-desc {
  text-align: center;
  margin-top: 6px;
  font-size:14px;
}
.rs-services-style1 .services-desc p {
  color: #cccccc;
  margin-bottom: 0;
}
.rs-services-style1 .services-desc .services-title {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 7px;
  margin-top:20px;
  z-index: 10;
}
.rs-services-style1 .services-icon {
  height: 130px;
  width: 130px;
  background-color: #212121;
  line-height: 88px;
  text-align: center;
  position: absolute;
  top: -50px;
  z-index: -1;
  font-size: 40px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ff3115;
  transition: all 0.3s ease 0s;
}
.rs-services-style1 .services-icon i {
  display: inline-block;
}
.home5 .rs-services-style1 .services-item {
  margin-top: 0;
  padding-bottom: 20px;
  border-radius: 0 0 10px 10px;
}
.home5 .rs-services-style1 .services-item.blue-color {
  box-shadow: 0px 4px 13px #046875;
}
.home5 .rs-services-style1 .services-item.blue-color,
.home5 .rs-services-style1 .services-item.blue-color .services-icon {
  background: #00bcd4;
}
.home5 .rs-services-style1 .services-item.orange-color {
  box-shadow: 0px 4px 13px #9c510b;
}
.home5 .rs-services-style1 .services-item.orange-color,
.home5 .rs-services-style1 .services-item.orange-color .services-icon {
  background: #fc7f0c;
}
.home5 .rs-services-style1 .services-item.purple-color {
  box-shadow: 0px 4px 13px #50154f;
}
.home5 .rs-services-style1 .services-item.purple-color,
.home5 .rs-services-style1 .services-item.purple-color .services-icon {
  background: #92278f;
}
.home5 .rs-services-style1 .services-item.red-color {
  box-shadow: 0px 4px 13px #75231a;
}
.home5 .rs-services-style1 .services-item.red-color,
.home5 .rs-services-style1 .services-item.red-color .services-icon {
  background: #e84b3a;
}
.home5 .rs-services-style1 .services-item .services-icon {
  color: #fff;
  top: -50px;
  line-height: 90px;
  font-size: 40px;
}
.home5 .rs-services-style1 .services-item .services-desc {
  position: relative;
  z-index: 111;
  margin-top: 6px;
}
.home5 .rs-services-style1 .services-item .services-desc .services-title {
  margin-bottom: 6px;
  position: relative;
}
.home5 .rs-services-style1 .services-item .services-desc p {
  color: #eee;
}/* ------------------------------------
    07. Services
---------------------------------------*/
.rs-services-style7 .Services-wrap .Services-item {
  position: relative;
  overflow: hidden;
}
.rs-services-style7 .Services-wrap .Services-item:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease 0s;
  border-radius: 8px;
}
.rs-services-style7 .Services-wrap .Services-item .Services-icon img {
  border-radius: 8px;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc {
  position: absolute;
  bottom: 25px;
  left: 0;
  text-align: center;
  width: 100%;
  transition: all .5s ease 0s;
  z-index: 10;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc i {
  webkit-animation-name: rs-animation-scale-up;
  animation-name: rs-animation-scale-up;
  display: none;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc i:before {
  color: #ff3115;
  font-size: 40px;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc .services-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
}
.rs-services-style7 .Services-wrap .Services-item .Services-desc .services-title a {
  color: #ffffff;
}
.rs-services-style7 .Services-wrap .Services-item:hover:before {
  opacity: 1;
  visibility: visible;
}
.rs-services-style7 .Services-wrap .Services-item:hover .Services-desc {
  bottom: 50%;
  transform: translateY(50%);
}
.rs-services-style7 .Services-wrap .Services-item:hover .Services-desc i {
 display: block;
}
.rs-services-style7 .content-part .sub-text {
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #ff3115;
  font-weight: 600;
}
.rs-services-style7 .content-part .title {
  font-size: 30px;
  line-height: 40px;
  color: #212121;
  font-weight: 700;
  margin: 0;
}
.rs-services-style7 .content-part p {
  font-size: 16px;
  line-height: 27px;
  color: #505050;
  margin: 0;
}
/* ------------------------------------
    07. Services
---------------------------------------*/

.rs-services-style1 {
    padding:100px 0px 50px 0px;
    width: 100%;
    float: left; 
    position: relative;
    background-image: url(../images/video/b1.html);
    background-size: 100% 100%;
}





.rs-services-style1 .services-item {
  background-color: #212121;
  padding: 25px 17px 17px;
  box-shadow: 0 4px 2px -2px #000000;
  z-index: 111;
  position: relative;
  top: -30px;
  transition: all 0.3s ease 0s;
}
.rs-services-style1 .services-item:hover {
  background-color: #ff3115;
}
.rs-services-style1 .services-item:hover .services-icon {
  background-color: #ff3115;
}



.rs-services-style1 .services-icon {
    height: 130px;
    width: 130px;
    background-color: #212121;
    line-height: 88px;
    text-align: center;
    position: absolute;
    top: -50px;
    z-index: -1;
    font-size: 40px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: var(--skyBlue);
    transition: all 0.3s ease 0s;

}


/******* anime start ******/
.anime-thumb span {
  animation-play-state: running !important;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  padding:10px 0px 10px 0px !important; 
}
.anime-thumb span {
  width: 58%;
  height: 58%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  animation: rotate2 8s linear infinite;
  -webkit-animation: rotate2 8s linear infinite;
  -moz-animation: rotate2 8s linear infinite;
    animation-play-state: running;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
}
.anime-thumb span{
  top: 34%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
  content: "";
}

@keyframes rotate2 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -ms-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(1440deg);
        -ms-transform: translate(-50%, -50%) rotate(1440deg);
        transform: translate(-50%, -50%) rotate(1440deg);
    }
}


.anime-thumb span::after, .anime-thumb span::before {
  width: 10px;
  height: 10px;
  background-size: contain;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: -moz-linear-gradient(0deg, #fff 0, #fff 100%);
  background: -webkit-linear-gradient(0deg, #fff 0, #fff 100%);
  background: -ms-linear-gradient(0deg, #fff 0, #fff 100%);
  box-shadow: 1.21px 4.851px 6.72px 0.28px rgba(232, 58, 153, 0.39);
  left: 5px;
  bottom: 5px;
}
.anime-thumb span::after, .anime-thumb span::before {
  position: absolute;
  content: "";
}
.anime-thumb span::after {
    width: 13px;
    height: 13px;
    left: auto;
    bottom: auto;
    right: 5px;
    top: 5px;
}
/******* anime end ******/



.smlTtl{
  background-color: var(--skyBlue);
  width: fit-content;
  color: white;
  padding: 0 5px;
}
.myClr{
  color: var(--skyBlue);
}

.rs-services-style1 a:hover {
    text-decoration: none !important;
}


.rs-services-style1 .services-item:hover .services-icon,
.rs-services-style1 .services-item:hover .services-desc p {
  color: #fff;
}
.rs-services-style1 .services-desc {
  text-align: center;
  margin-top: 6px;
}
.rs-services-style1 .services-desc p {
  color: #cccccc;
  margin-bottom: 0;
}
.rs-services-style1 .services-desc .services-title {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 7px;
  margin-top:20px;
  z-index: 10;
}
.rs-services-style1 .services-icon {
  height: 130px;
  width: 130px;
  background-color: #212121;
  line-height: 88px;
  text-align: center;
  position: absolute;
  top: -50px;
  z-index: -1;
  font-size: 40px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ff3115;
  transition: all 0.3s ease 0s;
}
.rs-services-style1 .services-icon i {
  display: inline-block;
}
.home5 .rs-services-style1 .services-item {
  margin-top: 0;
  padding-bottom: 20px;
  border-radius: 0 0 10px 10px;
}
.home5 .rs-services-style1 .services-item.blue-color {
  box-shadow: 0px 4px 13px #046875;
}
.home5 .rs-services-style1 .services-item.blue-color,
.home5 .rs-services-style1 .services-item.blue-color .services-icon {
  background: #00bcd4;
}
.home5 .rs-services-style1 .services-item.orange-color {
  box-shadow: 0px 4px 13px #9c510b;
}
.home5 .rs-services-style1 .services-item.orange-color,
.home5 .rs-services-style1 .services-item.orange-color .services-icon {
  background: #fc7f0c;
}
.home5 .rs-services-style1 .services-item.purple-color {
  box-shadow: 0px 4px 13px #50154f;
}
.home5 .rs-services-style1 .services-item.purple-color,
.home5 .rs-services-style1 .services-item.purple-color .services-icon {
  background: #92278f;
}
.home5 .rs-services-style1 .services-item.red-color {
  box-shadow: 0px 4px 13px #75231a;
}
.home5 .rs-services-style1 .services-item.red-color,
.home5 .rs-services-style1 .services-item.red-color .services-icon {
  background: #e84b3a;
}
.home5 .rs-services-style1 .services-item .services-icon {
  color: #fff;
  top: -50px;
  line-height: 90px;
  font-size: 40px;
}
.home5 .rs-services-style1 .services-item .services-desc {
  position: relative;
  z-index: 111;
  margin-top: 6px;
}
.home5 .rs-services-style1 .services-item .services-desc .services-title {
  margin-bottom: 6px;
  position: relative;
}
.home5 .rs-services-style1 .services-item .services-desc p {
  color: #eee;
}









/********** Login-section *********************/

.login-section {
    width: 100%;
    float: left;
    padding: 2px 0px 2px 0px;
    background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
}

.btn-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.btn-list li img {
    width: 100%;
}

.btn-list li a {
    display: block;
    float: left;
    margin: 3px 3px 3px 3px;
    font-size: 15px;
    border-radius: 100px;
}

.student-login {
    background: #674d94 !important;
    border: 1px solid #fff;
}

.student-login:hover {
    background: #cf3772 !important;
    border: 1px solid #fff;
}

.center-login {
    background: #cf3772 !important;
    border: 1px solid #fff;
}

.center-login:hover {
    background: #f55904 !important;
    border: 1px solid #fff;
}


.apply-branch {
  background-color: #2f5cdb;
  animation-name: color;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}


@keyframes color {
  0% {
    background-color: #2f5cdb;
  }
  50% {
    background-color: #000000;
  }
  100 {
    background-color: #000000;
  }
}




.apply-branch:hover {
    background: #674d94 !important;
    border: 1px solid #fff;
}

.call {
    margin: 10px 5px 7px 0px;
    padding: 0px;
    text-align: right;
    color: #fff;
}

/********** Marquee-section *********************/

.marquee-section {
    width: 100%;
    float: left;
    padding: 2px 0px 2px 0px;
    background-image: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #35eb93 100%);
}

.marquee-section p {
    margin: 7px 0px 0px 0px;
    padding: 0px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

/********** Menu-section *********************/





.menu-section {
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px 0px 20px 0px;

}

nav.navbar.bootsnav {
    background-color: #fff;
    border-radius: 0;
    border: none;
    box-shadow: none !important;
    -moz-box-shadow: !important;
    /* -webkit-box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%); */
    -o-box-shadow: !important;
    /* margin: 0; */
}

.acsm-logo {
    height: 58px !important;
    float: left !important;
}

.image-slider {
    width: 100%;
    float: left;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 5px 50px 0 rgb(0 0 0 / 15%);
    padding: 0;
    width: 220px !important;
}

.navbar-brand > img {
    height: 72px !important;
}

nav.navbar.bootsnav ul.nav > li > a {
    font-size: 15.5px !important;
    padding: 30px 10px;
    font-weight:600; 
   font-family: "Roboto Condensed", sans-serif !important;
    text-transform:uppercase !important;
}

ul.navbar-right li.dropdown ul.dropdown-menu li a {
    color: #000;
    display: block;
    font-size: 16px !important;
    margin-bottom: 0;
    padding: 10px 10px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    font-family: "Roboto Condensed", sans-serif !important;
}

.navbar-right {
    /* float: right !important; */
    margin-right: 0px !important;
    margin-top: 10px !important;
}

/********** Slider-section *********************/

.image-slider img {
    width: 100%;
}

.dropdown li a:hover {
    text-decoration: none !important;
}

/********** Offer-section *********************/

.offer-section {
    width: 100%;
    float: left;
    padding: 0px;
   background-image: linear-gradient(to right, #3ab5b0 0%, #3d99be 31%, #56317a 100%);
}

.offer-section p {
    margin: 2px 0px 0px 0px;
    padding: 0px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.raduis-btn {
    border-radius: 100px !important;
    background: #002555 !important;
}

.red-btns {
    width: 8%;
    margin-top:3px;
    margin-bottom:3px;  
}

/********** Welcome-section *********************/

.bg {
    /* The image used */
}

.welcome-section {
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
    position: relative;
    background-image: url("../images/video/b1.html");
    background-size: 100% 100%;
}

.img-normal {
    margin: 50px 0px 50px 20px;
    float: left;
    width: 100%;
}

.title-welcomes {
    margin: 0px 0px 20px 0px;
    padding: 5px 0px 15px 10px;
    text-align: left;
    font-weight: 600;
    font-size: 31px;
    color: #002555;
    transform: none !important;
}

.title-welcomes span {
    color: #fe0000;
}

.title-wrapper {
    margin: 68px 0px 0px 60px;
    padding: 20px 30px 20px 20px;
    float: left;
    width: auot;
    height: 100px;
    background-image: url("../images/titles-bg.html");
    background-size: 100% 100%;
}

.paragraph-welcome {
    margin: 20px 0px 20px 60px;
    padding: 0px;
    text-align: justify;
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

.paragraph-content {
    width: 100%;
    float: left;
    display: block;
}

/********** Query-section *********************/

.query-section {
    width: 100%;
    float: left;
    padding: 50px 0px 50px 0px;
    background-image: linear-gradient(
        90deg,
        hsl(104deg 83% 39%) 0%,
        hsl(97deg 88% 39%) 8%,
        hsl(91deg 93% 39%) 15%,
        hsl(87deg 99% 39%) 23%,
        hsl(83deg 100% 40%) 31%,
        hsl(80deg 100% 41%) 38%,
        hsl(77deg 100% 43%) 46%,
        hsl(75deg 100% 44%) 54%,
        hsl(72deg 100% 45%) 62%,
        hsl(69deg 100% 46%) 69%,
        hsl(67deg 100% 47%) 77%,
        hsl(65deg 100% 48%) 85%,
        hsl(62deg 100% 49%) 92%,
        hsl(60deg 100% 50%) 100%
    );
}

.query-img {
    width: 100%;
    margin: 10px 20px 10px 20px;
}

.apply-now-btn {
    border-radius: 100px !important;
    padding: 10px !important;
    border: 1px solid #fff;
    background: #fe0000 !important;
    font-weight: 600;
    box-shadow: -1px 1px 15px -2px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: -1px 1px 15px -2px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: -1px 1px 15px -2px rgba(0, 0, 0, 0.36);
}

.apply-now-btn:hover {
    background: #fff !important;
    color: #ed1c24 !important;
    border: 2px solid #fff;
}

.query {
    width: 92%;
    float: left;
    margin-left: 15px;
}

.enquiry-title {
    width: 100%;
    height: 94px;
    float: left;
    background-image: url("../images/eenquiry-title.png");
    background-size: 100% 100%;
}

.enquiry-title h2 {
    margin: 32px 0px 0px 20px;
    padding: 0px;
    text-align: left;
    color: #fff;
}

.query-form {
    width: 89.1%;
    float: left;
    margin-left: 20px;
    margin-top: -7px;

    background: #ebebeb;
    border-left: 2px dashed #cd024a;
    border-right: 2px dashed #cd024a;
    border-bottom: 2px dashed #cd024a;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 10px 13px 12px -9px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 10px 13px 12px -9px rgba(0, 0, 0, 0.29);
    box-shadow: 10px 13px 12px -9px rgba(0, 0, 0, 0.29);
    padding-bottom: 30px;
}

.frm-group {
    width: 93% !important;
    margin: 10px 0px 0px 14px;
}

.input-control {
    padding-top: 13px;
    padding-bottom: 13px;
}

/********** Fee structure section *********************/

.feestructure-section {
    width: 100%;
    float: left;
    background: #f9f9f5;
    padding: 50px 0px 50px 0px;
    background-image: url(../images/video/b1.html);
    background-size: 100% 100%;
}

.wraper-block {
    width: 100%;
    float: left;
}

.features-wrapper {
    margin: 20px 0px 0px 0px;
    padding: 20px;
    float: left;
    width: 47%;
    height: 106px;
    background-image: url("../images/features-title.html");
    background-size: 100% 100%;
}

.title-features {
    margin: 0px;
    padding: 10px 0px 15px 10px;
    text-align: left;
    font-weight: 600;
    font-size: 40px;
    color: #002555;
    transform: none !important;
}

.title-features span {
    color: #fe0000;
}

.feature-list {
    width: 40%;
    float: left;
}

.feature-list ul {
    margin: 20px 0px 0px 20px;
    padding: 0px;
    list-style: none;
    width: 100%;
}

.feature-list ul li {
    display: block;
    background: url(../images/red-icon.html) no-repeat left 50%;
    padding: 5px 0px 5px 20px;
    font-size: 16px;
    color: #000;
}

.features-pic {
    width: 60%;
    float: left;
}

.feature-img {
    width: 90%;
}

.news-updates {
    width: 92%;
    float: left;
    margin-left: 15px;
}

.news-updates-title {
    width: 100%;
    height: 94px;
    float: left;
    background-image: url(../images/news-title.png);
    background-size: 100% 100%;
}

.news-updates-title h2 {
    margin: 32px 0px 0px 20px;
    padding: 0px;
    text-align: left;
    color: #fff;
}

.news-list {
    width: 89.1%;
    float: left;
    margin-left: 20px;
    margin-top: -7px;
    background: #ebebeb;
    border-left: 2px dashed #cd024a;
    border-right: 2px dashed #cd024a;
    border-bottom: 2px dashed #cd024a;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 10px 13px 12px -9px rgb(0 0 0 / 29%);
    -moz-box-shadow: 10px 13px 12px -9px rgba(0, 0, 0, 0.29);
    box-shadow: 10px 13px 12px -9px rgb(0 0 0 / 29%);
    padding-bottom: 30px;
    height: 610px;
    overflow: hidden;
}

.news-list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.news-list ul li {
    display: block;
    padding: 10px 20px 10px 20px;
     color: black;
}



.news-list ul li:nth-child(odd) {
    color:red;
}
.news-list ul li:nth-child(even) {
    color: green;
}





.owncenter-section {
    width: 100%;
    float: left;
    padding: 40px 0px 0px 0px;
   background-image: linear-gradient(to top, #cc208e 0%, #6713d2 100%);
}

.own-center {
    margin: 0px;
    padding: 0px;
    font-size:50px;
    font-weight: bold;
    color: #fff;
    line-height: 60px;
}

.own-center span {
    color: #7EFFFA;
}

.study-center-list {
    width: 100%;
    float: left;
    position: relative;
}

.offer {
    position: absolute;
    right: -173px;
    top: 0px;
    height: 260px;
}

.offers {
    display: none !important;
}

.study-center-list ul {
    margin: 100px 0px 0px 0px;
    padding: 0px;
    list-style: none;
}

.col-01 {
    padding: 5px 10px 5px 20px;
    background: #7EFFFA;
    margin: 20px 0px 10px 0px;
    border-radius: 100px;
    border: 2px solid #fff;
    color: #000;
    font-size:18px; 
   
    width: 28%;
}

.col-02 {
    padding: 5px 10px 5px 20px;
    background: #7EFFFA;
    margin: 0px 0px 10px 0px;
    border-radius: 100px;
    border: 2px solid #fff;
    color: #000;
    font-size:18px;  
    width: 30%;
}

.col-03 {
    padding: 5px 10px 5px 20px;
    background: #7EFFFA;
    margin: 0px 0px 10px 0px;
    border-radius: 100px;
    border: 2px solid #fff;
    color: #000;
     font-size:18px;  
    width: 32%;
}

.col-04 {
    padding: 5px 10px 5px 20px;
    background: #7EFFFA;
    margin: 0px 0px 10px 0px;
    border-radius: 100px;
    border: 2px solid #fff;
    color: #000;
     font-size:18px; 
    width: 35%;
}

.col-05 {
    padding: 5px 10px 5px 20px;
    background: #7EFFFA;
    margin: 0px 0px 10px 0px;
    border-radius: 100px;
    border: 2px solid #fff;
    color: #000;
     font-size:18px; 
    width: 39%;
}

.col-06 {
    padding: 5px 10px 5px 20px;
    background: #7EFFFA;
    margin: 0px 0px 10px 0px;
    border-radius: 100px;
    border: 2px solid #fff;
    color: #000;
     font-size:18px; 
    width: 51%;
}

.col-07 {
    padding: 5px 10px 5px 20px;
    background: #7EFFFA;
    margin: 0px 0px 10px 0px;
    border-radius: 100px;
    border: 2px solid #fff;
    color: #000;
     font-size:18px; 
    width: 71%;
}

.col-08 {
    padding: 5px 10px 5px 20px;
    background: #7EFFFA;
    margin: 0px 0px 10px 0px;
    border-radius: 100px;
    border: 2px solid #fff;
    color: #000;
     font-size:18px;  
    width:80%;
}

.col-88 {
    padding: 5px 10px 5px 20px;
    background: #7EFFFA;
    margin: 0px 0px 10px 0px;
    border-radius: 100px;
    border: 2px solid #fff;
    color: #000;
    font-size:18px; 
    width:69%;
}


.col-09 {
    padding: 5px 10px 5px 20px;
    background: #7EFFFA;
    margin: 0px 0px 10px 0px;
    border-radius: 100px;
    border: 2px solid #fff;
    color: #000;
    font-size:18px;  
    width:77%;
}

.col-10 {
    padding: 5px 10px 5px 20px;
    background: #7EFFFA;
    margin: 0px 0px 10px 0px;
    border-radius: 100px;
    border: 2px solid #fff;
    color: #000;
    font-size:18px;  
    width:64%;
}


.col-11 {
    padding: 5px 10px 5px 20px;
    background: #7EFFFA;
    margin: 0px 0px 10px 0px;
    border-radius: 100px;
    border: 2px solid #fff;
    color: #000;
     font-size:18px; 
    width:95%;
}


.wrap-sticky nav.navbar.bootsnav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    z-index: 111 !important;
  }


.wrap-sticky {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-height: 92px !important;
    z-index: 9999 !important;
}







/*.col-88{
    display: none !important;
}

*/
.col-077{
    display: none !important;
}


.brand-section img {
    width:200px;
    height:96px;
    margin:20px; 
}


iframe{
    margin-top: 25px;
}

.img-reduce {
    margin: 92px 0px 0px 100px !important;
    float: none !important;
    width: 90% !important;
}

.relative {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.india-no {
    padding: 0px;
    background: #fff200;
    margin: 10px 0px 3px 0px;
    border-radius: 5px;
    border: 2px solid #fff;
    color: #000;
    font-weight: bold;
    width: 80%;
}

.india-no h3 {
    margin: 0px;
    padding: 10px 10px 10px 10px;
    display: block;
    background: #fff200;
    font-size: 16px;
    font-weight: bold;
}

.india-no p {
    margin: 0px;
    padding: 10px;
    display: block;
    background: #1b1d61;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    line-height: 20px !important;
    overflow-x: scroll;
}
.study-section {
    width: 100%;
    float: left;
    padding: 50px 0px 50px 0px;
    background-image: url(../images/video/b1.html);
    background-size: 100% 100%;
}

.steps {
    width: 26%;
    margin: 0px auto;
    height: 100px;
    background-image: url(../images/steps-title-bg.html);
    background-size: 100% 100%;
}

.steps-title {
    margin: 0px;
    padding: 25px 0px 15px 10px;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    color: #002555;
    transform: none !important;
}

.steps-title span {
    color: #fe0000;
}

.study-section p {
    margin: 0px;
    padding: 20px 20px 40px 20px;
    text-align: center;
    color: #000;
    font-weight: bold;
}

.training {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
}

.training-title {
    background-image: url(../images/training.png);
    background-size: 100% 100%;
    width: 100%;
    float: left;
    height: 104px;
}

.title-training {
    margin: 0px;
    padding: 25px 0px 0px 30px;
    text-align: left;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.trainig-list {
    width: 86%;
    float: left;
    min-height: 360px;
    margin-left: 26px;
    margin-top: -19px;
    border-left: 2px solid #a106ab;
    border-right: 2px solid #a106ab;
    border-bottom: 2px solid #a106ab;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 10px 13px 12px -9px rgb(0 0 0 / 29%);
    -moz-box-shadow: 10px 13px 12px -9px rgba(0, 0, 0, 0.29);
    box-shadow: 10px 13px 12px -9px rgb(0 0 0 / 29%);
    padding-bottom: 30px;

    overflow: hidden;
}

.trainig-list ul {
    margin: 0px;
    padding: 20px 0px 0px 0px;
    list-style: none;
}

.trainig-list ul li {
    display: block;
    color: #000;
    padding: 5px 10px 5px 20px;
    margin: 0px 0px 0px 10px;
    /*background: url(../images/list-icon.png) no-repeat left 25%;*/
    font-size: 16px;
}

.green-bg {
    background-image: url(../images/green-bg.png) !important;
    background-size: 100% 100%;
    width: 100%;
    float: left;
    height: 104px;
}

.blue-bg {
    background-image: url(../images/blue-bg.png) !important;
    background-size: 100% 100%;
    width: 100%;
    float: left;
    height: 104px;
}

.trainig-list-green {
    border-left: 2px solid #09bbff !important;
    border-right: 2px solid #09bbff !important;
    border-bottom: 2px solid #09bbff !important;
}

.trainig-list-blue {
    border-left: 2px solid #0a0b9a !important;
    border-right: 2px solid #0a0b9a !important;
    border-bottom: 2px solid #0a0b9a !important;
}

/********** Testimonials-section *********************/

.testimonials-section {
    width: 100%;
    float: left;
    padding: 50px 0px 50px 0px;
    background-image: linear-gradient(-225deg, #A445B2 0%, #D41872 52%, #FF0066 100%);
}

.testimonials-section p {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 24px;
    color: #ffcc01;
}

.testimonials-section h2 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 55px;
    color: #fff;
    font-weight: 600;
}

.img-slider {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.block-wrapper {
}

.block-01 {
    width: 31%;
    background: #fff;
    border-radius: 5px;
    margin: 10px;
    float: left;
    padding: 10px;
    min-height: 279px;

}

.top-col {
    width: 100%;
    float: left;
}

.top-col img {
    border-radius: 100px;
    margin: 20px 10px 0px 20px;
    float: left;
}

.top-col h3 {
    margin: 30px 0px 0px 60px;
    padding: 0px;
    text-align: left;
    color: #000;
    font-size: 21px;
}
.top-col h4 {
    margin: 0px 0px 0px 60px;
    padding: 0px;
    text-align: left;
    color: #08a4df;
    font-size: 16px;
}

.top-col p {
    margin: 10px 10px 0px 10px;
    padding: 0px;
    text-align: left;
    color: #000;
    font-size: 16px;
}

.indicators {
    bottom: -20px !important;
}

/********** Brands-section *********************/

.brand-section {
    width: 100%;
    float: left;
    padding: 20px 0px 10px 0px !important;
}

/********** footer-section *********************/

.footer-section {
    width: 100%;
    position: relative;
    float: left;
    padding: 50px 0px 50px 0px;
    min-height: 500px;
    background-image: linear-gradient(-225deg, #00b6c1 0%, #ae37e5 48%, #6654F1 100%);
}
}

.building {
    width: 100%;

    background: url(../images/building-bg.html) repeat;
    height: 211px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.acsm-wrap {
    width: 100%;
    float: left;
    bottom: 1px solid red;
}

.acsm-wrap p {
    padding: 20px 100px 0px 0px;
    margin: 0px;
    color: #fff;
    text-align: justify !important;
}

.acsm-wrap h3 {
    padding: 20px 0px 0px 0px;
    margin: 0px;
    color: #fff;
    text-align: left !important;
    font-weight: bold;
    color: #ffd800;
    font-size: 22px;
}

.acsm-wrap p span {
    color: #e4ff00;
    font-size: 22px;
    font-weight: bold;
}

.acsm-wrap h2 {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 42px;
    font-weight: 600;
}

.acsm-wrap ul {
    margin: 20px 0px 0px 10px;
    padding: 0px;
    list-style: none;
}

.acsm-wrap ul li {
    display: inline;
}

.acsm-wrap ul li a {
    display: block;
    float: left;
    color: #fff;
    padding: 5px 0px 5px 25px;
    text-decoration: none;
    width: 100%;
    background: url(../images/yellowlist-icon.html) no-repeat left 50%;
}

.legal-warning {
    margin: 0px;
    padding: 50px 150px 150px 150px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.legal-warning span {
    color: #e4ff00;
    font-weight: bold;
    font-size: 16px;
}

.copy {
    width: 100%;
    float: left;
    padding: 10px 0px 10px 0px;
    background: #0e0e31;
}

.copy p {
    margin: 0px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}



/********** Banner-section *********************/ 

.breadcumbs{

widows:auto;
float: left;
border:3px solid #e98400;
padding: 10px 20px 10px 20px;
margin:120px 0px 0px 50px;
color: #fff;
border-radius: 100px;

}


.banner-section {
    width:100%;  
   
    float:left; 
    padding:0px 0px 0px 0px;

}

.form-section{

    width: 100%;
    float: left;
    padding: 40px 0px 40px 0px;
   /* position: relative;
    background-image: url(../images/video/bb.gif);
    background-size: 100% 100%;
    height: 1000px; */
    background: #e8ebf2;

}

.study-center{
    width: 100%;
    float: left;
    padding:20px; 
    background: #fff;
    border-radius: 10px;
    border-radius: 10px;
    box-shadow: -1px 3px 11px -1px rgba(0,0,0,0.36);
-webkit-box-shadow: -1px 3px 11px -1px rgba(0,0,0,0.36);
-moz-box-shadow: -1px 3px 11px -1px rgba(0,0,0,0.36);
   
}
.study-center img{
    width: 100%;
}

.form-area{
    width: 100%;
    float: left;    
    background: #fff;
    border-radius: 10px;
    box-shadow: -1px 3px 11px -1px rgba(0,0,0,0.36);
-webkit-box-shadow: -1px 3px 11px -1px rgba(0,0,0,0.36);
-moz-box-shadow: -1px 3px 11px -1px rgba(0,0,0,0.36);
    
}

.form-title{
    width: 40%;
    float: left;
    margin: 40px 0px 0px 0px;   
    -webkit-border-top-right-radius: 50px;
-webkit-border-bottom-right-radius: 50px;
-moz-border-radius-topright: 50px;
-moz-border-radius-bottomright: 50px;
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
 background-image: linear-gradient(
        90deg,
        hsl(117deg 98% 32%) 0%,
        hsl(136deg 100% 30%) 6%,
        hsl(146deg 100% 29%) 13%,
        hsl(155deg 100% 28%) 19%,
        hsl(165deg 100% 27%) 25%,
        hsl(176deg 100% 25%) 31%,
        hsl(187deg 100% 26%) 37%,
        hsl(195deg 100% 29%) 44%,
        hsl(201deg 100% 31%) 50%,
        hsl(205deg 100% 33%) 56%,
        hsl(209deg 100% 33%) 63%,
        hsl(212deg 100% 33%) 69%,
        hsl(215deg 100% 32%) 75%,
        hsl(218deg 100% 31%) 81%,
        hsl(221deg 100% 28%) 87%,
        hsl(226deg 100% 25%) 94%,
        hsl(235deg 100% 22%) 100%
    );
}


.form-title h2 {
    margin: 0px;
    padding: 10px 0px 10px 20px;
    text-align: left;
    color: #fff;

}

.personal-information{
    width:100%;
    float:left;    
    margin:20px 0px 20px 0px;
    padding:0px;
    
    } 

.personal-info-title {
    width: 100%;
    float: left;
    background-image: linear-gradient(
        90deg,
        hsl(50deg 96% 59%) 0%,
        hsl(40deg 100% 58%) 11%,
        hsl(30deg 100% 59%) 22%,
        hsl(20deg 94% 60%) 33%,
        hsl(7deg 81% 60%) 44%,
        hsl(353deg 67% 54%) 56%,
        hsl(339deg 70% 44%) 67%,
        hsl(326deg 91% 34%) 78%,
        hsl(315deg 100% 25%) 89%,
        hsl(297deg 94% 19%) 100%
    );

}



.personal-info-title h3 {
    margin: 0px;
    padding:10px 0px 10px 20px;
    font-size: 20px;

    }

.form-fields {
    width: 100%;
    float: left;    
    padding:10px 20px 10px 20px;


}

.form-control{
    background: #f4f4ef !important;
    
}


.upload-input-group {  
    margin-bottom: 10px;  
}  
.input-group>.custom-select:not(:last-child) {  
  height: 45px;  
}  
.input-group>.form-control:not(:last-child) {  
  height: 45px;  
}  

.btn-upload {  
    padding: 10px 20px;  
    margin-left: 10px;  
}  
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {  
    color: #fff;  
    background-color: #0062cc;  
    border-color: #1c7430;  
}  
   

   .btnsprms{

     

   }



.submits{
   background: #13903d;
   margin:5px;
   border-radius:100px !important 

}


.resets{
   background: #ce0022;
   margin:5px;
   border-radius:100px !important 

}



/********** About us *********************/ 

.about-section{
    width: 100%;
    float: left;
}

.mision-list {

    margin:0px 0px 50px 50px;
    padding: 0px;
    list-style: none;;
}


.mision-list li {
    display: inline-block;
    margin:0px 0px 0px 20px;    
    font-size: 14px;
    display: block;
    background: url(../images/red-icon.html) no-repeat left 50%;
    padding: 5px 0px 5px 20px;
    font-size: 16px;
    color: #000;
} 


.doc-block{
    width: 95% !important;
    margin:10px;
    float: left;
    

}

.doc-block img{
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.doc-padding{
    margin-bottom: 40px !important;
}

.table-block{
    width:100%;
    float: left; 
    margin-top: 20px;


}

.th-bg{
    background: #a400ab;
    color: #fff;

}


.table {
   
}



tr:nth-child(odd) {
    background: #b8db7d;
    color: #000;
}
tr:nth-child(even) {
    background: #f7c7db;
    color: #000;
}


.admission-verification{
    width: 100%;
    float:left;   
    margin:50px 0px 100px 0px;
    border-radius: 20px;
   background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);

    box-shadow: 2px 3px 5px 2px rgba(0,0,0,0.43);
-webkit-box-shadow: 2px 3px 5px 2px rgba(0,0,0,0.43);
-moz-box-shadow: 2px 3px 5px 2px rgba(0,0,0,0.43);
}


.admission-verification h2{
    margin:0px;
    padding: 30px 0px 0px 0px;
    text-align: center;
    font-weight: bold;
    font-size:35px;
    color: #fff;
}

.verification{
    width:75%;
    margin:20px auto;   
    border-top:1px solid #fff;
    border-bottom: 1px solid #fff; 
    margin-bottom:10px !important;
   
}

.correct{
    margin:50px 0px 0px 0px;
    padding: 0px;
    text-align: center;
}

.admission-control{
    padding: 22px 20px 22px 20px !important;
    margin: 15px 0px 0px 0px !important;
    font-size: 1.5rem !important;
}

.submits-btn {
    background: #f97c37;
    margin-bottom: 20px;
    border-radius: 10px !important;
}

.submits-btn:hover{
    background: #b202ba;

}


.resets {
    background: #ce0022;
    margin-bottom: 20px;
    border-radius: 10px !important;
}
.center{
    margin: 0px;
    padding: 0px;
}

.inner-banner{
    width: 100%;
    height: auto;
}

.select-control{
 display: block !important;
    width: 100% !important;
    margin: 12px 0px 0px 0px !important;
    padding:10px 20px 10px 20px !important;    
    font-size: 1.5rem !important;
    border-radius:4px;
    color: #6c757d !important;
}



/*.select-control .list  {
    display:none !important;

}
*/
.nice-select{
    display:none !important;
}



.contact-section{
    width: 100%;
    float: left;
    padding: 50px 0px 50px 0px;

}

.contact-detals{
    width: 100%;
    float: left;    
    background: #070b3b;
    border-radius: 10px;
    margin:20px 0px 0px 0px;
    box-shadow: 10px 13px 12px -9px rgb(0 0 0 / 29%);
}

.contact-detals h2{
    margin: 0px;
    padding: 30px 0px 0px 20px;
    text-align: left;
    color: #fb861f;
    font-size:38px;
    font-weight: bold; 
}

.contact-detals h3{
    margin:0px 0px 0px 20px;
    padding: 10px 0px 0px 20px;
    text-align: left;
    color: #fff;
    font-size:20px;
    font-weight: 400;
}

.contact-detals p{
    margin: 10px 20px 10px 20px;
    padding: 0px 20px 58px 20px;
    text-align: left;
    color: #fff;
    border-bottom: 1px dotted #fb861f;

}

.contact-enquiry{
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
    margin:20px 0px 0px 0px;
   
}



.contact-map{
    width: 100%;
    float: left;
    margin:20px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    border: 2px dashed #ec950c;
    border-radius: 10px;
    box-shadow: 10px 13px 12px -9px rgb(0 0 0 / 29%);
   
   
}

.fa-map-marker{
    color: #fb861f !important;
}

.fa-phone-square {
    color: #fb861f !important;

}

.enquiry-contact {
    width: 100%;
    
    float: left;
    background:#cd024a;
    -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
    
}

.enquiry-contact h2{

    margin: 10px 0px 10px 20px;
    padding: 3px 0px 3px 0px;
    text-align: left;
    color: #fff;
    font-size: 25px;
}

.contact-forms{
    width: 100% !important;
    float: left;
    margin-left:0px;

}

.doc-block-pic {
    
    background:#e3c104 !important;
    padding:6px  !important;
    border-radius:10px;
    margin-top: 0px !important; 
     box-shadow: 10px 13px 12px -9px rgb(0 0 0 / 29%);
     margin-bottom: 20px !important; 
}

.doc-block-pic img{
    margin-top: 0px !important;

}

.gallery-block {
    width: 100%;
    float: left;
    padding-top:40px;
    padding-bottom: 40px;

}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 0.5rem;
    border-bottom: none !important;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem !important;
}


.modal-body img{
    width: 100%;
}

.iframe{
    height: 240px;
    width: 95%;
    margin-top:5px;
}
