@import url(https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900);

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
}

html {
  scroll-behavior: smooth !important
}

.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
}

  :root {
    --primry: #407bc3;
    --secondry: #ff924d;
    --white:#f8f9fa;
    --text-color:#343a40; 
    --white-bg:#f2f0ef; 
  }


html,
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #FCF5EE !important;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

a {
  text-decoration: none !important;
  color: var(--secondry);
}

a:hover {
  color: #FC3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--text-color);
}

ul {
  margin-bottom: 0;
}

p {
  font-size: 15px;
  line-height: 25px;
  color: #1e1e1e;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
}

img {
  width: 100%;
  overflow: hidden
}

html,
body {
  background: #1f272b;
  font-family: 'Poppins', sans-serif
}

::selection {
  background: #f5a425;
  color: #fff
}

::-moz-selection {
  background: #f5a425;
  color: #fff
}

@media (max-width:991px) {

  html,
  body {
    overflow-x: hidden
  }

  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0
  }

  .mobile-bottom-fix {
    margin-bottom: 30px
  }

  .mobile-bottom-fix-big {
    margin-bottom: 60px
  }
}

.main-button-red a {
  font-size: 13px;
  color: var(--white);
  background-color: var(--secondry);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s
}

.main-button-red a:hover {
  opacity: 0.9;
  background-color: var(--primry);
}

.main-button-yellow a {
  font-size: 13px;
  color: #fff;
  background-color: #f5a425;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s
}

.main-button-yellow a:hover {
  opacity: 0.9;
}

.section-heading h2,
.section-heading h1 {
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color:var(--text-color);
}

.sub-header {
  background-color: #00306b;
  /* background-color: var(--primry); */
  position: relative;
  z-index: 1111
}

.sub-header .left-content p {
  color: #fff;
  padding: 8px 0;
  font-size: 13px
}

.sub-header .right-icons {
  text-align: right;
  padding: 8px 0
}

.sub-header .right-icons ul li {
  display: inline-block;
  margin-left: 15px
}

.sub-header .right-icons ul li a {
  color: #fff;
  font-size: 14px;
  transition: all .3s
}

.sub-header .right-icons ul li a:hover {
  color: #f5a425
}

.sub-header .left-content p em {
  font-style: normal;
  color: #f5a425
}
.header-area.header-sticky {
  min-height: 80px !important;
  /* z-index: 2117; */
}
.background-header {
  background-color: var(--white) !important;
  height: 80px !important;
  position: sticky !important;
  /* position: fixed !important; */
  top: 0 !important;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgb(250 250 250 / .15);
  box-shadow: 0 0 10px rgb(0 0 0 / .15) !important
}

.background-header .main-nav .nav li a {
  color: var(--text-color) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: var(--text-color) !important;

}

.background-header .main-nav .nav li:hover a {
  color: #fb5849 !important
}

.background-header .nav li a.active {
  color: #fb5849 !important
}

.header-area {
  background-color: rgb(255, 255, 255);
  /* position: absolute; */
  position: sticky;
  top: 0px;
  /* top: 40px; */
  left: 0;
  right: 0;
  z-index: 999;
  -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 .main-nav {
  min-height: 80px;
  background: #fff0
}

.header-area .main-nav .logo {
  line-height: 60px;
  /* line-height: 100px; */
  color: #fff;
  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
}

.background-header .main-nav .logo {
  line-height: 75px
}

/* .background-header .nav {
  margin-top: 20px !important
} */

.header-area .main-nav .nav {
  float: right;
  margin-top: 0px;
  margin-right: 0;
  background-color: #fff0;
  -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: 15px;
  padding-right: 15px
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  -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: #fff0;
  letter-spacing: 1px
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #f5a425 !important
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #f5a425 !important;
  opacity: 1
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 16px;
  color: #1a1818;
  position: absolute;
  right: 2px;
  top: 7px;
}

.background-header .main-nav .nav li.has-sub:after {
  color: #1e1e1e
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgb(0 0 0 / .06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a !important;
  padding-left: 10px;
  padding-right: 10px;
  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.has-sub ul li a:hover {
  background: #fff;
  color: #f5a425 !important;
  padding-left: 25px
} */

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  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: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none
}

.background-header .main-nav .menu-trigger {
  top: 23px
}

.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: #fff0;
  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 !important;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #f5a425;
}

@media (max-width:1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px
  }

  .header-area .main-nav:before {
    display: none
  }
}

 @media (max-width:767px) {
  .header-area .main-nav .logo {
    width: 230px;
    color: #1e1e1e;
    margin: 0
  } 




   
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #f5a425 !important;
    opacity: 1
  }

  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }

  .header-area .container {
    padding: 0;
  }

  .header-area .logo {
    margin-left: 30px;
  }

  .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: 0;
  }

  .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: #f5a425 !important
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0;
    width: 100%;
    box-shadow: none;
    height: 0;
    transition: all 0s
  }

  .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: 0
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto
  }

  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px
  }

  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0
  }
}

