@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
body {
    overflow-x: hidden;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  font-family:'DIN-Regular';
}
a, li , ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
}
.header-top {
    background: #0095da;
    padding: 10px 0px;
    text-align: center;
}
.header-top ul{
    float: left;
}
.header-top ul li {
    float: right;
    font-weight: 200;
    padding: 0 8px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: 0 5px;
}
.header-top ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}
.pull-right.mob_center,ul.navigator_part.-left{
    float: right;
}
.toll-free {
    font-size: 16px !important;
}
.toll-free1 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.header.-two {
    border-color: #e7e7e7;
    position: relative;
    width: 100%;
    background: #fff;
}

.menu__wrapper {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}
.menu__wrapper__logo{
    float: left;
    height: auto;
    padding: 0;
}
.menu__wrapper__logo img{
    max-width: 130px;
}
.navigator_part.-left li{
    float: left;
    font-size: 16px;
    padding: 15px ;
}
ul.navigator_part.-left {
    align-items: center;
    display: flex;
}
.navigator_part.-left li a{
    color: #6d6e70;
    font-weight: normal;
}
.PaymentButton {
    position: relative;
    display: inline-block;
    min-width: 160px;
    height: 40px;
    padding: 0;
    border-radius: 3px;
    text-align: center;
    font-style: italic;
    font-display: swap;
    overflow: hidden;
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    background: #072654;
    border-color: #072654;
    color: #fff!important;
}
.PaymentButton::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 0;
    width: 46px;
    height: 100%;
    background: #1e40a0;
    border-radius: 2px 0 0 2px;
    transform: skew(-15deg, 0);
}
svg.svelte-ekc7fv {
    position: absolute;
    top: 0;
    left: 0;
    margin: 9px 11px;
}
.PaymentButton-contents {
    margin: 1px 0;
    padding: 4px 28px 4px 44px;
}
.PaymentButton-text {
    display: block;
    min-height: 18px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 800;
    opacity: 1;
    text-transform: initial;
}
.PaymentButton-securedBy {
    font-size: 8px;
    line-height: 10px;
    text-transform: initial;
    margin-top: 0;
    opacity: .6;
    color: #fff!important;
}

