@charset "utf-8";
/* CSS Document */
/*@import 'https://fonts.googleapis.com/css?family=Montserrat:300,500,600,700';*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,800italic,800,700italic';
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900|Roboto:300,400,500,700');
body{
	font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.5px;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    position: relative;
	color: #7a7a7a;
}

*:focus{
    outline: 0 !important;
}

a{
  color: #939598;
  outline: 0 none;
  text-decoration:none;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
}
a:active,
a:hover,
a:focus{
  text-decoration:none;
  outline: 0 none;
  color: #e8e8e8;
}
p{
	font-size: 15px;
    line-height: 25px;
    font-weight: 400;
	color: #666666;
}

h1, h2, h3, h4, h5, h6{
  margin-bottom:24px;
  line-height: 1.3;
  font-family: 'Roboto', sans-serif;
}
h1{
  font-weight: 600;	
  font-size: 22px;
  line-height:22px;
  color:#3d474a;
}
h2, .title{
  font-weight: 900;	
  font-size: 2rem;
  line-height: 37px;
  color: #3a3a3a;
  margin-bottom: 4px;
}
h3{
  font-weight: 600;	
  font-size: 20px;
  line-height:24px;
  color:#3d474a;
  margin-bottom:20px;
}
h4{
  font-weight: 600;	
  font-size: 18px;
  line-height:22px;
  color:#1a1a1a;
  margin-bottom:15px;
}
h5{
  font-weight: 600;	
  font-size: 16px;
  line-height:22px;
  color:#1a1a1a;
  margin-bottom:10px;
}
h6{
  font-weight: 600;	
  font-size: 14px;
  line-height:18px;
  color:#3d474a;
  margin-bottom:10px;
}
ul li{
	padding-bottom: 10px;
}

.color1{
	color: #1d9cf1 !important;
}
.color2{
	color: #055eaf !important;
}
.color3{
	color: #666666 !important;
}
.btn-1{
	border: 3px solid #1d9cf1;
	color: #1d9cf1 !important;
	display: inline-block;
	font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-width: 3px;
    border-style: solid;
    background-color: transparent;
	border-radius: 0;
	line-height: 30px;
    width: 140px;
}
.btn-1:hover{
	color: #fff !important;
	background-color: #1d9cf1;
}

.btn-2{
	border: 1px solid #fff;
	color: #fff !important;
	line-height: 43px;
    width: 140px;
	font-weight: 600;
}

.bg-1{
    background-color: #1d9cf1 !important;/* Blue Color */
}
.bg-2{
    background-color: #242424 !important;/* black Color */
}
.bg-gradient{
	background-image: linear-gradient(to right, #055eaf 40%, #1d9cf1);
}

/*-- Title --*/
/*.title{
	border-left-width: 3px;
    border-left-style: solid;
    padding-left: 15px;
	border-color: rgb(233, 27, 35);
}*/

/*-- Preloader CSS --*/
.preloader{
    background: #fff;
    position: fixed;
	display: flex;
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
}
.preloader img{
     height:48px;
     width:auto;
}

/*-- Google Cpatcha Resize CSS --*/
.g-recaptcha {
    transform: scale(.53);
    -webkit-transform: scale(.53);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
	height: 40px;
}

/*-- Submenu CSS --*/
.submenu ul li {
    font-size: 16px;
}

/*-- Form CSS --*/
input[type="text"]::-webkit-input-placeholder, input[type="date" i]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {  /*Chrome/Opera/Safari*/ 
  font-size: 14px;
}
input[type="text"]::-moz-placeholder, input[type="date" i]::-moz-placeholder, input[type="email"]::-moz-placeholder {  /*Firefox 19+*/ 
  font-size: 14px;
}
input[type="text"]:-ms-input-placeholder, input[type="date" i]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder {  /*IE 10+ */
  font-size: 14px;
}
input[type="text"]:-moz-placeholder, input[type="date" i]:-moz-placeholder, input[type="email"]:-moz-placeholder {  /* Firefox 18- */
  font-size: 14px;
}

/*-- Innser Pages Banner --*/
.inner-banner{
	/*background-image: url(../images/bg-image.jpg);*/
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    position: relative;
}
.inner-banner:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(29, 156, 241, 0.42);
}
.inner-banner .breadcrumb-item+.breadcrumb-item::before {
    color: #cfd0d2;
}
.inner-banner a, .inner-banner .breadcrumb-item.active {
    color: #fdfdfd;
}

