@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');


h1, h2, h3, .mth2 {
    font-family: 'Montserrat', sans-serif;
}

body, p, a {
    font-family: 'Manrope', sans-serif;
}

.container{
  max-width: 1440px;
}

@media screen and (max-width: 1500px){
  .container{
    max-width: 1300px;
  }
}
@media screen and (max-width: 1360px){
  .container{
    max-width: 1140px;
  }
}
h1,h2,h3,h4,h5,h6{
  font-family: "Manrope", serif;
}

body{
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: #4E5866;
  font-family: "Roboto", sans-serif;
  position: relative;
}/* #Navigation
================================================== */
p{
  text-align: justify;
}
.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 0px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 0px 0;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
  position: fixed;
}

.navbar-brand{
  margin-right: 0
}
.navigation-wrap{
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;padding: 0;

  z-index: 1000;

}
.navbar{
  padding: 0;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link{
  color: #212121 !important;
  font-weight: 500;
  transition: all 200ms linear;
}
.nav-item:hover .nav-link{
  color: #1e3965 !important;

}
.section-space-medium-bottom {
  padding-bottom: 100px;
}
.section-space-top {
  padding-top: 120px;
}
.p-relative {
  position: relative;
}

.section-title {
  font-size: 38px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: capitalize;
  background: #1e3965;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-sub-title {
  font-family: var(--rubik-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: capitalize;
  color: #00468d;
  margin-bottom: 10px;
}
.nav-item.active .nav-link{
  color: #777 !important;
}
.title-box p{

  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #5E6770;
  margin-bottom: 20px;
  text-align: justify;
  margin-top: 0

}

.dropdown-item{

  font-size: 16px;
}
.navbar-nav .nav-link{

  font-size: 18px;
}
.nav-item:hover:after{
  bottom: 0;
  opacity: 1;
}
.nav-item.active:hover:after{
  opacity: 0;
}
.nav-item{
  position: relative;
  transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
  background-color: #fff !important;
  transition: all 200ms linear;
}
.section {
  position: relative;
  width: 100%;
  display: block;
}
.full-height {
  height: 100vh;
}
.over-hide {
  overflow: hidden;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}

#switch,
#circle {
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear; 
} 
#switch {
  width: 60px;
  height: 8px;
  border: 2px solid #1e3965;
  border-radius: 27px;
  background: #000;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  transform: translate(0);
  transition: all 300ms linear;
  transition-delay: 1900ms;
}
body.hero-anime #switch{
  opacity: 0;
  transform: translateY(40px);
  transition-delay: 1900ms;
}
#circle {
  position: absolute;
  top: -11px;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
}
.switched {
  border-color: #000 !important;
  background: #1e3965 !important;
}
.switched #circle {
  left: 43px;
  box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
  background: #fff;
}
.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
  padding: 0px!important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  border-bottom: 1px solid #68686878;box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(68, 68, 68, 0.44);
  transition: all 200ms linear;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 8px 23px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear;
  border-bottom: 1px solid #29378f;
}
.dropdown-item:hover, 
.dropdown-item:focus {
  color: #fff;
  background-color: #1e3965;
}

body.dark{
  color: #fff;
  background-color: #28499b;
 
}

body.dark h1{
  color: #fff;
}
body.dark h1 span{
  transition-delay: 0ms !important;
}
body.dark p{
  color: #fff;
  transition-delay: 0ms !important;
}
body.dark .bg-light {
  background-color: #14151a !important;
}
body.dark .start-header {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
  color: #fff !important;
}
body.dark .nav-item.active .nav-link{
  color: #999 !important;
}
body.dark .dropdown-menu {
  color: #fff;
  background-color: #28499b;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
  color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
  border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
  background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}



/* #Media
================================================== */

@media (max-width: 767px) { 
  h1{
    font-size: 38px;
  }
  .nav-item:after{
    display: none;
  }
  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  }
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"]::after{
    transform: rotate(90deg);
    opacity: 0;
  }
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  body.dark .nav-item::before {
    background-color: #fff;
  }
  body.dark .dropdown-toggle::after {
    background-color: #fff;
  }
  body.dark .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
  }
}



.deshnone{
  display: none;
}
.mlll0{
  margin-left: 0 !important;
}

