body

{

  margin: 0 auto;

  padding: 0;

  font-family: 'Lato', sans-serif;

  font-size: 14px;

  max-width: 1366px;

  color:#424242;

  letter-spacing: 1px;

  /*  overflow-y: scroll !important */

}

/*------------general------------*/



a{

  text-decoration: none !important;

  outline: none !important;

}

.rm-padding

{

  padding: 0;

  }.rml-padding

  {

    padding-left: 0;

  }

  .rmr-padding

  {

    padding-right: 0;

  }

  .rmr-margin

  {

    margin-right: 0;

  }

  .overlay

  {

    position: absolute;

    z-index: 9;

    top: 0;

    bottom:0;

    left: 0;

    right: 0;

    background: rgba(0,0,0,.35);

  }

  .black_overlay

  {

    position: absolute;

    z-index: 9;

    top: 0;

    bottom:0;

    left: 0;

    right: 0;

    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);

    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);

    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );

  }

  

  .readmore_btn {

    display: inline-block;

    position: relative;

    margin-top: 26px;

    padding: 5px 40px 5px 10px;

    background: #115CC0;

    color: #fff;

    font-size: 13px;

    text-transform: capitalize;

    transition: all ease-in-out .7s;

    -webkit-transition: all ease-in-out .7s;

    border: 1px solid #fff;

    border-radius: 18px;

  }

  .readmore_btn i {

    position: absolute;

    width: 30px;

    top: 0;

    right: 0;

    bottom: 0;

    text-align: center;

    padding: 8px 0;

    border-left: 1px solid #fff;

  }

  .readmore_btn:hover

  {

    background: #fff;

    color: #115CC0;

    border-color: #115CC0;

  }

  .readmore_btn:hover i

  {

    border-color: #115CC0;

  }

  .goog-te-gadget .goog-te-combo {

    margin: 2px 0 !important;

    background-color: rgba(255,255,255,.5);

    height: 25px;

    border-radius: 20px;

  }

  .goog-te-combo

  {

    margin: 0;

    padding: 0 15px;

    border: 1px solid rgba(255,255,255,.2);

    color: #111;

  }

  .goog-te-gadget .goog-te-combo option{

   color: #115CC0;

 }

 .goog-logo-link/*,.goog-te-banner-frame*/

 {

  display: none !important

}

.goog-te-gadget {

  font-size: 0px !important;

}

/*--------Fonts-----------*/

@font-face {

  font-family: 'Josefin Sans';

  src: url('../fonts/Josefin.eot');

  src: url('../fonts/Josefin.eot') format('embedded-opentype'),

  url('../fonts/Josefin.woff2') format('woff2'),

  url('../fonts/Josefin.woff') format('woff'),

  url('../fonts/Josefin.ttf') format('truetype'),

  url('../fonts/Josefin.svg#Josefin') format('svg');

}

@font-face {

  font-family: 'Fjalla One';

  src: url('../fonts/FjallaOne.eot');

  src: url('../fonts/FjallaOne.eot') format('embedded-opentype'),

  url('../fonts/FjallaOne.woff2') format('woff2'),

  url('../fonts/FjallaOne.woff') format('woff'),

  url('../fonts/FjallaOne.ttf') format('truetype'),

  url('../fonts/FjallaOne.svg#FjallaOne') format('svg');

}

@font-face {

  font-family: 'Quicksand';

  src: url('../fonts/Quicksand.eot');

  src: url('../fonts/Quicksand.eot') format('embedded-opentype'),

  url('../fonts/Quicksand.woff2') format('woff2'),

  url('../fonts/Quicksand.woff') format('woff'),

  url('../fonts/Quicksand.ttf') format('truetype'),

  url('../fonts/Quicksand.svg#Quicksand') format('svg');

}

/*------------general row------------*/

.gen_row

{

 display: block;

 position: relative;

 margin: 0;

 padding: 70px 0;

 width: 100%;

 background: #fff;

}

.main_heading

{

  display: inline-block;

  position: relative;

  font-size: 1.8em;

  color: #111;

  font-family: 'Josefin Sans';

  text-transform: capitalize;

  font-weight: 600;

  margin: 10px 0 30px;

  padding: 7px 0px;

  line-height: 1.2;

  letter-spacing: 1px;

  

}

.main_heading span

{

  color: #115CC0;

}



.video_block

{

  display: block;

  overflow: hidden;

  width: 100%;

  height: 100vh;

  position: relative;

  background: url('../../images/eyeBG1.jpg') center center / cover no-repeat;

}

.o_img

{

  padding: 5px;

  border: 1px solid #ccc;

}

/*------------top-row--------------*/

.top_row

{

  display: block;

  position: absolute;

  z-index: 999;

  top: 0;

  left: 0;

  width: 100%;

  min-height: 20px;

  background: transparent;

  margin: 0;

  padding: 0;

  overflow: hidden;

}

.h_block {

  display: block;

  float: right;

  list-style-type: none;

  margin: 0;

  padding: 0;

  border-collapse: collapse;

}

.h_block li {

  display: block;

  float: left;

  padding: 10px;

  color: #fff;

  font-family: 'Didact Gothic', sans-serif;

  font-size: 13px;

  letter-spacing: 1.2px;

  text-shadow: 1px 2px 2px rgba(0,0,0,.4);

}

.h_block li i

{

  margin-right: 5px;

}

.h_block li a

{

  color: #fff;

}

.h_block li a:hover

{

  color: #39C367;

}

.top_row .social-link {

  position: relative;

  display: block;

  margin: 5px 10px 0 0;

  z-index: 1;

}

