@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
	margin: 0;
}
body {
    font-family: 'Open Sans', sans-serif;
}


/ Chrome, Safari, Edge, Opera /
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/ Firefox /
input[type=number] {
  -moz-appearance: textfield;
}




.sugest h2 {
    text-align: center;
    color: #222;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size:36px;
}

.nav-r .navbar-nav {
    float: left;
    margin: 0 0 0 120px;
}

.nav-r .navbar {
    position: relative;
    min-height: 90px;
    margin-bottom: 20px;
    border: 0px solid transparent;
}
.nav-r .navbar-inverse {
    background-color: rgba(0,0,0,0.3);
    border-color: rgba(0,0,0,0.3);
    border-radius: 0px;
}
.container.border{
    border-bottom: 1px solid#ccc;
}
.nav-r .navbar-brand {
    float: left;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}
.nav-r .navbar-brand img{
    width: 205px;
}
.nav-r .navbar-nav>li>a {
    padding-top: 34px;
    padding-bottom: 34px;
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.nav-r .navbar-nav>li>a:hover {
    color: #fff;
    border-bottom: 4px solid #1c69d4;
}
.nav-r .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
    border-bottom: 4px solid #1c69d4;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.nav.right-side li a{
    font-size: 20px;
    color: #fff;
}
.nav.right-side li a:hover{
    font-size: 20px;
    border-bottom: 3px solid #1c69d4;
}

.right-side.nv {
    margin-top: -1px;
    text-align: right;
}
.right-side.nv p{
    margin-bottom: -21px;
    color: #fff;
    font-size: 14px;
}

.right-side.nv a {
    font-size: 26px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition-duration: 0.3s;
    font-weight: 700;
    color: #fbff00;
}
.right-side.nv a:hover{
    border-bottom: 1px solid #fbff00;
}





.banner-hding h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
    text-shadow: 2px 1px 2px #000;
}



.banner-r{
    background: url(../images/domain-banner.jpg) no-repeat;
    height: 700px;
    margin-top: -150px;
    background-size: cover;
}
.banner-r.reco{
    background: url(../images/domain-banner2.jpg) no-repeat;
    height: 700px;
    margin-top: -150px;
    background-size: cover;
}

.right-panel {
    margin-top: 30px;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 30px 20px;
    border-radius: 4px;
}
.right-panel h2{
  font-weight: 700;
  color: #fff;
  font-size: 58px;
  text-align: left;
  text-shadow: 1px 1px 1px #000;
}
.banner-r h2 span{
  color: #fff;
}
.banner-r p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-shadow: 0px 0px 5px #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.popup h3{
    font-family: 'Montserrat', sans-serif;
}
.popup .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    margin-bottom: 15px;
}

.popup .form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control.msgbox {
    height: 120px;
    border-radius: 0px;
}
.btn-secondary {
    margin-top: -950px;
}

.reform-btn{
    text-align: center;
}
.reform-btn button{
    width: 100%;
    padding:12px;
    background: #1c69d4;
    border:1px solid#1c69d4;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    transition-duration: 0.5s;
}
.reform-btn button:hover{
    background: #d99e00;
    border: 1px solid #d99e00;
}
.btn-secondary{
    background:#333;
    color: #fff;
}
.btn-secondary:hover{
    background:#d99e00;
    color: #fff;
}

.butons{
    margin-top: 20px;
}

.butons button.appoint {
    padding: 15px 30px;
    font-size: 18px;
    background: #1c69d4;
    color: #fff;
    border: 1px solid#1c69d4;
    transition-duration: 0.5s;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0px 0px 20px #000;
}
.butons button.appoint:hover {
    background: #d99e00;
    border: 1px solid #d99e00;
    padding-left: 40px;
}

.boxes img{
    width: 100%;
}
.padding-0 {
    padding: 6px 3px 6px 0px;
}
.padding-0:hover {
    opacity: 0.9;
}
.padding-1{
    padding: 6px 0px 6px 3px;
}
.padding-1:hover {
    opacity: 0.9;
}
.boxes h2 {
    margin-top: -270px;
    color: #fff;
    font-size: 28px;
    margin-left: 28px;
    font-family: 'Saira', sans-serif;
    line-height: 36px;
    font-weight: 500;
}

