html,
body {
    margin: 0;
    font-size: 100%;
    font-family: 'Work Sans', sans-serif;
    background: #fff;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Work Sans', sans-serif;
}

hr {border: solid #666; border-width: 1px 0 0; clear: both; margin: 50px 0 30px; height: 0; }

img {
		max-width: 100%;
		height: auto;
		border:none;}

a:link, a:visited {color: #247bbf;}
a:hover {color:#247bbf; }

a[href^="tel"]{
    color: #247bbf;
    text-decoration:none;
}
a[href^="tel"]:hover{
    color: #247bbf;
    text-decoration:underline;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Work Sans', sans-serif;
	font-weight:bold;
	
}

h2 { font-size: 26px; margin-bottom: 40px; color:#247bbf;}
h3 { font-size: 24px; margin-bottom:20px; color:#247bbf;}
h4 {font-size: 20px; }

p {
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #21235e;
    line-height: 1.8em;
	font-weight: 400;
    
}

ul {
    margin: 0;
    padding: 0;
	
}

ol {text-align: left; margin-bottom: 30px; color: #333;}
.small {font-size: 90%;}
.large {font-size: 110%;}
.caption {font-size: 16px; font-style: italic;}
.center {text-align: center;}

table {text-align: left; margin: 50px auto;}
th {background-color:#247bbf; color: #fff; padding: 10px;}
td {padding: 10px;}
tr:nth-child(even) {
  background-color: #f5f5f5;
	
}

table td {
    border-left: 1px solid #247bbf;
    border-right: 1px solid #247bbf;
}

table td:first-child {
    border-left: none;
}

table td:last-child {
    border-right: none;
}


/*--/header --*/

header {border-bottom: 0px #247bbf solid;}

.logo img {max-width: 100%; height: auto; margin-left: 50px;}
.tel h2 {font-family: 'Work Sans', sans-serif; font-size:20px; color:#10326f; float: right; margin:20px 80px 20px 10px;}

/*--/navbar--*/

.navbar {
    padding:0; 
	background-color: #10326f;
	z-index: 100;
}

.navbar-light .navbar-brand {
    color: #fff;
}
li.nav-item {
    margin: 0 1px;
	width: 100%;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:visited{
    padding: 0.6em 15px;
    color: #fff;
    background: transparent;
    font-size: 0.9em;
    }

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link:hover
 {
    background:transparent;
    color: #fff;
	
}

.dropdown-item .navbar-light .navbar-nav .nav-link:hover {
        color: #fff !important;
	       
    }

nav ul {
    list-style: none;
    }

nav ul li {
    display: inline-block;
}

nav ul li a {
    display: block;
    color: #fff;
    font-weight: bold;
	text-transform: uppercase;
    margin: 0 10px;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .5s;
}

nav ul li a:hover {
    color: #fff;
}

/* SHIFT */

nav.shift ul li a {
    position: relative;
    z-index: 1;
}

nav.shift ul li a:hover, nav.shift ul li a:visited {
    color: #fff;
}

nav.shift ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
	height: 1px;
    content: '.';
    color: transparent;
    background: #247bbf;
    visibility: none;
    opacity: 0;
    z-index: -1;
}

nav.shift ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}



/* Keyframes */

@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

/* Keyframes */

@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }
    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}

/*---*/

.dropdown-toggle::after {
    width: 0;
    height: 0;
    margin-left: 0;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border: 0px;
	
}

li.nav-item.active {
    background: #247bbf;
	
}

.dropdown-menu {background-color: #10326f; }

.dropdown-item {
    padding: 5px 0 5px 10px;
    font-size: 0.9em;
    margin: 0;
	color: #fff;
	min-width: 160px;
	width: 100% !important;

}


.dropdown-menu {
    margin: 0;
    padding: 0;
}

.dropdown-menu	nav ul li {
    display: block;
	width: 100%;
}
.dropdown-menu nav ul li a {width: 100%; display: block;}

.dropdown-menu nav ul li a:hover {width: 100%;  }

.dropdown-menu li.nav-item {padding: 0; margin: 0 !important;}


.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


/*-- //header --*/



/*-- //top-nav --*/

.cd-radial-slider-content h3,
.cd-radial-slider-content h3 {
    font-size: 3.5em;
    color: #fff;
    text-align: center;
    line-height: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 10px;
    text-shadow: 2px 2px 2px rgb(12, 12, 12);
}

.cd-radial-slider-content h3 span,
.cd-radial-slider-content h4 span {
    display: block;
    color: #0099e5;
    font-weight: 100;
}

/*-- //banner-info --*/

/*-- /slider --*/

/*-- banner-info-top --*/

.banner-top {
    background: url(../images/banner1.jpg) no-repeat;
	background-position: bottom center;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 500px;
}
.banner-top1 {
    background: url(../images/banner2.jpg) no-repeat;
	background-position: bottom center;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 500px;
}


.banner-main {
	background: url("../images/banner-main.jpg") no-repeat 0px 0px;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 300px;
	max-height: 300px;
}

.banner-main2 {
	background: url("../images/banner-main2.jpg") no-repeat 0px 0px;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 300px;
	max-height: 300px;
}
.banner-main3 {
	background: url("../images/banner-main3.jpg") no-repeat 0px 0px;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 300px;
	max-height: 300px;
}
.banner-main4 {
	background: url("../images/banner-main4.jpg") no-repeat 0px 0px;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 300px;
	max-height: 300px;
}
.banner-main5 {
	background: url("../images/banner-main5.jpg") no-repeat 0px 0px;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 300px;
	max-height: 300px;
}


	
.banner-info {
	width: 100%;
	padding: 150px 20px 20px 20px;
   	text-align: center;
}


.banner-info a {
    color: #fff !important;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 16px;
	font-family: 'Work Sans', sans-serif;
	font-weight:bold;
	margin: 1em 0.3em 0em;
    background:#247bbf;
	background: rgba(12,108,179,1.00);
    display: inline-block;
    border: none;
	border-radius: 20px;
}

.banner-info a:hover {
    color: #fff;
	background-color:#10326f;
	background: rgba(34,32,97,1.00);
}

.banner-info h1 {
    font-size:40px;
    color: #fff;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(45, 45, 45, 0.53);
	
}

.banner-info p {
    font-size: 20px;;
    color: #fff;
    margin: 1.5em 0;
    
}

.covering {
    background: rgba(16, 50, 111, 0.2);
    min-height: 500px;
}

/*-- //banner-info-top --*/

.thim-click-to-bottom {
    position: absolute;
    bottom: 27%;
    left: 49%;
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
    z-index: 9;
}

.thim-click-to-bottom i {
    color: #f66c24;
}

.rotate a {
    border: 2px solid #fff;
    font-size: 20px;
    padding: 10px;
    line-height: 65px;
    border-radius: 30px;
    text-align: center;
}

/*-- hover-effect --*/

/*--slider--*/
.slider2 {background-color: #247bbf; }

.slider {background-color: #ccc; }
#slider4 {   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
	 box-shadow: none;
    margin: 0 auto;
}


.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	left: 0;
	top: 0;
}
.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 48%;
    left: 50px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 64px;
    width: 64px;
    background: url("../images/left-arrow.png") no-repeat 0px 0px;
}
.callbacks_nav.next {
    left: auto;
    background: url("../images/right-arrow.png") no-repeat 0px 0px;
    right: 50px;
}
.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks2_nav:active {
	opacity: 1.0;
}

#slider-pager a {
	display: inline-block;
}

#slider-pager span {
	float: left;
}
#slider-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}
#slider-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}
#slider-pager a {
	padding: 0;
}
#slider-pager li {
	display: inline-block;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 0%;
	top: 0;
	width: 100%;
}
.rslides li {
	position: relative;
	display: block;
	float: none;
}
.rslides img {
	height: auto;
	border: 0;
}
.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 80.5%;
	z-index: 999;
	left: 44.5%;
	padding: 0em 0.6em 1em 0.3em;
	margin: 0;
}
.callbacks_tabs li {
	display: none;
	
}
.callbacks_tabs a {
	visibility: hidden;
}
.slider-top span {
    font-weight: 600;
}

.callbacks_tabs li {
    display: none !important;
    margin: 0px 4px;
}

/*----*/

.callbacks_tabs a {
    border: 2px solid #fff;
    width: 35px;
    height: 35px;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    display: block;
    text-align: center;
}

.callbacks_here a {
    background: #9aa2a8;
    border: 2px solid #9aa2a8;
}

.slider {
    position: relative;
}

.slider-info-main {
    position:absolute;
    top: 0;
    z-index: 9999;
   	display: block; margin: 0 auto; text-align: center; width: 100%; height: auto; 
}
.slider-info-main h3 {
	font-size: 24px;
    font-weight: 900;
    color: #FFF;
	text-align: center;
	margin: 0 80px 20px 80px;
   
}
.slider-main img {
	width: 100px;
	margin: 0 auto;
	min-height: 300px;
}
.slider-info-main img {
	width: 100px;
	margin: 0 auto;
}
.slider-info h3 {
	font-family: 'Bitter', serif;
    font-size: 38px;
    font-weight: 900;
    color: #FFF;
	text-align: left;
	margin: 20px 100px 20px 50px;
   
}
.slider-info p {
    font-size: 18px;
    font-weight: 100;
    color: #d3d8d8;
	text-align: left;
    margin:20px 50px;
    line-height: 35px;
}
.slider-info .more a{
	font-size: 16px;
	font-weight:700;
	padding: 10px;
	width:auto;
	max-width:200px;
	background: #32243d;
	text-align:center;
	text-transform:uppercase;
	text-decoration: none;
	color: #fff;
	display:block;
	margin:20px 0;
}
.slider-info .more a:hover {background: #339999;}


.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: -39%;
    left: 13.4%;
    padding: 0;
    margin: 0;
    z-index: 990;
    display: block;
    text-align: center;
}
.slider-top span{
font-weight:600;
}
.callbacks_tabs li{
       display: inline-block;
    margin: 0 7px;
}

/*-- //slider --*/

/* Global Button Styles */

a.animated-button:link,
a.animated-button:visited {
    position: relative;
    padding: 12px 30px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
    z-index: 9;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

a.animated-button:link:after,
a.animated-button:visited:after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    -webkit-transition: all 0.75s ease 0s;
    -moz-transition: all 0.75s ease 0s;
    -o-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}

a.animated-button:link:hover,
a.animated-button:visited:hover {
    color: #FFF;
    text-shadow: none;
}

a.animated-button:link:hover:after,
a.animated-button:visited:hover:after {
    height: 450%;
}

/*--//banner-info --*/

.testimonials {
	position: relative;
	background: #247bbf;
	margin: 20px 0;
    padding: 20px;
	text-align: center;
	min-height:300px;
}
.testimonials h2{
	color: #fff;
    text-align: center;
    margin-bottom: 20px;
	font-size: 20px;
   }

.testimonials h3 {
    color: #fff !important;
    font-size: 18px;
	padding: 20px 80px;
}
.testimonials p {color: #fff;}

.slider-img-test{height:300px;}

div#carouselExampleControls .carousel-item {
    background: none;
    height: auto;
}

.testimonials_grid {
    margin: 0 auto;
    width: 60%;
}



a.carousel-control-next.test,
a.carousel-control-prev.test {
    color: #fff;
    text-align: center;
    opacity: 0.9;
    font-size: 2em;
}

/*logo carousel*/

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
	background: #fff;
	border: none;
}