.top_row .social-link a {

  display: inline-block;

  margin-right: 4px;

  color: #fff;

  font-family: 'Didact Gothic', sans-serif;

  font-size: 14px;

  text-align: center;

  letter-spacing: 1px;

  text-shadow: 1px 2px 2px rgba(0,0,0,.4);

  transition: all ease-in-out .7s;

  -webkit-transition: all ease-in-out .7s;

  padding: 5px 7px;

  width: 25px;

  height: 25px;

  border-radius: 30px;

  background: rgba(255,255,255,.5);

  line-height: 1;

  margin-top: 2px;

}

.top_row .social-link a i

{

  margin-right: 5px;

}

.top_row .social-link a:hover i

{

 color: #fff;

 transition: all ease-in-out .7s;

 -webkit-transition: all ease-in-out .7s;

}

.top_row .social-link a:hover

{

  background:#39C367;/*#ED8F1D*/

}

.Tag_text {

  position: absolute;

  z-index: 99;

  display: block;

  width: 100%;

  text-align: center;

  bottom: 0%;

  left: 0;

  /* background: rgba(255,255,255,.08); */

  background: rgb(55,173,86);

  background: -moz-linear-gradient(-45deg, rgba(55,173,86,1) 0%, rgba(9,185,226,1) 50%, rgba(17,92,192,1) 100%);

  background: -webkit-linear-gradient(-45deg, rgba(55,173,86,1) 0%,rgba(9,185,226,1) 50%,rgba(17,92,192,1) 100%);

  background: linear-gradient(135deg, rgba(55,173,86,1) 0%,rgba(9,185,226,1) 50%,rgba(17,92,192,1) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37ad56', endColorstr='#115cc0',GradientType=1 );

}

.Tag_text p

{

  margin: 10px 0;

}

.Tag_text span

{

  font-size: 2.4rem;

  margin: 0;

  line-height: 1;

  color: #fff;

  font-weight: 200;  

  letter-spacing: 2px;

  display: inline-block;

  font-family: 'Josefin Sans';

  text-transform: capitalize;

  text-shadow: 1px 5px 5px rgba(0,0,0,.2);

  animation:txtcolorchange 5s infinite;

  -webkit-animation:txtcolorchange 5s infinite ;

}

@-webkit-keyframes txtcolorchange {

  0% 

  {

    color:#fff;

  }

  50%

  {

    color: #000;

    text-shadow:none;

  }

  100%

  {

    color: #fff;

  }

}



.logo{

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%,-50%);

  -webkit-transform: translate(-50%,-50%);

  width: 220px;

  z-index: 99;

}

/*-----------------certificate----------------*/

.certificat

{

  width: 85px;

  height: 180px;

  border-radius: 0 5px 5px 0;

  background: rgba(0,0,0,.2);

  position: fixed;

  z-index: 999;

  overflow: hidden;

  left: 0;

  top: 50%;

  transform: translate(0%, -50%);

}

.certificat span

{

  font-size: 12px;

  color: #fff;

  transform: rotate(-90deg);

  position: absolute;

  bottom: 47%;

  line-height: 1;

  padding: 0;

  left: -66%;

  letter-spacing: 7px;

}

.certificat a

{

  width: 40px;

  position: relative;

  display: block;

  background: #fff;

  margin: 7px 30px 0;

}

.certificat a img

{

  width: 100%;

}

.modal-content {

  position: relative;

  background-color: transparent;

  box-shadow: none;

  border: none;

}

.close {

  opacity: 1;

  color: #fff;

  text-shadow: none;

  /* border: 1px solid #fff !important; */

  padding: 3px 4px !important;

  border-radius: 20px;

  position: relative;

  margin: -25px 65px;

  /*  background: #115CC0 !important; */

}

.close:hover {

  color: #115CC0;

  opacity: 1;

}

.modal-content img {

  height: 525px;

  border: 5px solid #fff;

}

/*-------------Menu----------------*/

.navbar-inverse {

  background-color: transparent;

  border: none;  

  position: absolute; 

  z-index: 999;

  width: 100%;

  min-height: auto;  

  margin: 0;

  top: 40px;

  left: 0;

  border-radius: 0;

  transition: all .7s ease-in-out;

  -webkit-transition: all .7s ease-in-out;

}

.navbar-brand {   

  height: auto;

}

.fx_menu

{

  display: none

}

.navbar-nav {

  float:none;

  display: table;

  margin: 0px auto;

  transition: all .5s ease-in-out;

  -webkit-transition: all .5s ease-in-out;

}

.navbar-inverse .navbar-nav > li

{

  margin-left: 1px

}

.navbar-inverse .navbar-nav > li > a {

  color: #fff;

  font-family: 'Didact Gothic', sans-serif;

  text-transform: uppercase;

  letter-spacing: 2px;

  position: relative;

  z-index: 1;

  font-size: 13px;  

  text-align: center;

  text-shadow: 1px 2px 2px rgba(0,0,0,.4);

  transition: all .7s ease-in-out;

  -webkit-transition: all .7s ease-in-out;

}

.navbar-inverse .navbar-nav > li > a::before,.navbar-inverse .navbar-nav > .current-menu-item > a::before

{

  content: '';

  position: absolute;

  z-index: -1;

  height: 20px;

  width: 0;

  border-radius: 15px;

  background:#115CC0;

  top: 52%;

  left: 50%;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  transition: all .7s ease-in-out;

  -webkit-transition: all .7s ease-in-out;

}

.navbar-inverse .navbar-nav > li > a:hover::before 

{



  width: 100%;

  transition: all .7s ease-in-out;

  -webkit-transition: all .7s ease-in-out;

}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > .open > a,

.navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {

  color: #fff;

  text-shadow: none;

  background-color: transparent;

}

.navbar-inverse .navbar-nav > .current-menu-item > a, .navbar-inverse .navbar-nav > .current-menu-item > a:focus, .navbar-inverse .navbar-nav > .current-menu-item > a:hover {

  color: #fff;

  text-shadow: none;

  background-color: transparent;

}

