/*@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);*/
body,
html {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: auto;
    overflow-x: hidden;
     font-family: "Times New Roman", Times, serif;
    color: #000;
    text-align: justify;
}
::-webkit-scrollbar { width: 2px;  }/* for vertical scrollbars */
::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }
::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.5); }

@media (min-width: 1200px) {
    /*.container { width: 1100px }*/
}
h1 {
    font-weight: 900;
    text-transform: uppercase;
}
h1 small { text-transform: lowercase }
h2 {
    line-height: 24px;
    font-weight: 300;
}
h5 { font-size: 1rem }
p { font-size: 1.2rem }
a {
    color: inherit;
    transition: all 0.5s;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #2f2424;;
}
.highlight { color: #d45b5b; }
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block }
* html .clearfix { height: 1% }
.clearfix { display: block }
/* Navigation */
#tf-menu {
    background-image: url(../img/bannerfinal.png);
    background-repeat: no-repeat;
    margin-bottom: 0;
    background-color: #ffffff;
    padding: 26px 0;
    height: auto;
}
#tf-menud {
    background-image: url(../img/defaultbanner.png);
background-repeat: no-repeat;
    margin-bottom: 0;
    background-color: #ffffff;
    padding: 26px 0;
    height: auto;
}

@media all and (max-width: 1000px) 
 {
    .backgd {
        background-color: #792048;
        position: relative;
        z-index: 50;
    }
  
    
} 
/*#tf-menub {

    background-image: url(../img/defaultbanner.png);
    background-repeat: no-repeat;
    margin-bottom: 0;
    background-color: #ffffff;
    padding: 26px 0;
    height: auto;
}
*/
.navbar-brand img {
    height: 65px;
    width: auto;
    margin-top: -23px;
}

/*.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
       color:#921515;
    border-bottom: 2px solid #d45b5b;
}*/

/* Header Page */
#tf-header {
    padding: 20px 0;
    background: #ffcc33;
    margin-top: 70px;
    color: #ffffff;
}
#tf-header .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    margin-left: -10px;
    margin-top: -10px;
}
#tf-header .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #FFF;
    content: "/\00a0";
}
#tf-header .breadcrumb > li a { color: #ffffff }
/* Home Style */
#tf-home {
    background: url(../img/slider1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #cfcfcf;
}
#tf-home .overlay {
    /*background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */*/
    /*background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */*/
    /*background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */*/
    /*background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */*/
    background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
    padding: 20% 0;
    /*background-attachment: fixed;*/
}
#tf-home h1 { color: #ffcc33 }
.content-heading p.lead { margin-bottom: 80px }
a.goto-btn {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    padding: 10px 0;
    transition: all 0.5s;
}
a.goto-btn:hover {
    color: #ffffff;
    border-bottom: 2px solid #ffcc33;
}
/* Home Section Style 2 - With Video*/
#tf-home.video .overlay {
    padding: 0;
    padding-top: 10%;
}
.img-wrapper { position: relative }
.img-wrapper img.img-responsive { margin: 0 auto !important }
.img-wrapper i.fa {
    position: absolute;
    z-index: 10;
    top: 50%;
    font-size: 25px;
    background: rgba(32, 22, 22, 0.29);
    padding: 18px 23px;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    margin-left: -30px;
    transition: all 0.3s;
}
.img-wrapper i.fa:hover { background: #ffcc33 }
/* Home Section Style 3 - Slider*/
#tf-home.slider { background: none }
#tf-home.slider .overlay { padding: 0 }
.carousel-caption {
    position: absolute;
    right: 15%;
    /*top: 28%;*/
    bottom: auto;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
    text-shadow: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(212, 91, 91);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators {
    position: absolute;
    bottom: 5px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 0;
    background-color: #d45b5b;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active { opacity: 1 }
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right { opacity: 1 }
.carousel-fade .carousel-control { z-index: 2 }
/* Home Section Style 4 - App Header Style*/
#tf-home.app .overlay { padding: 10% 0 5% 0 }
#tf-home.app {background: url(../img/bg/02.jpg);}
a.goto-btn { margin-right: 30px }
.ipad-wrapper .app-wrap {
    position: relative;
    width: 395px;
}
.app-wrap {
    position: absolute;
    background: url(../img/header4.png);
    width: 395px;
    height: 540px;
    background-repeat: no-repeat;
    z-index: 2;
    left: 5%;
}
#owl-demo .item img {
    position: relative;
    width: 305px;
    height: auto;
    left: 12%;
    margin-top: 46px;
    z-index: -1;
}
.app .content-heading.text-left { padding: 15% 0 }
#tf-home.app .owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 15px;
    margin: 5px;
    background: #ffffff !important;
    border: 2px solid transparent;
    opacity: 1;
}
#tf-home.app .owl-theme .owl-controls {
    margin-top: 60px;
    text-align: center;
}
#tf-home.app .owl-theme .owl-controls .owl-page.active span,
#tf-home.app .owl-theme .owl-controls.clickable .owl-page:hover span { border: 2px solid #FFCC33 }

