body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}

/*nav*/

a {
    transition: 0.6s ease;
}

.navbar li {
    //padding-right: 63px;
}

.navbar ul {
    margin-top: 14px;
}

.navbar {
    margin: 7px 0;
}

.navbar img {
    padding-right: 47px;
}


/*header block*/

header {
    background: url(../img/bg-header1.jpg) no-repeat center center;
    background-size: cover;
}

.bg-light {
    background-color: rgba(14, 79, 139, 0)!important;
}

header .container {
    position: relative;
}

.header-top {
    background-color: rgba(14, 79, 139, 0.88);
}

.logo img {
    margin-top: 19px;
    margin-bottom: 30px;
}

.header-content {
    padding-top: 156px;
}

.header-top .why a,
.header-top .client-t a {
    display: block;
    color: #ffffff;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 6px;
}

.header-top a:hover {
    color: rgba(178, 181, 237, 0.88);
    transition: 0.6s ease;
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
    font-size: 12px;
    border: 2px solid;

}

.tel-icon {
    width: 41px;
    height: 41px;
    background-color: #3ca956;
    border-radius: 50%;
    float: left;
    margin-top: -15px;
    padding-right: 12px;
}

.tel-icon .fa {
    color: #ffffff;
    font-size: 20px;
    position: relative;
    top: 9px;
    left: 14px;
 /*   transform: rotate(266deg)*/;
}

.c-number p {
    color: #ffffff;
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.c-number span a {
    color: #ffffff;
    font-family: Lato;
    font-size: 22px;
    font-weight: 900;
    text-decoration: none;
}

.c-number {
    margin-top: 24px;
    padding-left: 13px;
}

.tel-icon {
    margin-top: 24px;
    margin-right: 5px;
}

.c-top {
    margin-top: 47px;
}

.daniel {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}

header {
    position: relative;
}

.header-content h1 {
    margin-top: 101px;
    color: #282c44;
    font-family: Lato;
    font-size: 59px;
    font-weight: 900;
    line-height: 61px;
}

.header-content h1 span {
    color: #a22116;
}

.header-content h1 span ~ span {
    font-size: 39px;
    font-weight: 300;
    color: #282c44;
}

.header-content button {
    width: 324px;
    height: 71px;
    font-size: 1.65rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: #de6f34;
    text-shadow: 2px 2px 4px rgb(0, 0, 0);
}

.header-content button:hover {
    width: 324px;
    height: 71px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: rgb(60, 169, 86);
}

.btn-primary,
.btn-primary:hover {
    border-color: rgba(0, 123, 255, 0);
}

.brand {
    margin-top: 86px;
    padding-bottom: 50px;
}

.brand ul {
    float: left;
    padding-left: 0;
}

.brand ul li {
    float: left;
    list-style: none;
    padding-right: 80px;

}

.brand ul li + li + li + li {
    margin-top: 35px;
}

.last-brand-img {
    margin-top: 114px;
}

/*associates block*/

#associates {}

#associates h2 {
    color: #302f36;
    font-family: Roboto;
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    margin-top: 62px;
}

.a-icon {
    margin-top: 36px;
    margin-bottom: 50px;
}

.a-icon p {
    color: #647281;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 10px;
}


/*testimonials block*/

#testimonials {
    background: url(../img/bg-testimonials.png) no-repeat center center;
    background-size: cover;
}

#testimonials .fa {
    margin-bottom: 32px;
    color: #9d1617;
    font-size: 45px;
    line-height: 35px;
}

#testimonials h3 {
    color: #302f36;
    font-family: Roboto;
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
}

#testimonials p {
    color: #908f98;
    font-family: Lato;
    font-size: 32px;
    font-weight: 300;
    font-style: italic;
    line-height: 46px;
}

#testimonials p span {
    color: #302f36;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 46px;
    text-transform: uppercase;
}

/*contact block*/

.icon-tel .fa {
    position: absolute;
    top: 5px;
    left: 6px;
    background-color: #044a87;
    padding: 11px;
    border-radius: 50%;
    font-size: 20px;
}

.icon-tel {
    display: inline-block;
}

#contact a span {
    margin-left: 49px;
}

#contact a {
    position: relative;
    margin-left: -20px;
}

#contact {
    background-image: url(../img/bg-background.jpg);
    padding-bottom: 247px;

}

#contact h2 {
    color: #ffffff;
    font-family: Roboto;
    font-size: 42px;
    margin-top: 63px;
}

#contact span a {
    color: #ffffff;
    font-family: Lato;
    font-size: 42px;
    font-weight: 900;
}

