/*

Exroz - Constuction HTML Template
Author : aStylers
Author URL : https://themeforest.net/user/astylers

*/

/*

Table of Content:
- fonts
- general
- button
- navbar
- header title
- about us
- home intro
- section title
- services
- our works
- pricing
- features
- latest blog
- blog
- blog single
- pagination
- contact
- footer
- responsive

*/

/* fonts */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900");

/* general */
body {
    background: #fff;
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
iframe {
    width: 100% !important;
}
.titless{color: #f7a30a;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
        margin: 15px 0 10px;}


 .site-logo {
	 width: 218.33px !important;
	 margin-right: 50px;
}
 .btn {
	 border-radius: 5px;
	 font-weight: normal;
	 font-size: 15px;
	 letter-spacing: 0.02em;
	 line-height: 12px;
	 text-align: center;
	 font-weight: 600;
	 font-size: 14px;
	 padding: 14px 30px;
	 cursor: pointer;
}
 .btn-theme {
	 background: var(--theme-color1);
	 color: #212121;
}

.c-container {
    margin: auto;
    width: 93%;
    position: relative;
    z-index: 1;
}

.btn-outline-white {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    background-image: none;
    border-width: 2px;
    border-color: #fff;
    font-weight: 500;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.btn {
    border-radius: 5px;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 30px;
    cursor: pointer;
}
.btn-outline-white:hover {
    background-color: #fff;
    color: var(--text-dark);
}
/* common css up */

.testimonial p {
	 font-size: 28px;
	 letter-spacing: 0.02em;
	 line-height: 35px;
}
 .testimonial .name {
	 font-weight: bold;
	 font-size: 18px;
	 letter-spacing: 0.04em;
	 line-height: 35px;
	 text-align: left;
}
 .testimonial .designation {
	 font-size: 14px;
	 letter-spacing: 0.04em;
	 text-align: left;
	 color: #fff;
	 opacity: 0.65;
}
 .unt {
	 margin-bottom: 20px;
	 margin-top: 60px;
}
 .hero-text {
	 font-size: 30px;
	 letter-spacing: 0.02em;
	 color: #fff;
}
 .gallery-thumbs {
	 height: 100%;
}
 .gallery-thumbs .swiper-wrapper {
	 align-items: center;
}
 .gallery-thumbs .swiper-slide {
	 background-position: center;
	 background-size: cover;
	 width: 250px !important;
	 height: 330px;
	 position: relative;
}
 .gallery-thumbs .swiper-slide img {
	 filter: contrast(0.5) blur(1px);
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 border-radius: 10px;
}
 .gallery-thumbs .swiper-slide-active img {
	 filter: contrast(1) blur(0px) !important;
}
 .flex-row {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 margin-right: -15px;
	 margin-left: -15px;
}
 .flex-row .flex-col {
	 -ms-flex-preferred-size: 0;
	 flex-basis: 0;
	 -webkit-box-flex: 1;
	 -ms-flex-positive: 1;
	 flex-grow: 1;
	 max-width: 100%;
	 position: relative;
	 width: 100%;
	 min-height: 1px;
	 padding-right: 15px;
	 padding-left: 15px;
}

.gallery-thumbs .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.testimonial-section .quote {
    width: 75%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 100px;
    padding-right: 100px;
}
.swiper-container.testimonial {
    height: 100vh;
}
.testimonial-section .user-saying {
    background: var(--theme-color2);
    width: 60%;
    color: #fff;
    height: 100%;
}
.testi-user-img {
    width: 40%;
}
.testimonial-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.testimonial_section .about_content .layer_content a:hover {
    color: #fff;
    border: 1px solid #f7a30a;
}
.testimonial-section .quote p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    font-style: italic;
    margin: 0;
}
.quote-icon {
    width: 38px;
    display: block;
    margin-bottom: 30px;
}
.footer h5 {
    color: #f7a30a;
    margin-bottom: 25px;
}
.features.section {
    padding-top: 30px;
}
.about p {
    text-align: justify;
}
.features .content {
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 41%) !important;
    margin: 10px;
    background-color: #0a1d38 !important;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 0.0625rem solid rgba(245, 245, 245, 0.05);
    padding: 20px;
}
.features .content-text p {
    color: #fff;
    margin: auto;
    line-height: 30px;
    font-size: 15px;
}
.features .content h5 {
    margin: 0 0 9px;
    color: #efa31d;
}
h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
}
.ftra{padding-top: 140px;}
a {
    color: #111;
}

