/****************Table Of Contents ******************
	01. Global Styles
	02. Typography
	03. Navbar
	04. Slideshow
	05. Call to Action
	06. Portfolio
	07. Animated Counter
	08. Attorney Team
	09. Animated Counter
    10. Contact & Comment Form
	11. Feedback
	12. Client
	14. Override
	15. Page Header
	16. 404 & Error Page
	17. Blog Page
	19. Footer
	20. Back to Top
*******************************************************/


/*Global Styles Start*/

#preloader {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: visible;
    width: 100%;
    height: 100%;
    background: #fff url('../images/loading.gif') no-repeat center center;
}
#scrollUp {
    background: #000;
    bottom: 100px;
    color: #fff;
    height: 50px;
    position: absolute;
    right: 50px;
    width: 50px;
    z-index: 999;
    text-align: center;
    line-height: 43px;
    font-size: 30px;
    -webkit-transition: all 0.3s;
    transition: .3s;
    border-radius: 50%;
}
#scrollUp:hover {
    background: #ec4933;
}
html,
body {
    height: 100%;
}
.floatleft {
    float: left
}
.floatright {
    float: right
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}
.aligncenter {
    display: block;
    margin: 0 auto 15px
}
a:focus {
    outline: 0px solid
}
img {
    max-width: 100%;
    height: auto
}
.fix {
    overflow: hidden
}
p {
    margin: 0 0 0px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-family: "Droid Serif", Helvetica, Arial, sans-serif;
}
a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
a:hover {
    color: #ec4445;
    text-decoration: none;
}
a:active,
a:hover {
    outline: 0 none;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}
.clear {
    clear: both
}
body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
::-moz-selection {
    background: #ec4933;
    text-shadow: none;
}
::selection {
    background: #ec4933;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*pdd-up-dn*/

.pdd-30 {
    padding: 30px 0;
}
.pdd-40 {
    padding: 40px 0;
}
.pdd-50 {
    padding: 50px 0;
}
.pdd-60 {
    padding: 60px 0;
}
.pdd-70 {
    padding: 70px 0;
}
.pdd-80 {
    padding: 80px 0;
}
.pdd-90 {
    padding: 90px 0;
}
.pdd-100 {
    padding: 100px 0;
}

/*pdd-up-dn*/

.no-padd {
    padding: 0;
}
.no-mar {
    margin: 0;
}
.main-container {
    overflow: hidden;
}

/*header-top-area*/

.header-top-area {
    background: #EC4933
}
.custom-left {
    display: inline;
}
.contact {
    color: #fff;
    float: left;
    font-size: 13px;
    padding: 10px 0;
}
.contact span {
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
}
.top-mail {
    margin-left: 18px;
}
.custom-right {
    float: right;
}
.top-social {
    color: #fff;
    float: left;
    font-size: 14px;
    margin: 10px 0;
}
ul.top_social_icons {
    display: inline;
    float: left;
    margin-left: 15px
}
ul.top_social_icons li {
    display: inline-block;
    margin: 10px 8px;
}
ul.top_social_icons li a {
    color: #fff;
    font-size: 13px;
}
ul.top_social_icons li a:hover {
    color: #707d82;
}

/*03. Navbar css*/

.header.navbar-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.navbar-fixed-top.header {
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.navbar-fixed-top {
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    left: 0;
    position: fixed !important;
    right: 0;
    z-index: 1030;
}
.header {
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    padding-bottom: 0;
    padding-top: 0;
}
.navbar-brand {
    height: inherit;
    padding: 23px 0;
}
.navbar {
    margin: 0;
}
.logo {
    width: 99%;
}
.navbar-collapse {
    float: right;
    padding: 0;
}
.navbar-collapse ul.nav {
    float: right;
    position: relative;
}
.navbar-collapse ul.nav li {
    display: inline-block;
    padding: 24px 0;
    position: relative;
}
.navbar-collapse ul.nav li a {
    color: #1f1f1f;
    font-family: "Droid Serif", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0;
    position: relative;
    margin-left: 35px;
    text-transform: capitalize;
}
.navbar-collapse ul.nav li:hover a,
.navbar-collapse ul.nav li.active a {
    color: #EF4933;
    background: #fff;
}
.navbar-collapse ul.nav li:hover ul.dropdown_menu li a,
.navbar-collapse ul.nav li.active ul.dropdown_menu li a {
    color: #1f1f1f;
}
.dropdown_menu {
    background: #fff;
    border-top: 1px solid #ececec;
    opacity: 0;
    padding: 6px 14px;
    position: absolute;
    top: 140%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.27);
}
.navbar-collapse ul.nav li:hover .dropdown_menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.nav li ul.dropdown_menu li a {
    border-left: 2px solid #fff;
    display: inline-block;
    font-size: 14px;
    padding: 6px 5px;
    width: 100%;
    margin: 0;
}
.navbar-nav li ul.dropdown_menu li a:hover {
    border-left: 2px solid #ef4933;
    color: #ef4933 !important;
    margin-left: 5px;
}
.navbar-nav li ul.dropdown_menu li {
    border-top: 1px solid #ececec;
    display: block;
    padding: 5px 0;
}
.navbar-collapse ul.nav li ul.dropdown_menu li:first-child {
    border-top: none;
}
.navbar-collapse ul.nav li:hover .megamenu {
    opacity: 1;
    visibility: visible;
    top: 100%
}
.megamenu {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.27);
    opacity: 0;
    position: absolute;
    right: -20px;
    top: 120%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 700px;
    z-index: 10;
}
.megamenu > ul {
    float: left;
    padding: 10px 8px;
    width: 160px;
    margin-right: 10px;
    border-top: 1px solid #ececec;
}
li.mega-menu .megamenu ul li {
    border-bottom: 1px solid #ececec;
    display: block;
    padding: 5px 0;
    transition: all 0.3s ease 0s;
}
li.mega-menu .megamenu ul li a {
    display: block;
    font-size: 15px;
    margin: 0;
    padding: 5px 6px;
    border-left: 2px solid #fff;
}
li.mega-menu .megamenu ul li a:hover {
    border-left: 2px solid #ec4933;
}
.megamenu ul.nb {
    border-top: inherit;
    margin-left: 12px;
    margin-top: 24px;
    padding: 0;
}
li.mega-menu .megamenu ul.nb li a {
    border-left: inherit;
    padding: 0;
}
.mega-menu .megamenu ul.nb li {
    border-bottom: inherit;
    padding: 0;
}
.mega-menu .megamenu ul li:hover {
    margin-left: 5px;
}
.mega-menu .megamenu ul.nb li:hover {
    margin-left: 0;
}
.navbar-collapse ul.nav li:hover .megamenu ul li a {
    color: inherit;
}
ul.nb li a img {
    max-height: 164px;
}
.mega-menu .megamenu span li {
    border-bottom: 1px solid #ececec;
    display: block;
    padding: 6px 0;
    -webkit-transition: all 0.3s;
    transition: 0.3s;
}

