.style-2::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: #ffffff00;
}

.style-2::-webkit-scrollbar
{
  width: 4px;
  background-color: #f5f5f500;
}

.style-2::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: #ffffff40;
}
.fixed_leafr {
  background-color: #004aad00;
  padding: 
  10px;
  border-radius: 
  7px;
  text-decoration: 
  none;
  z-index: 9;
  color: #ff5c00;
  font-weight: 700;
}

.fixed_leafr a:hover {
  color: #fe8339;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: 
  none;
}

.product_titless h5{
   color: #fe8339;
}



.new_podcast{
  padding-top:60px;
  padding-bottom:60px;
  background-color:#fff;
}

.about_pod{

}

.pod_img img{
  max-width:350px;
  margin: auto;
  border-radius:20px;
}

.about_pod h5{
    font-weight: 600;
    font-size: 18px;
}

.tick {
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #004aad;
    color:#fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
}

.four {
    top: 5px;
    padding-top:10px;
    background: #ffffff;
    margin-top: 10px;
}

.three {
    top: 0px;
    padding-top:80px;
    background: #ffffff;
    margin-top: 10px;
}

.cards{
  position: sticky;
}

.about_pod ul{
 list-style-type: none;
 padding-left:0px;
}

.about_pod ul li{
  margin-top:10px;
}