/* Home Parallax Effect */
.bcg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  width: 100%;
}

#tf-home.parallax .bcg { background-image:url('../img/bg/slider03.jpg'); }
.parallax  .content-heading{
    padding: 20% 0;
    text-align: center;
}
/* Intro Section */
#tf-intro {
    background-color: #d45b5b;
    padding: 0% 0;
    color: #ffffff;
    text-align: center;
}
#tf-intro img.intro-logo {
    margin: 5px auto;
    margin-bottom: 10px;
}
/* Service Section */
/*#tf-services { padding: 60px 0 }*/
.section-header {
    padding: 0px 0;
    text-align: center;
}
.section-header h2 { text-transform: none }
.section-header h5 { letter-spacing: 1px }
.fancy {
    line-height: 0.5;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}
.fancy span {
    display: inline-block;
    position: relative;
}
.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #f1f1f1;
    top: 15px;
    width: 400px;
}
.fancy span:before {
    right: 100%;
    margin-right: 10px;
}
.fancy span:after {
    left: 100%;
    margin-left: 10px;
}
/* service lists */
.service { margin-bottom: 20px }
.service .media-right i.fa {
    text-align: center;
    font-size: 30px;
    background-color: #d45b5b;
    color: #ffffff;
    padding: 25px 0;
    border-radius: 50px;
    border-top-left-radius: 0;
    margin: 0 10px;
    margin-right: 20px;
    width: 82px;
    height: 80px;
    transition: background-color 0.5s;
}
.service .media-left i.fa {
    text-align: center;
    font-size: 30px;
    background-color: #d45b5b;
    color: #ffffff;
    padding: 25px 0;
    border-radius: 50px;
    border-top-right-radius: 0;
    margin: 0 10px;
    margin-left: 20px;
    width: 82px;
    height: 80px;
    transition: background-color 0.5s;
}
.process:hover i.fa,
.service:hover i.fa { background-color: #333333 }
h4.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform:none;
    color: #952423;
    line-height: 20px;
}
/* About Us */
#tf-about { padding: 0px 0 }
.gray-bg { background-color: #f3f3f3 }
.img-wrap .profile-img {
    position: relative;
    margin-bottom: 40px;
}
.profile-img .social {
    position: absolute;
    z-index: 1;
    bottom: -10px;
    left: 50px;
}
.about-right-content { padding: 10px 0 }
.about-left-content { padding-bottom: 60px }
.about-left-content h2,
.about-left-content h2 small { color: #333 }
.about-left-content h2 small { font-weight: 300 }
ul.social li a.fa {
    background: #FFCC32;
    width: 50px;
    height: 50px;
    padding: 15px;
    text-align: center;
    margin-right: -5px;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0;
}
ul.social li a.fa:hover { background-color: #333333 }
/* Skills Progress Bar */
.progress {
    height: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #999999;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #FFCC32;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.skills {
    margin-top: 30px;
    padding: 20px 0;
}
.skillset p {
    font-size: 13px;
    margin-bottom: 5px;
}
/* Counter */
#tf-counter {
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
}
.facts { padding: 0 }
.facts .count-box { position: relative }
.count-box {
    -webkit-backface-visibility: hidden;
    border-left: 1px solid #d3d3d3;
    padding: 25px 0;
    margin: 0;
    overflow: hidden;
    transition: all 0.5s;
    transform: translateX(0px) translateY(0%);
    -webkit-transform: translateX(0px) translateY(0%);
    -moz-transform: translateX(0px) translateY(0%);
    -ms-transform: translateX(0px) translateY(0%);
    -o-transform: translateX(0px) translateY(0%);
}
/*.count-box .hover-bg{
  position: absolute;
  display: block;
  background-color: #FFCC32;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s;
  transform: translateX(0px) translateY(150px);
  -webkit-transform: translateX(0px) translateY(150px);
  -ms-transform: translateX(0px) translateY(150px);
    -o-transform: translateX(0px) translateY(150px);
    opacity: 0;
}
.count-box:hover .hover-bg{
  background: #FFCC32;
  color: #fff !important;
  transform: translateX(0px) translateY(-40px);
    -webkit-transform: translateX(0px) translateY(-40px);
    -moz-transform: translateX(0px) translateY(-40px);
    -ms-transform: translateX(0px) translateY(-40px);
    -o-transform: translateX(0px) translateY(-40px);
    opacity: 1;
}*/
.count-box:hover,
.count-box:hover > i.fa { color: #ffffff }
.count-box:hover {
    -webkit-backface-visibility: hidden;
    background-color: #d45b5b;
}
.small
{
    font-size: 16px;
}
.counter i.fa {
    font-size: 40px;
    color: #d45b5b;
}
.count-box.last { border-right: 1px solid #d3d3d3 }
/* Portfolio / Works Sections */
#tf-team { padding: 60px 0 }
#team .item {
    padding: 30px 0px;
    margin: 5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: -webkit-fill-available;
}
.item .hover-bg {
    position: relative;
    overflow: hidden;
}
.hover-bg .hover-text {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 25%;
    padding: 20px;
    color: #ffffff;
    transition: all 0.8s;
    -webkit-transition: all 08s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.hover-bg .hover-text.on { opacity: 1 }
.hover-bg .hover-text.off {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transform: translateX(100%) translateY(-90%);
    transform: translateX(100%) translateY(-90%);
    opacity: 1;
    background: rgba(0, 0, 0, 0.70);
}
.hover-bg:hover .hover-text.off {
    -webkit-transform: translateX(0%) translateY(-90%);
    transform: translateX(0%)  translateY(-90%);
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 15px;
    margin: 5px;
    background: #bababa;
}
/* Why Us or Features Section */
#tf-features,
/*#feature { padding: 60px 0 }*/
.features-content
{
    padding: 0 30px 0;
    margin-left: 3%;
    margin-right: 3%;
}
.features-content h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #333333;
}

/* Portfolio or works blocks */
/*#tf-works { padding: 60px 0 }*/

/* Style 2 - Not Fullwidth */
#itemsWorkThree .box,
#itemsWorkTwo .box { margin-bottom: 30px }
#itemsWorkTwo .hover-bg .hover-text { padding: 30% 0 }
#itemsWorkTwo .box:hover .hover-bg .hover-text {
    background-color: rgba(255, 223, 125, 0.70);
    border: 10px solid rgba(185, 156, 72, 0.80);
}
#itemsWorkTwo .box .hover-bg .hover-text h5 small {
    text-transform: capitalize;
    color: #000000;
}
#itemsWorkTwo .box .hover-bg .hover-text h5 {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    -webkit-transform: translateX(0%) translateY(400%);
    transform: translateX(0%)  translateY(400%);
    opacity: 0;
    transition: all 0.5s;
}
#itemsWorkTwo .box:hover .hover-bg .hover-text.off h5 {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 1;
}
#itemsWorkTwo .box .hover-text i.fa {
    font-size: 20px;
    background: transparent;
    padding: 13px;
    position: relative;
    top: 40%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    transition: all 0.5s;
    border: 1px solid #ffffff;
}
#itemsWorkTwo .box .hover-text i.fa:hover { background: #333333 }
/* Portfolio Style #3 */
#itemsWorkThree .box h5 {
    /*border: 1px solid #ddd;
    padding: 10px 0;
    margin: 0;*/
}
/* Isotope Filter */
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
    font-size: 12px;
    background: #f1f1f1;
    /*border: 1px solid #333;*/
    letter-spacing: 2px;
    color: #333;
    text-transform: none;
    letter-spacing: 2px;
    /*padding: 10px 35px;*/
    border-radius: 2px;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #ffffff !important;
    background: rgba(255, 255, 255, 1) !important;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav,