/*04. Slideshow*/

.tp-caption.lawsuit-title.tp-resizeme {
    color: #fff;
    font-family: "Droid Serif", Helvetica, Arial, sans-serif;
    font-size: 45px !important;
    font-style: italic;
    font-weight: 700 !important;
    line-height: inherit !important;
}
.tp-caption.slide-title {
    color: #fff;
    font-family: "Droid Serif", Helvetica, Arial, sans-serif;
    font-size: 80px !important;
    font-weight: 600 !important;
    line-height: inherit !important;
}
.tp-caption.slider-content h4 {
    color: #fff;
    font-family: open sans;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 15px !important;
    margin-bottom: 10px !important;
}

/*layer no2*/

.tp-caption.layer-no2.lawsuit-title {
    font-size: 38px !important;
}
.tp-caption.layer-no2.slide-title h4 {
    font-size: 55px !important;
    line-height: 64px !important;
    font-weight: 600 !important;
}
#bg {
    height: 112%;
    width: 103%;
}

/*services-area*/

.services-area {
    padding: 80px 0 40px;
}
.section-title {
    margin-bottom: 40px;
}
.section-title h3 {
    color: #1f1f1f;
    font-family: droid serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 38px;
    margin: -4px;
}
.section-title h3::after {
    background: #ec4933;
    content: "";
    display: block;
    height: 3px;
    margin: 15px auto 20px;
    width: 60px;
}
.section-title p {
    color: #707d82;
    font-family: "Open Sans", Georgia, Times, serif;
    font-size: 16px;
    font-style: italic;
    margin: 20px 0;
    text-align: center;
}
.feature-box {
    display: inline-block;
}
.feature-box .feature-icon {
    float: left;
    width: 20%;
}
.feature-box i {
    color: #ec4933;
    display: inline-block;
    font-size: 36px;
    height: 36px;
    text-align: center;
    width: 36px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease 0s
}
.feature-box:hover i {
    transform: rotateY(180deg);
    color: #232a34;
}
.feature-box:hover .feature-media h3 a {
    color: #ec4933;
}
.feature-box .feature-media {
    float: left;
    width: 80%;
}
.feature-media h3 a {
    color: #232a34;
    font-family: "Droid Serif", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: italic;
    text-decoration: none;
}
.feature-box h3 {
    line-height: 24px;
}
.feature-box p {
    color: #707d82;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 40px;
    margin-top: 20px;
}

/*05. Call to Action*/

.call-to-action {
    display: inline-block;
    position: relative;
    width: 100%;
}
.content-holder {
    background: #24252a;
    float: left;
    padding: 50px;
    width: 50%;
    text-align: center;
}
.content-holder .section-title {
    margin-bottom: 0;
}
.content-holder .section-title h3 {
    color: #fff;
    font-size: 32px;
    text-transform: none;
    text-align: center;
}
.content-holder .section-title p {
    color: #fff;
    font-family: "Open Sans", Georgia, Times, serif;
    font-size: 14px;
    font-style: normal;
    line-height: 23px;
    margin-bottom: 25px;
    text-align: center;
}
.content-holder h4 {
    color: #fff;
    text-align: center;
}
.content-holder h4 strong {
    margin-right: 5px;
}
a.bttn {
    background: #ec4933;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-family: open sans;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 45px;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: 0.3s;
    text-decoration: none;
}
a.bttn:hover {
    background: #041e42 !important;
}
.image-holder  {
    height: 100%;
    width: 50%;
    overflow: hidden !important;
    position: absolute;
    right: 0;
}
.image-holder img {
    width: 100%;
}

/*06. Portfolio*/

.portfolio {
    padding: 70px 0px;
}
.portfolio-nav ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.portfolio-nav ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #707d82;
    border: 2px solid #ddd;
    border-radius: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 0 5px 40px;
    padding: 8px 10px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
