﻿@font-face {
	font-family: 'open-sans-condensed-bold';	
	src: url('../font/open-sans-condensed-bold.ttf') format('truetype');	
}
@font-face {
	font-family: 'open-sans-condensed-light';	
	src: url('../font/open-sans-condensed-light.ttf') format('truetype');	
}
@font-face {
	font-family: 'open-sans-condensed-semibold';	
	src: url('../font/open-sans-condensed-semibold.ttf') format('truetype');	
}
*::selection {
  color: #fff;
  background: #008DD2;
}



body{
	
	color:#000;
}	
p{
	font-size:16px;
	line-height:1.5;	
	font-family: "Open Sans", Sans-Serif;	
	font-weight:normal;
	color:#000;
}
ul, li, ol{
	font-family: "Open Sans", Sans-Serif;	
}


 h1, h2, h3, h4, h5, h6{
	font-family: "open-sans-condensed-bold", Sans-Serif !important;		
 }

h2 {
    font-size: 30px;
}
h3{
	font-size: 24px;
 }
h4{
    font-size: 20px;
}
 
 
 h3.sub-title {
    font-size: 22px;
    margin-bottom: 35px;
}
a:focus{outline: none; text-decoration: none;}
 .desc{
	font-family:"Open Sans";	
 }	
.d-flex{
	display:flex;	
}
.align-center{
	align-items:center;	
}
.justify-center{
	justify-content:center;
}
.justify-between{
	justify-content:space-between;
}
.sec-pad{
	padding:4em 0;
}
.sec-pad-top{
	padding:4em 0 0 0;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-50{
	margin-bottom: 50px;
}
.pd-0{padding:0px;}


.titleCvr .sub-title{	
	font-size: 1.9em;
	font-weight: 600;	
	text-transform: uppercase;
	font-family: "open-sans-condensed-semibold", Sans-Serif;
	color: #008DD2;
}
.titleCvr .title{
	color: #282C57;
	font-size: 4em;	
	text-transform: uppercase;	
	position:relative;
	font-family: "open-sans-condensed-bold", Sans-Serif;
	line-height:0.8;
	color: #282C57;
}
.titleCvr .title::after {
    background: #aaa;
    content: "";
    width: 150px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -27px;
}
.titleCvr .gallery-title{
	color: #282C57;
	font-size: 2em;		
	position:relative;
	font-family: "open-sans-condensed-bold", Sans-Serif;
	line-height:0.8;
	color: #282C57;
	text-align:center;
}
 .short-desc{
	font-family:"Open Sans";
	padding-top:3em;
	padding-bottom:3em;
	font-weight:normal;
 }
 
.dividerline{
	position:relative;
	padding-bottom:4em;
}
.dividerline::after{	
	content: "";
    background: #008ccf;    
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;   
}
.dividerline.darkblue::after{
	background: #282C57;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ff0000 !important;
    color: #000 !important;
}
.headerCvr{
	margin-bottom:25px;
}
ul.header-info {    
    margin-bottom: 0px;
}
.vc_gitem-animated-block {   
    border: 2px solid #282c57;
}


.site-loader {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
}
@keyframes atom {
  from { transform: none; }
  to { transform: translateY(-10px); }
}
@keyframes electron-circle1 {
  from { transform: rotateY(70deg) rotateZ(20deg); }
  to { transform: rotateY(70deg) rotateZ(380deg); }
}
@keyframes electron1 {
  from { transform: rotateZ(-20deg) rotateY(-70deg); }
  to { transform: rotateZ(-380deg) rotateY(-70deg); }
}
@keyframes electron-circle2 {
  from { transform: rotateY(60deg) rotateX(60deg) rotateZ(-30deg); }
  to { transform: rotateY(60deg) rotateX(60deg) rotateZ(330deg); }
}
@keyframes electron2 {
  from { transform: rotateZ(30deg) rotateX(-60deg) rotateY(-60deg); }
  to { transform: rotateZ(-330deg) rotateX(-60deg) rotateY(-60deg); }
}
@keyframes electron-circle3 {
  from { transform: rotateY(-60deg) rotateX(60deg) rotateZ(100deg); }
  to { transform: rotateY(-60deg) rotateX(60deg) rotateZ(460deg); }
}
@keyframes electron3 {
  from { transform: rotateZ(-100deg) rotateX(-60deg) rotateY(60deg); }
  to { transform: rotateZ(-460deg) rotateX(-60deg) rotateY(60deg); }
}


.atom {
  margin: 0px auto;
  width: 120px;
  height: 120px;
  position: relative;
  perspective: 300px;
  transform-style: preserve-3d;
  top: 40%;

}
.atom:before {
	content: '';
	position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #292c55;
}
.atom .electron {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
	width: 100px;
  height: 100px;
  border-radius: 50px;
  border: 2px solid #008ccf;
  transform-style: preserve-3d;
}
.atom .electron:before {
	content: '';
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #292c55;
  transform-origin: 50% 50% 0;
}
.atom .electron:nth-child(1) {
  transform: rotateY(70deg) rotateZ(20deg);
  animation: electron-circle1 3s linear infinite;
}
.atom .electron:nth-child(2) {
  transform: rotateY(60deg) rotateX(60deg) rotateZ(-30deg);
  animation: electron-circle2 3s linear infinite;
}
.atom .electron:nth-child(3) {
  transform: rotateY(-60deg) rotateX(60deg) rotateZ(100deg);
  animation: electron-circle3 3s linear infinite;
}
.atom .electron:nth-child(1):before {
  transform: rotateZ(-20deg) rotateY(-70deg);
  animation: electron1 3s linear infinite;
}
.atom .electron:nth-child(2):before {
  transform: rotateZ(30deg) rotateX(-60deg) rotateY(-60deg);
  animation: electron2 3s linear infinite;
}
.atom .electron:nth-child(3):before {
  transform: rotateZ(-100deg) rotateX(-60deg) rotateY(60deg);
  animation: electron3 3s linear infinite;
}



.main-navigation{
	float: none;
}
.header2 .sub-menu {   
    background-color: #fff;
    padding: 0;
    margin: 0;
}
.header2 .sub-menu>li>a {   
    color: #000;    
}
.header2 .sub-menu>li>a:focus, .sub-menu>li>a:hover {
    outline: none;
    color: #ffffff;
    background-color: #008ccf;
    text-decoration: none;
}
.header2 .navbar-nav>li>.dropdown-menu {    
    padding-top:0;
	padding-bottom:0;
	
}
.header2 .navbar-nav>li>.dropdown-menu li{
	border-bottom:1px solid #dfdfdf;
	text-transform:uppercase;
	font-family: "open-sans-condensed-bold", Sans-Serif;
}
.header2 .navbar-nav>li>.dropdown-menu li a{
	font-size: 16px;
}
.header2 #main-navigation-wrapper .nav > li > a {   
    font-size: 16px;	
}
.sub-menu > li.kopie > a {
    padding-left:5px;
}
 .header2 .navbar-nav>li>.dropdown-menu li a{
	font-size: 16px;
	padding:15px 20px;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   padding: 0;
   margin-top:-6px;margin-left:-1px;
   
 }  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
.header2 .navbar-nav>li>.dropdown-menu li:last-child {
    border-bottom: none;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }
.sub-menu > li > a:hover, .sub-menu > .active > a:hover {
  text-decoration: none;
    color: #ffffff;
    background-color: #008ccf;
} 
.sub-menu {   
    border-radius: 0px;
}

.navbar{
	margin-bottom: 0px;
}
.navbar-default{
	width: 100%;
    float: left;   
    height: 64px;
    background: #131313;
    z-index: 1009;
    border-radius: 0px;
    border: 0px;
}
.navbar-static-top{
    background: none;
    margin-bottom: -32px;
}
.navbar-collapse{
	background: #008ccf;
    position: relative;
    border-radius: 10px;
}
.nav > li {
    padding: 14px 7px;
}
.navbar-default .navbar-nav>li>a{
    font-size: 16px;
    padding: 5px 25px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
	transition-duration: 0.5s;
	font-family: "open-sans-condensed-bold", Sans-Serif;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #292c55;   
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	outline: none;
}

    
    
    

.sub-menu .menu-item-has-children:hover>.sub-menu{
	top: 0;
    left: 100%;
 animation: fadeIn ease 1s;
 margin: 0;
}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.sub-menu{
	    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 240px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

	


	
	
    


	

.sub-menu li a{
	padding: 8px 20px;
    font-size: 15px;
	display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
    font-family: 'open-sans-condensed-semibold';
}
.sub-menu li:last-child a{border: none;}
#main-navigation-wrapper.navbar-default.sticky_header{
	display: none;
}
.nav > li:hover > a {
    background: none;
    color: #292c55;
}
.header-info .content-wrap i{
	transition-duration: 0.9s;
	font-size: 16px;
	height: 40px;
	width: 40px;
}
.header2 .logo img {
    max-width: 240px;
}







.header-info .content-wrap:hover i{
	color: #ffffff;
	background-color: #008ccf;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}
.header2 .header-info .content-wrap .header-contact span.phone a {	
	color:#000;	
	font-family:Open Sans;
	text-decoration:none;	
	font-weight: normal;
}
.header2 .header-info .content-wrap .header-contact span {   
    padding-bottom: 0.2em;
	font-family: "open-sans-condensed-bold", Sans-Serif;	
}
.header2 #minimal-bootstrap-carousel .carousel-caption p {
    font-family:"Open Sans";
}

.header2 .header-info .content-wrap .header-contact span.phone a {	
	color:#000;	
	font-family:Open Sans;
	text-decoration:none;	
	font-weight: normal;
}
.header2 .header-info .content-wrap .header-contact span {   
    padding-bottom: 0.2em;
	font-family: "open-sans-condensed-bold", Sans-Serif;	
}
.header2 #minimal-bootstrap-carousel .carousel-caption p {
    font-family:"Open Sans";
}


