/* developed by - bigleap */

/*::-webkit-scrollbar {
    width: 0.5em;
}
::-webkit-scrollbar-thumb {
    background: #ed2124;
}
*/

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: -.0rem;
}

a {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    letter-spacing: -.0rem;
}

p {
    line-height: 1.9rem;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
}



/* #### Generated By: http://www.cufonfonts.com #### */

/* @font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Regular'), url('../font/Segoe UI.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Italic'), url('../font/Segoe UI Italic.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold'), url('../font/Segoe UI Bold.woff') format('woff');
}


@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe UI Bold Italic'), url('../font/Segoe UI Bold Italic.woff') format('woff');
} */



@font-face {
    font-family: 'fontello';
    src: url('../icon/fontello.eot?26543835');
    src: url('../icon/fontello.eot?26543835#iefix') format('embedded-opentype'),
        url('../icon/fontello.woff?26543835') format('woff'),
        url('../icon/fontello.ttf?26543835') format('truetype'),
        url('../icon/fontello.svg?26543835#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}



.demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}



img {
    width: 100%
}



#header .container-fluid .link a.active {
    border-bottom: 3px solid #ffffff;
    transition: all .3s ease-in-out;
}


.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 20px;
    background-color: #26d83b;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding: 10px;
}

.float:hover {
    background-color: #ee2724;
    color: #fff
}

.float i {
    color: #fff
}









/*header*/

#header {
    position: absolute;
    width: 100%;
    z-index: 999;
    /* background: linear-gradient(180deg, black, transparent); */
}

#header .container-fluid {
    width: 95%;
}

#header .container-fluid .col-md-2 {
    width: 11.66666667%;
    position: absolute;
    z-index: 9;
}

#header .container-fluid .col-md-10 {
    display: none;
    justify-content: space-around;
    align-items: center;
    /* margin: 15px 0 0 0; */
}
#header .container-fluid .col-md-10.sub {
    display: flex;
 
}

#header .container-fluid img {
    width: 85%;
    /* margin-top: 15%; */

}

#header .container-fluid .link {
    /* float: left;
    margin-top: 2%; */
    position: relative;
    left: 160px;
}

#header .container-fluid .link.sub {
    float: left;
    margin-top: 2%;
}

#header .container-fluid .link a {
    font-size: 1.5rem;
    color: #fff;
    margin-right: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300
}

#header .container-fluid .link a:hover {
    border-bottom: 3px solid #ee2724;
    transition: all .3s ease-in-out;
}

#header .container-fluid .link a.cont {
    color: #fff;
    background: #1c2f5d;
    padding: 2px 40px 4px 40px;
    border-radius: 50px;
    vertical-align: middle;
}

#header .container-fluid .link a.cont:hover {
    background: #fff;
    color: #ee2724;
    transition: all .3s ease-in-out;
}

.nn {
    display: none;
}



#nav {
    list-style: none inside;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

#nav li {
    display: block;
    position: relative;
    float: left;
    /* menu background color */
}

#nav li a {
    display: block;
    padding: 0;
    text-decoration: none;

    /* this is the width of the menu items */
    line-height: 32px;
    /* this is the hieght of the menu items */
    color: #ffffff;
    /* list item font color */
}

/*#nav li li a:hover{background: #ee2724; }*/
#nav li li a {
    width: 250px;
    margin-right: 0px !important;
    background: #1c2f5d;
    text-align: left;
    padding-left: 10px;
    border-bottom: 3px solid #1c2f5d;
    font-size: 1.4rem !important;

}

#nav li li a i {
    font-size: 1rem;
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}

#nav li li a:hover i {
    transform: rotate(0deg) !important;
}

#nav li li ul li a {
    width: 250px;
    background: #ee2724;
    border-bottom: 3px solid #ee2724
}

/* smaller font size for sub menu items */

#nav li li ul li a:hover {
    border-bottom: 3px solid #1c2f5d !important;
    background: #1c2f5d;
}

/* highlights current hovered list item and the parent list items when hovering over sub menues */

#nav ul {
    position: absolute;
    padding: 0;
    left: 0;
    display: none;
    /* hides sublists */
}

#nav li:hover ul ul {
    display: none;
    padding-top: 0%;
}

/* hides sub-sublists */

#nav li:hover ul {
    display: block;
    z-index: 99;
    padding-top: 10%;
}

/* shows sublist on hover */

#nav li li:hover ul {
    display: block;
    /* shows sub-sublist on hover */
    margin-left: 250px;
    /* this should be the same width as the parent list item */
    margin-top: -35px;
    /* aligns top of sub menu with top of list item */
}


#header .container-fluid .link a i {
    font-size: 1rem;
    vertical-align: middle;
    transition: all .3s ease-in-out;
}

#header .container-fluid .link a:hover i {
    font-size: 1rem;
    vertical-align: middle;
    transition: all .3s ease-in-out;
    transform: rotate(90deg);
}







/*Footer*/

#footer {
    padding-bottom: 20px;
    padding-top: 30px;
    background: #1c2f5d;
}

.footer-box
{
    padding: 0 10px;
}

#footer .container-fluid {
    width: 95%;
}

#footer .container-fluid .foo-logo {
    width: 90%; 
    display: block;
}

.deis {
    display: block !important;
}

.res {
    display: none !important;
}

/* #footer .container-fluid .text-div {
    padding-top: 110px;
} */

#footer .container-fluid .text-div p {
    font-size: 1.7rem;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    margin: 0;
}

/* #footer .container-fluid .text-div-last {
    padding-top: 70px;
} */

#footer .container-fluid .text-div-last a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}

#footer .container-fluid .text-div-last a:hover {
    text-decoration: none;
    color: #fff;
}

