/*

Breezed Template

https://templatemo.com/tm-543-breezed

*/

/* ---------------------------------------------
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
---------------------------------------------  
---------------------------------------------
reset
--------------------------------------------- 
*/

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
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;
}

.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 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #777;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Roboto";
}

::selection {
  background: #5fb759;
  color: #fff;
}

::-moz-selection {
  background: #5fb759;
  color: #fff;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@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;
  }
}

a.main-stroked-button {
  font-size: 13px;
  border-radius: 25px;
  padding: 11px 25px;
  background-color: transparent;
  border: 2px solid #4504aa;
  text-transform: uppercase;
  color: #4504aa;
  font-weight: 600;
  letter-spacing: 1px;
  -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;
}

a.main-stroked-button:hover {
  background-color: #5da1e7;
  border: 2px solid #5da1e7;
  color: #fff;
}

a.main-filled-button {
  font-size: 13px;
  border-radius: 25px;
  padding: 13px 25px;
  background-color: #fff;
  text-transform: uppercase;
  color: #5fb759;
  font-weight: 600;
  letter-spacing: 1px;
  -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;
}

a.main-filled-button:hover {
  color: #fff;
  background-color: #5fb759;
}

a.main-button-icon {
  font-size: 13px;
  border-radius: 25px;
  padding: 13px 25px;
  background-color: #5fb759;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -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;
}

a.main-button-icon i {
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a.main-button-icon:hover i {
  padding-left: 5px;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 25px;
  padding: 10px 25px;
  background-color: #fff;
  text-transform: uppercase;
  color: #5fb759;
  font-weight: 600;
  letter-spacing: 1px;
  -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;
}

button.main-button:hover {
  color: #fff;
  background-color: #5fb759;
}

button.main-button-icon {
  border: none;
  outline: none;
  border-radius: 25px;
  padding: 20px;
  background-color: #043d85;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-top: 25px;
  letter-spacing: 1px;
  -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;
}

button.main-button-icon i {
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

button.main-button-icon:hover i {
  padding-left: 5px;
}

a.text-button-icon {
  text-transform: uppercase;
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  -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;
}

a.text-button-icon i {
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a.text-button-icon:hover {
  color: #5fb759;
}

a.text-button-icon:hover i {
  padding-left: 5px;
}

.section-heading h6 {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-heading h2,
.section-heading h2 span {
  /* font-family: 'Proza Libre'; */
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 1px;
  /* margin-top: 60px; */
  margin-bottom: 0px;
  text-align: center;
  padding: 30px 16px 10px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff;
  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: #1e1e1e !important;
}

.background-header .main-nav .nav li:hover a {
  color: #395bc0 !important;
}

.background-header .nav li a.active {
  color: #395bc0 !important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 80px;
  color: #5da1e7;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  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 .nav {
  float: right;
  margin-top: 27px;
  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;
}

.header-area .main-nav .nav .search-icon {
  float: right;
  margin-left: 15px;
}

.header-area .main-nav .nav .search-icon a {
  background-color: #fff;
  color: #6468a8;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}

@media (max-width: 767px) {
  .header-area .main-nav .nav .search-icon {
    float: none;
    text-align: center;
    width: 100%;
    background-color: #fff;
    margin-left: 0px;
  }
}
.owl-item.center img {
  transform: scale(1) !important;
  border-radius: 25px !important;
  opacity: 1 !important;
}

.header-area .main-nav .nav .search-icon a:hover {
  opacity: 1;
  color: #395bc0 !important;
}
.header-area .main-nav .nav li a {
  display: block;
  font-weight: 800;
  font-size: 16px;
  color: #7a7a7a;
  text-transform: uppercase;
  -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: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #000;
  margin-right: 15px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #000 !important;
  opacity: 0.5;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #395bc0 !important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #7a7a7a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  /* box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06); */
  overflow: hidden;
  top: 40px;
  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 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: #fff;
  color: #7a7a7a !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  -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;
  border-bottom: 1px solid #f5f5f5;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #395bc0 !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 .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.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: #1e1e1e;
  display: block;
  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: #1e1e1e;
}

.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: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.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: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.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: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #000;
}
.table {
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 20%);
}
.cell {
  display: table-cell;
}
.table .row {
  justify-content: space-evenly;
  align-items: center;
  font-family: "Raleway";
  font-weight: 500;
}
.row.header {
  background: #3c52a3;
  justify-content: space-evenly;
}
.row.row.header .cell {
  color: #ffffff;
}
.row .cell {
  text-align: center;
  width: 15%;
  font-size: 15px;
  height: 100%;
  line-height: 1.2;
  font-weight: unset !important;
  padding-top: 20px;
  padding-bottom: 20px;
  color: black;
}
.row .cell:nth-child(1) {
  width: 40%;
  padding-left: 40px;
  text-align: left;
}

@media (min-width: 768px) {
  .header-area .container {
    max-width: 100%;
  }
}
@media (max-width: 840px) {
  .container {
    max-width: 790px;
    padding: 0 !important;
  }
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .newWidth {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #5fb759 !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    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;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #5fb759 !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: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .homeImgDiv img {
    width: 81% !important;
  }
}
@media (max-width: 980px) {
  .owl-item.center img {
    border-radius: 20px !important;
  }
}
@media (max-width: 845px) {
  .owl-item.center img {
    border-radius: 80px !important;
  }
  .owl-item.cloned h4 {
    display: none !important ;
  }
  .owl-item.active h4 {
    display: block !important ;
  }
}

@media (max-width: 480px) {
  .owl-item.center img {
    border-radius: 20px !important;
  }
  .row .cell:nth-child(1) {
    width: 30%;
    text-align: initial;
    padding-left: 10px;
  }
  .row .cell {
    font-size: 10px !important;
  }
  .checkImg {
    /* max-width: 20%; */
    padding: 0 !important;
  }
}
/* 
---------------------------------------------
banner
--------------------------------------------- 
*/
/* ==== Main CSS === */
.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.img-fill img {
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0 !important;
}

.slick-slide {
  float: left /* If RTL Make This Right */;
  padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider .item .img-fill {
  height: 97vh;
  /* background:#000; */
}

.Modern-Slider .item .info > div {
  display: inline-block !important;
  vertical-align: middle;
}

.Modern-Slider .NextArrow {
  position: absolute;
  top: 50%;
  right: 30px;
  border: 0 none;
  background-color: transparent;
  text-align: center;
  font-size: 36px;
  font-family: "FontAwesome";
  color: #fff;
  z-index: 5;
  outline: none;
}

.Modern-Slider .NextArrow:before {
  content: "\f105";
}

.Modern-Slider .PrevArrow {
  position: absolute;
  top: 50%;
  left: 30px;
  border: 0 none;
  background-color: transparent;
  text-align: center;
  font-size: 36px;
  font-family: "FontAwesome";
  color: #fff;
  z-index: 5;
  outline: none;
}

.Modern-Slider .PrevArrow:before {
  content: "\f104";
}

.scroll-down {
  position: absolute;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 10;
}

.scroll-down a {
  display: inline-block;
  background-color: #395bc0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

ul.slick-dots {
  display: none !important;
}

.Modern-Slider .text-content {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Modern-Slider .item h3 {
  margin-bottom: 50px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #4504aa;
  animation: fadeOutRight 1s both;
}

.Modern-Slider .item h5,
.Modern-Slider .item h5 span {
  /* font-family: ui-monospace; */
  margin-bottom: 50px;
  font-size: 54px;
  font-weight: 900;
  line-height: 60px;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #4504aa;
  overflow: hidden;
  animation: fadeOutLeft 1s both;
}

.Modern-Slider .item a {
  margin: 0 5px;
}

.Modern-Slider .item.slick-active h3 {
  animation: fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5 {
  animation: fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active {
  animation: Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
  position: relative;
}

.Modern-Slider {
  background: #000;
}

/* ==== Slick Slider Css Ruls === */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left /* If RTL Make This Right */;
  height: 100%;
  min-height: 1px;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/*
---------------------------------------------
about
---------------------------------------------
*/

#about {
  padding: 120px 0px 0px 0px;
  position: relative;
  z-index: 9;
}

#about .container {
  border-bottom: 5px solid #f7f7f7;
  padding-bottom: 80px;
}

#about .section-heading {
  margin-bottom: 10px;
}

#about .section-heading h6 {
  color: #5fb759;
}

#about .service-item {
  margin-top: 30px;
}

#about .service-item img {
  float: left;
  margin-right: 15px;
  width: 46px;
  height: 46px;
}

#about .service-item h4 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  line-height: 46px;
}

#about a.main-button-icon {
  display: inline-block;
  margin-top: 60px;
}