/*** 

====================================================================
	Loader CSS
====================================================================

 ***/
.prelaoder {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  text-align: center;
}

/*----------- scroll top btn css -----------*/
button.scroltop { 
	height: 50px;  
	width: 50px;
	/*background: #000000;*/
	background-image: linear-gradient(to right, #055eaf, #1d9cf1);
	border :none;
	color: #fdfdfd;
	position: fixed;   
	right: 15px;   
	bottom: 15px;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0; 
	padding: 0;    
	cursor: pointer;    
	display: none;    
	text-align: center;  
	z-index: 999;
}
button.scroltop i{
	display: block;
    font-size: 22px;
    line-height: 23px;
}
.string {
    position:relative;
}
#btn-vibrate{
    animation:vibrate 2s linear 0s infinite;
    -moz-animation: vibrate 2s linear 0s infinite;
    /* Firefox */
    -webkit-animation: vibrate 2s linear 0s infinite;
    /* Safari and Chrome */
    -o-animation: vibrate 2s linear 0s infinite;
    /* Opera */
}
@keyframes vibrate {
    0% {
        top: 0px;
    }
    25% {
        top: -3px;
    }
    50% {
        top: 0px;
    }
    75% {
        top: 3px;
    }
    100% {
        top: 0px;
    }
}
/* Firefox */
@-moz-keyframes vibrate
 {
    0% {
        top: 0px;
    }
    25% {
        top: -3px;
    }
    50% {
        top: 0px;
    }
    75% {
        top: 3px;
    }
    100% {
        top: 0px;
    }
}
/* Safari and Chrome */
@-webkit-keyframes vibrate
 {
    0% {
        top: 0px;
    }
    25% {
        top: -3px;
    }
    50% {
        top: 0px;
    }
    75% {
        top: 3px;
    }
    100% {
        top: 0px;
    }
}
/* Opera */
@-o-keyframes vibrate
 {
    0% {
        top: 0px;
    }
    25% {
        top: -3px;
    }
    50% {
        top: 0px;
    }
    75% {
        top: 3px;
    }
    100% {
        top: 0px;
    }
} 

/*** 

====================================================================
	Navbar CSS
====================================================================

 ***/
.social-links li {
    background: transparent;
    border: 0px solid #fff;
	padding:0;
}
.social-links li a{
	padding: 8px 0px;
	color: #1a96eb;
	font-size: 16px;
}
.social-links li a:hover{
	color: #0358a9;
}
.navbar{
	margin-left: auto;
	padding: 16px 0;
}
.navbar-toggler {
    border-color: rgb(0, 0, 0);
	background-color: black;
}
#navbarCollapse .navbar-nav .nav-item{
	position: relative;
	padding-left: 12px;
    padding-right: 12px;
}
#navbarCollapse .navbar-nav .nav-item:before {
    position: absolute;
    right: 0;
    top: 6px;
    height: 25px;
    width: 1px;
    background-color: #e5e5e5;
    content: "";
}
#navbarCollapse .navbar-nav .nav-item:last-child:before {
    display: none;
}
#navbarCollapse .navbar-nav .nav-link {
    color: #333333;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	/*margin: 15px 0;*/
    /*padding: 0 5px;*/
    display: block;
    text-transform: uppercase;
    transition: all 0.5s ease-out;
    position: relative;
	font-family: "Roboto", sans-serif;
}
#navbarCollapse .navbar-nav .nav-link:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    left: 0;
	bottom: -20%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
	background-color: #fff !important;
}
#navbarCollapse .navbar-nav .active>.nav-link, #navbarCollapse .navbar-nav .nav-link:hover{
	color: #1d9cf1 !important;
}

