:root {
    --clr-blue: hsl(216, 98%, 52%);
    --clr-indigo: hsl(263, 90%, 51%);
    --clr-purple: hsl(261, 51%, 51%);
    --clr-pink: hsl(330, 67%, 52%);
    --clr-red: hsl(354, 70%, 54%);
    --clr-orange: hsl(27, 98%, 54%);
    --clr-yellow: hsl(45, 100%, 51%);
    --clr-green: hsl(152, 69%, 31%);
    --clr-teal: hsl(162, 73%, 46%);
    --clr-cyan: hsl(190, 90%, 50%);
    --clr-white: hsl(0, 0%, 100%);
    --clr-black: hsl(0, 0%, 0%);
    --clr-gray: hsl(208, 7%, 46%);
    --clr-gray-dark: hsl(210, 10%, 23%);
    --primary: hsl(195.4,39.9%,49.6%);
    --secondary: hsl(0, 0%, 94%);
    --secondaryLight: hsl(0, 0%, 96%);
    --accent: hsl(210, 11%, 15%);
    --accentLight: hsl(210, 11%, 35%);
    --border: hsl(0, 0%, 96%);
    --borderDark: hsl(0, 0%, 87%);
    --success: hsl(152, 69%, 31%);
    --info: hsl(190, 90%, 50%);
    --warning: hsl(45, 100%, 51%);
    --danger: hsl(354, 70%, 54%);
    --light: hsl(210, 17%, 98%);
    --dark: hsl(210, 11%, 15%);
    --fw-thin: 100;
    --fw-exlight: 200;
    --fw-light: 300;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-smbold: 600;
    --fw-bold: 700;
    --fw-exbold: 800;
    --fw-black: 900;
    --ff-base: "Avenir Next", sans-serif;
    --ff-heading: "Oranienbaum", serif;
    --ff-display: "Old Standard TT", serif;
}
@font-face {
    font-family: 'Avenir-Medium';
    src: url('../fonts/Avenir-Medium.eot');
    src: url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Avenir-Medium.woff2') format('woff2'), url('../fonts/Avenir-Medium.woff') format('woff'), url('../fonts/Avenir-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body {
    color: #000;
    font-family: 'Titillium Web';
}
body,
html {
    max-width: 100%;
    /*overflow-x: hidden;*/
}
*:hover,
*:focus {
    outline: none !important;
    text-decoration: none !important;
    /* border: none!important;
  box-shadow: none!important; */
}
.btn:focus,
.form-control:focus {
    box-shadow: none;
}
.form-btm button:hover {
    background: #000;
}
.order-btn:hover {
    background: #000;
}
img {
    max-width: 100%;
}
* {
    text-decoration: none;
    /*transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;*/
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}
ol,
ul {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
h1,
h2 {
    font-weight: bold;
}
ul {
    margin: 0;
    padding: 0;
}
section {
    position: relative;
}
/*@media (min-width: 1300px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}*/
.row:before,
.row:after {
    width: 0px;
    height: 0px;
    content: "";
}
header {
    background: #f5f5f5;
}
.custom-nav .navbar-nav.mx-auto li .nav-link {
    color: #0a0a0a;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 12px;
}
.custom-nav .navbar-nav.ml-auto li select {
    margin-left: 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arw-select.jpg) no-repeat;
    border: 1px solid #0a0a0a;
    min-width: 90px;
    border-radius: 25px;
    padding: 10px 10px;
    background-position: 90%;
}
.top-nav ul li {
    padding: 6px 18px 5px 0;
    display: inline-table;
}
.top-nav ul li a {
    color: #848484;
    font-size: 12px;
    font-weight: 400;
}
.top-nav .social-link li {
    padding: 6px 1px 5px 0;
}
.social-link {
    float: right;
}
.custom-nav li a {
    color: #000 !important;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: bold;
    padding: 13px 10px !important;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.custom-nav {
    border-top: 1px solid #f1f1f1;
}
.navbar-light .navbar-brand img {
    max-width: 172px;
}
.custom-nav .right-nav li a {
    color: #000 !important;
    font-family: 'Titillium Web';
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 13px 8px !important;
}
.custom-nav p {
    color: #4c97b1;
    font-size: 28px;
    font-family: 'Arya';
    font-weight: bold;
    margin: -5px 0px 0px 30px;
}
.sec1 {
    background: url(../images/banner1.png) no-repeat;
    background-size: cover;
    position: relative;
}
.sec1 h3 {
    font-size: 52px;
    color: #fff;
    font-family: 'Arya';
    margin-top: 90px;
    font-weight: 700;
    line-height: 54px;
}
.sec1:before {
    content: "";
    background: #e5e5e5;
    width: 36%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.text-bnr1 {
    text-align: center;
    margin: 64px 30px;
}
.pad-100 {
    padding: 130px 0px;
}
.text-bnr1 h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 17px;
    font-family: 'Titillium Web';
    font-weight: 700;
}
.text-bnr1 h4 span {
    border-bottom: 2px solid #000;
}
.text-bnr1 h5 {
    font-size: 25px;
    font-family: 'Titillium Web';
    font-weight: 400;
}
.rd-more {
    background: #4c97b1;
    color: #fff;
    font-family: 'Arial';
    font-weight: 700;
    font-size: 16px;
    display: table;
    min-width: 165px;
    min-height: 52px;
    margin: 50px auto 20px;
    border-radius: 30px;
    line-height: 52px;
}
.sec1 .col-md-4 {
    background: #e5e5e5;
}
.text-bnr1 img {
    padding: 20px 30px;
}
.sec2 {
    padding: 60px 0px;
}
.title-div {
    text-align: center;
    margin-bottom: 68px;
    margin-top: 26px;
}
.title-div h3 {
    font-size: 60px;
    color: #4b97b1;
    font-weight: 700;
    font-family: 'Arya';
}
.title-div h6 {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Titillium Web';
    margin: 20px auto;
    width: 68%;
    line-height: 35px;
}
.bg-2 {
    background: url(../images/banner2.png) no-repeat;
    background-size: cover;
    padding: 123px 0px 157px;
}
.bg-2 h2 {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    font-family: 'Titillium Web';
    margin: 40px 0px;
}
.bg-2 ul li {
    margin-left: 20px;
    font-size: 26px;
    color: #fff;
    font-weight: 300;
    font-family: 'Titillium Web';
    position: relative;
    margin-top: 10px;
}
.bg-2 ul li:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 5px;
    height: 5px;
    top: 18px;
    left: -15px;
}
.icon-list li {
    display: inline-table;
    border: 1px solid #000;
    width: 32.2%;
    margin: 10px 5px;
    box-shadow: 4px 4px 13px 2px rgb(0 0 0 / 2%) inset;
    ;
    -webkit-box-shadow: 4px 4px 13px 2px rgb(0 0 0 / 2%) inset;
    ;
    -moz-box-shadow: 4px 4px 13px 2px rgb(0 0 0 / 2%) inset;
    ;
}
.icon-div {
    text-align: center;
    padding: 10px 30px 10px;
    min-height: 433px;
}
.icon-div img {
    margin: 10px auto;
}
.icon-div h5 {
    color: #4b97b1;
    font-size: 29px;
    font-family: 'Titillium Web';
    font-weight: 700;
    text-transform: uppercase;
}
.icon-div h6 {
    color: #4b97b1;
    font-size: 24px;
    font-family: 'Titillium Web';
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.icon-div p {
    color: #000;
    font-size: 14px;
    font-family: 'Titillium Web';
    font-weight: 500;
    margin: 12px 0px 3px;
}
.title-div.f-chng h3 {
    font-size: 42px;
}
.title-div.f-chng {
    margin-bottom: 30px;
}
ul.icon-list {
    margin-bottom: 50px;
}
.box-border {
    border: 1px solid #000;
    padding-bottom: 30px;
}
.box-border h3 {
    color: #000;
    font-size: 18px;
    font-family: 'Titillium Web';
    font-weight: 700;
    text-transform: uppercase;
    padding: 23px 11px;
    background: #e5e5e5;
    text-align: center;
    line-height: 24px;
}
.box-border .col-md-6:nth-child(1) ul {
    border-right: 1px solid #000;
}
.box-border ul {
    margin-left: 20px;
}
.box-border li {
    margin-left: 20px;
    font-size: 24px;
    color: #000;
    font-weight: 300;
    font-family: 'Titillium Web';
    position: relative;
    margin-top: 10px;
}
.box-border ul li:before {
    content: "";
    position: absolute;
    background: #000;
    width: 5px;
    height: 5px;
    top: 18px;
    left: -15px;
}
section.sec3 {
    padding-bottom: 82px;
}
.sec4 {
    background: url(../images/banner3.jpg) no-repeat;
    background-size: cover;
    padding: 170px 0px;
    color: #fff;
}
.sec4 h4 {
    font-size: 50px;
    color: #fff;
    font-family: 'Arya';
    margin-bottom: 55px;
    font-weight: 700;
}
.sec4 p {
    font-weight: 300;
    font-family: 'Titillium Web';
    font-size: 19px;
    font-style: italic;
    width: 75%;
}
.sec4 h5 {
    font-weight: 300;
    font-family: 'Titillium Web';
    font-size: 17px;
    margin-top: 30px;
}
.sec5-area {
    background: #f0f0f0;
    margin: 70px 0px;
    padding: 50px 130px 30px 130px;
}
.sec5 h4 {
    font-size: 42px;
    color: #4b97b1;
    font-weight: 700;
    font-family: 'Arya';
    text-align: center;
}
.sec5 p {
    font-family: 'Titillium Web';
    font-size: 22px;
    margin-top: 20px;
    color: #000;
    padding: 10px 50px;
    text-align: center;
}
.box-border2 ul li {
    display: inline-table;
    border: 1px solid #000;
    width: 32.2%;
    min-height: 248px;
    margin: 10px 5px;
    box-shadow: 4px 4px 13px 2px rgb(0 0 0 / 2%) inset;
    -webkit-box-shadow: 4px 4px 13px 2px rgb(0 0 0 / 2%) inset;
    -moz-box-shadow: 4px 4px 13px 2px rgb(0 0 0 / 2%) inset;
    vertical-align: top;
    padding-bottom: 50px;
    margin-bottom: 40px;
}
.box-border2 ul li h3 {
    font-family: 'Arya';
    font-weight: 700;
    font-size: 29px;
    border-bottom: 2px solid #afafaf;
    color: #fff;
    text-align: center;
    background: #4b97b1;
    text-transform: uppercase;
    min-height: 110px;
    padding: 5px 30px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    line-height: 30px;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}
.box-border2 ul li h3:before {
    content: "1";
    position: absolute;
    font-size: 105px;
    color: rgba(255, 255, 255, 0.5);
    top: 37px;
}
.box-border2 ul li:nth-child(2) h3:before {
    content: "2";
}
.box-border2 ul li:nth-child(3) h3:before {
    content: "3";
}
.box-border2 ul li p {
    font-size: 25px;
    line-height: 31px;
    margin: 2px 45px;
    font-family: 'Titillium Web';
    font-weight: 400;
    position: relative;
}
.box-border2 ul li p:before {
    content: "";
    position: absolute;
    background: #000;
    width: 5px;
    height: 5px;
    top: 12px;
    left: -15px;
}
.side-txt h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 17px;
    font-family: 'Titillium Web';
    font-weight: 700;
    margin-bottom: 30px;
}
.side-txt {
    margin: 68px auto 30px;
    text-align: center;
}
.side-txt h4 span {
    border-bottom: 2px solid #000;
}
.side-txt h3 {
    color: #4b97b1;
    font-weight: 700;
    line-height: 54px;
    font-family: 'Arya';
    font-size: 53px;
    padding: 0px 30px 0px;
}
.sec7 {
    background: url(../images/banner4.jpg) no-repeat;
    background-size: cover;
    padding: 123px 0px 400px;
    margin: 49px 0px 0px;
    background-position: right top;
}
.sec7 p {
    font-family: 'Titillium Web';
    font-style: italic;
    font-size: 20px;
    color: #fff;
    margin-bottom: 36px;
}
.sec7 p + p {
    font-style: normal;
}
.sec7 h3 {
    font-family: 'Arya';
    font-size: 52px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
    width: 70%;
}
.sec8 {
    padding: 50px 0px 20px 0;
}
.sec8 p {
    color: #000;
    font-size: 24px;
    font-family: 'Titillium Web';
    font-weight: 400;
    text-align: center;
    padding: 0 40px;
}
.sec8 p strong {
    display: block;
}
.sec9 {
    background: #f0f0f0;
    padding: 40px 0px;
    margin-top: 80px;
}
.sec9 h5 {
    font-family: 'Titillium Web';
    font-weight: bold;
    color: #000;
    font-size: 24px;
    text-align: center;
    margin-top: -18px;
    margin-bottom: 35px;
}
.sec9 ul {
    width: 50%;
    float: left;
    position: relative;
}
.sec9 ul li {
    font-family: 'Titillium Web';
    font-size: 21px;
    color: #000;
    font-weight: 400;
    margin-top: 9px;
}
.sec9 ul:last-child:after {
    content: "";
    position: absolute;
    background: #000;
    width: 1px;
    height: 88%;
    top: 14px;
    left: -31px;
}
.box-border3 {
    box-shadow: 4px 4px 13px 2px rgb(0 0 0 / 2%) inset;
    -webkit-box-shadow: 4px 4px 13px 2px rgb(0 0 0 / 2%) inset;
    -moz-box-shadow: 4px 4px 13px 2px rgb(0 0 0 / 2%) inset;
    border: 1px solid #000;
    margin: 50px 0px;
    padding: 30px 0px 60px;
}
.box-border3 h3 {
    font-size: 24px;
    color: #000;
    font-family: 'Titillium Web';
    font-weight: 700;
    border-bottom: 1px solid;
    padding: 7px 30px 28px;
    text-align: center;
    margin-bottom: 43px;
}
.sec10 ul {
    margin-left: 50px;
}
.sec10 ul li {
    font-size: 26px;
    font-family: 'Titillium Web';
    font-weight: 400;
    margin: 5px 90px;
    position: relative;
}
.sec10 ul li:before {
    content: "";
    position: absolute;
    background: #000;
    width: 5px;
    height: 5px;
    top: 23px;
    left: 11px;
}
.sec10 ul li:nth-child(odd) span {
    background: #e5e5e5;
}
.sec10 ul li span {
    background: #fff;
    display: table;
    width: 100%;
    padding: 5px 30px;
}
.sec10 ul li img {
    position: absolute;
    left: -45px;
    top: 15px;
}
.sec11 {
    background: url(../images/banner5.jpg) no-repeat;
    background-size: cover;
    padding: 450px 0px 150px;
    margin: 30px 0px 10px;
}
.text-1 {
    padding: 30px 24px;
    text-align: center;
}
.sec11 h3 {
    font-size: 50px;
    color: #fff;
    font-family: 'Arya';
    font-weight: 700;
    text-transform: uppercase;
}
.text-1 p {
    font-size: 24px;
    color: #000;
    font-family: 'Titillium Web';
    font-weight: 400;
}
.text-2 {
    background: #4c97b1;
    padding: 40px 70px 20px;
    color: #fff;
}
.text-2 p {
    font-family: 'Titillium Web';
    font-weight: 400;
    font-size: 24px;
    font-style: italic;
    width: 64%;
    text-align: center;
    margin: 0 auto;
}
.text-2 h5 {
    font-size: 29px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: 400;
    text-align: center;
    margin: 20px 0px 10px;
}
.text-3 h3 {
    font-size: 42px;
    color: #4b97b1;
    font-weight: 700;
    font-family: 'Arya';
    text-align: center;
}
.text-3 p {
    font-size: 24px;
    font-family: 'Titillium Web';
    font-weight: 400;
    color: #000;
    padding: 20px 99px;
    text-align: center;
}
.text-3 {
    margin: 60px 0px 0px;
    padding: 30px 0px 0px;
}
.text-4 {
    background: url(../images/banner6.jpg) no-repeat;
    background-size: cover;
    padding: 48px 93px 60px;
    color: #fff;
}
.text-5 {
    background-color: #f1f1f1;
    padding: 10px 0;
}
.text-4 h5 {
    font-size: 26px;
    font-family: 'Titillium Web';
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.text-4 h5 span {
    border-bottom: 2px solid #fff;
    padding: 10px 0px;
    display: table;
}
.text-4 ul li {
    margin-left: 20px;
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    color: #fff;
    font-family: 'Titillium Web';
    position: relative;
    margin-top: 10px;
}
.text-4 ul li:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 5px;
    height: 5px;
    top: 15px;
    left: -15px;
}
.sec13 {
    background: url(../images/banner7.jpg) no-repeat;
    background-size: cover;
    padding: 350px 0px 100px;
    margin: 30px 0px 60px;
    position: relative;
}
.sec13:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0px;
    right: 0px;
    background-color: #1a62718f;
    /* opacity: 0.5;*/
    height: 100%;
}
.sec14-new {
    padding: 60px 0 20px 0;
}
.sec14 {
    background: #f0f0f0;
    margin-top: -10px;
    padding: 30px 0px;
}
.sec14 p {
    font-size: 24px;
    font-family: 'Titillium Web';
    font-weight: 800;
    color: #000;
    line-height: 30px;
    padding: 20px 99px;
    text-align: center;
}
.sec14 ul li {
    color: #4b97b1;
    font-size: 37px;
    font-family: 'Titillium Web';
    font-weight: 400;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 20px;
    align-items: center;
    width: 100%;
    position: relative;
}
.sec14 ul li span em {
    font-family: 'Titillium Web';
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    font-style: inherit;
    top: 50%;
    /* left: 50%; */
    transform: translate(-50%, -50%);
}
.sec14 ul li span {
    font-size: 93px;
    font-family: 'Arya';
    display: inline-block;
    width: 104px;
    height: 104px;
    border: 1px solid;
    border-radius: 50%;
    line-height: 90px;
    margin-right: 18px;
}
.sec14 ul li i {
    font-style: inherit;
    border-bottom: 1px solid #4b97b1;
    padding-bottom: 23px;
}
.sec15 {
    padding: 70px 0px;
}
.box-border4 h3 {
    font-family: 'Arya';
    font-weight: 700;
    font-size: 29px;
    border-bottom: 2px solid #afafaf;
    color: #fff;
    text-align: center;
    background: #4b97b1;
    text-transform: uppercase;
    min-height: 110px;
    padding: 5px 30px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    line-height: 30px;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}