a:hover {
    color: #f7a30a;
    text-decoration: none;
    transition: .5s ease-out;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

p {
    line-height: 26px;
    text-align: justify;
}

.bg-grey {
    background: #f5f3fd;
}

/* button */
.button {
    background: #f7a30a;
    padding: 12px 30px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 22px;
    display: inline-block;
    border: 0;
}

.button:hover {
    color: #fff;
}

.hb-fill-right:before {
    background: #021d38 !important;
    color: #fff !important;
}

/* loader */
.spinner4 {
    background: #f7a30a;
}
.tab .nav-tabs{
    border: none;
    margin-bottom: 10px;
}
.tab .nav-tabs li a{
    display: block;
    padding: 20px 30px;
    margin: 0 10px 0 0;
    background: #fcfcfc;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #eee;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.tab .nav-tabs li.active a{
    color: #fff;
    border: 1px solid #000;
}
.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after{
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background: #333;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    left: -50%;
    opacity: 0.3;
    z-index: -1;
    transform: scale(0);
    transition: all 0.8s ease-out 0s;
}
.tab .nav-tabs li a:after{
    background: #f7a30a;
    transition: all 0.4s ease-in 0.3s;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li.active a:after{
    opacity: 1;
    transform: scale(4);
}
.tab .tab-content{
    padding: 20px 40px;
    margin-top: 0;
    background: #fff;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    border: 7px double #f7a30a;
    letter-spacing: 1px;
    position: relative;
}
.tab .tab-content h3{
    font-size: 24px !important;
    margin-top: 0;
}
@media only screen and (max-width: 767px){
    footer {
    padding-top: 20px !important;
}


    footer {
    padding-top: 20px;
}
    .ftra  {
    display: none;
}
    .tabtop .active a:before {
  display:none!important;
}
td.dt {
    color: #fff;
    font-size: 17px;
    background: #efa31d;
}
    .tabsetting li {
    width: 100%;
}
    tr:nth-of-type(odd) {
    background: transparent !important;
}
    td {
    font-weight: bold;
}
    td {
    padding-left: 15px !important;
}
    .ftra img {
    margin-top: -160px !important;
}
 h1.fw800.color-dark.text-center {
    font-size: 17px !important;
    padding-top: 10px;
}
    .navbar .navbar-brand {
    color: #fff !important;
    font-size: 15px !important;
    /* background: #f7a30a; */
    padding: 0px 0px  !important;
    font-weight: 700;
}
.fixed-top {
    position: relative !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
nav.navbar.navbar-expand-md.fixed-top img {
    width: 85px;
    padding-bottom: 5px;
}
    .title h1 {
    font-size: 20px !important;
}
    section.top-headingss {
    background: #0a1d38;
}
.top-headingss {
    z-index: none;
    position: static;
    top: 0px !important;
}
    .tab .nav-tabs li a{ padding: 7px 15px; }
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .tab .nav-tabs li a:before,
    .tab .nav-tabs li a:after{
        width: 100%;
    }
}
/* navbar */
.navbar {
    padding: 0;
    background: #021d3866;
    transition: .5s ease-out;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 0%);
}

.navbar .container-fluid {
    padding: 0;
}

.navbar span.call {
    font-size: 17px;
    margin-left: 12px;
    margin-top: 5px;
    color: #fff;
}

.navbar .navbar-brand {
    color: #fff;
    font-size: 32px;
 /*   background: #f7a30a;*/
    padding: 10px 0px;
    font-weight: 700;
}

.navbar .navbar-nav li {
    padding: 0 15px;
}

.navbar .navbar-nav li a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.navbar .navbar-nav li a:last-child {
    padding-right: 0 !important;
}

.navbar .navbar-nav li:last-child {
    padding-right: 30px;
}

.navbar .navbar-toggler i {
    color: #fff;
}

.navbar-fixed {
    background: #021d38;
    transition: .5s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0);
}

.navbar-fixed span.call {
    color: #fff;
}

.navbar-fixed .navbar-brand {
    color: #fff;
}

.navbar-fixed .navbar-nav li a {
    color: #fff;
}

.navbar-fixed .navbar-toggler i {
    color: #fff;
}

.navbar-transparent {
    background: transparent !important;
}

/* haader title */
.header-title {
    background: linear-gradient(rgb(18 21 40), rgba(3, 6, 28, 0.9)), url(../images/banner-3.jpg);
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position: center;
    background-size: cover;
    padding: 160px 0 100px;
    text-align: center;
}

.header-title h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
}

