body {
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'dinnextltw04-lightregular';
	background-color:#f4f5f8;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'dinnextltw04-lightregular';
}
p {
    color: black;
}
.pr-0-lg{ padding-right:0 !important;}
a:hover {
    color: #0891d7;
    text-decoration: none;
}
.top-nav {
	width: 100%;
	position:absolute;
	top: 0px;
	padding: 20px 0px 10px 0px;
	z-index: 10;
	background-color: #fff0;
	/*box-shadow: 0px 6px 7px 0px rgba(0,0,0,0.10);
	-webkit-box-shadow: 0px 6px 7px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 6px 7px 0px rgba(0,0,0,0.10);*/
}
.aline-center-sm{ text-align:center;}
.aline-center-sm h5 {
    font-size: 45px;
    font-weight: 600;
    color: #0891d7;
}

.logo-sm img {
	margin: 10px 0px 10px 0px; 
	height: 44px;
}
.logo-2 {
    margin: 35px 15px 0px 15px;
}
.logo-2 img{height: 44px;}
#search {
    position: relative;
    font-size: 15px;
    padding-top: 7px;
    margin: 0px auto 0;
	width: 210px;
}
#search label {
    position: absolute;
    left: 17px;
    top: 16px;
}

#search #search-input, #search .hint {
    padding-left: 43px;
    padding-right: 43px;
    border-radius: 23px;
}
.input-lg {
    height: 38px;
    padding: 5px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px;
    background-color: #e9e9e9;
    border: 0;
}


.header-slider {
    display: flex;
	margin-top:100px;
}