.box-border4 {
    background: #e6e6e6;
    width: 90%;
    padding-bottom: 30px;
    margin: 0 auto;
    min-height: 525px;
}
.box-border4 p {
    font-size: 18px;
    padding: 24px 43px 0px;
    text-align: center;
    font-family: 'Titillium Web';
}
.box-border4 h6 {
    font-family: 'Titillium Web';
    font-weight: 700;
    text-align: center;
}
.sec15 .col-md-6:last-child {
    border-left: 1px solid #000;
}
.sec16 {
    color: #fff;
    padding: 0px 0px;
    position: relative;
}
.sec16 .row {
    background: #4b97b1;
}
.sec16:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    /* background: url(../images/banner8.jpg) no-repeat; */
    height: 100%;
    width: 100%;
}
.img-text h5 {
    font-size: 25px;
    color: #fff;
    font-family: 'Titillium Web';
    font-style: italic;
    margin: 40px 0px 30px 40px;
    position: relative;
    z-index: 3;
}
.img-text {
    background: url(../images/banner8.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 189px 30px 0px;
    position: relative;
}
.img-text:before {
    content: "";
    position: absolute;
    top: 0;
    background: #4b97b1;
    opacity: 0.2;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
.img-text h6 {
    font-size: 21px;
    position: relative;
    z-index: 3;
    padding-bottom: 70px;
}
.img-text_1 {
    padding: 41px 20px;
}
.img-text_1 h4 {
    font-size: 33px;
    font-family: 'Arya';
    margin-bottom: 30px;
}
.img-text_1 ul li {
    font-family: 'Titillium Web';
    font-size: 25px;
    position: relative;
    margin: 10px 10px 10px 29px;
    font-weight: 300;
}
.img-text_1 ul li:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 5px;
    height: 5px;
    top: 20px;
    left: -25px;
}
section.sec18 {
    padding: 70px 0px;
}
.sec18 h4 {
    font-size: 29px;
    background: #4b97b1;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-family: 'Arya';
}
.sec18 h4 img {
    margin: -4px 30px 0px;
}
.sec18 h6 {
    margin: 20px 0px;
    font-size: 18px;
    font-family: 'Titillium Web';
    font-weight: 700;
}
.sec18 p {
    margin: 20px 0px;
    font-size: 18px;
    font-family: 'Titillium Web';
    font-weight: 300;
    margin-bottom: 30px;
}
.sec18 ul li {
    margin: 4px 0px;
    font-size: 18px;
    margin-left: 20px;
    font-family: 'Titillium Web';
    font-weight: 300;
    position: relative;
}
.sec18 ul li:before {
    content: "";
    position: absolute;
    background: #000;
    width: 5px;
    height: 5px;
    top: 11px;
    left: -18px;
}
.blue-bg {
    background: #4b97b1;
    padding-top: 38px;
}
.blue-bg p {
    font-size: 24px;
    color: #fff;
    font-style: italic;
    font-family: 'Titillium Web';
    padding: 0px 85px 0px;
    text-align: center;
    font-weight: 400;
}
.img-bluebg .col-md-8 {
    background: #4b97b1;
}
.blue-bg p span {
    font-style: normal;
    font-size: 21px;
}
.border-full {
    border: 1px solid #000;
}
.gray-bg h3 {
    font-size: 42px;
    color: #4b97b1;
    font-weight: 700;
    font-family: 'Arya';
}
.img-bluebg {
    margin-right: 15px;
    margin-bottom: 70px;
    margin-top: 50px;
}
.gray-bg {
    text-align: center;
    background: #f0f0f0;
    padding: 22px 50px 5px;
    border-bottom: 1px solid;
}
.gray-bg p {
    font-size: 24px;
    color: #000;
    font-family: 'Titillium Web';
    padding: 0px 75px 0px;
    text-align: center;
    font-weight: 400;
}
.gray-bg p {}
.border-full h6 {
    margin: 20px 0px;
    font-size: 24px;
    font-family: 'Titillium Web';
    font-weight: 700;
    text-align: center;
    padding: 15px 30px;
}
.sec19 h6 {
    font-size: 34px;
    color: #4b97b1;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Arya';
}
.sec19 p {
    font-size: 18px;
    color: #000;
    font-family: 'Titillium Web';
    text-align: center;
}
.sec19 .gray-bg {
    border: 0;
}
.sec19 {
    padding: 50px 0px;
}
.sec19 h3 {
    font-family: 'Titillium Web';
    font-weight: bold;
    font-size: 17px;
    text-align: left;
    margin-top: 25px;
}
.sec19 p span {
    text-align: left;
    display: table;
    font-size: 12px;
    color: #000;
}
footer p {
    text-align: center;
    padding: 10px 30px;
    color: #000;
    font-size: 14px;
}
footer h2 {
    display: table;
    color: #fff;
    font-size: 64px;
    margin: 0 auto 10px;
}
footer h5 {
    color: #fff;
    font-family: 'Arya';
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.rd-more:hover {
    background: #54595a;
    color: #fff;
}
.custom-nav li a:hover {
    color: #4c97b1 !important;
}
.sec14 ul li:last-child i {
    border: 0px;
}
.img-mob {
    display: none;
}
.shop-sec {
    padding: 70px 0px;
}
.shop-title h3 {
    font-family: 'Arya';
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #5ba0b8;
    padding: 10px 20px;
}
.shop-title img {
    position: absolute;
    right: 40px;
    top: 18px;
}
.pro-img {
    max-height: 329px;
}
.pro-img {
    margin: 20px auto;
    display: table;
}
.shop-title {
    margin-bottom: 100px;
}
.pro-img img {
    height: 300px;
    object-fit: contain;
}
.pro-name {
    height: 126px;
}
.pro-name h3 {
    color: #4b97b1;
    font-size: 29px;
    font-family: 'Arya';
    border-bottom: 1px solid #000;
    margin: 0 auto;
    text-align: center;
    width: 78%;
    padding: 4px 0px;
}
.pro-name span {
    font-family: 'Titillium Web';
    font-size: 21px;
    display: table;
    color: #4b97b1;
    font-weight: 700;
    margin: 10px auto;
    text-align: center;
}
.pro-info h2 {
    font-family: 'Arya';
    color: #4b97b1;
    font-size: 50px; 
    text-align: center;
    font-weight: 700;  
}
.pro-info h6 { 
    font-family: 'Titillium Web';
    font-size: 18px;
    text-align: center;
    color: #4b97b1;
    font-weight: 700;
    margin: 20px 0px;
}
.pro-info .add-cartbtn {
    font-family: 'Titillium Web'; 
    font-size: 14px;
    text-align: center;  
    font-weight: 700;
    background: #4b97b1; 
    color: #fff; 
    min-width: 272px;
    width: auto;
    padding: 10px;
    border: 0px;
    display: table;
    margin: 0 auto;
    min-height: 51px;
}
.pro-info .add-cartbtn:hover {
    background: #000;
}
.quantity {
    position: relative;
    display: table;
    margin: 15px auto;
    width: 230px;
    background: #cccccc;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.quantity input {
    width: 269px;
    height: 51px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 115px;
    border: none;
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.08);
    font-size: 1rem;
    border-radius: 0px;
    border: 0px;
    background: #cccccc;
    font-family: 'Titillium Web';
    font-size: 14px;
    font-weight: 700;
    color: #4b97b1;
}
.quantity input:focus {
    outline: 0;
}
.quantity-nav {
    float: left;
    position: relative;
    height: 52px;
    margin-left: -7px;
}
.quantity-button {
    position: relative;
    cursor: pointer;
    border: none;
    width: 21px;
    text-align: center;
    color: #333;
    font-size: 13px;
    background: #cccccc;
    font-family: "FontAwesome" !important;
    line-height: 1.5;
    padding: 0;
    background: #FAFAFA;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.quantity-button:active {
    background: #EAEAEA;
}
.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    background: #cccccc;
    font-family: "FontAwesome";
    border-radius: 0 4px 0 0;
    line-height: 1.6
}
.quantity-button.quantity-down {
    position: absolute;
    background: #cccccc;
    bottom: 0;
    height: 50%;
    font-family: "FontAwesome";
    border-radius: 0 0 4px 0;
}
.quantity {
    position: relative;
}
.quantity label {
    font-family: 'Titillium Web';
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #4b97b1;
}
.product-media {
    max-width: 760px;
    margin: auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min--moz-device-pixel-ratio: 1.25),
