/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */
@font-face {
    font-family:"sketchBlockBold";
    src:url("../fonts/Sketch_Block.eot?") format("eot"),
        url("../fonts/Sketch_Block.woff") format("woff"),
        url("../fonts/Sketch_Block.ttf") format("truetype"),
        url("../fonts/Sketch_Block.svg#sketchBlockBold-Bold") format("svg");font-weight:normal;font-style:normal;
    }
@font-face {
    font-family:"Tahoma";
    src:url("../fonts/Tahoma.eot?") format("eot"),
        url("../fonts/Tahoma.woff") format("woff"),
        url("../fonts/Tahoma.ttf") format("truetype"),
        url("../fonts/Tahoma.svg#Tahoma-Bold") format("svg");font-weight:normal;font-style:normal;
    }
    @font-face {
    font-family:"Grand Hotel";
    src:url("../fonts/Grand Hotel.eot?") format("eot"),
        url("../fonts/Grand Hotel.woff") format("woff"),
        url("../fonts/Grand Hotel.ttf") format("truetype"),
        url("../fonts/Grand Hotel.svg#Grand Hotel-Bold") format("svg");font-weight:normal;font-style:normal;
    }
    @font-face {
    font-family:"Impact";
    src:url("../fonts/Impact.eot?") format("eot"),
        url("../fonts/Impact.woff") format("woff"),
        url("../fonts/Impact.ttf") format("truetype"),
        url("../fonts/Impact.svg#Impact-Bold") format("svg");font-weight:normal;font-style:normal;
    }

@font-face {
    font-family:"TahomaBold";
    src:url("../fonts/TahomaBold/TahomaBold.eot?") format("eot"),
        url("../fonts/TahomaBold/TahomaBold.woff") format("woff"),
        url("../fonts/TahomaBold/TahomaBold.ttf") format("truetype"),
        url("../fonts/TahomaBold/TahomaBold.svg#Tahoma-Bold") format("svg");font-weight:normal;font-style:normal;
    }
.font-grand {
     font-family:"Grand Hotel";
}
html,
body {
    height: 100%;
      font-family:"Tahoma";
      letter-spacing: 0.4px;
      max-width: 1600px;
      margin: 0 auto;
}

body {
    padding: 0px 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}


h1,h2,h3,h4{
     font-family:"sketchBlockBold";
     margin: 10px 0 15px 0;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
p{
  margin-bottom: 20px;
}
section{
  padding: 50px 0;
}
.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}
.navbar-right {
    float: right!important;
    margin-right: 0;
}



ul.list-inline.abc {
    font-family: "impact";
    font-size: 17px;
}

/* Home Page Carousel */

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    border: none;
    
        padding: 20px 0;
    min-height: initial;
}
header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}



/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */


.big-container{
      max-width: 1400px;
    padding: 0 30px;
    margin: 0 auto;
}

/*==========Slider fadeinout css starts=================*/

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

a.carousel-control.left, a.carousel-control.right {
    display: none;
}

/*==========Slider fadeinout css endss=================*/


.navbar-inverse .navbar-brand {
    color: #9d9d9d;
    padding: 0;
    height: initial;
    margin-top: 0px;
}
.navbar-fixed {
    background: rgba(255, 255, 255, 0.89);
        padding: 10px 0;
    transition: 0.4s linear;
}

.navbar-fixed .navbar-brand>img {
    display: block;
    width: 120px;
    transition: 0.3s linear;
}
.navbar-brand>img {
    transition: 0.3s linear;
}
.navbar-inverse .navbar-nav>li>a {
    color: #2b2b2b;
    border-right: 1px solid #2b2b2b;
    padding: 0 10px;
    line-height: 12px;
    letter-spacing: 0.4px;
}
.navbar-inverse .navbar-nav>li:last-child>a{
      border: none;
    padding-right: 0;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #888282;
    background-color: transparent;
    transition: 0.2s linear;
}
ul.nav.navbar-nav.navbar-right {
    margin-top: 15px;
}
.carousel-caption {
    right: initial;
    left: initial;
    padding-bottom: 30px;
    top: 10%;
    color: #2b2b2b;
    position: relative;
}
.carousel-caption h2 {
    font-size: 130px;
}
.carousel-indicators li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #9b9b9b;
    border: 1px solid #9b9b9b;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 0;
    background-color: #343434;
    border: 1px solid #343434;
}
.carousel-indicators {
    bottom: initial;
    left: initial;
    right: 84px;
    top: 99%;
    width: 57%;
}
.item {
    position: relative;
}
.carousel-caption p {
    position: relative;
    top: 10%;
    width: 385px;
    right: 0;
    font-family: "sketchBlockBold";
    font-weight: 800;
    font-size: 38px;
    padding: 20px 15px;
    margin: 10% 5% 0px auto;
}
.user-info img {
    width: 190px;
}
.video-wrap iframe {
    width: 100%;
}
section.review img.center-block {
    width: 220px;
    margin: 0 auto;
}
.firstrow.desiback {
    margin-bottom: 0px;
}
ul.nav.nav-tabs:li last-child a {
    border-right: none;
}

