/*

TemplateMo 563 SEO Dream

https://templatemo.com/tm-563-seo-dream

/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
    @font-face{
    font-family: "Acta Display Book";
    src: url("8426a04cc01b52b246b8a8e01d168356.eot");
    src: url("8426a04cc01b52b246b8a8e01d168356.eot?#iefix")format("embedded-opentype"),
        url("8426a04cc01b52b246b8a8e01d168356.woff")format("woff"),
        url("8426a04cc01b52b246b8a8e01d168356.woff2")format("woff2"),
        url("8426a04cc01b52b246b8a8e01d168356.ttf")format("truetype"),
        url("8426a04cc01b52b246b8a8e01d168356.svg#Acta Display Book")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body{
    font-family: 'Museo Sans 500', "DM Sans", sans-serif;
    background-color: #F5F5F5;
    font-size: 18px;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none ;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}
h1, h2, h3, h4{
    font-family: 'HvDTrial Pluto';
}
ul {
  margin-bottom: 0px;
}

p {
  font-size: 20px;
  line-height: 30px;
  color: #2a2a2a;
    margin-bottom: 15px;
}

img {
  max-width: 100%;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/


/*::selection {
  background: #03a4ed;
  color: #fff;
}

::-moz-selection {
  background: #03a4ed;
  color: #fff;
}*/

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading {
  margin-bottom: 60px;
}

.section-heading h6 {
  font-size: 15px;
  font-weight: 700;
  color: #33ccc5;
  text-transform: uppercase;
  margin-bottom: 15px;

}

.section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 800;
  position: relative;
  z-index: 2;
  line-height: 45px;
}

.section-heading h2 em {
  font-style: normal;
  color: #33ccc5;
}

.section-heading h2 span {
  color: #088ec3;
}

.main-blue-button a {
  display: inline-block;
  background-color: transparent;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: 2px solid #302E2B !important;
  transition: all .3s;
}

.main-blue-button a:hover {
  background-color: #fff!important;
  color: #4771cb!important;
  border: 2px solid #4771cb!important;
}

.main-green-button a {
  display: inline-block;
  background-color: #33ccc5;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: 2px solid #4771cb !important;
  transition: all .3s;
}

.main-green-button a:hover {
  background-color: #4771cb!important;
  color: #fff!important;
  border: 2px solid #33ccc5 !important;
}


