a:focus {
    outline: 0 solid;
    text-decoration: none;
    color: #fff
}

img {
    max-width: 100%;
    height: auto;
}

body {
    width: 100%;
    height: 100%
}

html,
body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 24px
}

a {
    color: #232323;
}

a:hover {
    text-decoration: none;
    color: #fff;
}
.top-link a:hover {
    text-decoration: none;
    color: #F17A15;
}
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
.header-search button,
.btn.btn-buttons,
.btn.btn-no-bg,
.service-content,
.service-icon,
.recent-social-icon a,
.team-social-iton,
.to-top,
.comming-project .btn.btn-buttons,
.pricing-footer-inner {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transform: all 0.4s ease 0s;
    -o-transform: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

a:hover,
.header-search button:hover,
.btn.btn-buttons:hover,
.btn.btn-no-bg:hover,
.service-content:hover,
.service-content:hover .service-icon,
.recent-social-icon a:hover,
.team-social-iton:hover,
.to-top:hover,
.comming-project .btn.btn-buttons:hover,
.pricing-footer-inner:hover {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transform: all 0.4s ease 0s;
    -o-transform: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.no-margin {
    margin: 0px
}

.btn {
    border-radius: 0;
    font-family: montserrat;
    font-size: 13px;
    padding: 8px 18px;
    text-transform: uppercase;
}

.btn:focus {
    outline: none;
    color: #fff;
}

.btn.btn-buttons {
    background-color: #ff7e20;
    padding: 9px 17px;
    margin: 0px 5px;
    color: #fff;
}

.btn.btn-buttons:hover {
    background-color: #1c1c1c;
    color: #fff;
}

.btn.btn-no-bg {
    background-color: transparent;
    border: 2px solid #fff;
}

.btn.btn-no-bg:hover {
    background-color: #ff7e20;
    border-color: transparent;
    color: #fff;
}

.hadding-area .hadding {
    font-family: montserrat;
    font-size: 25px;
    text-transform: uppercase;
}

.hadding-area p {
    line-height: 26px;
    padding: 30px 404px 0;
}
.hadding-area-main-title .hadding {
    font-family: montserrat;
    font-size: 25px;
    text-transform: uppercase;
}
.hadding-area {
    padding-bottom: 50px;
    padding-top: 50px;
}
.hadding-area-main-title {
    padding-bottom: 20px;
    padding-top: 30px;
    background-color: #FF9966;
}
.hadding.no-margin > span::after {
    background-color: #f0f0f0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 130px;
    top: 0;
    margin: 0 auto;
}

.hadding.no-margin > span::before {
    background-color: #f0f0f0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 130px;
    bottom: 0;
    margin: 0 auto;
}

.hadding> span {
    padding: 6px;
    position: relative;
}

/*** end Gobla css ***/

/*** header ***/

.top-bar-left {
    float: left
}

.top-bar-right {
    float: right
}

.top-link > ul > li {
    display: inline;
}

.top-bar-social-link > ul > li {
    display: inline;
}

.top-bar-social-link > ul > li > a {
    margin-left: 30px;
    margin-right: 0;
}

.top-link > ul > li::after {
    background-color: #333;
    content: "";
    height: 12px;
    position: absolute;
    top: 7px;
    width: 1px;
}

.top-link > ul > li > a {
    margin: 10px;
}

.top-link > ul > li > a:first-child {}

.top-link > ul > li:last-child::after {
    content: "";
    height: 0;
    width: 0;
}

.top-link > ul > li {
    display: inline;
}

.top-bar-social-link > ul > li {
    display: inline;
}

.top-bar-social-link > ul > li > a {
    margin-left: 30px;
    margin-right: 0;
}

.top-link > ul > li::after {
    background-color: #333;
    content: "";
    height: 12px;
    position: absolute;
    top: 7px;
    width: 1px;
}

.top-link > ul > li > a {
    margin: 10px;
}

.top-link > ul > li > a:first-child {}

.top-link > ul > li:last-child::after {
    content: "";
    height: 0;
    width: 0;
}

.header1 .top-bar {
    background-color: #FF9966;
    padding: 10px;
}

.header2 .top-bar {
    background-color: transparent;
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.top-bar-left {
    position: relative;
}

.header-contacts span {
    float: left;
    font-size: 30px;
    margin: 5px 10px 12px 0px;
}

.head-con-text > h4 {
    font-size: 16px;
    text-transform: uppercase;
}

.head-con-text > p {
    font-size: 14px;
}

.head-con-text strong {
    text-transform: uppercase;
}

.header-search input {
    border-color: #e7e7e7;
    border-radius: 0;
    box-shadow: none;
}

.header-search input:focus {
    border-color: #e7e7e7;
    box-shadow: none;
}

.header-search {
    margin-top: 8px;
    position: relative;
}

.header-search button {
    background-color: transparent;
    border: medium none transparent;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.header-search button:hover {
    background-color: #ff7e20;
    color: #fff;
}

.header-wrapper {
    padding: 4px 0;
}

/** end header ***/

/** menu**/

.header2 .menu-section {
    background-color: transparent;
    border-top: 1px solid #f0f0f0;
}

.header1 .menu-section {
    background-color: #fff;
}
#navigation{
	margin-top: 20px;
	text-align: right;}
#navigation > li {
    margin-left: 30px;
    margin-right: 30px;
    padding: 13px 0;
}

.header1 nav > ul > li > a {
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    text-transform: uppercase;
}

.header2 nav > ul > li > a {
    color: #333333;
    font-family: Montserrat;
    font-size: 14px;
    text-transform: uppercase;
}

.header2 nav > ul > li > a:hover {
    color: #ff7e20;
}
/** end menu**/


/*** Slider section ****/

.slide-content {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 8%;
    width: 620px;
    z-index: 99;
}

div.home_2 .slide-content {
    left: 124px;
    text-align: left;
    margin: 0;
}

.img-bg {
    background: rgba(0, 0, 0, 0.08);
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}


/*** contant **/

.slide-content > h2 {
    font-family: montserrat;
    font-size: 34px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
	color: #fff;
	background: rgba(0, 0, 0, 0.28);
}

.slide-content > h2 {
    font-family: lato;
    font-size: 30px;
    font-weight: normal;
    line-height: 45px;
    margin: 50px 0px;
    padding: 10px 0px;
    text-transform: uppercase;
}

.slide-content > p {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    padding: 20px 71px 55px;
}

.home_2 .slide-content > p {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    padding: 15px 2px 25px 0;
}

.home_1 .header-section {
    display: block;
    position: fixed;
}

.slider-section {
    display: block;
    overflow: hidden;
}

.slider-items {
    display: inline-block;
}


/*** end Slider section ****/


/*** service ***/

.service-content {
    border: 1px solid #f0f0f0;
    margin-bottom: 10px;
    padding: 38px;
    text-align: center;
}

.service-icon {
    color: #535353;
    font-size: 35px;
}

.service-title {
    font-size: 16px;
    padding-bottom: 30px;
    padding-top: 15px;
    text-transform: uppercase;
}

.service-content:hover {
    background-color: #ff7e20;
    color: #ffffff;
}

.service-content:hover .service-icon {
    color: #ffffff;
}

/*** end service ***/

/*** success ***/

.success-business {
    background-color: #f5f5f5;
    margin-top: 70px;
    position: relative;
}

.success-img {
    max-width: 480px;
}

.success-business::before {
    border-color: rgba(255, 126, 32, 1) transparent;
    border-style: solid;
    border-width: 447px 0 0 118px;
    content: "";
    overflow: visible;
    position: absolute;
    width: 64.4%;
    right: 0;
}

.success-content {
    padding: 80px 1px 1px 172px;
    color: #fff;
}

.success-content h3 {
    font-family: montserrat;
    font-size: 22px;
    padding-bottom: 30px;
    text-decoration: underline;
    text-transform: uppercase;
}

.underline {
    font-weight: bold;
    text-decoration: underline;
}

/*** end success ***/

/*** about section ***/


/** skill sectionr **/

.about-section {
    padding-top: 30px;
}

.skillbar {
    background-color: #e4e1e1;
    display: block;
    margin-top: 70px;
    position: relative;
    width: 100%;
    max-width: 535px;
}

.skillbar-title {
    color: #323232;
    font-size: 14px;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    top: -38px;
}

.skillbar-title span {
    font-family: montserrat;
    font-size: 14px;
    font-weight: normal;
}

.skillbar-bar {
    background-color: #ef8734;
    height: 8px;
    transition: all 0.4s ease 0s;
    width: 0;
}

.home_2 .skillbar-bar {
    background-color: #234154;
}

.skill-bar-percent {
    font-size: 11px;
    position: absolute;
}

.skill-bar-percent {
    color: #333;
    font-family: montserrat;
    font-size: 15px;
    font-weight: normal;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: -23px;
}

.our-skill-content h2 {
    font-family: montserrat;
    font-size: 20px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.our-skill-content span {
    position: relative;
}

.our-skill-content span::before {
    background-color: #fe8b37;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
}

.our-skill-content .btn.btn-buttons {
    color: #fff;
    margin-top: 31px;
}

.our-skill-content p {
    padding: 11px 70px 9px 0;
}
/*** end about section ***/

/*** recent project ***/

.recent-content {
    background-color: #fbfbfb;
    padding:38px 48px 28px;
    width: 50%;
}

.recent-img {
	height: auto;
	max-height: 100%;
	width: 50%;
}

.recent-img img {
	height: auto;
	max-height: 100%;
	width: 100%;
}

.recent-item {
    overflow: hidden;
}

.recent-content h3 {
    font-family: montserrat;
    font-size: 25px;
    margin-bottom:16px;
    text-transform: uppercase;
}

.recent-content > h3 > span::before {
    background-color: #ff7e20;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
}

.recent-content > h3 > span {
    position: relative;
}


/*** socila link ***/

.recent-social-link h3 {
    font-size: 18px;
    text-transform: capitalize;
}

.recent-social-link > h3 > span {
    position: relative;
}

.recent-social-link > h3 > span::before {
    background-color: #ff7e20;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
}

.recent-social-icon li {
    display: inline-block;
}

.recent-social-icon a {
    border-radius: 100%;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 2;
    margin-left: 0;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}

.recent-social-icon a:hover {
    background-color: #333;
}

.recent-social-link .facebook {
    background-color: #3b5998;
}

.recent-social-link .twitter {
    background-color: #1da1f2;
}

.recent-social-link .linkin {
    background-color: #0177b5;
}

.recent-social-link .googleplus {
    background-color: #ff4141;
}

.recent-social-link {
    margin-top:18px;
}
/*** end recent project ***/

/*** team section ***/

.team-content {
    position: relative;
}

.team-hover-item {
    display: none;
    padding: 121px 0;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 99;
    overflow: hidden
}

.team-content:hover .team-hover-item,
.team-content:hover .team-content::after {
    display: block
}


/** hover **/

.team-social-iton a {
    color: #fff;
}

.team-title {
    font-family: montserrat;
    font-size: 15px;
    font-weight: bold;
    left: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}

.team-sub-title {
    font-size: 14px;
    left: 0;
    padding: 10px 0 22px;
    text-transform: capitalize;
}

.team-social-iton {
    background-color: #ff7e20;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 1px;
    width: 40px;
}

.team-social-iton .facebook,
.team-social-iton .twitter,
.team-social-iton .linkin {
    display: block;
    font-size: 13px;
}

.team-social-iton .facebook:hover,
.team-social-iton .twitter:hover,
.team-social-iton .linkin:hover {
    display: block;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.social-link {
    display: block;
    margin-bottom: 46px;
    margin-top: -24px;
    overflow: hidden;
}

.team-social-iton a:hover {
    background-color: #fff;
    color: #ff7e20;
}

.team-content:hover .team-content-box::after {
    display: block
}

.team-content-box::after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    display: none
}

.team-items .owl-prev {
    font-size: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 44%;
}

.team-items .owl-next {
    font-size: 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 44%;
}

.team-hover-item {
    width: 100%;
}


/**** team section all icon  ***/

.team-contents .owl-dot.active > span::after {
    color: #ff7e20;
    content: "\f192";
    font-family: fontawesome;
}

.team-contents .owl-dot > span::after {
    color: #333;
    content: "\f192";
    font-family: fontawesome;
}

.team-contents .owl-dot {
    display: inline-block;
    width: 18px;
}

.team-contents .owl-dots {
    margin-top: 22px;
    text-align: center;
}

.team-content .facebook::after {
    content: "\f09a";
    font-family: fontawesome;
}

.team-content .twitter::after {
    content: "\f099";
    font-family: fontawesome;
}

.team-content .linkin::after {
    content: "\f0e1";
    font-family: fontawesome;
}

.team-items .owl-next::after {
    content: "\f178";
    font-family: fontawesome;
    font-size: 15px;
}

.team-items .owl-prev::after {
    content: "\f177";
    font-family: fontawesome;
    font-size: 15px;
}


/*** end team section ***/


/*** local business ***/
.local-business {
	background-color: #f5f5f5;
	margin-top: 74px;
}
.local-business-img {
    max-width: 347px;
}

.local-business::before {
    border-color: rgba(255, 126, 32, 1) transparent;
    border-style: solid;
    border-width: 446px 136px 0 0;
    content: "";
    overflow: visible;
    position: absolute;
    width: 64.4%;
}

.local-business-con {
    color: #fff;
    padding: 80px 163px 21px 0;
}
/*** end local business ***/

/**  client section **/

.client-carousel img {
    margin: 0 auto 1px;
}

.client-content .owl-dot.active > span::after {
    content: "\f192";
    font-family: fontawesome;
    color: #ef8734
}

.client-content .owl-dot > span::after {
    content: "\f192";
    display: block;
    font-family: fontawesome;
}

.client-content .owl-dot > span {
    float: left;
    margin: 0 5px;
}

.client-content .owl-dots {
    margin: 55px auto;
    overflow: hidden;
    /*width: 70px;*/width:185px;
}


/** end client section **/


/***  Progress Section  ***/

.progress-section .hadding-area {
    padding-top: 0;
}

.progress-bg {
    background-attachment: fixed;
    background-image: url("../images/background/progress-bg.jpg");
    background-position: center center;
    background-size: cover;
    display: inline;
    float: left;
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
    width: 100%;
    z-index: 10;
}

.progress-bg::after {
    background-color: rgba(255, 126, 32, 0.95);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.progress-icon {
    border: 1px solid #fff;
    border-radius: 20px;
    color: #ff7e20;
    font-size: 36px;
    height: 100px;
    margin: 0 auto;
    padding: 25px;
    text-align: center;
    width: 100px;
}

.progress-content .progress-count {
    color: #fff;
    font-family: monospace;
    font-size: 40px;
    font-weight: bold;
    padding-top: 20px;
}

.progress-item {
    text-align: center;
}

.progress-title {
    color: #fff;
    font-family: montserrat;
    font-size: 14px;
    margin-top: 17px;
    text-transform: uppercase;
}

.progress-line {
    background-color: #ff7e20;
    height: 1px;
    margin: 6px auto 14px;
    width: 60px;
}

.progress-section {
    overflow: hidden;
}


/*** end Progress Section  ***/


/*** blog ***/

.blog-content h2 {
    font-size: 20px;
    padding-bottom: 15px
}

.blog-content .meta-box li {
    color: #333333;
    display: inline;
    font-size: 13px;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    text-transform: uppercase;
}

.meta-box li::after {
    content: "|";
    margin: 0 10px;
}

.meta-box li:last-child:after {
    content: "";
}

.meta-box span {
    color: #ef8734;
}

.blog-content {
    background-color: #faf9f9;
    padding: 66px 30px;
}

.blog-content p {
    padding-bottom: 30px;
    padding-top: 15px;
}

.colblog {
    padding: 0;
}

.blog-item .line {
    background-color: #faf9f9;
    bottom: auto;
    height: 40px;
    left: 0;
    margin: -20px auto;
    position: absolute;
    right: 0;
	-webkit-transform:rotate(-44deg);
    -moz-transform:rotate(-44deg);
    -ms-transform:rotate(-44deg);
    -o-transform:rotate(-44deg);
    transform: rotate(-44deg);
    width: 40px;
}

.blog-img {
    position: relative;
}

.blog-section .view-blogs {
    float: right;
    margin-bottom: 50px;
    margin-top: 40px;
}

.blog-item .blog2 .line {
    bottom: auto;
    top: 0;
}


/*** end blog  **/

/*** testimonial **/

.title {
    color: #fff;
}

.testimonial-section {
    overflow: hidden;
}

.team-contents .owl-dot {
    display: inline-block;
    width: 18px;
}

.testimonial-section .owl-dots {
    margin-top: 22px;
    text-align: center;
}

.testimonial-bg {
    background-attachment: fixed;
    background-image: url("../images/testimonial/img.jpg");
    background-position: center center;
    background-size: cover;
    display: inline;
    float: left;
    padding-bottom: 100px;
    padding-top: 90px;
    position: relative;
    width: 100%;
}

.testimonial-title {
    font-family: montserrat;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.testimonial-section .des {
    color: #fff;
    line-height: 26px;
    padding: 0 167px;
}

.testimonial-section .owl-dot {
    display: inline-block;
    height: 2px;
    margin: 0 auto;
    width: 20px;
}

.testimonial-section .owl-dot.active > span::after {
    color: #ff8503;
    content: "\f192";
    font-family: fontawesome;
}

.home_2 .testimonial-section .owl-dot.active > span::after {
    color: #26394e;
}

.testimonial-section .owl-dot > span::after {
    color: #fff;
    content: "\f192";
    font-family: fontawesome;
}

.testimonial-section .title {
    font-family: montserrat;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.testimonial-content {
    margin: 0 50px;
    padding: 95px 0;
}

.testimonial-section .subtitle {
    color: #fff;
    padding-bottom: 20px;
    font-style: italic
}

.testimonial-bg::after {
    background-color: rgba(0, 0, 0, 0.59);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}


/*** end testimonial **/


/** contact section **/

.contact-section {
    background-color: #fff;
}

.contact-info .form-control {
    background: transparent;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    box-shadow: none;
    color: #999;
}

.contact-info .form-button {
    text-align: center;
    width: 100%;
}

.contact-info .form-mane,
.contact-info .form-subject,
.contact-info .form-email {
    height: 46px
}

.contact-info .form-group {
    margin: 0;
    padding: 0 0 36px;
}

.btn-buttons.submit-btn {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 0 auto;
    padding: 10px 28px 7px;
}

.form-button .btn.btn-buttons.submit-btn:hover {
    background-color: #333;
    color: #fff;
}

.contact-info {
    padding-bottom: 70px;
}


/** end contact section **/


/**  maps section **/

.maps-section {
    background-color: #f7f8fb;
    height: 500px;
    position: relative;
    width: 100%;
}


/** end maps section **/


/** footer **/

.latest-news-item > img {
    float: left;
    margin: 8px 13px 11px 0;
}

.latest-news-item {
    border-bottom: 1px solid #303030;
    padding-bottom: 20px;
}

.latest-news-item:last-child {
    border: none;
    padding-top: 20px;
}

.latest-news-item > img {
    float: left;
    height: 60px;
    margin: 8px 13px 11px 0;
    width: 70px;
}

.latest-news-tile {
    font-weight: bold;
    font-size: 17px;
}

footer.footer-section {
    background-color: #1c1c1c;
}

.footer-inner {
    border-bottom: 1px solid #333333;
    display: block;
    padding-top: 20px;
    padding-bottom: 25px;
}

.footer_widget .populer-tag a {
    padding: 0 15px;
}

.footer_widget > h3 {
    color: #fff;
    font-family: montserrat;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    text-transform: uppercase;
}

.footer_widget > p,
.latest-news-tile,
.latest-news-item > p,
.footer_widget > ul > li > a {
    color: #c6c6c6;
}
ul.quick-link{text-align: center;}
.footer_widget li {
    line-height: 38px;
	display: inline;
	text-align: center;
	margin-left: 20px;
}

.footer_widget > ul.quick-link > li > a:hover {
    margin-left: 0px;
    color: #ef8734;
}

.populer-tag > li {
    display: inline;
}

.populer-tag > li > a {
    border: 1px solid #333333;
    display: inline-block;
    margin: 0 7px 1px -3px;
    overflow: hidden;
    padding: 0 15px;
}

.populer-tag > li > a:hover {
    background-color: #ef8734;
    color: #fff;
    border-color: transparent;
}

.footer-social > a {
    color: #c6c6c6;
    margin: 0 12px;
}

.footer-social > a:hover {
    color: #ef8734;
}

.footer-social > a:first-child {
    margin-left: 0;
}

.footer-social {
    padding-top: 15px;
}

.copyright {
    color: #999;
    padding: 24px 0;
    text-align: center;
}

.copyright > a {
    color: #999999;
}

.copyright > a:hover {
    color: #ef8734
}

.skill-block .skill-line .line-fill {
    background-color: #4d82f8;
    border-radius: 3px;
    height: 9px;
    position: relative;
    transition: all 2s ease-out 0s;
    width: 0;
}

.footer_bg {
    background-attachment: fixed;
    background-image: url("../images/footer_bg.jpg");
    background-position: center center;
    background-size: 100% 100%;
    display: inline;
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
}

.footer_bg::after {
    background-color: rgba(0, 0, 0, 0.88);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

.to-top {
    background-color: rgba(249, 112, 0, 0.82);
    border: 2px solid #ff7e20;
    bottom: -100px;
    color: #ffffff;
    cursor: pointer;
    font-size: 25px;
    height: 40px;
    line-height: 35px;
    margin-left: -20px;
    overflow: hidden;
    position: fixed;
    right: 20px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    width: 40px;
    z-index: 9999;
}

.to-top:hover {
    background-color: #1c1c1c;
    border: 2px solid #1c1c1c;
}

/*** end footer section ***/

/*** home page 2 ***/


/*** online service ***/

.success-service-content {
    background-color: #f5f5f5;
    float: left;
    padding: 100px 50px 100.5px 100.5px;
    width: 50%;
}

.success-service-img {
    width: 50%;
}

.success_service {
    margin-top: 100px;
    overflow: hidden;
}

.success-service-content > h2 {
    font-family: montserrat;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.success-service-content .btn.btn-buttons {
    margin-top: 40px;
}

.success-service-img> img {
    height: 528px;
    width: 100%;
}

.success_service {
    margin-top: 0;
}

/*** end  online service ***/

/*** Portfolio section ***/

.portfolio-section {
    display: inline-block;
    width: 100%;
}

.portfolio-categories {
    padding-bottom: 50px;
    text-align: center;
    color: #fff;
}

.portfolio-categories > li {
    display: inline-block;
    color: #333
}

.portfolio-categories > li {
    display: inline-block;
    font-family: Montserrat;
    font-weight: normal;
    padding: 0;
    text-transform: uppercase;
}

.portfolio-categories > li:hover {
    color: #ff8503
}

.home_2 .portfolio-categories > li:hover {
    color: #26394e
}


/*** items ***/

.portfolio-item {
    padding-bottom: 30px;
}

.portfolio-content:hover .images-link {
    top: 134px;
}

.portfolio-content:hover .image-view {
    bottom: 118px;
}

.portfolio-categories > li span {
    cursor: pointer;
    padding: 0px 20px;
    text-transform: uppercase;
}

.portfolio-content {
    bottom: 0;
    display: none;
    height: 90.6%;
    padding: 50px 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 92.4%;
    z-index: 99;
}

.portfolio-item:hover .portfolio-content {
    display: block;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.portfolio-text {
    padding-top: 155px;
    margin: 0px
}

.portfolio-link-inner {
    margin: 138px auto 0;
    width: 85px;
}

.portfolio-item .image-view {
    margin-left: 45px;
    margin-top: -40px;
    position: absolute;
    bottom: -50px;
}

.portfolio-item .images-link,
.portfolio-item .image-view {
    background-color: #fff;
    height: 40px;
    padding-top: 8px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 40px;
}

.portfolio-item .portfolio-links a span {
    margin-left: -1px;
    margin-top: 7px;
}

.portfolio-item .image-view a span {
    margin-top: 6px;
}

.portfolio-item .images-link > a {
    padding: 14px;
}

.images-link {
    position: absolute;
    top: -48px;
}

.portfolio-content:hover .images-link {
    position: absolute;
    top: 123px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.portfolio-content:hover .image-view {
    bottom: 129px;
    margin-left: 45px;
    margin-top: -40px;
    position: absolute;
}

.portfolio-item .image-view > a {
    padding: 13px;
}

.portfolio-line {
    height: 60px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -65px;
    width: 1px;
}

.portfolio-line::after {
    content: "";
    height: 1px;
    position: absolute;
    width: 20px;
}

.portfolio-line::before {
    content: "";
    height: 1px;
    left: -20px;
    position: absolute;
    width: 20px;
}

.portfolio-item .image-view:hover,
.portfolio-item .images-link:hover {
    background-color: #ef8734;
    border: transparent;
    color: #fff;
}

.home_2 .portfolio-item .image-view:hover,
.portfolio-item .images-link:hover {
    background-color: #26394e;
    border: transparent;
    color: #fff;
}

.images-link > a:hover,
.image-view > a:hover {
    color: #fff;
}

.inner_page .portfolio-item .image-view:hover,
.portfolio-item .images-link:hover {
    background-color: #ef8734;
}

.inner_page .portfolio-list .colmd-3 {
    padding: 0;
}

.portfolio-item:hover .portfolio-item-content::after {
    display: block
}

.portfolio-list .mix {
    display: none;
}


/*** end Portfolio section ***/


/*** company project ***/

.compony_project {
    background-color: #ff7e20;
    margin-top: 70px;
    position: relative;
    color: #fff;
}

.compony_project::before {
    border-color: rgba(39, 170, 213, 1) transparent;
    border-style: solid;
    border-width: 193px 113px 0 0;
    content: "";
    overflow: visible;
    position: absolute;
    width: 50%;
}

.compony_project h3 {
    font-family: montserrat;
    font-size: 20px;
    text-transform: capitalize;
}

.border-radius {
    border-radius: 30px;
}

.compony_project p {
    padding: 15px 103px 17px 1px;
}

.new-project,
.comming-project {
    padding: 26px 0;
}

.comming-project .btn.btn-buttons {
    background-color: #27aad5
}

.comming-project .btn.btn-buttons:hover {
    background-color: #1c1c1c
}

/*** end  company project ***/

/*** pricing table ***/

.pricing-section {
    display: inline-block;
    overflow: hidden;
    padding-bottom: 100px;
    margin-top: 100px;
}

.priceing-content {
    background-color: #fff;
    overflow: hidden;
}

.pricing-body li {
    border-top: 1px solid #e8e8e8;
    padding: 10px;
}

.pricing-body li:last-child {
    border-bottom: 1px solid #e8e8e8;
}

.pricing-title {
    padding: 56px 0;
}

.pricing-amount > span {
    bottom: 0;
    color: #fff;
    display: block;
    font-family: montserrat;
    font-size: 18px;
    font-weight: bold;
    left: 166px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 10px;
    transform: rotate(-91deg);
    transform: rotate(-91deg);
    transform: rotate(-91deg);
    transform: rotate(-91deg);
    width: 46px;
}

.pricing-title h3 {
    color: #ef8734;
    display: block;
    font-family: montserrat;
    font-size: 15px;
    position: absolute;
    text-transform: uppercase;
    top: 40px;
    width: 100%;
}

.per-month {
    font-size: 12px;
    left: 0;
    letter-spacing: 0.4em;
    position: absolute;
    text-transform: uppercase;
    top: 61px;
    width: 100%;
}

.pricing-footer {
    padding: 56px 0;
    position: relative
}

.pricing-footer-inner {
    background-color: #ff7e20;
    height: 157px;
    position: absolute;
    right: -86px;
    top: 29px;
    -webkit-transform: rotate(42deg);
    -moz-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    -o-transform: rotate(42deg);
    transform: rotate(42deg);
    width: 157px;
}

.purchase-button {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 100px;
    left: 11px;
    padding: 5px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 35px;
     -webkit-transform: rotate(-89deg);
    -moz-transform: rotate(-89deg);
    -ms-transform: rotate(-89deg);
    -o-transform: rotate(-89deg);
    transform: rotate(-89deg);
    width: 100px;
}

.pricing-footer-inner:hover {
    background-color: #1c1c1c;
    color: #fff
}

.purchase-button:hover {
    color: #fff
}

.pricing-bg {
    background-attachment: fixed;
    background-image: url("../images/pricing.jpg");
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.pricing-bg::after {
    background-color: rgba(0, 0, 0, 0.9);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.pricing-bg .hadding-area {
    color: #fff;
    padding-bottom: 50px;
    padding-top: 100px;
}

.pricing-amount {
    background-color: #ff7e20;
    height: 175px;
    left: -75px;
    overflow: hidden;
    position: absolute;
    top: -75px;
    
    -webkit-transform: rotate(41deg);
    -moz-transform: rotate(41deg);
    -ms-transform: rotate(41deg);
    -o-transform: rotate(41deg);
    transform: rotate(41deg);
    width: 150px;
}
/*** end pricing table ***/

/*** home 3 ***/

.header-area.header3 {
    background-color: rgba(0, 0, 0, 0.77);
    position: absolute;
    width: 100%;
    z-index: 999;
}

.slider-section.slider-section-3 {
    position: relative;
}

.header3 .top-link > ul > li > a {
    color: #fff;
}

.header3 .top-link > ul > li::after {
    background-color: #fff;
}

.header3 .top-bar-social-link > ul > li > a {
    color: #fff;
}

.header3 .header-contacts {
    color: #fff;
}

.header3 #navigation li a,
.header1 #navigation li a {
    color: #F17A15;
    font-family: montserrat;
    font-size: 14px;
    text-transform: uppercase;
}

.header2 #navigation li a {
    font-family: montserrat;
    font-size: 13px;
    text-transform: uppercase;
}

.header3 #navigation li a:hover,
.header3 .top-link > ul > li > a:hover,
.header3 .top-bar-social-link > ul > li > a:hover,
.header3 #navigation li a:hover,
.header2 #navigation li a:hover,
.header1 #navigation li a:hover {
    color: #000;
}

.header3 .header-wrapper {
    padding: 20px 0;
}

.header3 #navigation > li {
    border-bottom: 1px solid #232323;
    padding: 8px 0;
}

.header3 .menu-section {
    border-top: 1px solid #232323;
}

.header3 .top-bar {
    border-bottom: 1px solid #232323;
    padding: 10px 0;
}

.header3 .header-search input {
    background-color: transparent;
    border-color: #e7e7e7;
}

.header3 .header-search button {
    color: #fff;
}

.header3 ul.slimmenu li > ul {
    top: 42px;
}

.slider-section-3 .slide-content {
    left: 107px;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 48%;
    width: 620px;
    z-index: 99;
}

.slider-section-3 .slide-content > p {
    padding: 20px 0;
}

.slider-section-3 .nivo-directionNav a {
    top: 58%;
}
/*** end home 3 ***/

/*** aLL PAGE code ***/

.header-img {
    height: 108px;
}

.header-img > img {
    height: 100%;
    width: 100%;
}


/*** breadcrumb ***/

.inner_page .hadding-area {
    width: 100%;
}

.breadcrumb li {
    text-transform: capitalize;
}

.breadcrumb {
    background-color: transparent;
    margin: 20px 0 0;
    padding: 0 0 0px;
}

.breadcrumb a:hover {
    color: #ff7e20
}

.breadcrumb a:focus {
    color: #ff7e20;
    outline: none
}

.inner_page .readmore-btn {
    display: inline-block;
    font-family: montserrat;
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.inner_page .portfolio-item {
    padding-bottom: 30px;
}

.inner_page .portfolio-1 .portfolio-item:hover .portfolio-content {
    height: 100%!important;
    width: 100% !important;
}

.inner_page .portfolio-1 .portfolio-content:hover .images-link {
    top: 147px;
}

.inner_page .portfolio-1 .portfolio-content:hover .image-view {
    bottom: 150px;
}


/*** blog bage **/

.inner_page .blog-content .title {
    color: #333;
}


/*** paginations ***/

.all-pagination {
    text-transform: uppercase;
}

.current-pagination {
    border: 1px solid #e2e2e2;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
}

.current-pagination:hover,
.pagination .inactive:hover {
    background-color: #ff7e20;
    color: #fff;
}

.pagination .inactive {
    border: 1px solid #dedede;
    display: inline-block;
    height: 30px;
    line-height: 29px;
    text-align: center;
    width: 30px;
}

.blog-page-inner .pagination {
    margin: 60px 15px 0;
}

.blog-page-inner .blog-meta > ul > li {
    background-color: #ff7e20;
    color: #fff;
    display: inline;
    font-size: 25px;
    height: 50px;
    margin-bottom: 0;
    padding: 10px 14px;
    width: 50px;
}

.blog-page-inner .blog-meta {
    bottom: 0px;
    height: 50px;
    left: 0;
    top: auto;
    width: 100%;
}

.blog-page-inner .blog-date span {
    display: inline-block;
    width: 27px;
}

.inner_page .blog-content .title:hover {
    color: #ff7e20
}


/*** side par ***/

.blog-search #search-form > input {
    border: 1px solid #dddddd;
    padding: 12px 50px 12px 15px;
    position: relative;
}

.blog-search #search-form > button {
    background: transparent;
    border: medium none transparent;
    padding: 13px 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.blog-search > form {
    display: inline-block;
    height: 40px;
    max-width: 242px;
    position: relative;
}

.blog-search #search-form > button:hover {
    background-color: #ff7e20;
    color: #fff;
}

.widget {
    padding-bottom: 60px;
}

.widget-hadding {
    font-family: montserrat;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.widget-hadding > span::after {
    background-color: #ff7e20;
    bottom: -3px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.widget-hadding > span {
    position: relative;
}

.widget-cat > li {
    line-height: 30px;
	text-transform:uppercase;
}

.widget-cat > li > a span.fa {
    margin: 0 6px 0 0;
        -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.widget-cat > li > a:hover {
    margin: 10px;
        -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

.resent-image {
    float: left;
}

.resent-image figure {
    margin: 0 20px 0 0;
    min-height: 80px;
    min-width: 80px;
}

.resent-image figure img {
    min-height: 100%;
    min-width: 100%;
}

.resent-details > a {
    color: #232323;
    font-family: lato;
    font-size: 16px;
    font-weight: bold;
}

.resent-details > a:hover {
    color: #ff7e20
}

.resent-date > span {
    color: #232323;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    margin-right: 10px;
}

.resent-date {
    color: #ff7e20;
    font-style: italic;
    padding-top: 8px;
}

.resent-post {
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}

.resent-post:last-child {
    border: transparent;
    padding-bottom: 0;
}

.resent-post.first-item {
    padding-top: 0;
}

.widget .blog-des {
    line-height: 26px;
}

.populer-tag > li {
    display: inline;
}

.populer-tag > li > a {
    background-color: #1c1c1c;
    color: #fff;
    display: inline-block;
    margin: 0 6px 1px -4px;
    overflow: hidden;
    padding: 7px 19px;
}


/*** blog details ***/


/*** blog details  ***/

.blog-details-thumbnail {
    position: relative;
}

.blog-details-thumbnail::after {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}

.blog-details-contant > h4 {
    font-size: 30px;
    padding-bottom: 10px;
    padding-top: 25px;
}

.blog-details-meta > ul > li {
    display: inline;
    font-size: 14px;
    margin-left: 0;
    margin-right: 10px;
}

.blog-details-meta > ul > li > span {
    font-size: 20px;
    font-weight: bold;
    margin: 10px;
    text-transform: uppercase;
}

.blog-details-meta > ul > li > a > span {
    color: #ffa463
}

.blog-details-meta > ul > li a span.fa {
    margin-left: 0;
    margin-right: 5px;
}

.blog-details-meta {
    margin-top: 30px;
}

.blog-details-meta a {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-left: 0;
    text-transform: uppercase;
}

.blog-details-meta a:hover {
    color: #232323;
}

.blog-details-des {
    line-height: 26px;
    padding-top: 20px;
}

.comment-area {
    padding-top: 70px;
}

.comment-area h2 {
    font-family: montserrat;
    font-size: 16px;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.comment-area h2 span.fa {
    margin-left: 0;
    margin-right: 5px;
}

.comment-img {
    float: left;
    height: 40px;
    width: 40px;
}

.comment-time {
    color: #333;
    margin: 5px 0;
    display: inline;
}

.comment-img > img {
    height: 100%;
    width: 100%;
}

.comment-content {
    overflow: hidden;
    padding-left: 15px;
}

.comment-content h3 {
    display: inline;
    font-family: montserrat;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}

.comment-content p {
    line-height: 26px;
    margin-top: 10px;
}

.comment-reply {
    display: inline;
    font-style: italic;
    margin: 8px 0;
}

.blog-details-reply-box {
    display: inline;
    float: right;
    text-transform: uppercase;
}

.comment-reply a {
    color: #333;
}

.comment-reply a:hover {
    color: #ff7e20
}

.comment-list-reply {
    padding: 50px 0 50px 72px;
}

.comment-respond {
    padding-top: 70px;
}

.respond-title {
    font-family: montserrat;
    font-size: 16px;
    padding: 20px 0 35px;
    text-align: left;
    text-transform: uppercase;
}

.respons-box .form-control {
    border: 1px solid #e8e8e8;
    border-radius: 0;
    box-shadow: none;
    height: 40px
}

.form-control.form-comment {
    height: auto;
}

.respons-box .btn.btn-buttons.submit-btn {
    margin: 15px 0 0;
}

.respons-box .form-button {
    display: block;
}

.respons-box .btn.btn-buttons.submit-btn:hover {
    background-color: #232323;
    color: #fff;
    border-color: #232323
}

.blog-details-section {
    padding-bottom: 100px
}

.comment-header {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}


/*** about page ***/

.about-page .about-img img {
    height: 100%;
    width: 100%;
}

.about-page .about-img {
    height: 250px;
    margin: 0 auto;
    width: 600px;
}

.about-page .about-content h2 {
    font-family: montserrat;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 35px;
}

.about-page .about-content p {
    padding: 0 146px 0 145px;
}

.about-page .about-content {
    padding-top: 70px;
}

.about-img.about-2-page {
    height: 327px;
    width: auto;
}

.about-page .about-content-2 {
    padding: 0;
}

.about-page .about-page-des-2 {
    padding: 0 !important;
}

.about-page .about-content-2 h2 {
    padding-bottom: 20px;
}


/*** contact page ***/

.contact-page .maps-section {
    height: 450px;
}

.contact-page .contact-box span {
    color: #939393;
    font-size: 45px;
}

.contact-page .contact-box h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 24px;
    margin-top: 7px;
    text-transform: uppercase;
}

.contact-page .contact-box-inner {
    border: 1px solid #e6e6e6;
    padding: 60px 53px;
	height:300px;
}

.inner_page .pricing-section {
    background-color: #f5f5f5;
    margin: 0;
    padding-top: 100px;
    width: 100%;
}

.inner_page .pricing-title {
    padding: 63px 0;
}

.col4_pricing {
    padding-top: 50px;
}


/*** login **/

.login-section .form input[type="text"],
.login-section .form input[type="password"] {
    border: 1px solid #c1c1c1;
    box-sizing: border-box;
    color: #666;
    float: left;
    height: 50px;
    margin: 0 0 30px;
    padding: 0 18px;
    width: 100%;
}

.login-section .form input[type="submit"] {
    box-sizing: border-box;
    color: #fff;
    float: left;
    height: 50px;
    margin: 0 0 30px;
    padding: 0 18px;
    width: 100%;
}

.login-section .form {
    margin: 0 auto;
    overflow: hidden;
    width: 360px;
}


/*** register ***/

.register-section .form {
    margin: 0 auto;
    overflow: hidden;
    width: 750px;
}

.register-section .form input[type="text"],
.register-section .form input[type="password"] {
    border: 1px solid #c1c1c1;
    box-sizing: border-box;
    color: #666;
    float: left;
    height: 50px;
    margin: 0 0 30px;
    padding: 0 18px;
    width: 100%;
}

.register-section .form span a {
    color: #ff7e20;
}

.register-section .form span a:hover {
    color: #333;
    text-decoration: underline
}

.register-section .form input[type="submit"] {
    border: 0 none;
    color: #fff;
    float: left;
    padding: 18px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}


/*** 404 ***/

.error_section h2 {
    color: #ff7e20;
    font-family: montserrat;
    font-size: 117px;
    font-weight: bold;
    margin-bottom: 30px;
}

.error_section h3 {
    font-family: montserrat;
    font-size: 25px;
    margin: 8px;
}

.error-button {
    padding-bottom: 50px;
    padding-top: 50px;
}

.btn-button2 {
    background-color: #333 !important;
}

.btn-button2:hover {
    background-color: #ff7e20 !important;
}

.error_section {
    padding: 200px 0;
}

.error_bg {
    background-attachment: fixed;
    background-image: url("../images/404.jpg");
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.error_section2 {
    padding: 200px 0;
    position: relative
}

.error_section2 h4 {
    color: #fff;
    font-family: montserrat;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 22px;
    text-transform: uppercase;
}

.error_section2 h1 {
    color: #fff;
    font-family: montserrat;
    font-size: 33px;
    font-weight: bold;
    margin: 21px;
    text-transform: uppercase;
}

.error_section2::after {
    background-color: rgba(0, 0, 0, 0.53);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.error_section2 .error-button a {
    color: #fff;
}

.error_section2 .error-button a:hover {
    background-color: #fff;
    color: #333;
}


/*** testimonial page ***/

.testiminial2 .testimonial-content h2,
.testiminial2 .testimonial-content .subtitle,
.testiminial2 .testimonial-content p {
    color: #333;
}

.testiminial2 {
    background-color: #f5f5f5;
}

.testiminial2 .owl-dot > span::after {
    color: #333;
    content: "";
    font-family: fontawesome;
}

/*** end  all page code ***/