.main-banner {
  position: relative;
  overflow: hidden
}

#bg-video::-webkit-media-controls {
  display: none !important
}

.video-overlay {
  position: absolute;
  /* background-color: #1f272b7d; */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%
}

section.welcome {
  /* padding-top: 200px ; */
  background-color: #FCF5EE;
}

.main-banner .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.main-banner .caption h6 {
  margin-top: 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px
}

.main-banner .caption h2,
.main-banner .caption h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px
}

.main-banner .caption h1 {
  margin-bottom: -20px;
  margin-top: 5px;
  color: var(--secondry)
}

.main-banner .caption h2 em,
.main-banner .caption h1 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900
}

.main-banner .caption p {
  color: #fff;
  font-size: 14px;
  max-width: 570px
}

.main-banner .caption .main-button-red {
  margin-top: 30px
}

/* .services {
  margin-top: -150px;
  position: absolute;
  width: 100%
} */

.home-services{
  margin-top: -150px;
  /* position: absolute; */
  /* width: 100% */
}

.services .item {
  border-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 40px;
  background-color: var(--primry);
  box-shadow: 0px 0px 4px 0px #343a4047;
  margin: 5px 10px 30px 10px;
transition: all 0.5s;
}

.services .item .icon {
  max-width: 60px;
  margin: 0 auto;
}

.services .item h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
}
.services .item:hover{
  background-color: var(--secondry);
}

.services .item p {
  color: var(--white);
  font-size: 13px;
  min-height: 77px
}
.services .item .fa,.services .item .bi {
font-size: 40px;
}

.services .owl-nav {
  display: inline-block !important;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-25px)
}

.services .owl-nav .owl-prev {
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px
}

.services .owl-nav .owl-prev span,
.services .owl-nav .owl-next span {
  opacity: 0
}

.services .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  box-shadow: 0px 0px 4px 0px #343a4047;
}

.services .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s
}

.services .owl-nav .owl-prev:hover {
  opacity: .9
}

.services .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s
}

.services .owl-nav .owl-next:hover {
  opacity: .9
}

.services .owl-nav .owl-next {
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px
}

.services .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  box-shadow: 0px 0px 4px 0px #343a4047;

}

section.apply-now {
  padding: 50px 0 60px 0;
  background-color:#fcf5ee;
}

section.apply-now .item {
  background-color: rgb(250 250 250 / .15);
  padding: 40px;
  margin-bottom: 30px
}

section.apply-now .item h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px
}

section.apply-now .item p {
  color: #fff;
  margin-bottom: 20px
}

.accordions {
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
  margin-left: 45px
}

.accordions .accordion {
  border-bottom: 1px solid #eee
}

.accordions .last-accordion {
  border-bottom: none
}

.accordion-head {
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #1f272b;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  border-bottom: 1px solid #fff
}

.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out
}

.accordion-head.is-open {
  color: #ff924d;
  border-bottom: none
}

.accordion-head.is-open .icon {
  transform: rotate(45deg)
}

.accordion-body {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff
}

.accordion-body>.content {
  padding: 20px;
  padding-top: 0
}

section.our-courses {
  background-color:#FCF5EE;
  padding-top: 50px;
  padding-bottom: 50px
}
.partner-logo{
  background-color: rgb(255 255 255);
}

.our-courses .item .down-content {
  background-color: #fff
}

.our-courses .item .down-content h4 {
  padding: 15px 10px 15px 10px;
  font-size: 18px;
  color: #1f272b;
  text-align: start;
  border-bottom: 1px solid #eee;
}

.our-courses .item .down-content .info {
  padding: 25px
}

.our-courses .item .down-content .info ul li {
  display: inline-block;
  margin-right: 1px
}

.our-courses .item .down-content .info ul li i {
  color: #f5a425;
  font-size: 14px
}

.our-courses .item .down-content .info span {
  color: #ff924d;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  width: 100%
}

.our-courses .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-45px)
}

.our-courses .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 40px
}