.hm-abt-section{
	background-image: url('../image/hm-abt-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
	position: relative;
}
.hm-abt-section .hm-abt-iconCvr p{
	font-family: "open-sans-condensed-bold", Sans-Serif;		
}
.hm-abt-section .hm-abtCvr{
	background-image: url('../image/dot-pattern.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: ;
	height: auto;
	padding: 4em 0;	
}
.hm-abt-section .hm-abtCvr .hm-abt-icon-1,.hm-abt-section .hm-abtCvr .hm-abt-icon-2, .hm-abt-section .hm-abtCvr .hm-abt-icon-3,.hm-abt-section .hm-abtCvr .hm-abt-icon-4{
	flex-direction:column;
	padding: 10px;
    border-radius: 5%;
    width: 200px;
    text-align: center;
    height: 200px;   
	 box-shadow: 0px 0px 6px #00000029;
}	
.hm-abt-section .hm-abtCvr .hm-abt-icon-1 {	
    background-color: #fff; 	
    margin-top: -15px;   
	position:relative;
	z-index:10;
}
.hm-abt-section .hm-abtCvr .hm-abt-icon-2{	
    background-color: #008ccf;
    margin-left: -30px;   
}
.hm-abt-section .hm-abtCvr .hm-abt-icon-4 {    
    background-color: #fff;  
    margin-left: -45px;
    margin-top: -30px;    
}
.hm-abt-section .hm-abtCvr .hm-abt-icon-3{	
    background-color: #008ccf;
    margin-left: -20px;  
    margin-top: -40px;   
}
.hm-abt-section .hm-abtCvr .icon-txt{
	padding: 15px 0;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 0;
}
.hm-abt-section .hm-abt-iconCvr img {
	width: 70px;
	
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;	
}

.hm-abt-section .hm-abt-iconCvr .hm-abt-icon-1:hover img,
.hm-abt-section .hm-abt-iconCvr .hm-abt-icon-2:hover img ,
.hm-abt-section .hm-abt-iconCvr .hm-abt-icon-3:hover img ,
.hm-abt-section .hm-abt-iconCvr .hm-abt-icon-4:hover img  {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    cursor: pointer;
}



.hm-abt-section .hm-abtCvr .icon-txt.white {
	color:#fff;
}
.hm-abt-section .hm-abtCvr .hm-abt-txtCvr .sub-title,
.abt-intro-section .hm-abt-txtCvr .sub-title{
	font-size: 18px;
	font-weight: 700;	
	color: #008DD2;
	text-transform: capitalize;	
	font-family: "open-sans-condensed-bold", Sans-Serif;	
}
.hm-abt-section .hm-abtCvr .hm-abt-txtCvr .title,
.abt-intro-section .hm-abt-txtCvr .title{
	font-size: 40px;	
	color: #282C57;
	text-transform: capitalize;
}
.hm-abt-section .hm-abtCvr .hm-abt-txtCvr .desc{
	margin-bottom:2em;
	text-align: justify;
}
.hm-abtCvr.abt-divide-line{
	position:relative;
}
.hm-abtCvr.abt-divide-line::after{
	content: "";
    background: #008ccf;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: -60px;
    left: 0;
}


.hm-product-section .titleCvr .sub-title{
	color: #008DD2;
    font-size: 1.9em;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.hm-product-section .titleCvr .title{
	color: #282C57;
	font-size: 4em;	
	font-weight: 700;	
	text-transform: uppercase;
}
.hm-product-section .titleCvr p{		
	color:#000;
}
.hm-product-section .product-listCvr .content{
	margin: 10px;
}

.grid figure {
	
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 230px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 1em;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eaeaea;
	}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h3 {
    font-weight: 500;
    font-size: 18px;    
    border-top: 1px solid #292c55;
    padding: 11px 0;
    margin-bottom: 40px;  
}


.grid figure:hover {
    background: #292c55;
}

.grid figure:hover a {
    color: #fff;
    
}

.grid figure:hover .description {
    border-top: 1px solid #fff;
    padding-top: 14px;
}

.hm-product-section figure.effect-lily h3,.hm-product-section figure.effect-lily p {
    -webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,40px,0);
} 

.hm-product-section figure.effect-lily:hover figcaption > div{
    height: 100%;
}

.grid figure h3 a{
    color: #292c55;
    text-decoration: none;
    text-transform: capitalize;
}
.grid figure h2:hover a{
	
	text-decoration: none;
}
.grid figure h2 span {
	font-weight: 800;
}
.grid figure p {
	font-size: 14px;	
	text-transform: initial;	
	
}
figure.effect-lily img {
	
    width: 175px;
    transition: opacity 0.35s, transform 0.35s;
    margin-top: -3em;
    opacity: 0.3;
}
figure.effect-lily figcaption {
	text-align: left;
}
figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 25px;
	width: 100%;
	height: 50%;
}
figure.effect-lily:hover figcaption > div{
	height: 90%;
}
figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}
figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}
 figure.effect-lily:hover img{	
	opacity: 0;
} 
figure.effect-lily:hover p {
	opacity: 1;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-lily:hover h2,figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}


.hm-app-section .titleCvr .title{
	color: #282C57;
}
.hm-app-section .titleCvr .sub-title{
	color: #008DD2;
}
.hm-app-section .titleCvr p{		
	color: #000;
}
.hm-app-section .hm-app-listCvr{
	margin-top: 1em;
}
.hm-app-section .hm-app-listCvr .hm-app-iconCvr{
	display: flex;
	align-items: center; 
	justify-content: center;
	flex-direction: column;
}
.hm-app-section .hm-app-listCvr .hm-app-iconCvr .hm-app-iconimg{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	background-color: #282C57;
	margin-bottom: 10px;
	transition: .5s;
}
.hm-app-section .hm-app-listCvr .hm-app-iconCvr .hm-app-icontxtCvr {
    min-height: 50px;
}
.hm-app-section .hm-app-listCvr .hm-app-iconCvr .hm-app-iconimg img{
	width: 50%;
}
.hm-app-section .hm-app-listCvr .hm-app-iconCvr:hover .hm-app-iconimg{
	background-color: #008DD2;
	cursor: pointer;
}
.hm-app-section .hm-app-listCvr .hm-app-iconCvr .hm-app-icontxtCvr .icon-txt{
	font-family: 'open-sans-condensed-bold';		
	font-weight: 700;
	color: #282C57;	
	text-align: center;
	line-height:1.2;
}


.client-section{	
	background-color: #282C57;
}
.client-section .titleCvr .sub-title{	
	color: #fff;
}
.client-section .titleCvr .title {
    color: #ffffff;
}
.client-section .titleCvr .title::after{
	background: #fff 0% 0% no-repeat;	
}
.client-section .titleCvr p{	
	color: #fff;
}
.client-section .short-desc {    
    padding-bottom: 1em;
}
.client-section .client-carousel{	
	
}
.client-testimonial-item {
    max-width: 600px;
	margin: 0 auto;
}
.client-section .owl-carousel .owl-nav button.owl-prev, .client-section .owl-carousel .owl-nav button.owl-next{
   display:none;
}
.client-section .owl-carousel .owl-dots .owl-dot span{
	width: 30px;
    height: 6px;
}
.client-section .owl-carousel .owl-dots .owl-dot.active span{
	background:#008ccf;
}
.client-section .owl-carousel .owl-dots .owl-dot:hover span{
	background:#008ccf;
}


.client-section .client-carousel .client-testimonial-item img{
	
	
}
.client-section .clientCarouselCvr{
	overflow:hidden;
}

.client-section .clientCarouselCvr .carousel-control.left, .client-section .clientCarouselCvr .carousel-control.right{
	background-image:none;	
}
.client-section .clientCarouselCvr .modal{
	padding-top:10px;
}
.client-section .clientCarouselCvr .modal-dialog {
    width: 60%;
}
.client-section .clientCarouselCvr .carousel-control {
	opacity:1;
}
.client-section .clientCarouselCvr .modal-header .close{  
	font-size: 30px;
    opacity: .8;
}
.client-section .clientCarouselCvr .modal-header {    
    font-weight: 600;
    font-size: 22px;
}


.testimonial-section{	
	
}
.testimonial-section .testimonial-carousel{
	margin-top: 5em;
    margin-bottom: 3em;
	position: relative;
}
.testimonial-section .testimonial-carousel::before{
	content: "";
	background-image: url('../image/left-icon.png');
	background-repeat:no-repeat;
	background-size:contain;	
	width: 50px;	
	height: 100%;
	position: absolute;
	top: 0;
	left: -120px;	
}
.testimonial-section .testimonial-carousel::after{
	content: "";
	background-image: url('../image/right-icon.png');
	background-repeat:no-repeat;
	background-size:contain;	
	width: 50px;	
	height: 100%;
	right: -130px;	
	position: absolute;
	top: 0;
}
.testimonial-section .testimonial-carousel .testimonial-item{
	padding: 2em 2em;
}
.testimonial-section .testimonial-carousel .testimonial-item .desc{
	font-weight:normal;
	text-align:center;
}
.testimonial-section .testimonial-carousel .testimonial-item .description{
	color: #000;	
	margin-bottom: 25px;
}
.testimonial-section .testimonial-carousel .testimonial-item .author-name{
	color: #008DD2;
    font-size: 16px !important;
    font-weight: 700;
    margin-top: 2em;
	margin-bottom: 0;
    text-transform: uppercase;
	font-family: Open Sans;
	font-size: 14px;
}
.testimonial-section .testimonial-carousel .testimonial-item .author-desig{
	color: #CBCBCB;
	font-size: 16px; 	
	text-transform: uppercase;
	font-family: "Open Sans";
	position: relative;
}
.testimonial-section .testimonial-carousel .testimonial-item .author-desig::after{
	background: #CBCBCB 0% 0% no-repeat;
    content: "";
    width: 30%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 3em;
}
.testimonial-section .testimonial-carousel.owl-theme .owl-dots {
	margin-top: 10px !important;
}
.testimonial-section .testimonial-carousel.owl-theme .owl-dots .owl-dot span {
	width: 11px;
    height: 11px;
    border: 1px solid #707070;
    margin: 5px 5px;
    background: transparent ;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.testimonial-section .testimonial-carousel.owl-theme .owl-dots .owl-dot.active span, .testimonial-section .testimonial-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #008DD2;
}


.hm-contact-section .contct-form{
	margin-top: 1em;
}
.hm-contact-section .formCvr input:not([type="submit"]), .hm-contact-section .formCvr textarea ,.hm-contact-section .formCvr input([type="submit"]){
    width: 100%;
}



