
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');


/* Typography
================================================== */

html {
overflow-x: hidden;
}

body {
  background: #fff;
  color: #4b4c4e !important;
  overflow-x: hidden;
}

p {
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  font-size: 1.2rem !important;
  font-weight:400 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
}




/* Global styles
================================================== */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
}

.body-inner {
  position: relative;
  overflow: hidden;
}

a:link,
a:visited {
  text-decoration: none;
}

a {
  color: inherit;
  transition: .2s ease;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a.read-more {
  color: #ffb600;
  font-weight: 700;
  text-transform: uppercase;
}

a.read-more:hover {
  color: #222;
}

section,
.section-padding {
  padding: 50px 0 40px;
  position: relative;
}

.no-padding {
  padding: 0;
}


/* Section title */
.section-title {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
}

.section-sub-title {
  font-weight: 900;
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 60px;
  color: #212121;
}

.text-primary{
	color:#012758!important
}


@media (max-width: 575px) {
  .section-sub-title {
    font-size: 28px;
  }
}


.navbar-brand {
  /* background-color: #fff;*/
  height:58px;
  position: relative;
  width:197px;
  margin-left:85px
}

@media (max-width: 1024px) {
	
	.navbar-brand {
  /* background-color: #fff;*/
  height:58px;
  position: relative;
  width:197px;
  margin-left:15px
}
}



.navbar-brand img {
  position: absolute;
  top:5px;
  height:48px
  }
  
  @media (max-width: 893px) {
	
	.navbar-brand {
  /* background-color: #fff;*/
  height:58px;
  position: relative;
  width:197px;
  margin-left:0px
}
}
  


.main-nav {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.main-nav 
.container {
  width: 100%
}




.menu-large {
  position: static !important;
}

.megamenu {
  padding: 20px 20px;
 transform: translateX(-50%) !important;
  left: 50% !important;
min-width:1024px !important;
width:auto;
margin:auto
}

@media (max-width: 991px) {
.megamenu {
  padding: 20px 20px;
 transform: translateX(0%) !important;
  left: 50% !important;
min-width:1024px !important;
width:auto;
margin:auto
}		
	
}

.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}

.megamenu > div > li > ul > li {
	  display: block;
  padding: 3px 0px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  white-space: normal;
  list-style: none;
  padding:3px 0px 5px 0px;
}

.dropdown-item:focus{
    background-color: transparent;
}

.megamenu > div > li > ul > li:last-child{
	border-bottom: 0px
}

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px 0px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  white-space: normal;
  	color:#012758 !important;
	font-size:14px !important;
	padding-left:0px;
	margin-left:0px;
	text-transform:none;
	font-family: "Open Sans", sans-serif;
}

@media (max-width: 768px) {
	.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #264363;
  white-space: normal;
}
}

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #262626;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}




/* Header area
================================================== */


@media (max-width: 991px) {
  .navbar-collapse.collapse {
    overflow-y: auto;
  }
}

 ul.navbar-nav > li {
  padding-left: 0;
  padding-right: 30px;
}

ul.navbar-nav > li:last-child {
    margin-right: 70px;
}

@media (max-width: 893px) {
  ul.navbar-nav > li {
    padding-right: 0;
  }
}

.navbar-fixed {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 0;
}





/* Main navigation */
.navbar-toggler {
  float: left;
  margin-top: 10px;
  padding: 12px;
}

.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  margin-left:0px;
  padding:0px
}

.navbar-toggler {
  margin: 10px 20px;
  padding: 6px;
  border-radius: 0;
  font-size: 1rem;
  background: #012758;
}

.navbar-toggler:focus {
  outline: 0;
}



@media (max-width: 478px) {
.navbar-toggler {
  margin: 10px 20px !important;
  padding: 6px;
  border-radius: 0;
  font-size: 1rem;
  background: #012758;
}	
	
}

.topnav-right {
  float: right;
}

.navbar-dark .navbar-toggler {
  color: rgba(255,255,255,1);
  border-color: rgba(255,255,255,.1);
}



ul.navbar-nav > li > a:after,
ul.navbar-nav > li > a:after {
  display: none;
}

ul.navbar-nav > li  {
	padding:13px 0
}

@media (max-width: 991px) {
ul.navbar-nav > li  {
	padding:4px 0
}	
}

ul.navbar-nav > li > a {
    font-family: 'Josefin Sans', sans-serif !important;
  color: #686868 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0;
  line-height: 40px;
  padding: 0px 10px !important;
  transition: 350ms;
  letter-spacing: .3px;
}




.navbar-dark ul.navbar-nav > li > a {
  color: #777 !important;
  font-size: 15px;
   margin: 0px 5px;
}

.navbar-dark ul.navbar-nav > li > a:hover,
.navbar-dark ul.navbar-nav > li.active > a{
background:#012758!important;
color:#fe7401 !important;
transition: all .5s ease;
}

/* Dropdown */

.dropdown-menu {
  text-align: left;
  z-index: 100;
  min-width: 200px;
  border-radius: 0;
  border: 0;
  padding: 0 20px;
  margin: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width:auto;
}


.dropdown-header a{
	color:#264363 !important;
	text-transform:uppercase;
	font-weight:700 !important;
	font-size:16px !important;
	padding-left:0px;
	margin-left:0px;
	font-family: 'Raleway', sans-serif;
}


.dropdown-menu p{
	color:#4b4c4e;
	font-size:14px !important;
	padding-left:0px;
	margin-left:0px;
	text-transform:none;
	font-family: "Open Sans", sans-serif;
}


.dropdown-header {
	color:#264363;
	text-transform:uppercase;
	font-weight:700 !important;
	font-size:16px !important;
	padding-left:0px;
	margin-left:0px;
	font-family: 'Raleway', sans-serif;
}





.navbar-nav > li > .dropdown-menu a {
  background: none;
}

.navbar-nav > li > .dropdown-menu a:hover{
color:#fe7401 !important;
text-decoration:underline	
}