button.btn.btn-primary.btn-lg {
    background: #ffd71e;
    border: none;
    font-size: 33.48px;
    color: #3e3e3e;
    border-radius: 50px;
    padding: 10px 40px;
    font-family: "Tahoma";
}
.small button.btn.btn-primary.btn-lg {
    font-size: 22px;
    padding: 10px 24px;
}

/* address {
    font-family: "sketchBlockBold";
    font-size: 14px;
 }*/
.welcome{
  background-image: url('../images/green-bg.jpg');
  background-size: cover;
  color: #fff;
}
.video-wrap {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    margin-top: -120px;
    color: #3b3b3b;
    font-size: 16px;
        margin: -120px -2px 0px -2px;
}
.video-text p {
    margin: 0px 0;
}
.video-text {
    padding: 25px 15px;
}
img.v-logo {
    float: left;
    margin-right: 30px;
}
.wel-text {
       padding: 0 30px;
}
.block-title {
    font-size: 40px;
}
a.btn.more {
    border-color: #61be2e;
    border-radius: 0;
    color: #61be2e;
    font-size: 15px;
    padding: 6px 12px;
}
.mission p {
    line-height: 26px;
}
a.btn.more:hover {
    background: #3e3e3e;
    color: #fff;
    border-color: #3e3e3e;
    box-shadow: 1px 2px 6px 1px rgba(88, 83, 83, 0.5);
    transition: 0.3s linear;
}

.mission-wrap{
 
  color: #6a6a6a;

      padding:0px;

}
.aboutus_content .media-left img {
    padding: 0px 30px;
}
.testoinfor {
    margin-top: 50px;
}
.visi {
    padding: 0px 30px;
}
.aboutus_content.testoinfor p {
    padding: 15px 0px;
    margin-bottom: 0px;
}

.mission-wrap .block-title {
    color: #2b2b2b;
}

.mission {
    padding: 45px 30px 30px;
}
.sol-box h3 span {
    font-size: 16px;
    font-weight: 300;
}
.pocso {
    background-image: url(../images/paper.jpg);
    background-size: cover;
    color: #000000;
    background-position: 100% 100%;
    padding: 40px 50px 40px 60px;
    font-size: 14px;
}   
.botya{
     background-image: url(../images/paper2.jpg);
    background-size: cover;
    color: #000000;
    background-position: 100% 100%;
    padding: 40px 60px 60px 60px;
    font-size: 16px;

}
section#posco .big-container {
    padding: 0;
}
section#posco {
    padding: 0;
}
section#posco .col-sm-7 {
    padding: 0;
}
section#posco .col-sm-5 {
    padding: 0;
}
.posco-content {
    width: 75%;
    margin: 0 0 0 auto;
    padding-right: 0;
}
.botya-content {
        width: 77%;
    min-height: 456px;
}
.posco-content ol li {
    font-size: 14px;
    margin-bottom: 10px;
}
section#posco .block-title {
    font-size: 75px;
    color: #000;
}

.full-width-container{
  padding: 0 15px;
}


section.howBig {
    text-align: center;
    background: url(../images/news-banner.jpg);
    padding: 80px 0;
    background-attachment: fixed;
}


.big h4 {
    font-size: 30px;
}
h5.count {
    width: 160px;
    height: 160px;
    background: #fff;
    border-radius: 50%;
    line-height: 150px;
    font-size: 35px;
    text-align: center;
    margin: 20px auto;
    color: #333;
}
h5.count span {
    font-size: 32px;
}

ul.list-inline.abc a {
    color: #3d3d3d;
}
.media-body h4.media-heading {
    font-size: 20px;
    font-family: "impact";
    color: gray;
}
.aboutus_content .media-left {
    width: 29%;
}
.col-md-7 .swa {
    padding-left: 96px;
}
::-webkit-scrollbar {

    width: 10px;

}

 