.our-courses .owl-dots .owl-dot {
  transition: all .5s;
  width: 7px;
  height: 7px;
  background-color: var(--text-color);
  margin: 0 5px;
  border-radius: 50%;
  outline: none
}

.our-courses .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px
}

.our-courses .owl-nav .owl-prev {
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px
}

.our-courses .owl-nav .owl-prev span,
.our-courses .owl-nav .owl-next span {
  opacity: 0
}

.our-courses .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px
}

.our-courses .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s
}

.our-courses .owl-nav .owl-prev:hover {
  opacity: .9
}

.our-courses .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s
}

.our-courses .owl-nav .owl-next:hover {
  opacity: .9
}

.our-courses .owl-nav .owl-next {
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px
}

.our-courses .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px
}

section.our-facts {
  
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 70px 0
}

section.our-facts h2,
section.our-facts h1 {
  font-size: 38px;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 50px
}

.count-area-content {
  text-align: center;
  background-color: rgb(250 250 250 / .15);
  border-radius: 20px;
  padding: 25px 30px 35px 30px;
  margin: 15px 0;
  transition: all 0.5s;
  cursor: pointer;
}
.count-area-content:hover{
  background-color: var(--secondry);
}

.percentage .count-digit:after {
  content: '%';
  margin-left: 3px
}
.wed-img {
  max-width: 264px;
  margin-top: 20px;
}
.web-govind {
  justify-content: space-between;
}
.count-digit {
  margin: 5px 0;
  color: #ff924d;
  font-weight: 700;
  font-size: 36px
}
.count-area-content:hover .count-digit,.count-area-content:hover .count-digit span{
  color:var(--white);
}

.count-title {
  font-size: 18px;
  font-weight: 500;
  color: black;
  letter-spacing: .5px
}

.new-students {
  margin-top: 45px
}

/* section.our-facts .video {
  text-align: center;
  margin-left: 70px;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  width: 100%
} */

section.our-facts .video img {
  padding: 0px 0;
  max-width: 100%
}
/* section.our-facts .video img {
  padding: 170px 0;
  max-width: 56px
} */


section.contact-us #contact {
   /* padding-right: 80px; */
   padding:25px  50px;
}

section.contact-us #contact h2 {
  text-transform: uppercase;
  color: var(--text-color);
  border-bottom: 1px solid #4b4a4a;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700
}
.map-con{
  margin-top: 30px;
  /* margin-top: 10px; */
 
}

section.contact-us #contact input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #e1e2e5;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0 15px;
  margin-bottom: 30px
}
.contact-p p{
  font-size: 18px;
  padding-bottom: 10px ;
  margin-top: -20px;
}

section.contact-us #contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 20px;
  background-color: #e1e2e5;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px
}

section.contact-us #contact button {
  font-size: 13px;
  color: var(--white);
  background-color: var(--secondry);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none
}
.map-con img{
  width: 100%;
  object-fit: cover;
  height: 100vh;
}

section.contact-us #contact button:hover {
  opacity: .9
}

section.contact-us .right-info {
  background-color: var(--primry);
  border-radius: 20px;
  padding: 40px
}

section.contact-us .right-info ul li {
  display: inline-block;
  border-bottom: 1px solid rgb(250 250 250 / .15);
  margin-bottom: 30px;
  padding-bottom: 30px
}

section.contact-us .right-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none
}

section.contact-us .right-info ul li h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px
}

section.contact-us .right-info ul li span {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 700
}

.footer {
  text-align: center;
  margin-top: 0px;
  border-top: 1px solid rgb(250 250 250 / .15);
  /* padding-top: 40px; */
  
}

.footer-main{
  padding: 30px 0px;
}

.footer p {
  text-transform:capitalize;
  font-size: 14px;
  color: #fff
}

.footer p a {
  color: #f5a425
}



