@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Patua+One);
body{
width:100%;
padding:0px;
margin:0px;
max-width:100%;
font-family: 'Open Sans', sans-serif;
}.header {
    padding: 5px 0px 0px;
    width: 100%;
    max-width: 100%;
    margin: 0px;
}
.header2 {
    width: 100%;
    max-width: 100%;
    background: #01040a;
    text-align: left;
}
.header2 ul {
    list-style-type: none;
    color: #fff;
    padding: 6px 11px;
    font-weight: 500;
    font-size: 13px;
    margin: 0px;
}.header2 ul li {
    display: inline-table;
    padding: 0px 20px 0px 0px;
    font-family: 'Open Sans', sans-serif;
}
.coursecode {
   
    max-width: 100%;
    text-align: -webkit-center;
	    float: right;
}
p.incode {
    float: left;
    padding: 31px 4px;
    text-align: -webkit-right;
    font-weight: bold;
    color: #ff0000;
}
p.incode1 {
        float:left;
}
#cssmenu > ul > li:hover {
    background: #a61c55;
}
p.incod {
    float: left;
    margin: 0px;
    line-height: 23px;
    padding: 9px 2px;
    color: #0b7b40;
    font-weight: bold;
    font-size: 15px;
    text-align: -webkit-auto;
}
span.sps1 {
    padding: 0px 0px 0px 49px;
}
span.sps2 {
    padding: 0px 0px 0px 22px;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu ul {
 //   margin: 0px 79px;
     background: #353035;
}
#cssmenu {
    font-family: Montserrat, sans-serif;
    background: #353035;
    text-align: -webkit-center;
    /* display: -webkit-box; */
    /* overflow: hidden; */
    margin: 0px auto;
    padding: 0px 89px;
   border-bottom: 3px solid #660066;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
    margin: 17px 0px;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 0px 17px;
    color: #fff;
    font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
#cssmenu > ul > li > a.aa {
	
    border-right: none;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    margin: -17px 0px;
    display: block;
    background: #dddddd;
    content: '';
}
#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    margin: -17px 0px;
    background: #dddddd;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
      z-index: 999;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

@media all and (max-width: 785px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
	  width:100%;
    font-family: Montserrat, sans-serif;
   // background: linear-gradient(to right, #291484,#1e0f60);
    text-align: left;
    display: block;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
  #cssmenu ul {
    width: 100%;
    display: none;
	margin: 0px;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
	border-right: none;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}




.carousel-control {color: #e2e2e2;}

.carousel-indicators .active {background-color: #ff5900;}
.carousel-inner img {width: 100%;max-height: 420px;}
.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}
.carousel-control.left span {margin-left: 50px;}
.carousel-control.right span {margin-right: 50px;}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
	
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 0;
	
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: none;
	
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 35%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
    font-size:18px;
    letter-spacing:1px;
}

.header-text h2 {font-size: 60px;color:#fff; font-weight:600;}
.header-text h2 span {padding: 10px; color:orange;}
.header-text h3 span {padding: 15px;}

.btn-min-block {min-width: 170px;line-height: 26px;}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #f7941d;
    border-color: #fff;
}
.carousel-control-prev-icon {
    background-image: url(../images/left.png);
}
.carousel-control-next-icon {
    background-image: url(../images/right.png);
}
/* NEWS*/


.news-item .ndates {
   TEXT-ALIGN:CENTER;
   font-size:11px;
   margin:2px 10px;
	padding:0px 3px;
	background-color:#0b7d41;
	 box-shadow: 3px 3px 5px #555;
	 float:left;
	 color:#fff;
	 border-radius:2px;
}	
.ndates a{
	color:#0b7d41;
}