/*/ Track /*/

::-webkit-scrollbar-track {

    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 

    -webkit-border-radius: 10px;

    border-radius: 10px;

}

 

/*/ Handle /*/

::-webkit-scrollbar-thumb {

    -webkit-border-radius: 10px;

    border-radius: 10px;

     background: #b03730; 

    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 

}

::-webkit-scrollbar-thumb:window-inactive {

    background: rgba(176, 55, 48, 0.6); 

}
section.initiative .col-sm-4 {
    padding: 0;
}
.init h5 {
    position: absolute;
    bottom: 0;
    z-index: 1056;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.68);
    color: #fff;
    padding: 15px;
    margin: 0;
    font-size: 20px;
}
.init {
    position: relative;
    text-align: center;
    height: 288px;
    overflow: hidden;
}
h5.count:hover {
    animation: 2s bounce;
}
section.initiative {
    padding: 0;
}
.chaitra {
    padding: 100px 75px;
}
.init-box {
padding: 0;
    color: #fff;
    min-height: 574px;
}

.init-box .block-title {
    color: #56a728;
}
.center{
    text-align: center;
}
.inner-banner {
    position: relative;
}
.innercap {
    position: absolute;
    right: 20px;
    bottom: 0px;
    background: #FFEB3B;
    padding: 10px 40px;
}
.innercap li {
    padding: 0px 15px;
}
section.appList {
    background: #ffce01;
    padding: 0;
}
section.solution {
    padding-bottom: 100px;
}

img.img-responsive.mobile {
    margin-top: -50px;
}
section.review {
    background: #3b3b3b;
    color: #ffce01;
}

section.testimonial {
    background: #ffce01;
    color: #3b3b3b;
}
section.news-events .col-sm-6 {
    padding: 0;
}
section.news-events{
    padding: 0;
}
footer {
    background: #3b3b3b;
    margin: 0;
    padding: 80px 0 0 0;
    color: #ffce01;
}
footer a{   
    color: #ffce01;
}
.footer-menu ul li {
    font-size: 15px;
}
.footer-menu li {
    line-height: 35px;
}
.sol-box p {
    min-height: 110px;
}
.sol-box h3 {
    font-family: "Impact";
    color: #343434;
    font-size: 30px;
    letter-spacing: 0.3px;
}
.sol-box p {
    font-size: 14px;
    color: #6a6a6a;
    letter-spacing: 0.5px;
}
section.appList h2.block-title.font-grand {
    font-size: 40px;
}
section.appList ul.list-inline.font-grand {
    margin: 15px 0;
    font-size: 30px;
}
section.appList ul.list-inline.font-grand a {
    color: #534d34;
    padding: 0 10px;
    display: inline-block;
    vertical-align: bottom;
}
section.appList ul.list-inline.font-grand img {
    width: 40px;
}
section.review h2.block-title.center {
    font-size: 42px;
}
.review-block1 {
    padding: 40px 20px 0 0;
}
.review-block2 {
    padding: 40px 0px 0 20px;
}

ul.star.list-inline a {
    color: #ffce01;
    font-size: 19px;
}
section.appList h2.block-title {
    font-size: 24px;
    margin-top: 20px;
}
ul.star.list-inline {
    text-align: center;
    margin: 20px auto 0 auto;
}
section.review h4.media-heading {
    font-size: 18px;
    margin: 20px 0 20px 0;
    font-family: "Impact";
    letter-spacing: 0.5px;
}
.slide-item {
    margin: 40px;
}
.news-right img{
    width: 100%;
}

.news-wrap {
    padding: 40px;
    text-align: left;
}

.news-wrap .media-body {
    width: initial;
}
.news-wrap h4.media-heading {
    font-family: "Tahoma";
    font-size: 14px;
    color: #323232;
    left: 0.4px;
    line-height: 20px;
}


p.date {
    margin: 0 0 5px 0;
    font-size: 15px;
}
.news-wrap h2.block-title {
    font-size: 50px;
    border-bottom: 1px dotted rgba(50, 50, 50, 0.46);
    margin-bottom: 30px;
}
.news-wrap .media {
    padding-bottom: 20px;
    margin-bottom: 35px;
}
.news-wrap .media-left {
    width: 300px;
}