section.heading-page {
  background-image: url(../images/banner/portfolio-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 70px;
  text-align: center
}

section.heading-page-sm {
  background-image: url(../images/banner/mobile-portfolio-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 70px;
  text-align: center
}

section.web-dev {
  background-image: url(../images/banner/web-dev.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 70px;
  text-align: center
}

.contact-img {
  background-image: url(../images/contact/banner.jpg) !important;
  /* position: relative !important; */
  padding-top: 100px!important;
  padding-bottom: 70px!important;
}
.sm-contact-img {
  background-image: url(../images/banner/mobile-contact-banner.jpg) !important;
  /* position: relative !important; */
  padding-top: 100px!important;
  padding-bottom: 70px!important;
}

.contact-img::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  /* background-color: #1e1e1e9b */
}

.contact-text h2 {
  position: relative;
  z-index: 1
}

section.heading-page h6 {
  margin-top: 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px
}

section.heading-page h2 {
  /* margin-top: 20px;
  margin-bottom: 20px; */
  text-align: start;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px
}

section.meetings-page {
  background-image: url(../images/background/portfolio-bg.png);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

section.meetings-page .filters {
  text-align: center;
  margin-bottom: 60px
}

section.meetings-page .filters li {
  font-size: 13px;
  color: #ff924d;
  background-color: #fff;
  padding: 11px 20px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .3s;
  cursor: pointer;
  margin: 0 3px
}

section.meetings-page .filters ul li.active,
section.meetings-page .filters ul li:hover {
  background-color: #ff924d;
  color: #fff
}

section.meetings-page .pagination {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: inline-block
}

section.meetings-page .pagination ul li {
  display: inline-block
}

section.meetings-page .pagination ul li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  color: #1f272b;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  transition: all .3s
}
.logo-solution{
  background-color:#FCF5EE;
}
section.meetings-page .main-button-red {
  text-align: center
}

section.meetings-page .main-button-red a {
  padding: 12px 60px;
  text-align: center;
  margin-top: 30px
}
.contact-us{
  background-color: #FCF5EE;
}

section.meetings-page .pagination ul li.active a,
section.meetings-page .pagination ul li a:hover {
  background-color: #ff924d;
  color: #fff
}

.templatemo-item-col {
  width: 31%
}

.logo img {
  max-width: 300px
}

.welcome {
  padding: 10px 0 25px 0;
  /* padding: 200px 0 25px 0; */
  background-color: #FFF1EB;
}

.welcome-text h3 {
  color:var(--text-color);
}

.welcome-text p {
  color:var(--text-color);

}

.our-vission {
  margin-top: -150px !important
}


.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative
}

.timeline:before {
  top: 80px;
  bottom: 100px;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eee;
  right: 20px;
  margin-left: -1.5px
}

.timeline-main {
  position: relative;
  z-index: 1
}

.t-two:before {
  left: 20px !important
}

.timeline>li {
  margin-bottom: 30px;
  position: relative
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table
}

.timeline>li:after {
  clear: both
}

.timeline>li>.timeline-panel {
  width: 90%;
  float: left;
  border: 1px solid #ff924d;
  border-radius: 5px;
  padding: 20px 0 20px 20px;
  position: relative;
  box-shadow: #fff 0 0 4px 1px;
  transition: all ease 0.3s;
  cursor: pointer;
  clip-path: polygon(0% 0%, 96% 1%, 96% 35%, 100% 52%, 96% 76%, 96% 100%, 0 100%);
  background: var(--primry);
  border-radius: 20px;
}

.timeline>li>.timeline-panel:hover {
  box-shadow: #ff924d 0 0 4px 1px
}

.t-two>li>.timeline-panel {
  float: right !important;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 5% 74%, 0 53%, 5% 40%);
  background: var(--primry);
  padding-left: 45px !important
}

.timeline>li>.timeline-badge {
  color: var(--text-color);
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 33%;
  right: -3px;
  margin-left: -25px;
  /* background-color: ; */
  box-shadow: 0 0 5px #000000;
  z-index: 100;
  border-radius: 50%
}

.t-two>li>.timeline-badge {
  left: 20px
}

.work-time {
  background-color: #fff;
  position: relative
}

/* .work-time::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/slider-1-3.jpg);
  position: absolute;
  object-fit: contain;
  top: 0;
  background-attachment: fixed;
  left: 0;
  opacity: .1
} */

.timeline>li.timeline-inverted>.timeline-panel {
  float: left
}

.t-two>li.timeline-inverted>.timeline-panel {
  float: right
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto
}

.timeline-heading h4 {
  font-size: 20px;
  font-weight: 400;
  padding: 5px 0 10px 0;
  color: #faebd7;
}

.timeline-heading ul {
  margin-left: 20px
}

.timeline-heading ul>li {
  color: #fff;
  list-style: disc
}

.down-content h4 {
  color: #1e1e1e
}


        .banner-desktop,
        .banner-mobile {
            width: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
        }



           /* Desktop banner */
        .banner-desktop {
            display: block;
            height: 750px;
            background-image: url(./assets/images/banner/webfilamentsbg.jpg);
        }
        
        
        /* Mobile banner */
        .banner-mobile {
            display: none;
            height: 450px;
            background-image: url(./assets/images/banner/web-mobile.png);
        }

