*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*:focus {
    outline: none
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(8,62,100,0.70)
}

::-moz-placeholder { /* Firefox 19+ */
  color: rgba(8,62,100,0.70)
}

:-ms-input-placeholder { /* IE 10+ */
  color: rgba(8,62,100,0.70)
}

:-moz-placeholder { /* Firefox 18- */
  color: rgba(8,62,100,0.70)
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
    font-weight: 400;
    color: #3b3b3b;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	line-height: 24px
}

.wrappper {
	margin: 0;
	padding: 0;
	overflow: hidden
}

textarea:focus, input:focus, button:focus{
    outline: none
}

a:focus, a:hover {
    text-decoration: none
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none
}

a, button {
	cursor: pointer;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s
}

.content {
	position: relative
}

.equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap
}

.equal > [class*='col-'] {
  display: flex;
  flex-direction: column
}

.background-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}

.img-thumbnail {
    border-radius: 0;
    padding: 7px;
    border: none
}

.custom-row-15.no-gutters {
    margin-right: -7.5px;
    margin-left: -7.5px
}

.custom-row-15.no-gutters > [class*='col-'] {
    padding-right: 7.5px;
    padding-left: 7.5px
}

.inner-banner {
	position: relative;
	min-height: 350px
}

.page-title h3 {
    font-size: 24px;
    font-weight: 400;
    padding: 15px 0
}

.white-content {
	padding: 15px
}

/** Background Colour **/

.bg-black {
	background-color: #222222
}

.bg-light-black {
	background-color: #2b2b2b
}

.bg-blue {
	background-color: #2c88c9
}

.bg-gray {
	background-color: #f1f1f1
}


/** Text Colour **/

.text-blue {
	color: #2c88c9
}

.text-dark-blue {
	color: #032541
}

.text-light-blue {
	color: #698591
}

.text-orange {
	color: #ff8726
}

/** Button Styles **/

.more {
    padding: 12px 27px;
    display: inline-block;
	border: none
}

.more.bg-blue {
	background-color: #2c88c9;
	color: #fff
}

.more.bg-blue:hover {
	background-color: #2e92d9;
	color: #fff
}

.more.white-border {
	border: 1px solid #fff;
	color: #fff
}

.more.white-border:hover {
	background-color: #fff;
	color: #2c88c9
}

.more.white-arrow {
    border: 1px solid #fff;
    color: #fff;
    padding: 6px 12px
}

.more.white-arrow i {
	margin-left: 5px
}

.more.white-arrow:hover {
	background-color: #fff;
	color: #2c88c9
}

.more.blue-arrow {
    border: 1px solid #054264;
    color: #054264;
    padding: 6px 12px;
}

.more.blue-arrow i {
	margin-left: 5px
}

.more.blue-arrow:hover {
	background-color: #054264;
	color: #f1f1f1
}

/* Effect 5: same word slide in */

.read-more a {
	position: relative;
    display: inline-block;
    margin: 0 0 50px;
    outline: none;
    color: #2c88c9;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px
}

.read-more a:hover,
.read-more a:focus {
	outline: none
}

.read-more a {
	overflow: hidden;
    padding: 0;
    height: 15px;
    line-height: 16px
}

.read-more a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s
}

.read-more a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.read-more a:hover span,
.read-more a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%)
}

/** Form Styles **/

.black-input {
	height: 50px;
	background-color: transparent;
	border-radius: 0px;
	color: #fff;
	border: 1px solid #b8b8b8
}

.black-textarea {
	height: 180px !important;
	background-color: transparent;
	border-radius: 0px;
	color: #fff;
	border: 1px solid #b8b8b8
} 

.black-textarea:focus, .black-input:focus {
    color: #fff;
    background-color: unset;
    border-color: #b8b8b8;
    outline: 0;
    box-shadow: none;
}

/** Typography **/

.bottom-border-head {
	font-size: 26px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 30px
}

.bottom-border-head:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 26px;
	height: 1px;
}

.bottom-border-head.border-white:after {
	background-color: #fff
}

.bottom-border-head.border-blue:after {
	background-color: #044264
}

.bottom-border-centre-head {
	font-size: 14px;
	position: relative;
	text-align: center;
	margin: 0 0 25px;
	text-transform: uppercase
}

.bottom-border-centre-head:after {
	content: "";
	position: absolute;
	width: 26px;
	height: 1px;
	background-color: #b1b1b1;
	bottom: -10px;
	left: 50%;
	margin-left: -13px
}

/** List Styles **/

.circle-list li {
	position: relative;
	padding-left: 18px;
    margin: 0 0 12px
}