.boxes h2 span{
    color: yellow;
}
.boxes a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}
.makes-tab{
    margin-top: 60px;
}

.makes-tab .nav-tabs {
    border-bottom: 0px solid #ddd;
}
.makes-tab .nav>li>a {
    position: relative;
    display: block;
    padding: 18px 15px;
    width: 300px;
    text-align: center;
    border-radius: 0px;
    background: #1c69d4;
    color: #fff;
    border: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.makes-tab .nav>li>a:hover {
    border:0px;
    background-color: #d99e00;
}
.makes-tab .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #d99e00;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
    text-align: center;
}

.complete{
    border: 1px solid #f1f1f1;
    padding: 10px;
}
.content img{
    width: 100%;
}
.content{
    transition-duration: 0.5s;
    border-bottom: 1px solid #ccc;
    height: 190px;
}
.content:hover{
    
    padding:5px;
    box-shadow: 0px 0px 5px #888;
}
.content h4 {
    text-align: center;
    color: #1c69d4;
    font-size: 16px;
    font-weight: 700;
    transition-duration: 0.5s;
}
.content:hover h4 {
    color: #d99e00;
}
.sugest{
    margin-top: 100px;
}
.top{
    margin-top: 20px;
}

.up-image1{
    background:url(../images/img-1.jpg) no-repeat;
    background-size: cover;
    height: 350px;
    text-align: center;
    padding: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
.effect{
    margin-top: -100px;
    transition-duration: 1s;
    height: 150px;
    overflow: hidden;
    text-align: center;
}
.effect img{
    width: 100%;
    transition-duration: 1s;

}
.complete h2{
    transition-duration: 0.6s;
}
.complete:hover h2{
    opacity: 0;
}
.complete:hover .effect{
    margin-top: -230px;
    transition-duration: 1s;
    height: 250px;
}
.complete:hover .effect img{
    width: 300px;
    transition-duration: 1s;
    text-align: center;
}
.ef-cont{
    background:#fff;
    padding:20px;
}
.ef-cont p{
    text-align: left;
    color: #333;
    font-family: 'Montserrat', sans-serif;
}
.ef-cont span{
    color: #1c69d4;
    font-size: 18px;
}
.buton-div button{
    width: 100%;
    background: #fff;
    padding: 12px;
    border:2px solid#1c69d4;
    font-size: 16px;
    color: #1c69d4;
    margin-top: 30px;
    transition-duration: 1s;
    font-family: 'Montserrat', sans-serif;
}
.complete:hover button{
    background: #1c69d4;
    border:2px solid#1c69d4;
    color: #fff;
    margin-top: 60px;
}

.blogs{
    margin-top: 80px;
}
.blog-content{
    padding:10px;
    border:1px solid#e6e6e6;
}
.blog-content img{
    width: 100%;
}
.blog-content h2{
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #1c69d4;
    font-size: 26px;
}
.blog-content p{
    font-family: 'Montserrat', sans-serif;
    color: #333;
}
.blog-content a{
    font-weight: 400;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}
.blog-content .more{
    transition-duration: 0.5s;
}
.blog-content:hover .more{
    padding-left: 75%;
    color: red;
}
.blog-content:hover .more a{
    color: #d99e00;
}

.content-por {
    padding: 40px 0px;
    background: #f1f1f1;
    margin-top: 40px;
}
.content-por h1{
    text-align: left;
        font-size: 28px;
}
.content-por h2{
    text-align: left;
        font-size: 28px;
}
.content-por p{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.glry{
    margin-top: 40px;
}
.glry h2{
    font-size: 36px;
    text-align: center;
}
.glry span{
    color: #1c69d4;
    font-weight: 700;
}
.gallery {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-width: 33%;
-moz-column-width: 33%;
column-width: 33%; 
}
.gallery img{
    width: 100%;
    margin-bottom: 15px;
}
@media (max-width: 450px) {
.gallery {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-width: 100%;
-moz-column-width: 100%;
column-width: 100%;
}
}
@media (max-width: 400px) {
.btn.filter {
padding-left: 1.1rem;
padding-right: 1.1rem;
}
}
/********** Start Sizes Page **********/
.sizes img{
    width: 100%;
    margin-top: -115px;
}
.size-code h2{
    margin-top: 80px;
    text-align: center;
}
.top{
    margin-top: 30px;
}
.siz-btn a button {
    width: 100%;
    font-size: 16px;
    color: #fff;
    background: #1c69d4;
    border: 1px solid#1c69d4;
    border-radius: 30px;
    height: 51px;
    line-height: 49px;
    transition-duration: 0.5s;
    margin-bottom: 10px;
}
.siz-btn a button:hover {
    background: #d99e00;
    border: 1px solid#d99e00;
}
.siz-btn a button .fa{
    float: right;
    font-size: 48px;
    color: #fff;
}




.review{
    margin-top: 50px;
}
.review h2{
    margin-bottom: 70px;
    font-size: 36px;
    text-align: center;
}
.rev-cont{
    background:#fff;
    box-shadow: 0px 0px 5px #000;
    padding:20px;
    text-align: center;
}
.rev-cont img{
    width: 80px;
    margin-top: -60px;
}
.rev-cont h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.rev-cont .fa {
    font-size: 30px;
    color: #d99e00;
}
.rev-cont p {
    font-family: 'Montserrat', sans-serif;
}

/* Slider */
.top-selling {
    margin-top: 50px;
    background: #f1f1f1;
    padding: 40px;
    margin-bottom: -50px;
    display: none;
}
.top-selling h1{
    margin: 0px 10px 35px;
}

.top-selling .slick-slide {
    margin: 0px 20px;
}

.top-selling .slick-slide img {
    width: 100%;
}

.top-selling .slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.top-selling .slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.top-selling .slick-list:focus
{
    outline: none;
}
.top-selling .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.top-selling .slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.top-selling .slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.top-selling .slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.top-selling .slick-track:after
{
    clear: both;
}
.top-selling .slick-loading .slick-track
{
    visibility: hidden;
}

.top-selling .slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.top-selling .slick-slide img {
    display: block;
    box-shadow: 0px 0px 5px;
}
.top-selling .slick-slide.slick-loading img
{
    display: none;
}
.top-selling .slick-slide.dragging img
{
    pointer-events: none;
}
.top-selling .slick-initialized .slick-slide
{
    display: block;
}
.top-selling .slick-loading .slick-slide
{
    visibility: hidden;
}
.top-selling .slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.top-selling .slick-arrow.slick-hidden {
    display: none;
}











/********** Start Contact Page **********/
.banner-r.contact{
    background: url(../images/contact-banner.jpg) no-repeat;
    height: 662px;
    margin-top: -118px;
    background-size: cover;
}
.contct-form{
    background: rgb(0,0,0,0.3);
    padding: 20px;
    margin-top: 60px;
    color: #fff;
    box-shadow: 0px 0px 10px #fff;
}
.contct-form h3{
    font-weight: 700;
}
.contct-form .input-group {
    width: 100%;
}
.contct-form .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0px;
    height: 44px;
}
.contct-form h3 {
    font-weight: 700;
    margin-bottom: 14px;
    margin-top: 4px;
    font-family: 'Saira', sans-serif;
}
.input-group label {
    margin-bottom: 5px;
}
.contact-detail h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: left;
    margin-bottom: -13px;
    font-size: 24px;
}
.contact-detail .numbrs h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-align: left;
    margin-bottom: -13px;
    font-size: 24px;
}
.numbrs{
    margin-top: -16px;
}
.contact-detail .fa{
    color: #1c69d4;
}
.contact-detail h3{
    font-family: 'Montserrat', sans-serif;
}
.contact-detail h4{
    font-family: 'Montserrat', sans-serif;
    line-height: 32px;
}
.contact-detail h4 .fa{
    font-size: 30px;
}
.contact-detail p{
    font-size: 16px;
    font-family: 'Saira', sans-serif;
    color: #444;
    line-height: 28px;
}
.contact-detail{
    background: #ececec;
    margin-top: 50px;
    padding: 20px 25px 50px;
    box-shadow: 5px 5px 5px #000;
}
.loc img{
    width: 121px;
}
.loc{
    text-align: center;
}


