
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact.faq-item p
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
}

a {
  text-decoration: none !important;
}

.homelink {
  
  font-size: 15px;
  margin-bottom: 10px;
}

.homelink a{
  color: #CF181D;
}

h1 
{
  color:#CF181D;
  font-size:2rem;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  color: #000;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Regular', sans-serif;
}

::selection {
  background: #cfbbbb;
  color: #fff !important;
}

::-moz-selection {
  background: #cfbbbb;
  color: #fff !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading {
  position: relative;
  z-index: 2;
}

.section-heading h6 {
  font-size: 15px;
  font-weight: 700;
  color: #CF181E;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.section-heading h4 {
  color: #2a2a2a;
  font-size: 35px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.section-heading h4 em {
  font-style: normal;
  color: #CF181E;
}

.section-heading .line-dec {
  width: 50px;
  height: 2px;
  background-color: #e20909 ;
}



/* 
---------------------------------------------
intro
--------------------------------------------- 
*/


.intro-banner {
  text-align: center;
  padding-top: 200px;margin-bottom: 100px;
  position: relative;
}

.intro-banner:after {
  content: '';
  background-image: url(../images/slider-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 262px;
  height: 625px;
  z-index: 1;
}
/*
.intro-banner:before {
  content: '';
  background-image: url(../images/slider-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0px;
  width: 1159px;
  height: 797px;
  z-index: 2;
}
*/

.intro-banner img {
  max-width: 152px;
  margin-bottom: 30px;
}

.intro-banner h1 {
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative; 
  z-index: 2;
}

.intro-banner h4 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative; 
  z-index: 2;
}

.intro-banner a {
  display: inline-block !important;
  padding: 10px 20px !important;
  color:  #e20909 !important;
  border: 1px solid #e20909 !important;
  border-radius: 23px;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  transition: all .5s;
  position: relative; 
  z-index: 2;
}

.intro-banner a:hover {
  background-color: #e20909;
  color: #fff !important;
}

.demos {
  padding-top: 60px;
}

.demo-item {
  position: relative;
  z-index: 2;
}

.demos img {
  transition: all .5s;
  border-radius: 23px;
}

.demos img:hover {
  opacity: 1;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.25);
}

.demos h4 {
  text-align: center;
  font-size: 20px;
  margin-top: 30px;
  font-weight: 700;
  text-transform: uppercase;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.pre-header {
  background-color: #CF181D;
  height: 40px;
  padding: 8px 0px;
}

.pre-header ul li {
  display: inline-block;
}

.pre-header ul.info li {
  margin-right: 45px;
}

.pre-header ul.info li a {
  color: #fff;
  font-size: 13px;
  transition: all .3s;
}

.pre-header ul.info li a:hover {
  color:black;
}

.pre-header ul.info li a i {
  font-size: 13px;
  margin-right: 8px;
}

.pre-header ul.social-media {
  text-align: right;
}

.pre-header ul.social-media li {
  margin-left: 5px;
}

.pre-header ul.social-media li a {
  background-color: #CF181D;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
  transition: all .3s;
}

.pre-header ul.social-media li a:hover {
  background-color: #e20909;
}

.background-header {
  background-color: #fff!important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 5px 8px rgba(0,0,0,0.03);
}




.background-header .nav li a.active {
  position: relative;
  color: #fff;
}

.background-header .nav li a.active:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e20909;
  content: '';
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

.background-header .nav li:last-child a.active:after {
  background-color: transparent;
}

.header-area {
  background-color: #fff;
  box-shadow: 0px 5px 8px rgba(0,0,0,0.03);
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 999;
  height: 80px;
  -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: transparent;
}

.header-area .main-nav .logo {
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo {
    line-height: 80px;
    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: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 20px;
  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;
}



.main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: black;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height:23px;
  border: transparent;

}
.main-nav .nav li a:hover{
    color:red;
}

 .main-nav .nav li a.active {
  color: #e20909;
}


.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .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: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #e20909!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: 33px;
  width: 165px;
  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: #2a2a2a;
  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: #2a2a2a;
}

.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: #2a2a2a;
  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: #2a2a2a;
}

.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: #2a2a2a;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #2a2a2a;
}

.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: #2a2a2a;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #2a2a2a;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #e20909;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child  ,
  .background-header .main-nav .nav li:last-child {
    display: none;
  }
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
  .background-header .nav li a.active:after {
    display: none;
  }
}
@media (max-width: 998px) {
	.header-area {
    background-color: #fff;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
    box-shadow: 0px 5px 8px rgba(0,0,0,0.03);
  }
}

@media (max-width: 767px) {
  .pre-header ul.info li:last-child {
    display: none;
  }
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #e20909!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #fff;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
    box-shadow: 0px 5px 8px rgba(0,0,0,0.03);
  }
  .header-area .container {
    padding: 0px;
  }
  .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: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    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: #e20909!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;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #CF181E;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background:#CF181E;
    border-radius: 50%;
}



/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 0px 50px 0px;
  position: relative;
  overflow: hidden;
}

