/*Header css*/

@keyframes ct_dual_ring{
    0%
    {
      transform:rotate(0deg)
    }
    100%{
      transform:rotate(360deg)
      }
  }
  @-webkit-keyframes ct_dual_ring{
    0%{
      -webkit-transform:rotate(0deg)
    }
    100%
    {
      -webkit-transform:rotate(360deg)
    }
  }
  
  @keyframes one-animated {
    0% {
      border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%
      box-shadow:15px 15px 50px rgba(0, 0, 0, 0.2);
    }
    25% {
      border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
      border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%
      box-shadow:-10px -5px 50px rgba(0, 0, 0, 0.2);
    }
    75% {
      border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
  }

.preloader .ct-dual-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
}

.preloader .ct-dual-ring:after {
    content: " ";
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-width: 10px;
    border-style: solid;
    border-right-color: transparent;
    border-left-color: transparent;
    animation: ct_dual_ring 1.2s linear infinite;
    border-bottom-color: #261870;
    border-top-color: #f37435;
}

.rd-megamenu-list .icon-size{
    width: 22px;
    line-height: 23px;
}

.rd-navbar-nav .no-mega-menu li{
    margin: 0px 0px 15px 0px;
}

.rd-megamenu-list .glyphicon{
    color: #261870;
}

.brandTagLine {
    font-size: 14px;
    line-height: 20px;
}

.swiper-slider-wrapper .button {
    padding: 15px 45px;
}

.iceel_announce_bar {
    width: 100%;
    margin: 0 auto;
    background: #f5f5f5;
    text-align: center;
    padding: 5px 0px;
    font-size: 14px;
}

.no-gutter>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.serviceLists {
    padding: 0px 20px 30px;
    display: flex;
}

.serviceLists .service-text {
    margin-top: 10px;
    padding: 0px 0px 0px 0px;
}

.serviceLists .service-panel {
    margin: 0px 0px 0px 0px;
}

.serviceLists .service-list-col1 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 3.5em;
}

.serviceLists .service-list-col2 {
    overflow: unset;
    padding: 5px 0px 0px 0px;
}

#cta_button {
    margin: 50px 0px 0px 0px;
}

/*Footer css*/

.site-footer {
    font-size: 15px;
    color: #000000;
}
.site-footer .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.bg-overlay {
    position: relative;
}
.bg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    display: block;
}
.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.site-footer .top-footer {
    padding: 50px 0 50px;
    background-color: rgba(255,255,255,.95);
}
.site-footer .top-footer {
    background-image: url('../it-services/images/iceel-net-contact3.webp');
    background-size: cover; 
}
.site-footer .top-footer .footer-widget-title {
    font-size: 25px;
    margin-bottom: 20px;
}
.site-footer ul {
    list-style: none;
    margin: 0;
}
.site-footer ul.menu li {
    margin-bottom: 10px;
}
.site-footer ul.menu li a {
    color: inherit;
    position: relative;
    padding: 0px 0px;
}
.site-footer ul.menu li a:before{
    font-family: FontAwesome;
    content:'\f061';
    position:absolute;
    top:50%;
    left:-10px;
    -webkit-transform:translate(0,-50%);
    -khtml-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    transform:translate(0,-50%);
    opacity:0;-webkit-transition:all .3s linear 0ms;
    -khtml-transition:all .3s linear 0ms;-moz-transition:all .3s linear 0ms;
    -ms-transition:all .3s linear 0ms;
    -o-transition:all .3s linear 0ms;
    transition:all .3s linear 0ms;
    margin-top:-1px
}
.site-footer ul.menu li:hover>a:before{
    opacity: 1;
    left: 0;
}
.site-footer ul.menu li:hover>a {
    color: #f37435;
    padding-left: 20px;
}

#cta_button h3{
    margin-top: 10px;
}

#cta_button .button{
    float: right;
    margin: 0px 0px 0px 10px;
}

#cta_button .row{
    display: flex;
    align-items: center;
}
.site-footer .svg-icon-wrapper {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.site-footer .heading-5, h5{

    font-size: 16px;
}

@media screen and (min-width: 1200px) {
    .site-footer .top-footer .ct-footer-item.col-xl-3:nth-child(1) {
        -ms-flex: 0 0 27%;
        flex: 0 0 27%;
        max-width: 27%;
    }
    .site-footer .top-footer .ct-footer-item.col-xl-3:nth-child(2) {
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        max-width: 24%;
    }
    .site-footer .top-footer .ct-footer-item.col-xl-3:nth-child(3) {
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        max-width: 23%;
    }
    .site-footer .top-footer .ct-footer-item.col-xl-3:nth-child(4) {
        -ms-flex: 0 0 26%;
        flex: 0 0 26%;
        max-width: 26%;
    }
}

.site-footer .bottom-footer {
    border-top: 1px solid #eef3fa;
    background-color: #fff;
    padding: 9px 0;
}

.site-footer .bottom-footer .bottom-copyright {
    flex-grow: 1;
}

.site-footer .bottom-footer .row>div {
    padding: 5px 15px;
}

.site-footer .bottom-footer .bottom-social {
    position: relative;
    overflow: hidden;
}

.site-footer .bottom-footer .bottom-social a i {
    font-size: 12px;
    height: 41px;
    width: 41px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    background-color: #0064eb;
    color: #fff;
    text-align: center;
    line-height: 41px;
    -webkit-border-radius: 41px;
    -khtml-border-radius: 41px;
    -moz-border-radius: 41px;
    -ms-border-radius: 41px;
    -o-border-radius: 41px;
    border-radius: 41px
}

.site-footer .bottom-footer .bottom-social a:hover i {
    opacity: 0.5;
}

.site-footer .bottom-footer .bottom-social a+a {
    margin-left: 15px;
}

.site-footer .bottom-footer .row>div {
    padding: 5px 15px;
}

.site-footer .bottom-footer .bottom-social a i.fa-facebook {
    background-color: #3b5999;
}

.site-footer .bottom-footer .bottom-social a i.fa-twitter {
    background-color: #1da1f2;
}

.site-footer .bottom-footer .bottom-social a i.fa-linkedin-in {
    background-color: #0073b0;
}

.site-footer .bottom-footer .bottom-social a i.fa-pinterest-p {
    background-color: #e60023;
}