.menu-list {
    margin: 44px 0;
}
footer h2.block-title.font-grand {
    margin: -6px 0 30px 0;
}
footer .form-control {
    border-radius: 0;
    background: #ffce01;
    border: none;
    color: #333;
}
footer .form-group {
    margin-bottom: 13px;
}
footer button.btn.btn-default {
    color: #ffce01;
    background: transparent;
    border: none;
    padding: 7px 30px;
    font-size: 20px;
    border: 1px solid #ffce01;
    text-align: center;
}
.make-partner h4 {
    font-size: 49px;
    color: rgba(255, 206, 1, 0.68);
    margin-bottom: 5px;
}

ul.list-inline.social-list {
    margin: 8px 0 40px;
    font-size: 33px;
}
footer a:hover {
    color: #ccc;
    text-decoration: none;
}
.news-wrap a.btn.more {
    margin-top: 20px;
}

.byts {
    float: right;
    margin-top: -20px;
}
.logofot img {
    width: 130px;
}

.news-img-sec {
    margin-bottom: 30px;
}
.newcontent .news-wrap {
    padding-bottom: 0px;
}
.newsments img.media-object {
    padding: 0px 15px;
}
.mentionednews {
    text-align: center;
}
.tab-news .nav-tabs>li {
    border: 1px solid #ccc;
    border-right: 1px solid #ccc !important;
        margin: 15px;
}
.tab-news .nav-tabs>li:hover,.tab-news .nav-tabs>li.active {
    background: #3e3e3e;
    color: #fff !important;
    border-color: #3e3e3e;
    box-shadow: 1px 2px 6px 1px rgba(88, 83, 83, 0.5);
    transition: 0.3s linear;
}
.tab-news .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
}
.tab-news .nav-tabs>li.active>a, .tab-news .nav-tabs>li.active>a:focus, .tab-news .nav-tabs>li.active>a:hover {
    border: none;
    color: #fff !important;
    font-weight: 600;
    font-family: "TahomaBold";
    background: none !important;
}
.newcontent .news-wrap {
    padding-bottom: 0px;
    padding: 0px;
}
.newcontent .news-wrap img {
  width: 100%;
    margin-bottom: 30px;
}
footer button.btn.btn-default:hover{
        text-decoration: none;
    border: none;
    color: #fff;
    background: linear-gradient(28deg, #666666 50%, #ffce01 51%);
    transition: background-position-x 0.7s, background-size 0.7s, color 0.3s;
    background-position-x: 99%;
    background-size: 200%;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin: 0 auto;
    border: 1px solid #ffce01;
}

a.btn.more:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 16px;
    padding-left: 10px;
}
.ini_images {
    margin: 15px 0px;
}

section.review a.btn.more {
    color: #ffce01;
    border-color: #ffce01;
}
section.testimonial a.btn.more {
    color: #fff;
    border-color: #fff ;
}
section.news-events a.btn.more {
    color: #c79365;
    border-color: #c79365 ;
}
a.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: #3e3e3e url("../images/UpArrow.png") no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.posco-wrap .col-md-5.col-sm-6 {
    padding: 0;
}

.posco-wrap .col-md-7.col-sm-6 {
    padding: 0;
}
section#posco .big-container {
    padding: 0 15px;
}
section.news-events .col-md-6 {
    padding: 0;
}
section.initiative .col-md-4 {
    padding: 0;
}
.addr ul li {
    display: flex;
    font-size: 16px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.addr ul li .fa {
    font-size: 24px;
    margin-right: 20px;
}

.chaitra {
    padding: 15px 40px;
    letter-spacing: 0.5px;
    font-size: 13px;
    line-height: 20px;
}

.media-body {
    width: initial !important;
}
.aboutus_content h5 {
    font-weight: 800;
    font-size: 16px;
        color: #666;
    padding:10px 5px;
}
.aboutus_content p {
    font-weight: 400;
    font-size: 14px;
        line-height: 24px;
    padding:10px 5px;
        color: #666;
}
ul.ul-list li:before {
    content: '\f061 ';
    font-family: FontAwesome;
    margin-right: 10px;
    color: #3e3e3e;
}
ul.ul-list li {
    

    line-height: 24px;
    margin: 5px 0px;
    color: #666;
}
.media-body p {
    color: #4e892f;
}
.carousel-caption1 img {
    margin: 0 auto;
}
.carousel-caption1 h6 {
    text-align: center;
}
.inner-content {
    margin: 35px 0;
}
.col-md-8 h2 {
    font-family: "sketchBlockBold";
    margin: 10px 0 25px 0;
    font-size: 33px;
}
h4.media-heading {
    font-family: Helvetika;
    font-size: 15px;
}
#home ol.carousel-indicators {
    left: 21.8%;
    top: 86%;
}
#home #carousel-example-generic1 ol.carousel-indicators {
    bottom: initial;
    left: initial;
    right: 84px;
    top: 99%;
    width: 57%;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: none;
    color: #3e3e3e !important;
    font-weight: 600;
    font-family: "TahomaBold";
    background: none !important;
   }