#navbarCollapse li.dropdown .dropdown-menu{
	display: block;
	width: 281px;
	border: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
}
.linkWithDropdown a.dropdown-toggle {
    color: #fff;
}
#navbarCollapse .dropdown-menu{
	padding: 10px 30px 0;
	border-radius: 0;
    background: #fff;
	top: 96%;
}
#navbarCollapse .dropdown-item{
	border-bottom: 1px solid #e5e5e5;
	color: #333333;
    padding: 10px 0px;
    line-height: 29px;
    font-weight: 500;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	position: relative;
}
#navbarCollapse .dropdown-item:before{
	position: absolute;
    left: 0;
    top: 22px;
    height: 5px;
    width: 5px;
    background-color: #1d9cf1;
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#navbarCollapse .dropdown-item:hover:before{
	opacity: 1;
	visibility: visible;
}
#navbarCollapse .dropdown-item:hover{
	color: #1d9cf1 !important;
	background: transparent;
	padding-left: 16px;
}
.linkWithDropdown a.dropdown-toggle {
    cursor: pointer;
}

/*-- onHover Show Sub Menus --*/
#navbarCollapse li.dropdown:hover > .dropdown-menu {
    display: block;
	visibility: visible;
    opacity: 1;
    top: 100%;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.dropdown-toggle::after{
	display: none;
}

/*-- Below CSS for Creating Search from --*/
.search-icon{
	position: relative;
}
.search-icon img{
	margin-bottom: 10px;
    width: 18px;
	cursor: pointer;
}
#searchbox {
    padding: 12px 15px;
    position: absolute;
    top: 100%;
    background: #FFF;
    border-top: 3px solid #1d9cf1;
    width: 280px;
    z-index: 9999;
    right: 0;
	display: none;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#search_button {
    background: none;
    border: none;
    top: 5px;
    right: 5px;
    position: absolute;
    color: #000;
    font-size: 18px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    right: 8px;
}
.mobile_search {
    display: none;
}

@media only screen and (max-width: 1024px) {
  	.navbar {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: .5rem 1rem;
		margin-left: 0;
	}
	.navbar-expand-lg .navbar-toggler {
		display: block;
	}
	.navbar-nav {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column !important;
		flex-direction:  column !important;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
		width: 100%;
	}
	.navbar-collapse {
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.collapse:not(.show) {
		display: none !important;
	}
	.navbar-nav .dropdown-menu {
		position: static !important;
		float: none;
	}
	#navbarCollapse .navbar-nav .nav-link:hover, #navbarCollapse .navbar-nav .active>.nav-link, #navbarCollapse .navbar-nav .nav-link.active, #navbarCollapse .navbar-nav .nav-link.show, #navbarCollapse .navbar-nav .show>.nav-link{
		border-bottom: none;
	}
	#navbarCollapse .navbar-nav .nav-item:before{
		display: none;
	}
	#navbarCollapse li.dropdown .dropdown-menu{
		display: none;
	}
	/*-- Main Menu Link With Dropdown Section CSS --*/
	.linkWithDropdown.btn-group {
		display: block;
	}
	.linkWithDropdown a.dropdown-toggle {
		position: absolute;
		top: 0;
		left: 33%;
	}
	
	.landscap_search{
		display: none;
	}
	.navbar-expand-lg .navbar-toggler{
		display: inline-block;
	}
	.mobile_search{
		display: inline-block;
	}
}


/*** 

====================================================================
	Homepage CSS
====================================================================

 ***/
 
/* -------- * Slider CSS * --------*/
.single-banner {
    height: 530px;
}
.single-banner .itembg {
    display: none;
}
.banner-con {
    position: relative;
    z-index: 2;
}
.banner-con h3 {
    text-transform: uppercase;
    font-weight: 700;
}
.banner-con h1 {
    font-size: 70px;
    /*text-transform: uppercase;*/
    font-weight: 900;
    margin: 5px 0;
}
.banner-con p {
    font-weight: 300;
    font-size: 22px;
    padding: 0 80px;
}

.fun-fact-area {
    background-image: url(../img/footer1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	position:relative;
}
.fun-fact-area:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(47, 47, 47, 0.46);
}