.blog-section .blog-listCvr{
	margin: 0 1em 5em;
}
.blog-section .blog-listCvr .blog-imgCvr img{
	width:100%;
	border-radius: 10px 10px 0 0;
	transition:0.5s;
}
.blog-section .blog-listCvr .blog-imgCvr img:hover{
	transform: scale(1.025);	
}
.blog-section .blog-listCvr  .blog-titleCvr{
    background-color: #fff;    
    box-shadow: 1px 1px 6px #00000029;
    text-align: center;
    padding: 25px;
    border-radius: 10px;
	min-height: 160px;
    margin: 0 10px;
    margin-top: -35px;
    position: relative;
    z-index: 1;
}
.blog-section .blog-listCvr .post-date{	
	color: #000;
	margin: 0 0 15px;
	font-family:"Open Sans";
	font-size: 14px;
	font-weight:500;
}
.blog-section .blog-listCvr .post-title{
	margin: 0;
	text-transform: initial;
	font-size: 20px;
    line-height: 1.1;
}
.blog-section .blog-listCvr .post-title a {
    color: #282c57;
	font-weight: 700;
	font-size:16px;
	
	font-family:"Open Sans";
	text-decoration:none;
}
.recent-blog .titleCvr .title{margin-bottom: 1.5em;}

.blog-imgCvr a.post-thumbnail:hover,.blog-imgCvr a.post-thumbnail:focus{
	opacity:1;
}



									

.inner-page-banner-section{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height:70vh;
	position: relative;
}
.inner-bannerCvr{
	display:flex;
	justify-content:center;
}
.inner-page-banner-section .overlay{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 0;
	text-align: left;
	text-shadow: none;
	background: #0000006E !important;
} 
.inner-page-banner-section .banner-titleCvr .banner-title{
	font-size: 3.2em;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	text-align:center;
	font-family: "open-sans-condensed-bold", Sans-Serif !important;
}


.abt-intro-section{
	padding-top:10em;
    position: relative;
}
.abt-intro-section::before{		
	content: '';
    position: absolute;
    background-image: url(../image/dot-pattern.png);
    width: 50%;
    top: 155px;
    bottom: 155px;
    left: 0;
    right: 0;  
    margin: 0 auto;
}
.abt-intro-section .dividerline{
	padding-bottom: 9em;
}
.abt-intro-section .intro-imgCvr{
	position: relative;
	z-index: 1;	
	text-align:center;
}
.abt-intro-section .intro-imgCvr::before{
	background-color: #008DD2;	
	position: absolute;
	content: "";
	z-index: -1;
	top: -50px;
	bottom:-50px;
	width: 360px;	
	right:0;
}
.abt-intro-section .intro-imgCvr img{
	max-width: 80%;
	box-shadow: 3px 3px 2px #545353;
}
.abt-intro-section .hm-abt-txtCvr{
	background-color: #FFF;
    padding: 4em;
    box-shadow: 0px 0px 6px #00000029;
    margin-left: -11em;    
    z-index: 2;
	position:relative;
}
.abt-intro-section .hm-abt-txtCvr .desc{
	text-align:justify;
}


.abt-certi-section .short-desc {padding-bottom: 0em;}
.abt-certi-section .abt-certi-listCvr {
    margin: 3em 0 2em;
}
.abt-certi-section .abt-certi-listCvr .certi-img{
	padding: 0px;
}
.abt-certi-section .abt-certi-listCvr .certi-img img{
	width: 100%;
	height: auto;
	transition:1s;
}
.abt-certi-section .abt-certi-listCvr .certi-img img:hover{
	transform:scale(1.110);
}



.abt-dir-section .dir-dtlCvr .dir-imgCvr{
	padding: 30px;
}
.abt-dir-section .dir-dtlCvr .dir-imgCvr img{
	width: 100%;	
}
.abt-dir-section .dir-dtlCvr  .dir-nameCvr{
  margin-top: 15px;
}
.abt-dir-section .dir-dtlCvr .dir-nameCvr p.dir-name{
	font-family: 'open-sans-condensed-bold';	
	font-size: 26px;	
	color: #000;
	font-weight: 700;
}
.abt-dir-section .dir-dtlCvr .dir-nameCvr p {		
	color: #000;
	font-size:18px;
	font-weight:700;
	font-family: 'open-sans-condensed-light';	
}
.abt-dir-section .dir-dtlCvr .dir-txtCvr p {
	padding-top:4em;
	padding-bottom:2em;
} 


											

