/*! Services Style 1 */
.services-style-1 .sigma-service-service-wrapper {
    text-align: center;
    position: relative;
    background-color: #fff;
}
.services-style-1 .sigma-service-content-cover {
    background: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 25px 30px;
    padding-top: 57px;
}
.services-style-1 .sigma-service-service-wrapper:hover .sigma-service-content-cover {
    top: -45px;
}
.services-style-1 h3{
  font-size: 22px;
}
.services-style-1 h3 a {
    color: #0c2278;
}
.services-style-1 p {
    margin-bottom: 15px;
}
.services-style-1 .sigma-service-slide {
    margin-bottom: 30px;
}
.services-style-1 .sigma-service-content a {
    color: #0C2278;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Roboto;
    text-decoration: underline;
    font-weight: 800;
}
.sigma-service-service-thumbnail-wrapper {
    position: relative;
}
.sigma-service-service-thumbnail-wrapper .sigma-service-image-container a{
  position: relative;
  display: block;
  overflow: hidden;
}
.sigma-service-service-thumbnail-wrapper .sigma-service-image-container a img{
  transition: .3s;
}
.sigma-service-service-wrapper:hover .sigma-service-service-thumbnail-wrapper img{
  transform: scale(1.1);
}
.services-style-1 .service-image {
      width: 100%;
}
.services-btn a {
    background: #0C2278;
    color: #ffffff !important;
    border: none;
    font-size: 32px;
    line-height: 40px;
    padding: 0;
    width: 40px;
    height: 40px;
    font-family: Roboto;
    box-shadow: 0 12px 20px rgb(144, 182, 197);
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    position: relative;
    z-index: 9;
    cursor: pointer;
}
.services-style-1 .sigma-service-icon {
    display: inline-block;
    width: 74px;
    height: 74px;
    padding: 18px;
    border-radius: 50%;
    background: #0C2278;
    position: absolute;
    bottom: -36px;
    line-height: 36px;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 2;
    color: #fff;
    box-shadow: 0 0px 13px 2px rgb(12 34 120 / 60%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.services-style-1 .sigma-service-service-wrapper:hover .sigma-service-icon {
    background: #111;
}

.services-btn a:hover {
    background: #111111;
    box-shadow: 0 12px 20px rgba(9, 22, 42, 0.1);
}
.services-btn a:before {
    position: absolute;
    left: -10px;
    top: 20px;
    width: 10px;
    height: 1px;
    content: "";
    background: #fff9f3;
}
.services-btn a:after {
    position: absolute;
    right: -10px;
    top: 20px;
    width: 10px;
    height: 1px;
    content: "";
    background: #fff9f3;
}
.services-btn {
    position: relative;
    text-align: center;
}
.services-btn:before {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 1px;
    content: "";
    background: #eeeeee;
}
.services-btn span {
    display: inherit;
    font-family: Roboto;
    margin-top: 10px;
    font-weight: 900;
    color: #111111;
}
.services-style-1 i {
    font-size: 24px;
}
.services-style-1 i:before {
    font-size: 30px;
}
/*! Services Style 2 */
.services-style-2 .sigma-service-service-wrapper {
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    transition: 0.4s;
    padding: 40px 20px 35px;
}
.services-style-2 .sigma-service-service-wrapper .sigma-service-icon {
    height: 90px;
    width: 90px;
    margin: auto;
    border-radius: 60px;
    margin-bottom: 20px;
    background: #f9fafc;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0c2278;
    font-weight: 800;
    font-size: 22px;
}
.services-style-2 .service-title {
    font-size: 22px;
    margin-top: 24px;
    margin-bottom: 8px;
}
.services-style-2 .sigma-service-service-wrapper .sigma-service-title .service-title a {
    color: #0c2278;
}
.services-style-2 .sigma-service-date i {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #000;
    border-radius: 50%;
    margin-bottom: 30px;
    font-size: 40px;
    color: #fff;
    background-color: #0C2278;
}
.sigma-service-slide .sigma-service-date i.flaticon-motorway {
    padding-right: 13px;
}
.services-style-2 .sigma-service-icon i:before {
    font-size: 35px;
    font-weight: 500;
    color: #4a90f4;
}

.line-service {
    width: 40px;
    height: 2px;
    display: inline-block;
    background: #0C2278;
      -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.services-style-2 .sigma-service-service-wrapper .sigma-service-content p {
    margin-bottom: 10px;
}
.services-style-2 .sigma-service-service-wrapper:hover{
  background: #0c2278;
  transition: 0.4s;
}
.services-style-2 .sigma-service-service-wrapper:hover .sigma-service-title .service-title a,
.services-style-2 .sigma-service-service-wrapper:hover {
    color: #fff;
}
.services-style-2 .sigma-service-service-wrapper:hover .line-service {
    background: #fff;
}
.services-style-1 .sigma-service-service-wrapper:hover .line-service {
    width: 60px;
}
/*---- Services style 3 -----*/
.services-style-3 .sigma-service-service-wrapper {
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 7px;
    margin-bottom: 30px;
    text-align: center;
    transition: all .4s;
}

.services-style-3 .sigma-service-service-wrapper .sigma-service-icon img {
    -webkit-filter: grayscale(80%) contrast(90%) brightness(30%);
    filter: grayscale(80%) contrast(90%) brightness(30%);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.services-style-3 .sigma-service-service-wrapper .sigma-service-icon i{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.services-style-3 .sigma-service-service-wrapper .sigma-service-icon i:before {
    font-size: 46px;
}
.services-style-3 .sigma-service-service-wrapper:hover .sigma-service-icon i:before{
  color: #f15933;
}
.services-style-3 .sigma-service-service-wrapper .sigma-service-icon {
    width: 141px;
    height: 119px;
    position: relative;
    margin: auto;
    border-top-left-radius: 115px;
    border-top-right-radius: 185px;
    border-bottom-left-radius: 125px;
    border-bottom-right-radius: 85px;
    background: #f9fafc;
    transition: all .4s;
}
.services-style-3 .sigma-service-service-wrapper .sigma-service-icon:before {
    position: absolute;
    content: close-quote;
    width: 15px;
    height: 15px;
    background-color: #eef4f8;
    border-radius: 50%;
    left: -9px;
    bottom: 0;
	transition: .3s;
}
.services-style-3 .sigma-service-service-wrapper .sigma-service-icon:after {
    position: absolute;
    content: close-quote;
    width: 20px;
    height: 20px;
    background-color: #eef4f8;
    border-radius: 50%;
    right: -3px;
    top: 0;
	transition: .3s;
}
.services-style-3 .sigma-service-service-wrapper .service-title {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.services-style-3 .sigma-service-service-wrapper .service-title a {
    color: #0c2278;
}
.services-style-3 a.btn-outline.btn {
    border: 2px solid #f15933;
    padding: 0 40px;
    height: 47px;
    line-height: 43px;
    color: #111;
    font-weight: 500;
}

.services-style-3 .sigma-service-service-wrapper:hover {
    background: #0c2278;
    color: #fff;
}
.services-style-3 .sigma-service-service-wrapper:hover .sigma-service-icon:before,
.services-style-3 .sigma-service-service-wrapper:hover .sigma-service-icon:after {
    opacity: 0.3;
}
.services-style-3 .sigma-service-service-wrapper:hover .sigma-service-icon img {
    filter: none;
}
.services-style-3 .sigma-service-service-wrapper:hover .service-title a {
    color: #fff;
}
.services-style-3 a.btn-outline.btn:hover,
.services-style-3 .sigma-service-service-wrapper:hover a.btn-outline.btn {
    color: #fff;
    background: #f15933;
}

.services-style-3 .sigma-service-service-wrapper:hover .sigma-service-icon::before{
	    left: -23px;
    bottom: 100px;
}
.services-style-3 .sigma-service-service-wrapper:hover .sigma-service-icon::after{
	right: -23px;
    top: 100px;
}
