.section-title {
	font-size: 28px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background-color:#f5f5f0;
	display: inline-block;
	position: relative;
	box-shadow:2px 2px 2px 2px #e0ebeb;
	padding:50px;
	width:100%;
	height:20%;
	font-weight:700;
}
.section-title:after,
.section-title:before {
	content: '';
	position: absolute;
	bottom: 0;
}
.section-title:after {
	height: 3px;
	background-color: #ff8533;
	left: 25%;
	right: 25%;
}

.section-title:before {
	
	width: 15px;
	height: 15px;
	border: 1px solid #fff;
	background-color: #fc5c0f;
	left: 50%;
	transform: translatex(-50%);
	bottom: -6px;
	z-index: 9;
	border-radius: 50%;
}

/*********HEADER CONTENT ************/
svg {
 
  width: 100%;
  display: block;
}
.container-fluid {
     width: 100%;
     padding-right: 0px; 
    padding-left:0px; 
    margin-right: auto;
    margin-left: auto;
}
.js-nametag1
{
display:none;
}
.js-nametag2
{
display:none;
}

.js-nametag{
  position: absolute;
  float:right;
  margin-top:30px
}
.js-nametag:nth-child(1){
  animation-name: fade;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-direction: alternate-reverse;  
}


.js-nametag:nth-child(2){
  animation-name: fade;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-direction: alternate;
}

@keyframes fade{
    0%,50% {
      opacity: 0;
}
    100%{
      opacity: 1;
  }
}