#about .right-text-content {
  margin-top: 40px;
}

#about .right-text-content p {
  font-size: 16px;
  line-height: 27px;
  color: #777;
}

/*
---------------------------------------------
features
---------------------------------------------
*/

#features {
  padding-top: 80px;
  padding-bottom: 70px;
}

#features .features-item {
  margin-bottom: 50px;
}

.features-item .features-icon {
  float: left;
}

#features .features-content {
  margin-left: 75px;
}

.features-item .features-content h4 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
}

.features-item .features-content p {
  margin-bottom: 15px;
}

.homeText {
  width: 50%;
  position: relative;
}
.homeImgDiv {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homeImgDiv img {
  width: 90%;
}

.secondSection {
  display: flex;
  align-items: center;
}
.secondSectionSub1,
.secondSectionSub2 {
  width: 50%;
}
.contactForms {
  box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 30%);
  background-color: #fff;
  width: 100%;
  border-radius: 20px;
}
.ourLogo {
  max-height: 80px;
  padding: 15px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #subscribe fieldset {
    text-align: center;
    margin-bottom: 20px;
  }
  .Modern-Slider .item .img-fill {
    margin-top: 80px;
  }
  .Modern-Slider .item h5,
  .Modern-Slider .item h5 span {
    font-size: 30px;
    line-height: 40px;
    padding: 10px;
    /* font-weight: 900; */
  }
  .Modern-Slider .item h3,
  .Modern-Slider .item h5 {
    margin-bottom: 20px;
  }
  .img-fill {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .Modern-Slider .text-content {
    width: 100%;
    position: relative;
    margin-top: 15px;
  }
  .homeText {
    width: 100%;
    position: relative;
    margin-bottom: 10%;
  }
  .homeImgDiv {
    width: 100%;
  }
  .homeImgDiv img {
    width: 90%;
  }
  .leftBar {
    display: none;
  }
  .rightBar {
    width: 100% !important;
  }
  .table.container {
    max-width: 90%;
  }
  .dropdownfaq {
    flex-direction: column;
  }
  .dropdownoffaq1,
  .dropdownoffaq2 {
    width: 100% !important;
  }
  #contact-us {
    padding: 0;
  }
  .card,
  .target {
    height: auto !important;
  }
  .left-text-content {
    margin-top: 25px;
  }
  .secondSection {
    flex-direction: column;
  }
  .secondSectionSub1,
  .secondSectionSub2 {
    width: 100%;
  }
  .secondSectionSub1 {
    padding: 10px !important;
  }
  .secondSectionSub1 p {
    padding: 0px !important;
  }
  .features-item .features-icon {
    float: left;
    display: flex;
    justify-content: center;
  }
  #testimonials {
    padding: 80px 0 0 !important;
  }
  #Price .container {
    margin-top: 0 !important;
  }
  .contactForms {
    width: 100%;
  }
  #contact-us .row {
    flex-direction: column;
  }
}