/* about us */
.about {
    position: relative;
}

.about .content {
    padding: 0 20px 20px;
}

.about .content-image {
    padding: 0 20px 20px;
}

.about .row {
    background: #fff;
    position: relative;
    top: 120px;
    border-radius: 0 0 5px 5px;
    margin-top: -20px;
}

.about .bg-style {
    width: 100%;
    height: 244px;
    background: #f7a30a;
}

.about ul li {
    margin-bottom: 10px;
}

.about ul li i {
    margin-right: 15px;
}

.about ul li:last-child {
    margin-bottom: 0;
}

.about h2 {
    font-weight: 600;
}

.about h2 span {
    color: #f7a30a;
}

.about h6 {
    color: #333;
    margin-bottom: 28px;
    margin-top: 10px;
}

/* home intro */
.home-intro {
    background: linear-gradient(rgb(3 6 28 / 26%), rgb(3 6 28 / 3%)), url(../images/bg-intro.jpg);
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position: center;
    background-size: cover;
    padding: 555px 0 120px !important;
}

.home-intro .content {
    text-align: center;
}

.home-intro .content .button-intro {
    border: 2px solid #f7a30a;
    background: transparent;
    padding: 10px 30px;
}

.home-intro .content .button-intro:hover {
    border-color: #fff;
}

.home-intro .content .button {
    margin-right: 20px;
    margin-left: 20px;
}

.home-intro .button:hover {
    color: #333;
}

.home-intro .hb-fill-right:before {
    background: #fff !important;
    color: #333 !important;
}

.home-intro h5 {
    color: #f7a30a;
    font-size: 26px;
    margin-bottom: 32px;
    font-weight: 600;
}

.home-intro h2 {
    color: #fff;
    font-size: 62px;
    font-weight: 700;
    margin: 25px 0;
    line-height: 54px;
    letter-spacing: 1px;
}

