*{margin: 0;padding: :0;outline: 0;}

html{
    max-width: 100%;
    overflow-x: hidden;
    overflow-y:scroll;
}

.js div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #333 url('../images/loading.gif') no-repeat center center;
}

body {
    z-index:1;
	margin:1px 0 0 0;
	padding: 0;
	text-align: left;
	font-family:"Trebuchet MS",Garamond,Georgia, "Times New Roman", Times, serif;
	color: #4e4c4c;
	font-size:13px;
	overflow-y:hidden;
    overflow:-x:hidden;
    box-shadow: inset 0 0 490px #000000;
    -webkit-box-shadow: inset 0px 0px 400px #000000;
    overflow: auto;
}

blink {
    -webkit-animation: 2s linear infinite condemned_blink_effect; // for android
    animation: 2s linear infinite condemned_blink_effect;
}

.clear{overflow:hidden;}

@font-face {
    font-family: Kanit-SemiBold;
    src: url(../fonts/Kanit-SemiBold.ttf);
}

@font-face {
    font-family: Kanit-Medium;
    src: url(../fonts/Kanit-Medium.ttf);
}

@font-face {
    font-family: Kanit-Light;
    src: url(../fonts/Kanit-Light.ttf);
}

@font-face {
    font-family: Kanit-ExtraLight;
    src: url(../fonts/Kanit-ExtraLight.ttf);
}

@font-face {
    font-family: MavenPro-Black;
    src: url(../fonts/MavenPro-Black.ttf);
}

@font-face {
    font-family: MavenPro-Bold;
    src: url(../fonts/MavenPro-Bold.ttf);
}

@font-face {
    font-family: MavenPro-Medium;
    src: url(../fonts/MavenPro-Medium.ttf);
}

@font-face {
    font-family: MavenPro-Regular;
    src: url(../fonts/MavenPro-Regular.ttf);
}
@font-face{
    font-family: my_colab_thin;
    src: url(../fonts/colab_thin.otf);
}
@font-face{
    font-family: my_gautamib;
    src: url(../fonts/gautamib.ttf);
}
@font-face{
    font-family: my_cooperb;
    src: url(../fonts/cooperb.ttf);
}
@font-face{
    font-family: KronaOne-Regular;
    src: url(../fonts/KronaOne-Regular.ttf);
}
@font-face{
    font-family: Ethnocentric-Regular;
    src: url(../fonts/ethnocen.ttf);
}
@font-face{
    font-family: Arizonia-Regular;
    src: url(../fonts/Arizonia-Regular.ttf);
}

@font-face{
    font-family: futura-light-bt;
    src: url(../fonts/futura_light_bt.ttf);
}
@font-face{
    font-family: futura-medium-bt;
    src: url(../fonts/futura_medium_bt.ttf);
}
@font-face{
    font-family: futura-xblk-bt;
    src: url(../fonts/futura_xblk_bt.ttf);
}
@font-face{
    font-family: futuraheavyfont;
    src: url(../fonts/futuraheavyfont.ttf);
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.readmore{
    float: right;
    text-align: right;
}

.readmore a{
    text-decoration: none;
    color: #ff0030;
    font-size: 14px;
}

.readmore a:hover{
    text-decoration: none;
    font-weight: bold;
}

.click_here{
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.5px;
    font-family: MavenPro-Regular;
}

.click_here:hover{
    text-decoration: none;
    color: #e4e3e3;
}

.click_here:visited{
    text-decoration: none;
    color: #fff;
}

.firstcharacter{
    color: #903;
    float: left;
    font-family: Georgia;
    font-size: 75px;
    line-height: 60px;
    padding-top: 1px;
    padding-right: 5px;
    padding-left: 3px;
}

.h2header{
    color: #ff0003;
    text-align: center;
    width: auto;
    position: relative;
    padding-bottom: 8px;
    margin: auto;
    margin-top: 10px;;
 }

.h2header:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -3px;
}

