.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
	
} 
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    /*border: 3px solid transparent;*/
    border-top-color: #3498db;

    /*-webkit-animation: spin 2s linear infinite;  Chrome, Opera 15+, Safari 5+ */
     /* animation: spin 2s linear infinite;Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        /*border: 3px solid transparent;*/
        border-top-color: #e74c3c;

       /*  -webkit-animation: spin 3s linear infinite; Chrome, Opera 15+, Safari 5+ */
         /* animation: spin 3s linear infinite;Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        /*border: 3px solid transparent;*/
        border-top-color: #f9c922;

        /* -webkit-animation: spin 1.5s linear infinite; Chrome, Opera 15+, Safari 5+ */
        /*  animation: spin 1.5s linear infinite;  Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 50%;
        height: 100%;
       background: rgba(0, 0, 0, 0.95);
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }
	
	
	/*======reviews============*/
.reviews {

	padding: 0px;
}
.review_header {
	text-align: center;
	background: #fff;
	padding: 15px;
	margin-bottom: 30px;
}
.review_header h4 {
	font-size: 28px;
	color: #333333;
	margin: 0px;
	font-family: OpenSans-Bold;
}
.rtng {
	display: inline-block;
	margin-bottom: 15px;
}
.hdn_rvw {
	display: inline-block;
	margin-right: 10px;
}
.review_header span {
	font-size: 16px;
	padding: 3px 6px;
	background: #317f4e;
	color: #fff;
	border-radius: 3px;
	margin-right: 1px;
}
.review_header p {
	color: #aaa;
}
.review_header p a svg {
	width: 120px;
	height: 14px;
	margin-left: 5px;
	border: none;
}
.client-reviews {
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	max-height: 209px;
}
.client-reviews h5 {
	color: #666;
	font-family: OpenSans-Bold;
	margin: 0px;
	margin-bottom: 11px;
	font-weight:bold;
	font-size:18px;
}
.rtngs span {
	font-size: 16px;
	padding: 3px 6px;
	background: #317f4e;
	color: #fff;
	border-radius: 3px;
	margin-right: 1px;
}
.rtngs {
	margin-bottom: 15px;
}
.rtngs small {
	color: #ccc;
	margin-top: 8px;
	float: right;
}
.read-more {
	position: absolute;
	bottom: 0;
	cursor: pointer;
	width: 100%;
	height: 70px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.78) 0, #fff 50%, #fff 100%);
 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
	text-align: center;
	opacity: 1;
	transition: opacity 0.3s ease-in;
	color: #bbb;
	padding: 27px;
}
.cpustom-height {
	max-height: max-content;
}
.rtngs1 span {
	background-color: #73b143;
}
.bkgrund {
	background-color: #ccc !important;
}


/*-----------16-07-2018------------------*/

@font-face {
	font-family: Roboto-Regulor;
	src: url(http://vigilantsoft.com/assets/fonts/Roboto-Regulor_1.ttf);
}
@font-face {
	font-family: Roboto-Bold;
	src: url(http://vigilantsoft.com/assets/fonts/Roboto-Bold_0.ttf);
}
@font-face {
	font-family: Roboto-Light;
	src: url(http://vigilantsoft.com/assets/fonts/Roboto-Light_0.ttf);
}

/*a {
	text-decoration: none !important;
	transition: 0.3s;
}
button {
	transition: 0.3s;
	border: 0px;
	outline: none;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	width: 100%;
}
li {
	display: block;
	float: left;
}
li a {
	display: block;
}*/
/*==============portfolio==============*/
.portfoliobg {
	width: 100%;
	float: left;
	display: block;
	background-image: url(../images/portfoliobg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 80px 0;
}
.portfoliobg h2 {
	width: 100%;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	margin: 0;
	font-weight: bold;
	padding-bottom: 15px;
}

.boxcontainer {
    border: 0px !important;
}

#filter {
	text-align: center;
	margin-bottom: 30px;
}
#filter ul {
	width: auto;
}
#filter ul li a {
	color: #d8464e;
	padding: 10px 20px;
	border: 1px solid #d8464e;
	position: relative;
	overflow: hidden;
}
#filter ul li {
	margin-right: 10px;
}
#filter ul li:last-child {
	margin-right: 0px;
}
.selected {
	background: #d8464e;
	color: #fff !important;
}
#filter ul li a:before {
	position: absolute;
	background: #d8464e;
	width: 100%;
	height: 200px;
	content: "";
	top: -55px;
	z-index: -1;
	left: -165px;
	transition: all .2s ease-in-out;
	transform: rotate(-31deg);
	opacity: 0;
}
#filter ul li a:hover {
	color: #fff;
}
#filter ul li a:after {
	position: absolute;
	background: #bd2029;
	width: 100%;
	height: 200px;
	content: "";
	top: -55px;
	z-index: -1;
	right: -212px;
	transition: all .3s ease-in-out;
	transform: rotate(-27deg);
	opacity: 0;
}
#filter ul li a:hover {
	color: #fff;
}
#filter ul li a:hover:before {
	left: -50%;
	opacity: 1;
}
#filter ul li a:hover:after {
	right: -59%;
	opacity: 1;
}
/*# sourceMappingURL=bootstrap.min.css.map */