/********** Start About Page **********/
.about img {
    width: 100%;
    margin-top: -112px;
}

.fr-head h2{
    font-weight: 600;
    margin-top: 60px;
}
.steps-cnt {
    box-shadow: 0px 0px 5px #999;
    padding: 20px;
}
.steps-cnt h2 {
    float: right;
    margin-top: -18px;
    font-size: 70px;
    color: #ccc;
    font-weight: 400;
}
.steps-cnt h2 span{
    font-size: 20px;
}
.steps-cnt h3 {
    color: #1c69d4;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.steps-cnt p{
    font-size: 16px;
    font-family: 'Saira', sans-serif;
    color: #444;
}
.help{
    background: #1c69d4;
    padding: 20px;
    height: 100px;
    margin-top: 50px;
}
.help h1{
    font-size: 23px;
    text-align: left;
    line-height: 23px;
    color: #fff;
    text-transform: uppercase;
}
.help h1 span{
    color: yellow;
}
.help button {
    background: #d99e00;
    border: 1px solid#d99e00;
    color: #fff;
    width: 160px;
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 5px;
    font-family: 'Montserrat', sans-serif;
    transition-duration: 0.5s;
}
.help button:hover {
    background: #fff;
    border: 1px solid#fff;
    color: #1c69d4;
}
.about-cnt h2{
    text-align: left;
    font-size: 36px;
}
.about-cnt {
    margin-top: 40px;
    background: #f1f1f1;
    padding: 50px 20px;
}
.about-cnt p {
    font-family: 'Montserrat', sans-serif;
}
.abc{
    margin-top: 50px;
}
.about-cnt img {
    width: 100%;
    box-shadow: 5px 5px 9px #000;
    margin-top: 100px;
}
.def{
    margin-top: 30px;
}


