/* CSS Document */
@font-face {
    font-family: myFirstFont;
    src: url(../fonts/Montserrat-Black.ttf);
	
}
@font-face {
    font-family: mySecondFont;
    src: url(../fonts/Montserrat-ExtraBold.ttf);
}
@font-face {
    font-family: myThirdFont;
    src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
    font-family: myForthFont;
    src: url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
    font-family: myFifthFont;
    src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
    font-family: mySixthFont;
    src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
    font-family: mySeventhFont;
    src: url(../fonts/Montserrat-Light.ttf);
}
@font-face {
    font-family: myEightFont;
    src: url(../fonts/Montserrat-Thin.ttf);
}
@font-face {
    font-family: myNinthFont;
    src: url(../fonts/Roboto-Bold.ttf);
}

body 
{
  background-color: #fff;
  position: relative; 
}
body:before 
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; 
}
body.offcanvas-menu:before 
{
    opacity: 1;
    z-index: 1002;
    visibility: visible; 
}

p 
{
  color: #b3b3b3;
  font-weight: 300; 
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 
{
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }
/*header*/
.hero 
{
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
}
.header_top
{
	padding-top: 10px;
	padding-bottom: 10px;
}
.site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0; }
  .site-navbar-wrap a {
    color: #fff; }
  .site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem; }

.site-navbar-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.site-navbar {
  margin-bottom: 0px;
  width: 100%; }
