@charset "utf-8";
html {font-size: 15px;}
body 
{
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    line-height: 30px;
    text-align: justify;
}
h1,h2,h3,h4,h5,h6
{
  margin-top: 0px;
  margin-bottom: 0px;
}
p 
{
    margin: 0 0 15px;
}
.padd-30 
{
    padding-top: 40px;
    padding-bottom: 40px;
}
.container 
{
    max-width: 1600px;
    width: 100%;
    margin: 0px auto;
}
.commanHead h2 
{
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 25px;
    text-align: center;
}
.newsEventsSection .commanHead h2 
{
    text-align: left;
    color: #fff;
}
/* header css */
.sticky {
    transition: all 4s;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}
.mainMenu .navbar-default 
{
    background-color: #fff;
    min-height: 97px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #efefef;
}
.navbar-default .navbar-brand 
{
    padding: 0;
    padding-left: 15px;
}
.mainMenu .navbar-right li 
{
    display: block;
    margin-left: 50px;
}
.mainMenu .navbar-right 
{
   margin-top: 20px;
}
.mainMenu .navbar-nav>li>a 
{
    color: #0e0e0e;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    padding: 20px 0;
    letter-spacing: 1px;
}
.mainMenu .navbar-nav>li>a .caret
{
   display: none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus,
 .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}
.mainMenu .navbar-nav>li>a:hover {
    color: #737373;
}
.mainMenu .navbar-nav>li>a i {
    color: #fb8b00;
    padding-right: 5px;
}
.mainMenu .navbar-nav>li>a .btn 
{
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    background: #1b6bb4;
    padding: 4px 10px;
    margin-top: -6px;
}
.mainMenu .navbar-nav>li>a:hover .btn {
   color: #1b6bb4;
   background: #ffffff;  
   border: 1px solid #1b6bb4;
}
.navbar-nav > li > .dropdown-menu {
    background: #fbfbfb;
    border-radius: 0;
    padding: 0;
    right: inherit;
    left: 0;
    min-width: 273px;
    top: 60px;
    border-top: 2px solid #fb8b00;
}
.navbar-nav > li > .dropdown-menu li {
    padding: 10px 13px !important;
    border-bottom: #f1f1f1 solid 1px;
    margin-left: 0;
}
.navbar-collapse .navbar-nav.navbar-right .dropdown-menu li a {
    color: #272727;
    font-weight: 500;
    font-size: 16px;
    text-transform: none;
    padding: 0;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    position: relative;
    padding-left: 14px;
    border-left: 2px solid #fb8b00;
}
.navbar-collapse .navbar-nav.navbar-right .dropdown-menu li a:hover {
    background: transparent;
    color: #fb8b00;
}
/* header css */

/* Banner css */
.fill {
    width: 100%;
    height: 750px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    background-attachment: scroll;
}
#carousel-example-generic .carousel-control.right, 
#carousel-example-generic .carousel-control.left 
{
    background: none;
}
#carousel-example-generic .carousel-control {
    width: inherit;
    top: inherit;
    bottom: 45%;
    opacity: 1;
    font-size: 31px;
    text-shadow: none;
    line-height: 35px;
    padding: 10px 13px;
    border-radius: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
#carousel-example-generic .carousel-control.left i, 
#carousel-example-generic .carousel-control.right i 
{
    vertical-align: middle;
    line-height: 20px;
}
#carousel-example-generic .carousel-control.left {
    background: rgba(0,0,0,0.4);
    left: 0;
}
#carousel-example-generic .carousel-control.right {
    background: rgba(0,0,0,0.4);
    right: 0;
}
#carousel-example-generic .carousel-control.left:hover {
    background: rgba(0,0,0,0.7);
    left: 0;
}
#carousel-example-generic .carousel-control.right:hover {
    background: rgba(0,0,0,0.7);
    right: 0;
}
/* Banner css */


/* For the content in triangle */
.fill img
{
  position: relative;
}
#triangleleft 
{
    width: 0;
    height: 0;
    border-top: 184px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 149px solid #fb8b00bd;
    z-index: 99;
    position: absolute;
    right: 0;
    bottom: 0;
}
#triangleleft div 
{
    margin: -74px 0 0 88px;
    font-size: 50px;
    color: #000;
}
#triangleleft div:hover
{
      color:#fff;
}
#triangleleft a, #triangleleft a:hover 
{
  text-decoration: none;
}
/* For the content in triangle */

/* blink button */
.blinkBtn {
    margin: 20px 0;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 500;
}
.blinkBtn:hover,  .blinkBtn:active, .blinkBtn:focus
{
  color:#fff;
  text-decoration: none;
}
.blink {
    background-color: #006597;
    -webkit-animation: blink 1500ms step-end infinite;
            animation: blink 1500ms step-end infinite;
}
@-webkit-keyframes blink { 50% { background-color: red; }}
        @keyframes blink { 50% { background-color: red; }}

.enquiryOuter {
    position: fixed;
    right: 97px;
    background: #fb7f00;
    color: #fff;
    padding: 5px 14px;
    text-decoration: none;
    z-index: -1;
    font-size: 15px;
    font-weight: 500;
    bottom: 0;
    border-radius: 30px 0 0 0px;
}
.enquiryOuter img 
{
    width: 23px;
}
/* blink button */