.nav-tabs>li {
        width: 20%;
    text-align: center;
    border-right: 1px solid #ccc;
}
.nav-tabs {
    border: none;
    margin-bottom: 30px;
}
.nav-tabs>li a {
    padding: 25px;
    font-size: 20px;
    color: #666 !important;
        margin: 0px;
          font-family:"Tahoma";
}
.maintains .nav-tabs>li {
    width: 23%;
        height: 100px;
}
.nav-tabs>li>a:hover {
    border-color: transparent;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.firstrow {
    background: #f6f6f6;
    padding: 70px 0px;
}
.downloadnow a.btn.btn-default {
    background: #ffd71e;
    border: none;
    font-size: 33.48px;
    color: #3e3e3e;
    border-radius: 50px;
    padding: 10px 40px;
     font-family:"Tahoma";
}
.maintains .secondrow {
    padding-top: 60px;
}

ul.list-inline.language {
    padding-top: 50px;
}
ul.list-inline.language li a {
    font-size: 22.95px;
}
ul.list-inline.language li a {
    font-size: 22.95px;
    color: #48a420;
        font-family: "TahomaBold";
    border-right: 4px solid #48a420;
    padding: 0px 20px;
        text-decoration: underline;
}
.mobisec img {
    padding: 13% 13% 0%;
}
ul.list-inline.language li {
    /* border-right: 4px solid #48a420; */
    padding: 0px;
}
ul.list-inline.language li:last-child a{
    border-right: none; 
}
.xwings hr {
    border-top: dotted 1px;
    margin: 30px 0px;
}
.xwings h4 a {
    font-size: 31.16px;
    text-align: center;
    color: #48a420;
    text-decoration: underline;
         font-family:"Tahoma";
}
.xwings h4{
    text-align: center;
}


ul.list-require hr {
    margin: 6px 0px;
    width: 60%;
    margin-left: 70px;
}
.rediant h2 {
    font-size: 24px;
    font-family:"Tahoma";
}

.desiback{
     margin: 50px 0px;
    padding: 50px 0px;
    background: #f6f6f6;
}
.need img {
    padding-bottom: 20px;
}
.sujaan h4 {
     font-size: 24px;
    font-family:"Tahoma";
        font-weight: 700;
}
.nutscircle h3:before {
    content: '1';
    border-radius: 50%;
    background: #f35f46;
    padding: 7px 15px;
    color: #fff;
    margin-right: 25px;
}
.nutscircle.two h3:before {
    content: '2';
}
.nutscircle.three h3:before {
    content: '3';
}
.nutscircle.four h3:before {
    content: '4';
}
.nutscircle.five h3:before {
    content: '5';
}

.nutscircle.six h3:before {
    content: '6';
}
.need img {
    margin: 0 auto;
}
.small a.btn.btn-default {
    background: #ffd71e;
    border: none;
    font-size: 18.48px;
    color: #3e3e3e;
    border-radius: 50px;
    padding: 10px 34px;
    font-family: "Tahoma";
}   
.nutscircle p {
    padding: 15px 0px;
    color: #666;
    font-size: 16px;
    line-height: 30px;
}
.anima h5 {
    font-size: 16px;
    font-family:"TahomaBold";
}

.anima p{
    padding: 15px 0px;
    color: #666;
}
.vedioss p {
    font-size: 24px;
    color: #0a0b0a;
        margin-top: 15px;   
}
.vedioss p span {
    font-size: 14px;
    color: #666;
}
.vedioss {
    margin-bottom: 50px;
}
.testcon h4 {
    font-family: "TahomaBold";
    font-size: 13px;
    border: 1px solid #f1f1f1;
    padding: 15px;
    margin-top: 15px;
    background: #f1f1f1;
    box-shadow: 0px 5px 5px #fff;
    margin-bottom: 1px;
}
.testcon p {
    padding: 15px;
    background: #f1f1f1;
    margin-bottom: 0px;
}
.testcon a.btn.btn-default {
    color: #000;
    background: #ffcc00;
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 0px;
    border-color: #fc0;
    width: 100%;
    text-align: center;
    font-family: "TahomaBold";
}
.testimg img {
    width: 100%;
}
.midfix {
    min-height: 300px;
}
.nav-tabs>li:last-child {
    border-right: none;
}



.carousel {
    width: 100%;
    height: 970px;
    background-image: url(../images/banner1.jpg);
    background-attachment: fixed;
    background-size: cover;
}


.waperinner{
    background: #fff;
}

.init img {
    width: 100%;
    height: 288px;
}
.init-box img {
    width: 100%;
    height: 576px;
}

.full-container {
    padding: 0 15px;
}

h2.block-title span {
    font-size: 22px;
    display: block;
    margin-top: 10px;
}

.chaitra p {
    font-size: 16px;
    margin-top: 15px;
}
.newsments {
    height: 148px;
    overflow: hidden;
}

























/* Responsive Styles */


@media(min-width:1500px) {
.botya-content {
    min-height: 387px;
}
}

@media(min-width:1600px) {
    .botya-content {
      min-height: 367px;
}
}



@media(max-width:1600px) {
.botya-content {
    min-height: 426px;
}


}
@media(max-width:1300px) {


.big-container {
    max-width: 100%;
}
section#posco .block-title {
    font-size: 34px;
}

.pocso {
    min-height: 535px;
}
.chaitra {
    height: 540px;
}
.init-box img {
    height: 540px;
}
.init-box {
    min-height: 540px;
}
.news-wrap a.btn.more {
    margin-top: 10px;
}
    }/*@media(max-width:1300px) */