only screen and (-o-min-device-pixel-ratio: 1.25/1),
only screen and (min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 200dpi),
only screen and (min-resolution: 1.25dppx) {
    .sec1 {
        background: url(../images/banner1@2x.png) no-repeat;
        background-size: cover;
    }
    .bg-2 {
        background: url(../images/banner2@2x.png) no-repeat;
        background-size: cover;
    }
    .sec4 {
        background: url(../images/banner3@2x.jpg) no-repeat;
        background-size: cover;
    }
    .sec7 {
        background: url(../images/banner4@2x.jpg) no-repeat;
        background-size: cover;
    }
    .sec11 {
        background: url(../images/banner5@2x.jpg) no-repeat;
        background-size: cover;
    }
    .text-4 {
        background: url(../images/banner6@2x.jpg) no-repeat;
        background-size: cover;
    }
    .sec13 {
        background: url(../images/banner7@2x.jpg) no-repeat;
        background-size: cover;
    }
    .sec16:before {
        content: "";
        background: url(../images/banner8@2x.jpg) no-repeat;
        height: 100%;
        width: 100%;
    }
    .sec16:before {
        display: none;
    }
}
.top-tes {
    background: #4c97b1;
}
.top-tes p {
    font-size: 18px;
    color: #fff;
    padding: 30px 170px;
    margin: 0px;
    font-style: italic;
}
.top-tes p span {
    padding-left: 30px;
    font-style: initial;
    font-size: 16px;
}
.mid-area span {
    display: block;
    padding-top: 10px;
}
.sec-tes {
    padding: 30px 0 60px 0;
}
.sec-tes p {
    font-size: 20px;
    text-align: center;
    font-style: italic;
}
.sec-tes p span {
    display: block;
    padding-top: 20px;
    font-style: initial;
}
.footer-a {
    padding: 30px 30px;
}
.button:hover, button:hover, input[type=button]:hover, input[type=submit]:hover {
    background: initial;
    width: auto;
}