.dropdown-menu li a {
  font-family: 'Raleway', sans-serif;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  padding: 12px 0;
  letter-spacing: .3px;
  color: #012758;
}

.dropdown-menu .dropdown-header a{
	color:#264363;
	text-transform:uppercase !important;
	font-weight:700 !important;
	font-size:18px !important;
	padding-left:0px;
	margin-left:0px;
	font-family: 'Raleway', sans-serif;
}



.dropdown-menu1 li a {
  font-family: 'Raleway', sans-serif;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  padding: 12px 0;
  letter-spacing: .3px;
  color: #012758;
}



.dropdown-item {
    color: #012758 !important;
}

@media (max-width: 991px) {
  .dropdown-menu li a {
    padding: 12px 0;
  }
}

.dropdown-menu li:last-child > a {
  border-bottom: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  color: #55bb58;
}

@media (min-width: 991px) {
	
ul.nav ul.dropdown-menu{
          display: block;
        border: none;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;	
}



  ul.nav li.dropdown:hover ul.dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
	
  }
}



.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > .dropdown-menu > .active > a {
  background: none;
  color: #f01d24;
}

.dropdown-item{
padding-top:30px;
padding-bottom:0px;
}

.dropdown-item:focus, .dropdown-item:hover .dropdown-header{
color:#777 !important;
}

/*
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #fff;
}
*/

.dropdown-item:focus a, .dropdown-item:hover a{
color:#191970 !important
}

.dropdown-item:hover a:hover{
color:#264363;
text-decoration:underline
}



.dropdown-item:focus, .dropdown-item:hover {
    background-color: #f7f7f7;
}




.dropdown-item:hover a:hover{
text-decoration:underline
}



.con-button a {
        padding: 6px 25px;
        border: 1px solid transparent;
        color: #ffffff;
        background: #fe7401;
        border-radius: 4px;
		max-width:150px;
		margin-top:20px;
		font-size:18px;
		font-weight:600
		}
		
	.con-button a:hover{
	background:#012758;
color:#fe7401
	}
		
		  
		  .menu-absolute {
    position: absolute;
    right: 150px;
}

@media (max-width: 991px) {
		  .menu-absolute {
    position: relative;
    right: 15px;
}	

.con-button a {
		margin-top:0px;
		}
	
}

.more-btn{
    border-radius: 28px;
    text-transform: uppercase;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff !important;
    font-family: "Open Sans", sans-serif;
    margin-top: 10px;
    background: #012758;
    border-right: 4px solid #012758;
    border-bottom: 4px solid #012758;
	display:block;
	width:90px
}

.more-btn a{
    padding: 12px 20px 10px 20px !important;	
}

.mrb{
color:#fff !important;	
font-size:15px
}

.mrb:hover{
	text-decoration:none
}

.more-btn:hover{
    border-radius: 28px;
    text-transform: uppercase;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: "Open Sans", sans-serif;
    margin-top: 10px;
    background: #012758;
    border-right: 4px solid #fe7b01;
    border-bottom: 4px solid #fe7b01;
	text-decoration:none !important;
	color: #fff !important;	
}

.more-btn:hover a{
    color: #fff !important;	
	text-decoration:none
}



/*-- Main slide --*/
.banner-carousel .banner-carousel-item {
  height: 650px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}



@media (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height: 450px;
  }
}

@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 450px;
  }
}

.slider-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.slide-title-box {
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 10px;
  height:100%;
  width:100%;
}



.slide-title {
  font-style: normal;
  font-size: 48px !important;
  line-height: 58px;
  margin: auto 0;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align:center;
  font-family: 'Raleway', sans-serif;
  margin: 100px 0 auto 50px;
}

.slide-sub-title {
margin-top:20px
}



@media (max-width: 991px) {
  .slide-title {
    font-size: 40px!important;
  }
}



@media (max-width: 767px) {
  .slide-title {
	   margin: 60px 0 auto 0px;
	   line-height: 38px;
    font-size: 40px!important;
  }
}




@media (max-width: 1024px) {
  .slide-sub-title {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .slide-sub-title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .slide-sub-title {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .slide-title {
	   margin: 60px 0 auto 0px;
	   line-height: 28px;
    font-size: 25px!important;
  }
}


.slider-text {
  display: table;
  vertical-align: bottom;
  color: #fff;
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0;
  padding-top: 20px;
}

.slider-text .slide-head {
  font-size: 36px;
  color: #0052a5;
  position: relative;
}

.slider-img {
  display: block;
  position: absolute;
  top: -80px;
  left: 20%;
  width: 314px;
  max-height: 100%;
}

.slider-img img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}

.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid transparent;
}

@media (max-width: 575px) {
  .slider.btn {
    font-size: 12px;
  }
}

.slider.border {
  background: none;
  border: 2px solid #ffb600 !important;
}

.slider.border:hover {
  background: #ffb600;
  border: 2px solid transparent;
}

/* Carousel control */
.banner-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  filter: alpha(opacity=0);
  text-shadow: none;
  transition: all .25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}


@media (max-width: 575px) {
  .banner-carousel .carousel-control {
    display: none !important;
  }
}

.banner-carousel .slick-dots {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 60px;
}

.slick-dots li button::before {
  font-size: 12px;
}

/*Change opacity to 1 if more than one image is there in the carousel*/
.slick-dots li button:hover:before, .slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 0;
  color: #012758;
}

.slick-slide {
  outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
  left: 20px;
}

.banner-carousel .carousel-control.right {
  right: 20px;
}

.banner-carousel .carousel-control i {
  background: rgba(25, 25, 112, 0.2);
  color: #fff;
  line-height: 58px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  border-radius: 0;
  transition: all 500ms ease;
  border-radius:8px
}

.banner-carousel .carousel-control i:hover {
  background: #012758;
  color: #fff;
}

/*-- Animation */
.banner-carousel [data-animation-in] {
  opacity: 0;
}

@media (max-width: 600px) {
	
	.banner-carousel .carousel-control i {
  background: rgba(51, 181, 75, 0.3);
  color: #fff;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
  border-radius:28px;
  display:none
}

}