/* Banner Navigation and Pagination */
.banner-area .owl-nav .owl-prev,
.banner-area .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    perspective: 1000px;
    text-align: center;
    overflow: hidden;
}
.banner-area .owl-nav .owl-prev {
    left: 0px;
}
.banner-area .owl-nav .owl-next {
    right: 0px;
}
.banner-area .owl-nav .owl-prev i,
.banner-area .owl-nav .owl-next i {
    line-height: 63px;
    width: 63px;
    font-size: 20px;
}
.banner-area .owl-nav .owl-prev i {
    float: left;
    transition: all 0.5s ease-in-out;
}
.banner-area .owl-nav .owl-next i {
    float: right;
    transition: all 0.5s ease-in-out;
}
.banner-area .owl-nav .owl-next .itemnextbg,
.banner-area .owl-nav .owl-prev .itemprebg {
    height: 80px;
    width: 134px;
    display: inline-block;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    transition: all 0.5s ease-in-out;
}
.banner-area .owl-nav .owl-next .itemnextbg {
    float: left;
    transform-origin: right;
    transform: rotateY(-91.5deg);
}
.banner-area .owl-nav .owl-prev .itemprebg {
    float: right;
    transform-origin: left;
    transform: rotateY(91.5deg);
}
.banner-area .owl-nav .owl-next:hover .itemnextbg,
.banner-area .owl-nav .owl-prev:hover .itemprebg {
    transform: rotateY(0);
}
.banner-area .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 15px;
    z-index: 2;
    text-align: center;
    transform: translateX(-50%);
}
.banner-area .owl-dot {
    padding: 15px;
    display: inline-block;
    font-size: 24px !important;
    margin: 0 10px;
	padding-top: 5px !important;
}
.banner-area .owl-dot:hover,
.banner-area .owl-dot.active {
    border-top-width: 3px !important;
    border-top-style: solid !important;
}

.banner-area .owl-nav .owl-prev i, .banner-area .owl-nav .owl-next i{
	background: #fff;
}
.banner-area .owl-dot{
	background: rgba(255, 255, 255, 0.7) !important;
}
.banner-area .owl-dot:hover, .banner-area button.owl-dot.active{
	border-top-width: 3px !important;
    border-top-style: solid !important;
	border-color: #fff !important;
	background: #fff !important;
}
.banner-area .owl-dot, .banner-area .owl-nav .owl-prev i, .banner-area .owl-nav .owl-next i{
	color: #000 !important;
}
.sec-overlay:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.page-title-con, .sec-overlay:after {
    background-color: rgba(0, 0, 0, 0.65) !important;
} 
/* Animate Css */

.animated-04s {
    animation-delay: 0.4s;
}
.animated-08s {
    animation-delay: 0.8s;
}
.animated-12s {
    animation-delay: 1.2s;
}
.banner-con{
	position: relative;
    z-index: 2;
	color: #fff !important;
}
.banner-con h1{
	font-size: 70px;
	line-height: 1.3;
    /*text-transform: uppercase;*/
    font-weight: 900;
    margin: 5px 0;
	color: #fff !important;
}

/* -------- * About CSS * --------*/
.about-section{
	position: relative;
    padding: 80px 0 50px;
    background: url(../images/about-bg.png) center center no-repeat;
    background-size: cover;
}
.about-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: .60;
    content: "";
}
.about-title h2{
	font-size:36px; 
	line-height:32px; 
	color:#1d9cf1; 
	font-weight:400; 
	text-align:right;
	padding: 16px 0;
}
.about-title h2 span{
	font-size: 19px; 
	color: #1b1a1c;
	display: block;
}
.about-text p{
    padding: 16px 0;
    padding-left: 35px;
    border-left: 2px solid #1d9cf1;
}

.about-section .icon-box {
    position: relative;
    display: inline-block;
    height: 80px;
    width: 80px;
    /*margin-bottom: 35px;*/
}
/*.about-section .icon-box .hexagon {
  height: 100%;
  width: calc(100% * 0.57735);
  display: inline-block;
  border-top: 2px solid #1d9cf1;
  border-bottom: 2px solid #1d9cf1;
  transition: all 300ms ease;
}*/
.about-section .icon-box .hexagon {
    height: 100%;
    width: calc(100% * 1);
    display: inline-block;
    border: 2px solid #1d9cf1;
    transition: all 300ms ease;
    border-radius: 50%;
    overflow: hidden;
}

