@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');

/*-- Common Style --*/
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
/*-- 
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden; }

.hidden {
  display: none; }

.clear {
  clear: both; }

.section {
  float: left;
  width: 100%; }

.capitalize {
  text-transform: capitalize; }

.uppercase {
  text-transform: uppercase; }

.bg-img {
  background-position: center center;
  background-size: cover; }

.border-bottom-1 {
  border-bottom: 1px solid #d5d5d5; }

a:hover {
  color: #3a3937; }

/*************************
  Basic margin padding
*************************/
.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0; }

.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0; }

/*************************
         Margin top
*************************/
.mt-0 {
  margin-top: 0; }

.mt-10 {
  margin-top: 10px; }

.mt-12 {
  margin-top: 12px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-45 {
  margin-top: 45px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }
  @media only screen and (max-width: 767px) {
    .mt-80 {
      margin-top: 60px; } }

.mt-90 {
  margin-top: 90px; }

.mt-100 {
  margin-top: 100px; }

.mt-110 {
  margin-top: 110px; }

.mt-120 {
  margin-top: 120px; }

.mt-130 {
  margin-top: 130px; }

.mt-140 {
  margin-top: 140px; }

.mt-150 {
  margin-top: 150px; }

/*************************
      Margin right
*************************/
.mr-0 {
  margin-right: 0px; }

.mr-10 {
  margin-right: 10px; }

.mr-12 {
  margin-right: 12px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-30 {
  margin-right: 30px; }

.mr-35 {
  margin-right: 35px; }

.mr-40 {
  margin-right: 40px; }

.mr-50 {
  margin-right: 50px; }

.mr-60 {
  margin-right: 60px; }

.mr-70 {
  margin-right: 70px; }

.mr-80 {
  margin-right: 80px; }

.mr-90 {
  margin-right: 90px; }

.mr-100 {
  margin-right: 100px; }

.mr-110 {
  margin-right: 110px; }

.mr-120 {
  margin-right: 120px; }

.mr-130 {
  margin-right: 130px; }

.mr-140 {
  margin-right: 140px; }

.mr-150 {
  margin-right: 150px; }

/*************************
      Margin bottom
*************************/
.mb-0 {
  margin-bottom: 0; }

.mb-10 {
  margin-bottom: 10px; }

.mb-12 {
  margin-bottom: 12px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-55 {
  margin-bottom: 55px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-65 {
  margin-bottom: 65px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-75 {
  margin-bottom: 75px; }

.mb-80 {
  margin-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .mb-80 {
      margin-bottom: 60px; } }

.mb-90 {
  margin-bottom: 90px; }

.mb-95 {
  margin-bottom: 95px; }

.mb-100 {
  margin-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .mb-100 {
      margin-bottom: 50px; } }

.mb-110 {
  margin-bottom: 110px; }

.mb-120 {
  margin-bottom: 120px; }

.mb-130 {
  margin-bottom: 130px; }

.mb-140 {
  margin-bottom: 140px; }

.mb-150 {
  margin-bottom: 150px; }

/*************************
        Margin left
*************************/
.ml-0 {
  margin-left: 0; }

.ml-10 {
  margin-left: 10px; }

.ml-12 {
  margin-left: 12px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-30 {
  margin-left: 30px; }

.ml-40 {
  margin-left: 40px; }

.ml-50 {
  margin-left: 50px; }

.ml-55 {
  margin-left: 55px; }

.ml-60 {
  margin-left: 60px; }

.ml-70 {
  margin-left: 70px; }

.ml-80 {
  margin-left: 80px; }

.ml-90 {
  margin-left: 90px; }

.ml-100 {
  margin-left: 100px; }

.ml-110 {
  margin-left: 110px; }

.ml-120 {
  margin-left: 120px; }

.ml-130 {
  margin-left: 130px; }

.ml-140 {
  margin-left: 140px; }

.ml-150 {
  margin-left: 150px; }

/*************************
        Padding top
*************************/
.pt-0 {
  padding-top: 0; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-30 {
  padding-top: 30px; }

.pt-40 {
  padding-top: 40px; }

.pt-45 {
  padding-top: 45px; }

.pt-50 {
  padding-top: 50px; }

.pt-55 {
  padding-top: 55px; }

.pt-60 {
  padding-top: 60px; }

.pt-70 {
  padding-top: 70px; }
  @media only screen and (max-width: 767px) {
    .pt-70 {
      padding-top: 60px; } }

.pt-75 {
  padding-top: 75px; }

.pt-80 {
  padding-top: 80px; }

.pt-95 {
  padding-top: 95px; }

.pt-90 {
  padding-top: 90px; }
  @media only screen and (max-width: 767px) {
    .pt-90 {
      padding-top: 60px; } }

.pt-100 {
  padding-top: 100px; }

.pt-95 {
  padding-top: 95px; }

.pt-105 {
  padding-top: 105px; }

.pt-110 {
  padding-top: 110px; }
  @media only screen and (max-width: 767px) {
    .pt-110 {
      padding-top: 40px; } }

.pt-115 {
  padding-top: 115px; }

.pt-120 {
  padding-top: 120px; }
  @media only screen and (max-width: 767px) {
    .pt-120 {
      padding-top: 50px; } }

.pt-125 {
  padding-top: 125px; }
  @media only screen and (max-width: 767px) {
    .pt-125 {
      padding-top: 55px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-125 {
      padding-top: 75px; } }

.pt-128 {
  padding-top: 128px; }

.pt-130 {
  padding-top: 50px; }
  @media only screen and (max-width: 767px) {
    .pt-130 {
      padding-top: 60px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-130 {
      padding-top: 80px; } }

.pt-135 {
  padding-top: 135px; }

.pt-140 {
  padding-top: 140px; }

.pt-150 {
  padding-top: 150px; }

.pt-155 {
  padding-top: 155px; }

.pt-170 {
  padding-top: 170px; }

.pt-180 {
  padding-top: 180px; }
  @media only screen and (max-width: 767px) {
    .pt-180 {
      padding-top: 60px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-180 {
      padding-top: 90px; } }

.pt-205 {
  padding-top: 205px; }

.pt-230 {
  padding-top: 150px; }

.pt-270 {
  padding-top: 270px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-270 {
      padding-top: 170px; } }
  @media only screen and (max-width: 767px) {
    .pt-270 {
      padding-top: 100px; } }

.pt-240 {
  padding-top: 240px; }

.pt-365 {
  padding-top: 365px; }

.pt-370 {
  padding-top: 370px; }

.pt-380 {
  padding-top: 380px; }

/*************************
        Padding right
*************************/
.pr-0 {
  padding-right: 0; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-30 {
  padding-right: 30px; }

.pr-40 {
  padding-right: 40px; }

.pr-50 {
  padding-right: 50px; }

.pr-60 {
  padding-right: 60px; }

.pr-70 {
  padding-right: 70px; }

.pr-80 {
  padding-right: 80px; }

.pr-90 {
  padding-right: 90px; }

.pr-100 {
  padding-right: 100px; }

.pr-110 {
  padding-right: 110px; }

.pr-120 {
  padding-right: 120px; }

.pr-130 {
  padding-right: 130px; }

.pr-140 {
  padding-right: 140px; }

.pr-155 {
  padding-right: 155px; }

.pr-270 {
  padding-right: 270px; }

/*************************
        Padding bottom
*************************/
.pb-0 {
  padding-bottom: 0; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-65 {
  padding-bottom: 65px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-80 {
  padding-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .pb-80 {
      padding-bottom: 60px; } }

.pb-85 {
  padding-bottom: 85px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-95 {
  padding-bottom: 95px; }

.pb-100 {
  padding-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .pb-100 {
      padding-bottom: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-100 {
      padding-bottom: 50px; } }

.pb-105 {
  padding-bottom: 105px; }

.pb-110 {
  padding-bottom: 110px; }

.pb-115 {
  padding-bottom: 115px; }
  @media only screen and (max-width: 767px) {
    .pb-115 {
      padding-bottom: 45px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-115 {
      padding-bottom: 65px; } }

.pb-120 {
  padding-bottom: 120px; }
  @media only screen and (max-width: 767px) {
    .pb-120 {
      padding-bottom: 50px; } }

.pb-125 {
  padding-bottom: 125px; }

.pb-130 {
  padding-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .pb-130 {
      padding-bottom: 60px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-130 {
      padding-bottom: 80px; } }

.pb-140 {
  padding-bottom: 140px; }
  @media only screen and (max-width: 767px) {
    .pb-140 {
      padding-bottom: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-140 {
      padding-bottom: 50px; } }

.pb-145 {
  padding-bottom: 145px; }

.pb-150 {
  padding-bottom: 150px; }

.pb-170 {
  padding-bottom: 170px; }

.pb-180 {
  padding-bottom: 180px; }

.pb-280 {
  padding-bottom: 280px; }

.pb-210 {
  padding-bottom: 210px; }

.pb-285 {
  padding-bottom: 285px; }

.pb-270 {
  padding-bottom: 270px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-270 {
      padding-bottom: 170px; } }
  @media only screen and (max-width: 767px) {
    .pb-270 {
      padding-bottom: 100px; } }

.pb-290 {
  padding-bottom: 290px; }

/*************************
        Padding left
*************************/
.pl-0 {
  padding-left: 0; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-30 {
  padding-left: 30px; }

.pl-40 {
  padding-left: 40px; }

.pl-50 {
  padding-left: 50px; }

.pl-60 {
  padding-left: 60px; }

.pl-70 {
  padding-left: 70px; }

.pl-80 {
  padding-left: 80px; }

.pl-90 {
  padding-left: 90px; }

.pl-100 {
  padding-left: 100px; }

.pl-110 {
  padding-left: 110px; }

.pl-120 {
  padding-left: 120px; }

.pl-130 {
  padding-left: 130px; }

.pl-140 {
  padding-left: 140px; }

.pl-150 {
  padding-left: 150px; }

.pl-155 {
  padding-left: 155px; }

.pl-190 {
  padding-left: 190px; }

/***************************
    Page section padding 
****************************/
.ptb-0 {
  padding: 0; }

.ptb-10 {
  padding: 10px 0; }

.ptb-20 {
  padding: 20px 0; }

.ptb-30 {
  padding: 30px 0; }

.ptb-35 {
  padding: 35px 0; }

.ptb-32 {
  padding: 32px 0; }

.ptb-40 {
  padding: 40px 0; }

.ptb-50 {
  padding: 50px 0; }

.ptb-60 {
  padding: 60px 0; }

.ptb-70 {
  padding: 70px 0; }

.ptb-80 {
  padding: 80px 0; }

.ptb-90 {
  padding: 90px 0; }

.ptb-100 {
  padding: 100px 0; }

.ptb-110 {
  padding: 110px 0; }

.ptb-120 {
  padding: 120px 0; }

.ptb-130 {
  padding: 130px 0; }

.ptb-140 {
  padding: 140px 0; }

.ptb-150 {
  padding: 150px 0; }

.ptb-160 {
  padding: 160px 0; }

.ptb-170 {
  padding: 170px 0; }

.ptb-177 {
  padding: 177px 0; }

.ptb-180 {
  padding: 180px 0; }

.ptb-190 {
  padding: 190px 0; }

.ptb-200 {
  padding: 200px 0; }

.ptb-210 {
  padding: 210px 0; }

.ptb-220 {
  padding: 220px 0; }

.ptb-290 {
  padding: 290px 0; }

.ptb-310 {
  padding: 310px 0; }

/***************************
    Page section margin 
****************************/
.mtb-0 {
  margin: 0; }

.mtb-10 {
  margin: 10px 0; }

.mtb-15 {
  margin: 15px 0; }

.mtb-20 {
  margin: 20px 0; }

.mtb-30 {
  margin: 30px 0; }

.mtb-40 {
  margin: 40px 0; }

.mtb-50 {
  margin: 50px 0; }

.mtb-60 {
  margin: 60px 0; }

.mtb-70 {
  margin: 70px 0; }

.mtb-80 {
  margin: 80px 0; }

.mtb-90 {
  margin: 90px 0; }

.mtb-100 {
  margin: 100px 0; }

.mtb-110 {
  margin: 110px 0; }

.mtb-120 {
  margin: 120px 0; }

.mtb-130 {
  margin: 130px 0; }

.mtb-140 {
  margin: 140px 0; }

.mtb-150 {
  margin: 150px 0; }

.mtb-290 {
  margin: 290px 0; }
.mb-30{margin-bottom: 30px;}  
.activeMenuItem a{
    font-weight: bold;
    color: #e54334 !important;
    border-bottom: 1px solid #e54334;
   
}


html,
body {
  overflow-x: hidden;}

body {background-color: #fff;}
.top{background: #3f3083;padding: 6px 0px;color: #fff;width: 100%;position:fixed;z-index: 9999;}
.top .toplinks ul{padding: 0;margin: 0;display: inline;}
.top .toplinks ul li{padding: 0;margin: 0;display: inline;font-size: 13px;}
.top .toplinks ul li a{color:#fff;}
.top .toplinks ul li:first-child{padding-right: 10px;border-right: 1px solid #fff;font-size: 15px;font-weight: 600;} 
.top .toplinks ul li:last-child{padding-left: 10px;} 
.menuSec{margin-top: 20px;float: right;}


header {
position: fixed;
  top: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0px;
  background-color: #ffffff;
  transition: padding 300ms ease;
  z-index: 9999;
  transition: all 1s;
}

header.sticky {
  padding:0px 0px;
  border-bottom: 2px solid #ededed;
}
.top .sticky{background: #000000!important;padding: 6px 0px;color: #fff;width: 100%;position:relative;z-index: 9999;}

header.sticky .logoSec img{position: absolute;z-index: 999;max-width: 245px;margin-top: 10px}

.logoSec{position: relative;height: 90px;}
.logoSec img{position: absolute;z-index: 999;max-width: 290px;transition: all 1s;}

.newsticker{top: -60px;position: relative;z-index: 9;}
.newsticker-inr{position: relative;z-index: 9;}
.margintop{top: -50px;position: relative;}
.trans {
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
div.Rmore{margin-top:35px;}
a.Rmore{border-radius:3px;border:solid 1px #3f3083;color:#3f3083;font-weight:600;padding:12px 15px;text-align:center!important;text-decoration: none;}
a.Rmore:hover{color:#fff;background:#3f3083;}
.about{background: #f8f8f8;position: relative;}

.about h1 {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Anton';
    font-size: 30px;
    color: #3f3083;
    letter-spacing:1px;
    margin-bottom: 30px;
}
.about h1 span{
   color: #fc0030;
}
.about h1:after {
    display: inline-block;
    margin: 0 0 15px 20px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 100px;
}
.about h1:before {
    display: inline-block;
    margin: 0 20px 15px 0;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 100px;
}

.principal{background: #ffe5ea; position:relative;}
.principal h2 {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Anton';
    font-size: 30px;
    color: #fc0030;
    letter-spacing:1px;
    margin-bottom: 30px;
}
.principal h2 span{
   color: #3f3083;
}
.principal h2:after {
    display: inline-block;
    margin: 0 0 15px 20px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 100px;
}
.principal h2:before {
    display: inline-block;
    margin: 0 20px 15px 0;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 100px;
}

.events{background:#ffe5ea url(../images/events.jpg) no-repeat;
    position:relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.events h3 {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Anton';
    font-size: 30px;
    color: #fff;
    letter-spacing:1px;
    margin-bottom: 30px;
}
.events h3 span{
   color: #fc0030;
}
.events h3:after {
    display: inline-block;
    margin: 0 0 15px 20px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 100px;
}
.events h3:before {
    display: inline-block;
    margin: 0 20px 15px 0;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 100px;
}

.events .media{}
.events .demo5 ul{margin: 0px;padding: 0px}
.events .demo5 ul li{padding-bottom: 25px;padding-top:25px;border-bottom:1px solid rgba(255, 255, 255, 0.1);}

.events .demo6 ul{margin: 10px;padding: 0px}

.events .demo6 ul li .media{background: rgba(255, 255, 255, 0.5);padding:  30px 10px 30px;margin: 10px 0px;}
.events .media span{color:#fff;display: block;font-size: 10px;}
.events .Rmore{margin-top:15px;}
.events a.Rmore{border-radius:3px;border:solid 1px #fff;color:#fff;font-weight:600;padding:8px 12px;text-align:center!important;text-decoration: none;font-size: 12px;}
.events a.Rmore:hover{color:#fff;background:#3f3083;}

div.Rmore2{margin-top:35px;}
.events a.Rmore2{border-radius:3px;border:solid 1px #fff;color:#fff;font-weight:600;padding:12px 15px;text-align:center!important;text-decoration: none;}
.events a.Rmore2:hover{color:#fff;background:#3f3083;}


.events .media img{max-width: 160px;}
.events .media-body h5{color: #fff;}
.events .media-body p{color: #fff;text-align: justify;line-height: normal;font-size: 14px;}

.events .media .date{font-family: 'Anton'; font-size: 30px;line-height: 28px;background: #fff;padding: 35px 45px;margin-right: 20px;text-align: center;}
.events .media .date p{font-size: 25px;}



.gallerySec{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe5ea+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(top, rgba(255,229,234,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,229,234,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,229,234,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe5ea', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */ position:relative;}
.gallerySec h2 {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Anton';
    font-size: 30px;
    color: #fc0030;
    letter-spacing:1px;
    margin-bottom: 30px;
}
.gallerySec h2 span{
   color: #3f3083;
}
.gallerySec h2:after {
    display: inline-block;
    margin: 0 0 15px 20px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 100px;
}
.gallerySec h2:before {
    display: inline-block;
    margin: 0 20px 15px 0;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 100px;
}


.galleryImg img{margin-bottom: 20px;}

.detailsSec{background: #fff; position:relative;}
.bgblue{background: #3f3083}
.bgblue h6{color: #fff;margin-bottom: 0px;}
.bgblue p{color: #fff;font-family: 'Anton';
    font-size: 40px;margin-bottom: 0px;}
.bgRed{background: #fc0030}

.bgRed h6{color: #fff;margin-bottom: 0px;}
.bgRed p{color: #fff;font-family: 'Anton';
    font-size: 40px;margin-bottom: 0px;}



.inner{background: #fff;position: relative;}

.inner h1 {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Anton';
    font-size: 30px;
    color: #3f3083;
    letter-spacing:1px;
    margin-bottom: 30px;
}
.inner h1 span{
   color: #fc0030;
}
.inner h1:after {
    display: inline-block;
    margin: 0 0 15px 20px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 100px;
}
.inner h1:before {
    display: inline-block;
    margin: 0 20px 15px 0;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 100px;
}  



.inner h6 {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Anton';
    font-size: 30px;
    color: #3f3083;
    letter-spacing:1px;
    margin-bottom: 30px;
}
.inner h6 span{
   color: #fc0030;
}
.inner h6:after {
    display: inline-block;
    margin: 0 0 15px 20px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 20px;
}
.inner h6:before {
    display: inline-block;
    margin: 0 20px 15px 0;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 20px;
} 


 .dlab-bnr-inr {
    height: 500px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}
.dlab-bnr-inr:after {
    height: 270px;
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: url(../images/bg-cloud1.png);
    z-index: 1;
    left: 0;
    -webkit-animation: 40s scroll infinite linear;
    -moz-animation: 40s scroll infinite linear;
    -o-animation: 40s scroll infinite linear;
    -ms-animation: 40s scroll infinite linear;
    animation: 40s scroll infinite linear;
    background-repeat: repeat-x;
}
.dlab-bnr-inr:before{
  height:280px;
  content:"";
  width:100%;
  position:absolute;
  bottom:0;
  background-image:url(../images/bg-cloud2.png);
  z-index: 1;
  left: 0;
  -webkit-animation:45s scrollup infinite linear;
  -moz-animation:45s scrollup infinite linear;
  -o-animation:45s scrollup infinite linear;
  -ms-animation:45s scrollup infinite linear;
  animation:45s scrollup infinite linear;
  background-repeat: repeat-x;
}
.dlab-bnr-inr-entry {
    
}
.dlab-bnr-inr h1 {
    font-size: 30px;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Anton';
    margin-bottom: 5px;
    position: relative;
    line-height: 70px;
}
.dlab-bnr-inr .breadcrumb-row {
    padding: 0;
    background-color: rgba(0,0,0,0);
}
/*== >Breadcrumb ====*/

.breadcrumb-row {
    background: #f9f9f9;
    padding: 20px 0;
}
.breadcrumb-row ul {
    margin: 0;
}
.breadcrumb-row ul li {
    padding: 0;
    margin-right: 3px;
    color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
}

.breadcrumb-row ul li:after {
    content: "\f105";
    margin-left: 7px;
  font-family: fontawesome;
}
.breadcrumb-row ul li:last-child {
    color: #676767;
}
.breadcrumb-row ul li:last-child:after {
    display: none;
}
/* Image Move Css */
@-webkit-keyframes scroll{
  100%{
    background-position: -3000px 0px;
  }
}

@-moz-keyframes scroll{
  100%{
    background-position: -3000px 0px;
  }
}

@-o-keyframes scroll{
  100%{
    background-position: -3000px 0px;
  }
}

@-ms-keyframes scroll{
  100%{
    background-position: -3000px 0px;
  }
}

@keyframes scroll{
  100%{
    background-position: -3000px 0px;
  }
}
/* Image Move Css */
@-webkit-keyframes scrollup{
  100%{
    background-position: 3000px 0px;
  }
}

@-moz-keyframes scrollup{
  100%{
    background-position: 3000px 0px;
  }
}

@-o-keyframes scrollup{
  100%{
    background-position: 3000px 0px;
  }
}

@-ms-keyframes scrollup{
  100%{
    background-position: 3000px 0px;
  }
}

@keyframes scrollup{
  100%{
    background-position: 3000px 0px;
  }
}   

 footer{background: #111111;padding: 40px;}  
 footer h6{color: #fff;margin-bottom: 0px;font-size: 22px;margin-bottom: 10px;} 
 .links{padding: 10px;}
 .links ul{margin: 0px;
    padding: 10px 0px;
    list-style: none;}
     .links address{color: #fff;}
 .links ul li a{color: #fff;}

 .copyrightSec{background: #000;}
 .copyright p{margin: 0px;color: #cccccc;text-align: center;padding: 10px;}

 #back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #010101;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}
/*==========================
  Custom css
==========================*/
/* BigShow Owl Slider */
.slider-title{
  font-size: 70px;
    line-height: 70px;
  font-family: 'Abhaya Libre', serif;
  color:var(--bg-color-sc);
  /*color:#5E5E5E;*/
}
.slide-item-img img {
   
}
.slider-title span{
  display:block;
  position:relative;
}
.slide-content-area p{
  max-width: 600px;
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
}
.slide-content-area a{
  margin-right:15px;
}
.owl-slider  .owl-prev,
.owl-slider  .owl-next{
  background:#3f3083;
  padding: 12px 15px;
    border: 0;
  margin: 0 10px !important;
  border-radius: 30px;
  color: #fff;
  cursor:pointer;
}
.owl-slider  .owl-prev:hover,
.owl-slider  .owl-next:hover{
  background:#e02a17;
}
.slide-item{
  position:relative;
}
.slide-item .slide-content{
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.slide-item-img img{
  object-fit:cover;
}
.slide-content-box {
  position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  transition:all 1s ease 0.5s;
  -webkit-transition:all 1s ease 0.5s;
  -o-transition:all 1s ease 0.5s;
  -moz-transition:all 1s ease 0.5s;
  display: flex;
    height: 100%;
    align-items: center;
}
.owl-slider{
  
}

/*== >owl slider ==*/
/* next pre btn */
.owl-none .owl-nav{
  display:none;
}
.owl-theme .owl-nav,
.owl-theme .owl-dots {
    margin-top: 20px;
    text-align: center;
}
.owl-dots.disabled{
  margin:0;
}
.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
/* owl dots button */

.owl-theme .owl-dots{
  text-align:center;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}
/* owl dots style */
.owl-theme.dots-style-1 .owl-dots .owl-dot {
  
}
.owl-theme.dots-style-1 .owl-dots .owl-dot span,
.owl-theme.dots-style-2 .owl-dots .owl-dot span {
  background: rgba(0,0,0,0.2);
  width: 8px;
    height: 8px;
    margin: 5px;
}
.owl-theme.dots-style-1 .owl-dots .owl-dot.active span,
.owl-theme.dots-style-1 .owl-dots .owl-dot:hover span {
  background: #000;
}
/* owl dots style 3 */
.owl-theme.dots-style-3 .owl-dots {
    margin-top: 30px;
    position: unset;
    right: auto;
    text-align: center;
    top: auto;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
}
.owl-theme.dots-style-3 .owl-dots .owl-dot span{
    height: 8px;
    width: 8px;
  margin: 0;
}
.owl-theme.dots-style-3 .owl-dots .owl-dot {
    border: 1px solid;
    border-radius: 20px;
    display: inline-block;
    margin: 4px;
    padding: 3px;
}
.owl-theme.dots-style-3 .owl-dots .owl-dot.active, 
.owl-theme.dots-style-3 .owl-dots .owl-dot:hover{
  border: 1px solid #FF3B68;
}
.owl-theme.dots-style-3 .owl-dots .owl-dot.active span, 
.owl-theme.dots-style-3 .owl-dots .owl-dot:hover span{
  background-color:#FF3B68;
}
.owl-item.dots-style-3 .slide-content-box{
  opacity:0;
}
.owl-item.active.dots-style-3 .slide-content-box{
  opacity:1;
  transition:all 2s ease 2s;
  -moz-transition:all 2s ease 2s;
  -webkit-transition:all 2s ease 2s;
  -o-transition:all 2s ease 2s;
}


/*owl button top to center  */

.owl-btn-top-c .owl-nav {
    text-align: center;
}
/*owl button top to left  */

.owl-btn-top-l .owl-nav {
    text-align: left;
}
.owl-btn-top-l .owl-nav .owl-prev {
    margin-left: 0;
}
/*owl button top to right  */

.owl-btn-top-r .owl-nav {
    text-align: right;
}
.owl-btn-top-r .owl-nav .owl-next {
    margin-right: 0;
}
/*owl button top to left & right  */

.owl-btn-top-lr .owl-nav{
    text-align: left;
}
.owl-btn-top-lr .owl-nav .owl-next {
    margin-right: 0;
    float: right;
}
.owl-btn-full .owl-prev, 
.owl-btn-full .owl-next{
  padding: 40px 8px;
}
/*owl button < > CENTER to left & right */

.owl-btn-center-lr .owl-nav {
    margin: 0;
}
.owl-btn-center-lr + 
.owl-theme .owl-nav {
    margin: 0;
}
.owl-btn-center-lr .owl-nav .owl-prev,
.owl-btn-center-lr .owl-nav .owl-next {
    position: absolute;
    left: 0;
    top: 60%;
    margin: 0;
  transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.owl-btn-center-lr .owl-nav .owl-next {
    left: auto;
    right: 0;
}
.owl-carousel .owl-item img {
    transform-style: inherit;
}
/* Owl Button Style */
.owl-btn-1 .owl-prev, 
.owl-btn-1 .owl-next,
.owl-btn-2 .owl-prev, 
.owl-btn-2 .owl-next,
.owl-btn-3 .owl-prev, 
.owl-btn-3 .owl-next{
    border-radius: 2px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px !important;
    padding: 0;
    text-align: center;
    width: 50px;
}
.owl-btn-2 .owl-prev, 
.owl-btn-2 .owl-next,
.owl-btn-3 .owl-prev, 
.owl-btn-3 .owl-next{
  margin: 0 -70px !important;
}
.owl-btn-3 .owl-prev, 
.owl-btn-3 .owl-next {
    background-color: rgba(0, 0, 0, 0);
    color: #000000;
    font-size: 35px;
    height: auto;
    width: auto;
  opacity:0.2;
}
.owl-btn-3 .owl-prev:hover, 
.owl-btn-3 .owl-next:hover {
  background-color: rgba(0, 0, 0, 0);
  color:#000;
  opacity:1;
}
.owl-btn-3.btn-white .owl-prev, 
.owl-btn-3.btn-white .owl-next {
  color:#fff;
}
.owl-btn-3.btn-white .owl-prev:hover, 
.owl-btn-3.btn-white .owl-next:hover {
  color:#fff;
}
.owl-btn-4 {
  overflow:hidden;
}
.owl-btn-4 .owl-prev, 
.owl-btn-4 .owl-next{
  background: #ffffff none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow:0 0 20px 7px rgba(0, 0, 0, 0.5);
    color: #000000;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin: 0 -10px !important;
    overflow: hidden;
    padding: 0;
    width: 50px;
  opacity:0.7;
}
.owl-btn-4 .owl-prev:hover, 
.owl-btn-4 .owl-next:hover {
  background: #ffffff none repeat scroll 0 0;
  color: #000;
  opacity:1;
}
/* Thumb */
#sync2 .owl-item.active.current .item img {
    outline: 5px solid rgba(0, 0, 0, 0.2);
    outline-offset: -9px;
}

/* owl-dots */
.owl-dots-none .owl-dots{
  display:none;
}
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot span{
  opacity:0.5;
  transition:all 0.5s;
  -moz-transition:all 0.5s;
  -webkit-transition:all 0.5s;
  margin:4px;
}
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot span{
  background-color:#1abc9c;
}
.owl-dots-black-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-big.owl-theme .owl-dots .owl-dot span{
  background-color:#333;
}
.owl-dots-white-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot span{
  background-color:#f5f5f5;
}
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-black-full.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-white-full.owl-theme .owl-dots .owl-dot.active span{
  opacity:1;
  width:25px;
}
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-black-big.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot.active span{
  width:14px;
  height:14px;
  opacity:1;
  margin:0px 4px 2px 4px;
}
@media only screen and (max-width: 1200px) {
  .owl-btn-2 .owl-prev, 
  .owl-btn-2 .owl-next,
  .owl-btn-3 .owl-prev, 
  .owl-btn-3 .owl-next{
    margin:0 10px !important;
  }
}



.dlab-thum{text-align: center;
    margin: 0 auto;}

[class*="box-frame"] img {
    /*-webkit-mask-image: url(../images/gallery-bg1.png);
    mask-image: url(../images/gallery-bg1.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;*/
    border: 4px solid #fff;
    padding: 6px;
    margin: 3px;
    cursor: pointer;
}

[class*="frame-inner"] img {
    /*-webkit-mask-image: url(../images/gallery-bg1.png);
    mask-image: url(../images/gallery-bg1.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;*/
    border: 4px solid #ccc;
    padding: 6px;
    margin: 10px 10px 30px 10px;
    cursor: pointer;
}
.accontant{background:#f9f9f9;padding:15px;}
.accontantul{background:#f9f9f9;padding: 20px 30px;}
.pcontant{background:#f9f9f9;padding:15px;margin:10px;}
.pcontant p{text-align:justify;margin-bottom:0px;font-size: 14px;}


.latest-news .media{background:#f5f5f5;margin-bottom: 20px;padding:40px 15px;}

.latest-news .media-body h5{font-size: 18px;letter-spacing: 1px;text-transform: uppercase;font-weight: 700;border-bottom: 1px solid #ccc;padding-bottom:8px;}

.blink-bg a{
	padding: 10px;
	font-weight: 600;
	display: inline;
	animation: blinkingBackground 2s infinite;
	text-decoration: none;
}
@keyframes blinkingBackground{
	0%		{ background-color: #ef0a1a;color: #fff;}
	25%		{ background-color: #fada00;color: #000;}
	50%		{ background-color: #ef0a1a;color: #fff;}
	75%		{ background-color: #fada00;color: #000;}
	100%	        { background-color: #ef0a1a;color: #fff;}
	
}

.vision{
    width: 100%;
    background: url(../images/vision.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.vision img{margin-right: 10px;}
.vision> p {
    margin-top: -30px !important;
    padding: 10px 10px 20px 20px;
    background: rgba(204, 204, 204, 0.5);
    min-height: 80px;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
}

.vision h2 {
    font-size: 22px;
    line-height: 60px;
    margin: 0 0 15px;
    font-weight: 400;
    font-family: 'Anton';
    color: #fff;
    letter-spacing: 1px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-height: 600px;
    overflow: hidden;
}