.container-fluid{
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.arrow {
  text-align: center;
  margin: 1% 0;
}
.fa-arrow-down
{
	background-color:#006666;
	border-radius:50%;
	padding:10px;
	color:orange;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-50px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/*********HEADER CONTENT END ************/

/*********SERVICES CONTENT ************/
.circle-menu li {
    list-style: none;
    display: inline;
}

.circle-menu {
    position: relative;
    width: 24em;
    height: 24em;
    border: dashed 1px #53575a;
    border-radius: 50%;
    margin: 5em auto 7em;
   
    background-position: center;
    background-size: 15em;
    max-size: 120px;
}
.circle-menu:after {
    position: absolute;
    content:"SERVICES";
	margin-top:160px;
	margin-left:-45px;
	text-align:center;
	font-size:22px;
	font-weight:700;
	
	
}

    .circle-menu a {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8em;
        height: 8em;
        padding-top: 2.7em;
        line-height: 1.2em;
        margin: -3.5em;
        -moz-border-radius: 4em;
        -webkit-border-radius: 4em;
        border-radius: 4em;
        text-align: center;
        text-decoration: none;
        color: transparent;
        box-sizing: border-box;
        font-family: sans-serif;
    }

        .circle-menu a:hover {
            color: #fff;
        }

        .circle-menu a.push {
            background: white;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/push-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.crash {
            background: white;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/crash-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.analytics {
            background: white;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/analytics-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.portal {
            background: white;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/portal-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.console {
            background: white;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/console-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.mbaas {
            background: white;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/mbaas-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.aso {
            background: white;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/aso-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.push:hover {
            background: #fe8629;
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
			text-bottom:40px;
        }

        .circle-menu a.crash:hover {
            background: #fe8629;
			text-bottom:40px;
        }

        .circle-menu a.analytics:hover {
            background: #fe8629;
        }

        .circle-menu a.portal:hover {
            background: #fe8629;
        }

        .circle-menu a.console:hover {
            background: #fe8629;
        }

        .circle-menu a.mbaas:hover {
            background: #fe8629;
        }

        .circle-menu a.aso:hover {
            background: #fe8629;
        }


    /* 360/7= 51 roughly so for 7 elements rotate the element every 51deg. 12em translate is half the container */
    .circle-menu .push {
        transform: rotate(51deg) translate(12em) rotate(-51deg);
        -webkit-transform: rotate(51deg) translate(12em) rotate(-51deg);
        -ms-transform: rotate(51deg) translate(12em) rotate(-51deg);
    }

    .circle-menu .crash {
        transform: rotate(102deg) translate(12em) rotate(-102deg);
        -webkit-transform: rotate(102deg) translate(12em) rotate(-102deg);
        -ms-transform: rotate(102deg) translate(12em) rotate(-102deg);
    }

    .circle-menu .analytics {
        transform: rotate(153deg) translate(12em) rotate(-153deg);
        -webkit-transform: rotate(153deg) translate(12em) rotate(-153deg);
        -ms-transform: rotate(153deg) translate(12em) rotate(-153deg);
    }

    .circle-menu .portal {
        transform: rotate(204deg) translate(12em) rotate(-204deg);
        -webkit-transform: rotate(204deg) translate(12em) rotate(-204deg);
        -ms-transform: rotate(204deg) translate(12em) rotate(-204deg);
    }

    .circle-menu .console {
        transform: rotate(255deg) translate(12em) rotate(-255deg);
        -webkit-transform: rotate(255deg) translate(12em) rotate(-255deg);
        -ms-transform: rotate(255deg) translate(12em) rotate(-255eg);
    }

    .circle-menu .mbaas {
        transform: rotate(306deg) translate(12em) rotate(-306deg);
        -webkit-transform: rotate(306deg) translate(12em) rotate(-306deg);
        -ms-transform: rotate(306deg) translate(12em) rotate(-306deg);
    }

    .circle-menu .aso {
        transform: rotate(357deg) translate(12em) rotate(-357deg);
        -webkit-transform: rotate(357deg) translate(12em) rotate(-357deg);
        -ms-transform: rotate(357deg) translate(12em) rotate(-357deg);
    }

 .circle-menu a.push {
            background: white;
			width:100px;
			height:100px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/push-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.crash {
            background: white;
			width:100px;
			height:100px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/crash-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.analytics {
            background: white;
			width:100px;
			height:100px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/analytics-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.portal {
            background: white;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/portal-grey_nocircle.svg);
			width:100px;
			height:100px;
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.console {
            background: white;
            border: solid 2px #fe8629;
			width:100px;
			height:100px;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/console-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.mbaas {
            background: white;
            border: solid 2px #fe8629;
			width:100px;
			height:100px;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/mbaas-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.aso {
            background: white;
			width:100px;
			height:100px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/aso-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

}
 
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) 
{

.circle-menu a.push {
            background: white;
			width:100px;
			height:100px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/push-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
			
        }

        .circle-menu a.crash {
            background: white;
			width:100px;
			height:100px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/crash-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
			
        }

        .circle-menu a.analytics {
            background: white;
			width:100px;
			height:100px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/analytics-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
			
        }

        .circle-menu a.portal {
            background: white;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/portal-grey_nocircle.svg);
			width:100px;
			height:100px;
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
			
        }

        .circle-menu a.console {
            background: white;
            border: solid 2px #fe8629;
			width:100px;
			height:100px;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/console-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
			
        }

        .circle-menu a.mbaas {
            background: white;
            border: solid 2px #fe8629;
			width:100px;
			height:100px;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/mbaas-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
			
        }

        .circle-menu a.aso {
            background: white;
			width:100px;
			height:100px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/aso-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
			
        }

}
 
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) 
 {

.circle-menu a.push {
            background: white;
			width:100px;
			height:100px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/push-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
			
        }

        .circle-menu a.crash {
            background: white;
			width:100px;
			height:100px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/crash-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
			
        }

        .circle-menu a.analytics {
            background: white;
			width:100px;
			height:100px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/analytics-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
			
        }

        .circle-menu a.portal {
            background: white;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/portal-grey_nocircle.svg);
			width:100px;
			height:100px;
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
			
        }

        .circle-menu a.console {
            background: white;
            border: solid 2px #fe8629;
			width:100px;
			height:100px;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/console-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
			
        }

        .circle-menu a.mbaas {
            background: white;
            border: solid 2px #fe8629;
			width:100px;
			height:100px;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/mbaas-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
			
        }

        .circle-menu a.aso {
            background: white;
			width:100px;
			height:100px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/aso-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
		
        }

}
 
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) 
{

.circle-menu a.push {
            background: white;
			width:130px;
			height:130px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/push-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.crash {
            background: white;
			width:130px;
			height:130px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/crash-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.analytics {
            background: white;
		    width:130px;
			height:130px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/analytics-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.portal {
            background: white;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/portal-grey_nocircle.svg);
			width:130px;
			height:130px;
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.console {
            background: white;
            border: solid 2px #fe8629;
			width:130px;
			height:130px;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/console-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.mbaas {
            background: white;
            border: solid 2px #fe8629;
			width:130px;
			height:130px;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/mbaas-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.aso {
            background: white;
			width:130px;
			height:130px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/aso-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

}
 
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and(orientation : landscape) 
{

.circle-menu a.push {
            background: white;
			width:130px;
			height:130px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/push-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.crash {
            background: white;
			width:130px;
			height:130px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/crash-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.analytics {
            background: white;
		    width:130px;
			height:130px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/analytics-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.portal {
            background: white;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/portal-grey_nocircle.svg);
		    width:130px;
			height:130px;
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.console {
            background: white;
            border: solid 2px #fe8629;
		    width:130px;
			height:130px;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/console-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.mbaas {
            background: white;
            border: solid 2px #fe8629;
		    width:130px;
			height:130px;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/mbaas-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.aso {
            background: white;
		    width:130px;
			height:130px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/aso-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }
}
 
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) 
	{
		
.circle-menu a.push {
            background: white;
			width:130px;
			height:130px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/push-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.crash {
            background: white;
			width:130px;
			height:130px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/crash-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.analytics {
            background: white;
			width:130px;
			height:130px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/analytics-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.portal {
            background: white;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/portal-grey_nocircle.svg);
			width:130px;
			height:130px;
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.console {
            background: white;
            border: solid 2px #fe8629;
			width:130px;
			height:130px;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/console-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.mbaas {
            background: white;
            border: solid 2px #fe8629;
			width:130px;
			height:130px;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/mbaas-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.aso {
            background: white;
			width:130px;
			height:130px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/aso-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }
}
 
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {

	
.circle-menu a.push {
            background: white;
			width:120px;
			height:120px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/push-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.crash {
            background: white;
			width:120px;
			height:120px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/crash-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.analytics {
            background: white;
			width:120px;
			height:120px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/analytics-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.portal {
            background: white;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/portal-grey_nocircle.svg);
			width:120px;
			height:120px;
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.console {
            background: white;
            border: solid 2px #fe8629;
			width:120px;
			height:120px;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/console-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.mbaas {
            background: white;
            border: solid 2px #fe8629;
			width:120px;
			height:120px;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/mbaas-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.aso {
            background: white;
			width:120px;
			height:120px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/aso-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }
}
 
/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
	
.circle-menu a.push {
            background: white;
			width:130px;
			height:130px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/push-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.crash {
            background: white;
			width:130px;
			height:130px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/crash-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.analytics {
            background: white;
			width:130px;
			height:130px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/analytics-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.portal {
            background: white;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/portal-grey_nocircle.svg);
			width:130px;
			height:130px;
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.console {
            background: white;
            border: solid 2px #fe8629;
			width:130px;
			height:130px;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/console-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.mbaas {
            background: white;
            border: solid 2px #fe8629;
			width:130px;
			height:130px;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/mbaas-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }

        .circle-menu a.aso {
            background: white;
			width:130px;
			height:130px;
            border: solid 2px #fe8629;
            background-image: url(https://www.kumulos.com/wp-content/themes/kumulos-2017/assets/icons/aso-grey_nocircle.svg);
            -moz-transition: all 100ms linear;
            -o-transition: all 100ms linear;
            -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
        }
}

/*********SERVICES CONTENT END************/



/*********SNAPSHOT START************/


/* SECTION  NUMBERS */
.counter .row1 .col-sm-3{
  padding-top:20px; 
  padding-bottom:20px;
}
.number
{
	  font-size:28px !important;
	  color:#fff !important;
}
.counter div:nth-child(1){
  color:#000;
  font-size:22px;
}
.counter div:nth-child(2){
  color:#ccc;
  font-size:32px
}






/*********SNAPSHOT END ************/



/**************WHY TO CHOOSE US*******/

#q0,#q1,#q2,#q3,#q4 {
   padding: 10px;
   opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
}
.h3c
{
	font-size:18px !important;
	font-weight:700 !important;
	 font-family: "Arial Black", Gadget, sans-serif !important;
	 
}
.p
{
	
	font-size:19px !important;
	color:grey;
}
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.rowq
{
	height:500px ;
}

@media all and (min-width:481px) and (max-width: 568px)
 {
 .rowq
 {
	 height:800px;
	 
 }
}

@media all and (min-width:321px) and (max-width: 480px)
 {
 .rowq
 {
	 height:800px;
	 
 }
}

@media all and (min-width:0px) and (max-width: 320px)
 {
   .rowq
 {
	 height:800px;
	 
 }
}

/************CHOOSE END***********/

/************HOW IT WORKS START***********/

.how
{
	
    width: 100%;
    height: 100vh;
    background: #fff2e6;
    background: linear-gradient(-157deg,#ff9900,#ffcc80); 
    clip-path: polygon(10% 0%, 100% 0%, 100% 80%, 0% 100%);
	border-radius:50px;
	
	
}
.h4h
{
	color:white;
	font-size:18px;
	margin-top:150px;
}

.btn1
{
	background-color:#ffb84d;
	border-radius:20px;
	padding:10px;
	border:2px solid white;
}

.btn1 a
{
	color:white;
}

@media all and (min-width:481px) and (max-width: 568px) {
 .how
{
	
    width: 100%;
   height: 300px;
    background: none !important; 
 
}
  .h4h
{
	color:orange;
	font-size:18px;
	margin-top:60px;
}
.howimg
{
	
	width:350px !important;
	height:300px !important;
}
}

@media all and (min-width:321px) and (max-width: 480px) {
  .how
{
	
    width: 100%;
  height: 300px;
    background: none !important; 
	
}
  .h4h
{
	color:orange;
	font-size:18px;
	margin-top:60px;
}
.howimg
{
	
	width:350px !important;
	height:300px !important;
}
}

@media all and (min-width:0px) and (max-width: 320px) {
  .how
{
	
   width: 100%;
 height: 300px;
    background: none !important; 
	
}
  .h4h
{
	color:orange;
	font-size:18px;
	margin-top:60px;
}
.howimg
{
	width:350px !important;
	height:300px !important;
}
}

/******************DESKTOP*************/
@media all and (min-width:960px) and (max-width: 1024px) 
{
 .howimg
{
	
    width:350px !important;
	height:350px !important;
}
}

@media all and (min-width:801px) and (max-width: 959px) 
{
  .howimg
{
	
    width:350px !important;
	height:350px !important;
}
}
@media all and (min-width:769px) and (max-width: 800px)
 {
  .howimg
{
	
    width:350px !important;
	height:350px !important;
}
}

/************HOW IT WORKS END***********/


/***************CONTACT START*****************/

.envelope {
  position: relative;
  width: 420px;
  height: 233.3333333333px;
  background-color: #E95F55;
  margin: 10em auto;
  z-index: 0;
}

.envelope__triangle {
  position: absolute;
  margin: auto;
  width: 0;
  height: 0;
}

.envelope__triangle--left {
  border-top: 212.3333333333px solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 420px solid #D15047;
  z-index: 2;
  height:233px;
}

.envelope__triangle--right {
  border-top: 106.6666666667px solid transparent;
  border-bottom: 106.6666666667px solid transparent;
  border-left: 210px solid #d3584f;
  z-index: 2;
   height:233px;
}

.envelope__triangle--down {
  border-left: 210px solid transparent;
  border-right: 210px solid transparent;
  border-top: 107.6666666667px solid #cc3d33;
  z-index: 2;
  transition: all 0.3s linear;
}
.is-open .envelope__triangle--down {
  -webkit-transform: translate(0px, -106.6666666667px) scale(1, -1);
  -moz-transform: translate(0px, -106.6666666667px) scale(1, -1);
  -o-transform: translate(0px, -106.6666666667px) scale(1, -1);
  -ms-transform: translate(0px, -106.6666666667px) scale(1, -1);
  transform: translate(0px, -106.6666666667px) scale(1, -1);
  pointer-events: none;
  z-index: 1;
}

.envelope__letter {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 90%;
  height: 50%;
  padding: 1em;
  font-size: 0.8em;
  color: #555;
  background-color: #fff;
  box-shadow: 1px 1px 3px 1px #999;
  z-index: 2;
  transition: all 3s linear;
}
.is-open .envelope__letter {
  -webkit-transform: translate(0px, -106.6666666667px);
  -moz-transform: translate(0px, -106.6666666667px);
  -o-transform: translate(0px, -106.6666666667px);
  -ms-transform: translate(0px, -106.6666666667px);
  transform: translate(0px, -106.6666666667px);
  height: 213.3333333333px;
  transform: translate(0px, -106.6666666667px);
  z-index: 2;
}
input {
  outline: 0;
  border-width: 0 0 1px;
  border-color: black
}
#button
{
	padding:5px;
	width:100px;
	border-radius:40px;
	background-color:#83dea3;
}
/******************CONTACT END****************/

/*****************CLOCK AND ADDRESS START******************/

.clockbox,
#clock {
    width: 55%;
	margin-top:-120px;
	padding-top:0px;
}

/* Clock styles */
.circle {
    fill: none;
    stroke: #000;
    stroke-width: 9;
    stroke-miterlimit: 10;
}

.mid-circle {
    fill: #000;
}
.hour-marks {
    fill: none;
    stroke: #000;
    stroke-width: 9;
    stroke-miterlimit: 10;
}

.hour-arm {
    fill: none;
    stroke: #000;
    stroke-width: 17;
    stroke-miterlimit: 10;
}

.minute-arm {
    fill: none;
    stroke: #000;
    stroke-width: 11;
    stroke-miterlimit: 10;
}

.second-arm {
    fill: none;
    stroke: #000;
    stroke-width: 4;
    stroke-miterlimit: 10;
}

/* Transparent box ensuring arms center properly. */
.sizing-box {
    fill: none;
}

/* Make all arms rotate around the same center point. */
/* Optional: Use transition for animation. */
#hour,
#minute,
#second {
    transform-origin: 300px 300px;
    transition: transform .5s ease-in-out;
}



@media all and (min-width:960px) and (max-width: 1024px) {
  /* put your css styles in here */
  .clockbox,
#clock {
    width: 60%;
	margin-top:-120px;
	padding-top:0px;
}
}

@media all and (min-width:801px) and (max-width: 959px) {
  /* put your css styles in here */
}
.clockbox,
#clock {
    width: 60%;
	margin-top:-120px;
	padding-top:0px;
}

@media all and (min-width:769px) and (max-width: 800px) {
  /* put your css styles in here */
  .clockbox,
#clock {
    width:60%;
	margin-top:-120px;
	padding-top:0px;
}
}

@media all and (min-width:569px) and (max-width: 768px) {
  /* put your css styles in here */
  .clockbox,
#clock {
    width: 60%;
	margin-top:-120px;
	padding-top:0px;
}
}

@media all and (min-width:481px) and (max-width: 568px) {
  /* put your css styles in here */
  .clockbox,
#clock {
    width: 65%;
	margin-top:-290px;
	padding-top:0px;
}
}

@media all and (min-width:321px) and (max-width: 480px) {
  /* put your css styles in here */
  .clockbox,
#clock {
    width: 65%;
	margin-top:-290px;
	padding-top:0px;
}
}

@media all and (min-width:0px) and (max-width: 320px) {
  /* put your css styles in here */
  .clockbox,
#clock {
    width: 65%;
	margin-top:-290px;
	padding-top:0px;
}
}
/****************CLOCK AND ADDRESS END**********/
@media all and (min-width:569px) and (max-width: 768px) {
  /* put your css styles in here */
  .clockbox,
#clock {
    width: 60%;
	margin-top:-120px;
	padding-top:0px;
}
}

@media all and (min-width:481px) and (max-width: 568px) {
 .circle-menu a
  {
	  font-size:13px !important;
  }
  .circle-menu {
    position: relative;
    width: 20em;
    height: 20em;
    border: dashed 1px #53575a;
    border-radius: 50%;
    margin: 5em auto 7em;
   
    background-position: center;
    background-size: 15em;
    max-size: 120px;
}
.circle-menu:after {
    position: absolute;
    content:"SERVICES";
	margin-top:140px;
	margin-left:-45px;
	text-align:center;
	font-size:22px;
	font-weight:700;
	
	
}
}

@media all and (min-width:321px) and (max-width: 480px) {
 .circle-menu a
  {
	  font-size:13px !important;
  }
  .circle-menu {
    position: relative;
    width: 20em;
    height: 20em;
    border: dashed 1px #53575a;
    border-radius: 50%;
    margin: 5em auto 7em;
   
    background-position: center;
    background-size: 15em;
    max-size: 120px;
}
.circle-menu:after {
    position: absolute;
    content:"SERVICES";
	margin-top:140px;
	margin-left:-45px;
	text-align:center;
	font-size:22px;
	font-weight:700;
	
	
}
}

@media all and (min-width:0px) and (max-width: 320px)
 {
  /* put your css styles in here */
  .circle-menu a
  {
	  font-size:13px !important;
  }
   .circle-menu {
    position: relative;
    width: 20em;
    height: 20em;
    border: dashed 1px #53575a;
    border-radius: 50%;
    margin: 5em auto 7em;
   
    background-position: center;
    background-size: 15em;
    max-size: 120px;
}
.circle-menu:after {
    position: absolute;
    content:"SERVICES";
	margin-top:140px;
	margin-left:-45px;
	text-align:center;
	font-size:22px;
	font-weight:700;
	
	
}
}


/*************animation start**************/

.badge {
  border-radius: 50%;
  height: 10em;
  width: 10em;
 
}

.post-header {
  background: #22bda0;
  position: absolute; 
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.post-header .hero-image {
  position: absolute;
  bottom: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
  width: 56.25em;
}

.hero-image-container {
  -webkit-animation: hero-fade-in 1s 0.5s linear forwards;
  animation: hero-fade-in 1s 0.5s linear forwards;
  opacity: 0;
  overflow: hidden;
  position: relative;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 56.25em;
  height: 26em;
}

@-webkit-keyframes hero-fade-in {
  100% {
    opacity: 1;
  }
}

@keyframes hero-fade-in {
  100% {
    opacity: 1;
  }
}
.window-background {
  -webkit-animation: background-color 5s cubic-bezier(0.81, -0.46, 0.19, 1.33) infinite;
          animation: background-color 5s cubic-bezier(0.81, -0.46, 0.19, 1.33) infinite;
  position: absolute;
  height: 40em;
  width: 30em;
  top: 0;
}

.screen-container {
  -webkit-animation: move-emails 5s infinite ease-out;
          animation: move-emails 5s infinite ease-out;
  position: absolute;
  width: 7.6em;
  height: 6em;
  bottom: 8.66em;
  background: #fff url(https://cssanimation.rocks/images/courses/animation_101/emails.svg) repeat-y;
  background-size: 100% auto;
  left: 50%;
  -webkit-transform: translate(-16.4%, -10%);
          transform: translate(-16.4%, -10%);
}

.notification {
  -webkit-animation: move-notification 5s infinite cubic-bezier(0.81, -0.46, 0.19, 1.33);
          animation: move-notification 5s infinite cubic-bezier(0.81, -0.46, 0.19, 1.33);
  position: absolute;
  bottom: 62%;
  left: 65%;
  width: 4%;
  height: 3%;
  background: #fff url(https://cssanimation.rocks/images/courses/animation_101/notification.svg);
  background-size: 100%;
}

.moon {
  -webkit-animation: moon 5s infinite linear;
          animation: moon 5s infinite linear;
  position: absolute;
  left: 25%;
  top: 3%;
  background: url(https://cssanimation.rocks/images/courses/animation_101/moon.svg) no-repeat;
  background-size: 100%;
  height: 25%;
  width: 8%;
  -webkit-transform-origin: 30% 350%;
          transform-origin: 30% 350%;
}

@-webkit-keyframes background-color {
  0% {
    background: #011;
  }
  20%,
  30% {
    background: #5ab6fc;
  }
  100% {
    background: #011;
  }
}

@keyframes background-color {
  0% {
    background: #011;
  }
  20%,
  30% {
    background: #5ab6fc;
  }
  100% {
    background: #011;
  }
}
@-webkit-keyframes move-emails {
  0%,
  24% {
    background-position: 0 -4.6em;
    -webkit-animation-timing-function: cubic-bezier(0.81, -0.46, 0.19, 1.33);
            animation-timing-function: cubic-bezier(0.81, -0.46, 0.19, 1.33);
  }
  34%,
  60% {
    background-position: 0 0;
  }
  90%,
  100% {
    background-position: 0 -78%;
  }
}
@keyframes move-emails {
  0%,
  24% {
    background-position: 0 -4.6em;
    -webkit-animation-timing-function: cubic-bezier(0.81, -0.46, 0.19, 1.33);
            animation-timing-function: cubic-bezier(0.81, -0.46, 0.19, 1.33);
  }
  34%,
  60% {
    background-position: 0 0;
  }
  90%,
  100% {
    background-position: 0 -78%;
  }
}
@-webkit-keyframes move-notification {
  0%,
  20% {
    -webkit-transform: translateX(0.25em);
            transform: translateX(0.25em);
    opacity: 0;
  }
  50%,
  58% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  70%,
  100% {
    -webkit-transform: translateX(-0.25em);
            transform: translateX(-0.25em);
    opacity: 0;
  }
}
@keyframes move-notification {
  0%,
  20% {
    -webkit-transform: translateX(0.25em);
            transform: translateX(0.25em);
    opacity: 0;
  }
  50%,
  58% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  70%,
  100% {
    -webkit-transform: translateX(-0.25em);
            transform: translateX(-0.25em);
    opacity: 0;
  }
}
@-webkit-keyframes moon {
  0% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0, 0.41, 1);
            animation-timing-function: cubic-bezier(0.25, 0, 0.41, 1);
  }
  100% {
    -webkit-transform: rotateZ(-360deg);
            transform: rotateZ(-360deg);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}
@keyframes moon {
  0% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0.25, 0, 0.41, 1);
            animation-timing-function: cubic-bezier(0.25, 0, 0.41, 1);
  }
  100% {
    -webkit-transform: rotateZ(-360deg);
            transform: rotateZ(-360deg);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}
@media (max-width: 550px) {
  .demo-container.clocks.single .clock,
  .badge {
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  .demo-container.clocks.single .clock,
  .badge {
    font-size: 10px;
  }
}
/*************animation end************/

/*************footer design***********/

footer {
    color: #fff;
}
footer ul {
    padding: 0px;
}
footer ol, ul {
    margin-bottom: 0px;
}

.social-icon {
    padding: 0;
    margin-bottom: 0px;
        float: right;
}

.social-icon li {
    list-style: none;
    display: inline-block;
}
.social-icon li i {
    font-size: 14px;
    color: #262725;
    border: solid 2px #ffffff;
    height: 31px;
    width: 31px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
    line-height: 27px;
    margin-right: 15px;
    transition: 1s;
    background: #fff;
}
.social-icon li i:hover {
    border: solid 2px #262725;
    color: #ffffff;
    background: #262725;
}

.phone-no i {
    position: relative;
    margin-right: 14px;
    font-size: 33px;
    top: 5px;
}
.phone-no {
    margin-top: -22px;
    text-align: right;
}
.footer-day-time {
    padding-bottom: 30px;
    border-bottom: 2px solid #7a6f6f;
    padding-top: 14px;
    margin-bottom: 55px;
}
.footer-day-time ul li {
    display: inline;
    margin-right: 20px;
}
.footer-day-time ul li:last-child {
    margin-right: 0px;
}
.phone-no a {
    color: #fff;
    font-family: PlayfairDisplay-Black;
    font-size: 24px;
    font-weight: bold;
}
.footer-top {
    background: #2f2f2f;
    padding:50px 0 50px;
}
.footer-top h4 {
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footer-top p {
    font-size: 13px;
    line-height: 2;
}

footer p {
  margin-bottom:0;
}
.footer-logo {
    display: block;
    margin-bottom: 32px;
}
footer .address1 li {
    list-style: none;
    position: relative;
    padding: 0px 0 14px 34px;
    line-height: 26px;
}
footer ul.address1 span {
    position: absolute;
    width: 40px;
    max-width: 40px;
    left: 0;
}
.address1 li a {
    color: #fff;
    text-decoration: none;
}
footer ul.address1 i {
    width: 20px;
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 28px;
    top: 0;
}

footer ul.address1 i.fa-envelope {
    font-size: 18px;
    top: 4px;
}
 footer ul.social-icon {
    float: left;
}
footer .social-icon li i:hover {
    background: #4b8800;
    border-color: #4b8800;
}

.footer-bottom {
    background: #ff751a;
    padding: 10px 0px;
}
.footer-bottom ul li {
    display: inline;
    margin-right: 20px;
    font-size: 18px;
}
.footer-bottom ul li a{
    color:#fff;
}

.footer-bottom ul {
    float: right;
}

.footer-bottom ul li:last-child {
    margin-right: 0;
}
.copyright {
    font-size: 18px;
}



/*******footer end***********/
/*
     FILE ARCHIVED ON 18:15:51 Jul 05, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:45:07 May 14, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.486
  exclusion.robots: 0.034
  exclusion.robots.policy: 0.025
  esindex: 0.006
  cdx.remote: 27.78
  LoadShardBlock: 81.693 (3)
  PetaboxLoader3.resolve: 375.485 (4)
  PetaboxLoader3.datanode: 93.042 (5)
  load_resource: 433.674
  loaddict: 72.092
*/