.circle-list li:before {
	font-family:"Font Awesome 5 Free";
	content: "\f111";
	font-size: 8px;
	position: absolute;
	left: 0;
	top: 0;
	color: #044264
}

.arrow-list li {
	position: relative;
	color: #186e93;
	padding-left: 30px;
	margin: 0 0 12px
}

.arrow-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	background-image: url(../images/icon/blue-arrow.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px
}

.diamond-list li {
	position: relative;
	padding-left: 20px;
	margin: 0 0 12px
}

.diamond-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	background-image: url(../images/icon/diamon.png);
	background-repeat: no-repeat;
	width: 11px;
	height: 11px
}

.diamond-list li a {
	color: #2c88c9
}

.white-arrow-list li {
	position: relative;
	color: #fff;
	padding-left: 30px;
	margin: 0 0 12px
}

.white-arrow-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	background-image: url(../images/icon/white-arrow.png);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px
}

/** Text Styles **/

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	color: #18234c;
	margin: 0
}

h1 {
	font-size: 32px
}

h2 {
	font-size: 26px
}

p {
	margin-bottom: 20px
}

/** Back to Top **/

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #1a6ba5;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0
}

#back-to-top:hover {
    background: #000;
	color: #fff
}

#back-to-top.show {
    opacity: 1
}

/** Margins **/

.mt-5 {
	margin-top:5px
}

.mt-10 {
	margin-top:10px
}

.mt-15 {
	margin-top:15px
}

.mt-20 {
	margin-top:20px
}

.mt-25 {
	margin-top:25px
}

.mt-30 {
	margin-top:30px
}

.mt-35 {
	margin-top:35px
}

.mt-40 {
	margin-top:40px
}

.mt-45 {
	margin-top:45px
}

.mt-50 {
	margin-top:50px
}

.mt-55 {
	margin-top:55px
}

.mt-60 {
	margin-top:60px
}

.mt-70 {
	margin-top:70px
}

.mt-80 {
	margin-top:80px
}

.mt-90 {
	margin-top:90px
}

.mt-100 {
	margin-top:100px
}

.mt-120 {
	margin-top:120px
}

.mt-200 {
	margin-top:200px
}

.mb-5 {
	margin-bottom:5px
}

.mb-10 {
	margin-bottom:10px
}

.mb-15 {
	margin-bottom:15px
}

.mb-20 {
	margin-bottom:20px
}

.mb-25 {
	margin-bottom:25px
}

.mb-30 {
	margin-bottom:30px
}

.mb-35 {
	margin-bottom:35px
}

.mb-40 {
	margin-bottom:40px
}

.mb-45 {
	margin-bottom:45px
}

.mb-50 {
	margin-bottom:50px
}

.mb-55 {
	margin-bottom:55px
}

.mb-60 {
	margin-bottom:60px
}

.mb-70 {
	margin-bottom:70px
}

.mb-80 {
	margin-bottom:80px
}

.mb-90 {
	margin-bottom:90px
}

.mb-100 {
	margin-bottom:100px
}

.mb-200 {
	margin-bottom:200px
}

/**================= Header Styles Starts Here =================**/

/* Header Styles Starts Here */

header {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
	background-color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

header .top-head {
    padding-top: 15px;
    padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee
}

header .top-head .logo {
    max-width: 340px
}

header .top-head .top-contact p {
	font-size: 13px;
	margin: 0px
}

header .top-head .top-contact p a {
	color: #3c3c3c
}

.menu {
	position: relative;
	width: 100%
}

.menu-all {
    text-align: left;
    position: relative;
    float: right
}

.top-left {
    margin: 0 10px 0 0;
    display: inline-block
}

.top-right {
    margin: 0;
    float: right
}

.top-left .nav {
	position: relative;
	margin: 15px 0
}

.nav li {
	position: relative
}

.nav li a {
	font-weight: 400;
	position: relative;
	font-size: 14px;
	color: #404040;
    padding: 5px 10px;
	margin: 0;
	display: inline-block
}

.nav > ul > li {
	float: left;
	position: relative;
}

.nav > ul > li:hover > a {
	color: #000;
	text-decoration: none;
	position: relative
}

.nav > ul > li > a.active {
    background-color: #2c88c9;
    color: #fff;
}

.nav li ul {
	background-color: rgba(183, 21, 23 ,0.75);
	display: none;
	position: absolute;
	top: 70px;
	z-index: 9999;
	width: 300px;
	list-style: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.more.button-blue {
    background-color: #3496ff;
    font-size: 16px;
    height: 42px;
    padding: 0 20px;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.2)
}

.mobile-sticky-phone__wrapper {
    position: fixed;
    z-index: 100000;
    bottom: 95px;
    right: 0;
    width: 47px;
    height: 47px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    font-size: 32px;
    background-color: #eb305c;
    color: #3496ff;
    box-shadow: 0 0 25px rgba(24,35,76,.75)
}

.mobile-sticky-phone {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    text-decoration: none;
    background-color: #fff
}

.mobile-sticky-phone i {
    animation: icon-rotate 5s infinite;
    font-size: 22px;
    color: #eb305c
}

.mobile-sticky-phone__wrapper, .mobile-sticky-phone {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 3px 5px
}

#footer a {
    color: #eb305c;
    transition: color .5s,background .5s;
    text-decoration: underline;
    font-weight: 600
}

