/* Minification failed. Returning unminified contents.
(714,19): run-time error CSS1035: Expected colon, found ';'
(776,19): run-time error CSS1035: Expected colon, found ';'
 */
@charset "utf-8";
/* CSS Document */
#carousel {
position: relative;
width:100%;
margin:0 auto;
}

#slides {
overflow: hidden;
position: relative;
width: 100%;
height: 320px;
}

#slides ul {
list-style: none;
width:100%;
height:180px;
margin: 0;
padding: 0;
position: relative;
}
.slidebox {
    width: 100%;
    height: 700px;
}

#slides li {
    width: 100%;
    height: 200px;
    float: left;
    text-align: center;
    position: relative;
    font-family: "fira-sans-n2", "fira-sans", sans-serif;
}
/* Styling for prev and next buttons */
.btn-bar{
    max-width:137px;
    margin: 0 auto;
    display: block;
    position: relative;
    top:80px;
    width: 100%;
}

 #buttons {
float:right;
}

#buttons a {
text-align:center;
float:left;
outline:0;
margin:0 20px;
color:#b14943;
text-decoration:none;
display:block;
padding:9px;
width:10px;
height: 10px;
}

#prev{
	background: url(../Images/back.png) no-repeat top center;
}

#next{
	background: url(../Images/forward.png) no-repeat top center;
}

a#prev:hover{
background: url(../Images/backHov.png) no-repeat top center;
}

a#next:hover{
	background: url(../Images/forwardHov.png) no-repeat top center;
}

.quote-phrase, .quote-author {
    font-weight: 300;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 20px;
    font-family: "fira-sans-n2", "fira-sans", sans-serif;
}

.quote-phrase {
height: 200px;
font-size:85px;
color:#FFF;
text-shadow:.5px 0px #b14943;  
}


.quote-author {
font-style:normal;
font-size:30px;
color:snow;
font-weight:200;
height: 20px;
}

.quoteContainer, .authorContainer {
display: table;
width: 100%;
}


@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    width: 100%;
    font-family: "fira-sans-n2", "fira-sans", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #5a5959;
}

#container{
	width: 100%;
	margin: 0;
	overflow-x: hidden;
}

header{
	background:url(../Images/CSbanner.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size:auto;
	margin: 0;
}

nav{
	width: 100%;
	margin: auto;
}


nav .mid{
	height: 70px;
	text-align: center;
}

nav .mid ul{
	list-style: none;
	margin: 0;
	padding: 0;
	
}

.divide{
	clear: both;
}

nav .navcon{
	padding-right: 8px;
}

nav li{
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
    vertical-align:top;
	
}

nav li a{
	color: white;
	font-size: 18px;
	padding: 15px;
	padding-left: 22px;
	padding-right: 22px;
	border-top:solid 10px transparent; 
	font-weight: 400;
	text-decoration: none;
	display: block;
}

nav li a:hover{
	color: white;
	font-size: 18px;
	border-top:solid 10px #d11b7f; 
	font-weight: 400;
	display: block;
	text-decoration: none;
}
nav .selected{
	color: white;
	font-size: 18px;
	border-top:solid 10px #d11b7f; 
	font-weight: 400;
	display: block;
	text-decoration: none;
}

nav .tabnav{
	display: inline-block;
	text-align: center;
		vertical-align: middle;
}

.logo{
	margin: auto;
	width: 280px;
	height: 143px;
	padding-top: 50px;
	padding-bottom: 50px;

}

.logo a{
	background-image: url(../Images/logo.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-decoration: none;
	border: none;
	display: block;
	width: 280px;
	height: 143px;

}

section{
	padding: 80px;
	padding-top: 90px;
}


section .desc{
	text-align: center;
}

section .desc .out{
	font-size:24px;
	padding-bottom: 20px;
	color: #413f3f;
	font-weight: 400;
}

section .desc .in{
	font-size: 19px;
	color: #5a5959;
}

section .aboutlink{
	padding-top: 50px;
	margin-bottom: 30px;
	min-height: 100px;
	text-align: center;
}

.llink{
	display: inline-block;
	text-align: center;
	max-width: 200px;
	min-width: 90px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 25px;
}

.llink img{
	max-width: 100%;
	min-width: 30px;
	max-height: 100%;
	min-height: 30px;
}

.det1{
	padding-top: 20px;
}

.det1 a{
	color: #d11b7f;
	font-size: 18px;
	text-transform:uppercase;
	text-decoration: none;
	font-weight: 400;
	text-shadow: none;
}

.det1 a:hover{
	text-shadow: 0px 0px 5px #ccc;
}


#offer{
	margin-top: 10px;
	text-align: center;
	margin-bottom: 70px;
}

 .head1{
	font-size: 40px;
	text-align: center;
	margin-bottom: 40px;
	width: 100%;
}

 .head1 span{
	font-weight: bold;
}

#offer .dos{
	margin: auto;
	width: 95%;

}


