/*
Bootstrap Image Carousel Slider with Animate.css
Code snippet by Hashif (http://hashif.com) for Bootsnipp.com
Image credits: unsplash.com
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');

/*--Global Styles--*/
h1,h2,h3 {font-family: 'Montserrat', sans-serif;}
p,ul,li{font-family: 'Montserrat', sans-serif;}
html ,body{
  height: 100%;
}

.mt120 {margin-top: 120px;}

/********************************/
/*          Main CSS     */
/********************************/


.navbar .logo img
{
  display: block;
  margin: auto auto;
}

.navbar a{color: #000; text-decoration: none;}

.navbar-right
{
  margin-top: 30px;
}

#first-slider .main-container {
  padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3, #first-slider .slide5 h3{
      color: #2F2483;
      font-size: 20px;
      text-transform: uppercase;
      font-weight:700;
      margin-top: 5px !important;
      margin-bottom: 5px !important;
}

#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 500px;
  height: auto;
  width:100%;
}

div .carousel-inner{
height: 100%;
}


.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
    border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}


.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: 999;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;

}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
    background-image: url("../../images/slider3.jpg");
      background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#first-slider .slide2 {
  background-image: url("../../images/slider18.jpg");
      background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide3 {
      background-image: url("../../images/slider-19.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: bottom;
}
#first-slider .slide4 {
  background-image: url("../../images/slidel1.jpg");
      background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
#first-slider .slide5 {
  background-image: url("../../images/slidel2.jpg");
      background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}



/* ------------- Navbar -----------------*/

.navbar-default
{
  background-color: #FFF;
  border-bottom:1px solid #CCC !important;
  color:#fff;
  border: none;
  padding: 15px;
}

.navbar .navbar-brand
{
  color: #FFF;
  font-weight: 600;
  font-size: 38px;
}

.navbar .collapse ul li a{
  color: #000;
  font-weight:500;
  text-transform: uppercase;
}



.navbar .collapse .nav ul li:hover{
  background-color: #000;
  color: #fff;
}

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background:#2f3394;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

.navbar-toggle .icon-bar
{position: relative; transition: all 500ms ease-in-out;}

.navbar-toggle .icon-bar:nth-of-type(1){}
.navbar-toggle .icon-bar:nth-of-type(2){top: 1px;}
  .navbar-toggle .icon-bar:nth-of-type(3){top: 2px;}

    .navbar-toggle.active .icon-bar:nth-of-type(1){ top: 6px; transform: rotate(45deg);}
    .navbar-toggle.active .icon-bar:nth-of-type(2){background-color: transparent;}
    .navbar-toggle.active .icon-bar:nth-of-type(3){ top: -6px; transform: rotate(-45deg);}


/*-------------- Section2 here ----------------*/

.section2
{
  color: #fff;
  background-color: #323699;
}

.about{}
.about .heading{font-weight: 700; font-size: 24px; text-transform: uppercase;}
.about .content{}
.caption {
  position: absolute;
  bottom: 10%;
  left:5%;
  padding: 20px;
  background:#FFF;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  z-index:999 !important;
  border-radius:5px;
}
.PTB-30
{
  padding-top: 30px;
  padding-bottom: 30px;
}

.PTB-80
{
  padding-top: 80px;
  padding-bottom: 80px;
}



/*-------------- Section3 here ----------------*/
#section3 h3
{
  margin-bottom: 20px;
}


