@charset "UTF-8";
html, body {
  height: 100%;
  background-color: #fff;
  direction: ltr;
  font-size: 14px;
  letter-spacing: 0.01rem;
  padding: 55px 0px 0px;
  margin: 0;
  font-family: Archivo-Regular;
}
@font-face {
    font-family: Archivo-Bold;
    src: url(../fonts/Archivo-Bold.woff2) format('woff2'), url(../fonts/Archivo-Bold.woff) format('woff');
    font-style: normal
}
#contact_us{
	background: url(../images/contact_bg.jpg) top center no-repeat;
  background-size: 100% 100%;
  padding: 34px 0;
  /*margin-top: 110px;*/
}
#contact_us .banner-contact h3{
    font-size: 2rem;
    font-family: 'Archivo-Bold', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 0;
}	

/*CAREERS PAGE*/

#career-form-contact{
  padding: 50px 0px;
  background: #fff;
}

#career-form-contact label {
  font-size: 14px;
  /*font-family: 'Archivo-Bold', sans-serif;*/
  padding: 0;
  margin-bottom: 1rem;
}
input::placeholder{
  font-size: 13px;
}
#inputState option{
  font-size: 13px;
}
#career-form-contact .btn-contact-submit{
  padding: 10px 30px;
  background-color: #0cf;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
#career-form-contact .upload-atach{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 10px;
}
#career-form-contact .upload-atached{
    border: 1px solid #d3d3d3;
    padding: 2px 3px;
    text-align: right;
    display: block;
    border-radius: 4px;
    opacity: 1;
    height: auto;
}

#form-contact{
	    padding: 20px 0px;
    /* background: url(../images/contact-form-bg.jpg) bottom center no-repeat #f8f8f8; */
    /* background-color: #082936; */
    color: #fff;
    margin: 20px 0px
}

#form-contact label {
  font-size: 14px;
  /*font-family: 'Archivo-Bold', sans-serif;*/
  padding: 0;
  margin-bottom: 1rem;
}
input::placeholder{
	font-size: 13px;
}
#inputState option{
	font-size: 13px;
}
#form-contact .btn-contact-submit{
	padding: 10px 30px;
	background-color: #0cf;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
#address-contact{
	background-color: #082936;
	padding: 30px 0px;
}
#address-contact .contact-title{
	font-size: 1.8rem;
	font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 1.5rem;
}
#address-contact .address-detail h3{
	font-size: 1.2rem;
	font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2rem;
}
#address-contact .address-detail p{
	font-size: 1rem;
  color: #fff;
  margin-bottom: 0.3rem;
}

#address-contact .contact-list {
    max-width: 270px;
    list-style: none;
    padding-left: 0;
    border-right: 1px solid #fff;
}
#address-contact .contact-list li {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 0.7rem;
}
#address-contact .contact-list i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0.1rem;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
}
#address-contact .contact-list li a{
	color: #fff;
	text-decoration: none;
}
#address-contact .contact-br{
	border-right: none;
}

#map_canvas {
    width: 100%;
    height: 100%;
}
.map-locat iframe{
	width: 100%;
	height: 490px;
}

/*OUR PRODUCTS*/
#our_pro_bg{
  /*background: url(../images/product-list/banner1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;*/
  /*padding: 50px 0px 50px;*/
  /*height: 465px;*/
  display: flex;
  align-items: center;
  /*margin-top: 110px;*/
  position: relative;
}
#our_pro_bg .our-pro-title{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#our_pro_bg .our-pro-title h3{
  font-size: 28px;
  font-family: 'Archivo-Bold',sans-serif;
  line-height: 1.3;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5rem;
  position: relative;
  color: #fff;
  padding: 10px 150px 10px 0px;
}
#our_pro_bg .our-pro-title h3:after{
    content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  border-radius: 65px;
  width: 8px;
  height: 8px;
  background: #fff;
}
#our_pro_bg .our-pro-title h3 > span{
  display: block;
  color: #09a1e2;
}
#pro-cat-head{
  position: relative;
  padding: 30px 0px 10px;
}
#pro-cat-head .product_cat_title h3{
  font-size: 30px;
  font-family: 'ArchivoBlack-Regular', sans-serif;
  text-align: center;
  color: #224876;
}
#pro-cat-head .product_cat_title p{
  font-size: 15px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 20px;
  /*color: #565656;*/
  font-family: 'Archivo-Medium',sans-serif;
}

#pro_category{
  padding: 0px 0px 50px;
  position: relative;
  /*background: #f3f3f3;*/
  background-image: url(../images/product-list/world.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#pro_category .ho-pro-color:hover .product_content_head {
  color: #fff;
  background: #007db8;
  transition: .3s;
  cursor: pointer;
}
#pro_category .ho-pro-color:hover .product_content_head h4:after{
  border-bottom: 0.12rem solid #fff;
  transition: .3s;
}
#pro_category .product_content_head{
  color: #234775;
}
#pro_category .product_content_head h3 {
    font-size: 17px;
    font-family: 'ArchivoBlack-Regular',sans-serif;
    line-height: 1.4;
    /*color: #234775;*/
}
#pro_category .product_cat_title h3{
  font-size: 25px;
  font-family: 'Archivo-Bold', sans-serif;
  text-align: center;
  color: #224876;
}
#pro_category .product_cat_title p{
  font-size: 15px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 20px;
  color: #565656;
}
#pro_category .product_content{
  position: relative;
}
#pro_category .product_content_head{
  background: #e2e2e2;
  width: 100%;
  padding:10px;
  max-height: 500px;
  min-height: 120px;
}
#pro_category .product_content_head h4 {
    font-size: 14px;
    font-family: 'Archivo-SemiBold',sans-serif;
    line-height: 1.4;
    position: relative;
    /*color: #234775;*/
}
#pro_category .product_content_head h4:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: -2px;
    right: 0;
    left: 0;
    border-bottom: 0.12rem solid #2c42ff;
    width: 45%;
}
#pro_category .product_content_head h3 {
    font-size: 17px;
    font-family: 'ArchivoBlack-Regular',sans-serif;
    line-height: 1.4;
    /*color: #234775;*/
}
#pro_category .product_content_head::before{
  position: absolute;
  content: " ";
  bottom: -12px;
  width: 0;
  height: 0;
  right: 0;
  border-bottom: 12px solid transparent;
  border-left: 8px solid #8e8e8e;
}
#pro_category .product_content_head::after {
  position: absolute;
  content: " ";
  bottom: -12px;
  width: 0;
  height: 0;
  left: 0px;
  border-bottom: 12px solid transparent;
  border-right: 8px solid #8e8e8e;
}
#pro_category .product_content_detail{
  background: #fff;
  /*padding: 10px;*/
  max-width: 240px;
  min-width: 200px;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}
#pro_category .product_content_detail:hover{
  box-shadow: 0 0 10px rgb(0 0 0 / 16%);
  transition: box-shadow .3s;
}
#pro_category .product_content_detail h4 {
    font-size: 14px;
    font-family: 'Archivo-SemiBold',sans-serif;
    line-height: 1.4;
    position: relative;
}
#pro_category .product_content_detail h4:after{
  content: '';
  position: absolute;
  top: 0px;
  bottom: -2px;
  right: 0;
  left: 0;
  border-bottom: 0.12rem solid #2c42ff;
  width: 45%;
}
#pro_category .product_content_detail h3{
  font-size: 18px;
  font-family: 'Archivo-Bold',sans-serif;
  line-height: 1.4;
}
#pro_category .product_content_detail p{
  font-size: 14px;
  color: #565656;
  padding: 10px 10px 0px 10px;
  margin-bottom: 0;
  font-family: 'Archivo-Medium';
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#pro_category .product_content_detail a{
  color: #2c42ff;
  text-transform:uppercase;
  font-size: 13px;
  font-family: 'Archivo-Medium', sans-serif;
  text-decoration: none;
  display: block;
  padding:10px;
}
#pro_category .product_content_detail a span{
  margin-left: 10px;
}

