html, body, form {
    height: 100%;
    margin: 0;
    /* The html and body elements cannot have any padding or margin. */
}
html {
	scroll-behavior: smooth;
}
body {
    background: white;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #002e62;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px 1px rgba(0,0,0,0.005);
}

html {
    height: 100%;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-right {
    float: none !important;
}


a {
    color: #cf2345;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
	 font-weight: bold;
}

    a:hover {
        outline: none;
        text-decoration: underline;
        color: #cf2345;
    }

    a:focus {
        outline: none;
        outline-offset: 0;
    }

/*ul {
	list-style: none;
}*/

h1, h2, h3, h4, h5, h6 {
    font-family: Century Gothic, Tahoma, Helvetica, sans-serif;
}

h1 {
    color: #002e62;
    font-weight: bold;
    font-family: Century Gothic, Tahoma, Helvetica, sans-serif;
    font-size: 36px;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
}

h2 {
    font-size: 24px;
    color: #cf2345;
    font-weight: bold;
    font-family: Century Gothic, Tahoma, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
}

h3 {
    font-size: 48px;
    color: #cf2345;
    font-weight: normal;
    font-family: Century Gothic, Tahoma, Helvetica, sans-serif;
    margin-bottom: 5px;
	 text-transform: uppercase;
}

h4 {
    font-size: 30px;
    color: #033060;
    font-weight: bold;
    font-family: Century Gothic, Tahoma, Helvetica, sans-serif;
	 text-transform: uppercase;
}

h5 {
    font-size: 24px;
    color: #cf2345;
    font-weight: bold;
    margin: 0px;
    text-transform: uppercase;
    font-family: Century Gothic, Tahoma, Helvetica, sans-serif;
}

h6 {
    font-weight: normal;
    font-family: Century Gothic, Tahoma, Helvetica, sans-serif;
    font-size: 24px;
    color: #4f4f50;
    margin: 0px;
}

a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: #333232 url(../images/up-arrow.png) no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    opacity: 0.5;
}

.photo_cont {
    text-align: center;
    margin-bottom: 20px;
}

    .photo_cont img {
        max-width: 100%;
        max-height: 250px;
    }

.photoimages {
    padding: 15px;
    background-color: white;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

.fullwidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
    height: 500px;
    margin-bottom: 25px;
}

.wrapcamera {
    min-height: 333px;
    margin-bottom: 10px;
}

.alignright {
    text-align: center;
    padding-right: 10px;
}

.alignbottomright {
    text-align: right;
    padding-right: 10px;
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.eventrow {
    padding-bottom: 10px;
}

.eventday {
    padding-bottom: 20px;
}

.noalign .btn {
    text-shadow: none;
}

.uppercase {
    text-transform: uppercase;
}



.panel-title {
    color: #fe0000;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    margin: 0px 0px 10px 0px;
}

.panel-heading [data-toggle="collapse"]:before {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    float: left;
    font-weight: normal;
    font-size: 14px;
    color: #87bd66;
    padding-right: 10px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:before {
    margin-top: 10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.btn-common {
    font-size: 14px;
    color: #221603;
    border: 1px solid #C03035;
    font-family: 'Roboto', sans-serif padding: 10px 25px;
    white-space: normal !important;
    word-wrap: break-word;
}
.btn{
	background-color: #cf2345;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 5px;
    border-bottom: 3px solid #cf2345;
    box-shadow: none;
    padding: 10px;
}
.btn:hover{
	color:#033060;
	text-shadow: 0px 0px 0px rgba(0,0, 0, 1);
}

.btn2{
	background-color: #cf2345;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 5px;
    border-bottom: 3px solid #cf2345;
    box-shadow: none;
    padding: 10px;
}
.btn2:hover{
    color: #033060;
    text-decoration: underline;
}
.btn3{
	background-color: #033060;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 5px;
    border-bottom: 3px solid #033060;
    box-shadow: none;
    padding: 10px;
}
.btn3:hover{
    color: #cf2345;

}
.cov_text{
	text-align:left;
height: auto;
}
.cov_text img{
	background-color: transparent;
   height: auto !important;
}
.cov_btn{
	background-color: none ;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: none;
    border-radius: 3px;
    margin-top: 5px;
    border-bottom: 0px solid #001C3E;
    box-shadow: none;
    padding: 10px;
	 text-align:center;
	 max-width: 300px;
}
.cov_btn:hover{
	color:#cf2345;
	text-shadow: 0px 0px 0px rgba(0,0, 0, 1);
	font-weight: normal;
	
}
.grid-section .container {
    padding-top: 10px;
}

.home_default_red .container{
    padding-top:0px;
}

#action .col-sm-5 {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
}

.gridchildren {
    max-width: 252px;
    width: 100%;
    background-color: black;
    padding: 10px;
}

.gridchild {
    padding: 10px 10px 10px;
    border-bottom: 1px dotted white;
}

    .gridchild li {
    }
.gridchildren2{
	margin-top: 20px;
}	
.gridchildren2 img{
	border-width: 3px;
    border-style: solid;
    border-color: rgb(148, 148, 148);
    border-radius: 5px;
} 
.gallerylisting h2{
	text-align: center;
	margin-top: 10px;
}	 
/* Wrapper for page content to push down footer */
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -250px;
    /* Pad bottom by footer height */
    padding: 0 0 250px;
}
/* Set the fixed height of the footer here */
#header {
    display: inline-block;
    margin: 0;
    background-color: transparent;
    min-height: 120px;
}

.header {
    padding-top: 0px;
}

.logo_wrapper {
    margin: 0px auto;
    min-height: 100px;
    padding: 10px;
}

.logo {
    text-align: left;
    margin: 0px auto;
    min-height: 100px;
    padding-top: 15px;
}
.top{
	color: #4f4f50;
	font-size: 20px;
	text-align: right;
	background-image: url(../images/map.png);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 400px;
}
.home_text{
	font-size: 24px;
	color: #002e62;
	margin-top: 25px;
}
.phonetop {
    text-align: right;
    color: #cf2345;
    font-family: Century Gothic, Tahoma, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

    .phonetop a {
        color: #cf2345;
    }

.address {
    text-align: right;
    padding-top: 20px;
    color: black;
    font-size: 16px;
}
.top_address{
	text-align: right;
	color: #4f4f50;
	padding-top: 50px;
}
#features {
    padding-bottom: 20px;
}

.content {
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    width: 100%;
    min-height: 100%;
}

#content img {
    display: block;
    max-width: 100%;
    height: auto;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
   color: #002e62;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px 1px rgba(0,0,0,0.005);
}

img {
    max-width: 100%;
}

.images {
    padding: 15px;
    background-color: white;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
    -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	 color: #4f4f50;
}
.fa-2x {
    font-size:24px;
}
.fa-3x {
    font-size:30px;
	 color:white;
	  text-shadow: -1px 2px 2px rgba(0, 0, 0, 1);
}
/*************************
*******Header******
**************************/


#header {
    margin-bottom: 0;
    padding: 0px 0 0px 0;
    width: 100%;
    z-index: 100;
}

    #header.sticky {
        padding: 5px 0 0px 0 !important;
        -webkit-box-shadow: 0 0 8px 0 #000; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
        box-shadow: 0 0 8px 0 #000; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
    }

    #header .navbar-inverse .container {
        position: relative;
    }
