
body{
	padding:0;
	margin:0;
	background:#FFF;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"],input[type="submit"]{
	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{
	margin:0;	
	padding:0;
}	
p{
	margin:0;
	padding:0;
}


	/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 17px;
  padding: 20px;
  text-align: center; text-transform: uppercase;
}

/* When you mouse over the container, fade in the overlay title */
.container:hover .overlay {
  opacity: 1;
}
.m1{ font-size:20px; color:#0b1028; margin:7px 0px;text-transform:uppercase; text-align:left;}
.m21{ font-size:17px; color:#0A1116; margin:7px 0px;text-transform:uppercase; text-align:left;}
.m31{ font-size:22px; color:#2d363a; margin:10px 0px;text-transform:uppercase; text-align:center;}
.m2{ font-size:35px; color:#08213e; margin:7px 0px; text-transform:uppercase;}
.m22{ font-size:35px; color:#08213e; margin:7px 0px; text-transform:uppercase; text-align: left}
.m39{ font-size:15px; color:#0F171E; margin:5px 0px; line-height: 140%; text-align:center;   }
.m79{ font-size:16px; color:#05132d; margin:5px 0px; line-height: 140%; text-align:left;   }
.m72{ font-size:17px; color:#1a0e39; margin:5px 0px; line-height: 140%; text-align:left;   }
.m3{ font-size:17px; color:#0F171E; margin:7px 0px 50px; line-height: 160%; text-align:left;   }
.m4{ font-size:16px; color:#15191b; text-transform:uppercase; margin:2px 0px; text-align:center; line-height: 180%;}
.m44{ font-size:18px; text-align: left; color:#121e36; margin:2px 0px; line-height: 180%;}
.m24{ font-size:16px; color:#15191b; margin:2px 0px;text-align:center; line-height: 180%;}
.m14{ font-size:18px; color:#f0efd8; text-transform:uppercase; margin:7px 0px;text-align:left;}
.m5{ font-size:45px; color:#FFF; text-transform:uppercase; margin:7px 0px;text-align:left;}
.m15{ font-size:35px; color:#0e536d; text-transform:uppercase; margin:7px 0px;text-align:left;}
.m35{ font-size:25px; color:#0e536d; text-transform:uppercase; margin:7px 0px;text-align:left;}
.m25{ font-size:35px; color:#0e536d; text-transform:uppercase; margin:7px 0px; text-align: center;}
.m6{ font-size:35px; color:#011b25; text-transform:uppercase; text-align:center; margin:7px 0px;}
.m16{ font-size:29px; color:#222; text-transform:uppercase; text-align:center; margin:7px 0px;}
.m7{ font-size:15px; color:#06253a; margin:7px 0px; border: solid 1px #a79150; background-color: #f4f4e6; padding: 5px;text-align: center; text-transform: uppercase;}
.m9{ font-size:45px; color:#1eaea5; margin:12px 0px; text-align: center; text-shadow:3px 4px 5px #8e8e8e; }
.m8{ font-size:15px; color:#cfe5e5; margin:7px 0px; line-height: 140%; text-align: left;   }
.m28{ font-size:18px; color:#08213e; margin:30px 0px 20px; line-height: 180%; text-align: left;   }
.m18{ font-size:15px; color:#06253a; margin:7px 0px; line-height: 140%; text-align: left;  }
.m12{ font-size:18px; color:#ffffff; margin:7px 0px; line-height: 140%; text-align: left;   }
.m62{ font-size:16px; color:#f1f1f1; margin:5px 0px; line-height: 140%;  }
.m11{ font-size:14px; color:#fafe81; margin:7px 0px; line-height: 160%; text-align: left;   }
.m10{ font-size:18px; color:#41f1f1; text-transform:uppercase; margin:15px 0px;text-align:left; font-size: 21px;}
.pac {background-color: #eee; border: 1px solid #999; padding: 20px; color:#131e3a; align-content: center; line-height: 150%; margin-bottom: 20px; }
.pac:hover{background-color: #ecae06; color:#fff; }

.c-l {
background-color: #fff; border: 0px solid #941820; padding: 15px; border-radius:25px;  text-align: center; box-shadow: 2px 2px 10px 2px #999;  margin:20px 0px; text-align: center; text-shadow:3px 4px 5px #333;
  cursor: pointer;
}

ul{
	margin:0;
	padding:0px 0px; text-align: left; font-size: 15px;
}

.uca{ padding: 20px 0px 0px 0px;}
label{
	margin:0;
}
button{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
img {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-- /reset code --*/
body {
	font-family: 'Roboto', sans-serif;
	font-weight:100;
}
/*-- navigation --*/
.navbar-wrapper { 
  position: fixed; 
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;  border-bottom:1px solid #1f5766;
}
form.example input[type=text] { margin-top: 0px; height: 30px;
  padding: 10px; border-radius:100px 100px 100px 100px; max-width: 300px;     
  font-size: 17px;
  border: 1px solid #255466;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

form.example button { margin: 0px 0px;
  float: left;  border-radius:100%; margin-left: -27px; height: 30px;
  width: 15%;
  padding: 0px 0px; color: #4fa2c2;
  background: #255466;
  color: white;
  font-size: 20px; text-align: center;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.example button:hover {
  background: #4fa2c2;
}

.bd button { margin: 0px 0px;
background-color: #131e3a; border: 0px solid #941820;  color: #f2f2f2; font-size: 15px; padding: 10px 10px; border-radius:100px;  width: 160px; text-align: center; box-shadow: 1px 1px 2px 1px #78949e;  margin-top: 20px; margin-right: 35px;
  cursor: pointer;
}

.bd button:hover {
  background: #f1f1f1;  color: #295361;
}

.ban button { margin: 0px 0px;
background-color: #fff; border: 0px solid #941820;  color: #295361; font-size: 15px; padding: 10px 10px; border-radius:100px;  width: 190px; text-align: center; box-shadow: 1px 1px 2px 1px #78949e; margin-top: 20px;
  cursor: pointer;
}

.ban button:hover {
  background: #295361; color: #f1f1f1;
}

.p-b button {
background-color: #ecae06; border: 0px solid #941820; padding: 7px 25px; border-radius:25px;  text-align: center; box-shadow: 2px 2px 10px 2px #999; font-size:55px; color:#f1f1f1; margin:20px 0px; text-align: center; text-shadow:3px 4px 5px #777; 
  cursor: pointer;
}

.p-b button:hover {
  background: #fff; color: #2c374d;
}

.b-form button {
background-color: #255569; border: 0px solid #941820; padding: 10px 75px; border-radius:25px;  text-align: center; box-shadow: 2px 2px 10px 2px #999; font-size:20px; color:#fff; margin:20px 0px; text-align: center; text-shadow:3px 4px 5px #333;  margin: 20px ;
  cursor: pointer;
}

.b-form button:hover {
  background: #0c2434; color: #f1f1f1;
}

.navbar-wrapper > .container {
  width: auto;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar-inverse {
    background-color:transparent;
    border-color:transparent;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 0px 0px 0px;
}
.navbar-brand h1 {
	font-size:30px;
	font-weight:normal;
	color:#fff;
	line-height: 0px;
	font-family: 'Viga', sans-serif;
}

.navbar-nav {margin-top:1px;}
.navbar-inverse .navbar-nav>li>a { background-color:#fff; border-bottom:1px solid #fff; 
	color: #382b11; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; text-align: left;
    font-weight:600;
    font-size: 13px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #4ba5c7; border-bottom:2px solid #4ba5c7;  background-color: #ffffff;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:active {
    color: #333;
    background-color: transparent; border-bottom:1px solid #1f5766;
}

 .dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 250px; color: #4ba5c7;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block; color: #333;
}
@media (min-width: 768px) {
  .navbar-wrapper { z-index:10000;  position: fixed; top:0; background-color:#ffffff;
    margin-top:0px;
	
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
}
/* Effect 21: borders slight translate */
.cl-effect-21 li a {
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-21 li a::before,
.cl-effect-21 li a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 li a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 li a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-21 li a:hover,
.cl-effect-21 li a:focus {
	color: #fff;
}

.cl-effect-21 li a:hover::before,
.cl-effect-21 li a:focus::before,
.cl-effect-21 li a:hover::after,
.cl-effect-21 li a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/*-- navigation --*/
/*-- banner section --*/
.fader{
    position: relative;
    padding-top: 55%;
    overflow: hidden;
} 
 
.fader .slide{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0;
}
 
.fader img.slide{
    height:925px;
	width:100%;
}

.fader .prev,
.fader .next{
  position: absolute;
  height: 80px;
  line-height: 55px;
  width: 50px;
  font-size: 100px;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 0;
  z-index: 4;
  margin-top: -25px;
  cursor: pointer;
  opacity: .7;
  transition: all 150ms;
}

.fader .prev:hover,
.fader .next:hover{
  opacity: 1;
}

.fader .next{
  left: auto;
  right: 0;
}

.fader .pager_list{
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  bottom: 80px;
  text-align: center;
  z-index: 4;
}

.fader .pager_list li{
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 7px;
  background: #fff;
  opacity: .7;
  text-indent: -999px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 150ms;
}

.fader .pager_list li:hover,
.fader .pager_list li.active{
  opacity: 1;
}
/*-- /banner section --*/
/*-- features section --*/
section.our-features {
	padding:20px 0;
}
section.our-features h3.text-center {
	font-size:30px;
	font-weight:normal;
	padding:20px 0;
	font-family: 'Viga', sans-serif;
}
section.our-features p.text-center {
	font-size:17px;
	font-weight:300;
	line-height:30px;
	padding:0px 0 60px;
}
section.our-features .feature-mdl {
	text-align:center;
}
section.our-features .feature-mdl img.img-circle.img-responsive {
	width:150px;
	height:150px;
	margin:0 auto;
}
section.our-features .feature-mdl h4 {
	font-size:22px; color:#CC0000;
	font-weight:normal;
	padding:20px 0;
	font-family: 'Viga', sans-serif;
}

section.our-features .feature-mdl h5 {
	font-size:20px; color: #FF6600;
	font-weight:normal;
	padding:20px 0;
	font-family: 'Viga', sans-serif;
}
section.our-features .feature-mdl p {
	font-size:15px;
	font-weight:300;
	line-height:180%;
	padding:0 10px;
}
/*-- /features section --*/
/*-- works section --*/
section.our-work{
	background:url(../images/work.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	padding:100px 0;
}
section.our-work h3.text-center {
	font-size:40px;
	font-weight:normal;
	padding:20px 0;
	color:#fff;
	font-family: 'Viga', sans-serif;
}
section.our-work p.text-center {
	font-size:17px;
	font-weight:300;
	padding:0px 0 60px;
	line-height:30px;
	color:#fff;
}
section.our-work .work-info img.img-circle.img-responsive {
	width:150px;
	height:150px;
	margin:0 auto 0 50px;
}
section.our-work .work-info .work-mdagile {
    margin-left: -20px;
}
section.our-work h4 {
	font-size:30px;
	font-weight:normal;
	padding:0px 0 40px;
	color:#fff;
	text-align:center;
	font-family: 'Viga', sans-serif;
}
section.our-work .work-info h5 {
	font-size:25px;
	font-weight:normal;
	padding:0px 0 10px;
	color:#fff;
	font-family: 'Viga', sans-serif;
}
section.our-work .work-info p.work-agile {
	font-size:17px;
	font-weight:300;
	padding: 10px 0 40px;
    line-height: 30px;
	color:#fff;
}
section.our-work .work-md h6 {
	font-size:25px;
	font-weight:normal;
	padding:20px 0;
	color:#fff;
	text-align:center;
	font-family: 'Viga', sans-serif;
}
section.our-work .work-md p.work-mdls {
	font-size:17px;
	font-weight:300;
	padding:0 20px 0;
	color:#fff;
	line-height:30px;
	text-align:center;
}
.view {
   width:100%;
   height:auto;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #fff no-repeat center center;
}
.view .mask,.view .content {
   width:100%;
   height:400px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view ul.social-icons1 {
   font-size: 12px;
   position: relative;
   list-style:none;
   margin-top:116px;
}
.view ul.social-icons1 li {
	display:inline;
	margin-right: 5px;
}
.view ul.social-icons1 li a i.fa.fa-facebook {
	background-color:#3b5998;
	    width:42px;
    height:42px;
    line-height:44px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	font-size:21px;
	color:#fff;
	text-align: center;
    vertical-align: middle;	
	 transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.view ul.social-icons1 li a i.fa.fa-twitter {
	background-color:#55acee;
	width:42px;
    height:42px;
    line-height:44px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	font-size:17px;
	color:#fff;
	text-align: center;
    vertical-align: middle;
	 transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.view ul.social-icons1 li a i.fa.fa-linkedin {
	background-color:#e68523;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	font-size:18px;
	color:#fff;
	width:42px;
    height:42px;
    line-height:42px;
	text-align: center;
    vertical-align: middle;
	 transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.view ul.social-icons1 li a i.fa.fa-google-plus {
	background-color:#dc4e41;
	width:42px;
    height:42px;
    line-height:44px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	font-size:16px;
	color:#fff;
	text-align: center;
    vertical-align: middle;
	 transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.view ul.social-icons1 li a i.fa.fa-facebook:hover {
	background-color:#002573;
}
.view ul.social-icons1 li a i.fa.fa-twitter:hover {
	background-color:#004A82;
}
.view ul.social-icons1 li a i.fa.fa-linkedin:hover { 
	background-color:#BB5E00;
}
.view ul.social-icons1 li a i.fa.fa-google-plus:hover { 
	background-color:#8A0B00;
}
/*-- /works section --*/
/*-- services section --*/
section.our-services {
	padding:100px 0;
	text-align:center;
}
section.our-services h3.text-center {
	font-size:40px;
	font-weight:normal;
	padding:20px 0;
	font-family: 'Viga', sans-serif;
}
section.our-services p.text-center {
	font-size:17px;
	font-weight:300;
	line-height:30px;
	padding:0px 0 60px;
}
section.our-services .serv-mdl i.fa {
	font-size: 50px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background-color: #27ae60;
    padding: 20px;
    width: 90px;
    height: 90px;
    border-radius: 4px;
    line-height: 48px;
	transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
}
section.our-services .serv-mdl i.fa:hover {
	background-color:#005223;
}
section.our-services .serv-mdl h4.text-center {
	font-size:25px;
	font-weight:normal;
	padding:20px 0;
	font-family: 'Viga', sans-serif;
}
section.our-services .serv-mdl p.serv-mdls {
	font-size:17px;
	font-weight:300;
	line-height: 30px;
    padding: 0 5px;
}
/*-- /services section --*/
/*-- gallery section --*/
section.our-gallery {
	background:url(../images/gallery.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	padding:10px 0;
}
section.our-gallery h3.text-center {
	font-size:40px;
	font-weight:normal;
	padding:20px 0;
	font-family: 'Viga', sans-serif;
}
section.our-gallery p.text-center {
	font-size:17px;
	font-weight:300;
	line-height:30px;
	padding:0px 0 60px;
}
/*-- /gallery section --*/
/*-- testimonial section --*/
section.our-testimonials {
	padding:50px 0;
	background-color:#2c3e50;
}
section.our-testimonials h3.text-center {
	font-size:40px;
	font-weight:normal;
	padding:20px 0;
	color:#fff;
	font-family: 'Viga', sans-serif;
}
section.our-testimonials p.text-center {
	font-size:17px;
	font-weight:300;
	padding:0px 0 60px;
	line-height:30px;
	color:#fff;
}
section.our-testimonials .carousel-inner>.item {
    text-align: center;
	margin-top: -1px;
}	
section.our-testimonials .carousel-inner>.item>img {
	margin:30px auto 0;
}
section.our-testimonials .carousel-inner>.item> h4 {
	font-size: 25px;
    font-weight: 300;
    color: #fff;
	padding:20px 0;
	font-family: 'Viga', sans-serif;
}
section.our-testimonials .carousel-inner>.item> p{
	font-size:17px;
	font-weight:200;
    line-height:30px;
    color: #fff;
	padding-bottom:30px;
}
section.our-testimonials .carousel-indicators li {
	border-radius:0px;
	background-color:#2C3E50;
}
section.our-testimonials .carousel-indicators .active {
	background-color:#0680F9;
}
section.our-testimonials .carousel-indicators {
    bottom: -18px;
}
/*-- /testimonial section --*/
/*-- map section --*/
section.map iframe.googlemaps {
	width:100%;
	height:400px;
}
/*-- /map section --*/
/*-- contact section --*/
section.our-contacts {
	background:; background-color:#999999;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
	padding:20px 0;
}
section.our-contacts h3.text-center {
	font-size:40px;
	font-weight:normal;
	padding:20px 0;
	color:#fff;
	font-family: 'Viga', sans-serif;
}
section.our-contacts p.text-center {
	font-size:17px;
	font-weight:300;
	padding:0px 0 60px;
	color:#fff;
}
input#name , input#email{
	color:#2a5462;
	border-radius: 5px;
	text-align:left;
	margin-bottom:10px;
	background-color: rgba(255, 255, 255, 0);
	font-size:17px;
	border:1px solid #2a5462;
}

input#message{
	color:#fff;
	border-radius: 0px;
	text-align:left;
	margin-bottom:10px;
	background-color: rgba(255, 255, 255, 0);
	font-size:17px;
	border:1px solid #fff
}
input#name , input#email  , input#message {
	height:55px;	
}
input::-webkit-input-placeholder {
color: #fff !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #fff !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;  
}
 
input:-ms-input-placeholder {  
color: #fff !important;  
}
textarea::-webkit-input-placeholder {
color: #fff !important;
}
 
textarea::-moz-placeholder { /* Firefox 18- */
color: #fff !important;  
}
 
textarea::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;  
}
 
textarea::-ms-input-placeholder {  
color: #fff !important;  
}
input#message {
    padding: 15px 0;
    overflow-y: hidden;
}
.btn-outline1 {
    padding: 10px 30px;
	height: 55px;
	border: solid 1px #fff;
	border-radius:0;
	width:100%;
    font-size:18px;
    color: #fff;
	font-weight:300;
    background: 0 0;
	font-family: 'Viga', sans-serif;
    transition: all .3s ease-in-out;
}
.btn-outline1:hover,
.btn-outline1:focus,
.btn-outline1:active {
    border: solid 1px #fff;
    color: #18bc9c;
    background: #fff;
}
section.our-contacts p.contact-mdl {
	color:#fff;
	font-size:18px;
	font-weight:300;
	padding:20px 0;
	text-align:center;
}
section.our-contacts p.contact-mdl a {
	color:#fff;
	text-decoration:none;
}
section.our-contacts p.contact-mdl a:hover { 
	color:#DA8F4F;
}
/*-- /contact section --*/
/*-- footer section --*/

section.footer-top { background-color:#326e8d;
	padding:20px 0;
}

section.footer { background-color:#e19f00;
	padding:15px 0;
}
section.footer h4 {
	color:#fff;
	font-size:30px;
	font-weight:normal;
	padding:0px 0 20px;
	text-align:left;
	font-family: 'Viga', sans-serif;
}
section.footer p.p-mdls {
	color:#fff;
	font-size:16px;
	font-weight:300;
	text-align:center;
}
section.footer .footer-left .footer-contacts {
	padding:20px 0 0 5px;
}
section.footer .footer-left .footer-contacts div {
	padding-bottom:20px;
}
section.footer .footer-left .footer-contacts i.fa.fa-globe {
    font-size: 25px;
}
section.footer .footer-left .footer-contacts i.fa.fa-mobile {
    font-size: 33px;
}
section.footer .footer-left .footer-contacts i.fa {
	color:#fff;
	vertical-align:middle;
	font-size:20px;
	line-height: 25px;
}
section.footer .footer-left .footer-contacts p.p1 {
	color:#fff;
	margin: -23px 0 0px 37px; 
	font-size:16px;
	font-weight:200;
}
section.footer .footer-left .footer-contacts p.p1 a {
	color:#fff;
	text-decoration:none;
}
section.footer .footer-left .footer-contacts p.p1 a:hover {
	color:#EA6363;
}
}
section.footer .footer-center .footer-links {
    padding-left: 115px;
}
section.footer .footer-center .footer-links a {
	text-decoration:none;
	color:#fff;
}
section.footer .footer-center .footer-links a:hover {
	color:#FB7777;
}
section.footer .footer-center .footer-links a span {
	font-size:20px;
	vertical-align:middle;
	line-height:25px;
}
section.footer .footer-center .footer-links a p {
	font-size:16px;
	font-weight:300;
	margin: -22px 0 10px 35px;
}
section.footer .footer-right .footer-agile .form-group {
	
}
section.footer .col-lg-4.footer-right {
	text-align:-webkit-left;
}
section.footer .footer-right .form-control {
	border-radius:50px;	
	background-color: rgba(0, 0, 0, 0.25);
	color:#fff;
	text-align: center;
    font-size: 17px;
	width:80%;
}
section.footer .footer-center  input::-webkit-input-placeholder {
color:#fff!important;
}
section.footer .footer-center  input:-moz-placeholder { /* Firefox 18- */
color:#fff!important;  
}
section.footer .footer-center  input::-moz-placeholder {  /* Firefox 19+ */
color:#fff!important;  
}
section.footer .footer-center  input:-ms-input-placeholder {  
color:#fff!important;  
}
button.btn-outline {
    border: solid 1px #fff;border-radius:50px;
    font-size: 18px;
	color:#fff;
    padding: 5px 10px;
    background:rgba(0, 0, 0, 0.45);
	width: 80%;
	font-family: 'Viga', sans-serif;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
button.btn-outline:hover,
button.btn-outline:focus,
button.btn-outline:active {
    border: solid 1px #fff;
    color:#EA6363;
    background: #fff;
}
section.footer .footer-right ul.social-icons2 {
	list-style:none;
    padding-top: 15px;
}
section.footer .footer-right ul.social-icons2 li {
	display:inline;
	margin-right: 5px;
}
section.footer .footer-right ul.social-icons2 li a i.fa.fa-facebook {
	background-color:#3b5998;
	    width:42px;
    height:42px;
    line-height:44px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	font-size:21px;
	color:#fff;
	text-align: center;
    vertical-align: middle;	
	 transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
section.footer .footer-right ul.social-icons2 li a i.fa.fa-twitter {
	background-color:#55acee;
	    width:42px;
    height:42px;
    line-height:44px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	font-size:17px;
	color:#fff;
	text-align: center;
    vertical-align: middle;
	 transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
section.footer .footer-right ul.social-icons2 li a i.fa.fa-youtube {
	background-color:#f0212b;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	font-size:18px;
	color:#fff;
	width:42px;
    height:42px;
    line-height:42px;
	text-align: center;
    vertical-align: middle;
	 transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
section.footer .footer-right ul.social-icons2 li a i.fa.fa-google-plus {
	background-color:#dc4e41;
	width:42px;
    height:42px;
    line-height:44px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	font-size:16px;
	color:#fff;
	text-align: center;
    vertical-align: middle;
	 transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
section.footer .footer-right ul.social-icons2 li a i.fa.fa-facebook:hover {
	background-color:#002573;
}
section.footer .footer-right ul.social-icons2 li a i.fa.fa-twitter:hover {
	background-color:#004A82;
}
section.footer .footer-right ul.social-icons2 li a i.fa.fa-youtube:hover { 
	background-color:#f1565d;
}
section.footer .footer-right ul.social-icons2 li a i.fa.fa-google-plus:hover { 
	background-color:#8A0B00;
}
section.footer .copyright {
	text-align:center;
}
section.footer .copyright p {
	color:#111;
	font-size:17px;
	font-weight:300;
	line-height:30px;
}
section.footer .copyright p  a {
	color:#fff;
	text-decoration:none;
}
section.footer .copyright p  a:hover {
	color:#F57474;
}
/*-- /footer section --*/
/*-- back to top --*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.55) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  background-size:70%;
  border:1px solid #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.cd-top:hover {
  background-color: #000;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 30px;
  }
}
/*-- /back to top --*/

/*-- RESPONSIVE DESIGN --*/
@media (max-width: 1600px) {
.fader img.slide {
    height: 800px;
}	
}

@media (max-width: 1440px) {
.fader .pager_list {
	bottom:30px;	
}
}

@media (max-width: 1080px) {

section.our-work .work-info img.img-circle.img-responsive {
	margin:0 auto;
}
.view {
    width: 300px;
    margin: 0 auto;
}
.view .mask, .view .content {
    width: 300px;
    height: 300px;
}
.view ul.social-icons1 {
	margin-top:130px;
}
section.our-services .serv-mdl p.serv-mdls {
	padding: 0 50px 50px;
}
section.our-work .work-md p.work-mdls {
	padding:0 80px;
}
section.our-gallery {
	text-align:center;
}
section.our-testimonials .carousel-indicators {
    bottom: -1px;
}
section.footer .footer-center .footer-links {
    padding-left: 10px;
}
section.our-testimonials .carousel-inner>.item {
	margin-top:0;
}
}

@media (max-width: 1050px) {
section.footer h4 {
	padding:0 0 30px;
}
}

@media (max-width: 1024px) {
	.fader .pager_list {
    bottom: 50px;
}
.fader img.slide , .fader {
    height: 690px;
}
section.our-work .work-info .work-mdagile {
    margin-left: -80px;
}
section.our-work .work-info img.img-circle.img-responsive {
    margin: 0 auto 0 0;
}
section.footer .footer-left .footer-contacts {
    padding: 20px 0 0 20px;
}
}

@media (max-width: 991px) {
	.fader img.slide, .fader {
    height: 610px;
}
section.footer .footer-left .footer-contacts {
    padding: 20px 0 0 50px;
}
section.footer .footer-center .footer-links {
    padding-left: 110px;
}
.navbar-inverse .navbar-nav>li>a {
	font-size: 19px;
    padding: 10px 10px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -90px;
}
ul.nav.navbar-nav.navbar-right {
    margin: 7px -85px 0 0;
}
section.our-features .feature-mdl p {
	padding:0;
}
section.our-work .work-info img.img-circle.img-responsive {
    margin: 0 auto;
}
section.our-work .work-info .work-mdagile {
    margin-left: -110px;
}
section.our-work .work-md p.work-mdls {
    padding: 0 30px;
}
container {
    height: 595px!important;
}
section.our-services .serv-mdl p.serv-mdls {
    padding: 0 30px 50px;
}
section.our-gallery a {
	width:215px;
}
input#name, input#email, input#message {
	margin-bottom:30px;
}
.col-lg-4.col-md-4.col-sm-6.footer-right {
    width: 100%;
    margin: 30px auto 0;
}
.col-lg-4.col-md-4.col-sm-6.feature-mdl.f3 {
    width: 100%;
	margin-top:50px;
}
section.our-features .feature-mdl.f3 p {
	padding:0 200px;
}
}

@media (max-width: 900px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -80px;
}
}

@media (max-width: 800px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -30px;
}
ul.nav.navbar-nav.navbar-right {
    margin: 7px -30px 0 0;
}
.navbar-inverse .navbar-nav>li>a {
    font-size: 15px;
}
section.our-work h4 {
	padding:20px 0 40px;
}
}

@media (max-width: 768px) {
	.fader img.slide, .fader {
    height: 530px;
}
.fader .pager_list {
    bottom: 25px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
}
ul.nav.navbar-nav.navbar-right {
    margin: 7px -15px 0 0;
}
section.our-features,section.our-work,section.our-services,section.our-gallery,section.our-testimonials,section.our-contacts {
	padding:40px 0;
}
section.our-features h3.text-center,section.our-work h3.text-center,section.our-services h3.text-center,section.our-gallery h3.text-center,section.our-testimonials h3.text-center,section.our-contacts h3.text-center {
    font-size: 35px;
}
section.our-features p.text-center,section.our-work p.text-center,section.our-services p.text-center,section.our-gallery p.text-center,section.our-testimonials p.text-center,section.our-contacts p.text-center{
	padding:0 0 40px;
}
}

@media (max-width: 736px) {
	.fader img.slide, .fader {
    height: 380px;
}
.fader .prev, .fader .next {
	top:42%;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
    margin-top: 10px;
}
ul.nav.navbar-nav.navbar-right {
    margin:0;
}
.navbar-inverse .navbar-toggle {
    border-color: #FFF; background-color:#255468; position: fixed; 
}
.navbar-toggle {
	margin-top: 15px;
    margin-right: 80px;
}
ul.nav.navbar-nav.navbar-right {
    margin:0;
	text-align:left;
	overflow-y:hidden;
	background-color:;
}
section.our-features .feature-mdl p {
    padding: 0 70px 50px;
}
section.our-features .feature-mdl.f3 p {
    padding: 0 70px 50px;
}
section.our-work .work-info .work-mdagile {
    margin: 0px auto;
    text-align: center;
}
section.our-work .work-info h5 {
	padding:25px 0 20px;
}
section.our-work .work-info p.work-agile {
	padding:0 50px 50px;
}
section.our-work .work-md p.work-mdls {
    padding: 0 20px;
}
section.our-services .serv-mdl p.serv-mdls {
    padding: 0 50px 50px;
}
section.our-gallery a {
    width: 200px;
}
section.map iframe.googlemaps {
    height: 300px;
}
section.footer .footer-left .footer-contacts {
    padding: 20px 0 0 235px;
}
section.footer .footer-center .footer-links {
    padding-left: 270px;
}
.col-lg-4.col-md-4.col-sm-6.feature-mdl.f3 {
	margin-top:0;
}
}

@media (max-width: 667px) {
section.our-gallery a {
    width: 180px;
}
section.footer .footer-left .footer-contacts {
    padding: 20px 0 0 10px;
}
section.footer .footer-center .footer-links {
    padding-left: 10px;
}
}

@media (max-width: 640px) {
	section.our-features, section.our-work, section.our-services, section.our-gallery, section.our-testimonials, section.our-contacts, section.footer {
    padding: 30px 0;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 5px;
}	
	.fader img.slide, .fader {
    height: 400px;
}
section.our-work h4 {
    padding: 0px 0 40px;
}
.navbar-toggle {
	margin-right: 20px;
}
.fader .pager_list {
    bottom: 25px;
}
.fader .prev, .fader .next {
    top: 50%;
}
.view ,.view .mask, .view .content {
    width: 280px;
}
section.our-gallery a {
    width: 170px;
}
section.footer .footer-left .footer-contacts {
    padding: 20px 0 0 160px;
}
section.footer .footer-center .footer-links {
    padding-left: 220px;
}
section.footer h4 {
    padding: 30px 0; text-align: left;
}
}

@media (max-width: 600px) {
.fader .prev, .fader .next {
    top: 42%;
}
.view, .view .mask, .view .content {
    width: 250px;
}
section.our-work .work-md p.work-mdls {
    padding: 0 15px;
}
section.our-gallery a {
    width: 250px;
}
}

@media (max-width: 568px) {
.fader img.slide, .fader {
    height: 345px;
}
.view, .view .mask, .view .content {
    width: 230px;
}
.view ul.social-icons1 {
    margin-top: 90px;
}
section.our-gallery a {
    width: 230px;
}
input#name, input#email, input#message {
    margin-bottom: 20px;
}
section.footer .footer-left .footer-contacts {
    padding: 20px 0 0 140px;
}
section.footer .footer-center .footer-links {
    padding-left: 195px;
}
}

@media (max-width: 480px) {
	.fader img.slide, .fader {
    height: 320px;
}

.dropdown-content {
  position: relative;

}


section.our-features p.text-center, section.our-work p.text-center, section.our-services p.text-center, section.our-gallery p.text-center, section.our-testimonials p.text-center, section.our-contacts p.text-center {
	font-size:16px;
	padding: 0 0 30px;
}
section.our-features .feature-mdl p {
    font-size: 16px;
}
section.our-work .work-info p.work-agile {
    font-size: 16px;
}
section.our-work .work-md p.work-mdls {
    font-size: 16px;
}
section.our-services .serv-mdl p.serv-mdls {
    font-size: 16px;
}
section.our-testimonials .carousel-inner>.item> p {
    font-size: 16px;
}
section.our-contacts p.contact-mdl {
	font-size:16px;
}
section.footer .copyright p {
	font-size:16px;
}	
.fader .prev, .fader .next {
    top: 45%;
}
.fader .pager_list {
    bottom: 15px;
}
.col-xs-6.work-mdlsagile {
    width: 100%;
}
section.our-work .work-md p.work-mdls {
    padding: 0 15px 50px;
}
section.our-gallery a {
    width: 380px;
}
section.footer .footer-left .footer-contacts {
    padding: 20px 0 0 0px;
}
section.footer .footer-center .footer-links {
    padding-left: 0px;
}
}

@media (max-width: 414px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0px; width: 320px; 
}
.navbar-toggle {
    margin-right: 15px; 
}
section.our-features h3.text-center, section.our-work h3.text-center, section.our-services h3.text-center, section.our-gallery h3.text-center, section.our-testimonials h3.text-center, section.our-contacts h3.text-center {
    font-size: 32px;
}
section.our-features .feature-mdl h4 {
    font-size: 23px;
}
section.our-work h4 {
    font-size: 25px;
	padding: 0px 0 30px;
}	
section.our-work .work-info h5 {
    font-size: 23px;
}
section.our-work .work-md h6 {
    font-size: 23px;
}	
	.fader img.slide, .fader {
    height: 320px;
}
section.our-features p.text-center {
	padding: 0px 0 45px;
}
section.our-features .feature-mdl p , section.our-features .feature-mdl.f3 p {
    padding: 0 0px 20px;
}
section.our-work p.text-center {
	padding:0 0 30px;
}
section.our-work .work-info p.work-agile {
    padding: 0 30px 50px;
}
section.our-gallery a {
    width: 320px;
}
section.footer .footer-center .footer-links {
    padding-left: 0px;
}
section.our-testimonials h3.text-center {
    font-size: 30px;
}
}


@media (max-width: 384px) {
	.fader img.slide, .fader {
    height: 300px;
}
section.our-features h3.text-center, section.our-work h3.text-center, section.our-services h3.text-center, section.our-gallery h3.text-center,section.our-testimonials h3.text-center, section.our-contacts h3.text-center {
	font-size:30px;		
}
section.footer .footer-left .footer-contacts {
    padding: 20px 0 0 5px;
}
section.our-gallery a {
    width: 260px;
}
section.footer .footer-center .footer-links {
    padding-left: 0px;
}
section.our-services .serv-mdl p.serv-mdls {
    padding: 0 20px 50px;
}
}

@media (max-width: 375px) {
.fader img.slide, .fader {
    height: 290px;
}
section.our-services .serv-mdl p.serv-mdls {
    padding: 0 20px 50px;
}
section.footer .footer-center .footer-links {
    padding-left:5px;
}
}

@media (max-width: 320px) {
	.navbar-toggle {
	margin-top:21px;
	margin-right:7px;
	padding:7px 9px;	
}
section.our-features, section.our-work, section.our-services, section.our-gallery, section.our-testimonials, section.our-contacts, section.footer {
    padding: 20px 0;
}
.fader .pager_list {
    bottom: 5px;
}
section.our-features p.text-center, section.our-work p.text-center, section.our-services p.text-center, section.our-gallery p.text-center, section.our-testimonials p.text-center, section.our-contacts p.text-center {
    font-size: 15px;
}	
section.our-features .feature-mdl p {
    font-size: 15px;
}
section.our-features .feature-mdl h4 {
    font-size: 21px;
}
section.our-work .work-info p.work-agile {
    font-size: 15px;
}
section.our-work .work-md p.work-mdls {
    font-size: 15px;
}
section.our-services .serv-mdl p.serv-mdls {
    font-size: 15px;
}
section.our-testimonials .carousel-inner>.item> p {
    font-size: 15px;
}
section.our-testimonials .carousel-inner>.item> h4 {
    font-size: 22px;
	padding:20px 0 10px;
}
section.our-testimonials .carousel-indicators {
    bottom: -5px;
}
section.footer p.p-mdls {
	font-size:15px;
}
section.footer .footer-left .footer-contacts p.p1 {
	margin:-25px 0 0px 37px;
	font-size:15px;
}
section.footer .footer-right .form-control {
	font-size:16px;
}
section.footer .copyright p {
    font-size: 15px;
}
section.footer h4 {
	font-size: 27px;
}
.fader img.slide, .fader {
    height: 230px;
}
.navbar-brand h1 {
    font-size: 27px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -10px;
}
section.our-features .feature-mdl p, section.our-features .feature-mdl.f3 p {
    padding: 0 10px 50px;
}
section.our-work .work-info p.work-agile {
    padding: 0 15px 50px;
}
section.our-work .work-md p.work-mdls {
    padding: 0 0px 50px;
}
section.our-services .serv-mdl p.serv-mdls {
    padding: 0 10px 50px;
}
section.our-features h3.text-center, section.our-work h3.text-center, section.our-services h3.text-center, section.our-gallery h3.text-center, section.our-testimonials h3.text-center, section.our-contacts h3.text-center {
    font-size: 26px;
}
section.our-features p.text-center {
    padding: 0px 0 30px;
}
section.our-work h4 {
    font-size: 24px;
    padding: 0px 0 25px;
}
section.our-work .work-info h5 {
    font-size: 22px;
}
section.our-work .work-md h6 {
    font-size: 21px;
	padding:20px 0 10px;
}
section.our-services .serv-mdl h4.text-center {
    font-size: 23px;
}
section.footer .footer-left .footer-contacts {
    padding: 20px 0 0 5px;
}
section.footer .footer-center .footer-links {
    padding-left: 10px;
}	
}
/*-- /RESPONSIVE DESIGN --*/