.navbar-inverse .navbar-nav > .current-menu-item > a::before

{

  width: 100%;

}

/*-------------Fixed header-------------*/

.fixed-header

{

  position: fixed;

  top: 0; 

  z-index: 999;

  border-bottom: 1px solid #DFF2FF;

  background: rgba(255,255,255,.85);

  transition: all .7s ease-in-out;

  -webkit-transition: all .7s ease-in-out;

}



.fixed-header .navbar-nav {

  margin: 0px auto;

}

.fixed-header .navbar-nav > li > a {

  color: #3D241B;

  text-shadow: none;

}

.fixed-header .navbar-brand {   

  padding: 7px 15px;

}

.fixed-header .navbar-nav > li .center_logo

{

 border-radius: 50%;

 background: #fff !important;

 border-bottom: 2px solid rgba(61,36,27,0.8);

 transition: all .7s ease-in-out;

 -webkit-transition: all .7s ease-in-out;

}

/*-------------home page----------*/

.prod_slider

{

  padding:0 0 50px ;

}

.abt_cnt

{

  -webkit-transform: skewY(3deg);  

  transform: skewY(3deg);

  margin-bottom: 50px;

  margin-top: -50px;

  padding-top: 100px;

}

.abt_cnt .p_cnt

{

 -webkit-transform: skewY(-3deg);  

 transform: skewY(-3deg);

}

.abt_cnt .p_cnt p

{

  line-height: 1.8;

}

/*-------------testimonial row-----------*/

.wu_row