.phone-call {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 40px;
    background: #0095da;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    display: inline-block;
    line-height: 40px;
    
}
.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -10px;
    left: -10px;
    background-color: #0095da;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: .6;
    }
    75% {
        transform: scale(0.9);
        opacity: .3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(10,215,58, 0.7);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(10,215,58, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(10,215,58, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(10,215,58, 0.7);
    box-shadow: 0 0 0 0 rgba(10,215,58, 0.7);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(10,215,58, 0);
      box-shadow: 0 0 0 10px rgba(10,215,58, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(10,215,58, 0);
      box-shadow: 0 0 0 0 rgba(10,215,58, 0);
  }
}
section.cover1 {
    padding: 80px 0;
    text-align: center;
}
.no-gutters{
    margin-right: 0;
    margin-left: 0;
}
.cover1 h3 {
    font-size: 40px;
    color: #0db14b;
    margin: 15px 0 30px 0;
}
.cover1 p {
    text-align: left;
    font-size: 17px;
    margin: 15px 0;
    color: #231f20;
    line-height: 28px;
}
.cover1 .col-md-6 {
    margin: 0;
    padding: 0;
}
section.cover1 .large-box {
    height: 550px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
}
section.cover1 .large-box .position {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: inset 1px 1px 1px 1px whitesmoke;
}
section.cover1 .large-box .position .content {
    background: rgba(178, 45, 48, 0.7);
    padding: 20px;
}
section.cover1 .large-box .position .content .heading-steel {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 20px;
}
section.cover1 .large-box .position .content p {
    color: #ffffff;
}
section.cover1 .large-box .position .click-box {
    height: 40px;
    width: 40px;
    background-color: #b22d30;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: white;
    margin-left: auto;
}
section.cover1 .small-box {
    height: 270px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
}
section.cover1 .small-box .position-blue {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
}
section.cover1 .small-box .position-blue .content1 .heading-master {
    font-size: 24px;
    line-height: 21px;
    font-weight: 500;
    color: white;
    padding-bottom: 20px;
}
section.cover1 .small-box .position-blue .content1 p {
    color: white;
    max-width: 300px;
}
section.cover1 .small-box .position-blue .click-box {
    height: 40px;
    width: 40px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: black;
    margin-left: auto;
}
section.cover1 .small-box .position-blue:after {
    content: "";
    position: absolute;
    top: 0;
    left: -34%;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: rgba(5, 121, 178, 0.9);
    transform: skewX(-26deg);
}
section.cover1 .small-box1 {
    height: 270px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
section.cover1 .small-box1 .position1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(65, 26, 38, 0.9);
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.cover1 .small-box1 .position1 .content1 .heading-connect {
    font-size: 24px;
    line-height: 21px;
    font-weight: 500;
    color: white;
    padding-bottom: 20px;
}
section.cover1 .small-box1 .position1 .content1 p {
    color: white;
}

section.cover1 .small-box1 .position1 .icon-div {
    position: relative;
    display: flex;
    justify-content: space-between;
}
section.cover1 .small-box1 .position1 .icon-div ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.cover1 .small-box1 .position1 .icon-div .box-icon {
    height: 50px;
    width: 50px;
    background-color: white;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.cover1 .small-box1 .position1 .icon-div .icon {
    width: 30px;
}
section.cover1 .small-box1 .position1 .icon-div .text {
    color: white;
    padding-top: 15px;
}
section.cover1 .small-box2 {
    height: 270px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin: 10px 0;
}
section.cover1 .small-box2 .position2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(178, 45, 48, 0.8);
    display: flex;
    padding: 45px;
    flex-direction: column;
    justify-content: space-between;
}
section.cover1 .small-box2 .position2 .content2 .heading-center {
    font-size: 24px;
    line-height: 21px;
    font-weight: 500;
    color: white;
    padding-bottom: 20px;
}
section.cover1 .small-box2 .position2 .content2 p {
    color: white;
}
section.cover1 .small-box2 .position2 .click-box {
    height: 40px;
    width: 40px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    margin-left: auto;
    color: black;
}
.col-12 .small-box3{
    margin: 10px;
}


section.cover1 .small-box3 {
    height: 270px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
section.cover1 .small-box3 .position3 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(60, 57, 67, 0.2);
    padding: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section.cover1 .small-box3 .position3 .content3 .heading-rich {
    font-size: 24px;
    line-height: 21px;
    font-weight: 500;
    color: white;
    padding-bottom: 20px;
}
section.cover1 .small-box3 .position3 .content3 p {
    color: white;
}
section.cover1 .small-box3 .position3 .click-box {
    height: 40px;
    width: 40px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: black;
    margin-left: auto;
}
section.specifications {
    padding: 30px 0;
}
h6.icon-head {
    color: #004282;
    font-size: 45px;
}
p.icon-content-des {
    font-size: 25px;
    line-height: 40px;
    margin: 0;
}
.carousel-control-prev-icon,.carousel-control-next-icon{
    background-color: #000;
    border-radius: 50px;
    padding: 20px;
}
#customer_sec , #logos {
    padding: 40px 0;
    background-color: #f0f0f0;
    text-align: center;
}
#logos{
    padding: 0;
    padding-bottom: 60px;
}
#customer_sec h3 {
    color: #004282;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -2px;
    margin-bottom: 30px;
}
#customer_sec img {
    max-width: 220px
}
.cust_2,.cust_3{
    margin: 0 20px;
}
.cust_3{
    margin-left: 0;
}
.Customer_div p {
    margin: 20px 0 0;
    font-weight: 500;
}
.logos-slider img{
    max-width: 100%;
}
.logos-slider::before,.logos-slider::after{
    content: '';
    width: 100%;
    position: relative;
    display: block;
    padding: 15px 0px;
}
.logos-slider::before{
    border-top: 1px dotted #000;
}
.logos-slider::after{
    border-bottom: 1px dotted #000;
}
.vertical-tabs .nav-link.active {
    background: #0095da;
    color: #fff;
    border-bottom: none;
}

.vertical-tabs .nav-link {
    box-shadow: 0px 0px 25px 0px #d1d3d4;
    text-transform: uppercase;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    padding: 17px;
    border: 1px solid #d1d3d4;
    margin: 10px 0;
}
.vertical-tabs .nav-item i {
    margin-right: 5px;
  }