.slider-left {
    width: 15%;
    border-right: 1px solid lightgrey;
}
.slider-right{ width:85%;}
.slider-contand{ margin-left:10px;}
.slider-contand h4 {
    font-size: 18px;
    color: #7d7d7d;
}
.slider-contand h1{font-size: 50px;    color: #0891d7; margin-bottom:40px; margin-top:30px; font-weight:300;}
.slider-contand h1 span{font-size: 25px; 
    color: #000;}

.slider-number {
    color: #7d7d7d;
    text-align: center;
    margin-top: 100px;
}
.slider-number span{color: #000;}

.carousel-control-prev {
    left: 5%;
    background-color: #bbbbbb;
    width: 50px;
    height: 50px;
    top: 40%;
    border-radius: 50%;
    border: 1px solid #7c7c7c;
}
.carousel-control-next {
    left: 5%;
    background-color: #bbbbbb;
    width: 50px;
    height: 50px;
    top: 47%;
    border-radius: 50%;
    border: 1px solid #7c7c7c;
}

.projects-section{ padding:100px 0px;}
.projects-section a h2 {
    font-weight: 300;
    font-size: 28px;
    margin-top: 15px;
	color: #000;
}
.projects-section a:hover{
	text-decoration:none;
}
.projects-section a h5 {
    font-weight: 300;
    font-size: 15px;
    color: #afafaf;
    letter-spacing: 2px;
}

figure {
	width: 80%;
	height: auto;
	margin: 0px auto;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

/* Zoom In #1 */
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 3s ease-in-out;
	transition: 3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.custom-solutions-section{
	background-image:url(../images/main-1-w.jpg);
	background-position:center;
	background-size:cover; 
	padding: 70px 0px 65px 0px; 
}
.fixed-bg {
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contand-box{ background-color:#FFFFFF; padding:50px;}
.contand-box h2 {
    font-weight: 300;
    font-size: 33px;
    color: #000;
    letter-spacing: 1px;
    line-height: 37px;
}

.youtubeVideo_play {
    left: 65%;
}
.play-btn::before {
    top: 50%;
    left: 50%;
    content: "";
    z-index: 2;
    position: absolute;
    transform: translateX(-50%);
    margin-top: -35px;
    border-top: 25px solid transparent;
    transition: transform .3s ease-in-out, border-left-color .3s ease-in-out;
    border-left: 40px solid #FFFFFF;
    border-bottom: 25px solid transparent;
    transform-origin: center;
}

.play-btn:hover {
    color: rgba(255, 255, 255, 1);
    padding-top: 29px;
}
.play-btn:hover::before {
    transform: translate(-50%, 10px) scale(.3);
    border-left-color: #1e1e1f;
}
.play-btn::after {
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    content: "";
    z-index: 1;
    position: absolute;
    transform: translate(-50%, -50%) scale(0);
    background: #FFFFFF;
    transition: transform .3s ease-in-out;
    border-radius: 50%;
    transform-origin: center;
}
.play-btn:hover::after {
    transform: translate(-50%, -50%) scale(1);
}
button.play-btn span {
    position: absolute;
    top: 53%;
    left: 48%;
    font-size: 13px;
}
button.play-btn {
    background: none;
    border: 0;
    outline: none;
}

.play-box{}



.contand-box h2 span{color: #1697d9;}
.contand-box p {
    margin: 100px 0px;
    color: #a0a0a0;
    font-weight: 300;
}
.btn-discover{
	color: #ccc;
    cursor: pointer;
    padding: 14px 33px 11px;
    display: inline-block;
    z-index: 1;
    position: relative;
    overflow: hidden;
    transition: color .12s ease-in-out;
    white-space: nowrap;
    border-radius: 33px;
    vertical-align: middle;
    text-decoration: none;
    background-color: #1e1e1f;
}
.btn-discover::before, .btn-discover::after{
    top: 14px;
    left: 0;
    color: #ccc;
    content: attr(data-text);
    z-index: 1;
    padding: 0 33px;
    position: absolute;
    transition: transform .28s ease-in-out, opacity .28s ease-in-out;
}
.btn-discover:hover::before {
    opacity: 0;
    transform: translateY(-100%) skewX(5deg);
}
.btn-discover::after {
    opacity: 0;
    transform: translateY(100%) skewX(5deg);
}
.btn-discover:hover::after {
    opacity: 1;
    transform: translateY(0%);
}

.blog-section {
    padding: 70px 0px 120px;
    position: relative;
    /* padding-bottom: 210px; */
}
.blog-contand-box {
    background-color: #1697d9;
    padding: 70px 100px;
    position: absolute;
    top: 18%;
    left: 10%;
    width: 500px;
    	animation-name: anim;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-direction: alternate;
}
.blog-contand-box h6{
	color:#000;
	font-size: 12px;
	margin-bottom:20px;
}
.blog-contand-box h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}
.blog-contand-box p {
    color: #fff;
    margin: 70px 0px;
    text-align: justify;
}
.blog-box{ position:relative; background-color:#FFFFFF;}
.blog-box img{ margin-top:60px;}
.c01206 {
    top: 20px;
    left: 20px;
    color: #0891d7;
    z-index: 2;
    position: absolute;
    font-size: 18px;
    max-width: calc(100% - 80px);
    text-transform: none;
	    height: 46px;
	 background-color:#FFFFFF;
}
.c01206:before {
    top: 0;
    left: 0;
    color: #020202;
    content: attr(data-content);
    position: absolute;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    background: #FFFFFF;
    transition: clip-path .3s ease-in-out;
}
.c01206 .title__line {
    width: 30px;
    height: 1px;
    display: inline-block;
    background: #0891d7;
    transition: width .3s ease-in-out .05s, background .3s ease-in-out .05s;
    margin-left: 10px;
    vertical-align: baseline;
}
.blog-box:hover .c01206:before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.blog-box:hover .c01206 .title__line {
    width: 0;
    background-color: #020202;
}

button {
    color: #FFFFFF;
    cursor: pointer;
}

.btnEye {
    width: 38px;
    height: 38px;
    border: 1px solid #000;
    z-index: 1;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.btnEye:before, .btnEye:after {
    top: -1%;
    left: -1%;
    width: 102%;
    height: 102%;
    content: "";
    z-index: -2;
    position: absolute;
    background: #000;
}
.btnEye:before {
    z-index: -1;
    transform: scaleY(0);
    background: #fff;
    transition: transform .2s ease-in-out;
    transform-origin: bottom;
}
.btnEye i {
	color: #FFFFFF;
    fill: #FFFFFF;
    width: 18px;
    height: 18px;
    transition: fill .2s ease-in-out;
}
.btnEye:hover i {
	color: #000;
    fill: #000;
}
.btnEye:hover:before {
    transform: scaleY(1);
    transform-origin: top;
}
h4.products-flexible{color: #000; font-size: 34px;
    font-weight: 300; margin-bottom:50px;}
h4.products-flexible span{color: #0891d7;}

.profile-contand-box {
    background-color: #d9d9d9;
    padding: 70px 100px;
    position: absolute;
    top: 15%;
    right: 10%;
    width: 500px;
    animation-name: anim;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;

}
.profile-contand-box h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
	text-transform: uppercase;
}
.profile-contand-box p {
    color: #fff;
    margin: 70px 0px;
    text-align: justify;
}

.tell-you-contand-box {
    background-color: #ffffff;
    padding: 70px 100px;
    position: absolute;
    top: 14%;
    left: 10%;
    width: 500px;
    animation-name: anim;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
}
.tell-you-contand-box h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
	text-transform: uppercase;
}
.tell-you-contand-box h3 span{
    color: #fff;
}
.tell-you-contand-box p {
    color: #fff;
    margin: 70px 0px;
    text-align: justify;
}

.latest-news-section{
	padding:70px 0px; 
	/*background-color:#0891d73b;*/
	background-color: #d5d5db;
}
.news-text{ 
   color: #000;
   font-size: 30px;
   font-weight: 600;
}
.latest-news-box figure {
	width: 280px;
	height: 187px;
	margin: 0px auto;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
/* Zoom In #1 */
.latest-news-box figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 3s ease-in-out;
	transition: 3s ease-in-out;
}
.latest-news-box figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.latest-news-box {
    padding: 0px 28px;
    border-left: 1px solid #00000030;
}
.latest-news-box h3 {
    font-size: 20px;
    margin: 25px 0px 25px 0px;
    font-weight: 600;
}
.latest-news-box p {
    margin-bottom: 50px;
}
.footer-bg{ background-color:#026ca6; padding:70px 0px 0px 0px;}
.footer-bg h4{
    font-size: 24px;
    color: #fff;
	margin-bottom:10px;
	font-weight: 600;
}
.footer-bg p {
    font-size: 13px;
    color: #ffffffd1;
	margin:0;
}
.footer-bg p a{
    color: #ffffffd1;
}
.footer-bg i {
    color: #ffffff7d;
    font-size: 32px;
    margin-right: 10px;
}
p.copyright-text{font-size: 13px;
    color: #fff;margin: 20px 0px;}

.inner-mt{ margin-top:150px;}
.inner-mt-100 {
    margin-top: 100px;
}

.about-header-banner{
	background-image:url(../images/banner-5.jpg);
	background-position:center;
	background-size:cover;  
}
.bg-black{ background:#000000a3;padding:150px 0px;}

.inner-banner-text-1 {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 600;
	text-shadow: 0px 0px 23px rgba(0,0,0,1);
}
.inner-banner-text-2{
	color: #fff;
    font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	text-shadow: 0px 0px 23px rgba(0,0,0,1);
}
.about-company{
	background:#000;
	background-image:url(../images/about-company.jpg);
	background-size:cover;
	min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
	padding:50px 0px;
}
.about-company h4 {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
	margin-top: 12%;
}
.about-company p{
	color: #ffffffa3;
    font-size: 20px;
	text-align: justify;
}
.v-op-06{opacity: .6;}

.partners-section{background:#333;padding:50px 0px;}
.partners-section h2{
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.partners-section p{
	color: #ffffffba;
    font-size: 18px;
}

.partners-section2 {
    background: #04badf;
    padding: 50px 0px;
    	animation-name: anim;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-direction: alternate;
}
.partners-section2 h2{
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.partners-section2 p{
	color: #ffffffba;
    font-size: 18px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background-color: #33333300;
}
.owl-theme .owl-dots .owl-dot:focus {
	    outline: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #01679b;
}
.saying-about-us{ text-align:center}
.saying-about-us p{color: #ffffff;
    font-size: 16px;}
.saying-about-us h4{color: #ffffff;
    font-size: 18px;}


.projace-box {
    cursor: pointer;
    margin-bottom: 80px;
}
.projace-box figure {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0;
    background: #fff;
    overflow: hidden;
}
/* Projace */
.projace-box figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 3s ease-in-out;
	transition: 3s ease-in-out;
}
.projace-box:hover figure img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.projace-box h4 {
    color: #383838;
    font-size: 26px;
    margin: 20px 0px 0px 0px;
}
.projace-box p {
    color: #6f6f6f;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* font-weight: 600; */
}

.Projects-page-hedline{ margin-bottom:20px;}
.Projects-page-hedline h6{text-transform: uppercase;
    letter-spacing: 2px;font-size: 12px;color: #6f6f6f;}
.Projects-page-hedline h2{text-transform: uppercase;
    font-size: 35px;
	}
	
.navbar li {
    margin: 0 0rem;
}
.navbar {
    padding: 0rem;
}
.dropdown .dropdown-toggle{text-transform: uppercase;
    font-size: 35px;color: #212529;}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0rem;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0 / 74%);
}
.solutions-section-box-1 {
    background-color: #313131;
	cursor: pointer;
	transition: color 2s ease;
    transition: background 2s ease;
}
.solutions-section-box-2 {
    background-color: #3a3a3a;
	cursor: pointer;
	transition: color 2s ease;
    transition: background 2s ease;
}
.solutions-section-box-1:hover {
    background-color:#fff ;
}
.solutions-section-box-2:hover {
    background-color: #fff;
}
.solutions-section-box-1 img, .solutions-section-box-2 img{ height:80px; margin-bottom:30px;}
.solutions-section-box-1, .solutions-section-box-2 {
    padding: 35px;
}
.solutions-section-box-1 h4, .solutions-section-box-2 h4{
    color: #fff;
	font-weight:600;
}
.solutions-section-box-1 p, .solutions-section-box-2 p{
   color: #fff;
}

.solutions-section-box-1:hover h4, .solutions-section-box-2:hover h4{
    color: #000;
	font-weight:600;
}
.solutions-section-box-1:hover p, .solutions-section-box-2:hover p{
   color: #000;
}


.project-page-detail{ padding:50px 0px;}
.project-page-detail h3{}
.project-page-detail p {
    font-size: 20px;
    color: #5b5b5b;
}


.next-project-page {
    background-color: #1f1f1f;
    padding: 150px 0px 0px 0px;
	margin-top:100px;
}
.next-project-page h3 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 100px;
}
.next-project-page img {
    /*height: 300px;*/
}





.c01196 {
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    transform: translate(-50%, -50%);
    background: #FFFFFFb3;
    border-radius: 28px;
    transform-origin: center;
}
.c01196:before {
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    content: "";
    z-index: -1;
    position: absolute;
    tranform: translate(-50%, -50%);
    animation: pulse 2s ease-out infinite;
    background: #FFFFFF;
    border-radius: 50%;
    transform-origin: center;
}
.c01196:before {
    opacity: 0.2;
    animation: none;
    transform: translate(-50%, -50%) scale(2);
}
.c01195:hover .c01197 {
    opacity: 1;
    transform: translate(-50%, -50%);
    pointer-events: all;
}
.c01197 {
    width: 240px;
    z-index: 2 !important;
    opacity: 0;
    position: absolute !important;
    transform: translate(-50%, -53%);
    background: #FFFFFF;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    pointer-events: none;
}
.c01200.layout-square {
    z-index: 1;
    position: relative;
    background: #FFFFFF;
    padding-top: 65px;
}
.c01200.layout-square .c01201 {
    left: 0;
    width: 100%;
    bottom: 0;
    height: 0;
    z-index: 1;
    position: relative;
    padding-bottom: 100%;
}
.c01200.layout-square .c01201:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    position: absolute;
}
.c01200.layout-square .c01202 {
    top: -30px;
    left: 23px;
    color: #0062cc;
    z-index: 2;
    position: absolute;
    font-size: 15px;
    max-width: calc(100% - 80px);
    text-transform: none;
	font-weight: 600;
}
.c01200.layout-square .c01202:before {
    top: 0;
    left: 0;
    color: #020202;
    content: attr(data-content);
    position: absolute;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    background: #FFFFFF;
    transition: clip-path .3s ease-in-out;
}
.c01205 {
    overflow: hidden;
}
.c01200.layout-square .c01205 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.c01200.layout-square .c01207 {
    left: 0;
    width: 100%;
    bottom: 0;
    height: calc(100% + 65px);
    z-index: 4;
    position: absolute;
}
.c01200.layout-square .c01201:after {
    top: -1px;
    left: 0;
    width: 100%;
    height: 151px;
    content: "";
    z-index: 1;
    position: absolute;
    background: linear-gradient(to bottom, #fff, rgba(255,255,255,.0));
}


ul.catalogue-nave{ margin:0; padding:0;}
ul.catalogue-nave li {
    list-style-type: none;
    cursor: pointer;
    font-size: 30px;
    padding: 0px 0px 10px 0px;
    /*font-weight: 600;*/
	 color:#2E73C5;
	 display: flex;
	 position:relative;
}
ul.catalogue-nave li span {
    margin-left: 10px;
    font-size: 42px;
    margin-top: -10px;
	height: 20px;
}
ul.catalogue-nave li:hover{ color:#999;}

.u-line{
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 0%;
  height: 2px !important;
  background-color: #999;
  transition: width 1s ease-in-out;
  margin:0 !important;
  padding:0 !important;
 }
 ul.catalogue-nave li:hover .u-line{
  width: 50%;
 }


.box-1 { }
.btn-one {
  color: #fff;
  transition: all 0.3s;
  position: relative;
  padding: 0.5rem 1.5rem;
}
.btn-one:hover {
  color: rgb(1 56 84);
  font-weight:600;
}
.btn-one span {
  transition: all 0.3s;
}
.btn-one span {
    z-index: 2;
    position: relative;
}
.btn-one::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgb(1 56 84);
  border-bottom-color: rgb(1 56 84);
  transform: scale(0.1, 1);
}
.btn-one:hover span {
  letter-spacing: 2px;
}
.btn-one:hover::before {
  opacity: 1; 
  transform: scale(1, 1); 
}
.btn-one::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
 /* background-color: rgb(0 0 0 / 95%);*/
  background-color: #0891d7;
}
.btn-one:hover::after {
  opacity: 0; 
  transform: scale(0.1, 1);
}


.btn-one2 {
  color: #000;
  transition: all 0.3s;
  position: relative;
  padding: 0.5rem 1.5rem;
}
.btn-one2:hover {
  color: #fff;
}
.btn-one2 span {
  transition: all 0.3s;
}
.btn-one2 span {
    z-index: 2;
    position: relative;
}
.btn-one2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #fff;
  border-bottom-color: #fff;
  transform: scale(0.1, 1);
}
.btn-one2:hover span {
  letter-spacing: 2px;
}
.btn-one2:hover::before {
  opacity: 1; 
  transform: scale(1, 1); 
}
.btn-one2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  background-color: rgb(255 255 255 / 90%);
}
.btn-one2:hover::after {
  opacity: 0; 
  transform: scale(0.1, 1);
}


#loader{
 z-index:999999;
 display:block;
 position:fixed;
 top:0;
 left:0;
 width:100%;
 height:100%;
 background:url() 50% 50% no-repeat #ffffff;
}
#loader .icon-gif{ 
/*width:60px; 
height:50px;*/
width:15%; 
height:auto;
position:absolute;
 top:50%;
 left:0; right:0;
 margin:0px auto;
}

.carousel-indicators {
    z-index: 9;
}
	
	
	
.zoom-in-zoom-out {
  /*margin: 24px;
  width: 50px;
  height: 50px;
  background: green;*/
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}	




.slider- {
  transform: rotate(90deg);
  /*width: 270px;
  margin-top: 100px;*/
}


/*-- Flip box ---*/
.text-center {
  text-align: center;
}

.color-white {
  color: #fff;
}

.box-container {
  align-items: center;
  /*display: flex;
  flex-direction: column;
  justify-content: space-around;*/
  padding: 35px 15px;
  width: 100%;
}

@media screen and (min-width:1380px) {
  .box-container {
    flex-direction: row
  }
}

.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 100%;
  margin-bottom: 35px;
  max-width: 100%;
   
}

.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  /*border-radius: 15px;
   overflow:hidden;*/
}


.flip-box-front,
.flip-box-back {
	width: 100%;
    /*height: 355px;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	
  /*background-size: cover;
  background-position: center;*/
  border-radius: 8px;
  min-height: 355px;
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 20px 20px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
      background-color: #00000054;
      height: 100%;
}

.flip-box-header {
  font-size: 30px;
}

.flip-box p {
    font-size: 15px;
    line-height: 1.5em;
    color: #fff;
}

.flip-box-img {
  margin-top: 140px;
    width: 40px;
}

.flip-box-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-top: 120px;
  padding: 15px 20px;
  text-transform: uppercase;
}
/*-- Flip box end ---*/


.world-map {
    position: absolute;
    top: 4%;
    left: 2%;
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    line-height: normal;
}	



.next-page-section{
	border-top-right-radius: 25px;
    border-top-left-radius: 25px; 
    overflow: hidden;
    display: block;
	height: 300px;
}


.flip-slider-section{
	background-image:url(../images/bg-1-black.jpg);
	background-position:center;
	background-size:cover;
	padding:70px 0px;
}

.our-products{
	padding-bottom: 0px;
	padding-top: 65px;
}
.box-2{margin-top: 2rem;}


.youtube-player{ height:450px;}
.youtube-player2{ height:540px;}


.whatsapp-btn {
    float: right;
    border: 1px solid #3bb13f;
    padding: 12px 14px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #00cd3f;
    position: fixed;
    bottom: 10px;
    right: 25px;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
}
.whatsapp-btn a{color: #fff;}
.whatsapp-btn i {
    color: #fff;
    font-size: 25px;
}
.whatsapp-btn:hover{background-color: #ff9a02; border: 1px solid #fdce86;}
.whatsapp-btn a:hover{color: #fff;}


.call-btn {
    float: right;
    border: 1px solid #fff;
    padding: 12px 12px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background-color: #05aaff;
    position: fixed;
    bottom: 40px;
    right: 25px;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
}
.call-btn a{color: #fff;}
.call-btn i {
    color: #fff;
    font-size: 25px;
}
.call-btn:hover{background-color: #0080c1; border: 1px solid #68bce6;}
.call-btn a:hover{color: #fff;}

.product-detail h3{
    font-size: 50px;
	color: #0891d7;
	margin-bottom: 30px;
}
.product-detail p{
	font-size: 18px;
	color: #4a4a4a;
}
.product-detail p span{
	font-size: 18px;
	color: #000;
}


.section-about-homepage{
    padding-top: 0px;
    padding-bottom: 0px;
	background-color:#0891d7;
    /*background-image: linear-gradient(180deg,rgb(244 245 248),rgb(255 255 255 / 50%)),url(../images/asha-1_3.jpg);
    background-position: 0 0,50% 50%;*/
    background-size: auto,cover;
    background-repeat: repeat,no-repeat;
	margin-top:50px;
	animation-name: anim;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-direction: alternate;
}
@keyframes anim{
    0%{
        background-color: #0891d7;
    }
   
    33%{
        background-color: #0991d7;
    }
    66%{
        background-color:#efaa61 ;
    }
    100%{
        background-color: #732b04;
    }
}
.about-text-center{ margin-top:14%;}
.about-text-center img{ width:80px; height:80px;}
.about-text-center h2 {
    color: #ffffff;
    font-size: 38px;
	font-weight:600;
}

.tab button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 6px 25px;
    transition: 0.3s;
    font-size: 16px;
    margin-bottom: -1px;
    background-color: #92c5de;
    color: #000000;
    border-radius: 4px;
    margin: 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.tab button:hover, .tab button.active {
    background-color: #0891d7;
    color: white;
    border: none;
}


/* Dropdown Content Top Header */
.dropbtn {
}

.dropdown {
  position: relative;
  /*display: inline-block;*/
}

.dropdown-content {
  display: none;
  /*position: absolute;*/
  background-color: #0000;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #fff;
  padding: 6px 7px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #0000;color: #fff;}

.dropdown:hover .dropdown-content {display:block;}

.product-page-slider-section{
	 padding:70px 0px; 
	 background-color:#FFFFFF;
	 background-image:url(../images/bg-1-black.jpg);
	 background-size:cover;
	}
.text-sm{ font-size:12px;color: #000;letter-spacing: 2px;}
.product-page-dimension{padding:70px 0px;}

ul.product-tag{ margin:0; padding:0;}
ul.product-tag li {
    list-style-type: none;
    float: left;
    padding: 10px 30px 10px 0px;
}
.custom-btn {
    background: #dedede;
    border-radius: 20px;
    padding: 4px 30px;
    color: black;
}
.custom-btn:hover{
    background: #000;
    color: #FFFFFF;
}
h2.variants-text{font-size:40px; color: #000;}
h2.variants-text span{color: #0891d7;}



.c01367 {
    flex-direction: row;
    mix-blend-mode: normal;
}
.c01356 {
    flex: 0 1 auto;
    order: 2;
    width: 32px;
    height: 32px;
    display: flex;
    min-width: 32px;
    max-width: 32px;
    align-self: auto;
    transition: background .12s ease-in-out;
    background: #e3e4e6;
    align-items: center;
    border-radius: 50%;
    vertical-align: middle;
    justify-content: center;
}
.c01361 {
    text-align: center;
}
.c01356 svg {
    fill: #1e1e1f;
    width: 8px;
    height: 12.5px;
    max-width: 100%;
    max-height: 100%;
    transition: fill .12s ease-in-out;
    vertical-align: middle;
}
.table-custom {
    margin-top: 40px;
    border-bottom: 1px solid gainsboro;
}
.table-custom tr:hover{background: #ededed;}
.table-custom td p{font-size: 20px;}
.table-custom td img{width: 100px;}
.table-custom-btn {
    color: #050505;
    /*background: #dee5e9;*/
    border-radius: 50%;
    padding: 0px 0px;
}
.table-custom-btn:hover {
    color: #fff;
    background: #cbdce5;
}

.table-custom-btn img{
	width: 38px;
    height: 38px;
}

.an-exclusive-selection {
    background-image: url(../images/jewel-box/jewel-box-1.jpg);
    background-position: center;
    background-size: cover;
    padding: 70px 0px 65px 0px;
}
.description-section{padding: 70px 0px 60px 0px;}

.brochure-down{ margin:30px 0px;}
.brochure-down p{ font-size:14px; font-weight:600; margin:0;}
.brochure-down tr:hover p{ font-size:14px; font-weight:600; color:#000000; cursor:pointer;}

.map-section{}

.owl-carousel-1 .owl-nav{ display:none;}
.box-shado{-webkit-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.28);
box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.28);
}
.catagory-sect{ 
border-radius:6px;
overflow:hidden;
position:relative;
}
.catagory-sect:hover{
	opacity:0.8;
}
.catagory-sect .black-bg{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0%;
	width:100%;
	background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.80) 100%);
}
.catagory-sect .black-bg h4 {
    color: white;
    font-size: 25px;
    font-weight: 500;
	padding:20px 0px;
	text-align: center;
	margin: 0px auto;
    
}
.catagory-sect:hover .black-bg h4 {
	color: #85d6ff;
}

.product-detail-1 {
    padding: 40px 0px;
    width: 100%;
    background: rgb(255 255 255);
    /* background: linear-gradient(180deg, rgb(244 245 248) 0%, rgb(0 58 85 / 61%) 100%); */
}
.product-detail-1 p span {
    font-size: 18px;
    color: #000;
}
.owl-singel-slider{
	webkit-box-shadow:  0px 0px 14px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow:  0px 0px 14px 0px rgb(0 0 0 / 8%);
	box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 8%);
	/* box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);*/
}
.owl-singel-slider .owl-dots{ display:none;}
.owl-singel-slider .owl-nav {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
}
.owl-singel-slider .owl-nav .owl-prev {
    left: 0;
    position: absolute;
}
.owl-singel-slider .owl-nav .owl-next{ 
   right:0;
   position: absolute;
}
.owl-singel-slider .owl-nav .owl-prev:hover, .owl-singel-slider .owl-nav .owl-next:hover{opacity: .6;}
.owl-singel-slider .owl-nav .owl-prev:focus, .owl-singel-slider .owl-nav .owl-next:focus{
	border:0;
	outline:none;
    
}
.owl-theme .owl-nav [class*=owl-] {
    background: #86979100;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #86979100;
    color: #FFF;
    text-decoration: none;
}
/*.owl-singel-slider .owl-nav .owl-next, .owl-singel-slider .owl-nav .owl-prev {
    background-color: #00000038 !important;
    padding: 0px 0px 4px 5px !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}*/
.owl-singel-slider .owl-nav .owl-prev img, .owl-singel-slider .owl-nav .owl-next img{
	width:30px;   
}




.owl-product .owl-dots{ display:none;}
.owl-product .owl-nav {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
}
.owl-product .owl-nav .owl-prev {
    left: 0;
    position: absolute;
}
.owl-product .owl-nav .owl-next{ 
   right:0;
   position: absolute;
}
.owl-product .owl-nav .owl-prev:hover, .owl-product .owl-nav .owl-next:hover{opacity: .6;}
.owl-product .owl-nav .owl-prev:focus, .owl-product .owl-nav .owl-next:focus{
	border:0;
	outline:none;
    
}
.owl-product .owl-nav .owl-prev img, .owl-product .owl-nav .owl-next img{
	width:30px;   
}



.loop .owl-dots{ display:none;}
.loop .owl-nav {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
}
.loop .owl-nav .owl-prev {
    left: -55px;
    position: absolute;
}
.loop .owl-nav .owl-next{ 
   right:-55px;
   position: absolute;
}
.loop .owl-nav .owl-prev:hover, .loop .owl-nav .owl-next:hover{opacity: .6;}
.loop .owl-nav .owl-prev:focus, .loop .owl-nav .owl-next:focus{
	border:0;
	outline:none;
    
}
.loop .owl-nav .owl-prev img, .loop .owl-nav .owl-next img{
	width:30px;   
}


.loop .owl-item{
	opacity: .4;
margin-top: 35px;
}
.loop .owl-item:hover{
	opacity: 1;
}
.loop .owl-item.active.center{
	opacity: 1; 
	z-index:2;
	webkit-box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 15%);
    /* box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35); */
}

.loop .owl-item.active.center .item{ width:120% !important; margin:-25px -45px;}
.loop .owl-item.active.center .item img{}


.header-banner2{margin-top:100px;}
.slider-content2 {
    width: 705px;
    padding-left: 100px;
    position: absolute;
    left: 0;
    top: 35%;
}
.slider-content2 h2 {
    color: #fff;
    font-weight: 900;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1px;
    background-color: #01010163;
    padding: 0px 10px;
	padding-bottom: 10px;
}
.slider-content2 h4{
   font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
	background-color: #01010163;
    padding: 10px 10px 20px 10px;
    margin-bottom: 0;
}
.owl-header .owl-dots {
    position: absolute;
    right: 0;
    top: 42%;
	transform: rotate(-90deg);
}
.owl-header .owl-nav {
	margin-top: 0px;
   /* position: absolute;
    left: 0;
    right: 0;
    bottom: 0;*/
}
.owl-header .owl-nav .owl-prev, .owl-header .owl-nav .owl-next{ outline:none; border:none;}
.owl-header .owl-nav .owl-prev:focus, .owl-header .owl-nav .owl-next:focus{ outline:none; border:none;}
/*.owl-header .owl-nav.disabled+.owl-dots {
    margin-top: -29px;
    z-index: 1;
    position: absolute;
    left: 7%;
}*/

.round-border{ border-radius:0px 40px 0px 40px; overflow:hidden;}

	
@media (max-width:1900px) {	
.youtube-player {
    height: 680px;
}
.youtube-player2 {
    height: 630px;
}
.progect-page-text {
    padding: 15% 0% 0% 0%;
}
.blog-section {
    padding: 70px 0px 70px;
}
ul.catalogue-nave {
    margin: 0;
    padding: 160px 185px;
}
ul.catalogue-nave li {
    font-size: 40px;
}
.about-company p {
    color: #ffffffa3;
    font-size: 27px;
    text-align: justify;
}
/*.about-company h4 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 1px;
    margin-top: 18%;
}*/
.about-company h4 {
        color: #fff;
        font-size: 32px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 20px;
        letter-spacing: 1px;
        margin-top: 0;
        text-align: center;
        position: relative;
        z-index: 1;
        overflow: hidden;
		
    }
}
@media (max-width:1600px) {	
.youtube-player {
    height: 565px;
}
.youtube-player2 {
    height: 515px;
}	
.progect-page-text {
    padding: 7% 0% 0% 0%;
}
ul.catalogue-nave {
    margin: 0;
    padding: 140px 160px;
}
ul.catalogue-nave li {
    font-size: 30px;
}
.about-company h4 {
       /* margin-top: 10%;*/
    }
.about-company p {
    color: #ffffffa3;
    font-size: 24px;
    text-align: justify;
}


@media (max-width: 1465px) {
    .about-company p {
        line-height: 32px;
    }
}

@media (max-width: 1404px) {
    .about-company p {
        line-height: 29px;
    }
}


@media (max-width:1400px) {	
.youtube-player {
    height: 480px;
}
.youtube-player2 {
    height: 510px;
}	
.blog-section {
    padding: 70px 0px 80px;
}
.progect-page-text {
    padding: 10% 0% 0% 0%;
}
ul.catalogue-nave {
    margin: 0;
    padding: 110px 130px;
}
.about-company h4 {
        color: #fff;
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 30px;
        letter-spacing: 1px;
        /*margin-top: 5%;*/
    }
	.about-company p {
        color: #ffffffa3;
        font-size: 22px;
        text-align: justify;
        line-height: 31px;
    }
}
@media (max-width:1440px) {	
ul.catalogue-nave {
    margin: 0;
    padding: 118px 135px;
}
}


@media (max-width:1366px) {	
.youtube-player {
    height: 472px;
}
.youtube-player2{ height:540px;}
.progect-page-text {
    padding: 12% 0% 0% 0%;
}
.blog-section {
    padding: 70px 0px 120px;
}
ul.catalogue-nave {
    margin: 0;
    padding: 100px 110px;
}
.about-company p {
        color: #ffffffa3;
        font-size: 20px;
        text-align: justify;
    }
    .about-company h4 {
        color: #fff;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 20px;
        letter-spacing: 1px;
        margin-top: 0;
        text-align:center;
        position: relative;
            z-index: 1;
            overflow: hidden;
    }
}
.about-company h4:before,
.about-company h4:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #fff;
}
.about-company h4:before {
    margin-left: -52%;
    text-align: right;
}
.about-company h4:after {
    margin-left: 2%;
}
@media (max-width:1160px) {
.youtube-player {
    height: 400px;
}
.youtube-player2 {
    height: 480px;
}
}

@media (max-width:1024px) {

.logo-sm img {
    height: 40px;
}
.logo-2 img {
    height: 40px;
}
.latest-news-box figure {
    width: 220px;
    height: 150px;
}
.latest-news-box {
    padding: 0px 18px;
}
.profile-contand-box {
    padding: 50px 70px;
}
.tell-you-contand-box {
    padding: 50px 70px;
}
.blog-contand-box {
    padding: 50px 70px;
}
.contand-box p {
    margin: 55px 0px;
}
.youtube-player {
    height: 355px;
}
.next-project-page {
    padding: 110px 0px 0px 0px;
}
.next-page-section {
    height: 225px;
}
.progect-page-text {
    padding: 0% 0% 0% 0%;
}
ul.catalogue-nave {
    padding: 45px 65px;
}
.world-map {
    top: 23%;
}
.loop .owl-nav .owl-prev {
    left: -25px;
    position: absolute;
}
.loop .owl-nav .owl-next{ 
   right:-25px;
   position: absolute;
}
.about-company p {
        font-size: 18px;
    }

}

@media (max-width:768px) {
.about-company h4 {
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 20px;
        letter-spacing: 1px;
        margin-top: 0%;
    }
	    .about-company p {
        color: #ffffffa3;
        font-size: 16px;
        text-align: justify;
        margin-bottom: 0;
    }
.logo-sm img {
    height: 30px;
}
.logo-2 img {
    height: 30px;
}
.navbar {
    float: left;
    width: 100%;
    margin-left: 30px;
}
.carousel-control-prev {
    left: 4%;
    width: 45px;
    height: 45px;
    top: 40%;
}
.carousel-control-next {
    left: 4%;
    width: 45px;
    height: 45px;
    top: 48%;
}
.hover01 {
    margin-bottom: 60px;
    display: block;
}
.blog-section {
    padding: 70px 0px 80px 0px;
}
.tell-you-contand-box {
    padding: 50px 50px;
    width: 300px;
    top: 16%;
    left: 7%;
}
.tell-you-contand-box p {
    color: #fff;
    margin: 29px 0px;
}
.news-text {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 40px;
    text-align: center;
}
.latest-news-box {
    padding: 0px 18px;
    margin-bottom: 60px;
}
.latest-news-section {
    padding: 55px 0px 0px 0px;
    background-color: #6cb6dc;
}
.latest-news-box figure {
    width: 322px;
    height: 190px;
}
    .profile-contand-box {
        padding: 40px 40px;
        width: 300px;
        top: 19%;
        right: 7%;
    }
	.profile-contand-box p {
    margin: 40px 0px;
}
.blog-contand-box {
    padding: 40px 40px;
    width: 300px;
    top: 19%;
    left: 7%;
}
.blog-contand-box p {
    margin: 50px 0px;
}
ul.catalogue-nave li {
    padding: 0px 0px 10px 0px;
	margin:0px;
}
.footer-bg img.img-fluid {
    max-width: 145%;
}
.world-map {
    font-size: 20px;
}
.youtube-player {
    height: 330px;
}
.next-project-page {
    padding: 55px 0px 0px 0px;
}
.next-project-page h3 {
    font-size: 30px;
    margin-bottom: 50px;
}
.youtube-player2 {
    height: 360px;
}
ul.catalogue-nave {
    padding: 0px 0px;
}
.loop .owl-nav .owl-prev {
    left: 0px;
    position: absolute;
}
.loop .owl-nav .owl-next{ 
   right:0px;
   position: absolute;
}
}

@media (max-width:767px) {
.pr-0-lg{ padding-right:15px !important;}
.about-company h4 {
    margin-top: 25px;
}
.section-about-homepage {
    margin-top: 30px;
}
.slider-content2 {
    width: 80%;
    padding-left: 25px;
    left: 0;
    top: 20%;
}
.slider-content2 h4 {
    font-size: 13px;
}
.slider-content2 h2 {
    font-size: 22px;
}

#loader .icon-gif{ 
  width:25%; 
}
.d-n-sm{ display:none;}
.navbar {
    padding: 0px 0px;
    float: left;
    margin-left: 0;
}
.logo-sm{ text-align:center;}
.logo-sm img {
    height: 32px;
}
.navbar-light .navbar-toggler {
    right: 0px;
    top: -42px;
}
.c01196 {
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
}
.c01196:before {
    width: 85%;
    height: 85%;
}
.c01195:hover .c01197 {
    transform: translate(-10%, -50%);
}
.c01197 {
    width: 145px;
}
.c01200.layout-square .c01202 {
    font-size: 18px;
}
.Projects-page-hedline h2 {
    font-size: 28px;
}
.footer-bg p {
  margin-bottom: 1rem;
}
.footer-bg img.img-fluid {
    max-width: 65%;
    height: auto;
    margin-bottom: 25px;
}
.youtube-player {
    height: 300px;
}
.next-page-section {
    height: 155px;
}
.youtube-player2 {
    height: auto;
}
.hover01 {
    margin-bottom: 20px;
}
.box-1 {
    margin-bottom: 30px;
}
.projects-section {
    padding: 40px 0px;
}
.our-products {
    padding-bottom: 0rem;
    padding-top: 55px;
}
.custom-solutions-section {
    padding: 20px 0px 15px 0px;
}
.flip-slider-section {
    padding: 50px 0px;
}
.box-2{margin-top: 2rem;}
.blog-section {
    padding: 50px 0px;
}
.tell-you-contand-box {
    padding: 50px 20px;
	margin-top: 20px;
}
.tell-you-contand-box h3 {
    font-size: 28px;
}
.tell-you-contand-box p {
        margin: 40px 0px 0px 0px;
}
.box-item {
    width: 100%; 
    max-width: 100%;
}
.box-container {
    margin: 0px auto; 
}
.map-section {
    padding-top: 30px;
    background-color: white;
}
.world-map {
	font-size: 16px;
    top: -10%;
}
}

@media (max-width: 475px) {
.logo-2 {
    text-align: center;
}
.header-slider {
    margin-top: 160px;
}
.carousel-control-prev {
    left: 3%;
    width: 35px;
    height: 35px;
    top: 34%;
}
.carousel-control-next {
    left: 3%;
    width: 35px;
    height: 35px ;
    top: 50%;
}
.owl-carousel .owl-item img{
    height: 400px !important;
}
/*.blog-contand-box {
    padding: 35px 30px;
    width: 85%;
    top: 5%;
    left: 7%;
}*/

    .blog-contand-box {
        padding: 30px 30px;
        width: 90%;
        top: 5%;
        left: 5%;
        position: relative;
        margin-top: 15px;
    }
.blog-contand-box p {
    margin: 35px 0px;
}
.tell-you-contand-box {
    padding: 50px 50px;
    width: 90%;
    top: 5%;
    left: 5%;
    position: relative;
}
.latest-news-box {
    text-align: center;
}
.latest-news-box p {
    margin-bottom: 30px;
}
.latest-news-box h3 {
    font-size: 22px;
    margin: 15px 0px 20px 0px;
    font-weight: 600;
}
button.play-btn {
    margin-top: 80px;
}
.projace-box {
   margin-bottom: 50px;
   position: relative;
}
.next-project-page {
    padding: 65px 0px 0px 0px;
}
.next-project-page h3 {
    font-size: 25px;
    margin-bottom: 65px;
}
.Projects-page-hedline h2 {
    font-size: 25px;
}
.projace-box h4 {
    font-size: 18px;
}
.c01200.layout-square .c01202 {
    font-size: 12px;
    top: -40px;
    left: 14px;
}
.youtube-player {
    height: 240px;
}
.flip-box-front, .flip-box-back {
    min-height: 450px;
}
.about-text-center {
        margin-top: 6%;
    }
.section-about-homepage {
    /*margin-bottom: 30px;*/
}
.about-text-center h2 {
    font-size: 30px;
}
.profile-contand-box {
    background-color: #d9d9d9;
    padding: 30px 30px;
    position: relative;
    top: 20px;
    right: auto;
    width: 90%;
    left: 5%;
    animation-name: anim;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
}
.profile-contand-box p {
    color: #000;
    margin: 22px 0px;
    text-align: justify;
}

@media (max-width: 430px) {
    .inner-mt-100 {
    margin-top: 130px;
}

ul.catalogue-nave li {
    font-size: 20px;
}
ul.catalogue-nave li span {
    font-size: 30px;
    margin-top: -9px;
    height: 20px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
}
}

@media (max-width: 414px) {
.slider-contand h1 {
    font-size: 38px;
    margin-bottom: 15px;
    margin-top: 0;
}
.slider-number {
    margin-top: 45px;
}

}

@media (max-width: 412px) {
.header-banner2{margin-top:130px;}
}

@media (max-width: 390px) {
.slider-contand h1 {
    font-size: 38px;
    margin-bottom: 15px;
    margin-top: 0;
}
.slider-number {
    margin-top: 45px;
}
}


@media (max-width: 375px) {
.slider-left {
    width: 25%;
}
.slider-number {
    margin-top: 76px;
}
.carousel-control-prev {
    left: 6%;
    width: 30px;
    height: 30px;
    top: 58%;
}
.carousel-control-next {
    left: 6%;
    width: 30px;
    height: 30px;
    top: 76%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 15px;
    height: 15px;
}
figure {
    width: 100%;
    height: 250px;
}
.slider-contand h1 {
    font-size: 40px;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 32px;
}
.slider-contand h1 span {
    font-size: 20px;
}
.contand-box h2 {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: normal;
}
.contand-box p {
    margin: 35px 0px;
}
h4.products-flexible {
    font-size: 28px;
}
ul.catalogue-nave li {
    padding: 0px 0px 5px 0px;
    font-size: 18px;
}
ul.catalogue-nave li span {
    margin-left: 10px;
    font-size: 33px;
    margin-top: -12px;
    height: 20px;
}
.youtube-player {
    height: 212px;
}
.flip-box-front, .flip-box-back {
    min-height: 388px;
}
.about-company p {
        font-size: 18px;
    }
}

@media (max-width: 326px) {
.blog-contand-box h4 {
    font-size: 24px;
}
.blog-contand-box p {
    margin: 20px 0px;
}
h4.products-flexible {
    font-size: 22px;
}
ul.catalogue-nave li {
    font-size: 16px;
}
.latest-news-box figure {
    width: 100%;
    height: 190px;
}
.flip-box-front, .flip-box-back {
    min-height: 320px;
}
}

@media (max-width: 320px) {
.slider-number {
    margin-top: 50px;
}
.menu-toggler {
    right: 1rem;
}
.youtube-player {
    height: 200px;
}
}