.overflow {
    overflow: hidden;
}

.slickrotator {
    min-height: 500px;
    margin: auto;
    top: -8px;
}

    .slickrotator img {
        margin: auto;
        margin-top: 0px;
    }

.noShow {
    display: none;
}
.slick-slide {
    height: 500px;
background-position: 50% 50%;
}
.slick-slide img {
        height: 500px;
		 
    }

.slick_caption {
    color: white;
    font-weight: bold;
    margin-top: 120px;
    text-align: right;
    font-size: 24px;
    text-shadow: -1px 2px 2px rgba(0, 0, 0, 1);
}

.slick_caption a {
    color: white;
    font-weight: bold;
    font-family24px;
    text-transform: uppercase;
    text-shadow: -1px 2px 2px rgba(0, 0, 0, 1);
}
.menu {
    background-color: #4f4f50;
    text-align: center;
    padding: 0px;
    margin: 0px;
    z-index:999;
}

.field-toggle {
    position: relative;
    top: 30px;
    right: 15px;
    display: none;
    height: 50px;
}

#header .navbar {
    border: 0;
    margin-bottom: 0;
}

#header .navbar-toggle {
    margin-top: 20px;
}

#header .navbar-brand {
    padding: 0;
    margin-left: 0;
    padding: 40px 0px 0px 10px;
}

    #header .navbar-brand h1 {
        padding: 0;
        margin: 0;
    }

#header .navbar-nav.navbar-right > li:last-child {
    margin-right: 20px;
}

#header .navbar-nav.navbar-right > li a {
    color: #2a1d0b;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 8px;
    test-align: center;
}


#header .navbar-inverse .navbar-nav li.active > a,
#header .navbar-inverse .navbar-nav li.active > a:focus,
#header .navbar-nav.navbar-right li > a:hover,
.navbar-inverse .navbar-nav > .open > a {
    background-color: inherit;
    border: 0;
    color: #ff0000;
}

#header .navbar-inverse .navbar-nav li a:hover {
    color: #ff0000;
}


.myDDL {
    max-width: 400px !important;
    padding: 5px;
    display: block;
    width: 95%;
}

/*  Dropdown menu*/

ul.sub-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.projectRow {
    padding-bottom: 15px;
}

#header .navbar-nav li ul.sub-menu li a {
    color: #818285;
    padding: 5px 0;
    font-size: 18px;
    display: block;
    text-transform: capitalize;
}

#header .navbar-nav li ul.sub-menu li .active {
    color: #fff;
    position: relative;
}

    #header .navbar-nav li ul.sub-menu li .active i {
        position: absolute;
        font-size: 56px;
        top: -13px;
        color: #ff0000;
    }

    #header .navbar-nav li ul.sub-menu li .active .fa-angle-right {
        left: -3px;
    }

    #header .navbar-nav li ul.sub-menu li .active .fa-angle-left {
        right: -3px;
    }

#header .navbar-nav li ul.sub-menu li a:hover,
#header .navbar-nav li ul.sub-menu li a:focus {
    color: #fff;
}

.fa-angle-down {
    padding-left: 5px;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}


/*************************
*******Footer******
**************************/
/*************************
*******Footer******
**************************/

#footer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d2e2e+0,abacad+100 */
    background: #033060; /* Old browsers */
    min-height: 250px;
    color: white;
}
.bottom_copy{
	background-color: white;
	min-height: 40px;
}
.cclogos {
    text-align: center;
    padding: 10px;
    margin: 0px auto;
}

.address_footer {
    color: white;
    text-align: left;
    font-weight: normal;
	 font-size: 16px;
}

.address_footer2 {
    color: white;
    text-align: right;
    font-weight: normal;
	 font-size: 16px;
}

.footerrow {
    color: white;
    font-weight: normal;
    min-height: 220px;
    padding: 10px;
}
.footerrow h6{
	color:white;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}
.footerpriv {
    text-align: left;
    font-size: 14px;
    color: white;
    background-color: white;
    min-height: 30px;
    padding-top: 5px;
}

#footer .bottom-separator {
    margin-bottom: 60px;
}
.disclaimer{
	font-size: 14px;
	color: Gray;
	text-align:left;
}
.disclaimer a{
	color: Gray;
	font-weight: normal;
}
.disclaimer2{
	font-size: 12px;
	color: #707070;
	text-align:center;
	padding: 5px;
	font-style: italic;
}
.address2 {
    padding-top: 10px;
}

.sm_logo {
    text-align: right;
    padding-top: 50px;
}
.inhouse{
	font-size: 14px;
	color: Gray;
	text-align:right;
}
.inhouse_logo{
	width: 128px;
	height: 26px;
}
.form-control {
    border: 1px solid #eaeaea;
    font-weight: 300;
    outline: none;
    box-shadow: none;
    height: 40px;
}

    .form-control:hover,
    .form-control:focus {
        border-color: #4fcccd;
        outline: none;
        box-shadow: none;
    }

.btn-submit {
    width: 100%;
    background-color: #4fcccd;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 5px;
    border-bottom: 3px solid #2f9697;
    box-shadow: none;
    padding: 10px;
}

    .btn-submit:hover,
    .btn-submit:focus {
        color: #fff;
        outline: none;
        box-shadow: none;
        opacity: .8;
    }

.nav_footer {
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    text-align: left;
}

.nav_logo {
    text-align: center;
}

.icons {
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
}
.splash_footer {
    color: white;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}
.copyright-text {
    color: white;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
	 padding-top: 20px;
}

    .copyright-text a {
        color: white;
    }

    .copyright-text p {
        margin-bottom: 0;
    }
.rights{
	color: #858586;
    font-size: 16px;
    text-align: left;
    font-weight: normal;
}
.map {
    text-align: left;
}

    .map iframe {
        max-width: 100%;
    }

.box_home {
    color: white;
    outline: 1px solid white;
    outline-offset: -10px;
    padding: 20px;
    min-height: 200px;
    margin-bottom: 10px;
}
/*************************
*******Home Page******
**************************/

.title {
    color: #cf2345;
    font-weight: bold;
    font-family: Century Gothic, Tahoma, Helvetica, sans-serif;
    font-size: 36px;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
}

.home_default_red{
	background-color: #cf2345;
}

.home_default_red .column:nth-of-type(2) {
	background-color: #033060;
}


.home_default_red p {
    margin-bottom:0px;
}

.home_blue{
	 background-color: #033060;
     padding-top:10px;
     height: 125px;

}

.home_red{
 background-color: #cf2345;
 padding-top:10px;
}
.home_gray{
	background-color: #e5e4e4;
}
.home_default {
    height: 450px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    font-size: 18px;
    background: #66CDAA no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
    text-shadow: 1px 1px 1px #321900;
    -webkit-font-smoothing: antialiased;
}

    .home_default h2 {
        color: white;
        font-weight: bold;
        font-family: 'Oswald', sans-serif;
        font-size: 30px;
        text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
    }