/*
--------------------------------------------
testimonials
--------------------------------------------
*/
#testimonials {
  padding: 60px 0 0px;
  background-color: #fff;
}
#testimonials .section-heading {
  text-align: center;
  color: #000;
  margin-bottom: 60px;
}

#testimonials .item {
  position: relative;
  text-align: center;
}

#testimonials .item h4 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
  margin-top: 22px;
  margin-bottom: 7px;
}

#testimonials .item span {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#testimonials .item .member-thumb {
  position: relative;
}

#testimonials .item .hover-effect {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#testimonials .item .hover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#testimonials .item:hover .hover-effect {
  opacity: 1;
  visibility: visible;
}

#testimonials .item .hover-effect ul li {
  display: inline-block;
  margin: 0px 5px;
}

#testimonials .item .hover-effect ul li a {
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 50%;
  color: #5fb759;
  -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;
}

#testimonials .item .hover-effect ul li a:hover {
  color: #fff;
  background-color: #5fb759;
}

#testimonials .owl-carousel {
  padding-bottom: 60px;
}

.owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.owl-dots .owl-dot {
  outline: none;
  height: 10px;
}

.owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 5px;
  outline: none;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.owl-dots .active span {
  width: 10px;
  height: 10px;
  margin-bottom: -1px;
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us .section-heading {
  margin-bottom: 50px;
}

#contact-us .section-heading h6 {
  color: #5fb759;
  font-size: 20px;
}

#contact-us .left-text-content ul li {
  margin-bottom: 30px;
}

#contact-us .left-text-content ul li {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

#contact-us .left-text-content ul li img {
  margin-right: 15px;
}