.portfolio-nav li:hover,
.portfolio-nav li.active {
    color: #ec4933;
    border: 2px solid #ec4933;
}
.portfolio-element {
    margin-bottom: 25px;
    display: inline-block;
}
.portfolio-item {
    margin: 0 15px;
    overflow: hidden;
    position: relative;
}
.portfolio-item::before {
    background: #ec4933;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: 0.3s;
    z-index: 99;
}
.portfolio-item img {
    width: 100%;
    transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: 0.3s;
}
.portfolio-item:hover img,
.portfolio-item:hover::before {
    transform: scale(1.1);
    opacity: 0.57;
}
.portfolio-item:hover .portfolio-overlay a {
    opacity: 1;
    transform: scale(1.1);
}
.portfolio-overlay {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 45%;
}
.portfolio-overlay > a {
    color: #fff;
    font-size: 25px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease 0s;
    z-index: 99;
}
.portfolio-overlay .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    transform: 0.3s;
    opacity: 0;
    z-index: 99;
}
.portfolio-item:hover .portfolio-overlay .content {
    opacity: 1;
    top: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.5s ease 0s;
}
.content> a {
    color: #fff;
    display: block;
    font-family: "Droid Serif", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 25px;
}
.content> span {
    color: #fff;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
}
#portfolio-mix .mix {
    float: left;
    width: 33.33%;
}
#portfolio-mix .mix {
    display: none;
}
.portfolio-btn {
    text-align: center;
}
.portfolio a.bttn {
    margin-top: 20px;
    padding: 12px 30px;
}

/*07. Animated Counter*/

.fact {
    background-attachment: fixed;
    background-image: url("../images/bg/bg3.jpg");
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: cover;
}
.single-counter {
    display: inline-block;
    width: 100%;
}
.single-counter h3 {
    border-right: 2px solid #ec4933;
    color: #fff;
    float: left;
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 14px;
    padding-top: 3px;
    text-align: center;
    width: 50%;
}
.single-counter p {
    color: #fff;
    float: left;
    font-family: "Droid Serif", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    padding-left: 30px;
    width: 50%;
}

/*08. Attorney Team*/

.attorney {
    background: #f6f6f6;
}
.team-wrap {
    background: #fff;
    border: 1px solid #ececec;
    transition: all 0.3s ease 0s;
    display: inline-block;
}
.team-wrap:hover {
    padding-top: 10px;
}
.team-img {
    -webkit-transition: all 0.3s;
    transition: 0.3s;
}
.team-img:hover {
    opacity: 0.56;
}
.team-info {
    margin-top: 18px;
}
.team-info> h4 {
    color: #707d82;
    display: block;
    font-family: "Open Sans", Georgia, Times, serif;
    font-size: 14px;
    text-align: center;
}
.team-info a {
    color: #232a34;
    font-family: "Droid Serif", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
}
.team-introtext {
    display: block;
    margin-top: 18px;
    text-align: center;
}
.team-introtext> h4 {
    color: #ec4933;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.team-introtext> p {
    color: #707d82;
    display: block;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin: 12px 0 30px;
    padding: 0 17px;
}
.team-social-icon {
    border-top: 1px solid #ececec;
    text-align: center;
    position: relative;
}
.team-social-icon li {
    display: inline-block;
    padding: 10px 12px;
}
.team-social-icon a i {
    color: #707d82;
}
.team-social-icon a i:hover {
    color: #ec4933;
}

/*09. news*/

.project {
    border: 1px solid #ececec;
    display: inline-block;
}
.project-img {
    position: relative;
}
.project-img> img {
    position: relative;
}
.blog-date {
    background: #ec4933;
    display: block;
    height: 65px;
    left: 35px;
    position: absolute;
    top: 0;
    width: 50px;
}
.blog-date span {
    display: block;
    text-align: center;
    color: #fff;
}
.blog-date span.date {
    font-family: "Droid Serif", Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin-top: 5px;
}
.project-content {
    margin-top: 25px;
    padding: 0 15px;
}
.project-title> a {
    color: #232a34;
    display: inline-block;
    font-family: "Droid Serif", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    text-decoration: none;
}
.project-title> a:hover {
    color: #EC4933;
}
.meta {
    margin-top: 12px;
    display: inline-block;
}
.news-author {
    float: left;
    margin-right: 26px;
}
.coment-counter {
    float: left;
}
.meta i {
    font-size: 12px;
    margin-right: 5px;
}
.coment-counter > span {
    font-size: 12px;
}
.news-author> a {
    color: #232a34;
    font-size: 12px;
    text-decoration: none;
}
.news-author:hover a,
.coment-counter:hover span {
    color: #ec4933;
}
.news-introtxt {
    margin-top: 15px;
    float: left;
}
.news-introtxt> p {
    color: #707d82;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px 15px 0;
}
.project-footer {
    float: left;
}
.project-footer> a {
    color: #707d82;
    display: inline-block;
    font-size: 12px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-decoration: none;
    margin-bottom: 18px;
    margin-top: 10px;
}
.project-footer a i {
    padding-left: 5px;
    -webkit-transition: all 0.3s;
    transition: 0.3s;
}
.project-footer a:hover i {
    padding-left: 10px;
    color: #EC4933;
}

/*10. Contact & Comment Form*/