.home_box {
    min-height: 300px;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 1px 5px 15px -2px rgba(0,0,0,0);
    box-shadow: 0px 10px 13px -7px #000000, 1px 5px 15px -2px rgba(0,0,0,0);
}

    .home_box p {
        color: black;
        margin: 0px;
    }

    .home_box h5 a {
        color: white;
    }

    .home_box h5 {
        background-color: red;
        color: white;
        font-weight: bold;
        font-size: 24px;
        text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
        margin: 0px;
        padding: 10px;
    }

.home2 {
    background-color: #4b4b4b;
    color: white;
    text-shadow: 1px 1px 1px #321900;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .home2 p {
        color: white;
    }

    .home2 h3 {
        color: white;
    }

.readmore {
    text-align: left;
    bottom: 25px;
    right: 0;
    background-color: #006bb7;
    float: left;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
    margin-top: 20px;
}
.bluetitle{border-bottom: 1px solid #033060;border-top: 1px solid #033060;padding: 10px;}
.bluetools{background-color: #033060;
     padding-top:10px;
     height: 100px;
margin-bottom: 10px;}
.bluetools p {color:white; padding-top:20px;}
.bluetools p a{color:white; padding-top:20px;}
.bluearea {
    background: #cf2345;
    color: white;
}

    .bluearea p {
        color: white;
    }
.resource_box{
 background-color: #e5e4e4;
    padding: 10px;
border: 2px solid #cf2345;
}
.blue_box{
background-color: transparent;
color:white;
font-size: 18px;
text-align: center;
margin-top: -50px;
padding: 10px;
border-radius: 0px;
	
}
.blue_box img{
	height: 100px;
}
.sbcs img{
	height: 77px;
}
/*************************
*******About Us Page******
**************************/

#action,
#page-breadcrumb {
    position: relative;
}

#page-breadcrumb {
    background-repeat: repeat-x;
    background-position: center;
    display: table;
    position: static;
    width: 100%;
}

#team {
    padding: 85px 0;
}

#team-carousel {
    margin-top: 80px;
}

#company-information .padding-top {
    padding-top: 172px;
}

.tour-button {
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    left: 0;
    background-position: 151px 4px;
}

.about-image {
    padding: 90px 90px 0;
}

.team-single {
    position: relative;
}

.person-thumb {
    position: relative;
}

    .person-thumb img {
    }


.social-profile {
    background: none repeat scroll 0 0 rgba(137, 97, 46, 0.8);
    display: none;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
    transition: all 0.9s ease 0s;
    width: 100%;
    height: 100%;
}