.about-section .inner-box:hover .icon-box .hexagon:before,
.about-section .inner-box:hover .icon-box .hexagon:after,
.about-section .inner-box:hover .icon-box .hexagon{
	/*background-color: #1d9cf1;*/
	background-image: linear-gradient(to right, #055eaf, #1d9cf1);
}
.about-section .inner-box:hover .icon-box .hexagon{
	border: 0;
}

/*.about-section .icon-box .hexagon:before {
  position: absolute;
  top: 0;
  right: calc((100% / 2) - ((100% * 0.57735) / 2));
  background-color: inherit;
  height: inherit;
  width: inherit;
  content: '';
  -webkit-transform: rotateZ(60deg);
  -ms-transform: rotateZ(60deg);
  transform: rotateZ(60deg);
  border-top: 2px solid #1d9cf1;
  border-bottom: 2px solid #1d9cf1;
}

.about-section .icon-box .hexagon:after {
  position: absolute;
  top: 0;
  right: calc((100% / 2) - ((100% * 0.57735) / 2));
  background-color: inherit;
  height: inherit;
  width: inherit;
  content: '';
  -webkit-transform: rotateZ(-60deg);
  -ms-transform: rotateZ(-60deg);
  transform: rotateZ(-60deg);
  border-top: 2px solid #1d9cf1;
  border-bottom: 2px solid #1d9cf1;
}*/
.about-section .icon-box .icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    font-size: 36px;
    color: #1d9cf1;
    line-height: 80px;
    transition: all 300ms ease;
}
.about-section .inner-box:hover .icon-box .icon{
	color: #ffffff;
}

/* -------- * Market Segments CSS * --------*/
.segment-section{
	padding: 25px 24px 25px;
    /*background-color: #1d9cf1;*/
	background-color: #e4e4e4;
	/*margin: 15px 15px 15px 0;*/
}
.segment-section img{
	width: auto !important;
}
.segment-section h4{
	font-size: 16px;
	color: #1d9cf1;
}
.segment-section:hover{
	background-color: #1d9cf1;
}
.segment-section .white-icon, .segment-section:hover .blue-icon{
	display: none !important;
}
.segment-section:hover .white-icon{
	display: block !important;
}
.segment-section:hover h4{
	color: #fff;
}

.owl-dots{
	text-align:center;
}
.owl-carousel button.owl-dot{
	background: rgba(29, 156, 241, 0.7);
    width: 10px;
    border-radius: 50%;
    height: 10px;
    margin-right: 10px;
}
.owl-carousel button.owl-dot.active{
	background: #055eaf;
}