.career-section{	
	position: relative;
}
.career-section .titleCvr .sub-title{
	color: #008DD2;
    font-size: 1.9em;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.career-section .titleCvr .title{
	color: #282C57;
	font-size: 4em;	
	font-weight: 700;	
	text-transform: uppercase;
}

.career-section .titleCvr p{		
	color:#000;
}
.career-section .formCvr{
	margin-top: 1em;
}
.formCvr input:not([type="submit"]), .formCvr textarea , .formCvr select {
	height: auto;
    padding: 15px 30px;
    margin-bottom: 15px;
    border: 1px solid #008DD2;
    width: 100%;
    border-radius: 35px;
}
.formCvr input:not([type="submit"]):focus, .formCvr textarea:focus , .formCvr select:focus {	
    border: 1px solid #282C57;
}

.formCvr textarea{
	border-radius: 25px;
}
.formCvr input[type="submit"]{
	height: auto;
    padding: 15px 30px;
    border: 1px solid #008DD2;
    width: 100%;
    border-radius: 35px;
    text-align: center;
    background-color: #008DD2;
    color: #fff;
    font-size: 18px !important;
	font-weight: 600 !important;
    margin-top: 25px;
    letter-spacing: 1px;
	font-family: "Open Sans";
	text-transform: uppercase;
}
.formCvr input[type="submit"]:hover{
	transition:.5s;
     background:#292c55;
     color:#fff;
	 border-radius: 25px;
	border: 1px solid #292c55;
}

	
    
    
    
    

.formCvr input::placeholder, .formCvr textarea::placeholder, .formCvr select, .formCvr select option{
	font-size: 14px !important; 
	font-weight: normal !important;
	font-family: "Open Sans";
	color: #000;
}
.formCvr input:focus, .formCvr textarea:focus, .formCvr select:focus{
	background-color: #fff !important;
	outline: none;
}
.formCvr select{
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 25px) calc(1.5em + 2px), calc(100% - 20px) calc(1em + 9px), calc(100% - 2.5em) 0.5em;
    background-size: 7px 5px, 6px 5px, 0px 1.5em;
    background-repeat: no-repeat;
    appearance: none;
}
.formCvr select[optiopn:selected]{
background-color:white;
}
.formCvrselect:focus::-ms-value {background-color: white; color:#000;}
.formCvr input, .formCvr select, .formCvr textarea{
	font-size: 14px !important; 
	font-weight: normal !important;
	font-family: "Open Sans";
    background-color: transparent;
}
.career-section .formCvr input[type="file"] {
	display: inline;
		font-size: 14px !important; 
	font-weight: normal !important;
	font-family: "Open Sans";
	color: #707070;	
}
.career-section .formCvr  input::file-selector-button {
	font-size: 14px !important; 
	font-weight: 500 !important;
	font-family: "Open Sans";
	color: #000;
	background-color:#008DD26E;
	border: none;
	margin-right: 10px;
}

											

.contact-section{	
	
}
.contact-section .titleCvr .sub-title{
	color: #008DD2;
    font-size: 1.9em;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.contact-section .titleCvr .title{
	color: #282C57;
	font-size: 4em;	
	font-weight: 700;	
	text-transform: uppercase;
}

.contact-section .titleCvr p{		
	color:#000;
}
.contact-section .formCvr{
	margin-top: 1em;
}

												

.blog-banner-section{
	background-image: url('/wp-content/themes/thermosag/assets/images/contact-banner.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 380px;
	position: relative;
}
.blog-banner-section .overlay{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 0;
	text-align: left;
	text-shadow: none;
	background: #0000006E !important;
}
.blog-banner-section .banner-titleCvr{
	padding: 11em 0;
}
.blog-banner-section .banner-titleCvr .banner-title{
	font-size: 3em;
	font-weight: 700;
	color: #fff;
	line-height: 1.6;
	text-transform: uppercase;
}
.blog-section{	
	position: relative;
    padding: 4em 0 2em;
}
.blog-section .titleCvr .sub-title{
	color: #008DD2;
    font-size: 1.9em;
    font-weight: 500;
    text-transform: uppercase;   
    padding: 0;
}
.blog-section .titleCvr .title{
	color: #282C57;
	font-size: 4em;	
	font-weight: 700;	
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

.blog-section .titleCvr p{		
	color:#000;	
}



.service-section .serviceBlockCvr .serviceList {
	list-style-type: none;
    padding: 0;	
}
.service-section .serviceBlockCvr .serviceList li{
    font-size: 24px;
    padding-left: 2em;
    position: relative;
    line-height: 2.5;
    font-family: "open-sans-condensed-bold", Sans-Serif !important;
	margin: 0;
}
.service-section .serviceBlockCvr .serviceList li:before{
    background-image: url(../image/arrow-right.svg);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 20px;
}
.service-section .serviceBlockCvr .serviceList.rg-side{
	 padding-left: 5em;
}
									
									
.product-desc p{
	font-family: "Open Sans";
}
ul.list{
	font-family:"Open Sans";
	padding: 0 !important;	
	font-size: 16px;
	list-style: none;
    word-break: break-word;

}
ul.list li{
	margin-bottom: 10px;
    padding-left: 2em;
    position: relative;
}
ul.list li::before{
	background-image: url(../image/arrow-right.svg);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 4px;	
}
.product-desc ul.benefits-list{
	font-family:"Open Sans";
	padding-left: 0px;	
	font-size: 16px;
	list-style: none;
}
.product-desc ul.benefits-list li{
	margin-bottom: 15px;
    padding-left: 2.5em;
    position: relative;
}
.product-desc ul.benefits-list li::before{
	background-image: url(../image/check-circle.svg);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;	
}
.product-images-display-section .product-images-Cvr{
    background-image: url('../image/dot-pattern.png');
	background-repeat: no-repeat;
    background-size: cover;    
    background-position: center center;	
}
.product-imageBlock-left{
	margin-top: 2em;
}
.product-imageBlock-right{
	position: relative;
    margin-top: 6em;
    margin-left: 1.5em;
	margin-bottom: 4em;
}
.product-imageBlock-right:after{
	background-color: #282C57;
    position: absolute;
    content: "";
    z-index: -1;
    top: -30px;
    bottom: -30px;
    width: 360px;
    right: 0;
}
.product-img-1{
	width:100%;
	transition:0.5s;
}
.product-img-1:hover {
    transform: scale(1.025);
}
.product-img-2{
	width:95%;
	box-shadow: 0px 0px 6px #00000029;
	transition:0.5s;
}
.product-img-2:hover {
    transform: scale(1.025);
}
.product-textCvr .title{
	color: #282C57;
    text-transform: capitalize;
    font-size: 2em;
}
.product-textCvr .sub-title{
	padding-top:1em;
	padding-bottom:1em;	
	margin-bottom:0;
	font-family: 'Open Sans'!important;
	font-weight: 600;
	text-transform: inherit;
	font-size: 1.5em;
}
.product-intro-section .slider-header-requestbtn{
    margin-top: 2em;
    padding: 12px 3em;
    letter-spacing: 1px;
}
.product-types-section .slider-header-requestbtn{
    margin-top: 2em;
    padding: 12px 3em;
    letter-spacing: 1px;
	display: inline-block;
    float: initial;
}
 
.request-quote-section{
	background-color: #282C57;
	padding: 10em 0;
}
.request-quote-textCvr .title{
	color: #fff;
	font-size:3.5em;
	position:relative;
	text-transform:capitalize;
	padding-bottom: 0.5em;
}
.request-quote-textCvr .title::after {
    background: #fff;
    content: "";
    width: 150px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -3px;
}
.request-quote-textCvr p{
	color: #fff;
}
.request-quote-section .formCvr input:not([type="submit"]){
    width: 100%;
	padding: 15px 30px;
	margin-bottom: 15px;
    background-color: #fff;
}
.request-quote-section .formCvr input[type="submit"]{
	width: 100%;
	padding: 12px 30px;
	font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    background-color: #008DD2;
	  margin-top: 10px;
    color: #000;
    border: 1px solid #008DD2;
	}
.request-quote-section .formCvr input[type="submit"]:hover{    
	transition: .5s;
    background-color: #fff;
    color: #008DD2;
    border-radius: 25px;
    border: 1px solid #008DD2;
}
.request-quote-section .formCvr button {  
    color: #282C57;
}
.request-quote-section .formCvr p{margin:0;}
.request-quote-section .formCvr .wpcf7 form.invalid .wpcf7-response-output, .request-quote-section .formCvr .wpcf7 form.unaccepted .wpcf7-response-output, .request-quote-section .formCvr .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900!important;
    color: #fff!important;
	margin: 0;
}
.wpcf7 form .wpcf7-response-output{color: #fff;}

 
.product-brochure-section{
	background-color: #282C57;
	padding: 8em 0;
}
.product-brochure-section .brochure-desc{
	 color: #fff;
    font-size: 22px;
    font-family: Open Sans, Regular;
    font-weight: 400;
    line-height: 1.6;
}
.product-brochure-section .slider-header-requestbtn.white{
	margin-top: 2em;
    padding: 12px 2em;
    letter-spacing: 1px;
    display: inline-block;
    float: initial;
    background: #fff;
    color: #000;
}
.product-brochure-section .slider-header-requestbtn.white:hover{
	color: #fff;
}
.product-brochure-section .slider-header-requestbtn.white:hover::before {
    background: #008bcc;
    border-radius: 25px;
}
 a.slider-header-requestbtn.white:before {
     background:#008bcc;
     color:#fff;
	 border-radius: 25px;
}

 
.table-responsive table{
	width: 100%;	
}
.tableCvr th{
    font-family: open-sans-condensed-bold;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 11px;
    border: 2px solid #282c5738 !important;
    color: #fff;
    background: #008dd2;
    text-transform: uppercase;
	white-space: break-spaces !important;
	vertical-align: middle !important;
	word-break: break-all;
}
.tableCvr td:first-child{
	font-weight:700;	
	word-break: break-word;
}
.tableCvr td {
	font-family:Open Sans;
	font-weight:500;
    padding: 11px;
    text-align: center;
    border: 2px solid #282c5738;
	padding: 10px !important;
	vertical-align: middle !important;
}
.tableCvr tr:nth-of-type(even){
    background-color: #282C5738;
    color: #000;
}
.tableCvr tr:nth-of-type(odd){
    background-color: #fff;
    color: #000;
}
 
 
.product-comparision-section .flowImgCover .flow-img{
	max-width:100%;
	padding:1em 0;
}
.product-comparision-section .pad-both{
	padding:0 3em;
}
.comparison-border	{
	border: 2px solid #008dd299;
    border-top: 0;
}
.comparisionBlock h3.sub-title{
	text-align: center;
    background-color: #008DD2;
    color: #fff;
    padding: 10px 0;
}
.comparisionBlock.border{
	position:relative;
	border-right: 2px solid #008dd299;
	height: 100%;
}
.comparisionBlock.border:after{
	content:'';
	position:absolute;
	height:44px;
	width:2px;
	top:0;
	right:-2px;
	bottom:0;
	background-color:#fff;
}
.coparisionListCvr{padding: 20px;}
.comparisionBlock .comparisionImgCvr{
	margin: 20px;
}
.comparisionBlock .comparisionImgCvr img{
	max-width:100%;
	padding: 20px;
}
 
 
.titleCvr .gallery-title{
	color: #282C57;
	font-size: 2em;		
	position:relative;
	font-family: "open-sans-condensed-bold", Sans-Serif;
	line-height:0.8;
	color: #282C57;
}
.titleCvr .gallery-title::after {
    background: #008DD2;
    content: "";
    width: 10%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
}
.gallery-section .gallery-carousel{
	margin: 6em 0 0;
}
.gallery-section .gallery-carousel .gallery-item img{
	width:100%;
	height: auto;
}
 
.flow-img{
	max-width: 100%;
    padding: 1em 0;
}
.small-img{
	width: 100%;
    padding: 1em 0;
}

.product-page-Cvr .btnlistCVr{
    padding-left: 0px;
    font-size: 16px;
    list-style: none;
	text-align:center;
}
.product-page-Cvr .btnlistCVr li {
    margin-bottom: 15px;
    padding-left: 2.5em;
    position: relative;
    display: inline;
}
.product-page-Cvr .btnlistCVr li:before{
	display:none;
}

.product-page-Cvr .product-img{
	margin-left: 5em;
	padding: 1em;
	margin-top: 4em;
}
.product-page-Cvr h2,.product-page-Cvr h3,.product-page-Cvr h4,.product-page-Cvr h5,.product-page-Cvr h6{
    color: #282C57;
    text-transform: capitalize;   
	margin-bottom: 0.7em;
}
.product-page-Cvr ul{    
    padding-left: 0px;
    font-size: 16px;
    list-style: none;
	margin-top: 1em;
	margin-bottom: 1em;
}
.product-page-Cvr ul li{    
    margin-bottom: 13px;
    padding-left: 2em;
    position: relative;
	text-align: justify;
}
.product-page-Cvr ul li::before {
    background-image: url(../image/check-circle.svg);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 4px;
}
.product-page-Cvr ol li ul {
    padding-left: 0px;
    font-size: 16px;
    list-style: none;
    margin-top: 1em;
    margin-bottom: 1em;
}
.product-page-Cvr ol{   
    padding-left: 0px;
    font-size: 16px;   
	margin-top: 1em;
	margin-bottom: 1em;
}
.product-page-Cvr ol li{
    margin-bottom: 12px;
    padding-left: 0.5em;
	text-align: justify;
}
.product-page-Cvr ol li ul li {
    margin-bottom: 12px;
    padding-left: 1.5em;
    text-align: justify;
}
.product-page-Cvr .sec-pad-top{
	padding: 2em 0 0 0;	
}
.product-page-Cvr .sec-pad {
    padding: 1em 0;
}
.product-page-Cvr .sec-pad3 {
    padding: 3em 0 0;
}
.product-page-Cvr .request-quote-section {   
    padding: 8em 0 6em;
}
.product-page-Cvr p {
    margin: 0 0 0.8em;
	text-align: justify;
}
.product-page-Cvr .dividerline {   
    padding-bottom: 2em;
}








.blog-details-section{}
.blog-details-section .titleCvr{}
.blog-details-section .titleCvr .blog-title{
	color: #292c55;
	font-size: 32px;
}
.blog-details-section .blogImgCvr{
	text-align:center;
}
.blog-details-section .blogImgCvr .post-thumbnail img{
	width:100%;
	margin:40px 0;
	border: 1px solid #292c55;
	height: 100%;
}
.blog-details-section .descCvr p{
	font-family:'Open Sans';
	margin-bottom:1em;
	text-align:justify;
}
.blog-details-section .descCvr a{
	text-decoration:none;
	color: #008ccf;
}
.blog-details-section .descCvr ul{
	font-family:'Open Sans';
	font-size:16px;	
	padding: 0 !important;		
	list-style: none;
}
.blog-details-section .descCvr ul li{
	line-height:1.8;
	padding-left: 2em;
    position: relative;
}
.blog-details-section .descCvr ul li::before{
	background-image: url(../image/arrow-right.svg);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 7px;	
}
.blog-details-section .descCvr h2, .blog-details-section .descCvr h3,.blog-details-section .descCvr h4,.blog-details-section .descCvr h5,.blog-details-section .descCvr h6{
	text-transform:capitalize;
}
.blog-details-section .descCvr h2{
	font-size: 32px;
	margin-bottom: 20px;
	color: #282C57;
}
.blog-details-section .descCvr h3{
	font-size: 28px;
	margin-bottom: 20px;
	color: #282C57;
	margin-top: 18px;
}
.blog-details-section .descCvr h4{
	font-size: 24px;
	margin-bottom: 20px;
    color: #282C57;	
}
.blog-detail-pg.blog-section .blog-listCvr{	
    padding: 3em 1em 5em;
}





.footer-section{
	position: relative;
	padding: 4em 0 2em;
	background-color: #282C57;
}
.footer-section .ftr-titleCvr .short-desc{
	color:#fff;
	padding-top: 2em;
    padding-bottom: 2em;
}
.footer-section .ftr-titleCvr img{
	max-width: 250px;
}
.footer-section .ftr-txtCvr .address-desc{
	color: #fff;
    text-transform: capitalize;
    font-family: "Open Sans";
    line-height: 1.4;
    font-size: 14px;   
}
.footer-section .ftr-titleCvr .description span{
	display: block;
}

.footer-section .ftr-contactCvr{
	padding:1em 0;
	border-bottom:1px solid #939393;
	border-top: 1px solid #939393;
}
.footer-section .ftr-contactCvr .ftr-listCvr {
	display: flex;
	align-items: start;
	padding: 10px 0;
}
.footer-section .ftr-contactCvr .ftr-listCvr .ftr-iconCvr i {
	font-size: 17px;
    margin-right: 15px;
    border: 1px solid #feffff;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.9s;
}
.footer-section .ftr-contactCvr .ftr-listCvr .ftr-iconCvr:hover i{
	 color: #282C57;
	 background-color: #fff;
}
.footer-section .ftr-contactCvr .ftr-listCvr .ftr-txtCvr .ftr-title {
	  color: #fff !important;
	  font-family: "open-sans-condensed-bold", Sans-Serif;
	  font-size: 20px;
	  font-weight: 700;
	  line-height: 1.2;
}
.footer-section .ftr-contactCvr .ftr-listCvr .ftr-txtCvr .ftr-title span{
	  display:inline-block;
}
.footer-section .ftr-contactCvr .ftr-listCvr .ftr-txtCvr .description {
	  color: #fff;
}
.footer-section .ftr-contactCvr .ftr-listCvr .ftr-txtCvr .address-desc a{
	
}
.footer-section .ftr-contactCvr .ftr-listCvr .ftr-txtCvr .address-desc.email a{
	 text-transform:lowercase;
}
.footer-section .ftr-contactCvr .ftr-listCvr .ftr-txtCvr p{
	margin: 0;
}
.footer-section .ftr-contactCvr .ftr-listCvr .ftr-txtCvr p a {
	  color: #fff; 
}
.footer-section .ftr-bottom{
	
}
.footer-section .ftr-bottom .ftr-quick-links {
	margin: 2em 0;
}
.footer-section .ftr-bottom .ftr-quick-links .quick-links {
	list-style: none;
	padding: 0;
}
.footer-section .ftr-bottom .ftr-quick-links .quick-links li {
	display: inline-block;
	margin: 0 2px;
}
.footer-section .ftr-bottom .ftr-quick-links .quick-links li a {
	color: #ffffff;
	border-right: 1px solid #b7b6b6;
	padding-right: 8px;
	padding-left: 8px;
	font-family: "open-sans-condensed-light", Sans-Serif;	
	font-size: 17px;
	line-height: 1.8;	
}
.footer-section .ftr-bottom .ftr-quick-links .quick-links li:last-child a  {
	border: none;
}
.footer-section .ftr-bottom .ftr-social-links {
	margin: 2em 0;
	text-align: center;
}
.footer-section .ftr-bottom .ftr-social-links .social-links {
	list-style: none;
	padding: 0;
}
.footer-section .ftr-bottom .ftr-social-links .social-links li {
	padding-right: 10px;
	display: inline-block;
}
.footer-section .ftr-bottom .ftr-social-links .social-links li a {
	  border-radius: 100%;
	  color: #ffffff;
	  display: block;
	  width: 30px;
	  height: 30px;
	  line-height: 30px;
	  text-align: center;
	  -webkit-transition: background-color 0.4s;
	  -moz-transition: background-color 0.4s;
	  -ms-transition: background-color 0.4s;
	  -o-transition: background-color 0.4s;
	  transition: background-color .7s;
	  border: 1px solid;
}
.footer-section .ftr-bottom .ftr-social-links .social-links li a:hover{
	background-color:#fff;
	color: #282C57;	
}
.footer-section .ftr-bottom .ftr-social-links .social-links li a i {
	    font-size: 14px;
}
.footer-section .ftr-bottom .copyright-Cvr p {
	  color: #fff;
	  font-size: 14px;	
	  margin: 0;
	  font-family: "Open Sans";
}
.footer-section .ftr-bottom .copyright-Cvr p img{
	width: 25px;
	margin-left: 10px;
}
.footer-section .ftr-bottom .copyright-Cvr .copyright-desc a{ color:#fff;}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #008ccf;
    color: white;
    cursor: pointer;
    padding: 16px 20px;
    border-radius: 48px;
    font-size: 17px;
    line-height: 9px;
	animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

a.ftr-whatsapp {
    background-color: #00ab40;
    border-radius: 50%;
    bottom: 120px;
    display: none;
    font-size: 16px;
    height: 65px;
    position: fixed;
    right: 20px;
    text-decoration: none!important;
    width: 65px;
    z-index: 99;
    text-align: center;
    display: block;
    box-shadow: rgba(0,0,0,.16) 0px 2px 10px 0px;
}

.ftr-whatsapp i {
    font-size: 38px;
    color: #fff;
    line-height: 1.6;
    -webkit-animation: wrench 2.5s ease infinite;
}

@-moz-keyframes wrench {
    0% {
        -moz-transform: rotate(-12deg)
    }

    8% {
        -moz-transform: rotate(12deg)
    }

    10% {
        -moz-transform: rotate(24deg)
    }

    18% {
        -moz-transform: rotate(-24deg)
    }

    20% {
        -moz-transform: rotate(-24deg)
    }

    28% {
        -moz-transform: rotate(24deg)
    }

    30% {
        -moz-transform: rotate(24deg)
    }

    38% {
        -moz-transform: rotate(-24deg)
    }

    40% {
        -moz-transform: rotate(-24deg)
    }

    48% {
        -moz-transform: rotate(24deg)
    }

    50% {
        -moz-transform: rotate(24deg)
    }

    58% {
        -moz-transform: rotate(-24deg)
    }

    60% {
        -moz-transform: rotate(-24deg)
    }

    68% {
        -moz-transform: rotate(24deg)
    }

    75% {
        -moz-transform: rotate(0deg)
    }
}

@-webkit-keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg)
    }

    8% {
        -webkit-transform: rotate(12deg)
    }

    10% {
        -webkit-transform: rotate(24deg)
    }

    18% {
        -webkit-transform: rotate(-24deg)
    }

    20% {
        -webkit-transform: rotate(-24deg)
    }

    28% {
        -webkit-transform: rotate(24deg)
    }

    30% {
        -webkit-transform: rotate(24deg)
    }

    38% {
        -webkit-transform: rotate(-24deg)
    }

    40% {
        -webkit-transform: rotate(-24deg)
    }

    48% {
        -webkit-transform: rotate(24deg)
    }

    50% {
        -webkit-transform: rotate(24deg)
    }

    58% {
        -webkit-transform: rotate(-24deg)
    }

    60% {
        -webkit-transform: rotate(-24deg)
    }

    68% {
        -webkit-transform: rotate(24deg)
    }

    75% {
        -webkit-transform: rotate(0deg)
    }
}

@-o-keyframes wrench {
    0% {
        -o-transform: rotate(-12deg)
    }

    8% {
        -o-transform: rotate(12deg)
    }

    10% {
        -o-transform: rotate(24deg)
    }

    18% {
        -o-transform: rotate(-24deg)
    }

    20% {
        -o-transform: rotate(-24deg)
    }

    28% {
        -o-transform: rotate(24deg)
    }

    30% {
        -o-transform: rotate(24deg)
    }

    38% {
        -o-transform: rotate(-24deg)
    }

    40% {
        -o-transform: rotate(-24deg)
    }

    48% {
        -o-transform: rotate(24deg)
    }

    50% {
        -o-transform: rotate(24deg)
    }

    58% {
        -o-transform: rotate(-24deg)
    }

    60% {
        -o-transform: rotate(-24deg)
    }

    68% {
        -o-transform: rotate(24deg)
    }

    75% {
        -o-transform: rotate(0deg)
    }
}

@-ms-keyframes wrench {
    0% {
        -ms-transform: rotate(-12deg)
    }

    8% {
        -ms-transform: rotate(12deg)
    }

    10% {
        -ms-transform: rotate(24deg)
    }

    18% {
        -ms-transform: rotate(-24deg)
    }

    20% {
        -ms-transform: rotate(-24deg)
    }

    28% {
        -ms-transform: rotate(24deg)
    }

    30% {
        -ms-transform: rotate(24deg)
    }

    38% {
        -ms-transform: rotate(-24deg)
    }

    40% {
        -ms-transform: rotate(-24deg)
    }

    48% {
        -ms-transform: rotate(24deg)
    }

    50% {
        -ms-transform: rotate(24deg)
    }

    58% {
        -ms-transform: rotate(-24deg)
    }

    60% {
        -ms-transform: rotate(-24deg)
    }

    68% {
        -ms-transform: rotate(24deg)
    }

    75% {
        -ms-transform: rotate(0deg)
    }
}

@keyframes wrench {
    0% {
        transform: rotate(-12deg)
    }

    8% {
        transform: rotate(12deg)
    }

    10% {
        transform: rotate(24deg)
    }

    18% {
        transform: rotate(-24deg)
    }

    20% {
        transform: rotate(-24deg)
    }

    28% {
        transform: rotate(24deg)
    }

    30% {
        transform: rotate(24deg)
    }

    38% {
        transform: rotate(-24deg)
    }

    40% {
        transform: rotate(-24deg)
    }

    48% {
        transform: rotate(24deg)
    }

    50% {
        transform: rotate(24deg)
    }

    58% {
        transform: rotate(-24deg)
    }

    60% {
        transform: rotate(-24deg)
    }

    68% {
        transform: rotate(24deg)
    }

    75% {
        transform: rotate(0deg)
    }
} 

.navbar-static-top.topbar-fixed {
    background-color: #008ccf;
    position: fixed;
    top: 0;
    z-index: 12;
    width: 100%;
    box-shadow: 0px 7px 7px -2px #87858557;
}
.navbar-static-top.topbar-fixed  a.header-requestbtn.header2-requestbtn {
    margin: 2px 0;
    padding: 18px 60px;
    display: block;
    border-radius: 8px;
}


.pagination{ margin:2em 0px !important; border-top:medium none !important; text-align: center;}
.pagination:before, .pagination:after,
.pagination .nav-links:before, .pagination .nav-links:after
{ display:none !important;}
.pagination .nav-links {
    padding-right: 0px !important;
    position: relative !important;
}
.pagination:before, .pagination:after,
.pagination .prev, .pagination .next
{position: relative !important;}

.pagination .prev, .pagination .next { padding:0px !important;}
.pagination .prev {right: 0 !important;}

.pagination .page-numbers {
    padding: 17px 22px;
    text-transform: uppercase !important;
    vertical-align: middle !important;
    margin: 0px !important;
    background: #282C57 !important;
    color: #fff !important;
	font-size: 18px;
    font-family: 'Open Sans';
    font-weight: 700;
}
.pagination .page-numbers:hover {background: #008bcc !important; color:#fff !important;}
.pagination .page-numbers.current {background: #008bcc !important; color: #fff !important;}
.pagination .prev, .pagination .next {background: #282C57 !important; color:#fff !important;}
.pagination .prev{ margin-right:20px !important;}
.pagination .next{ margin-left:20px !important;}



.country-section .country-wrap{margin-top: 50px;}

.country-section .titleCvr .title {
    font-size: 3em;
    line-height: 1;
}
.country-section  .country-name .country-title {
    background: #282C57;
    padding: 15px;
    border-radius: 0 30px 0 30px;
    text-align: center;
    margin: 15px 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}
.country-section .country-wrap .map-sec {
    padding: 0 25px;
}
.footer-section .ftr-txtCvr .address-desc.line_id{text-transform:none;}



.my-heading{
    font-size: 30px !important;
}
@media (max-width: 991px) {
.navbar-static-top.topbar-fixed a.header-requestbtn.header2-requestbtn {
    float: none;
}}

 
@media (max-width: 767px) {
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .sub-menu > li > a {
    color: #2b2c51;
    margin-top: 2px;   
  }
  .nav > li:hover > a {
    background: none;
    color: #fff;
}
   .navbar-default .navbar-nav .open .sub-menu > li > a {
     color: #fff;
	 
   }
   .navbar-default .navbar-nav .open .sub-menu > li > a:hover,
   .navbar-default .navbar-nav .open .sub-menu > li > a:focus {
     background-color: #2b2c51;
   }
.navbar-default .navbar-nav .open .sub-menu>li>a:focus, .navbar-default .navbar-nav .open .sub-menu>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-nav .open .sub-menu .dropdown-submenu.open .dropdown-toggle{border-bottom: 1px solid #fff;}
   .navbar-nav .open .sub-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  
      
  
  
      
   
   
      
   
   li.dropdown.open {
    
   }
   .flex-direction{
	   flex-direction:column;
   }   
   .client-section .clientCarouselCvr .modal-dialog {	
		width: 70%;	
		left: 15%;
		right: 15%;
   }
   
   
   
}
 @media (min-width: 768px) {
  ul.nav li:hover {
    
  }
  .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    padding: 0;
    margin-top: -6px;
    margin-left: -1px;
}
  #navbar {
    text-align: center;
  }
}  


@media screen and (min-width: 992px) and (max-width: 1199px) {
.main-navigation li:hover > ul, .main-navigation li.focus > ul {
    left: 0;
    right: auto;
}
.navbar-default .navbar-nav>li>a {
    padding: 4px 12px;
}
header.header2 ul.header-info {
    margin-left: 70px;
    width: 100%;
}
.main-navigation .menu-item-has-children > a:after {
    content: "\f431";
    position: absolute;
    right: -5px !important;
    top: 7px;
}
#minimal-bootstrap-carousel .carousel-inner .item {
    min-height: 490px !important;
}
.carousel-caption h1 {
    font-size: 42px;
}
#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content.text-left {
    padding-left: 40px;
}
figure.effect-lily:hover figcaption > div {height: 90%;}
.inner-page-banner-section {height: 50vh;}
.abt-intro-section .hm-abt-txtCvr {padding: 2em;}
.service-section .serviceBlockCvr .serviceList.rg-side {padding-left: 0em;}
.service-section .serviceBlockCvr .serviceList li {font-size: 20px;}
.service-section .serviceBlockCvr .serviceList li:before {top: 13px;}
}
@media (max-width: 991px){
	.hm-abtCvr.abt-divide-line::after{bottom: -64px;}
	.navbar-default .navbar-toggle {    
		 display: block;
		
		 float: right;
		 border:0;
	}
	.navbar-static-top { 
		 margin-bottom: 0px;
		 margin-top: 0px;
	}
	.navbar-default{	
		float: none;  
	}
	.navbar-nav .sub-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 15px;
		background-color: #fff;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		display: none;	
		border-radius: 0;
	}
	.navbar-collapse.collapse .navbar-nav li{
		float:none;
		display: block;		
		border-bottom: 1px solid #fff;
		padding: 7px 7px;
	}
	.navbar-collapse.collapse .sub-menu.toggled-on .menu-item{
		padding:0;
	}
	.navbar-collapse.collapse .dropdown-toggle {   
		color: #fff!important;
	}
	.headerCvr {
		margin-bottom: 0px;
	}
	.header-info{
		display:none;
	}
	
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.main-navigation ul ul:after, .main-navigation ul ul:before  {
		display: none;
	}
.main-navigation .menu-item-has-children > a:after	{display: none;}



.dropdown-toggle{display: block !important;}
header{
	padding: 0;
}
.navbar{
	min-height: 0px;
}
.navbar-static-top {
    background: none;
    margin: 0;
}
.navbar-default {
    height: 0;
}
header .container {
    padding: 0px 0px;
}
header.header2 .navbar-header{
    background:#008ccf;
	text-align: -webkit-center;
    }
.navbar-default .navbar-collapse {
    background: #2a2c53;
    padding: 0px 0px !important;
    padding-bottom: 0px !important;
    margin: 0;
	border:0;
	border-radius:0;
}
 ul.header-info{
	
 }

header {
    padding: 0 !important;
}
.header2 .logo {
        margin: 20px 0;
}



.header2 .navbar-nav>li>.dropdown-menu li{
	border-bottom:1px solid #fff;
	text-transform:uppercase;
	font-family: 'open-sans-condensed-semibold';	
}
.navbar-collapse.collapse.in {
    display: block !important;
	height: auto !important;
    max-height: 100vh;
	border: none
}



.navbar-collapse.collapse.in .navbar-nav li:last-child{
	border-bottom: none;
}
a.header-requestbtn.header2-requestbtn {
	display: none;
}
.main-navigation ul .toggled-on {
    display: block;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #2b2c51;
    border-color: #ffffff;

}
.dropdown-submenu > a:after {border-color: transparent transparent transparent #fff;transform: rotate(0deg);}
.header2 .sub-menu>li>a {color: #2b2c51;}
.header2 .sub-menu>li>a:focus, .sub-menu>li>a:hover {color: #ffffff;background-color: #2b2c51;}


.dropdown-submenu:hover>a:after {border-left-color: #fff;transform: rotate(90deg);}
.dropdown-submenu.open .dropdwon-menu{}
ul.nav li:hover{display: block;}
#minimal-bootstrap-carousel .carousel-inner .item {
    min-height: 490px !important;
}
.hm-abt-section .hm-abtCvr .hm-abt-icon-1, .hm-abt-section .hm-abtCvr .hm-abt-icon-2, .hm-abt-section .hm-abtCvr .hm-abt-icon-3, .hm-abt-section .hm-abtCvr .hm-abt-icon-4 {
    margin: 0 0 15px;
}
.hm-abt-section .hm-abtCvr .hm-abt-icon-1, .hm-abt-section .hm-abtCvr .hm-abt-icon-2, .hm-abt-section .hm-abtCvr .hm-abt-icon-3, .hm-abt-section .hm-abtCvr .hm-abt-icon-4 {width: 100%;}
.hm-abt-section .hm-abtCvr .d-flex{
	flex-direction: column;
}
.hm-abt-txtCvr {
    margin-top: 3em;
}
.hm-abt-section .hm-abtCvr {
    padding: 6em 0;
}
.hm-app-section .hm-app-listCvr .hm-app-iconCvr{
	margin-bottom: 25px;
}
.blog-section .blog-listCvr .post-date {
    font-size: 18px;
}

.testimonial-section .testimonial-carousel::after {
	display: none;
}
.testimonial-section .testimonial-carousel::before {
	display: none;
}
.inner-page-banner-section {height: 320px;}
.abt-certi-section .abt-certi-listCvr .certi-img {margin: 0 auto; display: table; margin-bottom: 2em;}
.abt-certi-section .short-desc {padding-bottom: 3em;}
.abt-dir-section .dir-dtlCvr .dir-imgCvr {margin: 0 auto; display: table;}
.abt-intro-section .flex-direction{flex-direction: column;}
.abt-intro-section .hm-abt-txtCvr {margin: 6em 0 0;}
.service-section .serviceBlockCvr .serviceList.rg-side {padding-left: 0;}
.product-principle-section .product-intro-Cvr .mt-35{margin-top: 35px;}
.product-speci-section .product-intro-Cvr .mt-35{margin-top: 35px;}
.request-quote-section .flex-direction{flex-direction: column;}
.request-quote-section .request-quote-textCvr{text-align: center;}
.request-quote-section .request-quote-textCvr .title::after {left: 0; right: 0; margin: 0 auto;}
.request-quote-section .contct-form{margin-top: 5em;}
.tableCvr th{word-break: break-word; padding:2px!important;}
.footer-section .ftr-bottom .ftr-quick-links .quick-links {list-style: none;padding: 0px;}	
	

	 
 
.navbar-default .navbar-nav>li>a {
    padding: 4px 10px;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}
.nav > li:hover > a {
    background: none;
    color: #fff;
}

.main-navigation .menu-item-has-children > a:after {
    
    
    
    
}
a.header-requestbtn.header2-requestbtn {
	display: none;
}
header .container {
    padding: 0px 0px;
}
header .img-responsive {
   margin: 0 auto;
}
.navbar{
	min-height: 0px;
}


.navbar-collapse.collapse.in .navbar-nav{
	padding: 15px;
    margin: 0px;
    max-height: 500px;
    overflow: auto;
    padding-top: 0px;
    padding-bottom: 0px;
	float: none;
    box-shadow: rgb(0 0 0 / 13%) 3px 3px 15px;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content.text-left {
    text-align: left;
    padding-left: 40px !important;
}
.testimonial-section .testimonial-carousel::after {
	display: none;
}
.testimonial-section .testimonial-carousel::before {
	display: none;
}
.product-page-Cvr .product-img {margin-left: 0em;}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;  
}
.sec-pad-top {
    padding: 4em 0 0 0;
}
.dividerline {   
    padding-bottom: 4em;
}
.sec-pad {
    padding: 4em 0;
}
.hm-abt-section .hm-abtCvr .hm-abt-txtCvr .title, .abt-intro-section .hm-abt-txtCvr .title {
    font-size: 36px;
}
.hm-product-section .titleCvr .sub-title {  
    font-size: 1.8em;
}
.hm-product-section .titleCvr .title {    
    font-size: 3.7em;
}
.titleCvr .sub-title {
    font-size: 1.8em;
}
.titleCvr .title {    
    font-size: 3.7em;
}
.hm-abt-section .hm-abtCvr {
    padding: 4em 0;
}
.blog-section .titleCvr .sub-title {    
    font-size: 1.8em;
}
.short-desc {   
    padding-top: 2em;
    padding-bottom: 2em;
}
.abt-dir-section .dir-dtlCvr .dir-txtCvr p {
    padding-top: 2em;
}
.abt-certi-section .abt-certi-listCvr {
    margin: 0em 0 0;
}
.abt-intro-section {
    padding-top: 8em;
}
.service-section .serviceBlockCvr .serviceList li {line-height: 2; font-size:18px;}
.service-section .serviceBlockCvr .serviceList li:before {width: 18px; height: 18px;top:10px;}
.request-quote-section {
    background-color: #282C57;
    padding: 6em 0;
}
.blog-details-section .titleCvr .blog-title {font-size: 28px;}
.blog-details-section .descCvr h2 {font-size: 28px;}
a.slider-header-requestbtn{ float: left; }
.carousel-caption .banner-title { font-size: 2.2em !important; }

}
@media screen and (max-width: 767px) {	
.flex-direction{
    flex-direction: column;
}

a.header-requestbtn.header2-requestbtn {
	display: none;
}
header {
    padding:0px;
}
header .container {
    padding: 0px 0px;
}
.header2 .logo img {
    max-width: 220px;
}
header .img-responsive {
  margin: 22px auto;
}
.navbar{
	min-height: 0px;
}

.nav > li {
    padding: 8px 3px;
	border-bottom: 1px solid #bebebe;
}
.header2 .navbar-nav>li>.sub-menu li {
    
}

.main-navigation .menu-item-has-children > a:after {
    
    
    
    
}
.sub-menu li:last-child a {
    
}
.navbar-default {
    height: 0;
}
.navbar-nav .sub-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 15px;
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}
.navbar{
	min-height: 0px;
}
#minimal-bootstrap-carousel .carousel-inner .item {
    min-height: 320px!important;
}
a.slider-header-requestbtn{
	display: none;
}
#minimal-bootstrap-carousel .carousel-caption h1 {
    font-size: 32px !important;
}
#minimal-bootstrap-carousel .carousel-caption p {
	display:block;
	text-align: left;
    font-size: 14px;
}
.carousel-caption .banner-title { font-size: 24px !important; text-align:left !important; }
#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content.text-left {
    text-align: left;
    padding-left: 16px;
    padding-right: 0;
}
.inner-page-banner-section {height: 320px;}
.hm-abt-section .hm-abtCvr .hm-abt-icon-1, .hm-abt-section .hm-abtCvr .hm-abt-icon-2, .hm-abt-section .hm-abtCvr .hm-abt-icon-3, .hm-abt-section .hm-abtCvr .hm-abt-icon-4 {width: 250px;}
figure.effect-lily figcaption > div {height: 30%;}
figure.effect-lily:hover figcaption > div {height: 40%;}
.inner-page-banner-section .banner-titleCvr .banner-title {font-size: 2.2em;line-height: 1.1;}
.blog-section .blog-listCvr .post-date {
    font-size: 16px;
}
.blog-section .blog-listCvr .post-title a {
    font-size: 16px;
}
.testimonial-section .testimonial-carousel::before {
	display: none;
}
.testimonial-section .testimonial-carousel::after {
	display: none;	
}
.product-page-Cvr .product-img {margin-left: 0em;}
.tableCvr th {font-size: 14px;}
.tableCvr td {font-size: 14px;}
.comparison-tableCvr td ul li{padding:5px;}
.comparison-tableCvr ul li::before {left: -20px;top: 10px;}
.contact-map iframe{height: 414px;}
.hm-abt-section .hm-abtCvr .hm-abt-icon-1, .hm-abt-section .hm-abtCvr .hm-abt-icon-2, .hm-abt-section .hm-abtCvr .hm-abt-icon-3, .hm-abt-section .hm-abtCvr .hm-abt-icon-4 {
    width: 100%;
}
.hm-abt-section .hm-abtCvr .hm-abt-txtCvr .title, .abt-intro-section .hm-abt-txtCvr .title {
    font-size: 34px;
}
.hm-product-section .titleCvr .sub-title {  
    font-size: 1.8em;
}
.hm-product-section .titleCvr .title {    
    font-size: 3em;
}
.titleCvr .title::after {   
    bottom: -23px;
	width: 100px;
}
.titleCvr .sub-title {
    font-size: 1.6em;
}
.titleCvr .title {    
    font-size: 3em;
}
.hm-abt-section .hm-abtCvr {
    padding: 3em 0;
}
.blog-section .titleCvr .sub-title {    
    font-size: 1.6em;
}
.blog-section .titleCvr .title {   
    font-size: 3em;
}
.sec-pad-top {
    padding: 4em 0 0 0;
}
.dividerline {   
    padding-bottom: 4em;
}
.sec-pad {
    padding: 4em 0;
}
.abt-intro-section {
    padding-top: 6em;   
}
.abt-intro-section .hm-abt-txtCvr {  
    padding: 4em;
	 margin-left: 0em; 
}
.abt-intro-section .dividerline {
    padding-bottom: 6em;
}
.abt-certi-section .abt-certi-listCvr {
    margin: 0em 0 0;
}
.abt-dir-section .dir-dtlCvr .dir-txtCvr p {
    padding-top: 2em;
}
.abt-certi-section .short-desc {
    padding-bottom: 3em;
}
.abt-certi-section .abt-certi-listCvr .certi-img {margin: 0 auto; display: table; margin-bottom: 2em;}
.abt-intro-section .intro-imgCvr img {
    max-width: 60%;
}
.hm-abt-txtCvr.mar-top{
	margin-top: 6em;
}
.service-section .serviceBlockCvr .serviceList.rg-side {
    padding-left: 0em;
}
.service-section .serviceBlockCvr .serviceList li {line-height: 2; font-size:18px;}
.service-section .serviceBlockCvr .serviceList li:before {width: 18px; height: 18px;top:10px;}
.contct-form.formCvr{
	margin-top:3em;
}
.comparisionBlock .comparisionImgCvr {
    margin: 10px;
}
.comparisionBlock.border {border: none;}
.comparisionBlock.border:after {
	display: none;
}
h3.sub-title {
    font-size: 1.4em;
    margin-bottom: 20px;
}
header.header2 .navbar-header {
    background: #008ccf;
    text-align: -webkit-center;
}
.hm-abt-section .hm-abtCvr .hm-abt-icon-1, .hm-abt-section .hm-abtCvr .hm-abt-icon-2, .hm-abt-section .hm-abtCvr .hm-abt-icon-3, .hm-abt-section .hm-abtCvr .hm-abt-icon-4 {
    margin-top:10px;
}
.hm-abt-section .hm-abtCvr .hm-abt-icon-2 {    
    margin-left: 0px;
}
.hm-abt-section .hm-abtCvr .hm-abt-icon-3 {
     margin-left: 0px;
}
.hm-abt-section .hm-abtCvr .hm-abt-icon-4 {    
    margin-left: 0px;
}
.navbar-default .navbar-collapse {
    background: #2a2c53;
    padding: 0px 0px !important;
    padding-bottom: 0px !important;
    margin: 0;
	border-radius: 0;
}
.navbar-collapse.collapse.in {
    display: block !important;
    height: auto !important;
    max-height: 100vh;
}
header.header2 .navbar-header {  
    text-align: center;
}