.text-center .line {
    border-top: 4px solid rgba(38, 67, 99, 0.54);
    height: 10px;
    width: 60px;
    text-align: center;
    margin: 5px auto 10px auto;
}

.text-center hr {
    border-top: 3px solid rgba(252, 172, 69, 0.24);
    width: 40px;
    text-align: center;
    margin-top: 5px;
    position: relative;
}


/* Intro
================================================== */
/* Intro */

#intro{
	 background:#fff
}

#intro p{
text-align:justify;
    line-height: 1.7em;
	padding:10px 60px 30px 60px
}

#intro h1{
font-family: 'Raleway', sans-serif;	
color:#012758;
margin-bottom:0px;
font-size:42px
}

.uc{
text-transform:uppercase
}

.succ-stor{
	font-size:20px !important
}

/*

#intro span a{
  padding: 10px;
  margin: -10px;
  background-image: linear-gradient(
      to bottom right,
      transparent 50%,
      #b393d3 50%
    ),
    linear-gradient(#b393d3, #b393d3),
    linear-gradient(to top left, transparent 50%, #b393d3 50%);
  background-repeat: no-repeat;
  background-size: 10px 40px, calc(100% - 18px) 40px, 10px 40px;
  background-position: left center, center, right;
  color:#fff
}

*/

#intro span a{
color:#012758;
font-weight:bold
}


#intro span a:after {
  content: '→';
  position: absolute;
  opacity: 0;  
  top: 0px;
  left: 110px;
  transition: 0.4s;
  font-weight:bold
}

#intro span a:hover{
  padding-right: 24px;
  padding-left:8px;
}

#intro span a:hover:after {
  opacity: 1;
  right: 10px;
}

#intro .clients{
	max-width:150px
}

#tv{
  position: relative;
  background: white;
  border-radius: 0% 0% 0% 0% / 0% 0% 0% 0% ;
  color: white;
  box-shadow: 15px -15px rgba(0,0,0,.10);
  transition: all .4s ease;
}

#tv:hover{
  position: relative;
  background: white;
  border-radius: 0% 0% 0% 0% / 0% 0% 0% 0% ;
  color: white;
  box-shadow: -15px 15px rgba(0,0,0,.10);
  transition: all .4s ease;
}

@media (max-width: 893px) {
	#intro #tv img{
	width:100%	
	}
}


/*
---------------------------------------------
Critical Success Drivers
---------------------------------------------
*/

#csd{
	 background:#f7f7f7;
}

#csd h1 {	
color:#012758;
margin-bottom:0px;
font-size:35px
}

#csd p{
	font-size:20px !important	
}
 
#csd .csd-item {
  padding: 20px 10px 40px 10px;
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	transition: all ease-in-out 0.4s;
}



#csd .csd-item:hover {
  transform: translateY(-10px);
}

#csd .csd-item .icon {
  width: 58px;
  height: 58px;
  position: relative;
  margin: 10px auto 10px;
  display:block;
  filter: brightness(1) saturate(0%);
}

#csd .csd-item:hover .icon {
  width: 58px;
  height: 58px;
  position: relative;
  margin: 10px auto 10px;
  display:block;
  filter: brightness(1.1) saturate(100%);
}



#csd .csd-item h3 {
  color: #012758;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: block;
  border-bottom: 3px solid #ebebed;
  transition: 0.3s;
}


#csd .csd-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}


#csd .csd-item .exm{
margin-bottom:0px	
}

#csd .csd-item:hover h3 {
  border-color: #b4b4b5;
}

@media (max-width: 893px) {
.exm{
margin-bottom:20px	
}
}


/*
---------------------------------------------
What We Do
---------------------------------------------
*/

#wwd{
	background:#e8e8e8
}

#wwd h1 {	
color:#012758;
margin-bottom:0px;
font-size:37px
}

#wwd .line1 {
    border-top: 3px solid rgba(182, 182, 182);
    height: 5px;
    width: 20px;
    margin: 0px auto 10px 0;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*/
.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
		   font-weight: 600;
	       font-size: 18px;
		       font-family: 'Raleway', sans-serif !important;
}

.nav-pills-custom .nav-link.active {
    color: #012758;
    background: #fff;
	   font-weight: 600;
	       font-size: 18px;
		       font-family: 'Raleway', sans-serif !important;
}

.nav-pills-custom .nav-link img{
max-height:40px	;
margin-right:5px
}


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -9px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}



#wwd .ser-icon {
    position: absolute;
    background: #fff;
	 border-left:4px solid #012758 !important;
	border-top:4px solid #012758 !important;
    color: #000;
    padding: 5px;
    font-size: 16px;
    border-radius: 8px;
    top: 145px;
    z-index: 1;
	left:190px;
	width:70px;
	height:70px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}


#wwd .ser-icon1 {
    position: absolute;
    background: #fff;
	 border-left:4px solid #012758 !important;
	border-top:4px solid #012758 !important;
    color: #000;
    padding: 5px 5px 5px 0px;
    font-size: 16px;
    border-radius: 8px;
    top: 145px;
    z-index: 1;
	left:190px;
	width:70px;
	height:70px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}



#wwd h3{
    font-family: 'Josefin Sans', sans-serif;
    color: #012758;
    font-size: 22px;
    text-transform: inherit;
	margin-top:7px;
	margin-bottom:0px
}


	


.wwd-table{
    font-size: 1.2rem !important;	
}

.wwd-table i {
    color: #fe7401;
    margin-right: 10px;
}




/*
---------------------------------------------
Who We Serve
---------------------------------------------
*/

#wws {
	background: #f7f7f7;
}

#wws h1 {
    color: #012758;
    margin-bottom: 0px;
    font-size: 37px;
}

#wws h3{
	font-size:22px !important	
}

#wws .rt-img{
height:260px	
}

#wws .rt-img1{
height:310px	
}

@media (max-width: 1024px) {
#wws .rt-img{	
height:280px;
width:auto
}	
}