/*Greate Feature*/
#great-feature-bg{
  background-image:url(../images/product-list/feature-banner.png);
  background-color: #f3f3f3;
  padding: 100px 0px 50px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
#great-feature-bg .great-fea-title p{
  font-family: 'ArchivoBlack-Regular', sans-serif;
  font-size: 25px;
  max-width: 500px;
  margin: 0px auto 20px;
}
#great-feature-bg .great-feature-color-1{
  border: 4px solid #fff;
  border-radius: 60%;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#great-feature-bg .great-feature-color-2{
   border: 4px solid #fff;
}
#great-feature-bg .great-feature-color-2 img{
  width: 50px !important;
}
#great-feature-bg .great-feature-color-3{
  border: 4px solid #fff;
}
#great-feature-bg .great-feature-color-4{
  border: 4px solid #fff;
}
#great-feature-bg .great-feature-color-4 img{
  width: 50px !important;
}
#great-feature-bg .great-feature-color-5{
  border: 4px solid #fff;
}
#great-feature-bg .great-feature-color-6{
  border: 4px solid #fff;
}
#great-feature-bg .great-feature-color-6 img{
  width: 50px !important;
}
#great-feature-bg .great-feature-color-7{
  border: 4px solid #fff;
}
#great-feature-bg .great-feature-color-8{
  border: 4px solid #fff;
}
#great-feature-bg .great-feature-color-1 img{
    width: 35px;
    height: 35px;
}
#great-feature-bg .great-content p{
  display: block;
  padding: 1rem 0;
  font-size: 16px;
  font-family: 'Archivo-SemiBold',sans-serif;
  margin: 0;
}

/*GET IN TOUCH*/

#get-touch{
  /*background: #a31277;*/
  padding: 40px 0px;
  background: url(../images/aoab_bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  padding: 50px 0px;
  display: flex;
  align-items: center;
}
#get-touch .get-touch-title h3{
  font-size: 20px;
  font-family: 'Archivo-Medium',sans-serif;
  color: #fff;
  margin-bottom: 1.5rem;
}
#get-touch .btn-submit{
   width: 100px;
  background: #007db8;
}

/*BLOG*/
#our-blog{
  background-image: url(../images/blog-bg.png);
    background-color: #f3f3f3;
    padding: 30px 0px 30px;
    /* margin-bottom: 60px; */
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}
#our-blog .blog-title h3 {
  font-size: 25px;
  font-family: 'ArchivoBlack-Regular',sans-serif;
  color: #234775;
  margin-bottom: 0.8rem;
}
#our-blog .blog-title p{
  font-size: 16px;
  color: #565656;
  margin-bottom: 1rem;
  font-family: 'Archivo-Medium', sans-serif;
}
#our-blog .view-post a{
  color: #2c42ff;
  text-transform:uppercase;
  font-size: 14px;
  font-family: 'Archivo-SemiBold', sans-serif;
  text-decoration: none;
  padding-bottom: 0.5rem;
  display: block;
}
#our-blog .view-post a:hover{
  transition: 0.3s;
  color: #0cf;
}
#our-blog .view-post a span{
  margin-left: 10px;
}
#our-blog .blog-content{
  padding: 15px;
  background: #fff;
  border-top: 5px solid #ec7b0b;
}
#our-blog .blog-content h3{
  font-size: 20px;
    font-family: 'ArchivoBlack-Regular',sans-serif;
    color: #234775;
    margin-bottom: 0.8rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#our-blog .blog-content h5{
  font-size: 14px;
  font-family: 'Archivo-Medium',sans-serif;
  color: #010101;
  margin-bottom: 1rem;
  text-decoration: underline;
  text-decoration-color: #2c42ff;
}
#our-blog .blog-content p{
  font-size: 14px;
  color: #565656;
  overflow: hidden;
  min-height:42px;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2; /* number of lines to show */
 -webkit-box-orient: vertical;
 font-family: 'Archivo-Medium', sans-serif;
}
#our-blog .blog-content a {
    color: #2c42ff;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Archivo-Medium', sans-serif;
    text-decoration: none;
    padding-bottom: 0.5rem;
    display: block;
}
#our-blog .blog-content a:hover{
  transition: 0.3s;
  color: #0cf;
}

/*PRODUCTS*/

#products-banner-slider{
  position: relative;
  /*padding-top: 110px;*/
}
#products-banner-slider .banner-content{
  position: absolute;
  top: 0;
  left: 0px;
  color: #fff;
  max-width: 43%;
  padding: 47px 0px;
}
#products-banner-slider .content-index-banner{
  position: relative;
}
#products-banner-slider .banner-content h3{
  font-size: 28px;
  font-family: 'Archivo-Bold',sans-serif;
  line-height: 1.3;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5rem;
  padding-left: 30px;
  position: relative;
}
#products-banner-slider .banner-content h3:after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -5px;
  border-radius: 65px;
  width: 8px;
  height: 8px;
  background: #fff;
}
#products-banner-slider .banner-content p.subheading{
  max-width: 500px;
  min-width: 200px;
  font-size: 18px;
  padding-left: 30px;
  margin-bottom: 30px;
}
#products-banner-slider .banner-content p{
  max-width: 500px;
  min-width: 200px;
  font-size: 14px;
  padding-left: 30px;
}
#products-banner-slider .banner-content ul{
  padding-left: 30px;
}
#products-banner-slider .banner-content ul > li{
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
#products-banner-slider .banner-content ul > li > .btn-banner{
  background: #007db8;
  color: #fff;
  font-size: 14px;
  border:1px solid #007db8;
  padding: 8px 20px;
  max-width: 500px;
  min-width: 120px;
  border-radius: 0;
}
#products-banner-slider .banner-content ul > li > .btn-banner:hover{
  border:1px solid #fff;
  background: transparent;
  transition: 0.2s;
}
#products-banner-slider .banner-content ul > li > .btn-banner1{
  border:1px solid #fff;
  background: #fff;
  color: #010101;
  font-size: 14px;
  padding: 8px 20px;
  max-width: 500px;
  min-width: 120px;
  border-radius: 0;
}
#products-banner-slider .banner-content ul > li > .btn-banner1:hover{
  background: #007db8;
  transition: 0.2s;
  border:1px solid #007db8;
  color: #fff;
}

/*Significance*/