.nivo-lightbox-theme-default .nivo-lightbox-close { opacity: 1 }
.nivo-lightbox-error {
    color: #C59A6D !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    border-top: 4px solid #d45b5b;
}
/* Single Portfolio Detail */
#work-detail-one,
#work-detail-two,
#work-detail-three { padding: 60px 0 }
.work-detail .dl-horizontal dt {
    text-align: left;
    margin-bottom: 10px;
}
.work-related-thumb { margin-bottom: 30px }
.work-related-thumb .img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 0;
    line-height: 1.42857143;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.work-related-thumb .img-thumbnail:hover { opacity: 0.8 }
/* Process Section */
#tf-process { padding: 60px 0 }
.process i.fa {
    text-align: center;
    font-size: 30px;
    background-color: #FFCC33;
    color: #ffffff;
    padding: 25px 0;
    border: 4px solid #ffffff;
    border-radius: 50px;
    border-top-left-radius: 0;
    margin: 0 10px;
    margin-right: 20px;
    width: 92px;
    height: 90px;
    transition: background-color 0.5s;
}
#tf-process .gray-bg { position: relative }
.gray-bg .vline {
    position: absolute;
    height: 100%;
    padding: 5px;
    border-left: 3px solid #ffffff;
    left: 20%;
}
#process { padding: 60px 0 20px 0 }
.process { margin-bottom: 40px }
/* Pricing Section */
#tf-pricing { padding: 60px 0 }
.price h1 { font-size: 50px }
.price { text-align: center }
.price.panel-default { border-color: #333 }
.price.panel-default > .panel-heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
    background-color: #333333;
    border-color: inherit;
}
.price .panel-heading { padding: 30px 15px }
.price .panel-body { border-bottom: 1px solid }
.price ul.list-unstyled { padding: 20px }
.price ul.list-unstyled li { padding: 10px 0 }
.price ul.list-unstyled li small { margin-top: -10px }
/* Featured */
.price.featured {
    -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.31);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.31);
}
.price.featured.panel-default {
    border-color: #ffcc33;
    background-color: #ffffff;
    margin-top: -20px;
    position: relative;
    z-index: 1;
    margin-left: -5px;
    margin-right: -5px;
}
.price.featured.panel-default { border-color: #ffcc33 }
.price.featured.panel-default > .panel-heading { background-color: #ffcc33 }
.featured .panel-body { margin-top: 20px }
.featured .panel-body,
.featured.panel-default > .panel-heading { border-color: #ffcc33 }
.featured .tf-btn { margin-top: 20px }
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0;
    outline: 0;
    outline-offset: 0;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.tf-btn {
    font-size: 12px;
    word-spacing: 2px;
    font-weight: 700;
    padding: 10px 20px;
    background-color: #333333;
    text-transform: uppercase;
    border-color: #333333;
    transition: all 0.5s;
}
.tf-btn:focus,
.tf-btn:hover {
    background-color: #d45b5b;
    border-color: #d45b5b;
}
.color {
    background-color: #d45b5b;
    border-color: #d45b5b;
}
.color:focus,
.color:hover {
    border-color: #d45b5b;
    background-color: #d45b5b;
}
/* Blog Section */
#tf-blog,
#blog-post { padding: 60px 0 }
#blog-post a.btn { margin: auto 0 }
.post-wrap { position: relative }
.media.post {
    background: #fff;
    padding: 5px;
}
.post-wrap {
    position: relative;
    margin-bottom: 30px;
    transition: all 0.5s;
}
.post-meta {
    border-top: 1px solid #ebebeb;
    background-color: #ffffff;
    padding: 5px 10px;
    height: auto;
    position: relative;
    min-height: 35px;
}

/* Contact Section */
/*********************************
/* Map Section
**********************************/
#tf-contact { padding: 60px 0 }
#map {
    position: relative;
    width: 100%;
    height: 400px;
}
.contact-detail {
    text-align: center;
    margin: 60px 0;
}
.contact-detail i.fa {
    text-align: center;
    font-size: 30px;
    background-color: #FFCC33;
    color: #ffffff;
    padding: 25px 0;
    border-radius: 50px;
    border-top-left-radius: 0;
    margin: 0 10px;
    margin-right: 20px;
    width: 82px;
    height: 80px;
    transition: background-color 0.5s;
}
.contact-detail:hover i.fa { background-color: #333333 }
form#contact-form { padding: 40px 0 }
.contact form#contact-form {padding: 0}
.form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

p.help-block.text-danger ul li {
    display: block;
    margin-left: -20px;
    color: #FFCC33;
}
#success .alert-danger {
    color: #FFCC33;
    background-color: #FDFDFD;
    border-color: #FFCC33;
    margin-bottom: 10px;
}
/* Footer */
#tf-footer {
    /*padding: 3% 0 2% 0;*/
    padding: 1% 0 0% 0;
    background-color: #d45b5b;
    color: #ffffff;
}

/* Blog Page */
.blog .media.post {
    background: #fff;
    padding: 10px;
    border: 1px solid #E9E9E9;
    border-bottom-color: transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.blog .post-meta {
    border-top: 1px solid #ebebeb;
    background-color: #ffffff;
    padding: 5px 10px;
    height: auto;
    position: relative;
    min-height: 35px;
    border: 1px solid #ebebeb;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 0;
    line-height: 1.42857143;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #FFCC33;
    border: 1px solid #FFCC33;
    margin: 3px 3px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
}
.pagination > li > a.active,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #FFFFFF;
    background-color: #ddab15;
    border-color: #ddab15;
}
/* Sidebar */
.widget {
    margin-bottom: 40px;
    padding: 0 20px;
}
.comment h4,
.widget h4,
h4.text-uppercase {
    font-weight: 300;
    color: #FFCC33;
}
.comment h4 span.comments { color: #333333 }
/* Search */
button.btn.btn-default {
    padding: 11px 15px;
    color: #ffffff;
    background: #d45b5b;
}
/* Categories and Archive Widget */
ul.bullet-lists { margin-top: 20px }
ul.list-unstyled.bullet-lists li span.fa.fa-circle {
    font-size: 8px;
    vertical-align: middle;
    margin-right: 10px;
    color: #FFCC33;
}
ul.list-unstyled.bullet-lists li { padding: 5px 0 }
ul.list-unstyled.bullet-lists li:hover { color: #FFCC33 }
/* Post Tab */
.post-tab .nav-tabs > li > a {
    margin-right: -1px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
}
.post-tab .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}
.post-tab .nav-tabs > li > a:hover,
.post-tab .nav-tabs > li > a:focus {
    color: #FFF;
    background-color: #FC3;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
/* Tags */
ul.list-inline.bullet-lists li a { color: inherit }
ul.list-inline.bullet-lists li {
    background: #F8F8F8;
    padding: 5px 10px;
    margin-bottom: 5px;
    margin-right: 2px;
    border: 1px solid #F4F4F4;
    border-radius: 3px;
    transition: all 0.3s;
}

/* Author Box */
.media.post-author {
    background: #ffcc33;
    padding: 20px;
    margin-top: -1px;
}
.media.post-author a { content: inherit }
.blog-post .post-wrap {
    padding: 20px;
    margin-bottom: 0;
    border: 1px solid #DDDDDD;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
/* Comment */
.media.comment-block {
    border: 1px solid #DDD;
    padding: 20px;
}
.comment { margin-top: 40px }
.comment form { margin-top: -30px }
.comment input,
.comment textarea { margin-bottom: 15px }
.card-img-top
{
    padding-left: 50px;
}
.card-title
{
    text-align: -webkit-center;
    font-size: 22px;
}
.card-text
{
    text-align: justify;
    height: 150px;
}

.card
{
        padding-left: 3px;
}
.owl-item
{
    width: 230px!important;
}
.depart:hover
{
    font-size: 14px!important;
    background-color:#ffc8c8!important;
}
.depart
{
    font-size: 11px!important;
}
.text-center
{
    /*margin-top: 3%;*/
}
.about_us
{
    margin-top: -4%;
    margin-left: 5%;
    margin-right: 5%;
}
.award_detail
{
    padding: 0px 0;
    margin-left: 3%;
    margin-right: 3%;
}
.footer
{
    width: 1500px;
}
.ft_left
{
    font-size: 11px;
}
.ft_right
{
    font-size: 11px;
    float: right;
}
input[type=text], input[type=password],input[type=date],select {
  width: 100%;
  padding: 5px 20px;
  margin: 0px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: #d45b5b;
  color: white;
  padding: 7px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  margin-left: 40%;
  /*width: 100%;*/
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #847271;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  /*width: 40%;*/
  border-radius: 50%;
}

/*.container {
  padding: 16px;
}
*/
span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 16; /* Sit on top */
  left: 0%;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    border: 5px solid #933e3e;
    width: 150%;
    margin-top: 50px;
    border-radius: 20px;
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)}
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)}
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}
.go_design
{
    color: #d45b5b;
}
.go_design:hover
{
    background-color:
}
.notify
{
   padding-left: 30px;
    padding-top: 13px;
    font-size: 20px;
    color: #af2f2f;
    background-color: #F0E68C82;
    border: 0;
}
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.carosel_img
{
    width:-webkit-fill-available;
}
.award_top
{
color: #d45b5b!important;
font-size: 20px!important;
}
/* @media all and (max-width:1100px) and (min-width: 769)
 {
    .collapse
    {
  padding-top: 15%!important;
  margin-left: -5%!important;
    }
    #tf-menu
    {
        padding:0 0!important;
    }
} */
.sizestyle
{
    display: block;
    padding-left: 70% !important;
    /*background-color: #d45b5b;
    background-color: #1B6099;*/
    /* background-color: #792048 !important; */

 }