@media (max-width: 320px) {
#wws .rt-img{	
height:200px;
width:auto
}	
}
 
.indus {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  padding: 20px;
  margin-bottom: 60px; }
  
  
  .indus .icon {
    line-height: 1.3;
    position: relative;
    margin-top: -60px;
    width: 80px;
    height: 80px;
    background: #e8e8e8;
    border-radius: 50%;
    margin-bottom: 15px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .indus .icon img {
      max-height:60px
	  }
	  
  .indus .media-body h3 {
    font-size: 18px;
    font-weight: 500; 
	}
		
	
	/*
  .services:hover {
    background: #b1b493 !important; }
	
	
    .services:hover .icon {
      background: #fff;
      margin-left: 20px; }
	  
	        .services:hover .icon span {
        color: #b1b493; }
    .services:hover h3 {
      color: #fff; }
    .services:hover .media-body {
      color: rgba(255, 255, 255, 0.8); }
	  */


#wws-sec {
	background: #fff;
}


#wws-sec h3{
	font-size:22px !important	
}

#wws-sec h6{
	font-size:20px;
	color:#012758;
	font-weight:600
}

#wws-sec span{
	font-size:18px
}

#wws-sec i{
font-size:40px;
	color:#fe7b01;
}

.wws-sec-table{
    font-size: 1.2rem !important;	
}

.wws-sec-table i {
    color: #fe7401;
    margin-right: 10px;
}



/*
---------------------------------------------
Who We Serve
---------------------------------------------
*/

#wws1 {
	background: #fff;
}

#wws1 h1 {
    color: #012758;
    margin-bottom: 0px;
    font-size: 37px;
}

#wws1 h3{
	font-size:22px !important	
}

#wws1 .rt-img{
height:260px	
}

#wws1 .rt-img1{
height:360px	
}

@media (max-width: 1024px) {
#wws1 .rt-img{	
height:300px;
width:auto
}	
}

@media (max-width: 320px) {
#wws1 .rt-img{	
height:200px;
width:auto
}	
}
 
.indus {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  padding: 20px;
  margin-bottom: 60px; }
  
  
  .indus .icon {
    line-height: 1.3;
    position: relative;
    margin-top: -60px;
    width: 80px;
    height: 80px;
    background: #e8e8e8;
    border-radius: 50%;
    margin-bottom: 15px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .indus .icon img {
      max-height:60px
	  }
	  
  .indus .media-body h3 {
    font-size: 18px;
    font-weight: 500; 
	}
		
	
	/*
  .services:hover {
    background: #b1b493 !important; }
	
	
    .services:hover .icon {
      background: #fff;
      margin-left: 20px; }
	  
	        .services:hover .icon span {
        color: #b1b493; }
    .services:hover h3 {
      color: #fff; }
    .services:hover .media-body {
      color: rgba(255, 255, 255, 0.8); }
	  */


#wws-sec1 {
	background: #f7f7f7;
}


#wws-sec1 h3{
	font-size:22px !important	
}

#wws-sec1 h6{
	font-size:20px;
	color:#012758;
	font-weight:600
}

#wws-sec1 span{
	font-size:18px
}

#wws-sec1 i{
font-size:40px;
	color:#fe7b01;
}

.wws-sec-table{
    font-size: 1.2rem !important;	
}

.wws-sec-table i {
    color: #fe7401;
    margin-right: 10px;
}

#wws-sec-th {
	background: #fff;
}


#wws-sec-th h3{
	font-size:22px !important;
color:#012758	
}

#wws-sec-th h6{
	font-size:20px;
	color:#012758;
	font-weight:600
}

#wws-sec-th span a{
color:#070783;
font-weight:bold;
text-decoration:underline
}

@media (max-width: 479px) {
	#wws-sec-th span a{
color:#070783;
font-weight:bold;
text-decoration:underline;
font-size:18px 
}
}

#wws-sec-th span a i {
  position: relative;
  opacity: 0;  
  top: 3px;
  left: 5px;
  transition: 0.4s;
  font-weight:800;
  font-size:22px
}

#wws-sec-th span a:hover{
  padding-right: 24px;
  padding-left:8px;
}

#wws-sec-th span a:hover i {
  opacity: 1;
  right: 10px;
}

.indus1 {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  padding: 20px;
  margin-bottom: 60px; }
  
  @media (max-width: 768px) {
	 .indus1 {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  padding: 20px;
  margin-bottom: 40px;
margin-top:20px  } 
	  
  }
  
    @media (max-width: 479px) {
	 .indus1 {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  padding: 20px;
  margin-bottom: 40px;
margin-top:10px  } 
	  
  }
  
  .indus1 .icon {
    line-height: 1.3;
    position: relative;
    margin-top: -60px;
    width: 80px;
    height: 80px;
    background: #e8e8e8;
    border-radius: 50%;
    margin-bottom: 15px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .indus1 .icon img {
      max-height:60px
	  }
	  
  .indus1 .media-body h3 {
    font-size: 18px;
    font-weight: 500; 
	}
	
	

/*
---------------------------------------------
About Cueris
---------------------------------------------
*/

#abt-cueris {
	background: #fff;
}


#abt-cueris h3{
	font-size:22px !important;
}	

#abt-cueris h2{
color:#012758;
	text-align:right
}	


#abt-cueris p {
  text-align:right;
  font-weight:300;
  margin-top:15px;
  margin-left:5rem;
   }
   
   #con{
 border-radius: 50%;
  max-width:300px !important;
float: right;
  margin-left:70px; 
  -webkit-shape-outside:circle();
  shape-outside:circle();
}


@media (max-width: 893px) {
	#abt-cueris p {
  text-align:center;
  font-weight:300;
  margin-top:15px;
  margin-left:0rem;
   }

#con{
 border-radius: 50%;
  max-width:400px !important;
float:none;
  -webkit-shape-outside:circle();
  shape-outside:circle();
  display:block;
  margin:0 auto !important
}