#significance{ 
  padding:50px 0px 0px;
  /*background: #f3f3f3;*/
}
#significance .significance-title h2{
  color: #022d62;
  font-family: 'ArchivoBlack-Regular', sans-serif;
  font-size: 20px;
  padding-bottom: 10px;
}
.significance-title{
    margin-bottom: 50px;
}
.significance-title.audit-bot {
    margin-top: 50px;
    margin-bottom: 0px;
}
#significance .significance-title p{
  font-family: 'Archivo-Medium',sans-serif;
  font-size: 15px;
  text-align: justify;
}
#significance .significance-content h2{
  color: #022d62;
  font-family: 'ArchivoBlack-Regular', sans-serif;
  font-size: 20px;
  padding-bottom: 10px;
  margin: 0px;
}
#significance .significance-content h2 span{
  display: block;
}
#significance .significance-content ul > li{
  list-style: none;
  position: relative;
  padding-bottom: 8px;
  text-align: justify;
  font-size: 15px;
  font-family: 'Archivo-Medium',sans-serif;
}
#significance .significance-content.saving ul > li{
    font-size: 18px;
}
#significance .significance-content ul > li > span > img{
  width: 20px;
}
#significance .significance-content ul > li > span{
    position: absolute;
    top: 2px;
    bottom: 0;
    left: -35px;
}
#significance .significance-content .knowmore-btn{
  text-align: center;
  margin: 0;
}
#significance .significance-content .knowmore-btn li{
  list-style: none;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 0px 10px;
}
#significance .significance-content .knowmore-btn .btn-knowmore{
  background: #007db8;
  color: #fff;
  font-size: 14px;
  border:1px solid #007db8;
  padding: 8px 20px;
  max-width: 500px;
  min-width: 120px;
  border-radius: 0;
}
#significance .significance-content .knowmore-btn li .btn-knowmore:hover{
  border:1px solid #010101;
  background: transparent;
  transition: 0.2s;
  color: #010101;
}
#significance .significance-content .knowmore-btn > li > .btn-get{
  border:1px solid #010101;
  background: #fff;
  color: #010101;
  font-size: 14px;
  padding: 8px 20px;
  max-width: 500px;
  min-width: 120px;
  border-radius: 0;
}
#significance .significance-content .knowmore-btn > li > .btn-get:hover{
  background: #007db8;
  transition: 0.2s;
  border:1px solid #007db8;
  color: #fff;
}
#significance .sign-iframe iframe{
  max-height: 100%;
  width: 100%;
  min-height: 450px;
}

/*DASHBOARD*/
#dashboard-tabs{
  padding: 50px  0px 0px;
  position: relative;
}
#dashboard-tabs .das-bg{
  /*background: #022d62;*/
  background-image: linear-gradient(to top, #082b39 0%, #0f4b63 100%);
  padding: 20px 30px 5px;
}
#dashboard-tabs .tab-content .das-content h2{
  color: #fff;
  font-family: 'Archivo-Bold', sans-serif;
  font-size: 25px;
  padding-bottom: 10px;
}
#dashboard-tabs .tab-content .das-content p{
  font-size: 15px;
  color: #fff;
  font-family: 'Archivo-Medium',sans-serif;
}
#dashboard-tabs .tab-content .das-img img{
  width: 100%;
  display: block;
}
#dashboard-tabs .das-tab-icons ul > li{
  width: 20%;
}
#dashboard-tabs .das-tab-icons ul > li > a{
  background: transparent;
  padding: 0px 10px;
}
#dashboard-tabs .das-tab-icons ul > li > a > img{
  width: 98px;
  text-align: center;
  margin: 0 auto;
  display: block;
  align-items: center;
  justify-content: center;
}
#dashboard-tabs .das-tab-icons ul > li > a > .active-spn{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'Archivo-SemiBold';
}
#dashboard-tabs .das-tab-icons ul > li > a:hover{
  color: #fff;
  text-decoration:underline;
}
#dashboard-tabs .das-tab-icons ul > li > .btn-schedules:hover{
  text-decoration: none;
}
#dashboard-tabs .das-tab-icons ul > li > a > .in-active{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 15px;
}
#dashboard-tabs .das-tab-icons ul > li > .btn-schedules{
    color: #212121;
    background: #f1aa02;
    padding: 15px 20px;
    margin: 25px auto;
    font-family: 'Archivo-Bold',sans-serif;
    font-size: 15px;
    display: block;
}

/*KEY BENEFITES*/

#key_benifite{
  padding: 30px 0px;
}
#key_benifite .key-bene-1{
border: 1px solid #ddd;
    /* padding: 15px 0px 15px; */
    border-radius: 6px;
    margin-bottom: 30px;
    transition: box-shadow .3s;
    /* max-height: 500px; */
    min-height: 154px;
    background: #fff;
    margin: 8px;
}
#key_benifite .key-bene-1:hover{
  box-shadow: 0 0 11px rgba(33,33,33,.2);
  transition: box-shadow .3s;
}
#key_benifite .key-benefit-title h2{
  font-size: 20px;
  font-family: 'ArchivoBlack-Regular',sans-serif;
  margin-bottom: 1.5rem;
  color: #022d62;
  font-weight: bolder;
}
#key_benifite .key-bene-1 img{
      width: 44px;
    text-align: center;
    margin-top: 13px;
}
#key_benifite .key-bene-1 h3{
  background: #00b3dc;
  padding: 15px;
  border-radius: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  margin: 0px auto 15px;
}
#key_benifite .key-bene-1 p{
    /*max-width: 250px;*/
    margin: 10px auto;
    font-size: 15px;
    padding: 0px 15px;
    font-family: 'Archivo-Medium',sans-serif;
}

/*Solution Provides*/

#solution_provide{
  padding: 50px 0px;
}
#solution_provide .solution-pro-title h2{
    font-size: 20px;
    font-family: 'ArchivoBlack-Regular',sans-serif;
    margin-bottom: 1.5rem;
    color: #022d62;
}
#solution_provide .sol-number h2{
    max-width: 65px;
    padding: 8px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: relative;
    z-index: 1;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#solution_provide .sol-number .sol-bg{
  max-width: 100%;
  width: 90%;
  min-height: 42px;
  padding: 0px 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 15px;
  left: 0px;
  content: '';
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  font-family: 'Archivo-Medium',sans-serif;
}
#solution_provide .sol-number .sol-bg-1{
  background: #3ebebf;
}


#solution_provide .sol-number-4 h2 {
    color: #6d4673;
    background: #fff;
    box-shadow: 2px 4px 1px 0px rgb(68 68 68 / 0.46);
}

#solution_provide .sol-number-5 h2 {
    color: #aa6544;
    background: #fff;
    box-shadow: 2px 4px 1px 0px rgb(86 74 68 / 0.5);
}

#solution_provide .sol-number-6 h2 {
    color: #8abf42;
    background: #fff;
    box-shadow: 2px 4px 1px 0px rgb(94 101 84 / 0.5);
}

#solution_provide .sol-number .sol-bg-4{
  background: #6d4673;
}
#solution_provide .sol-number .sol-bg-5{
  background: #aa6544;
}
#solution_provide .sol-number .sol-bg-6{
  background: #8abf42;
}

#solution_provide .sol-number-1 h2{
  color: #3ebebf;
  background: #fff;
  box-shadow: 2px 4px 1px 0px rgba(46,142,143,0.95);
}
#solution_provide .sol-number-2 h2{
    color: #f04c27;
    background: #fff;
    box-shadow: 2px 4px 1px 0px rgb(179, 33, 0, 0.95);
}
#solution_provide .sol-number-2 .sol-bg-2{
    background: #f04c27;
}
#solution_provide .sol-number-3 h2{
    color: #753ef6;
    background: #fff;
    box-shadow: 2px 4px 1px 0px rgb(36, 0, 121, 0.95);
}
#solution_provide .sol-number-3 .sol-bg-3{
    background: #753ef6;
}
#solution_provide .sol-provide-content{
    background: #fff;
    padding: 20px 15px 10px;
    margin-right: 80px;
    /* max-width: 300px; */
    /* box-shadow: 0 0 11px rgba(33,33,33,.2); */
    max-height: 500px;
    min-height: 125px;
    border: 1px solid #ddd;
}
#solution_provide .sol-provide-content p{
  font-family: 'Archivo-Medium',sans-serif;
  font-size: 15px;
  color: #212121;
  margin:0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}