#offer .dos .dobox{
	display: inline-block;
	width: 230px;
	margin: 20px;
	padding: 20px;
	border: 1px solid #ccc;
	text-align: center;
	border-bottom: 10px solid #413f3f;
	height: 285px;
	vertical-align: top;
}


#offer .dobox:hover{
	border-bottom: 10px solid #d11b7f;
}

#offer .dobox div{
	padding-bottom: 25px;
}

.dobox img{
max-height: 100%;
max-width: 100%;
}

.iconshow{
	height: 90px;
	vertical-align: middle;
}

#offer .dobox .head2{
	color: #413f3f;
	font-size: 19px;
	font-weight:400;
	text-align: center;
}

article{
	margin-top: 100px;
}

#process {
	margin: auto;
	text-align: center;
	}

#process .boxsec2{
	width: 100%;
	margin-top: 40px;
	margin-bottom: 80px;

}

#process .boxsec2 .tabs{
	display: inline-block;
	width: 200px;
	margin: 40px;
	vertical-align: top;
}

#process .step1{
	border:5px solid #d11b7f;
	border-radius: 85px;
	height: 95px;
	padding: 30px;
	font-size: 68px;
	font-weight: bold;
	background-color: #eeeded;
	width: 100px;
	box-shadow: 2px 2px 10px #ccc;
	margin: auto;
}

#process .step1:hover{
		border:5px solid #413f3f;
}

.steptxt{
	padding: 20px;
	font-size: 30px;
}

.banner{
	background-image: url(../Images/mobilebanner.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 1px 1px 10px #333;
	min-height: 500px;
	max-height: 750px;
 
}

.banner .head3{
	padding: 50px;
	padding-left: 80px !important;
	color: #fff;
	font-size:60px;
	text-shadow: 1px 1px 5px #333;
}

.banner .head3 span{
	font-weight: bold;
}

.banner .sub{
	margin-top: 30px;
	color: #fff;
	padding: 80px;
	font-size: 25px;
	background: #333;
	opacity: .6;
	text-align: left;
}



#form{
	width: 100%;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
}

 #form .head{
	font-size: 40px;
	text-align: center;
	width: 100%;
}

 #form .head span{
	font-weight: bold;
}


#form .top{
	text-align: center;
}

#form .top .subhead{
	font-size: 20px;
		padding-bottom: 50px;
}

#form .inputblock{
	width: 100%;
	margin: auto;
}

#form .firstin{
	text-align: center;
}

#form .secin{
	text-align: center;

}

#form .centerme{
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
}
    #form .ProjectFields {
        width: 305px;
        height: 19px;
        padding: 5px;
        font-size: 14px;
        color: #747474;
        border: 1px solid #413f3f;
        font-family: "fira-sans-n2", "fira-sans", sans-serif;
    }

    #form .ProjectText {
        width: 80%;
        max-width: 962px;
        padding: 1%;
        font-size: 15px;
        color: #747474;
        border: 1px solid #413f3f;
        font-family: "fira-sans-n2", "fira-sans", sans-serif;
    }

#form .bttn{
	text-align: center;
}

#form .bttn .ProjectBttn{
	width: 100px;
	height: 40px;
	padding: 5px;
	font-size: 15px;
	color: #747474;
	border: 1px solid #413f3f;
	border-bottom: 10px solid #413f3f;
	background-color: transparent;
	margin-top: 42px;
	margin-right: 42px;
	margin-left: 42px;
}
#form .bttn .ProjectBttn:hover{
	border-bottom: 10px solid #d11b7f;
}

footer{
	background-color: #313165;
	min-height: 150px;
	max-height: 450px;
    width:100%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

footer .cols{
	width: 400px;
	color: #fff;
	vertical-align: top;
	display: inline-block;
	margin-bottom: 15px;
    text-align:center;
}

footer .aligns1{
	text-align: center;
}

footer .aligns1 a{
	text-decoration: none;
	border: none;
}

footer .aligns2{
	text-align: center;
}

footer .aligns3{
	text-align: center;
}


footer .cols .detail{
	font-size: 20px;
	padding-top:12px;
	text-align: center;
	
}

footer .cols .detail span{
	font-size: 30px;
}

footer .cols .detail span a {
    font-size:30px;
    text-decoration:none;
    color:#ffffff;
    }

 footer .cols .detail span a:hover {
        color: #ccc;
    }

footer .cols .links{
	margin-top: 10px;
}

footer .cols .links a{
	text-decoration: none;
	border: 0;
}

footer .closecol{
    color:#f0f0f0;
    font-size:13px;
}

footer .closecol a{
    text-decoration:none;
    color:#f0f0f0;
}

footer .closecol a:hover {
     color: #ffffff;
}

.errorMsg {
    color: #d11b7f;
    margin-top: 10px;
}

.successMsg {
    color: #313165;
    font-weight:300;
    margin-bottom: 15px;
}

@media only screen and (max-device-width: 470px) {

    footer .cols {
        width: 280px;
    }
        .banner .head3 {
        padding: 40px;
        padding-left: 30px !important;
        font-size: 40px;
    }


    .banner .sub {
        margin-top: 30px;
        padding: 50px;
        font-size: 20px;
    }
    #form .ProjectFields {
        width: 250px;
    }

}