#contact-us {
  padding: 120px 0px;
  background-image: url(../images/dotted-map-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1063%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='url(%23SvgjsLinearGradient1064)'%3e%3c/rect%3e%3cpath d='M856.1166057589462 621.2592191953452L953.4460859136093 492.0986365650931 726.9560231286941 523.9297390406821z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M733.747%2c564.297C753.888%2c564.911%2c768.987%2c548.339%2c779.281%2c531.017C789.867%2c513.202%2c797.688%2c491.736%2c787.635%2c473.615C777.363%2c455.1%2c754.841%2c447.106%2c733.747%2c448.941C715.392%2c450.537%2c702.415%2c465.387%2c693.97%2c481.762C686.333%2c496.57%2c685.544%2c513.372%2c692.777%2c528.381C701.228%2c545.916%2c714.291%2c563.704%2c733.747%2c564.297' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1221.7627878645665 257.86256276083617L1370.5085348827622 188.50128180826533 1301.1472539301915 39.75553479006953 1152.4015069119955 109.11681574264037z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M188.574%2c258.759C241.806%2c259.481%2c287.119%2c223.185%2c312.893%2c176.603C337.806%2c131.578%2c340.033%2c76.796%2c313.725%2c32.571C287.971%2c-10.724%2c238.935%2c-33.62%2c188.574%2c-32.387C140.343%2c-31.206%2c97.705%2c-3.344%2c73.605%2c38.45C49.528%2c80.203%2c47.663%2c130.578%2c69.962%2c173.308C94.125%2c219.61%2c136.351%2c258.051%2c188.574%2c258.759' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M304.9516909192229 418.6901804327205L163.11751923494825 478.8952143906446 223.3225531928723 620.7293860749193 365.156724877147 560.5243521169953z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M-69.21853451867457 232.4526933573459L96.8439989559577 289.80969214127805 70.1751583440714 138.56318122880484z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M383.61535430722006 349.42651111680215L355.9111362305547 252.8104208409211 259.29504595467364 280.51463891758647 286.999264031339 377.1307291934675z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1120.2123446533283 398.92675750679143L1224.545711220648 400.84736709604874 1181.7208799112182 320.30557347841216z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M1334.0863539523352 244.63822562457742L1349.7426858712495 97.03150695629142 1230.3023165459447 147.73093577365756z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1021.31%2c274.797C1071.293%2c273.807%2c1115.263%2c245.737%2c1141.546%2c203.21C1169.426%2c158.1%2c1180.707%2c102.902%2c1156.804%2c55.565C1130.568%2c3.607%2c1079.515%2c-34.546%2c1021.31%2c-34.904C962.563%2c-35.265%2c910.406%2c1.971%2c882.901%2c53.882C857.048%2c102.675%2c863.215%2c161.348%2c892.532%2c208.142C920.037%2c252.042%2c969.515%2c275.823%2c1021.31%2c274.797' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M763.8650143590692 555.006447994497L905.1489691999471 557.4725685995598 766.331134964132 413.722493153619z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M300.38777858740866 469.6238971945062L168.7022860233734 332.9992461262479 120.20464855971935 491.6278706145355z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1345.1344130752418 436.8241611745134L1321.21565159462 353.4095269082079 1208.0530809354727 430.9949862622932z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M520.7718606936781 209.40958791446343L441.5588620213563 170.77482702394772 402.92410113084054 249.9878256962696 482.1370998031624 288.6225865867853z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M172.518%2c326.414C187.778%2c327.244%2c205.466%2c327.199%2c213.519%2c314.21C221.828%2c300.809%2c215.563%2c283.881%2c207.164%2c270.536C199.407%2c258.212%2c187.08%2c248.997%2c172.518%2c249.066C158.065%2c249.134%2c145.457%2c258.228%2c138.436%2c270.861C131.62%2c283.125%2c131.242%2c298.174%2c138.579%2c310.134C145.612%2c321.597%2c159.09%2c325.684%2c172.518%2c326.414' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1086.0446127261187 151.70954818729902L1057.0952671123491 277.10294028965563 1182.4886592147056 306.0522859034252 1211.4380048284752 180.65889380106856z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1063'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='84.72%25' y1='-39.29%25' x2='15.28%25' y2='139.29%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1064'%3e%3cstop stop-color='%230e2a47' offset='0'%3e%3c/stop%3e%3cstop stop-color='%2300459e' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3cstyle%3e %40keyframes float1 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-10px%2c 0)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float1 %7b animation: float1 5s infinite%3b %7d %40keyframes float2 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-5px%2c -5px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float2 %7b animation: float2 4s infinite%3b %7d %40keyframes float3 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(0%2c -10px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float3 %7b animation: float3 6s infinite%3b %7d %3c/style%3e%3c/defs%3e%3c/svg%3e");
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1920' height='1080' preserveAspectRatio='none' viewBox='0 0 1920 1080'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1087%26quot%3b)' fill='none'%3e%3crect width='1920' height='1080' x='0' y='0' fill='url(%23SvgjsLinearGradient1088)'%3e%3c/rect%3e%3cpath d='M865.7757496763031 1051.67155621481L1173.4926974521322 1215.663920472965 1168.1730640087196 910.9023246101428z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1752.669273936749 339.8014330359203L1661.7386155034415 589.6313638175743 1911.5685462850952 680.5620222508819 2002.499204718403 430.732091469228z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1550.848%2c1027.949C1629.185%2c1024.495%2c1702.942%2c991.971%2c1745.156%2c925.891C1791.017%2c854.101%2c1809.122%2c762.948%2c1767.688%2c688.515C1725.304%2c612.376%2c1637.956%2c574.437%2c1550.848%2c576.829C1467.85%2c579.108%2c1397.242%2c629.188%2c1353.697%2c699.882C1307.547%2c774.805%2c1279.086%2c869.016%2c1324.412%2c944.44C1368.825%2c1018.346%2c1464.708%2c1031.747%2c1550.848%2c1027.949' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1512.1059996479908 413.82429540954274L1679.343371296342 356.23985037702926 1621.7589262638285 189.00247872867797 1454.5215546154773 246.58692376119149z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1059.352863711767 902.8949448779721L1075.9147516614964 1092.198190375853 1265.2179971593775 1075.6363024261236 1248.656109209648 886.3330569282425z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1308.467%2c786.608C1421.03%2c781.802%2c1518.82%2c708.483%2c1567.639%2c606.943C1610.837%2c517.094%2c1574.011%2c419.025%2c1527.622%2c330.781C1476.369%2c233.284%2c1418.486%2c119.264%2c1308.467%2c113.927C1192.965%2c108.324%2c1107.232%2c207.6%2c1049.105%2c307.567C990.58%2c408.218%2c952.464%2c528.457%2c1007.898%2c630.844C1065.482%2c737.202%2c1187.631%2c791.768%2c1308.467%2c786.608' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1654.284467421532 1109.0881691244904L1775.1286773573268 1210.4885011115252 1866.8070703699818 978.5220202143157z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1678.905%2c458.76C1778.834%2c456.371%2c1886.439%2c441.138%2c1939.241%2c356.264C1994.419%2c267.57%2c1976.474%2c154.774%2c1924.328%2c64.264C1872.089%2c-26.407%2c1783.492%2c-99.04%2c1678.905%2c-95.604C1578.78%2c-92.314%2c1511.983%2c-6.059%2c1459.913%2c79.524C1404.822%2c170.073%2c1343.079%2c277.46%2c1396.082%2c369.247C1449.081%2c461.027%2c1572.952%2c461.293%2c1678.905%2c458.76' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1674.036092566114 201.8152706380278L1774.113476782993 509.82178848587915 2082.1199946308443 409.744404269 1982.0426104139651 101.73788642114864z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M802.2594266762084 144.17833978160778L889.4849301040799 295.25734343445436 1040.5639337569264 208.03184000658283 953.338430329055 56.95283635373622z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1000.604%2c131.056C1027.46%2c131.373%2c1055.203%2c123.01%2c1069.071%2c100.009C1083.327%2c76.364%2c1080.224%2c46.384%2c1065.88%2c22.792C1052.098%2c0.125%2c1027.089%2c-11.094%2c1000.604%2c-12.6C970.624%2c-14.305%2c936.358%2c-11.285%2c921.061%2c14.555C905.591%2c40.687%2c917.756%2c73.345%2c934.88%2c98.425C949.662%2c120.076%2c974.39%2c130.747%2c1000.604%2c131.056' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1366.787%2c773.919C1461.391%2c774.13%2c1554.381%2c735.951%2c1603.402%2c655.038C1654.137%2c571.296%2c1655.732%2c464.634%2c1604.848%2c380.983C1555.766%2c300.295%2c1461.042%2c260.087%2c1366.787%2c266.055C1281.905%2c271.43%2c1219.821%2c335.388%2c1175.782%2c408.151C1129.589%2c484.472%2c1090.699%2c574.907%2c1131.994%2c653.985C1175.595%2c737.479%2c1272.594%2c773.709%2c1366.787%2c773.919' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M70.9759310908536 132.9692271192771L-141.52272722923382 260.65130250001096 198.65800647158744 345.4678854393645z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M306.912450227109 316.34937248865555L216.28894255485605 595.2598501326238 495.1994201988242 685.8833578048766 585.8229278710771 406.9728801609085z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1888.594%2c619.178C1957.411%2c622.079%2c2032.004%2c606.27%2c2067.453%2c547.215C2103.679%2c486.866%2c2083.023%2c412.94%2c2049.565%2c351.014C2013.904%2c285.012%2c1963.534%2c219.634%2c1888.594%2c216.174C1808.96%2c212.497%2c1734.569%2c263.198%2c1699.638%2c334.857C1668.13%2c399.494%2c1694.274%2c473.274%2c1734.075%2c533.163C1769.046%2c585.783%2c1825.469%2c616.517%2c1888.594%2c619.178' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M1639.028%2c579.712C1669.742%2c581.578%2c1699.709%2c567.381%2c1716.154%2c541.373C1733.782%2c513.493%2c1738.24%2c477.651%2c1721.547%2c449.201C1705.024%2c421.041%2c1671.66%2c408.837%2c1639.028%2c409.926C1608.351%2c410.95%2c1579.422%2c427.039%2c1565.526%2c454.407C1552.706%2c479.656%2c1562.263%2c508.467%2c1576.59%2c532.892C1590.697%2c556.942%2c1611.197%2c578.021%2c1639.028%2c579.712' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1087'%3e%3crect width='1920' height='1080' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='89.06%25' y1='-19.44%25' x2='10.94%25' y2='119.44%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1088'%3e%3cstop stop-color='%230e2a47' offset='0'%3e%3c/stop%3e%3cstop stop-color='%2300459e' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3cstyle%3e %40keyframes float1 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-10px%2c 0)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float1 %7b animation: float1 5s infinite%3b %7d %40keyframes float2 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-5px%2c -5px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float2 %7b animation: float2 4s infinite%3b %7d %40keyframes float3 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(0%2c -10px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float3 %7b animation: float3 6s infinite%3b %7d %3c/style%3e%3c/defs%3e%3c/svg%3e");
}