.main-banner:after {
  content: '';
  background-image: url(../images/slider-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 60px;
  width: 262px;
  height: 625px;
  z-index: 1;
}

.main-banner:before {
  content: '';
  background-image: url(../images/slider-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 60px;
  width: 1159px;
  height: 797px;
  z-index: -1;
}

.main-banner .left-content {
  margin-right: 15px;
}

.main-banner .left-content h6 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  color: #CF181E;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.main-banner .left-content h2 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  font-size: 50px;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.main-banner .left-content p {
  margin-bottom: 30px;
  margin-right: 45px;
}

.main-banner .right-image {
  text-align: right;
  position: relative;
  z-index: 20;
}

.main-banner .right-image img {
  max-width: 593px;
}



/* 
---------------------------------------------
About Style
--------------------------------------------- 
*/

#about {
  padding-top: 100px;
}

.about-left-image img {
  margin-right: 45px;
}

.about-right-content p {
  margin-top: 30px;
  margin-bottom: 45px;
}

.skills-content {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  background-color: #f5f5f5;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 110px 0px 50px 0px;
}

.skill-item {
  text-align: center;
}

.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #fd6a54;
}

.first-skill-item .progress .progress-bar {
  border-color: #fa65b1;
}

.second-skill-item .progress .progress-bar {
  border-color: #726ae3;
}

.third-skill-item .progress .progress-bar {
  border-color: #f58b56;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-value {
  text-align: center;
  color: #2a2a2a;
  display: flex;
  width: 100%;
  border-radius: 50%;
  font-size: 35px;
  text-align: center;
  line-height: 25px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
}
.progress .progress-value div {
  margin-top: 10px;
}
.progress .progress-value span {
  font-size: 18px;
  text-transform: none;
  color: #afafaf;
  font-weight: 300;
}

/* This for loop creates the  necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.progress {
  margin-bottom: 1em;
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
  padding-top: 130px;
  position: relative;
}

.services:after {
  content: '';
  background-image: url(../images/services-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 0px;
  height: 1217px;
  z-index: 0;
}

.services:before {
  content: '';

  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 400px;
  width: 161px;
  height: 413px;
  z-index: 0;
}

.services .section-heading {
  text-align: center;
  /*margin-bottom: 80px;*/
}

.services .section-heading .line-dec {
  margin: 0 auto;
}

.services .naccs {
  position: relative;
  /*z-index: 1;*/
  z-index:0;
}

.services .icon {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.services .naccs .menu div h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
}

.services .icon img {
  margin-bottom: 10px;
width:30px;
height:30px;
object-fit:contain;
}

.services .naccs .menu {
  text-align: center;
  margin-bottom: 30px;
  display: grid;
  /*grid-template-columns: repeat(auto-fill, minmax(173px, 1fr));*/
  gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));

}

.services .naccs .menu div {
  color: #2a2a2a;
  margin: 0px;

  /*font-size: 20px;*/
  font-size:16px;
  /*font-weight: 700;*/
  font-weight:600;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services .naccs .menu div .thumb {
  display: flex;
  width: 100%;
  /*padding: 30px 0px;*/
  padding: 5px 12px;
  background-color: #fff;
  padding-top: 10px;
}

.services .naccs .menu div.active {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border:1px solid red;
}

.services ul.nacc {
  height: 100% !important;
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.services ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  
  

}

.services ul.nacc li.active {
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  background-color: #fff;
  border-radius: 15px;
  /*padding: 80px 120px 50px 120px;*/
  padding: 10px 70px 10px 70px;
display:block;
}

.services ul.nacc li {
  width: 100%;
  display:none;
}

.services ul.nacc li .right-image img {
  max-width: 420px;
  float: right;
}

.services .nacc .thumb h4 {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  /*margin-bottom: 25px;*/
}

.services .nacc .thumb .main-white-button {
  text-align: right;
  margin-top: 40px;
}

.services .nacc .thumb .main-white-button a {
  background-color: #8d99af;
  color: #fff;
}

.services .nacc .thumb .main-white-button a i {
  background-color: #fff;
  color: #8d99af;
}

.services .left-text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #CF181E !important;
}

.services .left-text p {
  margin-bottom: 30px;
}

.nacc .ticks-list span {
  display: inline-block;
  opacity: 1;
  margin-right: 45px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}



/* 
---------------------------------------------
Free Quote
--------------------------------------------- 
*/

.free-quote {
  background-color: #ce1620;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0px;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 130px;
}

.free-quote .section-heading {
  margin-bottom: 60px;
}

.free-quote .section-heading h6,
.free-quote .section-heading h4 {
  color: #fff;
}

.free-quote .section-heading .line-dec {
  margin: 0 auto;
  background-color: #fff;
}

.free-quote form {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  min-height: 80px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
}

.free-quote form input {
  width: 100%;
  margin-top: 20px;
  margin-left: 30px;
  color: #afafaf;
  font-weight: 400;
  font-size: 15px;
  height: 40px;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  border-top: none;
  border-left: none;
  border-right: none;
  position: relative;
  z-index: 2;
  outline: none;
}

.free-quote form button {
  width: 100%;
  height: 80px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  outline: none;
  border: none;
  margin-left: 30px;
  background-color: #ffffff;
  font-size: 15px;
  color: #000000;
}


/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio {
  padding-top: 130px;
  overflow: hidden;
  position: relative;
}