/*CONTACT PRODUCTS*/
#pro-contact{
  padding: 50px 0px;
}
#pro-contact .pro-cont-content h3{
  font-size: 25px;
  font-family: 'Archivo-SemiBold',sans-serif;
}
#pro-contact .pro-cont-content p{
  font-size: 15px;
  font-family: 'Archivo-Medium',sans-serif;
}
#pro-contact .pro-con-img{
  background: #fff;
  box-shadow: 0px 0px 5px rgb(19 12 12 / 16%);
}
#pro-contact .pro-con-img h3{
  font-size: 20px;
  text-align: center;
  font-family: 'Archivo-Bold',sans-serif;
  color: #234775;
  text-transform: uppercase;
  padding-bottom: 10px;
}
#pro-contact .pro-con-img ul{
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
#pro-contact .pro-con-img ul > li{
  list-style: none;
  display: inline-block;
  padding: 10px 10px;
}
#pro-contact .pro-con-img ul > li > a{
  color: #007db8;
  font-size: 30px;
}
#pro-contact .pro-con-img ul > li > .icon-whatsapp img{
  width: 58px;
}

/*PRODUCTS BENEFITES*/
#pro-benefites{
  background: #fff;
  /*padding:50px 0px;*/
}
#pro-benefites .pr-benef-content{
  background: #f3f3f3;
  box-shadow: 0 0 11px rgba(33,33,33,.2);
  transition: box-shadow .3s;
}
#pro-benefites .pr-benef-content .pro-bene-img img{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
#pro-benefites .pr-benef-content h3{
  font-size: 20px;
  color: #212121;
  font-family: 'Archivo-Bold',sans-serif;
  padding: 10px 15px;
  margin:0;
}
#pro-benefites .pr-benef-content p{
  font-size: 15px;
  font-family: 'Archivo-Medium',sans-serif;
  padding: 0px 15px 10px;
}

/*CHECK_SOL_AuditBOT*/

#check-aud-sol{
  padding: 20px 0px 20px 0px;
  position: relative;
}
#check-aud-sol .pro-bene-title h3{
  color: #022d62;
  font-size: 20px;
  font-family: 'ArchivoBlack-Regular';
  text-align: center;
  padding-bottom: 20px;
  margin-bottom:0pc !important;
}
#check-aud-sol .check-content-sol{
  text-decoration: none;
  background: #333333;
  cursor: pointer;
  /*box-shadow: 0 0 11px rgba(33,33,33,.2);*/
  transition: box-shadow .3s;
  display: block;
  padding:25px 0px 0px;
      border-right: 1px solid #ccc;
}
#check-aud-sol .check-content-sol:hover{
  background: #333333;
}
#check-aud-sol .check-sol-detail{
  text-align: center;
}
#check-aud-sol .check-content-sol .check-sol-detail img{
  width: 110px;
  text-align: center;
  margin:0 auto;
  display: block;
}
#check-aud-sol .check-content-sol .check-sol-detail h3{
  font-family: 'Archivo-Bold',sans-serif;
  font-size: 20px;
  color:#fff;
  margin: 10px 0px 0px;
}
#check-aud-sol .check-content-sol .check-sol-detail p{
  font-family: 'Archivo-Medium',sans-serif;
  font-size: 15px;
  color: #fff;
  margin-bottom: 0.5rem;
  padding: 10px 40px 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#check-aud-sol .check-content-sol .check-sol-detail .check-btn{
  color: #66cadc;
  font-size: 15px;
  border: none;
  width: 100%;
  display: block;
  padding: 10px;
  text-decoration: none;
  font-family: 'Archivo-SemiBold';
  margin-top: 40px;
}
#check-aud-sol .check-content-sol:hover .check-sol-detail .check-btn{
  color: #fff;
  background: #007db8;
  position: relative;
  border: none;
}

#check-aud-sol .check-solution-slider .owl-next{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 40px;
    bottom: 0;
    background: transparent;
}
#check-aud-sol .check-solution-slider .owl-prev{
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 40px;
  bottom: 0;
  background: transparent;
}

/*OUR CUSTOMERS*/
#our_customer_bg{
  display: flex;
  align-items: center;
  /*margin-top: 110px;*/
  position: relative;
}
#our_customer_bg .our-cust-title{
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  display: block;
  max-width: 560px;
}
#our_customer_bg .our-cust-title p{
  color: #fff;
  font-size: 15px;
  /*max-width: 300px;*/
  padding: 0px 30px 0px 0px;
}
#our_customer_bg .our-cust-title h3{
  font-size: 28px;
  font-family: 'Archivo-Bold',sans-serif;
  line-height: 1.3;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5rem;
  position: relative;
  color: #fff;
  padding: 10px 30px 10px 0px;
}
#our_customer_bg .our-cust-title h3:after{
   content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  border-radius: 65px;
  width: 8px;
  height: 8px;
  background: #fff;
}
#our_customer_bg .customer-link{
  color: #fff;
  background:#00c6f5;
  padding: 8px 10px;
  text-decoration: none;
}
#our_customer_bg .customer-link:hover{
  background:#009ec3;
  transition: .3s;
}
#our-customer{
  position: relative;
  padding: 50px 0px;
}
#our-customer .our-cus-head h3 {
  color: #224876;
  font-size: 25px;
  font-family: 'ArchivoBlack-Regular';
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
#our-customer .our-cus-head h3:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  border-bottom: 2px solid #224876;
}
#our-customer .our-cust-content h3{
  color: #224876;
  font-size: 20px;
  font-family: 'ArchivoBlack-Regular';
  position: relative;
}
#our-customer .our-cust-content p{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
 margin-bottom: 2rem;
}
#our-customer .our-cust-content a{
  background:#224876;
  padding:10px;
  color: #fff;
  margin: 10px 0px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Archivo-Medium';
  box-shadow: -4px 4px 0px 2px rgb(148 148 148 / 30%);
  text-decoration: none;
}
#our-customer .our-cust-content .readmore-link-1 {
    background: #224876;
    padding: 10px;
    color: #fff;
    margin: 10px 0px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Archivo-Medium';
    box-shadow: 5px 4px 0px 2px rgb(148 148 148 / 30%);
    text-decoration: none;
}
#our-customer .br-customers{
    border-right: 1px solid #0f4c64;
    padding: 10px 15px 10px;
    /*border-top: 1px solid #0f4c64;*/
    border-bottom: 1px solid #0f4c64;
    margin-bottom: 0px;
    padding: 15px 15px;
    margin-top: 10px;
}
#our-customer .br-cust h3{
  position: relative;
}
#our-customer .br-cust h3:before{
    border-top: 1px solid #0f4c64;
    content: '';
    position: absolute;
    top: -15px;
    right: -15px;
    max-width: 100%;
    min-width: 570px;
}
#our-customer .br-cust h3:after{
    content: '';
    position: absolute;
    top: -23px;
    left: -18px;
    border: 2px solid #0f4c64;
    min-height: 17px;
}