.pd20{
    padding: 0px 5px 20px;
}
.card.tab-pane{
    border: none;
}
div#content img {
    max-width: 100%;
}
.pd20  .info{
    font-size: 15px;
    line-height: 28px;
}
#Center_Img{
    text-align: center;
    padding: 20px 0;
    background-color: #f0f0f0;
}
#Center_Img h3{
    color: #004282;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -2px;
    margin-bottom: 30px;
}



.form_sec {
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.form_sec h3 {
    color: #ffffff;
    padding-bottom: 10px;
    font-size: 30px;
}
.form_sec h3 + p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 50px;
    width: 50%;
    color: #ffffff;
}
.form_sec .form-group {
    margin-bottom: 30px;
}
.form_sec .form-control {
    height: calc(2.25rem + 10px);
    border: 1px solid #ffffff;
    border-radius: 0;
    background-clip: inherit;
}

.form_sec .btn {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: rgb(178, 45, 48);
    color: white;
    padding: 10px 40px;
    font-size: 15px;
    line-height: 24px;
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    letter-spacing: 1px;
}


footer {
    background: #141622;
    padding: 30px 0px;
    color: #fff;
}
.footer_inner {
    padding: 0px 0px 40px 0px;
    /* margin: 0 15px; */
}
footer .first_footer {
    padding: 20px 0px 20px;
}
footer .first_footer p {
    font-size: 17px;
    color: #fff;
    line-height: 24px;
}
footer .first_footer img {
    margin-bottom: 20px;
}
.secon_footer {
    padding: 40px 0px 0px;
    display: flex;
}
.secon_footer ul li {
    margin-bottom: 10px;
}
.secon_footer ul li a {
    color: #fff;
    font-size: 17px;
}
.third_footer {
    padding: 40px 0 0;
}
footer h4.title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.third_footer ul li {
    margin-bottom: 10px;
    font-size: 18px;
}
.third_footer ul li a{
    color: #2ba7e5;
}
.third_footer .social_link {
    display: flex;
    margin: 30px 0 0 0;
}
.third_footer .social_link li{
    margin: 0 40px 0 0;
}
.third_footer .social_link li a {
    font-size: 22px;
    color: #2ba7e5;
}













/* SLick button */

.banner_sec .slick-next,.banner_sec button.slick-prev {
    top: inherit;
    z-index: 999;
    background: #0095da;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 50px!important;
    border-radius: 50%;
}
.banner_sec .slick-next{
    left: 60px;
    bottom: 0px;
}
.banner_sec button.slick-prev.slick-arrow {
    left: 23px;
    bottom: 80px;
}
.banner_sec .slick-prev:hover,
.banner_sec .slick-next:hover {
    background: #26247b;
}
.slick-prev::before, .slick-next::before {
    font-family: 'Glyphicons Halflings';
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    line-height: 35px;
}
.slick-prev::before, .slick-next::before {
    font-size: 20px;
    line-height: 40px;
}
.banner_sec .slide_3 .content_inner {
    position: absolute;
    width: auto;
    top: 12%;
    left: 7%;
    margin-left: 0;
}
.slick-prev:before, .slick-next:before {
    font-family: 'FontAwesome' !important;
}
.slick-next:before {
    content: "\f105"!important;
}
.slick-prev:before {
    content: "\f104"!important;
}


#Center_Img{
    text-align: center;
    padding: 80px 0;
    background-color: #f0f0f0;
}
#Center_Img img {
    width: 400px;
    height: auto;
}
#Center_Img h3{
    color: #004282;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -2px;
    margin-bottom: 30px;
    font-family: 'DIN-Bold';
}
.Single_Why_This {
    display: flex;
    justify-content: start;
    z-index: 1;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 10px 20px;
    background: #fff;
    width: 375px;
}
.Single_Why_This.one {
    position: absolute;
    right: 820px;
    top: 19%;
}
.Why_This-text {
    text-align: right;
    margin-right: 10px;
}