.h2header:after {
  right: 120px;
  height: 5px;
  left:135px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#1d8103), to(transparent));
  background-image: -webkit-linear-gradient(left, #1d8103, transparent);
  background-image: -moz-linear-gradient(left, #1d8103, transparent);
  background-image: -o-linear-gradient(left, #1d8103, transparent);
}

.h3header{
    color: #00439a;
    font-family: my_cooperb;
    text-align: center;
    width: auto;
    margin: auto;
    margin-top: 10px;
}

.h5{font-family: Kanit-Medium;}
.h7{font-weight: bold;font-family: Kanit-Light;font-size: 13px;}
.h8{font-weight: bold;font-family: Kanit-ExtraLight;font-size: 12px;}
.h4{font-weight: bold;font-family: Kanit-Light;font-size: 16px;}
.h8{height:207px;color:#6f6f6e;padding-top: 12px;border-top: 1px solid #c5c5c5;margin-bottom: 10px;}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td{padding-top: 1px;padding-bottom: 1px;}

.table{
    border:none;
}

.circular-portrait {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #DDD;
  border: 5px solid #ffffff;
  float: left;
box-shadow: rgba(0, 0, 0, 0.34) 0px 3px 4px;
}

.circular-portrait img {
  width: 100%;
  height: auto;
  padding: 10%;
}

.square-portrait {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15%;
  box-sizing: border-box;
  background-color: #DDD;
  border: 5px solid #ffffff;
  float: left;
  box-shadow: rgba(0, 0, 0, 0.34) 0px 3px 4px;
}

.square-portrait img {
  width: 100%;
  height: auto;
  padding: 10%;
}

.coverfull{
  margin: 0 !important;
}

.award_name{
  font-family: futura-medium-bt;
  font-size: 18px;
  color:black;
}

.awardee_name{
  font-family: futura-light-bt;
  font-size: 16px;
  color:red;
}

.awardee_desig{
  font-family: futura-light-bt;
  font-size: 14px;
  color:#545454;
}

.award_block{
  margin: 12px 0px 12px 0px;
}

.award_block:first-child{
  margin-top: -4px !important;
}


.fade_rule {
        height: 1px;
        background-color: #E6E6E6;
        width: 27.25em;
        margin: 0 auto;
        background-image: linear-gradient(left ,  rgba(0,255,255,1) 2%, #rgba(0,0,0,1) 50%,  rgba(0,255,255,1) 98%);
        background-image: -o-linear-gradient(left ,  rgba(0,255,255,1) 2%, #rgba(0,0,0,1) 50%,  rgba(0,255,255,1) 98%);
        background-image: -moz-linear-gradient(left ,  rgba(0,255,255,1) 2%, #rgba(0,0,0,1) 50%,  rgba(0,255,255,1) 98%);
        background-image: -webkit-linear-gradient(left ,  rgba(0,255,255,1) 2%, #rgba(0,0,0,1) 50%,  rgba(0,255,255,1) 98%);
        background-image: -ms-linear-gradient(left ,  rgba(0,255,255,1) 2%, #rgba(0,0,0,1) 50%,  rgba(0,255,255,1) 98%);
        background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02,  rgba(0,255,255,1)), color-stop(0.5, gray), color-stop(0.98,  rgba(0,255,255,1)) );
}

.top_border{
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    background: rgba(1,20,3,1);
    background: -moz-linear-gradient(top, rgba(1,20,3,1) 0%, rgba(1,20,3,1) 43%, rgba(14,28,0,1) 60%, rgba(27,54,2,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,20,3,1)), color-stop(43%, rgba(1,20,3,1)), color-stop(60%, rgba(14,28,0,1)), color-stop(100%, rgba(27,54,2,1)));
    background: -webkit-linear-gradient(top, rgba(1,20,3,1) 0%, rgba(1,20,3,1) 43%, rgba(14,28,0,1) 60%, rgba(27,54,2,1) 100%);
    background: -o-linear-gradient(top, rgba(1,20,3,1) 0%, rgba(1,20,3,1) 43%, rgba(14,28,0,1) 60%, rgba(27,54,2,1) 100%);
    background: -ms-linear-gradient(top, rgba(1,20,3,1) 0%, rgba(1,20,3,1) 43%, rgba(14,28,0,1) 60%, rgba(27,54,2,1) 100%);
    background: linear-gradient(to bottom, rgba(1,20,3,1) 0%, rgba(1,20,3,1) 43%, rgba(14,28,0,1) 60%, rgba(27,54,2,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#011403', endColorstr='#1b3602', GradientType=0 );
    height: 40px;
}

.top_border_inner{
    padding: 10px 0px 8px 0px;
    font-family: Kanit-ExtraLight;
    font-size: 14px;
}

.dt_class{
    float: left;
}

.facebook_block{
    margin-top:8px;
}

.social {
    margin: 0;
    padding: 0;
    height: 20px;
    margin-top: 2px;
    margin-right: -12px;
    display: block;
    float: right;
}

.social a{
    text-decoration: none;
}

.social ul {
    margin: 0;
    padding: 1px 20px;
}

.social ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
}

.social i {
    width: 20px;
    height: 20px;
    color: #FFF;
    font-size: 16px;
    text-align:center;
    padding-top: 2px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social i:hover {
    color: #485548;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.red-tooltip + .tooltip > .tooltip-inner {
    background-color: #292929;
    color: #ffffff;
    font-family: my_gautamib;
    font-size: 12px;
    max-width: 150px;
    font-weight: lighter;
}

.red-tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color:#292929;
}

.dt_class{
    margin-left: -13px;
}

.top_header{
    margin: 0px;
    background: rgba(230,255,156,1);
    background: -moz-linear-gradient(top, rgba(230,255,156,1) 0%, rgba(179,235,115,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,255,156,1)), color-stop(100%, rgba(179,235,115,1)));
    background: -webkit-linear-gradient(top, rgba(230,255,156,1) 0%, rgba(179,235,115,1) 100%);
    background: -o-linear-gradient(top, rgba(230,255,156,1) 0%, rgba(179,235,115,1) 100%);
    background: -ms-linear-gradient(top, rgba(230,255,156,1) 0%, rgba(179,235,115,1) 100%);
    background: linear-gradient(to bottom, rgba(230,255,156,1) 0%, rgba(179,235,115,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ff9c', endColorstr='#b3eb73', GradientType=0 );
}

.logo_image {
    display: block;
    margin-top: 4.9px;
    height: 116px;
    padding: 0px;
    z-index: 100;
    float: left;
    margin-bottom: 4px;
}

.txt_logo{
    margin-top: 0px;
    margin-left: -28.4px;
}

.txt_1_logo{
    font-family: Ethnocentric-Regular;
    font-size: 36px;
    color: #ff0000;
    text-shadow: 2px 2px 2px #232324;
    display: block;
    text-align: center;
    margin-left: 0px auto;
    margin-right: 0px auto;
    padding-left: 15px;
    font-weight: bold;
    float: left;
    margin-top: 16px;
}

.txt_2_logo{
    font-family: Arizonia-Regular;
    font-size: 44px;
    color: #080de5;
    text-shadow: 2px 2px 2px #232324;
    display: block;
    text-align: left;
    padding: 0px;
    font-weight: bold;
    margin-left: 15px;
    margin-top: -19px;
    float: left;
}

.txt_registration{
    float: right;
    margin-top: -88.2px;
    margin-right: -14.1px;
}

.ima_prayer{
    font-family: MavenPro-Bold;
    font-size: 18px;
    text-align: center;
    text-shadow: 1px 1px 1px #232324;
    color: #ffffff;
    margin-top:3px;
}

.prayer{
    font-family: Kanit-Medium;
    font-size: 16px;
    text-align: center;
    color: #012707;
    line-height: 18px;
}

.top_img{
    -webkit-box-shadow: 4px 10px 10px 0px rgba(138,138,138,0.55);
    -moz-box-shadow: 4px 10px 10px 0px rgba(138,138,138,0.55);
    box-shadow: 4px 10px 10px 0px rgba(138,138,138,0.55);
}

.news_block{
    padding:10px 0px 0px 26px;
}

.article{
     margin: 0px 2.9px 5px 1.2px;
}

.article_heading{
    font-family: my_gautamib;
    font-size: 15px;
    color: #292929;
    text-align: center;
    padding:6px 2.9px 1px 1.2px;
}

.aricle_dt{
    font-family: my_cooperb;
    font-size: 10px;
    line-height: 14px;
    color: #424242;
    float: right;
}

.article_det{
    font-size: 14px;
    color: #424242;
    float: left;
    padding:1px 2.9px 1px 1.2px;
}

.branch_hdr{
    font-family: KronaOne-Regular, sans-serif;
    font-size: 18px;
    text-align: center;
    color: #ff0000;
    padding-top:20px;
    text-shadow: 1px 1px 1px #eaeaea;
}


.zones{
    padding-top: 20px;
    padding-left: 150px;
    color: #fffdef;
    margin-left: auto;
    margin-right: auto;
    font-family: KronaOne-Regular, sans-serif;
    text-shadow: 2px 2px 2px #232324;
}

.inline_small_logo {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    max-height: 13px;
    margin-top: -3px;
}

@-webkit-keyframes condemned_blink_effect { // for android
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}
@keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}


/*************************************************************************Navigation Bar Style Starts Here******************************************************************************************/
.navbar-nav {
    float: left;
    margin-right: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
    z-index:100;
}

.navbar-default {
    background-color: #F8F8F8;
    border-color: #E7E7E7;
    margin-bottom: 0px;
}

.nav > li {
    position: relative;
    display: block;
    padding: 0px 4px 0px 0px;
    margin-left: 0px;
    border-right: 1px dotted #2c2b2b;
}

.nav > li:last-child {
    border-right: none;
}


.navbar-nav > li > a {padding-top:8px !important; padding-bottom:5px !important;}
.navbar {min-height:32px !important}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus {
    color: #337ab7;
    background-color: #fff;
}

.dropdown-menu{
    margin-left: 2px;
    z-index:101;
}

.dropdown-menu li {
    border-bottom:1px dotted #2c2b2b;
}

.dropdown-menu li:last-child {
    border-bottom:none;
}

.navbar-default .navbar-nav > .active > a{
    color: #a5eaff;
    background-color: inherit;
}

.navbar-default .navbar-nav > .active > a:hover, .dropdown-menu > .active > a:hover {
    color:#ffffff;
    border-radius:5px;
    background: #013206; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#628700,#013206); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#628700,#013206); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#628700,#013206); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#628700,#013206); /* Standard syntax */
}

.dropdown-menu > .active > a:hover{
    border-radius:0px !important;
}

.navbar-default .navbar-nav > .active > a:focus{
    color:#0a025c;
    border-radius:5px;
    background: #1c9ea6; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#013206, #1c9ea6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#013206, #1c9ea6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#013206, #1c9ea6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#013206, #e9e9e9); /* Standard syntax */
}

.navbar-fixed-top{
    position: relative;
    margin-top:0px;
    background: rgba(33,66,2,1);
    background: -moz-linear-gradient(top, rgba(33,66,2,1) 0%, rgba(14,28,0,1) 45%, rgba(1,20,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(33,66,2,1)), color-stop(45%, rgba(14,28,0,1)), color-stop(100%, rgba(1,20,3,1)));
    background: -webkit-linear-gradient(top, rgba(33,66,2,1) 0%, rgba(14,28,0,1) 45%, rgba(1,20,3,1) 100%);
    background: -o-linear-gradient(top, rgba(33,66,2,1) 0%, rgba(14,28,0,1) 45%, rgba(1,20,3,1) 100%);
    background: -ms-linear-gradient(top, rgba(33,66,2,1) 0%, rgba(14,28,0,1) 45%, rgba(1,20,3,1) 100%);
    background: linear-gradient(to bottom, rgba(33,66,2,1) 0%, rgba(14,28,0,1) 45%, rgba(1,20,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214202', endColorstr='#011403', GradientType=0 );
}

.navbar-brand{
    height: 40.6px !important;
}


.navbar-default .navbar-nav>.active>a:before,
.navbar-nav>li>a:before {
    background-repeat: no-repeat;
    background-position: 0 top;
    content: "";
    display: inline-block;
    height: 38.7px;
    margin-right: 1.6px;
    vertical-align: middle;
    width: 31.8px;
}

.navbar-default .navbar-nav>.active>a.home:before,
.navbar-nav>li>a.home:before {background-image: url('../images/home.png');}

.navbar-default .navbar-nav>.active>a.about:before,
.navbar-nav>li>a.about:before {background-image: url('../images/about.png');}

.navbar-default .navbar-nav>.active>a.news:before,
.navbar-nav>li>a.news:before {background-image: url('../images/news.png');}

.navbar-default .navbar-nav>.active>a.publications:before,
.navbar-nav>li>a.publications:before {background-image: url('../images/publications.png');}

.navbar-default .navbar-nav>.active>a.scientific:before,
.navbar-nav>li>a.scientific:before {background-image: url('../images/scientific.png');}

.navbar-default .navbar-nav>.active>a.downloads:before,
.navbar-nav>li>a.downloads:before {background-image: url('../images/downloads.png');}

.navbar-default .navbar-nav>.active>a.photos:before,
.navbar-nav>li>a.photos:before {background-image: url('../images/photos.png');}

.navbar-default .navbar-nav>.active>a.contact:before,
.navbar-nav>li>a.contact:before {background-image: url('../images/contact.png');}


/*Overriding Media Classes For Navigation Bar*/
@media only screen and (max-width: 767px){
    .nav > li{
        border-right: none;
    }

    .navbar-default .navbar-nav {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }

    .txt-logo{
        font-family: Kanit-Light;
        font-size: 25.3px;
        line-height: 25px;
        margin-top: 5px;
    }
}
/*****************************************************************************Navigation Bar Style Ends Here*****************************************************************/
/***********************************************************************************Marquee Block****************************************************************************/
.text-below-slider{
    font-family: MavenPro-Bold;
    line-height: 17px;
    color: #ff0000;
    font-weight: normal;
    font-size: 17px;
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    top: -20px;
    text-align: center;
    margin-bottom: 18px;
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
}

.notify_left{
    display: inline-block;
    float: left;
    margin-left: -16px;
    z-index: 500;
}

.notify_right{
    display: inline-block;
    float: right;
    margin-right: -42px;
    z-index:500;
    margin-top: -21.8px;
}

.marquee_text_block{
    z-index:10;
    text-align:center;
    height: 50px;
    margin-top:-7px;
    margin-bottom:7px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top:0px;
    padding-bottom:0px;
    background: #ffffff;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: -webkit-linear-gradient(
        left,
        rgba(0,0,0,0) 1%,
        rgba(255,0,0,1) 50%,
        rgba(0,0,0,0) 100%
    ) 0 0 100% 0/0 0 1px 0 stretch;

    -moz-border-image: -moz-linear-gradient(
        left,
        rgba(0,0,0,0) 1%,
        rgba(255,0,0,1) 50%,
        rgba(0,0,0,0) 100%
    ) 0 0 100% 0/0 0 1px 0 stretch;
    -o-border-image: -o-linear-gradient(
        left,
        rgba(0,0,0,0) 1%,
        rgba(255,0,0,1) 50%,
        rgba(0,0,0,0) 100%
    ) 0 0 100% 0/0 0 1px 0 stretch;
    border-image: linear-gradient(
        to left,
        rgba(0,0,0,0) 1%,
        rgba(255,0,0,1) 50%,
        rgba(0,0,0,0) 100%
    )100% 0 100% 0/1px 0 1px 0 stretch;
    overflow: hidden;
}

#marquee_1{
    font-family: MavenPro-Medium;
    line-height: 17px;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    vertical-align: middle;
    z-index:12;
    padding-top:18px;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% { opacity: 0; }
}

.prayer_detail{
    text-align: center;
}

.block-nfag{
    margin:5px 0px 20px 12px;
    padding:5px 5px 20px 5px;
    background: rgba(33,66,2,1);
    background: -moz-linear-gradient(top, rgba(33,66,2,1) 0%, rgba(14,28,0,1) 45%, rgba(1,20,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(33,66,2,1)), color-stop(45%, rgba(14,28,0,1)), color-stop(100%, rgba(1,20,3,1)));
    background: -webkit-linear-gradient(top, rgba(33,66,2,1) 0%, rgba(14,28,0,1) 45%, rgba(1,20,3,1) 100%);
    background: -o-linear-gradient(top, rgba(33,66,2,1) 0%, rgba(14,28,0,1) 45%, rgba(1,20,3,1) 100%);
    background: -ms-linear-gradient(top, rgba(33,66,2,1) 0%, rgba(14,28,0,1) 45%, rgba(1,20,3,1) 100%);
    background: linear-gradient(to bottom, rgba(33,66,2,1) 0%, rgba(14,28,0,1) 45%, rgba(1,20,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214202', endColorstr='#011403', GradientType=0 );
    border-radius: 5px;
    -webkit-box-shadow: 12px 14px 8px -9px rgba(0,0,0,0.51);
    -moz-box-shadow: 12px 14px 8px -9px rgba(0,0,0,0.51);
    box-shadow: 12px 14px 8px -9px rgba(0,0,0,0.51);
}

.block-imafag{
    margin:5px 10px 20px 0px;
    padding:5px;
    background: rgba(33,66,2,1);
    background: -moz-linear-gradient(top, rgba(33,66,2,1) 0%, rgba(14,28,0,1) 45%, rgba(1,20,3,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(33,66,2,1)), color-stop(45%, rgba(14,28,0,1)), color-stop(100%, rgba(1,20,3,1)));
    background: -webkit-linear-gradient(top, rgba(33,66,2,1) 0%, rgba(14,28,0,1) 45%, rgba(1,20,3,1) 100%);
    background: -o-linear-gradient(top, rgba(33,66,2,1) 0%, rgba(14,28,0,1) 45%, rgba(1,20,3,1) 100%);
    background: -ms-linear-gradient(top, rgba(33,66,2,1) 0%, rgba(14,28,0,1) 45%, rgba(1,20,3,1) 100%);
    background: linear-gradient(to bottom, rgba(33,66,2,1) 0%, rgba(14,28,0,1) 45%, rgba(1,20,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214202', endColorstr='#011403', GradientType=0 );
    height: 374px;
    border-radius: 5px;
    -webkit-box-shadow: 12px 14px 8px -9px rgba(0,0,0,0.51);
    -moz-box-shadow: 12px 14px 8px -9px rgba(0,0,0,0.51);
    box-shadow: 12px 14px 8px -9px rgba(0,0,0,0.51);
}

.prayer_hdr{
    letter-spacing: 2px;
    font-family: MavenPro-Bold;
    font-size: 26px;
    color: #ffffff;
    vertical-align: middle;

}

.prayer_detail_nfag{
    letter-spacing: 1px;
    font-family: my_colab_thin;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.home-ima-logo {
  float: left;
  width: 173px;
  shape-outside: url(../images/imalogo.png);
  shape-margin:20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.home-ima-flag{
    margin:2px 12px 10px 12px;
    padding:5px 5px 20px 5px;
    background: #afafaf;
    border-radius: 5px;
    -webkit-box-shadow: 12px 14px 8px -9px rgba(0,0,0,0.51);
    -moz-box-shadow: 12px 14px 8px -9px rgba(0,0,0,0.51);
    box-shadow: 12px 14px 8px -9px rgba(0,0,0,0.51);
}

.about-ima{
    color: #3b3b3b;
}

.history-ima{
    margin: 10px 0px 3.6px 0px;
    padding: 15px 15px 4px 15px;
    background: #dfdfdd;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.5),
    0 2px 2px rgba(0,0,0,0.3),
    0 0 4px 1px rgba(0,0,0,0.2);
}

@-moz-document url-prefix() {
    .block-imafag{
        height: 374px;
    }
}

.dr_atul_kumar_kalita{
  float: left;
  width: 140px;
  shape-outside: url(../images/dr_atul_kumar_kalita.png);
  shape-margin:20px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.dr_hemanga_baishya{
  float: left;
  width: 140px;
  shape-outside: url(../secretarial_reports/report2019_21/img/secretary.png);
  shape-margin:20px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}


.sec_report{
    padding: 5px 30px 5px 30px;
}

.rpt_heading{
    color: #ff0000;
    font-family: my_cooperb;
    font-size: 28px;
}

.rpt_heading1{
    color: #272727;
    font-family: Kanit-Light;
    font-size: 28px;
}
.drop_case{
    font-family: MavenPro-Black;
    font-size: 38px;
}
/****************************************************************************Nivo Slider Style Starts Here*******************************************************************/
.slider-wrapper {
    width: 100%;
    margin: 0px auto;
}

#nivoSlider {
   margin-top: 0px;
}

#nivoSlider1{
   margin-top: 0px;
}

.nivo-controlNav {
    text-align:center;
    padding: 1px 0;
    position: relative;
    margin-top: -53px;
    z-index:50 !important;
    text-align: center;
}

.container_page{
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: -1px;
    margin-bottom: -17px;
    padding: 0px;
    background-color: #e9eaed;
    z-index: 1;
    padding-bottom: 53px;
    border-width: 2px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#666, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(#666, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(#666, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, #666, rgba(0, 0, 0, 0)) 1 100%;
    box-shadow:#333;
}
/********************************************************************Nivo Slider Style Ends Here***************************************************************************/

.shortcut{
    border-top:2px solid #637578;
    background: rgba(10,19,1,1);
    background: -moz-linear-gradient(top, rgba(10,19,1,1) 0%, rgba(11,39,2,1) 49%, rgba(23,85,2,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(10,19,1,1)), color-stop(49%, rgba(11,39,2,1)), color-stop(100%, rgba(23,85,2,1)));
    background: -webkit-linear-gradient(top, rgba(10,19,1,1) 0%, rgba(11,39,2,1) 49%, rgba(23,85,2,1) 100%);
    background: -o-linear-gradient(top, rgba(10,19,1,1) 0%, rgba(11,39,2,1) 49%, rgba(23,85,2,1) 100%);
    background: -ms-linear-gradient(top, rgba(10,19,1,1) 0%, rgba(11,39,2,1) 49%, rgba(23,85,2,1) 100%);
    background: linear-gradient(to bottom, rgba(10,19,1,1) 0%, rgba(11,39,2,1) 49%, rgba(23,85,2,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a1301', endColorstr='#175502', GradientType=0 );
}

.fixedicon {
    position: fixed;
    top: 250px;
    right: 0px;
    width: 60px;
    height: 200px;
    z-index: 100;
    display: none;
}

.fixedicon img {
    width: 50px;
    height: 200px;
}

.fixedicon_sm {
    width: 206px;
    margin: 0px auto;
    display: none;
}


.fixedicon_sm img {
    width: 200px;
    height: 50px;
    margin:0 2px;
    float: left;
}

.copyright{
    width: auto;
    margin: 8px auto;
}

.copyright p{
    color:#fff;
    font-family: Kanit-ExtraLight;
    font-size: 14px;
    text-align: center;
    white-space: normal;;
}
/***************************************************************Vision Left Right Column********************************************************/
.vision_left_col{
    display: block;
}
.vision_right_col{
    display: block;
}
/**********************************************************************************************************************************************/
.rotate_minus5d{
    transform:          rotate(-5deg);
    -ms-transform:      rotate(-5deg);
    -moz-transform:     rotate(-5deg);
    -webkit-transform:  rotate(-5deg);
    -o-transform:       rotate(-5deg);
    -webkit-box-shadow: 4px 5px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 5px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 4px 5px 2px 0px rgba(0,0,0,0.75);
}
.rotate_plus5d{
    transform:          rotate(5deg);
    -ms-transform:      rotate(5deg);
    -moz-transform:     rotate(5deg);
    -webkit-transform:  rotate(5deg);
    -o-transform:       rotate(5deg);
    -webkit-box-shadow: 4px 5px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 5px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 4px 5px 2px 0px rgba(0,0,0,0.75);
}
/****************************************************************Committee******************************************************************/
.committee_itm{
    margin-top: 20px;
    margin-bottom: 10px;
}

.image_doctors{
    display: block;
    position: absolute;
    float: left;
    padding-top: 0;
}

.name_add{
    display: block;
    position: relative;
    float: left;
    z-index: 200;
    margin-left: 35%;
    margin-top: 2.9%;
    width:58.7%;
}

.name{
    font-family: Kanit-Light;
    color: #ff0000;
    font-size: 18px;
    text-shadow: 0.5px 0.5px 0.5px #464646;
}
.address{
    font-family: Kanit-Light;
}
.desig{
    display: block;
    position: relative;
    float: left;
    z-index: 200;
    margin-top: 12%;
    margin-left: -14%;
    text-align: left;
    color: #ffffff;
    font-family: MavenPro-Regular;
}
.name_2023-25{
    font-family: Kanit-Light;
    color: #ff0000;
    font-size: 18px;
    text-shadow: 0.5px 0.5px 0.5px #464646;
}
.desig_2023-25{
  font-family: futura-light-bt;
  font-size: 16px;
  color:#545454;
  font-weight: bold;
}
.address_2023-25{
  font-family: futura-light-bt;
  font-size: 15px;
  color:#797979;
}
.email_2023-25{
  color:#0036ff;
}
.fade_rule_committee {
        height: 1px;
        background-color: #E6E6E6;
        width: 330%;
        margin: 0 auto;
        margin-top: 17px;
        background-image: linear-gradient(left ,  rgba(234,232,237,1) 2%, #rgba(0,0,0,1) 50%,  rgba(234,232,237,1) 98%);
        background-image: -o-linear-gradient(left ,  rgba(234,232,237,1) 2%, #rgba(0,0,0,1) 50%,  rgba(234,232,237,1) 98%);
        background-image: -moz-linear-gradient(left ,  rgba(234,232,237,1) 2%, #rgba(0,0,0,1) 50%,  rgba(234,232,237,1) 98%);
        background-image: -webkit-linear-gradient(left ,  rgba(234,232,237,1) 2%, #rgba(0,0,0,1) 50%,  rgba(234,232,237,1) 98%);
        background-image: -ms-linear-gradient(left ,  rgba(234,232,237,1) 2%, #rgba(0,0,0,1) 50%,  rgba(234,232,237,1) 98%);
        background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02, rgba(234,232,237,1)), color-stop(0.5, gray), color-stop(0.98,  rgba(234,232,237,1)) );
}

/***************************************************************Powered By******************************************************************/
.poweredBy{
    padding:2px 0;
}

.poweredByContent{
    float:right;
    width: 106px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.poweredByContent p{
    float:left;
}
.poweredByContent a{
    float: left;
    font-family: my_cooperb;
    font-size: 10px;
    color: red;
    border: 1px solid red;
    border-radius: 3px;
    padding: 2px;
    font-weight: 100;
    background-color: #f7fca6;
    box-shadow: 0.5px 0.25px 0.75px #616060;
}
/*******************************************************************************************************************************************/
/*****************************************************************Overriding Media Classes**************************************************/
@media only screen and (min-width: 320px) and (max-width: 479px){
    #nivoSlider{
        margin: 0px 0px 0px -14px !important;
    }

    #nivoSlider1{
        margin-top: -1px;
        margin-left: 5px;
    }

    .nivo-controlNav{
      display: none;
    }

    .logo_image{
        height: 80px;
    }

    .txt_1_logo{
        margin-top:0px;
        padding-top:0px;
        font-size: 26px;
        line-height: 30px;
        text-align: center !important;
    }

    .txt_2_logo{
        margin-top: -10.5px;
        padding-top: 0px;
        padding-left: 0px;
        font-size: 33px;
        margin-left: 12.2% !important;
    }

     #top_img1{
        height: 158.3px;
        margin-left: 5px;
        margin-top: 5.9px;
    }

    #top_img2{
        height: 218.7px;
        margin-left: 5px;
        margin-top: 16px;
    }

   .news_block{
        padding:10px 0px 0px 16px;
    }

    #img_nofify_left{
       display: none;
    }

    .block-nfag{
        margin: 5px 11px 20px 11px;
    }

    .prayer_hdr {
        font-size: 22px;
        margin-left: -23.6px;
        margin-top: 6.1px;
    }

    .prayer_detail_nfag{
        font-size: 12px;
    }

    .block-imafag{
        margin: 5px 11px 20px 11px;
        height: 303px;
    }

    .aricle_dt, .article_det, .readmore{
        padding-right: 20px;
    }

    .article_heading{
        padding: 6px 17.6px 1px 1px;
    }

    #img_ima_asb{
        margin-left: 7.3px;
    }

    /*********************************************Vision Left Right Column************************************/
    .vision_left_col{
        display: none;
    }
    .vision_right_col{
        display: none;
    }
    /*********************************************Committee*****************************************************/
     .second_itm{
        margin-top: 16px;
    }

    .name{
       font-size: 12px;
       line-height: 15px;
    }

    .address{
        font-size: 11px;
        line-height: 14px;
    }
    .desig{
        margin-top: 8.5%;
        margin-left: -18%;
        font-size: 11px;
        margin-right: 0px;
        padding-right: 0px;
        width: 340px;
    }
    .fade_rule_committee{
      margin-top: 40px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 374px){
    .logo_image{
        height: 80px;
        margin-left: 40% !important;
    }

    .txt_1_logo{
        margin-top:0px;
        padding-top:0px;
        font-size: 26px;
        line-height: 30px;
    }

    .txt_2_logo{
        margin-top: -10.5px;
        padding-top: 0px;
        padding-left: 0px;
        font-size: 33px;
        margin-left: 12.2% !important;
    }

    #top_img1{
        height: 188px;
        margin-left: 5px;
        margin-top: 5.9px;
    }

    #top_img2{
        height: 218.7px;
        margin-left: 5px;
        margin-top: 16px;
    }

   .news_block{
        padding:10px 0px 0px 16px;
    }

    .article{
        margin-right: 10px;
    }

    #img_nofify_left{
       display: none;
    }

    .block-nfag{
        margin: 5px 11px 20px 11px;
    }

    .prayer_hdr {
        font-size: 22px;
        margin-left: -23.6px;
        margin-top: 6.1px;
    }

    .prayer_detail_nfag{
        font-size: 12px;
    }

    .block-imafag{
        margin: 5px 11px 20px 11px;
        height: 303px;
    }

    .aricle_dt, .article_det, .readmore{
        padding-right: 20px;
    }

    .article_heading{
        padding: 6px 17.6px 1px 1px;
    }

    #img_ima_asb{
        margin-left: 7.3px;
    }
    /*********************************************Vision Left Right Column************************************/
    .vision_left_col{
        display: none;
    }
    .vision_right_col{
        display: none;
    }
    /*********************************************Committee*****************************************************/
    .second_itm{
        margin-top: 16px;
    }
    .name_2023-25{
        font-size: 13px;
    }
    .desig_2023-25{
      font-size: 12px;
    }
    .fade_rule_committee{
      margin-top: 40px !important;
    }
}

@media only screen and (min-width: 375px) and (max-width: 479px){
   .logo_image{
        height: 80px;
        margin-left: 42% !important;
    }

    .txt_1_logo{
        margin-top:0px;
        padding-top:0px;
        font-size: 26px;
        line-height: 30px;
    }

    .txt_2_logo{
        margin-top: -10.5px;
        padding-top: 0px;
        padding-left: 0px;
        font-size: 33px;
        margin-left: 12.2% !important;
    }

    #nivoSlider1{
        margin-top: -1px;
        margin-left: 5px;
    }

     #top_img1{
        height: 198.8px;
        margin-left: 5px;
        margin-top: 5.9px;
    }

    #top_img2{
        height: 218.7px;
        margin-left: 5px;
        margin-top: 16px;
    }

    #img_nofify_left{
       display: none;
    }

    .block-nfag{
        margin: 5px 11px 20px 11px;
    }

   .news_block{
        padding:10px 0px 0px 16px;
    }

    .prayer_hdr {
        font-size: 22px;
        margin-left: -23.6px;
        margin-top: 6.1px;
    }

    .prayer_detail_nfag{
        font-size: 12px;
    }

    .block-imafag{
        margin: 5px 11px 20px 11px;
        height: 303px;
    }

    .aricle_dt, .article_det, .readmore{
        padding-right: 20px;
    }

    .article_heading{
        padding: 6px 17.6px 1px 1px;
    }

    #img_ima_asb{
        margin-left: 7.3px;
    }
    /*********************************************Vision Left Right Column************************************/
    .vision_left_col{
        display: none;
    }
    .vision_right_col{
        display: none;
    }
    /*********************************************Committee*****************************************************/
     .second_itm{
        margin-top: 16px;
    }
    .name_2023-25{
        font-size: 14px;
    }
    .desig_2023-25{
      font-size: 13px;
    }
    .fade_rule_committee{
      margin-top: 40px !important;
    }
}


@media only screen and (min-width: 480px) and (max-width: 639px){
    #nivoSlider{}
    .nivo-controlNav{display: none;}

    /*********************************************Vision Left Right Column************************************/
    .vision_left_col{
        display: none;
    }
    .vision_right_col{
        display: none;
    }
    /*********************************************Committee*****************************************************/
     .second_itm{
        margin-top: 16px;
    }
    .fade_rule_committee{
      margin-top: 40px !important;
    }
}

@media only screen and (min-width: 504px) and (max-width: 622px){
   .codate {}
    /*********************************************Committee*****************************************************/
   .second_itm{
        margin-top: 16px;
    }
    .fade_rule_committee{
      margin-top: 40px !important;
    }
}

@media only screen and (max-width: 767px){
  .committee-xs-pt{
    padding-top: 20px !important;
  }
  .fade_rule_committee{
    margin-top: 40px !important;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px){
    #nivoSlider{
        margin: 0px 0px 0px -14px !important;
    }

    #nivoSlider1{
        margin-top: -1px;
        margin-left: 5px;
    }

    .nivo-controlNav{
        display: none;
    }

    .logo_image{
        height: 91px;
        margin-left: 44.1%;
    }

    .txt_1_logo{
        margin-top:0px;
        padding-top:0px;
        font-size: 24.9px;
        line-height: 30px;

    }

    .txt_2_logo{
        margin-top: -10.5px;
        padding-top: 0px;
        padding-left: 0px;
        font-size: 44.5px;
        margin-left: 23% !important;
    }

     #top_img1{
        height: 339.4px;
        margin-left: 5px;
        margin-top: 5.9px;
    }

    #top_img2{
        height: 415px;
        margin-left: 5px;
        margin-top: 16px;
    }

   .news_block{
        padding:10px 0px 0px 16px;
    }

    .article{
        margin-right: 10px;
    }

    #img_nofify_left{
       display: none;
    }

    .block-nfag{
        margin: 5px 11px 20px 11px;
    }

    .prayer_hdr {
        font-size: 31px;
        margin-left: -23.6px;
        margin-top: 6.1px;
    }

    #id_prayer_hdr{
        margin-left: 0%;
    }

    .prayer_detail_nfag{
        font-size: 12px;
    }

    .block-imafag{
        margin: 5px 11px 20px 11px;
        height: 464.2px;
    }

    #img-ima-prayer{
        height: 200px;
    }
    .aricle_dt, .article_det, .readmore{
        padding-right: 20px;
    }

    .article_heading{
        padding: 6px 17.6px 1px 1px;
    }

    #img_ima_asb{
        margin-left: 7.3px;
    }

    .article_img{
        height: 261.7px;
        margin-left: 5px;
    }

    .fame_img{
       display:inline !important;;
       margin-left: 0 auto !important;
       margin-right: 0 auto !important;
    }

    /*********************************************Vision Left Right Column************************************/
    .vision_left_col{
        display: none;
    }
    .vision_right_col{
        display: none;
    }
    /*********************************************Committee*****************************************************/
   .desig{
        margin-top: 7.5%;
    }
    .second_itm{
        margin-top: 16px;
    }
    .fade_rule_committee{
      margin-top: 40px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    #nivoSlider{}
    .nivo-controlNav{
        display: none;
    }
    .logo_image{
        height: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
 .name{
       font-size: 14px;
       line-height: 15px;
    }

    .address{
        font-size: 12px;
        line-height: 15px;
    }
    .desig{
        margin-top: 7.5%;
        margin-left: -18%;
        font-size: 11px;
        margin-right: 0px;
        padding-right: 0px;
        width: 340px;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px){
    .desig {
        margin-top: 7.5%;
        margin-left: -18%;
        font-size: 13.1px;
        margin-right: 0px;
        padding-right: 0px;
        width: 350px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px){
    #nivoSlider{}
    .nivo-controlNav{display: none;}
    .logo_image{
        height: 70px;
    }
}

@media only screen and (min-width: 1264px) and (max-width: 1279px){
    #nivoSlider{}
}

@media only screen and (min-width: 1280px) and (max-width: 1365px){
    .logo_image{
        height: 80px;
    }

    #nivoSlider{

    }
}


@media only screen and (min-width: 1366px) and (max-width: 1679px){
    #nivoSlider{}
}


@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {display: block;}
}


@media only screen and (min-width: 442px) and (max-width: 767px) {
    }

}