.engine-problems {
    padding: 70px 0px 0px;
    margin-bottom: -50px;
}

.engine-problems .section-title {
    text-align: center;
    margin-bottom: 20px;
}

.engine-problems .section-title h2 {
    font-size: 36px;
    color: #111;
    margin-bottom: 10px;
}



.problem-box {
    margin-bottom: 70px;
}

.problem-title {
    color: #1c69d4;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}

.problem-title i {
    margin-right: 12px;
    color: #8b3d3d;
}

.solution-text {
    font-size: 18px;
    color: #222;
    line-height: 1.7;
}

.solution-text strong {
    font-weight: 700;
}

@media (max-width: 991px) {

.engine-problems .section-title h2 {
    font-size: 22px;
    line-height: 30px;
}

    .engine-problems .section-title p {
        font-size: 18px;
    }

    .problem-title {
        font-size: 20px;
    }

    .solution-text {
        font-size: 18px;
    }

    .problem-box {
        margin-bottom: 40px;
    }
}



.trust-section{
    padding:70px 0 0;
    background:#fff;
}

.trust-heading{
    text-align:center;
    margin-bottom:25px;
}

.trust-heading h2{
    font-size:36px;
    font-weight:500;
    color:#222;
    margin:0 0 20px;
}

.trust-intro {
    max-width: 1150px;
    margin: 0 auto 50px;
    text-align: center;
    color: #666;
    font-size: 18px;
    line-height: 1.8;
}

.trust-item{
    margin-bottom:50px;
    overflow:hidden;
}

.trust-icon{
    float:left;
    width:90px;
    text-align:center;
}

.trust-icon i{
    font-size:58px;
    color:#1c69d4;
}

.trust-content{
    margin-left:110px;
}

.trust-content h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    color: #1c69d4;
}

.trust-content p{
    margin:0;
    font-size:17px;
    line-height:1.7;
    color:#555;
}

@media(max-width:991px){

    .trust-heading h2{
        font-size:34px;
    }

    .trust-intro{
        font-size:16px;
    }

    .trust-item{
        margin-bottom:35px;
    }

    .trust-icon{
        width:70px;
    }

    .trust-icon i{
        font-size:42px;
    }

    .trust-content{
        margin-left:85px;
    }
}

@media(max-width:767px){

    .trust-heading h2{
        font-size:22px;
    }

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

    .trust-icon{
        float:none;
        width:100%;
        margin-bottom:15px;
    }

    .trust-content{
        margin-left:0;
    }
}