.Why_This-text h6 {
        color: #0095da;
    font-size: 16px;
    font-weight: 600;
}
.Why_This-text p{
    margin: 0;
    font-size: 12px;
    text-align: right;
}
.Why_This-text.right,.Why_This-text p{
    text-align: left;
}
.Why_This-text p+p{
    margin: 2px 0;
}
.Why_This-img img{
   max-width: 50px;
}
.Why_This-img.Why_This-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.checkmark {
    background: #0095da;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    padding: 3px;
    width: 14px;
    height: 14px;
    line-height: 8px;
    margin-left: 5px;
    font-size: 10px;
}
.checkmark.right{
    margin-left: 0;
    margin-right: 5px;
}  
.checkmark:after {
    content: '\f00c';
    font-family: 'FontAwesome' !important;
    color: #fff;
}
.Single_Why_This.two {
    position: absolute;
    right: 840px;
    top: 40%;
} 
.Single_Why_This.three {
    position: absolute;
    right: 840px;
    top: 60%;
}
.Single_Why_This.four {
    position: absolute;
    right: 820px;
    top: 80%;
}
.Single_Why_This:nth-child(n+5) .Why_This-text {
    text-align: left;
    margin-left: 10px;
    margin-right: 0;
}
.Single_Why_This.five {
    position: absolute;
    left: 820px;
    top: 19%;
}
.Single_Why_This.six {
    position: absolute;
    left: 840px;
    top: 40%;
}
.Single_Why_This.seven {
    position: absolute;
    left: 840px;
    top: 60%;
}
.Single_Why_This.eight {
    position: absolute;
    left: 830px;
    top: 80%;
}
.Why_This-img.Why_This-icon {
    margin-left: 5px;
}
.rightimg1 .Why_This-img.Why_This-icon {
    margin-left: 0px;
    margin-right: 5px;
}
#Center_Img .Single_Why_This {
    justify-content: end;
}
#Center_Img .Single_Why_This.rightimg1{
    justify-content: start;
}























/**************************************************************************/
@font-face { font-family:'DIN-Regular'; src:url('../fonts/DIN-Regular.eot'); src:url('../fonts/DIN-Regulareot?#iefix') format('embedded-opentype'), url('../fonts/DIN-Regular.woff') format('woff'), url('../fonts/DIN-Regular.ttf') format('truetype'), url('../fonts/DIN-Regular.svg#DIN-Regular') format('svg'); font-weight:normal; font-style:normal;display:swap; }
@font-face { font-family:'DIN-Bold'; src:url('../fonts/DIN-Bold.eot'); src:url('../fonts/DIN-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DIN-Bold.woff') format('woff'), url('../fonts/DIN-Bold.ttf') format('truetype'), url('../fonts/DIN-Bold.svg#DIN-Bold') format('svg'); font-weight:normal; font-style:normal;display:swap; }
@font-face { font-family:'DIN-Black'; src:url('../fonts/DIN-Black.eot'); src:url('../fonts/DIN-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/DIN-Black.woff') format('woff'), url('../fonts/DIN-Black.ttf') format('truetype'), url('../fonts/DIN-Black.svg#DIN-Black') format('svg'); font-weight:normal; font-style:normal;display:swap; }

.navigator_part.-left li a {
   font-family: 'DIN-Bold';
    font-size: 19px;
}
.banner_sec button.slick-prev.slick-arrow,
.banner_sec .slick-next {
     line-height: 56px !important;
}
.cover1 h3 {
    font-family: 'DIN-Bold';
    margin-top: 0;
}
section.cover1 .large-box .position,
section.cover1 .small-box1 .position1,
section.cover1 .small-box2 .position2,
section.cover1 .small-box3 .position3,
section.cover1 .small-box .position-blue {
    top: auto;
    bottom: 0;
    height: auto;
    box-shadow: none;
    padding: 0;
    background-color: rgb(65 26 38 / 0%);
    left: 7px;
    bottom: 7px;
}
section.cover1 .large-box .position .content,
section.cover1 .small-box1 .position1 .content1,
section.cover1 .small-box2 .position2 .content2,
section.cover1 .small-box2 .position2 .content3,
section.cover1 .small-box3 .position3 .content3,
section.cover1 .small-box .position-blue .content1 {
    background: rgb(30 134 186 / 88%);
    padding: 10px 10px;
    width: 240px;
    height: auto;
        
}
section.cover1 .large-box .position .content,
section.cover1 .small-box1 .position1 .content1,
section.cover1 .small-box .position-blue .content1  {
   width: 315px;  
}
section.cover1 .small-box3 .position3 .content3.content4new{
width: 355px;  
}

section.cover1 .large-box .position .content .heading-steel,
section.cover1 .small-box1 .position1 .content1 .heading-connect,
section.cover1 .small-box2 .position2 .content2 .heading-center,
section.cover1 .small-box3 .position3 .content3 .heading-rich,
section.cover1 .small-box .position-blue .content1 .heading-master {
    padding-bottom: 0;
}
section.cover1 .small-box .position-blue:after,
section.cover1 .small-box .position-blue:after {
    opacity: 0;
}