/*Extra Small Device*/
@media only screen and (max-width: 767px) {
    .left_navigation{margin-bottom: 20px;}
    .bottom-right-logo{display: none;}
}

/*Small Device*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (max-width: 420px){
    .nivo-controlNav{display: none;}
}

@media only screen and (max-width: 1299px) {
    .fixedicon_sm {display: block;}
}

@media only screen and (min-width: 1300px) {
    .fixedicon {display: block;}
}

@media only screen and (max-width: 1199px) {
    .txt_registration{
        margin-top: -3.3px !important;
        margin-right: -28.7px !important;
        margin-bottom: 7.6px !important;
    }
}

 /******************************************************************************BOOTSTRAP MODAL*******************************************************************************************/
.modal-open
{
    overflow:hidden
}
.modal
{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1050;
    display:none;
    overflow:hidden;
    -webkit-overflow-scrolling:touch;
    outline:0
}
.modal-open .modal
{
    overflow-x:hidden;
    overflow-y:auto
}
.modal-scrollbar-measure
{
    position:absolute;
    top:-9999px;
    width:50px;
    height:50px;
    overflow:hidden;
}

/******************************************************************************************************************************************************************************************/
/**************************************************************************************About Us********************************************************************************************/

.aboutus_above_slider{
    top: 300.0px;
    left: 100px;
    z-index: 1000;
    display: block;
    position: relative;
    color: #fff;
    max-width: 400px;
}