/* -------- * Product Group CSS * --------*/
.image-box{
	overflow: hidden;
}
.image-box .overlay-box {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 0;
    background-color: rgba(17, 147, 212, 0.7);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.image-box .overlay-box .icon {
    position: absolute;
    left: 50%;
    top: 60%;
    font-size: 35px;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.image-box .overlay-box .icon:hover{
	color: #222222;
}
.image-box:hover .overlay-box .icon{
	top: 50%;
	opacity: 1;
}
.image-box:hover .overlay-box{
	opacity: 1;
	left: 0;
	width: 100%;
}

/* -------- * Latest News CSS * --------*/
.latest-news button.owl-prev span, .latest-news button.owl-next span {
	font-size: 22px!important;
	line-height: 21px;
}
.latest-news button.owl-prev, .latest-news button.owl-next{
	background: #fff!important;
	width: 40px;
	height: 40px;
	display:none;
}
.latest-news button.owl-next {
    margin-left: 10px;
}
.latest-news .owl-dot.active{
	border: 4px solid #fff!important;
}
.latest-news .owl-dot{
	border: 4px solid #cacaca!important;
    border-radius: 50%;
	margin-left: 5px;
}
.news-block{
	position: relative;
    background: url(../images/latest-news-bg.jpg) center center no-repeat;
    background-size: cover;
}
.news-block:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #343a40;
    opacity: .76;
    content: "";
}


/*** 

====================================================================
	About Page CSS
====================================================================

 ***/
/*---- Directors Section ----*/
.main-overlay, .main-without-img {
    overflow: hidden;
}
.main-overlay .overlay {
    top: 85%;
    left: 0;
    right: 0;
    background-color: rgba(39, 147, 209, 0.8);
    overflow: hidden;
    width: 100%;
    height: 22%;
    transition: .5s ease;
}
.main-without-img .without-img {
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(39, 147, 209, 0.8);
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-overlay h6{
	color: #fff;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
}
.main-overlay .content {
	padding-top: 20px;
	color: #fff;
	font-size: 13px;
	line-height: 1.5em;
	text-align: center;
}
.main-overlay:hover h6 {
	-ms-transition: all 500ms ease 500ms;
	-moz-transition: all 500ms ease 500ms;
	-webkit-transition: all 500ms ease 500ms;
	-o-transition: all 500ms ease 500ms;
	transition: all 500ms ease 500ms;
	-webkit-transform: translateY(95px);
	-moz-transform: translateY(95px);
	-ms-transform: translateY(95px);
	-o-transform: translateY(95px);
	transform: translateY(95px);
	font-size: 18px;
	font-weight: 700;
}
.main-overlay:hover .content {
	-ms-transition: all 500ms ease 500ms;
	-moz-transition: all 500ms ease 500ms;
	-webkit-transition: all 500ms ease 500ms;
	-o-transition: all 500ms ease 500ms;
	transition: all 500ms ease 500ms;
	font-size: 15px;
	-webkit-transform: translateY(65px);
	-moz-transform: translateY(65px);
	-ms-transform: translateY(65px);
	-o-transform: translateY(65px);
	transform: translateY(65px);
}
.main-without-img .without-img h6 {
	color: #fff;
	line-height: 1.5em;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}
.main-without-img .without-img .content {
	padding-top: 0;
	color: #fff;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
}
.main-without-img .without-img .content small{
	font-size: 14px;
}
.main-without-img .without-img .content i{
	font-size: 22px;
}
.main-without-img .without-img .without-img-wrapper{
	margin-top: -28px;
}

.main-overlay .content .small, .main-overlay .content small {
	font-size: 14px;
	margin-bottom: 40px;
	line-height: 1em;
}
.main-overlay i{
	font-size: 22px;
}

.main-overlay:hover .content .small, .main-overlay:hover .content small {
	font-size: 14px;
}

.main-overlay:hover .overlay {
  top: 0;
  height: 100%;
}
/*---- Manufacturing Units Section ----*/
.tooltip-dots{
	color: #000;
	font-size: 16px;
}
.tooltip-dots.gidcMP{
    bottom: 60%;
    right: 51%;
}
.tooltip-dots.gidcDNH{
    bottom: 41%;
    right: 67%;
}
.tooltip-dots.gidcMH{
    bottom: 34%;
    right: 67.5%;
}
.tooltip-dots.gidcRMH{
    bottom: 31%;
    right: 66.2%;
}


/*** 

====================================================================
	Market Segments Page CSS
====================================================================

 ***/
ul.sidebar-list li a:hover, #productTabs .nav-link:hover, #productTabs .nav-link:focus, #productTabs .nav-link:active{
	color: #1d9cf1 !important;	
}
#productTabs .nav-item.show .nav-link, #productTabs .nav-link.active{
	color: #1d9cf1;
	font-weight: 600;
}

/*** 

====================================================================
	Investors Page CSS
====================================================================

 ***/
/*.pdf-container {
    border: 4px solid #ccc;
    background: #1486db;
}*/