/* Content overlay */
        .video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
        }
        


.banner-section-img {
     position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-position: center;
  height: 750px;
  background-image: url(../images/banner/webfilamentsbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s
}


.banner-section-img {
  position: relative;
  padding: 15% 0 10%;
  height: 750px ;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.5s;
  color: #fff;
  text-shadow: 1px 1px 4px rgb(0 0 0 / .5);
  margin-top: 0px;
  /* margin-top: 100px; */
}

.Shopify-Expert {
  border-radius: 30px;
  box-shadow:0px 0px 4px 0px #343a4047;
  background-color:#F7FAFF;
}

.tech-img img {
  background-color: #fff;
  object-fit: contain;
  box-shadow: #d1d1d1 0 0 5px 1px;
  padding: 10px;
  border-radius: 3px;
  height: 130px;
  transition: all 0.6s ease
}

.tech-img img:hover {
  box-shadow: #ff924d91 0 0 5px 1px;
  transform: scale(1.1)
}
section.Expert-main {
  background: rgb(231 232 237);
  padding:45px 0 30px 0 ;
}
.tech-main {
  row-gap: 20px
}

#teck-section {
  background-color: #fff;
  padding: 10px 0 70px 0 ;
}

.tech-main h3 {
  color: #1e1e1e;
}

.footer-logo img {
  max-width: 280px;
  margin-bottom: 15px;
}

.footer {
  background-color: #1f272b
}
.footer-main h4{
  color: var(--white);
}

.footer ul {
  padding-top: 10px
}

.footer ul li a {
  color: #eee;
  transition: all 0.3s
}

.footer ul li a:hover {
  color: #ff924d
}

.footer ul li {
  padding: 3px 0;
  display: flex
}

.footrt-four img {
  margin-right: 20px;
  width: 100%;
  overflow: hidden;
  max-width: 80px;
  object-fit: contain
}

.footer ul li a .bi {
  margin-right: 10px
}

.testimonials h6 {
  color: #ff924d;
  font-weight: 300;
  padding-bottom: 10px
}

.wed-img img {
  width: 100px;
  object-fit: contain;
  text-align: center;
  margin-bottom: 10px
}

.web-solution {
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 7px -1px #8D8C8B;
  padding: 10px;
  transition: all 0.4s
}

.web-solution:hover {
  box-shadow: 0 4px 7px -1px #ff924d
}

.web-test p {
  color:var(--text-color);
  max-width: 600px;
  display: inline-block
}

span {
  color: #ff924d
}

.owl-carousel .item img {
  max-height: auto;
  /* filter: invert(1) */
}

.typed-cursor {
  opacity: 0 !important
}

.portfolio-img {
  width: 100%;
  height: 400px;
  overflow: hidden
}

.portfolio-img img {
  width: 100%;
  object-fit: cover;
  transition: ease-in-out 2s;
  position: relative;
  top: 0
}

.filters>ul>li {
  width: 160px !important;
  margin-top: 10px !important
}

.portfolio-img:hover img {
  top: -220%
}

.meeting-item p,
.meeting-item h4 {
  color: #eee;
  margin: 20px 0
}

.portfolio-button a {
  font-size: 12px;
  color: #fff;
  background-color: #fff0;
  padding: 9px 21px;
  border: 1px solid #ff924d;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .2s;
  margin-top: 4px
}

.portfolio-button a:hover {
  background-color: #ff924d
}

.meeting-item {
  margin: 20px 0
}
/* .services */
.card {
  position: relative;
  display: flex;
  flex-direction:row;
  align-items: center;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  flex-wrap: wrap;

}
.online-sbtt{
  flex: 0 0 auto;
  width: 100%;
  background: antiquewhite;
  border-radius: 10px;
  align-items: center;
} 
 .online-sbtt> .col-md-6> img{
padding: 40px ;}
.online-test {
  padding: revert-layer;
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
  /* max-width: 80%; */
  display: flex;
  flex-direction: column;
  /* align-items: end; */
  /* justify-content: end; */
  /* text-align: right; */
  margin: 0 auto;
  border-radius: 10px;
  padding: 0px 30px;
  flex-wrap: wrap;

} 
.online-test h3{
  color: #191a20;
  padding-bottom: 10px ;
}