.contact-area {
    background-attachment: fixed;
    background-image: url("../images/bg/bg7.jpg");
    background-position: 50% 90%;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-area .section-title h3 {
    color: #fff;
}
.contact-area .section-title p {
    color: #fff;
}
.contact-form input {
    background: transparent;
    border: 1px solid #ddd;
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    padding: 10px;
    -webkit-transition: all 0.3s;
    transition: 0.5s;
    outline: none;
}
.contact-form textarea {
    background: transparent;
    border: 1px solid #ececec;
    color: #ffffff !important;
    height: 144px;
    margin-bottom: 0px;
    padding: 9px;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: 0.5s;
    border: 1px solid #ccc;
    color: inherit;
    outline: none;
}
.contact-form .ct-btn {
  margin-top: 15px;
  text-align: center;
}
.ct-btn .bttn.btn-ctc {
	background: #ec4933;
	border: medium none;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-family: open sans;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 0;
	margin-top: 0;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;	
	transition: all 0.3s ease 0s;
	width: 200px;
}
.contact-form input:hover,
.contact-form input:focus,
.contact-form textarea:hover,
.contact-form input:focus {
    border: 1px solid #ec4933;
}
.contact-form input:focus,
.contact-form textarea:focus {
    background: #fff;
    color: #707d82 !important;
    border: 1px solid #ec4933;
}
.ct-btn .bttn.btn-ctc:focus {
	background:#041e42;
}
.ct-btn .bttn.btn-ctc:hover {
	background:#041e42 !important;
	border:none;
}
/*12. Client*/

.title {
    color: #313131;
    font-family: "Droid Serif", Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 500;
    line-height: 28px;
}
.title::after {
    background: #ec4933;
    content: "";
    display: block;
    height: 3px;
    margin-top: 18px;
    position: relative;
    width: 60px;
}
.client-box {
    margin: 25px 0 0 0px;
}
.client-box li {
    border: 1px solid #ddd;
    display: inline-block;
    margin: 5px 10px 6px 0;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease 0s;
    
    
}
.client-box li:hover {
    border: 1px solid #ec4933;
}
.client-box li img {
    max-width: 160px;
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.client-box li:hover img {
    opacity: 1;
}

/*13. feedback*/

.feedback {
    margin-top: 6px;
    float: left;
}
.feedback-text {
    background: #fff;
    color: #707d82;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 26px;
    padding: 18px 0;
    position: relative;
    margin-bottom: 20px;
}
.feedback h4 {
    color: #313131;
    font-family: "Droid Serif", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: italic;
    margin: 15px 0 0;
    text-align: left;
}
.feedback p.designation {
    color: #707d82;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    text-align: left;
    font-family: "Open Sans", Georgia, Times, serif;
    margin-top: 5px;
}
.feedback.owl-theme .owl-controls .owl-buttons div {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #555;
    display: block;
    font-size: 20px;
    height: 30px;
    line-height: 22px;
    margin: 5px;
    opacity: 0.5;
    position: absolute;
    right: 35px;
    top: -69px;
    -webkit-transition: all 0.3s;
    transition: all 0.5s ease 0s;
    width: 30px;
}
.feedback.owl-theme .owl-controls .owl-buttons div:hover {
    background: #ec4933;
    border: 1px solid #ec4933;
    color: #ffffff;
}
.feedback.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0px;
}

/*14. blog*/


/*blog-default start*/

.page-head h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: uppercase;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 8px 15px;
    text-align: right;
}
ol.breadcrumb li {
    color: #fff;
    font-family: open sans;
    font-weight: 600;
}
.breadcrumb a {
    color: #ec4933;
}
.breadcrumb a:hover {
    color: #fff;
}
.page-head.parallax {
    background-attachment: scroll;
    background-position: 50% 30%;
    background-size: cover;
}

/*blog-left-sidebar-area*/

.banner-area {
    padding: 40px 0;
}
.border {
    display: inline-block;
    margin-bottom: 50px;
    padding-bottom: 20px;
}
.t3-content {
    margin: 0 0 16px;
    padding: 4px;
}
.banner-img {
    margin: 0 0 8px;
}
.catitemBody {
    padding: 20px 0;
}
.date-box .blog-date {
    background: #ec4933;
    display: block;
    float: left;
    height: 65px;
    left: 35px;
    position: inherit;
    top: 0;
    width: 50px;
}
.cart-item-content {
    margin-left: 70px;
}
.cart-item-content > h3 {
    float: left;
    line-height: 20px;
    margin-top: 0;
}
.cart-item-content h3 a {
    color: #232a34;
    font-family: "Droid Serif", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-decoration: none;
}
.cart-item-content > p {
    color: #707d82;
    float: left;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding: 4px 0 12px;
}
.metaInfo {
    display: inline-block;
    float: left;
    font-size: 12px;
    margin-top: 10px;
    width: 80%;
}
.item-tags {
    float: left;
    margin-right: 30px;
}
.item-tags i {
    color: #ec4933;
    float: left;
    margin-right: 8px;
    margin-top: 2px;
}
.item-tags > ul {
    padding: 0 0 0 24px;
}
.item-tags li {
    float: left;
    padding: 0;
}
.item-tags a {
    color: #232a34;
}
.read-more {
    float: right;
    margin-top: 10px;
}
.read-more a {
    color: #ff5555;
    font-size: 15px;
    text-decoration: none;
}
.read-more a:hover,
.item-tags a:hover,
.cart-item-content h3 a:hover {
    color: #ec4933;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #ec4933;
    border-color: #ec4933;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #ec4993;
}
.pagination > li > a,
.pagination > li > span {
    color: #ff5555;
    padding: 7px 14px;
}
.side-title > h3 {
    font-size: 20px;
    font-weight: 600;
}
.sidebar {
    margin-top: 40px;
}
.sidebar .quick-links li a {
    color: #707d82;
}
.k2pagination {
    text-align: center;
    widows: 100%;
}
ul.pagination {
    margin-bottom: 40px;
    margin-top: 0;
}