.section_footer {
    padding: 1.25rem 0;
}

.text-primary {
    color: hsl(195.4,39.9%,49.6%) !important;
    color: var(--primary) !important;
}

.bg-black {
    background-color: hsl(0, 0%, 0%) !important;
    background-color: var(--clr-black) !important;
}

.content_area {
    --flow-spacer: 1.125em;
    position: relative;
}
.d-flex {
    display: flex!important;
}
.flex-wrap {
    flex-wrap: wrap!important;
}
.justify-content-center {
    justify-content: center!important;
}
.align-items-center {
    align-items: center!important;
}
.section_footer .footer_links {
    list-style: none;
    font-size: 0.75rem;
    margin: 0;
    padding: 0;
}
.content_area {
    --flow-spacer: 1.125em;
    position: relative;
}
.section_footer .icon_box {
    margin: 0px;
}
.text-center {
    text-align: center!important;
}
.section_footer .disclaimer {
    border: 1px solid hsl(39, 43%, 66%);
    border: 1px solid var(--primary);
    padding: 5px;margin: 18px 0px 14px;
}  
.section_footer p {
    font-size: 0.75rem;
    line-height: 1.3;
}
.section_footer p {
    font-size: 0.75rem;
    line-height: 1.3;margin: 0;font-family: 'Avenir-Medium';
}