section.cover1 .large-box,
section.cover1 .small-box,
section.cover1 .small-box1,
section.cover1 .small-box2,
section.cover1 .small-box3 {
    border: 1px solid #d9d9d9;
}
section.cover1 h1 {
    font-size: 22px !important;
    line-height: 24px !important;
    text-transform: uppercase;
    text-align: left;
}
section.cover1 .tt1 {
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition-duration: .5s;
}
section.cover1 .tt1:hover{
    background-size: 110%;

}
#customer_sec {
    padding: 80px 0;
}
#customer_sec h3 {
        font-family: 'DIN-Bold';
}
#customer_sec .Customer_div p {
    font-family: 'DIN-Bold';
    color: #323232;
    font-size: 17px;
}
#logos .slick-slide img {
    width: 150px;
    margin: 0 auto;
    border: 1px solid #0396da;
    border-radius: 5px;
    background: #fff;
    opacity: 1;
}
#logos .slick-slide:hover img{
    opacity: 1;
}
#puretabs {
     padding: 80px 0;
}
#puretabs .vertical-tabs .nav-link {
    font-size: 17px;
    font-family: 'DIN-Bold';
    margin-bottom: 20px;
}
#puretabs .vertical-tabs li.nav-item {
    position: relative;
}
#puretabs .vertical-tabs li.nav-item i.fa-solid.fa-arrow-right {
    float: right;
        margin-top: 5px;
    }
#puretabs .vertical-tabs li.nav-item:after {
/*    content: '\f061';
    position: absolute;
    font-family: 'FontAwesome';
    right: 30px;
    top: 21px;
    color: #000;*/
}
#puretabs .tab-content1 {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0;
}
#puretabs .tab-content-text {
    padding: 15px;
}
#puretabs .tab-content-text p {
        font-size: 16px;
    line-height: 30px;
}
section.specifications {
    padding: 80px 0;
}
.specifications h6{
        font-family: 'DIN-Bold';
    text-transform: uppercase;
}
.btn_care1 button.carousel-control-prev {
    
}
.btn_care1 .carousel-control-next-icon, 
.btn_care1 .carousel-control-prev-icon {
    background-size: 60%;
}
.banner_sec button.slick-prev.slick-arrow {
    left: 24px;
    bottom: -40px;
}
.banner_sec .slick-next {
 bottom: -40px;
 left: 72px;
}
 .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: #0097db !important;
 }
a.sidebtn1 {
    background: #1e41a0;
    color: #fff;
    padding: 8px 25px;
    position: fixed;
    right: -55px;
    top: 45%;
    z-index: 2;
    transform: rotate(-90deg);
    font-family: "DIN-Bold";
    text-transform: uppercase;
    border-radius: 10px 10px 0px 0px;
    transition-duration: .5s;
    font-size: 18px;
}
a.sidebtn1:hover{
    background: #0097db;
}
#customer_sec .Customer_Imgs.d-flex.justify-content-center {
    gap: 30px;
}
.phone-call.chat-whatsapp {
    bottom: 120px;
    background: #0000;
    width: 50px;
    height: 50px;
}
.phone-call.chat-whatsapp:before{
    display: none;
}
























/***********************************************************/

.header.position-sticky {
    top: 0;
    z-index: 2;
}
.fixed_header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    animation: slideDown 0.35s ease-out;
    z-index:99;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.navigator_part.-left a.CTN_btN{
    background: #0097db;
    color: #fff;
    padding: 7px 30px 9px;
    border-radius: 40px;
    font-family: 'DIN-Regular';
    display: block;
}
.Single_Why_This{
    transition:all 0.4s ease-in-out;
}
.Single_Why_This:hover {
    background: #eaf7ff;
}
.Customer_div img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.Customer_div:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
footer{
    padding: 30px 0 50px 0;
}