/*About NIPS */
.row.clg {
    padding: 8px 10px 0px;
    width: 100%;
    margin: 0px;
}
.abot h2 {
    font-size: 22px;
    color: #291484;
    font-weight: 700;
    border-bottom: 2px solid #555;
    padding: 6px 0px;
}
.abot p {
    margin-top: 0;
    /* margin-bottom: 1rem; */
    line-height: 33px;
    text-align: justify;
}
span.read {
    color: #ff0000b5;
    font-weight: 600;
    font-size: 13px;
    text-align: justify;
}
/* chairmen msg*/
.chair-msg {
    width: 100%;
    padding: 32px 1px;
    margin: 0px;
    text-align: -webkit-center;
}
.chair-msg p {
    text-align: -webkit-center;
    color: #99221e;
    font-weight: 600;
    font-size: 17px;
}
.row.msg h2 {
    font-size: 22px;
    color: #291484;
    font-weight: 700;
   
    padding: 6px 0px;
}
.row.msg  p {
    margin-top: 0;
    /* margin-bottom: 1rem; */
    line-height: 33px;
    //text-align: justify;
}
.csms {
    width: 100%;
    margin: 0px;
    background: #e5e5e5;
}
.course{
	 padding: 10px 20px 10px;
    width: 100%;
    margin: 0px;
    background-image: url(../images/course.jpg);
    background-position: center center;
    background-repeat: no-repeat;
   // background-attachment: fixed;
    background-size: cover;
	height:100%;
	}
	.course h2 {
    color: #ffd800;
    font-weight: 600;
    font-size: 26px;
}
.course p {
    color: #fff;
    line-height: 36px;
}
.color-3 {
	margin-top: 25px;
   // background: #fcd04b;
}
.btn-3e {
  //  padding: 25px 120px 25px 60px;
    overflow: hidden;
}
.btn-3e:before {
    left: auto;
    right: 10px;
    z-index: 2;
}
.btn-3:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3;
    font-size: 140%;
    width: 60px;
}
.icon-arrow-right:before {
    content: "\e00d";
}
p.btn.btn-3.btn-3e {
    background: #fff;
    color: brown;
    font-weight: 700;
    padding: 0px;
}
span.res1 {
    padding: 0px 0px 0px 26px;
	font-size: 16px;
}.color-3 {
    margin-top: 25px;
    text-align: -webkit-center;
}
.btn-3 {
    background: #fcad26;
    color: #fff;
}
.btn {
    display: inline-block;
    padding: 3px 0px;
    margin: 13px 0px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-3:hover {
    background: #f29e0d;
	color:#fff;
}
span.read a {
	color : #FFEB3B;
	}
	.thumbnails li> .fff .caption { 
    background:#fff !important; 
    padding:10px
}

/* Page Header */
.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #000;
    color: #999;
    text-transform: uppercase;
}
    
.page-header h3 {
    line-height: 0.88rem;
    color: #000;
}

ul.thumbnails { 
    margin-bottom: 0px;
}



/* Thumbnail Box */
.caption h4 {
    color: #444;
}

.caption p {  
    color: #999;
}



/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
}
.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}

.thumbnail {
	border: 1px solid #000;
}

/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
        text-align: center;
    } 
}
@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
}


li { list-style-type:none;}