.container{
    max-width: 1500px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-right{
    text-align: right;
}
.header-right ul{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 15px;
}
.header-right ul li{
    margin-right: 20px;
}
.header-right ul li .shop{
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}




.background-header {
  background-color: #33ccc5!important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #fff;
}

.background-header .main-nav .nav li:hover a {
  color: #33ccc5;
}

.background-header .nav li a.active {
  position: relative;
  color: #fff;
}

.background-header .nav li a.active:after {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #4771cb;
  content: '';
  left: 50%;
  bottom: 0px;
  transform: translateX(-10px);
}

.header-area {
  background-color: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  /*height: 100px;*/
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.header-area .container-fluid{
    max-width: 93%;
}

.header-area .navbar-brand .dark-logo{
    display: none;
}
.header-area.sticky{
    position: fixed;
    background-color: #fff;
}
.header-area.sticky .navbar-brand .dark-logo{
    display: block;
}
.header-area.sticky .navbar-brand .light-logo{
    display: none;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
    display: flex;
    justify-content: space-between;
}

.header-area .main-nav .logo {
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: inherit;
    margin-left: 0px;
    width: 100%;
}

.header-area .main-nav .logo h4 {
    font-size: 30px;
    font-weight: 800;
    text-transform: capitalize;
    color: #fff;
    line-height: 100px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo h4 img {
  max-width: 30px;
  margin-top: -20px;
  margin-left: 5px;
}

.background-header .main-nav .logo h4 {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 35px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 10px;
  padding-right: 10px;
    text-align: center;
    position: relative;
    }
.header-area .main-nav .nav li:nth-child(2){
    max-width: 150px;
}
.header-area .main-nav .nav li:nth-child(3){
    max-width: 140px;
}
.header-area .main-nav .nav li:nth-child(4){
    max-width: 145px;
}
.header-area .main-nav .nav li:nth-child(5){
    max-width: 150px;
}
.header-area .main-nav .nav li:nth-child(6){
    max-width: 185px;
}

/*.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
  padding-left: 40px;
}

.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a {
  padding: 0px 20px;
  font-weight: 400;
}*/

.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover {
  color: #4771cb !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  color: #646464;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /*height: 40px;*/
  line-height: 22px;
  border: transparent;
  letter-spacing: 1px;
    padding: 15px 0;
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: center top;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #000!important;
    
}
.header-area .main-nav .nav li:hover a:before,
.header-area .main-nav .nav li.active a:before{
    background-size: 150px auto;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    content: "";
    width: 150px;
    height: 60px;
    left: 50%;
    margin-left: -75px;
    top: 0;
    z-index: -1;
}
.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #000!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}


/*=============*/
.header-area .navbar-nav{
    width: 100%;
    /*justify-content: center;*/
    padding-left: 20px;
}
.header-area .navbar-nav li{
    font-family: 'HvDTrial Pluto';
    font-size: 20px;
}
.header-area .navbar-nav li a{
    padding: 8px 35px !important;
    color: #000;
}
.header-area.sticky .navbar-nav li a{
font-family: 'HvDTrial Pluto';
    color: #000;
}
.header-area .loginsec .btn{
    background-color: #036066;
  color: #fff;
  padding: 8px 25px;
  font-size: 20px;
  border-radius: 40px;
  border: 1px solid #036066;
}
.header-area .loginsec .btn:hover{
    color: #6d320d;
    background-color: #fff;
}
.header-area.sticky .loginsec .btn{
    background-color: #000;
    color: #fff;
}

.header-area .main-nav .nav li.dropdown ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.header-area .main-nav .nav ul.dropdown-menu li a{
    color: #fff;
}
.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #33ccc5!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .navbar-nav li ul.dropdown-menu{
    background-color: #000;
    min-width: 250px;
}
.header-area .navbar-nav li ul.dropdown-menu li a{
    color: #fff;
}
.header-area .navbar-nav li ul.dropdown-menu li a:hover{
    background-color: #353232;
}


.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 20px;
  width: 40px;
  height: 50px;
  text-indent: -9999em;
  z-index: 99;
  left: 40px;
  display: none;
    background-image: url(../images/mobile-menu.png);
    background-repeat: no-repeat;
}
.header-area .main-nav .menu-trigger.active{
    background-image: url(../images/mobile-menu-active.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
}
.background-header .main-nav .menu-trigger {
  top: 23px;
}
.header-area .main-nav .menu-trigger span
.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: none;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
    display: none;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  min-height: 60px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #33ccc5;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
}

@media (max-width: 2400px) {
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #33ccc5!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    padding: 0px 15px;
    /*height: 80px;*/
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
    .header-area .main-nav{
        display: block;
    }
    .header-area .main-nav .logo{
        max-width: inherit;
        margin-left: 0;
        width: 100%;
        padding-left: 25%;
    }
    
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: right;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
      max-width: 340px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  /*.header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }*/
  .header-area.header-sticky .nav {
    margin-top: 0px;
      background-color: #fff;
      z-index: 1;
      padding: 30px 10px;
      position: fixed;
    left: 0px;
    top: 0px;
      width: 100%;
      height: 100%;
      max-width: inherit;
  }
    
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    /*border-bottom: 1px solid #e7e7e7;*/
    padding-left: 20px !important;
    padding-right: 20px !important;
      max-width: 100% !important;
      text-align: left;
      font-family: "DM Sans", sans-serif;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
    color: #646464 !important;
      text-align: left;
  }
  .header-area .main-nav .nav li a:hover {
    color: #33ccc5!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

/*@media (min-width: 1299.99px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}*/

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #33ccc5;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #33ccc5;
    border-radius: 50%;
}



/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.home-banner{
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    padding: 160px 0 80px;
    overflow: hidden;
}
.home-banner .about-cont h1{
    font-family: 'HvDTrial Pluto';
    font-size: 70px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #002A42;
}
.home-banner .about-cont p{
    color: #002A42;
    font-size: 25px;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    line-height: 40px;
}
.home-banner .talk-btn{
    background-color: #036066;
    font-family: 'HvDTrial Pluto';
    font-size: 25px;
    color: #fff;
    padding: 12px 35px;
    border-radius: 40px;
    margin-bottom: 30px;
}
.home-banner .talk-btn:hover{
    color: #036066;
    background-color: #fff;
}
.home-banner .rating-sec{
    display: flex;
    gap:15px;
}
.home-banner .rating-sec li{
    border-right: 1px solid #969696;
    padding-right: 15px;
}
.home-banner .rating-sec li:last-child{
    border: none;
}
.round-text{
    text-align: right;
}

.custom-btn{
    background-color: #B32628;
    color: #fff;
    padding: 15px 30px;
    font-size: 20px;
    border-radius: 4px;
    border: 1px solid #B32628;
    text-align: center;
}
.custom-btn .btn-span{
    background-color: #fff;
    color: #6d320d;
    width: 30px;
    display: inline-block;
    height: 30px;
    border-radius: 20px;
    font-size: 20px;
    margin-left: 6px;
}
.custom-btn:hover{
    color: #000;
    background-color: #fff;
    border-color: #000;
}
.custom-btn:hover .btn-span{
    background-color: #6d320d;
    color: #fff;
}
.banner-btn .custom-btn{
    margin: 5px;
}

.home-banner{
    position: relative;
}
.home-banner .carousel{
    z-index: 1;
}
.home-banner .banner-content-row{
    position: absolute;
    z-index: 5;
    bottom: 00px;
    width: 100%;
    padding-bottom: 30px;
}
.banner-bottom{
    display: flex;
    justify-content: space-between;
}

.banner-testimonial-header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.namedate{
    color: #fff;
}
.namedate span{
    color: #989898;
}
.banner-bottom .banner-testimonial{
    position: relative;
    max-width: 450px;
    background-color: #e0bab9;
    padding: 10px;
}
.banner-bottom .banner-testimonial p{
    color: #231815;
    line-height: 26px;
    font-size: 20px;
    
}
.banner-bottom .arrow-down{
    color: #231815;
    position: relative;
    padding-left: 15px;
}
.banner-bottom .arrow-down p{
    color: #231815;
}
.banner-bottom .arrow-down:before{
    content: "";
  width: 2px;
  height: 100%;
  background: rgba(255, 255, 255, 0.16);
  position: absolute;
  left: 0px;
  top: 0px;
}
.banner-bottom .arrow-down:after{
    content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%);
		background-position: 0 -95px;
		background-size: 100% 200%;
		animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@keyframes scrolldown {
	0%{
		background-position: 0 -95px;
	}
    50% {
		background-position: 0 10px;
	}
	100%{
		background-position: 0 120px;
	}
}

.banner-video{
    position: relative;
    z-index: 0;
    width: 100%;
}
.banner-video:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
.banner-video video{
    width: 100%;
}


/*====================================*/


.workspace-section{
    width: 100%;
    padding: 100px 0;
    background: #036066;
    background-image: url(../images/bg3.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    border-radius: 100px;
    /*background-size:auto 85% ;*/
    overflow: hidden;
}

.why-choose-cont h2{
    color: #fff;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 78px; /* 111.429% */
    margin-bottom: 40px;
}
.why-choose-cont p{
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 190% */
    margin-bottom: 0;
}
.choose-row{
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
}
.choose-row .choose-thumb{
    flex-basis: 17%;
}
.choose-row .choose-content{
    flex-basis: 83%;
}
.choose-row .choose-content h3{
    color: #fff;
    margin-bottom: 12px;
}
.btnsections{
    text-align: center;
    padding-top: 50px;
    display: inline-block;
    width: 100%;
}
.btnsections .custom-btn1{
    background-color: #93D2F9;
    color: #036066;
    font-family: 'HvDTrial Pluto';
    border: 2px solid #93D2F9;
    border-radius: 30px;
    font-size: 22px;
    padding: 12px 25px;
}
.btnsections .custom-btn2{
    background-color: transparent;
    color: #fff;
    font-family: 'HvDTrial Pluto';
    border: 2px solid #fff;
    border-radius: 30px;
    font-size: 30px;
    padding: 12px 25px;
}


/*===========================================
==============================================*/
.carousel-section{
    padding: 20px 0;
    position: relative;
}
.carousel-section .slider-thumb{
    width: 100%;
    z-index: 1;
    position: relative;
}
.carousel-section .owl-carousel .owl-item .inner{
    display: none;
}
.carousel-section .owl-carousel .owl-item.active .inner{
    display: block;
}
.carousel-section .inner{
    position: absolute;
    z-index: 2;
    top: 7%;
    left: 5%;
    width: 90%;
    height: 86%;
    background-color: #000;
    padding:50px 30px;
    color: #fff;
    display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.carousel-section .item:hover .inner{
    opacity: 1;
}
.carousel-section .inner h3{
    color: #FFF;
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 95% */
    letter-spacing: -0.8px;
    text-align: center;
    margin-bottom: 60px;
}
.carousel-section .inner ul{
    display: flex;
    flex-wrap: wrap;
}
.carousel-section .inner ul li{
    flex-basis: 50%;
    background-image: url(../images/list-white.png);
    background-repeat: no-repeat;
    background-position: left top 7px;
    padding-left: 34px;
    margin-bottom: 15px;
    color: #FFF;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    padding-right: 10px;
}
.carousel-section .owl-carousel .owl-nav{
    position: absolute;
    z-index: 10;
    top: 48%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 16%;
}
.carousel-section .owl-carousel .owl-nav .owl-prev{
    background-color: rgba(255, 255, 255, 0.80);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #000;
    font-size: 20px;
}
.carousel-section .owl-carousel .owl-nav .owl-next{
    background-color: rgba(255, 255, 255, 0.80);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #000;
    font-size: 20px;
}




/*====================================================
==============================================================*/
.about-sect{
    padding: 60px 0;
    background-color: #F5F5F5;
}
.title-section{
    width: 100%;
}
.title-section h2{
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px; /* 140% */
}
.title-section h2 span{
    color: #B32628
}
.title-section h3{
    color: #B32628;
    font-family: "DM Sans";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
}
.rating-thumb{
    text-align: right;
}

.rating-slider{
    width: 100%;
    padding:40px 20px 30px;
}
.rating-slider .item{
    padding: 15px 5px;
}
.rating-slider .owl-nav{
    text-align: center;
}
.rating-slider .owl-nav button.owl-prev{
    border: 1px solid #B5B5B5;
    padding: 25px;
    margin: 6px;
    border-radius: 50%;
    display: inline-block;
    width: 60px;
  height: 60px;
}
.rating-slider .owl-nav button.owl-next{
    border: 1px solid #B5B5B5;
    padding: 25px;
    margin: 6px;
    border-radius: 50%;
    display: inline-block;
    width: 60px;
  height: 60px;
}
.rating-card{
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.rating-card .rating-thumb{
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.rating-card .rating-thumb img{
    width: auto;
}
.rating-card .rating-content{
    width: 100%;
    height: 115px;
    overflow: hidden;
    margin-bottom: 12px;
}
.rating-card .rating-content h4{
    font-size: 18px;
    margin-bottom: 10px;''
}
.rating-card .rating-content p{
    font-size: 18px;
    line-height: 26px;
}
.rating-card .rating-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rating-card .rating-footer .rate-detl{
    flex-basis: 90%;
}
.rating-card .rating-footer .rate-detl p{
    margin-bottom: 0;
    font-size: 18px;
}
.rating-card .rating-footer .rate-detl .rat-date{
    font-size: 15px;
}
.rating-card .rating-footer .rate-icon{
    text-align: right;
}
.rating-card .rating-footer .rate-icon img{
    width: auto;
}


.tech-card{
    padding: 30px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.partner-section{
    width: 100%;
    background-color: #F5F5F5;
    padding: 40px 0;
    overflow: hidden;
}
.partner-logo{
    width: 100%;
}
.partner-logo ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap:22px;
}
.partner-logo ul li img{
    filter: grayscale(100%);
}
.contentsec h3{
    color: #000;
    font-family: "DM Sans";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 25px;
}
.contentsec p{
    color: #000;
    font-family: "DM Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 146.875% */
}
.thumb{
    width: 100%;
}
.thumb img{
    width: 100%;
}


/*===========================================*/
.how-section{
    width: 100%;
    background-color: #ffffff;
    background-image: url(../images/bg2.png);
    background-size: cover;
    padding: 40px 0 60px;
    position: relative;
}
.how-scroll-effect{
    position: relative;
    max-width: 920px;
    margin: 0 auto;
}
.how-section h2{
    text-align: center;
    color: #002A42;
    font-size: 50px;
    margin-bottom: 80px;
}

.progress-container {
	position: absolute;
	left: 50%;
	width: 2px;
	height: 90%;
	background: #D9D9D9;
	border-radius: 2px;
	margin: auto;
    z-index: 9;
    margin-left: -1px;
}

.progress-bar {
	width: 2px;
	background: #036066;
	border-radius: 2px;
}

.progress-bar:before {
	height: 1%;
}

.glow {
	-webkit-box-shadow: 0px 0px 14px 21px rgba(212, 178, 85, 0.48);
	-moz-box-shadow: 0px 0px 14px 21px rgba(212, 178, 85, 0.48);
	box-shadow: 0px 0px 14px 21px rgba(212, 178, 85, 0.48);
}

.wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
    position: relative;
    z-index: 99;
}
.scroll-sec{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	align-content: center;
    padding: 30px 0;
}
.scroll-sec .work-text{
    flex-basis: 45%;
    padding-top: 30px;
    text-align: right;
}
.scroll-sec .work-text.text-left{
    text-align: left;
}
.scroll-sec .work-text h3{
    color: #002A42;
    font-size: 25px;
}
.scroll-sec .nocount{
    flex-basis:10%;
    text-align: center;
     padding-top: 30px;
}
.scroll-sec .nocount span{
    display: inline-block;
    background-color: #036066;
    border: 1px solid #036066;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.scroll-sec .work-thumb{
    flex-basis: 45%;
}


/*===========================================*/
.contact-section{
    width: 100%;
    padding: 40px 0 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.get-card{
    padding: 30px;
}
.get-card .get-inner{
    background-image: url(../images/get-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
    box-shadow: 0 0 25px #93D2F9;
    display: inline-block;
    width: 100%;
    padding: 60px;
}
.get-inner h2{
    text-align: center;
    color: #fff;
    font-size: 50px;
    margin-bottom: 30px;
}
.input-fd{
    margin-bottom: 20px;
}
.input-fd .form-control{
    height: 58px;
    border-radius: 8px;
    font-size: 18px;
}
.form-control::placeholder {
  color: #CACACA;
  opacity: 1; /* Firefox */
}

.form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #CACACA;
}
.form-row{
    margin-bottom: 20px;
}
.form-row label{
    font-size: 18px;
    color: #fff;
}
.form-row .form-select{
    height: 58px;
    border-radius: 8px;
    font-size: 18px;
    color: #CACACA;
}
.form-btn{
    text-align: center;
    padding-top: 25px;
}
.btn-yellow{
    background-color: #FDDC47;
    color: #000;
    font-size: 25px;
    font-family: 'HvDTrial Pluto';
    padding: 16px 35px;
    border-radius: 10px;
}
.get-thumb-sec{
    width: 100%;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}
.get-thumb-sec img{
    width: 100%;
}


/*===========================================*/
.faq-section{
    width: 100%;
    padding: 100px 0 50px;
    background-image: url(../images/bg4.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    background-color: #fff;
    overflow: hidden;
}
.faq-section h2{
    text-align: center;
    font-size: 50px;
    color: #002A42;
    margin-bottom: 30px;
}
.faq-section .accordion-item{
    border-left: 4px solid #036066; 
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 0;
}
.faq-section .accordion-item .accordion-header{
    border: none;
    border-radius: 0;
    background-color: #fff;
}
.faq-section .accordion-item .accordion-button{
    border: none;
    border-radius: 0;
    font-size: 26px;
    color: #002A42;
    font-family: 'HvDTrial Pluto';
}
.faq-section .accordion-button:not(.collapsed) {
  background-color: #fff;
}

.faq-section .accordion-button::after {
  background-image: url("../images/pls.png");
    background-position: center;
    background-repeat: no-repeat;
  transition: all 0.5s;
    background-color: #036066;
    border-radius: 50%;
  width: 36px;
  height: 36px;
}
.faq-section .accordion-button:not(.collapsed)::after {
  background-image: url("../images/mns.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #036066;
    border-radius: 50%;
  width: 36px;
  height: 36px;
}
.faq-section .accordion-button::after {
  transition: all 0.5s;
}
.faq-section .accordion-body{
    padding-right: 70px;
}
.view-btn{
    padding: 30px 0 0;
    text-align: center;
    margin-bottom: 20px;
}
.view-btn .dark-btn{
    background-color: #002A42;
    font-family: 'HvDTrial Pluto';
    border-radius: 40px;
    padding: 14px 45px;
    font-size: 25px;
    color: #fff;
}



/*===========================================*/
.security-section{
    width: 100%;
    background-size: cover;
    padding: 180px 0;
    height: 740px;
}
.security-section .contentcl{
    width: 100%;
}
.security-section .contentcl h2{
    color: #000;
    font-family: "DM Sans";
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 40px;
}




/*=========================================*/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
	background-color: #17819c;
}

figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

figure.effect-ruby h2 {
	margin-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

.clhover-effect figure.effect-ruby .info-details h3 {
	/*margin: 1em 0 0;
	padding: 3em;
	border: 1px solid #fff;*/
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.clhover-effect:hover figure.effect-ruby .info-details h3 {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}





/*============================================
footer
============================================*/
.footer-section{
    width: 100%;
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-color: #fff;
    padding: 70px 0 160px;
}
.footer-section .partner-logo{
    margin-bottom: 40px;
}
.footer-logo{
    margin-bottom: 20px;
}
.footer-menu{
    width: 100%;
}
.footer-menu h4{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px; /* 216.667% */
    margin-bottom: 20px;
}
.footer-menu{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}
.footer-menu li{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    white-space: nowrap;
}
.footer-menu li a{
    color: #002A42;
    padding: 6px 15px;
}

.footer-content h3{
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer-content h3 span{
    color: #B32628;
}
.footer-content p{
    color: #fff;
    margin-bottom: 30px;
}
.footer-content a{
    color: #fff;
}
.footer-bottom{
    padding-top: 20px;
    text-align: center;
}
.footer-bottom p{
    margin: 0;
    text-align: center;
    color: #000;
}
.footer-content{
    text-align: center;
}
.footer-content ul{
    list-style: none;
    display: flex;
    gap:7px;
    justify-content: flex-end;
}


/*=============================================================*/
.database-card{
    background-color: #fff;
    padding: 20px;
    height: 100%;
}
.database-card .icon-thumb{
    margin-bottom: 10px;
}
.database-card h3{
    margin-bottom: 15px;
    color: #000;
    font-family: "DM Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.database-card p{
    color: #000;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}
.database-content{
    text-align: center;
}
.database-content p{
    margin-bottom: 20px;
}
.database-content .custom-btn{
    margin-top: 40px;
}




.contactpage-section{
    padding: 80px 0;
}
.contactpage-section .container {
  max-width: 1300px;
}
.form-row{
    margin-bottom: 20px;
}
.form-row .form-control{
    border-radius: 5px;
    border: 1px solid #CACACA;
    background: #FFF;
    min-height: 52px;
}
.form-row textarea.form-control{
    min-height: 140px;
}
.submit-btn{
    text-align: center;
    padding-top: 15px;
}
.submit-btn .custom-btn{
    min-width: 200px;
    text-align: center;
}






/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
    font-size: 24px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 25px;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:last-child {
    padding-left: 20px;
  }
  .amaing-content {
    bottom: -16px;
  }
  .get-btn {
    padding: 13px 50px;
  }
}


@media only screen and (min-width:1300px) and (max-width:1499.99px){
    .header-area .container-fluid {
        max-width: 1300px;
    }
    .header-area .main-nav .logo{
        max-width: 280px;
        margin-left: 0;
    }
    
    
    .header-right{
        margin-right: 35px;
    }
    .home-banner .carousel-caption{
        top: 5%;
    }
    .home-banner .carousel-caption h2{
        font-size: 55px;
    }
    
    .product-details-section::after {
        left: 2%;
          top: 120px;
          width: 96%;
    }
    .title-section .pthumb {
      margin-right: 0;
    }
    
    
    
}
@media only screen and (min-width:1024px) and (max-width:1299.99px){
    .main-title h1{
        font-size: 52px;
    }
    .main-title p{
        font-size: 22px;
    }
    .info-details .info-cont h3{
        font-size: 30px;
    }
    .dbcolumn2 {
        margin-bottom: 20px;
    }
    .container-section2 .container{
        max-width: 86%;
    }
    .inner-title h2{
        font-size: 50px;
    }
    .inner-title p{
        font-size: 22px;
    }
    figure.effect-lily figcaption > div {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        height: auto;
    }
    
    .header-right{
        margin-right: 35px;
    }
    .home-banner .carousel-caption{
        top: 5%;
    }
    .home-banner .carousel-caption h2{
        font-size: 50px;
    }
    
    
    
    
    
    
}


@media only screen and (min-width:768px) and (max-width:1023.99px){
    p{
        font-size: 15px;
    }
    .main-title h1{
        font-size: 52px;
    }
    .main-title p{
        font-size: 22px;
    }
    .info-details .info-cont h3{
        font-size: 30px;
    }
    .dbcolumn2 {
        margin-bottom: 20px;
    }
    .container-section2 .container{
        max-width: 86%;
    }
    .inner-title h2{
        font-size: 50px;
    }
    .inner-title p{
        font-size: 22px;
    }
    figure.effect-lily figcaption > div {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        height: auto;
    }
    
    .header-right{
        margin-right: 35px;
    }
    .home-banner .carousel-caption{
        top: 5%;
    }
    .home-banner .carousel-caption h2{
        font-size: 50px;
    }
    
    .header-area .navbar-nav li{
        font-size: 14px;
    }
    .footer-content h3{
        font-size: 20px;
    }
    .footer-menu h4{
        font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
    }
    .footer-menu ul li{
        font-size: 14px;
    }
    .footer-content p{
        font-size: 14px;
    }
    
}


@media (max-width: 1023.99px) {
    .header-area{
        height: auto;
    }
  .header-area .main-nav .logo h4 {
    font-size: 20px;
  }
  .main-banner .left-content {
    margin-right: 0px;
  }
  .main-banner {
    text-align: center;
  }
  .main-banner:before {
    display: none;
  }
  .main-banner .right-image {
    margin: 30px auto 0px auto;
    text-align: center;
  }
  
    
    /*==============================*/
    
    
    
    
    
}

@media (max-width: 991px) {
.amaing-content {
  bottom: 35%;
  text-align: center;
}
    
    .navbar-toggler{
        background-color: #fff;
    }
    #collapsibleNavbar{
        background-color: #fff;
        position: absolute;
        right: -13px;
        width: calc(100% + 30px);
        top: 84px;
        padding: 15px;
    }

}
/*991*/
@media only screen and (min-width:300px) and (max-width:767.99px){
    .header-right{
        display: none;
    }
    .header-right ul{
        margin: 0;
    }
    .header-area .main-nav{
        min-height: 70px;
    }
    .header-area{
        padding: 0;
        padding-bottom: 6px;
    }
    .header-area .main-nav .logo{
        margin-top: 10px;
    }
    .header-area .container-fluid {
      max-width: 100%;
    }
    .header-right .custom-btn{
        padding: 10px 24px;
        font-size: 18px;
    }
    .header-right ul li .shop{
        
    }
    .header-area .main-nav .menu-trigger{
        right: 20px;
    }
    .home-banner .carousel-inner .carousel-item .d-block{
        height: 100%;
        object-fit: cover;
    }
    .home-banner .carousel-caption{
        top: 0px;
        position: relative;
        background-color: #000;
        text-align: center;
    }
    .home-banner .carousel-caption .banner-content{
        text-align: center;
        padding: 0 0px;
    }
    .home-banner .about-cont{
        text-align: center;
    }
    .home-banner .about-cont h1{
        font-size: 40px;
        margin-bottom: 10px;
        text-align: center;
    }
    .home-banner .about-cont p{
        font-size: 16px;
        margin-bottom: 15px;
        text-align: center;
        line-height: 26px;
    }
    .home-banner .talk-btn{
        font-size: 18px;
    }
    .home-banner .carousel-caption h1{
        font-size: 35px;
    }
    .home-banner .carousel-caption p{
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 24px;
        color: #fff;
    }
    .home-banner .custom-btn{
        font-size: 18px;
        padding: 13px 25px;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .home-banner .custom-btn .btn-span{
        width: 25px;
        height: 25px;
        font-size: 18px;
        line-height: 24px;
    }
    .home-banner .banner-content-row{
        display: none;
    }
    .home-banner .carousel-indicators{
        display: none;
    }
    
    .loginsec{
        display: none;
    }
    .about-cont h2{
        font-size: 40px;
        line-height: 50px;
    }
    .about-cont p{
        font-size: 18px;
        line-height: 30px;
    }
    .carousel-section .inner{
        padding: 15px;
    }
    .carousel-section .inner h3{
        font-size: 18px;
      line-height: 26px;
      margin-bottom: 3px;
    }
    .carousel-section .inner ul{
        display: none;
    }
    .title-section h2{
        font-size: 40px;
        line-height: 50px;
    }
    .title-section h3{
        font-size: 40px;
        line-height: 50px;
    }
    .contentsec h3{
        font-size: 30px;
    }
    .contentsec p{
        line-height: 30px;
        font-size: 18px;
    }
    .security-section .contentcl h2{
        font-size: 40px;
    }
    .how-section h2{
        font-size: 32px;
    }
    .scroll-sec{
        flex-direction: column;
    }
    .scroll-sec .nocount{
        order: 1;
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }
    .scroll-sec .work-text{
        background-color: #fff;
        text-align: center;
        padding: 20px 10% 10px;
        order: 2;
        border-radius:10px;
    }
    .scroll-sec .work-thumb{
        order: 3;
    }
    .scroll-sec .work-text h3{
        margin-bottom: 10px;
    }
    .scroll-sec .work-text p{
        font-size: 16px;
    }
    .scroll-sec .work-text.text-left{
        text-align: center;
    }
    .workspace-section{
        border-radius: 50px;
        padding: 60px 0;
    }
    .workspace-section .morder1{
        order: 1;
    }
    .workspace-section .morder2{
        order: 2;
    }
    .why-choose-cont h2{
        text-align: center;
        font-size: 32px;
        line-height: 40px;
        padding: 0 10%;
    }
    .choose-row{
        flex-direction: column;
        background-color: #327D7F;
        border-radius: 10px;
        padding: 25px;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }
    .why-choose-cont p{
        font-size: 16px;
        line-height: 26px;
    }
    .btnsections .custom-btn1{
        margin-bottom: 15px;
    }
    .title-section h2{
        text-align: center;
        font-size: 32px;
        padding: 0 5%;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .partner-logo ul li{
        flex-basis: 29%;
    }
    .about-sect {
        padding: 60px 0 20px;
    }
    .get-card .get-inner{
        padding: 40px 15px;
    }
    .get-inner h2{
        font-size: 32px;
    }
    .input-fd .form-control {
      height: 52px;
      border-radius: 8px;
      font-size: 16px;
    }
    .form-row .form-select{
        height: 52px;
      border-radius: 8px;
      font-size: 16px;
    }
    .btn-yellow{
        width: 100%;
        font-size: 20px;
        padding: 12px 20px;
    }
    .faq-section {
        width: 100%;
        padding: 60px 0 20px;
    }
    .faq-section h2{
        font-size: 32px;
    }
    .faq-section .accordion-item .accordion-button{
        font-size: 20px;
        font-weight: 600;
        padding-right: 50px;
    }
    .faq-section .accordion-button:not(.collapsed)::after, .faq-section .accordion-button::after{
        right: 15px;
        position: absolute;
    }
    .faq-section .accordion-body{
        font-size: 16px;
    }
    .faq-section .accordion-body p{
        font-size: 16px;
    }
    .view-btn .dark-btn{
        font-size: 20px;
    }
    
    .footer-section{
        text-align: center;
        padding: 60px 0 360px;
    }
    .footer-section .partner-logo ul{
        flex-direction: column;
    }
    .footer-content h3{
        font-size: 20px;
    }
    .footer-menu{
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .footer-menu h4{
        font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
    }
    .footer-menu li{
        font-size: 15px;
        border-right: 1px solid #000;
        margin-bottom: 14px;
        line-height: 15px;
    }
    .footer-menu li:last-child{
        border: none;
    }
    .footer-menu li a{
        padding: 0 15px;
    }
    .footer-content p{
        font-size: 14px;
    }
    .footer-content ul{
        justify-content: center;
    }
    .footer-bottom p{
        font-size: 15px;
    }
    
    .mobile-hide {
        display: none;
    }

    .contact-section {
        padding-top: 0;
    }
    
}
@media (max-width: 767px) {
  .header-area .main-nav .logo h4 {
    font-size: 30px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
  .main-banner .info-stat {
    margin-bottom: 15px;
  }
  
    
    
}

.faq-section .container {
    max-width:75%;
}

@media only screen and (min-width: 300px) and (max-width: 767.99px) {
    .home-banner{
        padding: 100px 0 50px !important;
    }
    .home-banner .about-cont h1{
        line-height:38px;
        margin-bottom:5px;
        font-size:35px !important;
    }
    .home-banner .talk-btn{
        margin-bottom: 15px !important;
    }
    .home-banner .rating-sec{
        padding: 0 45px;
    }
    .light-logo{
        max-width: 140px;
    display: inline-block;
    }
    .thumb-col{
        text-align:center;
        margin-top:-20px;
    }
    .thumb-col img{
        max-width:80%;
    }		
}

html {
    margin-top: 0 !important;
}

.custom-form .form-row.privacy-policy {
    text-align: center;
}

.custom-form .privacy-policy a, .custom-form .privacy-policy a:hover {
    color: #fff;
}

.home-banner.blog-section .type-post {
    font-family: "MuseoSans", sans-serif;
    text-align: center;
    background-color: #fff;
    padding: 30px;
    max-height: 690px;
    overflow: hidden;
    margin-bottom: 30px;
}

.home-banner.blog-section .type-post .entry-title {
    font-family: "PlutoRegular", sans-serif;
    text-align: center;
    font-size: 27px;
    min-height: 56px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    white-space: normal;
    width: 100%;
    text-overflow: ellipsis;
    line-height: 28px;
    margin-top: 0;
    font-weight: 300;
    color: #002a42;
}

.home-banner.blog-section .type-post .entry-title a {
    color: inherit;
}

.home-banner.blog-section .type-post .has_post_thumbnail {
    height: 300px;
    max-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 100%;
}

.home-banner.blog-section .type-post .entry-content {
    font-size: 17px;
    padding: 20px 10px;
    counter-reset: footnotes;
}

.home-banner.blog-section .type-post .post-tags a {
    color: #002a42;
}

.home-banner.blog-section .type-post .entry-content p {
    font-size: 17px;
    min-height: 100px;
    max-height: 150px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: "MuseoSans", sans-serif;
    font-weight: 100;
    color: #002a42;
}

.home-banner.blog-section .type-post .entry-content .btn-blue {
    margin-top: 0;
    background-color: #056268;
    color: #fff;
    border: 0;
    display: inline-block;
    font-family: "MuseoSans", sans-serif;
    font-weight: 900;
    letter-spacing: -0.1px;
    text-align: center;
    text-decoration: none;
    min-width: 125px;
    padding: 2px 28px;
    height: 40px;
    line-height: 36px;
    font-size: 19px;
}

#sidebar-blog .form-group {
    position: relative;
}
.form-group {
    margin-bottom: 15px;
}

#sidebar-blog .form-group .search_icon {
    position: absolute;
    right: 0;
    top: 0;
    opacity: .5;
    width: 40px;
    height: 40px;
}