/*@charset "utf-8";*/
/* CSS Document */


* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1200px;
}

a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.unorderList {
    list-style: none;
}

img {
    max-width: 100%;
}

p {
    font-size: 14px;
    line-height: 26px;
    color: #333;
}

.style_none {
    list-style: none;
    margin-bottom: 0;
}

.clearfix {
    clear: both;
}

.style_none {
    list-style: none;
}

ul.tick {
    list-style: none;
}

ul.tick li {
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

ul.tick li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    content: '\f0a9';
    position: absolute;
    top: 0;
    left: 0;
    color: #fdc236;
}

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

.title {
    margin-bottom: 40px;
    position: relative;
}

.title h1 {
    font-size: 42px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    text-transform: uppercase;
}

.title:before {
    content: "";
    background: #fdc236;
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -30px;
}

.title h1 span {
    color: #fdc236;
}

.title p {
    font-size: 20px;
    letter-spacing: 3px;
    color: #fdc236;
    text-transform: uppercase;
    margin-bottom: 0;
}

.unorderList {
    list-style: none;
}

.readmore {
    margin-top: 20px;
}

.readmore a {
    text-decoration: none;
    font-size: 18px;
    background: #fdc236;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    padding: 18px 38px;
    color: #fff;
}

.readmore a:hover {
    color: #fff;
    background: #1d2435
}


/********************************************
       == Topbar Section ==
********************************************/
.topbar-wrap {
    background: #1c1a1a;
    padding: 10px 0;
}

.topbar-wrap p {
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding-top: 5px;
}

.topbar-wrap p i {
    font-size: 18px;
    padding-right: 4px;
}

.social-media {
    text-align: right;
}

.social-media span {
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    margin-right: 10px;
    padding-top: 5px;
}

.social-media ul {
    margin: 0;
    display: inline-block;
}

.social-media ul li {
    display: inline-block;
    padding: 0 2px;
}

.social-media ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
}


/********************************************
	   == Header Css Start ==
********************************************/
.header-wrap {
    padding-top: 10px;
}

