body {
    font-family: 'Dubai-Regular', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
}
a, button {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.no-padding{
  padding:0px;
}
button:focus {
    outline: none;
}
a, a:hover {
	text-decoration: none;
}
img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
}
.servicePage .customBtn{
  margin-top: 37px;
}
 .header-style br {
  content: "";
  display: block;
  height:7px;


  }
  .ul-list-style{
    max-width: 92vw;
    margin:0 auto;
  }


.customBtn {

    display: inline-block;
    background-color: #dc0303;
    padding: 12px 15px;
    border-radius: 3px;
    border: 1px solid #dc0303;
    color: #fff;
    font-size:20px;
}
.contactBtn{
      margin-top: 59px;
}

.donation-btn{
  margin-top: 28px;
}
.registerBtn{
  margin-top: 28px;
}
.customBtn.onlyBorder {
    background-color: transparent;
    color: #dc0303;
}
.customBtn:hover {
    background-color: transparent;
    color: #dc0303;
}
.customBtn.onlyBorder:hover {
    background-color: #dc0303;
    color: #fff;
}
.homePage {
	padding:  0;
	position: relative;
	background-image: url('../../assets/images/home-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.homePage .container {
	position: relative;
  	z-index: 2;
}
.homeHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.homeLogo img {
	max-width: 130px;
    margin-bottom: 15px;
}
.homepcLogo {
    margin: 15px;
}
.homeLang {
    flex: 0 0 200px;
}
.homeLang .loginBtn {
    margin-bottom: 5px;
}
.loginBtn a,
.langBtn a {
	color: #fff;
    font-family: 'Dubai-Bold', Helvetica, sans-serif;
}
.loginBtn a img,
.langBtn a img {
	max-width: 36px;
	margin-right: 10px;
}
.homeTitle h1 {
	text-transform: uppercase;
	text-align: center;
	color: #fff;
    font-size: 24px;
    font-family: 'Dubai-Bold', Helvetica, sans-serif;
}
.navImg {
	max-width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.roundNav {
    position: relative;
    height: 600px;
    margin-top: -85px;
}
.navCircle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navCircle ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
}
.navCircle li {
    position: absolute;
    width: 0;
    height: 100%;
    margin: 0 50%;
    -webkit-transform: rotate(-360deg);
    transition: all 0.8s ease-in-out;
}
.navCircle li span {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 130px;
    height: 130px;
    line-height: 1px;
    margin-left: -65px;
    background: transparent;
    border-radius: 50%;
    text-align: center;
    font-size: 1px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: none;
    transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
}
.navCircle.open li a {
    width: 130px;
    height: 130px;
    line-height: 130px;
    margin-left: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}
.navList li img {
    max-width: 75px;
}
.copyRights p {
	color: #fff;
	text-transform: uppercase;
    font-family: 'Dubai-Bold', Helvetica, sans-serif;
}

/* ---- particles.js ---- */

canvas {
  display: block;
  vertical-align: bottom;
}
#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Header */

.topHeader {
background-color: #f2f1f1;
}
.topHeader .infoLists {
    margin: 0;
    padding: 5px 0;
    list-style: none;
}
.topHeader .infoLists li {
    display: inline-block;
    padding: 0 5px;
    font-size: 0.9rem;
    font-family: 'Dubai-Bold', Helvetica, sans-serif;
}
.topHeader .socialLinks {
    margin: 0;
    padding: 5px 0;
    list-style: none;
}
.topHeader .socialLinks li {
    display: inline-block;
}
.topHeader .socialLinks li a {
    padding: 0 5px;
    color: #000;
    display: block;
    font-family: 'Dubai-Bold', Helvetica, sans-serif;
    font-size:30px;
}
.navLogo img {
    max-width: 100%;
}
.headerLinks {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.headerLinks p {
    width: 100%;
    margin-bottom: 0;
    font-family: 'Dubai-Bold', Helvetica, sans-serif;
}
.headerLinks p a {
    color: #000;
}
.headerLinks ul {
    margin: 0;
    padding: 5px 0;
    list-style: none;
}
.headerLinks ul li {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    font-family: 'Dubai-Bold', Helvetica, sans-serif;
}
.headerLinks ul li a {
}
.headerLinks ul li + li:before {
    content: '';
    position: absolute;
    top: 3px;
    left: -2px;
    width: 1px;
    height: 15px;
    background-color: #000;
}
.navSection {
    width: 100%;
    position: absolute;
    z-index: 10;
    background-color: #f2f1f1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.navSection .navbar-nav .nav-link {
    padding: 0 1rem;
    white-space: nowrap;
    color: #0e01bc;
    line-height: 18px;
    font-family: 'Dubai-Bold', Helvetica, sans-serif;
}
.navSection .navbar-nav li {
    padding: 7px 0;
}
.navSection .navbar-nav li + li .nav-link {
    border-left: 1px solid;
}
.navSection .customToggler:focus {
    outline: none;
}
.navSection .customToggler .navbar-toggler-icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #dc0303;
}
.navSection .customToggler .navbar-toggler-icon.active {
    background: none;
}
.navSection .customToggler .navbar-toggler-icon:before,
.navSection .customToggler .navbar-toggler-icon:after {
    content: '';
    width: 32px;
    height: 2px;
    background: #dc0303;
    position: absolute;
    left: 0;
    transition: all 0.15s ease-out;
}
.navSection .customToggler .navbar-toggler-icon.active:before {
    top: 0;
    transform: rotate(45deg);
    background: #dc0303;
}
.navSection .customToggler .navbar-toggler-icon.active:after {
    top: 0;
    transform: rotate(135deg);
    background: #dc0303;
}
.navSection .customToggler .navbar-toggler-icon:before {
    top: -7px;
}
.navSection .customToggler .navbar-toggler-icon:after {
    bottom: -7px;
}
.coverSection {
    padding: 0;
    position: relative;
}
.bannerSlider {
    position: relative;
}
.bannerSlider.owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}
.bannerSession{
  margin-top:35px;
}
.bannerSlider .item .bannerContent {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%);
    width: 50%;
    text-align: left;
}
.bannerSlider .item .bannerContent h1 {
    display: none;
    font-size: 35px;
    color: #fff;
    line-height: 50px;
    text-shadow: 1px 1px 3px #141534;
    margin-bottom: 15px;
    font-family: 'Dubai-Bold', Helvetica, sans-serif;
}
.bannerSlider .item .bannerContent h1 span {
    color: #d7ae5e;
}
.bannerSlider .item .bannerContent p {
    display: none;
    margin-bottom: 15px;
    color: #fff;
}
.bannerSlider .item .bannerContent a {
    display: none;
    font-size: 14px;
}
.show {
    display: block!important;
}
.showin {
    display: inline-block!important;
}
.bannerSlider.owl-theme .owl-dots .owl-dot {
    outline: 0;
}
.bannerSlider.owl-theme .owl-dots .owl-dot.active span,
.bannerSlider.owl-theme .owl-dots .owl-dot:hover span {
    outline: 0;
    background: #eee;
}
.bannerSlider.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px;
    background: #fff;
}
.aboutSection {
    padding: 60px 0;
}
.aboutImg .overlayIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    -ms-transition: ease-in-out;
    transition: .4s all ease-in-out;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
}
.aboutImg .overlayIcon a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}
.aboutImg .overlayIcon a img {
    width: 42px;
}
.aboutImg:hover .overlayIcon {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.aboutWidget {

}
.aboutWidget h5 {
  font-size: 18px;
  color: #4a4949;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top:22px;
}
.aboutWidget h3 {
  color: #4a4949;
  margin-bottom: 20px;
  font-family: 'Dubai-Bold', Helvetica, sans-serif;
  font-size: 30px;
}
p.proverb{
  line-height: 2.4;
  font-size:18px;
}
p span.proverbstyle{
  color:#dc0303;

}
button.clsbtn{
height: 40px;
position: absolute;
right: 2px;
top: 2px;
width: 40px;
z-index: 2147483647;
}
.aboutWidget h3 span {
    color: #dc0303;
}
.aboutWidget p {
}

.aboutWidget  p.main {
    line-height: 1.5rem;
    padding-left: 9px;
    color: #424141;
    border-left: 5px solid #dc0303;
    font-size: 18px
}
.aboutWidget  p.about-main{
    line-height: 35px;
    font-size: 17px;
    text-align: justify !important;
    margin-bottom:0;
}
.breadcrumbSection {
    background-image: url('../../assets/images/page-banner-img-1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
}
.breadcrumbSection .breadcrumbTitle h1 {
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}
.contactPage {
    padding: 70px 0 0 0;
}
.contactPage .container{
  padding:0px;
}
.mainTitle p i {
    color: #007bff;
}
.mainTitle h2 {
   font-size: 28px;
    font-weight: 900;
    color: #4a4949;
    line-height: 40px;
    text-transform: uppercase;
}
.mainTitle h2 span {
    color: #dc0303;
}
.mainTitle p {
    font-size: 18px;
    line-height: initial;
    margin-top: 25px;
}
.mainTitle-tamil p{

  font-size: 18px;
  line-height:initial;
}
p.service-englishdoc{
  margin-top: 20px;
  font-size: 21px;
  line-height: 1.4;
}
p.service-tamildoc{
  margin-top: 20px;
font-size: 22px;
line-height: 1.4;
}
.contactForm .mainTitle h2 {
    text-transform: none;
}
.service-liststyle{
  margin-top: 50px;
  padding-left: 35px;
  padding-top:50px;
  box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 10%);
  margin-right: 32px;
  max-width: 30%;
}
.service-liststyle ol li{
  padding:10px;
  font-size: 18px;
}

.contactForm {
    padding: 55px 0;
    background-color: #f8f9fa;
}
.Formtextbox{
  margin-bottom:2px;
  margin-top:35px;
}
.contactForm .form-control {
  border-bottom: 2px solid #dc0303;
  padding: 9px 0 9px 23px;

    border-radius: 10px;
    font-size: 20px;
    height: 68px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);


}
.contactAddress {
  margin-top: 35px;
  box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 10%);
   border-bottom: 3px solid #dc0303;
    background-color: #fff;

    padding: 29px;
    border-radius: 3px;
}
.contactAddress h4 {
    font-weight: 800;
}
.contactAddress p.infoadress{
  margin-top: 20px;
    font-size: 17px;
    line-height: 1.2;
}
.subscribeSection {
    padding: 50px 0;
}
.subscribeBox {
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.subscribeBox .subscribeInfo {
    display: flex;
    align-items: center;
}
.subscribeBox .subscribeInfo .subscribeIcon {
    margin-right: 10px;
}
.subscribeBox .subscribeInfo .subscribeIcon i {
    font-size: 80px;
    color: #1c8adb;
}
.subscribeBox .subscribeInfo .subscribeDes h3 {
    font-size: 24px;
    font-weight: 600;
}
.subscribeBox .subscribeInfo .subscribeDes p {
    margin-bottom: 0;
}
.subForm input.form-control {
    margin-bottom: 5px;
}
.subForm input.form-control:focus {
    border: 1px solid #1c8adb;
}
.subForm .customBtn {
    width: 100%;
}
.servicePage {
    padding: 20px 0;
    margin-top:80px;
    margin-bottom:40px;
    background-color: #f8f9fa;
}
.servicepage-condent{
  margin-top:20px;
}
.servicepage-condent-row{
  margin-bottom: 62px;
}
.servicepage-condent--col-1{
  padding: 0 32px;
}
.col-md-3:last-child .serviceItem {
    margin-bottom: 0px;
}
.serviceItem {
    margin-bottom: 30px;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
}
.serviceItem:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.25);
}
.serviceItem .serviceDes {
    text-align: center;
}
.serviceItem .serviceDes h3 {
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    color: #dc0303;
}
.serviceItem .serviceDes p {
    line-height: 17px;
}
.serviceItem .serviceImg img {
    border-radius: 10px;
}
.galleryPage {
    padding: 70px 0;
    background-color: #f8f9fa;
}
.galleryItem {
    margin-bottom: 30px;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.galleryItem:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.25);
}
.galleryItem .galleryImg {
    position: relative;
}
.galleryItem .galleryImg .overlayBtn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(220, 3, 3, 0.3);
    border-radius: 10px;
    transform: scale(0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.galleryItem:hover .galleryImg .overlayBtn {
    transform: scale(1);
}
.galleryItem .galleryImg .overlayBtn a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
}
.galleryItem .galleryImg img {
    border-radius: 10px;
}
.galleryItem .galleryDes {
    text-align: center;
    margin-top: 15px;
}
.galleryItem .galleryDes h3 {
    margin: 0;
    font-weight: 800;
    font-size: 18px;
    color: #dc0303;
}
.eventItem {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.eventItem:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.25);
}
.eventImg {
    flex: 0 0 100px;
    margin-right: 10px;
}
.eventImg img {
    max-width: 100px;
    border-radius: 5px;
}
.eventDes {
    flex-grow: 1;
}
.eventDes h3 {
    margin: 0 0 10px 0;
    font-weight: 800;
    font-size: 18px;
    color: #dc0303;
}
.eventDes span i {
    color: #007bff;
}
.employmentPage {
    padding: 70px 0;
    background-color: #f8f9fa;
}
.employmentItem {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.employmentItem:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.25);
}
.employmentItem .postDate {
    flex: 0 0 100px;
    margin-right: 10px;
}
.employmentItem .postDate h3 {
    width: 100px;
    height: 100px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    border: 1px solid #444;
    padding: 5px;
    color: #dc0303;
    font-weight: 600;
    text-align: center;
    font-size: 36px;
    margin: 0;
}
.employmentItem .postDate h3 span {
    display: block;
    color: #444;
    font-size: 18px;
    font-weight: 400;
}
.employmentItem .postDes {
    flex-grow: 1;
}
.employmentItem .postDes h3 {
    margin: 0 0 10px 0;
    font-weight: 800;
    font-size: 18px;
    color: #dc0303;
}
.text-case-unset {
    text-transform: unset!important;
}