{

  background: rgb(55,173,86);

  background: -moz-linear-gradient(-45deg, rgba(55,173,86,1) 0%, rgba(9,185,226,1) 50%, rgba(17,92,192,1) 100%);

  background: -webkit-linear-gradient(-45deg, rgba(55,173,86,1) 0%,rgba(9,185,226,1) 50%,rgba(17,92,192,1) 100%);

  background: linear-gradient(135deg, rgba(55,173,86,1) 0%,rgba(9,185,226,1) 50%,rgba(17,92,192,1) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37ad56', endColorstr='#115cc0',GradientType=1 );

  padding: 50px 0 120px;

  margin: 50px 0 0;

  position: relative;

  -webkit-transform: skewY(-3deg);  

  transform: skewY(-3deg);

}

.wu_row_cnt

{

 -webkit-transform: skewY(3deg);  

 transform: skewY(3deg);

}

.wu_row .main_heading span

{

  color: #fff;

}

.wu_block

{

  display: block;

  width: 100%;

  padding: 10px;

  overflow: hidden;

  margin: 10px 0;

  position: relative

}

.wu_block img

{

  margin: 10px auto;

}

.wu_block h2

{

  display: inline-block;

  padding: 0;

  color: #fff;

  margin: 10px 0;

  font-size: 18px;

  font-family: 'Didact Gothic', sans-serif;

  font-weight: 600;

  line-height: 1.5;

  text-transform: capitalize

}

/*-------------client slider--------*/

.client_row

{

  margin-top: -70px;

  overflow: hidden;

}

/*-------------footer-----------------*/

.footer_row

{

  background: #ECF7FF;  

  margin: 0;

  padding: 40px 0;

  position: relative;

}

.footer_row p 

{

  font-size: 13px;

  letter-spacing: 1px;

  line-height: 1.7;

  z-index: 1;

  position: relative;

  color: #3D241B;

}

.footer_row p i {    

  height: 20px;

  width: 20px;

  font-size: 12px;

  border-radius: 20px;

  text-align: center;

  margin: 0 5px;

  padding-left: 1px;

  padding-top: 4px;

  background:#115CC0;

  color:#fff;

}

.fx_bottom

{

  display: block;

  width: 100%;

  background: #115CC0;

  padding: 10px;

  position: relative;

  border-top: 7px solid #A6CCFF;

}

.fx_bottom .social-link {

  position: relative;

  display: inline-block;

  margin: 0px 10px 0 0;

  padding-right: 10px;

  z-index: 1;

  border-right: 1px solid #fff;

}

.fx_bottom .social-link a {

  display: inline-block;

  margin-right: 4px;

  padding: 6px 5px;

  width: 25px;

  height: 25px;

  color:#115CC0;

  font-size: 14px;

  background: #fff;

  text-align: center;

  transition: all ease-in-out .7s;

  -webkit-transition: all ease-in-out .7s;

  border-radius: 30px;

}

.fx_bottom .social-link a:hover

{

 color: #fff;

 background: #39C367;/*#ED8F1D;*/

}

.fx_bottom p {

  position: relative;

  display: inline-block;

  font-size: 12px;

  color: #fff;

  margin: 0;

}

.fx_bottom p span

{

  margin: 0 5px;

  font-weight: 600;

  color: #fff;

}

.fx_bottom p a

{

 color: #fff;

}

.fx_bottom p a:hover

{

 color: #fff;

}



/*---------------Back To Top------------------*/

.cd-top

{

 display: inline-block;

 height: 40px;

 width: 40px;

 position: fixed;

 bottom: 5%;

 right: 2%;

 overflow: hidden;

 background: #F8F8F8;

 visibility: hidden;

 opacity: 0;

 line-height: 1;

 -webkit-transition: opacity .3s 0s, visibility 0s .3s;

 -moz-transition: opacity .3s 0s, visibility 0s .3s;

 transition: opacity .3s 0s, visibility 0s .3s;

 z-index: 9999;

 padding: 10px;

 text-align: center;

 border-radius: 50px;

 border: 1px solid #E7E7E7;

 transition: all ease-in-out .7s;

 -webkit-transition: all ease-in-out .7s;

}

.cd-top i

{

  font-size: 20px;

  color: #115CC0;

  transition: all ease-in-out .7s;

  -webkit-transition: all ease-in-out .7s;

}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover

{

  -webkit-transition: opacity .3s 0s, visibility 0s 0s;

  -moz-transition: opacity .3s 0s, visibility 0s 0s;

  transition: opacity .3s 0s, visibility 0s 0s;

}

.cd-top.cd-is-visible

{

  visibility: visible;

  opacity: 1;

  transition: all ease-in-out .7s;

  -webkit-transition: all ease-in-out .7s;

}

.cd-top:hover

{

  background: #115CC0;  

  transition: all ease-in-out .7s;

  -webkit-transition: all ease-in-out .7s;

}

.cd-top:hover i

{

  color: #fff;

  transition: all ease-in-out .7s;

  -webkit-transition: all ease-in-out .7s;

}

/*------------other page-----------*/

.page_banner

{

  /* height: 300px; */

  width: 100%;

  display: block;

  position: relative;

  border-bottom: 2px solid #A6CCFF;

}

.page_banner .logo

{

 width: 130px;

}

.page_banner .page_logo

{

  display: inline-block;

  position: absolute;

  z-index: 9;

  width: 180px;

  height: 180px;

  bottom: 0%;

  background: rgba(255,255,255,1);

  padding: 0px;

  border-radius: 50%;

  border: 2px solid #A6CCFF;

  left: 50%;

  transform: translate(-50%,50%);

  -webkit-transform: translate(-50%,50%);

  box-shadow: 0 0 40px #888888;

  /* box-shadow: inset 0 0 10px rgba(0,0,0,.1),0 0 10px rgba(0,0,0,.2); */

}

.page_banner .Tag_text

{

  padding: 8px 0px 4px;

  display: none

}

.page_banner .Tag_text p

{

  margin: 0;

  font-size: 1.6rem;

  line-height: 1;

  color: #fff;

  font-weight: 200;

  letter-spacing: 2px;

  font-family: 'Josefin Sans';

  text-transform: capitalize;

  text-shadow: 1px 5px 5px rgba(0,0,0,.2);

}

.about_banner

{

 overflow: hidden

}

.about_row

{

  background: transparent;

}

.vm-block {

  width: 100%;

  background: #ECF7FF;

  display: block;

  position: relative;

  margin: 30px 0;

  padding: 10px;

  border-radius: 100px;

}

.vm-block h3 {

  font-size: 24px;

  font-family: 'Josefin Sans';

  font-weight: 600;

  color: #115CC0;

}

.vision {  

  padding-right: 50px; 

  min-height: 130px;

  margin: 50px 0 30px;



  border-left: 5px solid #115CC0;

  border-right: 5px solid #115CC0;

}

.vision h3 {

  margin-top: 40px;

}

.mission {

 /*  margin-bottom: 100px;

  color: #333;

  min-height: 120px;

  padding-left: 50px;

  border-right: 5px solid #115CC0;

  border-left: 5px solid #115CC0; */

}

.mission h3 {

  margin: 60px 0 0;

}

.mission_img, .vision_img {

  position: absolute;

  width: 110px;

}

.mission_img {

  top: -66px;

  left: 50px;

  }

  .vision_img {

    top: -45px;

    left: 50px;

  }

  .vm-block p {

    font-size: 13px;

    line-height: 22px;

    margin: 0;

    padding: 0;

    text-align: justify;

  }

  .vision::after {

    position: absolute;

    content: "";

    bottom: 25px;

    top: 60%;

    width: 30%;

    background: #060606;

    z-index: -1;

  }

  .vision::after {

    right: 35px;

    left: auto;

    box-shadow: 0 20px 15px rgba(0, 0, 0, .6);

    transform: rotate(6deg);

    -webkit-transform: rotate(6deg);

    -moz-transform: rotate(6deg);

  }

.mission p {

  margin: 20px 0 0;

}

 /*  .res_title

  {

    display: none;

    text-align: center

  }

  .res_title h3

  {

    margin: 0 0 15px;

  } */

  /*--------------product page--------------*/

  .product_banner

  {

 /* background: url('../../images/productBG.jpg')no-repeat center;

 background-size: cover; */

 overflow: hidden;

}

.product_part .nav-tabs {

  border-bottom: none;

}

.product_part .nav-tabs > li {

  margin: 2px 0;

  width: 100%;

}

.product_part .nav-tabs > li > a {

  border-radius: 0px;

  margin-right: 0px;

  padding: 7px 15px;

  color:#424242;

  text-transform: capitalize;

  font-family: 'Didact Gothic', sans-serif;

  letter-spacing: 1px;

  font-weight: 500;

  border: 0;

  border-bottom: 1px solid #ECF7FF;

  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(237,243,249,1) 100%);

  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(237,243,249,1) 100%);

  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(237,243,249,1) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#edf3f9',GradientType=0 );

}

.product_part .nav-tabs > .active > a, .product_part .nav-tabs > .active > a:hover, .product_part .nav-tabs > .active > a:focus, .product_part .nav-tabs > li > a:hover {

  background: #115CC0;

  color: #fff;

  border: 0;

  border-bottom: 1px solid transparent

}

.product_row .pro-content {

  margin-top: 30px;

}

.product_row .pro-content h3{

  display: block;

  padding-bottom: 10px;

  margin: 0 0 10px;

  font-size: 1.4em;

  color: #111;

  font-family: 'Josefin Sans';

  text-transform: capitalize;

  font-weight: 600;

  line-height: 1.7;

  letter-spacing: 1px;

  border-bottom: 1px solid rgba(0,0,0,.1);

}

.product_row .pro-content h4{

 display: inline-block;

 padding: 8px 15px 5px;

 margin: 10px 0 25px;

 font-size: 1.15em;

 color: #fff;/*#115CC0;*/

 font-family: 'Josefin Sans';

 text-transform: capitalize;

 font-weight: 600;

 line-height: 1;

 letter-spacing: 1px;

 background: #3CAC46;/*#ECF7FF;*/

 border-radius: 18px;

}

