@import url('https://fonts.googleapis.com/css?family=Hind+Siliguri:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');

@import url(bootstrap.min.css);
@import url(polyglot-language-switcher.css);
@import url(settings.css);
@import url(owl.carousel.css);
@import url(flaticon.css);
@import url(hover.css);
@import url(highcharts.css);
@import url(animate.css);
@import url(font-awesome.min.css);


html,
body { 
  height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 26px;
  font-weight: 400;
}

button:focus{
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}

a {
  color: #007dfe;
  text-decoration: none;
}

a,
a:hover,
a:active,
a:focus {
  outline: none;
}

img {
	max-width: 100%;
  height: auto;
}

i {
	font-style: normal;
}

p {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 15px;
  line-height: 24px;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-btn {
  border: 2px solid #007dfe;
  background-color: #007dfe;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  padding: 16px 23px;
  position: relative;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
}

.header-btn:hover {
  background-color: transparent;
  color: #0d4d2a;
}

.btn-style-1 {
  border: 1px solid #0d4d2a;
  border-radius: 0;
  color: #0d4d2a;
  font-weight: 600;
  padding: 12px 32px;
  transition: all 500ms ease 0s;
}

.btn-style-1:hover {
  background-color: #0d4d2a;
  color: #ffffff;
}

.bg-1{
  background: #43c3ea;
}

.bg-2{
  background: #2a3b5c; 
}

.bg-3 {
  background: transparent;
}

.pdd-left-15 {
  padding-left: 15px !important;
}

.top-0 {
  top: 0 !important;
}

.m-top-10 {
  margin-top: 10px;
}

.m-left-70 {
  margin-left: 70px;
}

.m-top-20 {
  margin-top: 20px;
}

.m-top-30 {
  margin-top: 30px;
}

.m-bottom-20 {
  margin-bottom: 20px;
}

.s-p-90 {
  padding: 50px 0;
}

.s-p-90-80 {
  padding: 90px 0 80px;
}

.s-p-90-60 {
  padding: 90px 0 60px;
}

.s-p-80-90 {
  padding: 80px 0 90px;
}

.s-p-b-90 {
  padding-bottom: 90px;
}

.s-p-t-90 {
  padding-top: 90px;
}

.color-fff {
  color: #ffffff !important;
}

.no-bg {
  background-image: none !important;
}

.overflow {
  overflow: hidden;
}

/************************************************************
|||||||||||||||    section title styles    ||||||||||||||||||
*************************************************************/

.section-title h1 {
  color: #007dfe;
  font-size: 32px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.section-title .text {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.section-title-2 .text {
  color: #007dfe;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}

.section-title-2 h1 {
  color: #007dfe;
  font-size: 32px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
  position: relative;
}

.section-title-2, h1 span,
.section-title-2 h1 span {
  color: #b3b3b3;
}

.section-title {
  margin-bottom: 90px;
}

.section-title-2 {
  margin-bottom: 37px;
}

.section-title, h1 span,
.section-title h1 span {
  color: #b3b3b3;
}

.section-title .title-image {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}

/************************************************ breadcrumbs *******************************************************/
.breadcrumbs_area {
  background: #f0f0f0;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
  box-shadow: 0 4px 8px 0 rgb(112 112 112 / 68%), 0 0px 10px 0 rgb(0 0 0 / 11%);
}
@media only screen and (max-width: 767px) {
  .breadcrumbs_area {
    padding: 12px 0;
  }
}
 /* .breadcrumb_content ul{margin-left:-100px;}  */
.breadcrumb_content ul li {
  display: inline-block;
  text-transform: capitalize;
  font-size: 15px;
  margin-right: 3px;
  color:#999999;
  font-weight: 600;
  padding-right: 13px;
  position: relative;
}
.breadcrumb_content ul li::before {
  position: absolute;
  content: "/";
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}
.breadcrumb_content ul li:last-child {
  margin-right: 0;
}
.breadcrumb_content ul li:last-child::before {
  display: none;
}
.breadcrumb_content ul li a:hover {
  color: #e54379;
  
}

/************************************************ breadcrumbs *******************************************************/
/*   



/*******************************************************
|||||||||||||||    preloader styles    |||||||||||||||||
********************************************************/

.preloader{ position:fixed; 
  left:0px; 
  top:0px; 
  width:100%; 
  height:100%; 
  z-index:999999; 
  background-color:rgba(255,255,255,1); 
  background-position:center center; 
  background-repeat:no-repeat; 
  background-image:url(../images/icon/preloader.gif);
}

/**************************************************************
|||||||||||||||    mainmenu stricky styles    |||||||||||||||||
***************************************************************/

.mainmenu-area.stricky-fixed {
  background: #a0a0a0 none repeat scroll 0 0;
  box-shadow: 3px 1px 3px #0a1327;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.7s ease 0s;
  width: 100%;
  z-index: 10000;
}

/**********************************************************
|||||||||||||||    scroll to top styles    ||||||||||||||||
***********************************************************/

.scroll-to-top {
  background: #005ec0;
  border: 2px solid #b5b5b5;
  border-radius: 5%;
  bottom: 25px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 30px;
  font-weight: normal;
  height: 45px;
  line-height: 36px;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 45px;
  z-index: 99999;
  -webkit-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
  -moz-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
  box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
}
.scroll-to-top:hover {
  border: 2px solid #0d4d2a;
  color: #fff;
  background: #0d4d2a;
}


/*********************************************************
|||||||||||||||    contact form styles    ||||||||||||||||
**********************************************************/

input:focus,
textarea:focus,
select:focus {
  border-color: #43c3ea;
  outline: none;
}

#contact-form input[type="text"].error{
  border-color: red;    
}

#contact-form input[type="email"].error{
  border-color: red;    
}

#contact-form select.error {
  border-color: red;
}

#contact-form textarea.error{
  border-color: red;    
}

/***************************************************
|||||||||||||||    Header styles    ||||||||||||||||
****************************************************/

.language-area {
  position: relative;
}

.language-select.extras{
  width: 90px;
}

.language-select.extras .bootstrap-select{
  width: 90px;    
}

.language-select.extras .bootstrap-select.btn-group .dropdown-toggle .caret{
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  vertical-align: middle;    
}

.language-select{
  width: 135px;
  float: left;
}

.language-select .bootstrap-select {
  width: 135px;
}

.language-select .btn-default {
  background-color: transparent;
  border-color: transparent;
  color: #333;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.header-upper {
  border-bottom: 1px solid #dadada;
  padding: 10px 0;
}

.header-upper .language-select h4 {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.header-upper .language-select .selectpicker option {
  font-size: 12px;
}

.header-upper h4 {
  color: #626263;
  font-size: 13px;
}

.header-upper #polyglotLanguageSwitcher {
  left: 165px;
  position: absolute;
  top: 1px;
}

.header-upper #polyglotLanguageSwitcher a.current:link, 
.header-upper #polyglotLanguageSwitcher a.current:visited, 
.header-upper #polyglotLanguageSwitcher a.current:active {
  border: 1px solid #48c7f6;
  display: inline;
  padding: 3px 0px 3px 28px;
  border-radius: 0;
}

.header-upper .dropdown a {
  line-height: 1.9;
}

.header-upper #polyglotLanguageSwitcher a.current:link:after {
  background-color: #48c7f6;
  content: "";
  font-family: FontAwesome;
  margin-left: 8px;
  padding: 4px 7px;
}