.request-quote-section {   
    padding: 6em 0;
}
.product-brochure-section .brochure-desc {
    color: #fff;
    font-size: 18px;
}
.product-brochure-section {  
    padding: 6em 0;
}

.request-quote-textCvr .title { 
    font-size: 2.5em;
}
.titleCvr .gallery-title {
    line-height: 1.3;
    font-size: 2em;
}
.service-section .titleCvr .sub-title{
	margin-bottom:0;
}
.dropdown-submenu > a:after {border-color: transparent transparent transparent #fff;transform: rotate(0deg);}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
    transform: rotate(90deg);
}
.request-quote-section .request-quote-textCvr {
    text-align: center;
}
.request-quote-section .request-quote-textCvr .title::after {
    left: 0;
    right: 0;
    margin: 0 auto;
}
   .hm-abt-txtCvr {
    margin-top: 2em;
}
.hm-app-iconCvr {
    margin-bottom: 2em;
}
.blog-details-section .titleCvr .blog-title {font-size: 28px;}
.blog-details-section .descCvr h2 {font-size: 28px;}
.country-section .titleCvr .title {
    font-size: 2.4em;
    line-height:1.2;
}
.country-section .country-wrap .map-sec{margin-top:40px;}
.country-section .country-wrap{margin-top: 40px;}

}

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