bot-bar-phone {
    position: relative;
}

.bot-bar-phone a {
    color: #ffffff;
    font-family: Lato;
    font-size: 42px;
    font-weight: 900;
    text-decoration: none;
}

.bot-bar-phone a:hover {
    color: rgba(125, 130, 229, 0.88);
}


.f-tel-icon .fa {
    color: #ffffff;
    font-size: 18px;
    margin-top: 11px;
}

#contact h2 span {
    font-weight: 700;
}

.c-leftside {
    margin-top: 49px;
    width: 498px;
    height: 321px;
    background-color: rgba(255, 255, 255, 0.1);
}

#contact p {
    margin-top: 16%;
    color: #ffffff;
    font-family: Lato;
    font-size: 27px;
    font-weight: 700;
}

#contact p span {
    font-weight: 300;
}

.c-rightside {
    margin-top: 41px;
}

.input-wrapper {
    position: relative;
}

form i {
    position: absolute;
    top: 24px;
    left: 24px;
    color: #9d1617;
    font-size: 20px;
    font-weight: 400;
}

input[type=text], input[type=tel],
select {
    width: 100%;
    padding: 12px 30px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=email],
select {
    width: 100%;
    padding: 12px 30px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=tel], select {
    width: 100%;
    padding: 12px 30px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

form button {
    width: 100%;
    height: 70px;
    border-radius: 4px;
    background-color: #df9a32;
    color: white;
    border: none;
    margin-top: 10px;
}

form button:hover {
    background-color: rgb(60, 169, 86);
}

textarea,
select {
    width: 100%;
    padding: 12px 30px;
    margin: 8px 0;
    height: 100px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.otm-form-response {
    color: white;
}

/*footer block*/

footer iframe {
    position: relative;
    margin-top: -184px;
}

footer .row {
    padding: 44px;
}



/*carousel*/

.carousel {
    margin: 0 auto;
    margin-bottom: 39px;
}

.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}

.carousel-inner ul li {
    display: inline-block;
    list-style: none;
    color: #365d8a;
    font-family: "Font Awesome";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.carousel .testimonial {
    padding: 0 0 10px;
    color: rgba(35, 35, 35, 0.85);
    font-family: Lato;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

.carousel .overview {
    padding: 0;
    margin: 0;
}

.carousel .overview-p {
    color: rgba(35, 35, 35, 0.85);
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 60px;
}

.carousel .overview-p span {
    color: rgba(35, 35, 35, 0.85);
    font-family: Lato;
    font-size: 14px;
    font-weight: 300;
}

.carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin: -12px -200px;
    top: 17%;
    background-color: white;
    border-radius: 50%;
}

.carousel-control i {
    font-size: 33px;
    line-height: 42px;
    position: absolute;
    font-weight: 500;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.request p {
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: 1;
}

.sreview {
    margin-top: 50px;
}

.navbar-toggler {
    margin: 13px auto 0px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../img/toggler.png);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar li {
    padding-right: 38px;
}


.fade-out {
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -ms-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.fade-out:hover {
    opacity: 0.3;
}

.btnfont32 {
    font-size: 32px;
    /* padding-top: 5px; */
    background-color: #de6f34;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgb(0, 0, 0);
}

.font26{
    font-color:#afafaf;
    color:#afafaf;
    font-size: 25px;
    text-transform: uppercase;
}

.mobile{display:none; }
.mobile{display:none !important;}
.sizeh248 {
    font-size: 64px;
}
.sizeh60 {
    font-size: 80px;
}
.sizeh76 {
    font-size: 80px;
}
/********************************/

/*         Responsive           */

/********************************/

/********** Small Laptops **********/

@media screen and (max-width: 1199px) {
    .header-top .why a,
    .header-top .client-t a {
        display: block;
        color: #ffffff;
        font-family: Lato;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        margin-top: 10px;
    }

    .navbar li {
        padding-right: 16px;
    }

    .header-content h1 {
        margin-top: 171px;
        color: #282c44;
        font-family: Lato;
        font-size: 46px;
        font-weight: 900;
        line-height: 61px;
    }

    .last-brand-img img {
        width: 95%;
    }

    .last-brand-img {
        margin-top: 85px!important;
    }

    #testimonials h3 {
        color: #302f36;
        font-family: Roboto;
        font-size: 32px;
        font-weight: 700;
        line-height: 35px;
    }

    #contact h2 {
        color: #ffffff;
        font-family: Roboto;
        font-size: 31px;
        margin-top: 63px;
    }
    
    .brand {
    margin-top: 40px;
    padding-bottom: 0px;
    }

    .btnfont32 {
    font-size: 22px;
/*    padding-top: 6px; */
    background-color: #de6f34;
    margin-bottom: 2px;
    text-shadow: 2px 2px 4px rgb(0, 0, 0);
   }
}

/********** Tablets **********/

@media screen and (max-width: 991px) {
    .navbar li {
        padding-right: 0px;
    }
    .c-leftside {
        margin-top: 49px;
        margin: 28px auto;
        width: 498px;
        height: 321px;
        background-color: rgba(255, 255, 255, 0.1);
    }
    footer iframe {
        position: relative;
        margin-top: -184px;
        width: 100%;
    }
    .brand ul li {
        float: left;
        list-style: none;
        padding-right: 80px;
        padding-bottom: 20px;
    }
    .navbar li {
        padding-top: 15px;
    }
    .header-content {
        padding-top: 279px;
    }
   .header-content button {
    font-size: 1.25rem;
    }
    .c-number {
        margin-top: 24px;
        padding-left: 13px;
        margin: 26px auto 0;
        text-align: center;
        padding-left: 65px;
    }
    .navbar img {
        padding-right: 0px;
    }
   .mobile  {display:block !important;}
   .desktop {display:none !important;}

    .slide-section .btn {
    width: 100%;
    }
   .font26{
       font-size:25px; 
       font-color:#FFF;
       color:#fff;
    }
    .sizeh248 {
    font-size: 54px;
    }
    .sizeh60 {
    font-size: 80px;
    }
    .sizeh76 {
    font-size: 50px;
    }
}

/********** Mobile (IPhone 6s) **********/

@media screen and (max-width: 991px) {
    .daniel {
        display: none;
        position: absolute;
        right: 14px;
        bottom: 0;
        width: 60%;
    }

    .header-content h1 {
        color: #282c44;
        font-family: Lato;
        font-size: 38px;
        font-weight: 900;
        line-height: 40px;
    }

    .bot-bar-phone a {
        color: #ffffff;
        font-family: Lato;
        font-size: 27px;
        font-weight: 900;
        text-decoration: none;
    }

    .navbar-nav {
        text-align: center;
    }

    .tel-icon {
        display: none;
    }

    .c-number p {
        padding-left: 0;
    }
    .header-top .why a,
    .header-top .client-t a {
        display: block;
        color: #ffffff;
        font-family: Lato;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        margin-top: 10px;
    }
    .navbar ul {
        margin-top: 0;
    }
    .header-content {
        //padding-top: 90px;
    }

    .c-number {
        margin-top: 24px;
        padding-left: 0;
        margin: 26px auto 0;
        text-align: center;
    }

    .c-number span a {
        color: #fff;
        font-size: 29px;
        line-height: 30px;
    }

    .carousel .carousel-control {
        display: none;
        width: 40px;
        height: 40px;
        margin: -12px -200px;
        top: 17%;
        background-color: white;
        border-radius: 50%;
    }
    .last-brand-img img {
        width: 70%;
    }

    #associates h2 {
        color: #302f36;
        font-family: Roboto;
        font-size: 22px;
        font-weight: 700;
        line-height: 35px;
        margin-top: 62px;
    }
    #testimonials h3 {
        color: #302f36;
        font-family: Roboto;
        font-size: 24px;
        font-weight: 700;
        line-height: 35px;
    }
    #testimonials p {
        color: #908f98;
        font-family: Lato;
        font-size: 20px;
        font-weight: 300;
        font-style: italic;
        line-height: 46px;
    }
    #contact h2 {
        color: #ffffff;
        font-family: Roboto;
        font-size: 33px;
        margin-top: 63px;
    }

    .icon-tel .fa {
        position: absolute;
        top: -4px;
        left: 6px;
        background-color: #044a87;
        padding: 11px;
        border-radius: 50%;
        font-size: 20px;
    }

    .header-content h1 span ~ span {
        font-size: 29px;
        font-weight: 300;
        color: #282c44;
    }

}


@media screen and (max-width: 490px) {
    .header-content h1 {
        color: #282c44;
        font-family: Lato;
        font-size: 29px;
        font-weight: 900;
        line-height: 40px;
    }

    #contact p {
        margin-top: 16%;
        color: #ffffff;
        font-family: Lato;
        font-size: 24px;
        font-weight: 700;
    }
            .slide-section img {
/*    width: 100%; */
}
    
    .header-content {
    padding-top: 16px;
}

}