#contact {
  margin: 40px 0;
}
#contact-us h2,
#contact-us p {
  color: white;
}

.contact-form input,
.contact-form textarea {
  color: #7a7a7a;
  font-size: 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 46px;
  outline: none;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 10px;
}

.contact-form ::-webkit-input-placeholder {
  /* Edge */
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

footer {
  padding: 15px 0px;
  background-color: #fff;
}

footer .left-text-content p {
  color: #000;
  width: auto;
  font-size: 16px;
}

footer .left-text-content a {
  color: #000;
  font-family: "Roboto", sans-serif;
}

footer .right-text-content {
  float: right;
}

footer .right-text-content p {
  color: #000;
  font-size: 16px;
  margin-right: 15px;
  text-transform: uppercase;
}

footer .right-text-content ul li {
  display: inline-block;
}

footer .right-text-content ul li a {
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  -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;
}

footer .right-text-content ul li a:hover {
  background-color: #043d85;
  color: #fff;
}

@media (max-width: 992px) {
  footer .left-text-content p {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  footer .right-text-content {
    float: none;
    text-align: center;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-color: #fff;
  /* background-image: linear-gradient(145deg, #339b9e 0%, #68cc98 100%); */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 99999;
  color: rgb(117, 117, 117);
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: rgb(75, 108, 197);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* fayaz design----------------- */
.mobilessection {
  width: 100%;
  max-width: 100%;
  padding-top: 50px;
  background-image: url(../images/mobilesection.webp);
  background-size: 100% 100%;
}
.mobilessection h2,
.mobilessection h2 span {
  font-size: 34px;
  text-align: center;
  color: white;
  font-family: "Montserrat", sans-serif;
  text-shadow: 1px 0 black;
  font-weight: 900;
}
.mobileSecDiv {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentofmobilesection {
  width: 45%;
  padding: 25px;
  padding-top: 0;
}
.contentofmobilesection h2 {
  font-size: 34px;
  color: white;
  font-family: "Proza Libre";
  margin-bottom: 30px;
}
.contentofmobilesection li {
  font-size: 20px;
  padding: 10px 0;
  color: #ffffff;
  line-height: 30px;
  font-family: "Proza Libre";
  text-shadow: 0px 1px #00000066;
}
.contentofimg {
  width: 55%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 10px;
}
.mobileFeatureImg {
  max-width: 100%;
  padding-bottom: 20px;
  max-height: 100%;
}
span {
  font-size: 20px;
  margin-top: 20px;
  line-height: 25px;
}
@media only screen and (max-width: 480px) {
  #testimonials {
    margin-top: 0;
  }
  #webFrame .owl-item a img {
    width: 90%;
    margin: 0;
  }
  .mobilessection {
    background-size: 230% 100%;
    height: auto;
  }
  .contentofmobilesection {
    width: 100%;
  }
  .contentofimg {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .mobileSecDiv {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .anandkumar {
    max-width: 100%;
  }
}
html {
  scroll-behavior: smooth;
}
.features-item img {
  width: 100%;
}
#features .features-content {
  padding: 10px;
  margin-left: 0;
}
.autoHeight {
  height: auto !important;
}
.mgTop-30 {
  margin: 50px 0px;
}
.themeImg {
  width: 100%;
  height: 100%;
}
.owl-item img {
  width: 70% !important;
  transform: scale(0.9);
  opacity: 0.8;
}
.webList {
  height: 50px;
  text-align: center;
  background-color: #2b437cc9;
  color: white;
  border-bottom: 1px solid white;
}
.webList:hover {
  border-left: 5px solid #2b437c;
  border-right: 5px solid #2b437c;
  transform: scale(1.1);
  margin: 10px;
  outline: 2px solid #2b437c;
  transition: all 0.2s ease-in;
}
#scrollSpyUl {
  position: sticky;
  top: 100px;
}
.scrollSpyNav {
  width: 40%;
  align-items: baseline !important;
}
.scrollSpyNav ul {
  width: 100%;
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.3);
}
.scrollSpyNav ul a {
  color: white !important;
  font-size: 16px;
  font-weight: 800;
}
.scrollSpyNav ul a:active {
  color: white !important;
  font-size: 20px;
  font-weight: 800;
}
.scrollSpyNav ul a:hover {
  color: white;
  font-size: 20px;
  font-weight: 800;
}
.center-text,
.center-text span {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
.center-heading {
  text-align: center;
  margin-bottom: 10px;
}
.pricing-item {
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgb(0 0 0 / 10%);
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 30px 0px 40px 0px;
}
.pricing-item .pricing-header {
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 10px;
}
.pricing-item .pricing-header .pricing-title {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
  color: #1e1e1e;
  width: 180px;
  height: 40px;
  line-height: 40px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.pricing-item .pricing-body {
  margin-bottom: 40px;
}
.pricing-item .pricing-body .price-wrapper {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 13px;
  background: #3c52a3;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 5px;
  border-radius: 20px;
  height: 90px;
}
.pricing-item .pricing-body .price-wrapper .currency {
  height: 47px;
  font-weight: 500;
  font-size: 26px;
  color: #fff;
  position: relative;
  top: -1px;
}
.pricing-item .pricing-body .price-wrapper .price {
  font-weight: 500;
  font-size: 26px;
  color: #fff;
}
.pricing-item .pricing-body .price-wrapper .period {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  display: block;
  letter-spacing: 0.88px;
}
.pricing-item .pricing-footer {
  text-align: center;
  margin-top: 50px;
}
a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #3c52a3;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -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;
}

.faqsection {
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: space-between;
}
.faqimagesection {
  width: 100%;
  text-align: center;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  font-size: 55px;
  color: #395bc0;
  text-transform: capitalize;
}
.dropdownfaq {
  width: 100%;
  display: flex;
  margin: 50px 0px;
  justify-content: space-evenly;
}
.dropdownoffaq1 {
  width: 48%;
}
.dropdownoffaq2 {
  width: 48%;
}
.faqimage {
  max-width: 100%;
}
.clientImgDiv {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 10px;
  border-radius: 50%;
}
.clientImgDiv img {
  max-width: 100%;
}
.mg-Bt-30 {
  margin-bottom: 30px !important;
}
.pricing-body .list .active {
  text-align: center;
}
.sliderFrame {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.owl-stage-outer {
  padding-top: 10px;
}

.member-thumb {
  display: flex;
  justify-content: center;
}
.checkImg {
  width: 30%;
}

.img-fill {
  background-image: url("../images/banner1Bg.jpg");
  background-size: 100% 100%;
  display: flex;
}
#testimonials .item {
  overflow: hidden;
}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 100%;
  border-left: none;
}
.leftBar {
  position: relative;
  width: 35%;
}
.rightBar {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.doSome {
  position: relative;
  transform: translate3d(0px, 0px, 0px);

  width: 290px;
}
.fixed {
  position: fixed;
  top: 110px;
}
.bottomHits {
  bottom: 100px;
}
#scrollerUp {
  display: flex;
}

.Links {
  background-color: #fff;
  color: #3c52a3;
  text-align: center;
  padding: 10px;
  height: 70px;
  text-align: center;
  width: 65%;
  border-radius: 5px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  -moz-box-shadow: 3px 3px 5px 6px rgba(204, 204, 204, 0.25);
  -webkit-box-shadow: 3px 3px 5px 6px rgba(204, 204, 204, 0.25);
  box-shadow: 3px 3px 5px 6px rgba(204, 204, 204, 0.25);
}
.Links:hover {
  color: #3c52a3;
  transform: scaleZ(1.5);
}
#hello img {
  width: 7%;
}
.Links.active {
  transform: scaleX(1.1);
  margin: 5px 0;
  border-left: 10px solid #020944;
  background-color: #071488;
  color: white;
}
.target {
  height: 75vh;
}
.card {
  height: 70vh;
  margin-top: 80px;
  border-radius: 5px;
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(57 46 50 / 40%);
}
section {
  padding-top: 80px;
}
.features-item img {
  width: 80%;
  transform: skew(0deg, -7deg);
  margin-bottom: 20px;
  box-shadow: -15px -6px 10px 8px rgb(0 0 0 / 15%);
}
.features-item img:hover {
  transform: skew(0deg, 0deg);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  box-shadow: none;
  background-color: #fff;
  border: #3c52a3;
  color: #3c52a3;
}
.btn-outline-primary {
  color: #ffffff;
  border-color: #3c52a3;
}
.radioSlot label {
  height: 30px;
  padding: 5px 20px;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
.pricing-item .pricing-header .pricing-title {
  width: auto !important;
}
#about h6 {
  text-align: center;
  font-size: 45px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #395bc0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 900;
}
p,
span,
li {
  font-weight: 500;
  font-family: "Raleway", sans-serif !important ;
}
body {
  font-family: "Roboto", sans-serif;
  font-family: "Work Sans", sans-serif !important ;
  font-weight: 300;
}
#about p {
  font-size: 20px;
  line-height: 35px;
  color: rgb(0, 0, 0);
  font-family: "Raleway", sans-serif;
}
#hello {
  display: flex;
  flex-direction: column;
  width: 500px;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  #hello {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.owl-dot span {
  background-color: #3c52a3 !important;
}
.table .row:hover {
  background-color: rgba(218, 213, 213, 0.479);
}
.table .row.header:hover {
  background-color: #3c52a3;
}
.card-text {
  font-family: "Raleway" !important;
  font-size: 15px;
  color: #000;
}
.pricing-body span,
li {
  font-family: "Open Sans", sans-serif !important;
}
.accordion-button {
  font-family: "Raleway" !important;
  font-weight: 500;
}
.some {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 !important;
  padding: 10px 20px;
}
.some label {
  height: 20px;
  padding: 0 10px;
  font-size: 13px;
  border-radius: 20px !important;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-radius: 0;
}
.navsector label {
  background-color: rgb(255, 255, 255);
  color: black;
  border-radius: 0%;
}
.navsector .btn-check:active + .btn-outline-primary,
.navsector .btn-check:checked + .btn-outline-primary,
.navsector .btn-outline-primary.active,
.navsector .btn-outline-primary.dropdown-toggle.show,
.navsector .btn-outline-primary:active {
  background-color: #3c52a3;
  color: white;
}
.imageofwhomsection {
  width: 100%;
}