.our-portfolio:before {
  content: '';
  background-image: url(../images/portfolio-right-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0px;
  width: 414px;
  height: 861px;
  z-index: 1;
}

.our-portfolio:after {
  content: '';
  background-image: url(../images/portfolio-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 677px;
  height: 759px;
  z-index: 1;
}

.our-portfolio .section-heading {
  margin-bottom: 80px;
}

.our-portfolio .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 2;
}

.our-portfolio .item {
  position: relative;
  z-index: 222;
}

.portfolio-item {
  border-radius: 25px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  margin: 15px;
  
}

.portfolio-item .thumb {
  position: relative;
  border-radius: 50px;
}

.portfolio-item:hover .down-content h4,
.portfolio-item:hover .down-content span {
  color: #CF181E;
}

.portfolio-item .thumb img {
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
  overflow: hidden;
}

.portfolio-item .down-content {
  background-color: #fff;
  text-align: center;
  padding: 18px 0px;
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
}

.portfolio-item .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 8px;
  transition: all .3s;
}

.portfolio-item .down-content span {
  font-size: 15px;
  color: #afafaf;
  transition: all .3s;
}

.our-portfolio .owl-nav {
  display: inline-block!important;
  position: absolute;
  top: -125px;
  right: 15%;
  max-width: 1320px;
}

.our-portfolio .owl-nav .owl-next {
  margin-left: 10px;
}

.our-portfolio .owl-nav span {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  font-size: 30px;
  background-color: #eee;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s;
}

.our-portfolio .owl-nav span:hover {
  color: #fff;
  background-color:#CF181E;
}


/* 
---------------------------------------------
Blog
--------------------------------------------- 
*/

.blog:before {
  content: '';
  background-image: url(../images/blog-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 961px;
  height: 1020px;
  z-index: 0;
}

.blog {
  position: relative;
  padding-top: 130px;
  padding-bottom:20px;	
}

.blog .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.blog .section-heading .line-dec {
  margin: 0 auto;
}

.show-up {
  position: relative;
  z-index: 200;
}

.blog-post {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 25px;
}

.blog-post .thumb img {
  border-top-right-radius: 23px;
  border-top-left-radius: 23px;
}

.blog-post .down-content {
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
  background-color: #fff;
  padding: 30px;
}

.blog-post .down-content span.category {
  font-size: 15px;
  color: #fff;
  padding: 8px 12px;
  background-color: #CF181E;
  border-radius: 18px;
  display: inline-block;
}

.blog-post .down-content span.date {
  font-size: 15px;
  color: #afafaf;
  text-align: right;
  float: right;
  margin-top: 4px;
}

.blog-post .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}

.blog-post .down-content p {
  margin-bottom: 30px;
}

.blog-post .down-content span.author {
  font-size: 15px;
  color: #2a2a2a;
}

.blog-post .down-content span.author img {
  max-width: 56px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog-post .down-content .border-first-button {
  display: inline-block;
  float: right;
}

.blog-posts {
  margin-left: 30px;
}

.post-item {
  margin-bottom: 62px;
}

.last-post-item {
  margin-bottom: 0px;
}

.post-item .thumb {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.post-item .thumb img {
  border-radius: 23px;
  display: inline-block;
}

.post-item .right-content {
  padding-top: 20px;
}

.post-item .right-content span.category {
  font-size: 15px;
  color: #fff;
  padding: 8px 12px;
  background-color: #CF181E;
  border-radius: 18px;
  display: inline-block;
}

.post-item .right-content span.date {
  font-size: 15px;
  color: #afafaf;
  text-align: right;
  float: right;
  margin-top: 4px;
}

.post-item .right-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-us {
  padding-top: 130px;
}

.contact-us .section-heading .line-dec {
  margin: 0 auto;
}

.contact-us .section-heading {

  /*margin-bottom: 80px;*/
}


form#contact:before {
  background-image: url(../images/contact-top-right.png);
  position: absolute;
  right: 0;
  top: 0;
  width: 726px;
  height: 78px;
  background-repeat: no-repeat;
  content: '';
  z-index: 1;
}

.contact-dec img {
  max-width: 224px;
  position: absolute;
  right: 25px;
  top: -242px;
}

form#contact:after {
  background-image: url(../images/contact-bottom-right.png);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 532px;
  height: 106px;
  background-repeat: no-repeat;
  content: '';
  z-index: 1;
}

form#contact {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  position: relative;
  background-color: #fff;
  border-radius: 23px;
  text-align: center;
}

form#contact #map iframe {
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  margin-bottom: -7px;
  position: relative;
  z-index: 2;
}
iframe{
	width:100%;
	border:none!important;
}

.fill-form {
  padding: 80px 60px 80px 30px;
}

.fill-form .info-post {
  margin-bottom: 20px;
}

.fill-form .icon {
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 23px;
  padding: 25px 15px;
}

.fill-form .icon img {
  max-width: 60px;
  display: block;
  margin: 0 auto;
}

.fill-form .icon a {
  margin-top: 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #2a2a2a;
  transition: all .3s;
}

.fill-form .icon:hover a {
  color:  #e20909;
}

form#contact input {
  width: 100%;
  height: 46px;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 20px;
  border-radius: 23px;
  margin-top: 30px;
}

form#contact input::placeholder {
  color: #aaa;
}

form#contact textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 200px;
  min-height: 200px;
  height: 200px;
  border-radius: 23px;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 15px 20px;
  margin-top: 30px;
}

form#contact textarea::placeholder {
  color: #aaa;
}

form#contact button {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color:#e20909;
  margin-top: 30px;
  width: 100%;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: 1px solid #e20909;
  transition: all .3s;
  outline: none;
}

form#contact button:hover {
  background-color: #e20909!important;
  color: #fff!important;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer {
  background-color:#FFF ;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*margin-top: 100px;*/
}



footer p a {
  color: black!important;
  transition: all .5s;
  font-weight:400;
}