@media all and (max-width: 1193px) and (min-width: 398px)
 {
    .sizestyle
    {
    padding-left: 40%;
    }



} 
 @media all and (max-width: 397px)
 {
    .sizestyle
    {
    padding-left: 0%;
    }
}
.responsive
{
    width: 100%;
    height: auto;
    display:block;
}
.navstyle
{
    float: right;
} 
 @media all and (max-width: 1060px)
 {
   .navstyle
    {
    padding-top: 7%;
    }
    #tf-home.slider
    {
        margin-top: -3%;
    }
} 
@media all and (max-width: 952px)
 {
   .navstyle
    {
    padding-top: 9%;
    }
} 
 @media all and (max-width: 768px)
 {
   .navstyle
    {
    padding-top: 1%;
    }
} 


@media all and (max-width: 1200px) and (min-width: 992px)
 {
   .card_width
    {
    width: 13rem;
    }
}
.dept
{
margin-top: -51px;
}
.govtn
{
/* padding-bottom: 7%; */
text-align: -webkit-center;
margin-right: 10%;
}
@media all and (max-width: 992px) and (min-width: 550px)
 {
   .dept
    {
   margin-left: 29%;
    }
    .card-img-top
    {
        padding-top: 11%;
    }
}
@media all and (max-width: 550px) and (min-width: 450px)
 {
   .dept
    {
   margin-left: 20%;
    }
    .card-img-top
    {
        padding-top: 11%;
    }

}
@media all and (max-width: 450px) and (min-width: 340px)
 {
   .dept
    {
   margin-left: 10%;
    }
    .card-img-top
    {
        padding-top: 15%;
    }

}
@media all and (max-width: 340px)
 {
   .dept
    {
   margin-left: 0%;
    }
    .card-img-top
    {
        padding-top: 20%;
    }

}
.index_nav
{
 padding-right: 6%;
}
@media all and (max-width: 1280px) and (min-width: 1200px)
 {
   .index_nav

    {
  padding-top: 7%;
    }

}
@media all and (max-width: 1200px) and (min-width: 769px)
 {
   .index_nav

    {
  padding-top: 9%;
    }

}
.nav_position
{
    float: right;
}
@media all and (max-width: 768px)
 {
  .nav_position
{
    /*float: left;*/
}
      #tf-home.slider
      {
        margin-top: -1%;
      }
}
.flex-center {
    display: -webkit-box;
    /*display: -ms-flexbox;*/
    display: flex;
    -webkit-box-align: center;
    /*-ms-flex-align: center;*/
    align-items: center;
    -webkit-box-pack: center;
    /*-ms-flex-pack: center;*/
    justify-content: center;
    height: 100%;
}
.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}
.pt-5, .py-5 {
    padding-top: 3rem!important;
}
.page-footer
{
    background-color: #d45b5b;
    color: #fff;
}
.footer-copyright
{
    background-color: #ad3333;
}
.nav_size
{
    margin-right: -75px;
}
@media all and (max-width: 769px)
 {
  .nav_size
{
    margin-right: 0px;

}


.sizestyle {
      display: block;
      font-size: 12px;
     padding-left: 68%!important;
     border: 1px solid;
      /*background-color: #d45b5b;
    background-color: #1B6099;*/
    /* background-color: #287B87; */
  }

}
.login_button
{
    margin-left: 45%;
    background-color: #d45b5b;
    color: white;
    border: solid;
    padding: 5px 10px;
    border-radius: 15px;
}
/*@media all and (max-width: 375px)
 {
  #tf-menu
{
    background-image: url(../img/sbanner.png);
    background-repeat: no-repeat;

}
}*/
@media all and (max-width: 375px)
 {
#tf-menud
{
    background-image: url(../img/defaultsmall.png)!important;
    background-repeat: no-repeat;

}

.sizestyle {
      display: block;
      font-size: 12px;
    /padding-left: 1%!important;
     /*background-color: #d45b5b;
    background-color: #1B6099;*/
    background-color: #287B87;
  }
}