@media(max-width:1199px) {

.botya {
    background-position: 40% 100%;
    min-height: 606px;
}
.chaitra {
    height: 436px;
}
.init-box {
    min-height: 436px;
}
.news-wrap .media-left {
    width: 170px;
}
footer {
    padding: 60px 0 0 0;
}
.news-wrap {
    padding-bottom: 0px;
}
.carousel-caption {
    right: 4%;
    top: 5%;
}
}/*@media(max-width:1199px)*/


@media(max-width:991px) {
    .video-wrap {
        margin: 0;    
}
.navbar-collapse.collapse.navbar-responsive-collapse {
    display: none !important;
}
.posco-content {
    width: 100%;
    margin: 0 0 0 auto;
    padding-right: 0;
}
.botya {
     padding: 20px;
    font-size: 16px;
}
.pocso {
    padding: 20px;
    font-size: 16px;
}
section#posco .block-title {
    font-size: 45px;
    color: #000;
}
.carousel-caption h2 {
    font-size: 80px;
}
.carousel-indicators {
    bottom: initial;
    left: initial;
    right: 0;
    top: 50%;
    width: initial;
    margin: 0;
    right: 24%;
}
.botya-content {
    width: 100%;
    min-height: 341px;
}
section#posco .col-sm-6 {
    padding: 0;
}

.block-title {
    font-size: 48px;
}
section.howBig {
    text-align: center;
    background: #ffcd00;
    padding: 40px 0;
}
.sol-box h3 {
    font-family: "Impact";
    color: #343434;
    font-size: 25px;
    letter-spacing: 0.3px;
}
.big-container {
    max-width: 100%;    
}

/*****mobile_menu*******/


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
      padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
h5.count {
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 50%;
    line-height: 110px;
    font-size: 20px;
    text-align: center;
    margin: 20px auto;
    color: #333;
}
h5.count span {
    font-size: 20px;
}
.icon-bar {
        display: block;
    width: 32px;
    height: 2px;
    border-radius: 1px;
    margin: 5px 0;
}
.icon-bar {
    background-color: #3e3e3e;
}
.sidenav .closebtn {
    top: 20px;
    border: none;
    left: -40px;
}
span.icon-bar-close.left {
    display: block;
    width: 42px;
    height: 2px;
    border-radius: 1px;
    margin: 3px 0;
    background: #ccc;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(136deg);
}
span.icon-bar-close.rt {
    display: block;
    width: 42px;
    height: 2px;
    border-radius: 1px;
    margin: 3px 0;
    background: #ccc;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(40deg);
}
button.navbar-toggle {
    display: none;
}
.mis1 img {
    margin: 0 auto;
}
.legal {
    width: 100%;
    text-align: center;
}
.botya {
    background-position: 40% 80%;
}