footer p a:hover {
  color: red;
  font-weight: 350;
  transition: 0ms;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
    font-size: 24px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 25px;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:last-child {
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  .intro-banner:before {
    display: none;
  } 
  form#contact {
    overflow: hidden;
  }
  .header-area .main-nav .logo h4 {
    font-size: 20px;
  }
  .main-banner .left-content {
    margin-right: 0px;
  }
  .main-banner {
    text-align: center;
    padding: 226px 0px 30px 0px;
  }
  .main-banner:before {
    display: none;
  }
  .main-banner .right-image {
    margin: 30px auto 0px auto;
    text-align: center;
  }
  .features-item {
    margin-bottom: 45px;
  }
  .last-features-item,
  .last-skill-item {
    margin-bottom: 0px !important;
  }
  .skill-item {
    margin-bottom: 30px;
  }
  .about-left-image img {
    margin-right: 0px;
    margin-bottom: 45px;;
  }
  .services .naccs .menu div {
    font-size: 15px;
    font-weight: 500;
  }
  .service-item {
    text-align: center;
  }
  .service-item .icon {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .about-us .left-image {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 45px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 70px;
  }
  .our-portfolio .owl-nav {
    display: none !important;
  }
  .contact-info {
    margin-top: 60px;
  }
  form#contact {
    padding: 45px;
  }
}
   

@media (max-width: 767px) {
    
    .img_1 img{
         margin-left: 0px!important;
    }
    
    .logoss{
        margin-right:auto;
    }
  .header-area .main-nav .logo h4 {
    font-size: 30px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
  .main-banner .info-stat {
    margin-bottom: 15px;
  }
  .service-item {
    text-align: center;
    padding: 30px;
  }
  .service-item .icon {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .service-item .right-content {
    display: inline-block;
  }
  .services .naccs .menu div .thumb {
    padding: 5px;
  }
  .services .icon img {
    margin: 0px;
  }
  .services ul.nacc li.active {
    padding: 45px;
  }
  .services .naccs .menu div  {
    font-size: 0px;
  }
  .services ul.nacc li .right-image img {
    float: none;
  }
  .our-portfolio .section-heading,
  .about-us .section-heading,
  .about-us .about-item,
  .about-us p,
  .about-us .main-green-button {
    text-align: center;
  }
  .our-portfolio .section-heading .line-dec {
    margin: 0 auto;
  }
  .our-services .section-heading {
    margin-left: 15px;
    margin-right: 15px;
  }
  .free-quote form input {
    margin-left: 0px;
    padding: 0px 30px;
  }
  .free-quote form button {
    margin-left: 0px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 0px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 30px;
  }
  .post-item .thumb img {
    max-width: 140px;
  }
  .post-item .right-content p {
    display: none;
  }
  .about-us .about-item {
    margin-top: 15px;
  }
  form#contact {
    padding: 30px;
  }
  .center-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .dropdown:hover .dropdowm-menu{
    display: block;
  }
}

.broker-number{
	width: 70px;
	padding: 12px 1px 1px 1px;
	animation:bounce 2s;
	margin-left:2px;
}

.background-header .broker-number{
	width: 70px !important;
	padding: 3px 1px 1px 3px !important;
}

@keyframes bounce{
	0%{transform:translateX(-200px);}
	100%(transform:translateX(0px);)
}

.btn-check:focus+.btn, .btn:focus{
	box-shadow:none !important;
}

.footer-ul{
	display:contents;
	font-size:15px;
	transition:0.3s ease;
}
.bank-detail{
	margin:8px!important;
	color:#000!important;
	text-align:justify;
}


.footer-ul li a{
	text-decoration:none;
	color:white;
}

/* investment */


.investment-section {
  /*background-image: url("../images/investment2.jpg")!important;*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  color:#fff;
  padding: 100px;
  /*height: 500px;
  min-width: 500px;
  margin-top:80px;*/
  position:relative;
}

.investment-section h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.investment-section p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color:#fff;
}

.investment-section button {
  padding: 10px 20px;
  font-size: 1.1em;
  border: none;
  border-radius: 5px;
  margin-right: 20px;
  cursor: pointer;
  margin-top: 10px;
}

.btn-tms {
  background-color: #00b25a;
  color: #ffffff;
}


.profile {
  max-width: 1069px;
  margin: 0 auto;
  background-color: #fff;
  padding: 2.24rem;
  border-radius: 8px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
    margin-top:80px;*/

}

.profile-header {
  color: #333;
  text-align: center;
  font-size: 50px;
}

.profile p {
  /*line-height: 1.6;
  font-size: 16.5px;
  color: #555;*/
  line-height: 1.2;
    font-size: 14.5px;
   font-weight:400;
    color: #000;
    /*margin-left: 3px;
	 margin-top: 5px;*/
  
  
}

.profile p + p {
  margin-top: 15px;
}
.bg {
  background-color: #CE1620;
}
.img-border{
	border-radius:50%;
}
.card{
border: 1px solid #CE1620;
}
.card:hover{
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
border:none;
}
	