.navbar-nav .open .sub-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    padding: 0;
    background-color: transparent;
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 15px;
}
.hm-abt-section .hm-abtCvr .hm-abt-txtCvr .title, .abt-intro-section .hm-abt-txtCvr .title {
    font-size: 28px;
}
.abt-intro-section .hm-abt-txtCvr {padding: 2em;}	
}

@media screen and (max-width: 680px)
{
	.product-page-Cvr .btnlistCVr li {
		margin-bottom: 15px;
		padding-left: 0em;
	}
}


@media screen and (max-width: 580px) {
.hm-product-section .titleCvr .sub-title {font-size: 1.5em;}
.hm-product-section .titleCvr .title {font-size: 2.5em;}
.titleCvr .sub-title {font-size: 1.5em;}
.titleCvr .title {font-size: 2.5em;}
.blog-section .titleCvr .sub-title {font-size: 1.5em;}
.blog-section .titleCvr .title {font-size: 2.5em;}
#minimal-bootstrap-carousel .carousel-caption h1 {
    font-size: 28px !important;
}
#minimal-bootstrap-carousel .carousel-caption p {
	display:block;
	text-align: left;
}
#minimal-bootstrap-carousel .carousel-inner .item {
    min-height: 240px!important;
}
.inner-page-banner-section {height: 220px;}
.product-textCvr .title {font-size: 1.5em;}
.gallery-section .gallery-carousel {margin: 3em 0 0;}
figure.effect-lily figcaption > div {height: 40%;}
figure.effect-lily:hover figcaption > div {height: 60%;}
.service-section .serviceBlockCvr .serviceList li {font-size: 18px;}
.service-section .serviceBlockCvr .serviceList li:before {top: 10px; width:18px; height:18px;}
.service-section .serviceBlockCvr .serviceList li {line-height: 2;}