.online-too {
  background-color:#eceaff !important;
}
.app-one{
  background-color: transparent !important;
}
.app-one h3,.app-one p{
  color: #fff;
}
/* .app-main{
  width: 100%;
  height: 280px;
  background-size: cover;
  background-image: url(../images/banner/portfolio-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
 
} */
.website-design{
  /* content: ""; */
  width: 100%;
  height: 0px;
  /* height: 400px; */
  background-size: cover;
  background-image: url(../images/banner/website-design.jpg) !important;
  background-repeat: no-repeat;
  /* background-position: center center; */
  padding-top: 100px!important;
  padding-bottom: 160px!important;
}
.sm-about-us{
  /* content: ""; */
  width: 100%;
  height: 0px;
  /* height: 400px; */
  background-size: cover;
  background-image: url(../images/banner/mobile-about-banner.jpg) !important;
  background-repeat: no-repeat;
  /* background-position: center center; */
  padding-top: 100px!important;
  padding-bottom: 160px!important;
}

.about-us{
  /* content: ""; */
  width: 100%;
  height: 0px;
  /* height: 400px; */
  background-size: cover;
  background-image: url(../images/about/about-banner.jpg) !important;
  background-repeat: no-repeat;
  /* background-position: center center; */
  padding-top: 100px!important;
  padding-bottom: 160px!important;
}
.app-main{
  /* content: ""; */
  width: 100%;
  height: 0px;
  /* height: 400px; */
  background-size: cover;
  background-image: url(../images/about/about-banner.jpg) !important;
  background-repeat: no-repeat;
  /* background-position: center center; */
  padding-top: 100px!important;
  padding-bottom: 160px!important;
}
.app-dev{
  /* content: ""; */
  width: 100%;
  height: 0px;
  /* height: 400px; */
  background-size: cover;
  background-image: url(../images/banner/app-banner.jpg) !important;
  background-repeat: no-repeat;
  /* background-position: center center; */
  padding-top: 100px!important;
  padding-bottom: 160px!important;
}

.worpress{
  content: "";
  width: 100%;
  height: 0px;
  /* height: 400px; */
  background-size: cover;
  background-image: url(../images/banner/wordpress-banner.jpg) !important;
  background-repeat: no-repeat;
  /* background-position: center center; */
  padding-top: 100px!important;
  padding-bottom: 160px!important;
}
.Shopify{
  /* content: ""; */
  width: 100%;
  height: 0px;
  /* height: 400px; */
  background-size: cover;
  background-image: url(../images/banner/shopify-banner.jpg) !important;
  background-repeat: no-repeat;
  /* background-position: center center; */
  padding-top: 100px!important;
  padding-bottom: 160px!important;
}
.ui-text{
  padding: 0px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 100% !important;
  row-gap: 10px;
}
.app-main h3{
  color: var(--white);
}
/* .ui-col-1{
  background-color: var(--white);
} */
.Online-Success{
  background-color: #fdfdff;
  padding: 35px 0 ;
}
.Online-Success h3{
  max-width:700px;
  color:#191a20;
  text-align: center;
  font-weight: 700;
}
.Success-item-1{
  /* background-color: #fff; */
  border-radius: 20px;
  padding: 10px 10px 10px 10px ;
  text-align: center;
  box-shadow: 0 0 5px #84838369;
  transition: all 0.5s;
  border:2px #ff924d solid;
  margin-bottom: 20px;
}
.Success-item-1:hover{
  /* box-shadow: 0 0 5px #ff924d; */
  border:2px #ff924d solid;

}

.Success-item-1 h3{
  font-size: 18px;
  margin: 7px 0px

}

.Success-item-1 img{
  width: 60px;
}


.Success-item-1 h5{
  color: #000000;
}
.Success-item-1 i{
  font-size: 64px;
}