.fixed_leafr a {
  color: #004aad;
  font-size: 17px;
  padding: 
  16px;
  border-radius: 
  22%;
  text-decoration: 
  none;
  text-transform: uppercase;
  background-color: #fff;
  box-shadow: 
  rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 100px !important;
  height: 100px !important;
}
.forum_top::after{
  position: absolute;
  content: "";
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  background: linear-gradient(-45deg, #ffffff00, #cccddd00, #e9e9e900, #acadb700);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}


.forum_top{
  position: relative;
  max-height: 238px;

  border-radius: 12px;
  overflow: hidden;

}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.forum_details{
  padding-top:5px;
}


.forum_bus{
  position: relative;
  flex: 0 50%;
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 8px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 265px;
  transition: 0.7s;
  margin-top: 30px;
}

.forum_icon{
  margin-top: -51px;

}

.forum_icon img {
  width: 90px !important;
  height: 90px !important;
  object-fit: fill;
  position: relative;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.forum_p i{
  color:#fe8339;
}

.forum_p{
  margin-top: 0px;
}

.forum_p p{
  font-weight: 600 !important;
}

.fixed_leafr{
  /* position: fixed;
  bottom: 10px;
 right: 10px; */
 background-color: #004aad00;
 padding: 10px;
 border-radius: 7px;
 text-decoration: none;
 z-index:9;
 color: #ff5c00;
 font-weight: 700;
}

.fixed_leafr a{
  color: #004aad;
  font-size: 17px;
  padding: 16px;
    /* display: flex
; */
border-radius: 22%;
text-decoration: none;
text-transform: uppercase;
background-color: #fff;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
width:100px !important;
height:100px !important;
}

.fixed_leafr a:hover{
  color:#fe8339;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration:none;
}

.fixed_leafr a i{
  font-size:20px;
}

.banner_bg{
  position: relative;
}

*{
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  scroll-behavior: smooth;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
}

.top_position{
  z-index:999;
}

.display_flex{
  display: flex;
  justify-content: center;
  align-items: center;
}


.display_flex_col{
  display: flex;
  justify-items: center;
  align-items: center;
  flex-direction: column;
}

.display_flex_space{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.display_flex_start{
  display: flex;
  justify-content: flex-start;
  align-items: center;

}

.what_title{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.display_flex_end{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.logo{ 
  width: 120px;
}

.main_header{
  padding-top: 25px;
  padding-bottom: 10px;
  position: fixed;
  width: 100%;
  z-index: 99;
  background-color: #ffffff00;
  transition: 1s linear;
}

.sec_titel h3{
  font-size: 38px;
  color:#ffffff;
}

.img_container{
  max-width:450px !important;
}

.counter-container span {
  font-size: 19px;
  font-weight: 500;
}

.from_complete{
  color: #2430c8;
  text-transform: capitalize;
}

.fixed_form{
  position: fixed;
  bottom: 59px;
  right: 10px;
  background-color: #004aad;
  padding: 5px;
  border-radius: 7px;
  text-decoration: none;
  z-index:9;
}

button::selection{
  box-shadow: none;
}

.fixed_form a{
  color:#ffffff;
  font-size: 13px;
  text-decoration:none;
  text-transform: uppercase;
}

.fixed_form a:hover{
  color:#ffffff;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration:none;
}

.fixed_leaf{
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #004aad;
  padding: 10px;
  border-radius: 7px;
  text-decoration: none;
  z-index:9;
}

.fixed_leaf a{
  color:#fe8339;
  font-size: 13px;
  text-decoration:none;
  text-transform: uppercase;
}

.fixed_leaf a:hover{
  color:#fe8339;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration:none;
}

.counter {

  font-size: 46px;
  color: #0072bc;
  position: relative;
  font-weight: 600;

}

.counter-container{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.main_header.active{
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  display: none;
}


.hero_sec{
  position: relative;
  width:100%;
  height:100vh;
  background-image: url(../images/slider-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero_sec::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(178deg, #00000070 32%, rgb(255 255 255) 90%);
}

.hero_sec2{
  position: relative;
  width:100%;
  height:100vh;
  background-image: url(../images/slider-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero_sec2::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(178deg, #00000070 32%, rgb(255 255 255) 90%);
}


.top_side_left ul{
  list-style-type: none;
  margin-bottom: 0px;
  padding-left: 0px;
}

.top_side_left ul li{
  list-style-type: none;
  display: inline-block;
  margin-right: 11px;
}

.top_side_left ul li a{
  color:#f96034;
  font-weight: 900;
      text-decoration: none;
  font-size: 20px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: transparent;
}

.custom-shape-divider-bottom-1736331077 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1736331077 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 132px;
}

.custom-shape-divider-bottom-1736331077 .shape-fill {
  fill: #FFFFFF;
}

.banner_content{
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.management_cover{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  padding: 1rem 1rem;
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 100vh !important;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  transform: translateY(-100%);
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 30% !important;
  visibility: hidden;
  background-color: #ffffff !important;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out;
}

.text-light {
  color: #ffffff !important;
}

.side_nav ul{
  display: grid;
}

.side_nav ul li{
  text-align: left;
}

.side_nav ul li a{
  color: #000000 !important;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
}

.side_nav ul li{
  margin-top: 23px;
}
.offcanvas-header .btn-close:focus{
  box-shadow: none;
  border: none;
}

.banner_text h2{
  font-size: 45px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
}

.banner_text a {
  position: relative;
  font-size: 37px;
  text-decoration: none;
  color: #f9602a;
}

.banner_text a::after{
  position: absolute;
  content: "";
  top: 50%;
  right: -107px;
  width: 100px;
  height: 2px;
  background-color: #ffc107;
} 

.owl-nav {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
}
.owl-nav .owl-prev,.owl-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
  font-size: 2.5rem;
  color: #2196F3;

}
.owl-nav .owl-prev {
  right: 108px;
}
.owl-nav .owl-next {
  right: 0;
  display: none;
}

.owl-prev img{
  width:100px;
}


.about_section{
  padding-top: 60px;
  padding-bottom: 60px;

}

.about_text{
  max-width: 450px;
}

.about_text h3{
  font-size: 25px;
}

.application_section{
  padding-top:60px;
  padding-bottom:60px;
  background-image: url(../images/line.png);
  background-color: #004aad;
}

.dowload_wrapper{
  max-width: 650px;
  margin: auto;
  color: #fff;

}

.abt_images{
  max-width: 470px;
}

.main_btn a{position: relative;
  font-size: 25px;
  text-decoration: none;
  color: #fe8339;
}

.main_btn a::after {
  position: absolute;
  content: "";
  top: 54%;
  right: -75px;
  width: 72px;
  height: 2px;
  background-color: #000000;
}

.whate_we_do {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #fefefef7;
  background: linear-gradient(to bottom, #ffffff80, #fffffff0), url(../images/build.png);
}

.what_we h3 {
  font-size: 33px;
}

.count_plus {
  position: absolute;
  content: "";
  top: 0px;
  right: 33px;
  font-size: 27px;
  color: #2196F3;
}

.counter-container{
  position: relative;
}

.counter-container{
  position: relative;
  width: 111px;
  margin: auto;
}

.counter-container p{
  position: absolute;
  content:"";
  top:0px;
  right:0px;
  font-weight: 700;
  font-size: 24px;
}


.what_box{
  padding: 10px;
  background-color: #ffffff13;
  margin-top: 41px;
  position: relative;
}

.what_title{
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 19px;
  border: 1px solid #039bfd69;
}

.number{
  position: absolute;
  content: "";
  top: 3px;
  right: 11px;
  font-weight: 700;
  color: #2196F3;
}

.number h6{
  font-weight: 700;
  color: #2196f3;
}

.what_title h4{
  font-size: 13px;
  text-align: left;
  margin-left: 6px;
  font-weight: 700;
}

.what_title img{
  width: 42px;
}

.what_we_text h4{
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 32px;
  text-transform: capitalize;
}

.our_clients{
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative; 
}

.client_logo{
  width: 141px;
  margin: auto;
}


.our_product_sec{
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(to bottom, #ffffffc9, #ffffffe8), url(../images/slider-2.png);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.news__title {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.7;
  margin-top: 10px;
  margin-bottom: 15px;
  transition: opacity 0.3s;
  height: 68px;

}

.news__txt{
  font-size: 14px;
  height: 250px;
  overflow-y: scroll;
}

.news__img img {
  max-width: 100%;
  border-radius: 10px;
  height: 180px;
  width: 100%;
}

.news-date__title {
  display: block;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 500;
}

.swiper {
  overflow: hidden;
  width: 100%;
  max-width: 1280px;
  
  margin-top: 40px;
}
.swiper-slide{
  display: flex;
  height:100% !important;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 4px;
  background: #004aad;
  border-radius: 12px;
  background-image: url(../images/line.png);
}

.product_titles h2{
  color:#000000;
}

.product_titles h2 span{
  color: #fe8339;
}

.proimg img{
  border: 2px solid #0b78bf;
  clip-path: polygon(78% 0, 100% 15%, 100% 60%, 100% 100%, 0 100%, 0% 60%, 0 0);
}

.product_wrapper{
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec_about{

  position: relative;

}

.sec_about::before{
  position: absolute;
  content: "";
  top:0px;
  left:0px;
  width: 46%;
  height: 100%;

  background-color: #004aad;
  z-index: -2;
  background-image: url(../images/line.png);
}

.top_position{
  z-index:6;
}

.btn-close:focus {
  box-shadow: none !important;
  border:none !important;
}


.join_section{
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(to bottom, #ffffffc2, #ffffffe8), url(../images/bg_wave.png);
  background-size: cover;
  background-position: center;
}


.join_management {
  padding-top: 100px;
  padding-bottom: 50px;
  background: linear-gradient(to bottom, #ffffffc2, #ffffffe8), url(../images/bg_blue.png);
  background-size: cover;
  background-position: center;
}

.icon_text p{
  max-width: 450px;
}



.icon_box{

  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
}

.project_gallery{
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #3041e80d;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

.project_gallery_wrapper{
  position: relative;
  margin-top:27px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iconbox_wrapper{
  position: relative;
  
  border-radius: 9px;
  padding: 10px;
  background-color: #fff;
  margin: 25px;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
}

.icon_text h6{
  color: #000000;
  margin-top: 18px;
  font-size: 15px;
  font-weight: 700;
}

.rightChapterBlockIcon{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.chair_men_text h6{
  font-size: 20px;
  color:#000000;
}

.chairmen_mesage{
  padding: 50px 0px;
}

.gallery_view{
  position: absolute;
  background-color: #0567a8ab;
  z-index: 9;
  width: 40px;
  height: 40px;
  border: 3px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: #ffffff;
}

.gallery_view .bx-search-alt-2{
  color:#ffffff;
}



.project_img{
  border: 1px solid #ffffffad;
  border-radius: 11px;
  overflow: hidden;
}


.testmonial_sec{
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.testmonial_text h3{
  font-size: 30px;
}

.proimg{
  position: relative;
}

.sec_titel{
  max-width: 450px;
}

.sec_titels h3{
  font-size: 38px;
  color: #000;
}

.counter-container img{
  width: 77px;
}



.product_title{
  position: absolute;
  content: "";
  background-color: #0b78bfde;
  width: 95%;
  bottom: -20px;
  border-top: 1px solid #ffffff;
  clip-path: polygon(94% 0, 100% 13%, 100% 60%, 100% 100%, 0 100%, 0% 60%, 0 0);
}

.product_title p{
  margin-bottom: 0px;
  font-size: 13px;
  padding: 10px;
  font-weight: 700;
  color: #fff;
}

.sec_btn a{
  background-color: #004aad;
  padding: 10px;
  text-decoration: none;
  color: #ffffff;
  border: 9px solid #ffffff;
}




.sec_btn a:hover{
  background-color: #0072bc;
  padding: 10px;
  text-decoration: none;
  color: #ffffff;
  border: 9px solid #ffffff;
}

.sec_btn{
  display: flex;
 
  align-items: center;
}

.form-wrap h3{
  color: #2430c8;
  margin-bottom: 20px;
}

.btn-primary .main_btn a {
  color:#fff;
}

.btn-primary  a {
  position: relative;
  font-size: 25px;
  text-decoration: none;
  color: #ffffff;
}

.btn-primary  a:hover {
  position: relative;
  font-size: 25px;
  text-decoration: none;
  color: #ffffff;
}

.btn-primary a::after {
  position: absolute;
  content: "";
  top: 54%;
  right: -75px;
  width: 72px;
  height: 2px;
  background-color: #000000;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd00 !important;
  border-color: #0d6efd00 !important;
}



.form-wrap{
  padding: 21px;
  background-color: #1b81c3;
  margin-top: 9px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 6px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position:top right !important;
  background: linear-gradient(to bottom, #ffffffcf, #ffffffe3), url(../images/hand.png);
}


.popform .form-group{
	margin-bottom: 25px;
}
.popform .form-group > label{
  display: block;
  font-size: 15px;
  color:#000000;
  font-weight: 500;
}
.popform .custom-control-label{
	color: #000;
	font-size: 16px;
}
.popform .form-control:focus {
  height: 42px;
  background: #ecf0f400;
  border-color: transparent;
  padding: 0 0px;
  border-radius: 0px;
  border: none !important;
  border-bottom: 1px solid #ced4da !important;
  font-size: 15px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.popform .form-control{
	height: 42px;
  background: #ecf0f400;
  border-color: transparent;
  color: #000000 !important;
  padding: 0 0px;
  border-radius: 0px;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  font-size: 15px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-primary {
  color: #000000 !important;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.popform .form-control:focus{
	border-color: none !important;
  box-shadow: none !important;
}

.popform .textarea{
	height: 160px !important;
	padding-top: 15px !important;
	resize: none;
  border:none !important;
  border-bottom: 1px solid #ced4da !important;
}

.datepicker td{
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 13px !important;
  color: #0474bd !important;
  font-weight: 600 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.alumate_text h6{
  color:#0072bc;
}

.alumate_text{
  margin-left:11px;
}

.alumate_text p{
  margin-bottom: 5px;
}

.alumate_add_icon{
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  margin: 2px;
  background-color: #0468a9;
  color: #fff;
}


.alumate_detail{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.input-wrapper {
  width:100%;
  position: relative;
  line-height: 14px;
  margin-top: 23px;
  display: inline-block;
}
.input-wrapper  label {
  color: #000000;
  font-size: 15px;
  text-transform: capitalize;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 20px;
  padding: 0 2px;
  pointer-events: none;
  background: #fff;
  -webkit-transition: -webkit-transform 100ms ease;
  -moz-transition: -moz-transform 100ms ease;
  -o-transition: -o-transform 100ms ease;
  -ms-transition: -ms-transform 100ms ease;
  transition: transform 100ms ease;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.input-wrapper input {
  font-size: 13px;
  color: #555;
  width: 100%;
  height: 49px;
  outline: none;
  border: none;
  border-bottom: 1px solid #00000087;
  padding: 10px 20px;
  border-radius: 2px;
  position: relative;
}

.input-wrapper input:invalid + label {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.input-wrapper input:focus {
  color: #1d1c1c;
}
.input-wrapper input:focus + label {
  color: #000000;
  font-size: 15px;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.news-letter-form button {
  position: relative;
  padding: 16px 33px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  border: none;
  background-color: #0567a7;
  text-decoration: none;
  background-image: url(../images/btn-bg-svg.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}

.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 12px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.fade {
  opacity: 0;
}

.text-light {
  color: #000000 !important;
}

.services_sec{
  padding-top:50px;
  padding-bottom:50px;
}

.services_img img {
  border: 2px solid #0b78bf;
  clip-path: polygon(78% 0, 100% 15%, 100% 60%, 100% 100%, 0 100%, 0% 60%, 0 0);
}

.sub
{
  padding:1%;
  background:#7e889000;
}
h2,h6
{
  color:#e6e6e6;
}
.form-subscribe
{
  max-width:600px;
  margin:0 auto
}
.form-subscribe .form-control
{
 background-color: hsl(0deg 0% 100%);
 padding-left:24px;
 padding-right:24px;
 letter-spacing:1px;
 border:none;
 border-top-left-radius:36px;
 border-bottom-left-radius:36px
}
.form-subscribe .form-control.focus,.form-subscribe .form-control:focus
{
  z-index:2;
  background-color:hsla(0,0%,100%,.8)
}
.form-subscribe .btn
{
  border-top-right-radius:36px;
  border-bottom-right-radius:36px;
  background: #fe8339;
  border-color:#0269aa;
  height:46.5px;
}

.form-subscribe .btn:hover
{
  border-top-right-radius:36px;
  border-bottom-right-radius:36px;
  background:#0269aa;
  border-color:#0269aa;
  height:46.5px;
}

.contact_text h3{
  font-weight: 600;
}

.contact_text h3 span{
  font-weight: 600;
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0567a7;
}

.form-group button{

  background-color: #2430c8 !important;
    color: #fff !important
}


.inner_banner img{
  width:100%;
  position: relative;
}
.inner_banner{
  width:100%;
  position: relative;
}
.inner_banner:after{
  position: absolute;
  content:"";
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  background-color: #00000030;
}

.about_text_inner {
  max-width: 450px;
  text-align: right;
  margin-left: auto;
}

.product_service{
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e5eff5;
}



.about_text_inner h3 {
  font-size: 24px;
  font-weight: 400;
}

.main_btns a {
  position: relative;
  font-size: 25px;
  text-decoration: none;
  color: #0072bc;
}

.main_btns a::before {
  position: absolute;
  content: "";
  top: 54%;
  left: -75px;
  width: 72px;
  height: 2px;
  background-color: #000000;
}

.about_text_inner h6{
  color: #0568a8;
}


.contact_sec{

  padding-top: 50px;
  padding-bottom: 50px;
  background-image: linear-gradient(to bottom, #ffffffa8, #ffffff), url(../images/ser_bg.png);
  background-repeat: no-repeat;
  background-position: right;

}

.product_banner{
  padding-top: 50px;
  padding-bottom: 50px;
}

.product_wrapper{
  padding-top: 50px;
  padding-bottom: 50px;
}


.pro_wrapper{
  position: relative;
  margin-top: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pro_tetx{
  position: absolute;
  content: "";
  top: 0px;
  padding: 7px;
  left: 0px;
  background-color: #ffffffba;
  border-bottom: 1px solid #0f7ac094;
  border-left: 1px solid #0f7ac05c;
}

.pro_tetx h6{
  font-size: 13px;
  color: #0f7ac0;
  font-weight: 700;
  margin-bottom: 0px;

}

.ser_ab{
  position: relative;
  padding-top: 10px;
  padding-bottom: 60px;
}

.custom-shape-divider-bottom-1698039468 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1698039468 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.custom-shape-divider-bottom-1698039468 .shape-fill {
  fill: #FFFFFF;
}


.our_client_pic{
  padding-top: 60px;
  padding-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: linear-gradient(to bottom, #85c7f1, #ffffff0d),url(../images/about_client_bg.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}


.inner_client_text h3{
  font-size: 45px;
  font-weight: 700;
}

.inner_client_text p{
  font-weight: 700;
}

.client_logoin {
  background-color: #ffffff;
  padding: 16px 16px;
  width: 80%;
  margin-top: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why_choose{
  padding-bottom: 60px;
}

.why_choose h3{
  max-width: 450px;
}

.why_choose p{
  max-width: 450px;
}

.why_choose_wrapper{
  padding: 58px;
  height: 100%;
  background-color: #0568a9;
  align-items: center;
  display: flex;
  color: #fff;
  background: linear-gradient(to bottom, #0469ab, #004c71c9),url(../images/why_blue.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.modal_bo{
  position: relative;
  z-index:999999 !important;
}
.Hide
{
  display:none;
}

.sec_btn button {
  background-color: #2430c8;
  padding: 10px;
  text-decoration: none;
  color: #ffffff;
  border: 9px solid #ffffff;
}

#target {
  display: none;
}


.product_wrappers {
  padding-top: 0px;
  padding-bottom: 50px;
}

.ser_wrapper_text{
  padding: 10px;
  max-width: 502px;
  margin: auto;
}

.services_wrapper_images{
  display: flex;
  justify-content: center;
  align-items: center;
}

.services_wrapper_images img{
  border: 4px solid #007bb0;
}

.ser1{
  background-color: #c3e7ff;
  padding: 116px 20px;
  position: relative;
}

.ser2{
  position: relative;
}

.management_img{

  max-width:190px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.management_img img{
  border-radius:50%;
  border: 1px solid #ffffffad;
}

.management_text h6{
  color:#004aad;
  margin-bottom: 0px;
  margin-top:10px;
}

footer.nb-footer {
  background: #042840;
  border-top: 4px solid #0469ab;
  background-position: center;
  background-size: cover;
  background: linear-gradient(to bottom, #0469ab, #000000f0), url(../images/slider-2.jpg);
}

footer.nb-footer .about {
  margin: 0 auto;
  /* margin-top: 40px; */
  max-width: 1170px;
  text-align: center; }

  footer.nb-footer .about p {
    font-size: 15px;
    color: #fff;
    margin-top: 30px; }

    footer.nb-footer .about .social-media {
      margin-top: 15px; }

      footer.nb-footer .about .social-media ul li a {
        display: inline-block;
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 50%;
        font-size: 16px;
        color: #ffffff;
        border: 1px solid rgba(255, 255, 255, 0.3); }

        footer.nb-footer .about .social-media ul li a:hover {
          background: #8181800a;
          color: #fff;
          border-color: #000000; }

          footer.nb-footer .footer-info-single {
            margin-top: 30px; }

            footer.nb-footer .footer-info-single .title {
              color: #aaa;
              text-transform: uppercase;
              font-size: 16px;
              border-left: 4px solid #ffffff;
              padding-left: 5px; }

              footer.nb-footer .footer-info-single ul li a {
                display: block;
                color: #ffffff;
                font-size: 15px;
                padding: 2px 0;
                margin-top: 15px;
                text-decoration: none; }

                footer.nb-footer .footer-info-single ul li a:hover {
                  color: #ffffff; }

                  footer.nb-footer .footer-info-single p {
                    font-size: 13px;
                    line-height: 20px;
                    color: #ffffff; }
                    
                footer.nb-footer .footer-info-single p a{
                    font-size: 13px;
                    line-height: 20px;
                    color: #ffffff; 
                    text-decoration: none;
                    
                }

                    footer.nb-footer .copyright {
                      margin-top: 15px;
                      background: #0469ab;
                      padding: 7px 0;
                      color: #000; }

                      footer.nb-footer .copyright p {
                        margin: 0;
                        padding: 0; 
                        font-size: 14px;
                        color: #fff;
                      }


                      footer.list-unstyled ul li{
                        margin-top: 10px;
                      }

                      .copyright p a{
                        text-decoration: none;
                        color:#0072bc;
                      }



                      .testimonial_section {
                        display: block;
                        overflow: hidden;
                        padding-top: 50px;
                        padding-bottom: 50px;
                      }
                      .testimonial_section:after {
                        display: block;
                        clear: both;
                        content: "";
                      }
                      .testimonial_section .about_content {
                        background-color: #2631c8;
                        padding-top: 77px;
                        padding-right: 210px;
                        padding-bottom: 62px;
                        position: relative;
                        background-image: url(../images/line.png);
                      }
                      .testimonial_section .about_content .background_layer {
                        background-color: #2631c8;
                        width: auto;
                        margin-left: -200px;
                        right: 0;
                        position: absolute;
                        height: 100%;
                        width: 100%;
                        top: 0;
                        left: 0;
                        background-image: url(../images/line.png);
                      }
                      .testimonial_section .about_content .layer_content {
                        position: relative;
                        z-index: 9;
                        height: 100%;
                      }
                      .testimonial_section .about_content .layer_content .section_title {
                        margin-bottom: 24px;
                        position: relative;
                      }
                      .testimonial_section .about_content .layer_content .section_title:after {
                        display: block;
                        clear: both;
                        content: "";
                      }
                      .testimonial_section .about_content .layer_content .section_title h5 {
                        font-family: "Open Sans";
                        font-weight: 400;
                        font-size: 15px;
                        line-height: 28px;
                        color: #ffffff;
                        margin-top: -5px;
                        margin-bottom: 6px;
                      }
                      .testimonial_section .about_content .layer_content .section_title h2 {
                        font-family: "Titillium Web";
                        font-weight: 300;
                        font-size: 45px;
                        line-height: 50px;
                        padding-bottom: 51px;
                        margin-bottom: 0px;
                        color: #fff;
                      }
                      .testimonial_section .about_content .layer_content .section_title h2 strong {
                        font-weight: 600 !important;
                        width: 100%;
                        display: block;
                      }
                      .testimonial_section .about_content .layer_content .section_title .heading_line {
                        position: relative;
                      }
                      .testimonial_section .about_content .layer_content .section_title .heading_line span {
                        transition: all 0.5s ease-in-out 0s;
                        position: relative;
                      }
                      .testimonial_section .about_content .layer_content .section_title .heading_line span:after {
                        content: "";
                        right: auto;
                        left: 69px;
                        position: absolute;
                        bottom: 28px;
                        width: 17px;
                        margin-left: 0;
                        border-bottom-width: 3px;
                        border-bottom-color: #cacaca;
                        border-bottom-style: solid;
                      }
                      .testimonial_section .about_content .layer_content .section_title .heading_line:after {
                        content: "";
                        left: 1%;
                        margin-left: 0;
                        position: absolute;
                        bottom: 28px;
                        width: 59px;
                        border-bottom-width: 3px;
                        border-bottom-style: solid;
                        border-bottom-color: #bebebe;
                      }
                      .testimonial_section .about_content .layer_content .section_title p {
                        color: #fff;
                        margin: 0 0 15px;
                      }
                      .testimonial_section .about_content .layer_content a {
                        color: #fff;
                        text-transform: capitalize;
                        font-size: 15px;
                        font-weight: 600;
                        text-decoration: none;
                        transition: all 0.3s;
                      }
                      .testimonial_section .about_content .layer_content a i {
                        font-size: 18px;
                        vertical-align: middle;
                      }
                      .testimonial_section .about_content .layer_content a:hover {
                        color: #ff5e14;
                      }
                      .testimonial_section .testimonial_box {
                        margin-top: 60px !important;
                        position: relative;
                      }
                      .testimonial_section .testimonial_box .testimonial_container {
                        background-color: #c7c7c7;
                        margin-left: -170px !important;
                        position: relative;
                      }
                      .testimonial_section .testimonial_box .testimonial_container .background_layer {
                        background-color: #2631c8fa;
                        width: auto;
                        margin-right: -200px;
                        right: 0;
                        background-image: url(../images/map.png);
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-position: center;
                        position: absolute;
                        height: 100%;
                        top: 0;
                        left: 0;
                      }
                      .testimonial_section .testimonial_box .testimonial_container .layer_content {
                        position: relative;
                        z-index: 9;
                        height: 100%;
                      }
                      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
                        display: block;
                        position: relative;
                      }
                      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
                        margin: 10px 0 10px 0;
                        padding: 62px 0px 72px 50px;
                        position: relative;
                        text-align: center;
                      }
                      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
                        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
                        margin-left: 150px;
                        margin-top: 69px;
                        padding: 45px 40px 45px 40px;
                        z-index: 0;
                        position: relative;
                        background-color: #fff0;
                        transition: all 0.5s ease-in-out 0s;
                      }
                      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
                        margin-bottom: 15px;
                        position: relative;
                      }
                      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
                        content: "";
                        width: 30px;
                        display: block;
                        height: 2px;
                        text-align: center;
                        left: 46%;
                        margin-top: 6px;
                        background-color: #181615;
                        position: absolute;
                      }
                      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
                        padding-top: 0;
                        margin-bottom: -5px;
                        font-size: 19px;
                        font-weight: 600;
                        line-height: 24px;
                        color: #020d26;
                      }
                      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
                        font-size: 12px;
                        color: #9f9f9f;
                        margin: 0;
                      }
                      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
                        padding: 0;
                        margin: 0;
                        padding-top: 10px;
                        font-size: 16px;
                        line-height: 28px;
                        font-weight: 400;
                        color: #ffffff;
                        font-style: italic;
                      }
                      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
                        border: none;
                        position: absolute;
                        top: 0;
                        left: 55px;
                        top: 80px;
                      }
                      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
                        border: 5px solid #fff;
                        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
                        width: 27%;
                      }
                      .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
                        position: absolute;
                        top: 165px;
                        right: 42px;
                        border-radius: 0;
                        background: #000000;
                        display: block;
                        outline: 0;
                        width: 34px;
                        line-height: 34px;
                        height: 34px;
                        color: #fff;
                        font-size: 23px;
                        margin-top: -20px;
                        transition: all 0.3s ease-in-out;
                      }
                      .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
                        background: #042840;
                      }
                      .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
                        position: absolute;
                        top: 165px;
                        right: 5px;
                        border-radius: 0;
                        display: block;
                        background: #000000;
                        outline: 0;
                        width: 34px;
                        text-align: center;
                        line-height: 34px;
                        height: 34px;
                        color: #fff;
                        font-size: 23px;
                        margin-top: -20px;
                        transition: all 0.3s ease-in-out;
                      }


                      .testimonial_owlCarousel .owl-nav {
                        position: absolute;
                        bottom: 46% !important;
                        left: 0;
                        right: 0;
                      }


                      .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
                        background: #020d26;
                      }


                      .our_solution_category {
                        display: flex;
                        flex-direction: row;
                        flex-wrap: wrap;
                      }

                      .our_solution_category .solution_cards_box {
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                      }

                      .solution_cards_box .solution_card {
                        flex: 0 50%;
                        background: #fff;
                        box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
                        0 5px 15px 0 rgba(37, 44, 97, 0.15);
                        border-radius: 15px;
                        margin: 8px;
                        padding: 10px 15px;
                        position: relative;
                        z-index: 1;
                        overflow: hidden;
                        min-height: 265px;
                        transition: 0.7s;
                        margin-top: 30px;
                      }

                      .solution_cards_box .solution_cards {
                        flex: 0 50%;
                        background: #004aad;
                        box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
                        border-radius: 15px;
                        margin: 8px;
                        padding: 10px 7px;
                        position: relative;
                        z-index: 1;
                        align-items: center;
                        text-align: center;
                        display: flex;
                        flex-direction: column;
                        overflow: hidden;
                        min-height: 157px;
                        transition: 0.7s;
                        margin-top: 30px;
                      }

                      .solution_cards_box .solution_cards .so_top_icon img {
                        width: 50px;
                        height: 50px;
                        object-fit: fill;
                        border-radius: 50%;
                      }

                      .solution_cards_box .solution_card:hover {
                        background: #2330b7;
                        color: #fff;
                        transform: scale(1.1);
                        z-index: 9;
                      }

                      .solution_cards_box .solution_card:hover .solu_title div{
                        color:#ffffff;
                      }

                      .solution_cards_box .solution_card:hover::before {
                        background: rgb(85 108 214 / 10%);
                      }

                      .solution_cards_box .solution_card:hover .solu_title h3,
                      .solution_cards_box .solution_card:hover .solu_description p {
                        color: #fff;
                      }

                      .solution_cards_box .solution_card:before {
                        content: "";
                        position: absolute;
                        background: rgb(85 108 214 / 5%);
                        width: 170px;
                        height: 400px;
                        z-index: -1;
                        transform: rotate(42deg);
                        right: -56px;
                        top: -23px;
                        border-radius: 35px;
                      }

                      .solution_cards_box .solution_card:hover .solu_description button {
                        background: #fff !important;
                        color: #309df0;
                      }

                      .solution_card .so_top_icon {
                      }

                      .solution_card .solu_title div {
                        color: #212121;
                        font-size: 17px;
                        margin-top: 13px;
                        margin-bottom: 13px;
                        font-weight: 500;
                      }

                      .solution_card .solu_description p {
                        font-size: 15px;
                        margin-bottom: 15px;
                      }

                      .solution_card .solu_description button {
                        border: 0;
                        border-radius: 15px;
                        background: linear-gradient(
                          140deg,
                          #42c3ca 0%,
                          #42c3ca 50%,
                          #42c3cac7 75%
                        ) !important;
                        color: #fff;
                        font-weight: 500;
                        font-size: 1rem;
                        padding: 5px 16px;
                      }
                      .solution_cards .solu_title div {
                        color: #ffffff;
                        font-size: 15px;
                        margin-top: 13px;
                        margin-bottom: 13px;
                        font-weight: 500;
                      }
                      .our_solution_content div {
                        text-transform: capitalize;
                        margin-bottom: 1rem;
                        font-size: 2.5rem;
                      }

                      .our_solution_content p {
                      }

                      .hover_color_bubble {
                        position: absolute;
                        background: rgb(54 81 207 / 15%);
                        width: 100rem;
                        height: 100rem;
                        left: 0;
                        right: 0;
                        z-index: -1;
                        top: 16rem;
                        border-radius: 50%;
                        transform: rotate(-36deg);
                        left: -18rem;
                        transition: 0.7s;
                      }

                      .solution_cards_box .solution_card:hover .hover_color_bubble {
                        top: 0rem;
                      }

                      .solution_cards_box .solution_card .so_top_icon {
                        width: 60px;
                        height: 60px;
                        border-radius: 50%;
                        background: #fff;
                        overflow: hidden;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                      }

                      .solution_cards_box .solution_card .so_top_icon img {
                        width: 50px;
                        height: 50px;
                        object-fit: fill;
                        border-radius: 50%;
                      }

                      .input-group-btn .btn-success{
                        border:1px solid #ffffff;
                      }

                      .side_nav ul li a{
                        color:#fff;
                      }

                      .why_para h3{
                       font-size: 32px;
                     }
                     .news_wrapper_scroll{
                      height: 400px; 
                      overflow: hidden;
                    }
                    .blog-card {
                      display: flex;
                      flex-direction: column;
                      margin: 1rem auto;
                      box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
                      margin-bottom: 1.6%;
                      background: #fff;
                      line-height: 1.4;
                      font-family: sans-serif;
                      border-radius: 5px;
                      overflow: hidden;
                      z-index: 0;
                    }
                    .blog-card a {
                      color: inherit;
                      font-size: 10px;
                      cursor: none;
                    }
                    .blog-card a:hover {
                      color: #ffffff;
                    }
                    .blog-card:hover .photo {
                      transform: scale(1.3) rotate(3deg);
                    }
                    .blog-card .meta {
                      position: relative;
                      z-index: 0;
                      height: 200px;
                    }
                    .blog-card .photo {
                      position: absolute;
                      top: 0;
                      right: 0;
                      bottom: 0;
                      left: 0;
                      background-size: cover;
                      background-position: center;
                      transition: transform 0.2s;
                    }
                    .blog-card .details,
                    .blog-card .details ul {
                      margin: auto;
                      padding: 0;
                      list-style: none;
                    }
                    .blog-card .details {
                      position: absolute;
                      top: 0;
                      bottom: 0;
                      left: -100%;
                      margin: auto;
                      transition: left 0.2s;
                      background: rgba(0, 0, 0, 0.6);
                      color: #fff;
                      padding: 10px;
                      width: 100%;
                      font-size: 0.9rem;
                    }
                    .blog-card .details a {
                      -webkit-text-decoration: dotted underline;
                      text-decoration: dotted underline;
                    }
                    .blog-card .details ul li {
                      display: inline-block;
                    }
                    .blog-card .details .author:before {
                      font-family: FontAwesome;
                      margin-right: 10px;
                      content: "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡";
                    }
                    .blog-card .details .date:before {
                      font-family: FontAwesome;
                      margin-right: 10px;
                      content: "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â³";
                    }
                    .blog-card .details .tags ul:before {
                      font-family: FontAwesome;
                      content: "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â«";
                      margin-right: 10px;
                    }
                    .blog-card .details .tags li {
                      margin-right: 2px;
                    }
                    .blog-card .details .tags li:first-child {
                      margin-left: -4px;
                    }
                    .blog-card .description {
                      padding: 1rem;
                      background: #fff;
                      position: relative;
                      z-index: 1;
                    }
                    .blog-card .description h1,
                    .blog-card .description h2 {
                      font-family: Poppins, sans-serif;
                    }
                    .blog-card .description h1 {
                      line-height: 1;
                      margin: 0;
                      font-size: 1.7rem;
                    }
                    .blog-card .description h2 {
                      font-size: 1rem;
                      font-weight: 300;
                      text-transform: uppercase;
                      color: #a2a2a2;
                      margin-top: 5px;
                    }
                    .blog-card .description .read-more {
                      text-align: right;
                    }
                    .blog-card .description .read-more a {
                      color: #5ad67d;
                      display: inline-block;
                      position: relative;
                    }
                    .blog-card .description .read-more a:after {
                      content: "ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡";
                      font-family: FontAwesome;
                      margin-left: -10px;
                      opacity: 0;
                      vertical-align: middle;
                      transition: margin 0.3s, opacity 0.3s;
                    }
                    .blog-card .description .read-more a:hover:after {
                      margin-left: 5px;
                      opacity: 1;
                    }
                    .blog-card p {
                      position: relative;
                      margin: 1rem 0 0;
                      font-size: 13px;
                      height: 160px;
                      overflow-x: scroll;
                    }
                    .blog-card p:first-of-type {
                      margin-top: 1.25rem;
                    }
                    .blog-card p:first-of-type:before {
                      content: "";
                      position: absolute;
                      height: 5px;
                      background: #2330b7;
                      width: 35px;
                      top: -0.75rem;
                      border-radius: 3px;
                    }
                    .blog-card:hover .details {
                      left: 0%;
                    }
                    @media (min-width: 640px) {
                      .blog-card {
                        flex-direction: row;
                        max-width: 700px;
                      }
                      .blog-card .meta {
                        flex-basis: 40%;
                        height: auto;
                      }
                      .blog-card .description {
                        flex-basis: 60%;
                      }
                      .blog-card .description:before {
                        transform: skewX(-3deg);
                        content: "";
                        background: #fff;
                        width: 30px;
                        position: absolute;
                        left: -10px;
                        top: 0;
                        bottom: 0;
                        z-index: -1;
                      }
                      .blog-card.alt {
                        flex-direction: row-reverse;
                      }
                      .blog-card.alt .description:before {
                        left: inherit;
                        right: -10px;
                        transform: skew(3deg);
                      }
                      .blog-card.alt .details {
                        padding-left: 25px;
                      }
                    }

                    @media only screen and (min-width: 1024px) {
                      .sol_card_top_3 {
                        position: relative;
                        top: -3rem;
                      }

                      .our_solution_category {
                        width: 100%;
                        margin: 0 auto;
                      }

                      .inner_banner img {
                        width: 100%;
                        height: 261px;
                      }
                    }

                    @media all and (max-width: 991px) {
                      .banner_text h2 {
                        font-size: 40px;
                        text-transform: uppercase;
                        color: #ffffff;
                        font-weight: 300;
                      }
                      .banner_text h2 {
                        font-size: 35px;
                        text-transform: uppercase;
                        color: #ffffff;
                        font-weight: 500;
                      }
                      .solution_cards_box .solution_card {
                        flex: 0 50%;
                        background: #fff;
                        box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
                        border-radius: 15px;
                        margin: 8px;
                        padding: 10px 15px;
                        position: relative;
                        z-index: 1;
                        overflow: hidden;
                        min-height: 291px;
                        transition: 0.7s;
                        margin-top: 30px;
                      }
                      .contact_sec {
                        padding-top: 50px;
                        padding-bottom: 50px;
                        background-image: linear-gradient(to bottom, #ffffff, #ffffff), url(../images/ser_bg.png);
                        background-repeat: no-repeat;
                        background-position: right;
                      }
                      .inner_banner img {
                        width: 100%;
                        height: 261px;
                      }
                      .testimonial_section .about_content {
                        padding-right: 15px !important;
                      }
                      .testimonial_section .about_content .background_layer {
                        width: 200% !important;
                      }
                      .testimonial_section .testimonial_box {
                        margin-top: 0 !important;
                      }
                      .testimonial_section .testimonial_box .background_layer {
                        width: 200% !important;
                        margin-left: -200px;
                      }
                      .testimonial_section .testimonial_box .about_content {
                        padding-left: 15px !important;
                        padding-right: 15px !important;
                        margin-top: 28% !important;
                      }
                      .testimonial_section .testimonial_box .testimonial_container {
                        margin-left: -15px !important;
                      }
                      .testimonial_section .testimonial_box .testimonial_container .testimonials {
                        margin: 0px 0 20px 0;
                      }
                      .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
                        margin-left: -36px !important;
                      }
                      .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
                        z-index:99;
                      }
                      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
                        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
                        margin-left: 150px;
                        margin-top: 69px;
                        padding: 45px 40px 45px 40px;
                        z-index: 0;
                        position: relative;
                        background-color: #2934c8;
                        transition: all 0.5s ease-in-out 0s;
                      }

                      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
                        border: 5px solid #fff;
                        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
                        width: 21%;
                      }
                      .mobile_app_veiw {
                        position: fixed;
                        display: block;
                        width: 100%;
                        bottom: 54px;
                        left: 0px;
                        background-color: #fffffffa;
                        padding-top: 10px;
                        padding-bottom: 10px;
                        border: 1px solid #80808054;
                        z-index: 99;
                      }

                    }

                    @media only screen and (min-width: 768px) {
                      .our_solution_category .solution_cards_box {
                        flex: 1;
                      }

                      .why_choose_wrapper {
                        padding: 58px;
                        height: 100%;
                        background-color: #0568a9;
                        color: #fff;
                      }


                    }

                    @media screen and (max-width:750px){
                      .inner_banner img {
                        width: 100%;
                        height: 261px;
                      }
                      .cards{
                          position:relative;
                      }
                      .banner_text h2 {
                        font-size: 45px;
                        text-transform: uppercase;
                        color: #ffffff;
                        font-weight: 500;
                      }
                      .sec_about::before {
                        position: absolute;
                        content: "";
                        top: 0px;
                        left: 0px;
                        width: 100%;
                        height: 41%;
                        background-color: #2330b7;
                        z-index: -2;
                        background-image: url(../images/line.png);
                    }

                    .about_text h3 {
                      font-size: 22px;
                  }

                      .number {
                        position: absolute;
                        content: "";
                        top: 3px;
                        left: 3px;
                        font-weight: 700;
                        color: #2196F3;
                      }
                      .offcanvas {
                        position: fixed;
                        bottom: 0;
                        z-index: 1050;
                        display: flex;
                        flex-direction: column;
                        max-width: 73% !important;
                        visibility: hidden;
                        background-color: #ffffff!important;
                        background-clip: padding-box;
                        outline: 0;
                        transition: transform .3s ease-in-out;
                      }

                      .what_title h4 {
                        font-size: 14px;
                        text-align: left;
                        margin-top: 14px;
                        font-weight: 700;
                      }

                      .what_title img {
                        width: 69px;
                      }

                      .logo {
                        width: 110px;
                      }

                      .counter {
                        font-size: 76px;
                        color: #000000;
                        position: relative;
                        font-weight: 600;
                      }

                      .sec_titel h3 {
                        font-size: 38px;
                        color: #fff;
                      }

                      .sec_btn {
                        display: flex;
                        justify-content: start;
                        align-items: center;
                      }


                    }


                    @media screen and (max-width:550px){
                      .inner_banner img {
                        width: 100%;
                        height: 261px;
                      }

                      .banner_text a {
                        position: relative;
                        font-size: 24px;
                        text-decoration: none;
                        color: #f9602a;
                      }

                      .banner_text h2 {
                        font-size: 29px;
                        text-transform: uppercase;
                        color: #ffffff;
                        font-weight: 500;
                      }
                      .why_choose_wrapper {
                        padding: 30px;
                        height: 100%;
                        background-color: #0568a9;
                        color: #fff;
                      }
                      .top_side_left ul li a {
                        color: #ff8b3c;
                        font-weight: 400;
                        font-size: 15px;
                      }

                      .mobile_app_veiw {
                        position: fixed;
                        display: block;
                        width: 100%;
                        bottom: 78px;
                        left: 0px;
                        background-color: #fffffffa;
                        padding-top: 10px;
                        padding-bottom: 10px;
                        border: 1px solid #80808054;
                        z-index: 99;
                      }

                      .what_title {
                        position: relative;
                        background: #fff;
                        display: flex;
                        flex-direction: column;
                        justify-content: flex-start;
                        padding: 5px;
                        height: 175px;
                      }
                      .sec_titels {
                        margin-top: 27px;
                      }


                      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
                        border: 5px solid #fff;
                        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
                        width: 33%;
                      }
                    }

                    @media screen and (max-width:350px){
                      .inner_banner img {
                        width: 100%;
                        height: 261px;
                      }

                      .sol_card_top_3 {
                        position: relative;
                        top: 0;
                      }

                      .our_solution_category {
                        width: 100%;
                        margin: 0 auto;
                      }

                      .our_solution_category .solution_cards_box {
                        flex: auto;
                      }
                      .top_side_left ul li a {
                        color: #ff8b3c;
                        font-weight: 900;
                        font-size: 13px;
                      }
                    }