::selection { background: #ff5e99; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #ff5e99; color: #FFFFFF; }
.footer {
	background: #0a0a0a;
}
.testmonials {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 0px 0px;
    float: left;
    overflow: hidden;
}.testmonials h2 {
    color: #fff;
    margin: 0px 0px 0px 0px;
    text-align: center;
    padding: 5px 0px 10px 0px;
    font-size: 18px;
    border-bottom: 2px solid #fff;
    max-width: 100%;
}.inner-bg {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: auto;
    max-width: 100%;
}.testimonial-head {
    overflow: hidden;
    text-align: center;
}.testimonial-heading {
    overflow: hidden;
    margin: 0px;
    font-size: 20px;
    color: #298de4;
    padding: 0px 0px 0px 0px;
}.looper {
    position: relative;
    z-index: 1;
    line-height: 1;
    width: auto;
    height: auto;
}.testimonial-context {
    overflow: hidden;
    width: 800px;
    margin: 0px;
    padding-top: 27px;
    max-width: 100%;
}.looper .item p {
    font-family: inherit;
    font-size: 15px;
    line-height: 20px;
    float: right;
    padding: 16px 0px 0px 15px;
    color: #fff;
    width: 70%;
    font-family: 'Raleway', sans-serif;
    text-align: justify;
}
.location h2 {
    color: #fff;
    margin: 0px 0px 0px 0px;
    text-align: center;
    padding: 5px 0px 10px 0px;
    font-size: 18px;
    border-bottom: 2px solid #fff;
    max-width: 100%;
}.location {
    width: 100%;
    height: auto;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 0px 0px;
    float: left;
    overflow: hidden;
}.location p{
	color: #fff;
}
.location ul > li {
    margin-bottom: 10px;
    list-style: none;
}
.location ul > li > i {
    float: left;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #cc3333;
    margin-right: 20px;
    text-align: center;
}.location > ul > li > div {
    overflow: hidden;
    height: 100%;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
ul.social {
    list-style-type: none;
}ul.social li{
    display: inline-block;
	padding: 10px;
	float: left;
}ul.social li a{
color: #fff;
    font-size: 18px;
	}
	.footer2 {
    height: auto;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #272323;
}
.f3 {
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0px 0px 0px 0px;
    float: left;
    padding: 10px 0px 10px 0px;
}.f3 p {
    color: #fff;
    font-size: 14px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}.f3 p a {
    color: #FFEB3B;
    text-decoration: none;
    font-size: 14px;
}.f4 {
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0px 0px 0px 0px;
    float: right;
    padding: 10px 0px 10px 0px;
}.f4 li {
    color: #fff;
    font-size: 14px;
    list-style: none;
    margin: 0px 0px 0px 0px;
    display: -webkit-inline-box;
    padding: 0px 0px 0px 80px;
}.f4 li a {
    color: #FFEB3B;
    text-decoration: none;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
}
.LatestNews22 {
    background-color: #a91e58;
    overflow: hidden;
}.LatestNews {
    height: 40px;
    width: 20%;
    margin: 0px 0px;
    padding: 0px 0px;
    max-width: 100%;
    float: left;
    background-color: #a91e58;
    overflow: hidden;
}.title-news {
    background-color: #a91e58;
    padding: 2px 0px;
    margin: 0px 0px;
    height: auto;
    width: 100%;
    float: left;
    max-width: 100%;
}.title-news h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    background: #a81e5a;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 34px 0px;
    text-align: center;
}.news2 {
    margin: 0px 0px;
    padding: 0px 0px;
    height: 40px;
    width: 75%;
    max-width: 100%;
    float: left;
    overflow: hidden;
}.news1 {
    margin: 0px 0px;
    padding: 0px 0px;
    height: 40px;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
	border-bottom: 1px solid #660000;
}.news1 ul {
    padding: 0px 0px 0px 0px;
    list-style: none;
    max-width: 100%;
}.news1 ul li {
    display: inline-block;
    padding: 10px 0px;
    margin: 0px 0px;
    border-right: 1px solid #000;
    max-width: 100%;
}.news1 ul li a {
    color: #000;
    margin: 0px 0px;
    padding: 0px 10px;
    text-decoration: none;
    font-size: 14px;
    max-width: 100%;
}
.social {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    text-align: center;
    float: left;
    font-family: 'Open Sans', sans-serif;
}.social ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 30px 5px;
}.social ul li {
    list-style-type: none;
    display: inline-table;
    padding: 0px 5px;
    font-family: 'Open Sans', sans-serif;
}.social i.fa.fa-facebook {
    padding: 10px 14px;
    background: #ffcc33;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
}
.social i {
    padding: 9px 10px;
    background: #0033cb;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
}
.row3 {
    background-color: #a81c59;
}#pageintro {
    padding: 14px 0;
}.clear {
    display: block;
    clear: both;
}
.clear:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    font-size: 0;
    content: "";
}.nospace, img, nav ul, nav ol {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Patua One', cursive;
	    color: #fff;
}
.headingtitle h2 {
    color: #ffffff;
    padding: 6px 0;
    FONT-WEIGHT: bold;
    font-size: 22px;
}.headingtitle {
    background: #158d8e;
    margin: 15px 0 0;
    padding: 0 0 0 10px;
    border-radius: 2px;
}
.contents p {
	line-height: 26px;
	text-align: justify;
}
h3.subtitle {
    font-size: 16px;
    color: #FF5722;
    text-transform: capitalize;
    padding: 0;
    font-family: 'Patua One', cursive;
}
.lefts span {
    float: left;
    font-size: 20px;
    color: #009688;
    font-weight: bold;
}
.lefts p {
    padding: 2px 0px 0px 14px;
}
.wrapper.row4 {
    background: url(../images/bg.png);
}