/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/templates/scrolling-nav)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

section {
  padding: 150px 0;
}
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,900');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust:none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	margin: 0;
	padding: 0;
	background: #fafafa;
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
	color: #333;
	width: 100%;
	height: 200vh;
}

img {
	max-width: 100%;
}
a {
	text-decoration: none;
			color: #333;
}

h1, h2, h3, h4 {
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1.2px;
}

h1 {
	font-size: 60px;
	font-weight: bolder;
}

p {
	font-size: 22px;
	margin-top: 15px;
}

@media only screen and (max-width: 768px) {
	h1 {
		font-size: 40px;
	}
	p {
		font-size: 18px;
	}
}

.page, .menu {
	width: 1200px;
	height: auto;
	margin: auto;
}
@media only screen and (max-width: 1200px) {
.page, .menu {
      width: 900px;
      padding: 2em 20px;
    }
  }
@media only screen and (max-width: 900px) {
.page, .menu {
      width: 700px
    }
  }
@media only screen and (max-width: 768px) {
.page, .menu {
    width: 100%;
    padding: 1em 2em;
  }
}



header {
	margin: auto;
	text-align: center;
	position: relative;
	min-height: 630px;
	background-attachment: scroll;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(https://www.florence.co.uk/assets/landing-bg-dae97762465bce7514e2732996e791a65b55f2ccb07fbce64a4694e37b1326a8.svg) no-repeat center center;
}

.menu {
  margin: 0 auto;
  position: absolute;
	top: 0;
	left: 0;
	right: 0;
  z-index: 10;
  text-align: center;
  padding: 3em 2rem;
  height: 110px;
}
	.menu .menu-item a {
		padding: 10px 0px;
	}
	.menu ol {
	  padding-left: 0px;
	}
		.logo {
			position: absolute;
			top:2em;
			left: 0rem;
			stroke: #444;
			width: 20px;
			height: 20px;
		}
		.start {
			position: absolute;
			top: 3em;
			right: 0rem;
		}
			.btn {
				padding: 13px 20px;
				background: rgb(108, 75, 206);
				color: #fff;
				font-size: 14px;
				font-weight: 500;
				border-radius: 3px;
				border-bottom: 3px solid rgb(82, 49, 180);
				border-image-repeat: stretch;
				border-image-slice: 100%;
				border-image-outset: 0%;
			}
			.light {
				background: rgb(0,0,0,0);  
				color: rgb(83, 103, 121) !important;
				border: 1px solid rgb(154, 166, 177);
				border-bottom: 3px solid rgb(154, 166, 177) !important;
			}
		.menu-item {
		  list-style-type: none;
		  display: inline;
		  position: relative;
		  margin: 15px;
			text-transform: capitalize;
			position: relative;
			color: #333;
			letter-spacing: 1px;
			font-size: 13px;
		  font-weight: 500;
		  font-family: 'Poppins', sans-serif;
		}

		.menu-item:after {
		  content: "";
		  position: absolute;
		  width: 0%;
		  height: 3px;
			background: rgb(108, 75, 206);
		  transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		  margin: 15.5px 0;
		  right: 0;
		  top: 10px;
		  border-radius: 100px;
		}
		.menu-item:hover:after {
		  width: 100%;
		  left: 0;
		}

		

@media only screen and (max-width: 968px) {
  .menu {
	  padding: 0 2rem;
	  height: 100px;
	  border-bottom: 1px solid #333;
	}

	.logo {
		left: 1em;
		top: 1em;
	}

	.start {
		right: 1em;
	}

  .menu .bar {
    cursor: pointer;
    padding: 10px 14px;
    text-align: right;
	position: absolute;
	top: 3.5em;
	right: 4em;
    height: 31px;
    width: 27px;
  }
  .menu .bar:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #333;
    transition: 0.15s ease all;
  }
  .menu .bar:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #333;
    top: 22px;
    transition: 0.15s ease all;
  }
  .menu.open .bar:after {
    width: 16px;
    left: 24px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu.open .bar:before {
    width: 16px;
    left: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu.open .menu-item {
    display: block;
  }
  .menu.open .menu-item a:hover {
    color: #7850bf;
  }
  .menu.open .menu-item a:hover .plus-icon {
    stroke: #7850bf;
  }
  .menu.open .menu-item:nth-child(3):hover .sub-menu-item {
    margin: 10px auto;
  }
  .menu.open .menu-item:nth-child(4):hover .sub-menu-item {
    margin: 10px auto;
  }

  .menu-item {
    display: none;
    text-align: center;
    margin: 15px auto;
  }

  .menu-item:before {
    width: 0%;
    display: none;
  }
}

.page {
	height: 100%;
	text-align: left;
	position: relative;
}
	.page .item {
		width: 50%;
		text-align: left;
		margin-left: 4em;
		position: relative;
	}
		.img {
			width: 450px;
			height: 450px;
		position: absolute;
		top: 10em;
		left: 0;
		right: -35em;
		margin: auto;
		}
		.call-to-actions {
			margin-top: 2em;
		}
			.call-to-actions .btn {
				padding: 13px 30px;
				margin-right: 15px;
			}
			
	button {
		height: 100%;
		width: 100%;
		border-radius: 50%;
		cursor: pointer;
		padding: 0.5em;
		border: none;
		background-color: #21D4FD;
		background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
		transform: rotate(90deg);
		outline: none;
	}


	@media only screen and (max-width: 968px) {
		.none {
	      display: none;
	    }
	    .page .item {
	    	width: 100%;
	    	margin: auto;
	    }
	  }
	@media only screen and (max-width: 768px) {
	.page, .menu {
	    width: 100%;
	    padding: 1em 2em;
	  }
	}





h1, h2, h3, h4, h5, h6{
  font-family: 'Montserrat', sans-serif;
  font-weight:500;
}
.our-services {
    overflow: hidden;
    position: relative;
    padding: 100px 0 70px;
    background: #f4f8fc;
}

.our-services .sec-title {
    text-align: center;
}
.sec-title {
    position: relative;
    margin-bottom: 20px;
}
.sec-title h2 {
    position: relative;
    font-size: 40px;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-weight: 700;
}
.center {
    text-align: center;
}
.our-services .sec-title p {
    max-width: 650px;
    margin: 0 auto;
    color: #848484;
    margin-top: 20px;
}
.sec-title h2.center:before {
    position: absolute;
    content: '';
    background: #26cdff;
    width: 50px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}
.our-services .clearfix {
    margin-top: 66px;
}
.single-service-item {
    margin-bottom: 26px;
    position: relative;
    padding: 38px 20px 38px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 35px rgba(0,0,0,.1);
    -webkit-transition: .5s;
    transition: .5s;
    border: 2px solid #eee;
}
.single-service-item:hover {
    border-color: #ffffff;
    -webkit-transition: .5s;
    transition: .5s;
}
.our-services .single-service-item .service-icon {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}
.our-services .single-service-item .service-icon img {
    max-width: 64px;
}
.service-text {
    overflow: hidden;
}
.service-text h4 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 10px;
}
.service-text p {
    color: #777777;
    font-size: 14px;
    line-height: 22px;
}
.service-text h4 a {
    color: #222222;
    transition: .5s;
}
.service-text h4 a:hover {
    color: #26cdff;
    transition: .5s;
    text-decoration:none;
}


* {
	box-sizing: border-box;
}



.btn-call {
    background: #38a3fd;
    border: 2px solid #38a3fd;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
    cursor: pointer;
    height: 60px;
    width: 60px;
    text-align: center;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 999;
    transition: .3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
		text-decoration: none;
}

.btn-call__ico {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
    color: white;
    font-size: 30px;
    padding-top: 5px;
    transition: .3s all;
}

.btn-call:hover {
    background-color: #fff;
}

.btn-call:hover .btn-call__ico {
    color: #38a3fd;
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
    }
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
    }
}

/* animations icon */

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}
.btn-call{
display:none
}
@media (max-width:768px){
.btn-call{
display:block
}
}
.btn-call__ico{
display:none
}
@media (max-width:768px){
.btn-call__ico{
display:block
}
}
.site-footer
{
  background-color:#00aed1;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#fcfcfc;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#fcfcfc;
}
.site-footer a:hover
{
  color:#fcfcfc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#fcfcfc
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}