html,
body {
    margin: 0;
    font-size: 100%;
    font-family: 'Montserrat', 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: 'Montserrat', sans-serif;
}

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

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

a:link {color: #6799ca;}
a:hover {color:#105096; }

a[href^="tel"]{
    color: #6799ca;
    text-decoration:none;
}
a[href^="tel"]:hover{
    color: #105096;
    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: 'Montserrat', sans-serif;
	font-weight:bold;
	
}

h2 { font-size: 30px; margin-bottom: 40px; color:#21235e;}
h3 { font-size: 24px; margin-bottom:20px; color:#21235e;}

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

ul {
    margin: 0;
    padding: 0;
	
}
.small {font-size: 90%;}
.large {font-size: 110%;}
.caption {font-size: 16px; font-style: italic;}
.center {text-align: center;}
span {color: #6799ca;}

table {text-align: left; border: 1px solid #21235e; margin: 0 auto;}
th {background-color:#21235e; color: #fff; padding: 10px;}
td {padding: 10px;}
/*tr:nth-child(even) {
  background-color: #3399cc;
	color: #fff;
}*/

table td {
    border-left: 1px solid #21235e;
    border-right: 1px solid #21235e;
}

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

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


/*--/header --*/

header {border-bottom: 5px #7f96ae solid;}

header h2 {font-family: 'Montserrat', sans-serif; font-size:20px; color:#21235e;}

/*--/navbar--*/

.header-right {float: right; margin-top: 20px; margin-right: 50px; color: #21235e; font-weight: 700; font-size: 20px;}

.navbar {
    padding: 0.8em 2em; 
	background-color: #fff;
	background-color: rgba(255,255,255,1.00);
	background-color: rgb(255,255,255,1.00);
	z-index: 100;
}

a.navbar-brand {
    font-size: 1em;
    font-weight: 700;
    color: #fff;
}

.navbar-light .navbar-brand {
    color: #fff;
}



li.nav-item {
    margin: 0 1px;
}

.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 10px;
    color: #001a36;
    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 {
    padding: 0.5em 1.5rem;
    font-size: 0.9em;
    margin: 0;
	color: #001a36;
}
a.dropdown-item:hover {color: #fff!important;}


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

/*---*/

nav ul {
    list-style: none;
    }

nav ul li {
    display: inline-block;
}

nav ul li a {
    display: block;
    color: #21235e;
    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: #6799ca;
}

/* SHIFT */

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

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

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: #6799ca;
    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: #6799ca;
}


/*-- //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 0px 0px;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 800px;
}

.banner-top1 {
    background: url(../images/banner2.jpg) no-repeat;
	background-position: left;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 800px;
}

.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: 399px;
}


	
.banner-info {
	width: 800px;
    padding-top: 14em;
	padding-right: 0px;
}


.banner-info a {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	margin: 1em 0.3em 0em;
    background:#6799ca;
	background: rgba(103,153,202,1.00);
    display: inline-block;
    border: none;
	border-radius: 20px;
}

.banner-info a:hover {
    color: #fff;
	background-color:#222061;
	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(0, 26, 54, 0.4);
    min-height: 800px;
}

/*-- //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--*/
.slider {background-color: #ccc; }
#slider2,
#slider3 {   
    -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;
    width: 100%;
}

.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: 76%;
	left: 40px;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 34px;
	width: 34px;
	background: url(../images/left.png) no-repeat 0px 0px;
}

.callbacks_nav.next {
	left: auto;
	background: url(../images/right.png) no-repeat 0px 0px;
	right: 47%;
}

.callbacks_nav.prev {
	left: auto;
	background: url(../images/left.png) no-repeat 0px 0px;
	left: 47%;
}
/**/

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

#slider3-pager span {
    float: left;
}

#slider3-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider3-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider3-pager a {
    padding: 0;
}

#slider3-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    height: auto;
    border: 0;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: 12%;
    left: 45%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 9;
}

.slider-top span {
    font-weight: 600;
}

.callbacks_tabs li {
    display: inline-block;
    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 --*/

/* 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 --*/

.intro {background:#6799ca;
	background: rgba(103,153,202,1.00); 
	color:#fff;
padding: 50px 0;}

.intro h2 {color: #fff; text-transform: uppercase; font-size: 26px;}

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



/*--/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;
  
}

/* Add some content at the bottom of the video/page */
.content {
  position:absolute; top:35%; left:20%; width:50%; text-align:left; 
	color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 2px rgba(45, 45, 45, 0.53);
z-index: 2;}

	 
.content h1 {
  font-size:40px; 
	color: #fff;
	}
	.content p {
  font-size:20px; 
	}


/* 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 {background:#fff;
	color:#20215c; 
	padding: 75px 10px 50px 10px;
	margin:0;
	text-align: center;
	min-height: 300px;
}
.main p { font-size: 16px; font-weight:400; color: #20215c;}
.main a:link, .main a:visited {color: #6392c0;}
.main a:hover {text-decoration: underline;}

/*--Services--*/

.services { background-color: #dae0e4; background-color: rgba(218,224,228,1.00); padding: 80px 0; margin: 0 auto; width: 100%; display: block; }
.services h2 {font-size: 26px; text-transform: uppercase; color: #211f5e;  margin-bottom: 50px;}
.services h3, .services h3 a:link, .services h3 a:visited {font-size: 20px; text-align: center; color: #211f5e; }
.services p {font-size: 16px;}
.services .col-md-4 {width: 33.333333%; 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;}


/*--/form--*/

form { color: #22205f; display: block; margin: 20px 0; text-align: left;}

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


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

input[type="submit"]:hover, input[type="reset"]:hover {
    background: #105096;	
    background: rgba(103,153,203,1.00);
	border: 1px solid #105096;
}



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

input[type="email"], input[type="number"]{
    display: block;
    background:#d8e4f0;
    border: 1px solid #105096;
    width: 100%;
    outline: none;
    font-size:1em;
    color: #105096;
    font-weight: 400;
    padding: 10px 15px;
	margin:1em 0em;
	
}
 textarea {
    background:#d8e4f0;
    border: 1px solid #105096;
    width: 100%;
    display: block;
    height:10em;
    outline: none;
    font-size: 1em;
    color: #105096;
    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;
}

/*-- //Contact --*/

/*--footer--*/

.copyright { background-color:#21235e; background-color:rgba(33,35,94,1.00);  padding: 50px 0; margin:0;}
.copyright .col-md-4 {width: 33.333333%; margin: 0; float: left;}
.copyright ul {color: #fff;}
.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 .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-right {float: right; margin-top: 20px; margin-right: 10px; color: #6799ca; font-weight: 700; font-size: 18px;}
	header h2 {font-size:14px; }
	
	.services .col-md-6 {width: 50%; float: left;}
	
@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
	{min-height: 300px;}
    .banner-info {
        padding-top: 10em;
    }
    .banner-info h1 {
        font-size:30px;
    }
}

@media(max-width:1280px) {
    .header-right {float: none; margin: 20px; font-size: 18px; text-align: right;}
    .banner-info {
        padding-top: 9em;
    }
    .thim-click-to-bottom {
        position: absolute;
        bottom: 35%;
    }
    .callbacks_tabs {
        bottom: 16%;
        left: 44%;
    }
	.intro h2 {font-size: 24px;}
		
 }

@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) {
	header h2 {font-size:12px; }
	}

@media(max-width:991px) {
	
	.header-right {float: none; margin-top: 20px; margin:20px; color: #6799ca; 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;
		  
}
	
	
.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;
	}
	
	header h2 {font-size:18px; text-align:center; padding:20px; }
    .navbar-light .navbar-nav .nav-link {
        padding: 0.4em 1.4em;
        font-size: 0.9em;
        text-align: center;
    }
	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;}
    li.nav-item {
        margin: 6px 0px 0 0;
    }
    .dropdown-item {
        text-align: center;
    }
    .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;
        border: 2px solid #ffffff;
        border-radius: 3px;
    }
	
    .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:#6799ca; background: rgba(102,153,204,1.00);}
    
    .navbar-light .navbar-toggler {
        color: #6799ca;
        border-color: #6799ca;
    }
	
    span.navbar-toggler-icon i {
        line-height: 1.2em;
        font-size: 1.4em;
		color: #6799ca !important;
    }
    .navbar-toggler {
        padding: 0.3rem 0.6rem;
        font-size: 1.25rem;
        border: 1px solid #6799ca;
		background-color: #6799ca;
		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:#d8e4f0;
    border: 1px solid #105096;
    width: 100%;
    outline: none;
    font-size:1em;
    color: #105096;
    font-weight: 400;
    padding: 10px 15px;
	margin:1em 2% 1em 0;
	
}
            
   
    .banner-inner {
        padding: 2em 0;
    }
	.banner-info {
	width: 100%;
    padding-top: 100px;
	padding-right: 0;
}
	.main {
	background-image:url("../images/banner2.jpg");
	color:#fff; 
	padding: 30px 20px;
	margin:0;
	text-align: center;
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
	height: 400px;
	
}
	.copyright p {font-size: 14px;}
	
	    
}

@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 {
	background-image:url("../images/banner2.jpg");
	color:#fff; 
	padding: 70px 20px;
	margin:0;
	text-align: center;
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
	height: auto;
	
}
	.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;}

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

@media(max-width:767px) {
	header h2 {font-family: 'Montserrat', sans-serif; font-size:20px; color:#6799ca;}
    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;}
}

@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: 0em 0.1em 0em;
    }
       
}

@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,
    .covering {
        min-height: 289px;
    }
    
    .banner-info a {
        padding: 5px 7px;
        font-size: 12px;
        margin: 0em 0.1em 0em;
    }
    
    .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--*/