/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');

@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato-Regular/Lato-Regular.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Lato-Regular/Lato-Regular.otf')  format('opentype'),
  url('../fonts/Lato-Regular/Lato-Regular.woff') format('woff'), 
  url('../fonts/Lato-Regular/Lato-Regular.ttf')  format('truetype'), 
  url('../fonts/Lato-Regular/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Light';
  src: url('../fonts/Lato-Light/Lato-Light.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Lato-Light/Lato-Light.otf')  format('opentype'),
  url('../fonts/Lato-Light/Lato-Light.woff') format('woff'), 
  url('../fonts/Lato-Light/Lato-Light.ttf')  format('truetype'), 
  url('../fonts/Lato-Light/Lato-Light.svg#Lato-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Lato-Bold/Lato-Bold.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Lato-Bold/Lato-Bold.otf')  format('opentype'),
  url('../fonts/Lato-Bold/Lato-Bold.woff') format('woff'), 
  url('../fonts/Lato-Bold/Lato-Bold.ttf')  format('truetype'), 
  url('../fonts/Lato-Bold/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Black';
  src: url('../fonts/Lato-Black/Lato-Black.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/Lato-Black/Lato-Black.otf')  format('opentype'),
  url('../fonts/Lato-Black/Lato-Black.woff') format('woff'), 
  url('../fonts/Lato-Black/Lato-Black.ttf')  format('truetype'), 
  url('../fonts/Lato-Black/Lato-Black.svg#Lato-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}


html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif; color:#000; font-size: 17px; line-height:25px;
}

hr {
    /*max-width: 50px;*/
    border-color: #6a2875;
    border-width: 1px;
	margin:10px 0;
	text-align:center;
}

hr::after {content:""; width:100px; height:3px; background-color:#6a2875; display:inline-block; position:relative;top:-19px;}

hr.light {
    border-color: #fff;
}

a{color:#666;}

a:hover,
a:focus {color: #000; text-decoration:none;}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif; color:#000; margin:20px 0; text-align:center; text-transform:uppercase;
}

/*h1 {font-size:40px; line-height:45px;}*/
h1 {font-size:50px; line-height:45px;}
h2 {font-size:40px; line-height:40px;}
h3 {font-size:30px; line-height:35px;}
h4 {font-size:20px; line-height:25px;}

p {
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
	font-size: 17px;
    line-height: 25px;
	color:#000;
}
.small {font-size:12px; color:#666; margin-bottom:10px;}

.bg-primary {
    background-color: #f05f40;
}

.bg-dark {
    color: #fff;
    background-color: rgba(0,0,0,0.8);
}
.bg-darkblue {
    color: #fff;
    background-color: rgba(31,47,98,0.8);
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 30px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans',sans-serif;
    background-color: #ed2e59;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    color: #f05f40;
}
.navbar-brand {padding:35px 15px 0;}
.nav-pills > li > a:hover {background-color:#fff; color:#169876;}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #993366;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #fff; border-bottom:solid 2px #fff;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #fff!important;
    background-color: transparent;
	border-bottom:solid 2px #fff;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}



@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: #ed2e59;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #000;
		border-bottom:solid 2px #ed2e59;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #000;
		border-bottom:solid 2px #ed2e59;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #000;
		border-bottom:solid 2px #fff;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #ed2e59;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #993366;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #000;
		border-bottom:solid 2px #fff;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #000;
		
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #000;
		border-bottom:solid 2px #fff;
    }
	
}

header {
    width: 100%;
	padding:10px 0;
	/*background-color:#fff;*/
}

.innerheader {
    position: relative;
    width: 100%;
	/*height:110px;*/
    text-align: center;
	background-color:#e3e3e3;
}

.section-heading {
    margin-top: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 2px;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(0,0,0,.7);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
	background-color:#993366;
    bottom: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans', sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 30px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 30px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #f05f40;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #f05f40;
    color: #fff;
    background-color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}

.btnpro a{
    text-transform: uppercase;
    background-color:#666;
	padding:10px 10px !important; margin:10px;
	text-align:center; text-decoration:none;
	display:block; color:#fff;
	text-decoration:none;
	font-size:20px; border:solid 5px #fff;
}

.btnpro a:hover {background-color:#000;}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

.topmenu a {display:inline-block; color:#000; margin:5px 15px 0 0; padding:2px 5px; font-size:13px;}
.topmenu a:hover {background-color:#cb2229; border-radius:20px; color:#fff;}
.navbar-collapse {width:auto;}
.navbar-nav {float:right; margin-top:20px; background-color:rgba(255,255,255,0.7); padding:0 10px;}
.navbar-nav > li > a {color:#666; font-family: 'Open Sans'; font-size:17px; padding:5px 15px; border-bottom:solid 3px #fff;}
/*.navbar-nav > li > a:after {content: ''; display: block; height: 3px; margin-top:5px; width: 0; background-color: transparent; transition: width .5s ease, background-color .5s ease;}
.navbar-nav > li > a:hover:after {width: 100%; background-color: #000;}*/
.navbar-nav > li > a:hover, .navbar-nav li:hover > a.dir {border-bottom:solid 3px #6a2875; color:#6a2875; background-color: transparent;}
.dropdown-menu {background-color:rgba(255,255,255,0.9); color:#1e2f62; padding:0; border-radius:0; border:none; -webkit-box-shadow:none; box-shadow:none;}
.dropdown-menu li a {color:#1e2f62; font-family: 'Open Sans'; border-bottom:solid 1px #f1f1f1; padding:5px 20px;}
.dropdown-menu li a:hover {background-color:#1e2f62; color:#fff;}

.dropbtn {
    cursor: pointer; color:#555; font-family: 'Open Sans'; font-size:13px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
	z-index:10;
    background-color: #f9f9f9;
    min-width: 160px;
	right:0;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 5px 10px;
    text-decoration: none;
	text-align:left;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    color:#105caa;
}


.clear {clear:both;}

::-webkit-input-placeholder {
   color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}


.fa-facebook {
	background:#3b5998
} 
.fa-linkedin {
	background:#007bb6
}
.fa-twitter {
	background:#00aced
}

.footerbtm ul li a i:hover {
    opacity: .5;
}
	


.scrollToTop{
	width:35px; 
	height:35px;
	padding:10px; 
	text-align:center; 
	background: rgba(255,255,255,0.5);
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
    bottom: 50px;	right:15px;
	display:none;

}
.scrollToTop:hover{
	text-decoration:none;	background: rgba(255,255,255,1);
}

/* ==================================================

  Hover Effect

================================================== */

.product-left{
	text-align: center;
	margin-bottom: 20px;
}
/*--start-product--*/
.gallery{margin:15px 0 0 0;}
.product{
	padding:6em 0px;
}
.p-one {
	border: 1px solid rgba(24, 27, 42, 0.13);
	padding: 15px 15px;
}
.product-left:hover .p-one{
	border: 1px solid #8c2830;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.product-left:hover .p-one img{
	/* -webkit-transform: scale(0.9);
	Webkit: Scale up image to 1.2x original size;
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	opacity: 1; */
}
.p-one img {
  -webkit-transition-duration: 0.5s;
  /* Webkit: Animation duration; */
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  width:100%;
}
.product-left:hover .p-one p a{
	color: #8c2830;
}
.product-left:hover .mask{
	display:block;
}
.mask {
	display: none;
	position: absolute;
	top: 0%;
	left: 4%;
	background-color:rgba(0,0,0,0.5);
	width:92%;
	height:100%;
}
.mask span{
	background:#8c2830;
	color:#fff;
	font-size:15px;
	font-weight:400;
	padding:6px 12px;
	position: relative;
top: 40%;
}
.mask span:hover{
	text-decoration:none;
	background:#181b2a;
	transition: 0.7s all;
	-webkit-transition: 0.7s all;
	-o-transition: 0.7s all;
	-moz-transition: 0.7s all;
	-ms-transition: 0.7s all;
}
.product-one {
	margin-top: 4%;
}
.product-one:nth-child(1){
	margin-top:0;
}
.p-one h4{
	color: #242424;
	font-size: 18px;
	font-weight: 600;
	margin:10px 0 0 0;
}
.p-one p {
	font-size: 1.7em;
	color: #999;
	margin: 5px 0 0 0;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
}
.p-one p a {
	text-decoration: none;
	color: #999;
}
.p-one p i {
	width: 25px;
	height: 18px;
	display: inline-block;
	margin-right: 4px;
	vertical-align: middle;
}
.product-left:hover .p-one p i{
}
/*--end-product--*/

.no-padding {padding:0;}
input[type="checkbox"], input[type="radio"] {margin:3px 10px 3px 0;}
input[type="text"],
input[type="password"],
input[type="email"],
textarea, select {
  background-color: transparent; width:100%;
  border:none; border-bottom:solid 1px #ccc !important; padding:7px 10px; color:#fff; margin:0 0 10px; font-size:14px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
select {-webkit-appearance:none; -moz-appearance: none; -ms-appearance:none; appearance: none; background: url(../images/down.png) no-repeat 95% 50% #fafafa; }
input[type="submit"]{
  width:100%; background-color: #eeb511;
  padding:7px 50px; color:#fff; border:0px; font-family:'Open Sans'; font-size:14px; color:#fff; text-transform:uppercase;
  -webkit-transition: 300ms; margin:0 0 5px;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
} 
input[type="submit"]:hover {background-color:#2f498b;}
.jobform1 {width:50%; margin:0 auto;}
.jobform input[type="submit"], .jobform1 input[type="submit"]{
  background-color: #9ace23; 
  padding:5px 30px !important; color:#000; border:0px; font-size:18px; text-transform:uppercase;
  -webkit-transition: 300ms; 
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
} 
.jobform  input[type="submit"]:hover, .jobform1 input[type="submit"]:hover {background-color:#000; color:#fff;}
#contact input[type="submit"]{
  background-color: #23bdc5; margin:10px auto; display:table;
  padding:5px 30px !important; color:#fff; border:0px; font-size:20px; text-transform:uppercase;
  -webkit-transition: 300ms; 
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
} 
#contact input[type="submit"]:hover {background-color:#000; color:#fff;}
input[type="button"] {background-color:#000; color:#fff; padding:5px 20px 5px; border:0;}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus, select:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #fff;
}
input[type="button"]:focus{
	background-color: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #999;
} 

.no-margin {
  margin: 0;
  padding: 0;
}

.left {text-align:left;}
.right {text-align:right;}
.fleft {float:left;}
.fright {float:right;}
.list {margin:0; padding:0;}
.list ul {margin:0; padding:0; list-style:none;}
.list li {background:url(../images/list.png) no-repeat 0 8px; padding:0 30px; list-style:none; margin-bottom:16px; list-style-position:outside;}
.list li a {list-style:none; color:##337ab7;}
.list li a:hover {color:#000;}
video {width:100%; height:auto;}

ul {margin:0; padding:0 0 0 10px;}
.li li {margin-bottom:10px; list-style:none; background:url(../images/li.png) no-repeat 0 7px; padding-left:20px;}
.li1 li {margin-bottom:10px; list-style:none; background:url(../images/li1.png) no-repeat 0 12px; padding-left:20px;}

.orderli li {margin-bottom:10px; padding-left:15px;}

/* Carousel base class */
.carousel {
  height: 500px;
}
 
.carousel-caption {
  z-index: 10; text-align:left; left:10%; width:50%; bottom:0; top:30%;
}
.carousel-caption p, .carousel-caption h3 {font-family: 'Lato-Black', sans-serif; color:#137672; text-align:left; text-shadow:none; text-transform:uppercase;}
.carousel-caption p {font-size:38px; line-height:45px; margin:0;}
.carousel-caption h1 span {font-family: 'Lato-Black';}
.carousel-caption h3 {font-family: 'Open Sans';}
/*.carousel-caption p {font-family:'Lato-Light'; font-size:20px;}*/
/* Declare heights because of positioning of img element */
.carousel .item {
	height: 500px; -webkit-backface-visibility: visible; backface-visibility: visible;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}
.carousel-control {top:50%; left:0; position:absolute;}
.carousel-control.left {left:10px;}
.carousel-control.right {right:10px;}

#desktop-circles li{list-style: none;display: inline-block;}
#desktop-circles ul{text-align: center;}
footer {    width: 100%;
    background-color: #eeb511;
    font-size: 14px;
    display: table;
    color: #424242;
    padding: 20px 0;
    text-align: center;}
footer h3 {color:#00a651; text-transform:none; font-family: 'Open Sans';}
footer h3 span {font-family: 'Gotham-Bold';}
footer p {color:#fff; font-size:13px; line-height:18px;}
footer ul {margin:0; padding:0;}
footer ul li {margin:0; padding:0; list-style:none}
footer ul li a {font-size:13px; color:#fff; margin:2px 0 10px 10px; display:inline-block;}
footer ul li a:hover {color:#ccc;}
footer ul li:before {content:"-"; position:absolute;}
footer a {color:#fff;}
footer a:hover {color:#ccc;}
.social img {padding:0 2px; margin:0 0 20px;}

.breadcrumb {background-color:#fff; margin:0; border-top:solid 1px #d1d1d1; border-radius:0;}
.breadcrumb ul {margin:0 20px; padding:0;}
.breadcrumb ul li {font-size:14px; color:#333; list-style:none; padding-right:5px; float:left;}
.breadcrumb ul li a {font-size:14px; color:#888; border-right:solid 1px #888; padding-right:5px;}


.gray-btn-small a {background-color:#ccc; color:#000; padding:5px 10px 3px; font-size:15px; border-radius:5px; display:inline-block;}
.gray-btn-small a:hover {background-color:#000; color:#fff;}

.fcred {color:#cb2229;}
.fcwhite {color:#fff;}
.fcblack {color:#000;}
.fcgray {color:#999;}
.fcgreen {color:#00a651;}
.no-transform {text-transform:none;}
.no-border {border:none !important;}
#footerlogo {border-top:solid 1px #d1d1d1; padding:30px;}
.footerbtm {width:100%; color:#999; padding:10px 0; text-align:center; display:inline-block;}
.footerbtm span {color:#137672;}
.graybg {width:100%; background:url(../images/banner-img.png) no-repeat center bottom #ebebeb; display:inline-block;}
.graybg h1 {color:#f41753; text-align:left; margin-top:40px;}
.graybg h2 {background-color:#f41753; padding:20px; margin:0; color:#fff; text-transform:uppercase; font-family:'Open Sans'; font-weight:300; display:inline-block;}
.graybg h3 {font-size:20px; text-align:left;}
label {font-weight:normal;}
.knowmore1 {background-color:#000; font-size:14px; color:#fff; padding:5px 10px; transition: all 0.5s ease; display:inline-block; margin:0 auto;}
.knowmore1:hover {background-color:#6a2875;}
.knowmore2 a {background-color:rgba(0,0,0,0.5); color:#fff; font-weight:bold; padding:5px 10px; transition: all 0.5s ease; text-transform:uppercase;}
.knowmore2 a:hover {background-color:#fff; color:#000;}
.knowmore3 a {color:#fff; font-weight:bold; padding:5px 10px; border:solid 1px #fff; transition: all 0.5s ease; text-transform:uppercase;}
.knowmore3 a:hover {background-color:#fff; color:#000;}
.knowmore4 a {color:#1e2f62; font-weight:bold; padding:5px 10px; border:solid 1px #1e2f62; transition: all 0.5s ease; text-transform:uppercase;}
.knowmore4 a:hover {background-color:#1e2f62; color:#fff;}
.apply a {color:#9ace23; font-weight:bold; padding:1px 10px; border:solid 1px #9ace23; border-radius:3px; transition: all 0.5s ease; text-transform:uppercase;}
.apply a:hover {background-color:#9ace23; color:#fff;}
.mart10 {margin-top:10px;}
.mart20 {margin-top:20px;}


.modal-dialog {
  width: 102%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  width:50%;
  margin:0 auto;
  height: 100%;
  min-height: 100%;
  border:none;
  border-radius: 0;
  box-shadow:none;
  background-color:transparent;
  padding-top:5%;
}
.close {z-index:100; position:relative; color:#fff; opacity:1; background-color:#666 !important; display:inline-block; padding:0 5px !important;}
.close:hover {color:#ccc;}


.w80p {width:80%; margin:0 auto;}
.w70p {width:70%; margin:0 auto;}
.w50p {width:50%; margin:0 auto;}

.carousel.carousel-fade {height:450px;}
.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.1s ease;
	-moz-transition: opacity 0.1s ease;
	-ms-transition: opacity 0.1s ease;
	-o-transition: opacity 0.1s ease;
	transition: opacity 0.1s ease;
	opacity:0;
}

.carousel.carousel-fade .item h5 {text-align:left; text-transform:none;}
.carousel.carousel-fade .item p {font-size:15px; line-height:18px;}

.carousel.carousel-fade .active.item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-control {
	z-index: 3;
}
.carousel-indicators li {background-color:#f58220; border:none;}
.carousel-indicators .active {background-color:#fff;}
.formdiv {width:100%; background-color:rgba(0,0,0,0.7); vertical-align:top; display:inline-block; margin:10px 0 0 0;}
.formleft { width: 100%;
    /* background-color: #eeb511; */
    display: inline-block;
    height: 121px;
	}
.straight {
  width: 100%;
    background-color: #eeb511;
    height: 100px;
    /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 7.5% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 7.5% 100%);
*/
}





.straight h3{
	color: #fff;
    padding-top: 5%;
    text-align: left;
    margin-bottom: 0;
    padding-left: 13%;
    padding-bottom: 0;
	}
	
.straight p{
	    text-align: center;
	color:#fff;
	}

.formdiv h3 {font-family: 'Open Sans'; margin-bottom:20px; color:#fff; font-size:28px; line-height:35px; text-align:left; text-transform:uppercase;}
.formdiv p {color:#fff;}
.form {padding:5%; display:inline-block;}
.book-visit-video {margin-top:80px;}
.calendar {background:url(../images/icon-calendar.png) no-repeat; width:19px; height:19px; position:absolute; top:10px; right:10px; z-index:10;}
.clock {background:url(../images/icon-clock.png) no-repeat; width:19px; height:19px; position:absolute; top:10px; right:10px; z-index:10;}

.modal-open .modal {background-color:rgba(0,0,0,0.8);}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding:20px;
	border:solid 3px #666;
	background-color:#000;
}

.hero {width:100%; height:600px; margin:0; padding:0; background:url(../images/hero-bg.jpg) no-repeat; background-size:cover; }
.caption {/*width:100%;*/margin-top: 17%;}
.caption h1, .caption h3 {color:#fff;}
.caption h2 {color:#eeb511;}
.caption h1, .caption h2, .caption h3 {text-transform:none; text-align:left;    margin-top: 0;    font-size: 25px;}
.caption h1 {    font-size: 53px;
    line-height: 80px;
    /*width: 56%;*/
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;    margin-bottom: 0;}
.logoside {width:100%; margin:15px 0; padding:0; text-align:right;}
.logoside li {background-color:#fff; font-size:12px; color:#000; padding:0 10px; display:inline-block; font-family:Open Sans; border-right:solid 1px #ccc;}
.logoside li a {color:#000;}
.logoside li a:hover {color:#666;}

.justify-content-center {justify-content:center !important; -webkit-box-pack:center !important; display:flex; flex-wrap:wrap;}
.cta a {background-color:#30aabc; color:#fff; text-transform:uppercase; font-size:25px; line-height:30px; padding:20px 40px; margin:30px auto; display:inline-block;}
.cta a:hover {background-color:#137672; color:#fff;}
.center {text-align:center !important;}

.twofold {max-width:100% !important; background:url(../images/2fold-img.jpg) no-repeat #000; display:inline-block; padding:0; overflow:hidden;    background-position: -20%;}
.twofoldcontent {width:63.6%; background-color:#eeb511; display:inline-block; transform: skewX(-15deg); margin-right:57px; float:right;}
.straight1 {
  width:100%;
  background-color: #eeb511;
  transform: skewX(15deg);
  transform-origin: 0;
  padding:5% 15% 4% 5%;
  margin-right:-57px;
  float:right;
}

.straight1 ul{
	padding-left: 20px;
	}

.straight1 h3 {text-align:left;}
.fcblue {color:#2f498b;}

.howto {width:100%; background-color:#2f498b; margin:30px 0; padding:5%; display:inline-block;}
.howto h3 {color:#fff;}
.number {font-size:70px; margin-right:30px; display:inline-block;}
.text {display:inline-block; margin-top:-10px;}
.content-wrap section {font-size:17px; line-height:25px; color:#fff; text-align:justify !important;}

.table {background-color:#687b31;}
.table h4 {color:#fff;}
.table th {padding:10px 0; border-bottom:solid 1px #fff;}
.table td {padding:10px 20px; color:#fff; border-bottom:solid 1px #9aaf5e;}

.green {background-color:#7b923a;}
.contact {width:100%; background:#fff;}
.contact p {text-align:center; color:#2f498b; margin-bottom:10px;}
.contact a {display:inline-block;color:#2f498b;}

.desktop {display:block;}
.mobile {display:none;}


/***own css***/

.model h3,.developmentmodes h3,.benefits h3,.contact h3{
	    font-size: 40px;
	}

.logo-section{
	    padding: 15px 0;
	}
img.netmagic-border{
	    border-left: 1px solid #e1e1e1;
	}
	
.form-div{
	   
    margin-top: 5%;
	}
	
.form-box{
background: rgba(0, 0, 0, 0.5803921568627451);
    padding-top: 30px;
    padding-bottom: 40px;
    padding-right: 45px;
    padding-left: 25px;
	}
	
/****developmentmodes section css**/
.developmentmodes{
	background:#e7e7e7;
	    padding-bottom: 4%;
	}
.deployment-inner-main{
	border-radius: 50%;
    background: #e7e7e7;
    border: 5px solid #284288;
    width: 21%;
    /* height: 270px; */
    margin-right: 4%;
    padding: 10px 10px;
	}
.deployment-inner{
	    border-radius: 50%;
    background: #ffffff;
    height: 203px;
    /* padding: 39px; */
    padding: 60px 0px;
    width: 203px;
    border: 5px solid #d6b204;
	}

span.highlight-text{
	color:#264087;
	}

.developmentmodes h3{
	margin-bottom: 3%;
	}

.deployment-inner p{
	color:#000;
	font-size:20px;
	}
	
.development-cta a{
	    background: #eeb511;
    display: inline-block;
    padding: 10px 25px;
    color: #000000;
    font-size: 20px;
	    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    /* font-weight: 600; */
	}

.model{
	    padding-bottom: 5%;
	}

.benefits{	
    background: url(../images/benefits-banner.jpg) no-repeat;
    background-size: cover;
	
}

.benefits h3{
	color:#fff;
	line-height: 1.1;
	    margin-bottom: 3%;
	}
	
.benefits ul{
	color:#fff;
	}
	
.benefits ul li {
    list-style-type: none;
    background: url(../images/bullet.png) no-repeat;
    padding-left: 25px;
    margin-bottom: 30px;
	    background-position: left center;
}

#mobile-circles{
	display:none;
	}