#footer .container-fluid .text-div-last p {
    font-size: 1.7rem;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    /*line-height: 1.4 */
}

.text-div-last .f-contact {
    padding: 0;
}

.text-div-last .f-contact li {
    list-style: none;
    font-size: 16px;
    position: relative;
    line-height: 28px;
}

.text-div-last .f-contact li span {
    color: #fff;
    position: absolute;
    left: 0;
}

.text-div-last .f-contact li a {
    margin: 0 0 0 100px;
    text-align: left;
}

.text-div-last .f-contact li a .colnm {
    color: #fff;
    position: unset;
    margin: 0 10px 0 0;
}

.text-div-last .f-contact li a:hover {}

/* contact */
.addr .f-contact {
    padding: 0;
}

.addr .f-contact li {
    list-style: none;
    font-size: 16px;
    position: relative !important;
    line-height: 28px !important;
    border: none !important;
    padding: 0 !important;
}

.addr .f-contact li span {
    color: #333;
    position: absolute;
    left: 0;
}

.addr .f-contact li a {
    margin: 0 0 0 100px;
    text-align: left;
    color: #333;
}

.addr .f-contact li a:hover {
    color: #ee2724;
}

.addr .f-contact li a .colnm {
    color: #333;
    position: unset;
    margin: 0 10px 0 0;
}

.addr .f-contact li a:hover {}

/* contact */

#footer iframe {
    width: 96%;
    height: 215px;
    border-radius: 8px;
}

#footer .container-fluid .text-div-last .me-social {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#footer .container-fluid .text-div-last .me-social a {
    font-size: 2rem;
    color: #fff;
    margin-right: 10px;
    padding: 5px 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .container-fluid .text-div-last .me-social .fb {
    background: #316FF6;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .container-fluid .text-div-last .me-social .lin {
    background: #0077b5;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .container-fluid .text-div-last .me-social .insta {
    background: linear-gradient(#515BD4, #8134AF, #DD2A7B, #FEDA77, #F58529);
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .container-fluid .text-div-last .me-social .whats {
    background: #25D366;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .container-fluid .text-div-last .me-social .youtube {
    background: #CD201F;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .container-fluid .text-div-last .me-social a i {
    margin: 0px
}



#foo-last {
    padding-bottom: 10px;
    padding-top: 10px;
    background: #696a6e;
    position: relative;
}

#foo-last .container-fluid {
    width: 95%;
}

#foo-last p {
    font-size: 1.7rem;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

#foo-last p a {
    font-size: 1.7rem;
    color: #1c2f5d;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

#foo-last .top {
    background: #ee2724;
    border-radius: 50px 50px 0px 0px;
    width: 50px;
    height: 60px;
    position: absolute;
    right: 10%;
    text-align: center;
    bottom: -27px;
    font-size: 1.4rem;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    padding-top: 10px;
}

#foo-last .top i {
    font-size: 2rem;
}

#foo-last .top:hover {
    border: 2px solid #fff;
    border-bottom: 0px solid #fff;
}

.submit {
    text-align: center;
    position: absolute;
    bottom: 30px;
}

.star {
    color: red;
    font-size: 20px;
    position: relative;
    top: 5px;
    right: 5px;
}

.r-quote {}

.r-quote .form-box {
    box-shadow: 0px 8px 20px 0px #ccc;
    padding: 40px 0 140px 30px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.r-quote .form-box .col-lg-5 {}

.r-quote .form-bg h2 {
    color: #161616 !important;
    margin-top: 0px !important;
    text-transform: uppercase !important;
    font-size: 2.5rem !important;
    margin-bottom: 35px !important;
    text-align: center;
}

.r-quote .form-bg.form-2 {
    margin: 120px 0 0 0;

}

.r-quote .form-horizontal .form-group {
    margin-bottom: 20px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.r-quote .form-horizontal .form-group input, select, textarea {

    padding: 10px !important;

}

.r-quote .form-horizontal .form-group .control-label {
    text-align: right;
}

.r-quote .form-horizontal .form-group textarea {
    height: 100px;
}

.r-quote .form-horizontal .form-control {
    background: transparent;
    border: 1px solid #333;
    height: 44px;
    line-height: 2;
    color: #161616;
    padding: 10px 15px;
    margin-bottom: 0px;
}

.r-quote .form-horizontal .form-control:focus {
    border-color: #fff;
    box-shadow: 0 1px 3px rgba(255, 255, 255, 0.5);
    outline: 1px solid #ccc;
}

.r-quote .form-horizontal .form-control::-moz-placeholder {
    color: #fff;
    opacity: 0.5;
}

.r-quote .form-horizontal .check {
    display: none;
}

.r-quote .form-horizontal .check+label {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    padding: 10px 0;
    color: #2c2b2b;
    width: 48.4%;
    text-align: center;
    font-size: 15px;
    margin-right: 10px;
}

.r-quote .form-horizontal #check2+label {
    margin-right: 0;
}

.r-quote .form-horizontal .check:checked+label {
    background: #fff;
    color: #0062bd;
}

.r-quote .form-horizontal select.form-control option {
    color: #000;
    background: #fff;
}

.r-quote .form-horizontal .btn {
    color: #fff;
    background-color: #3c3c3c;
    border: none;
    padding: 15px 40px;
    font-weight: 600;
    transition: all 0.2s ease 0s;
    letter-spacing: 2px;
    font-size: 14px;
}

.r-quote .form-horizontal .btn::before {
    background: none;
}

.r-quote .form-horizontal .btn:hover {
    color: #fff;
    background: #ee2724;
}

@media only screen and (max-width: 479px) {
    .r-quote .check+label {
        width: 48%;
    }
}