#abt-cueris h2{
color:#012758;
	text-align:center
}	

}

@media (max-width: 320px) {

#con{
 border-radius: 50%;
  max-width:250px !important;
float:none;
  -webkit-shape-outside:circle();
  shape-outside:circle();
  display:block;
  margin:0 auto !important
}
	

}


.cu-blue{
color:#012758	
}

.cu-orange{
	color:#fe7401	
}
	
.new-image{
	outline: 3px solid #012758;
    outline-offset:-20px;
	}
	
	.imgWrap{
    outline:3px solid #fe7401;
    outline-offset:-10px;
  	}
	


#abt-cueris-sec {
	background: #f7f7f7;
}


#abt-cueris-sec h3{
	font-size:22px !important	
}	



#abt-cueris-sec h2{
color:#012758
}		

.feature-3 {
    padding-bottom: 40px;
}


.feature-3 i {
   font-size:1.6em;
    color: #fe7401;
    width: 40px;
    height: 40px;
   position: relative;
   padding-top:7px;
   padding-left:13px;
   border-radius:35px;
   font-family: "Open Sans", sans-serif;
   font-weight:700
    
}

.feature-3 .media-body {
    margin-left: 25px !important;
}

.feature-3 .border {
    margin-top: 10px;
    margin-left: 49.999%;
    margin-right: 49.999%;
	border-color:none;
}

.feature-3:hover .border {
    margin-left: 0%;
    margin-right: 0%;
}


.no-touch .feature:hover i,
	.no-touch .feature:active i,
	.no-touch .feature:focus i {
        
        box-shadow: 0 0 0 0 #5BB12F;
}



.feature-3 i {
    background:#012758;
    border: 1px solid transparent;
}

.feature-3:hover i {
    border: 1px solid #fe7401
}

.feature-3:hover .border {
    border-color:#fe7401;
	visibility:visible
}


.border {
    border-top: 2px solid #fe7401 !important;
    border-bottom: 2px solid #fe7401 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	visibility:hidden
}


.media>.pull-left {
    margin-right: 15px !important;
}

.media-middle {
    vertical-align: middle;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: middle;
}

.media-right, .media > .pull-right {
    padding-left: 0px;
}



#abt-cueris-thir {
	background: #fff;
}


#abt-cueris-thir h3{
	font-size:22px !important	
}	



#abt-cueris-thir h2{
color:#012758
}	

#abt-cueris-thir h1 {
    color: #012758;
    margin-bottom: 0px;
    font-size: 37px;
}

#abt-cueris-thir p{
padding-top:20px	
}

#cue {
 border-radius: 50%;
  max-width:200px !important;
float: left;
  margin-right:50px; 
  -webkit-shape-outside:circle();
  shape-outside:circle();
}


@media (max-width: 768px) {

#cue{
 border-radius: 50%;
  max-width:270px !important;
float:none;
  margin-right:50px; 
  -webkit-shape-outside:circle();
  shape-outside:circle();
  margin-left:100px
}

}

@media (max-width: 478px) {

#cue{
 border-radius: 50%;
  max-width:270px !important;
float:none;
  margin-right:50px; 
  -webkit-shape-outside:circle();
  shape-outside:circle();
  margin: auto;
  display:block
}

}

@media (max-width: 320px) {

#cue{
 border-radius: 50%;
  max-width:270px !important;
float:none;
  margin-right:50px; 
  -webkit-shape-outside:circle();
  shape-outside:circle();
  margin-left:10px
}

}


/*
---------------------------------------------
Careers Cueris
---------------------------------------------
*/

#car-cueris {
	background: #f7f7f7;
}

#car-cueris h3{
	font-size:22px !important	
}	

#car-cueris p{
text-align:justify
}

#car-cueris h2{
color:#012758
}	

#car-cueris a{
	color: #012758;
	text-decoration:underline
}

#car-cueris-sec {
	background: #fff;
}

#car-cueris-sec h1 {
    color: #012758;
    margin-bottom: 0px;
    font-size: 37px;
}

#car-cueris-sec h3{
	font-size:22px !important;
text-align:center;
background:#446da2;
padding:10px;
color:#fff;
margin-bottom:0px !important
}	

#car-cueris-sec h2{
color:#012758
}

#car-cueris-sec .car-item {
    background: #f7f7f7;
    height: 300px;
	padding:20px
}	

@media (max-width: 1024px) {
	
#car-cueris-sec .car-item {
    background: #f7f7f7;
    height: 420px;
	padding:20px
}	
	
}

@media (max-width: 893px) {
	
#car-cueris-sec .car-item {
    background: #f7f7f7;
    height: auto;
	padding:20px
}	
	
}

.car-table{
    font-size: 1.2rem !important;	
}

.car-table i {
    color: #fe7401;
    margin-right: 10px;
}


/*
---------------------------------------------
Leadership
---------------------------------------------
*/

#leadership {
	background: #fff;
}

#leadership h3{
	font-size:22px !important;
}	

#leadership p{
    font-size: 18px !important;
	text-align:justify
}

#leadership h2{
color:#012758
}	

.abt-box {
  width:auto;
  height:430px;
  margin-top:15px;
  position: relative;
  background:#fff;
  padding:20px;
-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
       }

@media (max-width: 1024px) {
	.abt-box {
  width:auto;
  height:450px;
  margin-top:15px;
  position: relative;
  background:#fff;
  padding:20px;
-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
       }
}


@media (max-width: 893px) {
	.abt-box {
  width:auto;
  height:auto;
  margin-top:15px;
  position: relative;
  background:#fff;
  padding:20px;
-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
       }
}


     .abt-box .pp{
    width:160px;
    height:160px;
    border-radius:50%;
    box-sizing: border-box;
    background: #fff;
    padding:4px;
     margin-right:70px;
     margin-bottom:10px;
        }

       .abt-box i.fa {
    position: absolute;
    background:#446da2;
    -webkit-shape-outside: circle();
    shape-outside: circle();
    color:#fff;
    padding:15px;
    font-size: 16px;
    border-radius:28px;
    top:125px;
    z-index: 1;
    margin-left:110px;
    font-size:20px;
    padding: 12px 13px;
       }

       .ic-img {
 width:20px !important
  }
  
  .l-name{
	color:#012758;
	font-weight:700
}