/*blog-default end*/


/*Blog standard start*/

.standard .cart-item-content {
    margin-left: 0;
}
.lnk-clr h2 {
    color: #ec4933;
}

/*Blog standard start*/


/*blog-sidebar start*/

.b-sidebar .metaInfo {
    float: left;
    font-size: 12px;
    width: 70%;
}
.b-sidebar .cart-item-content {
    margin-left: 0;
}
.b-sidebar .catitemBody {
    padding: 0;
}
.b-sidebar .read-more {
    margin-top: 7px;
}

/*blog-sidebar end*/


/*single post start*/

.k2-item-box .itemTitle {
    color: #404040;
    font-size: 20px;
    margin: 25px 0;
    text-transform: uppercase;
}
.item-full-text p {
    color: #707d82;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin: 0 0 10.5px;
}
.single-post-area .item-tags i {
    color: #404040;
    float: left;
    font-size: 14px;
    margin-right: 3px;
    margin-top: 4px;
}
.single-post-area .item-tags a {
    color: #ec4933;
    font-size: 15px;
}
.single-post-area .item-tags > ul {
    padding: 0 0 0 18px;
}
.single-post-area .metaInfo {
    margin-bottom: 0;
}

/*single post end*/


/*14. blog*/


/*15. Footer*/

.footer {
    background: #1d1c1c;
    color: #cfd1db;
}
.custom a {
    display: block;
    margin-bottom: 20px;
}
.custom p {
    color: #a2a2a2;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    margin-top: 15px;
}
.custom span {
    color: #ec4933;
    font-weight: 400;
    margin-left: 5px;
}
.footer-social {
    margin-top: 18px;
}
.footer-social ul li {
    display: inline-block;
    padding: 0 3px;
}
.footer-social a {
    background: #444;
    color: #fff;
    display: block;
    font-size: 17px;
    height: 30px;
    line-height: 32px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease 0s;
    width: 30px;
}
a.fb:hover {
    background: #405D9B;
}
a.tw:hover {
    background: #53A8E9;
}
a.pn:hover {
    background: #CB2027;
}
a.yp:hover {
    background: #BB0000;
}
a.ln:hover {
    background: #0071AD;
}
.f-title {
    border-bottom: 1px solid #444;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    margin: 0;
    padding-bottom: 22px;
}

/*.quick links */

.quick-links> ul {
    margin-top: 25px;
}
.quick-links li {
    padding: 4px 0;
    -webkit-transition: all 0.3s;
    transition: 0.3s;
}
.quick-links li a {
    color: #a2a2a2;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    -webkit-transition: all 0.3s;
    transition: 0.3s;
}
.quick-links li a::before {
    content: "";
    display: block;
    float: left;
    font-family: fontawesome;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    transition: 0.3s;
}
.quick-links ul li a:hover,
.quick-links ul li a:hover::before {
    color: #ec4933;
}
.quick-links li:hover {
    padding-left: 10px;
}

/*Buisness-Hour*/

.Buisness-Hour {
    display: inline-block;
    width: 100%;
}
.Buisness-Hour ul {
    margin-top: 25px;
    width: 50%;
}
.Buisness-Hour li {
    padding: 4px 0;
}
.Buisness-Hour li a {
    color: #a2a2a2;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.daymenu {
    float: left;
}
.hourmenu {
    float: right;
}

/*contact*/

.c-menu {
    margin-top: 25px;
}
.c-menu i {
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
}
.c-menu p {
    color: #a2a2a2;
    padding: 1px 0;
}
small {
    font-size: 100%;
}

/*copyright*/

.copyright {
    background: #111111;
    border-top: 1px solid #505050;
}
.t-center> p {
    color: #a2a2a2;
    font-size: 12px;
    text-align: center;
}
.t-center span {
    color: #ff5555;
    margin-left: 5px;
}
.t-center a {
    color: #ff5555;
    text-decoration: none;
}

/*19. Footer*/


/*home-2 start*/


/*testimonials-area css*/

.testimonials-area .section-title h3 {
    color: #fff;
    font-size: 32px;
}
.testimonials-area .section-title p {
    color: #fff;
    font-size: 17px;
}
.testimonials-area {
    background-image: url(../images/bg/bg1.jpg);
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 80px 0;
}
.testimonial-details {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.test-img> img {
    border-radius: 50%;
}
.test-img {
    margin-bottom: 10px;
}
.testimonials-area .section-heading > h3 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.testimonial-details p {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 30px;
    text-align: center;
}
.testimonial-client h2 {
    font-family: "Droid Serif", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 17px;
}
.testimonial-item.owl-theme .owl-controls .owl-buttons div {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 28px;
    height: 40px;
    line-height: 33px;
    margin: 5px 3px 0;
    opacity: 1;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease 0s;
    width: 40px;
    position: absolute;
    top: 10%;
    left: 0;
}
.testimonial-item.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
    left: inherit;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    background: #ec4933;
    border: 2px solid #ec4933;
}

/*testimonial start*/