.form {
  margin: 20px auto;
  border-radius: 5px;
  background-color: #f5f5f5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;

  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.headd {
  font-size: xx-large;
}
.form1 {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
}

.intro {
display:flex;
  margin-bottom: 15px;
  padding:0px 8px;
  gap: 2px;
  
}
.intro input {
  border: 1px solid #ccc;
}

.subject,
.textarea {
  width: calc(100% - 10px);
  padding: 3px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.textarea {
  resize: none;
  height: 150px;
}


.form2 {
  flex: 1;
  background-color: #CF181E;
  color: #fff;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  align-items: center;
}

.form2 h1 {
  margin: 0;
  padding: 15px;
  font-size:25px;
}

.form2 ul {
  padding: 0;
  list-style-type: none;
}

.form2 ul li {
  font-size: 13px;
  margin-bottom: 14px;
}

.myButton {
  background-color: #fff;
  color: #CF181E;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
  /*margin-left: 15px;
  margin-top: 15px;*/
  border:1px solid	#CF181E;
  border-radius:23px;
}

.myButton:hover {
  background-color: #CF181E;
  color:#fff;
}
@media screen and (max-width: 700px) {
  .form {
    flex-direction: column;
  }

  .form1,
  .form2 {
    flex: 100%;
  }

  .subject,
  .textarea {
    width: calc(100% - 20px);
  }
}


.logo-icon ul li img{
	
	height:22px;
	width:22px;
	object-fit:contain;
	border-radius:50%;
	background-color:#fff;
	margin-right:10px;
	border:1px solid #CF181D;
}

.broker{
display:inline-block;
  margin-top: 13px;
  margin-left: 5px;
}
.box_1 {
    background: #ce1620;
    color: white;
    width: 80px;
    height: 27.5px;
    border: 1px solid #ce1620;
    font-size: 22px;
    text-align: center;
}
.box_2 {
 
    background: white;
    color: black;
    width: 80px;
    padding: 4px;
    height: 27.5px;
    font-size: 16px;
    border: 1px solid #ce1620;
    font-family: sans-serif;
    font-size: 11px;
    text-align: center;
}

.dropdown-menu{
	font-size:12px;
}

.dropdown-menu.show {
	display:flex;
	flex-direction:column;
}

.border1{
	display: flex;
    border: 1px solid red;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    justify-content: space-between;
    margin-bottom: 12px;
	color:black;

}



.border1:hover{
box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;
border:none;
}
.border1 img{
	height:22px;
}

.header-area .main-nav .nav li a .submenu{
	font-size:13px;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #CE1620;
  border:1px solid white;
  border-radius:25px;
}
footer.down p{
	font-size:16px;
}
@media (max-width:1000px){
.t_service{
flex-direction:column;
}
}

.resources p a:hover{
	color:#CE1620!important;
}


/* --slide-- */
 .container_s {
        overflow: hidden;
        /* width: 80%; */
        margin: 0 auto;
        padding: 19px;
        position: relative;
        background-color: #cf181d;
      }
      .slider {
        display: flex;
        height: 100%;
        transition: transform 0.5s ease-in-out;
      }
      .slide-m {
        width: 100%;
        text-align: center;
        font-size: 13px;
        color: white;
        margin-top: -18px;
      }
      .slider .slide1,
      .slider .slide2 {
        position: absolute;
      }
      .slider .slide1 {
        transform: translateX(0%);
      }
      .slider .slide2 {
        transform: translateX(100%);
      }
	  
	  
@media (max-width: 960px) and (min-width: 501px) {
    .footer-ul li { display:none;
	} /* Show 2 logos per row on medium devices (tablets, phones in landscape) */
}

@media (max-width: 500px) {
    .footer-ul li { 
		display:none;
	} /* On small screens, show one logo per row */
}

.home-banner{
	/*background-image: url(../images/carousel.jpg)!important;*/
	/*background: url(../images/main4.jpg) 27px -283px !important;*/

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
	height : 80vh;
    /*padding: 100px;*/
	margin-top:80px;

	/* height:80vh; */
}

.home-banner .banner-card{
	border:none!important;
	
	display:flex;
	justify-content:center;
	align-items:center;

	
}

.home-banner h1{
	font-weight:600;
	font-size:40px;
	color:#000;
}
.home-banner h3{
	font-weight:600;
	font-size:19px;
	color:grey;
}
#banner-form{
	border-radius: 8px;
    background-color: rgb(255 226 226 / 60%);
	max-width: 550px;
	margin:0 auto;
	min-width:284px;
}

p.trans {
    line-height: 17px;

}

#banner-form .row{
	margin: 25px 0 25px 0;
}

#banner-form .row .form-group .form-control{
	line-height:2;
}

@media (max-width:996px){
	.investment-section{
		/*padding: 40px 85px 40px 0px;*/
		padding:20px;
	}
	
	.footer-padding{
		margin-left:calc(var(--bs-gutter-x) * 0.5)!important;
		}
		
	/* .home-banner .row1{ */
		    /* margin: -55px 50px 0px -85px!important; */
	/* }	 */
	
	.banner-form .row{
		margin :20px 0px 0px 0px !important;
	}
	.nav {
		background-color:#F5F5F5;
	}
}

.profile .thumb .icon{
	margin:0!important;
	
}

.profile{
	border-radius:5px!important;
}

.mobile-menu ul{
	font-size:20px;
}
.mobile-menu ul li a{
	color:#000;
}

@media (max-width:770px){
	.pre-header{
		display:none;
	}
	.mobile-menu1{
		display:block;
	}
/*
	select{
		width:30%!important;
	}*/
}

@media(min-width:770px){
	.mobile-menu1{
		display:none;
	}
}

.mobile-menu1 {
  background-color: #CF181D;
  height: 50px;
  padding: 8px 0px;
}