.hrd_slider_aboutus{
    color:#ff0000;
    font-family: my_cooperb;
    font-size: 30px;
    text-shadow: 2.6px 3.2px 1.4px #fdffca;

}

.detail_slider_text{
    color: #f40b0c;
    max-width: 350px;
    float: left;
    display: block;
    font-family: Kanit-Light;
    font-size: 15px;
    padding-left: 39.6px;
    border-left: 2px solid #ff5400;
    margin-left: 42.5px;
    text-shadow: 1px 1px 1px #464646;
}

.txt-aboutus{
    top: 5px;
    display: block;
    position: relative;
    padding: 80px 0px 17.7px 20px;
}

.hrd_aboutus{
  color:#ff0000;
  font-family: my_cooperb;
  font-size: 24px;
  text-shadow: 1.5px 2px 1px #393934;
  padding-bottom: 10px;
}

.detail_aboutus_text{
    color: #4e4e4d;
    max-width: 350px;
    float: left;
    display: block;
    font-family: Kanit-Light;
    font-size: 14px;
    padding-left: 39.6px;
    border-left: 2px solid #393934;
    margin-left: 42.5px;
    line-height: 20px;
}
/**********************************************************************************************************************************************/
.hhdr_full_con{
    margin-top: 0px;
    padding-top:6px;
    padding-bottom: 6px;
    text-align:center;
    letter-spacing: 2px;
}