.init.init1 img {
    width: 100%;
}
.chaitra {
    text-align: center;
}
.init-box {
    text-align: center;
}
.rev1 {
    width: 100%;
    text-align: center;
}
.news-wrap {
    text-align: center;
}


hr {
    margin-top: 0;
    margin-bottom: 0;
}
.aboutus_content iframe {
    width: 100%;
}
.navbar-header {
    width: 100%;
}
.wel-text {
    padding: 0px 10px 15px;
    text-align: center;
}
.init-box img {
    margin: 0 auto;
}
.mentionednews {
    margin-bottom: 20px;
}
}/*@media(max-width:991px)*/


@media(max-width:767px) {
    .carousel-caption {
    right: initial;
        left: 30%;
    padding-bottom: 30px;
    top: initial;
    color: #2b2b2b;
    bottom: 0;
    padding: 10px;
}
.carousel-caption h2 {
    font-size: 40px;
}
.carousel-caption p {
    font-size: 18px;
    letter-spacing: 1px;
}
.carousel-indicators {
    bottom: 0;
    left: 25%;
    right: 0;
    top: initial;
    width: initial;
    margin: 0;
    right: 24%;
}
.navbar-fixed .navbar-brand>img {
    display: block;
    width: 75px;
    transition: 0.3s linear;
}
.init {
    position: relative;
    text-align: center;
    margin: 0px 0;
}
.mission {
    padding: 30px;
    color: #333;
}
.chaitra {
    padding: 30px;
}
.init-box {
    padding: 30px;
        min-height: inherit; 
}
.block-title {
    font-size: 40px;
}
img.img-responsive.mobile {
    margin-top: 0;
}
section.review {
    padding: 40px 20px 0 0;
    text-align: center;
}
.news-wrap {
    padding: 0;
    text-align: left;
}
.news-wrap h2.block-title {
    font-size: 35px;
    border-bottom: 1px dotted rgba(50, 50, 50, 0.46);
    margin-bottom: 30px;
}
section.news-events .col-md-6 {
    padding: 0 15px;
}
.sidenav .closebtn {
    left: -72px;
}
span.icon-bar-close.rt {
    display: block;
    width: 42px;
    height: 2px;
    border-radius: 1px;
    margin: -4px 0;
    background: #ccc;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(40deg);
}
.block-title {
    font-size: 30px;
}
.wel-text {
    padding: 0 10px;
    text-align: center;
}
section {
    padding: 10px 0;
}
p {
    margin-bottom: 10px;
    font-size: 13px;
}
.mission-wrap {
    text-align: center;
}
.mission {
    padding: 15px;
}
.pocso {
    min-height: initial;
}
.botya {
    padding: 20px;
}
.chaitra {
    padding: 0px 30px 30px;
}
.chaitra {
    height: initial;
}
section.howBig {
    margin-top: 20px;
}
.solution img {
    margin: 0 auto;
}
.solution{
    text-align: center;
}
.sol-box {
    margin: 20px 0px 40px;
}
section.solution {
    padding-bottom: 0px;
}
section.appList {
     text-align: center;
}
.news-wrap .media-left {
    width: 208px;
}   
footer {
    text-align: center;
}
.addr ul li {
    display: block;
}
.carousel-caption {
    right: 4%;
    top: 5%;
}
.carousel-caption p {
    width: 230px;
    padding: 20px 15px;
}
.navbar-brand>img {
    width: 55%;
}
.sidenav {

    background-color: #fc0;
 
}
section.review {
    padding: 40px 0px 0 0;
}
.wel-text {
    padding: 0px 10px 15px;
    text-align: center;
}
span.icon-bar-close.left {
    background: #fff;
}
span.icon-bar-close.rt{
    background: #fff;
}
.innercap img {
    width: 20px;
}
.innercap {
    padding: 5px;
}
.nav-tabs>li a {
    padding: 10px 25px;
    }

.maintains .secondrow {
    padding-top: 30px;
}
.downloadnow a.btn.btn-default {
    font-size: 18.48px;
    padding: 10px 30px;
}
ul.list-inline.language li a {
    font-size: 16.95px;
}
.xwings h4 a {
    font-size: 20.16px;
}
.xwings hr {
    margin: 20px 0px;
}
.rediant h2 {
    font-size: 20px;
}
.desiback {
    padding: 20px 0px;
}
.downloadnow {
    margin-top: 20px;
}
.logofot img {
    width: 80px;
    margin: 0 auto;
}
footer {
    padding: 30px 0 0 0;
}
.nav-tabs>li a {
    padding: 0px 10px;
    font-size: 16px;
}
button.btn.btn-primary.btn-lg {
    font-size: 16.48px;
}
.sujaan h4 {
    font-size: 18px;
    margin-top: 20px;
}
.h3, h3 {
    font-size: 18px;
}
.nutscircle p {
    padding: 5px 0px;
    font-size: 13px;
    line-height: 20px;
}
.nutscircle h3:before {
    padding: 7px 13px;
    margin-right: 15px;
}
.nutscircle h3 {
    line-height: 34px;
}
.small button.btn.btn-primary.btn-lg {
    font-size: 14px;
    padding: 10px 16px;
}   
.carousel-caption p {
    width: 200px;
    padding: 5px 15px;
    font-size: 30px;
}
.sol-box p {
    min-height: initial;
}
span.icon-bar-close.rt {
    display: block;
    width: 32px;
}   
span.icon-bar-close.left {
    display: block;
    width: 32px;
}
.carousel {
    height: 500px;
    background-position: 40% 15%;
}
.carousel-caption {
    right: 0;
    left: 0;
    top: 5%;
}
.block-title {
    font-size: 20px;
}
}/*@media(max-width:767px)*/