.mobile-menu1 ul li {
  display: inline-block;
}

.mobile-menu1 ul.info li {
  margin-right: 45px;
}

.mobile-menu1 ul.info li a {
  color: #fff;
  font-size: 13px;
  transition: all .3s;
}

.mobile-menu1 ul.info li a:hover {
  color:black;
}

.mobile-menu1 ul.info li a i {
  font-size: 13px;
  margin-right: 8px;
}

.mobile-menu1 ul.social-media {
  text-align: right;
}

.mobile-menu1 ul.social-media li {
  margin-left: 5px;
}

.mobile-menu1 ul.social-media li a {
  background-color: #CF181D;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
  transition: all .3s;
}

.mobile-menu1 ul.social-media li a:hover {
  background-color: #e20909;
}

 /*share icon sidebar*/
 .sidebar {
  height: 25%;
  width: 0;
  position: fixed;
  z-index: 10066;
  top: 200px;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 30px;
  border-radius:5px;
}

.sidebar a {
  /*padding: 8px 8px 8px 16px;*/
  text-decoration: none;
  font-size: 25px;
  color: #000;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
  box-shadow: 20px 0px 15px 0px rgba(0, 0, 0, 0.1);
  scale:1.1;
}

.sidebar .closebtn {
  position: absolute;
  top: -18px;
  right: -7px;
  font-size: 30px;
  margin-left: 50px;
  padding:8px 8px 0 0px;
}
.sidebar a.icon{
	font-size:18px;
	padding:0 0 0 16px;
}

#main {
  transition: margin-left .5s;

}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
/*@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}*/

.center-items{
		display:flex;
		justify-content:center;
		align-items:center;
}
.center-item{
    
    		display:flex;
		justify-content:center;
}
    


.investment-section button:hover{
	border: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.investment-section button a:hover{
	scale:1.1;
}

.shadow{
	box-shadow: rgb(38 38 38 / 35%) 0px 3px 10px;
	transition:0.3s ease-in-out;
	align-items:center;
}
.shadow img{
    height:200px;
    width:200px;
}

.shadow:hover{
	scale:1.1;
	cursor:pointer;
}

.custom-button{
		color:#CF181D!important;
		background-color:#fff!important;
		border: 1px solid #CF181D!important;
}

.custom-button:hover{

background-color:#CF181D!important;
color:#fff!important;
}

.custom-button a{
	color:#CF181D!important;
}
.custom-button a:hover{ 
	color:#fff!important; 
 }
 
 
 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
     z-index: 999;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
}


/*home banner animation 1 start*/

	/*

Tutorial:
https://www.roboleary.net/animation/2022/10/31/how-to-make-a-slick-animation-schitts-creek-title-sequence.html

Part of Title Sequences collection:
https://codepen.io/collection/nNmwgP

Source code:
https://github.com/robole/title-sequences

*/

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600");

:root {
  --bar-scale-y: 0;
  --sparkle-color: rgb(253 244 215 / 40%);
}

@keyframes pop-word {
  to {
    transform: rotateX(0);
  }
}

@keyframes show {
  to {
    opacity: 1;
  }
}

@keyframes bar-scale {
  to {
    transform: scaleY(1);
  }
}

@keyframes sparkle {
  0% {
    transform: scale(0);
  }

  60% {
    transform: scale(1) translate(4px, 1px) rotate(8deg);
  }

  100% {
    transform: scale(0) translate(4px, 1px) rotate(8deg);
  }
}

@keyframes shimmer {
  to {
    text-shadow: 0 0 8px red;
  }
}



h3 {
  color: black;
  font-family: "Playfair Display", Vidaloka, serif;
  font-size: 5rem;
  line-height: 0.85;
  perspective: 500px;
}

.word {
  display: block;

  animation: show 0.01s forwards, pop-word 1.5s forwards;
  animation-timing-function: cubic-bezier(0.14, 1.23, 0.33, 1.16);
  opacity: 0;

  transform: rotateX(120deg);
  transform-origin: 50% 100%;
}

.word:nth-of-type(2) {
  padding: 0 2rem;

  animation-delay: 1.5s;

  color:#CF181D;
}

.superscript {
  position: relative;
  animation-delay: 3.6s;

  animation-duration: 0.25s;
  animation-name: shimmer;

  vertical-align: text-top;
}

/* bars */
.superscript::before {
  --bar-width: 25%;

  position: absolute;

  top: 37%;
  left: 47%;
  width: 14%;
  height: 48%;

  animation: bar-scale 0.25s linear 3s 1 forwards;

  background: linear-gradient(
    to right,
    white var(--bar-width),
    transparent var(--bar-width) calc(100% - var(--bar-width)),
    white calc(100% - var(--bar-width))
  );

  content: "";

  transform: scaleY(var(--bar-scale-y));
}

/* sparkle */
.superscript::after {
  --size: 10rem;

  position: absolute;

  top: -5%;
  left: -85%;

  width: var(--size);
  height: var(--size);

  animation: sparkle 0.4s linear 3.5s 1 forwards;

  background: radial-gradient(
      circle at center,
      rgb(252 249 241 / 94%) 0% 7%,
      transparent 7% 100%
    ),
    conic-gradient(
      transparent 0deg 18deg,
      var(--sparkle-color) 18deg,
      transparent 20deg 40deg,
      var(--sparkle-color) 40deg,
      transparent 43deg 87deg,
      var(--sparkle-color) 87deg,
      transparent 95deg 175deg,
      var(--sparkle-color) 175deg,
      transparent 178deg 220deg,
      var(--sparkle-color) 220deg,
      transparent 222deg 270deg,
      var(--sparkle-color) 270deg,
      transparent 275deg 300deg,
      var(--sparkle-color) 300deg,
      transparent 303deg 360deg
    );

  border-radius: 50%;
  clip-path: polygon(
    50% 0,
    59.13% 26.64%,
    85.13% -2.35%,
    100% 50%,
    50% 100%,
    0 50%,
    31.39% 34.86%
  );

  content: "";

  filter: blur(1px);

  transform: scale(0);
}