header.stick {
    position: fixed;
	top: 0;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 1px 1px 10px rgba(0,0,0,.15)
}

header.stick .logo-wrap {
    width: 60px;
    height: 60px;
    -moz-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.2)
}

header.stick .logo-wrap img {
    width: 60px
}

header.stick .nav {
	margin: 7px 0 7px
}

header.stick .top-head {
    
}

header.stick .top-head .logo {
    max-width: 220px
}

header.stick .top-head {
    padding-top: 5px;
    padding-bottom: 5px
}

header.stick .top-head .top-contact p {
    line-height: 18px
}

/* Header Styles Ends Here */

/**================= Header Styles Ends Here =================**/




/**================= Footer Styles Starts Here =================**/

footer {
	padding: 20px 0;
	border-top: 1px solid #eee
}

footer p {
	margin: 0
}

footer .footer-bottom-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin: 20px 0 0;
}

footer .footer-list li {
	display: inline-block
}

footer .footer-list li a {
	position: relative;
	color: #222222;
	padding: 0 4px;
    margin: 0 0 15px
}

footer .footer-list li a:after {
	content: "|";
	position: absolute;
    color: #999;
    right: -3px;
    top: -2px
}

footer .footer-list li:last-child a:after {
	content: ""
}

footer .footer-list li a:hover {
	color: #2c88c9
}

/**================= Footer Styles Ends Here =================**/




/** ================= Home Page Styles Starts Here =================== **/

/* Banner Styles Starts Here */

.banner {
	min-height: 580px
}

.flexslider li.flex-active-slide .meta .slider-buttons .more.bg-blue {
	margin-right: 15px
}

/* Banner Styles Ends Here */

/* About Styles Starts Here */

.about {
	padding: 70px 0
}

.about.home-page p, .about.home-page h1, .about.home-page h2, .about.home-page h3, .about.home-page h4, .about.home-page h5, .about.home-page h6 {
	color: #fff;
	text-align: justify
}

.about h5 {
	font-size: 18px;
	font-weight: 400;	
    margin: 0 0 25px
}

.about .no-gutters.about-left-img {
    margin-right: -10px;
    margin-left: -10px
}

.about .no-gutters.about-left-img>[class*=col-] {
    padding-right: 10px;
    padding-left: 10px
}

.about .no-gutters.about-left-img .category-head {
    background-color: #fff;
    color: #1f282c !important;
    padding: 5px 8px;
    margin: 2px 0 20px
}

.about a.about-link:hover .category-head {
	background-color: #032541;
	font-weight: 700;
	color: #fff !important
}

.about a.about-link:hover .img-thumbnail{
	background-color: #032541
}


/* About Styles Ends Here */

/* Services Styles Starts Here */

.service {
	padding: 70px 0
}

.service h3 {
	font-size: 14px
}

/* Services Styles Ends Here */

/* Our Statement Styles Starts Here */

.our-statement {
	padding: 60px 0;	
}

.our-statement .content.right-side {
    padding: 0
}

.our-statement .content.right-side .special-quality {
	height: 100%;
	padding: 20px 12px
}

/* Our Statement Ends Starts Here */

/* Contact Bottom Styles Starts Here */

.contact-bottom {
	padding: 40px 0
}

.contact-bottom .contact-info {
	padding: 40px 25px
}

.contact-bottom .contact-info h5 {
	font-size: 21px;
}

.contact-bottom .contact-info .contact-list li {
	position: relative;
	padding-left: 30px;
    margin: 0 0 10px
}

.contact-bottom .contact-info .contact-list li:nth-child(1):after {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 17px;
	height: 16px;
	background-image: url(../images/icon/phone.png);
	background-repeat: no-repeat
}

.contact-bottom .contact-info .contact-list li:nth-child(2):after {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 17px;
	height: 16px;
	background-image: url(../images/icon/email.png);
	background-repeat: no-repeat
}