.signup-image-link
{
    color: #d45b5b;
    font-weight: bold;
    text-align: left;
}
.form-submit {
    display: inline-block;
    background: #d45b5b;
    color: #fff;
    border-bottom: none;
    width: auto;
    padding: 6px 39px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
}
.userdesign
{
    float: right;
    color: #d00000;
    font-size: 13px;
    font-weight: bold;
    padding-right: 18px;
}
.award_title
{
    color: #d45b5b;
}
.dept_title
{
    font-size: 1.0rem;
    color: #ab2e2e;
}
/*sticky header position*/
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.blinking{
    animation:blinkingText 1.2s infinite;
    color: #ab2e2e!important;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: #000; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}

@media all and (max-width: 991) and (min-width: 770px)
{
.com_nav_style
{
margin-right: -36px!important;
}

}
.com_nav_style
{
/*margin-right: -35px;*/
/*margin-right: 137px;*/
}

@media all and (max-width: 991) and (min-width: 770px)
{
.com_nav_style
{
margin-right: -36px!important;
}

}
#tf-menupublic
{
    background-image: url(../img/topbannerpubdept.jpg);
    background-repeat: no-repeat;
    margin-bottom: 0;
    background-color: #ffffff;
    padding: 26px 0;
    height: auto;
}
.awardee
{
    font-size: 1rem;
    padding-top: 0px;
    color: #af2b2b;
    font-weight: 300;
    text-align: center;
}
@media all and (max-width: 1000px) and (min-width: 250px)
{
.container
{
    padding-right: 15px!important;
}

.sizestyle {
      display: block;
      font-size: 12px;
    padding-left: 1%!important;
      /*background-color: #d45b5b;
    background-color: #1B6099;*/
    background-color: #287B87;
  }
}
@media all and (max-width: 1000px) and (min-width: 250px)
{
.list-unstyled
{
     padding-left: 40px!important;
}

 .dept_name
{
  font-size: 1rem;
  float: right;
  margin-top: 0%;
  color: #981735;
  font-weight: 600;
}

}
.close
{
     background-image: url(../img/notification.jpg);
     background-repeat: no-repeat;
}

 .sizestyle {
      display: block;
      font-size: 12px;
      padding-left: 68%;
      /*background-color: #d45b5b;
    background-color: #1B6099;*/
    /* background-color: #287B87; */
  }
  .awards_det{
      font-size: 20% !important;
  }

  .award_desc{
    font-size: 15px;
  }

 .eanna
 {
  font-size: 1.1rem ;
}
.highlight {
    color: #d45b5b;
    font-size: 20px;
    font-weight: bold;


}
.dept_name
{
  font-size: 1.4rem;
  float: right;
  margin-top: -6%;
  color: #981735;
  font-weight: 600;
}
.award_index{
   font-size: 19px;
}
.reg_form{
    color: #d45b5b;
    font-size: 22px;
    font-weight: 800;
}
.mandatory{
    font-size: 12px;
    color: #d45b5b;
    font-weight: 800;
}
.logbtn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.reg_link1{
    font-size:15px;
    font-weight:bolder;
    color: #1a0dab;
}
.chepwd{
  font-size:25px;
  color: #d45b5b;
padding-bottom: 26px;
}

.btn{
    background-color: #d45b5b;
}

::placeholder {
  color: black !important;
  opacity: 1; /* Firefox */
}

.nom_det {
    font-size: 17px;
    font-weight: bold;
   /* padding-left: 72%; */
    color: #d45b5b;
}

.nominee_img{
     padding-left: 93%;
    /* margin-bottom: -21px; */
    margin-top: -70px;

      max-height: 20vh;
}

.btn-info {
    color: #fff;
    background-color: #d45b5b;
    border-color: #d45b5b;
    margin-left: 90%;
}
.award_heading{
    text-align: center;color: #d45b5b;font-size: 2.3rem;margin-top: -2%; font-weight: bold;
}

.adward_name{
    font-weight: bold;
    color: #181dd2;
    font-size: 14px;
}

#card {
  position: relative;
  width: 320px;
  display: block;
  margin: 40px auto;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
}