.section_footer .payment-icons li .icon {
    width: 30px;
    height: 30px;
}
.section_footer .payment-icons li .icon path {
    fill: var(--primary);
}

.section_footer .payment-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section_footer .footer_links li a {
    text-decoration: none;
    color: var(--primary);
}
.section_footer .payment-icons li + li {
    padding-left: 5px;
}
.section_footer .footer_links li {
    padding: 5px 15px;
    font-weight: 600;
    font-family: Avenir-Medium;
}


side-txt a.rd-more {
    background: #4c97b1;
    color: #fff;
    font-family: 'Arial';
    font-weight: 700;
    font-size: 16px;
    display: table;
    min-width: 165px;
    min-height: 52px;
    margin: 20px auto 20px;
    border-radius: 30px;
    line-height: 52px;
}


@media screen and (max-width: 1200px) {
.sec1 .container,
.sec2 .container,
.sec3 .container,
.sec4 .container,
.sec6 .container {
    max-width: 100% !important;
}
.box-border2 ul li,
.icon-list li {
    width: 32%;
}
}

@media screen and (max-width: 1024px) {
section.sec18 {
    padding: 40px 0px 20px;
}
.sec15 {
    padding: 70px 0px 40px;
}
.sec8 {
    padding: 20px 0px 20px 0;
}
.box-border3 {
    margin: 50px 0px 20px;
}
.sec-tes {
    padding: 30px 0 30px 0;
}
.text-3 {
    margin: 30px 0px 0px;
    padding: 20px 0px 0px;
}
.sec14-new {
    padding: 20px 0 20px 0;
}
.sec11 h3 {
    font-size: 46px;
}
.text-bnr1 h4 span {
    display: inline-block;
}
}
@media screen and (max-width: 991px) {
	button.navbar-toggler {
    width: auto;
}
.sec5-area {
    margin: 50px 0px 20px;
    padding: 50px 110px 20px 110px;
}
.icon-list li,
.box-border2 ul li {
    width: 31.9%;
}
.sec2 .col-md-5 {
    max-width: 60%;
    flex: 0 0 60%;
}
.sec7 {
    padding: 100px 0px 300px;
}
.sec9 {
    margin-top: 60px;
}
.sec11 {
    padding: 360px 0px 100px;
}
.img-text_1 ul li {
    font-size: 22px;
}
.sec14 ul li {
    font-size: 25px;
}
.sec2 {
    padding: 30px 0px;
}
.title-div {
    margin-bottom: 48px;
}
.sec1 .pad-100 {
    padding: 100px 0px;
}
section.sec3 {
    padding-bottom: 52px;
}
.sec4 {
    padding: 130px 0px;
}
.sec8 {
    padding: 10px 0px 10px 0;
}
.sec15 {
    padding: 50px 0px 30px;
}
.sec15 .container {
    max-width: 100%;
}
.sec18 .container {
    max-width: 750px;
}
section.sec11.sec13 {
    padding: 260px 0px 90px;
}
section.sec11.sec13 h3 {
    font-size: 36px;
}
.img-bluebg {
    margin-bottom: 50px;
}
.footer-a {
    padding: 20px 30px 10px;
}
}

