/*------------------------------------------------------------------------# Designed and Developed by Asiacom# Omprakash Kabira# Website:  http://www.asiacom.in--------------------------------------------------------------------------/*----------------------------------------*//*  1.  Theme default CSS/*----------------------------------------*/@import url('https://fonts.googleapis.com/css?family=PT+Sans|Raleway|Roboto');@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,600,300);html, 
body {height: 100%;}
body {  font-size: 13px;  line-height: 1.42857143;  color: #000;  background-color: #ffffff;  font-family: 'Droid Sans', sans-serif;}table{  table-layout: fixed;}/*font-family: 'PT Sans', sans-serif;font-family: 'Droid Sans', sans-serif;font-family: 'Roboto', sans-serif;font-family: 'Raleway', sans-serif;*/input,button,select,textarea {  font-family: inherit;  font-size: inherit;  line-height: inherit;}.floatleft {float:left}.floatright {float:right}.alignleft {float:left;margin-right:15px;margin-bottom: 15px}.alignright {float:right;margin-left:15px;margin-bottom: 15px}.aligncenter {display:block;margin:0 auto 15px}a:focus {outline:0px solid}img {max-width:100%;height:auto}.fix {overflow:hidden}p {margin:0 0 10px;}h2, h3, h4, h5, h6 {  margin: 10px 0 10px;color:#000;font-size:18px;}h5{  font-size:14px;}a {  color: #432f85;  text-decoration: none;}a:hover,a:focus {  color: #0195ca;  text-decoration: none;}a:focus {}figure {  margin: 0;}ul{/*list-style: outside none none;*/margin: 0;/*padding: 0*/}small, .small {  font-size: 85%;}blockquote {    border-left: 5px solid #1a2050;}.clear{clear:both}body {}.pd0{  padding:0px;}.pdr0{  padding-right:0px;}.pdrl{  padding-left:0px;}/*====================header area css=====================*/.logo a img {    /*max-width: none;*/    height: auto;}.header_area{    color: #636363;  /*padding-bottom: 10px;*/  /*padding-top: 20px;*/  background:#f3f3f5;}.social_icon{margin-right:10px;}.social_icon a.icon-set i {  border: 1px solid transparent;  display: block;  padding: 9px 5px;  text-align: center;}.social_icon p{  margin:0px;}select.form-lan {  border: 1px solid #432f85;  border-radius: 0;  outline: 0 none;  padding: 6px 15px;  text-align: center;  text-transform: capitalize;  transition: all 0.3s ease 0s;}.social_icon p a{  display:inline-block;}.phone_address p{  margin:5px 0 0;      font-size: 11px;}.phone_address span {  margin-left: 15px;      color: #000;}.top-part__block {    overflow: hidden;    position: relative;    padding-top: 4px;    padding-bottom: 20px;    background-color: #fff;    color: #333;    height: 10px;}.top-part__block .container-fluid {    position: relative;    z-index: 1;}.top-part__block:before {    content: "";    background: #ffab1f;    transform: skewX(-30deg);    /* -webkit-transform: skewX(-30deg); */    height: 100%;    width: 79px;    left: 28%;    top: 0;    position: absolute;}.top-part__block:after {    background: #ffab1f;    position: absolute;    top: 0;    left: 0;    width: 30%;    height: 100%;    content: '';}.top-part__block:before, .top-part__block:after {    background: #ffab1f;}.top-info__block p, .top-part__block p {    margin: 0;    font-size: 13px;    color: #000;    text-transform: capitalize;}.social-link__block a i.fa {    color: #333;    display: inline-block;    padding: 0 10px;}#menu-top {    font-size: 11px;}#menu-top ul li {    display: inline-block;    zoom: 1;}#menu-top, #menu-top ul li a {    color: #1a2050;    font:12px "Helvetica Neue",Helvetica,Arial,sans-serif;}#menu-top ul li a:hover {    text-decoration: underline;}#phone {    background: url(https://lh3.googleusercontent.com/-SeI-BhRbxo8/WshuEQgmB2I/AAAAAAAAAPg/3fTlK1-vOsI8NNo27w2wFB-GOtkWIomDgCL0BGAYYCw/h36/2018-04-07.png) center right no-repeat;    padding-right: 46px;    text-align: right;    font-size: 12px;    float: right;    margin-top: 5px;    color: #1a2050;}#phone strong {    font-size: 18px;    color: #2e3092;    font-weight: 700;    display: block;}/*====================2. nav menu css=====================*/.nav_area {background:#432f85;} .menu ul {}.menu ul li {    float:left;  position:relative;}.menu ul li > a {    display:block;    /*text-transform: uppercase;*/    color: #fff;    /*font-weight: bold;*/    -moz-transition: .3s;    -webkit-transition: .3s;    -o-transition: .3s;    -ms-transition: .3s;    transition: .3s;  padding:15px 17px;}.menu ul li:hover a {    color: #fff;    background: #432f85;}.menu ul ul {  background: #432f85 none repeat scroll 0 0;  left: 0;  position: absolute;  top: 100%;  width: 200px;  z-index: 999;      transform-origin: 0 0 0;    -webkit-transform-origin: 0 0 0;    -moz-transform-origin: 0 0 0;    -o-transform-origin: 0 0 0;    -ms-transform-origin: 0 0 0;    transform: scaleY(0);    -webkit-transform: scaleY(0);    -moz-transform: scaleY(0);    -o-transform: scaleY(0);    -ms-transform: scaleY(0);    transition: .5s;    -webkit-transition: .5s;    -moz-transition: .5s;    -o-transition: .5s;    -ms-transition: .5s;  opacity:0;}.menu ul ul li{  display:block;  float:none;}.menu ul ul li a {  font-size: 12px;  font-weight: normal;  padding: 12px 15px;}.menu ul ul li a:hover{  background:rgb(1,149,202);}.menu ul li:hover ul{  opacity:1;      transform: scaleY(1);    -webkit-transform: scaleY(1);    -moz-transform: scaleY(1);    -o-transform: scaleY(1);    -ms-transform: scaleY(1);}.home-3 .menu ul ul li > a {  color: #fff;}/*serch form css*/.form_control {  background: #000 none repeat scroll 0 0;  border: 0 none;  color: #fff;  height: 50px; box-shadow: 0 0 9px #fff;  margin-right:5px;  padding-left:10px;}.home-2 .form_control {  background: #fff none repeat scroll 0 0;  box-shadow: 0 0 2px #432f85;color:#666;}.form_control:focus{  box-shadow: 0 0 5px #fff; }.home-3 .form_control{  box-shadow: 0 0 5px rgb(2, 186, 255);}.home-3 .form_control{color:#666;padding-left:10px;}.form_control{  display:none;}.search-box{}.search-box input{}.search-box .search-open {  display: block;  float: right;  text-align: right;  width: 19px;  margin-right:15px;}.search-box .search-open i {  color:#fff;  cursor: pointer;  font-size: 16px;  line-height: 50px;  opacity: 1;}.search-box .search-open i:hover {color: #333;}.home-2 .search-box .search-open {  margin-right:15px;}.home-2 .search-box .search-open i {  color: #fff;}/*----------------------------------------*//*3. Slider area css/*----------------------------------------*/.slide_wrap_area{  position:relative;  }.home-2.nav_area {  left: 0;  position: absolute;  right: 0;  top: 25px;  z-index: 9999;  background:transparent;}.slider-wrap.home-1-slider {      height: auto;      overflow: hidden;  }.nivo-caption {    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;    height: 100%;    opacity: 1;}.slide-text {    height: 100%;    margin-left: 0px;    width: 100%;}.cap-title h1 {  color: #fff;  font-size: 40px;  font-weight: 700;  margin: 0;  text-transform: capitalize;  background: #1a2050;  padding: 5px;  display: none;}.cap-dec {    margin-bottom: 35px;}.cap-dec h2 {  color: #432f85;      font-size: 21px;      background: #fff;      margin: 0;      display: inline-block;      padding: 5px;}.cap-readmore {}.cap-readmore a {  background: #02baff none repeat scroll 0 0;  color: #fff;  font-size: 18px;  padding: 16px 26px;  text-transform: uppercase;  transition:.5s;}.cap-readmore a:hover {    background:#fff;  box-shadow:0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29);  color:#02baff;}i.nivo-prev-icon,i.nivo-next-icon {    background: #314e6c none repeat scroll 0 0;}.home-1-slider i.nivo-prev-icon,.home-1-slider i.nivo-next-icon {    background: rgba(0,0,0,.8);    border: 1px solid rgba(0,0,0,.8);    color: #fff;    font-size: 25px;    height: 40px;    line-height: 38px;    text-align: center;    width: 40px;    -webkit-transition: .5s;    -moz-transition: .5s;    -o-transition: .5s;    -ms-transition: .5s;    transition: .5s;  border-radius:50%;}i.nivo-prev-icon:hover,i.nivo-next-icon:hover {    background: #000;    border-color: #000;}.slider-wrap:hover i.nivo-prev-icon,.slider-wrap:hover i.nivo-next-icon {    transform: scale(1);    -webkit-transform: scale(1);    -moz-transform: scale(1);    -o-transform: scale(1);    -ms-transform: scale(1);    opacity: 1;}.nivo-controlNav {    position: absolute;    width: 100%;    bottom: 0;    z-index: 9999;}.nivo-directionNav a {  cursor: pointer;  position: absolute;  top: 35%;  z-index: 9;}.nivo-prevNav {    left: 5px;}.nivo-nextNav {    right: 5px;}.nivo-control {    background: #e2e2e2 none repeat scroll 0 0;    border-radius: 4px;    display: inline-block;    height: 15px;    margin: 0 5px;    text-indent: -99999px;    -webkit-transform: rotate(45deg);    -moz-transform: rotate(45deg);    -o-transform: rotate(45deg);    -ms-transform: rotate(45deg);    transform: rotate(45deg);    width: 15px;}.nivo-control.active {    background: #314E6C;}.slide1-text.slide-text {    margin-top: 0;}.nivo-prevNav i:hover,.nivo-nextNav i:hover {  background: #432f85 none repeat scroll 0 0;  border-color: #432f85;}.nivoSlider img {}/*slider 1 css */.slider_area{   background: #fff none repeat scroll 0 0;overflow: hidden;}.slide_text {  background: #fff none repeat scroll 0 0;  color: #fff;  padding: 40px 0 0px 10px;}.slide_title {  animation-delay: 0.1s;  color: #432f85;  font-size: 30px;  font-weight: bold;  padding-right: 20px;   margin-top: 10px;  text-transform: uppercase;}.home-4 .slide_title {  margin-top: 0px;}.slide_ptext{font-size: 21px;font-weight: 200;margin-bottom: 15px;  color: #432f85;}.slide_readmore {  background-color: #432f85;  border: 1px solid #fff;  color: #ffffff;  display: inline-block;  padding: 10px 20px;    text-transform: uppercase;font-size: 18px;  transition:1s;}.slide_readmore:hover{    background-color: #fff;    color:#432f85;    border-color:#fff;}.slide_tab{  background:rgb(45,45,45);}.slide_tab:after{  clear:both;  display:block;  content:"";}.nav_style li {  float:left;  width: 25%;  position:relative;}.nav_style li a {  color: #fff;  display: inline-block;  font-size: 13px;  height: 60px;  padding: 19px 0 0 59px;}.nav > li > a:focus, .nav > li > a:hover{background:transparent;}.nav_style li::before {  border: 1px solid #656565;  border-radius: 50%;  content: "";  height: 15px;  left: 20px;  position: absolute;  top: 30%;  width: 15px;}.nav_style li.active{  background:#000;}.nav_style li.active::before{  background:rgb(2,186,255);border: 1px solid rgb(2,186,255);}.slide_nav_menu{  overflow:hidden;}/*================about area css===================*/.about_area{  padding: 20px 0 20px;  background:#fff;}.module-title{font-family: 'Droid Sans', sans-serif;  font-size: 24px; margin-bottom: 25px;  font-weight: normal; color: inherit;  }.module-title > span {  display: block;font-family: 'Droid Sans', sans-serif;    font-size: 39px;    font-weight: bold;  margin-left: -4px; text-transform: uppercase;}.content-inner p{  text-align: justify;}.video-wrapper {  background-image: url("img/video-img-1.jpg");  background-repeat: no-repeat;  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);  margin-top: 15px;  min-height: 400px;  position: relative;  transition: all 0.2s ease-in-out 0s;  -webkit-transition: all 0.2s ease-in-out 0s;  -moz-transition: all 0.2s ease-in-out 0s;  -o-transition: all 0.2s ease-in-out 0s;  -ms-transition: all 0.2s ease-in-out 0s;  visibility: visible;  width: 100%; margin-bottom:40px; }.video-wrapper .vidwrap::before {  color: rgba(247, 247, 247, 0.5);  content: "";  cursor: pointer;  font: 100px/1 FontAwesome;  left: 45%;  position: absolute;  top: 40%;  transition: all 0.2s ease-in-out 0s;  z-index: 2;}/*================service area css===================*/.service_area{text-align:center;padding:50px 0px;background:#fff;}.service_item{   padding-top: 30px;}.service_item span{  font-size:80px;  transition:1s;}.service_item:hover span{  color:#02BAFF;}.service_item h2{}.service_item p{}.home-3.service_area {  padding: 30px 0 50px;}.iframe1{  width:100%;  height:250px;}/*================courses area css===================*/.courses_area {  background: #f7f7f7 url("img/transparent-back-1.png") no-repeat scroll 100% 0;  padding-bottom: 50px;  padding-top: 80px;}.course_item {  background: #ffffff none repeat scroll 0 0;  border-radius: 0;  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);  line-height: 1.42857;  margin-bottom: 30px;  transition: all 0.2s ease-in-out 0s;  -webkit-transition: all 0.2s ease-in-out 0s;  -moz-transition: all 0.2s ease-in-out 0s;  -o-transition: all 0.2s ease-in-out 0s;  -ms-transition: all 0.2s ease-in-out 0s;  overflow:hidden;}.course_item:hover {  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29);}.courses_thumb{  position:relative;}.courses_thumb_text a {  color: #fff;}.courses_thumb_text{    color: #ffffff;font-family: 'Droid Sans', sans-serif;  font-size: 36px;  position: absolute;  text-align: center;  top: 35%;  width: 100%;  z-index: 1;}.courses_thumb_text p{}.courses_content{    padding: 20px;}.courses_content h2{ margin: 10px 0 5px;font-weight: normal;}.courses_content h2 a{color: #2d2d2d;}.courses_content p{font-weight: normal;margin-top: 10px;}.text_uppercase {text-transform:uppercase;}/*==================== single courses css=====================*/.met-box {  background: #ffffff none repeat scroll 0 0;  border-radius: 0;  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);  line-height: 1.42857;  margin-bottom: 20px;  padding: 20px;  transition: all 0.2s ease-in-out 0s;  -webkit-transition: all 0.2s ease-in-out 0s;  -moz-transition: all 0.2s ease-in-out 0s;  -o-transition: all 0.2s ease-in-out 0s;  -ms-transition: all 0.2s ease-in-out 0s;}.vedio_tutoria{ padding: 0px;margin-top:20px; }.inner_video {  padding:20px;}.met-box figure{}.met-box h4,.met-box h3{  font-size:24px; color: #636363;}.met-box span {  font-size: 14px;  height: 30px;  line-height: 30px;  padding-right: 18px;  text-align: center;  width: 50px;}/*================teacher area css===================*//*.teacher_area {  background: rgb(247, 247, 247) none repeat scroll 0 0;}.single_teacher_item{  width:48%;  float:left;  position:relative;  margin: 5px;  box-shadow: 0 0 1px 0px #432f85;}.teacher_thumb{  position:relative;  border: 4px ridge #ffab1f;}.thumb_text > h2 {  color: #fff;  font-size: 18px;  text-align: center;}.thumb_text{  bottom: 0;  padding: 0 20px;  position: absolute;color:#fff;  width: 100%;}.teacher_content{background: rgb(255, 255, 255) none repeat scroll 0 0;    color: #432f85;    opacity: 0;    padding: 10px;    z-index: 2;    border: 3px ridge #432f85; height: 100%;    position: absolute;    transition: all 0.4s ease-in-out 0s;    -webkit-transition: all 0.4s ease-in-out 0s;    -moz-transition: all 0.4s ease-in-out 0s;    -o-transition: all 0.4s ease-in-out 0s;    -ms-transition: all 0.4s ease-in-out 0s;    width: 100%;  left:0;  top:0px;}.teacher_content > p {  margin-top: 10px;}*/.teacher_content h5{  font-weight: 600;}.social_icons{}.social_icons a {  border-radius: 50%;  color: #fff;  display: inline-block;  font-size: 16px;  font-style: normal;  height: 37px;  line-height: 37px;  width: 37px;  margin-top:10px;}.social_icons a i{}.fb {    background: #3B5998;}.tw {    background: #00ACED;}.go {    background: #DD4B39;}.lin {    background: #0177B5;}.pin:hover {    background: #CB2027;}.single_teacher_item:hover .teacher_content{  opacity:1;}.home-2 .teacher_content {  padding: 80px 60px 0;}/*================offer area css===================*/.offer_area {  background-image: url("img/home1/team/action-bg.jpg");  background-repeat: no-repeat;  background-size: cover;  clear: both;  color: #ffffff;  font-size: 16px;  padding: 185px 0 180px;  position: relative;  width: auto;}.offer_area::before {  bottom: 0;  box-shadow: 800px 0 500px -150px rgba(0, 0, 0, 0.5) inset;  content: "";  display: block;  height: 100%;  position: absolute;  width: 100%;}.offer_content > p {  font-size: 20px;}.readmorep {margin-top: 40px;}.readmore {  background-color: #432f85;  border-color: #01a7e4;  border-radius: 0;  color: #ffffff;  display: inline-block;  font-size: 18px;  line-height: 1.33;  margin-top: 30px;  padding: 10px 18px;text-transform:uppercase;  transition:1s;}.readmore:hover{  background:#fff;  color:#432f85;}.read_more.bmore {  font-size: 20px;  padding: 15px 20px;}.offer-title {  color: inherit;  font-family: 'Droid Sans', sans-serif;  font-size: 29px;  font-weight: normal;  margin-bottom: 15px;}.offer-title > span {  display: block;  font-family: 'Droid Sans', sans-serif;  font-size: 53px;  font-weight: bold;  text-transform: uppercase;}.media-box {  float: right;  margin-top: 44%;} .video-button {  color: #ffffff;  display: block;  font-family: 'Droid Sans', sans-serif;  font-size: 27px;  font-weight: bold;  margin-top: 10px;  position: relative;}  .video-button:hover{   color:#fff;   background:transparent; }/*================priging area css===================*/.priging_area {  background: #f7f7f7 none repeat scroll 0 0;  color: #373737;  padding-top: 80px;  padding-bottom: 95px;}.priging_thumb a{  position:relative;  display:block;}.priging_thumb a{}.priging_item {  margin-bottom: 30px;}.priging_content{}.priging_content > h2 {  margin: 20px 0 10px;}.priging_content a {  background-color: #432f85;  border-color: #01a7e4;  color: #ffffff;  display: inline-block;  padding: 10px 30px;  text-transform: uppercase;  transition:1s;    -webkit-transition:1s;  -ms-transition:1s;  -o-transition:1s;  -moz-transition:1s;}.priging_content a:hover{  background:#0195CA;}.readmore:hover{  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29);}.learnmore {  margin: 61px 0 0;  text-align: center;}.readmore.read3 {  font-size: 27px;  margin-top: 20px;  padding: 10px 15px;}.read_more.buttonc {  border: medium none;  line-height: 18px;  margin-top: 0px;  padding: 10px 30px;}.single_priging_area {  padding: 100px 0 10px;}.store_title {  font-size: 54px;  font-weight: bold;}.priging_content .store_title{  margin-top:-10px;} .label_right{  margin-left:10px;}.log-dis{  list-style:disc ;}.i_box.input_box40 input{  width:40%;}/*================share area css===================*/.share_area {  background: #fff none repeat scroll 0 0;  padding: 95px 0 95px;}.share-item {  overflow: hidden;}.share-container{}.share-container > div{}.share-container > div:nth-child(1) .share-item {  background:#3b5997;}.share-container > div:nth-child(1) .share-item:hover {  background:#263960;}.share-container > div:nth-child(2) .share-item {  background:#29c5f6;}.share-container > div:nth-child(2) .share-item:hover{  background:#089cca;}.share-container > div:nth-child(3) .share-item {  background:#de332c;}.share-container > div:nth-child(3) .share-item:hover {  background:#a41f1a;}.share-container > div:nth-child(4) .share-item {  background:#006dc0;}.share-container > div:nth-child(4) .share-item:hover {  background:#004274;}.brand_content{}.brand_content a {  color: #fff;  position: relative;}.brand_content i {  color: #fff;  font-size: 5em;  left: 0;  margin-right: 20px;  position: absolute;  top: 37px;}.content_left_tw i{    left:-21px;}.content_left_in i{    left:-7px;}.content_left_pn i{    left:-23px;}.icone_text {  margin-left: 20%;  padding: 15px 15px 10px;}.icone_text h5{  color:#fff;}.icone_text > p {  padding-top: 7px;}/*================News area css===================*/.news_area {  background: #fff none repeat scroll 0 0;  padding: 20px 0;}.single_news_item{  background: #ffffff none repeat scroll 0 0;  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);  line-height: 1.42857;  transition: all 0.2s ease-in-out 0s;  -webkit-transition: all 0.2s ease-in-out 0s;  -moz-transition: all 0.2s ease-in-out 0s;  -o-transition: all 0.2s ease-in-out 0s;  -ms-transition: all 0.2s ease-in-out 0s;  margin-bottom:15px;}.news_content {    padding:15px;}.date{font-size:11px;color:gray;}.news_content p{font-size:12px;line-height:18px;}.news_content h2{font-size:15px;}.single_news_item:hover{box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29);}.news_content h2 a {  color: #2d2d2d;  transition:1s;}.news_content h2 a:hover {  color: #432f85;}.read_more{    text-decoration: none;    display: inline-block;    background: #1a2050;    color: white;    font-size: 12px;    padding: 7px 10px;  text-transform:uppercase;color:#fff;}.read_more:hover{  background:#0195ca;color:#fff;}/*================footer area css ===================*/.footer_area {  background: #2d2d2d none repeat scroll 0 0;  padding: 40px 0 0px;      /*margin-top: 20px;*/}.footer_top_left span,.footer_top_right span{color: #fff;font-size: 15px;}.footer_top_right {  margin-top: 11px;  text-align: right;}.sign_up{display: inline-block;text-decoration: none;color: white;background: #432f85;font-size: 15px;padding: 4px 10px;margin-left: 20px;}/*footer widget css*/.single_widget {  clear: both;  overflow: hidden;   margin-bottom: 30px;}.widget_thumb > img {  float: left;  margin-right: 30px;}.widget_content > h2 {  color: #fff;  margin-top: 0;}.widget_content > p {  color: #ddd;}.widget_content ul{list-style: outside none none;    padding: 0;}.widget_content ul li{}.widget_content ul li a{  color:#ddd;  display:block;  padding:2px 0px;}.widget_content ul li a:hover{  color:#29c5f6;}.inputbox input {  display: block;  font-size: 14px;  height: 34px;  padding:0 10px;  width: 100%;  background-color: transparent;  border: 1px solid #432f85;  color: #d0d0d0;}.inputbox input:focus {  border-color: #66afe9;  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);  outline: 0 none;}.buttons {  border: medium none;  line-height: 18px;  margin-top: 20px;  padding: 10px 19px;  font-size:14px;}/* .buttons {  border: medium none;  line-height: 18px;  margin-top: 20px;  padding: 10px 30px;} *//*footer bottom css*/.footer_bottom_area {  background: rgb(33, 33, 33) none repeat scroll 0 0;  padding: 5px 0;}.footer_bottom_area p{  color:#fff;  margin:0px;  font-size: 12px;}.footer_bottom_area p a{  color: #29c5f6;}.borderbottom {  border-bottom: 1px solid #ddd;  margin-bottom: 40px;  overflow: hidden;  padding-bottom: 20px;}/*banner css*/.banner_area {  background: #f7f7f7 url("img/home3/banner-bg.png") no-repeat scroll 100% 0;  padding-bottom:90px;  padding-top: 90px;   background-size:cover;}/*home 2 css*/.home-2.header_area {  background: #000 none repeat scroll 0 0;  color: #fff;  padding: 5px 0;}.home-2 .social_icon p a {  color: #fff;}.home-2 .btn-default {  background-color: #000;  border-color: #000;  border-radius: 0;  border-style: solid;  border-width: 1px;  color: #fff;}.home-2.nav_area {  background: transparent;}.home-2.about_area {  background-image: url("img/home2/transparent-back-2.png");  background-repeat: no-repeat;  background-size: 100% auto;  padding: 80px 0 90px;}.home-2 .video-wrapper {  background-image: url("img/home2/video-img-2.jpg");}.text_timonial{  background:rgb(130,181,63);  clear:both; }.text_timonial:after{  content:"";  display:block;  clear:both;}.testimonial_text {  width: 60%;float:left;}.testimonial_text_inner {  padding: 47px 0 0 50px;}.testimonial_text_inner p,.testimonial_text_inner h2,.testimonial_text_inner h5{  color:#fff;}.test_thumb{  width:40%;  float:right;}.home-2 .courses_thumb {  float: left;  width: 50%;}.home-2 .courses_content {  float: right;  width: 50%;}.home-2 .single_teacher_item{  width:100%;  float:none;  margin-bottom:30px;}.courses_content h2 a:hover{  color:#0195ca;}.home-2.priging_area {  background: rgba(0, 0, 0, 0) linear-gradient(to right, #ffffff 0%, #ffffff 48%, #2d2d2d 48%, #2d2d2d 100%) repeat scroll 0 0;  padding-bottom: 80px;}.home-2 .module-title.title2{  color:#fff;}.home-2 .priging_content h2{  color:#fff;}.home-3 .priging_content h2{  color:#2d2d2d;}.courses_area.home-2 {  padding: 80px 0 50px;}.read_more2 {  display: inline-block;  font-size: 22px;  margin: 48px 0 0;  text-transform: uppercase;}.home-2.offer_area {  background-image: url("img/home2/bg2.jpg");}.home-2 .media-box {  float: left;  margin-top: 44%;}.home-2 select.form-lan {  background: transparent none repeat scroll 0 0;}.home-2.teacher_area {  overflow: hidden;  padding-bottom: 64px;}.home-2 .learnmore {  margin: 0;  text-align: left;}.home-2.news_area {  background: #f3f3f3 none repeat scroll 0 0;}.home-2.share_area {  background: #f3f3f3 none repeat scroll 0 0;}/*home 3 css*/.home-3.nav_area {  background: rgb(247, 247, 247) none repeat scroll 0 0;}.slider_area3{  background-color: #4d4d4d;  background-image: url("img/home3/slide1.jpg");  background-size: cover;  color: #ffffff; }.slide_thumb3{  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;  padding: 75px 50px; }.slide_thumb3 h1{  font-size:65px;color:#fff;font-weight:bold;}.slide_thumb3 h3{  font-size:22px;color:#fff;}.home-3 .menu ul li > a {  color: #373737;}.home-3 .menu ul li:hover a {  background:#432f85;color:#fff;}.home-3 .menu ul ul li a:hover { background:rgb(1,149,202);}.home-3 .form_control { background:transparent;}.home-3 .search-box .search-open i{  color:#373737;}.input-lg{  width:100%;border-radius: 0;font-size: 18px;height: 45px;line-height: 1.33;padding: 10px 16px; border:none;color:#000;}.btn3 {  background: #432f85 none repeat scroll 0 0;  border: medium none;  border-radius: 0;  padding: 10px 15px;  text-transform: uppercase;}.home-3.offer_area {  background-image: url("img/home3/offer3.jpg");}.home-3.priging_area{background-attachment: scroll;background-clip: border-box;background-color: #f7f7f7;background-image: url("img/home3/campaign.png"), linear-gradient(to right, #f7f7f7 0%, #f7f7f7 50%, #605ca8 50%, #605ca8 100%);background-origin: padding-box;background-position: 0 0;background-repeat: repeat;background-size: auto auto; }/*courses*/.lead {  font-size: 16px;  font-weight: 300;  line-height: 1.4;  margin: -18px 0px 33px;}.more_read{background-color: #ffffff;border: 1px solid #cccccc;box-shadow: 0 1px 2px rgba(43, 59, 93, 0.4);color: #333333;display: inline-block;margin-top: 15px;padding: 6px 12px;}.more_read:hover{  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29);background-color: #e6e6e6;border-color: #adadad;color: #333333; }/*faq area css*/.faq_area{  padding:90px 0px 0;}.check-title {    color: #262626;    font-size: 16px;    margin: 0;    text-transform: uppercase;  border: 1px solid #ddd;}.panel-group .panel {  box-shadow: none;}.panel-body{border-width:0px 1px 1px 1px;border-style:solid;border-color:#d0d0d0;}.panel_heading {    padding: 0; margin:0px;}.panel_heading a {    display: block;  font-size: 0.8em;    padding:20px 10px;  color:#4a4a4a;font-size: 0.8em;}.panel_heading a.active {    background: #432f85 ;    color: #fff;}.panel_heading a.collapsed{    color: #515151;    background: transparent;}/*gellary area css*/.gellary_thumb > a {  display: block;}.gellary_thumb{  transition:.5s;}.gellary_thumb:hover {  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29);}.gellary_thumb a img {    width: 100%;    height: 150px;}.gellary_thumb-2 {    margin-bottom: 10px;  transition:.5s;    }.gellary_thumb-2 img {    max-height:150px;    min-height:150px;    width: 100%;}.single_gellary_item {    background: #2C3E50;    text-align: center;    transition: 0.3s;    position: relative;    overflow: hidden;    margin-bottom: 10px;   max-height: 220px;  min-height: 220px;}.single_gellary_item:hover {    background: #ffab1f;    transition: 0.3s;}.single_gellary_item:hover p {    color: #000!important;    transition: 0.3s;}.single_gellary_item p {  color: #fff!important;  transition: 0.3s;  font-size: 14px;  padding-top: 8px;}.pics_area {    margin: 20px 0px;}.overlay-text {    position: absolute;    background: #ffffffe0;    width: 100%;    height: 100%;    border: 1px solid #ededed;    top: -250px;    transition: 0.2s all;    padding: 10px;}.overlay-text h3{  line-height: 1.4;  font-weight: 600;}.single_gellary_item:hover .overlay-text{  top: 0px;  transition: 0.2s all;}.gallery_photo-2 {    min-height: 180px;    max-height: 180px;    overflow: hidden;    margin-bottom: 10px;}.gallery_photo-2 a img {    width: 100%;    height: 100%;}/*==================== 404 area css=====================*/.not_found_area{  padding:90px 0px 0px;}.not_found{text-align:center;}.not_found img{}.not_found h1{font-size: 65px;font-weight: bold;}.not_found h2{font-size:39px;   color:#636363;}/*about top banner page css*/.about_area_s,.blog_samurry{  background-image: url("img/home1/about.jpg");  background-position: 50% 20%;  background-repeat: no-repeat;  background-size: cover;  color: #ffffff;position: relative;  margin: 0;}.about_area_s::before,.blog_samurry::before {  bottom: 0;  box-shadow: -100px -600px 100px -400px rgba(0, 0, 0, 0.5) inset;  content: "";  display: block;  height: 100%;  position: absolute;  width: 100%;}.page-title {  font-size: 62px;  margin-bottom: 40px;color:#fff;  padding: 137px 0 100px;font-weight:bold;}.page-title small {  color: #ffffff;  display: block;}.about_pra_top {  font-size: 24px;  margin-top: 25px;}.about_bottom_text{  font-size: 16px;font-weight: 200;line-height: 1.4;margin-bottom: 20px;font-size:21px;}.about_bottom_text.text-2 {    font-size: 15px;}.about_more{  margin-top:10px;}.about_more:hover {  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29);}.page{  padding:20px 0px;}/*====================banner area css=====================*/.banar_area{}.single_banar{background: #432f85;padding:50px 0px; margin-bottom: 3px;}.single_banar.banar-2{  padding: 10px 0px;}.single_banar:after{content:""; display:block; clear:both;}.banner_item_area > div:nth-child(1) .single_banar{  background:rgb(65, 47, 129);}.banner_item_area > div:nth-child(4) .single_banar{  background:rgb(65, 47, 129);}.banner_item_area > div:nth-child(2) .single_banar{  background:rgb(65, 47, 129);}.banner_item_area > div:nth-child(3) .single_banar{  background:rgb(65, 47, 129);}.banar_icon{width:20%;float:left;text-align:center; }.banar_icon i{font-size:50px;margin-top:10px;color:#fff;}.banar_icon{}.banar_content{width:70%;float:left;}.banar_content h2,.banar_content p{color:#fff;}.banar_content p{}/*News Bulletin  css*/.news_buletin_pra{  padding:0px;  position:relative;}.news_buletin_pra p{  font-size:13px;  margin:15px 0 25px;}.news_buletin_pra h2{  font-size:19px;}.news_heding_title{  font-size:13px;}.date > span {  margin-right: 10px;}.print > ul{  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.4);   position: absolute;  right: 0;  top: 5px;}.print > ul > li{  position:relative;display:block; padding: 8px;}.print ul ul {  background: #fff none repeat scroll 0 0;  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.4);  position: absolute;  right:0px;  top: 100%;  width: 150px;  display:none;}.print ul ul li{}.print ul li:hover ul{display:block;  z-index:99;}.print ul ul li:hover{  background:#f5f5f5;}.print ul ul li a{  display:block;padding: 8px 15px;  }.print span{  margin-left:5px;}.print_drop{  display:block;}/*single news blutin css*/.news_single_thumb {  float: left;  margin: 0 25px 0px 0;  max-width: 500px;}.img_caption{background:rgb(208,208,208);    padding: 5px;    text-align: center;}.met-box:hover {  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29);}/*blog area css*/.margin-bottom{  margin-bottom:30px;}.blog_samurry{    background-image: url("img/home3/offer3.jpg");}.mg0{  margin:0px;}/*blog right*/.blog-title{font-family: 'Droid Sans', sans-serif;  font-size: 23px; margin-bottom: 30px;  font-weight: normal; color: inherit;  }.blog-title > span {  display: block;font-family: 'Droid Sans', sans-serif;    font-size: 40px;    font-weight: bold;}.module-inner {  background: #ffffff none repeat scroll 0 0;  border-radius: 0;  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);  line-height: 1.42857;  margin-bottom: 20px;  padding: 20px;  transition: all 0.2s ease-in-out 0s;  -webkit-transition: all 0.2s ease-in-out 0s;  -moz-transition: all 0.2s ease-in-out 0s;  -o-transition: all 0.2s ease-in-out 0s;  -ms-transition: all 0.2s ease-in-out 0s;}.module-inner:hover {  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29);}.mostread > li { border-bottom: 1px solid #eee;    margin: 5px 0;    padding: 5px 0;  font-size: 14px;  line-height:18px;}.mostread > li:last-child{   border-bottom: 0px solid #eee;}.tags > li {  background: #ddd none repeat scroll 0 0;  display: inline-block;  margin-bottom: 4px;}.tags > li > a{  padding: 5px;display:block;color:#4d4d4d;transition:.5s;}.tags > li > a:hover{   background: #0182b1 none repeat scroll 0 0;    color: #ffffff;   }.news_content.news_buletin_pra > h1 {margin: -6px 0 0;  font-size: 30px;  font-weight: bold;}.news_content.news_buletin_pra > h1 a{    color: #373737;    transition:.5s;}.news_content.news_buletin_pra > h1 a:hover{  color:#432f85;}.single_athur{  margin:15px 0px 20px;}/*contact area css*/.contact_area {  padding: 40px 0 0px;  background: #dfdfdf;}.form-group {  clear: both;  margin-bottom: 25px;    overflow: hidden;}.fnone{  text-align:right;}em {  color: #1a2050;}textarea,.i_box input, .i_box select {  background-color: #ffffff;  background-image: none;  border: 1px solid #cccccc;  border-radius: 0;  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;  color: #4d4d4d;  display: block;  font-size: 14px;  height: 34px;  line-height: 1.42857;  padding: 6px 12px;  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;  width: 100%;}textarea{  height:200px;}textarea:focus,.i_box input:focus{   border-color: #66afe9;    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);    outline: 0 none;}.media-left i {    font-size: 14px;    height: 25px;    text-align: left;    width: 20px;}#googleMap {    height: 350px;    width: 100%;}/*home 3 pricing*/.home-3.priging_area {  color: #373737;  padding-top: 60px;}.image_thumb3{  margin-bottom: 60px;    text-align: center; }.image_thumb3 img{   display: inline-block;    max-width: 200px;}.article-title {color: #fff;font-size: 30px;letter-spacing: 3px;margin-bottom: 50px;text-align: center;text-transform: uppercase;}.singup{  text-align:center;}.readmore.read3.yellow {   background-color: #fff200;    color: #373737;    font-size: 40px;    padding: 20px 30px;}/*single courses*/.single_courcse {  padding-top: 30px;}.tutor_thumb {  float: left;  width: 25%;  margin-right:2%;}.tutor_content > h4 {  font-size: 18px;}p.at-desc {    color: #8a8a8a;    font-size: 12px;}.tutor_content {  overflow: hidden;  width: 70%;  float: left;}.at-social{}.at-social a {  background-color: #4d4d4d;  border-radius: 50%;  color: #fff;  display: inline-block;  font-size: 12px;  height: 25px;  line-height: 25px;  margin-right: 5px;  text-align: center;  width: 25px;}.single_courcse_title{  font-size:36px;font-weight:bold; color: #013243;}.single_courcse_titles{  font-size:24px;font-weight:bold; color: #013243;}/*-----------------------------------  breadcrumb css-------------------------------------*/.breadcrumb-area {  background: #ebebeb none repeat scroll 0 0;  padding: 20px 0;  margin-bottom: 10px;}.breadcrumb {    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;    border-radius: 0;    display: block;    padding: 0;    width: 100%;  margin:0;}.breadcrumb ul {padding: 0;} .breadcrumb ul li {    display: inline-block}.breadcrumb ul li a {    display: inline-block;    color: #f2f2f2;}.breadcrumb ul li i {    margin: 0 10px;}.breadcrumb ul li a:hover {color:#ffab1f;}/*================  own carsoul custom css==================*/.owl-theme .owl-controls{  margin-top:0;}.owl-pagination{  position: absolute;text-align: center !important;left: 2%;top: 39%;}.owl-theme .owl-controls .owl-page{display: inherit;}.owl-theme .owl-controls .owl-page span {  background:#fff;  border-radius: 50%;  height: 15px;  width: 15px;}/*mobile menu*/.mobile_memu_area{  display:none;}.home-2.mobile_memu_area{background: #000 none repeat scroll 0 0;}.margin_top_store{  margin-top:10px;}.single_gellary_item a {  color: #333;  font-size: 12px;}.blogs-title {  color: #fff;  font-size: 62px;  font-weight: bold;  margin-bottom: 40px;}.blog_about {  padding: 20px 0 20px;}.blogss-title {  color: #fff;  font-size: 35px;  margin-bottom: 10px;}.blogss-title small {  color: #ffab1f;}.met-box-title {  margin-bottom: 25px;}.dept-banner{  background-image: url(../img/banner/board.jpg);  }.page-banner{  background-image: url(../img/banner/board.jpg);      background-position: 50% 20%;      background-repeat: no-repeat;      background-size: cover;      color: #ffffff;      position: relative;      margin: 0;}.page-banner::before {  bottom: 0;  box-shadow:-100px -600px 100px -400px rgba(26, 32, 80, 0.62) inset;  content: "";  display: block;  height: 100%;  position: absolute;  width: 100%;}.bg-1{  background-image: url(../img/banner/bg1.jpg);}.bg-2{  background-image: url(../img/banner/bg2.jpg);}.bg-3{  background-image: url(../img/banner/bg3.jpg);}.bg-4{  background-image: url(../img/banner/bg4.jpg);}.bg-5{  background-image: url(../img/banner/bg5.jpg);}.bg-6{  background-image: url(../img/banner/bg6.jpg);}.bg-7{  background-image: url(../img/banner/bg7.jpg);}.bg-8{  background-image: url(../img/banner/bg8.jpg);}.bg-gri{  background-image: url(../img/banner/bg-gri.jpg);}.bg-news{  background-image: url(../img/banner/bg-news.jpg);}.bg-newsletter{  background-image: url(../img/banner/bg-newsletter.jpg);}.bg-event{  background-image: url(../img/banner/bg-event.jpg);}.fac{  background-image: url(../img/banner/board.jpg);}/*scrool up*/#scrollUp {    background-color: #432f85;    border-radius: 0;    bottom: 20px;    color: #fff;    font-size: 30px;    height: 50px;    line-height: 48px;    right: 20px;    text-align: center;    text-decoration: none;    width: 45px;  border:1px solid #432f85;  transition:1s;}#scrollUp:hover {    border-color: #017ba7;background-color: #fff; color: #432f85;}.home-2 .menu {  float: right;  padding-right: 40px;}.home-2 .search {  position: absolute;  right: 15px;}.home-2 .search-box input {  width: 725px;}.left_sidet1 {  margin-top: 28%;}.box-bg {  background: red;}/*home 4*/.home-4 .search-box {  padding-right: 15px;}.home-4 .search-box .search-open {  margin-right: 0px;}.module-title.title_left4{  margin-left:15px;}.home-4 .teacher_content{  padding:30px 40px;}.home-4 .single_teacher_item:hover .teacher_content {  opacity: 1;  transform: scale(1);}.body{  background-image: url("img/bg_2.png");}.courses_area.home-4,.header_area.home-4,.about_area.home-4,.offer_area.home-4,.priging_area.home-4,.news_area.home-4,.share_area.home-4,.footer_area.home-4,.footer_bottom_area.home-4 {  padding-left: 15px;  padding-right: 15px;}.home-4.offer_area::before {  bottom: 0;  box-shadow: 800px 0 500px -150px rgba(0, 0, 0, 0.5) inset;  content: "";  display: none;  height: 100%;  position: absolute;  opacity:0px;}.teacher_bg {  background: #ddd none repeat scroll 0 0;  /*overflow: hidden;*/}.apply_area{  background: #fff none repeat scroll 0 0;border-radius: 0;box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);line-height: 1.42857;margin-bottom: 20px;margin-top: 45px;padding: 20px;transition: all 0.2s ease-in-out 0s;-webkit-transition: all 0.2s ease-in-out 0s;-moz-transition: all 0.2s ease-in-out 0s;-o-transition: all 0.2s ease-in-out 0s;-ms-transition: all 0.2s ease-in-out 0s;overflow:hidden;}.apply{  }.apply_text {  font-size: 20px;}.apply_more > p {  margin-top: 20px;  text-align: right;}.read_morea {  background: #5cb85c;  color: #fff;  display: inline-block;  font-size: 12px;  padding: 7px 10px;  text-decoration: none;  text-transform: uppercase;}.read_morea:hover{  color:#fff;}.apply_area:hover {  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29);}.courses_area.courses_padding{  padding-top:90px;}.sharre_top{  padding-top:80px;}.about_titlea span{  text-transform:capitalize;  font-weight:normal;}.notice span{  text-transform:capitalize;}.pagination{  border-radius:0px;}.pagination > li:first-child > a, .pagination > li:first-child > span {  margin-left: 0;  border-top-left-radius: 0px;  border-bottom-left-radius: 0px;}.paginition_text li a{  background-color:transparent;}.pagination .disabled a {    background-color: #432f85;    border-color: #432f85;color:#fff;border-radius: 0;}.mg_bottom60{  margin-bottom:60px;}.couse_pra{font-size: 18px;font-weight: bold;  }/*ow carsol css edit style for model_owl*/.curosel-style4.owl-theme .owl-controls .owl-buttons div {    background: transparent;    border-radius: 0;    color: #432f85;    font-size: 22px;    height: 35px;    line-height: 25px;    margin: -20px 5px 5px;    opacity: 1;    position: absolute;    top: -48px;    right: 55px;    transition: .5s;    -webkit-transition: .5s;    -moz-transition: .5s;    -o-transition: .5s;    -ms-transition: .5s;    width: 35px;    border:1px solid #432f85;}.curosel-style4.owl-theme:hover .owl-controls .owl-buttons div {    opacity: 1;}.curosel-style4.owl-theme .owl-controls .owl-buttons .owl-next {    right: 15px;    top: -48px;}.curosel-style4.owl-theme .owl-controls .owl-buttons .owl-next:hover {  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29);}.curosel-style4.owl-theme .owl-controls .owl-buttons .owl-prev:hover {  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29);}.modal-body {  padding: 0;}span.contact_title{  font-size:50px;}.thankyou {  margin-top: 20%;  text-align: center;}.thankyou a{color:#ffaa31;}/*--------------------------/* Apple TV Effect/*-------------------------- */.atvImg {  transform-style: preserve-3d;  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  height: 340px;}.products .atvImg {  height: 500px;}.atvImg img {  box-shadow: 0 2px 8px rgba(14, 21, 47, 0.25);}.atvImg-container {  position: relative;  width: 100%;  height: 100%;  border-radius: 5px;  transition: all 0.2s ease-out;}.atvImg-container.over .atvImg-shadow {  box-shadow: 0 45px 100px rgba(14, 21, 47, 0.4), 0 16px 40px rgba(14, 21, 47, 0.4);}.atvImg-layers {  position: relative;  width: 100%;  height: 100%;  overflow: hidden;  transform-style: preserve-3d;}.atvImg-rendered-layer {  position: absolute;  width: 104%;  height: 104%;  top: -2%;  left: -2%;  background-repeat: no-repeat;  background-position: center;  background-color: transparent;  background-size: cover;  transition: all 0.1s ease-out;}.atvImg-shadow {  position: absolute;  top: 5%;  left: 5%;  width: 90%;  height: 90%;  transition: all 0.2s ease-out;  /*box-shadow: 0 8px 30px rgba(14, 21, 47, 0.6);*/}.atvImg-shine {  position: absolute;  top: 0;  left: 0;  right: 0;  bottom: 0;  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 60%);}/*CUSTOM CSS ***************************************************/.notice-box{  overflow: hidden;    height: 282px;}.latest-box ul li a {    padding: 5px 0 5px 21px;    background: url(../img/dotted-arrow.png) no-repeat left 8px;    color: #000;    display: inline-block;}.latest-box ul li a span {    background: #1a2050;    padding: 1px 4px;    color: #fff;    font-size: 10px;}.latest-box ul li:hover a span {    background: #ffab1f;    color: #000;}/*.head-3 h3:after, .head-3 h3:before {    content: "";    background: #fff;    width: 12%;    height: 5px;    position: absolute;        top: 45%;}*/.head-3 h3 {  color: #432f85;  margin: 0 0 10px;  padding: 10px;  border: 1px solid;  border-left: 20px solid;  letter-spacing: 2px;  position: relative;  font-size: 15px;}/*.head-3 h3:after{  left: -12px;}.head-3 h3:before{  right: -12px;}*/.title{    font-weight: 400;    line-height: 1.36;    margin-bottom: 20px;    font-family: droid sans!important;}.title__mark{  font-weight: 700;}.widget_content .social-icons li a {    color: #ddd;    display: inline;    padding: 2px 0px;}.widget_content .footer-social-icons {    width: 350px;    display:block;    margin: 0 auto;}.widget_content .social-icon {    color: #fff;}.widget_content ul.social-icons {    margin-top: 10px;} .social-icons li {    vertical-align: top;    display: inline;    height: 100px;}.widget_content .social-icons a {    color: #fff;    text-decoration: none;}.widget_content .social-icons a:hover{  color: #fff;}.widget_content .fa-facebook {    padding:10px 14px;    -o-transition:.5s;    -ms-transition:.5s;    -moz-transition:.5s;    -webkit-transition:.5s;    transition: .5s;    background-color: #322f30;}.widget_content .fa-facebook:hover {    background-color: #3d5b99;    color: #fff;}.widget_content .fa-twitter {    padding:10px 12px;    -o-transition:.5s;    -ms-transition:.5s;    -moz-transition:.5s;    -webkit-transition:.5s;    transition: .5s;    background-color: #322f30;}.widget_content .fa-twitter:hover {    background-color: #00aced;    color: #fff;}.widget_content .fa-rss {    padding:10px 14px;    -o-transition:.5s;    -ms-transition:.5s;    -moz-transition:.5s;    -webkit-transition:.5s;    transition: .5s;    background-color: #322f30;}.widget_content .fa-rss:hover {    background-color: #eb8231;    color: #fff;}.widget_content .fa-youtube {    padding:10px 14px;    -o-transition:.5s;    -ms-transition:.5s;    -moz-transition:.5s;    -webkit-transition:.5s;    transition: .5s;    background-color: #322f30;}.widget_content .fa-youtube:hover {    background-color: #e64a41;    color: #fff;}.widget_content .fa-linkedin {    padding:10px 14px;    -o-transition:.5s;    -ms-transition:.5s;    -moz-transition:.5s;    -webkit-transition:.5s;    transition: .5s;    background-color: #322f30;}.widget_content .fa-linkedin:hover {    background-color: #0073a4;    color: #fff;}.widget_content .fa-google-plus {    padding:10px 9px;    -o-transition:.5s;    -ms-transition:.5s;    -moz-transition:.5s;    -webkit-transition:.5s;    transition: .5s;    background-color: #322f30;}.widget_content .fa-google-plus:hover {    background-color: #e25714;    color: #fff;}div#menu-button {    display: none;}/*Department Area*/.list-group-dep a.list-group-item {    color: #fff;}.list-group-dep .list-group-item {    position: relative;    display: block;    background-color: #1a2050;    padding: 8px 15px;    font-size: 13px;    border: 1px solid #1a2050;    border-left: 6px solid #ffab1f;    transition: 0.2s all;}.list-group-dep .list-group-item:first-child{    border-top-left-radius: 0px;    border-top-right-radius: 0px;}.list-group-dep .list-group-item:last-child{    border-bottom-right-radius: 0px;    border-bottom-left-radius: 0px;}.list-group-dep a.list-group-item:hover, .list-group-dep a.list-group-item:focus {    padding-left: 20px;    transition: 0.2s all;    background-color: #1a2050;    color: #ffab1f;}.department h2 {    color: #1a2050;    font-size: 24px;    font-weight: 600;    padding: 0 0 10px;    border-bottom: 1px solid #dce0e3;}.department h4 {    color: #F44336;    font-size: 22px;    font-weight: 600;    line-height: 12px;    padding: 10px 0 3px;    text-transform: capitalize;    margin-bottom: 20px;}.department p{  color: #000000;  font-size: 14px;  padding: 15px 0 0;}.department h4 + p {    padding: 0 0 0 0;}  .department h4 + p + p{ padding:10px 0  0;}  .department h4 + p + p + p{ padding:10px 0  0;}  .department h4 + p + p + p + p{padding:10px 0  0;}  .department ul{        list-style: outside none none;    margin: 0;    padding: 0;  }  .department ul li{font-size: 14px;line-height: 26px;color: #000000;}  .department h3 + p{padding:0;}  .department p a{text-decoration:none;font-size: 14px;line-height: 26px; color: #555;}.department .nav-tabs {    border-bottom: none;}.department .nav-tabs>li.active>a, .department .nav-tabs>li.active>a:focus, .department .nav-tabs>li.active>a:hover {    color: #555;    cursor: default;    background-color: #fff;    border: 2px solid #1a2050;    border-bottom-color: #1a2050;    border-radius: 0px;}.department .nav-tabs>li>a {    margin-right: 2px;    line-height: 1.42857143;    border: 1px solid transparent;    border-radius: 0px;    background: #1a2050;    color: #fff;    padding: 10px 15px;}.department .nav > li > a:focus, .department .nav > li > a:hover {    background: #1d597d;}.about-dept {    margin-top: 30px;}.faculty_thumb {  float: left;  width: 25%;  margin-right:2%;}.faculty_content > h4 {  font-size: 18px;}p.faculty-desc {    color: #8a8a8a;    font-size: 12px;}.faculty_content {  overflow: hidden;  width: 70%;  float: left;}.faculty .table>tbody>tr>td{  vertical-align: middle;}.faculty  .table>thead>tr>th {    vertical-align: bottom;    border-bottom: transparent;    background: #1a2050;    color: #fff;}.fac-2 {    border: 1px solid #ededed;    margin-bottom: 5px;}/*FACULTY PAGE*/.faculty-title {    border-bottom: 1px solid #dce0e3;    margin-bottom: 10px;}.faculty-title h1 {    font-size: 45px;}.faculty-title span {    color: #1a2050;    font-size: 24px;}.fac-sidebar {    background: #1a2050;    color: #fff;    padding: 15px 10px;        margin-top: 10px;}.fac-sidebar p span {    color: #fff!important;}.fac-img {    margin-bottom: 25px;}.fac-contact h4 {    color: #ededed;    line-height: 25px;    font-size: 14px;}.fac-contact h4 span {    margin-left: 10px;}.fac-contact h3 {    font-size: 24px;    font-weight: 600;    color: #ffab1f;}.fac-contact .social-icons li a {    color: #fff;    padding: 5px;}.faculty-content p {    color: #000000;    font-size: 14px;    padding: 15px 0 0;    line-height: 28px;}/*Rules Regulations*/.other-links-div {    background: #1a2050;}.other-links-div ul li a {    color: #fff;    display: block;    padding-left: 10px;}.other-links-div ul li:hover {    background: #ffab1f;}.other-links-div ul li:hover a{    color: #000;}.other-links-div ul li {    margin: 0;    list-style: none;    box-sizing: border-box;    font-size: 13px;    line-height: 2;    padding: 5px 5px 7px 5px;    border-bottom: 1px dashed #ccc;}.h2-title::after{    border-left: 9px solid rgba(0, 0, 0, 0);    border-right: 9px solid rgba(0, 0, 0, 0);    border-top: 9px solid #1a2050;    bottom: -20px;    content: "";    display: block;    height: 21px;    left: 5%;    margin: 0 auto;    position: absolute;    width: 13px;    z-index: 9;}.h2-title {    background: #1a2050  none repeat scroll 0 0;    border-bottom: 0 solid #ffab1f;    border-left: 5px solid #ffab1f;    color: #ffffff;    font-size: 16px;    font-weight: normal;    line-height: 1.5;    padding: 5px 15px;    position: relative;}.nav-notice.nav-tabs.nav-justified>.active>a{  border-bottom-color: #ffab1f;    background: #1a2050;    color: #fff;    border-radius: 0px;    border-bottom: 3px solid #ffab1f;}.notice-box ul{  padding: 0;}.nav-notice.nav-tabs.nav-justified>li>a {    border-bottom: 3px solid #1a2050;    background: #ffab1f;    color: #000;    font-weight: 600;    border-radius: 0px;    margin-left: 2px;}ol.ol-global li {    margin: 0;    box-sizing: border-box;    color: #696969;    font-size: 13px;    padding: 5px 5px 11px 5px;    font-weight: 600;}/*================courses area css===================*/.infra_item {  background: #ffffff none repeat scroll 0 0;  border-radius: 0;  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);  line-height: 1.42857;  margin-bottom: 30px;  transition: all 0.2s ease-in-out 0s;  -webkit-transition: all 0.2s ease-in-out 0s;  -moz-transition: all 0.2s ease-in-out 0s;  -o-transition: all 0.2s ease-in-out 0s;  -ms-transition: all 0.2s ease-in-out 0s;  overflow:hidden;}.infra_item:hover {  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29);}.infra_thumb{  position:relative;}.infra_thumb_text a {  color: #fff;}.infra_content{    padding: 20px;}.infra_content p{font-weight: normal;margin-top: 10px;}.facultybox {    background-color:#ffffff;  padding:10px;  margin-bottom:10px;  -webkit-box-shadow: 0 8px 6px -6px  #999;     -moz-box-shadow: 0 8px 6px -6px  #999;          box-shadow: 0 8px 6px -6px #999;}.facultybox a img {    min-height: 150px;    max-height: 150px;    width: 100%;}.facultytitle {    padding: 5px 0 5px 0;    font-size: 13px;    text-align: center;}.facultyprice {  border-top:1px solid #dadada;}.facultytext {    font-weight: bold;    font-size: 1.1em;    text-align: center;}.panel-theme>.panel-heading {    color: #fff;    background-color: #1a2050;    border-color: #1a2050;    border-radius: 0px;}.panel-theme .panel-body {    border-width: 0px 1px 1px 1px;    border-style: solid;    border-color: #1a2050;}.panel-theme {    border-color: #1a2050;    border-radius: 0px;}.event-list {    height: 700px;    overflow: auto;}.event-list ol li {    margin: 0;    box-sizing: border-box;    font-size: 13px;    padding: 5px 5px 11px 5px;    border-bottom: 1px dashed #ccc;}.event-list::-webkit-scrollbar {    width: 5px;    height: auto;    background-color: #ededed;}.event-list::-webkit-scrollbar-thumb {    background: #1a2050;}/*INFRASTRUCTURE*/.block-box {    padding: 5px;    background: #2C3E50;    margin-top: 10px;    border-bottom: 3px solid #ffab1f;    transition: .3s;}.block-box:hover {    background: #000;    border-bottom: 3px solid #2C3E50;    transition: .3s;}.block-box-text {    min-height: 40px;}.block-box-img {    height: 200px;}.block-box img{  width: 100%;  height: 100%;}.block-box p {    color: #fff;    text-align: center;}.btn-login {    background: transparent;    border-color: transparent;    color: #1a2050;    border-radius: 0px;    line-height: 1;}.btn-login:hover, .btn-login:active, .btn-login:focus {    color: #000;    background-color: transparent;    border-color: transparent;}.top-bar {    background: #ffab1f;    border-radius: 0px 0px 30px 30px;    padding: 0px 10px;}.top-bar ul li a{  color: #1a2050;  display: block;}.top-bar ul li a:hover{  color: #795548;}.dropdown-menu {    background-color: #ffab1f;    border-radius: 0px;    padding: 0px;}.dropdown-menu>li>a {    padding: 5px 20px;}.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {    color: #262626;    background-color: #1a2050;    color: #fff!important;}.row.report-row {    border-bottom: 1px solid #ddd;}.row.report-row p {    font-size: 22px;    line-height: 1.5;    margin: 0 auto 20px;    color: #666666;    font-family: 'Open Sans', sans-serif;    font-weight: 300;    padding-top: 15px;}.notes ul,.notes li{  list-style:none;}.notes ul{  overflow:hidden;  padding:2em;}.notes ul li a{  text-decoration:none;  color:#000;  background:#ffc;  display:block;  padding:1em;  -webkit-transform:rotate(-6deg);  -o-transform:rotate(-6deg);  -moz-transform:rotate(-6deg);  -moz-box-shadow:1px 2px 2px rgba(33,33,33,1);  /* Safari+Chrome */  -webkit-box-shadow: 1px 2px 2px rgba(33,33,33,.7);  /* Opera */  box-shadow: 1px 2px 2px rgba(33,33,33,.7);  -moz-transition:-moz-transform .15s linear;  -o-transition:-o-transform .15s linear;  -webkit-transition:-webkit-transform .15s linear;}.notes ul li a:after {    content: "";    position: absolute;    top: -16px;    right: -15px;    background-image: url(../img/milestone.ico);    width: 30px;    height: 100%;    background-size: contain;    background-repeat: no-repeat;}.notes ul li{  float:left;}.notes ul li h2{  font-size:140%;  font-weight:bold;  padding-bottom:10px;}.notes ul li:nth-child(even) a{  -o-transform:rotate(4deg);  -webkit-transform:rotate(4deg);  -moz-transform:rotate(4deg);  position:relative;  top:5px;}.notes ul li:nth-child(3n) a{  -o-transform:rotate(-3deg);  -webkit-transform:rotate(-3deg);  -moz-transform:rotate(-3deg);  position:relative;  top:-5px;}.notes ul li:nth-child(5n) a{  -o-transform:rotate(5deg);  -webkit-transform:rotate(5deg);  -moz-transform:rotate(5deg);  position:relative;  top:-10px;}.notes ul li a:hover,.notes ul li a:focus{  -moz-box-shadow:5px 5px 7px rgba(0,0,0,.7);  -webkit-box-shadow: 5px 5px 7px rgba(0,0,0,.7);  box-shadow:5px 5px 7px rgba(0,0,0,.7);  -webkit-transform: scale(1.25);  -moz-transform: scale(1.25);  -o-transform: scale(1.25);  position:relative;  z-index:5;}    .form-group{    margin-bottom: 15px;}label{    margin-bottom: 15px;        color: #1a2050;}input,input::-webkit-input-placeholder {    font-size: 11px;    padding-top: 3px;}.main-login{    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);}.form-control {    height: auto!important;padding: 8px 12px !important;}.input-group {    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;}#button {    border: 1px solid #1a2050;    margin-top: 28px;    padding: 6px 12px;    color: #fff;    text-shadow: 0 1px #fff;    cursor: pointer;    background: #1a2050;    -moz-border-radius: 3px 3px;    -webkit-border-radius: 3px 3px;    border-radius: 3px 3px;}.main-center{    margin: 10px;    max-width: 100%;    padding: 10px 40px;    background:#ECF0F1;        color: #FFF;    text-shadow: none;}span.input-group-addon i {    color: #ffffff;    font-size: 17px;}.login-button{    margin-top: 5px;}.login-register{    font-size: 11px;    text-align: center;}.input-group-addon {    background-color: #1a2050;    border: 1px solid #1a2050;}/*----------------------------------------------------start campus-life section    ----------------------------------------------------*/.campus-life{    width: 100%;    text-align: center;}.campus-life .work-area{    position: relative;    margin-bottom: 15px;}.campus-life .work-area .image{    overflow: hidden}.campus-life .work-area .image img{    width: 100%;    height: auto;    -webkit-transition: all 0.4s ease-in-out;       -moz-transition: all 0.4s ease-in-out;         -o-transition: all 0.4s ease-in-out;            transition: all 0.4s ease-in-out;}.campus-life .work-area:hover .image img{    transform: scale(1.1);}.campus-life .work-area .overlay{    position: absolute;    top: 0;    bottom: 0;    left: 0;    right: 0;    background-color: rgba(0,0,0,0.87);    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";    opacity: 0;}.campus-life .work-area .overlay .inner{    position: absolute;    top: 50%;    transform: translateY(-50%);    width: 100%;    margin: auto;}.campus-life .work-area .overlay .inner h2{    transform: translateY(-20px);    color: #ffb400;    font-size: 20px;    font-weight: 500;    transition: all 0.4s ease-in-out;}.campus-life .work-area .overlay .inner p{    transform: translateY(20px);    color: #fff;    font-size: 14px;    font-weight: 400;    transition: all 0.4s ease-in-out;}.campus-life .work-area:hover .overlay .inner h2,.campus-life .work-area:hover .overlay .inner p{    transform: translateY(0);}.campus-life .work-area .overlay .inner .line{    width: 5%;    height: 1px;    background-color: #aaa;    margin: auto;    margin-top: 5px;    margin-bottom: 5px;  transition: all 0.4s ease-in-out;  transition-delay: 0.15s;}.campus-life .work-area:hover .overlay .inner .line{    width: 30%;}.campus-life .work-area .overlay i{    position: absolute;    top: 50%;    left: 50%;    height: 50px;    width: 50px;    line-height: 50px;    margin-left: -25px;    margin-top: -25px;    font-size: 30px;    color: #fff;    -webkit-transition: all 0.3s ease-in-out;        -moz-transition: all 0.3s ease-in-out;          -o-transition: all 0.3s ease-in-out;             transition: all 0.3s ease-in-out;    transform: translateY(50px);}.campus-life .work-area .overlay i:hover{    color: #f5734e;}.campus-life .work-area .overlay:hover i{    transform: translateY(0);}.campus-life .work-area:hover .overlay{    opacity: 1;    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";} .bg-box {    background: #ededed;    padding: 5px 12px;}.single-service-broucher {    border: 1px solid #E7E7EE;    padding: 5px;  text-align: center;  background-image: url(../img/pdf.png);    background-repeat: no-repeat;    background-position: 100% 100%;}.single-service-broucher p {    font-size: 22px;    line-height: 29px;    color: #31384A;}.thm-button {    font-size: 12px!important;    font-family: "Open Sans", sans-serif!important;    text-align: center!important;    border-radius: 3px!important;    display: inline-block;    border: none!important;    outline: none;    color: #fff;    vertical-align: top;    text-transform: uppercase;    line-height: 38px!important;    font-weight: bold!important;    outline: none;    padding: 0 20px!important;    -webkit-transition: all .5s ease;    transition: all .5s ease;    background: #1a2050;}.thm-button:hover{  background:#ffab1f;  color: #000;}.place-sec {    position: relative;    overflow: hidden;    background: #fab909 none repeat scroll 0 0;    background-image: url(../img/place-bg.jpg);    background-position: center center;    background-repeat: no-repeat;    background-size: cover;}.place-sec-overlay {    background-color: rgba(255, 255, 255, 0.9);    height: 100%;    left: 0;    position: absolute;    right: 0;    top: 0;    width: 100%;}.place-desc {    display: inline-block;    width: 100%;}.sec-title h1 {    font-size: 38px;    font-weight: bold;}.place-us-img {    position: relative;    z-index: 1;    padding: 10px 0px 10px 0px;}.place-us-img::before {    position: absolute;    content: "";    background: #ffab1f;    width: 5000px;    height: 140%;    left: 100px;    top: 0px;    z-index: -1;}.text-data h1{    font-size: 38px;}.modal-header {    padding: 15px 20px;    border-bottom: 1px solid #e5e5e5;    color: #fff;}.modal-header .close {    color: #ffab1f;    opacity: 1;    text-shadow: none;}.modal-content {    border-radius: 0px;}.modal-title {    color: #1a2050;}.modal-footer {    padding: 0px 10px 10px;    text-align: right;    border-top: none;}.modal-footer .btn {    background: #1a2050;    border: none;    color: #fff;}.modal-body {    padding-top: 10px;}.list-1 li {    line-height: 2.5;    text-transform: capitalize;    font-family: "Open Sans", sans-serif!important;}.std-achv ol.list-1 li p a {    color: #000;    font-weight: 600;}.std-achv ol.list-1 li p a:hover {    text-decoration: underline;}.dep-course {    background: #2d2d2d;    padding: 5px 7px;    margin-bottom: 10px;}.dep-course h3 {font-size: 20px;    font-weight: 600;    color: #fff;}.dep-course h3 span {    color: #ffab1f;    text-transform: capitalize;    font-size: 16px;}.dep-course:hover {    background: #1a2050;    transition: .2s all;}.panel-staff {    transition: 0.2s all;    border-color: #686868;    border-radius: 0px;}.panel-staff:hover {    background-color: #ffab1f;    transition: 0.2s all;}.panel-staff .panel-body {    padding: 5px 2px;}.panel-staff .staff-img {    padding: 0px;    height: 65px;    overflow: hidden;}.panel-staff .panel-body h3 {    font-size: 14px;    font-weight: 600;    margin: 0px 0px 5px;    min-height: 30px;    text-transform: capitalize;}.panel-staff .panel-body p {    color: #1a2050;    font-size: 11px;}.misson-page {    position: relative;        margin-bottom: 20px;}img.mission-img {    position: absolute;    right: 0;    height: 100%;}.bg-page {    background: #ededed;}.head-sec h2 {    color: #1a2050;    font-weight: 600;    padding: 0 0 10px;    border-bottom: 1px solid #dce0e3;    font-size: 22px;    font-family: 'Droid Sans', sans-serif!important;}.head-sec p {    font-weight: 600;    color: #F44336;}.content-sec{    text-align: justify;    color: #000;}.award-div {    min-height: 130px;    padding: 5px 10px;    margin-bottom: 8px;    position: relative;    overflow: hidden;    transition: all 0.5s ease;    border: 5px ridge #795548;    background: #222;    background-image: url(../img/banner/board.jpg);}.award-div:before {    position: absolute;    content: "";    top: 0;    left: -75%;    z-index: 2;    display: block;    width: 50%;    height: 100%;    transform: skewX(-25deg);    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 100%);    transition: all 1s;}.award-div:hover:before {    left: 175%;}.award-div h3 {    color: #efefef;    font-size: 13px;    line-height: 1.2;}.award-pins:before {    position: absolute;    content: "";    top: 5px;    right: 5px;    background: #9E9E9E;    width: 5px;    height: 5px;    border-radius: 50%;}.sitemap-page-sec{  background: #eee;}.sitemap-div {    background: #fff;    padding: 15px 10px;    margin-bottom: 5px;}.sitemap-div .site-head {    font-weight: 600;    color: #1a2050;    text-decoration: underline;}.sitemap-div ul li {    list-style: circle;}.form-bg{}.myform{  padding: 40px;  box-sizing: border-box;  box-shadow: 0 0 1px 0px black;    margin-bottom: 20px;}.myform .inputBox{  position: relative;}.myform .inputBox input,.myform .inputBox textarea{  width: 100%;  padding: 10px 0;  font-size: 16px;  color:#1a2050;  margin-bottom: 30px;  border: none;  outline: none;  background:transparent;  border-bottom: 1px solid #1a2050;}.myform .inputBox textarea{    height: auto;    resize: none;    box-shadow: none;}.myform .inputBox label{  position: absolute;  top: 0;  left: 0;  padding: 10px 0;  font-size: 16px;  color: #1a2050;  pointer-events: none;  transition: .5s;  font-weight: 100;}.myform .inputBox input:focus ~ label,.myform .inputBox input:valid ~ label,.myform .inputBox textarea:focus ~ label,.myform .inputBox textarea:valid ~ label{  top: -18px;  left: 0;  font-size: 12px;  color: #ffab1f;}.myform .inputBox textarea:focus{    box-shadow: none;}.myform .btn-form {    background-color: #1a2050;    color: #fff;}.page-sec{  background-color: #f2f2f2;  padding: 10px;}.box-style{   background-color: #fff;  padding: 10px;}.dep-photo-img {    max-height: 150px;    min-height: 150px;    overflow: hidden;    border: 1px solid #ddd;    border-radius: 4px;    margin-bottom: 2px;}.dep-photo-text {    min-height: 60px;}.modal-award{    padding: 5px 10px;    margin-bottom: 8px;    position: relative;    overflow: hidden;    transition: all 0.5s ease;    border: 5px ridge #795548;    background: #222;    background-image: url(../img/banner/board.jpg);}.modal-award *{  color: #ffffff;}.modal-award .modal-title{  color: #ffab1f;}
ul.list-group.merit-ul {
    list-style: none;
}
 .fa-instagram {
    padding: 10px 12px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #322f30;
}
#main-menu li a{ font-size: 11px!important }
ul.list-group.merit-ul li a {
    background: #1a2050;
    color: #fff;
}
ul.list-group.merit-ul li a:hover {
    background: #ffab1f;
    color: #000;
    transition: 0.2s all;
}
.modal-app-form {
    background: #1a2050;
    margin: 10px;
    padding: 10px;
    text-align: center;
    color: #ffab1f;
    font-size: 55px;
    height: 190px;
}

.modal-app-form a h2{
  color: #fff;
  cursor: pointer;
}

.modal-app-form>h5{
  color: #ffab1f;
  cursor: pointer;

}

.modal-app-form a:hover{
  text-decoration: underline;
}

.college-handbook {
    text-align: center;
    background: #1a2050;
    padding: 10px;
    color: #fff;
    font-size: 20px;
}

.college-handbook h2 a{
    color: #ffab1f;
    font-weight: 900;
    font-size: 25px;
}


.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}