.home-2.testimonial.contact-area {
    background: inherit;
}
.home-2 .contact-form {
    margin-top: 30px;
}
.home-2 .contact-form input {
    border: 1px solid #ccc;
    color: inherit;
    outline: none;
}
.home-2.contact-area textarea {
	color: #707d82 !important;
}
.home-2 .contact-form input:hover,
.contact-form input:focus,
.home-2.contact-area textarea:hover,
.contact-form input:focus {
    background: #fafafa;
    border: 1px solid #ec4933;
}

/*home-2 end*/


/*.home-3 start*/


/*attorney*/

.home-3 .team-img:hover {
    opacity: 1;
}
.home-3 .team-wrap {
    border: 1px solid #ddd;
    border-radius: 2px;
    position: relative;
}
.home-3 .team-wrap:hover {
    padding-top: 0;
}
.home-3 .team-info {
    background: #282f39;
    border-top: 1px solid #fff;
    margin-top: 0;
    -webkit-transition: all 0.3s;
    transition: 0.3s;
}
.home-3 .team-info > h4 {
    color: #fff;
    margin: 0;
    padding-bottom: 15px;
}
.home-3 .team-info a {
    color: #fff;
    font-family: "Open Sans", Georgia, Times, serif;
    font-size: 15px;
    font-style: inherit;
    font-weight: 700;
    padding-top: 15px;
    display: block;
}
.home-3 .team-introtext {
    background: transparent none repeat scroll 0 0;
    display: inherit;
    left: 24px;
    margin-top: 0;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    top: 20%;
    width: 210px;
    transform: scale(0);
    -webkit-transition: all 0.3s;
    transition: 0.3s;
}
.home-3 .team-introtext > h4 {
    color: #fff;
}
.home-3 .team-introtext > p {
    color: #fff;
    margin: 12px 0 18px;
    padding: 0 32px;
}
.home-3 .team-social-icon {
    border-top: 1px none transparent;
    bottom: 33%;
    left: 18%;
    position: absolute;
    text-align: inherit;
    transform: scale(0);
}
.home-3 .team-social-icon li {
    background: #282f39;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-right: 8px;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: 0.3s;
}
.home-3 .team-social-icon a {
    color: #ec4933;
}
.home-3 .team-img {
    position: relative;
}
.team-img::before {
    background: #ec4933;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: 0.3s;
}
.home-3 .team-wrap:hover .team-img:hover::before {
    opacity: 0.30
}
.home-3 .team-wrap:hover .team-info {
    background: #ec4933;
}
.home-3 .team-wrap:hover .team-introtext {
    transform: scale(1);
    background: #ec4933;
    opacity: 0.87;
}
.home-3 .team-wrap:hover .team-social-icon {
    transform: scale(1)
}

/*.home-3 end*/


/*.home-4 start*/

.calltoaction h2 {
    color: #ffffff;
    font-family: "Droid Serif", Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    margin: 80px 0 0;
    text-align: right;
    text-transform: capitalize;
}
.calltoaction p {
    color: #ffffff !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 35px 0 0;
    text-align: right;
}
.learn h4 {
    text-align: right;
}
.learn a.bttn {
    background: #fff;
    color: #ff5555;
}
.calltoaction-img {
    width: 100%;
    text-align: center;
}

/*portfolio*/

.home-4.portfolio {
    display: inline-block;
}

/*portfolio*/


/*about start*/

.about-img {
    width: 50%;
    float: left;
}
.about-border {
    width: 50%;
    float: left;
}
.about-border {
    border: 15px solid #808080;
    padding: 50px 60px;
}
.about-border .title {
    line-height: 45px;
}
.about-border .title::after {
    margin-top: 10px;
}
.about p {
    color: #707d82;
    font-family: "Open Sans", Georgia, Times, serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 15px;
    text-align: left;
}
#about .img-responsive {
    height: 535px;
    width: 100%;
}

/*about end*/


/*skills start*/

#skills {
    background-attachment: fixed;
    background-image: url("../images/bg/bg3.jpg");
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: cover;
}
.skills audio,
canvas,
progress,
video {
    height: 120px;
    width: 115px;
}
.progress-circular {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.progress-circular input {
    bottom: 50%;
    color: #fff !important;
    font-family: "Open Sans", Georgia, Times, serif !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    right: 32%;
}
.skills h3 {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
}

/*skills end*/


/*.home-4 end*/


/*home-5 start*/


/*call-to-action*/

.home-5.call-to-action {
    background-image: url("../images/bg/pattern3.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}

/*call-to-action*/


/*contact-area*/

.home-5.contact-area {
    background-attachment: fixed;
    background-image: url("../images/bg/bg7.jpg");
    background-position: 0 0;
    background-repeat: repeat;
    background-size: inherit;
}

/*contact-area*/


/*clients start*/

.client_carousel .item img {
    border: 1px solid #eee;
    padding: 9px 42px;
}
#clients span {
    background-color: #ec4933;
    height: 2px;
    width: 12px;
}

/*clients start*/


/*home-5 end*/


/*home-boxed start*/

.bodybg {
    background-image: url("../images/bg/pattern.png");
    background-repeat: repeat;
    background-position: 0 0;
    background-attachment: fixed;
}
.boxed {
    background: #fff !important;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    margin: 0 auto;
    max-width: 1170px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}
.boxed .header {
    margin: 0 auto;
    max-width: 1170px !important;
}
.home-boxed .content-holder {
	background: #24252a none repeat scroll 0 0;
	float: left;
	padding: 18px 49px 15px 26px;
	width: 50%;
}

/*home-boxed end*/


/*practice-area-single start*/

.single-carousel img {
    width: 100%;
}
.portfolio-desc h2 {
    color: #222222;
    font-size: 25px;
}
.portfolio-desc span {
    color: #ec4933;
}
.portfolio-desc > p {
    color: #707d82;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 20px;
}
.portfolio-tags h4 {
    color: #232a34;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.portfolio-tags h5 {
    font-family: open sans;
    font-weight: 600;
}
.portfolio-tags h4 i {
    color: #ec4933;
    margin-right: 10px;
}
.portfolio-tags {
    margin-bottom: 30px;
}
.single-carousel.owl-theme .owl-controls .owl-buttons div {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #333;
    opacity: 0.57;
    display: inline-block;
    font-size: 20px;
    left: 18px;
    margin: 5px;
    opacity: 0.5;
    padding: 4px 15px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    transition: 0.3s;
}
.single-carousel.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 18px;
    left: inherit;
}
.single-carousel.owl-theme .owl-controls .owl-buttons div:hover {
    background: #ec4933;
    color: #fff;
}

/*practice-area-single end*/


/*==practice-area start==*/


/*practice-area-4*/

.no-mar .portfolio-element {
    display: inline;
    margin-bottom: 0;
}
.no-mar .portfolio-item {
    margin: 0;
}

/*practice-area-4*/


/*practice-area-2*/

.practice-area-2 #portfolio-mix .mix {
	width: 25%;
}
.practice-area-2 .portfolio-item:hover .portfolio-overlay .content {
    top: 30px;
}