section#contactUs {
    background: #00112d;
    text-align: center;
    padding: 70px 0 80px;
}
.form_sec h3 {
    font-size: 46px;
        font-family: 'DIN-Bold';
    text-transform: uppercase;
}
.form_sec h3 + p {
    font-size: 19px;
    line-height: 28px;
    padding-bottom: 50px;
    max-width: 600px;
    color: #ffffff;
    width: 100%;
    margin: auto;
}
div#footer-bottom {
    background: #0f1223e6;
    padding: 15px 0;
    text-align: center;
}
div#footer-info, div#footer-info a {
    color: #717491;
    font-size: 16px;
}
.third_footer .social_link li {
    margin: 0 10px 0 0;
}
.third_footer .social_link li a {
    font-size: 16px;
    color: #fff;
    background: #2ba7e5;
    width: 32px;
    height: 32px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_sec .form-control {
    height: calc(3.25rem + 6px);
    border: 1px solid #ffffff;
    padding: 12px 25px;
    background-clip: inherit;
    border-radius: 10px;
}
textarea.form-control {
    border-radius: 20px !important;
}
.toll-free1 {
    color: #0196da;
    font-size: 24px;
    font-weight: 800;
    font-family: 'DIN-Bold';
}
html {
    overflow-x: hidden;
}

.Why_This-text p {
    text-align: right;
}
.Why_This-text.right p {
    text-align: left;
}
section.cover1 .tt1 {
    margin-right: 0;
}

   .slider-track {
    transition: all 1s ease;
  }
  
  .slick-slide img {
    width: 100%;
    transition: all 4s ease;
    transform: scale(1.1);
    animation: leaves 4s ease-in-out  ;
    -webkit-animation: leaves 4s ease-in-out  ;
  }
  .slick-slide.slick-active  img {
    transform: scale(1);
  }
  /* .slick-slide.slick-active:first-child  img {
    animation-delay: 3s;
   
  } */

  @keyframes leaves{
    from {
      transform: scale(1.1);
    }
    to {
      transform: scale(1);
    }
  }
  .tt1 .content{
       transition-duration: .5s;
  }
.tt1:hover .content,.tt1:hover .content1 ,.tt1:hover .content2 ,.tt1:hover .content3
{
    background-color: #1e41a0cc!important;
}






/***************************************************************************************/
@media screen and (min-width:768px) and (max-width:1199px){
.header.-two.position-sticky .container-fluid.px-5 {
    padding: 0 15px !important;
}
.navigator_part.-left a.CTN_btN {
    white-space: nowrap;
}
.navigator_part.-left li a {
    display: block;
}
.banner_sec button.slick-prev.slick-arrow {
    left: 24px;
    bottom: -40px;
}
.banner_sec .slick-next {
 bottom: -40px;
 left: 72px;
}
.banner_sec .slide_3 .content_inner h3 {
    font-size: 16px;
    font-weight: 600;
}
section.cover1 .tt1 {
    margin-right: 0;
    margin-bottom: 10px;
}
#customer_sec .Customer_Imgs.d-flex.justify-content-center {
    flex-wrap: wrap;
    gap: 30px;
}
#customer_sec .Customer_div {
    
}
#logos .slick-slide img {
    width: 130px;
}
#Center_Img .Single_Why_This {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    margin-bottom: 35px;
    width: auto;
    justify-content: end;
}
#Center_Img .Single_Why_This.rightimg1{
    justify-content: start;
}


}

















/***************************************************************************************/
@media screen and (max-width:767px){
.header.-two.position-sticky .container-fluid.px-5 {
    padding: 0 15px !important;
}
li.toll-free,
a.PaymentButton {
    display: none;
} 
.banner_sec button.slick-prev.slick-arrow {
    left: 24px;
    bottom: -40px;
}
.banner_sec .slick-next {
 bottom: -40px;
 left: 72px;
}
.banner_sec .slide_3 .content_inner h3 {
    font-size: 10px;
    font-weight: 600;
}
#customer_sec .Customer_Imgs.d-flex.justify-content-center {
    flex-wrap: wrap;
}
#customer_sec .Customer_div {
    margin-bottom: 35px;
}
#Center_Img .Single_Why_This {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    margin-bottom: 35px;
    width: auto;
    justify-content: end;
}
#Center_Img .Single_Why_This.rightimg1{
    justify-content: start;
}
.specifications h6 {
font-size: 32px;
}
p.icon-content-des {
    margin-bottom: 35px;
}
.third_footer {
    padding: 40px 0 0 15px;
}
.navigator_part.-left li {
    padding: 15px 0;
}
.container-fluid.px-5 {
    padding: 0 15px !important;
}
.cover1 h3{
    font-size:38px;
}
section.cover1 .small-box3 .position3 .content3.content4new {
    width: 100%;
}


}