.team-single:hover .social-profile {
    background: rgba(112, 35, 64, 0.9);
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.social-profile .nav-pills {
    display: inline-block;
    margin-top: -26px;
    padding: 0;
    position: relative;
    top: 50%;
}

    .social-profile .nav-pills li {
        display: inline-block;
        margin: 0 5px;
    }

        .social-profile .nav-pills li a {
            color: #fff;
            border: 1px solid #fff;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            padding: 0;
            border-radius: 40px;
            -webkit-transition: all 0.9s ease;
            transition: all 0.9s ease;
        }

            .social-profile .nav-pills li a:hover {
                color: #702340;
                border-color: #702340;
            }

.person-info h2 {
    font-weight: 300;
    margin-bottom: 5px;
}

.person-info h3 {
    font-size: 16px;
    color: #686868;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
}

.team-carousel-control {
    position: absolute;
    top: 36%;
    width: 13px;
    height: 16px;
    text-indent: -9999999px;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.right.team-carousel-control {
    right: -50px;
}

.left.team-carousel-control {
    left: -50px;
}

.team-carousel-control:hover {
    background-position: 0 -18px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.count h1 {
    font-size: 60px;
    color: #00aeef;
}

.count h3 {
    font-size: 16px;
}

.progress .progress-bar.six-sec-ease-in-out {
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -ms-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.top-zero {
    margin-top: 0;
}

h3.top-zero {
    font-size: 20px;
}

#company-information .about-us h2 {
    margin-bottom: 45px;
}

.single-skill h3 {
    font-size: 16px;
}

.progress {
    height: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.progress-bar {
    line-height: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .progress-bar.progress-bar-primary {
        background: #00aeef;
    }



/*************************
*******Service Page******
**************************/
#recent-projects {
    padding: 85px 0;
}

.recent-projects .team-single {
    height: 355px;
}

.recent-projects p.padding-bottom {
    padding-bottom: 50px;
}

.choose {
    padding-top: 30px;
}

#company-information.choose .padding-top {
    padding-top: 50px;
}

#company-information h2 {
    margin-bottom: 25px;
    margin-top: 0;
}

ul.elements {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.elements li {
        margin: 6px 0;
    }

        ul.elements li > i {
            color: #C03035;
            display: inline-block;
            margin-right: 10px;
        }

#company-information h1.margin-bottom {
    margin-bottom: 26px;
}

/*************************
*******Portfolio Default**
**************************/

.portfolio-single {
    position: relative;
}

.portfolio-thumb {
    position: relative;
}

    .portfolio-thumb img {
        width: 100%;
    }


.portfolio-single:hover .portfolio-view {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
}

#portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
}

.portfolio-view {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    background: rgba(112, 35, 64, 0.9);
    width: 100%;
    text-align: center;
}

    .portfolio-view .nav-pills {
        padding: 0;
        display: inline-block;
        margin-top: -26px;
        top: 50%;
        position: relative;
    }

        .portfolio-view .nav-pills li {
            display: inline-block;
            margin: 0 5px;
        }

            .portfolio-view .nav-pills li a {
                color: #fff;
                border: 1px solid #fff;
                width: 40px;
                height: 40px;
                line-height: 38px;
                text-align: center;
                padding: 0;
                border-radius: 40px;
                -webkit-animation: scaleIn 400ms linear 100ms both;
                animation: scaleIn 400ms linear 100ms both;
                -webkit-transition: all 0.9s ease;
                transition: all 0.9s ease;
            }

                .portfolio-view .nav-pills li a:hover {
                    color: #702340;
                    border-color: #702340;
                    -webkit-transition: all 0.9s ease;
                    transition: all 0.9s ease;
                }

.portfolio-info {
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
}

    .portfolio-info h2 {
        font-size: 18px;
        margin: 15px 0 0;
    }

.portfolio-filter {
    margin: 80px 0;
    padding: 0;
}

    .portfolio-filter li {
        display: inline-block;
        position: relative;
    }

        .portfolio-filter li a {
            border-radius: 0;
            color: #686868;
            font-size: 18px;
            font-weight: 300;
            padding: 0 25px;
            text-transform: capitalize;
            border: none;
        }

        .portfolio-filter li .active {
            background: transparent;
            box-shadow: none;
            -webkit-box-shadow: none;
        }

        .portfolio-filter li a:hover,
        .portfolio-filter li a:focus,
        .portfolio-filter li a.active {
            background: transparent;
            box-shadow: none;
            -webkit-box-shadow: none;
        }

            .portfolio-filter li a.active:before {
                position: absolute;
                content: "";
                left: 0;
                width: 13px;
                height: 16px;
                top: 5px;
            }

.portfolio-pagination {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 90px;
}

.pagination li {
    display: inline-block;
    margin: 0 10px;
}

    .pagination li a {
        color: #000;
        padding: 5px 10px;
        border-radius: 5px;
        border: 1px solid #fff;
    }

    .pagination li:first-child a {
        background-repeat: no-repeat;
        text-indent: -999999999px;
        background-position: center top 10px;
        width: 32px;
        height: 36px;
        border: none;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
    }

        .pagination li:first-child a:hover {
            background-position: center top -37px;
            background-repeat: no-repeat;
            -webkit-transition: 300ms;
            -moz-transition: 300ms;
            -o-transition: 300ms;
            transition: 300ms;
        }

    .pagination li:last-child a {
        background-repeat: no-repeat;
        text-indent: -999999999px;
        background-position: center top 10px;
        width: 32px;
        height: 36px;
        border: none;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
    }

        .pagination li:last-child a:hover {
            background-position: center top -37px;
            background-repeat: no-repeat;
            -webkit-transition: 300ms;
            -moz-transition: 300ms;
            -o-transition: 300ms;
            transition: 300ms;
        }

    .pagination li a:hover,
    .pagination .active a,
    .pagination a:active,
    .pagination .active a:hover,
    .pagination .active a:focus,
    .pagination a:focus {
        background: transparent;
        border-color: #C03035;
        color: #C03035;
    }


/*****************************
Portfolio with right sidebar
*****************************/

.sidebar h3 {
    color: #404040;
    margin-top: 0;
    border-bottom: 3px solid #ececec;
    margin-bottom: 6px;
    padding-bottom: 8px;
}

.sidebar-item {
    margin-bottom: 48px;
}

.categories .navbar-stacked li {
    border-bottom: 1px solid #ececec;
}

    .categories .navbar-stacked li:last-child {
        border-bottom: 0px solid #ececec;
    }

    .categories .navbar-stacked li a {
        font-size: 16px;
        color: #6a6a6a;
        padding: 8px 0;
        padding-left: 0;
    }

        .categories .navbar-stacked li a:hover {
            background: none;
            margin-left: 20px;
            color: #0099AE;
            opacity: 1;
        }

    .categories .navbar-stacked li.active a {
        color: #0099AE;
        padding-left: 20px;
    }

        .categories .navbar-stacked li.active a:before {
            position: absolute;
            content: "";
            border-color: transparent transparent transparent #0099AE;
            border-width: 8px;
            border-style: solid;
            left: 0;
            top: 13px;
            margin-top: 0;
            z-index: 0;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
        }

        .categories .navbar-stacked li.active a:after {
            position: absolute;
            content: "";
            border-color: transparent transparent transparent #fff;
            border-width: 6px;
            border-style: solid;
            left: 0px;
            top: 15px;
            margin-top: 0;
            z-index: 1;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
        }

.sidebar-item .media {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    padding-top: 21px;
    margin-top: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

    .sidebar-item .media:last-child {
        border-bottom: 0px solid #ececec;
        padding-bottom: 0;
    }

    .sidebar-item .media:hover {
        border-left: 2px solid #0099AE;
        padding-left: 5px;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

        .sidebar-item .media:hover.media .media-body h4 a {
            color: #0099AE;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
        }

    .sidebar-item .media .media-body h4 {
        margin-top: 0;
        margin-bottom: 8px;
    }

        .sidebar-item .media .media-body h4 a {
            color: #7d7d7d;
            font-size: 16px;
        }

    .sidebar-item .media .media-body p {
        color: #b4b4b4;
        font-size: 12px;
    }

.tag-cloud .nav-pills {
    margin-top: 16px;
}

    .tag-cloud .nav-pills li {
        margin: 0;
        margin-top: 6px;
        margin-right: 4px;
    }

        .tag-cloud .nav-pills li a {
            font-size: 14px;
            font-weight: 300;
            padding: 5px 15px;
            background: #bbbbbb;
            color: #fff;
            border-radius: 3px;
        }

            .tag-cloud .nav-pills li a:hover {
                background: #0099AE;
            }

.popular ul.gallery {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 10px -8px;
}

    .popular ul.gallery li {
        display: block;
        width: 33.33%;
        float: left;
        padding: 8px;
    }

        .popular ul.gallery li a {
            display: block;
        }

            .popular ul.gallery li a img {
                width: 100%;
                transition: border-radius 300ms ease-in;
                -webkit-transition: border-radius 300ms ease-in;
            }

                .popular ul.gallery li a img:hover {
                    border-radius: 60px;
                }


/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }

        /**** disabling Isotope CSS3 transitions ****/
        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }




/*****************************
Portfolio Details
*****************************/

#portfolio-information.padding-top {
    padding-top: 20px;
    padding-bottom: 40px;
}

#portfolio-information img {
    margin: auto;
}

.project-name h2 {
    margin-top: 0;
    margin-bottom: 15px;
}

#related-work .title {
    margin-bottom: 55px;
    margin-top: 10px;
}

.navbar-default {
    background: none;
    padding: 0;
}

    .navbar-default li a {
        font-size: 12px;
        padding: 0;
        padding-right: 15px;
    }

        .navbar-default li a i {
            padding-right: 8px;
        }

        .navbar-default li a:hover {
            color: #0884d5;
            background: none;
        }

.skills .navbar-default,
.client .navbar-default {
    margin-left: 35px;
}

.live-preview .btn-common {
    margin-top: 21px;
    padding: 13px 45px;
}


/*****************************
Blog Default
*****************************/

.single-blog.timeline {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-bottom: 0;
    position: relative;
    padding-bottom: 0;
}

.timeline .post-content {
    padding: 20px 20px 0;
}

.post-thumb {
    margin: -1px -1px 0;
    position: relative;
    overflow: hidden;
}

.timeline .post-thumb img {
    width: 100%;
}

.post-thumb iframe {
    width: 100%;
    min-height: 270px;
    border: 0;
}

.post-overlay {
    position: absolute;
    top: 50%;
    display: none;
    width: 94px;
    height: 140px;
    margin-top: -70px;
    overflow: hidden;
}

    .post-overlay span {
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -60px;
        -webkit-animation: fadeInUp 400ms;
        animation: fadeInUp 400ms;
        z-index: 9;
    }


        .post-overlay span:before {
            position: absolute;
            bottom: 0;
            border-style: solid;
            border-width: 60px;
            content: "";
            border-color: transparent transparent #0884d5 transparent;
            z-index: -1;
            cursor: initial;
        }

        .post-overlay span a {
            font-size: 30px;
            color: #fff;
            background: transparent;
            padding: 0;
            margin-left: 50px;
        }

.single-blog:hover .post-overlay {
    display: block;
    -webkit-animation: fadeIn 300ms;
    animation: fadeIn 300ms;
}

.timeline-divider {
    position: relative;
    padding-top: 50px;
}

    .timeline-divider:before {
        position: absolute;
        top: 0;
        content: "";
        border-left-style: solid;
        border-left-width: 1px;
        height: 100%;
        border-left-color: #0099AE;
        left: 50%;
        margin-left: -2px;
    }

.timeline-blog .col-sm-6.padding-top {
    padding-top: 70px;
}