@media screen and (max-width: 600px) {
  h3 {
    font-size: 5rem;
  }

  /* sparkle */
  .superscript::after {
    --size: 6rem;
  }
}


/*home banner animation 1 end*/

/*home banner animation 2 start*/
	
	@import url('https://fonts.googleapis.com/css?family=Roboto:700');


.text-animation{
  color: #red;
  font-size: 2.26rem;
  text-transform: uppercase;
  height: 100vh;
 /* display: flex;
  align-items: center;
  justify-content: center;*/
}

.animation {
  height:50px;
  overflow:hidden;
  margin-left: 1rem;
}

.animation > div > div {
  padding: 0.25rem 0.75rem;
  height:2.81rem;
  margin-bottom: 2.81rem;
  display:inline-block;
}

.animation div:first-child {
  animation: text-animation 8s infinite;
}

.first div {
  background-color:#20a7d8;
}
.second div {
  background-color:#CD921E;
}
.third div {
  background-color:#c10528;
}

@keyframes text-animation {
  0% {margin-top: 0;}
  10% {margin-top: 0;}
  20% {margin-top: -5.62rem;}
  30% {margin-top: -5.62rem;}
  40% {margin-top: -11.24rem;}
  60% {margin-top: -11.24rem;}
  70% {margin-top: -5.62rem;}
  80% {margin-top: -5.62rem;}
  90% {margin-top: 0;}
  100% {margin-top: 0;}
}

	
/*home banner animation 2 end*/

.readmore:hover{
	scale:1.2;
	transition: 0.3s ease-in-out;
}

.press-release-ul li{
	list-style:disc;
	font-weight: 300;
    font-size: 15px;
    line-height: 30px;
}

.profile-2,.profile-5,.profile-1,.profile-3{
	margin:6px 0px 0px 10px;
}

.profile-4{
	padding: 6px 0px 0px 5px!important;
}

.font-17{
	font-size:17px;
}


.font-15{
	font-size:15px;
}

.h-services .naccs .menu {
 
        display: grid;
      /*grid-template-columns: repeat(auto-fill, minmax(250px, 1fr))!important;*/
      grid-template-columns: repeat(auto-fill, minmax(320px, 1fr))!important;
      gap: 20px!important;

}

.h-services .naccs .menu p{
	padding: 6px 0px 0px 10px;
}

/* side panel*/
.side-panel img {
    width: 26px;
    margin-right: 15px;
}

.side-panel {
    width: 130px;
    position: fixed;
    top: 225px;
    right: 0;
    z-index: 100;
	font-size:11px;
}
.side-panel a {
    display: block;
    margin-bottom: 1px;
    background-color: #CF181D;
    padding: 5px 5px;
    color: #fff;
    display: flex;
    align-items: center;
    right: -95px;
    position: relative;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    width: auto;
}
.side-panel a:hover {
    right: 0;
    color: #ffffff;
    -webkit-transition: 1s ease;
    transition: 1s ease;
}
@media screen and (max-width: 767px) {
    .side-panel a {
            right: -90px;
            padding: 6px;
    }
}

@keyframes custom-bounce {
	
	0%{
		transform:translateY(40px);
	}
	50%{
		transform:translateY(0px);
	}
	100%{
		transform:translateY(40px);
	}
}

.custom-bounce{
	animation: custom-bounce 3s infinite ease-in-out;
}

.nav-button{
	
    border-radius: 35px;
   
    height: 40px;
	
}

.nav-button a{
	display: inline-block !important;
    color: #CE1620 !important;
    border: 1px solid #CE1620 !important;
    border-radius: 23px;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    transition: all .5s;
	padding:0px 20px;
}

.header-area .main-nav .nav-button a:hover{
	background-color: #CE1620;
    color: #fff !important;
}

a.resource:hover{
	color:#CE1620 !important;
}

/* ul.info { */
	/* padding-left:122px; */
/* } */

.table{
	    font-size: 15px;
    font-weight: 350;
}

.download-btn{
	border: 1px solid #CF181D;
    color:#CF181D;
    font-weight: 600;
    text-align: center;
    border-radius: 15px!important;
}

.socialmedia-color {
  color: #CF181D;
  font-size: 15px;
}
.footer_2 p a {
    color: black!important;
	font-weight:400;
}

#hero-p {
  position: relative;
  font-family: sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #000, rgb(207, 24, 30), #000);
  background-repeat: no-repeat;



  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.1);
}

@keyframes animater {
  0% {
    background-position: -500px;
  }
  100% {
    background-position: 500px;
  }
}


 .form-control {
            padding: 0.5rem;
        }
        .form-group label {
            font-weight: bold;
        }
        .form-check-label {
            padding-left: 0;
        }
        
        .form-check-input:checked + .form-check-label::before {
            background-color: #dc3545;
            border-color: #dc3545;
        }
        .red{
            color: #dc3545;
        }
        