.post{
	color:#fe7401
}




/*
---------------------------------------------
Testimonials
---------------------------------------------
*/


#testimonials{
	background:#fff
}

#testimonials h1 {	
color:#012758;
margin-bottom:0px;
font-size:37px
}


/*************************
******Carousel CSS****
**************************/
.list_carousel2.responsive {
width: auto;
margin-left:0;
margin-top:20px;
margin-bottom:20px;
background:#f7f7f7;
padding:20px 50px
}

.list_carousel2 ul {
margin: 0;
padding: 0;
list-style: none;
display: block;
}

.list_carousel2 li {
height: 110px;
display: block;
float: left;
margin-left:50px;
margin-right:50px;
font-size:20px;
text-align:center;
padding-top:10px
}

.even-control-left, 
.even-control-right {
  position: absolute;
  color: #fff;
  top: -40px;
  padding-left:10px;
  padding-right:10px;
}

.even-control-left:hover,
.even-control-right:hover{
color:#fff;
background:#fe7401
}

.even-control-left .fa,
.even-control-right .fa{
  font-weight:100;
  font-size:35px
}

.even-control-left {
  left:5.5%;
  top:200px;
  width:50px;
  height:50px;
  border-radius:18px;
  background:#012758;
  padding-top:8px;
  padding-left:17px
} 

.even-control-right {
  right:5.5%;
  top:200px;
    width:50px;
  height:50px;
  border-radius:18px;
  background:#012758;
  padding-top:8px;
  padding-left:20px
}

@media (max-width: 1024px) {

.even-control-left {
  left:2%;
  top:190px;
  width:50px;
  height:50px;
  border-radius:18px;
  background:#012758;
  padding-top:8px;
  padding-left:17px
} 

.even-control-right {
  right:2%;
  top:190px;
    width:50px;
  height:50px;
  border-radius:18px;
  background:#012758;
  padding-top:8px;
  padding-left:20px
}

.list_carousel2 li {
height: 120px;
display: block;
float: left;
font-family: 'Raleway', sans-serif;
margin-left:50px;
margin-right:50px;
font-size:20px;
text-align:center;
padding-top:0px
}

.list_carousel2.responsive {
width: auto;
margin-left:0;
margin-top:20px;
margin-bottom:20px;
background:#f7f7f7;
padding:20px 40px
}	
	
}

@media (max-width: 893px) {
	
.list_carousel2.responsive {
width: auto;
margin-left:0;
margin-top:20px;
margin-bottom:20px;
background:#f7f7f7;
padding:20px 40px
}	

.even-control-left {
  left:8%;
  top:220px;
  width:50px;
  height:50px;
  border-radius:18px;
  background:#012758;
  padding-top:8px;
  padding-left:17px
} 

.even-control-right {
  right:8%;
  top:220px;
    width:50px;
  height:50px;
  border-radius:18px;
  background:#012758;
  padding-top:8px;
  padding-left:20px
}

.list_carousel2 li {
height: 160px;
display: block;
float: left;
font-family: 'Raleway', sans-serif;
margin-left:30px;
margin-right:30px;
font-size:20px;
text-align:center;
padding-top:0px
}	
	
}

@media (max-width: 768px) {
	
.list_carousel2.responsive {
width: auto;
margin-left:0;
margin-top:20px;
margin-bottom:20px;
background:#f7f7f7;
padding:20px 10px
}	
.even-control-left {
  left:14%;
  top:230px;
  width:50px;
  height:50px;
  border-radius:18px;
  background:#012758;
  padding-top:8px;
  padding-left:17px
} 

.even-control-right {
  right:14%;
  top:230px;
    width:50px;
  height:50px;
  border-radius:18px;
  background:#012758;
  padding-top:8px;
  padding-left:20px
}

.list_carousel2 li {
height: 190px;
display: block;
float: left;
font-family: 'Raleway', sans-serif;
margin-left:30px;
margin-right:30px;
font-size:20px;
text-align:center;
padding-top:0px
}	
	
}


@media (max-width: 600px) {

.even-control-left {
  left:4%;
  top:230px;
  width:50px;
  height:50px;
  border-radius:18px;
  background:#012758;
  padding-top:8px;
  padding-left:17px
} 

.even-control-right {
  right:4%;
  top:230px;
    width:50px;
  height:50px;
  border-radius:18px;
  background:#012758;
  padding-top:8px;
  padding-left:20px
}

.list_carousel2 li {
height: 190px;
display: block;
float: left;
font-family: 'Raleway', sans-serif;
margin-left:30px;
margin-right:30px;
font-size:20px;
text-align:center;
padding-top:0px
}	
	
}

@media (max-width: 478px) {

.even-control-left {
  left:1%;
  top:240px;
  width:50px;
  height:50px;
  border-radius:18px;
  background:#012758;
  padding-top:8px;
  padding-left:17px
} 

.even-control-right {
  right:1%;
  top:240px;
    width:50px;
  height:50px;
  border-radius:18px;
  background:#012758;
  padding-top:8px;
  padding-left:20px
}

.list_carousel2 li {
height: 190px;
display: block;
float: left;
font-family: 'Raleway', sans-serif;
margin-left:30px;
margin-right:30px;
font-size:18px;
text-align:center;
padding-top:0px
}	
	
	
}

@media (max-width: 320px) {

.even-control-left {
  left:1%;
  top:260px;
  width:50px;
  height:50px;
  border-radius:18px;
  background:#012758;
  padding-top:8px;
  padding-left:17px;
  visibility:hidden
} 

.even-control-right {
  right:1%;
  top:260px;
    width:50px;
  height:50px;
  border-radius:18px;
  background:#012758;
  padding-top:8px;
  padding-left:20px;
  visibility:hidden
}

.list_carousel2 li {
height: 240px;
display: block;
float: left;
font-family: 'Raleway', sans-serif;
margin-left:10px;
margin-right:10px;
font-size:17px;
text-align:center;
padding-top:0px
}	
	
	
}