@media screen and (max-width: 767px){
  .deshshow{
    display: none;

  }

  .deshnone{
    display: block;
  }

}.navbar-brand{
  padding: 0;
}
.shape-1 {
  position: absolute;
  bottom: 164px;
  right: 0;
}
.nav-item{
  
}
.topbar{
  background:#1e3965;
  padding: 10px 0
}
.topbar ul li{
  display: inline-block;
  color: #fff;
  margin-right: 20px;
}
.topbar ul li a{
  font-size: 15px;
  padding-left: 5px;
  color: #fff
}
ul{
  padding:0;
  margin:0;
}
.social{
  float: right;margin-right: -15px;
}
.topbar ul li a:hover{
  color: #d0e6ff
}

/* #Link to page
================================================== */

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}
.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}

.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: top;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
}
}
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:30px;

  }
}
/*--------------------------------------------------------------
  #hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 780px;
  transition:all .4s ease;
}
.hero-slider .slide-inner::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #75bbf308, #1e3865)
}
@media (max-width: 991px) {

  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style{
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 0px;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@keyframes spin {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  50% {
    -webkit-transform:rotate(40deg);
    transform:rotate(40deg)
  }
  100% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
}
.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
  z-index: 9;
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  50% {
    -webkit-transform:translateY(30px);
    transform:translateY(30px)
  }
  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}.ripple-shape {
  position:absolute;
  bottom:0;
  right:0;
  z-index:2
}
.ripple-1,
.ripple-2,
.ripple-3,
.ripple-4,
.ripple-5,
.ripple-6 {
  height:40px;
  width:40px;
  position:absolute;
  left:30px;
  bottom:-10px;
  background-color:transparent;
  border:3px solid rgba(255,255,255,1);
  border-radius:50%;
  -webkit-transform:translate3d(-50%, 50%, 0);
  transform:translate3d(-50%, 50%, 0);
  -webkit-animation:heroripple 8s ease-out infinite;
  animation:heroripple 8s ease-out infinite
}
.ripple-1 {
  -webkit-animation-delay:0;
  animation-delay:0
}
.ripple-2 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}
.ripple-3 {
  -webkit-animation-delay:2s;
  animation-delay:2s
}
.ripple-4 {
  -webkit-animation-delay:3s;
  animation-delay:3s
}
.ripple-4 {
  -webkit-animation-delay:4s;
  animation-delay:4s
}
.ripple-5 {
  -webkit-animation-delay:5s;
  animation-delay:5s
}
.ripple-6 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}
@-webkit-keyframes heroripple {
  0% {
    -webkit-transform:translate3d(-50%, 50%, 0);
    transform:translate3d(-50%, 50%, 0);
    opacity:0.5
  }
  100% {
    -webkit-transform:translate3d(-50%, 50%, 0);
    transform:translate3d(-50%, 50%, 0);
    opacity:0;
    width:310px;
    height:310px
  }
}
@keyframes heroripple {
  0% {
    -webkit-transform:translate3d(-50%, 50%, 0);
    transform:translate3d(-50%, 50%, 0);
    opacity:0.5
  }
  100% {
    -webkit-transform:translate3d(-50%, 50%, 0);
    transform:translate3d(-50%, 50%, 0);
    opacity:0;
    width:310px;
    height:310px
  }
}
.hero-1 .shape5, .hero-1 .shape4 {
  z-index: 9;
}
.shape3 {
  top: -420px;
  left: -330px;
  width: 619.52px;
  height: 619.52px;
  border: 2px solid rgba(255,255,255,0.15);
  border-radius: 100px;
  -webkit-transform: rotate(25.36deg);
  -ms-transform: rotate(25.36deg);
  transform: rotate(25.36deg);
  z-index: 2;
  -webkit-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
}
.shape4 {
  top:0;
  right: -330px;
  width: 619.52px;
  height: 619.52px;
  border: 2px solid rgba(255,255,255,0.15);
  border-radius: 100px;
  -webkit-transform: rotate(25.36deg);
  -ms-transform: rotate(25.36deg);
  transform: rotate(25.36deg);
  z-index: 2;
  -webkit-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
}
.hero-shape {
  position: absolute;
}
.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 20px;
  text-transform: capitalize;
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 768px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
  .service-item-three .service-icon {
    position: absolute;
    top: -30px;
    right: 0px !important;
    z-index: 9;
  }
  .servicepage .service-item-three .service-content {
    position: relative;
    width: 100% !important;
  }
  .service-item-three .service-image img {
   
    width: 100% !important;
  }
}

.hero-style .slide-text p {
  opacity: 1;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 20px;
  transition:all .4s ease;
  font-weight: normal;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
  #button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2{
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color:#2b3b95;
  padding: 9px 32px;
  border: 0; 
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition:all .4s ease;
}
a {
  text-decoration: none;
  transition: all 0.2s ease;
}
.theme-btn-s2{
  background-color: rgba(255, 255, 255, 0.9);
  color: #131e4a;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
  background-color:#2b3b95 ;
  color: #fff;
}
.theme-btn-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}
a:hover {
  text-decoration: none;
}
@media (max-width: 991px){
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px){
  .theme-btn, .theme-btn-s2{
    padding: 13px 20px;
    font-size: 13px;
  }
}



.click-btn {
  display: flex;
  width: 120px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
  line-height: 35px;
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;
  margin-left: 40px;
}
.btn-style500 {
  border-color: #1e3965;
  color: #1e3965;
}
.btn-style500:hover {
  color: #fff;
  transition-delay: 0.2s;
  animation: ani500 0.6s forwards;
  background: radial-gradient(circle, #1e3965 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #1e3965 0.2em, transparent 0.3em) 0 0/1em 1em;
}

@keyframes ani500 {
  100% {
    background-size: 2.375em 2.375em, 0.1em 0.1em;
  }
}
.btn {
  background: #1e3965;
  color: #fff;
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  z-index: 9;
  padding: 10px 23px 10px 48px;
  display: inline-block;
  border-radius: 100px;
  border: none;
  font-weight: 500;
  margin-top: 40px;
  font-size: 20px;
}

.btn::before {
  background: #8cc74f;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  opacity: 1;
  transition: .6s;
  z-index: -1
}

.btn span {
  color: #fff
}

.btn:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%)
}

.btn i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  line-height: 40px;
  margin-left: 10px;
  color: #1e3965
}

.btn:hover i {
  color: #8cc74f;
  transition: .6s
}

.about-one_imgbox{
  position: relative;
}

/* .about-one_img1 img{
  -webkit-animation: rotate 45s normal linear infinite;
    animation: rotate 45s normal linear infinite;
} */
@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
.about-one_img2 {
  position: absolute;
  text-align: center;
  top: -30px;
  left: 52px;
}