.header-upper .phone-box h5 span{
  color: #48C7F6;
  margin-right: 5px;
}

.header-upper h5 {
  color: #626263;
  font-size: 13px;
  font-weight: 500;
}

.header-upper h5 span{
  color: #48C7F6;
  margin-right: 5px;
}

.header-bottom {
  padding: 17px 0;
}

.header-bottom .box-content {
  margin-left: 60px;
  padding-top: 0px;
}

.header-bottom .bottom-column {
  float: left;
  max-width: 300px;
}

  form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
    background: #f1f1f1;
  }
  
  form.example button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #2196F3;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
  }
  
  form.example button:hover {
    background: #0b7dda;
  }
  
  form.example::after {
    content: "";
    clear: both;
    display: table;
  }

.header-bottom .top-button {
  padding-right: 15px;
  padding-top: 0px;
}

/*****************************************************
|||||||||||||||    Mainmenu styles    ||||||||||||||||
******************************************************/

.mainmenu-area {
  background: #007dfe;
}

.main-menu {
  float: center;
  position: relative;
}

.main-menu .navbar-collapse {
  padding: 0px
}

.main-menu .navigation {
  float:center;
  margin: 0;
  position: relative;
}

.main-menu .navigation li {
  float: left;
  padding: 0;
  /*margin-right:10px;*/
  margin-left:-18px;
  padding-left:10px;
  position: relative;
  
}

.main-menu .navigation li a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  opacity: 1;
  padding: 6px 23px 6px 23px;
  position: relative;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
}

.main-menu .navigation > li:hover > a::before, 
.main-menu .navigation > li.current > a::before, 
.main-menu .navigation > li.current-menu-item > a::before {
  width: 53%;
}

.main-menu .navigation > li > ul {
  border-bottom: 2px solid #3cb4d8;
  left: -15px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 140%;
  transition: all 500ms ease 0s;
  visibility: hidden;
  /*width: 170px;*/
  z-index: 100;
}

.main-menu .navigation > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.main-menu .navigation > li > ul > li {
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  border-top: 1px solid #3eb9de;
  border-right: none;
}

.main-menu .navigation > li > ul > li:first-child{
  border: none;
}

.main-menu .navigation > li > ul > li > a {
  background: #203371 none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 15px 12px 20px;
  position: relative;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}

.main-menu .navigation li ul li a::before {
  background-color: #48c7f6;
  content: "";
  height: 21px;
  left: 0;
  position: absolute;
  right: 0;
  width: 3px;
  visibility: hidden;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: #48c7f6;
}

.main-menu .navigation li ul li:hover a::before {
  visibility: visible;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  background: url(../images/icon/submenu-icon.png) center center no-repeat;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}

/***************************************************
|||||||||||||||    Search styles    ||||||||||||||||
****************************************************/

.top-search-box {
  position: relative;
}

.top-search-box .search-box {
  background: #3dbceb none repeat scroll 0 0;
  list-style: outside none none;
  margin: 0;
  opacity: 1;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  visibility: visible;
  width: 260px;
  z-index: 999;
}

.top-search-box .search-box li form {
  position: relative;
}

.top-search-box .search-box li form input {
  background: #3dbceb none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: block;
  font-weight: 500;
  height: 45px;
  outline: medium none;
  padding-left: 10px;
  padding-right: 60px;
  transition: all 500ms ease 0s;
  width: 100%;
}

.top-search-box .search-box li form button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #d5d5d5;
  font-size: 16px;
  height: 45px;
  line-height: 46px;
  outline: medium none;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0px;
  transition: all 500ms ease 0s;
  width: 45px;
}

.top-search-box .search-box li form input:focus {
  border: none;
}

.top-search-box .search-box li form input:focus + button, 
.top-search-box .search-box li form button:hover {
  background: transparent;
  color: #fff;
  border: none;
}

/*******************************************************
|||||||||||||||    Rev Slider styles    ||||||||||||||||
********************************************************/

