.p-0 {
    padding: 0 !important;
}
.w-100 {
    width: 100%;
}
.my-20 {
    margin: 20px 0;
}
.makes {
    margin-bottom: 20px;
}
.ad-banner {
    margin-top: 20px;
}
.faq-question{
    font-size: 20px !important;
}
.faq-answer-content{
    font-size: 18px !important;
} 
.btn-sm,
.btn-group-sm > .btn {
    left: 100%;
    position: absolute;
    transform: translate(-110%, 0px);
    z-index: 2;
}
.btn-default {
    background: black !important;
}
.services {
    background: #f5f5f5;
    padding: 30px;
}
#footer {
    background: #1a1918;
    padding: 20px;
}
#footer .nav ul li {
    list-style: none;
    display: inline;
    border-right: 2px solid #fff;
}
#footer .nav ul li a {
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    padding: 0 10px;
}
#footer .nav ul li a:hover {
    color: #555;
    text-decoration: underline;
}
#footer .nav ul li:last-child {
    border-right: none;
}
#footer address {
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
#footer .contact-txt {
    color: #fff;
    display: block;
    font-size: 26px;
    margin-bottom: 15px;
    margin-top: 15px;
}
#footer .contact-txt strong a {
    color: #ffbc04;
}
#footer .social-txt {
    margin-top: 10px;
    display: block;
}
#footer .social-txt ul li {
    list-style: none;
    display: inline;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
}
#footer .social-txt ul li a img {
    -webkit-filter: grayscale(1);
}
#footer .social-txt ul li a img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}
.footer-bar {
    background: #353636;
    padding: 20px;
}
.footer-bar span {
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: block;
}
#footer .terms-txt ul li {
    list-style: none;
    display: inline;
    border-right: 2px solid #fff;
}
#footer .terms-txt ul li a {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    padding: 0 10px;
}
#footer .terms-txt ul li:last-child {
    border: none;
}
#footer .terms-txt ul li a:hover {
    text-decoration: underline;
}
.vehicle-type {
    margin-bottom: 10px;
}
.vehicle-type .fix-text {
    display: block;
    color: #fff;
    font-size: 22px;
    background: #000;
    padding: 15px;
    text-align: center;
}
.vehicle-type .fix-text:hover {
    color: #000;
    background: #ffe119;
    background: -moz-linear-gradient(top, #ffe119 0%, #ffb400 100%);
    background: -webkit-linear-gradient(top, #ffe119 0%, #ffb400 100%);
    background: linear-gradient(to bottom, #ffe119 0%, #ffb400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe119', endColorstr='#ffb400',GradientType=0);
    -webkit-box-shadow: inset 0 2px rgba(255, 255, 255, 0.7),
        inset 0 0 3px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 0 2px rgba(255, 255, 255, 0.7),
        inset 0 0 3px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 2px rgba(255, 255, 255, 0.7),
        inset 0 0 3px rgba(255, 255, 255, 0.4);
}
.contact-detail h1 {
    padding-top: 50px;
    text-shadow: none;
    color: #000;
}
.contact-detail .circle {
    border-radius: 50%;
    border: 2px solid #e2e6e7;
    padding: 15px;
    background: #fff;
}
.contact-detail .p-l {
    padding-left: 0;
}
.contact-detail address {
    font-size: 18px;
    line-height: 24px;
    color: #525252;
}
.contact-detail form input:last-child {
    margin-bottom: 0;
}
.contact-detail form input {
    background: #fff;
    border: 2px solid #e2e6e7;
    padding: 10px;
    font-size: 18px;
    color: #878787;
    width: 100%;
    margin-bottom: 20px;
}
.contact-detail form textarea {
    height: 168px;
    background: #fff;
    border: 2px solid #e2e6e7;
    padding: 10px;
    font-size: 18px;
    color: #878787;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}
.contact-detail form span {
    color: #444;
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
}
.contact-detail button {
    font-size: 18px;
    background: #f4bc16;
    border: transparent;
    padding: 15px;
    border-radius: 7px;
    color: #fff;
    text-align: center;
    width: 70%;
    /*float: right;*/
    margin-top: 15px;
}
.contact-detail button:hover {
    background: #000;
}
.contact-detail .no-padding {
    padding: 0;
}
.about {
    padding-bottom: 30px;
    padding-top: 120px;
}
.about .content span {
    font-size: 36px;
    line-height: 42px;
    color: #000;
    font-weight: bold;
}
.about .content p {
    margin-top: 0;
}
.about .steps ul {
    margin-top: 25px;
}
.about .steps ul li {
    background: rgba(0, 0, 0, 0) url("../images/fast-icon.png") no-repeat scroll 0
        0;
    font-size: 18px;
    line-height: 24px;
    list-style: outside none none;
    margin-top: 10px;
    padding: 0 45px;
}
.abt-car figure img {
    margin-top: 40px;
}
.about .steps ul li span {
    font-size: 16px;
    line-height: 22px;
    display: block;
    color: #000;
}
.about .steps ul li img {
    vertical-align: baseline;
    margin-right: 10px;
}
.content article strong {
    font-size: 18px;
    line-height: 24px;
    color: #000;
}
.abt-content article {
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 293px;
}
.abt-content article p {
    font-size: 18px;
    line-height: 24px;
    color: #575761;
    margin-top: 20px;
}
/*.faq-detail .box-1{margin-bottom:30px;}
.faq-detail article h3{text-align:left;margin-top:0;font-size:22px;line-height:28px;}
.faq-detail article p{font-size:18px;line-height:24px;}*/
.deactive-map {
    pointer-events: none;
}
.error {
    padding-top: 85px;
}
.error .logo-404 {
    margin-top: 20px;
}
.error h2 {
    margin-bottom: 0;
}
.error span {
}
.links {
    margin-top: 20px;
    margin-bottom: 20px;
}
.links a {
    background: #1a1918;
    padding: 15px 75px;
    border-radius: 7px;
    background: #1a1918;
    color: #fff;
    text-transform: uppercase;
    display: block;
}
.links a:hover {
    background: #ffc007;
    color: #000;
}
.thanks h2 {
    font-size: 60px;
}
.thanks .tick-thanks {
    margin: 30px 0;
}
.thanks span {
    margin-bottom: 20px;
    display: block;
}
.content-ln {
    padding-left: 50px;
    line-height: 26px;
}

/*====================      Terms       ========================*/

/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #eeeeee;
    margin-bottom: 10px;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #fafafa;
    border-color: #eeeeee;
}

.panel-title {
    color: #000 !important;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    text-shadow: none;
}
.panel-body p {
    font-size: 18px;
    line-height: 24px;
}

.panel-title > a {
    display: block;
    padding: 10px;
    text-decoration: none;
}

.more-less {
    float: right;
    color: #212121;
}
.faq .panel-group {
    margin-bottom: 0;
    margin-top: 20px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eeeeee;
}
.h1-font {
    font-size: 52px;
}

/* ----- v CAN BE DELETED v ----- */
.day_night {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.keyword_content h4,
h5,
h6 {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    color: #000;
    text-align: center;
    text-shadow: inherit;
}
.keyword_content a {
    color: #477fff;
}

/*  ====================    Faq    =======================     */

.faq .panel-title a:focus {
    outline: none;
}
.faq .panel-title {
    color: #000 !important;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
}
.faq .panel-default > .panel-heading {
    background-color: #e4e4e4;
}
.faq .panel-title .fa {
    font-size: 22px;
}
/*  ====================    Faq    =======================     */

.content_cms img {
    border: 5px solid #ffb802;
}
/* .content_cms pre {
  min-height: 205px;
  padding-top: 40px;
} */
.ph-txt a.phone {
    color: #000;
}

/* ================= content section css from home view ======================= */
        .table {
            margin-top: 15px;
        }

        .d-block {
            display: block;
        }

        .col-lg-6 {
            margin-top: 15px;
            margin-bottom: 15px;
        }

        .fa-dot-circle-o:before {
            color: #ffb802;
        }

        .content-cms-img img {
            height: 367px;
            object-fit: cover;
        }

        .content-cms-img-1 img {
            height: 367px;
            object-fit: cover;
        }

        .bg-gray {
            background-color: #F0F0F0;
            padding: 40px;
            padding-right: 35px;
            padding-left: 35px;
        }

        .mb-5 {
            margin-bottom: 15px !important;
        }

        .my-5 {
            margin-top: 15px !important;
            margin-bottom: 15px !important;
        }

        .m-0 {
            margin-top: 15px !important;
            margin-bottom: 15px !important;
        }

        .bg-gray-1 {
            background-color: #F0F0F0;
            padding: 40px;
            padding-left: 35px;
            padding-right: 35px;
        }

        .bg-white {
            background-color: #fff;
            border: 1px solid #ccc;
        }

        .content-cms-img-1 {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        .content-cms-img {
            padding-right: 0px !important;
            padding-left: 0px !important;
        }

        .p-5 {
            padding: 15px !important;
        }

        @media screen and (max-width: 1199px) {

            .content_cms-1 span,
            strong {
                font-size: 18px !important;
                line-height: 24px !important;
            }
        }

        @media screen and (max-width: 1024px) {
            .bg-gray {
                padding-right: 40px !important;
            }

            .content_cms-1 span,
            strong {
                font-size: 16px !important;
                line-height: 22px !important;
            }
        }

        @media screen and (max-width: 991px) {
            .content-para {
                font-size: 18px !important;
                line-height: 24px !important;
            }

            h1,
            h2,
            h3 {
                margin-top: 10px;
                margin-bottom: 15px;
            }

            h2,
            h3 {
                font-size: 28px !important;
                line-height: 34px !important;
            }
        }

        @media screen and (max-width: 767px) {
            .bg-white {
                background-color: #fff;
                border: 0px solid #ccc;
            }

            .m-0,
            .my-5 {
                margin-top: 0px !important;
                margin-bottom: 0px !important;
            }

            .border-bottom {
                border-bottom: 1px solid #ccc;
            }

            .border {
                border-bottom: 1px solid #ccc;
            }

            .mb-5 {
                margin-bottom: 0px !important;
            }

            .p-5 {
                padding: 0px !important;
                margin-top: 0px !important;
                padding-left: 15px !important;
            }

            .content_cms-1 span,
            strong {
                font-size: 20px !important;
                line-height: 70px !important;
            }

            h2,
            h3 {
                font-size: 24px !important;
                line-height: 30px !important;
            }

            h3,
            h4,
            h5,
            h6 {
                margin-top: 0px;
                margin-bottom: 15px;
            }
        }

        @media screen and (max-width: 740px) {

            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
                margin-top: 10px;
                margin-bottom: 10px;
            }

            h6 {
                font-size: 20px;
                line-height: 26px;
                font-weight: bold;
            }

            .content-cms-img-1 {
                padding-left: 0px !important;
                padding-right: 0px !important;
            }

            .content-cms-img {
                padding-right: 0px !important;
                padding-left: 0px !important;
            }

            .border {
                border-bottom: 1px solid #ccc;
            }

            .mb-5 {
                margin-bottom: 0px !important;
            }

            .m-0 {
                margin-top: 5px !important;
                margin-bottom: 0px !important;
            }

            .p-5 {
                padding: 5px !important;
                margin-top: 3px !important;
                padding-left: 15px !important;
            }

            .bg-gray,
            .bg-gray-1 {
                padding: 15px;
                padding-right: 28px !important;
                padding-left: 28px !important;
            }
        }

        @media screen and (max-width: 667px) {

            h2,
            h3,
            h4,
            h5,
            h6 {
                margin-top: 0px;
                margin-bottom: 10px;
            }
			.faq-question {
				font-size: 17px !important;
			}
        }

        @media screen and (max-width: 480px) {

            .bg-gray-1 {
                background-color: #F0F0F0;
                padding: 20px;
                padding-left: 35px;
                padding-right: 35px;
            }

            .bg-white {
                background-color: #fff;
                border: 0px solid #ccc;
            }

            .border-bottom {
                border-bottom: 1px solid #ccc;
            }

            h2,
            h5,
            h6 {
                margin-top: 10px !important;
                margin-bottom: 8px !important;
            }

            h4 {

                display: block !important;
            }

            h3,
            h4 {
                margin-top: 0px !important;
                margin-bottom: 8px !important;
            }

            .content-para {
                font-size: 16px !important;
                line-height: 22px !important;
            }

            h2,
            h3 {
                font-size: 18px !important;
                line-height: 24px !important;
            }

            .content_cms-1 span,
            strong {
                font-size: 16px !important;
                line-height: 50px !important;
            }

            .content-para {
                font-size: 16px !important;
                margin-top: 10px !important;
                line-height: 23px !important;
            }

            .bg-gray {
                padding: 15px;
                padding-left: 27px;
            }

            .content-cms-img-1 img,
            .content-cms-img img {
                height: 250px !important;
                object-fit: cover;
            }

            .m-0 {
                margin-top: 0px !important;
                margin-bottom: 0px !important;
            }

            .m-0,
            .my-5 {
                margin-top: 0px !important;
                margin-bottom: 0px !important;
            }

            .mb-5 {
                margin-bottom: 0px !important;
            }

            .p-5 {
                padding: 0px !important;
                margin-top: 0px !important;
                padding-left: 15px !important;
            }
        }

        @media screen and (max-width: 384px) {

            .text span,
            strong {
                font-size: 15px !important;
                line-height: 21px !important;
            }
        }

        @media screen and (max-width: 360px) {

            .text span,
            strong {
                font-size: 14px !important;
                line-height: 20px !important;
            }
        }
    
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
.grid {
  /* position: relative; */
  clear: both;
  margin: 0 auto;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}
.grid figure {
  /* position: relative; */
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  /* max-height: 360px; */
  width: 100%;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  /* opacity: 0.8; */
}
.grid figure figcaption {
  padding: 0 10px;
  color: #000;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2 {
  font-weight: 300;
}
.grid figure h2 span {
  font-weight: 800;
}
.grid figure h2,
.grid figure p {
  margin: 0;
}
figure.effect-julia {
  background: #2f3238;
}
figure.effect-julia img {
  max-width: none;
  height: 400px;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.effect-julia figcaption {
  text-align: left;
}
figure.effect-julia h2 {
  position: relative;
  padding: 0.5em 0;
}
figure.effect-julia p {
  display: inline-block;
  margin: 0 0 0.25em;
  padding: 0.4em 1em;
  background: rgba(255, 255, 255, 0.9);
  color: #2f3238;
  text-transform: none;
  font-weight: 500;
  font-size: 75%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0);
}
figure.effect-julia p:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
figure.effect-julia p:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.effect-julia p:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
figure.effect-julia:hover p:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.effect-julia:hover p:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
figure.effect-julia:hover p:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.effect-julia:hover img {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
figure.effect-julia:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.services
  > div
  > div
  > div:nth-child(1)
  > div
  > div
  > figure
  > a
  figcaption
  > p {
  font-size: 20px;
  line-height: 26px;
  margin-top: 10px;
  /* margin-top: 175px; */
}
.services
  > div
  > div
  > div:nth-child(2)
  > div
  > div
  > figure
  > a
  figcaption
  > p {
  font-size: 20px;
  line-height: 26px;
  margin-top: 10px;
  /* margin-top: 175px; */
}
.services
  > div
  > div
  > div:nth-child(3)
  > div
  > div
  > figure
  > a
  figcaption
  > p {
  font-size: 20px;
  line-height: 26px;
  margin-top: 10px;
  /* margin-top: 175px; */
}
.services
  > div
  > div
  > div:nth-child(4)
  > div
  > div
  > figure
  > a
  figcaption
  > p {
  font-size: 20px;
  line-height: 26px;
  margin-top: 10px;
  /* margin-top: 175px; */
}
.services
  > div
  > div
  > div:nth-child(5)
  > div
  > div
  > figure
  > a
  figcaption
  > p {
  font-size: 20px;
  line-height: 26px;
  margin-top: 10px;
  /* margin-top: 175px; */
}
figure.effect-goliath {
  background: #fff;
  border: 4px solid #ffb802;
}
figure.effect-goliath img,
figure.effect-goliath h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.effect-goliath img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.effect-goliath h2,
figure.effect-goliath h2 {
  /* position: absolute; */
  /* bottom: 0; */
  /* left: 0; */
  /* padding: 15px; */
  color: #000;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  /* text-shadow: -1px 2px 9px rgba(0, 0, 0, 0.76); */
  width: 100%;
  /* text-align: left; */
}
*/
/* figure.effect-goliath p {
  text-transform: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
} */
/* figure.effect-goliath:hover img {
  -webkit-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
}
figure.effect-goliath:hover h2 {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
figure.effect-goliath:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
} */
figure.effect-hera {
  background: #303fa9;
}
figure.effect-hera h2 {
  font-size: 158.75%;
}
figure.effect-hera h2,
figure.effect-hera p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
figure.effect-hera figcaption::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border: 2px solid #fff;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg)
    scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg)
    scale3d(0, 0, 1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
figure.effect-hera p {
  width: 100px;
  text-transform: none;
  font-size: 121%;
  line-height: 2;
}
figure.effect-hera p a {
  color: #fff;
}
figure.effect-hera p a:hover,
figure.effect-hera p a:focus {
  opacity: 0.6;
}
figure.effect-hera p a i {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-hera p a:first-child i {
  -webkit-transform: translate3d(-60px, -60px, 0);
  transform: translate3d(-60px, -60px, 0);
}
figure.effect-hera p a:nth-child(2) i {
  -webkit-transform: translate3d(60px, -60px, 0);
  transform: translate3d(60px, -60px, 0);
}
figure.effect-hera p a:nth-child(3) i {
  -webkit-transform: translate3d(-60px, 60px, 0);
  transform: translate3d(-60px, 60px, 0);
}
figure.effect-hera p a:nth-child(4) i {
  -webkit-transform: translate3d(60px, 60px, 0);
  transform: translate3d(60px, 60px, 0);
}
figure.effect-hera:hover figcaption::before {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg)
    scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg)
    scale3d(1, 1, 1);
}
figure.effect-hera:hover h2 {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
}
figure.effect-hera:hover p i:empty {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
figure.effect-winston {
  background: #162633;
  text-align: left;
}
figure.effect-winston img {
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.effect-winston figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/triangle.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s, transform 0.45s;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
figure.effect-winston h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
figure.effect-winston p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.5em 7% 0;
}
figure.effect-winston a {
  margin: 0 10px;
  color: #5d504f;
  font-size: 170%;
}
figure.effect-winston a:hover,
figure.effect-winston a:focus {
  color: #cc6055;
}
figure.effect-winston p a i {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
figure.effect-winston:hover img {
  opacity: 0.6;
}
figure.effect-winston:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-winston:hover figcaption::before {
  opacity: 0.7;
  -webkit-transform: rotate3d(0, 0, 1, 20deg);
  transform: rotate3d(0, 0, 1, 20deg);
}
figure.effect-winston:hover p i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-winston:hover p a:nth-child(3) i {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
figure.effect-winston:hover p a:nth-child(2) i {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.effect-winston:hover p a:first-child i {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
figure.effect-selena {
  background: #fff;
}
figure.effect-selena img {
  opacity: 0.95;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
figure.effect-selena:hover img {
  -webkit-transform: scale3d(0.95, 0.95, 1);
  transform: scale3d(0.95, 0.95, 1);
}
figure.effect-selena h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
figure.effect-selena p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
figure.effect-selena:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-selena:hover p {
  opacity: 1;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0);
}
figure.effect-terry {
  background: #34495e;
}
figure.effect-terry figcaption {
  padding: 1em;
}
figure.effect-terry figcaption::before,
figure.effect-terry figcaption::after {
  position: absolute;
  width: 200%;
  height: 200%;
  border-style: solid;
  border-color: #101010;
  content: "";
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.effect-terry figcaption::before {
  right: 0;
  bottom: 0;
  border-width: 0 70px 60px 0;
  -webkit-transform: translate3d(70px, 60px, 0);
  transform: translate3d(70px, 60px, 0);
}
figure.effect-terry figcaption::after {
  top: 0;
  left: 0;
  border-width: 15px 0 0 15px;
  -webkit-transform: translate3d(-15px, -15px, 0);
  transform: translate3d(-15px, -15px, 0);
}
figure.effect-terry img,
figure.effect-terry p a {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-terry img {
  opacity: 0.85;
}
figure.effect-terry h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.4em 10px;
  width: 50%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
@media screen and (max-width: 920px) {
  figure.effect-terry h2 {
    padding: 0.75em 10px;
    font-size: 120%;
  }
}
figure.effect-terry p {
  float: right;
  clear: both;
  text-align: left;
  text-transform: none;
  font-size: 111%;
}
figure.effect-terry p a {
  display: block;
  margin-bottom: 1em;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate3d(90px, 0, 0);
  transform: translate3d(90px, 0, 0);
}
figure.effect-terry p a:hover,
figure.effect-terry p a:focus {
  color: #f3cf3f;
}
figure.effect-terry:hover figcaption::before,
figure.effect-terry:hover figcaption::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-terry:hover img {
  opacity: 0.6;
}
figure.effect-terry:hover h2,
figure.effect-terry:hover p a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-terry:hover p a {
  opacity: 1;
}
figure.effect-terry:hover p a:first-child {
  -webkit-transition-delay: 0.025s;
  transition-delay: 0.025s;
}
figure.effect-terry:hover p a:nth-child(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
figure.effect-terry:hover p a:nth-child(3) {
  -webkit-transition-delay: 0.075s;
  transition-delay: 0.075s;
}
figure.effect-terry:hover p a:nth-child(4) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.effect-phoebe {
  background: #675983;
}
figure.effect-phoebe img {
  opacity: 0.85;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-phoebe:hover img {
  opacity: 0.6;
}
figure.effect-phoebe figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/triangle2.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(5, 2.5, 1);
  transform: scale3d(5, 2.5, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
figure.effect-phoebe:hover figcaption::before {
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure.effect-phoebe h2 {
  margin-top: 1em;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
figure.effect-phoebe:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-phoebe p a {
  color: #fff;
  font-size: 140%;
  opacity: 0;
  position: relative;
  display: inline-block;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-phoebe p a:first-child {
  -webkit-transform: translate3d(-60px, -60px, 0);
  transform: translate3d(-60px, -60px, 0);
}
figure.effect-phoebe p a:nth-child(2) {
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
}
figure.effect-phoebe p a:nth-child(3) {
  -webkit-transform: translate3d(60px, -60px, 0);
  transform: translate3d(60px, -60px, 0);
}
figure.effect-phoebe:hover p a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-apollo {
  background: #3498db;
}
figure.effect-apollo img {
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
}
figure.effect-apollo p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 3em;
  padding: 0 1em;
  max-width: 150px;
  border-right: 4px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-apollo h2 {
  text-align: left;
}
figure.effect-apollo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure.effect-apollo:hover figcaption::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
}
figure.effect-apollo:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.effect-kira {
  background: #fff;
  text-align: left;
}
figure.effect-kira img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-kira figcaption {
  z-index: 1;
}
figure.effect-kira p {
  padding: 2.25em 0.5em;
  font-weight: 600;
  font-size: 100%;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
figure.effect-kira p a {
  margin: 0 0.5em;
  color: #101010;
}
figure.effect-kira p a:hover,
figure.effect-kira p a:focus {
  opacity: 0.6;
}
figure.effect-kira figcaption::before {
  position: absolute;
  top: 0;
  right: 2em;
  left: 2em;
  z-index: -1;
  height: 3.5em;
  background: #fff;
  content: "";
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 4em, 0) scale3d(1, 0.023, 1);
  transform: translate3d(0, 4em, 0) scale3d(1, 0.023, 1);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
figure.effect-kira:hover img {
  opacity: 0.5;
}
figure.effect-kira:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-kira:hover figcaption::before {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 5em, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 5em, 0) scale3d(1, 1, 1);
}
figure.effect-steve {
  z-index: auto;
  overflow: visible;
  background: #000;
}
figure.effect-steve:before,
figure.effect-steve h2:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-steve:before {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
  opacity: 0;
}
figure.effect-steve figcaption {
  z-index: 1;
}
figure.effect-steve img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0);
}
figure.effect-steve h2,
figure.effect-steve p {
  background: #fff;
  color: #2d434e;
}
figure.effect-steve h2 {
  position: relative;
  margin-top: 2em;
  padding: 0.25em;
}
figure.effect-steve h2:before {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
figure.effect-steve p {
  margin-top: 1em;
  padding: 0.5em;
  font-weight: 800;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
}
figure.effect-steve:hover:before {
  opacity: 1;
}
figure.effect-steve:hover img {
  -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
  transform: perspective(1000px) translate3d(0, 0, 21px);
}
figure.effect-steve:hover h2:before {
  opacity: 0;
}
figure.effect-steve:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure.effect-moses {
  background: -webkit-linear-gradient(-45deg, #ec65b7 0%, #05e0d8 100%);
  background: linear-gradient(-45deg, #ec65b7 0%, #05e0d8 100%);
}
figure.effect-moses img {
  opacity: 0.85;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-moses h2,
figure.effect-moses p {
  padding: 20px;
  width: 50%;
  height: 50%;
  border: 2px solid #fff;
}
figure.effect-moses h2 {
  padding: 20px;
  width: 50%;
  height: 50%;
  text-align: left;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
}
figure.effect-moses p {
  float: right;
  padding: 20px;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
figure.effect-moses:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-moses:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-moses:hover img {
  opacity: 0.6;
}
figure.effect-jazz {
  background: -webkit-linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
  background: linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
}
figure.effect-jazz img {
  opacity: 0.9;
}
figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-jazz figcaption::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
figure.effect-jazz h2,
figure.effect-jazz p {
  opacity: 1;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
figure.effect-jazz h2 {
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.effect-jazz p {
  padding: 0.5em 2em;
  text-transform: none;
  font-size: 0.85em;
  opacity: 0;
}
figure.effect-jazz:hover img {
  opacity: 0.7;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
figure.effect-jazz:hover figcaption::after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure.effect-ming {
  background: #030c17;
}
figure.effect-ming img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.effect-ming figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}
figure.effect-ming h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.effect-ming p {
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
figure.effect-ming:hover h2 {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure.effect-ming:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}
figure.effect-ming:hover img {
  opacity: 0.4;
}
figure.effect-lexi {
  background: -webkit-linear-gradient(-45deg, #000 0%, #fff 100%);
  background: linear-gradient(-45deg, #000 0%, #fff 100%);
}
figure.effect-lexi img {
  margin: -10px 0 0 -10px;
  max-width: none;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  opacity: 0.9;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.effect-lexi figcaption::before,
figure.effect-lexi p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-lexi figcaption::before {
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 300px;
  height: 300px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
  content: "";
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
figure.effect-lexi:hover img {
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-lexi h2 {
  text-align: left;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(5px, 5px, 0);
  transform: translate3d(5px, 5px, 0);
}
figure.effect-lexi p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.5em 1.5em 0;
  width: 140px;
  text-align: right;
  opacity: 0;
  -webkit-transform: translate3d(20px, 20px, 0);
  transform: translate3d(20px, 20px, 0);
}
figure.effect-lexi:hover figcaption::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure.effect-lexi:hover h2,
figure.effect-lexi:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-duke {
  background: -webkit-linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
  background: linear-gradient(-45deg, #34495e 0%, #cc6055 100%);
}
figure.effect-duke img,
figure.effect-duke p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-duke:hover img {
  opacity: 0.1;
  -webkit-transform: scale3d(2, 2, 1);
  transform: scale3d(2, 2, 1);
}
figure.effect-duke h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
figure.effect-duke p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px;
  padding: 30px;
  border: 2px solid #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% -100%;
  transform-origin: 50% -100%;
}
figure.effect-duke:hover h2,
figure.effect-duke:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
@media screen and (max-width: 50em) {
  .grid figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .phone_banner .cta2 span {
    font-size: 45px !important;
    line-height: 51px !important;
  }
  #header .logo img {
    max-width: 100% !important;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 13px !important;
    line-height: 19px !important;
  }
}

@media screen and (max-width: 1024px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 0 3px !important;
  }

  .day_night {
    text-align: center !important;
    text-indent: 0 !important;
  }
  #phone_sticy .cta span {
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 32px !important;
  }
  .no-navpdng {
    padding: 0 !important;
  }
  .banner .cta span {
    font-size: 52px !important;
  }
  .brands .ad ul li {
    padding: 0 7px !important;
  }
  h1 {
    font-size: 40px !important;
    line-height: 46px !important;
  }
  .h1-font {
    font-size: 42px !important;
  }
  .banner .bullets ul li {
    font-size: 20px !important;
    line-height: 26px !important;
    background-size: 5%;
  }
  .carousel-control.left,
  .carousel-control.right {
    background-image: none !important;
    margin-top: 70px !important;
  }
  .ad-banner .refuiling,
  .ad-banner .refuiling .price-txt,
  .ad-banner .refuiling h4 {
    font-size: 26px !important;
    margin-top: 10px !important;
  }
  .makes .text {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .ad-banner .diagnostics {
    margin-top: 0 !important;
  }
  section.makes > div > div > div.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    margin: 0 -4px !important;
  }
  #carousel-reviews > a.left.carousel-control > img,
  #carousel-reviews > a.right.carousel-control > img,
  .content p {
    /* margin-top: 0 !important; */
  }
  .services .media .media-bg h4 {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .services .media .media-bg {
    width: 59% !important;
    top: 76% !important;
  }
  .services .media .media-bg:after {
    border: 31px solid transparent !important;
    border-bottom-color: rgba(0, 0, 0, 0.8) !important;
    border-left-color: rgba(0, 0, 0, 0.8) !important;
    border-top-color: transparent !important;
    right: -62px !important;
    width: 27px !important;
  }
  .services
    > div
    > div
    > div:nth-child(2)
    > div
    > div
    > figure
    > a
    figcaption
    > p {
    font-size: 17px !important;
    line-height: 23px !important;
    margin-top: 10px;
    /* margin-top: 175px; */
  }
  .services
    > div
    > div
    > div:nth-child(5)
    > div
    > div
    > figure
    > a
    figcaption
    > p {
    font-size: 19px !important;
    line-height: 25px !important;
    margin-top: 10px;
    /* margin-top: 175px; */
  }
  .areas .text {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  #carousel-reviews.carousel.slide {
    padding: 0 !important;
  }
  .contact-detail .no-padding {
    padding-left: 25px !important;
  }
  .services
    > div
    > div
    > div:nth-child(1)
    > div
    > div
    > figure
    > figcaption
    > p,
  .services
    > div
    > div
    > div:nth-child(2)
    > div
    > div
    > figure
    > figcaption
    > p,
  .services
    > div
    > div
    > div:nth-child(3)
    > div
    > div
    > figure
    > figcaption
    > p {
    font-size: 17px !important;
    line-height: 22px !important;
    margin-top: 5px !important;
  }
  .error .links a {
    padding: 15px 37px !important;
  }
}
@media screen and (max-width: 991px) {
  .nav.navbar-nav li:nth-child(3),
  .nav.navbar-nav li:nth-child(4) {
    /* display: none; */
  }
  .navbar-collapse {
    width: 100%;
  }
  #phone_sticy .cta {
    background: none !important;
    padding: 0 !important;
    color: #52a84b;
  }
  /* #phone_sticy img {
    width: auto !important;
  } */
  .day_night {
    display: none;
  }
  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    border-color: transparent !important;
    background: 0 0 !important;
  }
  #phone_sticy.cta {
    padding: 15px 20px !important;
  }
  .navbar-default .navbar-nav > li > a {
    border-bottom: 1px solid #ccc !important;
    margin-top: 5px !important;
    padding: 0 10px !important;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent !important;
  }
}
@media screen and (max-width: 980px) {
  h1 {
    margin-top: 130px !important;
  }
  .day_night {
    text-indent: 0 !important;
    text-align: center !important;
  }
  .container {
    width: 100% !important;
  }
  #header .logo img {
    max-width: 190px !important;
  }
  .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none !important;
  }
  .navbar-nav {
    float: left !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .navbar-toggle {
    /*        margin-bottom: 0!important;
                margin-top: -42px!important;
                padding: 13px 10px!important;*/
  }
  .navbar-collapse {
    background: #fff !important;
  }
  .navbar {
    margin-bottom: 0 !important;
    min-height: auto !important;
    position: relative !important;
  }
  .banner .bullets ul li {
    font-size: 18px !important;
    line-height: 26px !important;
    background-size: 5% !important;
    background-position: 0 3px !important;
  }
  h2 {
    font-size: 29px !important;
    line-height: 42px !important;
  }
  h3 {
    font-size: 26px !important;
    line-height: 32px !important;
  }
  .services > div > div > div:nth-child(2) > a > div > div {
    top: 76% !important;
    width: 61% !important;
  }
  .grid figure figcaption,
  .grid figure figcaption > a {
    width: 100%;
    height: 100%;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}
figure.effect-goliath h2,
figure.effect-goliath h2 {
  font-size: 22px !important;
  line-height: 28px !important;
}
.services
  > div
  > div
  > div:nth-child(6) 
  > div
  > div
  > figure
  > a
  figcaption
  > p {
  font-size: 18px !important;
  line-height: 24px !important;
  margin-top: 10px;
  /* margin-top: 175px; */
}
.services
  > div
  > div
  > div:nth-child(5) 
  > div
  > div
  > figure
  > a
  figcaption
  > p {
  font-size: 18px !important;
  line-height: 24px !important;
  margin-top: 10px;
  /* margin-top: 175px; */
}
.services
  > div
  > div
  > div:nth-child(4)
  > div
  > div
  > figure
  > a
  figcaption
  > p {
  font-size: 18px !important;
  line-height: 26px !important;
  margin-top: 10px !important;
  /* margin-top: 175px; */
}

element.style {
}
.grid figure figcaption,
.grid figure figcaption > a {
  width: 100%;
  height: 100%;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.about .content span {
  font-size: 30px !important;
  line-height: 36px !important;
}
.error .links a {
  padding: 15px 25px !important;
}
.abt-car figure img {
  margin: 10px auto !important;
}
.abt-content article {
  min-height: 80px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.services > div > div > div:nth-child(1) > div > div > figure > figcaption > p,
.services > div > div > div:nth-child(2) > div > div > figure > figcaption > p,
.services > div > div > div:nth-child(3) > div > div > figure > figcaption > p {
  font-size: 18px !important;
  line-height: 24px !important;
  /* margin-top: 200px !important; */
}
.contact-detail button {
  float: none !important;
  display: block !important;
  margin: 10px auto !important;
}
.g-recaptcha div {
  width: 100% !important;
  display: block !important;
  margin: auto !important;
  text-align: center !important;
}

@media screen and (max-width: 900px) {
  .container {
    width: 100% !important;
  }
  .banner .cta span {
    font-size: 48px !important;
  }
  .services
    > div
    > div
    > div:nth-child(1)
    > div
    > div
    > figure
    > figcaption
    > p,
  .services
    > div
    > div
    > div:nth-child(2)
    > div
    > div
    > figure
    > figcaption
    > p,
  .services
    > div
    > div
    > div:nth-child(3)
    > div
    > div
    > figure
    > figcaption
    > p {
    margin-top: 0px !important;
  }

  .brands ul > li:nth-child(1) > img,
  .brands ul > li:nth-child(2) > img,
  .brands ul > li:nth-child(4) > img,
  .brands ul > li:nth-child(6) > img {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 800px) {
  /*    #header .logo img {
            width: 85%!important;
        }*/
  #phone_sticy {
    display: block !important;
  }
  #phone_sticy .cta span {
    font-size: 26px !important;
    font-weight: 600 !important;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 0 5px !important;
  }
  .banner .cta span {
    font-size: 42px !important;
  }
  .makes {
    padding-bottom: 0 !important;
  }
  .carousel-control.left,
  .carousel-control.right {
    margin-top: 45px !important;
  }
  .error .links a {
    font-size: 18px !important;
  }
  .services
    > div
    > div
    > div:nth-child(1)
    > div
    > div
    > figure
    > figcaption
    > p,
  .services
    > div
    > div
    > div:nth-child(2)
    > div
    > div
    > figure
    > figcaption
    > p,
  .services
    > div
    > div
    > div:nth-child(3)
    > div
    > div
    > figure
    > figcaption
    > p {
    margin-top: 5px !important;
  }
}

@media screen and (max-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    padding: 0 0px !important;
  }
  .banner .bullets ul li {
    background-position: 0 5px !important;
    background-size: 5% auto !important;
    padding: 6px 40px !important;
  }
  .about .content span {
    font-size: 28px !important;
    line-height: 34px !important;
  }
  .banner .cta span {
    font-size: 38px !important;
  }
  h2 {
    font-size: 28px !important;
    line-height: 34px !important;
  }
  .error .links a {
    font-size: 16px !important;
  }
  .brands {
    margin: 0 !important;
  }
  .contact-detail img {
    width: 50px !important;
  }
  .brands ul > li:nth-child(1) > img,
  .brands ul > li:nth-child(2) > img,
  .brands ul > li:nth-child(4) > img,
  .brands ul > li:nth-child(6) > img {
    margin-bottom: 0 !important;
    width: 13% !important;
  }
  .keyword_content .col-md-6{
   display: flex;
   justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #header .logo img {
    max-width: 170px !important;
  }
  #phone_sticy .cta span {
    font-size: 28px !important;
    line-height: 34px !important;
  }
  #phone_sticy.cta {
    /* top: -25px !important; */
    /* transform: translate(-30%, -115%) !important; */
  }
  .nav.navbar-nav {
    /* background: #efefef; */
    /* padding: 5px !important; */
    margin-top: 10px !important;
    /* text-align: center; */
  }
  /* .nav.navbar-nav li {
    float: none !important;
    display: inline-block !important;
  } */
  .content_cms img {
    /*        height: 200px;
                object-fit: cover;*/
    margin-bottom: 10px;
  }
  .content .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 740px) {
  #header .logo img {
    width: 100% !important;
  }

  .grid figure {
    width: 68% !important;
  }
  .carousel .thumbnail {
    margin: auto !important;
  }
  .item .row div:nth-child(2),
  .item .row div:nth-child(3) {
    display: none !important;
  }
  .gallery .carousel-control.left {
    margin-top: 125px !important;
    left: 20px !important;
  }
  .gallery .carousel-control.right {
    margin-top: 125px !important;
    right: 20px !important;
  }
  .banner .review-sticker {
    margin-top: 0 !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 736px) {
  .banner .cta,
  .top-bar {
    display: block !important;
  }
  #header .no-navpdng {
    padding: 0 !important;
  }
  .top-bar .hr-txt {
    font-size: 18px !important;
  }
  h1 {
    font-size: 38px !important;
    line-height: 44px !important;
    padding-top: 40px !important;
  }
  .h1-font {
    font-size: 40px !important;
  }
  .banner .cta {
    margin: auto !important;
  }
  .contact-detail form span,
  .item .row div:nth-child(2),
  .item .row div:nth-child(3) {
    display: none !important;
  }
  .banner .cta img {
    margin: auto !important;
  }
  .banner .hvr-bounce-in:hover,
  .hvr-bounce-in:active,
  .hvr-bounce-in:focus {
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
    -webkit-transition-timing-function: cubic-bezier(
      0.47,
      2.02,
      0.31,
      -0.36
    ) !important;
    transition-timing-function: cubic-bezier(
      0.47,
      2.02,
      0.31,
      -0.36
    ) !important;
  }
  .banner .bullets {
    margin: 15px 0 !important;
  }
  .banner .bullets ul li {
    background-position: 0 5px !important;
    background-size: 4% auto !important;
  }
  .banner > div.container > div > div.col-xs-10 {
    width: 100% !important;
    padding: 0 !important;
  }
  .block-text img {
    margin: auto !important;
  }
  .about .steps ul {
    margin-top: 0 !important;
  }
  .about .content span,
  h2 {
    font-size: 26px !important;
    line-height: 32px !important;
  }
  h3 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  figure.effect-goliath h2,
  figure.effect-goliath h2 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .services
    > div
    > div
    > div:nth-child(1)
    > div
    > div
    > figure
    > a
    figcaption
    > p {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-top: 5px !important;
    /* margin-top: 175px; */
  }
  .services
    > div
    > div
    > div:nth-child(2)
    > div
    > div
    > figure
    > a
    figcaption
    > p {
    font-size: 18px !important;
    line-height: 26px !important;
    margin-top: 5px !important;
    /* margin-top: 175px; */
  }
  .services
    > div
    > div
    > div:nth-child(3)
    > div
    > div
    > figure
    > a
    figcaption
    > p {
    font-size: 18px !important;
    line-height: 26px !important;
    margin-top: 5px !important;
    /* margin-top: 175px; */
  }
  .services
    > div
    > div
    > div:nth-child(4)
    > div
    > div
    > figure
    > a
    figcaption
    > p {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-top: 5px !important;
    /* margin-top: 175px; */
  }
  .services
    > div
    > div
    > div:nth-child(5)
    > div
    > div
    > figure
    > a
    figcaption
    > p {
    font-size: 18px !important;
    line-height: 26px !important;
    margin-top: 5px !important;
    /* margin-top: 175px; */
  }
  .carousel .thumbnail {
    margin: auto !important;
  }
  .gallery .carousel-control.left {
    margin-top: 125px !important;
    left: 20px !important;
  }
  .gallery .carousel-control.right {
    margin-top: 125px !important;
    right: 20px !important;
  }
  .faq-detail div.box-1 div.col-xs-7 {
    padding-left: 0 !important;
  }
  .contact-detail form input:last-child {
    margin-bottom: 20px !important;
  }
  .contact-detail address {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
  }
  .contact-detail h1 {
    padding-top: 0 !important;
  }
  .about,
  .error {
    padding-top: 50px !important;
  }
  .contact-detail button {
    width: 40% !important;
  }
  #footer .nav ul li a,
  #footer address {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .error .links a {
    margin-bottom: 10px !important;
  }
  .services
    > div
    > div
    > div:nth-child(1)
    > div
    > div
    > figure
    > figcaption
    > p,
  .services
    > div
    > div
    > div:nth-child(2)
    > div
    > div
    > figure
    > figcaption
    > p,
  .services
    > div
    > div
    > div:nth-child(3)
    > div
    > div
    > figure
    > figcaption
    > p {
    font-size: 19px !important;
    line-height: 25px !important;
    margin-top: 10px !important;
  }
  .grid figure {
    width: 68% !important;
  }
}

@media screen and (max-width: 667px) {
  .logo img {
    margin-top: 0 !important;
    width: 100% !important;
  }
  #phone_sticy img {
    /*display: none!important;*/
  }
  .navbar-toggle {
    /*        margin-bottom: 0!important;
                margin-top: -42px!important;*/
  }
  h1 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .h1-font {
    font-size: 32px !important;
  }
  .about .content span {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  h4 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  .banner .bullets ul li {
    background-position: 0 5px !important;
  }
  h2 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .grid figure figcaption,
  .grid figure figcaption > a {
    margin-top: 10px !important;
    margin-bottom: 15px !important;
  }
  .areas .text,
  .makes .text {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  #footer .nav ul li a,
  #footer address {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .grid figure {
    width: 75% !important;
  }
  .about,
  .error {
    padding-top: 35px !important;
  }
  .contact-detail img {
    width: 35px !important;
  }
}

@media screen and (max-width: 640px) {
  .banner .bullets ul li {
    padding: 6px 40px !important;
  }
  .banner .cta span {
    font-size: 36px !important;
  }
  .gallery .carousel-control.right {
    margin-top: 125px !important;
    right: 0 !important;
  }
  .gallery .carousel-control.left {
    margin-top: 125px !important;
    left: 0 !important;
  }
  .about .content span,
  h2 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  h3 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .faq-detail article h3 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .contact-detail address {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .contact-detail button {
    width: 50% !important;
  }
  .services
    > div
    > div
    > div:nth-child(1)
    > div
    > div
    > figure
    > figcaption
    > p,
  .services
    > div
    > div
    > div:nth-child(2)
    > div
    > div
    > figure
    > figcaption
    > p,
  .services
    > div
    > div
    > div:nth-child(3)
    > div
    > div
    > figure
    > figcaption
    > p {
    margin-top: 10px !important;
  }
}

@media screen and (max-width: 568px) {
  #phone_sticy .cta span {
    font-size: 26px !important;
    line-height: 32px !important;
  }
  #phone_sticy img {
    padding: 6px !important;
    width: 15% !important;
  }
  h1 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .h1-font {
    font-size: 26px !important;
  }
  h4 {
    font-size: 20px !important;
    line-height: 26px !important;
    margin-top: 0;
  }
  .banner .bullets ul li {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 0 !important;
    padding: 6px 38px !important;
  }
  #header .logo img {
    max-width: 140px !important;
  }
  #phone_sticy.cta {
    padding: 5px 5px 0 10px !important;
  }
  /* #phone_sticy.cta {
    transform: translate(-30%, -110%) !important;
  } */
  #phone_sticy.cta span {
    font-size: 23px;
    line-height: 32px;
  }
  .areas .text,
  .makes .text {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .brands ul > li:nth-child(1) > img,
  .brands ul > li:nth-child(2) > img,
  .brands ul > li:nth-child(4) > img,
  .brands ul > li:nth-child(6) > img {
    margin-bottom: 0 !important;
    width: 12% !important;
  }
  .phone-bar .ph-txt {
    font-size: 34px !important;
    line-height: 40px !important;
  }
  #footer .nav ul li a,
  #footer .terms-txt ul li a,
  #footer address {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .contact-detail address {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .grid figure {
    width: 92% !important;
  }
  .services
    > div
    > div
    > div:nth-child(1)
    > div
    > div
    > figure
    > figcaption
    > p,
  .services
    > div
    > div
    > div:nth-child(2)
    > div
    > div
    > figure
    > figcaption
    > p,
  .services
    > div
    > div
    > div:nth-child(3)
    > div
    > div
    > figure
    > figcaption
    > p {
    margin-top: 10px !important;
  }
  .content_cms .col-lg-4,
  .content_cms .col-lg-8 {
    width: 100%;
  }
  h1 {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 480px) {
  #phone_sticy .cta {
    width: 100% !important;
  }
  .day_night {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  #phone_sticy .cta span {
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
  }
  #header.p-10 div.container div.row div.col-xs-4.ds {
    width: 50% !important;
  }
  .ad-banner div.container div.row div.col-xs-6,
  .areas div.container div.row div.col-xs-6,
  .faq-detail div.box-1 div.col-xs-5,
  .makes div.container div.row div.col-xs-6 {
    width: 100% !important;
  }
  h4 {
    font-size: 16px !important;
    line-height: 22px !important;
    margin: 0 !important;
    display: none !important;
  }
  .faq .panel-title {
    display: block !important;
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .banner .cta span {
    font-size: 46px !important;
  }
  h1 {
    padding-top: 25px !important;
    line-height: 30px !important;
  }
  .banner h4{
    margin-bottom: 0 !important;
  }
  .banner .bullets ul li {
    background-position: 0 center !important;
    background-size: 5% auto !important;
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 5px !important;
    padding: 0 5px !important;
  }
  #header .logo img {
    max-width: 120px !important;
  }
  #phone_sticy.cta span {
    font-size: 20px !important;
    line-height: 32px !important;
  }
  /* .navbar-toggle {
    margin-right: 5px !important;
  } */
  .areas .text,
  .makes .text {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .phone-bar .ph-txt {
    font-size: 28px !important;
    line-height: 34px !important;
  }
  #footer .nav ul li a {
    padding: 0 20px !important;
  }
  .faq-detail div.box-1 div.col-xs-7 {
    margin-top: 10px !important;
    padding-left: 15px !important;
    width: 100% !important;
  }
  .faq-detail .box-1 img {
    width: inherit !important;
  }
  .about .steps ul li {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .contact-detail img {
    display: block !important;
    margin: auto !important;
    text-align: center !important;
    width: auto !important;
  }
  .contact-detail .no-padding {
    padding: 0 !important;
    width: 100% !important;
  }
  figure.effect-goliath h2,
  figure.effect-goliath h2 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .services
    > div
    > div
    > div:nth-child(1)
    > div
    > div
    > figure
    > a
    figcaption
    > p {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-top: 5px !important;
    /* margin-top: 175px; */
  }
  .services
    > div
    > div
    > div:nth-child(2)
    > div
    > div
    > figure
    > a
    figcaption
    > p {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-top: 5px !important;
    /* margin-top: 175px; */
  }
  .services
    > div
    > div
    > div:nth-child(3)
    > div
    > div
    > figure
    > a
    figcaption
    > p {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-top: 5px !important;
    /* margin-top: 175px; */
  }
  .services
    > div
    > div
    > div:nth-child(4)
    > div
    > div
    > figure
    > a
    figcaption
    > p {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-top: 5px !important;
    /* margin-top: 175px; */
  }
  .services
    > div
    > div
    > div:nth-child(5)
    > div
    > div
    > figure
    > a
    figcaption
    > p {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-top: 5px !important;
    /* margin-top: 175px; */
  }
  .grid figure figcaption {
    padding: 0 4px !important;
  }
  .grid figure figcaption,
  .grid figure figcaption > a {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  art .contact-detail .col-xs-4 {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .contact-detail div.container div.row div.col-xs-4.p-l div.col-xs-12 {
    width: 25% !important;
    padding-left: 0 !important;
  }
  .contact-detail
    div.container
    div.row
    div.col-xs-4.p-l
    div.col-xs-12.no-padding {
    width: 75% !important;
    padding: 0 !important;
  }
  .contact-detail div.container div.row div.col-xs-4 div.col-xs-12 {
    width: 25% !important;
    padding-left: 0 !important;
  }
  .contact-detail div.container div.row div.col-xs-4 div.col-xs-12.no-padding {
    width: 75% !important;
    padding: 0 !important;
  }
  .contact-detail button,
  .grid figure {
    width: 100% !important;
  }
  .contact-detail address {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-top: 0 !important;
  }
  .services
    > div
    > div
    > div:nth-child(1)
    > div
    > div
    > figure
    > figcaption
    > p,
  .services
    > div
    > div
    > div:nth-child(2)
    > div
    > div
    > figure
    > figcaption
    > p,
  .services
    > div
    > div
    > div:nth-child(3)
    > div
    > div
    > figure
    > figcaption
    > p {
    margin-top: 10px !important;
  }
  .brands ul > li:nth-child(1) > img,
  .brands ul > li:nth-child(2) > img,
  .brands ul > li:nth-child(4) > img,
  .brands ul > li:nth-child(6) > img {
    width: 15% !important;
  }
  .brands > div > div > div > div > ul > li:nth-child(3) > img {
    width: 35% !important;
  }
  .error {
    padding-top: 0 !important;
  }
  .cap .col-xs-6 {
    width: 100% !important;
  }
  #header .col-xs-4.ds {
    width: 50%;
  }
  .keyword_content pre strong {
    display: block;
    border-bottom: 1px solid #ccc;
  }
  .content_cms pre strong {
    display: block;
    border-bottom: 1px solid #ccc;
  }
  .content_cms pre {
    padding-top: 15px !important;
    min-height: auto;
  }
  .mobile-thumbnail img{
    /* height: 180px; */
    /* object-fit: cover; */
}
}

@media screen and (max-width: 414px) {
  #header .logo {
    max-width: 100px !important;
    /* margin: auto; */
    margin-bottom: 5px !important;
  }
  #header.p-10 {
    padding: 10px 0 !important;
  }
  /* #phone_sticy.cta {
    transform: translate(-30%, -105%) !important;
  } */
  #header .col-xs-6 {
    width: 100% !important;
  }
  #header.p-10.b-btm div.container div.row div.col-xs-6 {
    padding: 0 !important;
  }
  .navbar-toggle {
    /*        margin-top: -28px!important;
                padding: 6px 10px!important;*/
  }
  .top-bar .hr-txt {
    font-size: 16px !important;
  }
  #phone_sticy .cta {
    /*        margin-top: 0!important;
                width: 150%!important;*/
  }
  #phone_sticy img {
    width: 20px !important;
    padding: 0 !important;
  }
  #header .logo img {
    max-width: 150px !important;
    margin: auto;
    transform: translate(3px, 5px);
  }
  .nav.navbar-nav {
    margin-top: 0px !important;
  }
  .navbar-default .navbar-toggle {
    /* margin-right: 8px !important; */
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #phone_sticy.cta span {
    font-size: 18px !important;
    line-height: 32px !important;
  }
  #phone_sticy.cta {
    padding: 5px 8px 0 8px !important;
  }
  h1 {
    font-size: 19px !important;
    line-height: 25px !important;
    font-weight: bold;
  }
  .h1-font {
    font-size: 21px !important;
  }
  h3 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .banner .bullets ul li {
    padding: 0 0px !important;
  }
  .banner .cta span {
    font-size: 40px !important;
  }
  .gallery .carousel-control.left {
    left: 0 !important;
    margin-top: 85px !important;
  }
  .gallery .carousel-control.right {
    right: 0 !important;
    margin-top: 85px !important;
  }
  .phone-bar .ph-txt {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .about {
    padding-top: 15px !important;
  }
  .error .logo-404 img {
    width: 100% !important;
  }
  .thanks h2 {
    font-size: 56px !important;
  }
  .services
    > div
    > div
    > div:nth-child(1)
    > div
    > div
    > figure
    > figcaption
    > p,
  .services
    > div
    > div
    > div:nth-child(2)
    > div
    > div
    > figure
    > figcaption
    > p,
  .services
    > div
    > div
    > div:nth-child(3)
    > div
    > div
    > figure
    > figcaption
    > p {
    margin-top: 10px !important;
    font-size: 18px !important;
    line-height: 24px !important;
  }
  figure.effect-goliath h2 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .phone_banner .cta2 span {
    font-size: 36px !important;
    line-height: 42px !important;
  }
}

@media screen and (max-width: 384px) {
  /* .navbar-default .navbar-toggle {
    margin-right: 15px !important;
  } */
  .navbar-toggle {
    /*        margin-bottom: 0!important;
                margin-top: -16px!important;
                padding: 0!important;*/
  }
  .banner .cta span {
    font-size: 35px !important;
  }
  #phone_sticy.cta span {
    font-size: 18px !important;
    line-height: 32px !important;
  }
  .banner .bullets ul li {
    background-position: 0 0 !important;
    background-size: 6% auto !important;
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 0px !important;
    /* padding: 0 35px !important; */
  }
  h2 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  #footer .terms-txt ul li a,
  .about .steps ul li,
  .areas .text,
  .contact-detail address,
  .makes .text {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .services {
    padding: 10px !important;
  }
  .error h2 {
    font-size: 30px !important;
  }
  .thanks h2 {
    font-size: 52px !important;
  }
  .services
    > div
    > div
    > div:nth-child(1)
    > div
    > div
    > figure
    > figcaption
    > p,
  .services
    > div
    > div
    > div:nth-child(2)
    > div
    > div
    > figure
    > figcaption
    > p,
  .services
    > div
    > div
    > div:nth-child(3)
    > div
    > div
    > figure
    > figcaption
    > p {
    margin-top: 10px !important;
    font-size: 16px !important;
    line-height: 22px !important;
  }
  #footer .nav ul li a {
    padding: 0 10px !important;
  }
}

@media screen and (max-width: 375px) {
  .top-bar .hr-txt {
    font-size: 15px !important;
  }
  .banner .bullets ul li {
    /* padding: 0 25px !important; */
  }
  .banner div.container div.row div.col-xs-12 {
    padding: 0 !important;
  }
  .gallery .carousel-control.left {
    left: 0 !important;
    margin-top: 70px !important;
  }
  .gallery .carousel-control.right {
    right: 0 !important;
    margin-top: 70px !important;
  }
  #footer .nav ul li a {
    padding: 0 12px !important;
  }
  .footer-bar span {
    font-size: 16px !important;
  }
  .thanks h2 {
    font-size: 47px !important;
  }
}

@media screen and (max-width: 360px) {
  #phone_sticy .cta span {
    font-weight: 600 !important;
  }
  .gallery .carousel-control.left {
    left: 0 !important;
    margin-top: 70px !important;
  }
  .gallery .carousel-control.right {
    right: 0 !important;
    margin-top: 70px !important;
  }
  #footer .contact-txt {
    color: #fff !important;
    font-size: 24px !important;
  }
  #footer .nav ul li a {
    padding: 0 10px !important;
  }
  .footer-bar span {
    text-align: center !important;
  }
  .contact-detail address {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .about .content span {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  figure.effect-goliath h2 {
    font-size: 16px !important;
    line-height: 22px;
  }
  .services
    > div
    > div
    > div:nth-child(1)
    > div
    > div
    > figure
    > figcaption
    > p,
  .services
    > div
    > div
    > div:nth-child(2)
    > div
    > div
    > figure
    > figcaption
    > p,
  .services
    > div
    > div
    > div:nth-child(3)
    > div
    > div
    > figure
    > figcaption
    > p {
    margin-top: 10px !important;
  }
  .brands ul > li:nth-child(1) > img,
  .brands ul > li:nth-child(2) > img,
  .brands ul > li:nth-child(4) > img,
  .brands ul > li:nth-child(6) > img {
    width: 14% !important;
  }
}

@media screen and (max-width: 320px) {
  .top-bar .hr-txt {
    font-size: 13px !important;
  }
  h1 {
    font-size: 17px !important;
    line-height: 23px !important;
    padding-top: 10px !important;
  }
  .h1-font {
    font-size: 19px !important;
  }
  h4 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .banner .cta span {
    font-size: 27px !important;
  }
  .banner .bullets ul li {
    background-position: 0 3px !important;
    background-size: 7% auto !important;
    padding: 0 !important;
  }
  .phone-bar .ph-txt {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .gallery .carousel-control.left {
    left: 0 !important;
    margin-top: 55px !important;
  }
  .gallery .carousel-control.right {
    right: 0 !important;
    margin-top: 55px !important;
  }
  .pt-review-bg article strong {
    font-size: 12px !important;
  }
  #footer .terms-txt ul li a {
    font-size: 15px !important;
    line-height: 21px !important;
  }
  #footer .nav ul li a,
  #footer address {
    line-height: 22px !important;
    font-size: 16px !important;
  }
  #footer .contact-txt {
    color: #fff !important;
    font-size: 20px !important;
  }
  #footer .nav ul li a {
    padding: 0 8px !important;
  }
  .footer-bar span {
    font-size: 16px !important;
  }
  #footer .terms-txt ul li a {
    padding: 0 2px !important;
  }
  .contact-detail .no-padding {
    width: 107% !important;
  }
  .error h2 {
    font-size: 28px !important;
  }
  .about .steps ul li {
    font-size: 16px !important;
    line-height: 22px !important;
    padding: 0 37px !important;
  }
  .thanks h2 {
    font-size: 40px !important;
  }
  .services
    > div
    > div
    > div:nth-child(1)
    > div
    > div
    > figure
    > figcaption
    > p,
  .services
    > div
    > div
    > div:nth-child(2)
    > div
    > div
    > figure
    > figcaption
    > p,
  .services
    > div
    > div
    > div:nth-child(3)
    > div
    > div
    > figure
    > figcaption
    > p {
    font-size: 15px !important;
    line-height: 21px !important;
    margin-top: 10px !important;
  }
  .brands ul > li:nth-child(1) > img,
  .brands ul > li:nth-child(2) > img,
  .brands ul > li:nth-child(4) > img,
  .brands ul > li:nth-child(6) > img {
    width: 13% !important;
  }
}
