html {scroll-behavior: smooth;}
body{ font-family: "Poppins"; font-size:16px; color:#222; -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; transition: all 1s;}
a, a:hover {text-decoration: none;}
p {color: #000; font-weight: 400;}
ul {margin: 0; padding: 0;}
li {font-weight: 400;}
.theme-color {color:#e30000;}
.theme-bg {background:#e30000;}
.top-header .phone a {color: #fff;}
li {list-style-type: none;}
h1 {font-size: 36px;}
h2 {font-size: 24px; color: #195495;}
h3 {font-size: 18px;}
h4 {font-size: 14px;}
.parsley-errors-list .parsley-custom-error-message,
.parsley-required {font-size: 12px; font-weight: 500; color: #ff0000; margin: 5px 0px;}
@media (min-width: 1200px) {
  .container {max-width: 1600px;}
}
.action-btn {padding: 10px 20px; border-radius: 35px;}
.primary-btn {background: #195495; color: #FFF;}
.primary-btn:hover {background: #195495; color: #FFF;}
header {position: absolute; top: 0; width: 100%; height: 85px;}
.logo {max-width: 200px; margin: 7px 0px;}
.logo a {background: #FFF;}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav, .main-nav * {margin: 0; padding: 0; list-style: none;}
.main-nav > ul > li {position: relative; white-space: nowrap; float: left;}
.main-nav a {display: block; position: relative; color: #195495; padding: 10px 35px; transition: 0.3s; font-size: 18px; font-weight: 500;}
.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {color: #195495; text-decoration: none;}
.main-nav .drop-down ul {display: block; position: absolute; left: 0; top: calc(100% + 30px); z-index: 99; opacity: 0; visibility: hidden; padding: 10px 0; background: #fff; box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); transition: ease all 0.3s;}
.main-nav .drop-down:hover > ul {opacity: 1; top: 100%; visibility: visible;}
.main-nav .drop-down li {min-width: 180px; position: relative;}
.main-nav .drop-down ul a {padding: 10px 20px; font-size: 13px;color: #195495;}
.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {color: rgb(249, 192, 1);}
.main-nav .drop-down > a:after {content: "\f107"; font-family: FontAwesome; padding-left: 10px;}
.main-nav .drop-down .drop-down ul {top: 0; left: calc(100% - 30px);}
.main-nav .drop-down .drop-down:hover > ul {opacity: 1; top: 0; left: 100%;}
.main-nav .drop-down .drop-down > a {padding-right: 35px;}
.main-nav .drop-down .drop-down > a:after {content: "\f105"; position: absolute; right: 15px;}
/* Mobile Navigation */
.mobile-nav {position: fixed; top: 0; bottom: 0; z-index: 9999; overflow-y: auto; left: -260px; width: 260px; padding-top: 18px; background: rgba(249, 192, 1, 0.8); transition: 0.4s;}
.mobile-nav * {margin: 0; padding: 0; list-style: none;}
.mobile-nav a {display: block; position: relative; color: #fff; padding: 10px 20px; font-weight: 500;}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {color: #fff; text-decoration: none;}
.mobile-nav .drop-down > a:after {content: "\f078"; font-family: FontAwesome; padding-left: 10px; position: absolute; right: 15px;}
.mobile-nav .active.drop-down > a:after {content: "\f077";}
.mobile-nav .drop-down > a {padding-right: 35px;}
.mobile-nav .drop-down ul {display: none; overflow: hidden;}
.mobile-nav .drop-down li {padding-left: 20px;}
.mobile-nav-toggle {position: absolute; right: 0; top: 7px; z-index: 9998; border: 0; background: none; font-size: 24px; transition: all 0.4s; outline: none !important; line-height: 1; cursor: pointer; text-align: right;}
.mobile-nav-toggle i {margin: 5px 7px 0 0; color: #e30000;}
.mobile-nav-overly {width: 100%; height: 100%; z-index: 9997; top: 0; left: 0; position: fixed; background: rgba(0, 0, 0, 0.8); overflow: hidden; display: none;}
.mobile-nav-active {overflow: hidden;}
.mobile-nav-active .mobile-nav {left: 0;}
.mobile-nav-active .mobile-nav-toggle i {color: #fff;}


.headerBox {display: flex; justify-content: space-between; align-items: center;}

.getintouch {width:230px; background: #195495; display: flex; align-items: center; column-gap: 10px; color: #FFF; font-weight: 600; padding: 5px 20px 5px 5px; border-radius: 50px;}
.getintouch .callicon {background: #00C7EA; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%;}


.bannerbottombox {width:230px; background: #FFF;font-family: "Playfair Display", serif; font-size: 22px; width: 100%; display: flex; align-items: center; column-gap: 10px; color: #195495; font-weight: 600; padding: 5px 20px 5px 5px; border-radius: 75px; box-shadow: 1px 1px 5px 2px #eee;}
.bannerbottombox .bannerbottomicon {background: #E8FBFF; width: 120px; height: 120px; display: flex; align-items: center; justify-content: center; border-radius: 50%; box-shadow: 2px 0px 1px 1px #00C7EA;}


/* Banner */
.banner-area {background: url('../images/banner.png') no-repeat; background-size: cover; background-position: center; min-height: 700px;}
.banner-left {position: absolute; top: 125px; left: 0;}
.banner-left small {font-size: 24px; font-weight: 500; color: #00C7EA;}
.banner-left h2 {font-family: "Playfair Display", serif; font-size: 60px; font-weight: 600; color: #195495;}
.banner-left p {font-size:18px; font-weight: 500; color: #3F3F3F; text-transform: uppercase;}
/* .banner-left a {font-weight: 600; margin-top: 20px; display: inline-block;} */
/* Banner */

.section-title {display: flex; align-items: center; flex-direction: column; column-gap: 10px;}
.section-title h2 {font-family: "Playfair Display", serif; font-size: 36px; font-weight: 700;}
.section-title p {text-align: center; max-width: 910px;}

section {padding: 40px;}

.about p {font-size: 14px;}
.about ul li {font-size: 14px; font-weight: 500; position: relative; margin-bottom: 10px; padding-left: 30px;}
.about ul li::before {content: ''; position: absolute; top: 0; left: 0; width: 20px; height: 20px; background: url('../images/li-icon.png') no-repeat; background-size: contain;}
.aboutImg {text-align: center;}
.aboutImg img {width: 100%; max-width: 65%;}

.disclaimerBox {background: #E8FBFF; position: relative; font-size: 14px; line-height: 26px; padding: 50px 20px 20px 20px; border-radius: 10px; margin-bottom: 40px;}
.disclaimerBox span {background: #195495; color: #FFF; position: absolute; top: -10px; left: 20px; padding: 5px 20px; border-radius: 30px;}
.disclaimerBox ul {margin-left: 20px;}
.disclaimerBox ul li {list-style-type: disc;}
.disclaimerBox h2 {font-size: 14px; font-weight: 700; margin: 10px 0px;}


footer {background: #195495; padding: 50px 0px 0px 0px;}
footer .footer-logo {width: 200px;}
footer p {color: #FFF;}
footer .footer-box h4 { font-size: 18px; color:#00C7EA;}
footer .footer-box ul {margin:0px; padding:0px;}
footer .footer-box li a {font-size: 14px; color: #FFF; padding: 5px 0px; display: block;}
footer .footer-box li a:hover {color: #00C7EA;}
.contact-informationbox {display:flex; column-gap: 10px; margin: 10px 0px;}
.contact-informationbox span {color: #FFF; margin: 3px;}
footer .footer-bottom {width:100%; display: block; padding-top: 20px; border-top: 1px #00C7EA solid;}

.privacypolicy {margin-top: 50px;}
.privacypolicy h2 {font-size: 16px; font-weight: 500; color: #000; margin-top: 10px;}
.privacypolicy h3 {font-size: 14px; font-weight: 500;}
.privacypolicy p {font-size: 14px; font-weight: 400; margin: 10px 0px 5px 0px;}
.privacypolicy ul {padding-left: 20px;}
.privacypolicy ul li {font-size: 14px; font-weight: 400; list-style-type: disc;}

@media (max-width: 768px) {
  .logo {max-width: 130px;margin-top: 10px;} 
  .banner-area {min-height: auto;}
  .getintouch {font-size: 12px; width: 135px; margin-right: 35px;}
  .getintouch .callicon {display: none;}
  .about-text span {font-size: 18px;}
  .about-img {padding: 0;}
  .about-text h3 {font-size: 18px;}
  .banner-left {position: static; margin-top: 75px;}
  .banner-left h2 {font-size: 24px;}
  #aboutus, #services, #testimonials {padding-top: 0;}
  .fade-title {font-size: 48px; top: 60px;}
  .testimonialsBox {padding: 0px;}
  .ourproductsslider .owl-nav {top: auto;}
  footer .footer-bottom {padding-top: 10px; margin-top: 0px !important;}
  .footer-box {margin-top: 20px;}
  .staticcontent {min-height: 110px;}
  .footer-social {text-align: center;}
  .responsive-tabs {display: none;}
  .tabContainer h3 {font-size: 16px;}
  section {padding: 20px;}
  .section-title p {text-align: left;} 
  .section-title h2 { font-family: "Playfair Display", serif; font-size: 22px;}
  .bannerbottombox {margin-bottom: 20px; font-size: 12px;}
  .bannerbottombox .bannerbottomicon {background: #E8FBFF; width: 60px; height: 60px;}
  .bannerbottombox .bannerbottomicon img {width: 75%;}
  .aboutImg {margin-top: 20px;}
}

@media (min-width: 768px) and (max-width: 980px) {
  .banner-left h2 {font-size: 33px;}
  .sectioncontent {min-height: auto;}
  .animateBanner {height: 260px;}
  .fade-title {top: 0;}
  .about-img {padding: 0;}
  .col-md-3 {-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
  footer .col-md-2 {-ms-flex: 0 0 33%; flex: 0 0 33%; max-width: 33%;}
  footer .col-md-3 {-ms-flex: 0 0 33%; flex: 0 0 33%; max-width: 33%;}
  .footer-bottom p, .footer-social {text-align: center;}
}
@media (min-width: 768px) and (max-width: 1200px) {
  .main-nav a {padding: 10px 20px; font-size: 16px;} 
  .banner-icon1 {position: absolute; top: 40px; right: 130px; -webkit-animation: banner-icon1 1s infinite  alternate; animation: banner-icon1 1s infinite  alternate;}
}