*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: "Lato", sans-serif;
  top: 0!important;
}
a{
	text-decoration: none;
}

.sectionPadding{
	padding: 70px 0;
}
.marginTop30{
  margin-top: 30px;
}
.marginTop50{
	margin-top: 50px;
}
a{
	text-decoration: none;
}
.font14{
	font-size: 14px;
}
.whiteSpaceNoWrap{
	white-space: nowrap!important;
}
.sectionHeading h3{
  font-weight: 800;
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Alegreya", serif;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd.skiptranslate{
  display: none!important;
}
.languageCover{
    max-height:22px!important;
    width: 130px!important;
    overflow: hidden;
}
.goog-te-banner-frame.skiptranslate{
    display: none!important;
}
.goog-te-gadget .goog-te-combo {
     margin: 4px 0 0 0; 
     width: 130px!important;
}
select.goog-te-combo option{
    display: none;
}
select.goog-te-combo option[value="en"], select.goog-te-combo option[value="hi"], select.goog-te-combo option[value="gu"], select.goog-te-combo option[value="pa"], select.goog-te-combo option[value="mr"]{
    display: block;
}

.buttonOrange{
  background-color: #d14c15;
  padding: 12px 25px;
  border-radius: 0;
  text-decoration: none;
  font-weight: 400;
  color: #fff!important;
}
.styledText{
  color: #2A1FBC;
  font-family: "Alegreya", serif;
  font-style: italic;
}


header{
  /*background-image: url(../images/bg-1.jpg);*/
  background-size: cover;
  background-position: center center;
    background-repeat: no-repeat;
    /*min-height: 100vh;*/
}
.headerBottom{
  background-color: #000;
}
header .overlay{
/*  background-color: rgba(0, 0, 0, 0.7);*/
/*background-color: #ECEFF6;*/
}
header .navbar-brand img{
	max-width: 230px;
}
header .navbar-expand-sm .navbar-nav .nav-link{
  font-family: "Poppins", sans-serif;
    padding: 0px 22px;
    font-weight: 200;
    color: #000;
    /*text-transform: uppercase;*/
}
header .navbar-expand-sm .navbar-nav .nav-link.buttonOrange{
  margin-top: -11px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 40px;
}
header .navbar{
  padding: 5px 0;
}
header nav{
  border-bottom: 0.5px solid #646660;
}




.bannerSection .contentWrap{
  padding: 70px 0 60px 68px;
}
.bannerSection .contentWrap h1{
  font-size: 50px;
  font-family: "Alegreya", serif;
  font-weight: 700;
  line-height: 1.2;
  color: #282828;
}
.bannerSection .contentWrap p{
  font-size: 18px;
  color: #565454;
  margin-top: 14px;
  font-weight: 400;
}
.bannerSection .contentWrap .btnWrap{
  margin-top: 40px;
}



.benefitsSection{
/*  background-image: url(../images/bg_white.jpg);*/
}
.benefitsSection .heading p{
  font-size: 18px;
  font-weight: 600;
}
.benefitsSection .box{
  width: 320px!important;
  height: 320px!important;
  border-radius: 50%;
  border: 16px solid #f5f5f5;
  padding: 82px 65px;
  font-family: "Poppins", sans-serif; 
  margin: 30px 25px;
}
.benefitsSection .box h3{
  font-size: 65px;
  color: #323232;
}
.benefitsSection .box p{
  color: #727272;
  line-height: 1.4;
}
.benefitsSection .box.second{
  border-color: #2A1FBC;
}