@media(max-width:580px) {
.botya {
    min-height: 500px;
}
section.review img.center-block {
    width: 130px;
}
.review-block1 {
    padding: 0px 0px 0px;
}
.big {
    width: 50%;
}
section.howBig {
    padding: 20px 0;
}
section.review h2.block-title.center {
    font-size: 28px;
}
section.review {
    padding: 25px 0px 25px 0;
}
.owl-buttons {
    display: none;
}
.nav-tabs>li {
    width: 30%;
}
}/*@media(max-width:580px)*/



@media(max-width:480px) {
    .news-wrap .media-left {
    width: initial;
    margin-bottom: 15px;
}
.media-body, .media-left, .media-right {
    display: block;
    vertical-align: top;
}
.menu-list .col-sm-3 {
    width: 50%;
    float: left;
}

.news-wrap {
    text-align: center;
}
.news-wrap img {
    margin: 0 auto;
}

.nav-tabs>li a {
    padding: 0 7px;
    font-size: 16px;
 
}
.big-container {
    padding: 0 15px;
}
.maintains .nav-tabs>li {
    width: 100%;
    height: initial;
}
.maintains .nav-tabs>li a {
    padding: 8px 0;
    font-size: 16px;
   
}
.col-xs-6 {
    width: 100%;
}
.Contact.Us {
    padding: 15px 0px 0px;
}
.firstrow.desiback img {
    margin: 0 auto;
    margin-bottom: 25px;
}
.maintains .secondrow {
    text-align: center;
}
.mobisec img {
    padding: 13% 13% 0% 25%;
    margin: 0 auto;
}
span.icon-bar-close.rt {
    width: 34px;
    background: #fff;
 }
 span.icon-bar-close.left {
    width: 34px;
    background: #fff;
  }
  .carousel-caption p {
    font-size: 24px;
}
.midfix img {
    margin: 0 auto;
}
.rediant {
 text-align: center; 
}
.thirdrow.desiback {
    text-align: center;
}
.nutscircle.four {
    text-align: center;
}
.nutscircle.six {
    text-align: center;
} 
.nutscircle.two {
    text-align: center;
}
.anima {
    text-align: center;
}
.nav-tabs>li {
    border-right: none;
}
.addr ul li {
    font-size: 15px;
}
.vedioss p {
    font-size: 16px;
    margin-top: 5px;
}
.vedioss {
    margin-bottom: 20px;
}
}/*@media(max-width:480px)*/


@media(max-width:420px) {
    .video-wrap iframe {
    height: 200px;
}
section.testimonial {
    text-align: center;
}
.carousel-caption p {
    width: 190px;
    padding: 10px 15px;
    top: 70%;
}
ul.list-inline.abc a {
    font-size: 14px;
}
.pocso {
    text-align: center;
}
.botya {
    text-align: center;
}
section#posco .block-title {
    font-size: 30px;
}
a.btn.more {
    margin-top: 10px;
}
.carousel-caption p {
    font-size: 18px;
}
.newsments {
    margin-bottom: 20px !important;
}
}/*@media(max-width:420px)*/



/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

a {
 background-color: #;   
}