/********** Start Final Form **********/
.form-bg{
    background:url(../images/form-bg.jpg) no-repeat;
    height: 680px;
    background-size: cover;
    margin-top: -20px;
}
.form-bg h1 {
    color: #fff;
    text-shadow: 3px 3px 5px #000;
    text-align: center;
}
.padding-no{
    padding: 0px;
}
.right-s {
    background: #333;
    padding: 60px;
    color: #fff;
    height: 527px;
    margin-top: 10px;
}
.right-s h3{
    padding: 0px 0px 8px;
    font-weight: 600;
}
.right-s p {
    font-size: 16px;
    margin-top: 15px;
    color: #fff;
    line-height: 33px;
}
.right-s a {
    font-size: 25px;
    margin-right: 20px;
    color: #999;
    margin-top: 20px;
    transition-duration: 0.5s;
}
.right-s a:hover {
    color: #fff;
}
.left-s{
    background: #fff;
    padding:20px;
    height: 527px;
    margin-top: 10px;
}
.left-s h4{
    color: #1c69d4;
    font-family: 'Montserrat', sans-serif;
}
.left-s .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.left-s .input-group {
    margin-bottom: -5px;
    width: 100%;
    margin-top: 20px;
}
.left-s .input-group-addon {
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #1c69d4;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px;
    width: 46px;
}
.left-s a button {
    width: 100%;
    height: 50px;
    background: #1c69d4;
    border: 1px solid #1c69d4;
    color: #fff;
    font-size: 20px;
    margin-top: 6px;
    transition-duration: 0.5s;
    font-family: 'Montserrat', sans-serif;
}
.left-s a button:hover {
    background: #d99e00;
    border: 1px solid #d99e00;
}
.copy p {
    text-align: center;
    margin-top: 30px;
    color: #fff;
    font-size: 19px;
    text-shadow: 0px 0px 6px #000;
    font-family: 'Montserrat', sans-serif;
}

.copy p span{
    color: #fff;
}

.domain-footer{
    background: #000;
    padding: 40px 20px 0px;
    margin-top: 50px;
}
.ft-nv {
    margin-top: 25px;
}
.ft-nv h3{
    color: #d99e00;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: -12px;
}
.ft-nv a span{
    color: #d99e00;
    font-size: 18px;
}
.ft-nv a{
    display: block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    line-height: 32px;
    transition-duration: 0.5s;
}
.ft-nv a:hover{
    display: block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    line-height: 32px;
    padding-left: 12px;
}

.f-address p{
    color: #fff;
    font-family: 'Saira', sans-serif;
    font-size: 17px;
    line-height: 45px;
}
.f-address p .fa{
    color: #d99e00;
    font-size: 24px;
}
.opening p{
    color: #fff;
    font-family: 'Saira', sans-serif;
    font-size: 20px;
    line-height: 40px;
}
.opening a{
    display: inline;
}
.ft-nv .social a:hover{
    padding-left: 0px;
    display: inline;
}
.opening a .fa {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    border-radius: 50%;
    background: #1c69d4;
    transition-duration: 0.5s;
}
.opening a .fa:hover {
    background:#d99e00;
}

.ft-border{
    border-top: 1px solid#333;
    margin-top: 40px;
    text-align: center;
}
.ft-border p{
    color: #fff;
    padding:20px 20px 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
.ft-border p span{
    color: #d99e00;
}


.thanks{
    background: url(../images/thank.jpg) no-repeat;
    height: 657px;
}
.thanks .modal-body{
    text-align: center;
}
.thanks img{
    width: 300px;
}
.modal-content {
    padding: 27px;
    margin-top: 80px;
}
.thanks p{
    font-size: 17px;
}
.thanks .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid#ccc;
}
.thanks .btn-default {
    background: #1c69d4;
    border: 1px solid #1c69d4;
    color: #fff;
    width: 150px;
    font-size: 18px;
}
.thanks .btn-default:hover {
    background: #d99e00;
    border: 1px solid #d99e00;
}

.prive h1{
    font-size: 24px;
}
.prive h2{
    font-size: 24px;
}
.prive h4{
    font-size: 24px;
}




.datatb table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding-right: 30px;
    background: #0668b2;
    color:#fff;
}
.datatb button{
    background: #0668b2;
    border: 1px solid #0668b2;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: -6px;
}
.datatb button:hover{
    background: #d99e00;
    border: 1px solid #d99e00;
}
.container.datatb .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 12px 8px 5px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #0668b2;
    border-color: #0668b2;
}