.post-content {
    padding: 20px 0;
}

.timeline-date .btn-common {
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 300;
    border-radius: 0;
    padding: 17px 40px;
}

.arrow-right {
    position: relative;
}

    .arrow-right:after {
        position: absolute;
        right: 1px;
        content: "";
        top: 15px;
        width: 43px;
        height: 54px;
    }

.arrow-left {
    position: relative;
}

    .arrow-left:before {
        position: absolute;
        left: -2px;
        content: "";
        top: 86px;
        width: 43px;
        height: 54px;
    }

.post-title {
    margin-top: 0;
}

    .post-title a,
    .comments-number a {
        color: #686868;
    }

.post-content .post-author {
    margin-top: 0;
}

    .post-content .post-author a {
        font-weight: 300;
        font-size: 14px;
        color: #0099AE;
    }

a.read-more {
    color: #0099AE;
    font-weight: 300;
}

    a.read-more:hover {
        color: #01707F;
    }

.post-bottom {
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
    margin-top: 20px;
    margin: 20px -20px 0;
    padding: 20px 20px 0;
}


/*****************************
Blog with right sidebar
*****************************/

.single-blog {
    padding-bottom: 30px;
}

    .single-blog .post-bottom {
        border-bottom: 1px solid #eeeeee;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .single-blog .post-overlay span {
        left: 0;
        top: 0;
        margin-left: 0;
        width: 94px;
        height: 140px;
        -webkit-animation: fadeInLeft 400ms;
        animation: fadeInLeft 400ms;
    }

        .single-blog .post-overlay span a {
            margin-left: 8px;
            font-weight: 700;
            font-size: 36px;
            line-height: 18px;
            position: absolute;
            top: 50px;
        }

            .single-blog .post-overlay span a small {
                font-size: 16px;
                font-weight: 300;
                margin-left: 5px;
            }

        .single-blog .post-overlay span:before {
            border-color: transparent;
            border-width: 0;
        }

.post-nav {
    margin: 0;
    padding: 0;
}

    .post-nav li a {
        color: #0099AE;
        padding: 0;
        text-align: left;
    }

        .post-nav li a i {
            color: #0099AE;
            margin-right: 8px;
        }

        .post-nav li a:hover {
            background: none;
        }

.blog-padding-right {
    padding-right: 35px;
}

.blog-pagination {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 55px;
}

/*****************************
Blog with right sidebar
*****************************/

.masonery_area .single-blog {
}

    .masonery_area .single-blog .post-thumb {
        height: auto;
    }

    .masonery_area .single-blog .post-title {
        margin-top: 5px;
    }

        .masonery_area .single-blog .post-title a {
            font-size: 20px;
        }

    .masonery_area .single-blog .post-thumb img {
        height: auto;
    }

    .masonery_area .single-blog .post-bottom {
        border-top: 0;
        padding-top: 0;
        margin-top: 15px;
    }

/* Audio CSS */

.audiojs {
    background: #C03035;
    height: 45px;
    width: 100%;
}

    .audiojs .scrubber {
        background: #fff;
        height: 8px;
        border-top: 0;
        width: 170px;
        margin-top: 19px;
        margin-left: 12px;
        border-radius: 10px;
    }

    .audiojs .play-pause {
        background: #a92b2f;
        width: 68px;
        height: 45px;
        padding: 0;
        padding-left: 24px;
        padding-top: 10px;
        border-right: 0;
    }

    .audiojs .time {
        display: none;
    }

    .audiojs .progress {
        background: #A92B2F;
        height: 8px;
        border-radius: 10px;
    }

    .audiojs .loaded {
        background: #fff;
        height: 8px;
        border-radius: 10px;
    }


/*****************************
Blog Details
*****************************/

.navbar-nav.post-nav li {
    margin-right: 60px;
}

.single-blog.blog-details .post-content {
    padding-top: 30px;
}

.single-blog.blog-details .post-bottom {
    margin-top: 55px;
}

.blog-share {
    margin-top: 40px;
    background: #f5f5f5;
    display: inline-block;
    padding: 2px 0;
}

span.stMainServices,
span.stButton_gradient,
.stButton .chicklets {
    height: 24px !important;
}

.author-profile.padding {
    padding-top: 50px;
}

.author-profile .col-sm-2 img {
    width: 100%;
    border-left: 3px solid #0099AE;
}

.author-profile h3 {
    margin-top: 0;
    color: #3a424c;
}

.author-profile p {
    color: #3a424c;
    font-weight: 400;
}

.author-profile span a {
    color: #C03035;
}

.response-area {
    border-bottom: 0;
}

    .response-area h2 {
        margin-top: 0;
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 20px;
    }

.post-comment {
    padding-left: 70px;
    padding-top: 36px;
    border-top: 1px solid #f1e8dd;
}

    .post-comment .pull-left img {
        margin-right: 60px;
        border-left: 3px solid #0884d5;
    }

    .post-comment .media-body {
        padding-top: 6px;
        border-bottom: 0;
        padding-bottom: 50px;
    }

        .post-comment .media-body p {
            margin-top: 10px;
        }

        .post-comment .media-body span i {
            color: #C03035;
            margin-right: 10px;
        }

        .post-comment .media-body span a {
            color: #C03035;
            font-weight: 700;
        }

        .post-comment .media-body .post-nav li a {
            font-weight: 300;
        }

.parrent .media-list {
    margin-left: 190px;
}

.parrent .post-comment {
    padding-left: 0;
    margin-left: 70px;
}


/****************************
********* Contact Us*********
*****************************/
#map-section {
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

#gmap {
    height: 350px;
}

.get-in-touch img {
    margin-top: 35px;
    margin-bottom: 32px;
}

.get-in-touch p {
    font-size: 18px;
    font-weight: 300;
}

#map-section .contact-info {
    position: absolute;
    background-color: #7c3651;
    right: 0;
    top: 0;
    width: 33%;
    height: 100%;
    padding: 25px 50px;
    opacity: 0.9;
    color: #fff;
}

    #map-section .contact-info h2,
    #map-section .contact-info a {
        color: #fff;
    }

#map-section address a:hover {
    color: #00AEEF;
}

#contact-form #message {
    resize: none;
}

#contact-form .btn-submit {
    width: 28%;
    margin: 5px auto;
}

.corporate-info .corporate-address {
    background-position: left top;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-bottom: 50px;
}

    .corporate-info .corporate-address address {
        background-position: left top;
        background-repeat: no-repeat;
        padding-left: 40px;
    }


/****************************
****** Price-table CSS*******
*****************************/

.price-table {
    margin-top: 88px;
    margin-bottom: 96px;
}

.single-price ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.table-heading {
    background-color: transparent !important;
    color: #FFFFFF !important;
    overflow: hidden;
    padding: 0 !important;
    text-align: center;
}

.single-price.price-one .plan-name,
.single-price.price-two .plan-name,
.single-price.price-three .plan-name,
.single-price.price-four .plan-name {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    padding: 10px 0;
    text-transform: capitalize;
}

.single-price.price-one .plan-name {
    background-color: #0e76bc;
}

.single-price.price-two .plan-name {
    background-color: #ac2429;
}