.pdf-container{
	border: 1px solid rgba(0,0,0,.125);
	height: 141px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pdf-container:hover{
	background-color: #1d9cf1;
	border: 1px solid #1d9cf1;
}
.pdf-container h4{
	font-size: 16px;
}
.pdf-container:hover h4{
	color: #fff;
}

/*** 

====================================================================
	Contact Page CSS
====================================================================

 ***/
.contact-social-media i{
	background: #1d9cf1;
	color: #fff;
	font-size: 20px;
	width: 32px;
    height: 32px;
	display: flex;
    justify-content: center;
    align-items: center;
}
 
/*** 

====================================================================
	Footer CSS
====================================================================

 ***/
.footer{
	position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0px 0;
    background-color: #000000;
}
.footer:before{
        position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .80;
    background-color: #000000;
    content: '';
	background-image: url(../images/pattern-2.jpg);
    background-repeat: repeat;
    background-position: center;
    opacity: 1;
}
.footer h3{
	position: relative;
	padding-bottom: 12px;
	font-size: 19px;
}
.footer h3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    /*background-color: #1d9cf1;*/
	background-image: linear-gradient(to right, #045aab 14%, #1d9cf1);
    content: "";
}
.footer i{
	color: rgb(29, 156, 241);
    font-size: 16px;
}

.footer .contact-form .input-group-text {
    background-image: linear-gradient(to right, rgb(237, 28, 36), rgb(176, 17, 22));
}

.footer p, .footer a{
	color: #e5e5e5;
}
.footer .btn-1{
	line-height: 24px;
    width: 90px;
}
.footer-social-media i{
	color: #e5e5e5;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer-social-media i:hover{
	color: #1d9cf1;
}

.square-bullets li{
	position: relative;
	padding-left: 15px;
}
.square-bullets li:before {
    position: absolute;
    left: 0;
    top: 10px;
    height: 5px;
    width: 5px;
    background-color: #b5b4b4;
    content: "";
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.square-bullets li:hover:before{
	background-color: #1d9cf1;
}


/*** 

====================================================================
	Responsive CSS
====================================================================

 ***/
@media (min-width: 992px) and (max-width: 2500px) {
	/* Banner */
    .banner-con h1 {
        font-size: 60px;
    }
    .banner-con p {
        padding: 0;
    }
	#navbarCollapse .navbar-nav .active>.nav-link:after, #navbarCollapse .navbar-nav .nav-link:hover:after{
		opacity: 1;
		visibility: visible;
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	/* Banner */
    .banner-area .owl-nav {
        display: none;
    }
    /* Banner */
    .banner-con h1 {
        font-size: 55px;
    }
    .banner-con p {
        padding: 0;
    }
	/* Homepage About Section */
	.about-title h2, .about-text p {
		text-align: center;
	}
	.about-text p {
		border-left: 0;
		padding-left: 0;
	}
	
	/*=========== About Page CSS ===============*/
	/* Manufacturing Units CSS */
	.tooltip-dots.gidcMP {
		bottom: 55%;
        left: 49%;
	}
	.tooltip-dots.gidcDNH {
		bottom: 42%;
        left: 32%;
	}
	.tooltip-dots.gidcMH {
		left: 31%;
        bottom: 36%;
	}
}
@media only screen and (max-width:769px) {
	/*=========== About Page CSS ===============*/
	/* Manufacturing Units CSS */
	.tooltip-dots {
		font-size: 12px;
	}
	.tooltip-dots.gidcMP {
		bottom: 56%;
		right: 60%;
	}
	.tooltip-dots.gidcDNH {
		bottom: 59%;
		right: 58%;
	}
	.tooltip-dots.gidcMH {
		left: 36%;
    	bottom: 48%;
	}
}
@media (max-width: 767px){
	/* Title */
	.title {
		font-size: 24px;
	}
	/*=========== Homepage CSS ===============*/
	/* Slider */
    .banner-area .owl-nav {
        display: none;
    }
    .banner-con h1 {
        font-size: 24px;
    }
    .banner-con h3 {
        font-size: 18px;
    }
    .banner-con p {
        padding: 0;
    }
	/* Gallery */
	.gallery-3-grid .single-gallery-img {
		width: 100%;
	}
	
	/*=========== About Page CSS ===============*/
	/* Manufacturing Units CSS */
	.tooltip-dots.gidcMP {
		bottom: 55%;
        left: 49%;
	}
	.tooltip-dots.gidcDNH {
		bottom: 42%;
        left: 32%;
	}
	.tooltip-dots.gidcMH {
		left: 31%;
        bottom: 36%;
	}
	
	/*=========== Product Page CSS ===============*/
	#productTabs .nav-item{
		width: 100%;
	}
	#productTabs .nav-link{
		border: 1px solid #dee2e6!important;
		border-radius: 0;
		color: #495057;
	}
	#productTabs .nav-link.active{
		color: #fff;
		background-color: #1d9cf1
		;
		border: 1px solid #939598;
		border-radius: 0;
	}
	#productTabs .nav-link:hover, #productTabs .nav-link:focus, #productTabs .nav-link:active{
		color: #fff !important;	
	}
}