
.serviceBox{
    color: #777;
    /* font-family: 'Poppins', sans-serif; */
    padding: 9px 9px 17px 20px;
    margin: 0 5px;
    border-radius: 0 0 50px 0;
    position: relative;
    z-index: 1;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
    margin-bottom: 40px;
    background-color: white;
}
.serviceBox:before,
.serviceBox:after{
    content: '';
    background: #fff;
    height: 100%;
    width: calc(100% - 16px);
    border-radius: inherit;
    position: absolute;
    right: 4px;
    top: 0;
    z-index: -1;
}
.serviceBox:after{
    /* background: linear-gradient(#528823,#81bf10); */
    top: 9px;
    right: -5px;
    z-index: -2;
    background: linear-gradient(to right, #0c356a, #279eff); /* Chrome 10-25, Safari 5.1-6 */
}
.serviceBox .service-icon{
    color: #fff;
    /* background: linear-gradient(#1893E0,#1677E8); */
    /* font-size: 40px; */
    /* text-align: center; */
    /* line-height: 70px; */
    /* height: 70px; */
    /* width: 70px; */
    margin: 0px 0px 0px -35px;
    /* border-radius: 15px; */
    /* box-shadow: 0 0 10px rgba(0,0,0,0.2); */
} 
.serviceBox .title a{
    color: #0c356a;
    font-size: 20px;
    font-weight: 500 !important;
    /* letter-spacing: 0.5px; */
    text-transform: uppercase;
    margin: 0 0 7px;
}
.serviceBox .description{
    font-size: 14px;
    /* letter-spacing: 0.5px; */
    line-height: 23px;
    margin: 0;
    font-weight: 300;
}
.serviceBox.purple:after,
.serviceBox.purple .service-icon{
    background: linear-gradient(#865aed, #6A47DC);
}
.serviceBox.purple .title{ color: #6A47DC; }
.serviceBox.pink:after,
.serviceBox.pink .service-icon{
    background: linear-gradient(#fc55a0, #E42485);
}
.serviceBox.pink .title{ color: #E42485; }
.serviceBox.orange:after,
.serviceBox.orange .service-icon{
    background: linear-gradient(#EC722F, #E65811);
}
.serviceBox.orange .title{ color: #E65811; }

.solutionsbg{background-color: #f6f6f6;padding-bottom: 50px;padding-top: 50px;}
li.list-inline-item.new {
    margin-right: 19px;
    margin-bottom: 20px;
    box-shadow: 0px 10px 20px 0px rgb(255 255 255 / 82%);
    /* border: 1px solid red; */
}

.gray-color {
  background-color: #F6F7F9;
}

.whybox{
    /* color: #666; */
    /* font-family: 'Nunito Sans', sans-serif; */
    text-align: center;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    height: 441px;
    margin-bottom: 40px;
}
.whybox:before{
    content: '';
    border: 5px solid #0d3872;
    border-bottom: none;
    /* border-right: navajowhite; */
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0;
    z-index: -1;
}
.whybox .service-icon{
    color: #fff;
    background-color: #1675e4;
    font-size: 30px;
    line-height: 72px;
    /* width: 80px; */
    /* height: 80px; */
    margin: 0px auto 15px;
    border: 7px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.whybox .title{
    color: #0d3872;
    font-size: 20px;
    font-weight: 700;
    /* letter-spacing: 1px; */
    /* text-transform: capitalize; */
    margin: 0 0 5px;
    font-weight: 500 !important;
}

.aboutbox{
    /* color: #3b5aaa; */
    text-align: center;
    padding: 10px 10px 10px;
    border: 3px solid #c7c7c7;
    position: relative;
    z-index: 1;
}
.aboutbox:before,
.aboutbox:after{
    content: "";
    background: #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.aboutbox:after{
       /* background: linear-gradient(#1f5aaa,#1677E8); */
       /* background: linear-gradient(to right, #1488cc, #2b32b2); */
       width: 50%;
       height: 100%;
       box-shadow: none;
       transform: translateX(0) translateY(0);
       top: 0;
       left: auto;
       right: 0;
       z-index: -2;
}

.aboutbox2{
    /* color: #3b5aaa; */
    text-align: center;
    padding: 10px 10px 10px;
    border: 3px solid #1e54a7;
    position: relative;
    z-index: 1;
}
.aboutbox2:before,
.aboutbox2:after{
    content: "";
    background: #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.aboutbox2:after{
       /* background: linear-gradient(#1f5aaa,#1677E8); */
       background: linear-gradient(to right, #1626ff, #2b32b2);
       width: 50%;
       height: 100%;
       box-shadow: none;
       transform: translateX(0) translateY(0);
       top: 0;
       left: 0;
       right: auto;
       z-index: -2;
}



.font-weight-600{font-weight:600 !important;}
.team-meta {
  display: flex;
  background: #08316b;
  /* position: absolute; */
  top: 7%;
  /* left: 16px; */
  right: 16px;
  width: 345px;
  text-align: center;
  justify-content: center;
  padding: 18px 12px 20px;
  margin-bottom: 15px;
  /* z-index: 99999; */
  /* flex-direction: row; */
  /* flex-wrap: wrap; */
  /* z-index: 9999; */
  list-style: none;
}
.team-meta .date {
  position: relative;
  margin-right: 20px;
  padding-right: 11px;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
}
.team-meta .date:after {
  content: "";
  height: 14px;
  width: 1px;
  position: absolute;
  right: 0;
  transform: rotate(20deg) translateY(-55%);
  top: 50%;
  background: #ffffff;
}
.team-meta .admin  {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 5px;
  color: #ffffff;
  position: relative;
  padding-right: 4px;
}
.team-meta:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  /* border-bottom: 37px solid #015294; */
  border-left: 45px solid transparent;
  left: -45px;
  display: block;
  top: 0;
}

.btm-info-team{
    position: relative;
    box-shadow: 0px 0px 32px 0px rgba(7, 28, 31, 0.05);
    background: #fff;
    margin-bottom: 20px;
    padding: 40px;
    }
.person-box {
    background-color: #003071;
    padding: 26px;
    border-radius: 5px;
    box-shadow: 0 2px 16px 0 rgb(128 128 128 / 81%);
}

.axil-contact-page h4.title {
    font-weight: var(--s-medium);
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 17px;
    margin-bottom: 12px;
}

.address {
    color: #fff;
}


.phone a {
    color: #fff !important;
}


.email a {
    color: #fff;
}


.axil-contact-page h3.title {
    padding-bottom: 20px;
    text-align: center;
    color: #1e5aaa;
    font-size: 25px;
}

.contact_us_details .row .col-md-4:nth-child(2) .c_details_item .media .media-left i {
  font-size: 23px;
}

.c_details_item {
  background: transparent;
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 17px;
}

.c_details_item .media .media-left {
  padding-right: 23px;
  /* vertical-align: middle; */
}

.c_details_item .media .media-left i {height: 65px;width: 65px;border: 1px solid #193982;border-radius: 50%;color: #ffffff;text-align: center;line-height: 61px;font-size: 28px;-webkit-transition: all 400ms linear 0s;-o-transition: all 400ms linear 0s;transition: all 400ms linear 0s;background-color: #193982;}

.c_details_item .media .media-body p {font-size: 16px;color: var(--cretech-text, #797582);font-weight: 100;font-family: var(--cretech-font, "DM Sans", sans-serif);-webkit-font-smoothing: antialiased;-moz-osx-f;}

.c_details_item .media .media-body a {

color: #797986;

line-height: 24px;
}

.c_details_item .media .media-body a:hover {

color: #007de3;
}
.c_details_item .media .media-body h4 {margin-bottom: 8px;font-weight: 700;color: #053c69;/* font-family: 'Playfair Display', serif; */font-size: 20px;}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.titlenew{
    /* padding-bottom: 20px; */
    text-align: center;
    color: #1e5aaa;
    font-size: 35px;
    font-weight: 600 !important;
    border-bottom: 2px solid #c6c6c6;
    margin-bottom: 20px;
    }
@media only screen and (max-width: 1199px){
    .aboutbox{ margin: 0 0 40px; }
}
.clientslogos{margin: 0px 8px;
    border: 1px solid #c5c5c56e;}
.copyright p{text-align: center;
    color: white;}
.contact_icons{position: fixed;left: 20px;bottom: 20px;z-index: 999;width: 50px;text-align: center;}
.contact_icons a{width: 66px;height: 66px;border-radius: 100%;text-align: center;line-height: 43px;font-size: 24px;color: #fff;background: #edac15;box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);clear: both;margin-bottom: 0px;display: inline-block;}
.contact_icons a.whatsapp-icon{background: #2DC100;font-size: 37px;overflow: hidden;animation-duration: 1s;animation-timing-function: ease;animation-delay: 0s;animation-iteration-count: infinite;animation-direction: normal;animation-fill-mode: none;animation-play-state: running;animation-name: pulse2;color: #fff !important;}
a.whatsapp-icon i {
    margin-top: 13px;
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #2DC100;
            box-shadow: 0 0 0 0 #2DC100; }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
            box-shadow: 0 0 0 20px rgba(21, 101, 192, 0); } }

@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #2DC100;
            box-shadow: 0 0 0 0 #2DC100; }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
            box-shadow: 0 0 0 20px rgba(21, 101, 192, 0); } 
} 
    .mobile {
    display:none;
}
    
    @media (max-width: 920px){
.pc {
    display:none;
}   

.mobile {
    display: block;
}

}



@media only screen and (max-width : 767px) {
	
	.serviceBox .service-icon{background: none;box-shadow: 0 0 0px rgba(0,0,0,0.2);margin: 0px 0px 6px 0px;}
	.serviceBox {padding: 9px 9px 13px 16px;}
	.whybox{ height: auto;}
	li.list-inline-item.new{margin-right: 6px;width: 30.3%;}
	
	.about.style-10 .info {
    -webkit-padding-start: 12px !important;
    padding-inline-start: 0px !important;
    padding-top: 19px;
}
}
  
  
  
.services-section-four{
	position:relative;
	padding:95px 0px 100px;
	z-index:1;
	background-color:#f2f3fa;
}

.services-section-four .sec-title .text{
    position: relative;
    color: #1a1e66;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    max-width: 600px;
    width: 100%;
	margin-top:0px;
}

.services-block-four{
	position:relative;
	margin-bottom: 30px;
}

.services-block-four .inner-box{
	position:relative;
	overflow:hidden;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.services-block-four .inner-box .image{
	position:relative;
}

.services-block-four .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-block-four .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	padding: 17px 11px 24px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	background-color: #033270bd;
}

.services-block-four .inner-box .image .overlay-box .content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-left: 81px;
}

.services-block-four .inner-box .image .overlay-box .content .icon-box{
    position: absolute;
    left: 0px;
    color: #f3901f;
    font-size: 45px;
    line-height: 1em;
    top: -8px;
}

.services-block-four .inner-box .image .overlay-box h6{
	position:relative;
	font-weight:700;
	color:#ffffff;
	line-height:1.4em;
	font-size: 16px;
}

.services-block-four .inner-box:hover .image .overlay-box{
	margin-bottom:-100px;
}

.services-block-four .inner-box .image .overlay-box-two{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	color: #ffffff;
	opacity: 0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #063873c4;
}

.services-block-four .inner-box:hover .image .overlay-box-two{
    top: 0px;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

.services-block-four .inner-box .image .overlay-box-two .overlay-inner-two{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 30px;
}

.services-block-four .inner-box .image .overlay-box-two .overlay-inner-two .content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
	padding-left:70px;
}

.services-block-four .inner-box .image .overlay-box-two .icon-box{
	position:absolute;
	left:0px;
	color:#65b408;
	font-size:46px;
	line-height:1em;
}

.services-block-four .inner-box .image .overlay-box-two h6{
	position:relative;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:12px;
}

.services-block-four .inner-box .image .overlay-box-two h6 a{
	position:relative;
	color:#ffffff;
	font-size: 16px;
}

.services-block-four .inner-box .image .overlay-box-two .text{
	position:relative;
	font-size: 15px;
	font-weight:400;
	line-height:1.6em;
	color:#ffffff;
	margin-bottom:15px;
	margin-left: 12px;
}

.services-block-four .inner-box .image .overlay-box-two .read-more{
	position:relative;
	color: #ffffff;
	font-size: 15px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.services-block-four .inner-box .image .overlay-box-two .read-more:hover{
	color:#ffffff;
}

.services-section-four .btn-box{
	position:relative;
	margin-top:45px;
}


.services-block-four .inner-box .image .overlay-box-two .read-more {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}



/* --------------- img classes --------------- */
.img-cover {
  display: block;
}
.img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain {
  display: block;
}
.img-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.imgrotate-scale-hover {
  overflow: hidden;
  display: block;
}
.imgrotate-scale-hover img {
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.imgrotate-scale-hover:hover img {
  -webkit-transform: rotate(-10deg) scale(1.2);
      -ms-transform: rotate(-10deg) scale(1.2);
          transform: rotate(-10deg) scale(1.2);
}


.about.style-10 {
  position: relative;
}
.about.style-10 .imgs .col-lg-6:first-of-type .img:first-of-type {
  height: 270px;
}
.about.style-10 .imgs .col-lg-6:first-of-type .img:last-of-type {
  height: 190px;
}
.about.style-10 .imgs .col-lg-6:last-of-type .img:first-of-type {
  height: 160px;
}
.about.style-10 .imgs .col-lg-6:last-of-type .img:last-of-type {
  height: 320px;
}
.about.style-10 .info {
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}
.about.style-10 .info h6 {
  font-size: 14px;
  font-weight: 400;
  color: #8169f1;
  margin-bottom: 10px;
}
.about.style-10 .info h2 {
  font-size: 32px;
}
.about.style-10 .info p {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
}
.about.style-10 .pattern {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.section-padding {
    padding: 106px 0;
}

.butn.btn-icon-circle,
.btn.btn-icon-circle {
  position: relative;
  padding-right: 50px;
  text-transform: capitalize;
}
.butn.btn-icon-circle i,
.btn.btn-icon-circle i {
  position: absolute;
  right: -43px;
  bottom: -5px;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
}
.butn.btn-icon-circle:hover,
.btn.btn-icon-circle:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.butn.btn-icon-circle:hover i,
.btn.btn-icon-circle:hover i {
  -webkit-animation: RL_smooth 1s ease-in-out infinite alternate both;
          animation: RL_smooth 1s ease-in-out infinite alternate both;
}
.butn.hover-shadow,
.btn.hover-shadow {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.butn.hover-shadow:hover,
.btn.hover-shadow:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.scale_up_down {
  -webkit-animation: RL_smooth 1s ease-in-out infinite alternate both;
          animation: RL_smooth 1s ease-in-out infinite alternate both;
}

@-webkit-keyframes RL_smooth {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes RL_smooth {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.rs-project.style4 .project-item {
  position: relative;
  overflow: hidden;
}
.rs-project.style4 .project-item .project-img img {
  border-radius: 5px;
}
.rs-project.style4 .project-item .project-content {
  position: absolute;
  padding: 6px 10px 6px;
  opacity: 0;
  z-index: 1;
  bottom: -138px;
  left: 50%;
  transform: translateX(-53%);
  width: 91%;
  z-index: 9;
  background: #ffffff;
  transition: 0.6s;
}
.rs-project.style4 .project-item .project-content .category {
  margin: 0;
}
.rs-project.style4 .project-item .project-content .category a {
  font-size: 16px;
  color: #0B70E1;
}
.rs-project.style4 .project-item .project-content .title {
  font-size: 20px;
  font-weight: 700;
}
.rs-project.style4 .project-item .project-content .title a {
  color: #0F0F0F;
}
.rs-project.style4 .project-item:hover .project-content {
  opacity: 1;
  bottom: 30px;
}

.rs-project.style4 .title{
font-size: 21px;
    font-weight: 700;

    display: block;
    position: relative;
    color: #393939;
    text-transform: uppercase;
	text-align:center;
}
.rs-project.style4 a:hover {color: #003071 !important;text-decoration: none;}
.rs-project.style4 .title:before {
    transition: all 0.5s;
    content: " ";
    display: block;
    position: absolute;
    bottom: -9px;
    z-index: -1;
    height: 5px;
    border-radius: 15px;
    width: 0px;
    margin: auto;
    opacity: .7;
    background: linear-gradient(to right, #006cab, #2b32b2);
    left: 0;
    right: 0;
    width: 100px;
}


.rs-project.style4 .project-item {
  position: relative;
  overflow: hidden;
}
.rs-project.style4 .project-item .project-img img {
  border-radius: 5px;
}
.rs-project.style4 .project-item .project-content {
  position: absolute;
  padding: 6px 10px 6px;
  opacity: 0;
  z-index: 1;
  bottom: -138px;
  left: 49%;
  transform: translateX(-53%);
  width: 85%;
  z-index: 9;
  background: #ffffff;
  transition: 0.6s;
}

.rs-project.style4 .project-item:hover .project-content {
  opacity: 1;
  bottom: 30px;
}

.readon.started {
    padding: 12px 20px 14px 20px;
    border-radius: 30px 30px 30px 30px;
    border: 0px solid red;
    background: linear-gradient(to right, #1488cc, #2b32b2);
    font-size: 16px;
}

a.btn.btn-dark.readon.started.btn-xl.text-white {
    color: white !important;
}