.colimg {
	margin-bottom: 25px;
}
.boxcontainer {
	border: 1px solid #ededed;
	background: #fff;
	font-size: 13px;
	text-align: center;
	transition: border 500ms ease-out;
	-webkit-transition: border 500ms ease-out;
	-moz-transition: border 500ms ease-out;
	-o-transition: border 500ms ease-out;
	position: relative;
	overflow: hidden;
	height: 400px;
	box-shadow: 0px 0px 5px #ccc;
	margin-top: 5px;
}
#content {
	margin-top: 10px;
	width: 100%;
	z-index: 0;
}
.boxcontainer img {
	width: 100%;
}
/* ISOTOPE MASONRY & FIXED================================================== */
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */ -webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.img-drs {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(216, 70, 78, 0.5882352941176471);
	transition: all .3s ease-in-out;
	transform: scale(0);
	opacity: 0;
}
.boxcontainer:hover .img-drs {
	transform: scale(1);
	opacity: 1;
}
.img-drs span {
	background: #fff;
	padding: 15px 15px;
	position: absolute;
	left: 43%;
	top: 150%;
	border-radius: 100%;
	color: #d8464e;
	transition: all .5s ease-in-out;
	opacity: 0;
}
.img-drs span:hover {
	background: #000;
	color: #fff;
}
.boxcontainer:hover .img-drs span {
	top: 50%;
	opacity: 1;
}
.port-folio-modal {
	position: fixed;
	width: 100%;
	height: 100%;
	    background: rgba(0, 0, 0, 0.89);
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 80px 0px;
	transition: all .3s ease-in-out;
	transform: scale(0);
	opacity: 0;
        overflow: auto;
    z-index: 999;
}
.modal-inr {
	width: 40%;
	background: #fff;
	margin: 0 auto;
	padding: 20px;
}
.modal-cstm {
	transform: scale(1);
	opacity: 1;
}
.modal-inr h4 {
	width: 100%;
	font-size: 20px;
	color: #d8464e;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
	position: relative;
}
.modal-inr h4:before {
	position: absolute;
	content: "";
	width: 40%;
	height: 1px;
	background: #d8464e;
	bottom: 0px;
	left: 0px;
}
.modal-inr h4:after {
	position: absolute;
	content: "";
	width: 40%;
	height: 1px;
	background: #d8464e;
	bottom: 0px;
	right: 0px;
}
.pft-mdl-bdy {
	padding: 15px;
	position: relative;
	border-left: 1px solid #d8464e;
	border-right: 1px solid #d8464e;
}
.pft-mdl-bdy:before {
	position: absolute;
	content: "";
	width: 40%;
	height: 1px;
	background: #d8464e;
	bottom: 0px;
	left: 0px;
}
.pft-mdl-bdy:after {
	position: absolute;
	content: "";
	width: 40%;
	height: 1px;
	background: #d8464e;
	bottom: 0px;
	right: 0px;
}
.pft-mdl-bdy input {
	height: 45px;
	border: 1px dashed #ccc;
	box-shadow: none !important;
	border-radius: 0px;
}
.pft-mdl-bdy select{height: 45px;
	border: 1px dashed #ccc;
	box-shadow: none !important;
	border-radius: 0px;
	    -webkit-appearance: none;
    -moz-appearance: none;
	background-image:url(http://vigilantsoft.com/assets/images/down.png);
	background-position:right;
	background-repeat:no-repeat;}
.pft-mdl-bdy textarea {
	height: 80px;
	border: 1px dashed #ccc;
	box-shadow: none !important;
	border-radius: 0px;
}
.chk label {
	font-weight: normal;
	position: relative;
	cursor: pointer;
	color: #333333;
	font-size: 12px;
}
.chk input[type="checkbox"], input[type="radio"] {
	position: absolute;
	right: 9000px;
}
/*Check box*/
.chk input[type="checkbox"] + .label-text:before {
	content: "\f096";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	color: #d8464e;
}
.chk input[type="checkbox"]:checked + .label-text:before {
	content: "\f14a";
	color: #d8464e;
	animation: effect 250ms ease-in;
}
.chk input[type="checkbox"]:disabled + .label-text {
	color: #aaa;
}
.chk input[type="checkbox"]:disabled + .label-text:before {
	content: "\f0c8";
	color: #ccc;
}
/*Radio box*/

.chk input[type="radio"] + .label-text:before {
	content: "\f10c";
	font-family: "FontAwesome";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
	color: #d8464e;
	font-size: 20px;
}
.chk input[type="radio"]:checked + .label-text:before {
	content: "\f192";
	color: #d8464e;
	font-size: 20px;
	animation: effect 250ms ease-in;
}
.chk input[type="radio"]:disabled + .label-text {
	color: #d8464e;
}
.chk input[type="radio"]:disabled + .label-text:before {
	content: "\f111";
	color: #ccc;
}
 @keyframes effect {
 0% {
transform: scale(0);
}
 25% {
transform: scale(1.3);
}
 75% {
transform: scale(1.4);
}
 100% {
transform: scale(1);
}
}
.pft-btn {
	background: #d8464e;
	color: #fff;
	padding: 10px 30px;
        border: 0;
        outline: none;
}
.form-check{    margin-bottom: 15px;}
.pft-btn:hover {
	background: #b51f27;
}
.pft-mdl-bdy .form-group:last-child {
	margin-bottom: 0px;
}
.modal-inr {
    position: relative;
}
.modal-inr-span{position:absolute;
right:15px;
top: 15px;}
.modal-inr-span a{    background: #d8464e;
    color: #fff;
    padding: 0px 6px;}
	.modal-inr-span a:hover{background: #b51f27;}
	/*===========frm==========*/
	.frm{width:60%;
	margin:0 auto;
	padding:20px;
	}
	.frm-bk {
            background-image:url(../images/frm-bk.jpg);
            background-repeat:no-repeat;
            background-size:cover;
            background-position:center;
           margin-top: 0px;
    padding-top: 130px;
        }
	.frm input{    background: none;
    border: 0px;
    border-bottom: 1px dashed #fff;
    box-shadow: none !important;
    border-radius: 0px;
    padding: 0px;
        color: #fff;}
		.frm select{    background: none;
    border: 0px;
    border-bottom: 1px dashed #fff;
    box-shadow: none !important;
    border-radius: 0px;
    padding: 0px;
	color:#fff;
	    -webkit-appearance: none;
    -moz-appearance: none;
	background-image:url(http://vigilantsoft.com/assets/images/down1.png);
	background-position:right;
	background-repeat:no-repeat;}
		.frm textarea{    background: none;
    border: 0px;
    border-bottom: 1px dashed #fff;
    box-shadow: none !important;
    border-radius: 0px;
    padding: 0px;
                color: #fff;}
	select option{color:#000;}
.frm ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff!important;
}
.frm ::-moz-placeholder { /* Firefox 19+ */
  color: #fff!important;
}
.frm :-ms-input-placeholder { /* IE 10+ */
  color: #fff!important;
}
.frm :-moz-placeholder { /* Firefox 18- */
  color: #fff!important;
}
.frm-chk label{color:#fff;}
.frm-chk input[type="checkbox"] + .label-text:before{color:#fff;}
.frm-chk input[type="checkbox"]:checked + .label-text:before{color:#fff;}
.frm-chk input[type="radio"] + .label-text:before{color:#fff;}
.frm-chk input[type="radio"]:checked + .label-text:before{color:#fff;}
.frm-sbmt-btn{    transition: 0.3s;
    border: 0px;
    outline: none;
    background: #d8464e;
    color: #fff;
    padding: 10px 20px;
    width: 100%;}
	.frm-sbmt-btn:hover{background: #b51f27;}
	.frm .form-group:last-child{margin-top:50px;}
	.frm-bk h2{color:#fff;}
	.frm .nav-tabs>li>a{    margin-right: 10px;
    line-height: 1.42857143;
    border: 1px solid white;
    border-radius: 0px 0px 0 0;
    color: #fff;}
	.frm .nav-tabs>li>a:hover{color: #fff !important;
    background: #f36970;
    border: 1px solid transparent;}
	.frm .nav-tabs>li.active>a{color: #fff !important;
    border: 1px solid transparent;}
	.frm .nav-tabs{border-bottom:0px;
	margin-bottom:20px;}
        
        .frm .tab-content {
            float: none;
            width: 100%;
            border: 0px !important;
                padding: 0px;
        }
        .menumargin .navbar-nav li a {
                padding: 10px 15px;
        }
        .new{    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    margin-top: -13px;}
        .new img{    width: 100%;}
        .custom_margin {
            margin-top: 0px;
        }
        
        .pft-mdl-bdy h5 {
            width: 100%;
    font-size: 18px;
    color: #d8464e;

    text-align: center;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
    position: relative;
        }