#our-customer .br-cust-1{
    border-left: 1px solid #0f4c64;
    padding: 10px 15px 10px;
    border-bottom: 1px solid #0f4c64;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 15px 15px;
}
#our-customer .br-cust-2{
    border-right: 1px solid #0f4c64;
    padding: 10px 15px 10px;
    border-bottom: 1px solid #0f4c64;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 15px 15px;
}
#our-customer .br-customers-bottom{
    border-left: 1px solid #0f4c64;
    padding: 10px 15px 10px;
    /*border-top: 1px solid #0f4c64;*/
    /*border-bottom: 1px solid #0f4c64;*/
    margin-bottom: 0px;
    padding: 15px 15px;
    margin-top: 0px;
}
#our-customer .br-cust-bottom{
  position: relative;
}
#our-customer .br-cust-bottom:before{
    content: '';
    position: absolute;
    bottom: -16px;
    left: -41.8rem;
    max-width: 100%;
    min-width: 570px;
    border-bottom: 1px solid #0f4c64;
}
#our-customer .br-cust-bottom:after{
    content: '';
    position: absolute;
    bottom: -23px;
    left: -18px;
    border: 2px solid #0f4c64;
    min-height: 17px;
}
/*#our-customer .br-customers1{
    border-top: 1px solid #0f4c64;
    border-right: 1px solid #0f4c64;
    border-bottom: 1px solid #0f4c64;
}*/

/*BLOG INNER*/

#blog-banner{
  /*margin-top: 110px;*/
  position: relative;
  width: 100%;
  display: block;
}
#blog-banner .rs-breadcrumbs img{
  width: 100%;
  display: block;
}
.rs-breadcrumbs .breadcrumbs-inner {
    position: absolute;
    top: 49%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.rs-breadcrumbs .page-title {
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    margin: 0 0 10px;
}
.rs-breadcrumbs ul{
  padding: 0;
}
.rs-breadcrumbs ul li {
    color: #00c6f5;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}
.rs-breadcrumbs ul li a {
    position: relative;
    padding-right: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #ffffff;
}

#rs-blog{
  padding: 50px 0px 0px;
  position: relative;
}
#rs-blog .meta-right {
    float: right;
    padding: 0px 15px;
}
.rs-blog .blog-item .blog-date {
  font-size: 12px;
  font-weight: 500;
}
.rs-blog .blog-item .blog-date i {
  font-size: 13px;
  display: inline-block;
  margin-right: 5px;
  color: #224876;
}
.rs-blog .blog-item .blog-date span {
  color: #505050;
}
.rs-blog .blog-item .blog-title {
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 15px;
  font-family: 'ArchivoBlack-Regular';
}
.rs-blog .blog-item .blog-title a {
  color: #224876;
  font-size: 20px;
  font-family: 'ArchivoBlack-Regular';
}
.rs-blog .blog-item .blog-meta .meta {
  display: inline-block;
  margin-right: 24px;
}
.rs-blog .blog-item .blog-meta .meta i {
  margin-right: 15px;
}
.rs-blog .blog-item .blog-meta .meta:last-child {
  margin-right: 0;
}
.rs-blog .blog-item .blog-meta .meta-date {
  background: #224876;
  color: #ffffff;
  width: auto;
  height: auto;
  text-align: center;
  padding:0px;
  line-height: 28px;
  font-weight: 600;
  margin-top: -23px;
  position: relative;
  top: -7px;
  margin-left: 10px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}
.rs-blog .blog-item .blog-meta .meta-date span {
  display: inline-block;
  position: relative;
  top: 0px;
  padding: 10px;
}
.rs-blog .blog-item .blog-meta .meta-date .r1{
  width: 40px;
  background: #007db8;
}
.rs-blog .blog-item .blog-meta .meta-date .r2{
  width: 40px;
}
.rs-blog .blog-item .blog-btn {
  margin-top: 22px;
}
.rs-blog .blog-item .blog-btn a {
  box-shadow: 0 0 6px #ccc;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 0px;
  color: #fff !important;
  background: #224876;
  text-decoration: none;
}
.rs-blog .blog-item .blog-btn a:hover {
  background: #0e3361;
}
.rs-blog .blog-item:hover .blog-title a,
.rs-blog .blog-item:hover .blog-meta .meta,
.rs-blog .blog-item:hover .blog-btn a {
  color: #224876;
  text-decoration: none;
}
.rs-blog .blog-item:hover .blog-meta .meta-date {
  color: #fff;
}
.rs-blog .blog-item:hover .blog-meta .meta-date {
  background: #0e3361;
}
.home1 .rs-blog .blog-content .blog-title {
  text-transform: uppercase;
}
.rs-blog2 .blog-content ul.meta-date {
  line-height: 0;
  margin: 12px 0;
}
.rs-blog2 .blog-content ul.meta-date li {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  border-right: 1px solid #757575;
  line-height: 0;
  line-height: 1;
  padding-right: 9px;
  margin-right: 5px;
}
.rs-blog2 .blog-content ul.meta-date li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.rs-blog2 .blog-content:hover ul.meta-date li {
  color: #224876;
  border-color: #224876;
}
.rs-blog3 .blog-content,
.rs-blog2 .blog-content {
  background: #ffffff;
  padding: 10px 13px 30px;
  border: 1px solid #e1e1e1;
  border-top: 0;
}
.rs-blog3 .blog-content .blog-title {
  margin-top: 8px;
}
.rs-blog3 .blog-content .meta {
  font-weight: 600;
  display: block;
  margin-top: 8px;
}
.rs-blog3 .blog-content .blog-btn {
  display: block;
  text-align: center;
}
.blog-pages .blog-item {
  margin-bottom: 45px;
}
.blog-pages .pagination {
  margin-top: 0px;
}