.bottom-buttons{
    position: fixed;
    bottom: 30px;
    left: 25px;
    z-index: 9999;
    background: black;
    height: 60px;
    width: 60px;
    color: white;
    border-radius: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    justify-content: center;
}
.bottom-button .tooltip{
    position: absolute !important;
    top: -20px !important;
    left: calc(100% + 5px) !important;
    z-index: 3 !important;
    background: #00E676 !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3) !important;
    padding: 6px 12px !important;
    border-radius: 30px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    opacity: 0 !important;
    white-space: nowrap !important;
    pointer-events: none !important;
    transition: 0s !important;
    color: #fff;
}
.bottom-button:hover .tooltip{
    opacity: 1 !important;
    pointer-events: auto !important;
    transition: all 0.4s ease !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.whatsapp {
    bottom: 8px;
    font-size: 40px;
    background: #00E676;
    z-index: 999999999;
}


/* Scroll To Top Button */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 110px;
    width: 45px;
    height: 45px;
    background: #0668b2;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 26px;
    border-radius: 50%;
    display: none;
    z-index: 9999;
    cursor: pointer;
    transition: 0.3s;
}

.scroll-top:hover {
    background: #c00113;
    color: #fff;
} 






@media screen and (min-width: 1px) and (max-width: 767px){
h1 {
    font-size: 22px;
}
.nav-r .navbar-brand img {
    width: 116px;
}
.nav-r .navbar-brand {
    float: left;
    padding: 0px 15px;
}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
}
.nav-r .navbar {
    position: relative;
    min-height: 50px;
    background:#1c69d4;
}
.nav-r .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    border-bottom: 0px solid #1c69d4;
}
.nav-r .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Saira', sans-serif;
    font-weight: 300;
}
.nav-r .navbar-nav {
    float: none;
    margin: 0px;
}
.nav-r .navbar-nav > li > a:hover {
    border-bottom: 0px solid #1c69d4;
}
.right-side{
    display: none;
}
.popup .form-control {
    height: 40px;
    font-size: 14px;
}
.form-control.msgbox {
    height: 85px;
}
.btn-secondary {
    margin-top: -1000px;
}
.banner-hding h1 {
    font-size: 20px;
    margin-top: 0px;

}
.banner-r {
    height: auto;
    margin-top: -20px;
    background-size: contain;
}

.right-panel h2 {
    display: none;
}
.banner-r p {
    display: none;
}
.boxes h2 {
    margin-top: -148px;
    color: #fff;
    font-size: 20px;
    margin-left: 28px;
    font-family: 'Saira', sans-serif;
    text-transform: capitalize;
    line-height: 26px;
    font-weight: 500;
}
.butons button.appoint {
    padding: 15px 13px;
    font-size: 15px;
}
.padding-0 {
    padding: 14px 0px 6px 0px;
}
.padding-1 {
    padding: 3px 0px 6px 0px;
    margin-top: 82px;
}
.right-panel {
    margin-top: 194px;
}
.butons button.appoint {
    padding: 15px 13px;
    font-size: 15px;
    width: 100%;
    box-shadow: 0px 0px;
}
.makes-tab .nav > li > a {
    display: inline;
    padding: 13px 7px;
    width: 163px;
    font-size: 14px;
}
.makes-tab {
    margin-top: 60px;
}
.content {
    transition-duration: 0.5s;
    border-bottom: 1px solid #ccc;
    height: 190px;
    margin-bottom: 20px;
    text-align: center;
}
.content img {
    width: 310px;
}
.sugest {
    margin-top: 20px;
}
.sugest h2{
    font-size:24px;
}
.blogs {
    margin-top: 30px;
}
.blog-content:hover .more {
    padding-left: 2%;
}
.rev-cont {
    margin-bottom: 60px;
}
.review h2 {
  font-size: 24px;
}
.content-por h1 {
  font-size: 18px;
}
.content-por h2 {
  font-size: 18px;
}
.glry h2 {
  font-size: 24px;
}
.ef-cont p {
    margin-left: -16px;
    font-size: 13px;
}
.buton-div button {
    margin-top: 0px;
}
.complete {
    margin-bottom: 10px;
}
.up-image1 {
    height: 280px;
}
.blog-content h2 {
    text-transform: capitalize;
    font-size: 20px;
}
.blog-content {
    margin-bottom: 10px;
}
.domain-footer {
    background: #000;
    padding: 20px 0px;
    margin-top: 30px;
    text-align: center;
}