@media screen and (max-width: 900px) {
	.textitem-content {
    padding: 70px 30px;
	}
	.icon-list li, .box-border2 ul li {
		width: 48%;
	}
}
@media screen and (max-width: 768px) {
	.text-bnr1 h4 span {
    display: inline-block;
	}
	.text-bnr1 img {
		max-width: 440px;
	}
	.bg-2 {
		background-position: top;
	}
	.sec6 .col-md-7 {
		text-align: center;
	}
	.sec6 img {
		max-width: 440px;
	}
	.sec9 {
		margin-top: 30px;
	}
	.side-txt {
		margin: 28px auto 30px;
	}
	.sec14-new {
		padding: 0px 0 10px 0;
	}
	.box-border3 {
		padding: 20px 0px 30px;
	}
	.sec10 ul li img {
		top: 4px;
	}
	.sec19 {
		padding: 10px 0px 20px;
	}
	.sec7 {
		margin: 14px 0px 30px !important;
	}
}

@media screen and (max-width: 650px) {
	.sec1 .pad-100 {
    padding: 60px 0px;
}
.text-bnr1 img {
    padding: 20px 30px;
    max-width: 420px;
}
.title-div {
    margin-bottom: 38px;
}
.sec2 {
    padding: 14px 0px;
}
.sec2 .col-md-5 {
    max-width: 68%;
    flex: 0 0 68%;
}
ul.icon-list {
    margin-bottom: 0px;
}
.sec5 {
    margin: 40px 0px 12px !important;
}
.box-border2 ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.sec9 {
    padding: 20px 0px 40px;
}
.box-border3 {
    margin: 40px 0px 0px;
}
.sec14 {
    padding: 30px 0px 10px;
}
section.sec18 {
    padding: 20px 0px 0px;
}
.sec15 {
    padding: 40px 0px 0px;
}
section.sec11.sec13 {
    padding: 180px 0px 70px;
	    margin: 20px 0px 40px;
}
section.sec11.sec13 h3 {
    font-size: 34px;
}
.gray-bg p {
    font-size: 22px
}
.border-full h6 {
    margin: 16px 0px;
    font-size: 22px;
}

}