.single-price.price-three .plan-name {
    background-color: #ed8d1b;
}

.single-price.price-four .plan-name {
    background-color: #6c825f;
}


.single-price .plan-price {
    color: #fff;
    float: none;
    font-size: 14px;
    height: 110px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    padding-top: 15px;
}


.plan-price .dollar-sign {
    font-size: 18px;
}

.plan-price .price {
    font-size: 24px;
}

.plan-price .month {
    display: block;
    margin-top: -6px;
}

.price-one .plan-price:after,
.price-two .plan-price:after,
.price-three .plan-price:after,
.price-four .plan-price:after {
    border-style: solid;
    border-width: 110px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    margin-left: -110px;
}

.price-one .plan-price:after {
    border-color: #0d6fb1 transparent transparent;
}

.price-two .plan-price:after {
    border-color: #ac2429 transparent transparent;
}

.price-three .plan-price:after {
    border-color: #e78817 transparent transparent;
}

.price-four .plan-price:after {
    border-color: #5f7452 transparent transparent;
}

.single-price ul li,
.single-table ul li {
    padding: 12px 18px;
    background-color: #f7f7f7;
    margin-bottom: 5px;
    color: #696969;
}

    .single-price ul li span,
    .single-table ul li span {
        float: right;
    }

.price-one .btn-buynow,
.price-two .btn-buynow,
.price-three .btn-buynow,
.price-four .btn-buynow {
    border-radius: 0;
    color: #fff;
    padding: 12px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
}

.price-one .btn-buynow {
    background-color: #0d6fb1;
}

.price-two .btn-buynow {
    background-color: #ac2429;
}

.price-three .btn-buynow {
    background-color: #e78817;
}

.price-four .btn-buynow {
    background-color: #5f7452;
}

.price-one .btn-buynow:hover {
    background-color: #0a5a90;
}

.price-two .btn-buynow:hover {
    background-color: #821b1e;
}

.price-three .btn-buynow:hover {
    background-color: #c57413;
}

.price-four .btn-buynow:hover {
    background-color: #48583e;
}


.price-table2, .price-table3 {
    margin-bottom: 125px;
}

.price-table4 {
    margin-bottom: 150px;
}

.table-one .table-header,
.table-two .table-header,
.table-three .table-header,
.table-four .table-header {
    overflow: hidden;
    padding: 20px;
    color: #fff;
}


.table-one .table-header {
    background-color: #0e76bc;
}

.table-two .table-header {
    background-color: #c03035;
}

.table-three .table-header {
    background-color: #ed8d1b;
}

.table-four .table-header {
    background-color: #6c825f;
}

.single-table {
    position: relative;
    padding-top: 60px;
}

.table-one:before,
.table-two:before,
.table-three:before,
.table-four:before {
    border-style: solid;
    border-width: 0 130px 60px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.table-one:before {
    border-color: transparent transparent #0d6fb1;
}

.table-two:before {
    border-color: transparent transparent #ac2429;
}

.table-three:before {
    border-color: transparent transparent #e78817;
}

.table-four:before {
    border-color: transparent transparent #5f7452;
}

.table-header h2 {
    color: #fff;
    float: left;
    font-size: 24px;
    margin-top: 7px;
}

.table-header .plan-price {
    float: right;
    margin: 0;
    overflow: hidden;
    padding-top: 1px;
}

.single-table .btn-signup {
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
}

.single-table ul {
    margin: 0;
    padding: 0;
}

.table-one .btn-signup:after,
.table-two .btn-signup:after,
.table-three .btn-signup:after,
.table-four .btn-signup:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 78px 130px 0;
    height: 0;
    left: 0;
    top: -1px;
    width: 100%;
    z-index: -1;
}

.table-one .btn-signup:after {
    border-color: #0d6fb1 transparent transparent;
}

.table-two .btn-signup:after {
    border-color: #ac2429 transparent transparent;
}

.table-three .btn-signup:after {
    border-color: #e78817 transparent transparent;
}

.table-four .btn-signup:after {
    border-color: #5f7452 transparent transparent;
}

.single-table .btn-signup a {
    color: #fff;
    display: inline-block;
    overflow: hidden;
    padding: 20px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}


.table-one .btn-signup:hover.btn-signup:after {
    border-color: #0b598d transparent transparent;
}


.table-two .btn-signup.btn-signup:hover:after {
    border-color: #831c20 transparent transparent;
}

.table-three .btn-signup.btn-signup:hover:after {
    border-color: #bd7014 transparent transparent;
}

.table-four .btn-signup.btn-signup:hover:after {
    border-color: #3d4b35 transparent transparent;
}


/*************************
********404 page CSS******
**************************/

#error-page {
    display: table;
    height: 100%;
    min-height: 100%;
    width: 100%;
    color: black;
    font-size: 18px;
    font-weight: 300;
    padding: 100px 0;
}

    #error-page .container-fluid {
        overflow: hidden;
    }

.error-page-inner {
    display: table-cell;
    vertical-align: middle;
}

.bg-404 {
    background-repeat: repeat-x;
    background-position: center top;
}

.error-image {
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .error-image img {
        width: 100%;
    }

#error-page h2 {
    font-size: 36px;
    text-transform: uppercase;
}

.btn-error {
    font-weight: 300;
    margin-top: 30px;
    padding: 25px 55px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 5px;
    background-color: transparent;
    border: 1px solid #cc9b59;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .btn-error:hover, .btn-error:focus {
        background-color: #cc9b59;
        border-color: #cc9b59;
        color: #fff;
    }

#error-page i, #coming-soon i {
    border: 1px solid #cc9b59;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #cc9b59;
    font-size: 17px;
    margin: 0 15px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    #error-page i:hover, #coming-soon i:hover {
        background-color: #cc9b59;
        color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }


/*************************
********404 page CSS******
**************************/

#error-page {
    display: table;
    height: 100%;
    min-height: 100%;
    width: 100%;
    color: black;
    font-size: 18px;
    font-weight: 300;
    padding: 100px 0;
}

    #error-page .container-fluid {
        overflow: hidden;
    }

.error-page-inner {
    display: table-cell;
    vertical-align: middle;
}

.bg-404 {
    background-repeat: repeat-x;
    background-position: center top;
}

.error-image {
    display: inline-block;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .error-image img {
        width: 100%;
    }

#error-page h2 {
    font-size: 36px;
    text-transform: uppercase;
}

.btn-error {
    background-color: rgba(0, 0, 0, 0);
    border: 3px solid #cf2345;
    color: black;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 25px 53px;
    text-transform: uppercase;
    font-family: Century Gothic, Tahoma, Helvetica, sans-serif;
}

    .btn-error:hover, .btn-error:focus {
        background-color: #cf2345;
        border-color: #cf2345;
        color: #fff;
    }