/* ------------------------------------
    19 .Blog Details 
---------------------------------------*/
.sec-spacer {
    padding: 60px 0 30px;
}
.single-blog-details .single-image {
  margin-bottom: 25px;
  overflow: hidden;
}
.single-blog-details .single-image img {
  filter: grayscale(0%);
  transition: all 0.8s ease-in-out 0s;
}
.single-blog-details .single-image img:hover {
  filter: grayscale(100%);
  transform: scale(1.1);
}
.single-blog-details h4.top-title {
  color: #224876;
  margin: 20px 0 13px;
  padding: 0;
  line-height: 25px;
  font-family: 'Archivo-SemiBold';
}
.single-blog-details .like-section h6 {
  color: #101010;
  margin: 12px 0 0px;
  padding: 0;
  line-height: 25px;
  font-weight: 600;
}
.single-blog-details .like-section h6 a {
  color: #101010;
  text-transform: uppercase;
  font-weight: 600;
}
.single-blog-details .like-section h6 a:hover {
  color: #224876;
}
.single-blog-details h3.top-title,
.single-blog-details .like-section h4.title-bg {
  font-size: 20px;
}
.single-blog-details .like-section span.date {
  font-size: 12px;
}
.single-blog-details blockquote {
  background: #f4f7fc;
  border: medium none;
  margin: 25px 0 25px;
  padding: 24px 25px 24px 63px;
  font-size: 18px;
  color: #101010;
  font-style: italic;
  position: relative;
  font-weight: 400;
}
.single-blog-details blockquote i {
  position: absolute;
  left: 22px;
  font-size: 25px;
  top: 21px;
}
.single-blog-details h2 {
  font-size: 20px;
  margin: 0 0 25px;
}
.single-blog-details .share-section {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-blog-details .share-section .share-link1 {
  padding: 0;
  margin: 0;
  float: right;
}
.single-blog-details .share-section .share-link1 li {
  float: left;
  list-style: none;
}
.single-blog-details .share-section .share-link1 li:first-child a {
  margin-left: 0;
}
.single-blog-details .share-section .share-link1 li a {
  padding: 7px 8px;
  border: 1px solid #ddd;
  font-size: 13px;
  font-weight: 400;
  color: #757575;
  border-radius: 4px;
  margin-left: 14px;
}
.single-blog-details .share-section .share-link1 li a:hover {
  background: #224876;
  color: #fff;
  border: 1px solid #224876;
}
.single-blog-details .share-section .share-link1 li:first-child a {
  background: #224876;
  color: #fff;
  border: 1px solid #224876;
}
.single-blog-details .share-section .life-style span {
  font-size: 13px;
  font-weight: 400;
  color: #757575;
  margin-right: 12px;
}
.single-blog-details .share-section .life-style span:last-child {
  margin-right: 0;
}
.single-blog-details .share-section .life-style span i {
  margin-right: 4px;
}
.single-blog-details .share-section .life-style span a {
  font-size: 13px;
  font-weight: 400;
  color: #757575;
}
.single-blog-details .share-section .life-style span a i {
  font-size: 13px;
  margin-right: 4px;
}
.single-blog-details .share-section .life-style span a:hover {
  color: #224876;
}
.single-blog-details .share-section .life-style span.author a {
  color: #777777;
}
.single-blog-details .share-section .life-style span.author a:hover {
  color: #224876;
}
.single-blog-details .share-section2 {
  border: 1px solid #ddd;
  padding: 15px 15px 15px 15px;
}
.single-blog-details .share-section2 span {
  font-weight: 600;
  color: #101010;
}
.single-blog-details .share-section2 .share-link {
  float: right;
}
.single-blog-details .share-section2 .share-link li {
  float: left;
  list-style: none;
}
.single-blog-details .share-section2 .share-link li:first-child a {
  margin-left: 0;
}
.single-blog-details .share-section2 .share-link li a {
  font-size: 13px;
  font-weight: 400;
  color: #757575;
  padding: 7px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-left: 14px;
}
.single-blog-details .share-section2 .share-link li a:hover {
  background: #224876;
  color: #fff;
  border: 1px solid #224876;
}
.single-blog-details .like-section .col-xs-12 h3 {
  margin: 14px 0 6px;
}
.single-blog-details .like-section .col-xs-12 h3 a {
  font-size: 15px;
  font-weight: 400;
  color: #101010;
}
.single-blog-details .like-section .col-xs-12 span {
  font-size: 13px;
  font-weight: 400;
}
.single-blog-details .like-section .col-xs-12 span i {
  font-size: 13px;
}
.single-blog-details .like-section .col-xs-12 .popular-post-img img {
  transition: all 0.3s ease 0s;
}
.single-blog-details .like-section .col-xs-12:hover a {
  color: #224876;
}
.single-blog-details .like-section .col-xs-12:hover .popular-post-img img {
  opacity: .5;
}


/* ------------------------------------
    15. Sidebar Area
---------------------------------------*/
.sidebar-area .title {
  font-size: 20px;
  color: #224876;
  font-family: 'Archivo-Bold';
  text-transform: uppercase;
  display: block;
  margin-bottom: 25px;
}
.sidebar-area .search-box {
  margin-bottom: 45px;
}
.sidebar-area .search-box .form-control {
  border-radius: 0;
  box-shadow: none;
  color: #101010;
  padding: 5px 15px;
  height: 45px;
}
.sidebar-area .search-box .box-search {
  position: relative;
}
.sidebar-area .search-box .btn {
  position: absolute;
  right: 3px;
  background: transparent;
  border: none;
  box-shadow: none;
  top: 50%;
  outline: none;
  transform: translateY(-50%);
}
.sidebar-area .cate-box {
  margin-bottom: 45px;
}
.sidebar-area .cate-box ul {
  padding: 0;
  margin: 0;
}
.sidebar-area .cate-box ul li {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
  cursor: pointer;
}
.sidebar-area .cate-box ul li a {
  color: #757575;
  padding: 0 0 0 5px;
}
.sidebar-area .cate-box ul li a span {
  float: right;
}
.sidebar-area .cate-box ul li:first-child {
  padding-top: 0;
}
.sidebar-area .cate-box ul li:hover i,
.sidebar-area .cate-box ul li:hover a {
  color: #224876;
}
.sidebar-area .latest-courses {
  margin-bottom: 45px;
}
.sidebar-area .latest-courses .post-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.sidebar-area .latest-courses .post-item .post-img {
  width: 33.33%;
  transition: all 0.3s ease 0s;
}
.sidebar-area .latest-courses .post-item .post-desc {
  width: 66.66%;
  padding-left: 20px;
}
.sidebar-area .latest-courses .post-item .post-desc h6 {
  margin-bottom: 5px;
}
.sidebar-area .latest-courses .post-item .post-desc h6 a {
  color: #224876;
  font-family: 'Archivo-Medium';
}
.sidebar-area .latest-courses .post-item .post-desc h6 a:hover {
  color: #224876;
  text-decoration: none;
}
.sidebar-area .latest-courses .post-item .post-desc .admin {
  margin-right: 16px;
}
.sidebar-area .latest-courses .post-item .post-desc .admin,
.sidebar-area .latest-courses .post-item .post-desc .date {
  font-weight: 600;
  font-size: 14px;
  color: #2c42ff;
}
.sidebar-area .latest-courses .post-item + .post-item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}
.sidebar-area .latest-courses .post-item:hover .post-img {
  opacity: 0.7;
}
.sidebar-area .tags-cloud {
  margin-bottom: 39px;
}
.sidebar-area .tags-cloud ul {
  padding: 0;
  margin: 0;
}
.sidebar-area .tags-cloud ul li {
  float: left;
  list-style: none;
}
.sidebar-area .tags-cloud ul li a {
  border: 1px solid #d7d7d7;
  padding: 5px 13px;
  margin: 0 6px 6px 0;
  display: block;
  color: #757575;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 28px;
}
.sidebar-area .tags-cloud ul li a:hover {
  background-color: #224876;
  border-color: #224876;
  color: #ffffff;
}
.sidebar-area .newsletter {
  background: #f0f0f0;
  text-align: center;
  padding: 30px 40px;
}
.sidebar-area .newsletter h4 {
  font-size: 20px;
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
.sidebar-area .newsletter p {
  font-size: 15px;
  color: #505050;
  margin: 7px 0 20px;
}
.sidebar-area .newsletter .box-newsletter {
  position: relative;
}
.sidebar-area .newsletter .box-newsletter .form-control {
  border-radius: 0;
  box-shadow: none;
  color: #212121;
  padding: 5px 20px;
  height: 50px;
  border-color: #224876;
}
.sidebar-area .newsletter .box-newsletter .btn {
  position: absolute;
  right: 3px;
  background: #224876;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  display: block;
  padding: 11px 17px;
  border-radius: 0;
  text-align: center;
}
.sidebar-area .newsletter .box-newsletter .btn:hover {
  background: #d0401b;
}
.sidebar-area .course-features-info {
  margin-bottom: 20px;
  background: #101010;
  padding: 15px;
  color: #fff;
}
.sidebar-area .course-features-info .desc-title {
  color: #224876;
  margin: 10px 0 8px;
}
.sidebar-area .course-features-info ul li {
  display: block;
  overflow: hidden;
  padding: 10px 0;
}
.sidebar-area .course-features-info ul li + li {
  border-top: 1px solid #414141;
}
.sidebar-area .course-features-info ul li i {
  color: #224876;
}
.sidebar-area .course-features-info ul li .label {
  padding-left: 10px;
}
.sidebar-area .course-features-info ul li .value {
  float: right;
  padding-right: 5px;
}


/*TESTIMONIAL PRODUCT*/
#testi-monial-product{
  /*background-color: #ffffff;*/
 position: relative;
 padding: 0px 0px 40px;
}
#testi-monial-product .feedback-slider{
  background: #fff;
  padding: 0px 20px 20px;
  border: 1px solid #ededed;
}
/*#testimonial-title{
  background: #f3f3f3;
  text-align: center;
  padding: 25px 0px;
}*/

