@charset "utf-8";
/* CSS Document */
html {
    scroll-behavior: smooth;
}
html,body{overflow-x:hidden;}
body { margin: 0px;color: #014c58;font-size:18px;font-family: 'Open Sans', sans-serif;font-weight:300;line-height:normal;padding:0px; background-color: #ffffff;}
img{ max-width:100%; }
h1, h2, h3, h4, h5, h6{margin:0px;padding:0px;color:#153e35;line-height:normal;font-weight:300;margin-bottom:15px;font-family: 'Open Sans', sans-serif;}
h1{font-size:40px; text-transform: uppercase; letter-spacing: 2px;}
h2 { font-size:38px;text-transform: uppercase; letter-spacing: 4px; }
h3{ font-size:28px;}
h4{ font-size:26px;}
h5{ font-size:24px; }
h6{ font-size:22px; }
hr{ margin:10px 0px; border:0px; border-bottom:1px dashed #828282;}
p, ul, ol{ margin:0px; line-height:26px; padding:0px;}
ul *, ol * { margin:0px; padding:0px;}
ol,ul { padding-left: 25px;}
ul {display:block; list-style:none; }
ul li{line-height:30px;}
a img { border: 0px;}
p,ul,ol { margin-bottom: 18px;}
.clr{ display: block; float: none; clear: both;}
.c { overflow:hidden; float:none;}
.underline{text-decoration:underline;}
.left,.flot_left{ float:left;}
.right,.flot_right{ float:right ;}
.a_left { text-align: left ;}
.a_center { text-align: center;}
.a_right { text-align: right;}
a { text-decoration:none; }
.hidden { display:none;}
.italic{font-style:italic;	}
.bold{font-weight:bold;	}
table{border-spacing:0px;border-collapse:collapse;}
input[type="text"],input[type="url"],input[type="tel"], input[type="email"], input[type="password"], select, textarea { 
    background:#efefef; 
    border:0px solid #e0e0e0;
    color: #000; 
    font-size: 15px; 
    padding: 10px 15px; 
    resize: vertical;
    width:100%;
    font-weight:400;
    box-sizing:border-box;
    font-family: 'Open Sans', sans-serif;
}
textarea { width:100%;}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus { }
select { padding: 17px 15px; width:100%;}
input[type="button"], input[type="submit"], input[type="reset"], .primary-button, .btn { 
    background: #014c58 none repeat scroll 0 0;
    border:0px;
    color: #fff;
    display: inline-block; 
    font-size:14px; 
    font-weight: 500;
    min-width:120px; 
    padding:10px 15px; 
    border-radius: 4px;
    text-transform: uppercase; 
    vertical-align: top;
    transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    -webkit-transition: all linear .2s;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover ,.primary-button:hover,.btn:hover,.primary-button:focus,.btn:focus{ background-color:#000000;color:#fff;}
.form-control { border-radius:0px; -moz-border-radius:0px;  -ms-border-radius:0px; -o-border-radius:0px; -webkit-border-radius:0px; box-shadow: 0 0 0; height: auto;}
a:focus{outline:none;	text-decoration:none;}
a{color:#000;transition: all linear .2s;-moz-transition: all linear .2s;-ms-transition: all linear .2s;-o-transition: all linear .2s;-webkit-transition: all linear .2s;	}
a:hover,a:focus{text-decoration:none;color:#000;}
.cfx::after {clear: both; content: "+";display: block; height: 0;visibility: hidden;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */opacity:1;}
::-moz-placeholder { /* Firefox 19+ */opacity:1;}
:-ms-input-placeholder { /* IE 10+ */opacity:1;}
:-moz-placeholder { /* Firefox 18- */opacity:1;}	

/*-------------------------*/
.top-section {
    background: #fff;
    padding: 15px 0px;
}
.top-section .container {
    display: flex;
    align-items: center;
}
.top-section .logo-box {
    width: 320px;
}
.top-section .menu-box {
    width: calc(100% - 410px);
}
.top-section .logo-box  .mob-logo{
    display: none;
}
.top-section .menu-box ul,.top-section .menu-box ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-section .menu-box ul {
    display: flex;
    justify-content: center;
}
.top-section .menu-box ul li {
    position: relative;
}
.top-section .menu-box ul li a {
    font-size: 15px;
    color: #6e6e6e;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    padding: 10px 18px;
    position: relative;
}
.top-section .menu-box ul li:hover > a {
    background: #0091a3;
    color: #fff;
}
.top-section .menu-box ul li.menu-item-has-children > a::after {
    content: "\f107";
    font-family: 'FontAwesome';
    margin-left: 3px;
    position: absolute;
    right: 6px;
    transition: all linear .2s;
}
.top-section .menu-box ul li ul li.menu-item-has-children > a::after {
    content: "\f105";
}
.top-section .menu-box ul li.menu-item-has-children:hover > a::after{
    opacity: 0;
}
.top-section .menu-box ul li ul {
    position: absolute;
    background: #0091a3;
    display: block;
    min-width: 250px;
    z-index: 99;
    top: 50px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all linear .2s;
    box-shadow: 4px 9px 9px rgba(000,000,000,.2);
}
.top-section .menu-box ul li ul li a {
    color: #fff;
    padding: 4px 18px;
    font-size: 14px;
}
.top-section .menu-box ul li ul li ul {
    top: 0;
    margin-left: 100%;
}
.top-section .menu-box ul li ul li:hover > a {
    background: #027786;
}
.top-section .menu-box ul li:hover > ul {
    opacity: 1;
    visibility: visible;
}
.top-section .menu-box ul li.current-menu-item > a{
    color: #0091a3;
}
.top-section .menu-box ul li.current-menu-item:hover > a{
    color: #fff;
}

.top-section .menu-box ul li ul li.current-menu-item > a{
    color: #fff;
    background: #027786;
}
.top-section .social-box {
    width: 90px;
    display: flex;
    gap: 6px;
    font-size: 15px;
    justify-content: end;
}
.top-section .social-box a {
    width: 25px;
    text-align: center;
}
.top-section .social-box a:hover{
    color: #0191a3;
}
.top-section .mob-menu{
    display: none;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    border: 1px solid #014c58;
    border-radius: 4px;
    background: #014c58;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    min-width: 160px;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 14px 15px;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{
    background: #000;
    border-color: #000;
    color: #fff;
}
.white .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    border-color: #fff;
}
.white .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    border-color: #fff;
    background-color: #fff;
    color: #014c58;
}

.about-section{
    background-image: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-position:right bottom;
    background-color: #014c58;
    padding:40px;
    color: #fff;
    border-radius: 20px;
    background-size: 700px;
    padding-right: 580px;
    position: relative;
    margin-top: -100px;
    z-index: 99;
    box-shadow: 10px 20px 40px rgba(000,000,000,.3);
    margin-bottom:80px;
}
.about-section h2{
    color: #fff;
}
.visn-misn-section {
    padding-bottom: 50px;
    padding-top: 50px;
}
.visn-misn-section .wpb_single_image{
    margin-left: -15px;
}
.home-product{
    background: rgb(187,230,219);
    background: -moz-linear-gradient(45deg, rgba(187,230,219,1) 0%, rgba(210,235,202,1) 23%, rgba(135,226,225,1) 74%);
    background: -webkit-linear-gradient(45deg, rgba(187,230,219,1) 0%, rgba(210,235,202,1) 23%, rgba(135,226,225,1) 74%);
    background: linear-gradient(45deg, rgba(187,230,219,1) 0%, rgba(210,235,202,1) 23%, rgba(135,226,225,1) 74%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bbe6db",endColorstr="#87e2e1",GradientType=1);
    padding: 50px 0px;
}
.home-product h2{
    text-shadow: 1px 1px 0px #fff;
    margin-bottom: 40px;
}
.ready-section{
    background: #f6f7ff;
    padding:80px 0px;
}
.new-event-section{
    background: #fff;
    padding: 60px 0px;
}
.new-event-section h2{
    margin-bottom: 40px;
}
.ne-box.vc-gitem-zone-height-mode-auto:before {
    padding: 0;
}
.ne-box.vc_gitem-zone-a .vc_gitem-row-position-top,
.ne-box.vc_gitem-zone-a .vc_gitem-row-position-middle {
    position: relative;
    top: auto;
    transform: none;
}
.ne-box > .vc_gitem-zone-mini {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.ne-box.vc_gitem-zone-a .vc_gitem-row-position-top {
    width: 250px;
    padding: 0;
}
.ne-box.vc_gitem-zone-a .vc_gitem-row-position-middle {
    width: calc(100% - 250px);
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(000,000,000,.10);
    border-radius: 15px;
    margin-left: -15px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    z-index: 0;
    padding-left: 44px;
}
.ne-box .ne-img {
    padding: 0;
    position: relative;
    z-index: 9;
    border-radius: 15px;
    overflow: hidden;
}
.ne-box .ne-cnt {
    padding: 0;
}
.ne-box .ne-img .wpb_single_image {
    margin: 0 !important;
}
.ne-box .ne-img .wpb_single_image figure {
    display: block;
}
.ne-box .ne-img .wpb_single_image figure .img-box {
    display: block;
}
.ne-box .ne-img {
    width: 100%;
}
.ne-box .e-date {
    font-size: 18px;
    color: #014c58;
    font-weight: 400;
    margin-bottom: 5px;
}
.ne-box h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 7px;
}
.ne-box .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    border: 0;
    padding: 0;
    background: none;
    color: #014c58;
    min-width: inherit;
    font-weight: 600;
}
.ne-box .vc_gitem-post-data-source-post_title {
    margin-bottom: 0;
}
.ne-box  .vc_btn3-container.vc_btn3-inline {
    margin-bottom: 0;
}
.ne-box .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    color: #000;
}
.owl-controls .owl-nav {
    display: flex;
    justify-content: center;
    gap: 25px;
}
.owl-controls .owl-nav .owl-prev,.owl-controls .owl-nav .owl-next {
    cursor: pointer;
}
.client-section{
    background: #f2f8ff;
    padding: 60px 0px;
    position: relative;
    overflow: visible !important;
}
.client-section h2{
    text-shadow: 1px 1px 0px #fff;
    margin-bottom: 40px;
}
.client-section .stro-img {
    position: absolute;
    top: -200px;
    right: 0;
    z-index: 0;
    pointer-events: none;
    max-width: 280px;
}
.footer-section {
    border-top: 2px solid #2ca0c2;
    border-bottom: 2px solid #2ca0c2;
    padding: 40px 0px;
    color: #6e6e6e;
}
.footer-section .container {
    display: flex;
    gap: 30px;
}
.footer-section  .foo-box {
    width: 25%;
    font-size: 15px;
    font-weight: 400;
}
.footer-section .foo-box .f-logo {
    max-width: 250px;
    margin-top: 30px;
}
.footer-section  .foo-box.f-contact{
    width: 30%;
}
.footer-section  .foo-box.f-follow{
    width: 150px;
}
.footer-section .container::before,.footer-section .container::after {
    display: none;
}
.footer-section .foo-box h5 {
    font-size: 18px;
    color: #6e6e6e;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-section a {
    color: #6e6e6e;
}
.footer-section a:hover {
    color: #000;
}
.footer-section .foo-box ul,.footer-section .foo-box ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-section .foo-box ul {
    display: flex;
    flex-wrap: wrap;
}
.footer-section .foo-box ul li {
    width: 50%;
    line-height: 28px;
    text-transform: uppercase;
}
.footer-section .foo-box p {
    margin-bottom: 4px;
    line-height: 22px;
}
.footer-section .foo-box .f-social {
    display: flex;
    gap: 10px;
}
.pro-slider{
    margin-bottom: 40px;
}
.pro-slider .wpb_single_image {
    margin: 0;
    position: relative;
}
.pro-slider .wpb_single_image figure.wpb_wrapper.vc_figure {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 40px;
}
.pro-slider .wpb_single_image h2 {
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-weight: 400;
    text-shadow: 0px 0px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro-slider .wpb_single_image figure.wpb_wrapper.vc_figure a {
    display: block;
}
.pro-slider .wpb_single_image figure.wpb_wrapper.vc_figure a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 99;
}
.pro-slider .wpb_single_image  figure.wpb_wrapper.vc_figure::before {
    content: "";
    width: 100%;
    height: calc(100% - 40px);
    position: absolute;
    z-index: 6;
    background: #000;
    border-radius: 15px;
    opacity: 0;
    transition: all linear .2s;
}
.pro-slider .wpb_single_image:hover figure.wpb_wrapper.vc_figure::before {
    opacity: .5;
}
.pro-slider .wpb_single_image figure.wpb_wrapper.vc_figure::after {
    content: "";
    width: 38px;
    height: 38px;
    position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all linear .2s;
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    z-index: 10;
}
.pro-slider .wpb_single_image:hover figure.wpb_wrapper.vc_figure::after {
    opacity: 1;
}
.inner-page-section{
    padding: 50px 0px;
}
.vision-mission-box {
    padding:60px 0px 0px 0px;
}
.vision-mission-box .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
    position: relative;
    padding-left: 120px;
}
.vision-mission-box .wpb_single_image {
    margin: 0;
    width: 90px;
    position: absolute;
    left: 0;
    top: 0;
}
.vision-mission-box h2 {
    margin-bottom: 9px;
}
.infra-box+.infra-box{
    margin-top:50px;
}
.infra-box .img-box {
    width: 60%;
}
.infra-box .img-box .vc_column-inner{
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}
.infra-box .cnt-box {
    width: 40%;
    background: #f4f6ff;
    padding: 20px;
}
.infra-box .cnt-box h2 {
    background-repeat: no-repeat;
    background-position: right top;
    font-size: 90px;
    font-weight: 600;
    color: #ff3600;
    letter-spacing: normal;
    line-height: 74px;
    background-size: 76px;
    height: 74px;
    margin-bottom: 24px;
}
.infra-box .cnt-box h3 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 9px;
}
.infra-box .cnt-box .wpb_text_column {
    margin-bottom: 0;
}
.vc_rtl-columns-reverse {
    flex-direction: row-reverse;
}
.event-single .vc_pageable-slide-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.event-single  .vc_grid-item {
    width: 50%;
}
.inner-page-section h2,.inner-page-section h3,.inner-page-section h4,.inner-page-section h5,.inner-page-section h6{
    font-weight: 500;
}
.contact-section{
    margin-bottom:40px;
}
.contact-section h2 {
    letter-spacing: normal;
    text-transform: none;
}
.contact-section .address-box h4{
    margin-bottom: 8px;
}
.contact-section .address-box h5{
    margin-bottom: 8px;
    font-weight: 500;
}
.contact-section  .wpb_text_column{
    margin-bottom: 15px;
}
.contact-form-box {
    font-size: 16px;
}
.contact-form-box tr {
    border: 0;
}
.contact-form-box p {
    margin: 0;
}
.contact-form-box table{
    margin: 0px;
}
.contact-form-box td {
    padding-bottom: 12px;
    vertical-align: top;
}
.contact-form-box td+td {
    padding-left: 10px;
}
.contact-form-box textarea {
    height: 120px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border-width: 1px;
    padding: 10px;
}
.contact-section .contact-de-box {
    padding-right: 25px;
}
.contact-section .contact-de-box+.contact-de-box {
    padding-left: 25px;
    padding-right: 0;
    border-left: 1px solid #9a9a9a;
}
.solution-section h2 {
    text-transform: none;
    letter-spacing: normal;
    font-weight: 600;
    background: rgb(76,197,248);
    background: -moz-linear-gradient(45deg, rgba(76,197,248,1) 0%, rgba(0,140,148,1) 74%);
    background: -webkit-linear-gradient(45deg, rgba(76,197,248,1) 0%, rgba(0,140,148,1) 74%);
    background: linear-gradient(45deg, rgba(76,197,248,1) 0%, rgba(0,140,148,1) 74%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4cc5f8",endColorstr="#008c94",GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item {
    font-size: 18px;
    font-weight: 400;
    background: none;
    padding: 7px 45px;
    position: relative;
    text-align:center;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item+.vc_grid-filter-item::before {
    content: "";
    width: 1px;
    height: 24px;
    background: #6e6e6e;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item>span {
    color: #6e6e6e;
    display: inline-block;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active {
    background: none;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item::after {
    content: "";
    width: 0%;
    height: 2px;
    background: #0091a3;
    position: absolute;
    bottom: 0;
    left: 0;
    transition:all linear .2s;
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active::after,.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item:hover::after {
    width:100%
}
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item:hover {
    background: none;
}
.product-grid-box .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block + .vc_gitem-zone {
    background: none !important;
}
.product-grid-box .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block + .vc_gitem-zone .vc_gitem-post-data-source-post_title {
    text-align: center !important;
    margin-bottom: 0 !important;
}
.product-grid-box .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block + .vc_gitem-zone h4 {
    text-align: center !important;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-grid-box .vc_grid-item {
    border: 1px solid #0091a3;
    margin: 0px 10px;
    width: calc(25% - 20px);
    padding: 0 !important;
    margin-bottom: 20px;
    transition: all linear .2s;
}
.product-grid-box .vc_grid-item:hover{
    box-shadow: 0px 0px 20px rgba(000,000,000,.2);
}
.product-grid-box .vc_pageable-slide-wrapper {
    margin: 0 !important;
    text-align: center;
}
.product-grid-box .vc_grid-item .vc_gitem-animated-block .product-img + .vc_gitem-zone {
    opacity: 0;
}
.product-detail-box {
    display: flex;
}
.product-detail-box .pro-img-box {
    width: 40%;
}
.product-detail-box .pro-detail-box {
    width: 60%;
    padding-left: 50px;
}
.product-detail-box .flexslider {
    margin: 0;
    border: 0;
}
.product-detail-box .shadow-box {
    box-shadow: 0px 0px 30px rgba(000,000,000,.10);
    margin-bottom: 20px;
    border: 1px solid #f8f8f8;
    overflow: hidden;
}
.product-detail-box .thumbslider img {
    border: 1px solid #eee;
    cursor: pointer;
}
.product-detail-box .thumbslider li.flex-active-slide img {
    border-color: #ccc;
}
.product-detail-box h6 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.product-detail-box h2 {letter-spacing: normal;text-transform: none;font-size: 30px;margin-bottom: 5px;}
.product-detail-box .des-fea-box+ .des-fea-box {
    border-top: 1px solid #014c58;
    padding-top: 18px;
}
.product-detail-box  .add-table {
    background: #f8f8f8;
    max-width: 520px;
}
.product-detail-box .add-table table {
    margin: 0;
}
.product-detail-box .add-table td {
    vertical-align: top;
    padding: 8px 10px;
    text-align: center;
    font-weight: 400;
}
.product-detail-box .add-table tr {
    border: 0;
}
.product-detail-box .add-table tr+tr {
    border-top: 1px solid #e6e6e6;
}
.product-detail-box  .enq-box {
    margin-top: 22px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.product-detail-box .enq-box .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    display: inline-block;
    text-align: center;
    letter-spacing: normal;
}
.product-detail-box .pro-detail-box.full-length {
    width: 100%;
    padding-left: 0;
}
.top-manu-box{
   font-size:20px;
   text-align: center;
}
.top-manu-box h2{
    margin-bottom: 15px;
    text-align: center !important;
}
.testi-block.vc-gitem-zone-height-mode-auto:before {
    padding: 0;
}
.testi-block.vc_gitem-zone-a .vc_gitem-row-position-top {
    position: relative;
}
.testi-block .wpb_single_image {
    max-width: 100px;
    border-radius: 200px;
    overflow: hidden;
    margin: 0px auto;
    border: 1px solid #ccc;
    padding: 2px;
    margin-bottom: 10px !important;
}
.testi-block .testi-name {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.testi-block .testi-cnt {
    font-weight: 400;
    max-width: 900px;
    margin: 0px auto;
    position: relative;
    padding-top: 40px;
    padding-bottom: 9px;
}
.testi-block .testi-cnt::before {
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 40px;
    opacity: .5;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.testi-block .testi-cnt::after {
    content:"\f10e";
    font-family: 'FontAwesome';
    font-size: 40px;
    opacity: .5;
    display: block;
    text-align:right;
    position: absolute;
    right: 0;
    bottom: 0;
}
.testi-section h2 {
    margin-bottom: 0;
}
.inner-page-section ul {
    list-style: disc;
}
.inner-page-section ol li+li{
    margin-top: 10px;
}
.product-detail-box .pro-img-box ul, .product-detail-box .pro-img-box ol {
    list-style: none;
}
/*--------------------------------------*/


@media only screen and (min-width:1260px) and (max-width:1390px){
	.container{
		width:1200px;	
	}
	
	
}
@media only screen and (min-width:992px) and (max-width:1260px){
	.container{
		width:960px;	
	}
    .ne-box.vc_gitem-zone-a .vc_gitem-row-position-middle {
        width: calc(100% - 150px);
    }
    .ne-box .e-date{
        font-size: 14px;
    }
    .ne-box h4{
        font-size: 20px;
    }
	
	
}
@media only screen and (min-width:768px) and (max-width:991px){
	
	
}

@media only screen and (max-width:1390px){
    
}
@media only screen and (max-width:1260px){
    .top-section .logo-box {
        width: 220px;
    }
    .top-section .menu-box ul li a {
        padding: 7px 12px;
    }
    .top-section .menu-box {
        width: calc(100% - 310px);
    }
    .about-section {
        background-size: 520px;
        padding-right: 320px;
        text-shadow: 0px 0px 2px #000;
    }
    .infra-box .img-box {
        width: 50%;
    }
    .infra-box .cnt-box {
        width: 50%;
    }
    .product-grid-box .vc_grid-item {
        width: calc(33.33% - 20px);
    }

}
@media only screen and (max-width:991px){
    body{
        font-size: 16px;
    }
    h1,h2{
        font-size: 35px;
        letter-spacing: 2px;
    }
    .top-section {
        padding: 10px 0px;
    }
    .top-section .menu-box {
        display: none;
    }
    .top-section .mob-menu {
        display: block;
        width: calc(50% - 100px);
        line-height: 0;
    }
    .top-section .logo-box {
        width: 200px;
    }
    .top-section .social-box {
        width: calc(50% - 100px);
    }
    .about-section {
        background-size: 340px;
        padding: 30px;
    }
    .visn-misn-section {
        display: block !important;
    }
    .visn-misn-section .wpb_column {
        width: 100%;
    }
    .ready-section {
        display: block !important;
        padding: 50px 0px;
    }
    .ready-section .wpb_column {
        width: 100%;
    }
    .ne-box.vc_gitem-zone-a .vc_gitem-row-position-middle {
        width: calc(100% - 240px);
        margin-right:0px;
    }
    .footer-section .container {
        flex-wrap: wrap;
    }
    .footer-section .foo-box:nth-child(1) {
        width: 100%;
    }
    .footer-section .foo-box .f-logo {
        margin-top: 0;
        max-width: 180px;
    }
    .footer-section .foo-box {
        width: 33.33%;
    }
    .footer-section .foo-box.f-contact {
        width: 37%;
    }
    .home-product h2{
        margin-bottom: 20px;
    }
    .vision-mission-box{
        padding-top: 40px;
    }
    .vision-mission-box .vc_col-sm-6 {
        float: none;
        width: auto;
    }
    .infra-box .cnt-box h2 {
        font-size: 60px;
        background-size: 50px;
        height: 50px;
        line-height: 50px;
    }
    .infra-box .cnt-box h3 {
        font-size: 25px;
    }
    .infra-box+.infra-box{
        margin-top:30px;
    }
    .event-single  .vc_grid-item {
        width:100%;
        padding-right: 0px;
    }
    .gallery-box .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
        width: 33.33%;
        display: inline-block;
    }
    .contact-section .address-box .vc_col-sm-6 {
        width: auto;
        float: none;
    }
    .contact-form-box td {
        display: block;
    }
    .contact-form-box td+td {
        padding-left: 0;
    }
    .product-grid-box .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block + .vc_gitem-zone h4 {
        font-size: 16px;
    }
    

}
@media only screen and (max-width:767px){
    
    h1,h2{
        font-size: 30px;
        letter-spacing: 2px;
    }
    h3,h4{
        font-size: 24px;
    }
    p{
        line-height: 24px;
    }
    .about-section{
        padding:30px 20px;
        margin: 0px 0px;
        margin-bottom: 30px;
        margin-top: -50px;
        text-align: center;
    }
    .about-section h2{
        text-align: center !important;
    }
    .about-section p{
        text-align: justify;
    }
    .visn-misn-section{
        text-align: center;
        padding-bottom: 14px;
    }
    .visn-misn-section h2{
        text-align: center  !important;
    }
    .ready-section {
        text-align: center;
        padding-bottom: 10px;
    }
    .ready-section h2{
        text-align: center  !important;
    }
    .client-section .stro-img {
        max-width: 170px;
        top: -150px;
    }
    .footer-section{
        padding: 25px 0px;
    }
    .footer-section .container {
        gap: 0;
    }
    .footer-section .foo-box,.footer-section .foo-box.f-contact,.footer-section .foo-box.f-follow {
        width: 33.33%;
    }
    .footer-section .foo-box:nth-child(1) {
        margin-bottom: 18px;
    }
    .vision-mission-box{
        padding-top:20px;
    }
    .infra-box {
        display: block !important;
    }
    .infra-box .img-box {
        width: 100%;
    }
    .infra-box .cnt-box {
        width: 100%;
        padding: 15px 0px;
    }
    .infra-box .img-box .vc_empty_space {
        height: 250px !important;
    }
    .infra-box .cnt-box h2 {
        font-size: 44px;
        background-size: 40px;
        line-height: 40px;
        height: auto;
        margin-bottom: 12px;
    }
    .contact-section .contact-de-box+.contact-de-box {
        padding-left: 0;
        padding-right: 0;
        border-left: 0;
    }
    .contact-section .address-box .vc_col-sm-6 {
        width: 50%;
        float: left;
    }
    .product-grid-box .vc_grid-item {
        width: calc(33.33% - 20px);
        display: inline-block !important;
    }
    .product-grid-box  .vc_grid-filter:not(.vc_gitem-post-data) {
        display: block !important;
    }
    .product-grid-box .vc_grid-filter-select {
        display: none;
    }
    .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey>.vc_grid-filter-item {
        padding: 7px 25px;
    }
    .product-detail-box {
        display: block;
    }
    .product-detail-box .pro-img-box {
        width: auto;
        margin: 0px auto;
    }
    .product-detail-box .pro-detail-box {
        width: auto;
        padding-left: 0;
        margin-top:20px;
    }
    .top-manu-box .wpb_single_image {
        margin-bottom: 20px !important;
    }
    .top-manu-box br{
        display: none;
    }
    .testi-block .testi-cnt::before,.testi-block .testi-cnt::after {
        font-size: 20px;
    }
    .testi-block .testi-cnt {
        padding-top: 24px;
    }
}
@media only screen and (max-width:640px){
    
    .footer-section .container {
        display: block;
    }
    .footer-section .foo-box, .footer-section .foo-box.f-contact, .footer-section .foo-box.f-follow {
        width: auto;
        text-align: center;
    }
    .footer-section .foo-box .f-social {
        justify-content: center;
    }
    .footer-section .foo-box .f-logo {
        margin: 0px auto;
    }
    .footer-section .foo-box ul li {
        width: auto;
        margin: 0px 4px;
        margin-bottom: 5px;
    }
    .footer-section .foo-box ul {
        gap:0px;
        justify-content: center;
    }
    .footer-section .foo-box {
        margin-bottom: 20px;
    }
    .footer-section .foo-box.f-follow {
        margin-bottom: 0;
    }
    .vision-mission-box .wpb_single_image {
        position: relative;
        margin: 0px auto;
        margin-bottom: 15px;
    }
    .vision-mission-box .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
        padding-left: 0;
        text-align: center;
    }
    .vision-mission-box h2 {
        text-align: center !important;
    }
    .gallery-box .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
        width: 50%;
        display: inline-block;
    }
    .product-grid-box .vc_grid-item {
        margin: 0px 5px;
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .product-grid-box  .vc_grid-filter:not(.vc_gitem-post-data) {
        display: none !important;
    }
    .product-grid-box .vc_grid-filter-select {
        display: block;
    }
    .product-detail-box h2{
        font-size: 25px;
    }
    .about-section {
        background-size: 260px;
        padding: 30px 4px;
    }


}


@media only screen and (max-width:550px){
    h1,h2{
        letter-spacing: normal;
    }
    .ne-box > .vc_gitem-zone-mini {
        display: block;
    }
    .ne-box.vc_gitem-zone-a .vc_gitem-row-position-top {
        width: 200px;
        margin: 0px auto;
    }
    .ne-box.vc_gitem-zone-a .vc_gitem-row-position-middle {
        width: auto;
        margin-left: 4px;
        margin-right: 4px;
        margin-top: -10px;
        text-align: center;
    }
    .ne-box h4 {
        text-align: center !important;
        font-size: 20px;
    }
	
}
@media only screen and (max-width:480px){
    .top-section .logo-box {
        width: 50px;
    }
    .top-section .mob-menu {
        width: calc(50% - 25px);
    }
    .top-section .social-box {
        width: calc(50% - 25px);
    }
    .top-section .logo-box  .dsk-logo{
        display: none;
    }
    .top-section .logo-box  .mob-logo{
        display: block;
    }
    .contact-section .address-box .vc_col-sm-6 {
        width:auto;
        float: none;
    }
    .contact-section .contact-de-box {
        text-align: center;
    }
    .contact-section h2,.contact-section h4 {
        text-align: center !important;
    }
    .wpcf7-not-valid-tip{
        text-align: left;
    }
    .solution-section h2 {
        font-size: 22px;
    }
    .product-grid-box .vc_grid-item {
        margin: 0px 5px;
        width: calc(100% - 10px);
        margin-bottom: 20px;
    }
    
    
	
}
@media only screen and (max-width:380px){
	
}