/*Latest News Marquee*/
.newsMarqueeSection .rightSide .rt-container .marquee-container{
    /*max-width: 860px;
    margin: 15px auto;*/
    overflow: hidden;
}
.newsMarqueeSection .rightSide .rt-container .Marquee {
  background: -webkit-linear-gradient(225deg, #008ed9, #8b00db);
  background: -moz-linear-gradient(225deg, #008ed9, #8b00db);
  background: -o-linear-gradient(225deg, #008ed9, #8b00db);
  background: -ms-linear-gradient(225deg, #008ed9, #8b00db);
  background: linear-gradient(-135deg, #008ed9, #8b00db);
  width: 100vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7.5px;
  color: #fff;
  font-weight: 200;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
/*    margin: 15px auto;*/
}
.newsMarqueeSection .rightSide .rt-container .Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 20s linear infinite running;
  -moz-animation: marquee 20s linear infinite running;
  -o-animation: marquee 20s linear infinite running;
  -ms-animation: marquee 20s linear infinite running;
  animation: marquee 20s linear infinite running;
}
.newsMarqueeSection .rightSide .rt-container .Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.newsMarqueeSection .rightSide .rt-container .Marquee-tag {
  width: 300px;
  min-height:47px;
  max-height: 220px;
  margin: 0 0.5em;
  padding: 7.1px;
  background: rgba(255,255,255,0.1);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.newsMarqueeSection .rightSide .rt-container .Marquee-tag:hover {
  background: rgba(255,255,255,0.5);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
.newsMarqueeSection .rightSide .rt-container .Marquee-tag a{
	font-size: 12px;
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}













.upcomingEvents .vcMessage .columnHead{
  font-size: 40px;
  font-weight: 800;
  position: relative;
  margin-bottom: 42px;
  font-family: "Alegreya", serif;
}
.upcomingEvents .vcMessage .columnHead:after{
  content: "";
  position: absolute;
  background-color: #000;
  width: 15%;
  height: 4px;
  bottom: -15px;
  left: 0;
} 
.upcomingEvents .vcMessage .vcName h4{
  font-size: 25px;
  font-weight: 700;
}
.upcomingEvents .vcMessage .vcName .designation{
  font-size: 17px;
  margin-bottom: 2px;
}
.upcomingEvents .vcMessage .vcName .uniName{
  font-size: 16px;
  margin-bottom: 2px;
}
.upcomingEvents .vcMessage img{
  width:100%;
/*  height:385px;*/
  object-fit:cover;
  object-position: top center;
}
.upcomingEvents .vcMessage .box p{
  text-align: justify;
    line-height: 1.7;
    font-size: 17px;
}
.upcomingEvents .vcMessage .box a{
  color: #36347A;
  padding-bottom: 4px;
  border-bottom: 2px dashed #36347A;
  transition: all 1s ease;
}
.upcomingEvents .vcMessage .box a:hover{
  color: #FC654C;
  padding-bottom: 4px;
  border-bottom: 2px dashed #FC654C;
}


.upcomingEvents .events .columnHead{
  font-size: 40px;
  font-weight: 800;
  position: relative;
  margin-bottom: 42px;
  font-family: "Alegreya", serif;
}
.upcomingEvents .events .columnHead:after{
  content: "";
  position: absolute;
  background-color: #000;
  width: 32%;
  height: 4px;
  bottom: -15px;
  left: 0;
} 
.upcomingEvents .events .box{
  margin-top: 25px;
  border-bottom: 1px solid #999;
}
.upcomingEvents .events .date{
    font-size: 61px;
    font-weight: 800;
    line-height: 0.9;
}
.upcomingEvents .events .month{
    font-size: 35px;
    font-weight: 600;
}
.upcomingEvents .events .title{
    font-size: 16px;
    font-weight: 600;
}
.upcomingEvents .events .listWrap ul{
    padding-left: 1rem;
}
.upcomingEvents .events .listWrap ul li{
    font-size: 13px;
    list-style: none;
    padding-bottom: 4px;
    color: #800000;
    position: relative;
}
.upcomingEvents .events .listWrap ul li.calender:before{
   content: "\f073";
   position: absolute;
   font-family: 'Font Awesome\ 5 Free';
   left: -16px;
}
.upcomingEvents .events .listWrap ul li.location:before{
   content: "\f279";
   position: absolute;
   font-family: 'Font Awesome\ 5 Free';
   left: -16px;
}




.aboutSection{
  background-image: url(/images/bg_white.jpg);
}
.aboutSection h3{
  font-size:40px;
  font-weight: 800;
  position: relative;
  font-family: "Alegreya", serif;
  text-transform: uppercase;
}
.aboutSection h3:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    width: 100px;
    height: 4px;
    background-color: #111;
    bottom: -10px;
    left: 0;
}
.aboutSection h6{
  font-size: 19px;
  font-weight: 600;
  color: #e61313;
}
.aboutSection p{
  line-height: 1.7;
  margin-top: 11px;
  font-size: 30px;
  font-size: 18px;
}

.companySection{
/*  background-image: url(../images/teckture-bg-2.png);*/
}




/*.professiorSection{
  background-image: url(../images/bg_white.jpg);
}*/
.professiorSection .card{
  padding: 20px 0;
  box-shadow: 2px 2px 6px #999;
  min-height: 360px;
}
.professiorSection .card-head img{
  width:150px;
  height:150px;
  object-fit:cover;
  object-position: top center;
  border-radius: 50%;
  text-align: center;
}
.professiorSection .card .card-title{
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}
.professiorSection .card p{
  font-size: 13px;
}







.videoSection{
  background-image: url(../images/bg_white.jpg);
}





footer{
		background-color: #111;
	}
  footer .footerLogo{
    width: 100%;
    border-radius: 5px 0 0 5px;
  }
	footer h2{
		    font-size: 20px;
    font-weight: 600;
    position: relative;
    color: #f8f2f2;
	}
	footer h2:before{
		content: "";
		font-family: "Font Awesome 5 Free"; 
		position: absolute;
		width: 100px;
		height: 1px;
		background-color: #f8f2f2;
		bottom: -10px;
		left: 0;
	}
	footer .socialIcon{
		margin: 0;
		padding: 0;
	}
	footer .socialIcon li{
		display: inline-block;
		border-radius: 6px;
	}

	footer .socialIcon li a{
		color: #fefefe;
		padding: 3px;
		font-size: 20px;
	}
	footer .linkList{
		margin: 0;
		padding: 0;
	}
	footer .linkList li{
		list-style: none;
		margin-bottom: 8px;
    position: relative;
	}
  footer .linkList:before{
/*    content: "\f101";*/
/*    font-family: "Font Awesome 6 Free"; */
    position: absolute;
    /*width: 100px;
    height: 1px;*/
/*    background-color: #f8f2f2;*/
/*    bottom: -10px;*/
color: #fff;
    left: 0;
  }
	footer .linkList li a{
		font-size: 16px;
		color: #fefefe;
	}






.features-block {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.features-block.theme-three .inner-box {
    background: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #ebebeb;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    padding: 30px 15px;
    position: relative;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}
.features-block.theme-three .icon {
    margin: 0px auto 18px;
    text-align: center;
    display: table;
}

.features-block.theme-three .icon img {
    max-width: 68px;
    max-height: 68px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.features-block.theme-three h4 {
    font-size: 18px;
    margin-bottom: 0;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    font-weight: 700;
}
.features-block.theme-three .inner-box:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(42, 31, 188, 0.4);
    box-shadow: 0px 0px 30px 0px rgba(42, 31, 188, 0.4);
    border: 1px solid #488fed;
}






.heading-wrapper .head{
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 18px;
}
.heading-wrapper.with-separator h2:after{
  background: linear-gradient(to right, #488fed 0%, #291fbc 100%);
}

.moduleSection .ulList {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.moduleSection .ulList li {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    list-style: none;
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
}
.moduleSection .ulList li:before, .moduleSection .ulList li:after {
    content: "";
    width: 3px;
    height: 10px;
    background: #291fbc;
    position: absolute;
    top: 7px;
    left: 0;
}
.moduleSection .ulList li:after {
    left: 5px;
    width: 10px;
}



.moduleSection .mainList{
  padding: 0;
}
.moduleSection .mainList li {
    list-style: none;
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
}
.moduleSection .mainList li:before, .moduleSection .mainList li:after {
    content: "";
    width: 3px;
    height: 10px;
    background: #291fbc;
    position: absolute;
    top: 7px;
    left: 0;
}
.moduleSection .mainList li:after {
    left: 5px;
    width: 10px;
}
.moduleSection .text-wrapper p{
  font-size: 16px;
}


.newsLetter .buttonOrange{
  transition: all 1s ease;
}
.newsLetter .buttonOrange:hover{
  border: 1px solid #fff;
}






.countSection {
    position: relative;
    background: #291fbc
}
.countSection:before {
    background: url(../images/traiangle-transparent-bg.png) no-repeat scroll bottom center;
    background-size: auto;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: left bottom;
}
.countSection .counter-block {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    padding: 0px 30px;
    position: relative;
    text-align: center;
    margin: 30px 0px 0;
}
.countSection .counter-block .counter-icon {
    width: 160px;
    height: 160px;
    padding: 30px;
    border: 1px solid #ffffff;
    background-color: #fff;
    line-height: 98px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0px auto 30px;
}
.countSection .counter-block .counter-icon img {
    max-width: 68px;
}
.countSection .counter-block .counter-title {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
}
.counter-block .counter-number, .counter-block .counter-number-after {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    line-height: 1;
}
.countSection .counter-block .counter-number-suffix {
    color: #fff;
    background: transparent;
    font-size: 52px;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
    top: -12px;
    line-height: 0.8;
    -webkit-background-clip: text;
    background-clip: text;
}





.startProject{
/*  background-image: url(../images/teckture-bg-2.png);*/
  background-image: url(../images/bg_white.jpg);
}
.startProject h4 {
    font-size: 21px;
    color: #999;
    margin-top: 25px;
    margin-bottom: 20px;
}
.startProject .serviceBtn {
    border: 1.5px solid #999;
    padding: 9px 18px 5px;
    border-radius: 4px;
    margin-right: 15px;
    margin-bottom: 15px;
    color: #999;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .5 ease;
}
.startProject .serviceBtn:hover {
    color: #fff;
    background-color: #111;
}
.startProject .formButton {
    background-color: #2A1FBC;
    color: #fff;
    border: 1px solid #2A1FBC;
    padding-top: .7rem;
    padding-bottom: .7rem;
    margin-top: 15px;
}
.startProject .formButton:hover {
    background-color: #2A1FBC;
    color: #fff;
    box-shadow: 4px 4px 7px #999;
}
/*.borderBtn {
    border: 1px solid ##2A1FBC;
}
.borderBtn:hover {
    background-color: ##2A1FBC;
    color: #fff;
}*/

.startProject input {
    padding: 13px .75rem;
}





.breadCrumb{
  width: 100%;
  background-image: url("../images/breadcrumb.webp");
  background-size: cover;
/*  background-position: center center;*/
}
.breadCrumb .overLay{
/*  background-color: rgba(66, 135, 245, .7);*/
  background-color: rgba(0, 0, 0, .6);
}
.breadCrumb .contentWrap{
  padding: 80px 0;
  color: #fff;
}
.breadCrumb .contentWrap h2{
  font-size: 45px;
  font-family: "Alegreya", serif;
  font-weight: 800;
}
.breadCrumb .contentWrap ul{
  padding: 0;
  margin: 15px auto 0;
}
.breadCrumb .contentWrap ul li{
  display: inline-block;
  list-style: none;
  padding: 0 5px;
}
.breadCrumb .contentWrap ul li a{
  color: #fff;
  text-decoration: none;
}



.aboutCardSection .myCard{
  min-height: 150px;
}
.aboutCardSection .myCard .card-header{
  background-color: #291fbc;
  color: #fff;
}
.aboutCardSection .myCard .card-header h5{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.aboutCardSection .myCard .card-body p{
  margin-bottom: 0;
}



.threeCardsSection .linkCard{
  box-shadow: 10px 10px 1px #2d6eb6;
  transition: all .5s ease;
}
.threeCardsSection .linkCard:hover{
  margin-top: -20px;
}
.threeCardsSection .linkCard .card-img-top{
  width: 100%;height: 400px;object-fit: cover;object-position: center center;border-radius: 6px;
}
.threeCardsSection .linkCard .card-img-overlay .card-title{
  font-family: "Alegreya", serif;font-weight: 900;font-size: 30px;color: #fff;margin-top: 50%;
}




.cubeBox {

  position: fixed;

  bottom: 20px;

  left: 20px;

  width: 60px;

  height: 60px;

  perspective: 600px;

  z-index: 9999;

}

.cubeBox .cube {

  width: 60px;

  height: 60px;

  position: relative;

  transform-style: preserve-3d;

  animation: spin 10s linear infinite;

  cursor: default;

}

.cubeBox .cube.paused {

  animation-play-state: paused;

  cursor: none;

}

.cubeBox .cube__face {

  position: absolute;

  width: 100%;

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  opacity: 0.9;

  color: white;

  font-size: 9px;

  text-align: center;

  box-shadow: inset 0 0 15px rgba(0,0,0,0.4);

  outline: 1px solid rgba(0,0,0,0.3);

  user-select: none;

}

.cubeBox .cube-face--left {

  background-color: #e74c3c; 

  transform: rotateY(-90deg) translateZ(30px);

}

.cubeBox .cube-face--front {

  background-color: #3498db; 

  transform: rotateY(0deg) translateZ(30px);

}

.cubeBox .cube-face--back {

  background-color: #2ecc71;

  transform: rotateY(180deg) translateZ(30px);

}

.cubeBox .cube-face--right {

  background-color: #f1c40f; 

  color: #222;

  transform: rotateY(90deg) translateZ(30px);

}

@keyframes spin {

  from {

    transform: rotateY(0deg);

  }

  to {

    transform: rotateY(360deg);

  }

}

.cubeBox a {

  color: inherit;

  text-decoration: none;

  pointer-events: auto;

}
 
 
 .noticesSection .nav-tabs .nav-link{
    background-color: #111;
    margin: 0 2px 0 0;
    color: #111;
    padding: 7px 14px;
}
.noticesSection .nav-tabs .nav-link.active{
    background-color: #111;
    color: #fff;
}
.noticesSection .skillList li{
    display: inline-block;
    padding: 5px 15px;
    background-color: aliceblue;
    margin: 4px;
}
.noticesSection .box {
    width: 100%;
    height: 23em;
    margin: 0 auto;
    overflow: hidden;
    background: #111;
    position: relative;
    color: #fff;
    border-radius: 0 0 10px 10px;
    background-image: url(/images/guruBg.png);
    background-size: cover;
}
.noticesSection .slider {
    top: 1em;
    position: relative;
    box-sizing: border-box;
    animation: slider 15s linear infinite;
    list-style-type: none;
    text-align: center;
}
.noticesSection .box .slider p{
    text-align: left!important;
}
.noticesSection .slider:hover {
    animation-play-state: paused;
}

@keyframes slider {
    0%   { top:   30em }
    100% { top: -0em }
}

.noticesSection .blur .slider {
    margin: 0;
    padding: 0 1em;
    line-height: 1.5em;
}
.noticesSection .blur .slider li{
    text-align: left;
    padding: 4px 0;
}

.noticesSection .blur:before, .noticesSection .blur::before,
.noticesSection .blur:after,  .noticesSection .blur::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    width: 100%; 
    /*height: 170px;*/
    /*background-image: linear-gradient(180deg, #FFF, rgba(255,255,255,0));*/
}

.noticesSection .blur:after, .noticesSection .blur::after {
    bottom: 0;
    transform: rotate(180deg);
}

.noticesSection .blur:before, .noticesSection .blur::before {
    top: 0;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.contactSection{
  background-image: url(../images/bg_white.jpg);
}
.contactSection h3{
  font-size:40px;
  font-weight: 800;
  position: relative;
  font-family: "Alegreya", serif;
  text-transform: uppercase;
}

.messageSection {
    position: relative;
    background: #291fbc
}

.messageSection:before {
    background: url(../images/traiangle-transparent-bg.png) no-repeat scroll bottom center;
    background-size: auto;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: left bottom;
}

.messageSection .inner-box h4{
  font-size: 13px;
  font-weight: 700;
  color: #fffb00 !important;
}
.messageSection .inner-box p{
  font-size: 10px;
      color: #00f3ff !important;
}

.messageSection .textContent h3{
  font-size:22px;
}

.messageSection .textContent p{
  font-size:13px;
}
 