.header-wrap .conInfo {
    padding-left: 52px;
    position: relative;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.header-wrap .conInfo span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a3a3a3;
    letter-spacing: 2px;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.header-wrap .conInfo a {
    text-decoration: none;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 24px;
}

.header-wrap .conInfo a:hover {
    color: #fdc236;
}

.header-wrap .addressWrp:before {
    content: "";
    background: url(../images/map_icon.png) no-repeat;
    width: 46px;
    height: 45px;
    position: absolute;
    top: 0px;
    left: 0;
}

.header-wrap .phonewrp:before {
    content: "";
    background: url(../images/phone_icon.png) no-repeat;
    width: 46px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
}

.header_info {
    margin-top: 8px;
    margin-bottom: 0;
    float: right;
}

.header_info li {
    display: inline-block;
    border-right: 1px solid #cccccc;
    padding-right: 30px;
    padding-left: 30px;
}

.header_info li:first-child {
    padding-left: 0;
}

.header_info li:last-child {
    border: none;
    padding-right: 0;
}

.header-wrap .phonewrp a {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.header-wrap .phonewrp {
    padding-left: 56px;
}

.logo-default {
    max-height: 3.5rem;
}

/*********************************************
        Navigation css
*********************************************/
.navbar-brand {
    display: none;
}

.navigation-wrap {
    margin-top: 5px;
    z-index: 1000;
    position: relative;
}

.close-toggler {
    display: none;
}

.navbar-light .navbar-toggler {
    display: none;
}

.bg-light {
    background: #FF7825 !important;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    padding: 22px 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background: #fdc236;
}

.quote-btn {
}

.quote-btn a {
    padding: 21px 40px;
    text-decoration: none;
    font-size: 17px;
    background: #fdc236;
    font-weight: bold;
    color: #fff;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover {
    background: #fdc236;
    color: #fff;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
}

.sticky {
    top: 0;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 10000;
    height: 65px;
    margin-top: 0;
    -webkit-box-shadow: 0px 5px 7px rgba(3, 3, 3, 0.11);
    -moz-box-shadow: 0px 5px 7px rgba(3, 3, 3, 0.11);
    box-shadow: 0px 5px 7px rgba(3, 3, 3, 0.11);
}

.custom-navbar .navbar-nav li.active > a {
    background-color: #1d2435;
    color: #fff;
}


/*********************************************
    About-wrap start
*********************************************/
.about-wrap {
    padding: 60px 0;
}

.about-wrap h1 {
    text-align: left;
    margin-bottom: 40px;
    margin-top: 0;
}

.about-wrap .title:before {
    left: 0;
    margin-left: 0;
}

.aboutTxt {
    font-size: 24px;
    font-weight: bold;
    color: #3a3a3a;
}

.aboutTxt span {
    display: block;
}

.about-wrap p {
    font-size: 14px;
    line-height: 24px;
    color: #878787;
    margin-top: 10px;
}

.about-wrap .view-all {
    text-align: left;
}

.inner-about {
    padding-bottom: 20px;
}

.aboutImg {
    position: relative;
    display: inline-block;
}

.aboutImg:before {
    content: "";
    border: 1px solid #FFF;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}


.aboutIcon {
    float: left;
    margin-right: 15px;
}

.aboutIcon i {
    font-size: 30px;
    color: #fdc236;
}

.icon-content {
    overflow: hidden;
}

.icon-content h5 {
    font-size: 16px;
    margin-top: 0;
}

.about-wrap .readmore a {
    background: #4a4848;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    text-transform: none;
    padding: 14px 36px;
}

.about-wrap .readmore a:hover {
    background: #fdc236;
}

.wt-icon-box-wraper {
    margin-top: 15px;
}

.about-wrap .readmore {
    margin-top: 20px;
}


/*********************************************
        Services start
*********************************************/
.service-wrap {
    padding: 60px 0;
    background: url(../images/service-bg.jpg) no-repeat;
    background-size: cover;
}

.service-wrap h3 {
    margin-top: 0;
    min-height: 52px;
}

.service-wrap h3 a {
    font-size: 22px;
    text-decoration: none;
    color: #000;
}

.service-wrap h3 a:hover {
    color: #fdc236;
}

.service-wrap h1 {
    margin-bottom: 30px;
    margin-top: 0;
}

.service-wrap h1:before {
    background: url(../images/underline.png) no-repeat;
}

.service-details {
    background: #fff;
    padding: 15px 15px 25px 15px;
}

.service-details h3 {
    margin-top: 10px;
}

.service-wrap .readmore a {
    position: relative;
    vertical-align: middle;
    z-index: 1000;
    background: #fdc236;
    color: #fff !important;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.07);
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 30px;
    display: inline-block;
}

.service-wrap .readmore a:hover {
    color: #fff !important;
    background: #000;
}

.single-service {
    border: 1px solid #eee;
    padding: 1.5rem;
    background: #fff;
    /*min-height: 60px;*/
}

.single-service .service-icon {
    color: #fff;
    background: #fdc236;
}

.service-icon {
    font-size: 44px;
    background: #fff;
    border: 1px solid #eee;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    margin-top: -46px;
    float: left;
    margin-right: 15px;
}

.service-wrap p {
    margin-top: 8px;
}

.serviceList li {
    margin-top: 60px;
}

/*********************************************
        Porfolio wrap
*********************************************/
.porfolio-wrap {
    padding: 60px 0;
}

.porfolio-wrap h1 {
    margin-bottom: 30px;
    margin-top: 0;
}

.portfolio-service li {
    margin-top: 30px;
}

.project-image {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.porfolio-wrap h3 a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
}

.portfolio-tags {
    color: #fff;
}

.project-image:before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    right: 0;
    z-index: 3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc8809), to(transparent));
    background-image: -webkit-linear-gradient(transparent, #cc8809);
    background-image: -moz-linear-gradient(transparent, #cc8809), -moz-linear-gradient(transparent, #cc8809);
    background-image: -o-linear-gradient(transparent, #cc8809), -o-linear-gradient(transparent, #cc8809);
    background-image: linear-gradient(transparent, #cc8809), linear-gradient(transparent, #cc8809);
    -moz-background-size: 100%;
    background-size: 100%;
    background-position: 0 0, 100% 0;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.portfolio-service li:hover .builder {
    top: 62% !important;
}

.portfolio-overley {
    display: none;
}


.portfolio-overley {
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.project-image:hover .portfolio-overley {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.porfolio-wrap .content {
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -40px;
    width: 100%;
}

.porfolio-wrap .content h3 a {
    text-decoration: none;
    color: #fdc236;
}


/*********************************************
        Our Team Wrap start
*********************************************/
.teamWrp {
    text-align: center;
}

.team_wrap {
    padding: 50px 0;
}

.team_wrap h1 {
    margin-bottom: 40px;
}

.team_wrap p {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 25px;
}

.team {
    display: inline-block;
    background-color: #fff;
    margin: 0px 0px 30px;
}

.team-info h5 {
    margin-bottom: 0;
}

.team-info {
    text-align: center;
    position: relative;
    padding: 7px 15px;
    background: #efefef;
}

.team-info h5 > a {
    font-size: 18px;
    text-decoration: none;
    color: #000;
    display: block;
    margin: 0px 0px 5px;
    text-transform: uppercase;
}

.team-info span {
    font-size: 14px;
    color: #242424;
    display: block;
}

.team-info ul {
    border-top: 1px solid #cecece;
    padding: 8px 5px 5px 5px;
    background: #fdc236;
}

.team-info ul li {
    position: relative;
}

.team-info ul li a {
    color: #fff;
    font-size: 18px;
}

.team-info h5 > a:hover {
    color: #222;
}

.team:hover .team-image img {
    transform: scale(1.2) rotate(-6deg);
    -webkit-transform: scale(1.2) rotate(-6deg);
    -moz-transform: scale(1.2) rotate(-6deg);
}

.team-image {
    position: relative;
    overflow: hidden;
}

.team .team-image img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.expert-team {
    padding-top: 0;
}

.team-image ul {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    background: #fdc236;
    padding: 15px 0px;
    transform: perspective(500px) rotateX(90deg);
    transition: all .5s;
    transform-origin: bottom;
}

.team-image ul li {
    display: inline-block;
    margin: 0px 2px;
}

.team-image ul li a {
    background: #fafafa none repeat scroll 0 0;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    color: #051429;
}

.team-image img {
    transition: all .5s;
}

.team-image ul li a:hover {
    background: #222;
    color: #fff;
}

.team:hover .team-image ul {
    transform: perspective(500px) rotateX(0deg);
}

.team-image ul li:nth-child(1) a:hover {
    background: #3b5998 !important;
    color: #FFF;
}

.team-image ul li:nth-child(2) a:hover {
    background: #55acee !important;
    color: #FFF;
}

.team-image ul li:nth-child(3) a:hover {
    background: #007ab9 !important;
    color: #FFF;
}

.team-image ul li:nth-child(4) a:hover {
    background: #dc4e41 !important;
    color: #FFF;
}

/*************************************************
        Contact css
*************************************************/
.contact-wrap {
    /*background: url(../images/contact-bg.jpg) no-repeat top;*/
    /*background-size: cover;*/
    background-color: grey;
    padding: 60px 0;
}

.contact-wrap h1 {
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-top: 0;
}

.contact-wrap .title:before {
    background: #fff;
    height: 2px;
}

.contact-info {
    max-width: 900px;
    margin: 0 auto;
}

.contact-wrap .input-group {
    display: block;
}

.contact-wrap p {
    color: #fff;
    text-align: center;
}

.contact-wrap .form-control {
    height: 55px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

textarea.form-control {
    height: 195px !important;
}

.contact-btn {
    text-align: center;
}

.contact-wrap .sub {
    font-size: 20px;
    color: #000;
    -webkit-border-radius: 26px 27px 27px 26px/26px 26px 27px 27px;
    -moz-border-radius: 26px 27px 27px 26px/26px 26px 27px 27px;
    border-radius: 26px 27px 27px 26px/26px 26px 27px 27px;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    border: none;
    margin-top: 20px;
    padding: 12px 32px;
    text-shadow: 1px 2px rgba(0, 0, 0, .15);
    cursor: pointer;
}

.contact-wrap .sub:hover {
    background: #fdc236;
}


/***********************************
    footer css
***********************************/
.footer-wrap {
    padding: 20px 0
}

.copyright {
    color: #fff;
    margin-top: 10px;
    color: #1a1a1a
}

.social-icons {
    list-style: none;
    text-align: right;
    margin-bottom: 0;
}

.social-icons li {
    display: inline-block;
    padding: 0 3px;
}

.social-icons li a {
    text-decoration: none;
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid #4267b2;
    text-align: center;
    line-height: 30px;
    color: #4267b2;
}

.social-icons li:nth-child(2) a {
    border: 1px solid #2caae0;
    color: #2caae0;
}

.social-icons li:nth-child(3) a {
    border: 1px solid #e04e42;
    color: #e04e42;
}

.social-icons li:nth-child(4) a {
    border: 1px solid #0173b1;
    color: #0173b1;
}

.social-icons li:nth-child(5) a {
    border: 1px solid #f63c27;
    color: #f63c27;
}

.social-icons li:nth-child(1) a:hover {
    background: #4267b2;
    color: #fff;
}

.social-icons li:nth-child(1) a:hover {
    background: #4267b2;
    color: #fff;
}

.social-icons li:nth-child(2) a:hover {
    background: #2caae0;
    color: #fff;
}

.social-icons li:nth-child(3) a:hover {
    background: #e04e42;
    color: #fff;
}

.social-icons li:nth-child(4) a:hover {
    background: #0173b1;
    color: #fff;
}

.social-icons li:nth-child(5) a:hover {
    background: #f63c27;
    color: #fff;
}

/***********************************
    page css
***********************************/
.scrollToTop {
    display: none;
}

.page-scroll {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.page-scroll a {
    font-size: 18px;
    color: #fff;
    background: #fdc236;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    display: inline-block;
    border: 1px solid #fff;
}


.innerContent {
    padding: 60px 0;
}

.innerHeading-wrap {
    background: url(../images/innerHeading-bg.jpg) no-repeat top;
    background-size: cover;
    padding: 70px 0 40px 0;
    margin-top: -34px;
}

.innerHeading-wrap h1 {
    margin-bottom: 0;
    color: #000;
    text-align: center;
}

.innerContent .blog-service {
    margin-top: 0;
}

.blog-pagination a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    color: #fdc236;
    border: 1px solid #fdc236;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 3px;
}

.blog-pagination a:hover, .blog-pagination a.active {
    background: #fdc236;
    color: #ffffff;
}

.single-widgets {
    border: 1px solid #e5e8f3;
    padding: 30px 28px 35px;
    margin: 0 0 40px;
}

.mb30 {
    margin-bottom: 30px;
}

.single-widgets .title:before {
    left: 0;
    margin-left: 0;
}

.single-widgets:hover {
    border-color: #fdc236;
}

.single-widgets.widget_search form {
    position: relative;
}

.single-widgets.widget_search form button {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 0px;
    cursor: pointer;
    border-radius: 4px;
    background: #fdc236;
    color: #ffffff;
    border: 0;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    width: 52px;
}


.category_wrp {
    padding: 0;
    list-style: none;
}

.category_wrp li {
    display: block;
    border-bottom: 1px solid #eaeaea;
    padding: 11px 0;
}

.category_wrp li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.category_wrp li a:hover {
    color: #fdc236;
}

.category_wrp li:first-child {
    border-top: none;
}

.category_wrp li a span {
    float: right;
}

.single-widgets.widget_search form input[type="search"] {
    border-radius: 4px;
    border: 1px solid #ebedf5;
    background: #f9fafc;
    font-size: 12px;
    padding: 10px 70px 10px 16px;
    height: 60px;
    width: 100%;
}

.single-widgets {
    text-align: left;
}

.single-widgets .title:after {
    left: 0;
    margin-left: 0;
}

.tagswrp li {
    display: inline-block;
    margin-bottom: 10px;
}

.tagswrp li a {
    color: #242323;
    line-height: 32px;
    display: block;
    border: 1px solid #ebedf5;
    text-decoration: none;
    padding: 6px 14px;
    font-size: 14px;
}

.tagswrp li a:hover {
    background: #fdc236;
    color: #fff;
    border-color: #fdc236;
}

.blog_del .blog-detail {
    text-align: left;
}

.blog_del .blog-detail p {
    font-size: 14px;
}

blockquote {
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    background: #fff4e6;
    padding: 25px;
    border-left: 8px solid #fdc236;
    margin: 20px 0;
}

.blog_list .date {
    left: 1px;
}

.blog_list .blog-image {
    overflow: inherit;
}

.blog_list .blog-detail {
    text-align: left;
}

.blog_list .blog-detail p {
    font-size: 14px;
}

.blog_list .readmore a {
    padding: 12px 22px;
}

.blog_date {
    font-size: 14px;
    color: #2a2938;
    font-weight: bold;
    margin-bottom: 10px;
}

.blog-detail h3 {
    margin-bottom: 5px;
}

.blog-detail h3 a {
    text-decoration: none;
    color: #000;
}

.blog-detail h3 a:hover {
    color: #fdc236;
}

.blog-detail .readmore a {
    font-weight: 500;
    border-radius: 36px;
    font-size: 14px;
    background: #1d2435;
    text-transform: uppercase;
}

.blog-detail .readmore a:hover {
    background: #fdc236;
}

.blogListWrp li {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 30px;
    padding-top: 30px;
}

.blogListWrp li:first-child {
    padding-top: 0;
}

.blogListWrp li:last-child {
    border: none;
}

/*****: Media Quries :*****/

@media screen and (max-width: 1200px) {
    #counter {
        margin-top: 40px;
    }

    .header_phone a {
        font-size: 22px;
    }

    .header_phone {
        padding-left: 35px;
        margin-right: 25px;
    }

    .law-wrap .title h1 {
        font-size: 32px;
    }

    .blog-detail h3 a {
        font-size: 20px;
    }

    .contact_form {
        padding: 20px;
    }

    .contact_info {
        padding: 20px;
    }

    .contact_info:after {
        bottom: -100px;
        right: -220px;
    }

    .slider_info .sliderText {
        font-size: 50px;
    }

    .navbar li {
        padding: 0px 12px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding: 22px 7px;
    }

    .view_map {
        right: 50px;
    }

    .slider-wrap {
        padding: 220px 0 180px 0;
    }

    .slider-wrap {
        padding: 60px 0;
    }

    .slider-wrap p {
        padding: 0;
    }

    .banner-info {
        margin-top: 0;
    }

    .videoWrp {
        padding: 0;
    }

    .videoWrp .banner-info {
        margin-top: 100px;
    }

}

@media screen and (max-width: 990px) {
    .banner-info {
        display: none;
    }

    .videoWrp {
        margin-top: 169px;
    }

    .navbar-light .navbar-toggler {
        display: block;
    }

    .sticky {
        display: none;
    }

    .staticbanner_wrap {
        margin-top: 0;
        padding: 60px 0;
    }

    .banner_col {
        margin-top: 0;
        max-width: inherit;
    }

    .video {
        margin-top: 0;
    }

    .videoslider {
        top: auto;
    }

    .videoslider h1 {
        font-size: 50px;
    }

    .videoWrp, .hero-wrapper {
        height: 450px;
    }

    .staticbanner_wrap .contact_form {
        padding: 20px;
    }

    .staticbanner_wrap .contact_form {
        margin-top: 40px;
    }

    .about-image {
        text-align: center;
        margin-top: 30px;
    }

    .quote-wrap .title:before {
        left: 50%;
        margin-left: -25px;
    }

    .innerHeading-wrap {
        margin-top: 0;
        padding: 40px 0;
    }

    .quote-btn a {
        display: inline-block;
        font-size: 14px;
        padding: 14px 24px;
    }

    .header-wrap .atlanta_logo {
        text-align: center;
    }

    .tp-banner {
        margin-top: 0;
    }

    .header_info {
        float: none;
    }

    .law-wrap:before {
        display: none;
    }

    .blog_sec {
        margin: 15px 18px;
    }

    .contact_info:after {
        display: none;
    }

    .contact-wrap {
        background: #fdc236;
    }

    .contact-wrap:after {
        display: none;
    }

    .contact-wrap:after, .contact-wrap:before {
        width: 100%;
    }

    .contact-wrap:before {
        height: 50%;
    }

    .contact_form, .contact_info {
        padding: 40px 20px;
    }

    .law-wrap .offset-6 {
        margin-left: 0;
    }

    .aboutImg {
        text-align: center;
        margin-bottom: 30px;
    }

    .header-wrap .navbar {
        float: none;
    }

    .advice-wrap p {
        padding: 0;
    }

    .counterbox {
        margin: 15px 0;
    }

    .navbar-toggler {
        background: #fff;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        padding: 10px 16px;
    }

    .navbar-light .navbar-nav .nav-link:hover {
        background: #000;
        color: #fff !important;
    }

    .navbar-light .navbar-nav .active > .nav-link {
        background: #000;
        color: #fff;
    }

    .footer-wrap .credits {
        margin-top: 10px;
        text-align: center;
    }

    .header_logo {
        text-align: center;
    }

    .header-wrap {
        /*position: fixed;*/
        width: 100%;
        background: #fff;
        z-index: 1000;
        box-shadow: 0px 5px 18px rgb(0 0 0 / 12%);
    }

    .slider-wrap {
        margin-top: 0;
    }

    .slider_info .sliderText {
        line-height: 55px;
    }

    .sinceWrp {
        text-align: center;
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        border: none;
    }

    .navbar-light .navbar-nav .nav-link {
        border: none;
    }

    .navbar-light .navbar-nav .active > .nav-link {
        background: #bd935c;
    }

    .navigationWrp {
        padding: 0;
    }

    .header_info {
        text-align: center;
        border-top: 1px solid #ddd;
        margin-top: 14px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .services-wrap .laptopImg {
        width: auto;
    }

    .navbar-collapse.show {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .newsletter-wrap {
        text-align: center;
    }

    .copyright-wrap {
        text-align: center;
    }

    .about-wrap h3 {
        font-size: 40px;
    }

    .navbar-collapse {
        position: fixed;
        top: 0px;
        bottom: 0;
        left: 100%;
        width: 60%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.8);
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        z-index: 10000;
    }

    .navbar-nav {
        clear: both;
    }

    .navigationWrp .collapse:not(.show) {
        display: inline-block;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #fff;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        font-size: 14px;
        z-index: 1000;
        font-weight: 400;
    }

    .navbar-toggler {
        position: absolute;
        top: 4px;
        right: 20px;
        background: #fff;
        display: block;
    }

    .header_phone {
        margin-top: 0;
    }

    .close-toggler {
        background: none;
        color: #fff;
        padding: 5px;
        border: none;
        margin-top: 10px;
        font-size: 24px;
        float: right;
        display: block;
    }

    .navbar-nav > li {
        display: block;
    }

    .navbar {
        text-align: left;
    }

    .navbar-light .navbar-nav .nav-link:hover {
        background: #bd935c;
        color: #fff;
    }

    .navbar {
        margin: 0;
    }

    .header-wrap .conInfo span {
        text-align: left;
    }

    .about_box {
        margin-left: 0;
    }

    .blog-pagination {
        margin-bottom: 30px;
    }

    .logo {
        text-align: center;
    }

    .banner-info {
        margin-top: 169px;
    }

    .slideWrp {
        padding-top: 169px;
    }

    .slidertext2 {
        font-size: 42px !important;
    }

    .slidertext3 span, .slidertext3 {
        font-size: 12px !important;
    }

    .slidertext4 a {
        font-size: 14px !important;
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 767px) {
    .slideWrp {
        padding-top: 80px;
    }

    .slidertext2 {
        font-size: 22px !important;
    }

    .slidertext3 span, .slidertext3 {
        font-size: 8px !important;
    }

    .slidertext4 a {
        font-size: 8px !important;
        margin-top: 30px !important;
    }

    .banner-info {
        margin-top: 40px;
    }

    .social-icons {
        text-align: center;
        margin-top: 10px;
    }

    .slider-wrap h2 span {
        font-size: 40px;
    }

    .slider-wrap p {
        font-size: 14px;
        line-height: 24px;
    }

    .slider-wrap h2 {
        font-size: 30px;
    }

    .banner-info {
        padding: 0;
    }

    .videoslider h1 {
        font-size: 34px
    }

    .quote-wrap, .quote-wrap h1 {
        text-align: center;
    }

    .videoslider p {
        font-size: 24px;
    }

    .videoWrp, .hero-wrapper {
        height: 400px;
    }

    .blog_sec {
        max-width: 370px;
        margin: 0 auto;
    }

    .blog_list .blog-detail {
        padding: 20px;
    }

    .navbar li {
        padding: 0;
    }

    .social-media, .topbar-wrap {
        text-align: center;
    }

    .header_info {
        display: inline-block;
        text-align: left;
    }

    .header_info li {
        display: block;
        margin: 20px 0;
        padding: 0;
        border: none;
    }

    .header_info {
        display: none;
    }

    .atlanta_logo {
        text-align: left !important;
        margin-right: 76px;
    }

    .advice-wrap .title h1 {
        font-size: 32px;
    }

    .advice-wrap .phonewrp a {
        font-size: 36px;
    }

    .advice-wrap .phonewrp:before {
        top: 0;
    }

    .header-wrap {
        text-align: center;
    }

    .contact-list {
        position: static;
        margin: 0 auto 50px auto;
    }

    .work-wrap .title p {
        font-size: 16px;
    }

    .work-wrap .title p:before, .work-wrap .title p:after {
        display: none;
    }

    .title h1 {
        font-size: 36px;
    }

    .media_logo {
        margin-top: 30px;
    }

    .medialinker_img img {
        width: 100%;
    }

    .work-wrap .readmore a {
        font-size: 18px;
        padding: 12px 30px;
    }

    .slider_info .sliderText {
        font-size: 22px;
        line-height: 30px;
    }

    .sinceWrp {
        font-size: 18px;
        color: #000;
    }

    .copyright-content p {
        text-align: center;
    }

    .credit {
        text-align: center;
    }

    .readmore a {
        font-size: 14px;
        padding: 14px 24px;
    }

    .newsletter-wrap .form-control {
        font-size: 14px;
        padding: 34px 22px 34px 65px;
    }

    .newsletter-wrap .form_icon {
        font-size: 28px;
        margin-top: -13px;
    }

    .newsletter-wrap {
        padding: 35px 15px;
    }
}


@media screen and (max-width: 480px) {
    .videoWrp, .hero-wrapper {
        height: 300px;
    }

    .quote-btn a {
        padding: 14px 30px;
    }

    .videoslider h1 {
        font-size: 24px;
    }

    .banner_wrap .title h1 {
        font-size: 32px;
    }

    .videoslider p {
        font-size: 16px;
    }

    .slideWrp {
        padding-top: 80px;
    }

    .slidertext2 {
        font-size: 18px !important;
    }

    .slidertext3 span, .slidertext3 {
        font-size: 6px !important;
    }

    .slidertext4 a {
        font-size: 6px !important;
        margin-top: 30px !important;
    }

    .project-image img, .team-image img {
        width: 100%;
    }

    .project-image, .team {
        display: block;
    }

    .advice-wrap .phonewrp:before {
        left: 50%;
        margin-left: -31px;
    }

    .advice-wrap .phonewrp {
        padding-left: 0;
        padding-top: 80px;
    }

    .page-navigation .page-go-link, .page-navigation .page-go {
        margin-left: auto;
        margin-right: auto;
    }

    .newsletter-wrap form input[type="submit"] {
        padding: 0 16px;
        font-size: 14px;
    }

    .newsletter-wrap .form_icon {
        font-size: 22px;
        margin-top: -10px;
    }

    .newsletter-wrap .form-control {
        padding: 32px 20px 32px 56px;
        font-size: 12px;
    }

    .maprwp iframe {
        height: 200px;
    }

    .contact-info-icon {
        margin: 30px auto;
    }

    .single-contact-info {
        display: block;
        text-align: center;
    }

    .contact-info-text {
        margin: 30px 0;
    }

    .about-wrap h3 {
        font-size: 20px;
    }

    .header-wrap {
        text-align: left;
    }

    .footer_links {
        border: none;
    }

    .footer_links li {
        display: block;
        text-align: left;
        border-bottom: 1px solid #3d5565;
        padding: 5px 0;
    }

    .footer_links li a {
        font-weight: normal;
    }

    .footer_links li:first-child {
        border-top: 1px solid #3d5565;
    }

    .footer_links {
        margin-top: 20px;
    }

    .testimonial-wrap .owl-nav {
        position: static;
        margin-top: 20px;
        text-align: center;
    }

    .header_logo {
        padding-right: 80px;
    }

    .about-wrap .title h1 {
        font-size: 22px;
    }

    .title p {
        letter-spacing: 1px;
    }

    .title p:before, .title p:after {
        display: none !important;
    }

    .contact-list li .icon img {
        width: 30px;
    }

    .contact-list p {
        font-size: 14px;
    }

    .law-wrap .title h1 {
        font-size: 20px;
    }

    .contact-wrap:before {
        height: 56%;
    }

    .newsletter-wrap .title h1 {
        font-size: 22px;
    }

    .newsletter-wrap .title h1 span {
        font-size: 18px;
    }

    .contact-wrap .title h1 {
        font-size: 22px;
    }

    .blog-detail p {
        font-size: 14px;
    }

    .lawflex .law_box {
        font-size: 20px;
    }

    .contact_info {
        padding: 20px !important;
    }

    .contact_box {
        margin-bottom: 8px;
    }

    .emailtext {
        font-size: 15px !important;
        font-weight: normal;
    }

    .title h1 {
        font-size: 26px;
    }

    .title p {
        font-size: 14px;
    }

    .blog_info {
        padding: 20px;
    }

    .blog_List span {
        padding-right: 12px;
    }

    .blog-wrap h3 {
        line-height: 18px;
    }

    .slider_info .sliderText {
        font-size: 16px;
        line-height: 20px;
    }

    .copyright-wrap .footer_links li {
        border-bottom: 1px solid #d0d0d0;
    }

    .copyright-wrap .footer_links li:first-child {
        border-top: none
    }

    .copyright-wrap .footer_links li:last-child {
        border-bottom: none
    }
}

.company-info {
    color: #878787;
    font-family: 'Poppins', sans-serif;
}

.company-info p {
    font-size: 1rem;
}

.company-info ul {
    list-style-type: none;
}

.company-info ul li::before {
    content: ""; /* This is the Unicode character for a check mark, followed by a space */
    margin-left: 2em;
    margin-right: 1em;
    display: inline-block;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    height: 8px;
    width: 8px;
}

.company-info ul li {
    display: flex;
    align-items: center; /* This will align the text vertically in the middle */
    /*justify-content: center;*/
    position: relative;
    /*height: 26px;*/
}

.whoWeAre-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 1200px) {
    .whoWeAre-wrap {
        height: 30rem; /* Adjust this value as needed */
        font-size: 2rem;
    }

    .blockText {
        font-size: 1.5rem;
    }
}

.blockText {
    background-color: rgba(0, 0, 0, 0.5); /* This is black with 50% opacity */
    padding-top: 3em;
    padding-bottom: 3em;
}

.blockText p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: white;
}

.blockText h1 {
    font-family: 'Poppins', sans-serif;
    color: white;
    font-size: 30px;
}

.projects-wrap details {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: .5em .5em 0;
    margin-bottom: 1em;
}

.projects-wrap summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffe8a1;
    padding: 10px;
    color: black;
    cursor: pointer;
    user-select: none;
}

.projects-wrap summary:after {
    content: '▶';
    /*width: 1em;*/
    /*height: 1em;*/
    text-align: center;
    transition: all .2s ease-in-out;
}

details[open] summary::after {
    transform: rotate(90deg);
}

.carousel-wrap {
    background-color: rgba(0, 0, 0, 0.8); /* This is black with 50% opacity */
}