.block_hdr{
    font-family: MavenPro-Bold;
    letter-spacing: 2px;
    font-size: 16px;
    margin-top: -1px;
    border-style: solid;
    border-width: 2px;
    -webkit-border-image: -webkit-linear-gradient(
        left,
        rgba(0,0,0,1) 1%,
        rgba(0,255,255,1) 50%,
        rgba(0,0,0,1) 100%
    ) 0 0 100% 0/0 0 3px 0 stretch;

    -moz-border-image: -moz-linear-gradient(
        left,
        rgba(0,0,0,1) 1%,
        rgba(0,255,255,1) 50%,
        rgba(0,0,0,1) 100%
    ) 0 0 100% 0/0 0 3px 0 stretch;
    -o-border-image: -o-linear-gradient(
        left,
        rgba(0,0,0,1) 1%,
        rgba(0,255,255,1) 50%,
        rgba(0,0,0,1) 100%
    ) 0 0 100% 0/0 0 3px 0 stretch;
    border-image: linear-gradient(
        to left,
        rgba(0,0,0,1) 1%,
        rgba(0,255,255,1) 50%,
        rgba(0,0,0,1) 100%
    )100% 0 100% 0/3px 0 3px 0 stretch;
}
/*****************************************************************Photo Gallery Page*********************************************************************/
.dir_xname{
    color: #fff;
    font-family: my_cooperb;
    font-size: 16px;
    text-shadow: 1.5px 2px 1px #3E3E3E;
    padding-bottom: 11px;
}