.aboutus{
  padding: 10px 0 70px; 
  overflow: hidden;
 
  background-size: cover;
}

.sec-title{
  position: relative;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 10px;
  color: #000;padding-top: 40px;

}

.sec-title span{
  color: #1e3965;
}

.aboutus ul li{
      list-style: disclosure-closed;
      margin-left: 20px;
}

.aboutus ul li::marker{
   color: #1e3964;
}

@media screen and (max-width:1199px){

  .topbar ul li a {
  font-size: 14px;
}  .ml-md-4, .mx-md-4 {
    margin-left: 1rem !important;
  }
}
@media screen and (max-width:991px){
  
   .ml-md-4, .mx-md-4 {
    margin-left: 0.15rem !important;
  }
  .navbar-nav .nav-link {
  font-size: 14px;
}  .pt-md-5, .py-md-5 {
    padding-top: 0 !important;
  }  .topbar ul li a {
    font-size: 11px;
  }.navbar-expand-md .navbar-collapse {
  flex-basis: auto;
}
.topbar ul li[
margin-right5px]
}

@media screen and (max-width:767px)
{
  .topbar{
    display: none;
  }
 
      .nav-item::before{
        display: none;
      }
      .aboutus {
    padding: 21px 0 35px;
  }
  .about-one_img2{
    top: 32px;
    left: 14px;
  }
  .sec-title{
        font-size: 36px;
        margin-top: 30px;
  }
}