.name{
  color: #fe7401;
  font-weight:600
}

.quotes{
max-height:55px;
margin-bottom:10px
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}



/*************************
******Inner Page Title CSS****
**************************/



.page-title {
  position: relative;
  padding: 110px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-title:before {
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(19, 38, 70, 0.5);
}

.page-title .title-text h1 {
  position: relative;
  font-size: 40px;
  color: #ffffff;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-family: "Source Sans Pro", sans-serif;
  margin-top:60px
}

.page-title .title-text .title-menu {
  padding-left: 0;
  margin-bottom: 0;
}

.page-title .title-text .title-menu li {
  position: relative;
  color: #fff;
  font-size: 22px;
  display: inline-block;
  line-height: 30px;
  text-transform: capitalize;
}

.theone span{
	  color:#012758;
	  font-weight: 500;
    transition: all 500ms ease;
}

.page-title .title-text .title-menu li a {
  margin-right: 8px;
  color: #ffffff;
  font-weight: 500;
  transition: all 500ms ease;
}

.page-title .title-text .title-menu li a:hover {
  color: #012758;
  transition: all 500ms ease;
}


/*
---------------------------------------------
Enterprise Data Landing Page
---------------------------------------------
*/

#lp1 {
	background: #f7f7f7;
}


#lp1 h3{
	font-size:22px !important	
}	


#lp1 p{
text-align:center !important
}

#lp1 h2{
color:#012758
}	


#lp1-sec p{
text-align:justify;
font-size:17px !important	
}

#lp1-sec h3{
	font-size:24px !important	
}

#lp1-sec h6{
	font-size: 20px;
    color: #012758;
    font-weight: 600;
}	


#lp1-sec i {
    font-size: 35px;
    color: #fff;
}

#lp1-sec .bg-orange{
background:#fa8f36;
border-radius:8px
}


#lp1-thir {
	background: #e8e8e8;
}

#lp1-thir h1 {
    color: #012758;
    margin-bottom: 0px;
    font-size: 37px;
}

.lp1-thir-table{
    font-size: 1.2rem !important;	
	margin-top:10px
}

.lp1-thir-table i {
    color: #446da2;
    margin-right: 10px;
}

#lp1-thir img{
max-height:200px	
}

#lp1-thir a{
color:#012758;
text-decoration:underline	
}




/*
---------------------------------------------
AI
---------------------------------------------
*/

#ai {
	background: #f7f7f7;
}


#ai h3{
	font-size:22px !important	
}	


#ai p{
text-align:center !important
}

#ai h2{
color:#012758
}	


#ai-1 {
	background: #fff;
}


#ai-1 h3{
	font-size:22px !important	
}	


#ai-1 p{
text-align:justify !important
}

#ai-1 h2{
color:#012758
}	

#ai-1 h6 {
    font-size: 20px;
    color: #012758;
    font-weight: 600;
}

#ai-1 i {
    font-size: 35px;
    color: #fa8f36;
}

#ai-1 .line1 {
    border-top: 3px solid rgba(1, 39, 88);
    height: 5px;
    width: 20px;
    margin: 0px auto 10px 0;
}





#ai-2 {
	background: #fff;
}


#ai-2 h3{
	font-size:22px !important;
		color:#012758
}	


#ai-2 p{
text-align:justify !important
}

#ai-2 h2{
color:#012758
}	


#ai-2 .line1 {
    border-top: 3px solid rgba(1, 39, 88);
    height: 5px;
    width: 20px;
    margin: 0px auto 10px 0;
}

#ai-2 h1 {
    color: #012758;
    margin-bottom: 0px;
    font-size: 35px;
}


#ai-2a {
	background: #f7f7f7;
}


#ai-2a h3{
	font-size:22px !important;
}	


#ai-2a p{
text-align:center !important
}

#ai-2a h2{
color:#012758
}	

#ai-2a h6 {
    font-size: 20px;
    color: #012758 !important;
    font-weight: 600 !important;
	display: inline-block;
}

.pro{
 font-size: 20px;
    color: #012758 !important;
    font-weight: 600 !important;
	display: inline-block;	
}


/*
---------------------------------------------
Case Studies
---------------------------------------------
*/

#case-studies {
	background: #f7f7f7;
}


#case-studies h3{
	font-size:22px !important	
}	



#case-studies h3{
font-size: 20px;
    color: #012758;
    font-weight: 600;
}	

#case-studies .adv-right-img{
height:100px;
width:100px;
background:#fff;
border-radius:50%;
padding:10px;
display:block;
}

#case-studies .adv-right-img img{
	max-height:70px
}


.adv-left {
    text-align: left;
    border-left: #e8e8e8 5px solid;
    padding-left: 30px;
}

@media (max-width: 768px) {
.adv-left {
    text-align: left;
    border-left: none;
    padding-left: 30px;
}

#case-studies .adv-right-img{
height:100px;
width:100px;
background:#fff;
border-radius:50%;
padding:10px;
display:block;
margin:0 auto
}

#case-studies p{
text-align:center	
}

#case-studies h3{
	text-align:center
}

}

#outcome {
	background: #fff;
}


#outcome h1{
    color: #012758;
    margin-bottom: 0px;
    font-size: 37px;
}

#outcome h3{
font-size: 20px;
    color: #012758;
    font-weight: 600;
}	

.outcome-table th{
	background:#446da2;
	color:#fff
}



/*************************
******Resources CSS****
**************************/

#resources{
background:#f7f7f7	
}

#resources h1 {
    color: #012758;
    margin-bottom: 0px;
    font-size: 35px;
}


.first-line{
text-align:center	
}

#resources h3{
	font-size:24px !important	
}

#resources h6{
	font-size: 20px;
    color: #012758;
    font-weight: 600;
}	