.tp-caption.large_text h2 {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.tp-caption.very_large_text h1 {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-size: 58px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.tp-caption p {
  border-style: none;
  border-width: 0;
  color: #f7f7f7;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

.slide-button a {
  border: 1px solid #43c3ea;
  color: #fff;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}

.slide-button a:hover {
  color: #48C7F6;
}

.slide-button-1 a:hover {
  color: #fff;
}

.sld-btn {
  padding: 15px 20px;
}

.slide-button-1 a {
  border: 1px solid #43c3ea;
  color: #43c3ea;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}

.sld-btn {
  padding: 15px 20px;
}

.bg-1:hover {
  background: transparent;
}

.bg-3:hover {
  background: #43c3ea;
}

.tp-leftarrow.default, 
.tp-rightarrow.default {
  background-color: #005ec0;
  border: 2px solid #ffffff;
  border-radius: 5px;
  padding: 19px 0;
  transition: all 0.4s ease-in-out 0s;
}

.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
  border-color: #48C7F6;
}

.banner-area .slide-content-box p{
  font-size: 16px;
  color: #999999;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 30px;
}

.banner-area .slide-content-box .button a.bg-1{
  margin-right: 27px;
  border: 2px solid #43c3ea;
  border-bottom: 2px solid #3cb4d8;
  background: #43c3ea;
}

.banner-area .slide-content-box .button a.bg-1:hover{
  color: #fff;
  border: 2px solid #152545;
  border-bottom: 2px solid #43c3ea;
  background: #152545;
}

.banner-area .slide-content-box .button a.bg-2{
  border: 2px solid #2a3b5c;
  border-bottom: 2px solid #152545;
  background: #2a3b5c;
}

.banner-area .slide-content-box .button a.bg-2:hover{
  color: #fff;
  border: 2px solid #43c3ea;
  border-bottom: 2px solid #152545;
  background: #43c3ea;
}

/************************************************************
|||||||||||||||    welcome section styles    ||||||||||||||||
*************************************************************/

.welcome-section {
  padding: 40px 0;
}

.welcome-section .welcome-area {
  position: relative;
}

.welcome-section .welcome-area .image-box {
  position: relative;
}

.welcome-section .welcome-area .image-box img {
  width: 100%;
}

.welcome-section .welcome-area .welcome-title {
  background-color: #D6D7D9;
  bottom: 0;
  padding: 14px 0;
  position: absolute;
  text-align: center;
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s ease-in-out 0s;
}

.welcome-section .welcome-area:hover .welcome-title {
  bottom: -50px;
}

.welcome-section .welcome-area .welcome-title h3 {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
}

.welcome-area .welcome-overlay {
  bottom: 21px;
  height: 85%;
  left: 27px;
  margin: auto;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 27px;
  text-align: center;
  top: 21px;
  transform: scale(0);
  transition: all 0.4s ease-in-out 0s;
  width: 85%;
}

.welcome-area .overlay-inner {
  background-color: #000000;
  display: table;
  height: 100%;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 100%;
}

.welcome-area:hover .welcome-overlay {
  opacity: 1;
  transform: scale(1);
}

.welcome-area .welcome-overlay .overlay-content {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.welcome-area .welcome-overlay .overlay-content h3 a {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.welcome-area .welcome-overlay .overlay-content p {
  color: #fff;
  margin-bottom: 20px;
}

.welcome-area .welcome-overlay .overlay-content .info {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-top: 17px;
}

.welcome-area .overlay-content h3::before {
  background-color: #203371;
  content: "";
  height: 2px;
  position: absolute;
  right: -25px;
  width: 45px;
  top: -25px;
}

.welcome-area .overlay-content h3::after {
  background-color: #203371;
  content: "";
  height: 45px;
  position: absolute;
  right: -25px;
  width: 2px;
  top: -25px;
}

.welcome-area .overlay-content a::before {
  background-color: #203371;
  bottom: -25px;
  content: "";
  height: 2px;
  left: -25px;
  position: absolute;
  width: 45px;
}

.welcome-area .overlay-content a::after {
  background-color: #203371;
  bottom: -25px;
  content: "";
  height: 45px;
  left: -25px;
  position: absolute;
  width: 2px;
}


/**********************************************************
|||||||||||||||    about section styles    ||||||||||||||||
***********************************************************/

.about-faq-section {
  padding-bottom: 90px;
}

.about-faq-section .faq h3, 
.about-faq-section .about-content h3 {
  color: #203371;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 35px;
  text-transform: capitalize;
}

.about-faq-section .about-content p {
  color: #5b5c5c;
  font-size: 17px;
  margin-bottom: 40px;
}

.about-faq-section .about-content .icon-box {
  margin-bottom: 30px;
  position: relative;
}

.about-faq-section .about-content .icon-box span {
  border: 5px solid #f7f7f7;
  color: #48c7f6;
  font-size: 40px;
  height: 65px;
  line-height: 56px;
  position: absolute;
  text-align: center;
  width: 65px;
}

.about-faq-section .about-content .icon-box .content {
  margin-left: 78px;
}

.about-faq-section .about-content .icon-box .content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #203371;
  margin-bottom: 10px;
}

.about-faq-section .about-content .icon-box .content p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
}

.about-faq-section .about-content .sub-title {
  color: #203371;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 42px;
}

.faq {
  overflow: hidden;
}

.accordion-box {
  padding: 6px;
  position: relative;
}

.accordion-box .block {
  box-shadow: 0px 1px 6px #dbdbdb;
  margin-bottom: 11px;
  position: relative;
}

.accordion-box .block .acc-btn {
  color: #203371;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  line-height: 24px;
  margin-bottom: 0;
  overflow: hidden;
  padding: 12px 50px 12px 15px;
  position: relative;
  transition: all 500ms ease 0s;
}

.accordion-box .block .acc-btn.active {
  color: #48c7f6;
}

.accordion-box .block .icon-outer {
  color: #203371;
  font-size: 16px;
  height: 32px;
  margin-top: -16px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 50%;
  transition: all 500ms ease 0s;
  width: 32px;
}

.accordion-box .block .icon-outer .icon {
  font-size: 16px;
  height: 32px;
  left: 0;
  line-height: 32px;
  margin-top: -14px;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 500ms ease 0s;
  width: 100%;
}

.accordion-box .block .icon-outer .icon-plus {
  opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
  opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
  color: #48c7f6;
  opacity: 1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
  opacity: 0;
}

.accordion-box .block .acc-content {
  display: none;
  position: relative;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content {
  background: #ffffff none repeat scroll 0 0;
  font-size: 13px;
  padding: 0 20px 15px;
  position: relative;
}

.accordion-box .block .content p {
  margin-bottom: 20px;
}

.accordion-box .block .content p:last-child {
  margin-bottom: 0;
}



/************************************************************
|||||||||||||||    project section styles    ||||||||||||||||
*************************************************************/

.project-content h3 {
  color: #203371;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.project-content p {
  margin-bottom: 28px;
}

.project-box .project-title {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  padding: 8px 0 10px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.4s ease-in-out 0s;
}

.project-box:hover .project-title {
  bottom: -50px;
}

.project-box .project-title h3 a {
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

.project-carousel {
  position: relative;
}

.project-carousel .owl-nav .owl-prev span {
  box-shadow: 1px 1px 8px #a0a0a0;
  color: #ffffff;
  background: #a0a0a0;
  padding: 12px 15px;
  border-radius: 50%;
  position: absolute;
  right: 35px;
  top: -71px;
  transition: all 0.4s ease-in-out;
}

.project-carousel .owl-nav .owl-next span {
  box-shadow: 1px 1px 8px #a0a0a0;
  color: #ffffff;
  background: #a0a0a0;
  border-radius: 50%;
  padding: 12px 15px;
  position: absolute;
  right: 0;
  top: -71px;
  transition: all 0.4s ease-in-out 0s;
}

.project-box .image-holder {
  position: relative;
}

.project-box .image-holder img {
  width: 100%;
}

.project-box .project-overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transform: scale(0);
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}

.project-box .overlay-inner {
  background-color: rgba(0, 0, 0, 0.8);
  display: table;
  height: 100%;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 100%;
}

.project-box:hover .project-overlay {
  opacity: 1;
  top: 0;
  transform: scale(1);
}

.project-box .project-overlay .overlay-content {
  border: 1px solid #fff;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.project-box .project-overlay h3 a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  display: inline-block;
}

.project-box .project-overlay .overlay-content ul {
  margin-left: 0;
}

.project-box .project-overlay .overlay-content ul li a i {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  height: 36px;
  line-height: 33px;
  width: 36px;
  transition: all 0.4s ease-in-out;
}

.project-box .project-overlay .overlay-content ul li:hover a i {
  background-color: #ae0055;
  color: #fff;
}



/*******************************************************
|||||||||||||||    newsletter styles    ||||||||||||||||
********************************************************/

.newsletter-section {
  background-image: url("../images/background/bg-1.jpg");
  background-position: center center;
  background-size: cover;
  padding: 90px 0;
  position: relative;
  background-attachment: fixed;
}

.newsletter-section::before {
  background-color: rgba(4, 3, 39, 0.8);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.newsletter-section {
  padding: 50px 0;
}

.inner .input-box input[type="text"] {
  background-color: transparent;
  border: medium none;
  color: #999999;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  padding: 0 15px;
  transition: all 500ms ease 0s;
  width: 100%;
}

.inner .input-box {
  border-bottom: 1px solid #5f5f5f;
}

.subscrib-btn {
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #48C7F6;
  font-weight: 600;
  padding: 13px 32px;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
}

.subscrib-btn:hover {
  background-color: #48C7F6;
  border: 1px solid #48C7F6;
  color: #ffffff;
}

/*********************************************************
|||||||||||||||    blog section styles    ||||||||||||||||
**********************************************************/

.blog-box {
  box-shadow: 0 2px 12px #d5d5d5;
  padding: 20px;
  transition: all 0.4s ease-in-out 0s;
}

.blog-box .image-holder {
  position: relative;
}

.blog-box .image-holder .date-meta h3 {
  background-color: #040227;
  bottom: 0;
  border: 1px solid #040227;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  padding: 7px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.blog-box:hover .image-holder .date-meta h3 {
  background-color: #fff;
  color: #48c7f6;
  border: 1px solid #48c7f6;
}

.blog-content {
  margin-top: 10px;
  position: relative;
}

.blog-content h3 a {
  color: #203371;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out 0s;
}

.blog-content h3 a:hover {
  color: #48C7F6;
}

.blog-content h5 {
  color: #aeaeae;
  font-size: 12px;
  font-style: italic;
}

.blog-content .meta-post {
  color: #203371;
  position: absolute;
  right: 10px;
  top: 35px;
}

.blog-content .meta-post span {
  margin-right: 25px;
}

.blog-content .meta-post span i {
  margin-right: 5px;
  color: #48c7f6;
}

.blog-content p {
  margin-bottom: 15px;
  margin-top: 20px;
}

.blog-content a {
  color: #203371;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease-in-out 0s;
}

/************************************************************
|||||||||||||||    partner section styles    ||||||||||||||||
*************************************************************/

.partner-area {
  background-color: #48c7f6;
  padding: 50px 0 40px;
}

.partner-area .partner .owl-stage-outer{
  z-index:10;   
}
.partner-area .partner .partner-item {
  border: 2px solid #eaeaea;
  height: 90px;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  text-align: center;
}
.partner-area .partner .partner-item img {
  display: inline-block;
  max-width: 100%;
  opacity: 1;
  padding: 0px 0;
  position: relative;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  width: auto;
}
.partner-area .partner .partner-item:hover{
  border: 2px solid #43c3ea;
}
.partner-area .partner .partner-item:hover img{
  opacity: .9;
}

.partner-carousel {
  position: relative;
}

.partner-carousel .owl-controls {
  display: none;
}

/***************************************************
|||||||||||||||    footer styles    ||||||||||||||||
****************************************************/

.footer-section {
  background-color:#005ec0;
  padding-top: 40px;
}

.footer-area {
  padding-bottom: 40px;
}

.footer-content {
  margin-top: 30px;
}

.footer-content p {
  color: #ffffff;
  margin-bottom: 30px;
  padding-top: 5px;
}

.footer-content .social-link ul li i {
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  transition: all 0.4s ease-in-out 0s;
  width: 40px;
}

.footer-content .social-link ul li:hover i {
  background-color: #0d4d2a;
  border: 3px solid #0d4d2a;
  color: #fff;
}

.footer-content ul li i {
  border: 1px solid #ae0055;
  color: #fff;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  transition: all 0.4s ease-in-out;
}

.footer-content .newsletter-form {
  margin-top: 30px;
}

.footer-section .footer-content .form-group {
  display: block;
  margin-bottom: 0;
  position: relative;
}

.footer-section .footer-content .form-group input[type="text"],
.footer-section .footer-content .form-group input[type="tel"],
.footer-section .footer-content .form-group input[type="email"],
.footer-section .footer-content .form-group textarea {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  color: #1c1c1c;
  display: block;
  font-size: 13px;
  height: 46px;
  line-height: 24px;
  padding: 10px 16px;
  position: relative;
  transition: all 300ms ease 0s;
  width: 100%;
}

.footer-section .footer-content .form-group input[type="submit"], 
.footer-section .footer-content button {
  background: #48C7F6 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-size: 16px;
  height: 46px;
  line-height: 42px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
}

.widget-title h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 22px;
}

.footer-content ul .link {
  margin-bottom: 12px;
}

.footer-content ul .link a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out 0s;
}

.footer-content ul .link a:hover {
  color: #fff;
}

.footer-content ul li span {
  margin-right: 5px;
  color: #ffffff;
}

.footer-content .news-post {
  position: relative;
}

.footer-content .news-post .news-content {
  margin-left: 85px;
  position: absolute;
  top: 0;
}

.footer-content .news-post .news-content h3 {
  line-height: 1;
  margin-bottom: 15px;
  margin-top: -10px;
}

.footer-content .news-post .news-content h3 a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}

.footer-content .news-post .news-content h3 a:hover {
  color: #48C7F6;
}

.footer-content .news-post .news-content h5 {
  color: #48c7f6;
  font-size: 12px;
  font-style: italic;
}

.footer-content ul li .icon {
  border: medium none;
  height: 0;
  position: absolute;
  width: 0;
}

.footer-content ul li .info {
  display: inline-block;
  font-size: 14px;
  margin-left: 33px;
}

.footer-content .contact-info {
  margin-bottom: 15px;
}

.footer-bottom-area {
  background-color: #b5b5b5;
  padding: 20px 0px;
}

.privacy-info h5,
.copy-right-info h5 {
  color: #9ea1a2;
  font-size: 14px;
  font-weight: 400;
}

.copy-right-info h5 a {
  color: #48C7F6;
}

/********************************************************
|||||||||||||||    page banner styles    ||||||||||||||||
*********************************************************/

.page-banner {
  padding: 50px 0;
  position: relative;
  text-align: center;
}

.page-banner::before {
  background-color: rgba(4, 3, 39, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.page-banner .page-content h1 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 8px;
}

.page-banner .page-content a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.page-banner .page-content .active {
  color: #ae0055;
  font-weight: 600;
}

.page-banner .page-content a span {
  margin-left: 5px;
  margin-right: 5px;
}

/***********************************************************
|||||||||||||||    about2 section styles    ||||||||||||||||
************************************************************/

.about2-section .content h4 {
  color: #203371;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}

.about2-section .content p {
  color: #5b5c5c;
}

.about2-section .content a {
  margin-top: 20px;
}

.about2-section .content-box {
  background-color: #f7f7f7;
  padding: 15px;
}

.about2-section .content-box .content {
  margin-top: 20px;
}

.about2-section .content-box .content .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.about2-section .content-box .content a {
  margin-top: 20px;
  font-weight: 500;
  color: #203371;
}

.about2-section .content a span {
  margin-left: 5px;
}


/*******************************************************
|||||||||||||||    consulting styles    ||||||||||||||||
********************************************************/

.consulting .sec-title h2 {
  color: #203371;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.consulting .content-outer {
  position: relative;
  z-index: 1;
}

.consulting .floated-image{
  position:absolute;
  left:0px;
  top:0px;  
}

.consulting .form-outer {
  box-shadow: 0 4px 8px 0 rgb(112 112 112 / 68%), 0 0px 10px 0 rgb(0 0 0 / 11%);
  margin-top: 0px;
  padding: 40px;
  position: relative;
}

.consulting .form-outer .desc-text{
  position:relative;
  margin-bottom:30px;
  line-height:2em;
  color:#5a5a5a;  
}

.consulting .default-form .form-group{
  position:relative;
  margin-bottom:25px; 
}

.consulting .default-form .form-group .field-label{
  display:block;
  line-height:24px;
  text-transform:uppercase;
  margin-bottom:10px;
  color:#232323;
  font-weight:500;
  font-size:13px;
}

.consulting .default-form .form-group .field-label sup{
  color:#ff0000;
  font-size:14px;
}

.consulting .default-form input[type="text"], 
.consulting .default-form input[type="email"], 
.consulting .default-form input[type="password"], 
.consulting .default-form select, 
.consulting .default-form textarea {
  background-color: #f7f7f7;
  border: 1px solid #ffffff;
  border-radius: 2px;
  color: #111111;
  display: block;
  font-size: 13px;
  height: 51px;
  line-height: 24px;
  padding: 10px 15px;
  transition: all 500ms ease 0s;
  width: 100%;
}

.consulting .default-form select {
  -moz-appearance: none;
  background: #f7f7f7 url("../images/icon/icon-select.png") no-repeat scroll right center;
  cursor: pointer;
}

.consulting .default-form textarea {
  height: 213px;
  resize: none;
}

.consulting .default-form select option{
  text-indent:15px; 
}

.consulting .default-form input:focus,
.consulting .default-form select:focus,
.consulting .default-form textarea:focus{
  border-color:#0D4D2A; 
}

.consulting .default-form input.error,
.consulting .default-form select.error,
.consulting .default-form textarea.error{
  border-color:#ff0000 !important;  
}

.consulting .default-form label.error{
  display:block;
  line-height:24px;
  padding:5px 0px 0px;
  margin:0px;
  text-transform:uppercase;
  font-size:11px;
  color:#ff0000;
  font-weight:500;  
}

.consulting .default-form .btn-style-one {
  background-color: transparent;
  border: 2px solid #005ec0;
  color: #005ec0;
  font-size: 15px;
  font-weight: 500;
  height: 55px;
  text-align: center;
  transition: all 0.4s ease-in-out 0s;
  width: 886px;
}

.consulting .default-form .btn-style-one:hover {
  background-color: #0D4D2A;
  color: #fff;
}



/************************************************ A to z  page *******************************************************/

@media screen and (max-width: 768px) {
  .masonry-layout{
    column-count: 0;
    column-gap: 0;
  }
}
@media screen and (min-width: 768px) {
  .masonry-layout{
    column-count: 4;
    column-gap: 0;
  }
  .display-desk{display: block;}
}


.promnu {

  height: 100%;

  display:inline-flex;


}

.promnu .link_tag:hover {

  width: 40px;
  height: 39px;

  background-color:#aaaaaa;

  box-shadow: 0px 8px 15px #aaaaaa;

  color: #fff;

  transform: translateY(-7px);

      line-height: 37px;

}

.promnu .link_tag{

  width: 40px;
  height:39px;


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

  font-size: 14px;

  /* text-transform: uppercase; */

  /* letter-spacing: 2.5px; */

  font-weight: 500;

  color: #1c8deb;

  background-color: #fff;

  border: none;

  /*border-radius: 45px;*/

  box-shadow: 0px 8px 15px #1c8deb;

  transition: all 0.3s ease 0s;

  cursor: pointer;

  outline: none;

  line-height: 37px;



}


.link_tag:hover {

  color:#aaaaaa;

  text-decoration: none;

  transition: all 0.2s linear 0s;

}

.link_tag2{

  color:#1c8deb;

}

.link_tag2:hover{

  color:#aaaaaa;

}

.sub_category {

  font-size: 15px;

  line-height: 23px;

  list-style: none;

  /* background: url(../img/footer_nav_arrow.png) 0px 9px no-repeat; */

  padding-left: 18px;

}

    .promnu {
    height: 100%;
    display: inline;}

    .promnu .link_tag {
      width: 40px;
      height: 39px;
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      /* text-transform: uppercase; */
      /* letter-spacing: 2.5px; */
      font-weight: 600;
      color:#f0f0f0;

      border: none;
      /*border-radius: 50%;*/
      box-shadow: 0px 8px 15px rgb(0 0 0 / 18%);
      transition: all 0.3s ease 0s;
      cursor: pointer;
      outline: none;
      line-height: 37px;
      margin: 2px;
      padding: 6px 6px;
      background-color: #aaaaaa;
  }

  
  .promnu .link_tag:hover {
    width: 40px;
    height: 39px;
    background-color: #1c8deb;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    color: #fff;
    transform: translateY(-7px);
    line-height: 37px;
}
.link_tag:hover {
    color: #aaaaaa;
    text-decoration: none;
    transition: all 0.2s linear 0s;
}

.promnu:hover .dropdown-content {
  display: block;
  color: #1c8deb;
  margin-left: -100px;
  opacity: 1;
}
.dropdown-content {
  position: absolute;
  top: 91%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 15px;
  font-size: 1rem;
  color: #1c8deb;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #aaaaaa;
  border-radius: .25rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 7px;
  margin: 5px 10px;
  border: 1px solid #004bb7;
  /*  box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);*/
  color: #fff;
   box-shadow: 1px 1px 2px #fc7ab7;
  clear: both;
  font-weight: 400;
  color: #004bb7;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  /* border: 0; */
  font-size: initial;
}

a:hover, a:focus, a:active {
  color: #f0442c;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}
a:hover, a:focus {
  color: #23527c;
  /*text-decoration: underline;*/
}



@media (max-width: 426px){
  .masonry-layout {
      column-count: 1;
      -webkit-column-count: 1;
      -moz-column-count: 1;
  }
  }
  /* .masonry-layout {
    column-count: 4;
    column-gap: 0;
  } */
  
  .masonry-layout__panel {
    break-inside: avoid;
    padding: 5px;
  }
  
  .cat-box {
    border: 1px solid #cdcdcd;
  }
  .masonry-layout__panel-content {
    padding: 10px;
    border-radius: 10px;
    background-image: linear-gradient(to bottom, #efefef6b 0%, #005ec024 100%);
  }

 /* .masonry-layout {
    column-count: 4;
    column-gap: 0;
}  */



.sub_category {
  font-size: 15px;
  line-height: 23px;
  list-style: none;
  /* background: url(../img/footer_nav_arrow.png) 0px 9px no-repeat; */
  padding-left: 18px;
}


@media (max-width: 767px){
.container {
    width: 300px;
}
}


/***************************** catalog page *****************************/
.catalog{padding: 0 0 60px;}
.all-cat{padding:30px 0 60px;}
/*----------------------
	1.10. Legend
------------------------------*/
.legend{padding: 35px 8px 10px;background:#fafafa;border: 1px solid #e9e9e9;position: relative;margin:40px 0 0;box-shadow: 0 0 6px rgb(0 0 0 / 20%);}
.legend h6{font-size: 19px;
  position: absolute;
  padding: 10px;
  border:1px solid #e9e9e9;
  top: -27px;
  background: #f0f0f0;
  box-shadow: 0 0 6px rgb(0 0 0 / 20%);
  /* left: 5px; */
  border-radius: 5px;
  color: #443d3d;
  text-transform: capitalize;}

  .legend ul{padding:10px;border-top:#f0f0f0;}

  .abt-li2 li {
    position: relative;
    border:1px solid #b3a1a1;
    border-left:3px solid #0877b8;
    padding:7px 30px;
    margin-top:3px;
    font-weight:600;
   }
   .abt-li2 li:hover {
     background: #e9e8e8;
   }
   .abt-li2 i {
    position: absolute;
    
    left: 0;
    padding-left:5px;
    top:10px;
    color: #0877b8;
    font-size: 17px;
   }

   


/******************************** Product at a glance ********************************************/


.cart-button button {
  font-size: 14px;
  color: #094fb7;
  background-color: #fff;
  box-shadow: 0px 1px 5px #094fb7;
  height: 31px;
  margin-right:15px;
  padding: 2px 8px;
  border-radius: 3px;
  border: 1px solid #094fb7;
}
.cart-button button:hover, .cart-button button:focus, .cart-button button:active{
  color: #fff;
  background-color: #094fb7;
}
.product_fav {
  color:  #094fb7;
  border: 1px solid #094fb7;
  display: inline-block;
  width: 37px;
  font-size: 17px;
  height: 37px;
  background: #fff;
  box-shadow: 0px 1px 5px #094fb7;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 35px;
}
.product_fav:hover 
{
  background:#094fb7;
  color:#fff;
  border: none;
}

/******************************** Product at a glance ********************************************/

/********************************************************
|||||||||||||||    catalog-list Section styles    ||||||||||||||||
*********************************************************/
.lab-1{
height: 270px;
  display: inline-block;
  padding: 0.5em;
  margin: 0 0 1em;
  width: 100%;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 2px 2px 1px 1px #066d7e; 
  border: 1px solid #9b9b9b;
  background: #FFF;
 }
 .lab-content {
  font-size: 16px;
  padding: 4px 8px;
  margin-bottom: 10px;
  border: 1px solid #9b9b9b;
  color: #aa200e;
  font-weight: 600;
}
.lab-content-1 {
  font-size: 16px;
  padding: 4px 8px;
  margin-bottom: 10px;
  border: 1px solid #9b9b9b;
  color: #fff;
  background: #005ec0;
  font-weight: 600;
}

.abt-li-1 li{    position: relative;
  padding-left: 17px;
  margin-bottom: 6px;
  margin-top: 4px;
  padding-bottom: 9px;
  margin-left: 0px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #9b9b9b;
}

.sec-color-1 {
  padding-top: 20px;
  padding-bottom: 40px;
}
.sec-color-2 {
  background-color: #ececec;
  padding-top: 50px;
  padding-bottom: 40px;
}
.sec-color {
  background-color: #f1f1f1;
  padding-top: 50px;
  padding-bottom: 40px;
}
/*****************************end*****************************/

/***************************** product ***************************************/
@media only screen and (max-width: 767px) {
  .product_d_info {
    margin-bottom: 57px;
  }
}

.product_d_inner {
  padding: 20px 30px 27px;
  border: 1px solid #005ec0;
  border-bottom-left-radius: 40px;
}
@media only screen and (max-width: 767px) {
  .product_d_inner {
    padding: 20px 20px 27px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-tab {
    margin-bottom: 58px;
  }
}
.product-details-tab:hover .s-tab-zoom.owl-carousel .owl-nav div {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 767px) {
  .product_d_info {
    margin-bottom: 57px;
  }
}


.product_info_button {
  border-bottom: 1px solid #c7c7c7;
  border-radius: 5px;
  padding: 10px;
  border-left:1px solid #d1d1d1;
  /* padding-bottom: 15px; */
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: 29px
}
@media only screen and (max-width: 767px) {
  .product_info_button ul li {
    margin-bottom: 5PX;
  }
  .product_info_button ul li:last-child {
    margin-bottom: 0;
  }
}
.product_info_button ul li a {
  display: block;
  float: left;
  text-transform: capitalize;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  background:#919191;
  line-height: 26px;
  border:#f0f0f0;
margin-right: 1px;
border-top-left-radius: 8px;
border-bottom-right-radius: 8px ;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product_info_button ul li a {
    margin-right: 25px;
    font-size: 17px;
  }
}

.product_info_button ul li a.active {
  color: #ffffff;
  background: #005ec0;
}
.product_info_button ul li a.active:hover {
  color: #fff;
  background: #919191;}
.product_info_button ul li a:hover {
  color: #fff;
  background: #005ec0;}

.product_info_button ul li:last-child a {
  margin-right: 0;
}
.product_info_content p {
  line-height: 28px;
}

.product_d_table {
  padding: 10px 0 22px;
}
.product_d_table table {
  border-top: 1px solid #ddd;
  width: 100%;
}
.product_d_table table tbody tr {
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.product_d_table table tbody tr td {
  padding: 7px 17px;
  text-align: center;
}
.product_d_table table tbody tr td:first-child {
  border-right: 1px solid #ddd;
  width: 30%;
  font-weight: 700;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  text-align: center;
}
/* 03. product section css here */
.tab-content > .tab-pane.active {
  display: block;
  height: auto;
  opacity: 1;
  overflow: visible;
}

.tab-content > .tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.abt-li li{position:relative; padding-left:25px; margin-bottom:8px; margin-left:10px;}
.abt-li i{position:absolute; left:0; top:3px; color:#1b74bb; font-size: 20px;}
.abt-li-1 li{    position: relative;
  padding-left: 17px;
  margin-bottom: 6px;
  margin-top: 4px;
  padding-bottom: 9px;
  margin-left: 0px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #008D97;
}
.product_review_form button {
  border: none;
  background: #000000;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 15px 3px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 5px;
  font-size: 13px;
}
.product_review_form button:hover {
  background: #BDA87F;
  color: #ffffff;
}
.img-bg{ box-shadow: 0 4px 8px 0 rgb(112 112 112 / 68%), 0 0px 10px 0 rgb(0 0 0 / 11%);
border-left:3px solid #bbbbbb;   padding-left:20px; padding:20px; border-bottom-left-radius: 20px;}
.content-1{padding-bottom:30px;border-bottom-left-radius: 20px; margin-left:37px;border-left: 3px solid #bbbbbb; border-bottom:1px solid #f0f0f0; padding:20px; text-align: justify;
}
/****************************************product end ********************/

/*************************************** Range of lab equipments  ******************/
.img-1{
  max-width: 55%;
  margin: auto;
  margin-top: 10px;
}
.text{color:#005ec0; font-size:15px; font-weight: 600; text-align: center; }


.imp-br{margin-bottom: 5px;background: rgb(255, 255, 255); border:1px solid #e2e1e1; border-radius: 5px; box-shadow: 0 4px 8px 0 rgb(112 112 112 / 68%), 0 0px 10px 0 rgb(0 0 0 / 11%);
}
.imp-br:hover{border:1px solid #a0a0a0;}

.ml-3{margin-top:30px; margin-bottom:20px; }

.btn-1{background: #fff; padding:7px 15px; border-radius:5px;margin-left:10px;color: #a0a0a0;font-size: 17px; border:2px solid #a0a0a0;}
.btn-2{background: #fff; padding:7px 20px; border-radius:5px; color: #a0a0a0;font-size: 17px; margin-left:7px; border:2px solid #a0a0a0;}
.btn-3{background: #a0a0a0; padding:8px 15px; border-radius:5px; color: #fff;font-size: 15px; font-weight: 500; margin-left:7px; border:2px solid #0b8ea3;}
.btn-1:hover{background: #a0a0a0; color:#fff;}
.btn-2:hover{background: #a0a0a0; color:#fff;} 
.btn-3:hover{background: #a02424; color:#fff; border:2px solid #a02424;}
.btn-4{background: #a0a0a0; padding:8px 15px; border-radius:5px; color: #fff;font-size: 15px; font-weight: 500; margin-left:7px; border:2px solid #a0a0a0;}
.btn-4:hover{background: #0b8ea3;  color:#fff; border:2px solid #a0a0a0; }
/**************************Range of lab equipments************************



/************************************************ cart page *******************************************************/


.table_desc {
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  margin-bottom: 60px;
  box-shadow: 0 4px 8px 0 rgb(112 112 112 / 68%), 0 0px 10px 0 rgb(0 0 0 / 11%);
  margin-top: 2px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;

}
.table_desc .cart_page table {
  width: 100%;
}
.table_desc .cart_page table thead tr th {
  border-bottom: 2px solid #e54379;
  border-right: 1px solid #01019f;
  font-size: 15px;
  color:#023c93;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px;
  text-align: center;
}
.table_desc .cart_page table tbody tr td {
  border-bottom: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  text-align: center;
  padding: 10px;
}
.table_desc .cart_page table tbody tr td.product_remove {
  min-width: 100px;
}
.table_desc .cart_page table tbody tr td.product_remove a {
    font-size: 20px;
    color: #023c93;
    text-decoration: none;
}
.table_desc .cart_page table tbody tr td.product_remove a:hover {
  color: rgb(158, 158, 158);
}
.table_desc .cart_page table tbody tr td.product_thumb {
  max-width: 180px;
}
.table_desc .cart_page table tbody tr td.product_thumb a img {
  width: 100px;
}
.table_desc .cart_page table tbody tr td.product_name {
  min-width: 180px;
}
.table_desc .cart_page table tbody tr td.product_name a {
  color: rgb(158, 158, 158);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.table_desc .cart_page table tbody tr td.product_name a:hover {
  color: #023c93;
  text-decoration: none;
}

.table_desc .cart_page table tbody tr td.product_quantity {
  min-width: 180px;
  
}
.table_desc .cart_page table tbody tr td.product_quantity label {
  font-weight: 500;
  margin-right: 5px;
}
.table_desc .cart_page table tbody tr td.product_quantity input {
  width: 60px;
  height: 40px;
  padding: 0 5px 0 10px;
  background: none;
  border-radius: 5px;
  border: 1px solid #1883ca;
}
.table_desc .cart_page table tbody tr td .product_total {
  min-width: 120px;
}

.cart_page table thead tr:last-child th, .table_desc table tbody tr td:last-child {
  border-right: 0;
}

.cart_submit {
  text-align: right;
  padding: 12px;
}
@media only screen and (max-width: 767px) {
  .cart_submit {
    text-align: center;
  }
}
.cart_submit button {
  border: 1px solid rgb(136, 136, 136);
  color: rgb(136, 136, 136);
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 38px;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
}
.cart_submit button:hover {
  background: #e54379;
}



.table_desc .cart_page table tbody tr td.product_remove2 a {
  font-size: 13px;
  padding: 7px 15px;
  color: #a1a1a1;
  border-radius: 50%;
border: 1px solid #a1a1a1;
}



.table_desc .cart_page table tbody tr td.product_remove3 a {
  font-size: 13px;
  padding: 7px 15px;
  color: #1883ca;
  border-radius: 50%;
border: 1px solid #1883ca;
}



.table_desc .cart_page table tbody tr td.product_remove4 a {
  font-size: 13px;
  padding: 7px 15px;
  color: #1883ca;
  border-radius: 50%;
border: 1px solid #064a78;
}


.table_desc .cart_page table tbody tr td.product_remove5 i{
font-size: 15px;
padding: 7px 15px;
color: #1883ca;
border-radius: 50%;
border: 2px solid #9b9b9b;
}

.table_desc .cart_page table tbody tr td.product_remove6 i{
font-size: 15px;
padding: 7px 15px;
color: #e54379;
border-radius: 50%;
border: 2px solid #adadad;
}

.table_desc .cart_page table tbody tr td.product_name1{color:#585858; font-size: 14px; font-weight: 600;}


/****************************************************
|||||||||||||||    Sidebar styles    ||||||||||||||||
*****************************************************/

.sidebar-page-container {
  padding: 40px 0 40px;
  position: relative;
}

.sidebar-page-container .sidebar,
.sidebar-page-container .content-side{
  margin-bottom:0px !important;  
}

.sidebar-widget.recent-articles {
  border: 5px solid #f4f4f4;
}

.sidebar .sidebar-widget{
  position:relative;
  margin-bottom:40px; 
}

.sidebar .search-box .form-group{
  position:relative;
  margin:0px; 
}

.sidebar .search-box .form-group input[type="text"], 
.sidebar .search-box .form-group input[type="search"] {
  background: #203371 none repeat scroll 0 0;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  color: #a4a4a4;
  display: block;
  font-size: 15px;
  height: 60px;
  line-height: 24px;
  padding: 10px 40px 10px 20px;
  position: relative;
  transition: all 500ms ease 0s;
  width: 100%;
}

.sidebar .search-box .form-group input:focus{
  border-color:#48c7f6; 
}

.sidebar .search-box .form-group button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #a4a4a4;
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 60px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 0;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
  color:#48c7f6;
}

.sidebar-widget .sidebar-title h3 {
  color: #959595;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.sidebar-widget .sidebar-title img {
  margin-bottom: 20px;
}

.sidebar-widget .list {
  padding-left: 20px;
}

.sidebar-widget .list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding:6px;
  border:1px solid #ccc;
}

.sidebar-widget .list li a {
  font-size: 16px;
  font-weight: 500;
  color:  #007dfe;

  transition: all 0.4s ease-in-out;
}

.sidebar-widget .list li span {
  font-size: 16px;
  font-weight: 500;
  color: #203371;
  transition: all 0.4s ease-in-out;
}

.sidebar-widget .list li a::before {
  background-color: #919191;
  content: "";
  height: 30px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.4s ease-in-out 0s;
  width: 2px;
}

.sidebar-widget .list li:hover a {
  color: #929292;
}

.sidebar-widget .list .active a {
  color: #ae0055;
}

.sidebar-widget .list li:hover span {
  color: #48c7f6;
}

.sidebar-widget .list li:hover a:before {
  opacity: 1;
}

.sidebar-widget .list-2 {
  padding: 30px 25px 0;
}

.sidebar-widget .list-2 li {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar-widget .list-2 li:last-child {
  border-bottom: none; 
}

.sidebar-widget .list-2 li a {
  font-size: 16px;
  font-weight: 500;
  color: #203371;
  transition: all 0.4s ease-in-out;
}

.sidebar-widget .list-2 li span {
  font-size: 16px;
  font-weight: 600;
  color: #203371;
  transition: all 0.4s ease-in-out;
}

.sidebar-widget .list-2 li a::before {
  background-color: #48c7f6;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  width: 3px;
}

.sidebar-widget .list-2 li .active::before {
  background-color: #48c7f6;
  content: "";
  height: 30px;
  left: 0;
  opacity: 1;
  position: absolute;
  transition: all 0.4s ease-in-out 0s;
  width: 3px;
}

.sidebar-widget .list-2 li:hover a {
  color: #48c7f6;
}

.sidebar-widget .list-2 li .active {
  color: #48c7f6;
}

.sidebar-widget .list-2 li:hover span {
  color: #48c7f6;
}

.sidebar-widget .list-2 li:hover a:before {
  opacity: 1;
}

.sidebar .popular-posts .post{
  position:relative;
  font-size:14px;
  color:#cccccc;
  padding:0px 0px;
  padding-left:100px;
  min-height:66px;
  margin-bottom:15px;
}

.sidebar .popular-posts .post:last-child{
  margin-bottom:0px;
}

.sidebar .popular-posts .post .post-thumb {
  background: #333333 none repeat scroll 0 0;
  left: 0;
  position: absolute;
  top: 5px;
  width: 86px;
}

.sidebar .popular-posts .post:hover .post-thumb img{
  opacity:0.50;
  transition: all 0.4s ease-in-out;
}

.sidebar .popular-posts .post .post-thumb img{
  display:block;
  width:100%;
}

.sidebar .popular-posts .post h4{
  font-size:13px;
  margin:0px;
  font-weight:500;
  color:#1c1c1c;
  margin-bottom:3px;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover{
  color:#48c7f6;  
}

.sidebar .popular-posts .post h4 a {
  color: #203371;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  transition: all 0.4s ease-in-out;
}

.sidebar .popular-posts .post-info{
  font-size:12px;
  color:#5a5a5a;
  color: #48c7f6;
  font-style: italic;
}

.sidebar .popular-tags a {
  border: 1px solid #e0e0e0;
  color: #203371;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  margin: 0 7px 12px 0;
  padding: 7px 14px;
  position: relative;
  text-align: center;
  transition: all 300ms ease 0s;
}

.sidebar .popular-tags a:hover{
  background-color:#48c7f6;
  border-color:#48c7f6;
  color:#ffffff;  
}

.sidebar-widget.popular-tags li {
  display: inline-block;
}

.inner-post {
  margin-bottom: 5px;
  padding: 0;
}

.sidebar-widget .flicker-post ul li {
  display: inline-block;
  padding: 4px 2px;
}

.sidebar-widget.download-link ul li {
  background-color: #f7f7f7;
  padding: 13px 20px;
  color: #48c7f6;
  font-size: 14px;
  font-weight: 500;
}

.sidebar-widget.download-link ul li i {
  color: #48c7f6;
  font-size: 18px;
  margin-right: 20px;
}

.sidebar-widget.download-link ul li span {
  color: #203371;
  float: right;
  font-size: 18px;
  margin-top: 4px;
}

.sidebar-widget.address-link ul li {
  color: #888;
  font-size: 15px;
  padding-left: 32px;
  position: relative;
}

.sidebar-widget.address-link ul li i {
  color: #48c7f6;
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 3px;
}

.inner-Tweets-carousel {
  position: relative;
}

.inner-Tweets-carousel h4 {
  color: #48c7f6;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.inner-Tweets-carousel .item p {
  color: #203371;
  font-size: 15px;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
}

.inner-Tweets-carousel .item h5 {
  font-style: italic;
  font-weight: 600;
}

.inner-Tweets-carousel .item span {
  bottom: 0;
  color: #48c7f6;
  font-size: 60px;
  left: 150px;
  opacity: 0.3;
  position: absolute;
  top: 7px;
}

.inner-testimonial-carousel {
  position: relative;
}

.inner-testimonial-carousel h4 {
  color: #48c7f6;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.inner-testimonial-carousel .item p {
  color: #203371;
  font-size: 15px;
  margin-bottom: 20px;
  text-align: center;
}

.inner-testimonial-carousel .item h5 {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.inner-testimonial-carousel .item span {
  bottom: 0;
  color: #48c7f6;
  font-size: 50px;
  left: 187px;
  opacity: 0.3;
  position: absolute;
  top: 16px;
}


/********************************************************
|||||||||||||||    Site-map    ||||||||||||||||
*********************************************************/
.site {
  color: #016c9f;
  font-size: 20px;
  font-weight: 600;
}   

.l0bg {
  background-color: : #e54379 !important
}

.l1bg {
  background-color: #127de7 !important
}

.l2bg {
  background-color: #bbbbbb !important
}

.l3bg {
  background-color: #7c7c7c !important
}

.l4bg {
  background-color:#035bb4 !important
}

.l5bg {
  background-color: #009ddc !important
}
.l6bg {
  background-color: #65A6FF !important
}
.l7bg {
  background-color: #3c6cad !important
}

.sitemap-container{
padding-left: 8%;
}

.sitemap ul {
  list-style: none;
  padding-left: 20px;
  margin: 0
}

.sitemap ul > li {
  border-left: solid #efefef 2px;
  padding-left: 15px
}

.sitemap ul > li > a {
  display: inline-block;
  max-width: 500px;
  padding: 5px 9px;;
  background: #a0a0a0;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  text-overflow: ellipsis;
  margin: 5px 0;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  font-size: 12px;
}

.sitemap ul > li > a:hover {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5)
}

.sitemap ul > li:before {
  content: "" !important;
}

.sitemap ul > li > a:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 15px;
  background: #efefef
}

/*****************************end*****************************/
.modal-title {
  margin: 0;
  color: #2854e6;
  line-height: 1.42857143;
}

.modal-header .close {
  text-shadow: 0 2px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 3.2;
  margin-top: -31px;
  background: #ed1d2d;
  padding: 6px 10px;
  color: #fff;
  border-radius:100%;
}

.modal-header .close:hover {
text-shadow: 0 2px 0 #fff;
filter: alpha(opacity=20);
opacity: 3.2;
margin-top: -31px;
background: #838383;
padding: 6px 10px;
color: #f0f0f0;
border-radius: 100%;
}

.modal-header {
padding: 15px;
border-bottom: 1px solid #ffffff;
}

.modal-footer {
padding: 15px;
/* text-align: right; */
border-top: 1px solid #ffffff;
}
.modal-content {
position: relative;
background: rgb(235, 235, 235);
border-left:5px solid #979797;
border-top:2px solid #949494;
border-top-right-radius: 20px;
border-right:5px solid #8a8a8a;
border-bottom:2px solid #868686;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
outline: 0;
}


@media (min-width: 768px){
.modal-dialog {
width: 427px;
margin: 30px auto;
}}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
  color: #0256ad;
}
.msg_inpit2 {
border-left:3px solid #9c9c9c;
}

/********************************************************
|||||||||||||||    Map Section styles    ||||||||||||||||
*********************************************************/

.map-section{
  position:relative;  
}

.map-canvas{
  position:relative;
  left:0px;
  top:0px;
  width:100%; 
}

.contact-style-one .map-canvas{
  height:670px; 
}

.map-canvas .map-data{
  text-align:center;
  font-size:13px;
  font-weight:400;
}

.map-canvas .map-data h6{
  text-transform:uppercase;
  font-size:14px;
  font-weight:600;
  text-align:center;
  margin-bottom:5px;
  color:#181818;  
}

.white{color:#fff;}

.col-1{float:left; text-align:left;}
.col-2{float:right; text-align:right;}




.company-logo-top {
  padding: 2% 4%;
  border-bottom: 1px dashed #ccc;
}
.cat-log2 {
border-bottom-left-radius: 20px;
border-top-right-radius: 20px;
margin: 0px 30px;
border: 1px solid #d0d0d0;
padding: 20px;
text-align: center;}

.error-text{color:#004bb7;  border-bottom: 1px dashed #ccc; padding-bottom: 20px;}
.text2{color:#e54379;}

.body1 {
height:500px;
}

.content-sec{padding: 20px;}
.mygrp{border: 1px solid rgb(55 104 144 / 36%);}

#myCanvas {
  border: 1px solid rgb(55 104 144 / 36%);
}

.product-name {
  position: relative;
    /* top: 50%; */
    /* margin-top: 80px; */
    /* margin-left: 15px; */
    /* margin-right: 14px; */
    transform: translateY(-50%);
    padding: 17px 10px;
    text-align: right;
    /* font-style: italic; */
    letter-spacing: 1.2px;
    font-size: 25px;
    color: #007dfe;
    background: #f3f3f3;
    border-radius: 0 5px 5px 0;
}

.links{background: #2d3c5d;
  padding: 1% 2%;
text-align: center; color:#fff;}

  a.foot-link {
    color: #ffffff;
    font-size: 18px;
}