@media only screen and (max-width: 470px) {

    footer .cols {
        width: 280px;
    }


    .banner .head3 {
        padding: 40px;
        padding-left: 30px !important;
        font-size: 40px;
    }


    .banner .sub {
        margin-top: 30px;
        padding: 50px;
        font-size: 20px;
    }
    #form .ProjectFields {
        width: 250px;
    }

}


@media only screen and (max-device-width: 600px) {
    header {
        background-position: bottom;
    }


    .logo{
        padding-bottom:10px;
    }

    .slidebox {
        width: 100%;
        height: 500px;
    }

    .navdevice {
        visibility: hidden;
        width: 0px;
    }

    nav li a {
        padding-left: 12px;
        padding-right: 4px;
        font-size:2px!important;
    }

    nav li {
        padding-left: 2px;
        padding-right: 2px;
    }

    .quote-phrase {
        height: 205px;
        font-size: 50px;
    }


    .quote-author {
        font-size: 18px;
        height: 30px;
    }

    section {
        padding: 30px;
        padding-top: 90px;
    }

    .resizeimg{
        width:49px;
        height48px;
    }

    .det1 a {
        font-size: 15px;
    }

    .btn-bar{
        top:50px;
    }
}

@media only screen and (max-width: 600px) {
    header{
        background-position:bottom;
    }
    .logo {
        padding-bottom: 10px;
    }

    .slidebox {
        width: 100%;
        height: 700px;
    }

    .navdevice {
        visibility: hidden;
        width: 0px;
    }

    nav li a {
        padding-left: 12px;
        padding-right: 4px;
        font-size: 2px !important;
    }

    nav li {
        padding-left: 2px;
        padding-right: 2px;
    }

    .quote-phrase {
        height: 205px;
        font-size: 50px;
    }


    .quote-author {
        font-size: 18px;
        height: 30px;
    }

    .btn-bar {
        top: 50px;
    }

    section {
        padding: 30px;
        padding-top: 90px;
    }
    .resizeimg {
        width: 49px;
        height48px;
    }

    .det1 a {
        font-size: 15px;
    }
}


    @media only screen and (min-device-width: 600px) and (max-device-width: 940px) {
        .navdevice {
            visibility: hidden;
            width: 0px;
        }

        nav li a {
            padding-left: 12px;
            padding-right: 4px;
            font-size: 2px !important;
        }

        nav li {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    @media only screen and (min-width: 600px) and (max-width: 940px) {
        .navdevice {
            visibility: hidden;
            width: 0px;
        }

        nav li a {
            padding-left: 12px;
            padding-right: 4px;
            font-size: 2px !important;
        }

        nav li {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    @media only screen and (min-device-width: 940px) and (max-device-width: 1145px) {

        nav li {
            padding-left: 5px;
            padding-right: 5px;
        }
    }

    @media only screen and (min-width: 940px) and (max-width: 1145px) {

        nav li {
            padding-left: 5px;
            padding-right: 5px;
        }
    }

@charset "utf-8";
/* CSS Document */

#headerIn{
	background:url(../Images/bannerInner.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size:auto;
	margin: 0;
	height: 400px;
}

.matter{
	padding-top: 50px;
}

.storysec{
	padding-top: 30px;
	text-align: center;
	padding-bottom:30px;
	margin-bottom: 70px;
}

.storysec div{
	display: inline-block;
	text-align: left;
	width: 480px;
	vertical-align: top;
	font-size: 18px;
	padding-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
}


.storysec div img{
	box-shadow: #000 1px 1px 10px;
}

.matter .Pblock{
	padding: 50px;
	background-color: #E9E5E5;
	margin-bottom: 80px;
}

.matter .Pblock .Ppoints{
	text-align: center;
}

.matter .Ppoints .info{
	display: inline-block;
	width: 300px;
	margin: 20px;
	vertical-align: top;
	background-color: white;
	border: 1px #D4D1D1 solid;
	padding: 20px;
	padding-top: 15px;
	padding-bottom: 15px!important;
	min-height: 300px;
}

.matter .Ppoints .info div{
	padding-bottom: 15px;
}

.matter .info .numb{
	font-size: 90px;
	color: #d11b7f;
}

.matter .info .numbhead{
	font-weight:400;
	font-size: 23px;
}

.matter .info .numbtxt{
	font-size: 17px;
}

.matter .stmt{
	font-size: 22px;
	text-align: center;
	width: 80%;
	margin: auto;
	margin-bottom: 100px;
}

.bannerBottom{
	background: url(../Images/banner_bg.png) no-repeat top center;
	background-size: cover;
	color: #fbf8fa;
	font-size: 25px;
	text-align: center;
	padding: 80px;
	padding-top: 120px;
	padding-bottom: 80px;
	text-shadow: #000 2px 2px 8px;
}

.bannerBottom div{
	padding-bottom: 40px;
}


.bannerBottom a{
	text-decoration: none;
	padding: 15px;
	padding-left: 20px;
	padding-right: 20px;
	color:#fff;
	font-size: 18px;
	border: 1px solid #fff;
}

.bannerBottom a:hover{
	border-bottom: 10px solid #d11b7f;
}

.servicesec{
	text-align: center;
	margin-bottom: 70px;
	padding-bottom: 80px;
	border-bottom: 1px solid #D4D1D1;
}

.servicesec .cont{
	font-size: 19px;
	padding-left: 30px;
	padding-right: 30px;
}

.servicesec .boldcont{
	font-weight: 500;
	font-size: 27px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;

}

.serviceblock{
	text-align: center;
	font-size: 17px;
	margin-bottom: 100px;
}


.serviceblock .servtab{
	display: inline-block;
	width: 350px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 40px;
	margin-top: 40px;
	min-height: 200px;
	border-bottom: 4px solid #d11b7f;
    padding-bottom:10px;
    vertical-align:top;
}

.serviceblock .servtab ul{
	margin: 0;
	padding: 0;
}

.serviceblock .servtab ul li{
	float: left;
	display: block;
	list-style: none;
	vertical-align: top;
}

.serviceblock .servtab .sec1{
	width: 20%;
	text-align: left;
}
.serviceblock .servtab .sec1 img{
	width: 55%;
	height: 55%;
}

.serviceblock .servtab .sec2{
	width: 80%;
	text-align: left;
}

.serviceblock .servtab .sec2 .ptshead{
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 20px;
}


.matter .carhead{
	font-size: 35px;
	padding-top: 70px;
	padding-left: 30px;
	padding-right: 30px;
	color: #d11b7f;
	border-top: 1px dashed #D4D1D1;
}

.matter .contactB{
	font-size: 20px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 30px;
	margin-bottom: 70px;
}

    .matter .contactB a {
        text-decoration: none;
        font-size: 18px;
        color:#5a5959;
    }

.matter .contactB a:hover {
    color:#ccc;
}

 .matter .contactB .Cbox{
	width: 321px;
	margin: auto;
	text-align: left;
	margin-top: 30px;
    font-size:18px;
}

.matter .contactB .Cbox table tr td{
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}


.matter .contactB .Cbox img{
	vertical-align: middle;
}

@media only all and (max-device-width: 600px) {
    .storysec div {
        width: 280px;
        text-align: center;
    }

        .storysec div img {
            width: 280px;
        }
    .matter .Pblock {
        padding: 20px;
    }

    .matter .Ppoints .info {
        width: 230px;
        padding: 15px;
        margin: 10px;
    }

    .bannerBottom {
        padding: 40px;
        padding-top: 50px;
        font-size: 20px;
    }
    .serviceblock .servtab{
        width:250px;
    }
}

@media only all and (max-width: 600px) {
    .storysec div {
        width: 280px;
        text-align: center;
    }

        .storysec div img {
            width: 280px;
        }

    .matter .Pblock{
        padding:20px;
    }

    .matter .Ppoints .info{
        width:230px;
        padding:15px;
        margin:10px;
    }

    .bannerBottom{
        padding:40px;
        padding-top:50px;
        font-size:20px;
    }
    .serviceblock .servtab {
        width: 250px;
    }
}


@media only all and (min-device-width: 600px) and (max-device-width:1045px) {
    .storysec div {
        width: 600px;
        text-align: center;
    }

        .storysec div img {
            width: 600px;
        }
}

@media only all and (min-width: 600px) and (max-width:1045px) {
    .storysec div {
        width: 600px;
        text-align: center;
    }

        .storysec div img {
            width: 600px;
        }
}