#error-page i, #coming-soon i {
    border: 3px solid #cecece;
    height: 40px;
    width: 40px;
    line-height: 35px;
    color: #cecece;
    font-size: 17px;
    margin: 0 15px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    #error-page i.fa-twitter:hover,
    #coming-soon i.fa-twitter:hover,
    #error-page i.fa-twitter:hover,
    #coming-soon i.fa-twitter:hover,
    #error-page i.fa-google-plus:hover,
    #coming-soon i.fa-google-plus:hover {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #error-page i.fa-facebook:hover,
    #coming-soon i.fa-facebook:hover {
        background-color: transparent;
        color: #314A87;
        border-color: #314A87;
    }

    #error-page i.fa-twitter:hover,
    #coming-soon i.fa-twitter:hover {
        background-color: transparent;
        color: #22BBF4;
        border-color: #22BBF4;
    }

    #error-page i.fa-google-plus:hover,
    #coming-soon i.fa-google-plus:hover {
        background-color: transparent;
        color: #DD4C3B;
        border-color: #DD4C3B;
    }

/*************************
******Coming Soon CSS*****
**************************/

.logo-image {
    display: block;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 95px;
}

    .logo-image img {
        display: inline-block;
    }

#coming-soon {
    background-position: center top;
    background-repeat: repeat-x;
    padding: 40px 0;
    overflow: hidden;
}

    #coming-soon .social-link {
        margin-top: 35px;
    }




#subscribe {
    background-color: #565656;
    color: #FFFFFF;
    padding: 40px 0 50px;
}

    #subscribe h2 {
        color: #fff;
        text-transform: uppercase;
    }

    #subscribe .fa-envelope-o {
        color: #0884d5;
        margin-right: 5px;
    }

    #subscribe .form-control {
        background-color: transparent;
        height: 52px;
        color: #fff;
        border: 2px solid #00aeef;
    }

#newsletter {
    margin-top: 35px;
    position: relative;
}

    #newsletter i {
        color: #0884d5;
        font-size: 36px;
        position: absolute;
        right: 12px;
        top: 7px;
    }

.newsletter p {
    color: #919191;
    font-size: 12px;
    margin-top: 10px;
}

#coming-soon-footer {
    padding: 45px 0;
    line-height: 15px;
    overflow: hidden;
}

    #coming-soon-footer a {
        color: #d89b4e;
    }

        #coming-soon-footer a:hover {
            color: #b38040;
        }

/*Shortcodes CSS*/
.bs-example {
    margin: 0 0 20px;
}

.panel-group {
    border: 0px solid transparent;
}

.panel-default {
    border: 0;
}

.panel-group .panel {
    border-radius: 0;
}

    .panel-group .panel + .panel {
        margin-top: 0;
    }

.panel-default > .panel-heading {
    background-color: transparent;
    border-top: 0px solid transparent;
}

.panel-group .panel-default:first-child > .panel-heading {
    border-top: 0;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: transparent;
    padding-left: 50px;
    margin-top: -10px;
}


.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: transparent;
}

.tab-content {
    padding-top: 20px;
}

/*Features*/
.feature-inner {
    text-align: center;
}

.icon-wrapper {
    display: inline-block;
    background-color: #071023;
    color: #fff;
    padding: 25px;
    box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.1) inset;
    border-radius: 100%;
    margin: 10px 0;
}

.articles {
    margin-bottom: 20px;
    text-align: center;
}

.articles2 h5 {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #091236;
}

.articles2 {
    text-align: justify;
    margin-bottom: 10px;
}

.articles_box {
    padding: 10px;
    min-height: 150px;
}

.articles_box_home {
    padding: 10px;
    min-height: 150px;
}

.articles_image {
    text-align: center;
}

.img-responsive {
    display: inline-block;
    position: relative;
    padding: 5px;
    background-color: white;
}

.slick-slide {
    display: none;
    float: left;
    margin: 0px;
	  background-position: center;
	  
}

.testimonials {
    border-bottom: 1px dashed #999999;
    padding-top: 20px;
}

.section-layout-1 .section-layout-aside__item {
    width: 100%;
}

.section-container {
    width:100%;
}


.thumb-modern__title {
    color: #cf2345;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    margin: 30px 0px 10px 0px;
    text-transform: uppercase;
    text-shadow: 1px 1px 10px #fff, 1px 1px 10px #fff;
}

.thumb-modern__image {
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    height: 100%;
    max-height: 200px;
    object-fit: cover;
    object-position: center center;
}

.thumb-modern__caption {
    position: relative;
    margin: auto;
    text-align: center;
    top: -75px;
}

.thumb-modern__title,.thumb-modern__title a  {
    color: #cf2345;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    margin: 20px 0px 10px 0px;
    text-transform: uppercase;
	 text-align: center;
    text-shadow: 1px 1px 10px #fff, 1px 1px 10px #fff;
}
.thumb-modern__title,.thumb-modern__title a:hover  {
     text-decoration: none;
}
 .section-layout-1 .section-layout-main {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            position: relative;
            overflow: hidden;
            width: 65%;
            transform: skew(10deg);
            transform-origin: 0 100%;
            text-align: right;
				background-size: cover;
background-position: 50% 50%;
        }
@media (max-width: 768px) {
    #header {
        background-image: none;
		  border-bottom: 0px solid #2d2e2e;
    }

    .logo_wrapper {
        text-align: center;
        margin: 0px auto;
        min-height: 80px;
        padding-top: 0px;
    }

    .logo {
        text-align: center;
        margin: 0px auto;
    }
.top{
	text-align: center;
	background-position: center;
}
.top_address{
	text-align: center;
}
    .phonetop {
        text-align: center;
    }
    .home_default {
        height: 100%;
        text-transform: uppercase;
        -webkit-font-smoothing: antialiased;
        font-weight: bold;
        font-size: 18px;
        background: #66CDAA no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        color: white;
        text-shadow: 1px 1px 1px #321900;
        -webkit-font-smoothing: antialiased;
    }

    .home_box {
        margin-bottom: 10px;
    }

    .address {
        padding-top: 20px;
        color: white;
        font-size: 14px;
        text-align: center;
    }

    #footer {
        color: white;
        background-color: #033060;
    }

    .address_footer {
        text-align: center;
		  padding-bottom: 10px;
		  font-size: 14px;
    }

    .address_footer2 {
        color: white;
        text-align: center;
        font-weight: normal;
		   padding-bottom: 10px;
			font-size: 14px;
    }

    .nav_footer {
        color: white;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 14px;
        text-align: center;
    }

    .nav_logo {
        text-align: center;
    }
.disclaimer{
	text-align:center;
}
    .copyright-text {
        text-align: center;
    }
.inhouse{
	text-align:center;
}
    .slick_container {
        display: none;
    }
	 .sm_address{
	 	text-align:center;
	 }
	 	 .sm_logo {
    text-align: center;
    padding-top: 50px;
}
.slick_caption{
	margin-top: 20px;
}
.slick-dots{
	padding-right: 30px;
}
}


@media (max-width: 400px) {
    #header {
        background-image: none;
		  border-bottom: 0px solid #2d2e2e;
    }

    .top_header {
        display: none;
    }