.dir_xdesig{
    color: #2f2f2d;
    max-width: 350px;
    float: left;
    display: block;
    font-family: Kanit-Light;
    font-size: 16px;
    padding-left: 39.6px;
    border-left: 2px solid #393934;
    margin-left: 42.5px;
    line-height: 18px;
    padding-bottom: 5px;
}


.dir_xdet{
    border-top: 1px solid #46463c;
    border-left: 1px solid #46463c;
    border-top-left-radius: 95px;
    background: rgba(1,20,3,1);
    background: -moz-linear-gradient(top, rgba(1,20,3,1) 0%, rgba(1,20,3,1) 43%, rgba(14,28,0,1) 60%, rgba(27,54,2,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,20,3,1)), color-stop(43%, rgba(1,20,3,1)), color-stop(60%, rgba(14,28,0,1)), color-stop(100%, rgba(27,54,2,1)));
    background: -webkit-linear-gradient(top, rgba(1,20,3,1) 0%, rgba(1,20,3,1) 43%, rgba(14,28,0,1) 60%, rgba(27,54,2,1) 100%);
    background: -o-linear-gradient(top, rgba(1,20,3,1) 0%, rgba(1,20,3,1) 43%, rgba(14,28,0,1) 60%, rgba(27,54,2,1) 100%);
    background: -ms-linear-gradient(top, rgba(1,20,3,1) 0%, rgba(1,20,3,1) 43%, rgba(14,28,0,1) 60%, rgba(27,54,2,1) 100%);
    background: linear-gradient(to bottom, rgba(1,20,3,1) 0%, rgba(1,20,3,1) 43%, rgba(14,28,0,1) 60%, rgba(27,54,2,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#011403', endColorstr='#1b3602', GradientType=0 );
    float: left;
    position: relative;
    padding: 39px 2px 2px 63.9px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .75);
}
/********************************************************************Gallery Page************************************************************************/
.image_block{
    margin-left: 15px;
    margin-right: 15px;
}