#testi-monial-product .feed_img_logo img{
  border-radius: 65%;
  padding: 40px 10px;
  width: 140px;
  height: 140px;
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 10px rgb(0 0 0 / 17%);
  background: #fff;
  border: 1px solid #f1f1f1;
  margin: 10px 6px;
}
#testi-monial-product .feedback-slider-item .feed-contents{
  position: relative;
  background: #f3f3f3;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 27%);
}
#testi-monial-product .feedback-slider-item .feed-contents p{
  text-align: center;
  padding: 15px 10px;
  font-family: 'Archivo-SemiBold';
  font-size: 15px;
  margin: 0px 20px;
}
#testi-monial-product .feedback-slider-item .feed-contents:after{
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: translateZ(30px);
  transform: translateZ(30px);
  border: 1px solid #ddd;
  transition: border .4s ease;
  content: '';
}
#icon-quote-1{
  position: relative;
  right: 10px;
}
#icon-quote-2{
  position: relative;
  left: 20px;
}
#icon-quote-1 img {
  width: 40px;
  margin: 5px auto 5px 0px;
  z-index: 1;
  position: relative;
  background: #f3f3f3;
  padding: 7px;
}
#icon-quote-2 img {
  width: 40px;
  margin: 0 5px 5px auto;
  position: relative;
  z-index: 1;
  background: #f3f3f3;
  padding: 7px;
}
#testi-monial-product .owl-dots{
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
}

/*Ribbon*/
#testi-monial-product .right-ribbon {
  border-top: 24px solid #224876;
  border-bottom: 24px solid #224876;
  border-left: 10px solid #224876;
  border-right: 20px solid transparent;
  transition: all ease .3s;
  width: auto;
  height: 48px;
  padding: 0px 15px;
  min-height: auto;
  max-height: 100px;
  background: transparent;
  text-align: center;
  color: #fe346e;
  position: absolute;
  top: 60px;
  left: 135px;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#testi-monial-product .right-ribbon:after{
  content: '';
  position: absolute;
  top: -21px;
  bottom: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid transparent;
  width: 100%;
  height: 42px;
  left: 5px;
  background: transparent;
}
#testi-monial-product .right-ribbon:before{
  /*background: url(../images/ribbon.png);
  background-repeat: no-repeat;
  width: 90%;
  background-position: center;
  height: 42px;
  display: block;
  content: '';
  position: absolute;
  top: -21px;
  right: -157px;*/
   content: '';
  position: absolute;
  top: -21px;
  bottom: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid transparent;
  width: 100%;
  height: 42px;
  left: 5px;
  background: transparent;
}
#testi-monial-product .right-ribbon h3{
  color: #fff;
  font-size: 18px;
  font-family: 'Archivo-SemiBold',sans-serif;
  margin-bottom: 0;
  padding-right: 8px;
}
#testi-monial-product .border-ribbon{
  transition: all ease .3s;
  /*border: 1px solid #fff;*/
  width: auto;
  height: 35px;
  padding: 0px 15px;
  min-height: auto;
  max-height: 100px;
  background: transparent;
  text-align: center;
  color: #fe346e;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 6px;
}
#testi-monial-product .border-ribbon:after{
  content: '';
  position: absolute;
  top: 14px;
  right: -2px;
  height: 28px;
  width: 0px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  border: 1px solid #fff;
}
#testi-monial-product .border-ribbon:before{
  content: '';
  position: absolute;
  bottom: 26px;
  right: -16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-46deg);
  border: 1px solid #fff;
  width: 30px;

}
#testi-monial-product .traingle-cust-img{
  position: relative;
}
#testi-monial-product .traingle-cust-img img{
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 35px;
  z-index: 1
}

/*CUSTOMERS DETAILED*/
#customer_detailed_bg{
  display: flex;
  align-items: center;
 /* margin-top: 110px;*/
  position: relative;
}
#customer_detaild .de-cus-head h3 {
  color: #224876;
  font-size: 25px;
  font-family: 'ArchivoBlack-Regular';
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
#customer_detaild {
    position: relative;
    padding: 50px 0px;
}
#customer_detaild .de-cus-head h3:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  border-bottom: 2px solid #224876;
}
#customer_detaild .de-cus-detail{
  background: #e9e9e9;
  padding: 20px;
  /*max-width: 420px;*/
  box-shadow: 0 0 10px rgb(33 33 33 / 18%);
  transition: box-shadow .3s;
  margin: 20px 10px 20px 0px;
  max-height: 500px;
  min-height: 266px;
}
#customer_detaild .de-cus-detail h3{
  color: #022d62;
  font-size: 25px;
  font-family: 'ArchivoBlack-Regular';
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
#customer_detaild .de-cus-detail h3:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  border-bottom: 2px solid #022d62;
}
#customer_detaild .de-cust-btns{
  margin: 10px;
}
#customer_detaild .de-cust-btns ul{
  padding: 0;
  text-align: center;
  margin: 20px 0px 0px;
}
#customer_detaild .de-cust-btns ul > li{
  display: inline-block;
  margin: 0px 5px;

}
#customer_detaild .de-cust-btns ul > li > a{
    background: #007db8;
    color: #fff;
    font-size: 14px;
    border: 1px solid #007db8;
    padding: 10px 20px;
    max-width: 500px;
    min-width: 120px;
    border-radius: 65px;
    text-decoration: none;
}
#customer_detaild .de-cust-btns ul > li > a:hover{
  background: #00c6f5;
  transition: .3s;
}

/*ABOUT CSS*/
#about-inner-bg{
  /*padding-top: 100px;*/
  position: relative;
}
#about-content{
  padding: 30px 0px;
}
#about-inner-bg .our-pro-title {
    position: absolute;
    /*top: 0;*/
    right: 0;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#about-inner-bg .our-pro-title h3 {
    font-size: 28px;
    font-family: 'Archivo-Bold',sans-serif;
    line-height: 1.3;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.5rem;
    position: relative;
    color: #fff;
    padding: 10px 150px 10px 0px;
}
#about-inner-bg .our-pro-title h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    border-radius: 65px;
    width: 8px;
    height: 8px;
    background: #fff;
}
#about-content .abt-details h3{
  color: #224876;
  font-size: 20px;
  font-family: 'ArchivoBlack-Regular';
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 5px;
}
#about-content .abt-details h3:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10%;
    border-bottom: 2px solid #224876;
}
#about-content .abt-details h4{
  color: #224876;
  font-size: 16px;
  font-family: 'ArchivoBlack-Regular';
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
}
#about-content .abt-details p{
  font-family: 'Archivo-Medium';
  font-size: 14px;
}
#about-content .abt-details ul{
  padding:0;
}
#about-content .abt-details ul li{
  list-style: none;
  font-family: 'Archivo-Medium';
  font-size: 15px;
  padding-bottom: 5px;
}
#about-content .abt-details ul li span{
  padding-right:10px;
}