@media screen and (max-width: 550px) {
	.sec1 h3 {
    margin-top: 50px;
	}
	.text-bnr1 img {
    max-width: 360px;
	}
	.bg-2 h2 {
    margin: 20px 0px;
	}
	section.sec3 {
		padding-bottom: 32px;
	}
	.img-text_1 {
		padding: 30px 20px;
	}
	.text-3 {
		margin-top: 10px;
	}
	.sec14 ul li span {
		font-size: 70px !important;
		width: 104px;
		height: 94px;
	}
	.sec14 ul li i {
		padding-bottom: 12px;
	}
	.sec14 ul li {
		font-size: 21px;
		margin-bottom: 12px;
	}
	.text-bnr1 .rd-more {
    margin: 20px auto 20px;
	}
	.bg-2 {
    padding: 12px 0px 20px;
}
}

@media screen and (max-width: 480px) {
	.box-border4 {
    width: 100%;
	}
	.box-border4 h3 {
    margin-bottom: 10px;
	}
	.sec6 img,
	.text-bnr1 img {
    max-width: 350px;
}
.sec1 h3 {
    font-size: 34px !important;
    line-height: 37px !important;
    padding-bottom: 2px;
    margin-top: 40px;
}
.sec2 .title-div {
    margin-top: 0px;
}
.sec2 .col-md-5 {
    max-width: 75%;
    flex: 0 0 75%;
}
.bg-2 h2 {
    margin: 20px 0px;
}
.title-div.f-chng {
	    margin-top: 0;
    margin-bottom: 10px;
}

}