.choose-section.style-2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 60px 0;
}
.bg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}.choose-section.style-2 .img-left__shape {
    position: absolute;
    z-index: -1;
    bottom: -3px;
    left: 0;
}.choose-section.style-2 .image-column .image-box {
    position: relative;
    margin-left: -70px;
}.choose-section.style-2 .image-column .image-1 {
    text-align: center;
    margin-top: px;
    margin-left: 0px;
}.choose-section.style-2 .image-column .image-2 {
    position: absolute;
    left: 40px;
    top: 24%;
    width: 700px;
    z-index: -1;
}
.choose-section.style-2 .image-column .image-2 img{
  width: 700px;
}
.choose-section.style-2 .experience {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 166px;
    height: 166px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    top: 31%;
    right: 90px;
    background-color: red;
}.choose-section.style-2 .experience .inner {
    position: relative;
    z-index: 2;
}.choose-section.style-2 .experience h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .4px;
    margin-bottom: 0;
}.choose-section.style-2 .experience .title {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0;
}.choose-section.style-2 .experience .shape {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 178px;
    height: 178px;
}
.list-style-two li{
  list-style: disclosure-closed;
  margin-left: 17px;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: #4E5866;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}
.list-style-two li::marker{
  color: #203d6d;
  margin-right: 5px;
}
.list-style-two li b{
  color: #1e3965;
}

@media screen and (max-width:991px){
  .sec-title{
    font-size: 37px;
  }
  p, ul li{
    font-size: 16px;
    line-height: 26px;
  }
  .content-column{
    margin-top: 10px;
  }
}

@media screen and (max-width:767px){
    .sec-title {
    font-size: 30px;
  }  p, ul li {
    font-size: 15px;
    line-height: 25px;
  }
  .choose-section.style-2 .image-column .image-1 img{
    height: 400px;
    margin-left: 17%;
  }
    .content-column {
    margin-top: -20px;
  }
  .choose-section.style-2{
    padding: 60px 0 20px;
  }
}



.service-item-three {
    position: relative;
    margin-bottom: 25px;
}

.service-item-three .service-image {
    position: relative;
    overflow: hidden;
}

.service-item-three .service-image img {
    border-radius: 3px;
    transition: 0.4s;
    transform: scale(1);
    width: auto;
  height: 300px;
}

.service-item-three:hover .service-image img {
    transform: scale(1.1);
}

.service-item-three .service-content {
    position: absolute;
    bottom: 0;
    right: 100px;
    background: #fff;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 45px 13px 25px;
    left: 0;
}

.service-item-three .service-content::before {
    z-index: 1;
    top: -1px;
    right: -68px;
    width: 70px;
    height: 157px;
    position: absolute;
    clear: both;
    display: block;
    content: "";
    background: #fff;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.1);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    transition: 0.4s;
}

.service-item-three .service-content .title {
    color: #1e3965;
    transition: 0.4s;
    font-size: 24px;
}

.service-item-three .service-content .title:hover {
    color: #cd4448;
}

.service-item-three .service-icon {
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 9;
}

.service-item-three .service-icon  {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    text-align: center;
    display: inline-block;
    background: #1e3965;
    border-radius: 50%;
    color: #fff;
    transition: 0.4s;
    transform: scale(1);
}

.service-item-three:hover .service-icon {
    background-color: #cd4448;
    color: #fff;
}

.tj-service-icon-box {
    position: absolute;
    right: 140px;
    bottom: -35px;
    background: #062e39;
    z-index: 9;
    border-radius: 4px;
}

.services{
  padding: 60px 0 50px;
}

.service-item-three .service-icon img{
  height: 50px;
  filter: brightness(0) invert(1);
  padding: 5px;
}

.post-slide{
  margin: 3px 20px;
}


footer{
  background:#141414;
  padding: 60px 0 0px;
}

footer h4{
  font-size: 26px;
  margin-top: -0.22em;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}

footer ul{
  padding: 0;
  margin: 0;
}
footer ul li{
  list-style: none;margin-bottom:10px;
  display: flex;
}
footer ul li a{
  list-style: none;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: #fff !important;
  
}

footer ul li i{
  padding-right: 10px;
  color: rgb(247, 20, 20) !important;
}
.media-text{
  margin-bottom: 0;
}
.copyright-text {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
} .copyright-text a{
  color: #fff !important;
}
.copyright-text a:hover{
  color: #fff !important;
}
.copyright{
background: #233d6a !important;
  padding: 10px 0;
  text-align: center;
  border-top-left-radius: 30px;
  margin-top: 40px;
  border-top-right-radius: 30px;
}



@media screen and (max-width:1360px){
  footer ul li a{
    font-size: 13px;
  }
}


@media screen and (max-width:1199px){
    footer ul li a {
    font-size    : 15px;
  }
  .mth2{
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width:767px){
  .copyright{
    margin-top: 20px;
  }
  footer{
    padding: 45px 0 0px;
  }
  .services {
  padding: 0px 0 20px;
}
.service-item-three .service-content .title{
  font-size: 22px;
}
.service-item-three .service-content{
  padding: 20px 42px 13px 16px;
}
}.hero-section{
  background: #1e3965;
  padding: 30px 0 15px;
}
.hero-section .text-white {
  color: #fff !important;
}
.hero-section h1{
  font-size: 40px;
}
.custom-breadcrumb ol li a, .custom-breadcrumb ol li.breadcrumb-item.active{
  font-size: 16px;color: #fff !important;
}


@media screen and (max-width:767px){
  .hero-section h1 {
  font-size: 30px;
}.custom-breadcrumb ol li a, .custom-breadcrumb ol li.breadcrumb-item.active {
  font-size: 14px;
}
.hero-section{
  padding: 25px 0 8px;
}
}


.servicepage .service-item-three .service-content{
  position: relative;
  width: 94%;
}
.servicepage .service-item-three .service-content::before{
  display: none;
}

.tm-contact-block {
 -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 10px;
  overflow: hidden;
  min-height: 310px;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.tm-contact-icon img {
  display: inline-block;
  height: 80px;
  width: auto;
  font-size: 40px;
  text-align: center;
  margin-bottom: 10px;
  color: #e31d26;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.tm-contact-block h5 {
  margin-bottom: 5px;
  position: relative;
  font-weight: 700;
  line-height: 36px;color: #1e3965;
  font-size: 25px;
  text-transform: capitalize;
}
.tm-contact-block:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 25px rgba(43, 47, 75, 0.2);
  box-shadow: 0 10px 25px rgba(43, 47, 75, 0.2);
}
.tm-contact-block p {
  margin-bottom: 0;
  position: relative;
  color: #555555;
  font-size: 17px;
  line-height: 1.8em;
  margin-bottom: 10px;
  text-align: center;
}

.tm-contact-block p a {
  color: #444444;
}
.mt-402 {
  margin-top: 40px;
}
.tm-contact-formwrapper {
  padding: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} 
.tm-contact-formwrapper h5 {
  margin-bottom: 20px;
  margin-top: -4px;
  font-size: 30px;
}
.tm-contact-formwrapper h2{
  font-size: 34px;
  margin-bottom: 20px;
}
.tm-form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -25px;
}
.tm-form-field {
  margin-top: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
input::placeholder, button::placeholder, select::placeholder, textarea::placeholder {
  color: #777777;
}
.tm-form-field {
  margin-top: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

input, select, button {
  height: 50px;
  padding: 0 15px;
}

input, select, textarea {
  width: 100%;
  font-size: 14px;
  vertical-align: middle;
}

input, button, select, textarea {
  background: transparent;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #444444;
  font-family: "Karla", sans-serif;
  border-radius: 3px;
}
textarea {
  padding: 10px 15px;
}
.tm-button:hover, a.tm-button:hover, button.tm-button:hover {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  color: #21386a;
  background: #fff;
}
.tm-button, a.tm-button, button.tm-button {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  background: #21386a;
  height: 50px;
  line-height: 48px;
  padding: 0 40px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  border: 1px solid #21386a;
  z-index: 1;
  vertical-align: middle;
  border-radius: 3px;
}



.tm-section{
  padding: 70px 0 70px;
}


#servicepagesection .service-block .inner-box{
  margin-left: 0;
}

#servicepagesection .service-block .inner-box .text{
  font-size: 15px;
}
.ml-md-4, .mx-md-4 {
    margin-left: 0 !important;
  }
  .navbar-expand-md .navbar-nav .nav-link{
    margin:0 10px;
  }

@media screen and (max-width:1199px){
  .navbar-expand-md .navbar-nav .nav-link {
  margin: 0 5px;
}
.tm-contact-block{
  min-height: auto !important;
  margin-bottom: 30px;
}
}
@media screen and (max-width:991px){
  .navbar-expand-md .navbar-nav .nav-link {
  margin: 0 0px;
}

}

@media screen and (max-width:767px){
  .servicepage{
    padding: 40px 0 20px;
  }
  .tm-section {
  padding: 45px 0 35px;
}
.tm-contact-block{
  margin-bottom: 20px;min-height: auto;
}.mt-402 {
  margin-top: 18px;
}footer h4 {
  font-size: 20px;
}
.tm-contact-block h5{
  font-size: 20px;
}
.tm-contact-formwrapper h2 {
  font-size: 26px;margin-top: 0;
}
.tm-contact-icon img {

  height: 60px;
}
}

.tm-form-inner .row{
  width: 100%;
}
.navbar-expand-md .navbar-collapse{
  flex-basis: 100%;
}



.fixedbutton img{
  height: 42px;
}
.fixedbutton{
  position: absolute;
  /* right: 20px; */
  left: 29px;
  bottom: 93px;
}
.contactbox ul li {
  list-style: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.contactbox ul li a{
  list-style: none;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;color: #fff;
}
.contactbox ul li a:hover{
  color: #fff;
}
.contactbox ul li i{
  color: #fff;
}
.contactbox .tm-contact-formwrapper{
  background: #1e3965;
}
.contactbox .tm-contact-formwrapper h2{
  color: #fff;
}
.contactbox .tm-contact-formwrapper h2 span{
  color: #fff !important;
}
.contactbox, .contactbox .tm-contact-formwrapper{
  height: 100%;

}
.home-contact{
  padding: 60px 0;
}

@media screen and (max-width:1199px){
  .contactbox ul li a {
  font-size: 14px;
  line-height: 26px;
}
.home-contact {
  padding: 40px 0;
}
}

.our-clients{
  padding: 60px 0 40px;
  background: url('../images/about-section-two.jpg');
  background-size: cover;
}
.our-clients img{
  margin-bottom: 20px;
}
.it-funfact-area {
  background-image: linear-gradient(180deg,#fff 50%,#F3F3F3 31%);
}

.it-funfact-bg-wrap {
    padding: 45px 70px 45px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 200px;
}.yellow-bg {
    background-color: #223c69;
}
.it-funfact-icon span {
    height: 78px;
    width: 78px;
    line-height: 82px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    background-color: #ffffff;
    color: #cd4448;
    font-size: 38px;
    border-radius: 50%;
}
.it-funfact-content {
    line-height: 0;
}
.it-funfact-content h6 {
    font-size: 39px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.it-funfact-content span {
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    color: #fff;
}


.industries{
  padding: 60px 0;
}
.category-item {
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #cd444817;
  margin-bottom: 35px;
}
.category-icon span {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  margin-top: 5px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
  background-color: rgba(27, 117, 232, 0.1);
  border: 1px dashed #ff000029;
  color: #cd4448;
  background-color: #ff000029;
}
.category-icon span img{
  height: 45px;
}
.category-title{
  font-size: 22px;
  color: #000;
  margin: 0;
}
.approach{
   padding: 60px 0;
  background: url('../images/about-section-two.jpg');
  background-size: cover;
}

.home-services-sec--thumb-1 img {
  border-radius: 242px;
}
.home-services .sectiontitle{
  margin-bottom: 30px;
}
.home-services-sec--card-wrap.right-wrap {
  text-align: start;
}
.home-services-sec--card-wrap.right-wrap p{
  text-align: right;
}
.home-services-sec--card-wrap.right-wrap .home-services-sec--card {
/*  flex-direction: row-reverse;*/
}

.home-services-sec--card {
  display: inline-flex;
  gap: 22px;
}
.home-services-sec--card:not(:last-child) {
  margin-bottom: 60px;
}
.home-services-sec--card .home-services-sec--card-text{
  text-align: left;
}
.home-services-sec--card .icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
  flex: none;
  background: #cd4448 ;
  text-align: center;
 position: relative;
  border-radius: 50px;
}
.home-services-sec--thumb-1{
  text-align: center;
}

.home-services-sec--card .icon img {
  transition: 0.4s;
  height: 37px;
}
.home-services{
  padding: 60px 0;
  background:#fff;
}
.home-services-sec--card .home-services-sec--card-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #000;
  font-family: "Roboto", sans-serif;
}.marquee_area {
  background: #fff;
  padding: 0px 0 75px;
  border-top: 1px solid #ffffff3b;
  position: relative;
  z-index: 99;
}
.marquee {
  position: relative;
  --duration: 40s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap:0;
}
.marquee-block h3 {
  margin: 0;
}
.marquee-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap:0px;
  min-width: 100%;
  -webkit-animation: scroll 30s linear infinite;
  animation: scroll 30s linear infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.marquee.style2 .marquee-block h3 {
  font-size: 80px;
  color: transparent;
  font-weight: 900;
  font-family: "Cinzel", serif;
  margin: 0 50px 0 50px;
  background: url(../images/marquee.png);
  background-position: 40% 50%;
  -webkit-background-clip: text;
  letter-spacing: 0;
}
.home-services .title-box{
  margin-bottom: 40px;
}
.home-services-sec--card .home-services-sec--card-text {
  margin-bottom: -0.5em;
}
.home-services-sec--card:hover .icon img {
  transform: rotateY(180deg);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .home-services-sec--card:not(:last-child) {
    margin-bottom: 55px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .home-services-sec--thumb-1 {
    text-align: center;
  }
  .home-services-sec--card-wrap.right-wrap {
    text-align: left;
  }
  .home-services-sec--card-wrap.right-wrap .home-services-sec--card {
    flex-direction: row;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .home-services-sec--card:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 320px) {
  .home-services-sec--card {
    flex-wrap: wrap;
  }
}

@media screen and (max-width:1400px){
  .category-title{
    font-size: 17px;
  }
  .category-icon span{
    height: 60px;
  width: 60px;
  line-height: 60px;
  }
  .category-icon span img {
  height: 35px;
}
}


@media screen and (max-width:767px){
  .our-clients {
  padding: 0px 0 20px;
}
.it-funfact-bg-wrap{
  border-radius: 0;
  padding: 40px 40px 20px;
}
.it-funfact-item{
  margin-bottom: 20px;
}
.it-funfact-content h6 {
  font-size: 32px;
}
.it-funfact-icon span {
  height: 70px;
  width: 70px;
  line-height: 73px;
}.industries {
  padding: 3px 0;
}
.approach {
  padding: 7px 0 42px;
}
.home-services-sec--card-wrap.right-wrap{
  margin-bottom: 20px;
}
  .home-services-sec--card:not(:last-child) {
    margin-bottom: 25px;
  }.home-services-sec--card .home-services-sec--card-title {
  font-size: 16px;
  margin-top: 7px;
}
.marquee-block{
  animation: scroll 1s ease-out forwards;
}

}


.navbar img{
  width:325px;
}
.footer-img img{
  background-color: #fff;
  width: 300px;
  border-radius: 15px;
}
.main-row{
  gap: 20px;
}

.copyright p,.copyright a{
  list-style: none;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: #b3b2b2 !important;
}
.address{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #fff !important;
}
/* Scroll to Top Button Styles */
#scrollTopBtn {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  border: none;
  outline: none;
  background-color: #ff6600;
  color: white;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 50%;
  font-size: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

#scrollTopBtn:hover {
  background-color: #e65c00;
  transform: scale(1.1);
}
@media (max-width: 576px){
  .navbar img {
    width: 200px;
}
.service-item-three .service-icon {
  position: absolute;
  top: -30px;
  right: 3px;
  z-index: 9;
}
.servicepage .service-item-three .service-content {
  position: relative;
  width: 100%;
}
.service-item-three .service-image img {
 
  width: 100%;
}
.section{
  overflow-x: hidden !important;
}
#scrollTopBtn {
overflow-x: hidden;
}
.approach{
  overflow-x: hidden;
}
.marquee-block{
  animation: scroll 1s ease-out forwards;
}
.category-title {
  font-size: 13px;
}
.category-icon span {
  height: 40px;
  width: 40px;
  line-height: 35px;
}
.category-icon span img {
  height: 21px;
}
}

.custom-btn {
  width: 100px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}

.btn-3 {
  background: rgb(40 73 155);
background: linear-gradient(0deg, rgb(40 73 155) 0%, rgb(40 73 155) 100%);
  line-height: 42px;
  padding: 0;
  border: none;
  
}
.btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-3:before,
.btn-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
   background: rgb(40 73 155);
  transition: all 0.3s ease;
}
.btn-3:before {
  height: 0%;
  width: 2px;
}
.btn-3:after {
  width: 0%;
  height: 2px;
}
.btn-3:hover{
   background: transparent;
  box-shadow: none;
}
.btn-3:hover:before {
  height: 100%;
}
.btn-3:hover:after {
  width: 100%;
}
.btn-3 span:hover{
   color: rgb(40 73 155);
  
}
.btn-3 span:before,
.btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
   background: rgb(40 73 155);
  transition: all 0.3s ease;
}
.btn-3 span:before {
  width: 2px;
  height: 0%;
}
.btn-3 span:after {
  width: 0%;
  height: 2px;
}
.btn-3 span:hover:before {
  height: 100%;
}
.btn-3 span:hover:after {
  width: 100%;
}



.read-more span{
 border: 1px solid transparent;
}
.read-more:hover span{
  background-color: #00468d;
  color: #fff !important;
}