.home-intro h6 {
    color: #fff;
    line-height: 35px;
    font-size: 17px;
    margin-bottom: 15px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.home-intro img {
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

/* section */
.section {
    padding: 100px 0 120px;
}

.title-section {
    text-align: center;
    margin-bottom: 50px;
}

.title-section h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.title-section h3 span {
    color: #f7a30a;
}

.title-section-left {
    margin-bottom: 0;
}

.title-section-left h3 {
    font-size: 40px;
    font-weight: 600;
}

.title-section-left h3 span {
    color: #f7a30a;
}
.title-section p span {
    color: #f7a30a;
}
.title-section p {
  margin: auto;
    line-height: 30px;
    font-size: 15px;
    padding-bottom: 100px;
}

.title-section-two {
    text-align: left;
}

.title-section-two p {
    width: 100%;
}

/* services */
.services {
    padding: 100px 0 90px;
}

.services .content {
    background: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 12px 30px 0px rgb(0 0 0 / 28%);
}

.services .content i {
    font-size: 54px;
    color: #f7a30a;
}

.services .content h5 {
    margin: 25px 0 14px;
}

/*.services .content-center {
    background: #f7a30a;
    color: #fff;
}*/

.services .content-center i {
    color: #fff;
}

/*.services .content-center h5 {
    color: #fff;
}*/

/* our work */
.our-work {
    background: #111;
    padding-top: 100px;
    color: #eee;
}

.our-work h3 {
    color: #fff;
}

.our-work .content img {
    width: 100%;
    height: 300px;
    position: relative;
}

.our-work .content .caption {
    position: absolute;
    background-color: rgba(255, 169, 11, 0.9);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .3s ease;
    padding-top: 140px;
    text-align: center;
    width: 80%;
    height: 100%;
    margin: auto;
}

.our-work .content .caption h6 {
    color: #fff;
}

.our-work .content .caption p {
    color: #fff;
}

.our-work .content .caption p:hover {
    color: #fff;
}

.our-work .content a:hover .caption {
    opacity: 1;
    width: 100%;
    transition: all .3s ease;
}

/* pricing */
.pricing .content {
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
    text-align: center;
    background: #fff;
}

.pricing .content h3 {
    font-size: 38px;
    font-weight: 600;
    margin: 10px 0 22px;
    color: #f7a30a !important;
}

.pricing .content li {
    margin: 15px 0;
}

.pricing .content li i {
    margin-right: 20px;
}

.pricing .content-color {
    border: 2px solid #f7a30a;
    padding: 0 !important;
}

.pricing .content-color .head {
    background: #f7a30a;
    padding: 30px;
    border-radius: 0 0 50px 50px;
    padding-bottom: 1px;
}

.pricing .content-color .head h5 {
    color: #fff;
}

.pricing .content-color .head h3 {
    color: #fff !important;
}

.pricing .content-color .button {
    margin-bottom: 30px;
}

/* features */
.features .content {
    background: #fff;
    border-radius: 6px;
    padding-bottom: 40px;
    position: relative;
}

.features .content i {
    font-size: 30px;
    color: #f7a30a;
    margin-top: 16px;
}

.features .content h5 {
    margin: 0 0 9px;
}

.features .content img {
    float: left;
    margin-right: 30px;
    text-align: center;
    width: 65px;
    height: 65px;
    border-radius: 50px;
    line-height: 65px;
}

.features .content .content-text {
    overflow: hidden;
}
.content-text h5 a {
    color: #111 !important;
}

/* latest blog */
.latest-blog {
    padding-top: 120px;
}

 .latest-blog .content {
    border-radius: 6px;
    box-shadow: 0 12px 30px -15px rgb(0 0 0 / 20%);
    background: #fff;
    margin: 10px;
    min-height: 246px !important;
    height: 530px;

}

.latest-blog .content img {
    border-radius: 3px 3px 0 0;
}

.latest-blog .content-text {
    padding: 30px;
}

.latest-blog .content-text span {
    font-size: 15px;
    color: #777;
    margin-bottom: 15px;
    display: block;
}

.latest-blog .content-text h5 {
    line-height: 30px;
}

.latest-blog .content-text a:hover {
    color: #f7a30a;
    transition: .5s ease-out;
}

/* blog */
.blog .content {
    border-radius: 6px;
    margin-bottom: 30px;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.blog .content img {
    border-radius: 3px 3px 0 0;
}

.blog .content-text {
    padding: 30px;
}

.blog .content-text span {
    font-size: 15px;
    color: #777;
    margin-bottom: 15px;
    display: block;
}

.blog .content-text h5 {
    line-height: 30px;
}

.blog .content-text a:hover {
    color: #f7a30a;
    transition: .5s ease-out;
}

/* pagination */
.pagination {
    text-align: center;
    margin: 0 auto;
    display: inherit;
}

.pagination ul li {
    display: inline-block;
    margin: 10px;
}

.pagination ul li a {
    height: 50px;
    width: 50px;
    line-height: 48px;
    text-align: center;
    border: 2px solid #ddd;
    display: block;
    font-size: 18px;
    border-radius: 6px;
}

.pagination ul li .active {
    background: #f7a30a;
    color: #fff;
    border-color: #f7a30a;
}

/* blog single */
.blog-single .content h5 {
    font-size: 24px;
    line-height: 34px;
}

.blog-single .content li {
    display: inline-block;
    margin-right: 20px;
}

.blog-single .content li i {
    margin-right: 10px;
}

.blog-single .content img {
    margin-top: 30px;
    margin-bottom: 25px;
}

.blog-single .content .quote {
    background: #eee;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 22px;
}

.blog-single .comments {
    border-top: 2px solid #ddd;
    padding-top: 30px;
    margin-top: 35px;
}

.blog-single .comments h5 {
    margin-bottom: 25px;
}

.blog-single .button {
    margin-top: 0;
}

.blog-single .search {
    margin-bottom: 16px;
}

.blog-single .search input {
    width: calc(100% - 65px);
    height: 52px;
}

.blog-single .search .button {
    float: right;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 22px;
    height: 52px;
    line-height: 26px;
    width: 52px;
}

.blog-single .sidebar-link h5 {
    border-bottom: 2px solid #ddd;
    padding-bottom: 14px;
    margin-bottom: 22px;
}

.blog-single .sidebar-link li {
    margin-bottom: 16px;
}

.blog-single .sidebar-link li a {
    font-size: 15px;
}

.blog-single .categories {
    margin-top: 40px;
}

/* contact */
.contact form input,
.contact form textarea {
    border: 2px solid #ddd;
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    width: 100%;
    color: #aaa;
}

.contact .button {
    margin-top: 0;
}

.contact li {
    margin-bottom: 25px;
    font-size: 20px;
}

.contact li i {
    margin-right: 28px;
    color: #f7a30a;
}

.contact .map {
    position: relative;
    top: -5px;
}

.contact .map i {
    float: left;
    margin-right: 34px;
    margin-top: 10px;
}

.contact .map p {
    overflow: hidden;
    line-height: 42px;
}

::placeholder {
    color: #aaa;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #aaa;
}

::-ms-input-placeholder {
    color: #aaa;
}

form input,
form textarea {
    border: 2px solid #ddd;
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    width: 100%;
    color: #aaa;
}

/* footer bottom */
.footer-bottom {
    background: #021d38;
    text-align: center;
    color: #eee;
    padding: 20px 0 8px;
}
.content img {
    width: 80px;
}
/* footer */
footer {
    background:linear-gradient(rgb(10 29 56), rgb(17 20 40 / 86%)), url(../images/footer.jpg);
    background-position-x: 0%, 0%;
    background-position-y: 0%, 0%;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
    background-position: center;
    background-size: cover;
    padding: 120px 0 110px;
    color: #bbb;
    font-size: 15px;
    border-bottom: 1px solid #253d55;
}
/*start*/
:root{
    --color_1: #eb3b5a;
    --color_2: #fa8231;
    --color_3: #8854d0;
    --color_4: #20bf6b;
}
.serviceBox{
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
    padding: 30px 9px 0;
    position: relative;
}
.serviceBox:before,
.serviceBox:after{
    content: "";
    background: #0a1d38 !important;
    width: 25px;
    height: 15px;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-clip-path: polygon(100% 30%, 100% 66%, 50% 100%, 0 66%, 0 30%, 50% 60%);
    clip-path: polygon(100% 30%, 100% 66%, 50% 100%, 0 66%, 0 30%, 50% 60%);
    transition: all 0.3s;
}
.serviceBox:hover:before{
    opacity: 1;
    top: 151px;
}
.serviceBox:hover:after{
    opacity: 1;
    top: 160px;
}
.serviceBox.orange .title {
    color: #f7a30a !important;
}
.service-icon img {
    width: 60px;
}
.serviceBox .service-icon{
    color: #fff;
    background: var(--color_1);
    font-size: 40px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 50px;
    border-radius: 50%;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
    position: relative;
    transition: all 0.3s;
    background: #0a1d38 !important;
}
.serviceBox:hover .service-icon:after {
    transform: rotate(
40deg
);
}
.serviceBox .service-icon:after {
    transform: rotate(
-45deg
);
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
}
.serviceBox .service-icon:before, .serviceBox .service-icon:after {
    content: "";
    border: 2px solid #ec9d1e !important;
    border-left: 2px dashed #e1971b !important;
    border-right: 2px dashed #efa31d !important;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    transition: all 0.3s;
}
.serviceBox .service-icon:before,
.serviceBox .service-icon:after{
    content: "";
    border: 2px solid var(--color_1);
    border-left: 2px dashed var(--color_1);
    border-right: 2px dashed var(--color_1);
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    transition: all 0.3s;
}
.serviceBox .service-icon:after{
    transform: rotate(-45deg);
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
}
.serviceBox:hover .service-icon:before{ transform:rotate(-40deg); }
.serviceBox:hover .service-icon:after{ transform:rotate(40deg); }
.serviceBox .service-icon i.fa{ transition: all 0.3s; }
.serviceBox:hover .service-icon i.fa{ transform: rotateX(360deg); }
.serviceBox .title{
    color: #f7a30a;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.serviceBox .description{
    color: #606060;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
}
.serviceBox.orange:before,
.serviceBox.orange:after{
    background: var(--color_2);
}
.serviceBox.orange .service-icon{ background: var(--color_2); }
.serviceBox.orange .service-icon:before,
.serviceBox.orange .service-icon:after{
    border-color: var(--color_2);
}
.serviceBox.orange .title{ color: var(--color_2); }
.serviceBox.purple:before,
.serviceBox.purple:after{
    background: var(--color_3);
}
.serviceBox.purple .service-icon{ background: var(--color_3); }
.serviceBox.purple .service-icon:before,
.serviceBox.purple .service-icon:after{
    border-color: var(--color_3);
}
.serviceBox.purple .title{ color: var(--color_3); }
.serviceBox.green:before,
.serviceBox.green:after{
    background: var(--color_4);
}

.serviceBox.green .service-icon{ background: var(--color_4); }
.serviceBox.green .service-icon:before,
.serviceBox.green .service-icon:after{
    border-color: var(--color_4);
}
.serviceBox.green .title{ color: var(--color_4); }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}
/*end*/
.content.content-center {
    background: #f7a30a;
    color: #fff;
}
footer h5 {
    color: #f7a30a;
    margin-bottom: 25px;
}

footer h6 {
    color: #f7a30a;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    top: -8px;
}

footer ul li {
    margin-bottom: 15px;
}

footer ul li a {
    color: #bbb;
}

footer ul li a:hover {
    color: #f7a30a;
    transition: .5s ease-out;
}

footer ul li i {
    margin-right: 25px;
}

footer ul .map {
    line-height: 30px;
}

footer ul .map i {
    float: left;
    margin-right: 34px;
    margin-top: 5px;
}

footer ul .map p {
    overflow: hidden;
}

footer ul li:last-child {
    margin-bottom: 0;
}

/*responsive*/
@media (max-width:980px) {
    .navbar .navbar-nav li {
        padding: 0 10px;
    }

    .home-intro h2 {
        line-height: 80px;
    }

    .our-work .content img {
        height: 240px;
    }

    .our-work .content .caption {
        padding-top: 90px;
    }

    .features .content:last-child {
        margin-bottom: 30px;
    }

    .services .content {
        padding: 20px;
    }

    .pricing .content {
        padding: 20px;
    }

    .latest-blog .content {
        margin-bottom: 30px;
    }

    .latest-blod .content.r-980 {
        margin-bottom: 0;
    }

    .about .col-md-6 {
        max-width: 100%;
        flex: 100%;
    }

    .features .col-md-6 {
        max-width: 100%;
        flex: 100%;
    }

}

@media (max-width:767px) {
  .about .content-image {
    padding-bottom: 35px !important;
}
    .about.dg {
    margin-bottom: -135px !important;
}
    .navbar span.call {
        display: none;
    }

    .navbar .navbar-toggler i {
        margin-right: 20px;
    }

    .navbar .navbar-nav {
        background: #021d38;
        padding-top: 10px;
        padding-bottom: 12px;
    }

    .navbar .navbar-nav li {
        padding: 0 32px;
    }

    .pricing .content {
        margin-bottom: 30px;
    }

    .pricing .last-content {
        margin-bottom: 0;
    }

    .latest-blod .content.r-980 {
        margin-bottom: 0;
    }

    .blog-single .search {
        margin-top: 30px;
    }

}

@media (max-width:640px) {
    .services .content {
        margin-bottom: 30px;
    }

    .services .col-sm-12:last-child .content {
        margin-bottom: 0;
    }

    .our-work .content img {
        height: 210px;
    }

    .pricing .content {
        margin-bottom: 30px;
    }

    .pricing .col-sm-12:last-child .content {
        margin-bottom: 0;
    }

    .latest-blod .content.r-980 {
        margin-bottom: 0;
    }

    .blog-single .search {
        margin-top: 30px;
    }

    footer .col-sm-6 {
        margin-top: 50px;
    }

}

@media (max-width:480px) {
    .home-intro h2 {
        font-size: 42px;
        line-height: 60px;
    }

    .about .content-image {
        padding-bottom: 0;
    }

    .about .bg-style {
        background: transparent;
    }

    .latest-blod .content.r-980 {
        margin-bottom: 0;
    }

    footer .col-12 {
        margin-top: 30px;
    }

}

@media (max-width:360px) {
    .home-intro h2 {
        font-size: 36px;
        line-height: 48px;
    }

    .latest-blod .content.r-980 {
        margin-bottom: 0;
    }

}