#resources i {
    font-size: 45px;
    color: #fa8f36;
}


#resources a{
color:#fa8f36;
text-decoration:underline	
}




/*************************
******Resources CSS****
**************************/

#partners{
background:#fff	
}

#partners h1 {
    color: #012758;
    margin-bottom: 0px;
    font-size: 35px;
}

#partners p{
font-size:17px !important
}

.first-line{
text-align:center	
}

#partners img{
	max-height:80px
}

.part {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  padding: 20px;
  margin-bottom: 40px;
	height:250px;
	border:5px solid #e0dfdf
  }
  
  @media (max-width:1024px) {
	  
	  .part {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  padding: 20px;
  margin-bottom: 40px;
	height:320px;
	border:5px solid #e0dfdf
  }
  }
  
    @media (max-width:893px) {
	  
	  .part {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  padding: 20px;
  margin-bottom: 40px;
	height:400px;
	border:5px solid #e0dfdf
  }
  }
  
      @media (max-width:768px) {
	  
	  .part {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  padding: 20px;
  margin-bottom: 40px;
	height:auto;
	border:5px solid #e0dfdf
  }
  }

/*************************
******Contact CSS****
**************************/


#contact {
	background: #fff;
}

#contact .con-info-content {
    background-color: #e8e8e8;
    padding: 20px 0;
    font-size: 18px;
	    box-shadow: 0 10px 30px -20px rgba(0, 0, 0, 0.8);
}

@media (max-width:1024px) {
	#contact .con-info-content {
    background-color: #e8e8e8;
    padding: 52px 0;
    font-size: 18px;
	    box-shadow: 0 10px 30px -20px rgba(0, 0, 0, 0.8);
}
	
}

@media (max-width:893px) {
	#contact .con-info-content {
    background-color: #e8e8e8;
    padding: 30px 0;
    font-size: 18px;
	    box-shadow: 0 10px 30px -20px rgba(0, 0, 0, 0.8);
}
	
}

#contact .con-info-content1 {
    background-color: #e8e8e8;
    padding: 25px;
    font-size: 18px;
	padding-bottom:5px;
	    box-shadow: 0 10px 30px -20px rgba(0, 0, 0, 0.8);
}

#contact i{
font-size:28px;
color:#f7f7f7;
background:#012758;
width:60px;
height:60px;
border-radius:35px;
padding:15px 5px 5px 5px;
text-align:center;
display:block;
margin:0 auto
}

#contact a{
text-align:center;
display:block;
margin:10px auto 0px
}


#contact p{
	line-height: 1.6em;
	margin-bottom:0px;
	text-align:center;
	margin:0 auto
}


#contact h3 {
    font-family: 'Josefin Sans', sans-serif;
    color: #012758;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 20px;
    display: block;
    font-weight: 800;
}




#contact h3::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #999999;
    bottom: 0;
    left: calc(50% - 127px);
	margin-top:5px
}

#contact h4 {
    font-family: 'Josefin Sans', sans-serif;
    color: #012758;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: left;
    padding-top: 20px;
    display: block;
    font-weight: 800;
}

#contact h4::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #999999;
    bottom: 0;
    left: 0px;
    margin-top: 5px;
}


#contact .con-col {
background:#f7f7f7
}

.email{
	text-decoration:underline
}


#enq{
background:#fff
}

#enq h1{
    font-family: 'Josefin Sans', sans-serif;
    color: #012758;
    margin-bottom: 0px;
    font-size: 37px;
}

#enq h4 {
    font-family: 'Josefin Sans', sans-serif;
    color: #012758;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: left;
    padding-top: 20px;
    display: block;
    font-weight: 800;
}




#enq h4::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #999999;
    bottom: 0;
    left: 0px;
	margin-top:5px
}

#enq p{
	line-height: 1.6em;
	text-align:left
}


#enq i{
font-size:22px	
}

.more-btn1{
    border-radius: 28px;
    text-transform: uppercase;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff !important;
    font-family: "Open Sans", sans-serif;
    background: #012758;
    border-right: 4px solid #012758;
    border-bottom: 4px solid #012758;
	display:block;
	width:140px;
	height:45px;
	margin:10px auto
}

.more-btn1 a{
    padding: 12px 20px 10px 20px !important;	
}

.mrb{
color:#fff !important;	
font-size:15px
}

.mrb:hover{
	text-decoration:none
}

.more-btn1:hover{
    border-radius: 28px;
    text-transform: uppercase;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: "Open Sans", sans-serif;
    margin-top: 10px;
    background: #012758;
    border-right: 4px solid #fe7b01;
    border-bottom: 4px solid #fe7b01;
	text-decoration:none !important;
	color: #fff !important;	
}

.more-btn1:hover a{
    color: #fff !important;	
	text-decoration:none
}

button.submit {
  width: 8rem;
  height: auto;
}

button.submit:focus,.button.submit:active {
   outline: none !important;
   box-shadow: none;
}



button.submit .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 40px;
  height: 40px;
  background: #012758;
  border-radius: 8px;
}
button.submit .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.submit .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.4rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.submit .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.3rem;
  right: 0.04rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
button.submit .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.35rem 0;
  margin: 0 0 0 1.95rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
button:hover .circle {
  width: 92%;
}
button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
button:hover .button-text {
  color: #fff;
}


#maps iframe{
	min-height:350px	
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 5px 0;
  background: #012758
;
}

#footer p{
font-size:1em !important	
}

#footer .footer-top {
  padding: 30px 0 0px 0;
  background: #f7f7f7;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color:#012758
}



#footer .footer-top h4 {
  font-size: 18px;
  font-weight: bold;
  color: #012758;
  position: relative;
  padding-bottom: 12px;
  text-transform:uppercase
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #259dd1 !important;
  font-size: 17px;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-weight:600
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #012758;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #012758;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .copyright {
  text-align: center;
  padding-top:10px;
    color: #fff;
	font-weight:600
}


@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}


#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background:#012758;
  border:#012758;
  color:#fff
}