/* medium and up screens */
@media (min-width: 768px) {
    
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

.intro {
	background:#10326f;
	color:#fff;
padding: 50px 0;}

.intro h2 {color: #fff; font-size: 26px;}
.intro p {color: #fff; font-size: 18px; font-weight: 700;} 

a.btn {
    text-decoration: none;
    padding:10px 20px;
    font-size: 16px;
	font-weight: bold;
    margin: 1em auto;
    background-color: #10326f;
	display: inline-block;
	text-align: center;
    border-radius: 20px;
    color: #fff;
}
a.btn:hover {color: #fff;
	background-color:#247bbf;
    background: rgba(16,80,150,1.00);
}



/*--/banner-info-inner--*/

.banner-inner {
    background: url(../images/banner1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    padding: 4em 0;
}

li.breadcrumb-item {
    font-size: 0.9em;
    letter-spacing: 3px;
}

li.breadcrumb-item a {
    color: #ec1c24;
    text-shadow: 1px 1px 2px #252424;
}

.breadcrumb-item.active {
    color: #ffffff;
}

ol.breadcrumb {
    background: none;
    margin: 0;
}

.ban-inner-content h3 {
    color: #fff;
    font-size: 2em;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #ffffff;
    content: "/";
}

/* //services */
.videocontainer {
  width: 100%;
  height:600px;
	overflow-y: hidden;
    position: relative;
  top: 0;
  right: 0;
  z-index: -100;
}
#Video {
  	background-position:center;
	background-size: cover;
	transition: 1s opacity;
	position: relative;
	top:-50px;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
	z-index: 1;
  
}



/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgba(0, 0, 0, 0.2); /* Black see-through */
  color: #fff; 
  width: 100%;
  height:100%;
  transition: .5s ease;
  opacity:1;
  font-size: 20px;
  padding: 50px 20px;
  text-align: center;
}
[class^='imghvr-hinge-']:hover .overlay h4, [class^='imghvr-hinge-']:hover .more {display:none;} 

.more {
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background:transparent;
	border:#fff 1px solid;
	margin-top:50px;
    padding: 10px;
    display: inline-block;
}
/*-- imghvr-hinge --*/
[class^='imghvr-'],
[class*=' imghvr-'] {
	position: relative;
	display: inline-block;
	margin: 0px;
	max-width: 100%;
	background: rgba(0, 0, 0, 0.2); /* Black see-through */
	color:#2c64ae;
	overflow: hidden;
	-webkit-backface-visibility: hidden; 
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	cursor: pointer;
}
[class^='imghvr-'] > img,
[class*=' imghvr-'] > img {
	vertical-align: top;
	max-width: 100%;
}
[class^='imghvr-'] .agile-figcaption,
[class*=' imghvr-'] .agile-figcaption {
	background: rgba(0, 0, 0, 0.6); /* Black see-through */
	color:#fff;
	padding:2em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
} 
[class^='imghvr-'] .agile-figcaption h4 {
    font-size: 1.6em;
    margin-bottom:15px;
    color:#2c64ae;
    text-transform: uppercase;
    letter-spacing: 2px;
}
[class^='imghvr-'] .agile-figcaption p{
	font-size:1.2em;
	line-height:1.3em;
	color:#fff;
	font-weight:bold;
	margin-bottom:5px;
}
[class^='imghvr-'] a,
[class*=' imghvr-'] a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
/*[class^='imghvr-hinge-'],
[class*=' imghvr-hinge-'] {
	-webkit-perspective: 50em;
	perspective: 50em;
}*/
[class^='imghvr-hinge-'] .agile-figcaption,
[class*=' imghvr-hinge-'] .agile-figcaption {
	opacity: 0;
	z-index: 1;
}
[class^='imghvr-hinge-']:hover img,
[class*=' imghvr-hinge-']:hover img {
	opacity: 0.5;
}
[class^='imghvr-hinge-']:hover .agile-figcaption,
[class*=' imghvr-hinge-']:hover .agile-figcaption {
	opacity: 1;
	-webkit-transition-delay: 0.21s;
	-moz-transition-delay: 0.21s;
	-o-transition-delay: 0.21s;
	-ms-transition-delay: 0.21s;
	transition-delay: 0.21s;
}
 
.main {
	position: relative;
	background:#fff;
	color:#20215c; 
	padding: 40px 10px;
	margin:0;
	
}
.main h2 {color: #20215c; text-align: center;}
.main p { font-size: 16px; font-weight:400; color: #20215c;}
.main a:link, .main a:visited {color: #247bbf;}
.main a:hover {text-decoration: underline;}
.main ul {list-style-image: url("../images/bullet.png"); margin-right: 50px; margin-bottom: 50px; text-align: left;}
.main ul li {font-size: 16px; font-weight: bold; color: #247bbf; margin: 0; padding:0 0 10px 10px !important; vertical-align: top;}
.main h4 {text-align: center; color: #20215c !important; margin: 50px 0;}
.main .logos {display: block; margin: 0 auto; text-align: center;}
.main .logos img {display: inline-block; margin: 20px; text-align: center;}
.main img.center {display: block; margin: 10px auto; text-align: center;}

.bluebg {
	position: relative;
	background: #247bbf;
	margin: 0;
    padding: 20px;
	text-align: center;
}
.bluebg h2{
	color: #fff;
    text-align: center;
    margin-bottom: 20px;
	font-size: 20px;
   }

.bluebg h3 {
    color: #fff !important;
    font-size: 18px;
	padding: 20px 80px;
}
.bluebg p {color: #fff;}



.features-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 50px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12.5px;
    background-color: #fff;
    box-shadow: 0 0 50px -37.5px #000;
	max-width: 600px;
	min-height: 550px;
	margin:10px auto 25px auto;
	text-align: center;
	
}


.features-wrapper img {display: block; margin: 0 auto 20px auto; 
  transition: 0.3s; align-items: top;  }

.features-wrapper h3 {color: #247bbf; font-size: 22px; font-weight: 700; margin-bottom:15px;}
.features-wrapper p {color: #10326f; font-size: 14px !important; font-weight: normal;}
.features-wrapper ul { margin-left: 20px;}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
	font-size: 1.1em;
    color: #fff !important;
    text-decoration: none;
    background:#247bbf;
    padding: .7em 2em;
    display: inline-block;
	border-radius: 15px;
	margin-bottom: 30px;
}
p.accordion {color: #fff !important;}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
	
  background-color: #333; color: #fff; padding: 10px;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

/*-- //services --*/ 

/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
	padding: 20px;
}

/* Slides */
.mySlides {
  display: none;
	width: 100%;
	max-width:600px;
  padding: 80px;
  text-align: center;
  background: #247bbf;
	margin: 10px auto;
	border-radius: 20px;
	color: #fff;
	font-size: 20px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev, .next {display: block;}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background:#f1f1f1f1;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #333;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #247bbf;
}


/*--Services--*/

.services { background-color: #fff; padding: 50px 0; margin: 0 auto; width: 100%; display: block; }
.services h2 {font-size: 26px; color: #247bbf;  margin-bottom: 50px; text-align: center;}
.services h3, .services h3 a:link, .services h3 a:visited {font-size: 20px; text-align: center; color: #247bbf; }
.services p {font-size: 16px;}
.services .col-md-3 {width: 25%; margin: 0; float: left;}
.services img {margin:20px auto; text-align: center; display: block;}

.maintext {padding: 80px 0; margin: 0 auto; width: 100%; display: block; }
.maintext h2 {font-size: 26px; margin-bottom: 50px;}
.maintext ul {margin-bottom: 50px; font-weight: 700;}
.maintext ul.bullet {font-size: 16px; font-weight: bold; margin-left: 20px;}
.maintext li {line-height: 2em;}
.maintext .col-md-6 {width: 50%; float: left;}
.maintext img {margin-bottom: 20px;}

.col-md-6 { width: 50%; float:left; }

/* logo carousel*/

.logoslider {
    background: #fff;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    cursor: default;
    user-select: none;
    touch-action: none;
}

.logoslider:before {
    left: 0;
    top: 0;
}
.logoslider:after,
.logoslider:before {
    background: linear-gradient(
        to right,
        #fff 0%,
        hsla(0, 0%, 100%, 0) 100%
    );
    content: "";
    height: 150px;
    position: absolute;
    width:300px;
    z-index: 2;
}
.logoslider:after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.logoslider:after,
.logoslider:before {
    background: linear-gradient(
        to right,
        #fff 0%,
        hsla(0, 0%, 100%, 0) 100%
    );
    content: "";
    height: 150px;
    position: absolute;
    width: 300px;
    z-index: 2;
}

.logoslider .slide-track-1 {
    animation: scroll-l 30s linear infinite;
    display: flex;
    width: 3500px;
}
.logoslider .slide-track-2 {
    animation: scroll-l2 10s linear infinite;
    display: flex;
    width: 3500px;
}

.logoslider .slide {
    height: 150px;
    width:300px;
    display: flex;
    align-items: center;
    text-align: center;
}
.logoslider .slide img {
    width: 100%;
    padding: 1pc;
    vertical-align: middle;
    margin: 0 auto;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

@keyframes scroll-l {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}
@keyframes scroll-l2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-200px * 3));
    }
}
@keyframes scroll-r {
    100% {
        transform: translateX(0);
    }
    0% {
        transform: translateX(calc(-250px * 7));
    }
}

.logos {width: 100%; text-align: center; margin: 0 auto;}
.logos img {display: inline-block; padding: 10px;}
/*--/form--*/
.contact { background-color: #e5ecf3; padding: 50px 0; margin: 0 auto; width: 100%; display: block; }
.contact h2 {font-size: 26px; color: #10326f;  margin-bottom: 50px; text-align: center;}
.contact p {font-size: 16px;}
#coverage {text-align: center;}
#coverage img {text-align: center; margin: 20px auto; display: block;}

form { position: relative; color: #10326f; display: block; margin: 20px auto; text-align:center;}

label {display: block; margin-bottom: 5px;}


input[type="submit"], input[type="reset"] {
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 16px;
	font-weight: bold;    
    background: rgba(36,123,191,1.00);
	display: inline-block;
	text-align: center;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    margin:20px 10px;
}

input[type="submit"]:hover, input[type="reset"]:hover {
    background: #10326f;	
    background: rgba(16,50,111,1.00);
	border: 1px solid #10326f;
}



.form {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding: 3em 0;
    background: #fff;
}
input[type="text"]{
    display: inline-block;
    background:#fff;
    border: 1px solid #247bbf;
    width: 100%;
    outline: none;
    font-size:1em;
    color: #247bbf;
    font-weight: 400;
    padding: 10px 15px;
	margin:1em 2% 1em 0;
	
}

input[type="email"], input[type="number"]{
    display: block;
    background:#fff;
    border: 1px solid #247bbf;
    width: 100%;
    outline: none;
    font-size:1em;
    color: #247bbf;
    font-weight: 400;
    padding: 10px 15px;
	margin:1em 0em;
	
}
 textarea {
    background:#fff;
    border: 1px solid #247bbf;
    width: 100%;
    display: block;
    height:10em;
    outline: none;
    font-size: 1em;
    color: #247bbf;
    font-weight: 400;
    padding: 10px 15px 10px 15px;
	margin: 1em 0em;
	
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #666;
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #666;
  opacity: 1;
}
input:-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #666;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666;
}

select {
	outline: none;
	padding: 14px;
	font-size: 16px;
	background: none;
	width: 100%;
	border: 1px solid #247bbf;
	margin-bottom:20px;
	
}


/*-- //Contact --*/

/*-- map section --*/
.map { width:100%; height:450px; }

/*Make Google map responsive*/

.google-maps {
    position: relative;
    height: 450px;
    overflow: hidden;
	margin-bottom: 50px;
	
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
	height:450px;
	margin:0;
	z-index:2;
}
/*-- /map section --*/

/*--footer--*/

.copyright { background-color:#10326f; padding: 50px 0; margin:0;}
.copyright .col-md-4 {width: 33.3%; margin: 0 0 20px 0; float: left;}
.copyright h3 {font-size: 16px; color: #fff !important;}
.copyright h4 {font-size: 16px; font-weight: 300; color: #fff !important;}
.copyright p { font-size:14px; margin-bottom:0; color: #fff; font-weight: 400; text-align: center;
}
.copyright a:link, .copyright a:visited {
    color: #fff;
}
.copyright p a:hover {
    color: #ccc;
}
.copyright ul {color: #fff;}
.copyright .col-md-6 {
    width: 50%; float: left;
}

/*--/toTop--*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 34px;
    height: 34px;
    border: none;
    text-indent: 100%;
    background: url(../images/top_up.png) no-repeat 0px 0px;
    font-size: 0;
}

/*--//toTop--*/

/*--responsive--*/

@media(max-width:1600px) {
	
	header h2 {font-size:14px; }
	
	.testimonials {
	position: relative;
	background: #247bbf;
	margin: 20px 0;
    padding: 20px;
	text-align: center;
	min-height:350px;
}
	.slider-img-test{height:350px;}
}
	
	
@media(max-width:1366px) {
	
    .banner-top,
    .banner-top2,
    .covering {
        min-height: 500px;
		background-position: center;
    }
	.banner-top1
	{
        min-height: 300px;
		background-position:left;
    }
	
    .banner-main, .banner-main2, .banner-main3, .banner-main4, .banner-main5
	{min-height: 300px;}
    .banner-info {
        padding-top: 10em;
    }
    .banner-info h1 {
        font-size:30px;
    }
}

@media(max-width:1280px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 0.5em 0.4em;
        font-size: 0.8em;
    }
    .banner-info {
        padding-top: 9em;
    }
    .thim-click-to-bottom {
        position: absolute;
        bottom: 35%;
    }
    .callbacks_tabs {
        bottom: 16%;
        left: 44%;
    }
	.intro h2 {font-size: 24px;}
	
	.testimonials {
	position: relative;
	background: #247bbf;
	margin: 20px 0;
    padding: 20px;
	text-align: center;
	min-height:400px;
}

	
		
 }

@media(max-width:1080px) {
	
    .banner-top,
   	.banner-top2,
    .covering {
        min-height: 450px;
    }
    .banner-info h1 {
        font-size: 30px;
    }
    
    .callbacks_tabs {
        bottom: 10%;
        left: 42%;
    }
    .banner-info a {
        padding: 8px 20px;
        font-size: 14px;
        margin: 0.3em 0.3em 0em;
    }
    .banner-info {
        padding-top: 6em;
    }
    .thim-click-to-bottom {
        position: absolute;
        bottom: 32%;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 0.5em 0.4em;
        font-size: 0.8em;
    }
	
    
}

@media(max-width:1050px) {
    .navbar {
        padding: 0.8em 1em;
    }
    

}

@media(max-width:1024px) {
	.copyright .col-md-3 {width: 50%;}
	}

@media(max-width:991px) {
	
	.header-right {float: none; margin-top: 20px; margin:20px; color: #247bbf; font-weight: 700; font-size: 18px;}
	
	#Video {
  	background-position:center;
	background-size: cover;
	transition: 1s opacity;
	position: relative;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 600px;
		  
}
	.services .col-md-3 {width: 100% !important; max-width: 100% !important; margin: 50px auto; text-align: center !important; float:none;}
	
	.main ul {margin-right: 20px;
	text-align: left;
	}
.content {
  position:absolute; top:45%; left:20px; width:70%; text-align:left; 
	color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 2px rgba(45, 45, 45, 0.53);}
	 
.content h1 {
  font-size:26px; 
	color: #fff;
	}
	h2 {font-size: 24px;}
	#contactmain h2 {font-size:24px; color: #fff; margin-bottom:40px; text-align: center;}
	
	ul.bullet { margin-left: 20px; margin-bottom:30px; font-weight: bold;}
	
	
    .navbar-light .navbar-nav .nav-link {
        padding: 0.4em 1.4em;
        font-size: 0.9em;
        text-align: center;
		color: #247bbf !important;
    }
	
    li.nav-item {
        margin: 6px 0px 0 0;
    }
    .dropdown-item {
        text-align: center;
		min-width: 100% !important;
		width: 100%;
		display: block !important;
    }
	nav ul li {
    display: block;
}
    .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #fff !important;
        
    }
	
    .navbar-light .navbar-nav .nav-link {
        padding: 0.7em 10px;
        font-size: 0.9em;
        color: #0a2539;
    }
    #navbarSupportedContent {
        background: #fff;
        padding: 0.5em 0;
    }
	.titlebar h2 {color:#fff; font-size:30px; text-transform: uppercase; }
    .cd-header-buttons {
        top: 20px;
        right: 60px;
    }
	.navbar-toggler:hover, .navbar-toggler:focus {background-color:#247bbf; background: rgba(102,153,204,1.00);}
    
    .navbar-light .navbar-toggler {
        color: #247bbf;
        border-color: #247bbf;
    }
	
    span.navbar-toggler-icon i {
        line-height: 1.2em;
        font-size: 1.4em;
		color: #247bbf !important;
    }
    .navbar-toggler {
        padding: 0.3rem 0.6rem;
        font-size: 1.25rem;
        border: 1px solid #247bbf;
		background-color: #247bbf;
		background: rgba(32,34,97,1.00);
        border-radius: 0;
    }
    #navbarSupportedContent {
        background: #fff;
        padding: 0.5em 0;
        position: absolute;
        width: 90%;
        z-index: 99;
        top: 100%;
    }
    form.header-search {
        width: 60%;
        margin: 0 auto;
    }
    li.breadcrumb-item a {
        color: #eb2941;
    }
	input[type="text"]{
    display: block;
    background:#fff;
    border: 1px solid #247bbf;
    width: 100%;
    outline: none;
    font-size:1em;
    color: #247bbf;
    font-weight: 400;
    padding: 10px 15px;
	margin:1em 2% 1em 0;
	
}
            
   
    .banner-inner {
        padding: 2em 0;
    }
	.banner-info {
	width: 100%;
    padding: 100px 0 0 0;
	
}
	.main {
	color:#fff; 
	padding: 30px 20px;
	margin:0;
	text-align: center;
	
		
}
	.copyright p {font-size: 14px;}
	
	.testimonials {
	position: relative;
	background: #247bbf;
	margin: 20px 0;
    padding: 20px;
	text-align: center;
	min-height:450px;
}
	.slider-img-test{height: 400px;}

.testimonials h3 {
    color: #fff !important;
    font-size: 16px;
	padding: 20px;
}
	
	    
}

@media(max-width:900px) {
    
   /* .callbacks_tabs a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }*/
	.callbacks_tabs {display: none;}
    .banner-top,
    .banner-top2,
    .covering {
        min-height:400px;
    }
    .thim-click-to-bottom {
        position: absolute;
        bottom: 28%;
    }
   
  
}

@media(max-width:800px) {
    .banner-info p {
        font-size: 16px;
        color: #fff;
        margin: 1.5em 0;
       }
    .banner-info {
        padding-top: 4em;
    }

}

@media(max-width:768px) {
	
	.main p {font-size: 18px;}
	
	.content {
    position:absolute; top:200px; left:20px; width:70%; text-align:left; 
	color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 2px rgba(45, 45, 45, 0.53);}
	 
   .content h1 {
  font-size:18px; 
	color: #fff;
	}
	.content p {
  font-size:16px; 
	}
	
	.services .col-md-6 { display:block; width: 100% !important; float:none;}
	.col-md-4 { display:block; width: 100% !important; float:none;}
	.copyright {
        text-align: center;
        margin-bottom: 1.5em;
    }
    .copyright .col-md-4 {width: 100%; margin: 0; float: none;}
	.copyright .col-md-6 {
    display:block; width: 100% !important; float:none; text-align: center !important;}
	.copyright .col-md-3 {width: 100%;}

	.col-md-6 {
    display:block; width: 100% !important; float:none; }
	.callbacks_nav {display: none;}
	}

@media(max-width:767px) {
	header h2 {font-family: 'Work Sans', sans-serif; font-size:20px; color:#247bbf;}
    header h2 span {color: #333;}
	
    .banner-info {
        padding-top: 4em;
    }
    /*.callbacks_tabs a {
        width: 26px;
        height: 26px;
        line-height: 23px;
        font-size: 0.8em;
    }
   */
	
	
    .banner-info p {
        font-size: 18px;
        margin: 1.3em 0;
        
    }
	#about .col-md-4 {width: 100%; margin: 0; float:none;}
	.slider-img-test{height: 450px;}
	.testimonials h3 {padding: 0;}
	.slider-info-main h3 {padding: 0; margin:20px 0;}
	
}

@media(max-width:667px) {
    .form {
        padding: 3em 2em;
    }
            
    p {
       
        font-size:16px;
    }
	
	ul.bullet {font-size: 16px;}
	
	
}

@media(max-width:640px) {
    .callbacks_tabs {
        bottom: 10%;
        left: 38%;
    }
    .thim-click-to-bottom {
        position: absolute;
        bottom: 28%;
        left: 47%;
    }
	
   
}

@media(max-width:568px) {
    
    .banner-info a {
        padding: 8px 16px;
        font-size: 13px;
        margin: 0.3em 0.3em 0em;
    }

}

@media(max-width:480px) {
   
   
    .banner-info p {
        font-size: 16px;
        margin: 1em 0;
        
    }
    .banner-top,
    .banner-top1,
	.banner-top2,
    .covering {
        min-height:300px;
    }
    .banner-info {
        padding-top: 2.5em;
    }
    .callbacks_tabs {
        bottom: 10%;
        left: 35%;
    }
    
    
    a.navbar-brand {
        font-size: 0.9em;
    }
   
	
   
}

@media(max-width:440px) {
    
    .banner-info a {
        padding: 6px 16px;
        letter-spacing: 1px;
        font-size: 13px;
        margin: 10px;
    }
       
}

@media(max-width:414px) {
    .banner-top,
    .banner-top1,
	.banner-top2,
    .covering {
        min-height: 346px;
    }
    
    .callbacks_tabs {
        bottom: 10%;
        left: 33%;
    }
}

@media(max-width:384px) {
   
    
}

@media(max-width:375px) {
    
    a.navbar-brand {
        font-size: 0.8em;
    }
    
}

@media(max-width:320px) {
   
    .banner-top,
    .banner-top1,
    .banner-top2,
    .banner-main,
	.banner-main2,
	.banner-main3,
	.banner-main4,
	.banner-main5,
    .covering {
        min-height: 289px;
    }
    
      
    .callbacks_tabs a {
        width: 20px;
        height: 20px;
        line-height: 17px;
        font-size: 0.7em;
    }
}
	
	/*--responsive--*/

@media(max-width:900px) {
   
}

@media(max-width:800px) {
    
}

@media(max-width:768px) {
    
}


@media(max-width:640px) {
   
}

@media(max-width:600px) {
    
}

@media(max-width:480px) {
    
}

/*--//responsive--*/