#section3 h1
{
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.border-down { border-bottom:2px solid #222;}

#section3 #first
{
  color: #2f3394;
  font-weight: bold;
  font-size: 26px;
}

#section3 #second
{
  color: #ee018f;
  font-weight: bold;
  font-size: 26px;
}




.links .links-heading a{text-decoration: none; font-size: 22px; font-weight: 600; text-transform: uppercase; color: white;}
.links .box{border: 1px solid #ddd; padding: 15px;}
.links .blue-box{border-left: 5px solid #2f3394;}
.links .pink-box{border-left: 5px solid #ee018f;}
.links .icon{font-size: 30px;}
.links .content{width: 100%; height: 100%;}
.links{padding-bottom: 120px;}
.links .info{padding-top: 25px; }
.links p{font-family:'Roboto', sans-serif; font-size: 15px; color: #666;}
.links .color{color: #000;}
.links span{display: block; height: 30px; width: 30px;  background-color:#000; float:left;}


.PLR-30
{
  padding-left: 30px;
  padding-right: 30px;
}

.PTB-50
{
  padding-top: 50px;
  padding-bottom: 50px;
}


#blue-square
{
  background-color: #2f3394;
}

#pink-square
{
  background-color: #ee018f;
}

/*------------- Section4  here ----------------*/

#section4
{
  background:url(../../images/back.jpg);
  background-size: cover;
  background-attachment: fixed;
}

#section4 h2
{
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 30px;
  color:#EEE;
}

.products .description{text-align: center; padding-top: 20px; }
.products img{padding-bottom: 20px;}
.products .description p{ text-transform: uppercase; font-family: 'Roboto', sans-serif; padding-bottom: 10px; text-align: center; font-size: 17px;}
.products .box{padding-bottom: 20px; margin-bottom: 30px; background-color: #fff;border-radius:3px;}
.products .btn{border-radius: 45px; background-color:#2f3394; color: #fff; font-weight: bold; font-family: 'Roboto', sans-serif; border: none;}


/*------------- FOOTER here ----------------*/

 #footer
 {
   background-color:#222;
   color: #fff;
 }

 #footer h3
 {
   font-size: 16px;
   font-weight:700;
   letter-spacing: 1px;
   padding-bottom: 15px;
 }

.footer .footer-menu li {list-style: none; margin-bottom: 15px;font-weight: 500; display: inline-block;text-transform: uppercase; font-size: 11px; text-decoration: none; font-family: 'Roboto', sans-serif; margin-top: 10px;}

.footer .footer-menu-link li a{text-decoration: none; color: #fff;  border: 1px solid #fff; padding:11px; margin-right: 45px; border-radius:3px; margin-top: 2px;}
.footer .footer-para p{font-family: 'Roboto', sans-serif; }

.footer .social-links li{list-style: none; color: #fff; display: inline-block; margin-right: 25px; margin-bottom: 20px;}

.footer .social-links li a{text-align: center; display: block; color: #fff; font-size: 20px; height: 45px; width: 45px; border-radius: 50%; border: 2px solid #fff; line-height: 45px;}

.footer .footer-text a{text-decoration: none; color: #fff; font-weight: bold;}


.PTB-40
{
    padding: 40px 40px;
}

.PTB-20
{
  padding: 20px 20px;
}

#footer .footer-text{
  color: #fff;
  text-decoration: none;
}
#footer .footer-text span a:hover{text-decoration: underline;}

/* -------- FOR 786px SCREENS---------------*/

@media screen and (max-width:767px)
{

.MB-10
{
  margin-bottom: 15px;
}

#section2 .heading{padding-bottom: 25px; text-align: center;}
.navbar{text-transform: uppercase;}
.navbar .collapse ul li{padding: 0; margin: 0;}

}

@media screen and (max-width:960px)
{
  .MB-10
  {
    margin-bottom: 10px;
  }

  #section4 .box{
    margin: auto;
    margin-bottom: 20px;
  }
}

/*-- Bavesh Inner Pages --*/
.inner-head {
  background:#2B2081;
}

.inner-head h1 { color:#FFF; font-weight: 400; font-size: 26px;}

.abt-box {
 padding:25px;
}

.abt-image
{
  background:url("../../images/about.jpg");
  background-size:cover;
}

.no-pad-left {padding-left: 0px; }
.no-pad-right {padding-right: 0px;}


.abt-box p
{
  font-size:20px;
  letter-spacing: 1px;
}

.abt-box ul
{
  margin-top: 20px;
  margin-left: -20px;
}

.abt-box ul li
{
  font-size:20px;
  line-height:32px;
}

.row-eq-height
{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

#header-animation{margin-top: 90px;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {background-color:#271C7E; border-radius: 3px; color:#FFF;}
.navbar-nav > li > a {padding-top: 7px; padding-bottom: 5px;}

.download { display: block; background-color: #FFF; padding: 10px; margin-top: 20px; padding-top: 30px; padding-bottom: 30px;text-align: center; text-decoration: none; font-family: 'Montserrat', sans-serif;}
.download img{display: block; margin: auto auto; }
.download:hover {text-decoration: none;}

.PTB-15
{
  padding-top: 15px;
  padding-bottom: 15px;
}

#section3 .imp {font-size: 22px; color:#FFF; font-weight:400;}

/*-- Contact Section --*/
section#contact {
    background-color: #FFF;
    background:url('../../images/contact-bck.jpg');
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
}

section#contact .section-heading {
    color: #222;
}
section#contact .form-group {
    margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}
section#contact .form-group input.form-control {
    height: auto;
}
section#contact .form-group textarea.form-control {
    /* height: 236px; */
    height: 125px;
}
section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
.gellary_bg_none img{
	width: 100%;
	height: 250px;
}
section#contact :-moz-placeholder {
    /* Firefox 18- */
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact :-ms-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #eeeeee;
}
section#contact .text-danger {
    color: #e74c3c;
}

.about_our_company{

}
.about_our_company h1{
    font-size: 32px;
    color:#2F2483;
}
.titleline-icon {
    position: relative;
    max-width: 100px;
    border-top: 4px double #F99700;
    margin: 20px auto 20px;
}
.titleline-icon:after {
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'FontAwesome';
    content: "\f141";
    font-size: 20px;
    line-height: 1;
    color: #F99700;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    height: 20px;
    background: #ffffff;
}


/*Slide in Slide Out*/
#slideout_call {
    left: 0;
    width: 35px;
    padding: 5px 0;
    text-align: center;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    z-index: 9999;
}
#slideout_inner_call {
    left: -200px;
    width: 200px;
    padding: 10px;
    height: 210px;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    -o-transition-duration: .3s;
    text-align: left;
}
#slideout_call:focus, #slideout_call:hover {
    left: 200px;
}
#slideout_call:focus #slideout_inner_call, #slideout_call:hover #slideout_inner_call {
    left: 0;
}
#slideout_call, #slideout_inner_call {
    top: 200px;
    background: #39a459;
    position: fixed;
}

/*-Form-*/
form_main {
    width: 100%;
}
.form_main h4 {
    font-family: roboto;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 20px;
    text-transform: uppercase;
}

.form {
    border-radius: 7px;
    padding: 6px;
}
.txt[type="text"] {
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 10px 0 10px 5px;
    width: 100%;
    color:#666;
}
.txt_3[type="text"] {
    margin: 10px 0 0;
    padding: 10px 0 10px 5px;
    width: 100%;
    color:#666;
}
.txt2[type="submit"] {
    background: #EE018F none repeat scroll 0 0;
    border: 1px solid #4f5c04;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 35px;
    margin: 10px 0;
    padding: 0;
    text-transform: uppercase;
    width: 30%;
}
.txt2:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #5793ef;
    transition: all 0.5s ease 0s;
}

.inner-head-image-about { background:url(../../images/about-head.jpg) no-repeat; height: 350px; background-position: right }

.mission {background:url(../../images/mission.jpg) no-repeat; height: 180px; background-position: center; margin-bottom: 30px;}

.product-head {background:url(../../images/product-head.jpg) no-repeat; height: 350px; background-position: center; margin-bottom: 30px;}
.mt50 {margin-top:50px;}
.mt80 {margin-top:80px;}
.mtb50 {margin-top:50px;margin-bottom:50px;}
.mtb25 {margin-top:25px;margin-bottom:25px;}
.blue-font {color:#3d107b;}
.pink-font {color:#e3007a;}
.white-font {color:#FFF;}
.blue-bck {background:#3d107b;}
.outline {border:1px solid #CCC;}
.outline-pink {border:1px solid #e3007a;}
.outline-blue {border:1px solid #3d107b;}
.brk1 {background:url(../../images/paper.jpg) no-repeat; height: 300px; background-position: center; }
.brk2 {background:url('../../images/mission.jpg') no-repeat; height: 300px; background-position: center; }

.inner-head-image-vision { background:url('../../images/vision-head.jpg') no-repeat; height: 350px; background-position: center; background-size: cover;}

.inner-head-image-contact { background:url('../../images/contact-us.jpg') no-repeat; height: 350px; background-position: center; background-size: cover;}


.bigpara { font-size: 25px !important;}
hr {border-top:1px solid #aaa;}

.med-box
{
  background:#fff;
  border:1px solid #CCC;
  padding: 10px;
  height:450px;
  margin-bottom:30px;
}

.med-box p
{
    font-weight: 400;
    color:#222;
}
.med-box h3 { font-size:18px;  color: #3d107b;}

.med-box-big
{
  background:#FFF;
  border:1px solid #CCC;
  padding: 10px;
  height:650px;
  margin-bottom:30px;
}

.med-box-big p
{
    font-weight: 400;
    color:#222;
}
.med-box-big h3 { font-size:18px;  color: #3d107b;}


.tab-content
{
  border:1px solid #CCC;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover
{
  background-color:#f955af;
  color:#FFF;
}

.navbar-nav > li > .dropdown-menu {margin-top:4px;}

.contact-block {background:#fafafa; border:1px solid #CCC; padding:20px; border-radius:3px;}
.contact-block h1 {color:#2F2483;}
.btn-custom {background:#2B2081; color:#FFF; padding: 10px 60px;}
.btn-custom:hover { color:#FFF;}
.socials { width: 40px; height:40px; border-radius:50%; border:2px solid #2F2483; color:#2F2483; display: block; float:left; margin-right: 20px; font-size: 25px; text-align: center; line-height: 40px;}

/* Added by sunil kute 08-06-2018 --Start --*/
.parsley-errors-list {padding-left: 0 !important;list-style-type: none;
     color: #fd0804 !important;font-size: 12px;margin-left: 0}
.captcha{
  margin: 10px 0 0;
  padding: 10px 0 10px 5px;
}