/*practice-area-2*/


/*practice-area-9*/

.practice-area-9 #portfolio-mix .mix {
    width: 49.33%;
}

/*practice-area-9*/


/*attorney-style-1*/

.attorney-style-1 .section-title {
    margin-top: 80px;
}

/*attorney-style-1*/


/*attorney-style-2*/

.attorney-style-2.home-3.attorney {
    padding-bottom: 80px;
}

/*attorney-style-2*/


/*single-area*/

.section-title.single-area {
    margin-bottom: 60px;
}
.single-area {
    background: #fff;
}
.attorney-single-img {
    overflow: hidden;
}
.attorney-single-img img {
    transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.5s ease 0s;
}
.attorney-single-img img:hover {
    transform: scale(1.1);
}
.single-team .attorney-title {
    border-bottom: 1px solid #ddd;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 20px;
}
.single-team .attorney-title strong {
    color: #ec4933;
    font-weight: 400;
}
.single-team p {
    color: #707d82;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 10px;
}
.single-team .ctcinfobox {
    clear: both;
    float: left;
    margin: 15px 0 25px;
}
.single-team .ctcinfobox em {
    border: 1px solid #404040;
    color: #707d82;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease 0s;
    outline: none;
}
.single-team .ctcinfobox em:hover {
    color: #ec4933;
}
.single-team .ctcinfobox p {
    color: #707d82;
    float: left;
    font-family: "Open Sans", Georgia, Times, serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-left: 25px;
}
.mail a {
    color: #ff5555;
}
.mail a:hover {
    color: #ec4933;
}

/*single-area*/


/*contact-us start*/


/*contact-us-1*/

.ctcus-1.contact-area {
    background-image: none;
}
.ctcus-1 .section-title h3 {
    color: #232a34;
}
.ctcus-1 .section-title p {
    color: #707d82;
}
.ctcus-1 .ctc-count {
    float: right;
    margin-top: 15px;
    width: 258px;
}
.ctcus-1 .bttn {
    padding: 12px 80px;
}
#googleMap {
    width: 100%;
    height: 350px;
}

/*contact-us-1*/


/*contact-us-3*/

.custom-contact p {
    color: #707d82;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: right;
}
.custom-contact a {
    color: #ff5555;
}
.custom-contact a:hover {
    color: #ec4933;
}

/*contact-us-3*/


/*contact-us end*/


/*about-us*/

.progressbar-area {
    padding-top: 20px;
    overflow: hidden;
}
.skill .progress {
    border-radius: 0;
    height: 10px;
    margin-bottom: 35px;
    overflow: visible;
}
.skill .no-mar {
    margin-bottom: 0px;
}
.skill .progress-bar {
    box-shadow: none;
    color: red;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    text-align: right;
}
.skill .progress-bar.sky {
    background: #41A8FF;
}
.skill .progress-bar.red {
    background: #ec4933;
}
.skill .progress-bar.purple {
    background: #9B43F6;
}
.skill .progress-bar.green {
    background: #89B505;
}
.skill .progress-bar.yellow {
    background: #FFC412;
}
.skill .progress-bar.blue {
    background: #41A8FF;
}
.skill .progress-bar.black {
    background: #272727;
    border-radius: 14px;
}
.skill .progress-bar.gray {
    background: #999999;
    border-radius: 14px;
}
.skill-title {
    margin-bottom: 18px;
}
.skill-title > h4 {
    color: #232a34;
    font-size: 16px;
}
.progress-bar > span {
    background: #fff;
    border: 1px solid #ddd;
    color: #ff5555;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -48px;
    -webkit-transition: all 0.3s;
    transition: all 0.4s linear 0.4s;
    width: 35px;
}

/*about-us*/


/*our-service*/


/*our-service 1*/

.customservice h4 {
    color: #232a34;
    display: block;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: 20px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.4s ease 0s;
}
.customservice h4:hover {
    color: #ec4933;
}
.customservice p {
    color: #707d82;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 15px;
}

/*our-service 1*/


/*font-awesome-area*/