.site-navbar .site-logo 
{
    font-weight: 200;
    line-height: 0;
    /*top: -7px;*/
    position: relative; 
}
.site-navbar .site-logo a 
{
      font-weight: 200;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase; 
}
.site-navbar .site-navigation .site-menu 
{
    margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu a 
{
      text-decoration: none !important;
      display: inline-block;
      font-weight: 500; 
}
.site-navbar .site-navigation .site-menu > li 
{
      display: inline-block;
      padding: 10px 5px; 
}
.site-navbar .site-navigation .site-menu > li > a
{
        padding: 20px 10px;
        color: #ffffff;
        font-size: 15px;
        text-decoration: none !important; 
		font-family: myNinthFont;
}
.site-navbar .site-navigation .site-menu > li > a.active
{
          color: #fff; 
}
.site-navbar .site-navigation .site-menu > li > a:hover 
{
          color: #df1f28; 
}
.site-navbar .site-navigation .site-menu > li:last-child 
{
        padding-right: 0; 
}
.site-navbar .site-navigation .site-menu > li:last-child > a 
{
          padding-right: 20px; 
}
.site-navbar .site-navigation .site-menu .has-children 
{
      position: relative; 
}
.site-navbar .site-navigation .site-menu .has-children > a 
{
        position: relative;
        padding-right: 20px; 
}
.site-navbar .site-navigation .site-menu .has-children > a:before 
{
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown 
{
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s;
        border-radius: 4px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top 
{
          position: absolute; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before 
{
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before 
{
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #0a4e92;
            border-width: 10px;
            margin-left: -10px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a 
{
          font-size: 14px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active 
{
            color: #007bff; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a 
{
          color: #fff !important; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li 
{
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a 
{
            border-top-left-radius: 4px;
            border-top-right-radius: 4px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a 
{
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a 
{
            padding: 9px 20px;
            display: block; 
			color: #0a4e92;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover 
{
              background: #0a4e92;
              color: #ffffff; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before 
{
            content: "\e315";
            right: 20px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul 
{
            left: 100%;
            top: 0; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a 
{
            background: #0a4e92;
            color: #ffffff; 
}
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a 
{
        color: #df1f28; 
}
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active 
{
        cursor: pointer; 
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown 
{
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; 
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #0a4e92;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
.offcanvas-menu .site-mobile-menu 
{
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); 
}
.site-mobile-menu .site-mobile-menu-header 
{
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close 
{
      float: right;
      margin-top: 8px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span 
{
        font-size: 30px;
		color: #ffffff;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover 
{
          color: #dee2e6; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo 
{
      float: left;
      margin-top: 10px;
      margin-left: 0px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a 
{
        display: inline-block;
        text-transform: uppercase; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img 
{
          max-width: 70px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover 
{
          text-decoration: none; 
}
.site-mobile-menu .site-mobile-menu-body 
{
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; 
}
.site-mobile-menu .site-nav-wrap 
{
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; 
}
.site-mobile-menu .site-nav-wrap a 
{
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #ffffff; 
	  font-size: 15px;
	  font-family: myNinthFont;
}
.site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover 
{
        color: #df1f28; 
}
.site-mobile-menu .site-nav-wrap li 
{
      position: relative;
      display: block; 
}
.site-mobile-menu .site-nav-wrap li.active > a 
{
        color: #df1f28; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse 
{
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover 
{
        background: #f8f9fa; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before 
{
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before 
{
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); 
}
.site-mobile-menu .site-nav-wrap > li 
{
      display: block;
      position: relative;
      float: left;
      width: 100%; 
}
.site-mobile-menu .site-nav-wrap > li > a 
{
        padding-left: 20px;
        font-size: 15px; 
}
.site-mobile-menu .site-nav-wrap > li > ul 
{
        padding: 0;
        margin: 0;
        list-style: none; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li 
{
          display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a 
{
            padding-left: 40px;
            font-size: 16px; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul 
{
            padding: 0;
            margin: 0; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li 
{
              display: block; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a 
{
                font-size: 16px;
                padding-left: 60px; 
}

.sticky-wrapper 
{
  position: absolute;
  z-index: 100;
  width: 100%; 
}
.sticky-wrapper + .site-blocks-cover 
{
    margin-top: 96px; 
}
.sticky-wrapper .site-navbar 
{
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; 
}
.sticky-wrapper .site-navbar ul li.active a 
{
      color: #df1f28;
	  font-family: myNinthFont;
}
.sticky-wrapper.is-sticky .site-navbar 
{
    background-color: #0a4e92; 
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li
{
      display: inline-block;
      padding: 10px 5px; 
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child 
{
        padding-right: 0; 
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a 
{
          padding-right: 0; 
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a 
{
        padding-right: 20px; 
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a 
{
        padding: 10px 10px;
        color: #ffffff;
        font-size: 15px; 
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover 
{
          color: #df1f28 !important; 
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active 
{
          color: #fff !important; 
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu .has-children:hover > a, .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu .has-children:focus > a, .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu .has-children:active > a 
{
        color: #df1f28; 
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a 
{
        color: #df1f28; 
}

.site-navbar .site-navigation .site-menu .has-children.active .dropdown > li > a {
  
    color: #0a4e92 !important;
}
.site-navbar .site-navigation .site-menu .has-children.active .dropdown > li:hover > a {
  
    color: #ffffff !important;
}
/*//header*/

/*banner section*/

/* swiper */
.swiper-container {
  padding: 0;
  height: 660px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .swiper-container {
    height: 500px;
  }
}
.swiper-slide {
  width: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.swiper-slide:after {
  content: "";
  /*background-image: linear-gradient(0deg, black, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));*/
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
  /*opacity: 0.3;*/
}

.swiper-slide:before {
  content: "";
  /*background-color: rgba(69, 69, 78, 0.2);
  background-image: linear-gradient(180deg, rgba(255, 234, 213, 0.3), rgba(241, 244, 255, 0.3));*/
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
}

/* swiper arrows */
.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev {
  left: 30px;
}

.swiper-button-next {
  right: 30px;
}

.swiper-button-prev span,
.swiper-button-next span {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: absolute;
  border: solid 2px white;
  border-left: 0;
  border-bottom: 0;
  transition: all 0.3s ease;
}

.swiper-button-prev span {
  transform: rotate(-135deg);
  left: 50%;
}

.swiper-button-next span {
  transform: rotate(45deg);
  right: 50%;
}

.swiper-button-prev span:after,
.swiper-button-next span:after {
  content: "";
  position: absolute;
  background-color: white;
  width: 0px;
  height: 2px;
  transition: all 0.3s ease;
  transform: rotate(-45deg);
}

.swiper-button-prev:hover span {
  left: 30%;
}

.swiper-button-next:hover span {
  right: 30%;
}

.swiper-button-prev:hover span:after,
.swiper-button-next:hover span:after {
  width: calc(20px - 4px);
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none !important;
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
    right: 10px;
    left: auto;
}

/* swiper arrows mobile */
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 0px;
  }

  .swiper-button-next {
    right: 0px;
  }

  .swiper-button-prev:hover span {
    left: 50%;
  }

  .swiper-button-next:hover span {
    right: 50%;
  }

  .swiper-button-prev:hover span:after,
.swiper-button-next:hover span:after {
    display: none;
  }
}
/* swiper pagination */


.swiper-pagination {
  height: 40px;
  right: 0 !important;
  position: absolute !important;
  display: flex !important;
  width: unset !important;
  bottom: 10px !important;
  left: auto !important;
  transform: translateX(-180%) !important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #0a4e92 !important;
	border: 2px solid #ffffff !important;
}
.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.swiper-pagination-bullet:hover {
  background-color: #ffffff;
}

.swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  left: 0;
  background-color: #ffffff;
  border: solid 1px white;
}

/* text content */
.slide-text {
  text-align: left;
  color: white;
  opacity: 1;
  z-index: 2;
  font-family: mySixthFont;
  width: 80%;
  max-width: 100%;
  margin-top: 60px;
}

.slide-text h1 {
  font-family: mySecondFont;
  font-size: 32px;
  letter-spacing: 0.03em;
  line-height: 42px;
}

.slide-text p {
  font-size: 14px;
  font-family: mySixthFont;
  color: #ffffff;
  line-height: 30px;
  width: 50%;
  text-align: justify;
}

/* text mobile */
@media screen and (max-width: 768px) {
  .slide-text {
    width: 60%;
  }

  .slide-text h1 {
    font-size: 20px;
    letter-spacing: 0.02em;
	line-height: 30px;
  }

  .slide-text p {
    font-size: 11px;
	line-height: 24px;
	width: 100%;
  }
}
/* button */
.slide-text .btn {
  font-family: "IBM Plex Mono", monospace;
  background-color: transparent;
  border: solid 1px white;
  padding: 15px 30px;
  min-width: 100px;
  width: fit-content;
  font-size: 14px;
  letter-spacing: 2px;
  color: white;
  position: relative;
  border-radius: 80px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 20px;
}

.slide-text .btn:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  border-radius: inherit;
  transition: all 0.3s ease-in-out;
}

.slide-text .btn:hover::after {
  left: 4px;
  top: 5px;
  background-color: rgba(255, 255, 255, 0.3);
}

.slide-text .btn:hover {
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .slide-text .btn:hover::after {
    left: 0px;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
button:focus {
  outline: 0;
}

/*//banner section*/

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

/*home page*/
.home-about
{
	padding-top: 120px;
	padding-bottom: 80px;
}
.home-abt-img 
{
	display: flex;
	margin-top: 0px;
}
.home-abt-img .image {
    /*position: relative;
    display: block;
    float: right;*/
    width: 100%;
    z-index: 1;
	
}
.image_1
{
	margin-top: 30px;
}
.image_1 img
{
	left: -15px;
}
.home-abt-img img {
    position: relative;
    display: block;
    width: 100%;
}
.home-abt-img .image:nth-child(2) {
    /*position: absolute;
    max-width: 280px;
    top: 100%;*/
    left: 0;
    /*margin-top: -95px;*/
}
.home-abt-img .image {
    /*position: relative;
    display: block;
    float: right;*/
    width: 100%;
    /*max-width: 330px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%), 0px 30px 30px 0px rgb(0 0 0 / 10%);*/
    z-index: 1;
}
.abt-home-dtl h2
{
	font-size: 18px;
    color: #df1f28;
    line-height: 1.5em;
    font-family: mySixthFont;
}
.abt-home-dtl h3
{
    font-size: 36px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-family: myThirdFont;
}
.abt-home-dtl h4
{
	font-size: 18px;
    color: #df1f28;
    line-height: 1.5em;
    font-family: mySixthFont;
}
.abt-home-dtl p
{
	font-family: mySixthFont;
    margin-top: 20px;
	margin-bottom: 30px;
    color: #000000;
    font-size: 16px;
    line-height: 1.8em;
	text-align: justify;
}

.abt-home-dtl-1 p
{
	font-family: mySixthFont;
    margin-top: 20px;
	margin-bottom: 30px;
    color: #000000;
    font-size: 16px;
    line-height: 1.8em;
	text-align: justify;
}

.trusted-company__solution {
	position: absolute;
    left: 0;
    bottom: 50px;
    right: 300px;
    padding: 15px 25px 15px;
    z-index: 1;
}

.trusted-company__solution:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(var(--notech-primary-rgb, 10, 78, 146), 0.9);
	z-index: -1;
}

.trusted-company__solution-content {
	font-size: 14px;
	color: #ffffff;
	font-family: myForthFont;
	line-height: 24px;
	margin-bottom: 0px;
}

.read-more-btn
{
	background: #0a4e92;
    color: #ffffff;
    font-family: mySixthFont;
    padding: 0px 30px;
    min-width: 135px;
    height: 45px;
    line-height: 45px;
    border: none;
    border-radius: 0px;
    outline: none;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    border: 2px solid #0a4e92;
    transition: 0.3s;
    display: inline-block;
	margin-bottom: 20px;
}
.read-more-btn:hover {
    outline: none;
    background: #0a4e92a3;
    border: 2px solid #0a4e9200;
    color: #ffffff;
    text-decoration: none;
}
.read-more-btn:focus
{
	text-decoration: none;
}

.home-m
{
	background: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgb(131 131 131 / 30%);
}
.home-m-v
{
	padding-top: 40px;
	padding-bottom: 80px;
}
.home-v
{
	background: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgb(131 131 131 / 30%);
}
.home-v:hover
{
	background: #0a4e92;
	transition: all 2s !important;
    -webkit-transition: all 2s !important;
    -moz-transition: all 2s !important;
    -o-transition: all 2s !important;
}
.home-v:hover h2
{
	color: #ffffff;
}
.home-v:hover p
{
	color: #ffffff;
}
.home-m h2
{
	font-size: 20px;
    color: #df1f28;
    margin-bottom: 15px;
    line-height: 1.2em;
    font-family: myThirdFont;
}
.home-m:hover
{
	background: #0a4e92;
	transition: all 2s !important;
    -webkit-transition: all 2s !important;
    -moz-transition: all 2s !important;
    -o-transition: all 2s !important;
}
.home-m:hover h2
{
	color: #ffffff;
}
.home-m:hover p
{
	color: #ffffff;
}
.home-m p {
    font-family: mySixthFont;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #000000;
    font-size: 16px;
    line-height: 1.8em;
    text-align: justify;
}
.home-v h2
{
	font-size: 20px;
    color: #df1f28;
    margin-bottom: 15px;
    line-height: 1.2em;
    font-family: myThirdFont;
}
.home-v p {
    font-family: mySixthFont;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #000000;
    font-size: 16px;
    line-height: 1.8em;
    text-align: justify;
}
.home-m-v_dtl
{
	background: #0a4e92;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 10px;
	background-image: url(../images/bg-01.png);
	margin-top: 30px;
}
.home-m-v_dtl:hover
{
	background: #ffffff;
	transition: all 2s !important;
    -webkit-transition: all 2s !important;
    -moz-transition: all 2s !important;
    -o-transition: all 2s !important;
	box-shadow: 0px 0px 20px 0px rgb(131 131 131 / 30%);
}
.home-m-v_dtl:hover p
{
	color: #000000;
}
.home-m-v_dtl p {
    font-family: mySixthFont;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8em;
}

.home-company
{
	padding-top: 80px;
	padding-bottom: 120px;
	background: url(../images/bg-03.jpg);
    background-size: cover;
	background-attachment: fixed;
}
.home-company .row
{
	justify-content: center;
}
.home-company-ttl h2 {
    font-size: 18px;
    color: #df1f28;
    line-height: 1.5em;
    font-family: mySixthFont;
}
.home-company-ttl h3 {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 70px;
    line-height: 1.2em;
    font-family: myThirdFont;
	text-align: center;
}
.home-company-dtl
{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 10px;
	background: #ffffff;
}
.home-company-dtl img
{
	transition: all 1.5s;
}
.home-company-dtl:hover img
{
	transform: scale(0.7);
}
.home-company-dtl h2
{
	font-family: myForthFont;
	font-size: 18px;
    color: #000000;
    line-height: 24px;
	margin-top: 20px;
}    
/*.home-company-dtl:hover
{
	background: #0a4e92;
	transition: all 2s !important;
    -webkit-transition: all 2s !important;
    -moz-transition: all 2s !important;
    -o-transition: all 2s !important;
}
.home-company-dtl:hover h2
{
	color: #ffffff;
}
.home-company-dtl:hover .com-icon1
{
	content: url(../images/com-icon1-w.png);
}*/

.home-news
{
	padding-top: 120px;
	padding-bottom: 80px;
}
.home-news-ttl h2
{
	font-size: 36px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.2em;
    font-family: myThirdFont;
}
/*news*/

.demo
{
	background:linear-gradient(to right,#fcc,#d3d3d3);
}
.post-slide2
{
	margin:30px 15px;
	margin-bottom:2em;
	padding: 20px;
}
.post-slide2:hover
{
	box-shadow: 0px 0px 20px 0px rgb(131 131 131 / 30%);
}
.post-slide2 .post-img
{
	overflow:hidden;
}
.post-slide2 .post-img img
{
	width:100%;
	height:auto;
	transform:scale(1);
	transition:all 1s ease-in-out 0s;
}
.post-slide2:hover .post-img img
{
	transform:scale(1.08);
}
.post-slide2 .post-content
{
	background:#fff;
	padding:20px;
}
.post-slide2 .post-title
{
	margin-top:0;
	text-transform:capitalize;
	font-family: myForthFont;
    font-size: 20px;
    color: #000000;
    line-height: 24px;
    margin-top: 20px;
}
.post-slide2 .post-title a
{
	display:inline-block;
	color: #000000;
	transition:all .3s ease 0s;
}
.post-slide2 .post-title a:hover
{
	color:#df1f28;
	text-decoration:none;
}
.post-slide2 .post-description
{
	font-family: mySixthFont;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #000000;
    font-size: 16px;
    line-height: 1.8em;
}
.post-slide2 .post-bar
{
	padding:0;
	margin-bottom:15px;
	list-style:none;
}
.post-slide2 .post-bar li
{
	color:#676767;
	padding:2px 0;
}
.post-slide2 .post-bar li i
{
	margin-right:5px;
}
.post-slide2 .post-bar li a
{
	display:inline-block;
	font-size:12px;
	color:grey;
	transition:all .3s ease 0s;
}
.post-slide2 .post-bar li a:after
{
	content:",";
}
.post-slide2 .post-bar li a:last-child:after
{
	content:"";
}
.post-slide2 .post-bar li a:hover
{
	color:#3d3030;
	text-decoration:none;
}
.post-slide2 .read-more
{
	display:inline-block;
	padding:10px 15px;
	font-size:14px;
	font-weight:700;
	color:#fff;
	background:#e7989a;
	border-bottom-right-radius:10px;
	text-transform:capitalize;
	transition:all .3s linear;
}
.post-slide2 .read-more:hover
{
	background:#333;
	text-decoration:none;
}
/*//news*/

/*//home page*/

/*top banner*/
.cover-navbar-wrapper.pt-164 {
    padding-top: 160px;
}
.page-cover {
    padding: 25px 0px;
    position: relative;
}
.page-cover {
    color: white;
}
.cover-navbar-wrapper {
    background: linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15)), url(../images/banner_01.jpg) 100% 30%;
    background-size: cover;
	background-position: left;
	/*margin-top: 95px;*/
}
.page-cover h1 {
    font-size: 22px;
	font-family: myThirdFont !important;
	color:#ffffff;
    /*margin-bottom: 30px;*/
	letter-spacing: 1px;
	line-height: 1.1;
	margin-bottom: 5px;
}
.breadcrumb {
    padding: 5px 0px !important;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.page-cover .breadcrumb {
    background: none;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb > .active {
    color: #ffffff !important;
	font-family: mySixthFont !important;
	font-size:14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 25px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\f105" !important;
	font-family: "FontAwesome";
}
.page-cover .breadcrumb li a {
    color: #ffffff;
	font-family: mySixthFont !important;
	font-size:14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 25px;
}
.page-cover .breadcrumb li a {
    text-decoration: none;
}
/*//top banner*/

/*about page*/
.about
{
	padding-top: 80px;
	padding-bottom: 80px;
}
.about-img img
{
	width: 100%;
    max-width: 100%;
    height: 475px;
    object-fit: cover;
    border-radius: 10px 10px 10px 10px;
}
.elementor-element.elementor-element-1739a7c {
    width: auto;
    max-width: auto;
    z-index: -2;
    position: absolute;
    right: -8%;
    bottom: 2%;
}
.elementor-widget-image {
    text-align: center;
}
.elementor-widget-image .elementor-widget-container {
    overflow: hidden;
}
.elementor-element.elementor-element-1739a7c img {
    width: 70%;
    max-width: 70%;
}
.elementor-widget-image img {
    vertical-align: middle;
    display: inline-block;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* tab section*/
.tab-home {
    padding-bottom: 40px;
    padding-top: 40px;
	background-color: #0a4e92;
    background-image: url(../images/cta_bg1.png);
	background-size: cover;
	background-attachment: fixed !important;
    background-repeat: no-repeat;
}
.tab-content h2
{
	font-family: myFirstFont;
	font-size: 28px;
	color: #ffffff;
	line-height: 40px;
	letter-spacing: 1px;
}
.tab-content p
{
	font-family: myThirdFont;
	font-size: 16px;
	color: #ffffff;
	line-height: 28px;
	letter-spacing: 1px;
}
.tab-btn
{
	margin-top: 5px;
}
.hm-btn-tab
{
	background: #df1f28;
    color: #ffffff;
	font-family: mySixthFont;
    padding: 0px 20px;
    min-width: 135px;
    height: 40px;
    line-height: 35px;
    border: none;
    outline: none;
    text-align: center;
    cursor: pointer;
	font-size: 18px;
    border: 2px solid #df1f28;
    transition: 0.3s;
    display: inline-block;
	margin-top: 10px;
}
.hm-btn-tab:hover {
    outline: none;
    background: #df1f2869;
    border: 2px solid #df1f28;
    color: #ffffff;
    text-decoration: none;
}
.hm-btn-tab:focus
{
	text-decoration: none;
}
/*// tab section ends*/
/*//about page*/

/*online magic page*/
.online-magic
{
	padding-top: 80px;
	padding-bottom: 80px;
}
.online-magic-img 
{
	position: relative;
    margin: 60px 40px 0 20px;
}
.online-magic-dtl h2
{
	font-size: 18px;
    color: #df1f28;
    line-height: 1.5em;
    font-family: mySixthFont;
}
.online-magic-dtl h3
{
    font-size: 36px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-family: myThirdFont;
}
.online-magic-dtl h4
{
	font-size: 18px;
    color: #df1f28;
    line-height: 1.5em;
    font-family: mySixthFont;
}
.online-magic-dtl p
{
	font-family: mySixthFont;
    margin-top: 20px;
	margin-bottom: 30px;
    color: #000000;
    font-size: 16px;
    line-height: 1.8em;
	text-align: justify;
}
.online_img::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 70%;
    border: 8px solid #6e58c2;
    border-radius: 0 0 0 20px;
    left: -20px;
    bottom: -20px;
    clip-path: polygon(0 0,0 100%,100% 100%);
    z-index: -1;
}
.online_img img {
    border-radius: 15px;
}
.online-magic-shape {
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: -1;
}
/*//online magic page*/

/* tab section*/
.tab-home {
    padding-bottom: 40px;
    padding-top: 40px;
	background-color: #0a4e92;
    background-image: url(../images/cta_bg1.png);
	background-size: cover;
	background-attachment: fixed !important;
    background-repeat: no-repeat;
}
.tab-content h2
{
	font-family: myFirstFont;
	font-size: 28px;
	color: #ffffff;
	line-height: 40px;
	letter-spacing: 1px;
}
.tab-content p
{
	font-family: myThirdFont;
	font-size: 16px;
	color: #ffffff;
	line-height: 28px;
	letter-spacing: 1px;
}
.tab-btn
{
	margin-top: 5px;
}
.hm-btn-tab
{
	background: #df1f28;
    color: #ffffff;
	font-family: mySixthFont;
    padding: 0px 20px;
    min-width: 135px;
    height: 40px;
    line-height: 35px;
    border: none;
    outline: none;
    text-align: center;
    cursor: pointer;
	font-size: 18px;
    border: 2px solid #df1f28;
    transition: 0.3s;
    display: inline-block;
	margin-top: 10px;
}
.hm-btn-tab:hover {
    outline: none;
    background: #df1f2869;
    border: 2px solid #df1f28;
    color: #ffffff;
    text-decoration: none;
}
.hm-btn-tab:focus
{
	text-decoration: none;
}
/*// tab section ends*/



/*business page*/
.business
{
	padding-top: 120px;
	padding-bottom: 80px;
}
.single_business{
    margin-bottom: 120px;
}
.single_business_thumb {
    position: relative;
}
.business_img_border {
    position: absolute;
    left: -25px;
    top: -33px;
    bottom: 24px;
    right: 25px;
    border: 10px solid #0a4e92;
    z-index: -1;
}
.business-dtl h2
{
	font-size: 18px;
    color: #df1f28;
    line-height: 1.5em;
    font-family: mySixthFont;
}
.business-dtl h3 {
    font-size: 36px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-family: myThirdFont;
}
.business-dtl h4 {
    font-size: 18px;
    color: #df1f28;
    line-height: 1.5em;
    font-family: mySixthFont;
}
.business-dtl p {
    font-family: mySixthFont;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #000000;
    font-size: 16px;
    line-height: 1.8em;
    text-align: justify;
}
.business-ttl h5
{
	font-size: 26px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-family: myThirdFont;
}
.business-ttl p {
    font-family: mySixthFont;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #000000;
    font-size: 16px;
    line-height: 1.8em;
}

.single_business_box:hover {
    background: #fff;
}
.single_business_box {
    padding: 46px 25px 30px;
    -webkit-box-shadow: 0px 6px 40px 0px rgb(148 146 245 / 20%);
    box-shadow: 0px 6px 40px 0px rgb(148 146 245 / 20%);
    border-radius: 10px;
    position: relative;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.single_business_box::before {
    content: " ";
    width: 95%;
    height: 95%;
    z-index: -3;
    position: absolute;
    top: auto;
    bottom: 1px;
    left: 1px;
    border-radius: 12px;
    background-image: linear-gradient(45deg, #9a9fff, #0a4e92);
    background-repeat: repeat-x;
    outline: 1px solid transparent;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.single_business_box_icon {
    color: #0a4e92;
    font-size: 35px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 1;
    margin-bottom: 33px;
    background: #F6F4FD;
    height: 90px;
    width: 90px;
    text-align: center;
    line-height: 90px;
    display: inline-block;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
}
.single_business_box_content h2 {
    font-size: 20px;
	font-family: myThirdFont;
	margin-bottom: 15px;
	line-height: 28px;
}
.single_business_box_content_text {
    padding-top: 0px;
}
.single_business_box_content_text p {
    padding-top: 0px;
	font-family: mySixthFont;
    margin-bottom: 30px;
    color: #000000;
    font-size: 16px;
    line-height: 1.8em;
}
.single_business_box:hover .single_business_box_icon{
	background: #0a4e92;
	color:#fff;
}
.single_business_box:hover {
    background: #fff;
}
.single_business_box_content h2:hover {
	color:#0a4e92;;
}
.single_business_box:hover::before {
    -webkit-transform: rotate(2deg) translateX(-5px) translateY(16px);
    -ms-transform: rotate(2deg) translateX(-5px) translateY(16px);
    transform: rotate(2deg) translateX(-5px) translateY(16px);
}
/*//business page*/

/*blog page*/
.blog
{
	padding-top: 80px;
	padding-bottom: 80px;
}
.blog-ttl h2 {
    font-size: 36px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.2em;
    font-family: myThirdFont;
}

.blog-post
{
	margin:30px 0px;
	margin-bottom:2em;
	padding: 20px;
	box-shadow: 0px 0px 20px 0px rgb(131 131 131 / 30%);
}
.blog-post:hover
{
	
}
.blog-post .blog-post-img
{
	overflow:hidden;
}
.blog-post .blog-post-img img
{
	width:100%;
	height:auto;
	transform:scale(1);
	transition:all 1s ease-in-out 0s;
}
.blog-post:hover .blog-post-img img
{
	transform:scale(1.08);
}
.blog-post .blog-post-content
{
	background:#fff;
	padding:20px;
}
.blog-post .blog-post-title
{
	margin-top:0;
	text-transform:capitalize;
	font-family: myForthFont;
    font-size: 20px;
    color: #000000;
    line-height: 24px;
    margin-top: 20px;
}
.blog-post .blog-post-title a
{
	display:inline-block;
	color: #000000;
	transition:all .3s ease 0s;
}
.blog-post .blog-post-title a:hover
{
	color:#df1f28;
	text-decoration:none;
}
.blog-post .blog-post-description
{
	font-family: mySixthFont;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #000000;
    font-size: 16px;
    line-height: 1.8em;
}
.blog-post .blog-post-bar
{
	padding:0;
	margin-bottom:15px;
	list-style:none;
}
.blog-post .blog-post-bar li
{
	color:#676767;
	padding:2px 0;
}
.blog-post .blog-post-bar li i
{
	margin-right:5px;
}
.blog-post .blog-post-bar li a
{
	display:inline-block;
	font-size:12px;
	color:grey;
	transition:all .3s ease 0s;
}
.blog-post .blog-post-bar li a:after
{
	content:",";
}
.blog-post .blog-post-bar li a:last-child:after
{
	content:"";
}
.blog-post .blog-post-bar li a:hover
{
	color:#3d3030;
	text-decoration:none;
}
.blog-post .read-more
{
	display:inline-block;
	padding:10px 15px;
	font-size:14px;
	font-weight:700;
	color:#fff;
	background:#e7989a;
	border-bottom-right-radius:10px;
	text-transform:capitalize;
	transition:all .3s linear;
}
.blog-post .read-more:hover
{
	background:#333;
	text-decoration:none;
}


.pro-pagination-style
{
	font-size:14px;
	font-weight:400;
	color:#253237;
	margin-top:50px;
	margin-bottom:60px;
}
.pro-pagination-style ul
{
	box-shadow:none;
	padding:0;
	text-align:center!important;
}
.pro-pagination-style ul li
{
	display:inline-block;
}
.pro-pagination-style .active
{
	font-size:14px;
	color:#fff;
	background:#25aae1;
}
.pro-pagination-style a:hover
{
	font-size:14px;
	color:#fff;
	background:#0a4e92;
	text-decoration: none;
}
.pagination
{
	display: inline-flex !important;
}
.pro-pagination-style a
{
	font-family: myFifthFont;
	color: #134173;
	padding: 0;
	height: 46px;
	line-height: 46px;
	background: #ffffff;
	font-size: 14px;
	display: inline-block;
	width: 46px;
	/*border-radius: 100%;*/
	text-align: center;
	vertical-align: top;
	margin-right: 5px;
	box-shadow: 0 0 20px 0px rgb(131 131 131 / 20%);
}
/*//blog page*/

/*blog details page*/
.blog-details {
    padding-top: 60px;
    padding-bottom: 80px;
}
.blog-post-detail
{
	margin:30px 0px;
	margin-bottom:2em;
	box-shadow: 0px 0px 20px 0px rgb(131 131 131 / 30%);
}
.blog-post-detail:hover
{
	
}
.blog-post-detail .blog-post-detail-img
{
	overflow:hidden;
}
.blog-post-detail .blog-post-detail-img img
{
	width:100%;
	height:auto;
	transform:scale(1);
	transition:all 1s ease-in-out 0s;
}
.blog-post-detail:hover .blog-post-detail-img img
{
	/*transform:scale(1.08);*/
}
.blog-post-detail .blog-post-detail-content
{
	background:#fff;
	padding:20px;
}
.blog-post-detail .blog-post-detail-title
{
	margin-top:0;
	text-transform:capitalize;
	font-family: myForthFont;
    font-size: 20px;
    color: #000000;
    line-height: 24px;
    margin-top: 20px;
}
.blog-post-detail .blog-post-detail-title a
{
	display:inline-block;
	color: #000000;
	transition:all .3s ease 0s;
}
.blog-post-detail .blog-post-detail-title a:hover
{
	color:#df1f28;
	text-decoration:none;
}
.blog-post-detail .blog-post-detail-description
{
	font-family: mySixthFont;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #000000;
    font-size: 16px;
    line-height: 1.8em;
}
.blog-post-detail .blog-post-detail-bar
{
	padding:0;
	margin-bottom:15px;
	list-style:none;
}
.blog-post-detail .blog-post-detail-bar li
{
	color:#676767;
	padding:2px 0;
}
.blog-post-detail .blog-post-detail-bar li i
{
	margin-right:5px;
}
.blog-post-detail .blog-post-detail-bar li a
{
	display:inline-block;
	font-size:12px;
	color:grey;
	transition:all .3s ease 0s;
}
.blog-post-detail .blog-post-detail-bar li a:after
{
	content:",";
}
.blog-post-detail .blog-post-detail-bar li a:last-child:after
{
	content:"";
}
.blog-post-detail .blog-post-detail-bar li a:hover
{
	color:#3d3030;
	text-decoration:none;
}


.blog-left-side .widget_recent_data {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 15px;
    box-shadow: 0px 11px 16px rgb(0 0 0 / 9%);
	margin-top: 0px;
}
.single-widget-item {
    overflow: hidden;
}
.blob-dtl-side-ttl
{
    background-color: #fff;
    padding: 15px 15px 5px 15px;
    box-shadow: 0 -1px 16px rgb(0 0 0 / 9%);
    margin-top: 30px;
}
.blog-dtl-side-ttl .widget-1 h2 {
    bottom: -1px;
    color: #0d1218;
    display: block;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-family: myThirdFont;
}
.blog-left-side .widget h2 {
    bottom: -1px;
    color: #0d1218;
    display: block;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 5px;
    text-transform: capitalize;
	font-family: myThirdFont;
}
.recent-post-item {
    margin-top: 15px;
}
.recent-post-item {
    clear: both;
    transition: .5s;
}
.recent-post-image {
    float: left;
    margin-right: 3px;
}
.recent-post-image a {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 5px;
}
.recent-post-image img {
    max-width: 87%;
}
.recent-post-text {
    overflow: hidden;
	font-family: mySixthFont;
	font-size: 14px;
}
.blog-grid .recent-post-text .rcomment {
    color: #6d6d6d;
    font-size: 12px;
}
.blog-grid .recent-post-text>h4 {
    margin-bottom: 3px;
    line-height: 18px;
}
.recent-post-text h4 {
    margin: 0;
	font-family: myForthFont;
}
.recent-post-text a {
    color: #0d1218;
    font-size: 16px;
}
.recent-post-text a:hover {
    color: #df1f28;
}
.recent-post-image img {
    max-width: 87%;
}
/*scroll*/
.news-scroll {
    height: 400px;
    overflow: auto;
}
.news-scroll::-webkit-scrollbar {
    width: 3px;
}
.news-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 1px;
}

.news-scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 1px;
    background: #df1f28; 
    
}
/*// scroll*/
/*//blog details page*/

/*contact page*/
.ftco-section {
    padding: 7em 0;
    position: relative;
    width: 100%;
    z-index: 0;
}
.container-xl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.wrapper {
    width: 100%;
}
.contact-wrap {
    background: #fff;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}
.contact-wrap h3, .contact-wrap .h3 {
    color: #000000;
    font-weight: 400;
    font-size: 30px;
	font-family: myForthFont;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.w-100 {
    width: 100% !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.dbox .text {
    width: 100%;
}
.ttl
{
	color: #8c8c8c;
	font-family: mySixthFont;
}
.dbox p {
    margin-bottom: 0;
	color: #8c8c8c;
	font-family: myForthFont;
	font-size: 14px;
}
.dbox p span {
    color: #052c43;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
	font-family: myThirdFont;
	margin-bottom: 5px;
}
.dbox p a
{
	color: #0a4e92;
}
.dbox p a:hover
{
	color: #0a4e92;
}
.contactForm .form-group {
    width: 100%;
    margin-bottom: 10px;
}
.contactForm .form-control {
    border: 1px solid rgba(0, 0, 0, 0.1);
	font-family: mySixthFont;
}
.contactForm .form-control:focus {
    border: 1px solid #0a4e92;
	color: #b3b3b3;
}
.form-control {
    height: 45px;
    background: #fff;
    color: #b3b3b3;
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.plc-clr::placeholder {
  color: #b3b3b3;
  opacity: 1; /* Firefox */
}

.plc-clr:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #b3b3b3;
}

.plc-clr::-ms-input-placeholder { /* Microsoft Edge */
 color: #b3b3b3;
}
.contactForm textarea.form-control {
    height: inherit !important;
}
.contactForm textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}
.submit-btn
{
	background: #0a4e92;
    color: #ffffff;
    font-family: mySixthFont;
    padding: 0px 30px;
    min-width: 135px;
    height: 45px;
    line-height: 45px;
    border: none;
    border-radius: 0px;
    outline: none;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    border: 2px solid #0a4e92;
    transition: 0.3s;
    display: inline-block;
	margin-bottom: 20px;
	margin-top: 20px;
}
.submit-btn:hover {
    outline: none;
    background: #0a4e92a3;
    border: 2px solid #0a4e9200;
    color: #ffffff;
    text-decoration: none;
}
.submit-btn:focus
{
	text-decoration: none;
}
.footer-social {
    padding-left: 2px;
    margin-top: 20px;
}
.footer-social li {
    display: inline-block;
    margin-right: 20px;
}
.footer-social li a i {
    color: #0a4e92;
    font-size: 18px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
/*//contact page*/

/*footer*/
.footer-area {
    padding: 65px 0 0;
    background-color: #0d0d0d;
    background-size: cover;
}
.footer-area .footer-area-top {
    padding-bottom: 50px;
}
.footer-area .footer-area-top .footer-box img {
    margin-top: 70px;
}
.footer-area .footer-area-top .footer-box h4 {
    color: #ffffff;
    font-family: myFifthFont;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
	line-height: 1.1;
}
.footer-area .footer-area-top .footer-box .footer-social {
  margin-bottom: 24px;
  padding-left: 0px;
}
.footer-area .footer-area-top .footer-box .footer-social li {
  display: inline-block;
  margin-right: 20px;
}
.footer-area .footer-area-top .footer-box .footer-social li a i {
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .footer-social li a:hover i {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer-area .footer-area-top .footer-box h3 {
  color: #ffffff;
  font-family: myFifthFont;
  letter-spacing: 1px;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.1;
}
.footer-area .footer-area-top .footer-box .info-list {
  padding-top: 5px;
  padding-left: 0px;
}
.footer-area .footer-area-top .footer-box .info-list li {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.1;
  list-style: none;
}
.footer-area .footer-area-top .footer-box .info-list li a {
  color: #ffffff;
  font-family: myFifthFont;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .info-list li a:hover {
  color: #df1f28;
  font-family: myFifthFont;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .info-list li:last-child {
  margin-bottom: 0;
}
.footer-area .footer-area-top .footer-box .tag-list {
  padding-top: 5px;
}
.footer-area .footer-area-top .footer-box .tag-list li {
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 3px;
  border: 1px solid #727272;
  background: transparent;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .tag-list li a {
  color: #ffffff;
  display: block;
  padding: 5px 17px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area .footer-area-top .footer-box .tag-list li:hover {
  border: 1px solid #111111;
  background: #111111;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer-area .footer-area-top .footer-box .tag-list li:hover a {
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.footer-area-top .contact-widget h3 {
    color: #ffffff;
    font-family: myFifthFont;
    letter-spacing: 1px;
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.1;
}
.footer-area-top .contact-widget .info-list1 {
    padding-top: 5px;
    padding-left: 0px;
}
.footer-area-top .contact-widget .info-list1 li{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-family: myFifthFont;
  letter-spacing: 0px;
  color: #ffffff;
  padding-left: 35px;
  margin-bottom: 25px;
}

.footer-area-top .contact-widget h3 {
    color: #ffffff;
    font-family: myFifthFont;
    letter-spacing: 1px;
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.1;
}

.footer-area-top .contact-widget .info-list1 li:last-child{
  margin-bottom: 0px;
}

.footer-area-top .contact-widget .info-list1 li i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 20px;
}

.footer-area-top .contact-widget .info-list1 li i{
	color: #ffffff;
}

.footer-area-top .contact-widget .info-list1 li a:hover{
  color: #df1f28;
  text-decoration: none;
}

.footer-area-top .contact-widget .info-list1 li a:focus{
  text-decoration: none;
}

.footer-area-top .contact-widget a
{
  color: #ffffff;
  font-family: myFifthFont;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.footer-area-top .contact-widget .info-list1 li:first-child i{
  top: 5px;
}
.footer-area .footer-area-bottom {
  padding-bottom: 20px;
  text-transform: capitalize;
  font-size: 13px;
}
.footer-area .footer-area-bottom p {
  color: #ffffff;
  font-family: myFifthFont;
  font-size: 13px;
  margin-bottom: 0px;
  text-transform: none;
}
.footer-area .footer-area-bottom p span {
  color: #df1f28;
  text-transform: uppercase;
  font-family: myFifthFont;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-bottom p a {
  color: #ffffff;
  font-family: myFifthFont;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area .footer-area-bottom p a:hover {
  color: #df1f28;
  font-family: myFifthFont;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-bottom-line
{
	border-top: 1px solid #ffffff;
	padding: 25px 0 0;
}
.footer-box-bg
{
	background: url(../images/bg-02.jpg);
    background-size: cover;
	padding: 10px 30px;
	margin-top: -110px;
}
.footer-box p
{
	font-family: mySixthFont;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8em;
	text-align: justify;
}
/*//footer*/
@media (min-width: 992px) and (max-width: 1199px)
{
.trusted-company__solution {
    position: absolute;
    left: 0;
    bottom: 108px;
    right: 255px;
    padding: 15px 25px 15px;
    z-index: 1;
}
}
@media (min-width: 768px) and (max-width: 991px)
{
.trusted-company__solution {
    position: absolute;
    left: 0;
    bottom: 16px;
    right: 375px;
    padding: 15px 25px 15px;
    z-index: 1;
}
}
@media (min-width: 576px) and (max-width: 767px)
{
.trusted-company__solution {
	position: absolute;
    left: 0;
    bottom: 16px;
    right: 285px;
    padding: 15px 25px 15px;
    z-index: 1;
}
}
@media (min-width: 320px) and (max-width: 575px)
{
.trusted-company__solution {
    position: absolute;
    left: 0;
    bottom: -78px;
    /* right: 300px; */
    padding: 15px 25px 15px;
    z-index: 1;
    width: 100%;
    margin-bottom: 40px;
    /* padding-bottom: 40px;*/
}
.abt-home-dtl
{
	margin-top: 80px;
}
}
@media (min-width: 320px) and (max-width: 991px)
{
.home-about {
    padding-top: 120px;
    padding-bottom: 20px;
}	
}
@media (min-width: 320px) and (max-width: 767px)
{
.footer-box-bg {
    margin-bottom: 40px;
}
.footer-box
{
	margin-bottom: 40px;
}
.home-company-dtl {
    margin-bottom: 30px;
}
.home-m-v_dtl {
    margin-bottom: 30px;
}
.home-v {
    margin-bottom: 30px;
}
}