.Success-item-1 p{
  color: #666;
  font-family: "Poppins", Sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  min-height: 100px;
  padding-top: 5px  ;
}
.testimonials .item {
  min-height: 340px;
  /* background-color: rgb(159, 211, 211) !important; */
  box-shadow: #191a203d 0px 0px 5px 0px;
  border-bottom: 3px solid var(--primry);
  margin: 5px 4px;
}
.down-content p {
  /* padding: 10px 0px 0  10px; */
}
.bi-star-fill{
  color: var(--secondry);
}
.icon img {
  display:block;
 max-width: 60px;
 height: 60px;
 border-radius: 50%;
 margin: 0 auto;
}
.ri-double-quotes-l{
  font-size: 40px;
  color: var(--primry);
  
}
.shopify-img img{
  border-radius: 0 20px 20px  0 ;
}
.timeline-panel.active-govind {
  background: #ff924d !important;
}
.timeline-badge.active-govind {
  background: #ff924d !important;
  color: var(--white) !important;

}
.main-nav{
  display: flex;
justify-content: space-between;
align-items: center;
}
.get-btn{
  background-color: var(--secondry);
  color: var(--white);
  padding:8px 15px ;
  border-radius: 20px;
  transition: all 0.5s;
}
.get-btn:hover{
  background-color: var(--primry);
  color: var(--white);
}
.online-test.app-one p,.online-test.app-one h3 {
  color: var(--text-color);
}
.logo-slider .item img {
  max-width: 200px ;
  height: 70px ;
  object-fit: contain;
}
.owl-courses-item .item{
  background-color:#ffffff;
  border-radius: 20px 20px 0 0 ;
  overflow: hidden;
  transition: all 0..5s;
}
.owl-carousel .owl-item {
}
.owl-courses-item .item{
  box-shadow: 0 0 4px 1px #c5c5c5;
  margin: 10px 0;

}
.owl-courses-item .owl-item img {
  display: block;
  width: 100%;
  /* padding: 10px 10px 0 10px; */
  border-radius: 20px 20px 0 0px;
  height: 250px;
  object-fit: cover;
 }
 .accordion-body{
  height: auto;
 }
 .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: var(--white);
  background-color: var(--primry);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.ui-li-main{
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
li{
  font-size: 15px;
  line-height: 25px;
  color: #1e1e1e;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
}
/* .ui-2img{
  background-image: linear-gradient(#3e7dc3, #6cbee3) !important;
  margin-left: -10px ;
} */
/* .uiux-2{
  background-color: var(--white);
} */

.creative-bg{
  background-color: #618dc2;
}


.accordion-button {
  padding: 22px 20px ;
}
.shopify-paragrap span{
  color: #fff !important ;
  max-width: 770px;
  margin: 0 auto;
  padding: 10px 0 ;
}
/* .shopify-book{
  background-color: var(--primry);
} */
.icon-box {
  display: flex !important;
  align-items: center;
}
.icon-box i.bi.bi-headset {
  font-size: 50px;
  color: azure;
}
.icon-test h4{
  color: #fff !important;
  font-size: 18px;
  padding-bottom: 5px;
}
.icon-test p{
  color:var(--white);
  font-size: 14px;

}
.icon-box{
  padding-left: 20px;
  padding-top:30px ;
}

.icon-test{
  padding-left: 15px;
}

.icon-box i.bi {
  font-size: 50px;
  color: azure;
}
.why-chouse h3{
font-size: 30px;
color: var(--white);
max-width: 600px;
width: 100%;
background-color: transparent;
padding: 30px 0 ;
}
.shopify-jpeg{
  margin-left: 12px;
}
header.header-area.header-sticky {
  height: 65px;
  /* height: 100px; */
}

.card img {
  width: 350px;
  height: 250px;
  object-fit: contain;
  margin: 0 auto;
}
.Shopify-Development-Services{
  background-color: transparent;
  padding: 50px 0 0 0 ;
    background-image: linear-gradient(90deg, #7148c9 0%, #0d4092 100%);
}
.sujeet-wave{
  transform: rotate(180deg);

}
.elementor-shape-fill {
  fill: #fff !important;
  transform-origin: center;
  transform: rotateY(0deg);
}
.Development-Services-service h3{
  color: var(--white);
  text-align: center;
  padding: 20px 0 2px 0 ;
  font-size: 42px;
  /* max-width: 800px; */
  margin: 0 auto;
  padding: 0 200px;
  width: 100%;
}
.Development-Services-service{
  row-gap: 50px;
}
.card{
  padding: 20px ;
  border-radius: 20px;
  margin: 0 10px ;
}
.top-car .card-text{
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
  min-height: 210px;
}
.card-title {
  text-align: center;
  min-height: 48px;
}
.brand-online{
  background-image: url(../images/bg1\ \(1\).jpg);
  height: 320px ;
  border-radius:30px ;
  /* margin:50px 0 ; */
  text-align: center;

}
.brand-online h3{
padding-top: 100px;
}
.brand-online .brand-btn{
  background-color: transparent;
  color: var(--text-color);
  padding: 5px 10px ;
  margin-top: 30px;
}




.card-body .icon {
  color: #fff;
  background-color: #407bc3;
  border-radius: 50%;
  padding: 20px;
  display: inline-block;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 70px;
  margin:0 auto;
  transition: all ease 0.6s;
  font-size: 40px;
}

.card {
  border: none;
  /* background: linear-gradient(145deg, #3b7ac5, #4e8cd7); */
  color: white;
  box-shadow: 0 4px 8px rgba(110, 109, 109, 0.1);
  border-radius: 10px;
  transition: transform 0.3s;
  cursor: pointer;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px px #ff914d9d (0, 0, 0, 0.2);
}

.card:hover .icon {
  background-color: var(--secondry);
  transform: rotate(360deg);
}

.card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.text-primary {
  color: var(--primry);
  font-size: 20px;
}
.text-primary+h2{
  font-size:30px;
  padding: 10px 0 ;
}
.text-primary+h2+p{
  font-size: 18px;
}

.service-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.section-header {
  margin-bottom: 40px;
}

.section-subtitle {
  color: #ff924d;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

.section-title {
  font-size: 35px;
  /* font-weight: bold; */
  margin-bottom: 20px;

}

.section-description {
  font-size: 1rem;
  color: #777;
}

.service-card {
  background-color: #ffffff;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.our-process{
  background-color: var(--white);
}

.service-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #407bc3;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
}

.service-card:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.service-card .service-icon {
  color: #407bc3;
  transition: color 0.3s ease, transform 0.3s ease;
  position: relative;
  z-index: 2;
}

.service-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-description {
  font-size: 1rem;
  color: #555;
  transition: color 0.3s ease;
}

.service-card .service-icon:hover {
  color: #ff924d;
  transform: rotate(360deg);
}

.service-card:hover .service-title, .service-card:hover .service-description {
  color: #407bc3;
}

@keyframes scroll {
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(calc(-250px * 7))
  }
}



.slider {
	height: 100px;
	margin: auto;
	overflow:hidden;
	position: relative;
	width: auto;
}
.slide-track {
    animation: scroll 30s linear infinite ;
    display: flex;
    width: calc(250px * 14);
    align-items: center !important;
    justify-content: center;
}


.slide {

    height: 100px;
    width: 250px;
    border: 1px solid #decdcd;
    border-radius: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 150px; /* Adjust based on image size */
    margin: 0 10px; /* Adds spacing between images */
}



.two-slider{
  background: linear-gradient(90deg,#8f19a6,#923ce7,#23a6d5,#2355d5);
	animation: sujeet 15s linear infinite;
	    background-size: 400% 400%;
      padding: 50px 0 ;
}


.slide img{
  width: 250px;
  height: 80px;
  object-fit: contain;
  filter: brightness(0)invert(1);
}


@keyframes sujeet {
  
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.top-car .card-wordpress{
  min-height: 110px !important;
}
.woocommerce-img img {
border-radius: 20px 0 0 20px !important;
}
.Success-item-1 h5 {
  color: #000000;
  min-height: 50px;
}
.silder-home> .slide img {
filter: none !important;
/* max-width: 200px; */
max-width: 165px;
height: 70px;
object-fit: contain;

}
.silder-home{
  column-gap: 10px !important;
}

/* css */


/* section#contact {
  background: linear-gradient(37deg, #ff924d, #4284c8);
} */
.form-bg-color {
  background:#fff !important;
  /* padding: 70px; */
  border-radius: 20px;
  box-shadow: #8b898975 0 0 11px 0px;
}
/* .testimonials .owl-item.active.center{
  transform: scale(1.1);
  opacity: 1 !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
} */
.owl-item.cloned{
  transition: all 0.4s;
  /* opacity: 0.8%; */
}
/* .service.testimonials .active {
  opacity: 0.5;
} */
section.service.testimonials {
  height: 510px;
  background-color: #FCF5EE;
}
.testimonials .item:hover{
  /* background-image: url(../images/testbg.png); */
  background-color: #5387C7 !important;
  transition: all 0.5s;
}
.testimonials .item:hover p{
  color: #fff !important;
}
.testimonials .item:hover h4{
  color: #fff !important;

}
.testimonials .item:hover .ri-double-quotes-l{
  color: #fff !important;

}
.testimonials .item:hover {
  border-bottom: 3px solid var(--secondry);
}
.testimonials .owl-item.center .item{
  background-color: var(--primry) !important;
}
.testimonials .owl-item.center .item h4{
  color: #ffffff;
}
.testimonials .owl-item.center .item p{
  color: #ffffff;

}
.testimonials .owl-item.center .item .ri-double-quotes-l{
  color: var(--white);
}