.page-header {
    border-bottom: 1px solid #eee;
    color: #1f1f1f;
    font-size: 34px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.font-awesome-area a {
    color: #707d82;
    display: block;
    margin-right: 0;
    padding-bottom: 8px;
    padding-left: 0;
}
.font-awesome-area a i {
    color: #ec4933;
    padding-right: 5px;
}

/*font-awesome-area*/


/*02. Typography*/

.typography-content {
    margin-top: 20px;
}
.typography-content p {
    color: #707d82;
    margin-bottom: 20px;
    margin-top: 16px;
}

/*02. Typography*/


/*dvider*/

.dvider-content > p {
    color: #707d82;
    margin: 28px auto 40px;
}

/*dvider*/


/*16. 404*/

.parallax-bg {
    background-image: url(../images/bg/404.png);
    background-repeat: no-repeat;
}
.pdd-200 {
    padding: 200px 0px;
}
.info h1 {
    color: #ff5555;
    font-size: 140px;
    font-weight: 700;
}
.info h2 {
    font-size: 48px;
    margin: 40px 0 20px;
    text-transform: uppercase;
    color: #fff;
}
.info p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.page-content a.bttn {
    padding: 15px 50px;
}

/*16. 404*/


/*faq page*/

.faq-img > img {
    margin-left: 70px;
    margin-top: 15px;
}
.panel-group .panel {
    border-radius: 0;
}
.panel-heading {
    padding: 0;
}
.panel-title {
    text-transform: uppercase;
}
.panel-title a.collapsed::before {
    color: #707d82;
    content: "";
    display: block;
    font-family: fontawesome;
    font-size: 14px;
    left: 0;
    margin-left: 14px;
    position: absolute;
    top: 17px;
}
.panel-title a::before {
    color: #fff;
    content: "\f068";
    display: block;
    font-family: fontawesome;
    font-size: 14px;
    left: 0;
    margin-left: 14px;
    position: absolute;
    top: 17px;
}
.panel-title a.collapsed,
.panel-title a.collapsed:focus {
    background-color: #fff;
    border-color: #dddddd;
    color: #333333;
}
.panel-title a,
.panel-title a:focus {
    background-color: #ec4933;
    border: 1px solid #dddddd;
    color: #fff;
    display: block;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    padding: 14px 60px 14px 40px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease 0s;
}
.panel-title a:focus:hover {
    color: #333;
}
.panel-body {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #707d82;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    padding: 15px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0;
}

/*faq page*/


/*elements*/

.elements .counter {
    border: medium none;
    font-size: 38px;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
}
.elements .single-counter p {
    padding-left: 0;
    text-align: center;
    width: 100%;
}
.elements.fact {
    margin-top: -5px;
}

/*elements*/


/*progress-bar*/

.progress.p2 {
    border-radius: 14px;
    height: 25px;
}
.progressbar-page .section-title h3 {
    margin-bottom: 50px;
}

/*progress-bar*/


/*dropcaps*/

.dropcap {
    float: left;
    font-size: 40px;
    font-weight: 400;
    height: 60px;
    padding: 0 10px 0 16px;
    width: 60px;
}
.dropcap.bg {
    background: #ec4933;
    color: #ffffff;
    margin-bottom: 0;
    margin-right: 10px;
}
.dropcap.bg.circle {
    border-radius: 100%;
}
.Dropcaps p {
    color: #707d82;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin: 0 0 10.5px;
}
.Dropcaps .section-title h3 {
    margin-bottom: 54px;
}

/*dropcaps*/


/*Alert*/

.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

/*Alert*/


/*bootstrap-grid*/

.article-title {
    font-size: 18px;
    margin-bottom: 21px;
}
.text-primary {
    color: #ec4933;
}
.boot-page p {
    color: #707d82;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 10.5px;
}

/*bootstrap-grid*/


/*pricing table*/

.pricing-page .section-title h3 {
    margin-bottom: 70px;
}
.pricing-page .pricing-box ul.pricing-table {
    background: #ffffff;
    border: 1px solid #ddd;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}
.pricing-page .pricing-box ul.pricing-table li::after {
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}
.pricing-page .pricing-box ul.pricing-table li:first-child {
    background: #222;
    padding: 22px 0;
    -webkit-transition: all 0.3s;
    transition: 0.3s;
}
.pricing-page .pricing-box ul.pricing-table li {
    list-style: outside none none;
    padding: 16px 4px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease 0s;
}
.pricing-page .pricing-box ul.pricing-table li.p-title {
    border-bottom: 1px solid #ec4933;
    padding: 30px 0 16px;
}
.pricing-page .pricing-box ul.pricing-table li h2 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.pricing-page .pricing-box ul.pricing-table li:first-child::after,
.pricing-page .pricing-box ul.pricing-table li.title::after,
.pricing-page .pricing-box ul.pricing-table li.users-available::after,
.pricing-page .pricing-box ul.pricing-table li:last-child::after {
    display: none;
}
.pricing-page .pricing-box ul.pricing-table li.p-title p {
    color: #232a34;
    font-size: 24px;
}
.pricing-page .pricing-box ul.pricing-table li p {
    color: #232220;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.pricing-table a {
    background: #ec4933;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-family: "Open Sans", Georgia, Times, serif;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 28px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.pricing-table a:hover {
    background: #232220;
}
.pricing-page .pricing-box ul.pricing-table:hover li:first-child {
    background: #ec4933;
}

/*pricing table*/

. . . . . . . . . . . . . . . . . . . . . . . . . . .