.contact-bottom .contact-info .contact-list li:nth-child(3):after {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 17px;
	height: 16px;
	background-image: url(../images/icon/linkedin.png);
	background-repeat: no-repeat
}

.contact-bottom .contact-info .contact-list li a {
	color: #fff
}



/* Contact Bottom Styles Ends Here */

/** ================= Home Page Styles Ends Here =================== **/

/** ================= About Page Styles Starts Here ================ **/

.bg-white.fix-menu {
    width: 350px;
	z-index: 9999;
    -webkit-box-shadow: -3px 0px 30px -4px rgba(36,36,36,0.20);
    -moz-box-shadow: -3px 0px 30px -4px rgba(36,36,36,0.20);
    box-shadow: -3px 0px 30px -4px rgba(36,36,36,0.20)
}

.about.about-page {
    padding: 70px 0 40px
}

.about.about-page .img-thumbnail {
    background-color: #eeeeee;
    border: none
}

.about.about-page .category-head {
	background-color: #eeeeee !important
}

.about.about-page a.about-link:hover .category-head {
	background-color: #2c88c9 !important;
	font-weight: 700;
	color: #fff !important
}

.about.about-page a.about-link:hover .img-thumbnail{
	background-color: #2c88c9 !important
}

/** ================= About Page Styles Ends Here ================ **/


/** ================= Brexit Page Styles Starts Here ================ **/

.brexit {
	padding: 60px 0
}


/** ================= Brexit Page Styles Ends Here ================ **/


/** =================== Contact Us Styles Starts Here ==================== **/

.inner-banner.background-image.contact {
	background-image: url(../images/contact-banner.jpg)
}

.contact-form {
	margin: 0 0;
	position: relative;
	padding: 60px 0;
	z-index: 99
}

.form-all {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;  
	box-shadow: -16px 16px 24px -13px rgba(0,0,0,0.20);
	-moz-box-shadow:    -16px 16px 24px -13px rgba(0,0,0,0.20);
	-webkit-box-shadow: -16px 16px 24px -13px rgba(0,0,0,0.20)
}

.contact-form-box {
	padding: 80px 100px;
	background-color: #f1f1f1
}

.contact-form h1 {
	font-size: 24px;
	font-weight: 700;
	color: #424242;
	padding: 0 0 0 80px;
	margin: 0 0 40px;
	position: relative
}

.contact-form h1:before {
	position: absolute;
	content: "";
	left: 15px;
	top: 0;
	width: 48px;
	height: 27px;
	background-image: url(../images/icon/contact-heading.png);
	background-repeat: no-repeat;
	background-size: contain
}

.contact-input {
	width: 100%;
	height: 50px;
	border: 1px solid rgba(147, 149, 151, 0.25);
	color: #2c2c2c;
	padding: 10px 18px;
	margin-bottom: 30px
}

.contact-textarea {
	width: 100%;
	height: 120px;
	border: 1px solid rgba(147, 149, 151, 0.25);
	color: #2c2c2c;
	padding: 10px 18px;
	margin-bottom: 30px
}

.contact-submit-button {
	width: 100%;
	height: 50px;
	background-color: #2c88c9;
	border: none;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.contact-submit-button:hover {
	background-color: #1b6ba3;
	color: #fff
}

.contact-list-box {
	background-color: #222222;
	color: #f9f9f9;
	padding: 80px 60px
}

.contact-list-box h2 {
	font-size: 24px;
	font-weight: 700;
	color: #f9f9f9;
	margin: 0 0 70px
}

.contact-list {
	list-style: none;
	margin: 0;
	padding: 0
}

.contact-list li {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 50px;
	color: #f9f9f9;
	padding-left: 50px;
	position: relative
}

.contact-list li:nth-child(1)::before {
	position: absolute;
	content: "";
	background-image: url(../images/icon/contact-phone.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	left: 0;
	top: -5px
}

.contact-list li:nth-child(2)::before {
	position: absolute;
	content: "";
	background-image: url(../images/icon/contact-email.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 36px;
	height: 36px;
	left: 0;
	top: -5px
}

.contact-list li a {
	color: #f9f9f9
}

.map-wrap {
	position :relative;
	margin: -80px 0 0;
	z-index: 9
}

#map {
	height: 600px;
	width: 100%
}

.shadow-contact {
    box-shadow: 2px 18px 29px 8px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 18px 29px 8px rgba(0,0,0,0.25);
    -webkit-box-shadow: 2px 18px 29px 8px rgba(0,0,0,0.25)
}

.side-menu-fix {
	position: fixed;
	top: 105px
}

/** =================== Contact Us Styles Ends Here ==================== **/