.product_row .pro-content .sub-heading

{

  display: inline-block;

  padding: 0 0 5px;

  margin: 10px 0 10px;

  font-size: 0.9em;

  color: #115CC0;

  font-family: 'Josefin Sans';

  text-transform: uppercase;

  font-weight: 600;

  line-height: 1;

  letter-spacing: 1px;

}

.product_row .pro-content .prod_img

{

  display: block;

  position: relative;

  overflow: hidden;

  width: 100%;

  margin: 0;/*10px 0;*/

  padding: 5px;

  border: 1px solid #C8E8FE;

  border-radius: 5px;

}

.product_row .pro-content .prod_img img

{

  width: 100%;

}

.product_row .pro-content .thumb_ul{

  list-style-type:none;

  margin:10px 0;

  padding:0;

  display: block;

}

.product_row .pro-content .thumb_ul li{

  list-style-type:none;

  float:left;

  padding: 0 8px 0 0;

}

.product_row .pro-content .thumb_ul li:last-child{



  padding: 0;

}

.product_row .pro-content .thumb_ul li::before

{

  display: none

}

.product_row .pro-content .img-container img {

  width:60px;

  height:60px;

}



/*--------color code---------------*/



.SBlue{ background:#5B778C;}

.DKGray{ background: #606060;}

.LTGray{ background: #8B8B8B;}

.Black{ background: #111;}

.RBlue{ background: #252E4F;}

.ButterMilk{ background: #C3AD8A;}



/*--------End of color code---------------*/



.product_row .pro-content .p_lbl

{

  display: inline-block;

  padding: 0;

  margin: 20px 0 10px;

  font-size: 16px;

  font-family: 'Josefin Sans';

  color: #EB8F1F;

  font-weight: 600;

  line-height: 1;

  letter-spacing: 1px;

  font-style: italic

}

.product_row .pro-content .p_clr

{

  display: inline-block;

  padding: 0;

  margin: 10px 0;

  font-size: 12px;

  /* font-family: 'Josefin Sans'; */

  color: #EB8F1F;

  /*  font-weight: 600; */

  line-height: 1;

  letter-spacing: 1px;

}

.product_row .pro-content .p_clr i

{

  color:#111;

  margin:0 7px;

  font-weight: 500;

}

.product_row .pro-content p

{

  margin: 10px 0 0 0px;

  font-size: 13px;

  line-height: 1.7;

  text-align: justify;

}

.product_row .pro-content ul

{

  padding-left: 10px;

  margin-top: 10px;

}

.product_row .pro-content ul li

{

  list-style: none;

  letter-spacing: 1px;

  font-size: 13px;

  padding-left: 20px;

  display: block;

  margin-bottom: 5px;

  position: relative;

  text-align: justify

}

.product_row .pro-content ul li::before

{

  content: '-';

  position: absolute;

  left: 0;

  top: 0;

  font-size: 13px;

  display: block;

  font-weight: 600;

  color: #115CC0;

}

.product_row .pro-content table

{

  width: 100%;

  border-collapse: collapse;

  margin-top: 0px;

}

.product_row .pro-content table tr td:first-child

{

  width: 45%;

}

.product_row .pro-content table tr td:first-child::before

{

  content: ':';

  position: absolute;

  right: 0%;

  top: 5px;

  color: #115CC0;

  font-weight: 600;

  vertical-align: middle

}



.product_row .pro-content table tr td

{

  padding: 5px;

  font-size: 13px;

  position: relative

}

.product_row .pro-content table tr td b

{

  font-weight: 600;

  font-family: 'Didact Gothic', sans-serif;

  font-size: 14px;

  color: #115CC0;

}

.tag-line

{

  font-family: 'Josefin Sans';

  font-style: italic;

  font-size: 1.8em;

  letter-spacing: 1px;

  position: relative;

  display: inline-block;

  margin: 0px 0 70px;

  font-weight: 600;

  color: #EB8F1F;

  line-height: 1.5;

  animation:colorchange 1.5s infinite alternate;

  -webkit-animation:colorchange 1.5s infinite alternate;

}

@-webkit-keyframes colorchange {

  0% 

  {

    color:#39CAFE;

  }

  50% 

  {

    color: #3CAC46;

  }

  100%

  {

    color: #EB8F1F;

  }

}



.note

{

  font-size: 12px;

  color: #115CC0;

}

.note span

{

  font-weight: 600;

  color: #111;

  margin-right: 5px;

}

.category_block

{

  display: block;

  width: 100%;

  overflow: hidden;

  position: relative;

  margin: 10px 0;



}

.category_block .p_img

{

  width: 100%;

  padding: 7px;

  border: 1px solid #C8E8FE;

  border-radius: 5px;

  transition: all .7s ease-in-out;

  -webkit-transition: all .7s ease-in-out;

}

.category_block .p_img img

{

  width: 100%;

  transition: all .7s ease-in-out;

  -webkit-transition: all .7s ease-in-out;

}

.category_block:hover img {

 filter: grayscale(70%);/*blur(2px);*/

 transition: all .7s ease-in-out;

 -webkit-transition: all .7s ease-in-out;

}



.category_block span {

  position: relative;

  display: block;

  font-family: 'Josefin Sans';

  font-size: 1.2em;

  font-weight: 600;

  line-height: 1.7;

  letter-spacing: 1px; 

  width: 100%;

  color: #4BA917;

  text-align: center;

  margin: 15px 0 0;

  padding: 5px 10px 0;

  text-transform: capitalize;

  text-shadow: 0px 5px 2px rgba(0,0,0,.1);

  transition: all .5s ease-in-out;

  -webkit-transition: all .5s ease-in-out;



}

.category_block:hover span {

  color: #115CC0;

  transition: all .7s ease-in-out;

  -webkit-transition: all .7s ease-in-out;

}

.category_block h2 {

  position: absolute;

  display: block;

  z-index: 11;

  font-family: 'Josefin Sans';

  font-size: 1.2em;

  font-weight: 600;

  line-height: 1.7;

  letter-spacing: 0.6px;

  color: #fff;

  width: 40%;

  text-align: center;

  padding: 5px 10px 0;

  text-transform: capitalize;

  text-shadow: 0px 5px 2px rgba(0,0,0,.1);

  top: -100%;

  left: 50%;

  transform: translate(-50%, -50%);

  transition: all .5s ease-in-out;

  -webkit-transition: all .5s ease-in-out;

  background: #115CC0;

  border-radius: 20px;

}

.category_block h2 i

{

  margin-left: 5px;

  color: #fff;

  font-weight: 300;

}

.category_block:hover h2{

  top: 43%;

  transition: all .8s ease-in-out;

  -webkit-transition: all .8s ease-in-out;

}

/*--------------clientele page-------------*/

.client_banner

{

 /*  background: url('../../images/clientBG.jpg')no-repeat center;

 background-size: cover; */

 overflow: hidden

}

.client_block

{

  display: block;

  width: 100%;

  position: relative;

  overflow: hidden;

  margin: 25px 0;

  padding: 5px;

}

.client_block img

{

  margin: 0 auto;

  height: 100%;

  border: 1px solid #ECF7FF;

  transition: all ease-in-out .7s;

  -webkit-transition: all ease-in-out .7s;

}

.client_block h2

{

  display: inline-block;

  padding: 0;

  color: #115CC0;

  margin: 15px 0 10px;

  font-size: 14px;

  font-family: 'Didact Gothic', sans-serif;

  line-height: 1.5;

  text-transform: capitalize;

  font-weight: 600;

  letter-spacing: 0;

  transition: all ease-in-out .7s;

  -webkit-transition: all ease-in-out .7s;

}

.client_block:hover h2

{



  transition: all ease-in-out .7s;

  -webkit-transition: all ease-in-out .7s;

}

.client_block:hover img

{

  transform: scale(1.1);

  transition: all ease-in-out .7s;

  -webkit-transition: all ease-in-out .7s;

}

.client_block .flag

{

  width: 20px;

  height: 12px;

  display: inline-block;

  vertical-align: middle;

  margin-right: 5px;

}

.client_block span

{

  display: inline-block;

  vertical-align: middle;

  font-size: 10px;

  letter-spacing: 0;

  color: #989898;

}

/*-------------contact page---------------*/

.contact_banner

{

 /*  background: url('../../images/contactBG.jpg')no-repeat center;

 background-size: cover; */

 overflow: hidden

}

.map

{

 margin-top: 15px;

 position: relative;

 padding: 10px 10px 5px;

 border: 1px solid rgba(0,0,0,.1);

 border-radius: 7px;

}

.map iframe

{

  height: 340px;

}

.contact-info {

  position: relative;

  padding-left: 40px;

  margin-top: 15px;

}

.contact-info li {

  position: relative;

  display: block;

  line-height: 1.5;

  margin-bottom: 10px;

  padding-bottom: 8px;

  border-bottom: 1px solid #f0f0f0;

  min-height: 50px;

}

.contact-info li .title {

  font-size: 16px;

  color: #115CC0;

  font-family: 'Josefin Sans';

  text-transform: capitalize;

  font-weight: 600;

  margin-bottom: 5px;

}

.contact-info li strong {

  font-weight: 500;

  font-size: 12px;

}

.contact_address {

  display: block;

  position: relative;

  padding: 20px;

  background:#ECF7FF;

  border-radius: 10px;

  border: 1px solid #D2EDFF;

  margin-bottom: 20px;

  text-align: center

}

.contact_address .icon_img {

  margin: 10px auto 20px;

  height: 65px;

  width: 65px;

  padding: 12px 10px;

  border-radius: 35px;

  background: #115CC0;

  text-align: center;

  display: block;

  border: 2px solid #fff;

  box-shadow: 0 0 10px rgba(0,0,0,.3);

}

.contact_address .icon_img img {

  width: 40px;

}

.contact_address h2

{

  display: inline-block;

  font-size: 16px;

  color: #115CC0;

  font-family: 'Josefin Sans';

  text-transform: capitalize;

  font-weight: 600;

  margin: 0 0 15px;

  line-height: 1

}

.contact_address p {

  font-size: 13px;

  margin-bottom: 5px;

}

/*--------------inquiry page----------------*/

.inquiry_banner

{

  /* background: url('../../images/inquiryBG.jpg')no-repeat center;

  background-size: cover; */

  overflow: hidden

}

.form-control {

  height: 36px;

  border-radius: 4px;

  border-color:#D2EDFF;

  margin-bottom: 25px;

  box-shadow: none;  

  font-size: 12px;

  line-height: 1;

  letter-spacing: 1px;

  box-shadow: 0 0 8px rgba(0,0,0,.07);

}

.form-control:focus

{

  border-color: #115CC0;

  box-shadow: none

}

.lbl_title {

  display: block;

  margin: 0 0 7px;

  font-size: 12px;

  text-transform: uppercase

}

select {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  background-position: right center;

  background-image: url('../../images/arrow-select.png') !important;

  background-repeat: no-repeat;

  background-position: right 10px center;

  line-height: 1.2;

  padding-right: 28px;

  text-indent: 0.01px;

  text-overflow: '';

  cursor: pointer;

  padding-top: 8px;

  padding-left: 15px;

  padding-bottom: 8px;

  letter-spacing: 0;

}

select option

{

  padding: 5px 10px;

  border-bottom: 1px solid #DFF2FF;

}

select option:last-child

{

  border-bottom:none;

}

.send_btn {

  display: inline-block;

  position: relative;

  margin-top: 26px;

  padding: 5px 40px 5px 10px;

  background: #115CC0;

  color: #fff;

  font-size: 13px;

  text-transform: capitalize;

  transition: all ease-in-out .7s;

  -webkit-transition: all ease-in-out .7s;

  border: 1px solid #fff;

  border-radius: 18px;

}

.send_btn i {

  position: absolute;

  width: 30px;

  top: 0;

  right: 0;

  bottom: 0;

  text-align: center;

  padding: 8px 0;

  border-left: 1px solid #fff;

}

.send_btn:hover

{

  background: #fff;

  color: #115CC0;

  border-color: #115CC0;

}

.send_btn:hover i

{

  border-color: #115CC0;

}

.requirefieldLbl {

  padding: 3px 5px;

  position: absolute;

  bottom: 15px;

  left: 15px;

  color: white !important;

  display: block;

  margin-bottom: -10px;

  z-index: 100;

  background-color: red;

  border-radius: 3px;

  font-size: 1.1rem;

  letter-spacing: 1px;

  box-shadow: 1px 1px 2px 2px rgba(0,0,0,.2);

  animation: shoReq 250ms cubic-bezier(.22,.93,.03,1.27);

  -webkit-animation: shoReq 250ms cubic-bezier(.22,.93,.03,1.27);

  -moz-animation: shoReq 250ms cubic-bezier(.22,.93,.03,1.27);

  transform-origin: left top;

}

@keyframes shoReq{

  from{

    transform: scale(0) rotate(-45deg);

    opacity: 0;

  }

  to{

    transform: scale(1) rotate(0deg);

    opacity: 1

  }

}

.requirefieldLbl::after{

  position: absolute;

  content: '';

  top: -6px;

  left: 5px;

  height: 0;

  width: 0;

  border-left: 6px solid transparent;

  border-right:  6px solid transparent;

  border-bottom: 6px solid red;

  z-index: 95

}

/*---------------------events-----------------*/

.event_banner

{

 /*  background: url('../../images/eventBG.jpg')no-repeat center;

 background-size: cover; */

 overflow: hidden

}

/*----------------------network Page--------------------*/

.network_banner

{

  /* background: url('../../images/networkBG.jpg')no-repeat center;

  background-size: cover; */

  overflow: hidden

}

/*----------------------Gallery Page--------------------*/

.gallery_banner

{

 overflow: hidden

}

.gallery_product {

  margin: 15px 0; 

  display:block;

  position: relative;

  overflow: hidden;



}

.gallery_title

{

  display: block;

  color: #33B9F7;

  margin: 30px 0 10px !important;

  padding: 10px;

  font-family: 'Roboto Condensed';

  font-size: 18px;

  letter-spacing: 1px;

  font-weight: 300;

  background: #f8f8f8;

  border: 1px solid #DAF3FF;

  border-radius: 5px;

  text-transform: uppercase;

}

.gallery_product i

{

  position: absolute;

  z-index: 99;

  top: -50%;

  left: 50%;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  font-size: 2rem;

  color: #fff;

  width: 40px;

  height: 40px;

  border-radius: 5px;

  text-align: center;

  font-weight: 300;

  padding-top: 9px;

  background: rgba(255, 255, 255, 0.24);

  transition: all .3s ease-in-out;

  -webkit-transition: all .3s ease-in-out;



}

.gallery_product:hover i

{

  top: 50%;

  transition: all .3s ease-in-out;

  -webkit-transition: all .3s ease-in-out

}

.gallery_product::after

{

  content: '';

  position: absolute;

  width: 90%;

  z-index: 1;

  top: 0%;

  left: 5%;

  right:0;

  bottom:0;

  display: none;

  border-radius: 5px;

  background: rgb(55,173,86);

  background: -moz-linear-gradient(-45deg, rgba(55,173,86,.5) 0%, rgba(9,185,226,.5) 50%, rgba(17,92,192,.5) 100%);

  background: -webkit-linear-gradient(-45deg, rgba(55,173,86,.5) 0%,rgba(9,185,226,.5) 50%,rgba(17,92,192,.5) 100%);

  background: linear-gradient(135deg, rgba(55,173,86,.5) 0%,rgba(9,185,226,.5) 50%,rgba(17,92,192,.5) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37ad56', endColorstr='#115cc0',GradientType=1 );

}

.gallery_product:hover::before,.gallery_product:hover::after

{

  display: block

}

.gallery_product img

{

  width: 100%;

  min-height: 200px;

  border-radius: 5px;

}

.gallery_product:hover img

{

  filter: grayscale(100%);

  -webkit-filter: grayscale(100%);

}

/*-----------------Network Page------------------*/

.network_block

{

  display: block;

  position: relative;

  width: 100%;

  margin: 50px 0;

  padding: 0;

}

.network_block a

{

  position: absolute;

  display: inline-block;

  height: 15px;

  width: 15px;

  z-index: 1

}

.network_block h3

{

  position: absolute;

  display: inline-block;

  right: 10%;

  top: -3%;

  z-index: 1;



}

.network_block h3 img

{

  height: 30px;  

  margin-bottom: 5px;

}

.network_block h3 span

{

 display: block;

 font-size: 12px;

 font-weight: 600;

 font-family: 'Didact Gothic', sans-serif;

 line-height: 1.5;

 color: #115CC0;

 font-style: italic;

}

.network_block .delhi

{

 top: 26%;

 left: 33.5%;

}

.network_block .newdelhi

{

 top: 27%;

 left: 33.5%;

}

.network_block .jaipur

{

 top: 31%;

 left: 30%;

}

.network_block .ahmedabad

{

 top: 44%;

 left: 18.5%;

 height: 25px;

}

.network_block .anand

{

 top: 47%;

 left: 21%;

}

.network_block .mumbai

{

 top: 59%;

 left: 19.5%;

}

.network_block .kandiwali

{

 top: 57%;

 left: 20.5%;

}

.network_block .goregaon

{

 top: 60%;

 left: 20.5%;

}

.network_block .bangalore

{

 top: 80.5%;

 left: 33.5%;

}

.network_block .bangalore1

{

 top: 81.5%;

 left: 32.5%;

}

.network_block .lucknow

{

 top: 33%;

 left: 47.5%;

}

.network_block .srinagar

{

 top: 6.5%;

 left: 27.5%;

}

.network_block .punjab

{

 top: 17.5%;

 left: 29.5%;

}

.network_block .hariyana

{

 top: 23%;

 left: 30%;

}

.network_block .mizoram

{

 top: 44.2%;

 left: 80.2%;

}

.network_block .kolkata

{

 top: 47.5%;

 left: 67.2%;

}

.network_block .pune

{

 top: 61%;

 left: 24%;

}

.network_block .indore

{

 top: 47%;

 left: 29.8%;

}

.network_block .hydrabad

{

 top: 65%;

 left: 36.5%;

}

.network_block a .address

{

  display: none;

  position: absolute;

  padding: 10px;

  border-radius: 10px;

  background: #fff;

  width: 200px;

  text-align: left;

  letter-spacing: 0;

  top: -180%;/*-100%;*/

  left: 130%;

  box-shadow: 0 0 15px rgba(0,0,0, .05);

  word-break: normal

}

.network_block a .address::before

{

  content: '';

  position: absolute;

  left: -8%;

  top: 35%;

  border: 10px solid transparent;

  border-color: transparent #fff transparent transparent;

}

.network_block .delhi .address {

  top: -425%;

}

.network_block .newdelhi .address {

  top: -160%;

}

.network_block .srinagar .address,.network_block .punjab .address,

.network_block .hariyana .address,.network_block .mizoram .address,

.network_block .pune .address,.network_block .indore .address,

.network_block .hydrabad .address,.network_block .goregaon .address

{

  top: -160%;

}

.network_block .ahmedabad .address {

  top: -100%;

}

.network_block .anand .address {

  top: -170%;

}

.network_block .mumbai .address {

  top: -150%;

}

.network_block .kandiwali .address {

  top: -135%;

}



.network_block .bangalore1 .address

{

  top: -240%;

}

.network_block .lucknow .address

{

  top: -160%;

}

.network_block .jaipur .address,.network_block .mumbai .address,.network_block .bangalore .address

{  

 left: 100%;

}

.network_block a .address strong

{

  font-size: 10px;

  margin: 0 0 5px;

  display: block

}

.network_block a .address p

{

  font-size: 10px;

  margin-bottom: 5px;

}

.network_block a .address span

{

  color:#00913F;

  font-size: 10px;

  margin: 0 0 5px;

  display: block

}

.network_block a:hover .address

{

  display: inline-block;

}

.client_address

{

  display: none;

  width: 100%;

  position: relative;

  overflow: hidden;

  margin: 0;

  padding: 0;

}

.client_address .address

{

  display: block;

  padding: 20px;

  margin: 10px 0;

  border-radius: 10px;

  background: #fff;

  width: 100%;

  text-align: left;

  letter-spacing: 0; 

  box-shadow: 0 0 15px rgba(0,0,0, .05);

  word-break: normal;

  border: 1px solid #DFF2FF;

}

.client_address .address strong

{

  font-size: 16px;

  margin: 0 0 10px;

  display: block;

  color: #115CC0;

}

.client_address .address span

{

  color:#00913F;

  font-size: 14px;

  margin: 0 0 10px;

  display: block

}

.client_address .address p

{

  font-size: 13px;

}

/*---------------event details--------------*/

.event_detail h4 {

  display: inline-block;

  padding: 0px;

  margin: 10px 0 20px;

  font-size: 1.4em;

  color: #115CC0;

  font-family: 'Josefin Sans';

  text-transform: capitalize;

  font-weight: 600;

  line-height: 1;

  letter-spacing: 1px;

}

.event_detail p

{

  text-align: justify;

  line-height: 1.7;

  font-size: 13px;

}

.event_detail .img_block {

  margin-top: 20px;

  margin-right: 10px;

  border: 1px solid #ccc;

  border-radius: 10px;

  transition: .5s all ease;

  -webkit-transition: .5s all ease;

  -moz-transition: .5s all ease;

}


/* event page */
.events-section{
    padding:60px 0;
}

.event-card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 3px 15px rgba(0,0,0,0.08);
    transition:all .3s ease;
    height:100%;
     display:flex;
    flex-direction:column;
    margin-bottom: 20px;
}

.event-card:hover{
    transform:translateY(-5px);
    box-shadow:0 8px 25px rgba(0,0,0,0.12);
}

.event-img{
    position:relative;
    overflow:hidden;
}

.event-img img{
    width:100%;
    height:240px;
    object-fit:cover;
    display:block;
}

.event-date{
    position:absolute;
    top:15px;
    left:15px;
    background:#005baa;
    color:#fff;
    padding:8px 15px;
    font-size:13px;
    font-weight:600;
    border-radius:4px;
}

.event-content{
    padding:25px;
     display:flex;
    flex-direction:column;
    flex-grow:1;
}

.event-content h3{
    font-size:20px;
    margin-bottom:10px;
    color:#003b71;
    font-weight:600;
}

.event-content p{
    font-size:14px;
    color:#666;
    line-height:1.7;
    margin-bottom:20px;
}

.event-btn{
    display:inline-block;
    padding:10px 20px;
    background:#005baa;
    color:#fff;
    text-decoration:none;
    border-radius:4px;
    transition:.3s;
}

.event-btn:hover{
    background:#003b71;
    color:#fff;
}