/********Start About********/


.fr-head h1 {
    margin-top: 0px;
}
.steps-cnt {
    margin-bottom: 20px;
}

.about-cnt h2 {
  font-size: 24px;
}
.help {
    height: auto;
    margin-top: 20px;
    text-align: center;
}
.help h1 {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
}
.about-cnt {
    margin-top: 20px;
    background: #f1f1f1;
    padding: 0px 10px 20px;
}
.banner-r.contact {
    height: 172px;
    margin-top: -20px;
    background-size: cover;
}
.contct-form h3 {
    font-size: 20px;
}
.contct-form {
  margin-top: 190px;
  background: #111;
}
.contact-detail h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
.contact-detail h4 {
    line-height: 26px;
    font-size: 14px;
}
.loc img {
    width: 121px;
    display: none;
}

.size-code h1 {
    margin-top: 30px;
    margin-bottom: -10px;
}
.siz-btn a button {
    margin-bottom: 10px;
}
.padding-no {
    padding: 15px;
}
.form-bg h1 {
    margin-bottom: -35px;
}
.right-s {
    padding: 20px;
    color: #fff;
    height: auto;
    text-align: left;
    margin-bottom: -33px;
}
.copy p {
    text-align: center;
    margin-top: 0px;
    color: #fff;
    text-shadow: none;
}
.copy p span {
    color: #fff;
}

.about img {
    width: 100%;
    margin-top: -20px;
}

.sizes img {
    width: 100%;
    margin-top: -20px;
}
.size-code h2 {
  margin-top: 30px;
  font-size: 22px;
}
.form-bg {
  height: auto;
}

}

@media screen and (min-width: 484px) and (max-width: 767px){
.banner-r {
    background-size: cover;
}
.right-panel {
    margin-top: 46%;
}
.boxes h2 {
    margin-top: -163px;
    font-size: 30px;
    line-height: 34px;
}
.effect img {
    width: 400px;
    transition-duration: 1s;
}
.banner-r.about {
    background-size: cover;
    margin-top: -20px;
}
}


@media screen and (min-width: 768px) and (max-width: 991px){
.nav-r .navbar-nav > li > a {
  font-size: 14px;
}
.nav-r .navbar-brand img {
    width: 170px;
}
.nav-r .navbar-nav {
    float: left;
    margin: 0 0 0 10px;
}
.nav-r .navbar-brand {
    padding: 8px 15px;
}
.banner-r {
    height: auto;
    background-size: cover;
}
.right-panel h2 {
  font-size: 44px;
  text-shadow: 1px 1px 1px #000;
}
.right-panel {
    margin-top: 42px;
}
.padding-0 {
    padding: 6px 0px 188px 0px;
}
.padding-1 {
    padding: 6px 0px 6px 0px;
}
.makes-tab .nav > li > a {
    width: 230px;
}
.content {
    height: 210px;
    text-align: center;
}
.content img {
    width: 400px;
}
.effect img {
    width: 400px;
    transition-duration: 1s;
}
.blogs {
    margin-top: 30px;
}
.blog-content {
    margin-bottom: 20px;
}
.rev-cont {
    margin-bottom: 50px;
}
.domain-footer {
    text-align: center;
}
.steps-cnt {
    margin-bottom: 20px;
}
.help h1 {
    font-size: 23px;
    text-align: center;
}
.help {
    height: auto;
    text-align: center;
}
.contct-form {
    margin-top: 26px;
}
.siz-btn a button {
    margin-bottom: 10px;
}
}



@media screen and (min-width: 992px) and (max-width: 1199px){
.nav-r .navbar-nav {
    margin: 0 0 0 82px;
}
.banner-r {
    background-size: contain;
}
.right-panel {
    margin-top: 44px;
}
.boxes{
    margin-top: -192px;
}
.boxes h2 {
    margin-top: -200px;
}
.makes-tab {
    margin-top: 150px;
}
.content img {
    width: 280px;
}
.content {
    height: 162px;
    text-align: center;
}
.effect img {
    width: 263px;
    transition-duration: 1s;
}
.help button {
    margin-left: -40px;
}
.help h1 {
    margin-top: 6px;
}
.siz-btn a button .fa {
    display: none;
}
}



@media screen and (min-width: 1367px) and (max-width: 1900px){

    
    
    
    
    
}