.tableCvr td{padding:4px !important;}

.footer-section .ftr-contactCvr .ftr-listCvr .ftr-iconCvr i {width: 50px; height: 50px;}
.footer-section .ftr-contactCvr .ftr-listCvr .ftr-txtCvr .ftr-title {font-size: 22px;}
.blog-details-section .titleCvr .blog-title {font-size: 24px;}
.blog-details-section .descCvr h2 {font-size: 24px;}
.blog-details-section .descCvr h3 {font-size: 24px;}
.footer-section .ftr-bottom .ftr-quick-links .quick-links li a {   
    border-right: none; 	
    font-size: 16px;  
}
.footer-section .ftr-bottom .ftr-quick-links .quick-links li {
	display:block;	
	text-align: left;
}
.inner-page-banner-section .banner-titleCvr .banner-title {
    font-size: 1.6em;
}
#myBtn {      
    padding: 10px 15px;
	
}
.hm-abtCvr.abt-divide-line::after {  
    height: 2px;
}
.dividerline::after {   
    height: 2px;    
}
.formCvr input:not([type="submit"]), .formCvr textarea, .formCvr select {   
    padding: 13px 30px;
    margin-bottom: 0px;
}
.formCvr input[type="submit"]{
	 padding: 13px 30px;
}
.client-section .clientCarouselCvr .modal-dialog {
    width: 90%;
    left: 5%;
    right: 5%;
}