.image_block a{
    float: left;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.image_block:hover img{
    opacity: .6;
}

.image_block img:hover{
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 0 7px rgba(0, 0, 0, .5);
}

.gallery-thumbnail{
    display: inline-block;
    height: auto;
    width: 100%;
    max-width: 100%;
}

.gallery-img{
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);
}

.img-thumbnail{
    border-radius:3px;
    height:140px;
    width:138px;
    -webkit-box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);"
}

.image{
    display: block;
 }
 /****************************************************************************************************************************************************/
 /**************************************************************Contact Form**************************************************************************/
.contact_from{
    margin: 20px 10px 20px 20px;
}

.profile_h3{
    text-align: center;
    text-shadow: 1px 1px 1px #393934;
}


label {
    color: #333;
}

label.compulsory:after{
   content: " *";
   color: red;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.toUpperCase{
  text-transform:uppercase;
}

.toLowerCase{
  text-transform:lowercase;
}
.compulsory {
  border-color: #FF0000;
}

.compulsory:focus {
  border-color: #ff4200;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.compulsory1{
   color: red;
   font-size: 18px;
   margin-top: -20px;
}
.contact_address{
   padding: 15px 10px 15px 20px;
   background: #eaf989;
   text-align: center;
   margin-bottom: 5px;
   margin-top: 5px;
   border: 1px dotted #949494;
   border-radius: 5px;
}

.contact_address h4, .thanks_you h4{
   font-family: MavenPro-Medium;;
   width: 100%;
   font-size: 20px;
   color: #383838;
   letter-spacing: 2px;
   text-shadow: 1px 1px 2px #000000;
}

.contact_address p{
   font-family: my_gautamib;
   width: 100%;
   color: #585857;
}

.thanks_you{
   padding: 5px 10px 5px 20px;
   text-align: center;
   margin-bottom: 380px;
   margin-top: 150px;
}

.thanks_you h1{
   font-family: MavenPro-Medium;;
   width: 100%;
   color: #383838;
   letter-spacing: 4px;
   text-shadow: 1px 1px 2px #000000;
}

.thanks_you p{
   font-family: my_gautamib;
   width: 100%;
   color: #585857;
   font-weight: bold;
   font-size: 16px;
}

.thanks_you h4{
   color:red;
}

#err{
   color:red;
   font-size:16px;
   font-weight:bold;
   padding-left: 5px;
}

.err_msg{
    color:#ff0000;
    text-shadow:#666;
    text-align: center;
    margin: 0 auto;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
}

input[disabled]#send,
input[disabled]#send:hover,
input[disabled]#send:active,
input[disabled]#send:focus {
    background: #CCCCCC;
    box-shadow: none;
    outline: none;
    opacity: 0.5;
    text-decoration: none;
}
/*********************************************************************End of Contact Form*************************************************************************/