.top_address{
	text-align:center;
}
    .phonetop {
        text-align: center;
    }

    .logo img {
        max-width: 100%;
    }

    .home_default {
        height: 100%;
        text-transform: uppercase;
        -webkit-font-smoothing: antialiased;
        font-weight: bold;
        font-size: 18px;
        background: #66CDAA no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        color: white;
        text-shadow: 1px 1px 1px #321900;
        -webkit-font-smoothing: antialiased;
    }

    .home_box {
        margin-bottom: 10px;
    }

    #footer {
        color: white;
        background-color: #033060;
    }

    .address_footer {
        text-align: center;
		   padding-bottom: 10px;
			font-size: 14px;
    }
 .address_footer2 {
        text-align: center;
		   padding-bottom: 10px;
			font-size: 14px;
    }
    .nav_footer {
        color: white;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 14px;
        text-align: center;
    }

    .nav_logo {
        text-align: center;
    }

    .copyright-text {
        text-align: center;
    }

    .camera_caption a {
        bottom: 0;
        top: 200px;
        display: block;
        position: absolute;
        width: 100%;
        font-family: 'Libre Baskerville', serif;
        color: white;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        -webkit-text-stroke: 1px red;
        text-decoration: none;
    }
	  .sm_address{
	 	text-align:center;
	 }
	 	 .sm_logo {
    text-align: center;
    padding-top: 50px;
}
.slick_caption{
	margin-top: 20px;
    font-size: 20px;
    text-shadow: -1px 2px 2px rgba(0, 0, 0, 1);
}
.slick-dots{
	padding-right: 30px;
}
}

@media (max-width:480px) {
    #header {
        background-image: none;
		  border-bottom: 0px solid #2d2e2e;
    }

    .logo_wrapper {
        min-height: 100px;
        margin: 0px auto;
    }

    .logo {
        min-height: 120px;
    }

        .logo img {
            max-width: 100%;
        }
.top{
	text-align: center;
	background-position: center;
}
.top_address{
	text-align: center;
}
    .phonetop {
        text-align: center;
    }

    .home_default {
        height: 100%;
        text-transform: uppercase;
        -webkit-font-smoothing: antialiased;
        font-weight: bold;
        font-size: 18px;
        background: #66CDAA no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        color: white;
        text-shadow: 1px 1px 1px #321900;
        -webkit-font-smoothing: antialiased;
    }

    .home_box {
        margin-bottom: 10px;
    }
.slick_caption {
    color: white;
    font-weight: bold;
    margin-top: 50px;
    text-align: right;
    font-size: 20px;
    text-shadow: -1px 2px 2px rgba(0, 0, 0, 1);
}
.slick-dots {
    position: absolute;
    bottom: 50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    padding-right: 0px;
}
    .address {
        text-align: right;
        padding-top: 20px;
        color: white;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
    }

    .address_footer {
        text-align: center;
		   padding-bottom: 10px;
			font-size: 14px;
    }
 .address_footer2 {
        text-align: center;
		   padding-bottom: 10px;
			font-size: 14px;
    }
    #footer {
        color: white;
        background-color: #033060;
    }

    .nav_footer {
        color: white;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 14px;
        text-align: center;
    }

    .nav_logo {
        text-align: center;
    }

    .copyright-text {
        text-align: center;
    }
.disclaimer{
	text-align: center;
}
.inhouse{
	text-align:center;
}
    .camera_caption a {
        bottom: 0;
        top: 200px;
        display: block;
        position: absolute;
        width: 100%;
        font-family: 'Libre Baskerville', serif;
        color: white;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        -webkit-text-stroke: 1px red;
        text-decoration: none;
    }
	  .sm_address{
	 	text-align:center;
	 }
	 	 .sm_logo {
    text-align: center;
    padding-top: 50px;
}
}

@media (max-width: 1040px) {
    .address {
        font-size: 16px;
    }
}

@media (max-width: 568px) {
    .address {
        text-align: right;
        padding-top: 20px;
        color: black;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
    }

    #header {
        background-image: none;
		  border-bottom: 0px solid #2d2e2e;
    }

    .logo {
        text-align: center;
    }
.top{
	text-align: center;
	background-position: center;
}
.top_address{
	text-align: center;
}
    .home_default {
        height: 100%;
        text-transform: uppercase;
        -webkit-font-smoothing: antialiased;
        font-weight: bold;
        font-size: 18px;
        background: #66CDAA no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        color: white;
        text-shadow: 1px 1px 1px #321900;
        -webkit-font-smoothing: antialiased;
    }

    .home_box {
        margin-bottom: 10px;
    }

    .phonetop {
        text-align: center;
    }

    #footer {
        color: white;
        background-color: #033060;
    }

    .nav_footer {
        text-align: center;
    }
.address_footer{
	padding-bottom: 10px;
	text-align: center;
	font-size: 14px;
}	 
.address_footer2{
	padding-bottom: 10px;
text-align: center;
font-size: 14px;
}
.disclaimer{
	text-align: center;
}
    .copyright-text {
        font-size: 16px;
        text-align: center;
        font-weight: normal;
    }
.inhouse{
	text-align:center;
}
    .slick_caption p {
        color: white;
        font-weight: bold;
        margin-top: 50px;
        text-align: center;
        font-family: 'Oswald', sans-serif;
        font-size: 18px;
        text-shadow: -1px 2px 2px rgba(0, 0, 0, 1);
    }
	 .sm_logo {
    text-align: center;
    padding-top: 50px;
}
.slick-dots {
    position: absolute;
    bottom: 50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    padding-right: 0px;
}
}
@media (max-width: 992px) {
.cov_text{
	margin-top: 20px;
}
.slick_caption{
	margin-top: 20px;
}
.slick-dots{
	padding-right: 100px;
}
}

@media (min-width: 1040px) {

    .section-layout-1 {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        overflow: hidden;
    }

        .section-layout-1 .section-layout-main {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            position: relative;
            overflow: hidden;
            width: 65%;
            transform: skew(10deg);
            transform-origin: 0 100%;
            text-align: right;

        }

            .section-layout-1 .section-layout-main > * {
                width: 100%;
                margin-top: 0;
                transform: skew(-10deg);
                transform-origin: 100% 100%;
					 
            }
        .section-layout-1 .section-layout-aside {
            position: relative;
            z-index: 2;
            overflow: hidden;
            width: 45%;
            padding: 0;
            margin-left: 35px;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            transform: skew(10deg);
            transform-origin: 100% 100%;
        }

        .section-layout-1 .section-layout-aside__item {
            position: relative;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            transform: skew(-10deg);
            transform-origin: 0 0;
            width: 100%;
            padding: 0;
            opacity: .99;
            margin-top: 15px;
        }

        .section-layout-1 .section-layout-aside > *:nth-child(1) {
            width: 100%;
            margin-top: 0;
        }

    .thumb-modern {
        position: relative;
        overflow: hidden;
        z-index: 1;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 200px;
        max-width: 600px;
        text-align: center;
        background: #000;
        color: black;
    }

        .thumb-modern p {
            color: black;
        }


    .thumb-modern__image {
        left: 0;
        top: 0;
        transform: none;
        width: 100%;
        height: 100%;
        max-height: 200px;
        object-fit: cover;
        object-position: center center;
    }

    .thumb-modern__caption {
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%);
    }

    .thumb-modern__title {
        color: white;
        font-size: 30px;
        text-shadow: 1px 1px 10px #000, 1px 1px 10px #ccc;
		  text-align:center;
    }
}