.country-section .titleCvr .title {font-size: 2em;}
.country-section .country-wrap .map-sec {padding: 0;}

}
@media screen and (max-width: 480px) {
	
#minimal-bootstrap-carousel .carousel-caption h1 {
    font-size: 24px !important;
}
#minimal-bootstrap-carousel .carousel-caption p {
	display:none;
}
#minimal-bootstrap-carousel .carousel-inner .item {
    min-height: 200px!important;
}
.hm-abt-section .hm-abtCvr .hm-abt-icon-1, .hm-abt-section .hm-abtCvr .hm-abt-icon-2, .hm-abt-section .hm-abtCvr .hm-abt-icon-3, .hm-abt-section .hm-abtCvr .hm-abt-icon-4 {
    width: 100%;
}
figure.effect-lily figcaption > div {height: 50%;}
figure.effect-lily:hover figcaption > div {height: 90%;}
.product-imageBlock-right:after {width:100%;}
.product-imageBlock-right {margin-left: 0px; justify-content: center;}
.lb-nav a.lb-prev {left: -4em !important;}
.lb-nav a.lb-next {right: -4em !important;}
.country-data .col-xs-6 {width: 100%;}
.country-section .country-wrap{margin-top: 20px;}

}
@media screen and (max-width: 320px) {
.sub-menu {margin-left: 0;}
#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content{
    display: block;
}
#minimal-bootstrap-carousel .carousel-caption h1 {
    font-size: 24px !important;
}
#minimal-bootstrap-carousel .carousel-caption p {
	display:none;
}
.hm-abt-section .hm-abtCvr .hm-abt-icon-1, .hm-abt-section .hm-abtCvr .hm-abt-icon-2, .hm-abt-section .hm-abtCvr .hm-abt-icon-3, .hm-abt-section .hm-abtCvr .hm-abt-icon-4 {
    width: 100%;
}
.hm-app-section .hm-app-listCvr .hm-app-iconCvr .hm-app-iconimg {
    width: 75px;
    height: 75px;
}

}
@media only screen and (min-width : 280px) and (max-width : 320px){
p {
	font-size: 16px;
	line-height: 1.5;
}
h2 {
    font-size: 20px;
}
header {
    padding: 0 !important;
}
.menu-item-has-children .dropdown-toggle:after {bottom: 7px;}
.header2 .logo {
        margin: 15px 0;
}
.navbar-default .navbar-collapse {
   border:0;
}
.nav > li {
    padding: 6px 3px;
	
}
.header2 .navbar-nav>li>.sub-menu li {
    
}
.header2 .navbar-nav>li>.sub-menu li a {
    font-size: 16px;
    padding: 6px 20px;
}
#minimal-bootstrap-carousel .carousel-inner .item {
    min-height: 180px!important;
}
.hm-abt-section .hm-abtCvr {
    padding: 3em 0;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #ffffff;
}

.sec-pad-top {
    padding: 3em 0 0 0;
}
.dividerline {
    position: relative;
    padding-bottom: 3em;
}
.sec-pad {
    padding: 3em 0;
}
.header2 .logo img {    
	max-width: 180px;
}
.footer-section .ftr-contactCvr .ftr-listCvr .ftr-txtCvr .ftr-title {   
    font-size: 18px;
}
.hm-abt-section .hm-abtCvr .hm-abt-txtCvr .title, .abt-intro-section .hm-abt-txtCvr .title {
    font-size: 22px;
	line-height: 1.3;
}
.hm-product-section .titleCvr .sub-title {  
    font-size: 1em;
}
.hm-product-section .titleCvr .title {   
    font-size: 2.1em;
}
.titleCvr .title::after {    
    bottom: -12px;
}
.short-desc {  
    padding-top: 2em;
	padding-bottom: 2em;
}
figure.effect-lily img {
    width: 100%;
    min-height: 280px;
}
.titleCvr .sub-title {
    font-size: 1em;
}
.titleCvr .title {
	font-size: 2.1em;
}
.testimonial-section .testimonial-carousel {
    margin-top: 2em;
}
.formCvr button {  
    margin-top: 5px;
}
.formCvr input:not([type="submit"]), .formCvr textarea, .formCvr select {  
    padding: 12px 30px;
}
.formCvr button {
	 padding: 12px 30px;
}
.blog-section .titleCvr .sub-title {
    color: #008DD2;
    font-size: 1em;
}
.blog-section .titleCvr .title {   
    font-size: 2.1em;
}
.blog-section .blog-listCvr .post-title a {
    font-size: 16px;
	line-height:1.4;
}
.footer-section .ftr-bottom .ftr-quick-links .quick-links li a {
    line-height: 1.6;
}
.footer-section .ftr-bottom .ftr-social-links .social-links li a {
    border-radius: 100%;
    color: #ffffff;
    display: block;
    width: 35px;
    height: 35px;
}
.footer-section .ftr-bottom .ftr-social-links .social-links li a { 
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.footer-section .ftr-titleCvr img {
    max-width: 200px;
}
.blog-section .blog-listCvr .post-date {
    font-size: 14px;
}
.blog-section .blog-listCvr .post-date {  
    margin: 10px 0;
}
.footer-section {   
    padding: 3em 0 2em;
}
.hm-product-section .product-listCvr .content {
    margin: 0 auto;
}


.abt-intro-section {
    padding-top: 6em;   
}
.abt-intro-section .hm-abt-txtCvr {  
    padding: 2em;
}
.abt-intro-section .dividerline {
    padding-bottom: 6em;
}
.abt-certi-section .abt-certi-listCvr {
    margin: 0em 0 0;
}
.abt-dir-section .dir-dtlCvr .dir-txtCvr p {
    padding-top: 2em;
}
.abt-intro-section .intro-imgCvr img {
    max-width: 90%;
}
.career-section .titleCvr .sub-title {    
    font-size: 1em;
	line-height: 1.5;
}
.career-section .titleCvr .title {
    color: #282C57;
    font-size: 2.1em;
}
.abt-intro-section .intro-imgCvr::before {   
    top: -25px;
    bottom: -25px;
    width: 100%;   
}
.contact-section .titleCvr .sub-title { 
    font-size: 1em;
}
.contact-section .titleCvr .title {
    color: #282C57;
    font-size: 2.1em;
	line-height:1.2;
}
.contact-map{
	  margin-top: 3em;    
}
.inner-page-banner-section .banner-titleCvr .banner-title {   
    line-height: 1.1;
}
.product-textCvr .title {        
    font-size: 1.4em;
    line-height: 1.3;
}
.product-page-Cvr .product-img {  
    margin-top: 1em;
	padding:0;
	margin-bottom: 1em;
}
.request-quote-section {  
    padding: 5em 0;
}
.product-brochure-section .brochure-desc {
    color: #fff;
    font-size: 16px;
}
.product-brochure-section .slider-header-requestbtn.white {   
    padding: 8px 1.5em;
}
.product-brochure-section {   
    padding: 5em 0;
}
.product-imageBlock-right {   
    margin-left: 0em;
}
.request-quote-textCvr .title { 
    font-size: 2.1em;
}
.request-quote-section .formCvr input:not([type="submit"]) {
    width: 100%;
    padding: 12px 30px;
}
.product-types-section .slider-header-requestbtn {  
	margin-top:1em;
    padding: 8px 1em;
}	
.hm-abt-section .hm-abtCvr .hm-abt-icon-1, .hm-abt-section .hm-abtCvr .hm-abt-icon-2, .hm-abt-section .hm-abtCvr .hm-abt-icon-3, .hm-abt-section .hm-abtCvr .hm-abt-icon-4 {
    margin-top:10px;
}

.hm-abt-section .hm-abtCvr .hm-abt-icon-2 {    
    margin-left: 0px;
}
.hm-abt-section .hm-abtCvr .hm-abt-icon-3 {
     margin-left: 0px;
}
.hm-abt-section .hm-abtCvr .hm-abt-icon-4 {    
    margin-left: 0px;
}
.hm-abt-section .hm-abtCvr .hm-abt-txtCvr{
	margin-top:20px;
}
.product-textCvr .table-responsive.tableCvr{
		overflow:scroll;
}
.tableCvr th {   
    white-space: normal !important;
}
.titleCvr .gallery-title {   
    line-height: 1.3;
	font-size: 1.6em;
}
.titleCvr .gallery-title::after {   
    bottom: -12px;
}
.hm-app-section .hm-app-listCvr .hm-app-iconCvr {   
    margin-bottom: 1em;
}
.blog-details-section .titleCvr .blog-title {  
    font-size: 24px;
}
.blog-details-section .descCvr h2 {
    font-size: 26px;   
}
.blog-details-section .descCvr h3 {
    font-size: 22px;
}
.blog-details-section .descCvr h4 {
    font-size: 20px;
}
.product-textCvr .sub-title { 
    font-size: 1em;
}
.dropdown-submenu > a:after {border-color: transparent transparent transparent #fff;transform: rotate(0deg);}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
    transform: rotate(90deg);
}

.blog-section .blog-listCvr {
    margin: 2em 0;
}
.abt-dir-section .dir-dtlCvr .dir-nameCvr p.dir-name {    
    font-size: 22px;
}
.gallery-section .gallery-carousel {
    margin: 3em 0 0;
}
.testimonial-section .testimonial-carousel .testimonial-item {
    padding: 1em;
}
.service-section .titleCvr .sub-title{
	margin-bottom:0;
	line-height:1.6;
}
.hm-abtCvr.abt-divide-line::after {
    bottom: -50px;
}
.grid figure p {
    font-size: 13px;
}
.footer-section .ftr-contactCvr .ftr-listCvr .ftr-iconCvr i {
    width: 40px;
    height: 40px;
}
.footer-section .ftr-contactCvr .ftr-listCvr .ftr-iconCvr i {
    font-size: 14px;
}
}