/* To Whom section Cards */

.themecardsection {
  width: 97%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  height: fit-content;
}
@media only screen and (max-width: 480px) {
  .themecardsection {
    width: 100%;
    height: fit-content;
  }
}
.chooseussection {
  margin: 0;
}

mark {
  background-color: rgba(255, 255, 255, 0);
  color: rgb(2, 69, 253);
  text-transform: none !important;
  text-transform: none;
}
mark span {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
}
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
}
button,
input,
optgroup,
select,
textarea {
  height: 60px;
}
.accordion-item span {
  font-size: inherit;
  margin-top: 0;
}
.themetittle {
  color: rgb(21, 32, 134);
  font-size: 18px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 5px;
}
.themetittle:hover {
  background-color: #043d85;
  color: #f7f7f7;
}
.header-area .main-nav .nav li.submenu::after {
  color: #000;
}
.row.header {
  text-align: center;
  position: sticky;
  top: 80px;
  margin-bottom: 0 !important;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: auto;
}
#contact-us .section-heading p {
  font-size: 16.5px !important;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 480px) {
  .table .row {
    margin: 0;
  }
  .row .cell {
    padding: 20px 0px;
  }
}
.rightBar h2 {
  font-size: 20px;
  text-decoration: underline;
  display: none;
}
.rightBar.card.img {
  height: 400px;
}
.rightBar p {
  font-size: 16px;
}
#webFrame .owl-item img {
  width: 90% !important;
  transform: scale(0.9);
  opacity: 0.8;
}
.webFrame {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
#webFrame .item {
  position: relative;
  text-align: center;
}
#webFrame .item h4 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
  margin-top: 22px;
  margin-bottom: 7px;
}
#webFrame .center .item h4 {
  margin-top: 62px;
  margin-bottom: 27px;
}
#webFrame .owl-dots .owl-dot span {
  background-color: #339b9e;
}
#webFrame .owl-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#webFrame .owl-item img {
  border-radius: 1px !important;
}
@media (max-width: 480px) {
  #webFrame.owl-item.center img {
    border-radius: 20px !important;
  }
}
.whyusimagecontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.whyusimagecontainer img {
  margin-top: 40px;
  width: 60%;
}
.contant-form-heading h2 {
  font-size: 35px;
  padding-top: 10px;
}
body {
  overflow-x: hidden;
}
@media (max-width: 480px) {
  .contant-form-heading {
    width: 100% !important;
  }
}
@media screen and (max-width: 1024px) {
  .leftBar {
    display: none !important;
  }
  .rightBar {
    width: 100%;
  }
  .card {
    height: auto !important;
  }
  .target,
  .target .card,
  .target .card {
    height: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  #contact-us {
    background-size: 100% 100%;
    padding: 0%;
  }
}
.card {
  height: auto !important;
}
.noBreak {
  white-space: nowrap;
  word-break: unset;
}
@media only screen and (max-width: 1024px) {
  .scroll-down {
    display: none;
  }
}
.webContainer h2 {
  margin-bottom: 30px;
}
.copyrigthbar {
  width: 100%;
  background-color: rgb(0, 0, 0) !important;
}
.textofcopyright p {
  text-align: center;
  color: rgb(255, 255, 255) !important;
  font-size: 15px !important;
  padding: 10px;
}
.left-text-content p a {
  color: rgb(0, 0, 0);
}
.whyusimage2 {
  width: 65%;
  margin-top: 20px;
  margin-left: 30px;
}
@media only screen and (max-width: 480px) {
  .someNew p,
  .addresssection {
    padding-left: 10px;
    padding-right: 10px;
  }
  .whyusimagecontainer img {
    width: 100%;
    margin-top: 0;
  }
  .whyusimage2 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }
}
.modal-footer .btn-primary {
  padding: 15px 30px;
  height: auto;
}
.hidden {
  overflow: hidden;
}
.addresssection h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  text-decoration: underline;
}
.address-heading {
  font-size: 30px;
  color: white;
  font-family: "Montserrat", sans-serif !important;
}
.address-tag-section {
  font-size: 15px;
  color: rgb(255, 255, 255) !important;
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 20px;
}
.contact-us-phone {
  font-size: 15px;
  color: rgb(255, 255, 255) !important;
  font-family: "Roboto", sans-serif;
}
.website-enquriy {
  font-size: 20px;
  color: rgb(255, 255, 255) !important;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.payBtn {
  color: white !important;
  padding: 12px 20px !important;
  cursor: pointer;
  background-color: #000;
}
.inrBtn {
  color: white !important;
  padding: 12px 20px !important;
  cursor: pointer;
  background-color: #000;
}
.modal-body {
  width: 100%;
}
.form-list {
  width: 50%;
  padding: 0px 5px;
}
form {
  display: flex;
  flex-wrap: wrap;
}
.form-title {
  width: 100%;
}
.form-title1 {
  width: 100%;
}
.last-button {
  display: flex;
  gap: 30px;
  justify-content: space-around;
}
.form-cancel {
  width: 50%;
  height: fit-content;
}
.form-save {
  width: 50%;
  height: fit-content;
}
#paypal-button-container {
  width: 50%;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.free-trail-form {
  display: block;
}
.form-title1 {
  margin: 20px 0px;
}
.last-button {
  margin: 10px;
  padding-top: 20px;
}
.code-form {
  width: 30%;
}
.phone-form {
  width: 70%;
}
@media only screen and (max-width: 480px) {
  .payModal {
    height: fit-content;
    padding: 2px 2px;
  }
  .form-title1 {
    margin: 10px 0px;
  }
  .last-button {
    margin: 10px;
  }
  #paypal-button-container {
    width: auto;
  }
  .paypal-form-container {
    display: block;
  }
  .code-form {
    width: 100% !important;
  }
  .phone-form {
    width: 100% !important;
  }
  .kumar {
    width: 80% !important;
  }
  .kumar1 {
    width: 100% !important;
  }
}
.paypal-form-container {
  display: block;
}
.paypal-form {
  font-size: 15px;
  margin: 5px;
  font-weight: 500;
  width: 30%;
  font-family: "Montserrat", sans-serif !important;
}
.paypal-form-container span {
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px;
  width: 70%;
}
.paypal-form-container h6 {
  margin-bottom: 3px;
  margin-left: 4px;
}
.paypal-back {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
.form-pay {
  display: block;
}
.paypal-back .form-control {
  width: 50%;
  height: 35px;
  text-align: center;
}
#exampleModalToggleLabel2 {
  text-align: center !important;
}
#paypal-intergate {
  overflow-y: scroll;
}
.price-amount {
  margin-left: 20px;
  font-size: 18px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700;
}
#data12 {
  font-size: 18px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700;
}
.paypal-price {
  width: 100%;
}
.arun {
  width: 100%;
  display: flex;
}
.price-amount-1 {
  font-size: 18px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  #about h6 {
    font-size: 40px;
  }
  .section-heading h2 {
    font-size: 28px;
    padding: 0px;
  }
  .secondSectionSub1 p {
    padding-left: 10px !important;
  }
  .contentofmobilesection li {
    font-size: 19px;
    padding: 0px;
  }
  .mobilessection h2,
  .mobilessection h2 span {
    font-size: 30px;
  }
  .contant-form-heading h2 {
    padding-left: 10px;
  }
  .ourLogo {
    max-height: 60px;
    padding: 5px;
  }
  .target {
    padding: 0px;
  }
  .mobilecardcontainer {
    margin-bottom: 20px;
  }
}
.target {
  padding-top: 30px;
  padding-bottom: 30px;
}
#razorpay-modal span {
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px;
  width: 70%;
}
#inrBillAmt {
  font-size: 18px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.color-white {
  color: #fff;
}

.box-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 35px 15px;
  width: 100%;
}

@media screen and (min-width: 1380px) {
  .box-container {
    flex-direction: row;
  }
}

.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 270px;
  margin-bottom: 35px;
  max-width: 100%;
  cursor: pointer;
}

.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  min-height: 350px;
  -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(57 46 50 / 40%);
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  /* padding: 60px; */
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
}

.flip-box-header {
  font-size: 34px;
}
.flip-box p {
  font-size: 20px;
  line-height: 1.5em;
  color: white;
}
.flip-box-back h3 {
  text-decoration: underline;
}
.redfilled{
  color: red;
}
#razorpay-modal {
  overflow-y: scroll;
}