footer {
    background-color: #eee;
    padding-top: 50px;
}
.footerWidget {
    margin-bottom: 30px;
}
.footerWidget h3 {
    color: #0e01bc;
    font-size: 22px;
    border-bottom: 1px solid #dc0303;
    padding-bottom: 7px;
    position: relative;
    margin-bottom: 30px;
    display: block;
}
.footerWidget h3:after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    width: 45px;
    height: 5px;
    background-color: #0e01bc;
}
.footLinks {
    margin: 0;
    padding: 0;
}
.footLinks li {
    list-style: none;
}
.footLinks li a {
    display: block;
    padding: 7px 0;
    border-bottom: 1px dotted #393d42;
    color: #393d42;
}
.footLinks li a:hover {
    color: #dc0303;
}
.socialMedia {
    margin: 0;
    padding: 0;
    list-style: none;
}
.socialMedia li {
    display: inline-block;
    margin-bottom: 3px;
}
.socialMedia li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    background-color: #283a44;
    border-radius: 3px;
    color: #949da2;
}
.socialMedia li a:hover {
    color: #fff;
    background-color: #0e01bc;
}
.addInfo {
    display: flex;
    margin-bottom: 15px;
}
.addInfo .addIcon {
    flex: 0 0 50px;
}
.addInfo .addIcon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    background-color: #dc0303;
    border-radius: 50%;
    color: #fff;
}
.addInfo .addDet {
    flex-grow: 1;
}
.addInfo .addDet span {
    font-family: 'Dubai-Bold', Helvetica, sans-serif;
    display: block;
    margin-bottom: 10px;
}
.copyBg {
    background-color: #012234;
    padding: 15px 0;
}
.copyBg p {
    margin-bottom: 0;
    color: #eee;
}
.copyBg p a {
    color: #eee;
}
.homePage .socialLinks a{
    font-size:26px;
    padding-left:7px;
}
/* Herbert Style
.container{
    background-color: #f2f1f1 !important;
} */
header{
    margin-bottom: 15px;
}
.active{
    background-color: #d12121;
    color: white !important;
    margin-right: -2px !important;
    margin-left: -2px;
}
.active a{
    color:white !important;
}
.galleryImg{
    text-align: center;
}
.galleryImg img{
    width: 100px;
    margin: 0 auto;
}
.navBackBtn{
    font-size: 20px;
}
.miscellImage{
    max-width: 200px;
    margin:0 auto;
}
.miscel-intro{
    margin:40px 0 52px 0;
}
p{
    text-align: justify !important;
  text-justify: inter-word !important;
}
.models{
      width: 1170px;
      padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.customerSlide{
  width:100%;
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #ddd;
  padding: 20px 0 0;
  box-shadow: 0 50px 80px -40px rgb(0 0 0 / 35%), 0 25px 25px -20px rgb(0 0 0 / 35%);
  border-bottom: none;
  overflow: hidden;
}
.alignleft{
  padding-left: 70px;
}
.titleSec {
    font-size: 30px;
  text-align: center;
      margin: 0 0 60px;
  }
  .customerSlide img{

    max-width: 100%;
  }


.customerSlide figure {
  margin:0px;
    float: right;
    width: 400px
  }
  .cusCon {
    margin: 80px 0 0 60px;
}
.cusCon>span {
    font-size: 14px;
    font-weight: 600;
  }
.cusCon p {
  word-spacing: .1em;
    font-size: 18px;
    margin-bottom: 50px;
    line-height: 1.42857143;
  }
  .cusCon p span {
    font-weight: 600;
    color: #dc0303;
  }
  p.headline{
    font-size: 22px;
    font-weight: bold;
  }
  .customerBlock {
    padding: 60px 0;
    background: #eef1f6;
  }

@media (max-width: 767.98px) {
    .service-liststyle{
        max-width:80%;
        margin:0 auto;
    }
    .customerSlide figure{
        float:inherit;
        width:auto;
        text-align:center;
        margin:0 0 21px 0;
    }
    .customerSlide img{
        width: 200px;
        height: 200px;
        border-radius: 50%;
        border: 1px solid;
    }
    .cusCon{
        margin:40px 0 0 0;
        padding:0 15px;
    }
}
