* {
    margin: 0;
    padding: 0;
    outline: none;
}

ul, li, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    color: transparent;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0;
}

h3 {
    font-size: 30px;
    font-weight: 400;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

.section-grap {
    padding: 100px 0;
}

.form-control:focus {
    box-shadow: none;
}

button:focus,
.form-control,
input,
.btn:focus {
    outline: none;
    box-shadow: none;
    border: none;

}

.page-link:focus {
    box-shadow: none
}

ul {
    margin: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

.container {
    max-width: 1200px
}

.section-grap3 {
    padding-bottom: 60px;
}

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

.fontBlack {
    color: #333 !important
}

.fontWhite {
    color: #fff !important
}

/*start header section*/
header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px #acacac;
    box-shadow: 0 1px 3px #acacac;
    z-index: 999;
}

header .logo {
    line-height: 60px;
    display: inline-block;
}

header .logo img {
    width: 46px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

header ul.dropMenu {
    margin-left: 10px;
    text-align: left;
    display: inline-block;
    font-size: 0;
}

header ul.dropMenu > li {
    display: inline-block;
    padding: 0px 12px;
    line-height: 60px;
}

header ul.dropMenu a {
    display: block;
    font-size: 13px;
    color: #595757;
    font-weight: 500;
}

header .classB, header .dropDown > ul {
    text-align: center;
}

header ul.dropMenu li div:not(:last-child)::after {
    content: '';
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e6e6e6;
}

header ul.dropMenu li div:not(:last-child) {
    position: relative;
}

header .classB {
    display: none;
    position: absolute;
    top: 100%;
    /*left: 0;*/
    z-index: 9;
    /*width: 100%;*/
    background-color: #e6e6e6;
}

header .classB li {
    width: auto;
    max-width: none;
    padding: 0 10px;
    line-height: 30px;
    /*display: inline-block;*/
    vertical-align: middle;
}

header .classB li a {
    width: 100%;
    display: block;
    text-align: left;
    color: #565656;
    font-size: 12px;
    font-weight: 500;
}

header ul.dropMenu li:hover div::after {
    display: block;
}

header ul.dropMenu li:hover ul {
    display: block !important;
}

header ul.dropMenu a:hover {
    color: #000
}

header .tools {
    float: right;
    line-height: 60px;
    text-align: right;
    overflow: hidden;
}

header .tools a {
    position: relative;
    height: 60px;
    padding: 0 7px;
    color: #595757;
}

header .tools .menu {
    display: none;
}

header .tools span {
    position: relative;
    width: 24px;
    height: 1px;
    background-color: #595757;
    vertical-align: middle;
    display: inline-block;
}

header .tools a::after {
    content: '';
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e6e6e6;
    transition: all 1s linear;
    top: -29px;
}

header .tools a.search.active::after {
    display: block;
    top: 28px;
}

.iconfont.language.active::after {
    display: block;
    top: 31px;
}

header .tools span::after, header .tools span::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #595757;
    position: absolute;
    left: 0;
    transition: all .4s ease;
}

header .dropDown .dropSearch, header .dropDown > ul {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 2;
    width: 100%;
    background-color: #e6e6e6;
    animation: all ease .8s;
}

header .tools span::after {
    top: 7px;
}

header .tools span::before {
    top: -7px;
}

.iconfont.language {
    font-size: 19px;
}

header .tools a.active::after {
    display: block;
}

header .tools i {
    font-size: 18px;
    color: #999;
}

header .dropDown .searchBox {
    position: relative;
    width: 40%;
    max-width: 600px;
    min-width: 200px;
    padding: 15px 0;
    margin: 0 auto;
}

header .dropDown > ul > li {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    font-size: 14px;
    line-height: 60px;
}

header .dropDown > ul a {
    color: #595757;
}

header .dropDown > ul a:hover {
    color: #000;
}

header .dropDown .searchBox input {
    min-width: 200px;
    width: 100%;
    height: 30px;
    padding: 5px 30px 5px 5px;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #595757;
    color: #595757;
    background-color: transparent;
}

header .dropDown .searchBox button {
    position: absolute;
    top: 15px;
    right: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    color: #595757;
    border: none;
    font-size: 22px;
    background-color: transparent;
}

header .dropDown .searchBox button i {
    font-size: 18px;
    color: #595757;
}

/*start section wrapper*/
.section-h,
.slider-img {
    height: 95vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    color: #0054a7;
    width: 100%;
    position: relative;
}

.section1-wrapper {
    height: 95vh;
    padding: 60px 0;
}

.section-content {
    text-align: center;
}

.section-content h3,
.product-section.pd-sec1 .section-content h3 {
    /*color: #fff*/
}

.section-h p {
    font-size: 13px;
}

.section1-wrapper a, .section1-wrapper p {
    /*color: #fff;*/
    text-shadow: 0 0 1px #595757;
}

.para {
    max-width: 750px;
    width: 70%;
    margin: 0 auto;
}

.section1-wrapper img {
    max-width: 150px;
    width: 30%;
    margin: 0 auto;
}

p.para {
    margin: 20px auto;
    line-height: 24px;
    font-size: 13px;
    margin-bottom: 15px;
}

.section-content a.read-more {
    background: #fff;
    color: #000;
    font-weight: 400;
    padding: 3px 20px;
    font-size: 14px;
    border-radius: 1px;
    transition: all 0.3s ease-in-out
}

.section-content a.read-more:hover {
    background: #000;
    color: #fff
}

/*start of section2 wrapper*/
.slider-img .section-content {
    position: absolute;
    top: 60px;
    width: 100%;
}

.slider-img p.para,
.slider-img h3 {
    color: #333;
}

.slider-img.one {
    background-image: url(../img/Product-Slider-01.jpg);
}

.slider-img.two {
    background-image: url(../img/Product-Slider-02.jpg);
}

.slider-img.three {
    background-image: url(../img/Product-Slider-03.jpg);
}

.slider-img.four {
    background-image: url(../img/Product-Slider-04.jpg);
}

.slider-img.five {
    background-image: url(../img/Product-Slider-05.jpg);
}

.products-slider .section-content {
    bottom: 100px
}

.slick-dots {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
}

.slick-dots li {
    display: inline-block;
    border: none;
    margin-right: 5px;
}

.slick-dots li button {
    border: 0;
    background-color: #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    transition: all 0.3s ease;
    font-size: 0;
}

.slick-dots li button:hover {
    background: #000;
}

.slick-dots li.slick-active button {
    background: #000;
}

/*start section3 wrapper*/

.section3-wrapper .section-content {
    text-align: right;
    right: 75px;
}

.section3-wrapper .section-content p.para {
    margin-right: 0;
}

.section3-wrapper.section.section-h .section-content p.para,
.section5-wrapper.section.section-h .section-content p.para {
    max-width: 600px;
}

.section4-wrapper h3,
.section4-wrapper p {
    color: #333
}

.section4-wrapper,
.section6-wrapper {
    padding: 60px 0;
}

.section5-wrapper .section-content,
.section3-wrapper .section-content,
.section6-wrapper .section-content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.section5-wrapper .section-content {
    left: 75px;
    text-align: left;
}

.section5-wrapper .section-content p.para {
    margin-left: 0;
    text-align: left;
}

/*start section6 wrapper*/
.section6-wrapper .section-content {
    text-align: right;
    right: 75px;
}

.section6-wrapper .section-content p.para {
    text-align: right;
    margin-right: 0;
}

.section7-wrapper {
    display: table;
}

.section7-wrapper .section-content {
    display: table-cell;
    vertical-align: middle;
}

/*about page design*/

/*about section1*/
.about-section1 {
    display: table;
}

.about-section1 .section-content {
    display: table-cell;
    vertical-align: middle;
}

.about-sub-img {
    width: 30%;
    max-width: 292px;
}

.about-section1 img.banner {
    width: 100%;
}

/*about section2*/
.about-section2 .section-content h3,
.about-section4 .section-content h3 {
    /*color: #333*/
}

.about-section2 .section-content p.para,
.about-section4.section-grap2 .section-content p.para {
    color: #555;
    font-size: 13px;
    margin: 0 auto;
}

.about-section2 .section-content img {
    width: 20%;
    max-width: 175px;
    margin: 30px auto;
}

/*about section3*/

.about-section3 {
    background: #0099cc;
    padding-top: 50px;
    padding-bottom: 150px;
}

.about-section3 .section-content {
    color: #fff
}

.about-section3 .section-content h3 {
    margin-bottom: 40px;
}

.about-section3 .section-content p,
.hover-show {
    font-size: 13px;
}

.about-section3 .section-content .para-item {
    margin-top: 20px;
}

.hover-show {
    opacity: 0;
    transition: opacity ease-out .4s
}

.about-section3 .section-content .para-item:hover .hover-show {
    opacity: 1
}

.about-section3 .section-content .pt-20 {
    margin-top: 20px;
}

/*about section4*/
.about-section4 .section-content .item1 {
    padding-bottom: 30px;
}

.about-section4 .section-content .item1 h3 {
    margin: 20px 0;
}

.about-section4 .section-content .item1 img {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    height: 450px;
    overflow: hidden;
}

.about-section4 .section-content .item2 strong {
    display: block;
    margin-top: 20px;
}

.about-section4 .section-content .list {
    margin-top: 40px;
}

.about-section4 .section-content h4 {
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
}

.about-section4 ul {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.about-section4 ul li:nth-child(1) {
    background-color: #0054a7;
    color: #fff;
}

.about-section4 ul li div {
    display: table-cell;
    vertical-align: middle;
}

.about-section4 ul li {
    width: 50%;
    display: table;
    box-sizing: border-box;
    padding: 30px;
    height: 200px;
    min-height: 200px;
    float: left;
}

.about-section4 ul li:nth-child(2) {
    background-color: #e0e0e0;
    color: #009f97;
}

.about-section4 ul li:nth-child(3) {
    background-color: #e0e0e0;
    color: #0054a7;
}

.about-section4 ul li:nth-child(4) {
    background-color: #87bb1f;
    color: #fff;
}

.about-section4 ul li p {
    width: 100%;
    font-size: 12px;
}

/*start product page design*/

/*product section 1*/
.product-section p {
    font-size: 13px;
}

.product-section.pd-sec1 {
    position: relative;
}

.product-section.pd-sec1 img {
    width: 100%;
    height: 95vh;
    overflow: hidden;
}

.product-section.pd-sec1 .section-content {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
}

.product-section .section-content h3,
.product-section .section-content h3 {
    margin-bottom: 20px;
}

.product-section.pd-sec1 .section-content p.para {
    color: #fff
}

/*product section 2*/
.product-section.pd-ht-img img {
    max-width: 100%;
    margin-top: 30px;
}

.bg-color1 {
    background: #b3b300;
}

.bg-color2 {
    background: #8cc01f;
}

.bg-color3 {
    background: #0054a7;
}

.product-section:nth-child(odd) h3,
.product-section:nth-child(odd) p {
    color: #333;
}

.product-section:nth-child(even) h3,
.product-section:nth-child(even) p {
    color: #fff;
}

/*start service page design*/


.page-section .section-content p.para {
    margin: 10px auto;
    font-size: 14px;
}

/*start research page design*/
.research-section p.para {
    font-size: 14px;
    margin: 20px auto;
}

/*research sec1*/

.research-section h3,
.research-section p.para {
    color: #333
}

.research-slider {
    padding-top: 10px;
    max-width: 800px;
    width: 100%;
    margin: auto;
}

.research-slider img {
    height: 450px;
}

.research-slider .slick-dots {
    top: 100%;
    bottom: 0
}

/*res sec 4*/
.res-sec4 ul li {
    float: left;
    width: 33.3333%;
    padding: 10px;
    padding-bottom: 20px;
}

.res-sec4 ul img {
    width: 100%;
    max-width: 280px;
    height: 210px;
    margin: 0 auto;
}

.res-sec4 li p {
    padding-top: 5px;
    font-size: 14px;
}

.res-sec4 ul {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}

/*res sec 5*/
.res-sec5 {
    background: #0054a7;
}

.res-sec5 .section-content .res-sec5-img,
.res-sec6 .section-content .res-sec6-img {
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

/*res sec 6*/
.res-sec6 {
    background: #e6e6e6;
}

.res-sec6 .section-content .res-sec6-img {
    max-width: 450px
}

/*res sec 7*/
.res-sec7 li {
    width: 48%;
    display: inline-block;
    margin-bottom: 20px;
}

.res-sec7 li p {
    margin-bottom: 4px;
}

.res-sec7 li:nth-child(2n) {
    margin-left: 25px;
}

/*start contact page design*/
.page-section {
    width: 100%;
    height: 95vh;
    display: table;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-section .section-content {
    display: table-cell;
    vertical-align: middle;
}

/*start of footer section wrap style*/
.footer-section-wrap {
    background: #3e3a39;
    color: #fff;
}

.footer-section-wrap a {
    color: #fff
}

.footer-link-title h3 {
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
}

.footer-useful-link ul li {
    margin-bottom: 2px;
}

.footer-useful-link ul li a {
    color: #fff;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease-in-out
}

.footer-useful-link ul li a:hover {
    margin-left: 4px;
    font-weight: 500;

}

.footer-link-info h3 {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 15px;
    font-weight: 100;
}

/*==Sticky Menu==*/
.sticky {
    position: fixed !important;
    top: 0;
    z-index: 9999;
    transition: all 1s linear;
    width: 100%;
    box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}


/*==back to top==*/

.back-to-top a i {
    font-size: 22px;
    position: fixed;
    bottom: 30px;
    right: 40px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    transition: all 0.5s linear;
    display: none;
    text-align: center;
    z-index: 99;
    background: #4b65bf;
    border-radius: 3px;
    color: #fff;

}

.back-to-top a i:hover {
    background: #4b65bfd6 !important;
    color: #fff !important;

}


/*product details page*/
.product-details-pagi {
    padding: 10px 0;
    background: #969697;
}

.product-details-pagi ul li {
    display: inline-block;
    margin-right: 20px;
}

.product-details-pagi ul li span {
    font-size: 14px;
    color: #fff
}

.product-details-pagi ul li a {
    color: #fff;
    font-size: 14px;
    transition: all 0.4s linear
}

.product-details-pagi ul li a:hover {
    color: blue
}

.product-details-pagi ul li a i {
    margin: 0 6px;
}


/** Special Cases **/
.sectionSam-wrapper .section-content {
    position: absolute;
    width: 60%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: left !important;
}
.rightTextLeft {
    margin: 20px 16%;
}