.f-13{
    font-size:13px;
}    




.form-floating>label{
    padding:0.5rem!important;
    
}
.form-floating>.form-control, .form-floating>.form-select{
    height:2.5rem!important;
}
.show-up{
    padding:0px 28px!important;
}

ul.list li{
        list-style-type: disc;
        text-align: justify;
     
    } 
ul.list li::marker{
    color:#212529;
}
.footer-copy{
    font-size:12px;
}
/*profile card*/
.profile-card{
    height:150px;
}

.profile-card2{
    height:200px;
}
@media (max-width: 480px) {
  .profile-card{
    height:auto;
  }  
  .profile-card2{
    height:auto;
}
    .footer-copy{
    font-size:10px;
}
}

@media (max-width: 768px) {
.logoss {
    /*padding-left:30px;*/
   margin:auto;
}
}
.mobile .dropdown-toggle:hover{
    color:white!important;
}


.accountopen
{
    border :1px solid #CE1620 !important;
    border-radius: 50px !important;
    margin-right:10px !important;
    color:#CE1620 !important;
}

.accountopen:hover
{
     background: #CE1620 !important;
     color:#fff !important;

}


.footer_1 td
{
  font-size:14px;
  font-weight: 400;
  vertical-align: top;
  padding-bottom:13px;
}

.footer_1 p {
 line-height:18px;
 font-weight: 400;
}

.footer_1 .d-inline-flex td
{
  padding-bottom:0px;
}


.amsul li {

  padding: 5px 0px;
  list-style: square;
font-size:13px;	
text-align:left;
font-weight:300;
}
.amsul li a{
color:#000000;
font-weight:400;
}
.amsul li a:hover{
color:#CE1620;
}

.footer_2 p a {
  color:black!important;
}

.button-download {
  position: relative;
  width: 150px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 1px solid #cf181d;
  background-color: #cf181d;
  overflow: hidden;
  border-radius: 18px;
}
.download-link {
  text-decoration: none !important;
}

.button-download,
.button__icon,
.button__text {
  transition: all 0.3s;
}

.button-download .button__text {
  transform: translateX(22px);
  color: #fff;
  
}

.button-download .button__icon {
  position: absolute;
  transform: translateX(109px);
  height: 100%;
  width: 39px;
  background-color: #cf181d;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-download .svg {
  width: 20px;
  fill: #fff;
}

.button-download:hover {
  background: #cf181d;
}

.button-download:hover .button__text {
  color: transparent;
}

.button-download:hover .button__icon {
  width: 148px;
  transform: translateX(0);
}

.pdf1 {
  border-bottom: 1px solid #f2f2f2;
}
.pdf1:nth-child(odd) {
  background-color: #fff5ee ;
}

/* Container for the whole FAQ section */
.faq-container {

  margin: 0 auto;
  padding: 20px;
}

/* Tab Menu styling */
.tab-menu {
  display: flex;
  flex-wrap: wrap;

  margin-bottom: 20px;
}

/* Tab link button styling */
.tab-link {
  padding: 10px 15px;
  background-color: #ffe6e6; /* Light red background */
  border: none;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 5px;
  color: #a94442; /* Red text */
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 1rem;
}

.tab-link:hover,
.tab-link.active {
  background-color: #D12229; /* Darker red on hover/active */
  color: white; /* White text on active */
}

/* Tab content container */
.tab-content {
 /* Initially hidden */
  animation: fadeIn 0.3s ease-in-out; /* Animation effect */
}

/* Active tab content is visible */
.tab-content.active {
  display: block; /* Show active content */
}

/* FAQ item styling inside tab content */
.faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.faq-item h3 {
  font-size: 1.2rem;
  color: #a94442; /* Red text for titles */
  margin-bottom: 10px;
}

.faq-item p {
  font-size: 1rem;
  line-height: 1.6;

}

    .team-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr); 
            gap: 20px;
            width: 100%;
            justify-items: center;
        }

      .team-card {
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 239px;
    scale: 0.9;
    transition: 0.3s all ease-in; /* Fixed transition */
    
    &:hover { /* Fixed hover selector */
        scale: 1;
    }
}


        .team-card:first-child {
            grid-column: span 4; /* First card spans across all four columns */
            margin: auto;
        }

        .team-card h3 {
            margin-bottom: 5px;
        }

        .team-card p {
            color: #555;
        }

        .read-bio {
            margin-top: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
        }

        .read-bio i {
            margin-left: 5px;
        }

        /* Responsive Design */
        @media (max-width: 900px) {
            .team-container {
                grid-template-columns: repeat(2, 1fr); /* Two columns on medium screens */
            }

            .team-card:first-child {
                grid-column: span 2; /* First card spans two columns */
            }
        }

        @media (max-width: 600px) {
            .team-container {
                grid-template-columns: 1fr; /* Single column on small screens */
            }

            .team-card:first-child {
                grid-column: span 1;
            }
        }

/* Media queries for responsive layout */
@media (max-width: 768px) {
  .tab-menu {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .tab-link {
    flex: 1 1 100%;
    margin-bottom: 10px;
  }
}

/* Optional: Add a simple fade-in animation */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Show dropdown menu on hover */
.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0; /* fixes jump */
}

/* Optional: highlight dropdown toggle on hover */
.nav-item.dropdown:hover > .nav-link {
    color: #0d6efd; /* bootstrap primary */
}