/*PARTNERS*/
#partners-content{
  padding: 30px 0px 30px;
  position: relative;
}
#partners-content  .partner-details{
  margin-bottom: 50px;
}
#partners-content  .partner-details h3{
  color: #224876;
  font-size: 25px;
  font-family: 'ArchivoBlack-Regular';
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 5px;
  text-align: center;
}
#partners-content .partner-details h3:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10%;
    border-bottom: 2px solid #224876;
}
#partners-content .part-img {
    padding: 15px;
    border: 1px solid #ccc;
    margin: 0 0 20px;
}
#partners-content .become-partner a{
    color: #fff;
    background-color: #007db8;
    border-color: #007db8;
    font-size: 16px;
    font-family: 'Archivo-SemiBold';
    margin-top: 20px;
}
#partners-content .part-img img{
  display: block;
  width: 100%;
}

/*NEW ARROW*/
#pills-tabContent{
  margin-bottom: 25px;
}
.arrow-icon {
   position: relative;
   cursor: pointer;
   border-radius: 4px;
}
 .left-bar {
   position: absolute;
   background-color: transparent;
   top: 0;
   left: 90px;
   width: 20px;
   height: 3px;
   display: block;
   transform: rotate(35deg);
   float: right;
   border-radius: 2px;
}
 .left-bar:after {
   content: "";
   background-color: white;
   width: 15px;
   height: 3px;
   display: block;
   float: right;
   border-radius: 6px 10px 10px 6px;
   transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
   z-index: -1;
}
 .right-bar {
   position: absolute;
   background-color: transparent;
   top: 3px;
   left: 100px;
   width: 20px;
   height: 3px;
   display: block;
   transform: rotate(-35deg);
   float: right;
   border-radius: 2px;
}
 .right-bar:after {
   content: "";
   background-color: white;
   width: 15px;
   height: 3px;
   display: block;
   float: right;
   border-radius: 10px 6px 6px 10px;
   transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
   z-index: -1;
}
 .open .left-bar:after {
   transform-origin: center center;
   transform: rotate(-70deg);
}
 .open .right-bar:after {
   transform-origin: center center;
   transform: rotate(70deg);
}

/*Dashboard New SS*/

#danshboard_bg {
    /*background: url(../images/dotnetbg.jpg) left no-repeat fixed #3a5d85;*/
    background-image: linear-gradient(to top, #082b39 0%, #0f4b63 100%);
    padding: 30px 0 30px;
    margin: 30px 0px 0px;
}
#danshboard_bg .dashboard_title h3{
  font-size: 25px;
  font-family: 'ArchivoBlack-Regular',sans-serif;
  margin-bottom: 1.5rem;
  color: #fff;
  text-align: center;
}
/*#danshboard_bg .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
    margin-bottom: 20px;
}*/
/*#danshboard_bg .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  margin: 0em 0.16em;
}
#danshboard_bg .owl-carousel .caption {
  text-align: center;
}*/

#danshboard_bg .owl-centered .owl-wrapper {
  display: table !important;
}
#danshboard_bg .owl-centered .owl-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
#danshboard_bg .owl-centered .owl-item > div {
  text-align: center;
}

#danshboard_bg .indicators-line .carousel-indicators{
  position: relative;
  bottom: -5%;
  margin: 20px 0px 0px;
}

/*GET IN TOUCH*/
#form-contact .get-touch-link{
  position: relative;
}
#form-contact .get-touch-link .wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#form-contact .get-touch-link .link_wrapper{
  position: relative;
}

#form-contact .get-touch-link a{
  display: block;
  width: 250px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  background: #333;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 3px solid #333;
  transition: all .35s;
}

#form-contact .get-touch-link .icon{
  width: 50px;
  height: 50px;
  border: 3px solid transparent;
  position: absolute;
  transform: rotate(45deg);
  right: 0;
  top: 0;
  z-index: -1;
  transition: all .35s;
}

#form-contact .get-touch-link .icon svg{
  width: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  transform: rotate(-45deg);
  fill: #009ed7;
  transition: all .35s;
}

#form-contact .get-touch-link a:hover{
  width: 200px;
  border: 3px solid #009ed7;
  background: transparent;
  color: #009ed7;
}

#form-contact .get-touch-link a:hover + .icon{
  border: 3px solid #009ed7;
  right: -25%;
}


/*BLOG CSS NEW*/
#rs1-blog{
  padding: 50px 0px;
}
#rs1-blog .blogIn{
  border: 1px solid #ced3d7;
  padding: 25px;
  margin-bottom: 30px;
}
#rs1-blog .blogIn .blog_content h4{
  color: #224876;
  font-size: 20px;
  font-family: 'ArchivoBlack-Regular';
}
#rs1-blog .blogIn .blog_content p{
  line-height: 24px;
  font-size: 15px;
  color: #131414;
  margin: 0 0 10px;
}
#rs1-blog .blogIn .blog_content a{
    text-decoration:none;
}
#rs1-blog .blogIn .blog_content .readmore {
    box-shadow: 0 0 6px #ccc;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 0px;
    color: #fff !important;
    background: #224876;
    text-decoration: none;
}
#rs1-blog .blogIn .blog_content .readmore:hover{
    background: #007db8;
    transition: 0.3s;
}

#rs1-blog .productList h4 {
    color: #fff;
    font-size: 20px;
    letter-spacing: .3px;
    padding: 9px 20px;
    margin: 0;
    background-color: #224876;
    line-height: normal;
    font-family: 'Archivo-SemiBold';
}
#rs1-blog .productList ul {
    padding: 10px 20px;
    margin: 0;
    background-color: #ecf1f3;
    border: 1px solid #cdd3d6;
}
#rs1-blog .productList ul li{
  list-style: none;
}
#rs1-blog .productList ul > li > a {
    display: block;
    padding: 15px 0;
    font-size: 15px;
    border-bottom: solid 1px #cdd3d6;
    color: #010101;
    font-family: 'Archivo-Medium';
    text-decoration: none;
}
.productList .date{
  font-family: 'Archivo-Medium';
  font-size: 14px;
  color: #2c42ff;
  display: block;
  margin: 10px 0px 0px;
}
#rs1-blog .productList .category ul > li > a {
    display: block;
    padding: 15px 0;
    font-size: 15px;
    border-bottom: solid 1px #cdd3d6;
    color: #010101;
    font-family: 'Archivo-Medium';
    text-decoration: none;
}
#rs1-blog .blogIn-norecord{
  padding: 25px;
  margin-bottom: 30px;
  max-height: 500px;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#rs1-blog .blogIn-norecord .no-records h3{
  color: #224876;
  font-size: 30px;
  font-family: 'ArchivoBlack-Regular';
}

.sol-pro-slider {
    width: 100%;
}

.sol-pro-slider .item {
    width: 33%;
    position:relative;
    float: left;
}
.va-m {
        display: flex;
    align-items: center;
    
}



.mfp-close{
    position: absolute !important;
    font-size: 44px !important;
    top: 0px !important;
    display: block !important;
    cursor:pointer !important;
}

.mfp-arrow-left
{
    left:10px !important;
        top: 25px !important;
}
.mfp-arrow-right
{
    right:10px !important;
        top: 25px !important;
}


@media all and (min-width: 992px) {
	.navbar{ padding-top: 0; padding-bottom: 0; }
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; padding:20px;  }
	.navbar .nav-link{ padding-top:1rem; padding-bottom:1rem;  }
}