#upper-side {
  padding: 2em;
  background-color: #8BC34A;
  display: block;
  color: #fff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

#checkmark {
  font-weight: lighter;
  fill: #fff;
  margin: -3.5em auto auto 20px;
}

#status {
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  margin-top: -.2em;
  margin-bottom: 0;
}

#lower-side {
  padding: 2em 2em 5em 2em;
  background: #fff;
  display: block;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

#message {
  margin-top: -.5em;
  color: #757575;
  letter-spacing: 1px;
}

#contBtn {
  position: relative;
  top: 1.5em;
  text-decoration: none;
  background: #8bc34a;
  color: #fff;
  margin: auto;
  padding: .8em 3em;
  -webkit-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
  -moz-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
  box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
  border-radius: 25px;
  -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
}

#contBtn:hover {
  -webkit-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
  -moz-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
  box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
  -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
}

.click_dept{
    font-size: 20px; color: #084e8a;font-weight: 800;padding-left: 8px;padding-top: 6px;
  }


.award_name{

   text-align: center;color: #d45b5b;font-size: 1.5rem;margin-top: -3%;
}



  @media all and (max-width: 1000px) and (min-width: 250px)
{
.nav_size
{
    margin-right: 160px!important;
}

.sizestyle {
      display: block;
      font-size: 9px;
      padding-left: 29%!important;
   
     /*background-color: #d45b5b;
    background-color: #1B6099;*/
    /* background-color: #287B87; */
  }

  .dept_name
{
  font-size: 1rem;
  float: right;
  margin-top: 0%;
  color: #981735;
  font-weight: 600;
}

.nominee_img {
    padding-left: 67%;
    /* margin-bottom: -21px; */
    margin-top: -50px;
    max-height: 20vh;
}

.nom_det {
    font-size: 13px;
    font-weight: bold;
    /* padding-left: 72%; */
    color: #d45b5b;
}

.award_name{

   text-align: center;color: #d45b5b;font-size: 1.5rem;margin-top: -9%;
}

.dropbtn{
    background-color: transparent;
    font-weight:600;
    color: #270216;
/*    padding: 0px;
*/    font-size: 14px;
    border: none;
   margin-top: 4px;

  }


  .dropdown-content a {
    color: black;
    font-size: 13px;
    padding: 12px 10px;
    text-decoration: none;
    display: block;
    margin-left: 64px;
}

}