@media screen and (max-width: 425px) {
	.sec6 img,
	.text-bnr1 img {
    max-width: 270px;
}
.sec1 h3 {
    font-size: 32px !important;
    margin-top: 20px;
}
.bg-2 h2 {
    font-size: 23px;
}
.bg-2 ul li {
    font-size: 18px;
    line-height: 22px;
}
.sec7 h3 {
    font-size: 30px;
}
.box-border3 h3 {
    font-size: 22px;
    padding: 7px 20px 18px;
    margin-bottom: 33px;
}
sec8 p {
    padding: 0px 30px 0;
}
.sec8 {
    padding: 10px 0px 10px 0;
}
.sec11 {
    padding: 100px 0px 90px;
	    margin: 10px 0px 10px;
}
.sec-tes {
    padding: 20px 0 10px 0;
}
.img-text_1 {
    padding: 20px 10px;
}
.sec14 ul li span {
    font-size: 60px !important;
    line-height: 64px !important;
    height: 72px;
    margin-right: 10px;
}
.sec15 {
    padding: 30px 0px 0px;
}
section.sec18 {
    padding: 10px 0px 0px;
}
section.sec11.sec13 h3 {
    font-size: 31px;
}
section.sec11.sec13 {
    padding: 130px 0px 50px;
}
.gray-bg p {
    padding: 0px 20px;
}
.gray-bg p {
    font-size: 20px;
}
.sec1 .pad-100 {
    padding: 40px 0px;
}
.border-full h6 {
    font-size: 21px;
}
.box-border3 {
    padding: 10px 0px 20px;
}
.box-border2 ul li p {
    font-size: 19px;
    line-height: 28px;
}

}

@media screen and (max-width: 375px) { 
.sec1 .pad-100 {
    padding: 20px 0px;
}
}