/* gallery */
.mediaGallary img 
{
    vertical-align: middle;
    border: 1px solid #909090;
    border-radius: 4px;
    width: 100%;
    border-radius: 7px;
    margin-bottom: 20px;
    padding: 5px;
}
.gallerySection 
{
    background: #f0f2f6;
}
.gallerySection .outr .content-overlay 
{
    background: rgba(247, 247, 247, 0.26);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.gallerySection .outr:hover .content-overlay
{
   opacity: 1;
}
#owl-demo
{
   position: relative; 
}
#owl-demo .item 
{
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    border: 1px solid rgba(251, 149, 22, 0.3607843137254902);
}
/* #owl-demo .item img
{
   width:100%;
} */
#owl-demo .owl-prev 
{
    position: absolute;
    left: -13px;
    top: 30%;
}
#owl-demo .owl-next 
{
    position: absolute;
    right: -8px;
    top: 30%;
}
/* gallery */

/* About css */
.abouttxt 
{
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 600;
}
/* .AboutSection 
{
    background: #f7f7f7e6;
} */
.numberSection {
    background: #1b6bb4;
}
.icnOuter img {
    background: #f0f2f6;
    border-radius: 50%;
    padding: 20px;
    margin-bottom: 20px;
}
.tagline {
    font-weight: 600;
    text-transform: uppercase;
    color: #f37000;
    font-size: 25px;
    margin: 20px 0;
    letter-spacing: 1px;
}
.popart-btn 
{
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1;
    border: 2px solid #333;
    border-radius: 30px;
    background-color: transparent;
    width: 164px;
    padding: 12px 0 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    outline: none;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    margin-top: 25px;
}
.popart-btn 
{
    border-color: #facc16;
    background-color: #facc16;
    color: #020202;
    text-decoration: none;
    letter-spacing: 1px;
}
.popart-btn:hover 
{
    text-decoration: none;
    background: transparent;
    color: #000;
}
.productSection .popart-btn:hover 
{
  color: #fff;
}

/* About css */

/* counter css */
#shiva 
{
    -moz-border-radius: 50px;
    text-align: center;
    margin: 0 auto;
    color: #484848;
    font-weight: 600;
    margin-bottom: 15px;
}
.count 
{
    color: #f37305;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
}
.numberBox 
{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    background: #ffffff;
    padding: 18px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    box-shadow: inset 1px 1px 0 #dadada;
}
.numberBox h2 
{
    font-size: 14px;
    font-weight: 600;
    color: #424242;
    text-transform: uppercase;
}
.numberBox h3 
{
    background: #e09100;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    font-size: 28px;
}
/* counter css */
.whyheadStyle {
    text-align: center;
    border-bottom: 1px dotted #ececec;
    color: #7a838d;
    height: 28px;
    line-height: 53px;
    position: relative;
    margin: 0 0px 77px 0px;
}
.whyheadStyle h5 
{
    display: inline-block;
    background: #f9f9f9;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 500;
    color: #313131;
    text-transform: capitalize;
}
.iconsBox 
{
    background: rgba(253, 253, 253, 0.9803921568627451);
    box-shadow: 0 8px 35px #0000000f;
    border-radius: 15px;
    padding: 13px;
    border-bottom: 5px solid #1b6bb4;
}
.whyoutr .img_div 
{
    background: #fffffff7;
    border-radius: 100%;
    width: 98px;
    height: 98px;
    margin: auto;
    padding: 17px;
    margin-top: 12px;
}
.whyoutr h5 {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 12px!important;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 6px;
    margin-bottom: 10px;
}
.whyoutr ul 
{
    margin-bottom: 0;
    margin: 0;
    padding: 0;
    min-height: 73px;
    border-top: 1px dotted #c5c5c5;
    padding-top: 6px;
}
.whyoutr ul li 
{
    list-style: none;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-weight: 500;
}
.whyoutr .img_div 
{
    width: 100px;
    height: 100px;
    line-height: 62px;
    background: rgb(27, 107, 180);
    margin-bottom: 15px;
}
.whyoutr .img_div:hover 
{
    border: 1px solid #bfbfbf;
}
.whyoutr .img_div:hover:after 
{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.whyoutr .img_div:hover
{   
    background: rgba(255,255,255,1);
    color: #41ab6b;
}
.whyoutr .img_div img 
{
    vertical-align: middle;
    width: 50PX;
    transition: all 0.5s;
}
.whyoutr .img_div img:hover 
{
    transition: all 0.5s;
}

.galry-btn 
{
    text-transform: uppercase;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    color: #fb8b00;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    outline: none;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    margin-top: 25px;
    border-bottom: 1px solid #fb8b00;
    margin-right: 30px;
    padding-bottom: 4px;
}
.galry-btn:hover 
{
    text-decoration: none;
}
/* why us section */

/* product css */
.productSection 
{
    background: url(../images/services-bg-01.jpg);
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid #e2e2e2;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.productSection .leftSection 
{
   
}
.productBg {
    background: url(../images/product-bg.jpg);
    background-size: cover;
    background-position: center top;
    border-bottom: 1px solid #e2e2e2;
    color: #fff;
    height: 342px;
}
 .pdr-0
{
  padding-left: 0;
  padding-right: 0;
}
.productSection h3 
{
    margin-bottom: 14px;
    color: #f58904;
    font-weight: 600;
    font-size: 25px;
    line-height: 36px;
}
.productSection p 
{
    margin-bottom: 30px;
}
.whytxt 
{
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 300;
    color: #e0e0e0;
    line-height: 29px;
    text-align: center;
    margin-bottom: 30px;
    padding: 10px 57px;
}
.productSection .iconBoxOuter
{
   margin-top: 20px;
   text-align: center;
}
.productSection .iconBoxOuter h4 
{
    font-size: 17px;
    font-weight: 500;
    color: #fb8b00;
}
.productSection .iconBoxOuter img 
{
    vertical-align: middle;
    margin-bottom: 10px;
    border-bottom: 1px dotted #9e9e9e;
    padding-bottom: 16px;
}
/* product css */

/* services css */
.serviceSection h4 
{
    font-size: 18px;
    padding: 14px;
    border-left: 4px solid #0455a4;
    background: #f0f2f6;
    color: #333;
    font-weight: 600;
    line-height: 20px;
}
.container1 
{
    position: relative;
    width: 100%;
    margin-bottom: 6px;
}
.container1 img 
{
    width: 100%;
}
.container1 .image {
  display: block;
  width: 100%;
  height: auto;
}
.container1 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #0455a4;
}
.container1:hover .overlay {
  opacity: 1;
}
.container1 .text {
    color: white;
    position: absolute;
    top: 15%;
    left: 6%;
    -ms-transform: translate(-50%, -50%);
    right: 6%;
}
.container1 .text h3 {
    color: white;
    font-size: 20px;
    border-bottom: 1px dotted #b1b1b1;
    padding-bottom: 19px;
    margin-bottom: 10px;
}
.container1 .text p {
    color: #f5f5f5;
    font-size: 17px;
    font-weight: 300;
    padding-top: 10px;
}
.container1 .text ul {
    list-style: none;
    margin:0;
    padding:0;
}
.container1 .text ul li {
    color: #f5f5f5;
    font-size: 17px;
    font-weight: 300;
    padding-top: 8px;
    text-align: left;
    position: relative;
    padding-left: 27px;
}
.container1 .text ul li:before {
    position: absolute;
    content: '\f058';
    font-family: FontAwesome;
    left: 0;
    top: 9px;
    color: #e2e2e2;
    font-size: 20px;
}
/* services css */

video {
    border: 1px solid #e6e6e6;
    padding: 0px;
    outline: none;
    background: #1b1b1b;
}

/* contact css */
.contac {
    background: #f1f1f1;
}
.contac .socialArea 
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.contac .socialArea li {
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 400;
    color: #c7c7c7;
}
.contac .socialArea li i
{
    color: #ffffff;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    font-weight: 500;
    background: #0759ad;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
}
.contac .socialArea li .twitter i 
{
   background: #1DA1F2;
}
.contac .socialArea li .youtube i 
{
   background: #FF0000;
}
.contac .socialArea li span 
{
    color: #e2e2e2;
    font-weight: 500;
    border-right: 1px solid grey;
    margin-right: 9px;
    padding-right: 6px;
}
.contac .contactBg 
{
    padding: 30px;
    font-weight: 500;
    border: 1px solid #fb9516;
    margin: 25px;
    padding-top: 45px;
}
.contactBg
{
  position: relative;
}
.contactsec 
{
    position: absolute;
    top: -26px;
    right: 35%;
    left: 35%;
    text-align: center;
    font-size: 28px;
    background: rgb(255, 255, 255);
    padding: 10px;
    z-index: 1;
    display: inline-block;
}
.contactsec h6 
{
    font-size: 19px;
    font-weight: 900;
    color: #0455a4;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/* contact css */

/* career css */
.hrWrapper 
{
    background: rgba(247, 247, 247, 0.9019607843137255);
    padding: 48px;
}
.inneWrapper 
{
    background: rgb(255, 255, 255);
    padding: 10px 17px;
    border: 1px solid rgb(245, 245, 245);
}
.inneWrapper p 
{
   font-size: 16px;
}
.inneWrapper p a 
{
    color: #0062c1;
    text-decoration: none;
    font-weight: 600;
}
/* career css */

/* gallery css */
.gallerySection img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}
.gallerySection .plr-0 {
    padding-left: 3px;
    padding-right: 0;
    padding-right: 3px;
}
.contac .plr-0
{
  padding-left: 0;
  padding-right: 0;   
}
/* gallery css */

/* news and events section */
#ticker-roll h2
{
   margin-bottom: 20px;
   padding-bottom: 10px;
}
#ticker-roll h3
{    
    font-size: 17px;
    margin: 17px 0 !important;
    color: #000000;
    font-weight: 600;
    line-height: 23px;
}
#ticker-roll img
{
    width:80px;
    display: inline-block;
    margin-right: 10px;
}
#ticker-roll h2 span
{
  background: #006597;
  color: #fff;
  padding: 10px;
  margin-right: 10px;
}
div.ticker 
{
    margin: 10px auto;
    background: #f0f2f6;
    padding: 30px;
    height: 240px !important;
    box-shadow: inset 0 -3em 1em rgba(103, 103, 103, 0.1),
                 0 0 0 1px rgb(255,255,255), 0.3em 0.3em 1em rgba(95, 95, 95, 0.3);
}
div.ticker ul
{
  margin:auto;
}
.ticker h2
{
   border-bottom: 1px dotted #dcdcdc;
   font-size: 17px;
   padding-bottom: 10px;
   margin-bottom: 20px;
   font-weight: 600;
}
.ticker p
{
   font-size: 16px;
   color:#222; 
  display: inline-block;
}
.ticker .auther
{
   color:#656565;  
}


.captionWrapper 
{
    background: #313131;
    padding: 10px;
    position: absolute;
    bottom: -33px;
    left: 40px;
    right: 40px;
}
.captionWrapper h5 
{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
}
.outerArea img 
{
    vertical-align: middle;
    width: 100%;
    position: relative;
}
.leftEventsArea 
{
    background: #fb8b00;
    padding: 20px 40px;
}
.cam-frame-left 
{
    left: 27px;
    top: 10px;
    border-top: 5px solid #fb8b00;
    border-left: 5px solid #fb8b00;
}
.cam-frame-left {
    position: absolute;
    width: 120px;
    height: 120px;
}
/* news and events section */

/* product section */
.productBg
{
   position: relative;
}
.productBg:before 
{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-color: #040404;
    z-index: 1;
    top: 50%;
    margin-top: -8px;
    border-top: 20px solid #4a474700;
    border-bottom: 20px solid transparent;
    left: 0;
    margin-right: -6.0625rem;
    border-right: 0;
    border-left: 20px solid #e6e6e6;
}
/* product section */

/* footer css */
.contac 
{
    background: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: center;
}
.footlinks 
{
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f8f8f8;
}
.footlinks p 
{
    font-size: 14px;
    text-align: center;
    padding-top: 8px;
    color: #333;
    margin-bottom: 0;
    font-weight: 500;
}
.footlinks p a 
{
    color: #0455a4;
    font-weight: 500;
    font-size: 14px;
}
.footlinks .socialArea 
{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 8px;
}
.footlinks .socialArea li 
{
    display: inline-block;
}
.footlinks .socialArea li a 
{
    color: #333;
    text-decoration: none;
    padding: 0 35px;
    font-weight: 500;
    font-size: 16px;
    border-right: 1px solid #d8d8d8;
}
.footlinks .socialArea li:last-child  a
{
    border-right: none;
}
.footlinks .socialArea li a:hover 
{
    color: #adadad;
}
.scroll-top 
{
    display: none;
    padding: 9px 12px;
    background-color: rgba(0,0,0,0.4);
    color: #ffffff;
    position: fixed;
    bottom: 90px;
    z-index: 99;
    border: none;
    line-height: 25px;
    right: 30px;
    outline: none;
    font-size: 14px;
}
.scroll-top:hover 
{
    background-color: rgba(0,0,0,0.6);
}
.scroll-top i
{
    display: block;
}
.Socialicons 
{
    position: fixed;
    right: 0;
    top: 30%;
    list-style: none;
    padding: 0;
}
.Socialicons a 
{
    width: 40px;
    height: 40px;
    font-weight: 500;
    background: #0759ad;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    display: block;
}
.Socialicons a:hover 
{
    opacity: .8;
}
.Socialicons  i
{
    color:#fff;
}
.Socialicons .twitter {
   background: #1DA1F2;
}
.Socialicons .youtube {
   background: #FF0000;
}
.contactBtn {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.contactBtn a {
    background: #0455a4;
    color: #fff;
    padding: 9px 16px;
    display: block;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin-right: -1px;
    text-transform: uppercase;
}
.contactBtn a:hover
{
  background: #003263;
}

/* footer css */

/* internal page css */
.inner-page-banner-area {
    background: url(../images/inner-banner-01.jpg) no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 200px;
    margin-bottom: 0;
    position: relative;
}
.inner-page-banner-area.contact {
    background: url(../images/contact-banner.jpg) no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 200px;
    margin-bottom: 0;
    position: relative;
}
.inner-page-banner-area.gallery {
    background: url(../images/gallery-banner.jpg) no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 200px;
    margin-bottom: 0;
    position: relative;
}
.inner-page-banner-area.products {
    background: url(../images/product-banner.jpg) no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 200px;
    margin-bottom: 0;
    position: relative;
}
.inner-page-banner-area.news {
    background: url(../images/news-evente-banner.jpg) no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 200px;
    margin-bottom: 0;
    position: relative;
}
.inner-page-banner-area.why {
    background: url(../images/why-banner.jpg) no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 200px;
    margin-bottom: 0;
    position: relative;
}
.inner-page-banner-area.team {
    background: url(../images/team-banner.jpg) no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 200px;
    margin-bottom: 0;
    position: relative;
}
.inner-page-banner-area .banner-caption {
    position: absolute;
    top: 60px;
}
.inner-page-banner-area .banner-caption h1 
{
    margin-bottom: 5px;
    border-bottom: 1px dotted #1b66aa;
    padding-bottom: 5px;
    font-size: 28px;
    font-weight: 600;
}
.inner-page-banner-area .banner-caption.contacttext h1{
    color: #fff;
    border-bottom: 1px dotted #cacdd0;
}
.inner-page-banner-area .banner-caption.contacttext p {
    color: #d6d6d6;
}
.inner-page-banner-area .banner-caption p 
{
   font-size: 16px;
}
.breadcrumb 
{
    background-color: #f9f9f9;
    border-radius: 0px;
    font-weight: 500;
    margin-bottom: 0;
}
.breadcrumb li 
{
    font-size: 14px;
}
.breadcrumb li a 
{
    color: #136eb7;
    font-weight: 600;
}
.breadcrumb>li+li:before 
{
    padding: 0px;
    color: #424242;
}
#InternalPageArea {
    padding-top: 20px;
    padding-bottom: 40px;
}
#InternalPageArea h3 
{
    font-size: 24px;
    color: #0455a4;
    margin-bottom: 35px;
    display: inline-block;
    padding-bottom: 0px;
    font-weight: 600;
    margin-top: 20px;
}
#InternalPageArea h4 
{
    font-size: 20px;
    color: #ed6603;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 1px solid #ed6603;
    display: inline-block;
    padding-bottom: 5px;
    font-weight: 700;
}
/* #InternalPageArea p
{
   color:#616161;
} */
.commanListstyle 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    overflow: auto;
    margin-top: 20px;
}
.commanListstyle li 
{
    position: relative;
    padding-left: 25px;
    margin-bottom: 9px;
    color: #222;
    font-size: 16px;
}
.commanListstyle li:before 
{
    position: absolute;
    content: '\f058';
    font-family: FontAwesome;
    left: 0;
    top: 1px;
    color: #0455a4;
    font-size: 20px;
}
/* internal page css */

/* news and events page */
#more 
{display: none;}
.newswrapper 
{
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 0;
}
.newswrapper .media-heading 
{
    margin-bottom: 5px;
    font-size: 16px;
    margin-bottom: 20px;
    color: #383838;
    font-weight: 500;
}
.newswrapper .media-heading span 
{
    margin-bottom: 5px;
    font-size: 20px;
    color: #fb8b00;
    margin-bottom: 20px;
    font-weight: 600;
}
.newswrapper .media-left 
{
    padding-right: 50px;
}
.newswrapper .media-body .readBtn 
{
    border-color: #facc16;
    background-color: #facc16;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1;
    border-radius: 30px;
    width: 134px;
    padding: 10px 0 10px;
    display: inline-block;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    outline: none;
    margin-bottom: 20px;
}
.newswrapper .media-object 
{
    display: block;
    border: 1px solid #b9b9b9;
    padding: 4px;
}
.newswrapper .media-body .readBtn:hover 
{
  background-color: #ffffff;
   -webkit-transition: 350ms ease;
   transition: 350ms ease;
  -moz-transition: 350ms ease;
}
article {
  border-bottom: 1px solid black;
}
.hide {
  display: none;
}

/* news and events page */


/* about page css */
blockquote 
{
    padding: 10px 20px;
    margin: 0px 0 20px;
    font-size: 17.5px;
    border-left: none;
}
blockquote .blockquote-icon
{
   padding-bottom: 10px;
}
.imgWrapper 
{
    text-align: center;
    margin: 0 auto;
    margin-top: 53px;
}
.imgWrapper img 
{
    background: #f7f7f7;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(25, 25, 25, 0.4);
}
.profTxt 
{
   
    vertical-align: middle;
}
.whyBgwrap 
{
    background-image: url(../images/why-us-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}
.whyWrapper 
{
    text-align: center;
}
.whyWrapper img 
{
    text-align: center;
    margin: 0 auto;
    width: 50px;
}
.whyWrapper .img 
{
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90px;
    background: #fb8b00;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.whyWrapper .img:hover 
{
   background: transparent;
   border: 2px solid #fb8b00;
}
.whyBgwrap p 
{
    color: #ccc;
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 40px;
}
.whyWrapper p 
{
    color: #fff;
    line-height: 24px;
    font-size: 17px;
    min-height: 118px;
    font-weight: 300;
}
.whytxt span 
{
    border: 1px solid #0455a4;
    margin-right: 6px;
    border-radius: 4px;
    padding: 5px 12px;
    font-size: 17px;
    color: #2f2f2f;
    font-weight: 600;
}
.whyhead h3 
{
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ff9f29;
    font-weight: 600;
    border-bottom: 1px dotted #f3f3f3;
    padding-bottom: 6px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 28px;
}
.viewStyle 
{
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    color: #7a838d;
    height: 32px;
    line-height: 53px;
    position: relative;
    margin: 0 190px 46px 190px;
}
.viewStyle h5 
{
    display: inline-block;
    background: #fff;
    padding: 23px 21px;
    font-size: 16px;
    font-weight: 300;
}
.effect-2 
{
    color: #eea303;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
/* about page css */

/* products page css */
.tabber-fixed 
{
    position: fixed;
    top: 69px;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding: 15px 10px; 
}
.tabStyles .nav-tabs>li>a 
{
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #222;
    font-weight: 500;
    background: #f9f9f9;
    border: 1px solid #e2e2e2;
    padding: 10px 68px;
    font-size: 17px;
    font-weight: 500;
}
.tabStyles .nav-tabs>li.active>a,.tabStyles .nav-tabs>li.active>a:focus,
.tabStyles .nav-tabs>li.active>a:hover, 
.tabStyles .nav-tabs>li > a:hover 
{
    color: #151515;
    cursor: default;
    background-color: #fff;
    border-top: 3px solid #0055a5;
    border-bottom-color: #8e888800;
    border: 1px solid #e2e2e2;
    border-bottom-color: #8e888800;
    border-top: 3px solid #0055a5;
}
.tabStyles .tab-content 
{
    padding: 40px 0;
}
.tabStyles .tab-content img 
{
    display: block;
    margin-bottom: 30px;
}
.tagline1 
{
    background: #f9f9f9;
    padding: 10px 16px;
    border-left: 3px solid #fb6800;
    font-size: 17px;
    display: inline-block;
    background: #fb6800;
    font-weight: 500;
    margin: 29px 0;
    color: #fff;
}
/* products page css */

/* gallery css */
#service-provide
{
    padding: 80px 0;
    color: #333;
}
#service-provide h2
{
    color: #333;
}
.col-pic 
{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 7.5em;
    background: rgba(0, 0, 0, 0.2);
}
.col-pic p
{
    color:#fff;
    font-size:1.1em;
    text-transform:uppercase;
}
.col-pic h5 
{
    color: #f1f1f1;
    font-size: 16px;
    text-transform: uppercase;
    opacity: 0;
}
.col-pic:hover h5 
{
    opacity: 1;
}
.col-pic label
{
    width:100px;
    height:2px;
    display:block;
    background:#fff;
    border-radius:10px;
    margin: 0.5em auto;
}
.col-3
{
    position:relative;
    margin-bottom:1.5em;
    z-index: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2.2s ease-in-out;
    -moz-transition: all 2.2s ease-in-out;
    -ms-transition: all 2.2s ease-in-out;
    -o-transition: all 2.2s ease-in-out;
    transition: all 2.2s ease-in-out;
}
.col-3 a img
{
    -webkit-transition: all 2.4s ease-in-out;
    -moz-transition: all 2.4s ease-in-out;
    -ms-transition: all 2.4s ease-in-out;
    -o-transition: all 2.4s ease-in-out;
    transition: all 2.4s ease-in-out;
    height:320px;
    width:100%;
}
.col-3 a
{
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.col-3 a:hover img
{
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.col-3:hover .col-pic
{
    background:rgba(0, 0, 0, 0.59);
}
.padcol 
{
    padding-left:1px;
    padding-right:2px;
    margin-top: -17px;
}
.margright
{
    margin-right: -2px;
}
/* gallery css */

/* contact css */
.contactInfo p 
{
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #e8e8e8;
}
.contactInfo p a 
{
    color: #0455a4;
    text-decoration: none;
}
.contactInfo p span 
{
    display: block;
    font-size: 17px;
    font-weight: 600;
}
.contactInfo p i {
    width: 35px;
    height: 35px;
    background: #fb8b00;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    border-radius: 50%;
    border: 1px solid #fb8b00;
    font-weight: 600;
    margin-right: 6px;
}
.contactInfo p span a 
{
    color: #0455a4;
    text-decoration: none;
    font-weight: 500;
}
.contactInfo .email a
{
   text-decoration: none;
}
.socialLinks
{
   margin-top: 20px;
}
.socialLinks li a 
{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    background: #0759ad;
    color: #fbfbfb;
    font-size: 15px;
}
.socialLinks li a:hover
{
    background: #ececec;
    color: #0759ad;
}
.enquiry-form 
{
    background: #f7f7f7;
    overflow: hidden;
    padding: 35px 20px;
}
.enquiry-form input 
{
    height: 44px;
    border: 1px solid #e0e0e0;
    box-shadow: none;
}
.enquiry-form .form-control 
{
    font-size: 16px;
}
.enquiry-form .btn-default 
{
    color: #171717;
    background-color: #fb8b00;
    border-color: #afafaf;
    font-size: 17px;
    padding: 5px 30px;
    border-color: #f0f0f0;
    color: #ececec;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s ease, background .3s ease, border .3s ease;
    outline: none;
}
.enquiry-form .btn-default:hover
{
    transition:color .3s ease, background .3s ease, 
                border .3s ease;
    
    color: #fb8b00;
    background-color: #fff;
    border-color: #fb8b00;
}
.enquiry-form .btn-reset 
{
    background-color: #000000;
}
/* contact css */

/* about page css */
.visionmissnOuter .media 
{
    padding: 20px;
    min-height: 225px;
    vertical-align: middle;
    margin-bottom: 30px;
}
.visionmissnOuter .media .media-object 
{
    border-radius: 50%;
    display: inline-block;
}
.visionmissnOuter .media .media-body 
{
    padding: 10px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 17px;
    text-align: justify;
    font-weight: 300;
    line-height: 24px;
}
.visionmissnOuter .media .media-body ul
{
   margin:0;
   padding:0;
   margin-left: 20px;
}
.visionmissnOuter .media .media-body ul li
{
   font-weight: 400;
}
.visionmissnOuter .media.grn 
{
    background: #31ac63;
}
.visionmissnOuter .media.missionBox 
{
    background: #ba293f;
}
.visionmissnOuter .media.valueBox 
{
    background: #ef8203;
}
.visionmissnOuter .media .media-body p 
{
    color: #fbfbfb !important;
    font-weight: 400;
    line-height: 25px;
}
.visionmissnOuter
{
  text-align: center;
}
/* .visionBox, */
.visionBox h2, .missionBox h2, .valueBox h2 
{
    margin-bottom: 0px;
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 15px;
    border-bottom: 1px solid white;
    padding-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.imgstyleText 
{
    border: 1px solid rgba(237, 102, 3, 0.30196078431372547);
    text-align: center;
    margin-bottom: 26px;
}
.imgstyleText img 
{
    margin: 15px;
}
.imgstyleText:hover
{
   border: 1px solid #ed6603;
}
.imgstyleText h5 
{
    font-size: 18px;
    font-weight: 500;
    padding: 15px;
    color: #ffffff;
    background: #0455a4;
}
.imgstyleText p {
    font-size: 16px;
    padding: 10px;
    color: #333;
    font-weight: 400;
    line-height: 23px;
    min-height: 67px;
}
/* about page css */

/* client page */
.clientWrap {
    position: relative;
    min-height: 146px;
    text-align: center;
    margin: 0 auto;
    margin-top: 34px;
}
.clientWrap:after, .clientWrap:before 
{
    position: absolute;
    content: '';
    background: #dcdcdc;
}
.clientWrap:before 
{
    width: 150px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.clientWrap:after 
{
    width: 1px;
    height: 100px;
    right: -15px;
    top: 23px;
}
.clientsArea
{
   margin-bottom: 30px;
}
.cleientStyle
{
  margin: 0;
  padding: 0;
  list-style: none;
}
.cleientStyle li {
    border: 1px solid rgba(210, 210, 210, 0.3215686274509804);
    display: inline-block;
    padding: 25px 20px;
    width: 32%;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    border-left: 3px solid #0455a4;
    color: #212121;
    box-shadow: 0 5px 11px -6px #ececec;
    border-radius: 8px;
}
/* client page */


/* Large Devices, Wide Screens */
@media  screen and (max-width: 1680px)
{

   .iconsBox 
   {
      margin-bottom: 0px;
   }
   .contac .contactBg 
   {
     padding: 14px;
     margin: 25px;
     padding-top: 36px;
    }
}
@media  screen and (max-width: 1440px) 
{
  .productSection p 
  {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .productSection h3 
  {
    margin-bottom: 17px;
  }
  .productSection .iconBoxOuter h4 
  {
    font-size: 16px;
  }
  .container1 .text h3 
  {
    font-size: 18px;
    padding-bottom: 12px;
  }
  .mainMenu .navbar-right li 
  {
    margin-left: 27px;
  }
  .mainMenu .navbar-nav>li>a 
  {
    font-size: 16px;
   }
   .tabStyles .nav-tabs>li>a 
   {
    padding: 10px 27px;
    font-size: 17px;
   }
   .whyWrapper p {
    font-size: 16px;
    min-height: 150px;
   }
   .numberBox 
   {
    padding: 11px;
    min-height: 112px;
   }
   .numberBox h2 
   {
     font-size: 13px;
     line-height: 21px;
   }
   .leftEventsArea 
   {
      padding: 20px 20px;
   }
   div.ticker 
   {
      padding: 20px;
   }
   div.ticker 
   {
      height: 200px !important;
   }
   .blinkBtn 
   {
      margin: 10px 0;
   }
}
@media  screen and (max-width: 1366px) 
{ 
  .navbar-brand>img 
  {
    width: 270px;
  }
  .mainMenu .navbar-right li {
      margin-left: 26px;
  }
  .fill 
  {
    height: 553px;
  }
  #owl-demo .owl-prev {
    top: 20%;
   }
   #owl-demo .owl-next {
    top: 20%;
   }
   .container1 .text {
      top: 9%;
    }
    .container1 .text h3 {
      font-size: 17px;
   }
   .container1 .text ul li {
      font-size: 15px;
   }
   .container1 .text p {
       font-size: 16px;
   }
   .mainMenu .navbar-nav>li>a {
      font-size: 15px;
   }
   .visionmissnOuter .media 
   {
       padding: 10px;
   }
}
@media  screen and (max-width: 1280px) 
{  
   body 
   {
       font-size: 17px;
   }
   .mainMenu .navbar-right li 
   {
    margin-left: 23px;
   }
   .mainMenu .navbar-nav>li>a 
   {
      font-size: 15px;
   }
   .container1 .text 
   {
       top: 10%;
   }
   .navbar-brand>img 
   {
      width: 240px;
   }
   .tagline 
   {
      font-size: 22px;
      margin: 15px 0;
   }
   .serviceSection h4 
   {
       font-size: 16px;
   }
}
@media only screen and (max-width : 1200px) 
{
   .navbar-brand>img 
    {
       width: 225px;
    }
    .mainMenu .navbar-right li 
    {
       margin-left: 14px;
    }
    .iconsBox 
    {
       padding: 10px;
    }
    .container1 .text h3
    {
      padding-bottom: 7px;
       font-size: 16px;
    }
    .container1 .text h3 
    {
       margin-bottom: 2px;
    }
}
@media only screen and (max-width : 1199px) 
{ 
  .footlinks .socialArea li a {
    padding: 0 40px;
}
.container1 {
    margin-bottom: 20px;
 }
 .tabStyles .nav-tabs>li>a {
    padding: 10px 8px;
    font-size: 15px;
}
.serviceSection h4 {
    margin-bottom: 20px;
}
}
@media only screen and (max-width : 1024px) 
{ 
  .fill 
  {
    height: 450px;
  }
  .sticky 
  {
     position: static;
  }
  .navbar-brand>img 
  {
    width: 195px;
  }
  .mainMenu .navbar-right li 
  {
    margin-left: 23px;
  }
  .mainMenu .navbar-nav>li>a 
  {
    font-size: 15px;
  }
  .mainMenu .navbar-nav>li>a .btn 
  {
    font-size: 17px;
  }
  .container1 .text h3 
  {
    font-size: 20px;
  } 
  .container1 .text h3 
  {
    padding-bottom: 11px;
    margin-bottom: 0px;
  }
  .container1 .text p 
  {
    font-size: 16px;
    line-height: 27px;
  }
  .contac .socialArea li 
  {
    font-size: 15px;
    line-height: 25px;
    text-align: left;
   }
   .contac .contactBg 
   {
    padding: 30px;
   }
   .tabStyles .tab-content img 
   {
    width: 100%;
   } 
   .cleientStyle li 
   {
    width: 47%;
    font-size: 16px;
   }
   .footlinks .socialArea li a 
   {
      padding: 0 19px;
   }
   .whyWrapper p {
      min-height: 170px;
   }
   .blinkBtn 
   {
      padding: 4px 20px;
  }
   #owl-demo .item img
   {
      width:100%;
   }
   #ticker-roll h3
   {    
     font-size: 15px;
     margin: 15px 0 !important;
   }
   #ticker-roll h2
   {
      margin-bottom: 10px;
   }
   div.ticker 
   {
      height: 219px !important;
    }
    .contactsec h6
    {
       font-size: 16px;
    }
    .contac .contactBg 
    {
          padding: 27px 24px;
    }
    .visionmissnOuter .media .media-body 
    {
        font-size: 16px;
    }
    .visionmissnOuter .media .media-body 
    {
       padding: 2px;
    }
    .visionBox h2, .missionBox h2, .valueBox h2 
    {
      font-size: 16px;
    }
    .visionmissnOuter .media 
    {
       padding: 20px 10px;
    }
    .inner-page-banner-area, .inner-page-banner-area.contact,
    .inner-page-banner-area.gallery, .inner-page-banner-area.products,
    .inner-page-banner-area.news, .inner-page-banner-area.why,
    .inner-page-banner-area.team
    {
      height: 156px;
    }
    .inner-page-banner-area .banner-caption 
    {
     position: absolute;
     top: 40px;
    }
    .imgstyleText p {
      font-size: 15px;
    }
}
/* dropdown menu open on hover above 992 px */
@media (min-width: 992px){
    .navbar-nav > li.dropdown:hover .dropdown-menu 
    {
        display: block;
    }
}
/* breakpoint */
@media only screen and (max-width : 991px) 
{
        .navbar-brand>img 
        {
             width: 230px;
        }
        .navbar-nav .open .dropdown-menu 
        {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        .navbar-nav .open .dropdown-menu > li > a 
        {
            line-height: 20px;
        }
        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header 
        {
            padding: 5px 15px 5px 25px;
        }
        .dropdown-menu > li > a 
        {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
        }
        .navbar-header 
        {
            float: none;
        }
        .navbar-toggle 
        {
            display: block;
        }
        .navbar-collapse 
        {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }
        .navbar-collapse.collapse 
        {
            display: none!important;
        }
        .navbar-nav 
        {
            float: none!important;
            margin: 7.5px 50px 7.5px -15px
        }
        .navbar-nav>li 
        {
            float: none;
        }
        .navbar-nav>li>a 
        {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .navbar-text 
        {
            float: none;
            margin: 15px 0;
        }
        /* since 3.1.0 */
        .navbar-collapse.collapse.in 
        { 
            display: block!important;
        }
        .collapsing 
        {
            overflow: hidden!important;
        }
        .mainMenu .navbar-brand 
        {
             margin-left: 0 !important;
        }
        .mainMenu .navbar-right 
        {
    margin-top: 8px;
    margin-right: 0;
}
body 
{
  font-size: 17px;
}
.navbar-nav>li {
    border-bottom: 1px solid #f5f5f5;
}
.mainMenu .navbar-nav>li>a 
{
    padding: 8px 0;
    font-size: 14px !important;
}
.navbar-header 
{
    min-height: 83px;
}
.mainMenu .navbar-default 
{
    min-height: 79px;
} 
.navbar-toggle 
{
   margin-top: 23px;
   margin-right: 20px;
   border: 1px solid #000;
}
.mainMenu .navbar-nav>li>a .btn {
  margin-top: 0px;
}
.navbar-nav>li:last-child
{
    border-bottom: none;
}
#carousel-example-generic .carousel-control {
   font-size: 27px;
   line-height: 19px;
   padding: 10px 13px;
   width: 45px;
   height: 45px;
}
.fill 
{
    height: 325px;
}
#triangleleft 
{
    border-top: 118px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 137px solid #fb8b00bd;
 }
 #triangleleft div 
 {
    margin: -57px 0 0 88px;
    font-size: 43px;
  }
  .productSection .iconBoxOuter {
    margin-top: 18px;
    margin-bottom: 20px;
   }
   .popart-btn 
   {
    font-size: 13px;
    width: 155px;
    padding: 12px 0 12px;
   }
   .container1 .text {
      top: 29%;
   }
    .commanHead h2 {
      font-size: 29px;
    }
    .footlinks {
       text-align: center;
    }
    .footlinks .socialArea {
       float: none;
       text-align: center;
    }
    .footlinks p {
      margin-bottom: 4px;
      text-align: center;
    }
    .footlinks 
    {
      padding-bottom: 10px;
      padding-top: 10px;
    }
    .abouttxt
    {
        text-align: center;
    }
    .container1 {
       margin-bottom: 20px;
    }
    .inner-page-banner-area .banner-caption h1
    {
       font-size: 25px;
    }
    #InternalPageArea h3 {
      font-size: 20px;
    }
    .visionBox h2, .missionBox h2, .valueBox h2 
    {
       font-size: 20px;
    }
    .tabStyles .tab-content img {
     width: 100%;
    }
    .tabStyles .nav-tabs>li>a {
       font-size: 16px;
    }
    .tabStyles .nav-tabs>li>a {
      font-size: 16px;
       padding: 10px 8px;
    }
    #InternalPageArea {
    padding-top: 20px;
    padding-bottom: 30px;
   }
   .contactInfo 
   {
    margin-bottom: 30px;
    text-align: center;
   }
   .footlinks .socialArea li a {
      padding: 0 24px;
    }
    .numberBox {
    margin-bottom: 30px;
   }
   .iconsBox 
   {
      min-height: 254px;
   }
   .captionWrapper h5 
   {
      font-size: 14px;
   }
   .sticky 
   {
     position: relative;
   }
   .tabber-fixed 
   {
    position: relative;
  }
  .tabStyles .nav-tabs>li.active>a, .tabStyles .nav-tabs>li.active>a:focus,
   .tabStyles .nav-tabs>li.active>a:hover 
   {
    border-top: 1px solid #0055a5;
  }
  .productSection h3 
  {
    font-size: 26px;
    line-height: 38px;
   }
   .whyicons {
    padding-top: 16px;
    padding-bottom: 30px;
  }
  .productSection .leftSection 
  {
    min-height: inherit;
  }
  .tagline 
  {
    font-size: 20px;
   }
   .abouttxt 
   {
     font-size: 19px;
    }
    .col-3 a img 
    {
    height: 295px;
   }
   .imgstyleText 
   {
      margin-bottom: 20px;
  }
  .whyWrapper p 
  {
    min-height: 100px;
}
.mainMenu .navbar-nav>li>a .caret
{
   display: inline-block;
}
.contactsec 
{
    right: 25%;
    left: 25%;
}
.contac .socialArea li 
{
    font-size: 15px;
}
.newswrapper .media-heading span 
{
    display: block;
}
.hrWrapper 
{
    padding: 19px;
}
.contac 
{
    background-position: 100% 100%;
}
.contac .contactBg 
{
    margin: 13px;
}
}

@media only screen and (max-width : 768px) 
{ 
   .tabStyles .nav-tabs>li 
   {
    width: 100%;
    text-align: center;
   }
   .tabStyles .nav-tabs>li.active>a, .tabStyles .nav-tabs>li.active>a:focus, 
   .tabStyles .nav-tabs>li.active>a:hover {
    border-top: 1px solid #0055a5;
    }
   .tagline1 {
      font-size: 19px;
   }
   .newswrapper .media-left {
     padding-right: 0;
     display: block;
     margin-bottom: 20px;
   }
   .navbar-brand>img 
   {
    width: 220px;
   }
   .tagline 
   {
      font-size: 17px;
   }
   .inner-page-banner-area .banner-caption 
   {
     top: 30px;
   }
}
@media only screen and (max-width : 767px) 
{ 
   .fill 
   {
       height: 250px;
    }
   .tagline 
   {
     font-size: 18px;
     text-align: center;
   }
    p 
    {
      text-align: justify;
      line-height: 25px;
    }
    .container1 .text {
       top: 25%;
    }
    .contac .contactBg {
       padding: 20px;
    }
    .footlinks .socialArea li a 
    {
      font-size: 15px;
    }
    .scroll-top 
    {
      padding: 6px 8px;
      right: 13px;
      font-size: 12px;
    }
    .contac 
    {
       background-position: 100% 100%;
    }
    .inner-page-banner-area .banner-caption 
    {
      top: 30px;
      left: 15px;
      right: 15px;
    }
    #InternalPageArea {
    padding-top: 20px;
    padding-bottom: 20px;
   }
   #InternalPageArea h3 {
        margin: 20px 0;
    }
    .tabStyles .tagline1 
   {
       font-size: 20px;
   }
   #InternalPageArea h3 
   {
      margin: 20px 0;
   }
   .contactBtn 
   {
       width: 100%;
   }
   .contactBtn a 
   {
      width: 100%;
      text-align: center;
   } 
   .contactBtn {
    width: 100%;
    left: 0;
   }
   .enquiryOuter {
    right: 0;
    padding: 9px 14px;
    text-decoration: none;
    z-index: 99;
    font-size: 16px;
    font-weight: 500;
    bottom: 0;
    border-radius: 0;
    width: 50%;
    text-align: center;
}
.clientWrap:after 
{
   display: none;
}
.clientWrap 
{
  min-height: 131px;
  margin-top: 28px;
}
.cleientStyle li {
    width: 100%;
    font-size: 17px;
    padding: 18px 20px;
}
.numberBox h2 
{
    font-size: 17px;
}
.productSection p 
{
    font-size: 17px;
    line-height: 24px;
}
.whytxt 
{
    line-height: 26px;
    text-align: justify;
    padding: 0;
}
.iconsBox 
{
    min-height: auto;
}
.numberBox h2 
{
    font-size: 15px;
}
.whyoutr
{
    margin-bottom: 30px;
}
.abouttxt 
{
   font-size: 19px;
}
.visionmissnOuter .media .media-body 
{
    min-height: inherit;
}
.whyoutr ul li 
{
  font-size: 15px;
}
.popart-btn 
{
    width: 148px;
    padding: 11px 0 11px;
}
.viewStyle 
{
    margin: 0 0px 46px 0px;
}
.contac .socialArea li 
{
    font-size: 15px;
    line-height: 20px;
}
.whyBgwrap p 
{
  font-size: 18px;
  margin-bottom: 19px;
}
.whyWrapper p 
{
    min-height: inherit;
    margin-bottom: 34px;
    text-align: center;
    font-size: 16px;
}
.enquiry-form .form-control 
  {
    font-size: 14px;
    height: 40px;
  }
  .imgstyleText p 
  {
    text-align: center;
 }
.newswrapper .media-object 
{
    width: 100%;
}
.footlinks .socialArea li a 
{
    padding: 0 13px;
}
.visionmissnOuter .media 
{
    min-height: auto;
}
.visionBox h2, .missionBox h2, .valueBox h2 
{
    font-size: 18px;
}
.tagline1
{
    margin: 10px 0;
}
.imgstyleText p 
{
  min-height: inherit;
}
.contactInfo p 
{
    text-align: center;
}
}
@media only screen and (max-width : 576px) 
{ 
  .mainMenu .navbar-nav>li>a {
    font-size: 13px;
   }
  .navbar-brand>img {
    width: 220px;
   }
   .whyicons 
   {
      padding-bottom: 0;
   }
   .contac .socialArea li span 
   {
      border-right: none;
   }
  .navbar-header {
    min-height: 73px;
  }
  .contac .socialArea li 
  {
    text-align: center;
   }
   .contac .socialArea li span 
   {
     border-right: none;
     margin-right: 0;
     padding-right: 0;
   }
  .mainMenu .navbar-nav>li>a 
  {
    padding: 7px 0;
  }
  .mainMenu .navbar-nav>li>a .btn 
  {
    font-size: 14px;
  }
  .contac .socialArea li span 
  {
    display: block;
  }
  .contac .socialArea 
  {
    text-align: center;
  }
  .contac .socialArea li 
  {
    margin-bottom: 18px;
  }
  .inner-page-banner-area .banner-caption h1 
  {
    font-size: 21px;
  }
  .inner-page-banner-area 
  {
     height: 168px;
   }
   .container1 .text h3 
   {
    font-size: 16px;
    line-height: 23px;
   }
   .contac .socialArea li 
   {
    font-size: 15px;
   }
   .contac .socialArea li i 
   {
     margin-right: 0;
      margin-bottom: 10px;
   }
   .navbar-collapse .navbar-nav.navbar-right .dropdown-menu li a 
   {
    font-size: 14px;
   }
}
@media only screen and (max-width : 480px) 
{ 
  .footlinks .socialArea li a 
  {
      font-size: 14px;
  }
  .navbar-brand>img 
  {
     width: 200px;
  }
  .icnOuter img 
  {
    margin-bottom: 4px;
    width: 140px;
  }
  .whyoutr ul li 
  {
    font-size: 14px;
  }
  .count 
  {
     font-size: 25px;
   }
  .numberBox h2 
  {
    font-size: 14px;
  }
  .ticker p span
  {
    display: none;
   }
   .captionWrapper h5 
   {
    font-size: 13px;
    line-height: 19px;
   }
  .fill 
  {
    height: 190px;
  }
  #triangleleft 
  {
    border-top: 69px solid transparent;
    border-right: 77px solid #fb8b00bd;
  }
  #triangleleft div 
  {
    margin: -37px 0 0 43px;
    font-size: 35px;
  }
  .tagline 
  {
    font-size: 15px;
    line-height: 24px;
  }
   .popart-btn 
   {
      margin-top: 10px;
   }
   .container1 .text {
    top: 8%;
  }
  #owl-demo .owl-prev {
    top: 40%;
  }
   #owl-demo .owl-next {
    top: 40%;
  }
  .productSection h3 {
    font-size: 23px;
    line-height: 30px;
   }
  .padd-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .inner-page-banner-area .banner-caption 
  {
    top: 24px;
  }
 .inner-page-banner-area .banner-caption p 
 {
    font-size: 15px;
    display: none;
  }
  .imgstyleText h5 
  {
    font-size: 17px;
   }
   .tabStyles .nav-tabs>li
   {
      width: 100%;
   }
   .tabber-fixed 
   {
    position: relative;
    top: 0;
   }
   .tabStyles .tab-content {
    padding: 10px 0;
   }
   .enquiryOuter 
   {
      font-size: 12px;
   }
   .contactBtn a 
   {
      font-size: 12px;
    }
    .ticker h2 {
      font-size: 16px;
    }
    .ticker p {
      font-size: 15px;
    }
    .contactBtn a {
     padding: 5px 16px;
    }
   .enquiryOuter {
      padding: 5px 14px;
    }
    .footlinks .socialArea li a {
      padding: 0 9px;
    }
    .footlinks {
      padding-bottom: 41px;
   }
    blockquote 
    {
      padding: 10px 0px;
    }
    .enquiry-form {
       padding: 23px 7px;
    }
    .contactInfo p 
    {
      margin-bottom: 20px;
      font-size: 16px;
    }
   .contactInfo p strong {
      margin-bottom: 3px;
      display: block;
    }
    #InternalPageArea h3 {
       font-size: 20px;
   }
    .productBg {
       height: 240px;
    } 
    .tagline1 {
      font-size: 16px;
      line-height: 22px;
    } 
   .abouttxt {
     font-size: 18px;
    }
    .newswrapper .media-heading span {
     font-size: 15px;
    }
    .newswrapper .media-heading {
      font-size: 14px;
    }
    .newswrapper .media-body .readBtn {
      font-size: 13px;
    }
    .commanHead h2 {
      font-size: 24px;
   }
   .Socialicons
   {
     display: none;
   }
   .serviceSection h4 {
    font-size: 15px;
   }
   .contactsec {
    top: -26px;
    right: 10%;
    left: 10%;
    padding: 8px;
    left: 10%;
   }
   .contactsec h6 {
    font-size: 16px;
    }
    .breadcrumb {
    text-align: left;
    }
   .breadcrumb li 
   {
    font-size: 13px;
   }
   .inneWrapper p b
   {
     display: block;
  }
  #ticker-roll h2 span
  {
    margin-right: 0px;
  }
  #ticker-roll h3
  {
     margin:12px 0 !important;
  }
  #InternalPageArea 
  {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .visionBox h2, .missionBox h2, .valueBox h2 
  {
    font-size: 16px;
    text-align: center;
  }
  .visionmissnOuter .media .media-body p 
  {
    text-align: center;
  }
  .visionmissnOuter .media {
    padding: 10px 10px;
}
  .inner-page-banner-area.why 
  {
     background-size: 100% 100%;
     height: 130px;
  }
  .inner-page-banner-area.team
  {
     background-size: 100% 100%;
     height: 130px;
  }
  .inner-page-banner-area.products 
  {
    background-size: 100% 100%;
     height: 130px;
  }
  .inner-page-banner-area.news
  {
     background-size: 100% 100%;
     height: 130px;
  }
  .visionmissnOuter .media .media-body 
  {
    display: block;
    width: 100%;
    padding-top: 15px;
  }
   .visionmissnOuter .media-left 
   {
     display: block;
   }
   .whytxt span {
    display: block;
    margin-bottom: 10px;
}
}
@media only screen and (max-width : 375px) 
{ 
  .fill 
    {
        height: 160px;
   }
   .contac .socialArea li 
   {
      font-size: 14px;
   }
   .captionWrapper 
   {
     bottom: -46px;
     left: 30px;
     right: 30px;
   }
  .whytxt span 
  {
    display: block;
    margin-bottom: 10px;
  }
  .whyheadStyle h5 
  {
    padding: 10px 27px;
    line-height: 23px;
   }
   div.ticker 
   {
      padding: 16px;
    }
    div.ticker {
      height: 205px !important;
    }
   .serviceSection h4 {
    font-size: 14px;
    text-align: left;
  }
   .container1 .text p 
  {
     display: none;
   }
   .container1 .text ul
   {
     display: none;
   }
   .blinkBtn 
   {
      font-size: 15px;
    }
    #InternalPageArea h3 
    {
       font-size: 18px;
    }
    .inner-page-banner-area, .inner-page-banner-area.contact,
    .inner-page-banner-area.gallery, .inner-page-banner-area.products,
    .inner-page-banner-area.news, .inner-page-banner-area.why,
    .inner-page-banner-area.team
    {
       height: 110px;
    }
    .imgstyleText h5 
    {
      font-size: 17px;
       padding: 10px;
    } 
    .tabStyles .nav-tabs>li>a 
    {
       font-size: 14px;
    }
}

@media only screen and (max-width : 371px) 
{ 
  #owl-demo .owl-prev 
  {
    top: 29%;
  }
   #owl-demo .owl-next 
  {
    top: 29%;
  }
  .col-3 a img 
  {
     height: auto;
  }
  .col-pic
  {
      padding-top: 4.5em;
   }
   .enquiry-form .btn-default 
   {
     font-size: 15px;
     padding: 5px 23px;
   }
   .ticker h2 span
   {
      display: block;
      margin-bottom: 10px;
    }
   .footlinks p a {
      display: block;
   }
   .container1 .text p 
  {
    display: none;
   }
   .container1 ul
  {
    display: none;
   }
   .col-3 a img {
   height: 220px;
  }
  .cleientStyle li {
    font-size: 16px;
  }
  .whytxt span {
    margin-right: 0px;
    font-size: 15px;
    display: block;
    margin-bottom: 6px;
   }
   .whyheadStyle {
     height: 47px;
   }
   div.ticker {
      height: 237px !important;
    }
    .captionWrapper h5 
    {
      font-size: 12px;
    }
}
@media only screen and (max-width : 320px) 
{ 
   .viewStyle h5 
   {
     padding: 9px 6px;
     font-size: 16px;
   }
   .imgstyleText p 
   {
      font-size: 14px;
   }
}